/* ========================================
   AWESOME INVESTMENTS — Brand-faithful styles
   Ivory canvas · Deep Navy type · restrained Warm Gold accents · Montserrat
   ======================================== */

:root {
  --navy:       #0B1D3A;
  --navy-deep:  #061226;
  --navy-soft:  #1A2540;
  --gold:       #C8A263;
  --gold-soft:  #E2C48C;
  --platinum:   #E7E9ED;
  --ivory:      #FAF7F2;
  --white:      #FFFFFF;
  --muted:      #54607A;
  --line:       #D8DCE3;

  --maxw: 1200px;
  --pad: clamp(1.25rem, 5vw, 4rem);
  --r: 4px;
  --ease: cubic-bezier(.22,.61,.36,1);
  font-family: 'Montserrat', system-ui, -apple-system, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; scroll-padding-top: 84px; }

body {
  font-family: 'Montserrat', system-ui, -apple-system, sans-serif;
  background: var(--ivory);
  color: var(--navy);
  font-size: clamp(15px, 1.05vw, 16px);
  line-height: 1.6;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2, h3 { line-height: 1.15; letter-spacing: -0.01em; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }

.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 200;
  background: var(--navy); color: var(--ivory); padding: .75rem 1.25rem;
}
.skip-link:focus { left: 0; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 var(--pad); }
.wrap--narrow { max-width: 720px; }

/* ---------- Brand mark / wordmark ---------- */
.m-navy  { fill: var(--navy); }
.m-gold  { fill: var(--gold); }
.m-light { fill: var(--ivory); }

.brand { display: inline-flex; align-items: center; gap: .7rem; }
.brand-mark { width: 34px; height: 34px; flex: none; }
.brand-word { display: flex; flex-direction: column; line-height: 1; }
.bw-top {
  font-weight: 700; font-size: .95rem; letter-spacing: .22em;
  color: var(--navy);
}
.bw-bot {
  font-weight: 500; font-size: .58rem; letter-spacing: .42em;
  color: var(--gold); margin-top: 3px;
}

/* ---------- Nav ---------- */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  background: rgba(250,247,242,.82);
  backdrop-filter: saturate(140%) blur(12px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s var(--ease), background .3s var(--ease);
}
.nav.scrolled { border-bottom-color: var(--line); background: rgba(250,247,242,.94); }
.nav-inner {
  max-width: var(--maxw); margin: 0 auto; padding: .85rem var(--pad);
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
}
.nav-links { display: flex; align-items: center; gap: clamp(1rem, 2.2vw, 2rem); }
.nav-links a {
  font-size: .82rem; font-weight: 500; letter-spacing: .02em; color: var(--navy);
  position: relative; padding: .25rem 0; transition: color .2s var(--ease);
}
.nav-links a:not(.nav-cta)::after {
  content: ""; position: absolute; left: 0; bottom: -2px; height: 1.5px; width: 0;
  background: var(--gold); transition: width .28s var(--ease);
}
.nav-links a:not(.nav-cta):hover::after { width: 100%; }
.nav-links a:hover { color: var(--navy-deep); }

.nav-cta {
  background: var(--navy); color: var(--ivory) !important;
  padding: .6rem 1.1rem; border-radius: var(--r);
  font-weight: 600; letter-spacing: .03em;
  transition: background .2s var(--ease), transform .2s var(--ease);
}
.nav-cta:hover { background: var(--navy-deep); transform: translateY(-1px); }

.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 6px; }
.nav-toggle span { width: 24px; height: 2px; background: var(--navy); transition: .25s var(--ease); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  font-family: inherit; font-weight: 600; font-size: .85rem; letter-spacing: .03em;
  padding: .9rem 1.7rem; border-radius: var(--r); cursor: pointer; border: 1.5px solid transparent;
  transition: transform .2s var(--ease), background .2s var(--ease), color .2s var(--ease), border-color .2s var(--ease);
}
.btn-primary { background: var(--navy); color: var(--ivory); }
.btn-primary:hover { background: var(--navy-deep); transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--navy); border-color: var(--navy); }
.btn-ghost:hover { background: var(--navy); color: var(--ivory); transform: translateY(-2px); }
.btn-block { width: 100%; }

