/* ============================================================
   NAMAL CONSTRUCTIONS PVT LTD — Design System
   Palette: deep ink blueprint ground, brass/gold craftsmanship,
   warm ivory text, teak brown grounding tone.
   ============================================================ */

:root {
  --ink: #0a0f1e;
  --ink-2: #0e1526;
  --panel: #121a2e;
  --panel-2: #16203a;
  --gold: #c6a55c;
  --gold-2: #e3c98a;
  --gold-dim: rgba(198, 165, 92, 0.35);
  --line: rgba(198, 165, 92, 0.18);
  --ivory: #f4efe4;
  --muted: #98a2b8;
  --teak: #8a6a48;
  --green: #4caf7d;
  --red: #d9646c;
  --radius: 14px;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  --font-head: "Fraunces", Georgia, serif;
  --font-body: "Manrope", "Segoe UI", sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--ink);
  color: var(--ivory);
  font-family: var(--font-body);
  font-size: 16.5px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; }

::selection { background: var(--gold); color: var(--ink); }

.container { width: min(1180px, 92%); margin-inline: auto; }

/* ---------- Typography ---------- */
h1, h2, h3, h4 { font-family: var(--font-head); font-weight: 500; line-height: 1.15; letter-spacing: 0.01em; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 14px;
  font-size: 12px; letter-spacing: 0.34em; text-transform: uppercase;
  color: var(--gold); font-weight: 700;
}
.eyebrow::before { content: ""; width: 42px; height: 1px; background: var(--gold-dim); }
.section-title { font-size: clamp(30px, 4.2vw, 48px); margin: 16px 0 14px; }
.section-title em { font-style: italic; color: var(--gold-2); }
.section-lead { color: var(--muted); max-width: 640px; font-size: 17px; }
.center { text-align: center; }
.center .eyebrow::before { display: none; }
.center .section-lead { margin-inline: auto; }

section { padding: 96px 0; position: relative; }

/* Blueprint grid backdrop */
.bp-grid {
  background-image:
    linear-gradient(rgba(198,165,92,0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(198,165,92,0.045) 1px, transparent 1px);
  background-size: 56px 56px;
}

/* Section divider motif */
.divider {
  display: flex; align-items: center; justify-content: center; gap: 14px;
  padding: 0 0 0; color: var(--gold-dim);
}
.divider::before, .divider::after { content: ""; height: 1px; width: min(240px, 30vw); background: linear-gradient(90deg, transparent, var(--gold-dim)); }
.divider::after { background: linear-gradient(270deg, transparent, var(--gold-dim)); }
.divider svg { flex: 0 0 auto; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 15px 32px; border-radius: 999px; font-weight: 700; font-size: 14px;
  letter-spacing: 0.12em; text-transform: uppercase; border: 1px solid transparent;
  transition: all 0.3s ease; white-space: nowrap;
}
.btn-gold { background: linear-gradient(135deg, var(--gold-2), var(--gold)); color: #201503; box-shadow: 0 10px 30px rgba(198,165,92,0.25); }
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 16px 40px rgba(198,165,92,0.38); }
.btn-ghost { border-color: var(--gold-dim); color: var(--gold-2); background: transparent; }
.btn-ghost:hover { background: rgba(198,165,92,0.08); border-color: var(--gold); }
.btn-block { width: 100%; }

/* ---------- Header ---------- */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  transition: background 0.35s ease, box-shadow 0.35s ease, padding 0.35s;
  padding: 18px 0;
}
.site-header.scrolled { background: rgba(10, 15, 30, 0.92); backdrop-filter: blur(14px); box-shadow: 0 6px 30px rgba(0,0,0,0.4); padding: 10px 0; border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }

