:root {
  --ink: #11100f;
  --paper: #eee8e1;
  --paper-light: #f8f5f1;
  --sand: #d4c1ad;
  --clay: #b99475;
  --rose: #d9a6a3;
  --muted: #67615c;
  --line: rgba(17, 16, 15, 0.16);
  --white-line: rgba(255, 255, 255, 0.18);
  --radius: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { max-width: 100%; }

.scroll-progress {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  height: 3px;
  pointer-events: none;
}
.scroll-progress span { display: block; width: 0; height: 100%; background: var(--rose); }

.page-width { width: min(1180px, calc(100% - 56px)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(238, 232, 225, 0.82);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(17, 16, 15, 0.08);
}
.header-shell {
  width: min(1180px, calc(100% - 56px));
  min-height: 78px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  font-size: 0.94rem;
  font-weight: 700;
  letter-spacing: -0.035em;
  white-space: nowrap;
}
.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid var(--ink);
  border-radius: 50%;
  font-size: 0.7rem;
  letter-spacing: 0.04em;
}
.site-nav { display: flex; align-items: center; gap: 24px; }
.site-nav a {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 600;
  transition: color 150ms ease;
}
.site-nav a:hover { color: var(--ink); }
.menu-toggle { display: none; }
.mobile-menu { display: none; }

.kicker {
  margin: 0 0 18px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--muted);
}
.kicker.light { color: rgba(255, 255, 255, 0.55); }

h1, h2, h3, p { text-wrap: pretty; }
h1, h2, h3 { letter-spacing: -0.055em; }
h1, h2 { margin: 0; font-weight: 600; line-height: 0.98; }
h3 { margin: 0; }
p { line-height: 1.72; }

.hero {
  min-height: calc(100svh - 78px);
  padding: 34px 0 86px;
  display: grid;
  align-content: center;
}
.hero-meta {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: clamp(60px, 10vh, 112px);
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 0.62rem;
  font-weight: 700;
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(380px, 0.8fr);
  gap: 54px;
  align-items: center;
}
.hero h1 { font-size: clamp(4.5rem, 8.4vw, 7.3rem); max-width: 850px; }
.under { position: relative; z-index: 0; white-space: nowrap; }
.under::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: -0.01em;
  right: -0.01em;
  bottom: 0.04em;
  height: 0.13em;
  background: var(--rose);
  transform: rotate(-1.2deg);
}
.hero-lede { max-width: 745px; margin: 30px 0 0; color: var(--muted); font-size: 1.14rem; }
.hero-actions, .closing-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button {
  min-height: 52px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ink);
  text-decoration: none;
  font-size: 0.87rem;
  font-weight: 700;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}
.button:hover { transform: translateY(-2px); }
.button-dark { color: white; background: var(--ink); }
.button-outline { background: transparent; }
.button-outline:hover { color: white; background: var(--ink); }
.micro-note { max-width: 670px; margin: 18px 0 0; color: #817970; font-size: 0.72rem; line-height: 1.55; }

.hero-orbit {
  position: relative;
  min-height: 470px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(217, 166, 163, 0.34), transparent 47%);
}
.hero-orbit::before, .hero-orbit::after {
  content: '';
  position: absolute;
  inset: 14%;
  border: 1px dashed rgba(17, 16, 15, 0.18);
  border-radius: 50%;
}
.hero-orbit::after { inset: 31%; border-style: solid; border-color: rgba(17, 16, 15, 0.12); }
.orbit-center {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: 4px;
}
.orbit-center span { font-size: 0.68rem; font-weight: 800; letter-spacing: 0.2em; }
.orbit-center strong { font-size: 1.6rem; letter-spacing: -0.06em; }
.orbit-center small { color: var(--muted); }
.orbit-pill {
  position: absolute;
  z-index: 3;
  padding: 10px 15px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: var(--paper-light);
  font-size: 0.75rem;
  font-weight: 700;
}
.p1 { top: 5%; left: 42%; }
.p2 { top: 22%; right: 2%; }
.p3 { bottom: 20%; right: 1%; }
.p4 { bottom: 3%; left: 42%; }
.p5 { bottom: 20%; left: 0; }
.p6 { top: 22%; left: 1%; }

