@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,600;1,500;1,600&display=swap');

:root {
  --black: #070706;
  --black-2: #0c0c0b;
  --panel: #11110f;
  --ivory: #f2eee5;
  --muted: #a5a198;
  --gold: #c7a35a;
  --gold-soft: #e2c27c;
  --violet: #7c66ff;
  --line: rgba(242, 238, 229, .14);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", system-ui, sans-serif;
  font-family: var(--sans);
  color: var(--ivory);
  background: var(--black);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--black); color: var(--ivory); line-height: 1.55; }
body::before { position: fixed; inset: 0; z-index: 50; pointer-events: none; content: ""; opacity: .045; background: radial-gradient(circle, rgba(255,255,255,.6) 0 1px, transparent 1.2px) 0 0 / 5px 5px; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.section-shell { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 20; min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 14px clamp(24px, 4vw, 64px); border-bottom: 1px solid transparent; transition: background .2s, border-color .2s; }
.site-header.is-scrolled, .site-header.is-open { background: rgba(7,7,6,.88); border-color: var(--line); backdrop-filter: blur(18px); }
.brand img { width: 178px; filter: invert(1) grayscale(1) brightness(2); }
.site-nav { display: flex; align-items: center; gap: clamp(16px, 2.3vw, 32px); color: #c8c4bb; font-size: .77rem; font-weight: 700; letter-spacing: .055em; text-transform: uppercase; }
.site-nav a { transition: color .2s; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--gold-soft); }
.nav-cta { border: 1px solid rgba(199,163,90,.65); padding: 11px 15px; color: var(--gold-soft); }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: transparent; color: var(--ivory); }
.nav-toggle > span:not(.sr-only) { display: block; width: 19px; height: 1px; margin: 5px auto; background: currentColor; }