.logo { display: flex; align-items: center; gap: 13px; }
.logo-mark {
  width: 46px; height: 46px; border: 1.5px solid var(--gold); border-radius: 6px;
  display: grid; place-items: center; font-family: var(--font-head);
  font-size: 21px; color: var(--gold-2); position: relative; flex: 0 0 auto;
  background: rgba(198,165,92,0.06);
}
.logo-mark::after { content: ""; position: absolute; inset: 3px; border: 1px solid var(--gold-dim); border-radius: 3px; }
.logo-text { line-height: 1.15; }
.logo-text strong { font-family: var(--font-head); font-size: 19px; letter-spacing: 0.06em; display: block; color: var(--ivory); }
.logo-text span { font-size: 9.5px; letter-spacing: 0.42em; text-transform: uppercase; color: var(--gold); }

.nav { display: flex; align-items: center; gap: 34px; }
.nav a { font-size: 13.5px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); position: relative; padding: 6px 0; transition: color 0.25s; }
.nav a:hover { color: var(--ivory); }
.nav a.active { color: var(--gold-2); }
.nav a.active::after, .nav a:hover::after { content: ""; position: absolute; left: 0; right: 0; bottom: -2px; height: 1.5px; background: var(--gold); }

.header-cta { display: flex; align-items: center; gap: 16px; }
.call-pill { display: flex; align-items: center; gap: 10px; font-weight: 700; color: var(--gold-2); font-size: 15px; }
.call-pill svg { flex: 0 0 auto; }

.nav-toggle { display: none; background: none; border: none; width: 44px; height: 44px; position: relative; z-index: 110; }
.nav-toggle span { display: block; width: 26px; height: 2px; background: var(--ivory); margin: 6px auto; transition: 0.3s; border-radius: 2px; }
.nav-open .nav-toggle span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero {
  min-height: 100svh; display: flex; align-items: center;
  position: relative; padding: 160px 0 110px; overflow: hidden;
}
.hero-media { position: absolute; inset: 0; z-index: -2; }
.hero-media video, .hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-scrim { position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(100deg, rgba(10,15,30,0.96) 30%, rgba(10,15,30,0.72) 60%, rgba(10,15,30,0.45));
}
.hero-scrim::after { content: ""; position: absolute; inset: auto 0 0 0; height: 220px; background: linear-gradient(transparent, var(--ink)); }

.hero-content { max-width: 760px; }
.hero h1 { font-size: clamp(40px, 6vw, 74px); margin: 22px 0 24px; }
.hero h1 em { font-style: italic; color: var(--gold-2); }
.hero p { color: #c6cddc; font-size: clamp(16px, 1.6vw, 19px); max-width: 560px; margin-bottom: 40px; }
.hero-actions { display: flex; gap: 18px; flex-wrap: wrap; }

.hero-blueprint { position: absolute; right: -40px; bottom: -20px; width: min(560px, 48vw); opacity: 0.5; z-index: 0; pointer-events: none; }
.hero-blueprint path, .hero-blueprint rect, .hero-blueprint line, .hero-blueprint circle {
  fill: none; stroke: var(--gold); stroke-width: 1.1;
  stroke-dasharray: 1400; stroke-dashoffset: 1400;
  animation: draw 4s ease forwards 0.4s;
}
@keyframes draw { to { stroke-dashoffset: 0; } }

.scroll-hint { position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%); color: var(--gold-dim); font-size: 11px; letter-spacing: 0.3em; text-transform: uppercase; display: flex; flex-direction: column; align-items: center; gap: 10px; }
.scroll-hint::after { content: ""; width: 1px; height: 44px; background: linear-gradient(var(--gold), transparent); animation: pulseline 2s infinite; }
@keyframes pulseline { 50% { opacity: 0.3; } }

/* Page hero (inner pages) */
.page-hero { padding: 190px 0 90px; position: relative; overflow: hidden; }
.page-hero .hero-scrim { background: linear-gradient(100deg, rgba(10,15,30,0.97) 35%, rgba(10,15,30,0.7)); }
.page-hero h1 { font-size: clamp(36px, 5vw, 60px); margin-top: 20px; }
.breadcrumb { color: var(--muted); font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; margin-top: 18px; }
.breadcrumb a { color: var(--gold-2); }