/* ---------- Hero ---------- */
.hero {
  min-height: 100svh; display: flex; align-items: center; justify-content: center;
  text-align: center; padding: 8rem var(--pad) 5rem;
  background:
    radial-gradient(120% 90% at 50% -10%, rgba(200,162,99,.10), transparent 55%),
    var(--ivory);
  position: relative;
}
.hero::after {
  content: ""; position: absolute; left: 50%; bottom: 2.2rem; transform: translateX(-50%);
  width: 1px; height: 46px; background: linear-gradient(var(--gold), transparent);
}
.hero-inner { max-width: 860px; }
.hero-mark { width: clamp(64px, 11vw, 104px); height: auto; margin: 0 auto 2rem; }
.hero-word { display: flex; flex-direction: column; align-items: center; line-height: 1; margin-bottom: 2.4rem; }
.hw-top { font-weight: 700; font-size: clamp(1.8rem, 5.5vw, 3.1rem); letter-spacing: .26em; color: var(--navy); }
.hw-bot { font-weight: 500; font-size: clamp(.7rem, 2vw, 1.05rem); letter-spacing: .5em; color: var(--gold); margin-top: .7rem; }

.hero-tagline {
  font-weight: 300; font-size: clamp(1.5rem, 4.2vw, 2.7rem); letter-spacing: -0.005em;
  color: var(--navy); margin-bottom: 1.4rem;
}
.hero-tagline span { color: var(--navy); font-weight: 400; }
.hero-sub {
  font-size: clamp(1rem, 1.6vw, 1.18rem); color: var(--muted); font-weight: 400;
  max-width: 600px; margin: 0 auto 2.4rem;
}
.hero-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin-bottom: 2.6rem; }
.hero-meta { font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }

/* ---------- Sections ---------- */
.section { padding: clamp(4.5rem, 9vw, 8rem) 0; }
.section--ivory    { background: var(--ivory); }
.section--platinum { background: var(--platinum); }
.section--navy     { background: var(--navy); color: var(--ivory); }
.section--navy h2, .section--navy h3 { color: var(--ivory); }

.section-head { max-width: 760px; margin: 0 0 3.2rem; }
.eyebrow {
  display: inline-block; font-size: .72rem; font-weight: 600; letter-spacing: .28em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 1.1rem;
  padding-left: 2.4rem; position: relative;
}
.eyebrow::before { content: ""; position: absolute; left: 0; top: 50%; width: 1.7rem; height: 1.5px; background: var(--gold); }
.eyebrow--gold { color: var(--gold-soft); }
.eyebrow--gold::before { background: var(--gold-soft); }

.section h2 { font-weight: 600; font-size: clamp(1.6rem, 3.6vw, 2.5rem); margin-bottom: 1.2rem; }
.lead { font-size: clamp(1rem, 1.4vw, 1.12rem); color: var(--muted); font-weight: 400; }
.lead--light { color: rgba(231,233,237,.78); }

/* ---------- Grid ---------- */
.grid { display: grid; gap: 1.5rem; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

/* ---------- Thesis cards ---------- */
.card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--r);
  padding: 2rem 1.8rem; position: relative; overflow: hidden;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s var(--ease);
}
.card::before {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: var(--gold);
  transform: scaleY(0); transform-origin: top; transition: transform .35s var(--ease);
}
.card:hover { transform: translateY(-4px); box-shadow: 0 20px 45px -28px rgba(11,29,58,.4); border-color: transparent; }
.card:hover::before { transform: scaleY(1); }
.card-num { font-weight: 700; font-size: .8rem; letter-spacing: .12em; color: var(--gold); }
.card h3 { font-weight: 600; font-size: 1.12rem; margin: .9rem 0 .65rem; }
.card p { color: var(--muted); font-size: .94rem; }