.hero { position: relative; min-height: 100svh; overflow: hidden; display: grid; align-items: center; isolation: isolate; padding: 136px clamp(24px, 7vw, 108px) 160px; background: radial-gradient(circle at 79% 48%, rgba(124,102,255,.15), transparent 23%), radial-gradient(circle at 88% 16%, rgba(199,163,90,.13), transparent 22%), linear-gradient(120deg, #070706 34%, #11100d); }
.hero::after { position: absolute; inset: 0; z-index: -1; content: ""; background: linear-gradient(90deg, rgba(7,7,6,.98) 0%, rgba(7,7,6,.8) 48%, rgba(7,7,6,.08) 82%), linear-gradient(0deg, var(--black), transparent 30%); }
.hero-emblem { position: absolute; z-index: -2; right: -4%; top: 5%; width: min(55vw, 760px); height: 88%; object-fit: contain; opacity: .72; filter: invert(1) sepia(.18) saturate(.7) drop-shadow(0 30px 80px rgba(0,0,0,.5)); }
.hero-content { width: min(850px, 100%); }
.eyebrow { margin: 0 0 18px; color: var(--gold-soft); font-size: .73rem; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1 { margin: 0; max-width: 12ch; font-family: var(--serif); font-size: clamp(4.2rem, 9.5vw, 9rem); font-weight: 600; letter-spacing: -.055em; line-height: .84; }
h1 em { color: var(--gold-soft); font-weight: 500; }
h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.7rem, 5.3vw, 5.5rem); font-weight: 600; letter-spacing: -.045em; line-height: .98; }
h3 { margin: 0; }
.hero-copy { max-width: 680px; margin: 32px 0 0; color: #c7c3ba; font-size: clamp(1.03rem, 1.8vw, 1.27rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; border: 1px solid transparent; padding: 0 21px; font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: transform .2s, background .2s; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button.primary { background: var(--gold); color: #0a0907; }
.button.primary:hover { background: var(--gold-soft); }
.button.secondary { border-color: rgba(242,238,229,.3); background: rgba(242,238,229,.04); }
.hero-index { position: absolute; left: clamp(24px,7vw,108px); right: clamp(24px,7vw,108px); bottom: 32px; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); }
.hero-index span { padding: 18px 20px 0 0; color: #b5b0a7; font-size: .75rem; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; }
.hero-index b { margin-right: 14px; color: var(--gold); }

.manifesto { display: grid; grid-template-columns: .36fr 1fr; gap: 60px; align-items: start; padding-block: clamp(90px,12vw,170px); }
.manifesto > div { display: grid; grid-template-columns: 1fr .55fr; gap: 50px; align-items: end; }
.manifesto h2 { font-size: clamp(2.5rem,4.6vw,4.8rem); }
.manifesto div p { margin: 0; color: var(--muted); }

.divisions { padding: clamp(80px,10vw,140px) 0; background: var(--black-2); border-block: 1px solid var(--line); }
.section-heading { display: grid; grid-template-columns: 1fr .42fr; gap: 40px; align-items: end; margin-bottom: 50px; }
.section-heading > p { margin: 0; color: var(--muted); }
.division-grid { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); }
.division-card { position: relative; min-height: 630px; display: flex; flex-direction: column; align-items: flex-start; padding: clamp(25px,3vw,42px); overflow: hidden; background: linear-gradient(155deg, rgba(255,255,255,.045), rgba(255,255,255,.008)); }
.division-card + .division-card { border-left: 1px solid var(--line); }
.division-card::before { position: absolute; inset: 0; content: ""; opacity: 0; background: radial-gradient(circle at 76% 20%, rgba(124,102,255,.22), transparent 32%); transition: opacity .35s; }
.division-card:hover::before { opacity: 1; }
.card-number { position: relative; color: var(--gold); font-family: var(--serif); font-size: 1.1rem; }
.card-kicker { position: relative; min-height: 48px; margin: 55px 0 18px; color: #969188; font-size: .68rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.division-card h3 { position: relative; font-family: var(--serif); font-size: clamp(2.2rem,3vw,3.45rem); line-height: 1; }
.division-card > p:not(.card-kicker) { position: relative; margin: 26px 0 0; color: var(--muted); font-size: .95rem; }
.division-card ul { position: relative; width: 100%; margin: auto 0 30px; padding: 28px 0 0; list-style: none; border-top: 1px solid var(--line); color: #cac5bc; font-size: .84rem; }
.division-card li + li { margin-top: 8px; }
.division-card li::before { content: "—"; margin-right: 10px; color: var(--gold); }
.division-card a { position: relative; display: flex; justify-content: space-between; width: 100%; color: var(--gold-soft); font-size: .76rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.finder { padding: clamp(90px,11vw,150px) 0; background: linear-gradient(120deg, rgba(124,102,255,.11), transparent 35%), var(--black); }
.finder-layout { display: grid; grid-template-columns: .75fr 1fr; gap: clamp(45px,8vw,110px); align-items: center; }
.finder-copy p:last-child { max-width: 530px; margin: 25px 0 0; color: var(--muted); }
.finder-panel { border: 1px solid rgba(199,163,90,.35); padding: clamp(24px,4vw,48px); background: rgba(255,255,255,.025); }
.finder-panel label { display: block; margin-bottom: 10px; color: #a9a49b; font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.finder-panel select { width: 100%; min-height: 58px; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; padding: 10px 36px 10px 0; background: transparent; color: var(--ivory); color-scheme: dark; outline: none; }
.finder-result { padding-top: 38px; }
.finder-result > p:first-child { margin: 0 0 8px; color: var(--gold); font-size: .7rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.finder-result h3 { font-family: var(--serif); font-size: clamp(2rem,4vw,3.4rem); line-height: 1; }
.finder-result > p:not(:first-child) { margin: 18px 0 26px; color: var(--muted); }
.text-link { color: var(--gold-soft); font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.text-link span { margin-left: 8px; }

.strategy { padding: clamp(90px,11vw,160px) 0; background: var(--ivory); color: #11100e; }
.strategy-grid { display: grid; grid-template-columns: .62fr 1fr; gap: clamp(50px,10vw,150px); align-items: center; }
.strategy-price { display: grid; justify-items: center; padding: 35px; border: 1px solid rgba(17,16,14,.2); }
.strategy-price > span { font-family: var(--serif); font-size: clamp(8rem,18vw,15rem); line-height: .72; letter-spacing: -.08em; }
.strategy-price small { margin-top: 20px; color: #777167; font-size: .72rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.strategy-price strong { margin-top: 34px; color: #8b6a2f; font-family: var(--serif); font-size: 2rem; }
.strategy-price i { font-family: var(--sans); font-size: .65rem; font-style: normal; letter-spacing: .12em; }
.strategy-copy .eyebrow { color: #8b6a2f; }
.strategy-copy > p:not(.eyebrow):not(.booking-note) { max-width: 660px; margin: 25px 0 0; color: #5d594f; font-size: 1.04rem; }
.session-uses { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.session-uses span { border: 1px solid rgba(17,16,14,.18); padding: 8px 11px; color: #565149; font-size: .75rem; }
.booking-note { max-width: 680px; margin: 28px 0 24px; padding-left: 16px; border-left: 2px solid var(--gold); color: #686257; font-size: .84rem; }

.work { padding: clamp(90px,11vw,150px) 0; background: radial-gradient(circle at 20% 20%, rgba(124,102,255,.12), transparent 24%), var(--black-2); border-bottom: 1px solid var(--line); }
.work-layout { display: grid; grid-template-columns: .8fr .72fr; gap: clamp(50px,9vw,130px); align-items: center; }
.work-copy > p:not(.eyebrow) { max-width: 540px; margin: 24px 0 0; color: var(--muted); }
.work-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 27px; }
.work-tags span { border: 1px solid var(--line); padding: 7px 10px; color: #beb9af; font-size: .72rem; }
.proof-video { width: min(100%, 420px); margin: 0 auto; }
.stream-frame { position: relative; aspect-ratio: 9/16; overflow: hidden; border: 1px solid rgba(199,163,90,.5); padding: 8px; background: #030303; box-shadow: 24px 24px 0 rgba(199,163,90,.07), 0 40px 90px rgba(0,0,0,.45); }
.stream-frame::before, .stream-frame::after { position: absolute; z-index: 2; width: 40px; height: 40px; content: ""; pointer-events: none; }
.stream-frame::before { top: -1px; left: -1px; border-top: 3px solid var(--gold); border-left: 3px solid var(--gold); }
.stream-frame::after { right: -1px; bottom: -1px; border-right: 3px solid var(--gold); border-bottom: 3px solid var(--gold); }
.stream-frame iframe { width: 100%; height: 100%; border: 0; }
.proof-video figcaption { display: flex; justify-content: space-between; gap: 20px; margin-top: 16px; color: #b5b0a7; font-size: .67rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.proof-video figcaption a { color: var(--gold-soft); }

.membership { padding: clamp(90px,11vw,160px) 0; background: var(--black); }
.membership-grid { display: grid; grid-template-columns: .7fr 1fr; gap: clamp(50px,9vw,130px); align-items: center; }
.membership-seal { overflow: hidden; background: #fff; }
.membership-seal img { width: 100%; }
.membership-grid > div:last-child > p:not(.eyebrow):not(.fine-print) { max-width: 660px; margin: 25px 0 0; color: var(--muted); }
.membership-features { display: grid; grid-template-columns: repeat(2,1fr); gap: 0 20px; margin: 32px 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.membership-features li { padding: 14px 0; border-bottom: 1px solid var(--line); color: #c9c4bb; font-size: .85rem; }
.membership-features li::before { content: "+"; margin-right: 10px; color: var(--gold); }
.membership-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; }
.fine-print { margin: 24px 0 0; color: #77736b; font-size: .75rem; }

.contact { padding: clamp(90px,11vw,150px) 0; background: var(--black-2); border-top: 1px solid var(--line); }
.contact-grid { display: grid; grid-template-columns: .72fr .9fr .34fr; gap: clamp(28px,5vw,70px); align-items: start; }
.contact-copy > p:not(.eyebrow) { max-width: 500px; margin: 24px 0; color: var(--muted); }
.email-link { color: var(--gold-soft); font-family: var(--serif); font-size: clamp(1.2rem,2vw,1.7rem); }
.contact-form { display: grid; gap: 15px; padding: clamp(22px,3vw,36px); border: 1px solid var(--line); background: rgba(255,255,255,.02); }
.contact-form label { display: grid; gap: 7px; color: #aaa59b; font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; padding: 10px 2px; background: transparent; color: var(--ivory); color-scheme: dark; outline: none; text-transform: none; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--gold); }
.contact-form textarea { resize: vertical; }
.contact-form .button { justify-self: start; }
.social-card { padding: 12px; background: #fff; color: #111; }
.social-card img { width: 100%; }
.social-card div { padding: 12px 4px 5px; }
.social-card span { display: block; color: #777; font-size: .64rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.social-card a { display: block; margin-top: 2px; font-size: .82rem; font-weight: 700; }

.site-footer { border-top: 1px solid var(--line); padding: 34px 0; color: #8d887e; }
.footer-layout { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-layout img { width: 145px; filter: invert(1) grayscale(1) brightness(2); }
.footer-layout p { margin: 0; text-align: center; }
.footer-layout a { justify-self: end; color: var(--gold-soft); }

@media (max-width: 1050px) {
  .nav-toggle { display: block; }
  .site-nav { position: absolute; top: 100%; left: 18px; right: 18px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 8px; border: 1px solid var(--line); background: rgba(7,7,6,.98); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 13px 12px; }
  .nav-cta { border: 0; }
  .manifesto, .manifesto > div, .section-heading, .finder-layout, .strategy-grid, .work-layout, .membership-grid { grid-template-columns: 1fr; }
  .manifesto { gap: 20px; }
  .manifesto > div { gap: 24px; }
  .division-grid { grid-template-columns: 1fr; }
  .division-card { min-height: 520px; }
  .division-card + .division-card { border-left: 0; border-top: 1px solid var(--line); }
  .strategy-price { justify-self: start; width: min(100%,450px); }
  .membership-seal { width: min(100%,520px); }
  .contact-grid { grid-template-columns: 1fr 1fr; }
  .social-card { width: 190px; }
}

@media (max-width: 680px) {
  .section-shell { width: min(100% - 32px, 1240px); }
  .site-header { min-height: 70px; padding-inline: 16px; }
  .brand img { width: 142px; }
  .hero { min-height: 960px; padding: 125px 18px 190px; align-items: start; }
  .hero-emblem { right: -38%; top: 30%; width: 125vw; height: 60%; opacity: .5; }
  h1 { font-size: clamp(4rem,19vw,6.3rem); }
  .hero-actions, .hero-actions .button { width: 100%; }
  .hero-index { left: 18px; right: 18px; bottom: 22px; grid-template-columns: 1fr; }
  .hero-index span { padding-top: 12px; }
  .manifesto, .divisions, .finder, .strategy, .work, .membership, .contact { padding-block: 78px; }
  .division-card { min-height: auto; }
  .division-card ul { margin-top: 45px; }
  .strategy-price { padding-block: 40px; }
  .strategy-price > span { font-size: 9rem; }
  .membership-features { grid-template-columns: 1fr; }
  .membership-actions, .membership-actions .button { width: 100%; }
  .contact-grid { grid-template-columns: 1fr; }
  .social-card { width: min(100%,240px); }
  .footer-layout { grid-template-columns: 1fr; justify-items: start; }
  .footer-layout p { text-align: left; }
  .footer-layout a { justify-self: start; }
}

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

.return-current {
  position: fixed;
  z-index: 60;
  right: 16px;
  bottom: 16px;
  border: 1px solid rgba(124, 102, 255, .65);
  padding: 11px 14px;
  background: rgba(7, 7, 6, .92);
  color: #f2eee5;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
}

.return-current:hover,
.return-current:focus-visible {
  background: #7c66ff;
  color: #fff;
}
