
:root{
  --navy:#103d76;
  --navy-dark:#08294f;
  --blue:#245f9d;
  --sky:#eaf6fb;
  --cream:#fffdf8;
  --paper:#ffffff;
  --grass:#edf4e4;
  --gold:#c89b34;
  --ink:#243241;
  --muted:#667483;
  --line:#dfe7ed;
  --shadow:0 18px 48px rgba(16,61,118,.12);
  --soft-shadow:0 10px 28px rgba(16,61,118,.07);
  --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:var(--ink);background:var(--cream);line-height:1.65}
img,video{max-width:100%;display:block}
a{color:inherit}
button,input,textarea,select{font:inherit}
.container{width:min(1160px,calc(100% - 40px));margin:0 auto}
.skip-link{position:absolute;left:-9999px;top:8px;background:#fff;color:var(--navy);padding:10px 14px;border-radius:8px;z-index:100}
.skip-link:focus{left:8px}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}
.header-inner{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:inline-flex;align-items:center;flex:0 1 auto;text-decoration:none}
.brand img{width:auto;height:44px;max-width:min(250px,44vw);object-fit:contain}
.site-nav{display:flex;align-items:center;gap:20px}
.site-nav a{text-decoration:none;font-weight:700;color:#506070;font-size:.94rem;white-space:nowrap}
.site-nav a:hover,.site-nav a[aria-current="page"]{color:var(--navy)}
.site-nav a[aria-current="page"]:not(.btn){text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:6px}
.nav-toggle{display:none;border:1px solid var(--line);background:#fff;color:var(--navy);border-radius:10px;width:44px;height:44px;font-size:1.4rem;line-height:1;cursor:pointer}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 20px;border-radius:999px;border:1px solid var(--navy);text-decoration:none;font-weight:800;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}
.btn:hover{transform:translateY(-1px);box-shadow:0 8px 18px rgba(16,61,118,.12)}
.btn-primary{background:var(--navy);color:#fff}
.btn-primary:hover{background:var(--navy-dark)}
.btn-secondary{background:#fff;color:var(--navy)}
.btn-quiet{border-color:var(--line);background:transparent;color:var(--navy)}
.hero{padding:68px 0 74px;background:
  radial-gradient(circle at 86% 16%,rgba(221,241,250,.95),transparent 34%),
  linear-gradient(180deg,#fff,#f9fcff)}
.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:58px;align-items:center}
.eyebrow,.kicker{text-transform:uppercase;letter-spacing:.14em;font-weight:900;font-size:.74rem;color:var(--blue)}
h1,h2,h3{font-family:Georgia,"Times New Roman",serif;color:var(--navy);line-height:1.08;margin-top:0}
h1{font-size:clamp(2.85rem,5.7vw,5.15rem);letter-spacing:-.038em;margin-bottom:20px}
h2{font-size:clamp(2rem,4vw,3.2rem);letter-spacing:-.024em;margin-bottom:16px}
h3{font-size:1.4rem;margin-bottom:9px}
.lead{font-size:1.16rem;color:var(--muted);max-width:700px}
.hero .lead{max-width:620px}
.button-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}
.price-line{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap;margin:22px 0 4px}
.price-now{font:700 2.4rem Georgia,serif;color:var(--navy)}
.price-was{font-weight:700;color:var(--muted);text-decoration:line-through}
.savings{font-size:.88rem;font-weight:900;color:var(--navy);background:var(--grass);padding:5px 10px;border-radius:999px}
.meta{color:var(--muted);font-size:.94rem}
.video-card{background:#fff;border:1px solid var(--line);border-radius:28px;padding:12px;box-shadow:var(--shadow)}
.video-card video{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:18px;background:#07192e}
.video-caption{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:12px 8px 3px;color:var(--muted);font-size:.88rem}
.video-caption strong{color:var(--navy)}
.section{padding:78px 0}
.section-white{background:#fff}
.section-sky{background:var(--sky)}
.section-grass{background:var(--grass)}
.section-header{max-width:780px;margin-bottom:34px}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:28px;box-shadow:var(--soft-shadow)}
.card p{color:var(--muted);margin-bottom:0}
.icon{width:46px;height:46px;border-radius:14px;background:var(--sky);display:grid;place-items:center;font-weight:900;color:var(--navy);margin-bottom:18px}
.product-grid{display:grid;grid-template-columns:.88fr 1.12fr;gap:56px;align-items:center}
.product-photo{background:#fff;border-radius:28px;padding:14px;box-shadow:var(--shadow)}
.product-photo img{border-radius:18px;width:100%}
.checks{list-style:none;padding:0;margin:22px 0}
.checks li{position:relative;padding-left:27px;margin:9px 0}
.checks li:before{content:"✓";position:absolute;left:0;color:var(--blue);font-weight:900}
.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.gallery figure{margin:0;background:#fff;border:1px solid var(--line);border-radius:20px;padding:12px;box-shadow:var(--soft-shadow)}
.gallery img{border-radius:14px;width:100%;aspect-ratio:1/1;object-fit:cover}
.gallery figcaption{padding:10px 4px 2px;color:var(--muted);font-size:.92rem}
.page-hero{padding:58px 0 46px;background:linear-gradient(180deg,var(--sky),var(--cream))}
.page-hero h1{font-size:clamp(2.55rem,5vw,4.65rem);max-width:900px}
.split{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}
.audio-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.audio-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:24px;box-shadow:var(--soft-shadow)}
.audio-card audio{width:100%;margin-top:14px}
.note{border-left:4px solid var(--gold);padding:14px 18px;background:#fff;border-radius:0 14px 14px 0;color:var(--muted)}
.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;align-items:stretch}
.price-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:28px;box-shadow:var(--soft-shadow);display:flex;flex-direction:column}
.price-card.featured{border:2px solid var(--navy);transform:translateY(-4px)}
.price-card .small-label{text-transform:uppercase;letter-spacing:.1em;font-size:.72rem;font-weight:900;color:var(--blue)}
.price-card .big-price{font:700 2.35rem Georgia,serif;color:var(--navy);margin:10px 0 2px}
.price-card .subprice{color:var(--muted);font-weight:700}
.price-card .btn{margin-top:auto}
.price-card ul{padding-left:20px;color:var(--muted);margin:20px 0 26px}
.process{counter-reset:step;display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.process-step{background:#fff;border:1px solid var(--line);border-radius:20px;padding:26px}
.process-step:before{counter-increment:step;content:counter(step);display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:var(--navy);color:#fff;font-weight:900;margin-bottom:16px}
.contact-panel{background:var(--navy);color:#fff;border-radius:var(--radius);padding:34px}
.contact-panel h2,.contact-panel h3{color:#fff}
.contact-panel a{color:#fff}
.logo-panel{display:grid;place-items:center;background:#fff;border-radius:var(--radius);padding:34px;box-shadow:var(--shadow)}
.logo-panel img{width:min(280px,80%);height:auto}
.quote{font:italic 1.45rem/1.5 Georgia,serif;color:var(--navy);text-align:center;max-width:820px;margin:0 auto}
.site-footer{padding:30px 0;background:#fff;border-top:1px solid var(--line)}
.footer-inner{display:flex;justify-content:space-between;gap:30px;align-items:center;color:var(--muted);font-size:.9rem}
.footer-brand{display:flex;align-items:center;flex:0 0 auto}
.footer-brand img{width:82px;height:82px;object-fit:contain}
.footer-copy{display:flex;flex-direction:column;gap:7px;align-items:flex-end}
.footer-links{display:flex;gap:18px;flex-wrap:wrap;justify-content:flex-end}
.footer-links a{text-decoration:none}
.footer-links a:hover{color:var(--navy)}
.fineprint{font-size:.86rem;color:var(--muted)}
.center{text-align:center}
.mt-0{margin-top:0}
@media(max-width:920px){
  .site-nav{gap:14px}
  .site-nav a{font-size:.9rem}
  .brand img{height:40px;max-width:220px}
}
@media(max-width:820px){
  .hero{padding-top:50px}
  .hero-grid,.product-grid,.split{grid-template-columns:1fr;gap:34px}
  .grid-3,.gallery,.audio-grid,.pricing-grid,.process{grid-template-columns:1fr}
  .price-card.featured{transform:none}
  .brand img{height:40px;max-width:220px}
  .site-nav{display:none;position:absolute;left:20px;right:20px;top:68px;flex-direction:column;align-items:stretch;background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px;box-shadow:var(--shadow)}
  .site-nav.open{display:flex}
  .site-nav .btn{width:100%}
  .nav-toggle{display:block}
  .footer-inner{align-items:flex-start}
  .footer-copy{align-items:flex-start}
  .footer-links{justify-content:flex-start}
}
@media(max-width:520px){
  .container{width:min(100% - 28px,1160px)}
  .section{padding:60px 0}
  .header-inner{min-height:70px}
  .brand img{height:36px;max-width:190px}
  .site-nav{left:14px;right:14px}
  h1{font-size:clamp(2.5rem,13vw,3.8rem)}
  .button-row .btn{width:100%}
  .video-caption{display:block}
  .footer-inner{flex-direction:column}
  .footer-brand img{width:70px;height:70px}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .btn{transition:none}
}

/* Ensure the header preorder CTA keeps high-contrast white text. */
.site-nav a.btn-primary,
.site-nav a.btn-primary:hover,
.site-nav a.btn-primary:focus-visible,
.site-nav a.btn-primary[aria-current="page"]{
  color:#fff;
}
