/* Revision 02, the original pre-call palette, quieter hierarchy, intentional image framing. */
:root {
  --background: oklch(0.985 0.003 255);
  --foreground: oklch(0.235 0.042 260);
  --surface: oklch(0.97 0.008 255);
  --primary: oklch(0.8 0.12 84);
  --primary-foreground: oklch(0.19 0.04 260);
  --border: oklch(0.88 0.014 255);
  --radius: 12px;
  --navy-gradient: linear-gradient(160deg, #050e1d 10%, #0b2447 100%);
  --gold-gradient: linear-gradient(110deg, #c9962e 0%, #f5d67b 48%, #c9962e 100%);
  --gold-text-gradient: linear-gradient(180deg, #fff8e7 4%, #f5d67b 48%, #c9962e 95%);
}
body { color:var(--foreground); }
.site-header{ position:sticky; top:0; z-index:35; background:rgba(5,14,29,.96); backdrop-filter:blur(16px); border-bottom:1px solid #ffffff0d; }
html { scroll-padding-top:112px; }
.nav { height:88px; }
.nav nav { font-size:14px; gap:24px; }
.dropdown>button { font-size:14px; }
.dropdown>button,.login { min-height:44px; display:inline-flex; align-items:center; }
.announcement { background:var(--gold-gradient); font-size:13px; padding:10px 20px; }
.button { min-height:54px; font-size:14px; border-radius:6px; transition:transform 180ms ease,box-shadow 180ms ease,filter 180ms ease; }
.button.gold { background:var(--gold-gradient); box-shadow:inset 0 1px 0 #fff7,0 4px 12px #050e1d12; }
.button.gold:hover { filter:brightness(1.06); box-shadow:inset 0 1px 0 #fff8,0 7px 18px #050e1d20; }
.button:active { transform:translateY(0) scale(.985); transition-duration:120ms; }
.button.small { min-height:44px; font-size:14px; }
.text-link { min-height:36px; font-size:14px; }
.hero { position:relative; background:radial-gradient(ellipse 65% 80% at 68% 24%,#c9962e12,transparent 68%),var(--navy-gradient); padding-top:68px; }
.hero-grid { grid-template-columns:1.18fr 1fr; gap:64px; padding-bottom:64px; }
.hero-copy { padding:0; }
.hero h1 { font-size:clamp(52px,5.25vw,76px); line-height:1.09; }
.hero h1 span,.final-cta h2 span { background:var(--gold-text-gradient); background-clip:text; -webkit-background-clip:text; color:transparent; }
.intro { font-size:17px; line-height:1.8; margin-top:28px; margin-bottom:28px; }
.hero-guarantee { font-size:12px; line-height:1.8; margin-top:24px; }
.hero-visual { padding:0; }
.photo-shell { height:auto; aspect-ratio:1.05; margin:0; border-radius:14px 14px 0 0; overflow:hidden; background:#0b2447; box-shadow:0 20px 50px #0002; }
.hero-photo { width:108%; height:108%; max-width:none; left:-4%; top:-4%; object-fit:cover; object-position:50% 50%; }
.photo-caption { position:relative; inset:auto; margin:0; padding:18px 22px 4px; background:#12243d; display:block; }
.photo-caption strong { display:block; font-size:17px; line-height:1.5; font-weight:700; letter-spacing:0; }
.photo-caption span:last-child { display:block; font-size:12px; color:#afbed1; margin-top:3px; }
.watch { margin:0; padding:20px 22px; background:#12243d; border-radius:0 0 14px 14px; }
.watch strong { font-size:13px; font-weight:600; }
.watch small { font-size:12px; }
.watch .play { background:var(--gold-gradient); }
.unit-note { top:22px; right:-12px; border-radius:6px; padding:12px 16px; background:var(--gold-gradient); box-shadow:0 6px 16px #0002; }
.unit-note strong { font-size:40px; }
.unit-note span { font-size:10px; line-height:1.4; }
.proof-bar { border-color:#ffffff22; padding-top:28px; padding-bottom:30px; }
.proof-bar strong { font-size:13px; }
.proof-bar span { font-size:12px; }
.section { padding:88px 0; }
.section-heading { margin-bottom:38px; }
.section-heading>p { font-size:15px; }
h2 { font-size:clamp(32px,3.25vw,46px); letter-spacing:-1.4px; }
.segments { border:0; gap:0; }
.segment { padding:8px 27px 12px; border-color:var(--border); }
.segment:first-child { padding-left:0; }
.segment:last-child { padding-right:0; }
.segment:hover { background:transparent; transform:translateY(-3px); }
.segment h3 { font-size:22px; max-width:180px; }
.segment p { font-size:14px; margin:16px 0 24px; }
.segment>div { font-size:12px; min-height:44px; }
.mechanism { background:linear-gradient(180deg,#f4f6f9,#eef1f6); }
.mechanism-grid { gap:90px; }
.steps article { padding:24px 0; }
.steps h3 { font-size:22px; }
.steps p { font-size:15px; }
.principle { justify-content:center; margin-top:44px; padding-top:30px; }
.principle p { font-size:27px; }
.buying { background:radial-gradient(ellipse at 15% 30%,#244e743d,transparent 60%),var(--navy-gradient); }
.buying-grid { gap:72px; }
.operator-photo { border-radius:12px; overflow:hidden; }
.operator-photo img { height:auto; aspect-ratio:1; object-fit:cover; object-position:center; }
.buying .body-copy { margin-top:22px; }
.deal-row small { font-size:12px; letter-spacing:0; text-transform:none; }
.student-grid { gap:30px; align-items:start; }
.student { background:transparent; }
.student-media { aspect-ratio:4/5; display:block; border-radius:12px; box-shadow:0 8px 24px #050e1d0c; }
.student-media img { object-fit:cover; object-position:50% 15%; }
.student-media[data-person="Logan Pritchett"] img { object-position:50% 50%; }
.student-media[data-person="Matt"] img { object-position:50% 15%; }
.student-media:hover img { transform:scale(1.015); }
.student-media>.play { left:20px; bottom:20px; width:48px; height:48px; background:var(--gold-gradient); color:#111c2d; }
.student-body { padding:22px 0 0; }
.student h3 { font-size:24px; min-height:0; }
.student-body>p:last-child { margin-top:14px; font-size:13px; }
.student-body>p:last-child span { display:block; margin-top:2px; }
.fineprint { font-size:12px; max-width:800px; margin-top:28px; }
.guarantee { background:radial-gradient(ellipse at 72% 25%,#fffaf0 0%,#f3e5c5 60%,#e8d5ab 100%); }
.guarantee-label { padding-right:40px; }
.large-shield { border-color:#a17c39; color:#a17c39; }
.guarantee h2 { font-size:36px; }
.guarantee-promise { font-size:20px; }
.guarantee-small { font-size:13px; }
.guarantee-label p { font-size:12px; letter-spacing:.6px; }
.guarantee-label strong { font-size:13px; }
.support-grid { gap:45px; }
.support-grid article { border-top:1px solid #cab784; padding-top:24px; }
.support-grid h3 { margin:0 0 16px; font-size:28px; }
.support-grid p { font-size:15px; }
.mentorship-cta { margin-top:40px; }
.programs { background:#f4f6f9; }
.starter-grid { grid-template-columns:1.15fr 1fr; gap:54px; }
.book-card { display:grid; grid-template-columns:1.08fr .92fr; gap:8px; padding:30px; min-height:330px; border-radius:12px; background:radial-gradient(ellipse at 65% 40%,#fff9e9,#e8dcc0 90%); }
.book-card>div { max-width:none; }
.book-card h3 { font-size:29px; }
.book-card p:not(.eyebrow) { font-size:14px; }
.book-card img { position:static; width:100%; max-height:290px; height:auto; object-fit:contain; justify-self:center; align-self:center; transform:none; }
.book-card strong { font-size:14px; }
.book-card small { font-size:12px; }
.starter-list>a,.starter-list>button { min-height:108px; padding:24px 0; }
.starter-list h3 { margin:0 0 8px; font-size:22px; }
.starter-list p { font-size:14px; }
.about-grid { grid-template-columns:.9fr 1fr; gap:76px; }
.studio-photo { height:auto; aspect-ratio:1.05; border-radius:12px; }
.studio-photo img { width:108%; height:108%; max-width:none; left:-4%; top:-4%; object-fit:cover; object-position:center; }
.faq { padding-top:76px; }
.faq summary { font-size:15px; }
.faq details>p { font-size:15px; }
.final-cta { background:radial-gradient(ellipse 60% 70% at 50% 45%,#c9962e18,transparent 75%),var(--navy-gradient); padding:80px 0; }
.final-cta h2 { font-size:clamp(50px,6vw,82px); }
.final-guarantee { font-size:12px; max-width:630px; margin:24px auto 0; }
.footer-top p,.footer-top>a { font-size:13px; }
.footer-bottom,.footer-bottom button,.footer-fine { font-size:12px; }
.footer-bottom button { min-height:44px; }
.footer-bottom { align-items:center; padding:14px 0; }
.footer-fine { padding-bottom:30px; }
.text-us { min-height:48px; font-size:14px; }
.hero-copy,.hero-visual { animation:hero-enter 350ms ease-out both; }
@keyframes hero-enter { from { opacity:0; transform:translateY(10px); } to { opacity:1; transform:translateY(0); } }
@media (max-width:1100px) {
  .nav nav { gap:17px; font-size:13px; }
  .hero-grid { gap:38px; }
  .hero h1 { font-size:60px; }
  .hero .button { font-size:13px; gap:18px; }
  .segment { padding:6px 18px 10px; }
  .segment h3 { font-size:20px; }
  .book-card { padding:25px; }
  .book-card h3 { font-size:25px; }
}
@media (max-width:800px) {
  .nav { height:76px; }
  .nav nav { top:100%; }
  .menu-toggle { min-height:44px; }
  .hero { padding-top:44px; }
  .hero-grid { gap:28px; }
  .hero h1 { font-size:47px; }
  .intro { font-size:15px; }
  .photo-shell { aspect-ratio:.9; }
  .photo-caption { padding:16px 16px 0; }
  .watch { padding:16px; }
  .watch strong { font-size:12px; }
  .unit-note { right:-5px; padding:10px; }
  .unit-note strong { font-size:32px; }
  .unit-note span { font-size:9px; }
  .segment { padding:20px 24px; }
  .segment:first-child { padding-left:24px; }
  .segment:last-child { padding-right:24px; }
  .segment h3 { max-width:none; font-size:23px; }
  .mechanism-grid,.buying-grid,.about-grid { gap:40px; }
  .student-grid { gap:20px; }
  .student h3 { font-size:21px; }
  .student-body>p:last-child { font-size:12px; }
  .guarantee h2 { font-size:30px; }
  .guarantee-promise { font-size:18px; }
  .starter-grid { gap:30px; }
  .book-card { grid-template-columns:1fr; padding:25px; }
  .book-card img { max-height:220px; width:70%; }
  .starter-list h3 { font-size:20px; }
}
@media (max-width:600px) {
  html { scroll-padding-top:96px; }
  .announcement { font-size:12px; padding:9px 16px; }
  .nav nav { top:100%; }
  .hero { padding-top:32px; }
  .hero-grid { grid-template-columns:1fr; gap:30px; padding-bottom:32px; }
  .hero h1 { font-size:clamp(39px,10.8vw,63px); }
  .intro { font-size:16px; margin:24px 0; }
  .hero .button { font-size:13px; }
  .hero .text-link { font-size:14px; }
  .hero-guarantee { font-size:12px; margin-top:20px; }
  .hero-visual { margin:0; padding:0; }
  .photo-shell { aspect-ratio:1.05; margin:0; }
  .photo-caption { padding:18px 20px 0; }
  .photo-caption strong { font-size:17px; }
  .photo-caption span:last-child { font-size:12px; }
  .watch { padding:20px; margin:0; }
  .watch strong { font-size:12px; }
  .watch small { font-size:12px; }
  .unit-note { top:18px; right:-5px; padding:10px 13px; }
  .unit-note strong { font-size:36px; }
  .unit-note span { font-size:9px; }
  .proof-bar { padding-top:24px; padding-bottom:25px; }
  .section { padding:58px 0; }
  .section-heading { margin-bottom:28px; gap:18px; }
  .section-heading>p { font-size:14px; }
  h2 { font-size:33px; }
  .segments { gap:0; }
  .segment { padding:21px 16px!important; }
  .segment:nth-child(odd) { padding-left:0!important; }
  .segment:nth-child(even) { padding-right:0!important; }
  .segment h3 { font-size:21px; min-height:52px; }
  .segment p { font-size:14px; margin:14px 0 18px; }
  .segment>div { font-size:12px; gap:8px; }
  .steps h3 { font-size:21px; }
  .steps p,.body-copy { font-size:16px; }
  .mechanism-grid { gap:35px; }
  .principle { margin-top:32px; }
  .principle p { font-size:23px; }
  .buying-grid { gap:30px; }
  .operator-photo img { height:auto; aspect-ratio:1; }
  .student-grid { grid-template-columns:1fr; gap:36px; }
  .student-media { aspect-ratio:4/5; }
  .student-body { padding:20px 0 0; }
  .student h3 { font-size:25px; }
  .student-body>p:last-child { font-size:14px; }
  .student-body>p:last-child span { display:inline; }
  .fineprint { font-size:12px; }
  .guarantee-label { padding-right:0; padding-bottom:24px; }
  .guarantee h2 { font-size:31px; }
  .guarantee-promise { font-size:19px; }
  .guarantee-small { font-size:13px; }
  .support-grid h3 { font-size:26px; }
  .support-grid p { font-size:16px; }
  .mentorship-cta .button { font-size:13px; }
  .starter-grid { grid-template-columns:1fr; gap:30px; }
  .book-card { grid-template-columns:1fr .85fr; gap:10px; padding:28px 20px; min-height:300px; }
  .book-card h3 { font-size:25px; }
  .book-card p:not(.eyebrow) { font-size:13px; }
  .book-card img { max-height:260px; width:100%; }
  .book-card small { font-size:12px; }
  .starter-list h3 { font-size:22px; }
  .starter-list p { font-size:14px; }
  .studio-photo { height:auto; aspect-ratio:1.05; }
  .about-grid { grid-template-columns:1fr; gap:30px; }
  .faq summary,.faq details>p { font-size:15px; }
  .final-cta { padding:60px 0; }
  .final-cta h2 { font-size:53px; }
  .final-actions .button { font-size:13px; }
  .final-guarantee { font-size:12px; max-width:320px; }
  .footer-top>a { font-size:12px; }
  .footer-bottom { align-items:flex-start; }
  .footer-bottom>div { gap:14px; }
  .footer-bottom button { font-size:12px; }
  .footer-fine { font-size:12px; padding-bottom:95px; }
}
@media(prefers-reduced-motion:reduce) { *,*::before,*::after { animation:none!important; transition:none!important; } }
#training-dialog{width:min(1020px,calc(100% - 32px),calc((90dvh - 180px) * 1.77778 + 64px));background:#050e1d;color:#fff;padding:32px;border-color:#31415a;border-radius:14px}
#training-dialog h2{font-family:Inter,Arial,sans-serif;font-size:22px;line-height:1.4;margin:0 30px 22px 0;letter-spacing:-.5px}
#training-dialog iframe{display:block;width:100%;aspect-ratio:16/9;border:0;background:#050e1d;border-radius:8px}
#training-dialog>a{display:inline-flex;align-items:center;gap:14px;min-height:44px;margin-top:14px;color:#f5d67b;font-size:13px;text-decoration:underline;text-underline-offset:4px}
#training-dialog .dialog-close{color:white;min-width:44px;min-height:44px}
@media(max-width:600px){#training-dialog{padding:20px 16px}#training-dialog h2{font-size:18px;margin-bottom:16px}}