.thesis-band, .membership-section, .raise-section, .closing-section { color: white; background: var(--ink); }
.thesis-band { padding: 112px 0; }
.thesis-grid { display: grid; grid-template-columns: 0.58fr 1.42fr; gap: 34px 54px; }
.thesis-grid h2 { max-width: 980px; font-size: clamp(3rem, 6vw, 5.7rem); grid-column: 2; }
.thesis-copy { grid-column: 2; max-width: 760px; display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.thesis-copy p { margin: 0; color: rgba(255,255,255,.68); }
.thesis-line {
  grid-column: 1 / -1;
  margin-top: 52px;
  padding-top: 26px;
  border-top: 1px solid var(--white-line);
  display: flex;
  align-items: center;
  gap: 18px;
  color: rgba(255,255,255,.85);
  font-size: 0.86rem;
  font-weight: 600;
}
.thesis-line i { flex: 1; height: 1px; background: rgba(255,255,255,.24); }

.section { padding: 120px 0; scroll-margin-top: 78px; }
.section + .section { border-top: 1px solid var(--line); }
.intro-grid { grid-template-columns: 1.1fr .9fr; gap: 72px; align-items: start; }
.section-grid { display: grid; }
.section h2, .destination-section h2, .membership-section h2, .raise-section h2, .closing-section h2 {
  font-size: clamp(2.8rem, 5.2vw, 5rem);
}
.lead-copy p { margin: 0; color: var(--muted); font-size: 1.02rem; }
.lead-copy p + p { margin-top: 20px; }
.light-copy p { color: rgba(255,255,255,.68); }
.section-heading { max-width: 850px; }
.section-heading > p:last-child { max-width: 710px; margin: 26px 0 0; color: var(--muted); }

.lease-grid {
  margin-top: 68px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.lease-grid article { min-height: 290px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.lease-grid article > span { display: block; margin-bottom: 70px; color: var(--clay); font-size: 2.2rem; font-weight: 700; letter-spacing: -0.07em; }
.lease-grid h3 { margin-bottom: 12px; font-size: 1.35rem; }
.lease-grid p { margin: 0; color: var(--muted); font-size: .9rem; }
.lease-feature { color: white; background: var(--ink); }
.lease-feature p { color: rgba(255,255,255,.64); }

.rental-context {
  margin-top: 70px;
  padding: 44px;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 60px;
  border-radius: var(--radius);
  background: var(--paper-light);
}
.rental-context h3 { max-width: 420px; font-size: 2rem; line-height: 1.05; }
.context-list { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.context-list p { margin: 0; color: var(--muted); font-size: .88rem; }
.context-list strong { color: var(--ink); }
.source-note { margin: 18px 0 0; color: #827a72; font-size: .72rem; }

.visual-break { display: grid; grid-template-columns: 1.25fr .75fr; gap: 18px; padding: 0 0 120px; }
.visual-break figure { position: relative; margin: 0; overflow: hidden; border-radius: var(--radius); background: #ddd; }
.visual-large { min-height: 680px; }
.visual-stack { display: grid; gap: 18px; }
.visual-stack figure { min-height: 331px; }
.visual-break img { width: 100%; height: 100%; display: block; object-fit: cover; }
.visual-break figcaption {
  position: absolute;
  inset: auto 14px 14px;
  width: fit-content;
  padding: 9px 12px;
  background: rgba(17,16,15,.76);
  backdrop-filter: blur(10px);
  color: white;
  border-radius: 999px;
  font-size: .68rem;
  font-weight: 600;
}

.ecosystem-grid {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.ecosystem-card { min-height: 285px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: transparent; }
.ecosystem-card.flagship { color: white; background: var(--ink); }
.ecosystem-card.future { background: var(--sand); }
.card-number { display: block; margin-bottom: 82px; color: var(--clay); font-size: .72rem; font-weight: 800; letter-spacing: .12em; }
.ecosystem-card h3 { font-size: 1.55rem; }
.ecosystem-card p { margin: 12px 0 0; color: var(--muted); font-size: .9rem; }
.ecosystem-card.flagship p { color: rgba(255,255,255,.62); }
.journey-row { margin-top: 52px; display: flex; flex-wrap: wrap; gap: 10px; }
.journey-row span {
  padding: 14px 18px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: var(--paper-light);
  font-size: .78rem;
  font-weight: 700;
}

.membership-section { padding: 120px 0; }
.membership-path { margin-top: 72px; display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 20px; align-items: stretch; }
.membership-path article { padding: 30px; border: 1px solid var(--white-line); border-radius: var(--radius); }
.membership-path article > span { color: var(--rose); font-size: .7rem; text-transform: uppercase; letter-spacing: .16em; font-weight: 700; }
.membership-path h3 { margin-top: 64px; font-size: 1.5rem; }
.membership-path p { margin: 12px 0 0; color: rgba(255,255,255,.62); font-size: .88rem; }
.path-plus { align-self: center; color: rgba(255,255,255,.38); font-size: 2rem; }
.membership-result { background: var(--clay); border-color: transparent !important; }
.membership-result > span { color: white !important; }
.membership-benefits { margin-top: 46px; display: flex; flex-wrap: wrap; gap: 10px; }
.membership-benefits span { padding: 11px 15px; border: 1px solid var(--white-line); border-radius: 999px; color: rgba(255,255,255,.7); font-size: .75rem; }

.operating-table { margin-top: 64px; border-top: 1px solid var(--line); }
.operating-table > div { min-height: 72px; display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--line); }
.operating-table span, .operating-table strong { padding: 24px; font-size: .9rem; }
.operating-table strong { border-left: 1px solid var(--line); background: rgba(255,255,255,.36); }
.table-head { text-transform: uppercase; letter-spacing: .14em; color: var(--muted); font-weight: 700; }
.table-head span { font-size: .66rem; }

.destination-section { padding: 120px 0 0; background: var(--paper-light); }
.destination-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.destination-sticky { position: sticky; top: 120px; }
.destination-sticky > p:last-child { max-width: 490px; margin-top: 24px; color: var(--muted); }
.event-list { border-top: 1px solid var(--line); }
.event-list article { display: grid; grid-template-columns: 52px 1fr; gap: 22px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.event-list article > span { color: var(--clay); font-size: .72rem; font-weight: 800; }
.event-list h3 { font-size: 1.35rem; }
.event-list p { margin: 9px 0 0; color: var(--muted); font-size: .9rem; }
.channel-strip { margin-top: 100px; display: grid; grid-template-columns: repeat(6, 1fr); border-top: 1px solid var(--line); }
.channel-strip span { min-height: 92px; display: grid; place-items: center; padding: 18px; border-right: 1px solid var(--line); text-align: center; font-size: .72rem; font-weight: 700; }
.channel-strip span:last-child { border-right: 0; }

.proof-grid { margin-top: 64px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.proof-grid article { min-height: 245px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.28); }
.proof-grid span { color: var(--clay); font-size: .7rem; font-weight: 800; }
.proof-grid h3 { margin-top: 50px; font-size: 1.35rem; }
.proof-grid p { margin: 12px 0 0; color: var(--muted); font-size: .88rem; }

.raise-section { padding: 120px 0; }
.raise-head { max-width: 990px; }
.raise-head h2 span { color: var(--rose); }
.raise-head > p:last-child { max-width: 740px; margin: 28px 0 0; color: rgba(255,255,255,.66); }
.fund-grid { margin-top: 68px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--white-line); border-left: 1px solid var(--white-line); }
.fund-grid article { min-height: 265px; padding: 24px; border-right: 1px solid var(--white-line); border-bottom: 1px solid var(--white-line); }
.fund-grid span { color: var(--rose); font-size: .7rem; font-weight: 800; }
.fund-grid h3 { margin-top: 66px; font-size: 1.2rem; }
.fund-grid p { margin: 10px 0 0; color: rgba(255,255,255,.58); font-size: .82rem; }
.raise-note { max-width: 700px; margin: 24px 0 0; color: rgba(255,255,255,.42); font-size: .72rem; }

.perk-grid { margin-top: 60px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.perk-grid span { min-height: 124px; padding: 24px; display: flex; align-items: flex-end; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: .9rem; font-weight: 700; }

.closing-section { padding: 125px 0 48px; }
.closing-grid { display: grid; justify-items: center; text-align: center; }
.closing-grid h2 { max-width: 1000px; }
.closing-grid > p:not(.kicker) { max-width: 780px; margin: 28px auto 0; color: rgba(255,255,255,.66); }
.button-light { color: var(--ink); background: white; border-color: white; }
.button-ghost { color: white; border-color: rgba(255,255,255,.6); }
.button-ghost:hover { color: var(--ink); background: white; }
.closing-grid small { margin-top: 100px; color: rgba(255,255,255,.36); font-size: .66rem; }

@media (max-width: 1020px) {
  .site-nav { display: none; }
  .menu-toggle {
    width: 44px; height: 44px; padding: 0; border: 0; background: transparent;
    display: inline-flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px;
  }
  .menu-toggle span { width: 22px; height: 1.5px; background: var(--ink); }
  .mobile-menu {
    position: fixed; inset: 0; z-index: 500; padding: 18px 28px 50px;
    color: white; background: var(--ink); overflow-y: auto;
  }
  .mobile-menu:not([hidden]) { display: block; }
  .mobile-menu-head { display: flex; justify-content: space-between; align-items: center; font-weight: 700; }
  .menu-close { border: 0; background: transparent; color: white; font-size: 2.4rem; }
  .mobile-menu nav { margin-top: 70px; display: grid; }
  .mobile-menu nav a { padding: 18px 0; border-bottom: 1px solid var(--white-line); text-decoration: none; font-size: 2rem; letter-spacing: -.05em; }
  .hero-grid, .intro-grid, .destination-grid { grid-template-columns: 1fr; }
  .hero-orbit { width: min(560px, 100%); margin: 20px auto 0; }
  .thesis-grid { grid-template-columns: 1fr; }
  .thesis-grid h2, .thesis-copy { grid-column: 1; }
  .lease-grid { grid-template-columns: repeat(2, 1fr); }
  .rental-context { grid-template-columns: 1fr; }
  .ecosystem-grid { grid-template-columns: repeat(2, 1fr); }
  .membership-path { grid-template-columns: 1fr; }
  .path-plus { text-align: center; }
  .destination-sticky { position: static; }
  .channel-strip { grid-template-columns: repeat(3, 1fr); }
  .fund-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 700px) {
  .page-width, .header-shell { width: calc(100% - 32px); }
  .header-shell { min-height: 68px; }
  .brand span:last-child { max-width: 190px; white-space: normal; line-height: 1.05; }
  .hero { min-height: auto; padding: 30px 0 70px; }
  .hero-meta { margin-bottom: 70px; }
  .hero-meta span:last-child { display: none; }
  .hero h1 { font-size: clamp(3.25rem, 16vw, 5rem); }
  .hero-lede { font-size: 1rem; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-orbit { min-height: 345px; }
  .orbit-pill { padding: 8px 11px; font-size: .66rem; }
  .p1, .p4 { left: 39%; }
  .thesis-band, .membership-section, .raise-section { padding: 82px 0; }
  .thesis-grid h2, .section h2, .destination-section h2, .membership-section h2, .raise-section h2, .closing-section h2 { font-size: clamp(2.55rem, 11.5vw, 4rem); }
  .thesis-copy { grid-template-columns: 1fr; }
  .thesis-line { display: grid; }
  .thesis-line i { width: 1px; height: 24px; }
  .section { padding: 82px 0; }
  .lease-grid, .ecosystem-grid, .proof-grid, .perk-grid { grid-template-columns: 1fr; }
  .lease-grid article, .ecosystem-card { min-height: 235px; }
  .lease-grid article > span, .card-number { margin-bottom: 48px; }
  .rental-context { margin-top: 48px; padding: 28px 22px; gap: 34px; }
  .context-list { grid-template-columns: 1fr; }
  .visual-break { grid-template-columns: 1fr; padding-bottom: 82px; }
  .visual-large { min-height: 440px; }
  .visual-stack figure { min-height: 280px; }
  .membership-path { margin-top: 50px; }
  .membership-path h3 { margin-top: 42px; }
  .operating-table > div { grid-template-columns: 1fr; }
  .operating-table strong { border-left: 0; border-top: 1px dashed var(--line); }
  .table-head { display: none !important; }
  .destination-section { padding-top: 82px; }
  .channel-strip { margin-top: 70px; grid-template-columns: repeat(2, 1fr); }
  .channel-strip span:nth-child(even) { border-right: 0; }
  .fund-grid { grid-template-columns: 1fr; }
  .fund-grid article { min-height: 220px; }
  .fund-grid h3 { margin-top: 46px; }
  .perk-grid span { min-height: 100px; }
  .closing-section { padding-top: 90px; }
  .closing-grid small { margin-top: 70px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
