@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Source+Sans+3:ital,wght@0,400;0,600;0,700;1,400&display=swap');
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{--bg-dark:#0B1D33;--text-on-dark:#FFF8F0;--bg-light:#FFF8F0;--text-on-light:#0B1D33;--bg-accent:#D4A017;--text-on-accent:#0B1D33;--bg-slate:#5C6B7A;--text-on-slate:#FFF8F0;--gold:#D4A017;--navy:#0B1D33;--radius:4px;--shadow:0 12px 40px rgba(11,29,51,.12)}
html{scroll-behavior:smooth}
body{font-family:'Source Sans 3',system-ui,sans-serif;line-height:1.65;font-size:1.05rem;background:var(--bg-light);color:var(--text-on-light);overflow-x:hidden}
h1,h2,h3,h4{font-family:'Libre Baskerville',Georgia,serif;line-height:1.2;font-weight:700}
img{max-width:100%;height:auto;display:block}
a{color:inherit}
.surface-dark{background:var(--bg-dark);color:var(--text-on-dark)}
.surface-light{background:var(--bg-light);color:var(--text-on-light)}
.surface-accent{background:var(--bg-accent);color:var(--text-on-accent)}
.surface-slate{background:var(--bg-slate);color:var(--text-on-slate)}
.surface-dark a,.surface-light a,.surface-slate a{color:currentColor;text-decoration:underline}
.surface-dark h1,.surface-dark h2,.surface-dark h3,.surface-dark h4,.surface-dark p,.surface-dark li,.surface-dark span,
.surface-light h1,.surface-light h2,.surface-light h3,.surface-light h4,.surface-light p,.surface-light li,.surface-light span,
.surface-slate h1,.surface-slate h2,.surface-slate h3,.surface-slate h4,.surface-slate p,.surface-slate li,.surface-slate span,
.surface-accent h1,.surface-accent h2,.surface-accent h3,.surface-accent h4,.surface-accent p,.surface-accent li,.surface-accent span{color:inherit}
.surface-light .section-label{color:var(--gold)}
.surface-dark .section-label,.surface-slate .section-label{color:#F0D878}
.surface-accent .section-label{color:var(--text-on-accent)}
.surface-accent .gold-rule,.surface-accent .timeline{border-left-color:var(--text-on-accent)}
.surface-accent .timeline-item::before{background:var(--text-on-accent)}
.surface-dark .price-tag,.surface-slate .price-tag{color:#F0D878}
.container{width:min(1140px,92vw);margin:0 auto}
.container-wide{width:min(1280px,94vw);margin:0 auto}
.site-header{position:fixed;top:0;left:0;right:0;z-index:100;transition:background .3s,box-shadow .3s,color .3s}
.site-header--hero{background:transparent;color:var(--text-on-dark)}
.site-header--hero.is-scrolled{background:var(--bg-light);color:var(--text-on-light);box-shadow:var(--shadow)}
.site-header--inner{position:sticky;background:var(--bg-light);color:var(--text-on-light);box-shadow:0 2px 12px rgba(11,29,51,.08)}
@media(min-width:901px){.site-header--hero .logo,.site-header--hero .site-nav a,.site-header--hero .nav-toggle{color:var(--text-on-dark)}.site-header--hero.is-scrolled .logo,.site-header--hero.is-scrolled .site-nav a,.site-header--hero.is-scrolled .nav-toggle{color:var(--text-on-light)}.site-header--inner .logo,.site-header--inner .site-nav a,.site-header--inner .nav-toggle{color:var(--text-on-light)}}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding:1rem 0}
.logo{font-family:'Libre Baskerville',serif;font-weight:700;font-size:1.25rem;text-decoration:none;color:inherit}
.site-nav ul{display:flex;gap:1.5rem;list-style:none}
.site-nav a{text-decoration:none;font-weight:600;opacity:.9;color:inherit}
.site-nav a:hover,.site-nav a.is-active{opacity:1;text-decoration:underline}
.nav-toggle{display:none;align-items:center;gap:.5rem;background:none;border:1px solid currentColor;padding:.5rem .75rem;border-radius:var(--radius);cursor:pointer;color:inherit;font:inherit;font-weight:600}
.nav-toggle-icon{display:flex;flex-direction:column;justify-content:center;gap:5px;width:22px;height:18px}
.nav-toggle-icon span{display:block;height:2px;width:100%;background:currentColor;border-radius:1px;transition:transform .25s,opacity .25s}
.nav-toggle[aria-expanded=true] .nav-toggle-icon span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.nav-toggle[aria-expanded=true] .nav-toggle-icon span:nth-child(2){opacity:0}
.nav-toggle[aria-expanded=true] .nav-toggle-icon span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.nav-backdrop{display:none}
.nav-close{display:none}
.hero-cinematic{position:relative;min-height:100vh;min-height:100dvh;display:flex;align-items:flex-end;background-color:var(--bg-dark);background-size:cover;background-position:center;padding-top:4.5rem}
.hero-cinematic::after{content:'';position:absolute;inset:0;background:linear-gradient(to top,rgba(11,29,51,.95) 0%,rgba(11,29,51,.55) 50%,rgba(11,29,51,.25) 100%)}
.hero-cinematic .hero-content{position:relative;z-index:2;padding:clamp(1.5rem,4vw,2.5rem) 0 clamp(2rem,6vh,4rem);padding-left:clamp(50px,4vw,70px)}
.hero-badge{position:absolute;top:5.5rem;right:clamp(1rem,4vw,4vw);z-index:3;background:var(--bg-accent);color:var(--text-on-accent);padding:.5rem 1rem;font-weight:700;font-size:.85rem;letter-spacing:.08em}
.hero-cinematic .hero-ctas .btn{text-decoration:none}
.hero-cinematic .hero-ctas .btn-primary{background:var(--gold);color:var(--navy);border-color:var(--gold)}
.hero-cinematic .hero-ctas .btn-outline{color:var(--text-on-dark);border-color:rgba(255,248,240,.85)}
.hero-label{font-size:.8rem;letter-spacing:.15em;text-transform:uppercase;opacity:.85;margin-bottom:.5rem}
.hero-serial{font-size:.95rem;margin-bottom:1rem;opacity:.9}
.hero-cinematic h1{font-size:clamp(2rem,5vw,3.5rem);max-width:14ch;margin-bottom:1rem}
.hero-sub{max-width:52ch;font-size:1.15rem;margin-bottom:1.75rem;opacity:.95}
.hero-ctas{display:flex;flex-wrap:wrap;gap:clamp(.75rem,2vw,1rem);margin-bottom:clamp(1rem,3vw,1.5rem)}
.trust-strip{font-size:.85rem;opacity:.85;letter-spacing:.04em}
.btn{display:inline-block;padding:.85rem 1.6rem;font-weight:700;text-decoration:none;border-radius:var(--radius);border:2px solid transparent;cursor:pointer;font-family:inherit;font-size:1rem;transition:opacity .2s,transform .2s}
.btn:hover{opacity:.88;transform:translateY(-1px)}
.btn-primary{background:var(--bg-accent);color:var(--text-on-accent);border-color:var(--bg-accent)}
.btn-outline{background:transparent;color:inherit;border-color:currentColor}
.btn-accent{background:var(--bg-accent);color:var(--text-on-accent)}
.btn-navy{background:var(--bg-dark);color:#fff;border-color:var(--bg-dark)}
a.btn{text-decoration:none}
a.btn.btn-navy,.surface-light a.btn.btn-navy,.surface-dark a.btn.btn-navy,.surface-slate a.btn.btn-navy,.surface-accent a.btn.btn-navy{color:#fff}
button.btn.btn-navy{color:#fff}
section{padding:4.5rem 0}
.section-label{font-size:.75rem;letter-spacing:.18em;text-transform:uppercase;margin-bottom:.5rem;font-weight:700}
.section-title{font-size:clamp(1.75rem,3vw,2.5rem);margin-bottom:1rem}
.gold-rule{width:80px;height:3px;background:var(--gold);margin:1.5rem 0}
.torque-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;text-align:center}
.torque-item{padding:2rem 1rem;border-top:3px solid var(--gold)}
.torque-num{font-family:'Libre Baskerville',serif;font-size:2.5rem;font-weight:700;display:block}
.fuel-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}
.fuel-card{padding:1.75rem;border-left:4px solid var(--gold);background:var(--bg-light);color:var(--text-on-light);box-shadow:var(--shadow)}
.fuel-card .line-tag{font-size:.7rem;letter-spacing:.12em;font-weight:700;color:var(--gold);margin-bottom:.5rem}
.timeline{display:grid;gap:2rem;position:relative;padding-left:2rem;border-left:2px solid var(--gold)}
.timeline-item{position:relative}
.timeline-item::before{content:'';position:absolute;left:-2.55rem;top:.4rem;width:12px;height:12px;background:var(--gold);border-radius:50%}
.program-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}
.program-card{position:relative;overflow:hidden;border-radius:var(--radius);box-shadow:var(--shadow)}
.program-card img{width:100%;aspect-ratio:16/10;object-fit:cover}
.program-card-body{padding:1.5rem}
.program-card.offset-up{margin-top:-2rem}
.program-card.offset-down{margin-top:2rem}
.faq-layout{display:grid;grid-template-columns:1fr;gap:2.5rem}
.faq-two-col{display:grid;grid-template-columns:1fr 1fr;gap:2rem 3rem}
.faq-img .content-img{margin:0;width:100%;max-height:420px;object-fit:cover}
.contact-form-panel{background:var(--bg-light);color:var(--text-on-light);padding:2rem;border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid rgba(11,29,51,.08)}
.program-list article.grid-2{align-items:center}
.program-list article.grid-2 img{border-radius:var(--radius)}
.faq-col h3{font-size:1.1rem;margin-bottom:.5rem}
.faq-col p{margin-bottom:1.5rem;font-size:.98rem}
.cta-band{text-align:center;padding:4rem 2rem;border-top:4px solid var(--gold)}
.cta-band h2{font-size:2rem;margin-bottom:1rem}
.cta-band p{margin-bottom:1.25rem}
.cta-band .btn{margin-top:.75rem}
.page-hero{padding:4rem 0 3rem}
.surface-dark .cta-band{border-top-color:#F0D878}
.page-hero h1{font-size:clamp(2rem,4vw,2.75rem)}
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.service-card{padding:2rem;border:1px solid rgba(11,29,51,.12);border-radius:var(--radius)}
.service-card h3{margin-bottom:.75rem}
.program-list article{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid rgba(11,29,51,.1)}
.program-list h2{font-size:1.5rem;margin-bottom:.5rem}
.price-tag{color:var(--gold);font-weight:700;margin:.5rem 0}
.about-hero-full{min-height:50vh;background-size:cover;background-position:center;position:relative;display:flex;align-items:flex-end}
.about-hero-full::after{content:'';position:absolute;inset:0;background:linear-gradient(to top,rgba(11,29,51,.85),transparent)}
.about-hero-full .container{position:relative;z-index:2;padding-bottom:3rem;color:var(--text-on-dark)}
.about-hero-full h1,.about-hero-full .hero-label{color:var(--text-on-dark)}
.site-footer h3{margin-bottom:.75rem;font-size:1rem}
.cookie-banner .btn-outline{border-color:currentColor;color:inherit}
.cookie-inner{align-items:flex-start}
@media(min-width:700px){.cookie-inner{align-items:center}}
.diagonal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.diag-card{padding:1.5rem;transform:rotate(-1deg);box-shadow:var(--shadow)}
.diag-card:nth-child(2){transform:rotate(1deg);margin-top:1.5rem}
.diag-card:nth-child(3){transform:rotate(-.5deg)}
.contact-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:3rem}
.form-group{margin-bottom:1.25rem}
.form-group label{display:block;font-weight:600;margin-bottom:.35rem}
.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem;border:1px solid #ccc;border-radius:var(--radius);font:inherit;background:#fff;color:#0B1D33}
.form-group textarea{min-height:140px;resize:vertical}
.hp-field{position:absolute;left:-9999px;opacity:0;height:0;overflow:hidden}
.consent-label{display:flex;gap:.5rem;align-items:flex-start;font-weight:400;font-size:.95rem}
.site-footer{padding:3.5rem 0 2rem}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:2rem;margin-bottom:2rem}
.footer-bottom{border-top:1px solid rgba(255,248,240,.2);padding-top:1.5rem;font-size:.9rem;opacity:.9}
.footer-disclaimer{font-size:.85rem;margin-top:1rem;opacity:.85;max-width:70ch}
.legal-content h2{font-size:1.35rem;margin:2rem 0 1rem}
.legal-content p,.legal-content li{margin-bottom:1rem}
.legal-content ul{padding-left:1.5rem}
.error-page{text-align:center;padding:6rem 1rem;min-height:60vh}
.error-page h1{font-size:2rem;margin-bottom:1rem}
.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:200;padding:1.25rem;box-shadow:0 -4px 24px rgba(0,0,0,.2)}
.cookie-inner{max-width:1140px;margin:0 auto;display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:space-between}
.cookie-actions{display:flex;flex-wrap:wrap;gap:.5rem}
.cookie-custom{width:100%;display:flex;flex-wrap:wrap;gap:1rem;align-items:center}
body.nav-open{overflow:hidden}
body.nav-open .site-header{z-index:102}
body.nav-open .nav-toggle{position:relative;z-index:103}
.content-img{border-radius:var(--radius);box-shadow:var(--shadow);margin:1.5rem 0}
.alert{padding:1rem 1.25rem;border-radius:var(--radius);margin-bottom:1.5rem}
.alert-success{background:#d4edda;color:#155724}
.alert-error{background:#f8d7da;color:#721c24}
.js .reveal{opacity:0;transform:translateY(16px);transition:opacity .5s ease,transform .5s ease}
.js .reveal.is-visible{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){.js .reveal{opacity:1;transform:none;transition:none}}
@media(min-width:901px){.faq-layout{grid-template-columns:minmax(280px,360px) 1fr;align-items:start}}
@media(max-width:900px){.nav-backdrop{position:fixed;inset:0;background:rgba(11,29,51,.55);z-index:98;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s,visibility .3s}.nav-backdrop.is-visible{display:block;opacity:1;visibility:visible;pointer-events:auto}.site-nav{position:fixed;top:0;right:0;bottom:0;width:min(300px,85vw);background:var(--bg-light);color:var(--text-on-light);padding:4.5rem 1.75rem 2rem;transform:translateX(100%);transition:transform .3s;box-shadow:var(--shadow);z-index:101;border-left:3px solid var(--gold);overflow-y:auto;-webkit-overflow-scrolling:touch}.site-nav.is-open{transform:none}.nav-close{display:flex;align-items:center;justify-content:center;position:absolute;top:.75rem;right:.75rem;background:none;border:none;font-size:1.75rem;line-height:1;cursor:pointer;color:var(--text-on-light);min-width:44px;min-height:44px;padding:0;z-index:10}.site-nav ul{flex-direction:column;gap:.15rem}.site-nav a{display:block;padding:.7rem 0;font-size:1.05rem;border-bottom:1px solid rgba(11,29,51,.08);text-decoration:none;color:var(--text-on-light);opacity:.95}.site-nav a:hover,.site-nav a.is-active{color:var(--navy);opacity:1}.site-header--hero .logo,.site-header--hero .nav-toggle{color:var(--text-on-dark)}.site-header--hero.is-scrolled .logo,.site-header--hero.is-scrolled .nav-toggle{color:var(--text-on-light)}.site-header--inner .logo,.site-header--inner .nav-toggle{color:var(--text-on-light)}.nav-toggle{display:flex}.faq-layout{gap:1.5rem}.faq-img .content-img{max-height:min(50vw,280px)}.torque-strip,.program-grid,.grid-2,.grid-3,.faq-two-col,.footer-grid,.contact-grid,.diagonal-grid{grid-template-columns:1fr}.hero-cinematic{min-height:min(92dvh,860px);flex-direction:column;align-items:stretch;justify-content:flex-end;padding-top:0}.hero-cinematic .hero-content{padding:clamp(4.5rem,11vw,5.5rem) 0 clamp(2rem,5vh,3rem);padding-left:clamp(50px,4vw,70px)}.hero-badge{position:static;display:inline-block;margin:0 0 1rem;align-self:flex-start}.program-card.offset-up,.program-card.offset-down{margin-top:0}.diag-card{transform:none}.page-hero{padding-top:6rem}.grid-2{gap:clamp(1.5rem,4vw,3rem)}}
