:root {
  --ink: #0a0a0a;
  --ink-soft: #171717;
  --paper: #f2efe8;
  --paper-bright: #fbfaf7;
  --muted: #a9a69f;
  --line: rgba(255, 255, 255, 0.16);
  --brand: #173de1;
  --brand-light: #5f78ff;
  --max: 1200px;
  --header: 82px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header); }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Helvetica Neue", "Arial Nova", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--brand-light); outline-offset: 4px; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; left: 16px; top: 16px; padding: 10px 16px; background: var(--paper-bright); transform: translateY(-160%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: var(--header);
  color: #fff;
  background: linear-gradient(to bottom, rgba(10,10,10,.78), transparent);
  transition: background .3s, height .3s, box-shadow .3s;
}
.site-header.scrolled { height: 68px; background: rgba(10,10,10,.94); box-shadow: 0 1px rgba(255,255,255,.08); backdrop-filter: blur(14px); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.wordmark { display: inline-flex; align-items: center; gap: 3px; font-size: 18px; line-height: 1; letter-spacing: -.6px; white-space: nowrap; }
.wordmark span { font-size: 27px; font-weight: 300; transform: scaleX(.75); }
.wordmark strong { font-weight: 800; }
.main-nav { display: flex; align-items: center; gap: 32px; font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.main-nav > a:not(.button) { position: relative; }
.main-nav > a:not(.button)::after { content: ""; position: absolute; inset: auto 0 -7px; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .3s var(--ease); }
.main-nav > a:hover::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { display: none; color: #fff; border: 0; background: transparent; width: 44px; height: 44px; padding: 11px 8px; }
.menu-toggle > span:not(.sr-only) { display: block; height: 1px; background: currentColor; margin: 7px 0; transition: transform .3s, opacity .3s; }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 18px; padding: 13px 22px; color: #fff; background: var(--ink); border: 1px solid var(--ink); font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: color .25s, background .25s, border-color .25s, transform .25s; }
.button:hover { color: var(--ink); background: var(--brand-light); border-color: var(--brand-light); transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 9px 17px; background: #fff; border-color: #fff; color: var(--ink); }
.button-light { color: var(--ink); background: var(--paper-bright); border-color: var(--paper-bright); }
.text-link { display: inline-flex; gap: 12px; align-items: center; font-weight: 750; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; border-bottom: 1px solid currentColor; padding-bottom: 3px; }
.text-link span { transition: transform .25s; }
.text-link:hover span { transform: translate(3px, -3px); }

.hero { min-height: 820px; height: 100svh; max-height: 1040px; display: grid; align-items: center; position: relative; overflow: hidden; color: #fff; background: var(--ink); }
.hero::before { content: ""; position: absolute; width: 60vw; height: 60vw; left: -20vw; top: 10%; border-radius: 50%; background: radial-gradient(circle, rgba(23,61,225,.16), transparent 65%); filter: blur(10px); }
.hero-noise { position: absolute; inset: 0; opacity: .16; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E"); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .8fr; align-items: center; gap: clamp(50px, 7vw, 110px); padding-top: var(--header); }
.eyebrow { margin: 0 0 20px; color: var(--brand-light); font-size: 11px; line-height: 1.3; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.hero h1, .section h2, .final-cta h2 { margin: 0; font-size: clamp(54px, 7vw, 104px); font-weight: 800; line-height: .92; letter-spacing: -.055em; text-transform: uppercase; }
.hero h1 em, .section h2 em, .final-cta h2 em { display: inline-block; color: transparent; -webkit-text-stroke: 1px currentColor; font-style: normal; font-weight: 300; }
.hero-lead { max-width: 620px; margin: 30px 0 34px; color: #d0cdc6; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.hero .button { color: var(--ink); background: var(--brand-light); border-color: var(--brand-light); }
.hero .button:hover { color: var(--ink); background: #fff; border-color: #fff; }
.trust-line { display: flex; gap: 34px; margin-top: 48px; padding-top: 23px; border-top: 1px solid var(--line); color: #aaa; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.trust-line strong { display: block; color: #fff; font-size: 19px; line-height: 1.1; letter-spacing: -.02em; }
.hero-visual { margin: 0; position: relative; }
.hero-frame { position: relative; aspect-ratio: 4 / 5; overflow: hidden; border-radius: 50% 50% 4px 4px; border: 1px solid rgba(255,255,255,.3); }
.hero-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.55), transparent 60%); }
.hero-frame img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.03); filter: saturate(.65) contrast(1.05); }
.hero-visual::before, .hero-visual::after { content: ""; position: absolute; z-index: -1; border: 1px solid rgba(95,120,255,.36); border-radius: 50%; }
.hero-visual::before { inset: -25px; }
.hero-visual::after { inset: -50px; opacity: .45; }
.hero-visual figcaption { display: flex; justify-content: space-between; margin-top: 17px; color: #888; font-size: 10px; letter-spacing: .18em; }
.scroll-cue { position: absolute; z-index: 2; left: 50%; bottom: 28px; width: 28px; height: 48px; border: 1px solid rgba(255,255,255,.35); border-radius: 20px; }
.scroll-cue span { position: absolute; left: 50%; top: 9px; width: 3px; height: 3px; border-radius: 50%; background: #fff; animation: scroll 1.8s infinite; }
@keyframes scroll { 0% { transform: translate(-50%, 0); opacity: 0; } 30% { opacity: 1; } 100% { transform: translate(-50%, 19px); opacity: 0; } }

.section { padding: clamp(90px, 10vw, 150px) 0; }
.section-heading { max-width: 900px; margin-bottom: clamp(55px, 7vw, 88px); }
.section h2 { font-size: clamp(43px, 6vw, 82px); }
.section-heading > p:last-child { max-width: 570px; margin: 28px 0 0 auto; color: #54514b; font-size: 18px; }
.services { background: var(--paper); }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(10,10,10,.2); border-left: 1px solid rgba(10,10,10,.2); }
.service-card { min-height: 360px; padding: clamp(28px, 4vw, 54px); display: flex; flex-direction: column; border-right: 1px solid rgba(10,10,10,.2); border-bottom: 1px solid rgba(10,10,10,.2); transition: color .35s, background .35s; }
.service-card:hover { color: #fff; background: var(--ink-soft); }
.service-card-accent { color: #fff; background: var(--ink); }
.service-number { color: var(--brand); font-size: 12px; font-weight: 800; letter-spacing: .15em; }
.service-card h3 { margin: auto 0 14px; font-size: clamp(27px, 3vw, 42px); line-height: 1; letter-spacing: -.04em; text-transform: uppercase; }
.service-card p { max-width: 450px; margin: 0 0 28px; color: #65625c; }
.service-card:hover p, .service-card-accent p { color: #bbb7af; }
.service-card a { align-self: flex-start; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; border-bottom: 1px solid; }

.story { color: #fff; background: var(--ink-soft); overflow: hidden; }
.story-grid { display: grid; grid-template-columns: .82fr 1fr; align-items: center; gap: clamp(50px, 9vw, 140px); }
.story-media { position: relative; }
.story-media::before { content: ""; position: absolute; inset: 30px -30px -30px 30px; border: 1px solid rgba(95,120,255,.35); }
.story-media img { position: relative; z-index: 1; width: 100%; aspect-ratio: .85; object-fit: cover; filter: grayscale(.65) contrast(1.05); }
.vertical-label { position: absolute; z-index: 2; right: -64px; bottom: 100px; margin: 0; color: var(--brand-light); font-size: 10px; letter-spacing: .22em; transform: rotate(90deg); }
.story-copy > p:not(.eyebrow) { margin: 32px 0; color: #b8b4ad; font-size: 18px; }
.story blockquote { margin: 40px 0; padding: 8px 0 8px 25px; border-left: 2px solid var(--brand); font-size: clamp(19px, 2vw, 26px); line-height: 1.4; font-weight: 650; }

.membership { color: #fff; background: var(--brand); }
.membership-grid { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: clamp(55px, 10vw, 150px); }
.membership .eyebrow { color: #fff; }
.membership h2 { font-size: clamp(47px, 6.4vw, 86px); }
.membership-copy > p:not(.eyebrow) { max-width: 650px; margin: 30px 0; font-size: 19px; }
.benefit-list { list-style: none; padding: 0; margin: 32px 0 38px; }
.benefit-list li { display: flex; gap: 14px; padding: 14px 0; border-top: 1px solid rgba(255,255,255,.32); font-weight: 650; }
.benefit-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.32); }
.membership-stat { position: relative; padding: 45px 0; border-top: 1px solid rgba(255,255,255,.4); border-bottom: 1px solid rgba(255,255,255,.4); }
.big-number { display: block; font-size: clamp(54px, 8vw, 108px); line-height: .82; font-weight: 900; letter-spacing: -.07em; }
.big-number sup { color: var(--paper); font-size: .3em; vertical-align: top; }
.membership-stat p { max-width: 360px; margin: 35px 0 0; font-size: 17px; font-weight: 650; }
.seal { position: absolute; right: 0; top: -65px; width: 120px; height: 120px; border: 1px solid #fff; border-radius: 50%; display: grid; place-content: center; text-align: center; transform: rotate(9deg); }
.seal span { font-size: 31px; font-weight: 900; line-height: 1; }
.seal small { font-size: 8px; font-weight: 800; letter-spacing: .18em; line-height: 1.3; }

.locations { background: var(--paper-bright); }
.section-heading-row { max-width: none; display: grid; grid-template-columns: 1fr .55fr; align-items: end; gap: 60px; }
.section-heading-row > p:last-child { margin: 0 0 8px; }
.location { display: grid; grid-template-columns: 80px 1fr auto; gap: 24px; align-items: center; min-height: 150px; border-top: 1px solid rgba(10,10,10,.25); transition: padding .3s, background .3s; }
.location:last-child { border-bottom: 1px solid rgba(10,10,10,.25); }
.location:hover { padding-inline: 20px; background: var(--paper); }
.location-index { color: var(--brand); font-size: 12px; font-weight: 800; }
.location h3 { margin: 0; font-size: clamp(25px, 3.2vw, 43px); line-height: 1.1; letter-spacing: -.04em; text-transform: uppercase; }
.location p { margin: 7px 0 0; color: #737069; font-size: 14px; }
.location a { font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; border-bottom: 1px solid; }
.location-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 50px; }
.location-cta p { max-width: 450px; margin: 0; font-size: 18px; }

.faq { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .65fr 1fr; gap: clamp(60px, 10vw, 150px); }
.accordion { border-top: 1px solid rgba(10,10,10,.25); }
details { border-bottom: 1px solid rgba(10,10,10,.25); }
summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 27px 0; font-size: 18px; font-weight: 750; }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--brand); font-size: 26px; font-weight: 300; transition: transform .3s; }
details[open] summary span { transform: rotate(45deg); }
details p { margin: -5px 45px 27px 0; color: #5d5a54; }

.final-cta { padding: clamp(100px, 13vw, 180px) 0; text-align: center; color: #fff; background: var(--ink); }
.final-cta h2 { font-size: clamp(47px, 7vw, 98px); }
.final-cta .button { margin-top: 45px; }
.site-footer { padding: 70px 0 25px; color: #c7c4bd; background: #050505; border-top: 1px solid #222; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .5fr .5fr; gap: 60px; }
.wordmark-footer { color: #fff; font-size: 23px; }
.footer-grid > div:first-child p { max-width: 340px; margin: 24px 0 0; color: #777; }
.footer-grid h2 { margin: 0 0 17px; color: #777; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.footer-grid nav a, .footer-grid > div:not(:first-child) a { display: block; margin: 8px 0; font-size: 14px; }
.footer-grid a:hover { color: var(--brand-light); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 65px; padding-top: 22px; border-top: 1px solid #202020; color: #5f5f5f; font-size: 11px; letter-spacing: .05em; text-transform: uppercase; }
.footer-bottom p { margin: 0; }
.floating-book { display: none; }

.reveal { opacity: 0; transform: translateY(30px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal-delay { transition-delay: .14s; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  :root { --header: 68px; }
  .container { width: min(calc(100% - 32px), var(--max)); }
  .menu-toggle { display: block; z-index: 2; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-4px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 23px; padding: 80px 32px; background: rgba(10,10,10,.98); transform: translateX(100%); visibility: hidden; transition: transform .4s var(--ease), visibility .4s; font-size: 22px; }
  .main-nav.open { transform: none; visibility: visible; }
  .main-nav .button { margin-top: 15px; }
  .hero { min-height: auto; height: auto; max-height: none; padding: 130px 0 90px; }
  .hero-grid { grid-template-columns: 1fr; gap: 75px; padding-top: 0; }
  .hero-copy { max-width: 720px; }
  .hero-visual { width: min(78vw, 470px); margin-inline: auto; }
  .scroll-cue { display: none; }
  .story-grid, .membership-grid, .faq-grid { grid-template-columns: 1fr; }
  .story-media { width: min(75vw, 500px); }
  .membership-stat { margin-top: 40px; }
  .section-heading-row { grid-template-columns: 1fr; }
  .section-heading-row > p:last-child { margin: 0; }
}

@media (max-width: 620px) {
  body { font-size: 15px; }
  .hero h1 { font-size: clamp(47px, 15vw, 70px); }
  .hero-lead { margin-top: 24px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 22px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { align-self: flex-start; }
  .trust-line { gap: 20px; justify-content: space-between; }
  .trust-line span:last-child { display: none; }
  .hero-visual { width: calc(100% - 35px); }
  .hero-visual::before { inset: -14px; }
  .hero-visual::after { display: none; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 310px; }
  .story-media { width: calc(100% - 25px); }
  .vertical-label { right: -72px; }
  .seal { width: 90px; height: 90px; top: -45px; }
  .location { grid-template-columns: 36px 1fr; padding: 25px 0; }
  .location a { grid-column: 2; justify-self: start; }
  .location:hover { padding-inline: 0; }
  .location-cta { align-items: stretch; flex-direction: column; }
  .location-cta .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .floating-book { display: flex; position: fixed; z-index: 90; right: 14px; bottom: 14px; align-items: center; gap: 10px; min-height: 48px; padding: 10px 17px; color: var(--ink); background: var(--brand-light); box-shadow: 0 10px 30px rgba(0,0,0,.28); font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}