.thesis-link {
  margin-top: 2.8rem; text-align: center; color: var(--muted); font-size: .98rem;
}
.thesis-link strong { color: var(--navy); font-weight: 600; }

/* ---------- Stats (model) ---------- */
.stats { gap: 1px; background: rgba(231,233,237,.14); border: 1px solid rgba(231,233,237,.14); border-radius: var(--r); overflow: hidden; }
.stat { background: var(--navy); padding: 2.2rem 1.6rem; display: flex; flex-direction: column; gap: .7rem; }
.stat-fig { font-weight: 700; font-size: clamp(1.7rem, 3vw, 2.3rem); color: var(--ivory); letter-spacing: -0.01em; }
.stat-fig small { font-weight: 500; font-size: .55em; color: var(--gold-soft); margin-left: 2px; }
.stat-label { font-size: .82rem; color: rgba(231,233,237,.66); line-height: 1.45; }

.model-notes { margin-top: 2.4rem; display: grid; gap: 1rem; max-width: 880px; }
.model-notes p { color: rgba(231,233,237,.78); font-size: .96rem; padding-left: 1.2rem; border-left: 2px solid var(--gold); }
.model-notes strong { color: var(--ivory); font-weight: 600; }

/* ---------- Underwrite ---------- */
.arch {
  background: var(--ivory); border-radius: var(--r); padding: 2rem 1.8rem;
  border-top: 3px solid var(--navy); transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.arch:hover { transform: translateY(-4px); box-shadow: 0 18px 40px -28px rgba(11,29,58,.45); }
.arch h3 { font-weight: 600; font-size: 1.2rem; margin-bottom: .7rem; }
.arch p { color: var(--muted); font-size: .94rem; }
.arch-foot { margin-top: 2.4rem; color: var(--muted); font-size: .96rem; max-width: 760px; font-style: italic; }

/* ---------- Phases ---------- */
.phases { list-style: none; max-width: 920px; margin-top: 1rem; }
.phase {
  display: grid; grid-template-columns: auto 1fr; gap: 1.6rem; align-items: start;
  padding: 2rem 0; border-bottom: 1px solid var(--line);
}
.phase:last-child { border-bottom: 0; }
.phase-num {
  font-weight: 300; font-size: clamp(2rem, 5vw, 3.2rem); color: var(--gold);
  line-height: 1; min-width: 2.4ch;
}
.phase-body h3 { font-weight: 600; font-size: 1.2rem; margin-bottom: .55rem; }
.phase-body p { color: var(--muted); font-size: .96rem; }

/* ---------- About / bios ---------- */
.team { gap: 2rem; }
.bio {
  background: rgba(255,255,255,.04); border: 1px solid rgba(231,233,237,.14);
  border-radius: var(--r); padding: 2.4rem 2.2rem;
}
.bio-avatar {
  width: 64px; height: 64px; border-radius: 50%; display: grid; place-items: center;
  background: linear-gradient(135deg, var(--gold), var(--gold-soft));
  color: var(--navy); font-weight: 700; letter-spacing: .04em; font-size: 1.1rem; margin-bottom: 1.4rem;
}
.bio h3 { font-weight: 600; font-size: 1.3rem; margin-bottom: .2rem; }
.bio-role { display: block; color: var(--gold-soft); font-weight: 500; font-size: .82rem; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 1rem; }
.bio p { color: rgba(231,233,237,.78); font-size: .96rem; }

/* ---------- Fits + FAQ ---------- */
.fits { margin-bottom: 3.4rem; }
.fit { padding: 1.8rem 0; border-top: 2px solid var(--navy); }
.fit h3 { font-weight: 600; font-size: 1.1rem; margin-bottom: .6rem; }
.fit p { color: var(--muted); font-size: .94rem; }

.faq { max-width: 820px; }
.faq-title { font-weight: 600; font-size: 1.2rem; margin-bottom: 1.2rem; }
.faq details {
  border-bottom: 1px solid var(--line); padding: 1.1rem 0;
}
.faq summary {
  font-weight: 600; font-size: 1rem; cursor: pointer; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 1rem; color: var(--navy);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; font-weight: 400; font-size: 1.5rem; color: var(--gold); transition: transform .25s var(--ease);
  line-height: 1;
}
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { color: var(--muted); font-size: .95rem; margin-top: .9rem; max-width: 720px; }

/* ---------- Form ---------- */
.form {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1.3rem;
  background: var(--ivory); border: 1px solid var(--line); border-radius: var(--r);
  padding: clamp(1.6rem, 4vw, 2.6rem);
}
.field { display: flex; flex-direction: column; gap: .45rem; }
.field--full { grid-column: 1 / -1; }
.field label { font-size: .8rem; font-weight: 600; letter-spacing: .03em; color: var(--navy); }
.field input, .field select {
  font-family: inherit; font-size: .95rem; color: var(--navy);
  padding: .8rem .9rem; border: 1px solid var(--line); border-radius: var(--r);
  background: var(--white); transition: border-color .2s var(--ease), box-shadow .2s var(--ease);
}
.field input:focus, .field select:focus {
  outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(200,162,99,.18);
}
.check { flex-direction: row; align-items: flex-start; gap: .7rem; }
.check input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--navy); flex: none; }
.check label { font-weight: 400; font-size: .82rem; color: var(--muted); line-height: 1.5; }
.form-status { grid-column: 1/-1; font-size: .9rem; font-weight: 600; min-height: 1em; }
.form-status.ok { color: #2f6b4f; }
.form-status.err { color: #b05e54; }
.form-fine { grid-column: 1/-1; font-size: .76rem; color: var(--muted); font-style: italic; }

/* ---------- Footer ---------- */
.footer { background: var(--navy-deep); color: rgba(231,233,237,.7); padding: clamp(3.5rem,7vw,5rem) 0 2.4rem; }
.footer-top { display: flex; justify-content: space-between; align-items: center; gap: 2rem; flex-wrap: wrap; padding-bottom: 2.4rem; border-bottom: 1px solid rgba(231,233,237,.12); }
.footer-brand { display: inline-flex; align-items: center; gap: .7rem; }
.footer-brand .bw-top { color: var(--ivory); }
.footer-brand .brand-mark { width: 32px; height: 32px; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 1.2rem 1.6rem; }
.footer-nav a { font-size: .82rem; color: rgba(231,233,237,.7); transition: color .2s var(--ease); }
.footer-nav a:hover { color: var(--gold-soft); }
.footer-boiler, .footer-disclaimer { font-size: .8rem; line-height: 1.7; margin-top: 2rem; max-width: 900px; }
.footer-disclaimer { color: rgba(231,233,237,.5); font-size: .74rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; margin-top: 2.4rem; padding-top: 1.8rem; border-top: 1px solid rgba(231,233,237,.12); font-size: .76rem; }
.endorsement { color: var(--gold-soft); font-weight: 500; letter-spacing: .04em; }
.copyright { color: rgba(231,233,237,.5); }

/* ========================================
   MULTI-PAGE ADDITIONS — image-driven layouts
   ======================================== */

/* ---------- Active nav state ---------- */
.nav-links a.active:not(.nav-cta) { color: var(--navy-deep); }
.nav-links a.active:not(.nav-cta)::after { width: 100%; }

/* ---------- Interior page hero (image + navy overlay) ---------- */
.page-hero {
  position: relative; overflow: hidden;
  padding: clamp(8rem, 13vw, 12rem) 0 clamp(3.5rem, 7vw, 6rem);
  background: var(--navy); color: var(--ivory);
}
.page-hero::before {
  content: ""; position: absolute; inset: 0;
  background-image: var(--hero-img); background-size: cover; background-position: center;
  transform: scale(1.04);
}
.page-hero::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(6,18,38,.78) 0%, rgba(6,18,38,.84) 55%, rgba(6,18,38,.94) 100%);
}
.page-hero .wrap { position: relative; z-index: 1; }
.page-hero .eyebrow { color: var(--gold-soft); }
.page-hero .eyebrow::before { background: var(--gold-soft); }
.page-hero h1 {
  font-weight: 600; font-size: clamp(2rem, 5vw, 3.4rem); color: var(--ivory);
  margin-bottom: 1.1rem; max-width: 18ch;
}
.page-hero p { color: rgba(231,233,237,.84); font-size: clamp(1rem, 1.55vw, 1.2rem); max-width: 62ch; }
.page-hero .hero-actions { margin-top: 2rem; margin-bottom: 0; justify-content: flex-start; }
.page-hero .btn-ghost { color: var(--ivory); border-color: rgba(231,233,237,.6); }
.page-hero .btn-ghost:hover { background: var(--ivory); color: var(--navy); border-color: var(--ivory); }

