:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#fff;--bg-muted:#f4f8fb;--surface:#fff;--surface-strong:#eef5f8;--text:#0b1929;--text-muted:#49687d;--text-soft:#6f8494;--accent:#257da8;--accent-strong:#155b7b;--accent-soft:#d8eef7;--gold:#a87921;--line:#d7e8f1;--line-strong:#a8cce0;--shadow:0 18px 48px #0b19291a;--header-bg:#ffffffeb;--footer-bg:#0b1929;--footer-text:#b8c6cf;--font-body:"DM Sans", system-ui, sans-serif;--font-display:"Cormorant Garamond", Georgia, serif;--radius:6px;--container:1120px}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#0c0f12;--bg-muted:#11171a;--surface:#141a1e;--surface-strong:#101519;--text:#f3ead8;--text-muted:#bda777;--text-soft:#8d8a7d;--accent:#c9a24a;--accent-strong:#e0bd66;--accent-soft:#c9a24a24;--gold:#67b7d9;--line:#c9a24a29;--line-strong:#c9a24a57;--shadow:0 18px 48px #00000061;--header-bg:#0c0f12eb;--footer-bg:#07090b;--footer-text:#8f846e}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--font-body);letter-spacing:0;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-size:16px;line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea{outline-color:#0000}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--accent);outline-offset:3px}h1,h2,h3,p{margin:0}h1,h2,h3{color:var(--text);font-family:var(--font-display);letter-spacing:0;font-weight:400;line-height:1.06}h1{font-size:72px}h2{font-size:44px}h3{font-size:24px}em{color:var(--accent);font-style:italic}ul{margin:0;padding:0}li{list-style:none}select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5 6 6.5l5-5' fill='none' stroke='%236f8494' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:calc(100% - 14px);background-repeat:no-repeat;background-size:12px 8px}.container{width:min(100% - 48px, var(--container));margin:0 auto}.skip-link{z-index:200;border-radius:var(--radius);background:var(--text);color:var(--bg);padding:10px 14px;position:fixed;top:12px;left:12px;transform:translateY(-160%)}.skip-link:focus{transform:none}.site-header{z-index:100;border-bottom:1px solid var(--line);background:var(--header-bg);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);position:sticky;top:0}.site-header__inner{width:min(100% - 48px, var(--container));justify-content:space-between;align-items:center;gap:24px;height:72px;margin:0 auto;display:flex}.brand-mark{color:var(--text);font-family:var(--font-display);letter-spacing:0;white-space:nowrap;font-size:22px;font-weight:500}.brand-mark span{color:var(--accent)}.desktop-nav{align-items:center;gap:28px;display:flex}.desktop-nav a,.mobile-nav a{color:var(--text-muted);font-size:14px;font-weight:500}.desktop-nav a:hover,.mobile-nav a:hover{color:var(--accent)}.site-header__actions{align-items:center;gap:12px;display:flex}.theme-toggle,.menu-toggle{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);min-width:42px;min-height:42px;color:var(--text-muted);cursor:pointer}.theme-toggle{align-items:center;gap:8px;padding:0 12px;display:inline-flex}.theme-toggle span{font-size:13px;font-weight:500}.menu-toggle{place-items:center;display:none}.mobile-nav{display:none}.button{border-radius:var(--radius);cursor:pointer;white-space:nowrap;border:1px solid #0000;justify-content:center;align-items:center;gap:9px;min-height:44px;padding:0 18px;font-size:14px;font-weight:600;line-height:1;transition:transform .18s,border-color .18s,background .18s,color .18s;display:inline-flex}.button:hover{transform:translateY(-1px)}.button:disabled{cursor:not-allowed;opacity:.68;transform:none}.button--primary{background:var(--accent);border-color:var(--accent);color:#fff}:root[data-theme=dark] .button--primary{color:#0c0f12}.button--secondary{background:var(--text);border-color:var(--text);color:var(--bg)}.button--ghost{border-color:var(--line-strong);color:var(--accent-strong);background:0 0}.badge,.eyebrow{color:var(--accent);letter-spacing:0;align-items:center;gap:10px;font-size:13px;font-weight:600;display:inline-flex}.badge:before,.eyebrow:before{content:"";background:currentColor;width:22px;height:1px}.surface-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);transition:border-color .18s,transform .18s,background .18s}.surface-card:hover{border-color:var(--line-strong)}.icon-badge{border:1px solid var(--line-strong);border-radius:var(--radius);background:var(--accent-soft);width:38px;height:38px;color:var(--accent);flex:none;place-items:center;display:inline-grid}.section{padding:92px 0}.section--compact{padding:76px 0}.section--lined{border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.section--muted{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--bg-muted)}.section-header{max-width:720px;margin-bottom:44px}.section-header--center{text-align:center;margin-left:auto;margin-right:auto}.section-header--center .badge{justify-content:center}.section-header--center .badge:after{content:"";background:currentColor;width:22px;height:1px}.section-header h2{margin-top:14px}.section-header p{max-width:640px;color:var(--text-muted);margin-top:16px;font-size:17px}[data-reveal]{opacity:0;transition:opacity .52s,transform .52s;transform:translateY(16px)}[data-visible=true]{opacity:1;transform:none}.hero-section{padding:84px 0 56px}.hero-section__grid{gap:24px;display:grid}.hero-section__top{grid-template-columns:minmax(0,1fr) minmax(380px,460px);align-items:center;gap:70px;display:grid}.hero-section__copy{max-width:650px}.hero-section h1{max-width:680px;margin-top:16px}.hero-section__lead{max-width:560px;color:var(--text-muted);margin-top:24px;font-size:19px}.hero-section__actions{flex-wrap:wrap;gap:12px;margin-top:34px;display:flex}.hero-visual{gap:16px;display:grid}.hero-visual__media{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-strong);min-height:430px;box-shadow:var(--shadow);position:relative;overflow:hidden}.hero-visual__media img{object-fit:cover;width:100%;height:100%;min-height:430px}.hero-visual__cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.hero-proof-card{gap:14px;padding:18px;display:flex}.hero-proof-card h3,.hero-proof-card h2{font-family:var(--font-body);margin-bottom:4px;font-size:15px;font-weight:700;line-height:1.3}.hero-proof-card p{color:var(--text-muted);font-size:13px;line-height:1.55}.proof-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--bg-muted)}.proof-strip__inner{justify-content:space-between;align-items:center;gap:26px;min-height:76px;display:flex}.proof-strip span{color:var(--text-soft);flex:none;font-size:13px;font-weight:600}.proof-strip ul{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.proof-strip li{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);color:var(--text-muted);padding:7px 10px;font-size:13px;font-weight:600}.service-grid,.launch-proof-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.service-card,.launch-proof-card,.process-card,.program-card{padding:26px}.numbered-card__topline{justify-content:space-between;align-items:center;margin-bottom:26px;display:flex}.numbered-card__topline>span,.process-card>span{color:var(--accent);font-family:var(--font-display);font-size:22px}.service-card h3,.program-card h3,.launch-proof-card h3,.process-card h3{margin-bottom:10px}.service-card p,.program-card p,.launch-proof-card p,.process-card p,.rich-copy p,.contact-details dd,.form-footer p,.form-status{color:var(--text-muted)}.why-grid,.contact-grid{grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);align-items:start;gap:72px;display:grid}.rich-copy{gap:16px;max-width:560px;font-size:17px;display:grid}.accordion{gap:0;display:grid}.accordion__item{border-bottom:1px solid var(--line)}.accordion__item:last-child{border-bottom:0}.accordion__item[data-open=true]{border-color:var(--line);background:#ffffff05;border-radius:0}.accordion__trigger{width:100%;min-height:86px;color:var(--text);cursor:pointer;text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;gap:24px;padding:22px 28px;display:flex}.accordion__item[data-open=true] .accordion__trigger{padding-left:28px;padding-right:28px}.accordion__trigger span{font-family:var(--font-display);font-size:28px;line-height:1.15}.accordion__icon{color:var(--accent);flex:none;transition:transform .18s}.accordion__item[data-open=true] .accordion__icon{transform:rotate(180deg)}.accordion__panel{padding:0 72px 26px 28px}.accordion__panel p{color:var(--text-muted);font-size:17px;line-height:1.75}.program-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.program-card{align-content:start;gap:18px;display:grid}.program-card ul{gap:9px;display:grid}.program-card li{color:var(--text);padding-left:20px;font-weight:600;position:relative}.program-card li:before{content:"";background:var(--accent);border-radius:50%;width:8px;height:8px;position:absolute;top:.72em;left:0}.process-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.process-card{align-content:start;min-height:250px;display:grid}.process-section .process-card{background:var(--bg)}.process-card>span{opacity:.35;margin-bottom:34px;font-size:42px;display:block}.launch-proof-card{text-align:center;align-content:start;gap:16px;display:grid}.launch-proof-card .icon-badge{margin:0 auto}.contact-details{gap:14px;margin:28px 0 0;display:grid}.contact-details div{border-bottom:1px solid var(--line);grid-template-columns:92px minmax(0,1fr);gap:14px;padding:14px 0;display:grid}.contact-details dt{color:var(--accent);font-size:13px;font-weight:700}.contact-details dd{margin:0}.contact-details a{color:var(--text);font-weight:600}.contact-form{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);gap:18px;padding:24px;display:grid}.audience-toggle{border:0;flex-wrap:wrap;gap:10px;margin:0;padding:0;display:flex}.audience-toggle legend{width:100%;color:var(--text-soft);margin-bottom:2px;font-size:13px;font-weight:700}.audience-toggle label{border:1px solid var(--line);border-radius:var(--radius);min-height:42px;color:var(--text);cursor:pointer;align-items:center;gap:8px;padding:0 12px;font-weight:600;display:inline-flex}.audience-toggle input{accent-color:var(--accent)}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.field{gap:7px;display:grid}.field label{color:var(--text-soft);font-size:13px;font-weight:700}.field input,.field select,.field textarea{border:1px solid var(--line);border-radius:var(--radius);background:var(--bg);width:100%;color:var(--text);padding:12px}.field textarea{resize:vertical;min-height:128px}.field input::placeholder,.field textarea::placeholder{color:var(--text-soft)}.field input[aria-invalid=true],.field select[aria-invalid=true],.field textarea[aria-invalid=true]{border-color:#b63d3d}.field__hint,.field__error{font-size:13px}.field__hint{color:var(--text-soft)}.field__error{color:#b63d3d}.form-footer{border-top:1px solid var(--line);justify-content:stretch;align-items:center;padding-top:18px;display:flex}.form-footer .button{width:100%;min-height:56px}.form-status{font-size:13px}.site-footer{background:var(--footer-bg);color:var(--footer-text);padding:56px 0 30px}.site-footer__inner{display:block}.site-footer__main{grid-template-columns:minmax(220px,1fr) 1px minmax(0,2fr);align-items:stretch;gap:38px;display:grid}.brand-mark--footer{color:#fff}.site-footer__brand p{max-width:320px;margin-top:8px}.site-footer__divider{background:#ffffff21;width:1px;min-height:170px}.site-footer__right{align-content:space-between;gap:36px;min-height:170px;display:grid}.site-footer__links{flex-wrap:wrap;justify-content:flex-start;gap:72px;display:flex}.site-footer__links div{gap:8px;display:grid}.site-footer__links h2{color:#ffffff75;font-family:var(--font-body);font-size:13px;font-weight:700}.site-footer__links a:hover{color:#fff}.site-footer__bottom{border-top:1px solid #ffffff1a;justify-content:space-between;gap:16px;padding-top:22px;font-size:13px;display:flex}@media (width<=980px){h1{font-size:52px}h2{font-size:36px}.desktop-nav,.site-header__cta{display:none}.menu-toggle{display:inline-grid}.mobile-nav{border-top:1px solid var(--line);background:var(--surface);padding:14px 24px 22px;display:none}.mobile-nav[data-open=true]{gap:14px;display:grid}.hero-section__top,.why-grid,.contact-grid{grid-template-columns:1fr;gap:44px}.service-grid,.launch-proof-grid,.process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.site-footer__main{grid-template-columns:minmax(190px,1fr) 1px minmax(0,1.65fr);gap:28px}.site-footer__links{gap:44px}}@media (width<=680px){.container,.site-header__inner{width:min(100% - 32px, var(--container))}h1{font-size:42px}h2{font-size:31px}h3{font-size:22px}.section,.section--compact{padding:64px 0}.theme-toggle span{display:none}.hero-section{padding-top:56px}.hero-section__lead{font-size:17px}.hero-section__actions,.form-footer{flex-direction:column;align-items:stretch}.button{width:100%}.hero-visual__media,.hero-visual__media img{min-height:280px}.hero-visual__cards{grid-template-columns:1fr}.proof-strip__inner{flex-direction:column;justify-content:center;align-items:flex-start;padding:20px 0}.proof-strip ul{justify-content:flex-start}.service-grid,.program-grid,.process-grid,.launch-proof-grid,.form-grid{grid-template-columns:1fr}.accordion__trigger{min-height:74px;padding:18px}.accordion__trigger span{font-size:24px}.accordion__panel{padding-left:18px;padding-right:18px}.contact-form{padding:22px}.contact-details div{grid-template-columns:1fr;gap:4px}.site-footer__bottom{flex-direction:column}.site-footer__main{grid-template-columns:1fr;gap:28px}.site-footer__divider{width:100%;height:1px;min-height:1px}.site-footer__right{min-height:auto}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
