/* ============================================================
   newlaunchpropertysg.com — Apple Goh · PropNex
   Premium navy & gold real-estate theme
   ============================================================ */

:root {
  --navy-900: #081729;
  --navy-800: #0b1f3a;
  --navy-700: #132c4e;
  --navy-600: #1c3a63;
  --gold-500: #c9a557;
  --gold-400: #d9b96f;
  --gold-100: #f6eeda;
  --ink-900: #16202e;
  --ink-600: #4b5769;
  --ink-400: #77839a;
  --line: #e4e8ef;
  --bg-soft: #f6f8fb;
  --bg-cream: #faf7f0;
  --white: #ffffff;
  --wa: #25d366;
  --wa-dark: #128c4a;

  --font-display: "Playfair Display", Georgia, serif;
  --font-body: "Manrope", -apple-system, "Segoe UI", sans-serif;

  --radius: 16px;
  --radius-sm: 10px;
  --shadow-sm: 0 2px 10px rgba(8, 23, 41, .06);
  --shadow-md: 0 10px 30px rgba(8, 23, 41, .10);
  --shadow-lg: 0 24px 60px rgba(8, 23, 41, .18);

  --container: 1180px;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 16.5px;
  line-height: 1.65;
  color: var(--ink-900);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { font-family: var(--font-display); line-height: 1.15; margin: 0 0 .5em; color: var(--navy-800); }
p { margin: 0 0 1em; }
ul[role="list"], ol[role="list"] { list-style: none; margin: 0; padding: 0; }

.container { width: min(var(--container), 92%); margin-inline: auto; }
.section { padding: clamp(64px, 9vw, 110px) 0; }

/* ---------- Type scale ---------- */
h1 { font-size: clamp(2.3rem, 5.4vw, 3.9rem); font-weight: 700; letter-spacing: -.01em; }
h2 { font-size: clamp(1.8rem, 3.6vw, 2.6rem); font-weight: 700; letter-spacing: -.01em; }
h3 { font-size: 1.22rem; font-weight: 600; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: .8rem; font-weight: 800; letter-spacing: .16em;
  text-transform: uppercase; color: var(--gold-500); margin-bottom: 14px;
}
.eyebrow .dot { width: 22px; height: 2px; background: var(--gold-500); border-radius: 2px; display: inline-block; }
.eyebrow.light { color: var(--gold-400); }

.section-head { max-width: 720px; margin: 0 auto 48px; text-align: center; }
.section-sub { color: var(--ink-600); font-size: 1.05rem; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 14px 28px; border-radius: 999px; border: 2px solid transparent;
  font-family: var(--font-body); font-weight: 700; font-size: .98rem;
  cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }

.btn-gold { background: linear-gradient(135deg, var(--gold-400), var(--gold-500)); color: var(--navy-900); box-shadow: 0 8px 22px rgba(201, 165, 87, .35); }
.btn-gold:hover { box-shadow: 0 12px 28px rgba(201, 165, 87, .5); }

.btn-navy { background: var(--navy-800); color: #fff; }
.btn-navy:hover { background: var(--navy-600); box-shadow: 0 10px 24px rgba(11, 31, 58, .28); }

.btn-outline-light { border-color: rgba(255,255,255,.45); color: #fff; background: rgba(255,255,255,.06); backdrop-filter: blur(4px); }
.btn-outline-light:hover { border-color: #fff; background: rgba(255,255,255,.12); }

.btn-whatsapp { background: var(--wa); color: #063d1e; }
.btn-whatsapp:hover { background: #2ee275; box-shadow: 0 10px 24px rgba(37, 211, 102, .4); }

.btn-sm { padding: 10px 20px; font-size: .9rem; }
.btn-lg { padding: 17px 32px; font-size: 1.05rem; }
.btn-block { width: 100%; }

/* ---------- Header ---------- */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  padding: 14px 0;
  transition: background .3s ease, box-shadow .3s ease, padding .3s ease;
}
.site-header.scrolled {
  background: rgba(8, 23, 41, .92);
  backdrop-filter: blur(14px);
  box-shadow: 0 6px 24px rgba(0,0,0,.25);
  padding: 9px 0;
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }

.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark { display: grid; place-items: center; filter: drop-shadow(0 2px 6px rgba(0,0,0,.25)); }
.brand-text { display: flex; flex-direction: column; line-height: 1.2; }
.brand-text strong { font-family: var(--font-display); font-size: 1.06rem; color: #fff; letter-spacing: .01em; }
.brand-text .tld { color: var(--gold-400); }
.brand-text small { font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.65); font-weight: 600; }

.site-nav { display: flex; gap: 26px; }
.site-nav a {
  color: rgba(255,255,255,.82); font-weight: 600; font-size: .93rem;
  padding: 6px 0; position: relative; transition: color .2s;
}
.site-nav a::after {
  content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 2px;
  background: var(--gold-400); border-radius: 2px; transition: width .25s ease;
}
.site-nav a:hover { color: #fff; }
.site-nav a:hover::after { width: 100%; }

.header-actions { display: flex; align-items: center; gap: 12px; }

.nav-toggle {
  display: none; flex-direction: column; justify-content: center; gap: 5px;
  width: 44px; height: 44px; padding: 10px;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.2);
  border-radius: 10px; cursor: pointer;
}
.nav-toggle span { display: block; height: 2px; background: #fff; border-radius: 2px; transition: transform .25s ease, opacity .2s ease; }
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero { position: relative; color: #fff; padding: clamp(130px, 16vw, 190px) 0 0; overflow: hidden; }
.hero-bg {
  position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(900px 480px at 82% -10%, rgba(201,165,87,.22), transparent 60%),
    radial-gradient(700px 420px at -8% 48%, rgba(28,58,99,.75), transparent 62%),
    linear-gradient(168deg, var(--navy-900) 0%, var(--navy-800) 55%, #0e2444 100%);
}
.hero-bg::before {
  content: ""; position: absolute; inset: 0; opacity: .5;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 90% 80% at 50% 20%, black 30%, transparent 75%);
}
/* skyline silhouette */
.hero-bg::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -2px; height: 190px;
  background-repeat: repeat-x; background-position: bottom center; background-size: auto 100%;
  opacity: .35;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1200' height='190' viewBox='0 0 1200 190'%3E%3Cg fill='%23060f1d'%3E%3Crect x='0' y='95' width='70' height='95'/%3E%3Crect x='80' y='60' width='55' height='130'/%3E%3Crect x='90' y='45' width='12' height='20'/%3E%3Crect x='145' y='110' width='75' height='80'/%3E%3Crect x='230' y='30' width='48' height='160'/%3E%3Crect x='240' y='14' width='10' height='18'/%3E%3Crect x='288' y='85' width='62' height='105'/%3E%3Crect x='360' y='55' width='40' height='135'/%3E%3Crect x='410' y='120' width='80' height='70'/%3E%3Crect x='500' y='40' width='52' height='150'/%3E%3Crect x='514' y='22' width='14' height='20'/%3E%3Crect x='562' y='90' width='58' height='100'/%3E%3Crect x='630' y='65' width='45' height='125'/%3E%3Crect x='685' y='105' width='70' height='85'/%3E%3Crect x='765' y='25' width='50' height='165'/%3E%3Crect x='778' y='8' width='11' height='20'/%3E%3Crect x='825' y='80' width='60' height='110'/%3E%3Crect x='895' y='55' width='42' height='135'/%3E%3Crect x='947' y='115' width='75' height='75'/%3E%3Crect x='1032' y='45' width='50' height='145'/%3E%3Crect x='1092' y='85' width='58' height='105'/%3E%3Crect x='1160' y='60' width='40' height='130'/%3E%3C/g%3E%3C/svg%3E");
}
.hero-inner {
  display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(36px, 5vw, 70px);
  align-items: center; padding-bottom: clamp(80px, 10vw, 130px);
}
.hero h1 { color: #fff; margin-bottom: 20px; }
.hero h1 em { font-style: italic; color: var(--gold-400); }
.hero .lead { font-size: clamp(1.05rem, 1.6vw, 1.2rem); color: rgba(255,255,255,.85); max-width: 54ch; margin-bottom: 30px; }
.hero .lead strong { color: var(--gold-100); }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 34px; }

.hero-trust { display: flex; flex-wrap: wrap; gap: 10px 26px; padding: 0; }
.hero-trust li {
  position: relative; padding-left: 24px;
  font-size: .88rem; font-weight: 600; color: rgba(255,255,255,.78);
}
.hero-trust li span { color: var(--gold-400); }
.hero-trust li::before {
  content: ""; position: absolute; left: 0; top: 4px; width: 15px; height: 15px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, var(--gold-400), var(--gold-500));
  mask: none;
}
.hero-trust li::after {
  content: ""; position: absolute; left: 4px; top: 8px; width: 7px; height: 4px;
  border-left: 2px solid var(--navy-900); border-bottom: 2px solid var(--navy-900);
  transform: rotate(-45deg);
}

/* hero agent card — premium light portrait for the studio headshot */
.hero-card {
  position: relative; max-width: 372px; justify-self: end; width: 100%;
  background: #fff; border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow-lg), 0 0 0 1px rgba(201,165,87,.28);
}
.hero-card::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 5px; z-index: 2;
  background: linear-gradient(90deg, var(--gold-500), var(--gold-400) 50%, var(--gold-500));
}
.agent-photo {
  margin: 0; overflow: hidden;
  background: linear-gradient(180deg, #eef2f7, #fbfcfe);
}
.agent-photo img {
  width: 100%; height: auto; display: block; /* full image, no cropping */
}
.agent-plate {
  background: #fff; padding: 18px 22px 20px; border-top: 1px solid var(--line);
}
.agent-plate p { margin: 0; }
.agent-name { font-family: var(--font-display); font-size: 1.35rem; font-weight: 700; color: var(--navy-800); }
.agent-role { font-size: .86rem; color: var(--ink-600); font-weight: 600; margin-top: 3px !important; }
.agent-cea {
  display: inline-block; margin-top: 11px !important;
  background: var(--gold-100); color: #927324;
  padding: 5px 11px; border-radius: 7px;
  font-size: .72rem; letter-spacing: .09em; text-transform: uppercase; font-weight: 800;
}

/* ---------- Hero flash pill ---------- */
.hero-flash {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 9px 18px 9px 9px; margin-bottom: 22px;
  border-radius: 999px; border: 1px solid rgba(201,165,87,.45);
  background: rgba(201,165,87,.10);
  color: var(--gold-100); font-size: .86rem; font-weight: 700;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.hero-flash:hover { background: rgba(201,165,87,.18); border-color: var(--gold-400); transform: translateY(-1px); }
.hero-flash .flash-tag {
  background: linear-gradient(135deg, var(--gold-400), var(--gold-500));
  color: var(--navy-900); border-radius: 999px; padding: 3px 11px;
  font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
}
.hero-flash svg { color: var(--gold-400); }

/* ---------- Stats ---------- */
.stats { background: var(--navy-900); border-top: 1px solid rgba(255,255,255,.07); padding: 34px 0; color: #fff; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.stat { text-align: center; padding: 6px 10px; }
.stat strong {
  display: block; font-family: var(--font-display); font-size: clamp(1.9rem, 3vw, 2.5rem);
  color: var(--gold-400); font-weight: 700; line-height: 1.1;
}
.stat span { font-size: .84rem; color: rgba(255,255,255,.72); font-weight: 600; }

/* ---------- Featured: Lentor Gardens ---------- */
.featured { background: var(--bg-cream); }
.featured-grid {
  display: grid; grid-template-columns: 1.15fr .85fr;
  gap: clamp(28px, 4vw, 52px); align-items: start; margin-bottom: 48px;
}
.gallery-main {
  position: relative; margin: 0; border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow-lg); aspect-ratio: 3 / 2; background: var(--navy-800);
}
.gallery-main img { width: 100%; height: 100%; object-fit: cover; transition: opacity .25s ease; }
.gallery-main figcaption {
  position: absolute; right: 12px; bottom: 10px;
  font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; font-weight: 700;
  color: rgba(255,255,255,.85); background: rgba(8,23,41,.55);
  padding: 4px 10px; border-radius: 999px; backdrop-filter: blur(4px);
}
.gallery-thumbs { display: grid; grid-template-columns: repeat(auto-fill, minmax(90px, 1fr)); gap: 10px; margin-top: 12px; }
.gallery-thumbs .thumb {
  padding: 0; border: 2px solid transparent; border-radius: 10px; overflow: hidden;
  cursor: pointer; background: none; aspect-ratio: 4 / 3;
  opacity: .75; transition: opacity .2s ease, border-color .2s ease, transform .2s ease;
}
.gallery-thumbs .thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gallery-thumbs .thumb:hover { opacity: 1; transform: translateY(-2px); }
.gallery-thumbs .thumb.active { border-color: var(--gold-500); opacity: 1; }

.featured-badges { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 20px; }
.f-badge {
  padding: 7px 14px; border-radius: 999px; font-size: .78rem; font-weight: 800;
  letter-spacing: .05em; text-transform: uppercase;
  background: #fff; border: 1px solid var(--line); color: var(--navy-700);
}
.f-badge.gold { background: linear-gradient(135deg, var(--gold-400), var(--gold-500)); color: var(--navy-900); border-color: transparent; }

.fact-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 22px;
  margin: 0 0 20px; background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius); padding: 8px 22px; box-shadow: var(--shadow-sm);
}
.fact-grid > div { display: flex; flex-direction: column; padding: 11px 0; border-bottom: 1px solid var(--line); }
.fact-grid > div:nth-last-child(-n+2) { border-bottom: 0; }
.fact-grid dt { font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-400); font-weight: 800; }
.fact-grid dd { margin: 2px 0 0; font-weight: 700; color: var(--navy-800); font-size: .92rem; }

.feature-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.feature-chips li {
  font-size: .8rem; font-weight: 700; color: var(--navy-700);
  background: rgba(201,165,87,.14); border: 1px solid rgba(201,165,87,.35);
  padding: 6px 13px; border-radius: 999px;
}
.featured-cta { display: flex; flex-wrap: wrap; gap: 12px; }
.featured-cta .btn { flex: 1 1 auto; }
.featured-note {
  margin: 14px 0 0; font-size: .82rem; font-weight: 700; color: var(--ink-600);
  display: flex; align-items: center; gap: 8px;
}
.featured-note::before {
  content: ""; width: 8px; height: 8px; border-radius: 50%;
  background: var(--gold-500); flex-shrink: 0;
}

.featured-mix {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 32px; box-shadow: var(--shadow-sm);
}
.mix-head { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 8px; margin-bottom: 14px; }
.mix-head h3 { margin: 0; font-size: 1.35rem; }
.mix-head p { margin: 0; color: var(--ink-400); font-size: .9rem; font-weight: 600; }
.mix-table-wrap { overflow-x: auto; }
.mix-table { width: 100%; border-collapse: collapse; font-size: .93rem; }
.mix-table th {
  text-align: left; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase;
  color: var(--ink-400); font-weight: 800; padding: 10px 12px; border-bottom: 2px solid var(--line);
}
.mix-table td { padding: 12px; border-bottom: 1px solid var(--line); color: var(--navy-800); font-weight: 600; }
.mix-table tbody tr:last-child td { border-bottom: 0; }
.mix-table tbody tr:hover { background: var(--bg-soft); }
.mix-table td:nth-child(2) { white-space: nowrap; }
.mix-table td a { color: var(--gold-500); font-weight: 800; font-size: .85rem; }
.mix-table td a:hover { text-decoration: underline; }
.featured-disclaimer { margin: 16px 0 0; font-size: .76rem; color: var(--ink-400); }

/* photo-based project card media */
.card-media.media-photo { background-size: cover; background-position: center; }
.card-media.media-photo::after { display: none; }
.card-media.media-photo::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(8,23,41,.18), rgba(8,23,41,0) 45%);
}

/* ---------- Launches ---------- */
.launches { background: var(--bg-soft); }

.filter-bar { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 42px; }
.filter-btn {
  padding: 10px 22px; border-radius: 999px; border: 1.5px solid var(--line);
  background: #fff; color: var(--ink-600); font-family: var(--font-body);
  font-weight: 700; font-size: .88rem; cursor: pointer;
  transition: all .22s ease;
}
.filter-btn:hover { border-color: var(--gold-500); color: var(--navy-800); }
.filter-btn.active { background: var(--navy-800); border-color: var(--navy-800); color: #fff; box-shadow: 0 6px 18px rgba(11,31,58,.25); }

.project-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(310px, 1fr)); gap: 26px; }