.page-hero--home { text-align: center; padding: clamp(9rem, 16vw, 14rem) 0 clamp(4rem, 8vw, 7rem); min-height: 86svh; display: flex; align-items: center; }
.page-hero--home .wrap { width: 100%; }
.page-hero--home h1, .page-hero--home p { margin-left: auto; margin-right: auto; }
.page-hero--home .hero-actions { justify-content: center; }
.page-hero--home .brand-mark { width: clamp(54px, 9vw, 84px); height: auto; margin: 0 auto 1.8rem; }
.page-hero--home .eyebrow { padding-left: 0; }
.page-hero--home .eyebrow::before { display: none; }

/* ---------- Split: text + image ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.split + .split { margin-top: clamp(3rem, 6vw, 5rem); }
.split-media { position: relative; }
.split-media img {
  width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--r);
  box-shadow: 0 36px 70px -44px rgba(11,29,58,.55);
}
.split-media .img-tag {
  position: absolute; left: 1rem; bottom: 1rem; background: rgba(6,18,38,.86); color: var(--ivory);
  font-size: .7rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
  padding: .5rem .85rem; border-radius: var(--r); border-left: 2px solid var(--gold);
}
.split--reverse .split-media { order: 2; }
.split .section-head { margin-bottom: 1.6rem; }
.split-text h2 { font-weight: 600; font-size: clamp(1.5rem, 3.2vw, 2.2rem); margin-bottom: 1rem; }
.split-text p { color: var(--muted); margin-bottom: 1rem; }
.section--navy .split-text p { color: rgba(231,233,237,.8); }
.checklist { list-style: none; margin-top: 1.2rem; display: grid; gap: .7rem; }
.checklist li { position: relative; padding-left: 1.7rem; color: var(--muted); font-size: .96rem; }
.section--navy .checklist li { color: rgba(231,233,237,.82); }
.checklist li::before {
  content: ""; position: absolute; left: 0; top: .5em; width: .55rem; height: .55rem;
  background: var(--gold); border-radius: 1px; transform: rotate(45deg);
}

/* ---------- Image cards (archetypes, services) ---------- */
.imgcard {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s var(--ease);
}
.imgcard:hover { transform: translateY(-5px); box-shadow: 0 26px 55px -32px rgba(11,29,58,.45); border-color: transparent; }
.imgcard img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.imgcard-body { padding: 1.7rem 1.6rem; display: flex; flex-direction: column; gap: .6rem; }
.imgcard-body h3 { font-weight: 600; font-size: 1.18rem; }
.imgcard-body p { color: var(--muted); font-size: .94rem; }
.imgcard-tag { font-size: .72rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); }

