@layer theme{:root,:host{--font-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring:where(:not(iframe)){outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.absolute{position:absolute}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:48rem){.container{max-width:48rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:96rem){.container{max-width:96rem}}.hidden{display:none}.lowercase{text-transform:lowercase}.uppercase{text-transform:uppercase}}:root{--ink:#101214;--charcoal:#181b1f;--panel:#20242a;--paper:#f5f2eb;--white:#fff;--muted:#a7adb5;--line:#ffffff1f;--line-dark:#1012141f;--accent:#d8682a;--accent-soft:#f0a36f;--max:1120px;--text-display:clamp(1.875rem, 3.6vw, 2.75rem);--text-heading:clamp(1.5rem, 2.4vw, 2rem);--text-title:1.125rem;--text-body:1rem;--text-ui:.875rem;--text-label:.6875rem;--text-hero:var(--text-display);--text-page-hero:var(--text-display);--text-h2:var(--text-heading);--text-statement:var(--text-display);--text-cta:var(--text-display);--text-h3:var(--text-title);--text-lead:var(--text-body);--section-y:4.5rem;--section-y-sm:3.5rem}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--ink);color:var(--white);font-family:Arial,Helvetica,sans-serif;font-size:var(--text-body);-webkit-font-smoothing:antialiased;margin:0;line-height:1.6}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}main{overflow:hidden}.container{width:min(calc(100% - 40px), var(--max));margin:0 auto}.muted{color:var(--muted)}.eyebrow{color:var(--accent-soft);font-size:var(--text-label);letter-spacing:.16em;text-transform:uppercase;font-weight:800}.section{padding:var(--section-y) 0;border-top:1px solid var(--line)}.section-light{background:var(--paper);color:var(--ink)}.section-light .eyebrow{color:#b4531e}.section-light .muted{color:#5e646c}.section-heading{max-width:640px;margin-bottom:36px}.section-heading-tight{margin-bottom:22px}.section-heading h2{font-size:var(--text-heading);letter-spacing:-.03em;margin:10px 0 12px;line-height:1.12}.section-heading p{font-size:var(--text-body);line-height:1.65}.site-header{z-index:50;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid var(--line);background:#101214e0;position:sticky;top:0}.nav-shell{justify-content:space-between;align-items:center;gap:20px;min-height:68px;display:flex}.brand{align-items:center;gap:10px;display:inline-flex}.brand-logo{flex-shrink:0;width:40px;height:40px;line-height:0;display:block}.brand-logo-footer{width:44px;height:44px}.brand-logo-img{object-fit:contain;width:100%;height:100%;display:block}.brand-copy{flex-direction:column;gap:2px;display:flex}.brand-copy strong{text-transform:uppercase;letter-spacing:.06em;font-size:var(--text-ui)}.brand-copy small{color:var(--muted);font-size:var(--text-label)}.footer-brand{margin-bottom:4px}.desktop-nav{font-size:var(--text-ui);color:#d8dce1;align-items:center;gap:22px;display:flex}.desktop-nav a:hover,.text-link:hover{color:var(--accent-soft)}.nav-actions{font-size:var(--text-ui);align-items:center;gap:14px;display:flex}.button{background:var(--accent);color:#fff;border:1px solid var(--accent);min-height:44px;font-size:var(--text-ui);border-radius:999px;justify-content:center;align-items:center;padding:0 20px;font-weight:800;transition:all .2s;display:inline-flex}.button:hover{background:#ec7734;transform:translateY(-1px)}.button-secondary{background:0 0;border-color:#ffffff3d}.button-secondary:hover{background:#ffffff0f}.button-dark{background:var(--ink);border-color:var(--ink);color:#fff}.button-dark:hover{background:#23262b;border-color:#23262b}.button-small{min-height:38px;font-size:var(--text-ui);padding:0 16px}.button-row{flex-wrap:wrap;gap:10px;margin-top:24px;display:flex}.site-photo{object-fit:cover;width:100%;height:100%}.img-pos-center{object-position:center center}.img-pos-top{object-position:center top}.img-pos-left{object-position:left center}.img-pos-right{object-position:right center}.img-pos-hero{object-position:72% 42%}.img-pos-hero-mobile{object-position:78% 38%}.photo-frame{background:#121417;border-radius:16px;width:100%;margin:0;position:relative;overflow:hidden}.photo-frame-light{border:1px solid #10121414;box-shadow:0 12px 32px #10121414}.photo-frame-dark{border:1px solid #ffffff1a;box-shadow:0 16px 40px #00000047}.photo-frame-default{border:1px solid #ffffff14}.photo-hero{isolation:isolate;align-items:center;min-height:min(72vh,620px);padding:72px 0 64px;display:flex;position:relative;overflow:hidden}.photo-hero-media{z-index:0;position:absolute;inset:0}.photo-hero-media .site-photo{filter:contrast(1.04)saturate(1.02)}.photo-hero-scrim{z-index:1;pointer-events:none;background:linear-gradient(90deg,#0a0b0deb 0%,#0a0b0dc7 28%,#0a0b0d6b 52%,#0a0b0d24 72%,#0a0b0d14 100%),linear-gradient(#0a0b0d47 0%,#0000 28% 68%,#0a0b0d73 100%);position:absolute;inset:0}.photo-hero-content{z-index:2;width:min(calc(100% - 40px), var(--max));position:relative}.photo-hero .hero-copy{max-width:540px}.photo-hero h1{max-width:560px;font-size:var(--text-display);letter-spacing:-.03em;text-shadow:0 2px 18px #0000004d;margin:12px 0 16px;line-height:1.08}.photo-hero h1 span{color:var(--accent-soft)}.photo-hero .hero-copy>p:not(.eyebrow):not(.hero-sign-in){color:#e4e7eb;max-width:480px;font-size:var(--text-body);text-shadow:0 1px 10px #00000059;line-height:1.65}.photo-hero .hero-sign-in{font-size:var(--text-ui);color:#c5cad1;margin-top:16px}.photo-hero .hero-sign-in a{color:var(--accent-soft);font-weight:700}.photo-hero .button-secondary{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#10121459;border-color:#fff6}.photo-hero .button-secondary:hover{background:#ffffff1f}.photo-cta{isolation:isolate;border-top:1px solid var(--line);align-items:center;min-height:320px;padding:64px 0;display:flex;position:relative;overflow:hidden}.photo-cta-media{z-index:0;position:absolute;inset:0}.photo-cta-scrim{z-index:1;pointer-events:none;background:linear-gradient(100deg,#0a0b0de0 0%,#0a0b0db8 40%,#0a0b0d73 70%,#0a0b0d59 100%);position:absolute;inset:0}.photo-cta-content{z-index:2;flex-direction:column;align-items:flex-start;gap:6px;max-width:640px;display:flex;position:relative}.photo-cta-content h2{color:#fff;max-width:560px;font-size:var(--text-display);letter-spacing:-.03em;text-shadow:0 2px 16px #00000059;margin:0;line-height:1.12}.photo-cta .button-row{margin-top:20px}.photo-cta .button-secondary{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#10121466;border-color:#ffffff6b}.hero{background:radial-gradient(circle at 76% 28%,#d8682a38,#0000 30%),linear-gradient(135deg,#101214 0%,#181b1f 65%,#21170f 100%);align-items:center;min-height:520px;padding:72px 0 60px;display:flex;position:relative}.hero:after{content:"";pointer-events:none;background:linear-gradient(#0000,#00000059);height:120px;position:absolute;inset:auto 0 0}.hero-grid{z-index:1;grid-template-columns:1.05fr .95fr;align-items:center;gap:48px;display:grid;position:relative}.hero h1{max-width:560px;font-size:var(--text-display);letter-spacing:-.03em;margin:12px 0 16px;line-height:1.08}.hero h1 span{color:var(--accent-soft)}.hero-copy>p:not(.eyebrow){color:#cbd0d6;max-width:480px;font-size:var(--text-body);line-height:1.65}.product-frame{background:#ffffff0b;border:1px solid #ffffff21;border-radius:28px;padding:14px;transform:rotate(1.5deg);box-shadow:0 40px 100px #0000006b}.product-screen{min-height:480px;color:var(--ink);background:#f7f4ed;border-radius:19px;padding:26px}.screen-top{border-bottom:1px solid #d8d3ca;justify-content:space-between;align-items:center;gap:14px;padding-bottom:22px;display:flex}.avatar{background:linear-gradient(135deg,#1b1e22,#cf6b32);border-radius:50%;width:52px;height:52px}.screen-player{align-items:center;gap:12px;display:flex}.screen-player strong{display:block}.screen-player small{color:#6a7078}.badge{color:#68391f;font-size:var(--text-label);text-transform:uppercase;letter-spacing:.08em;background:#e8ddcf;border-radius:999px;padding:7px 10px;font-weight:800}.skill-grid{grid-template-columns:repeat(2,1fr);gap:12px;margin-top:22px;display:grid}.skill-card{background:#fff;border:1px solid #ded9d0;border-radius:16px;padding:16px}.skill-card small{color:#737881}.skill-card strong{margin-top:6px;display:block}.plan-card{color:#fff;background:#171a1e;border-radius:18px;margin-top:16px;padding:22px}.plan-card p{color:#afb5bd}.plan-line{font-size:var(--text-ui);border-top:1px solid #ffffff1f;justify-content:space-between;padding:10px 0;display:flex}.audience-grid,.feature-grid,.team-grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:20px;display:grid}.feature-grid-compact{grid-template-columns:repeat(2,1fr)}.program-grid{grid-template-columns:repeat(2,1fr);align-items:stretch;gap:20px;max-width:880px;display:grid}.team-founders{grid-template-columns:repeat(2,1fr);align-items:stretch;gap:20px;margin-bottom:20px;display:grid}.coach-card{border:1px solid var(--line);background:var(--charcoal);border-radius:16px;flex-direction:column;height:100%;display:flex;overflow:hidden}.coach-photo{aspect-ratio:1;background:#0a0b0d;justify-content:center;align-items:flex-end;display:flex;position:relative;overflow:hidden}.coach-photo-img{object-fit:contain;object-position:center bottom;width:100%;height:100%}.coach-card-featured .coach-photo{aspect-ratio:1}.coach-body{flex-direction:column;flex:1;gap:0;padding:20px 22px 24px;display:flex}.coach-body .eyebrow{margin:0 0 6px}.coach-body h3{font-size:var(--text-title);letter-spacing:-.02em;min-height:1.2em;margin:0 0 10px;line-height:1.2}.coach-body p:not(.eyebrow){color:#afb5bd;font-size:var(--text-body);flex:1;margin:0;line-height:1.6}.audience-card,.feature-card,.program-card{border:1px solid var(--line);background:var(--charcoal);border-radius:16px;flex-direction:column;height:100%;padding:24px 22px 26px;display:flex}.program-card .eyebrow{margin:0 0 8px}.program-card h3{font-size:var(--text-title);letter-spacing:-.02em;margin:0 0 8px;line-height:1.2}.program-location{font-size:var(--text-ui);letter-spacing:.02em;font-weight:700;color:var(--accent-soft)!important;margin:0 0 12px!important}.program-card>p{color:#afb5bd;font-size:var(--text-body);flex:1;margin:0 0 18px;line-height:1.6}.program-status{color:var(--accent-soft);font-size:var(--text-label);letter-spacing:.08em;text-transform:uppercase;background:#d8682a29;border:1px solid #f0a36f59;border-radius:999px;align-self:flex-start;margin-top:auto;padding:7px 11px;font-weight:800;display:inline-flex}.section-light .feature-card{background:#fff;border-color:#10121414}.section-light .feature-card p{color:#5e646c}.audience-card h3,.feature-card h3{font-size:var(--text-title);letter-spacing:-.02em;margin:10px 0;line-height:1.2}.audience-card>p.eyebrow{margin:0}.audience-card p,.feature-card p{color:#afb5bd;font-size:var(--text-body);flex:1;margin:0;line-height:1.6}.card-link{color:var(--accent-soft);font-size:var(--text-ui);margin-top:auto;padding-top:18px;font-weight:800;display:inline-flex}.section-light .card-link{color:#b4531e}.process-grid{border-top:1px solid #d3cec4;grid-template-columns:repeat(3,1fr);gap:0;display:grid}.process-step{border-right:1px solid #d3cec4;padding:22px 24px 14px 0}.process-step+.process-step{padding-left:24px}.process-step:last-child{border-right:0}.process-number{color:var(--accent);font-weight:900;font-size:var(--text-label);letter-spacing:.12em}.process-step h3{font-size:var(--text-title);margin:12px 0 8px}.process-step p{color:#5e646c;font-size:var(--text-body);line-height:1.6}.process-layout{grid-template-columns:1.05fr .95fr;align-items:center;gap:40px;display:grid}.process-layout-dark{grid-template-columns:.95fr 1.05fr}.process-list{border-top:1px solid #d3cec4;gap:0;margin:0;padding:0;list-style:none;display:grid}.process-step-row{border-bottom:1px solid #d3cec4;grid-template-columns:40px 1fr;gap:12px;padding:16px 0;display:grid}.process-step-row h3{font-size:var(--text-title);letter-spacing:-.015em;margin:0 0 6px}.process-step-row p{color:#5e646c;font-size:var(--text-body);margin:0;line-height:1.6}.section:not(.section-light) .process-list,.section:not(.section-light) .process-step-row{border-color:var(--line)}.section:not(.section-light) .process-step-row p{color:#b9bec5}.split{grid-template-columns:.9fr 1.1fr;align-items:start;gap:48px;display:grid}.split-photo{grid-template-columns:1fr 1fr;align-items:center;gap:40px}.split-photo-reverse{direction:ltr}.split-copy .statement{margin-bottom:14px}.statement{font-size:var(--text-display);letter-spacing:-.03em;margin:0;line-height:1.12}.callout{background:var(--panel);border:1px solid var(--line);border-radius:16px;padding:24px}.callout-on-light{color:var(--ink);background:#fff;border-color:#1012141a}.callout-on-light h3{color:var(--ink)}.callout-on-light p{color:#5e646c}.callout h3{font-size:var(--text-title);margin-top:0}.callout p,.rich-text p{color:#b9bec5;font-size:var(--text-body);line-height:1.65}.section-light .rich-text p{color:#4a5058}.section-light .statement{color:var(--ink)}.check-list{gap:10px;margin:18px 0 0;padding:0;list-style:none;display:grid}.check-list li{border:1px solid var(--line);font-size:var(--text-body);background:#ffffff06;border-radius:12px;padding:12px 14px}.check-list li:before{content:"✓";color:var(--accent-soft);margin-right:10px;font-weight:900}.check-list-on-light li{color:var(--ink);background:#10121408;border-color:#1012141a}.check-list-on-light li:before{color:#b4531e}.section-light .check-list li{color:var(--ink);background:#10121408;border-color:#1012141a}.section-light .check-list li:before{color:#b4531e}.page-hero{background:radial-gradient(circle at 85% 12%,#d8682a2e,#0000 24%);padding:72px 0 52px}.page-hero h1{max-width:720px;font-size:var(--text-display);letter-spacing:-.03em;margin:12px 0;line-height:1.1}.page-hero .lead{color:#c4c9d0;max-width:560px;font-size:var(--text-body);line-height:1.65}.page-lead-photo{padding:0 0 36px}.page-lead-frame{max-height:360px}.metric-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:repeat(3,1fr);display:grid}.metric{border-right:1px solid var(--line);padding:22px}.metric:last-child{border-right:0}.metric strong{font-size:var(--text-title);font-weight:800;display:block}.metric span{color:var(--muted);font-size:var(--text-ui);margin-top:6px;line-height:1.5;display:block}.faq-list{gap:10px;display:grid}details{border:1px solid var(--line);background:var(--charcoal);border-radius:14px;padding:16px 18px}summary{cursor:pointer;font-weight:800;font-size:var(--text-body)}details p{color:#b9bec5;font-size:var(--text-body);line-height:1.65}.cta-band{background:var(--accent);padding:52px 0}.cta-grid{justify-content:space-between;align-items:center;gap:24px;display:flex}.cta-grid h2{color:#fff;max-width:560px;font-size:var(--text-display);letter-spacing:-.03em;margin:0;line-height:1.12}.article-grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.article-card{border:1px solid var(--line);background:var(--charcoal);border-radius:16px;flex-direction:column;display:flex;overflow:hidden}.article-card-media{aspect-ratio:16/9;background:#121417;display:block;position:relative}.article-card-body{padding:18px 20px 22px}.article-card-body h3{font-size:var(--text-title);letter-spacing:-.015em;margin:8px 0 10px;line-height:1.2}.article-card-body p{color:#afb5bd;font-size:var(--text-body);margin:0;line-height:1.6}.article-card-date{font-size:var(--text-ui);color:#7d838c!important;margin:4px 0 0!important}.legal-effective{font-size:var(--text-ui);margin-top:12px}.legal-content{gap:36px;max-width:760px;display:grid}.legal-block h2{font-size:var(--text-heading);letter-spacing:-.02em;margin:0 0 12px;line-height:1.25}.legal-block h3{font-size:var(--text-title);letter-spacing:-.01em;margin:18px 0 8px}.legal-block p{color:#c4c9d0;font-size:var(--text-body);margin:0 0 12px;line-height:1.7}.legal-block p:last-child{margin-bottom:0}.legal-block ul{color:#c4c9d0;font-size:var(--text-body);margin:0 0 12px;padding-left:1.2rem;line-height:1.7}.legal-block li{margin-bottom:8px}.legal-block a{color:var(--accent-soft);text-underline-offset:3px;text-decoration:underline}.section-light .legal-block p,.section-light .legal-block ul{color:#4a5058}.contact-grid{grid-template-columns:.8fr 1.2fr;gap:48px;display:grid}.contact-form{background:var(--charcoal);border:1px solid var(--line);border-radius:24px;gap:16px;padding:30px;display:grid}.field{gap:8px;display:grid}.field label{font-size:var(--text-ui);font-weight:800}.field input,.field select,.field textarea{color:#fff;background:#111316;border:1px solid #ffffff29;border-radius:12px;width:100%;padding:14px 15px}.field textarea{resize:vertical;min-height:150px}.form-note{color:var(--muted);font-size:var(--text-label);line-height:1.5}.site-footer{border-top:1px solid var(--line);background:#0b0c0e;padding:52px 0 24px}.footer-grid{grid-template-columns:1.5fr .7fr .7fr;gap:40px;display:grid}.footer-grid>div{flex-direction:column;align-items:flex-start;gap:10px;display:flex}.footer-description{max-width:400px;font-size:var(--text-ui);line-height:1.65}.footer-heading{color:var(--accent-soft);font-size:var(--text-label);letter-spacing:.14em;text-transform:uppercase;font-weight:900}.footer-grid a{color:#c8cdd3;font-size:var(--text-ui)}.footer-bottom{border-top:1px solid var(--line);color:#7d838c;font-size:var(--text-label);justify-content:space-between;gap:16px;margin-top:36px;padding-top:24px;display:flex}.social-links{align-items:center;gap:10px;margin-top:6px;display:flex}.footer-social{margin-top:14px}.social-link{color:#e8ebef;background:#ffffff0a;border:1px solid #ffffff24;border-radius:999px;justify-content:center;align-items:center;width:38px;height:38px;transition:all .18s;display:inline-flex}.social-link svg{width:16px;height:16px;display:block}.social-link:hover{color:#fff;background:#d8682a29;border-color:#f0a36f8c;transform:translateY(-1px)}.narrow-copy{max-width:640px}.page-hero-compact{padding-bottom:48px}.section-heading-center{text-align:center;margin-left:auto;margin-right:auto}.section-heading-center h2{margin-left:auto;margin-right:auto}.product-tour-section{background:#0d0f12}.product-tour-header{text-align:center;max-width:560px;margin:0 auto 56px}.product-tour-header h2{font-size:var(--text-heading);letter-spacing:-.03em;margin:10px 0 14px;line-height:1.15}.product-tour-intro{color:#a7adb5;font-size:var(--text-body);margin:0;line-height:1.65}.product-tour-header-light .product-tour-intro{color:#5e646c}.product-stage-list{margin:0;gap:0;max-width:1560px;margin-inline:auto;padding:0;list-style:none;display:grid}.product-stage{border-top:1px solid #ffffff14;grid-template-columns:minmax(220px,280px) minmax(0,1fr);align-items:center;gap:40px;padding:40px 0;display:grid}.product-stage:first-child{border-top:0;padding-top:0}.product-stage:last-child{padding-bottom:0}.product-stage-meta{max-width:320px}.product-stage-index{align-items:center;gap:12px;margin-bottom:14px;display:flex}.product-stage-number{font-size:var(--text-label);letter-spacing:.14em;color:var(--accent-soft);font-weight:900}.product-stage-label{font-size:var(--text-label);letter-spacing:.16em;text-transform:uppercase;color:#7d838c;font-weight:800}.product-stage-title{font-size:var(--text-title);letter-spacing:-.02em;margin:0 0 12px;font-weight:800;line-height:1.25}.product-stage-body{color:#aeb4bc;font-size:var(--text-body);margin:0;line-height:1.65}.product-stage-gallery{flex-wrap:nowrap;justify-content:flex-end;align-items:flex-end;gap:20px;min-width:0;display:flex}.product-stage-gallery-1{justify-content:center}.product-stage-gallery-2{justify-content:flex-end;gap:24px}.product-stage-gallery-3{justify-content:flex-end;gap:16px}.product-stage-gallery-composite{justify-content:flex-end;align-items:center}.composite-mock{aspect-ratio:16/9;flex-direction:column;justify-content:center;align-items:center;gap:12px;width:100%;max-width:1210px;margin:0;display:flex;position:relative}.composite-mock-lg{max-width:1210px}.composite-mock-glow{filter:blur(20px);pointer-events:none;z-index:0;background:radial-gradient(at 50% 45%,#ffffff1f,#0000 72%);border-radius:32px;position:absolute;inset:12% 6% 8%}.composite-mock-media{z-index:1;background:#050608;border-radius:12px;width:100%;height:100%;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff14,0 12px 28px #0003,0 32px 64px #00000047,0 0 0 1px #ffffff0f}.composite-mock-img{object-fit:contain;object-position:center;width:100%;height:100%;display:block}.phone-frame{flex-direction:column;flex:none;align-items:center;gap:12px;width:100%;margin:0;display:flex}.phone-frame-md{max-width:290px}.phone-frame-sm{max-width:220px}.iphone-device{width:100%;position:relative}.iphone-device-glow{filter:blur(18px);pointer-events:none;z-index:0;background:radial-gradient(at 50% 40%,#ffffff24,#0000 70%);border-radius:40px;position:absolute;inset:8% 4% 2%}.iphone-device-body{z-index:1;background:linear-gradient(165deg,#3a3f48 0%,#1c1f26 42%,#0f1115 100%);border:1px solid #ffffff38;border-radius:34px;padding:10px;position:relative;box-shadow:inset 0 1px #ffffff2e,inset 0 -1px #00000059,0 10px 24px #00000038,0 28px 56px #00000047,0 0 0 1px #ffffff0a}.iphone-btn{z-index:2;background:linear-gradient(90deg,#2a2e36,#1a1d23);border:1px solid #ffffff14;border-radius:2px;position:absolute}.iphone-btn-silent{width:3px;height:5%;top:18%;left:-2px}.iphone-btn-vol-up{width:3px;height:8%;top:28%;left:-2px}.iphone-btn-vol-down{width:3px;height:8%;top:38%;left:-2px}.iphone-btn-power{width:3px;height:12%;top:30%;right:-2px}.iphone-screen-well{background:#050608;border-radius:26px;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff0f,0 8px 20px #0003}.iphone-dynamic-island{z-index:2;background:#050608;border-radius:999px;width:28%;max-width:72px;height:18px;position:absolute;top:9px;left:50%;transform:translate(-50%);box-shadow:0 0 0 1px #ffffff0d}.iphone-screen-img{background:#0b0c0e;width:100%;height:auto;display:block}.iphone-home-indicator{z-index:2;background:#ffffff47;border-radius:999px;width:34%;max-width:88px;height:4px;position:absolute;bottom:7px;left:50%;transform:translate(-50%)}.product-shot-caption{color:#8b919a;font-size:var(--text-label);letter-spacing:.1em;text-align:center;text-transform:uppercase;margin:0;font-weight:700}.section-light .product-shot-caption{color:#6a7078}.product-desktop-section{overflow:hidden}.product-desktop-block{grid-template-columns:minmax(260px,380px) minmax(0,1fr);align-items:center;gap:32px 40px;min-height:420px;display:grid;position:relative}.product-desktop-copy{z-index:2;max-width:400px;position:relative}.product-desktop-copy h2{font-size:var(--text-heading);letter-spacing:-.03em;margin:10px 0 12px;line-height:1.15}.product-desktop-copy .product-tour-intro{text-align:left;color:#5e646c;margin:0 0 18px}.product-desktop-visual,.desktop-mock.product-desktop-visual{z-index:1;justify-self:end;width:100%;max-width:none;margin:0;position:relative}.desktop-mock{width:100%;max-width:1100px;margin:0}.desktop-mock-img{filter:drop-shadow(0 18px 40px #1012141f);background:0 0;width:100%;height:auto;display:block}.product-pill-list{flex-wrap:wrap;justify-content:center;gap:10px;max-width:720px;margin:0 auto;padding:0;list-style:none;display:flex}.product-pill-list-start{justify-content:flex-start;margin:0}.product-pill-list li{color:#3a4048;font-size:var(--text-ui);background:#1012140a;border:1px solid #1012141a;border-radius:999px;padding:8px 14px;font-weight:700}.expect-grid{grid-template-columns:repeat(2,1fr);gap:16px;max-width:880px;margin:0 auto;display:grid}.expect-card{border:1px solid var(--line);background:var(--charcoal);border-radius:16px;padding:24px 22px}.expect-card h3{font-size:var(--text-title);letter-spacing:-.015em;margin:0 0 10px}.expect-card p{color:#aeb4bc;font-size:var(--text-ui);margin:0;line-height:1.6}.process-grid-standalone{border-top:1px solid #d3cec4}.cta-band-actions{margin-top:0}.mobile-nav{display:none}.mobile-nav-toggle{z-index:70;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff29;border-radius:12px;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:10px;display:inline-flex;position:relative}.mobile-nav-toggle span{background:#f2f4f6;border-radius:2px;width:100%;height:2px;transition:all .2s;display:block}.mobile-nav-toggle.is-open span:first-child{transform:translateY(7px)rotate(45deg)}.mobile-nav-toggle.is-open span:nth-child(2){opacity:0}.mobile-nav-toggle.is-open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobile-nav-backdrop{z-index:55;cursor:pointer;background:#0000008c;border:0;position:fixed;inset:0}.mobile-nav-panel{z-index:60;-webkit-overflow-scrolling:touch;background:#12151a;border-left:1px solid #ffffff1a;flex-direction:column;width:min(100vw - 48px,340px);height:100dvh;padding:88px 22px 28px;transition:transform .22s;display:flex;position:fixed;top:0;right:0;overflow-y:auto;transform:translate(104%);box-shadow:-18px 0 48px #00000059}.mobile-nav-panel.is-open{transform:translate(0)}.mobile-nav-panel:not(.is-open){pointer-events:none}.mobile-nav-links{flex-direction:column;gap:4px;display:flex}.mobile-nav-links a{color:#e8ebef;min-height:48px;font-size:var(--text-body);border-radius:12px;align-items:center;padding:10px 12px;font-weight:700;display:flex}.mobile-nav-links a:hover,.mobile-nav-links a:focus-visible{color:var(--accent-soft);background:#ffffff0f}.mobile-nav-actions{gap:10px;margin-top:auto;padding-top:24px;display:grid}.mobile-nav-actions .button{width:100%}@media (max-width:980px){.desktop-nav,.nav-actions{display:none}.mobile-nav{display:block}.nav-shell{gap:12px;min-height:64px}.brand-copy small{display:none}.hero-grid,.split,.contact-grid,.process-layout,.process-layout-dark,.split-photo{grid-template-columns:1fr;gap:28px}.hero{padding-top:56px}.product-frame{max-width:680px}.audience-grid,.feature-grid,.team-grid,.team-founders,.program-grid,.article-grid,.feature-grid-compact{grid-template-columns:1fr 1fr;gap:14px}.photo-hero{min-height:auto;padding:56px 0 48px}.photo-hero-scrim{background:linear-gradient(#0a0b0d8c 0%,#0a0b0db8 45%,#0a0b0de0 100%),linear-gradient(90deg,#0a0b0d8c 0%,#0a0b0d33 55%,#0a0b0d1f 100%)}.photo-hero-media .site-photo{object-position:78% 36%}.photo-hero .hero-copy,.photo-hero h1{max-width:none}.split-photo-reverse .photo-frame{order:2}.split-photo-reverse .split-copy{order:1}.process-layout .process-photo{order:2}.process-layout .process-copy{order:1}.process-layout-dark .process-photo{order:2}.page-lead-frame{max-height:none;aspect-ratio:16/9!important}.product-stage{grid-template-columns:1fr;gap:20px;padding:32px 0}.product-stage-meta{max-width:none}.product-stage-gallery,.product-stage-gallery-2,.product-stage-gallery-3{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;justify-content:flex-start;padding-bottom:4px;overflow-x:auto}.product-stage-gallery-composite{justify-content:stretch;width:100%;display:block;overflow:visible}.product-stage-gallery .phone-frame{scroll-snap-align:start}.composite-mock,.composite-mock-lg{width:100%;max-width:100%}.expect-grid{grid-template-columns:1fr}.product-desktop-block{grid-template-columns:1fr;gap:24px;min-height:0}.product-desktop-copy{max-width:none}.product-desktop-visual,.desktop-mock.product-desktop-visual{justify-self:center;max-width:min(100%,720px)}.footer-grid{grid-template-columns:1fr 1fr;gap:28px 20px}.footer-grid>div:first-child{grid-column:1/-1}.cta-grid{flex-direction:column;align-items:flex-start;gap:20px}.cta-band-actions,.cta-band-actions .button{width:100%}}@media (max-width:680px){.container{width:min(calc(100% - 28px), var(--max))}.brand-copy{min-width:0}.brand-copy strong{font-size:var(--text-label);letter-spacing:.04em}.brand-logo{width:36px;height:36px}.nav-shell{min-height:58px}.hero{min-height:auto;padding:48px 0 40px}.hero h1,.page-hero h1,.photo-hero h1{font-size:var(--text-display);letter-spacing:-.03em;line-height:1.12}.photo-hero{padding:44px 0 36px}.photo-hero-media .site-photo{object-position:82% 32%}.photo-hero .hero-copy>p:not(.eyebrow):not(.hero-sign-in){font-size:var(--text-body);line-height:1.6}.photo-hero .button-row,.page-hero .button-row,.button-row{gap:10px;width:100%;margin-top:20px}.photo-hero .button-row .button,.page-hero .button-row .button,.button-row .button{flex:100%;width:100%;min-height:48px}.photo-cta{min-height:0;padding:44px 0}.photo-cta-content{max-width:none}.photo-cta-content h2{font-size:var(--text-heading)}.page-hero{padding:48px 0 36px}.page-hero .lead{font-size:var(--text-body);line-height:1.6}.page-hero-compact{padding-bottom:36px}.section{padding:3rem 0}.section-heading{margin-bottom:24px}.section-heading h2,.statement,.cta-grid h2,.product-tour-header h2,.product-desktop-copy h2{font-size:var(--text-heading);line-height:1.15}.section-heading p,.product-tour-intro{font-size:var(--text-body)}.section-heading-center,.product-tour-header{text-align:left;margin-left:0;margin-right:0}.product-tour-header{max-width:none;margin-bottom:28px}.audience-grid,.feature-grid,.feature-grid-compact,.team-grid,.team-founders,.program-grid,.process-grid,.metric-strip,.footer-grid,.article-grid{grid-template-columns:1fr;gap:12px}.audience-card,.feature-card,.program-card,.expect-card,.coach-card{border-radius:14px}.audience-card,.feature-card,.program-card{padding:20px 18px 22px}.coach-body{padding:18px 16px 20px}.process-step,.process-step+.process-step,.metric{border-bottom:1px solid #d3cec4;border-right:0;padding:16px 0}.metric{border-color:var(--line)}.process-step:last-child,.metric:last-child{border-bottom:0}.process-step h3{font-size:var(--text-title)}.check-list li{font-size:var(--text-ui);padding:12px}.product-stage{gap:16px;padding:28px 0}.product-stage-title{font-size:var(--text-title)}.product-stage-body{font-size:var(--text-ui)}.product-stage-gallery{gap:12px;margin:0 -14px;padding:0 14px 6px}.composite-mock,.composite-mock-lg{aspect-ratio:auto;max-width:100%}.composite-mock-media{aspect-ratio:16/9;border-radius:10px}.composite-mock-img{object-fit:contain}.phone-frame-md{max-width:210px}.phone-frame-sm{max-width:168px}.desktop-mock-img{filter:drop-shadow(0 12px 28px #10121424)}.site-footer{padding:40px 0 24px}.footer-grid{grid-template-columns:1fr;gap:28px}.footer-grid>div:first-child{grid-column:auto}.footer-bottom{flex-direction:column;align-items:flex-start;gap:8px;margin-top:28px;padding-top:20px}.social-link{width:42px;height:42px}.legal-content{gap:28px}.legal-block h2{font-size:var(--text-title)}.legal-block p,.legal-block ul{font-size:var(--text-ui)}details{padding:14px 16px}summary{font-size:var(--text-body)}.product-screen{min-height:320px;padding:16px}main{overflow-x:clip}}@media (max-width:380px){.container{width:min(calc(100% - 20px), var(--max))}.brand-copy strong{text-overflow:ellipsis;white-space:nowrap;max-width:11ch;overflow:hidden}.hero h1,.page-hero h1,.photo-hero h1{font-size:var(--text-display)}}