/* ---------- Stats ---------- */
.stats-band { border-block: 1px solid var(--line); background: var(--ink-2); padding: 52px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; text-align: center; }
.stat h3 { font-size: clamp(34px, 3.6vw, 52px); color: var(--gold-2); }
.stat h3 span { font-size: 0.6em; }
.stat p { color: var(--muted); font-size: 13px; letter-spacing: 0.18em; text-transform: uppercase; margin-top: 6px; }

/* ---------- Cards / grids ---------- */
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }

.card {
  background: linear-gradient(160deg, var(--panel), var(--ink-2));
  border: 1px solid var(--line); border-radius: var(--radius);
  padding: 38px 32px; transition: transform 0.35s ease, border-color 0.35s, box-shadow 0.35s;
  position: relative; overflow: hidden;
}
.card:hover { transform: translateY(-6px); border-color: var(--gold-dim); box-shadow: var(--shadow); }
.card .icon { width: 58px; height: 58px; border: 1px solid var(--gold-dim); border-radius: 10px; display: grid; place-items: center; color: var(--gold-2); margin-bottom: 24px; background: rgba(198,165,92,0.05); }
.card h3 { font-size: 23px; margin-bottom: 12px; }
.card p { color: var(--muted); font-size: 15.5px; }
.card .card-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 20px; color: var(--gold-2); font-weight: 700; font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; }
.card ul { margin-top: 16px; }
.card ul li { color: var(--muted); font-size: 15px; padding: 7px 0 7px 26px; position: relative; }
.card ul li::before { content: "—"; position: absolute; left: 0; color: var(--gold); }

/* ---------- Media frames ---------- */
.media-frame { position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.media-frame::after { content: ""; position: absolute; inset: 14px; border: 1px solid rgba(244,239,228,0.25); border-radius: 8px; pointer-events: none; }
.media-frame img, .media-frame video { width: 100%; height: 100%; object-fit: cover; }
.media-tag { position: absolute; left: 24px; bottom: 24px; background: rgba(10,15,30,0.85); backdrop-filter: blur(8px); border: 1px solid var(--line); color: var(--gold-2); font-size: 11px; letter-spacing: 0.26em; text-transform: uppercase; padding: 9px 16px; border-radius: 999px; z-index: 2; }

/* ---------- Process ---------- */
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; counter-reset: step; margin-top: 60px; }
.process-step { padding: 34px 28px; border-left: 1px solid var(--line); position: relative; }
.process-step:first-child { border-left: none; }
.process-step .num { font-family: var(--font-head); font-size: 54px; color: transparent; -webkit-text-stroke: 1px var(--gold-dim); line-height: 1; }
.process-step h3 { font-size: 21px; margin: 18px 0 10px; }
.process-step p { color: var(--muted); font-size: 15px; }

/* ---------- Projects ---------- */
.filter-bar { display: flex; gap: 12px; flex-wrap: wrap; margin: 40px 0 44px; }
.filter-btn {
  background: transparent; border: 1px solid var(--line); color: var(--muted);
  padding: 11px 24px; border-radius: 999px; font-size: 13px; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase; transition: 0.3s;
}
.filter-btn:hover { color: var(--ivory); border-color: var(--gold-dim); }
.filter-btn.active { background: var(--gold); border-color: var(--gold); color: #201503; }

.projects-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.project-card { position: relative; border-radius: var(--radius); overflow: hidden; aspect-ratio: 4/4.6; cursor: pointer; border: 1px solid var(--line); }
.project-card.wide { grid-column: span 2; aspect-ratio: auto; min-height: 420px; }
.project-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s ease; }
.project-card:hover img { transform: scale(1.06); }
.project-card .overlay {
  position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end;
  padding: 28px; background: linear-gradient(transparent 40%, rgba(10,15,30,0.94));
}
.project-card .tag { align-self: flex-start; font-size: 10.5px; letter-spacing: 0.26em; text-transform: uppercase; color: var(--gold-2); border: 1px solid var(--gold-dim); padding: 6px 14px; border-radius: 999px; background: rgba(10,15,30,0.6); margin-bottom: 14px; }
.project-card h3 { font-size: 24px; }
.project-card p { color: var(--muted); font-size: 14px; margin-top: 6px; }
.project-card.hidden { display: none; }