/* ---------- Founder feature ---------- */
.founder { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.founder-photo { margin: 0; }
.founder-photo img {
  width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: var(--r);
  box-shadow: 0 36px 70px -44px rgba(0,0,0,.6);
}
.founder-photo figcaption {
  margin-top: 1rem; font-size: .78rem; letter-spacing: .04em; color: rgba(231,233,237,.55);
}
.founder-name { font-weight: 600; font-size: clamp(1.6rem, 3.4vw, 2.3rem); color: var(--ivory); margin-bottom: .25rem; }
.founder-role { display: block; color: var(--gold-soft); font-weight: 500; font-size: .82rem; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 1.4rem; }
.founder-text p { color: rgba(231,233,237,.82); margin-bottom: 1rem; }
.founder-sig { margin-top: 1.4rem; font-weight: 600; color: var(--gold-soft); letter-spacing: .02em; }

/* ---------- Value tiles ---------- */
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.value { padding: 1.8rem 0; border-top: 2px solid var(--gold); }
.value h3 { font-weight: 600; font-size: 1.08rem; margin-bottom: .55rem; }
.value p { color: var(--muted); font-size: .93rem; }

/* ---------- CTA band ---------- */
.cta-band { position: relative; overflow: hidden; background: var(--navy-deep); color: var(--ivory); text-align: center; padding: clamp(3.8rem, 8vw, 6.5rem) 0; }
.cta-band::before {
  content: ""; position: absolute; inset: 0; background-image: var(--hero-img);
  background-size: cover; background-position: center; opacity: .14;
}
.cta-band .wrap { position: relative; z-index: 1; }
.cta-band h2 { color: var(--ivory); font-weight: 600; font-size: clamp(1.6rem, 3.4vw, 2.4rem); margin-bottom: 1rem; }
.cta-band p { color: rgba(231,233,237,.78); max-width: 56ch; margin: 0 auto 2rem; }

/* ---------- Markets ---------- */
.market-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; margin-top: 2.5rem; }
.market { background: var(--ivory); padding: 1.5rem 1.3rem; }
.market.live { background: var(--navy); color: var(--ivory); }
.market-city { font-weight: 600; font-size: 1.02rem; margin-bottom: .3rem; }
.market.live .market-city { color: var(--ivory); }
.market-state { font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.market.live .market-state { color: var(--gold-soft); }
.market-status { display: inline-block; margin-top: .8rem; font-size: .72rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--gold); }
.market.live .market-status { color: var(--gold-soft); }

