@font-face { font-family: "Cormorant Garamond"; font-style: normal; font-weight: 500; font-display: swap; src: url("fonts/cormorant-garamond-latin-500-normal.woff2") format("woff2"); }
@font-face { font-family: "Cormorant Garamond"; font-style: normal; font-weight: 600; font-display: swap; src: url("fonts/cormorant-garamond-latin-600-normal.woff2") format("woff2"); }
@font-face { font-family: "Cormorant Garamond"; font-style: italic; font-weight: 600; font-display: swap; src: url("fonts/cormorant-garamond-latin-600-italic.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 400; font-display: swap; src: url("fonts/inter-latin-400-normal.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 500; font-display: swap; src: url("fonts/inter-latin-500-normal.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 600; font-display: swap; src: url("fonts/inter-latin-600-normal.woff2") format("woff2"); }

:root {
  --navy: #081725;
  --navy-2: #0d2232;
  --night: #040d15;
  --gold: #c9a55d;
  --gold-bright: #dfc076;
  --cream: #f5efe5;
  --sand: #e9dfd0;
  --paper: #fbf8f2;
  --slate: #435767;
  --muted: #a6b0b8;
  --line: rgba(201,165,93,.3);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--night); }
body { margin: 0; background: var(--navy); color: var(--cream); font-family: var(--sans); text-rendering: optimizeLegibility; }
body::before { position: fixed; inset: 0; z-index: 50; pointer-events: none; opacity: .025; content: ""; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }
a { color: inherit; text-decoration: none; }
img, picture { display: block; max-width: 100%; }
svg { width: 1.2rem; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; }
h1, h2, h3, p, blockquote { margin-top: 0; }

header { position: absolute; inset: 0 0 auto; z-index: 20; display: grid; min-height: 7rem; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; padding: 0 4.5rem; border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 1rem; width: max-content; }
.brand-mark { display: grid; width: 3.35rem; height: 3.35rem; place-items: center; flex: 0 0 auto; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-bright); font-family: var(--serif); font-size: 1rem; }
.brand > span:last-child { display: grid; gap: .26rem; }
.brand strong { font-size: .88rem; font-weight: 600; letter-spacing: .19em; text-transform: uppercase; }
.brand small { color: rgba(245,239,229,.55); font-size: .6rem; letter-spacing: .11em; text-transform: uppercase; }
nav { display: flex; gap: 2.25rem; }
nav a, .footer-links a { position: relative; color: rgba(245,239,229,.82); font-size: .84rem; }
nav a::after, .footer-links a::after { position: absolute; right: 0; bottom: -.55rem; left: 0; height: 1px; content: ""; background: var(--gold); transform: scaleX(0); transition: transform .18s; }
nav a:hover::after, .footer-links a:hover::after { transform: scaleX(1); }

.button { display: inline-flex; min-height: 3.9rem; align-items: center; justify-content: center; gap: 1.8rem; padding: 0 1.7rem; border: 0; font-size: .88rem; font-weight: 600; transition: transform .18s, background .18s, color .18s; }
.button:hover { transform: translateY(-2px); }
.button.gold { background: linear-gradient(120deg, #b88e41, var(--gold-bright)); color: var(--night); }
.button.gold:hover { background: var(--gold-bright); }
.button.outline { border: 1px solid var(--gold); color: var(--gold-bright); }
.button.outline:hover { background: var(--gold); color: var(--night); }
.button.text { min-height: 3rem; padding: 0 0 .1rem; border-bottom: 1px solid var(--gold); }
.button.text svg { color: var(--gold); }
header > .button { min-height: 3.55rem; justify-self: end; }

.hero { position: relative; display: grid; min-height: min(65rem, 100svh); grid-template-columns: 61% 39%; overflow: hidden; background: linear-gradient(90deg, var(--navy) 0%, var(--navy) 53%, rgba(8,23,37,.75) 68%, transparent 82%), linear-gradient(rgba(245,239,229,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(245,239,229,.045) 1px, transparent 1px), radial-gradient(circle at 82% 32%, #24475b, var(--navy) 43%); background-size: auto, 100% 25%, 25% 100%, auto; }
.hero-copy { position: relative; z-index: 5; display: flex; flex-direction: column; justify-content: center; padding: 10.5rem 2rem 4.5rem 4.5rem; animation: rise .65s ease both; }
.eyebrow { margin: 0 0 1.6rem; color: var(--gold); font-size: .7rem; font-weight: 600; letter-spacing: .25em; text-transform: uppercase; }
.hero h1 { max-width: 62rem; margin-bottom: 1.8rem; font-family: var(--serif); font-size: clamp(4.8rem, 6.6vw, 7.25rem); font-weight: 600; letter-spacing: -.045em; line-height: .87; }
.hero h1 em { color: var(--gold-bright); font-weight: 500; }
.hero-lead { max-width: 52rem; margin-bottom: 1.2rem; font-family: var(--serif); font-size: clamp(1.55rem, 2.05vw, 2.05rem); line-height: 1.25; }
.bodycopy { max-width: 46rem; margin-bottom: 2.1rem; color: rgba(245,239,229,.7); font-size: clamp(.98rem, 1.15vw, 1.12rem); line-height: 1.7; }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 2.2rem; }
.proof-row { display: flex; align-items: center; gap: .75rem; margin-top: 2.7rem; color: rgba(245,239,229,.55); font-size: .72rem; }
.proof-row i { width: 1.8rem; height: 1px; background: var(--line); }
.hero-portrait { position: absolute; z-index: 3; right: -3rem; bottom: -1rem; width: min(54vw, 59rem); aspect-ratio: 1400 / 1582; animation: portrait .8s .1s ease both; }
.hero-portrait::before { position: absolute; z-index: -1; top: 12%; left: 20%; width: 31rem; height: 31rem; border: 1px solid var(--line); border-radius: 50%; content: ""; }
.hero-portrait picture { display: block; width: 100%; height: 100%; aspect-ratio: 1400 / 1582; }
.hero-portrait img { display: block; width: 100%; height: 100%; aspect-ratio: 1400 / 1582; object-fit: contain; filter: drop-shadow(-2rem 1.5rem 3rem rgba(0,0,0,.3)); }
.hero-index { position: absolute; right: 4.5rem; bottom: 2rem; z-index: 4; color: rgba(245,239,229,.35); font-family: var(--serif); font-size: 1.1rem; }

section { padding: 8.5rem 4.5rem; }
.light { background: var(--paper); color: var(--navy); }
.sand { background: var(--sand); color: var(--navy); }
.dark { background: var(--navy-2); }
h2 { margin-bottom: 1.7rem; font-family: var(--serif); font-size: clamp(3.1rem, 4.6vw, 5.1rem); font-weight: 600; letter-spacing: -.04em; line-height: .98; }
.light .eyebrow, .sand .eyebrow { color: #896526; }
.lead { max-width: 59rem; font-size: clamp(1.2rem, 1.65vw, 1.55rem); line-height: 1.58; }
.muted, .section-heading.split > p { color: var(--muted); line-height: 1.75; }
.section-heading { max-width: 75rem; margin-bottom: 4rem; }
.section-heading.split { display: grid; max-width: none; grid-template-columns: 1.3fr .7fr; gap: 6rem; align-items: end; }
.light .section-heading.split > p, .sand .section-heading.split > p { color: var(--slate); }

.manifest, .method { display: grid; grid-template-columns: minmax(5rem, 12%) 1fr; }
.section-index { display: flex; flex-direction: column; gap: .8rem; color: #896526; }
.section-index b { font-family: var(--serif); font-size: 2.2rem; font-weight: 500; }
.section-index span { font-size: .67rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; writing-mode: vertical-rl; }
.manifest-copy { max-width: 76rem; }
.manifest h2 { max-width: 69rem; font-size: clamp(3.8rem, 5.5vw, 6.2rem); }
.manifest blockquote { max-width: 65rem; margin: 4rem 0 0; padding-top: 2.3rem; border-top: 1px solid #a67e34; color: #344b5b; font-family: var(--serif); font-size: clamp(1.9rem, 2.8vw, 3rem); font-style: italic; line-height: 1.3; }

.three-lenses { display: grid; grid-template-columns: .66fr 1.34fr; gap: 6rem; }
.lens-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.lens-grid article { padding: 2.7rem 2.2rem 1rem; border-right: 1px solid var(--line); }
.lens-grid article:first-child { padding-left: 0; }
.lens-grid article:last-child { border-right: 0; }
.lens-grid span, .offer-grid .number, .process span { color: var(--gold); font-family: var(--serif); font-size: 1.3rem; }
.lens-grid h3 { margin: 3rem 0 1.2rem; font-family: var(--serif); font-size: 2.25rem; font-weight: 600; }
.lens-grid p { color: var(--muted); line-height: 1.75; }

.offer-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(8,23,37,.22); }
.offer-grid article { min-height: 31rem; padding: 2.8rem 4rem 2.8rem 0; border-right: 1px solid rgba(8,23,37,.18); border-bottom: 1px solid rgba(8,23,37,.18); }
.offer-grid article:nth-child(even) { padding-right: 0; padding-left: 4rem; border-right: 0; }
.offer-grid h3 { max-width: 34rem; margin: 3.7rem 0 1.3rem; font-family: var(--serif); font-size: clamp(2.3rem, 3.2vw, 3.35rem); font-weight: 600; line-height: 1.02; }
.offer-grid p { max-width: 36rem; color: var(--slate); line-height: 1.75; }
.offer-grid ul { display: flex; flex-wrap: wrap; gap: .65rem; margin: 2.2rem 0 0; padding: 0; list-style: none; }
.offer-grid li { padding: .55rem .75rem; border: 1px solid rgba(8,23,37,.22); color: #334958; font-size: .7rem; }

.process { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(8,23,37,.22); }
.process article { padding: 2.7rem 2rem 1rem 0; border-right: 1px solid rgba(8,23,37,.18); }
.process article:not(:first-child) { padding-left: 2rem; }
.process article:last-child { border-right: 0; }
.process h3 { margin: 2.8rem 0 .8rem; font-family: var(--serif); font-size: 2rem; font-weight: 600; }
.process p { color: var(--slate); font-size: .86rem; line-height: 1.7; }

.about { display: grid; grid-template-columns: .82fr 1.18fr; gap: 7rem; align-items: center; overflow: hidden; }
.about-image { position: relative; display: grid; min-height: 40rem; place-items: end center; border: 1px solid var(--line); background: radial-gradient(circle at 50% 28%, #2a4b5e, #0a1c29 65%); }
.about-image::before { position: absolute; top: 10%; width: 24rem; height: 24rem; border: 1px solid var(--line); border-radius: 50%; content: ""; }
.about-image img { position: relative; z-index: 2; max-height: 39rem; object-fit: contain; filter: drop-shadow(0 1rem 2rem rgba(0,0,0,.28)); }
.about-copy .lead { max-width: 50rem; }
.about-copy .muted { max-width: 48rem; }
.credentials { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 2.8rem; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.credentials span { display: grid; gap: .35rem; padding: 1.25rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: rgba(245,239,229,.62); font-size: .72rem; }
.credentials b { color: var(--gold-bright); font-family: var(--serif); font-size: 1.35rem; font-weight: 600; }

.speaker { display: grid; grid-template-columns: 1.2fr .8fr; gap: 7rem; align-items: center; background: var(--sand); color: var(--navy); }
.speaker-copy { max-width: 66rem; }
.speaker-copy .lead { color: var(--slate); }
.topic-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; margin: 2.7rem 0 3rem; border-top: 1px solid rgba(8,23,37,.2); border-left: 1px solid rgba(8,23,37,.2); }
.topic-list span { padding: 1.15rem; border-right: 1px solid rgba(8,23,37,.2); border-bottom: 1px solid rgba(8,23,37,.2); font-size: .79rem; }
.speaker aside { position: relative; padding: 4rem 3rem; border: 1px solid rgba(8,23,37,.2); background: rgba(255,255,255,.25); }
.speaker aside blockquote { margin: 0 0 2rem; font-family: var(--serif); font-size: clamp(2rem, 3vw, 3.1rem); font-style: italic; line-height: 1.22; }
.quote-mark { position: absolute; top: -2rem; left: 2rem; color: #a97f36; font-family: var(--serif); font-size: 8rem; line-height: 1; }
.speaker aside small { color: #6d572f; font-size: .68rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }

.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(8,23,37,.18); }
.audience-grid article { display: flex; min-height: 25rem; flex-direction: column; align-items: flex-start; padding: 2.5rem; background: var(--cream); }
.audience-grid > article > span { color: #896526; font-size: .65rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.audience-grid h3 { margin: 4rem 0 2rem; font-family: var(--serif); font-size: clamp(1.9rem, 2.7vw, 2.75rem); font-weight: 600; line-height: 1.08; }
.audience-grid .button { margin-top: auto; }

.final-cta { display: grid; justify-items: center; text-align: center; }
.final-cta h2 { max-width: 70rem; font-size: clamp(4rem, 6.2vw, 6.8rem); }
.final-cta > p:not(.eyebrow) { max-width: 48rem; color: var(--muted); line-height: 1.75; }
.final-cta .actions { margin-top: 1.6rem; }

.disclaimer { padding: 2.2rem 4.5rem; border-top: 1px solid var(--line); background: var(--night); }
.disclaimer p { max-width: 74rem; margin: 0 auto; color: rgba(245,239,229,.48); font-size: .68rem; line-height: 1.7; text-align: center; }
footer { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 4rem; padding: 3.5rem 4.5rem; background: #02080d; }
.footer-brand { display: flex; align-items: center; gap: 1rem; }
.footer-brand strong, .footer-brand span { display: block; }
.footer-brand strong { margin-bottom: .35rem; font-size: .8rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.footer-brand div span, footer > p { margin: 0; color: rgba(245,239,229,.38); font-size: .64rem; }
.footer-links { display: flex; gap: 1.7rem; }

@keyframes rise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
@keyframes portrait { from { opacity: 0; transform: translateX(14px); } to { opacity: 1; transform: none; } }

@media (max-width: 1180px) {
  header { grid-template-columns: 1fr auto; padding: 0 2.2rem; }
  nav { display: none; }
  .hero-copy, section { padding-left: 2.2rem; padding-right: 2.2rem; }
  .three-lenses { grid-template-columns: 1fr; gap: 2rem; }
  .about { gap: 4rem; }
  footer { padding-left: 2.2rem; padding-right: 2.2rem; }
}

@media (max-width: 840px) {
  header { min-height: 5.6rem; }
  .brand strong { font-size: .72rem; letter-spacing: .13em; }
  .brand small { display: none; }
  .brand-mark { width: 2.7rem; height: 2.7rem; font-size: .78rem; }
  header > .button { min-height: 2.9rem; padding: 0 .9rem; font-size: .7rem; }
  header > .button svg { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { padding: 8.5rem 1.3rem 2.5rem; }
  .hero h1 { font-size: clamp(3.7rem, 15vw, 5.6rem); }
  .hero-portrait { position: relative; right: auto; bottom: auto; justify-self: end; width: min(100%, 40rem); margin-top: -3rem; }
  .hero-portrait::before { width: 21rem; height: 21rem; }
  .hero-index { display: none; }
  .proof-row { flex-wrap: wrap; }
  section { padding: 5.5rem 1.3rem; }
  .manifest, .method, .section-heading.split, .lens-grid, .offer-grid, .process, .about, .speaker, .audience-grid { grid-template-columns: 1fr; }
  .section-index { flex-direction: row; align-items: center; margin-bottom: 3rem; }
  .section-index span { writing-mode: initial; }
  .section-heading.split { gap: 1rem; }
  .lens-grid article, .lens-grid article:first-child { padding: 2.3rem 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .offer-grid article, .offer-grid article:nth-child(even) { min-height: auto; padding: 2.6rem 0; border-right: 0; }
  .process article, .process article:not(:first-child) { padding: 2rem 0; border-right: 0; border-bottom: 1px solid rgba(8,23,37,.18); }
  .about { gap: 4rem; }
  .about-image { min-height: 31rem; }
  .about-image img { max-height: 30rem; }
  .speaker { gap: 4rem; }
  .audience-grid article { min-height: 20rem; }
  footer { grid-template-columns: 1fr; gap: 2rem; padding: 3rem 1.3rem; }
}

@media (max-width: 540px) {
  header { padding: 0 1rem; }
  .brand > span:last-child { display: none; }
  .hero-copy { padding-left: 1rem; padding-right: 1rem; }
  .actions { align-items: stretch; gap: 1rem; }
  .actions .button { width: 100%; }
  .proof-row i { display: none; }
  .proof-row { align-items: flex-start; flex-direction: column; }
  .topic-list, .credentials { grid-template-columns: 1fr; }
  .speaker aside { padding: 3.5rem 1.5rem 2rem; }
  .footer-links { flex-wrap: wrap; }
}

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

/* Standalone legal pages */
.legal-page { background: var(--paper); color: var(--navy); }
.legal-page::before { opacity: .018; }
.legal-nav { position: relative; background: var(--navy); color: var(--cream); }
.legal-back { justify-self: end; padding-bottom: .35rem; border-bottom: 1px solid var(--gold); color: var(--gold-bright); font-size: .78rem; font-weight: 600; }
.legal-main { min-height: 70vh; }
.legal-hero { padding-top: 6.5rem; padding-bottom: 4rem; background: var(--navy-2); color: var(--cream); }
.legal-hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(4rem, 7vw, 7rem); font-weight: 600; letter-spacing: -.045em; line-height: .9; }
.legal-content { width: min(100% - 2.6rem, 58rem); margin: 0 auto; padding: 5.5rem 0 7rem; color: #263c4b; font-size: .96rem; line-height: 1.78; overflow-wrap: anywhere; }
.legal-content h2, .legal-content h3 { margin: 3.2rem 0 1.2rem; color: var(--navy); font-family: var(--serif); font-weight: 600; letter-spacing: -.02em; line-height: 1.1; }
.legal-content h2 { font-size: clamp(2.2rem, 4vw, 3.5rem); }
.legal-content h3 { font-size: clamp(1.55rem, 2.6vw, 2.15rem); }
.legal-content p { margin-bottom: 1.35rem; }
.legal-content a { color: #73551f; text-decoration: underline; text-underline-offset: .18em; }
.legal-content strong { color: var(--navy); }

@media (max-width: 840px) {
  .legal-nav { min-height: 5.6rem; }
  .legal-hero { padding-top: 4.6rem; padding-bottom: 3rem; }
  .legal-content { padding-top: 3.8rem; padding-bottom: 5rem; }
}