/* ---------- Packages / Pricing ---------- */
.pricing-note { display: flex; justify-content: center; align-items: center; gap: 10px; color: var(--muted); font-size: 15px; margin-top: 10px; }
.pricing-note strong { color: var(--gold-2); }
.packages-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 56px; align-items: start; }
.package {
  background: linear-gradient(170deg, var(--panel), var(--ink-2));
  border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden;
  transition: transform 0.35s, border-color 0.35s, box-shadow 0.35s;
}
.package:hover { border-color: var(--gold-dim); box-shadow: var(--shadow); }
.package.featured { border-color: var(--gold); position: relative; transform: translateY(-10px); }
.package.featured .pkg-head { background: linear-gradient(135deg, var(--gold-2), var(--gold)); color: #201503; }
.package.featured .pkg-head .pkg-price, .package.featured .pkg-head .pkg-name { color: #201503; }
.pkg-badge { position: absolute; top: 14px; right: 14px; background: var(--ink); color: var(--gold-2); font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; font-weight: 800; padding: 7px 14px; border-radius: 999px; border: 1px solid var(--gold-dim); z-index: 2; }
.pkg-head { padding: 30px 28px 26px; background: rgba(198,165,92,0.07); border-bottom: 1px solid var(--line); }
.pkg-name { font-size: 13px; letter-spacing: 0.3em; text-transform: uppercase; font-weight: 800; color: var(--gold); }
.pkg-price { font-family: var(--font-head); font-size: 38px; color: var(--ivory); margin-top: 10px; line-height: 1; }
.pkg-price span { font-size: 15px; font-family: var(--font-body); color: var(--muted); }
.pkg-body { padding: 10px 28px 30px; }

.pkg-acc { border-bottom: 1px solid var(--line); }
.pkg-acc:last-of-type { border-bottom: none; }
.pkg-acc-head {
  width: 100%; background: none; border: none; color: var(--ivory);
  display: flex; justify-content: space-between; align-items: center;
  padding: 17px 2px; font-size: 15.5px; font-weight: 700; text-align: left;
}
.pkg-acc-head .plus { color: var(--gold); font-size: 21px; font-weight: 400; transition: transform 0.3s; line-height: 1; }
.pkg-acc.open .plus { transform: rotate(45deg); }
.pkg-acc-body { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.pkg-acc-body ul { padding: 2px 2px 18px; }
.pkg-acc-body li { color: var(--muted); font-size: 14.5px; padding: 5px 0 5px 22px; position: relative; }
.pkg-acc-body li::before { content: "✦"; position: absolute; left: 0; color: var(--gold-dim); font-size: 11px; top: 9px; }
.pkg-foot { padding: 0 28px 30px; text-align: center; }
.pkg-foot .hint { color: var(--muted); font-size: 14px; margin-bottom: 14px; }
.tandc { text-align: right; color: var(--muted); font-size: 12.5px; margin-top: 18px; }

/* ---------- Compare table (Why Us) ---------- */
.compare-wrap { overflow-x: auto; margin-top: 50px; border: 1px solid var(--line); border-radius: var(--radius); }
.compare { width: 100%; border-collapse: collapse; min-width: 620px; background: var(--ink-2); }
.compare th, .compare td { padding: 20px 26px; text-align: left; border-bottom: 1px solid var(--line); font-size: 15.5px; }
.compare thead th { font-family: var(--font-head); font-size: 19px; background: var(--panel); }
.compare thead th.us { color: var(--gold-2); }
.compare tbody tr:last-child td { border-bottom: none; }
.compare td.yes, .compare td.no { text-align: center; font-size: 18px; }
.compare td.yes { color: var(--green); }
.compare td.no { color: var(--red); }
.compare th.center-col, .compare td.center-col { text-align: center; }

/* ---------- Testimonials ---------- */
.testi-slider { position: relative; max-width: 820px; margin: 50px auto 0; }
.testi-track { overflow: hidden; }
.testi-slides { display: flex; transition: transform 0.55s ease; }
.testi {
  flex: 0 0 100%; text-align: center; padding: 10px 40px;
}
.testi blockquote { font-family: var(--font-head); font-size: clamp(20px, 2.4vw, 27px); font-style: italic; color: var(--ivory); line-height: 1.5; }
.testi blockquote::before { content: "“"; display: block; font-size: 70px; color: var(--gold-dim); line-height: 0.6; margin-bottom: 22px; }
.testi .who { margin-top: 26px; color: var(--gold-2); font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; font-size: 13px; }
.testi .who span { display: block; color: var(--muted); font-weight: 500; letter-spacing: 0.04em; text-transform: none; margin-top: 4px; font-size: 13.5px; }
.testi-dots { display: flex; justify-content: center; gap: 10px; margin-top: 34px; }
.testi-dots button { width: 9px; height: 9px; border-radius: 50%; border: 1px solid var(--gold-dim); background: transparent; padding: 0; transition: 0.3s; }
.testi-dots button.active { background: var(--gold); width: 26px; border-radius: 99px; }

/* ---------- Values / timeline ---------- */
.timeline { position: relative; margin-top: 60px; padding-left: 36px; }
.timeline::before { content: ""; position: absolute; left: 8px; top: 6px; bottom: 6px; width: 1px; background: linear-gradient(var(--gold-dim), transparent); }
.tl-item { position: relative; padding: 0 0 44px 30px; }
.tl-item::before { content: ""; position: absolute; left: -33px; top: 8px; width: 11px; height: 11px; border-radius: 50%; border: 2px solid var(--gold); background: var(--ink); }
.tl-item .year { font-family: var(--font-head); color: var(--gold-2); font-size: 22px; }
.tl-item h3 { font-size: 19px; margin: 6px 0 6px; }
.tl-item p { color: var(--muted); font-size: 15px; max-width: 560px; }

/* ---------- CTA band ---------- */
.cta-band { position: relative; overflow: hidden; border-block: 1px solid var(--line); text-align: center; padding: 110px 0; }
.cta-band .bg { position: absolute; inset: 0; z-index: -2; }
.cta-band .bg img { width: 100%; height: 100%; object-fit: cover; }
.cta-band .scrim { position: absolute; inset: 0; z-index: -1; background: rgba(10,15,30,0.9); }
.cta-band h2 { font-size: clamp(30px, 4vw, 50px); max-width: 760px; margin: 18px auto 20px; }
.cta-band p { color: var(--muted); max-width: 540px; margin: 0 auto 40px; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 50px; align-items: start; }
.form-card { background: linear-gradient(165deg, var(--panel), var(--ink-2)); border: 1px solid var(--line); border-radius: var(--radius); padding: 44px; }
.form-card h3 { font-size: 26px; margin-bottom: 8px; }
.form-card > p { color: var(--muted); font-size: 15px; margin-bottom: 30px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); font-weight: 700; margin-bottom: 9px; }
.field label .req { color: var(--gold); }
.field input, .field select, .field textarea {
  width: 100%; background: var(--ink); border: 1px solid var(--line); border-radius: 9px;
  color: var(--ivory); padding: 14px 16px; font-family: inherit; font-size: 15.5px;
  transition: border-color 0.25s, box-shadow 0.25s;
}
.field select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23c6a55c' fill='none' stroke-width='1.6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; }
.field textarea { min-height: 120px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(198,165,92,0.15); }
.field.error input, .field.error select, .field.error textarea { border-color: var(--red); }
.field .err-msg { display: none; color: var(--red); font-size: 12.5px; margin-top: 6px; }
.field.error .err-msg { display: block; }

.form-status { display: none; border-radius: 10px; padding: 16px 20px; margin-bottom: 22px; font-size: 15px; }
.form-status.ok { display: block; background: rgba(76,175,125,0.12); border: 1px solid rgba(76,175,125,0.4); color: #9fdcbe; }
.form-status.fail { display: block; background: rgba(217,100,108,0.1); border: 1px solid rgba(217,100,108,0.4); color: #eda6ab; }

.info-stack { display: flex; flex-direction: column; gap: 18px; }
.info-tile { display: flex; gap: 20px; background: var(--ink-2); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; transition: border-color 0.3s; }
.info-tile:hover { border-color: var(--gold-dim); }
.info-tile .icon { flex: 0 0 auto; width: 50px; height: 50px; border: 1px solid var(--gold-dim); border-radius: 10px; display: grid; place-items: center; color: var(--gold-2); background: rgba(198,165,92,0.05); }
.info-tile h4 { font-size: 17px; margin-bottom: 5px; font-family: var(--font-body); font-weight: 800; }
.info-tile p, .info-tile a.link { color: var(--muted); font-size: 15px; }
.info-tile a.link:hover { color: var(--gold-2); }

.map-frame { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; margin-top: 60px; filter: grayscale(0.35) contrast(1.05); }
.map-frame iframe { display: block; width: 100%; height: 420px; border: 0; }

/* ---------- Footer ---------- */
.site-footer { border-top: 1px solid var(--line); background: var(--ink-2); padding: 80px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.3fr; gap: 44px; padding-bottom: 60px; }
.site-footer h4 { font-size: 13px; letter-spacing: 0.26em; text-transform: uppercase; color: var(--gold); margin-bottom: 22px; font-family: var(--font-body); font-weight: 800; }
.site-footer p, .site-footer li, .site-footer a { color: var(--muted); font-size: 15px; }
.site-footer li { padding: 6px 0; }
.site-footer a:hover { color: var(--gold-2); }
.footer-brand p { max-width: 300px; margin-top: 18px; }
.footer-contact li { display: flex; gap: 12px; align-items: flex-start; }
.footer-contact svg { flex: 0 0 auto; margin-top: 5px; color: var(--gold); }
.footer-bottom { border-top: 1px solid var(--line); padding: 24px 0; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; color: var(--muted); font-size: 13.5px; }

/* ---------- Floating actions ---------- */
.float-wa {
  position: fixed; right: 26px; bottom: 26px; z-index: 90;
  width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center;
  background: #25d366; color: #fff; box-shadow: 0 12px 32px rgba(37,211,102,0.4);
  transition: transform 0.3s;
}
.float-wa:hover { transform: scale(1.08); }
.back-top {
  position: fixed; right: 30px; bottom: 100px; z-index: 90; width: 48px; height: 48px;
  border-radius: 50%; border: 1px solid var(--gold-dim); background: rgba(10,15,30,0.9);
  color: var(--gold-2); display: grid; place-items: center; opacity: 0; pointer-events: none; transition: 0.35s;
}
.back-top.show { opacity: 1; pointer-events: auto; }

/* ---------- Reveal animations ---------- */
.reveal { opacity: 0; transform: translateY(34px); transition: opacity 0.8s ease, transform 0.8s ease; }
.reveal.visible { opacity: 1; transform: none; }
.reveal-d1 { transition-delay: 0.12s; } .reveal-d2 { transition-delay: 0.24s; } .reveal-d3 { transition-delay: 0.36s; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .hero-blueprint * { animation: none; stroke-dashoffset: 0; }
  html { scroll-behavior: auto; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .grid-4, .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .grid-3, .projects-grid, .packages-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-step { border-left: none; border-top: 1px solid var(--line); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .package.featured { transform: none; }
  .project-card.wide { grid-column: span 2; }
}
@media (max-width: 780px) {
  section { padding: 70px 0; }
  .nav {
    position: fixed; inset: 0; background: rgba(10,15,30,0.98); backdrop-filter: blur(16px);
    flex-direction: column; justify-content: center; gap: 30px;
    transform: translateX(100%); transition: transform 0.4s ease; z-index: 105;
  }
  .nav a { font-size: 18px; }
  .nav-open .nav { transform: translateX(0); }
  .nav-toggle { display: block; }
  .header-cta .btn { display: none; }
  .grid-2, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .grid-3, .projects-grid, .packages-grid { grid-template-columns: 1fr; }
  .project-card.wide { grid-column: span 1; min-height: 320px; }
  .form-card { padding: 30px 22px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .hero-blueprint { display: none; }
  .call-pill span.txt { display: none; }
  .stats-grid { gap: 34px 16px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
}