/* ---------- Stat row (light) ---------- */
.proof { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; margin-top: 2.6rem; }
.proof-item { border-left: 2px solid var(--gold); padding-left: 1.1rem; }
.proof-fig { font-weight: 700; font-size: clamp(1.5rem, 3vw, 2.1rem); display: block; }
.proof-label { font-size: .82rem; color: var(--muted); }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .split, .founder { grid-template-columns: 1fr; gap: 2rem; }
  .split--reverse .split-media { order: 0; }
  .values, .proof { grid-template-columns: repeat(2, 1fr); }
  .market-list { grid-template-columns: repeat(2, 1fr); }
  .founder-photo { max-width: 380px; }
  .nav-links {
    position: fixed; inset: 64px 0 auto 0; flex-direction: column; align-items: stretch;
    background: var(--ivory); border-bottom: 1px solid var(--line); padding: 1rem var(--pad) 1.6rem;
    gap: .3rem; transform: translateY(-130%); transition: transform .35s var(--ease); box-shadow: 0 18px 30px -22px rgba(11,29,58,.4);
  }
  .nav-links.open { transform: translateY(0); }
  .nav-links a { padding: .8rem 0; border-bottom: 1px solid var(--line); }
  .nav-links a:last-child { border-bottom: 0; }
  .nav-cta { text-align: center; margin-top: .5rem; }
  .nav-toggle { display: flex; }
  .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); }
}
@media (max-width: 620px) {
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .form { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .phase { grid-template-columns: 1fr; gap: .5rem; }
  .values, .proof, .market-list { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; }
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
}