.project-card {
  background: #fff; border-radius: var(--radius); overflow: hidden;
  border: 1px solid var(--line); box-shadow: var(--shadow-sm);
  display: flex; flex-direction: column;
  transition: transform .28s ease, box-shadow .28s ease, opacity .3s ease;
}
.project-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.project-card.hidden { display: none; }

.card-media {
  position: relative; height: 168px; overflow: hidden;
  display: flex; align-items: flex-end; justify-content: flex-end;
}
.card-media::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 74px;
  background-repeat: repeat-x; background-position: bottom; background-size: auto 100%; opacity: .3;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='600' height='74' viewBox='0 0 600 74'%3E%3Cg fill='%23ffffff'%3E%3Crect x='0' y='36' width='40' height='38'/%3E%3Crect x='46' y='20' width='30' height='54'/%3E%3Crect x='82' y='44' width='42' height='30'/%3E%3Crect x='130' y='10' width='26' height='64'/%3E%3Crect x='162' y='32' width='34' height='42'/%3E%3Crect x='202' y='22' width='24' height='52'/%3E%3Crect x='232' y='46' width='44' height='28'/%3E%3Crect x='282' y='14' width='28' height='60'/%3E%3Crect x='316' y='36' width='32' height='38'/%3E%3Crect x='354' y='26' width='26' height='48'/%3E%3Crect x='386' y='42' width='38' height='32'/%3E%3Crect x='430' y='8' width='28' height='66'/%3E%3Crect x='464' y='30' width='34' height='44'/%3E%3Crect x='504' y='20' width='24' height='54'/%3E%3Crect x='534' y='44' width='40' height='30'/%3E%3Crect x='580' y='28' width='20' height='46'/%3E%3C/g%3E%3C/svg%3E");
}
.media-1 { background: linear-gradient(140deg, #0b1f3a 10%, #1c3a63 65%, #2c527f); }
.media-2 { background: linear-gradient(140deg, #0d2b33 10%, #155263 65%, #1f7387); }
.media-3 { background: linear-gradient(140deg, #241a38 10%, #43315f 65%, #5b4680); }
.media-4 { background: linear-gradient(140deg, #17301c 10%, #2c5637 65%, #3d7049); }
.media-5 { background: linear-gradient(140deg, #33210f 10%, #6b4a1e 65%, #8a6428); }
.media-6 { background: linear-gradient(140deg, #2e1120 10%, #58223c 65%, #7a3153); }
.media-7 { background: linear-gradient(140deg, #0e2d2b 10%, #1d5a52 65%, #2a7f70); }
.media-8 { background: linear-gradient(140deg, #212844 10%, #3b466f 65%, #4f5e92); }

.media-initial {
  font-family: var(--font-display); font-size: 150px; font-weight: 700;
  color: rgba(255,255,255,.10); line-height: .8;
  margin: 0 18px -18px 0; user-select: none;
}
.status-badge {
  position: absolute; top: 14px; left: 14px;
  padding: 6px 13px; border-radius: 999px;
  font-size: .72rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase;
}
.status-badge.selling { background: var(--gold-400); color: var(--navy-900); }
.status-badge.preview { background: #d6f5e2; color: #0d6a35; }
.status-badge.soon { background: rgba(255,255,255,.92); color: var(--navy-700); }

.region-badge {
  position: absolute; top: 14px; right: 14px;
  padding: 5px 11px; border-radius: 999px;
  background: rgba(8,23,41,.55); border: 1px solid rgba(255,255,255,.3);
  color: #fff; font-size: .7rem; font-weight: 700; letter-spacing: .08em;
  backdrop-filter: blur(4px);
}

.card-body { padding: 22px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.card-body h3 { margin-bottom: 4px; font-size: 1.28rem; }
.card-body h3 small { font-size: .68em; color: var(--gold-500); font-family: var(--font-body); font-weight: 800; letter-spacing: .06em; vertical-align: middle; }
.card-loc { font-size: .88rem; color: var(--ink-400); font-weight: 600; margin-bottom: 16px; }

.card-specs { border-top: 1px solid var(--line); margin-bottom: 20px; }
.card-specs li {
  display: flex; justify-content: space-between; align-items: baseline; gap: 14px;
  padding: 9px 0; border-bottom: 1px solid var(--line);
  font-size: .88rem; font-weight: 700; color: var(--navy-800); text-align: right;
}
.card-specs li span { font-weight: 600; color: var(--ink-400); text-align: left; flex-shrink: 0; }

.card-actions { margin-top: auto; }

.launches-note { text-align: center; margin: 44px auto 0; color: var(--ink-600); max-width: 62ch; }
.launches-note a { color: var(--gold-500); font-weight: 700; border-bottom: 2px solid rgba(201,165,87,.35); transition: border-color .2s; }
.launches-note a:hover { border-color: var(--gold-500); }

/* ---------- About ---------- */
.about-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(36px, 6vw, 80px); align-items: center; }
.about-media { position: relative; }
.about-media img {
  border-radius: var(--radius); box-shadow: var(--shadow-lg);
  width: 100%; height: 520px; object-fit: cover; object-position: 50% 15%;
}
.about-media::before {
  content: ""; position: absolute; inset: 22px -22px -22px 22px; z-index: -1;
  border-radius: var(--radius);
  background: linear-gradient(140deg, var(--gold-100), rgba(201,165,87,.35));
}
.about-badge {
  position: absolute; bottom: 24px; left: -18px;
  background: var(--navy-800); color: #fff; border-radius: var(--radius-sm);
  padding: 13px 20px; box-shadow: var(--shadow-md);
  display: flex; flex-direction: column; line-height: 1.3;
}
.about-badge strong { font-family: var(--font-display); font-size: 1.1rem; color: var(--gold-400); }
.about-badge span { font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.75); font-weight: 700; }

.about-copy > p { color: var(--ink-600); }
.about-points { margin: 26px 0 30px; display: grid; gap: 16px; }
.about-points li { display: flex; gap: 14px; align-items: flex-start; }
.about-points .tick {
  flex-shrink: 0; width: 26px; height: 26px; border-radius: 50%; margin-top: 2px;
  background: linear-gradient(135deg, var(--gold-400), var(--gold-500));
  position: relative;
}
.about-points .tick::after {
  content: ""; position: absolute; left: 7px; top: 8px; width: 10px; height: 5px;
  border-left: 2.5px solid var(--navy-900); border-bottom: 2.5px solid var(--navy-900);
  transform: rotate(-45deg);
}
.about-points div { color: var(--ink-600); font-size: .97rem; }
.about-points strong { color: var(--navy-800); }

.about-cred {
  display: flex; flex-wrap: wrap; gap: 14px 36px;
  border-block: 1px solid var(--line); padding: 18px 0; margin-bottom: 28px;
}
.about-cred div { display: flex; flex-direction: column; }
.about-cred span { font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-400); font-weight: 700; }
.about-cred strong { color: var(--navy-800); font-size: .98rem; }

/* ---------- Why ---------- */
.why { background: linear-gradient(170deg, var(--navy-900), var(--navy-800) 70%); color: #fff; position: relative; overflow: hidden; }
.why::before {
  content: ""; position: absolute; width: 560px; height: 560px; border-radius: 50%;
  background: radial-gradient(circle, rgba(201,165,87,.14), transparent 65%);
  top: -180px; right: -140px;
}
.why h2 { color: #fff; }
.why .section-sub { color: rgba(255,255,255,.7); }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; position: relative; }
.why-card {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: var(--radius); padding: 30px 26px;
  transition: transform .28s ease, background .28s ease, border-color .28s ease;
}
.why-card:hover { transform: translateY(-5px); background: rgba(255,255,255,.08); border-color: rgba(201,165,87,.4); }
.why-icon {
  width: 54px; height: 54px; border-radius: 14px; display: grid; place-items: center;
  background: linear-gradient(135deg, rgba(201,165,87,.22), rgba(201,165,87,.08));
  border: 1px solid rgba(201,165,87,.4); color: var(--gold-400); margin-bottom: 18px;
}
.why-card h3 { color: #fff; font-size: 1.15rem; }
.why-card p { color: rgba(255,255,255,.72); font-size: .93rem; margin: 0; }

/* ---------- Process ---------- */
.process { background: var(--bg-cream); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; counter-reset: step; }
.process-step {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 24px; position: relative; box-shadow: var(--shadow-sm);
  transition: transform .28s ease, box-shadow .28s ease;
}
.process-step:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.step-num {
  font-family: var(--font-display); font-size: 2.6rem; font-weight: 700;
  background: linear-gradient(135deg, var(--gold-400), var(--gold-500));
  -webkit-background-clip: text; background-clip: text; color: transparent;
  display: block; margin-bottom: 10px; line-height: 1;
}
.process-step h3 { font-size: 1.12rem; }
.process-step p { color: var(--ink-600); font-size: .92rem; margin: 0; }

/* ---------- Testimonials ---------- */
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testi-card {
  margin: 0; background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 28px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column;
  transition: transform .28s ease, box-shadow .28s ease;
}
.testi-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.stars { color: var(--gold-500); letter-spacing: 4px; font-size: 1.02rem; margin-bottom: 14px; }
.testi-card blockquote {
  margin: 0 0 20px; color: var(--ink-600); font-size: .97rem; flex: 1;
}
.testi-card figcaption { display: flex; flex-direction: column; border-top: 1px solid var(--line); padding-top: 16px; }
.testi-card figcaption strong { color: var(--navy-800); }
.testi-card figcaption span { font-size: .84rem; color: var(--ink-400); font-weight: 600; }

/* ---------- FAQ ---------- */
.faq { background: var(--bg-soft); }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(36px, 5vw, 70px); align-items: start; }
.faq-intro { position: sticky; top: 110px; }
.faq-intro p:not(.eyebrow) { color: var(--ink-600); margin-bottom: 26px; }
.faq-list { display: grid; gap: 14px; }
.faq-item {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm);
  padding: 0 24px; box-shadow: var(--shadow-sm); overflow: hidden;
  transition: border-color .25s ease;
}
.faq-item[open] { border-color: rgba(201,165,87,.55); }
.faq-item summary {
  list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 19px 0; font-weight: 700; color: var(--navy-800); font-size: 1rem;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-icon { position: relative; flex-shrink: 0; width: 26px; height: 26px; border-radius: 50%; background: var(--gold-100); transition: transform .25s ease, background .25s ease; }
.faq-icon::before, .faq-icon::after {
  content: ""; position: absolute; background: var(--gold-500); border-radius: 2px;
  top: 50%; left: 50%; transform: translate(-50%, -50%);
}
.faq-icon::before { width: 12px; height: 2px; }
.faq-icon::after { width: 2px; height: 12px; transition: opacity .2s; }
.faq-item[open] .faq-icon { transform: rotate(180deg); background: var(--gold-500); }
.faq-item[open] .faq-icon::before, .faq-item[open] .faq-icon::after { background: #fff; }
.faq-item[open] .faq-icon::after { opacity: 0; }
.faq-item p { color: var(--ink-600); font-size: .95rem; padding-bottom: 20px; margin: 0; }
.faq-item p a { color: var(--gold-500); font-weight: 700; }

/* ---------- Contact ---------- */
.contact { background: linear-gradient(170deg, var(--navy-800), var(--navy-900) 75%); color: #fff; position: relative; overflow: hidden; }
.contact::before {
  content: ""; position: absolute; width: 620px; height: 620px; border-radius: 50%;
  background: radial-gradient(circle, rgba(201,165,87,.13), transparent 65%);
  bottom: -240px; left: -180px;
}
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 5vw, 72px); align-items: start; position: relative; }
.contact h2 { color: #fff; }
.contact-copy > p { color: rgba(255,255,255,.78); max-width: 46ch; }

.contact-channels { display: grid; gap: 18px; margin: 30px 0; }
.contact-channels li { display: flex; align-items: center; gap: 16px; }
.ch-icon {
  flex-shrink: 0; width: 48px; height: 48px; border-radius: 13px; display: grid; place-items: center;
  background: rgba(201,165,87,.14); border: 1px solid rgba(201,165,87,.4); color: var(--gold-400);
}
.contact-channels strong { display: block; font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.6); }
.contact-channels a, .contact-channels div > span { font-weight: 700; color: #fff; font-size: 1.04rem; }
.contact-channels a:hover { color: var(--gold-400); }

.contact-hours {
  border-left: 3px solid var(--gold-500); padding: 4px 0 4px 18px;
  color: rgba(255,255,255,.75); font-size: .93rem;
}
.contact-hours strong { color: #fff; }

.contact-form {
  background: #fff; border-radius: var(--radius); padding: 36px 34px;
  box-shadow: var(--shadow-lg); color: var(--ink-900);
}
.contact-form h3 { font-size: 1.5rem; margin-bottom: 22px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-field { margin-bottom: 16px; display: flex; flex-direction: column; }
.form-field label { font-size: .82rem; font-weight: 800; letter-spacing: .04em; color: var(--navy-800); margin-bottom: 7px; }
.form-field label span { color: #c0392b; margin-left: 2px; }
.form-field input, .form-field select, .form-field textarea {
  font-family: var(--font-body); font-size: .96rem; color: var(--ink-900);
  border: 1.5px solid var(--line); border-radius: var(--radius-sm);
  padding: 13px 15px; background: var(--bg-soft); outline: none; width: 100%;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.form-field textarea { resize: vertical; min-height: 84px; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus {
  border-color: var(--gold-500); background: #fff; box-shadow: 0 0 0 4px rgba(201,165,87,.15);
}
.form-field input.error { border-color: #c0392b; background: #fdf1ef; }
.form-note { font-size: .78rem; color: var(--ink-400); margin: 14px 0 0; text-align: center; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-900); color: rgba(255,255,255,.75); padding: 64px 0 0; }
.footer-grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.1fr; gap: 40px;
  padding-bottom: 44px; border-bottom: 1px solid rgba(255,255,255,.1);
}
.footer-brand p { font-size: .92rem; color: rgba(255,255,255,.6); margin-top: 16px; max-width: 34ch; }
.footer-col { display: flex; flex-direction: column; gap: 10px; }
.footer-col h4 { color: #fff; font-family: var(--font-body); font-size: .84rem; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 8px; }
.footer-col a, .footer-col span { font-size: .93rem; color: rgba(255,255,255,.66); transition: color .2s; }
.footer-col a:hover { color: var(--gold-400); }
.footer-cred span strong { color: var(--gold-400); }
.footer-legal { padding: 22px 0 30px; }
.footer-legal p { font-size: .76rem; color: rgba(255,255,255,.45); line-height: 1.7; margin: 0; }
.footer-legal .footer-credit {
  margin-top: 16px !important; padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.12);
  text-align: center; letter-spacing: .04em;
  font-size: .95rem; color: #fff;
}
.footer-credit a { color: #fff; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; text-decoration-color: var(--gold-500); transition: color .2s; }
.footer-credit a:hover { color: var(--gold-400); }

/* ---------- WhatsApp float ---------- */
.wa-float {
  position: fixed; right: 22px; bottom: 22px; z-index: 90;
  width: 60px; height: 60px; border-radius: 50%;
  background: var(--wa); color: #fff;
  display: grid; place-items: center;
  box-shadow: 0 10px 30px rgba(37, 211, 102, .5);
  transition: transform .25s ease, box-shadow .25s ease;
}
.wa-float:hover { transform: translateY(-4px) scale(1.05); box-shadow: 0 16px 36px rgba(37, 211, 102, .6); }
.wa-pulse {
  position: absolute; inset: 0; border-radius: 50%;
  border: 2px solid var(--wa); animation: waPulse 2s ease-out infinite;
}
@keyframes waPulse {
  0% { transform: scale(1); opacity: .8; }
  100% { transform: scale(1.55); opacity: 0; }
}

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .24s; }
.delay-3 { transition-delay: .36s; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .wa-pulse { animation: none; }
}

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 1024px) {
  .featured-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .testi-grid { grid-template-columns: 1fr 1fr; }
  .testi-card:last-child { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 920px) {
  /* solid bg — backdrop-filter would become the containing block
     for the fixed-position slide-in nav and trap it inside the header */
  .site-header, .site-header.scrolled { background: rgba(8, 23, 41, .97); backdrop-filter: none; }
  .header-actions { position: relative; z-index: 10; }
  .site-nav {
    position: fixed; top: 0; right: 0; bottom: 0; width: min(320px, 82vw);
    background: var(--navy-900); flex-direction: column; gap: 6px;
    padding: 100px 34px 34px; z-index: 5;
    transform: translateX(100%);
    transition: transform .32s ease, visibility 0s linear .32s;
    box-shadow: -20px 0 60px rgba(0,0,0,.4);
    visibility: hidden;
  }
  .site-nav.open { transform: translateX(0); visibility: visible; transition: transform .32s ease, visibility 0s; }
  .site-nav a { font-size: 1.1rem; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
  .nav-toggle { display: flex; }

  .hero-inner { grid-template-columns: 1fr; padding-bottom: 70px; }
  .hero-card { justify-self: center; max-width: 340px; }

  .about-grid { grid-template-columns: 1fr; }
  .about-media { max-width: 420px; margin-inline: auto; }
  .about-media img { height: 440px; }

  .faq-grid { grid-template-columns: 1fr; }
  .faq-intro { position: static; }

  .contact-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 28px 16px; }
}

@media (max-width: 640px) {
  body { font-size: 15.5px; }
  .btn-sm { padding: 9px 14px; font-size: .82rem; }
  .brand-text small { display: none; }
  .brand { gap: 8px; }
  .brand-text strong { font-size: .92rem; }
  .brand-mark svg { width: 28px; height: 28px; }
  .header-inner { gap: 10px; }
  .header-actions { gap: 8px; }
  .btn-whatsapp.btn-sm { padding: 10px 12px; }
  .btn-whatsapp .btn-label { display: none; }
  .hero-cta .btn { flex: 1 1 auto; }
  .why-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  .testi-grid { grid-template-columns: 1fr; }
  .testi-card:last-child { grid-column: auto; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 28px 22px; }
  .gallery-thumbs { grid-template-columns: repeat(3, 1fr); }
  .fact-grid { padding: 4px 16px; gap: 0 14px; }
  .fact-grid dd { font-size: .86rem; }
  .featured-mix { padding: 22px 16px; }
  .mix-table td, .mix-table th { padding: 10px 8px; }
  .hero-flash { font-size: .78rem; padding-right: 14px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .wa-float { width: 54px; height: 54px; right: 16px; bottom: 16px; }
  .project-grid { grid-template-columns: 1fr; }
}
