/* DoBetter v3 · one continuous navy atmosphere, no alternating slabs */
:root{
  --navy:#08488f; --blue:#1666ba; --gold:#fcbc04;
  --deep:#0b1f36; --deep2:#102e49; --mid:#195c99;
  --ink:#eaf1fa; --ink-2:#b9c9de; --ink-3:#8aa0bb;
  --line:rgba(255,255,255,.10); --line-2:rgba(255,255,255,.18);
  --panel:rgba(255,255,255,.045); --panel-2:rgba(255,255,255,.08);
  --r:18px; --ease:cubic-bezier(.2,.7,.2,1);
  --w:1180px; --gutter:clamp(18px,4vw,56px);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
body{
  margin:0; color:var(--ink); background:var(--deep);
  font:16px/1.6 Sora,system-ui,-apple-system,sans-serif; -webkit-font-smoothing:antialiased;
  background-image:
    radial-gradient(1200px 700px at 78% -8%, rgba(25,92,153,.55), transparent 62%),
    radial-gradient(900px 600px at -10% 55%, rgba(8,72,143,.35), transparent 60%),
    radial-gradient(700px 500px at 105% 95%, rgba(252,188,4,.07), transparent 60%);
  background-attachment:fixed;
}
@media (max-width:860px){body{background-attachment:scroll}}
body::before{ /* faint grid, continuous down the page */
  content:""; position:fixed; inset:0; pointer-events:none; z-index:0; opacity:.35;
  background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
  background-size:64px 64px;
  mask-image:linear-gradient(180deg,rgba(0,0,0,.9),rgba(0,0,0,.35) 40%,rgba(0,0,0,.6));
}
main,header,footer{position:relative;z-index:1}
a{color:inherit;text-decoration:none}
h1,h2,h3,p,ul,ol{margin:0}
.wordmark{height:26px;width:auto;color:#fff;display:block}
.wordmark--foot{height:20px;color:var(--ink-3)}

/* ---- header ---- */
.top{
  position:fixed;left:0;right:0;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:16px;
  padding:14px var(--gutter);
  background:linear-gradient(180deg,rgba(11,31,54,.85),rgba(11,31,54,.55));
  backdrop-filter:blur(14px) saturate(1.2);-webkit-backdrop-filter:blur(14px) saturate(1.2);
  border-bottom:1px solid var(--line);
}
.top__nav{display:flex;align-items:center;gap:26px;font-size:14px;font-weight:500;color:var(--ink-2)}
.top__nav a:not(.pill):hover{color:#fff}
.pill,.btn{
  display:inline-flex;align-items:center;gap:10px;border-radius:999px;font-weight:600;line-height:1;
  transition:transform .35s var(--ease),box-shadow .35s var(--ease),background .25s;
}
.pill{background:var(--gold);color:#1a1200;padding:10px 16px 10px 12px;font-size:14px;box-shadow:0 6px 20px rgba(252,188,4,.22)}
.pill:hover,.btn--gold:hover{transform:translateY(-1px);box-shadow:0 10px 28px rgba(252,188,4,.32)}
.pill__plus{display:inline-grid;place-items:center;width:22px;height:22px;border-radius:50%;background:#1a1200;color:var(--gold);font-weight:700;font-size:16px;line-height:1}
.btn{padding:15px 22px 15px 14px;font-size:15px}
.btn--gold{background:var(--gold);color:#1a1200;box-shadow:0 8px 26px rgba(252,188,4,.22)}
.btn--quiet{color:var(--ink-2);padding-left:6px}
.btn--quiet:hover{color:#fff}
.btn__arrow{display:inline-block;transition:transform .35s var(--ease)}
.btn--quiet:hover .btn__arrow{transform:translateY(3px)}
.btn--big{padding:19px 30px 19px 18px;font-size:17px}

.eyebrow{font-size:12.5px;letter-spacing:.14em;text-transform:uppercase;font-weight:600;color:var(--ink-3)}
.eyebrow--gold{color:var(--gold)}
.h2{font-size:clamp(26px,3.4vw,40px);line-height:1.15;letter-spacing:-.015em;font-weight:600;color:#fff}
.lede{color:var(--ink-2);font-size:17px;max-width:640px}

/* ---- hero: the stage IS the hero, full bleed; copy sits under it ---- */
.hero{display:block;padding:0}
.hero__stage{position:relative;width:100%;height:100vh;min-height:480px;max-height:calc(100vw * 9 / 16 + 64px)}
.stage__frame{
  position:relative;width:100%;height:100%;overflow:hidden;
  background:linear-gradient(90deg,#102e49 0 50%,#195c99 50% 100%);
  box-shadow:0 30px 80px rgba(0,0,0,.45);isolation:isolate;
}
.stage__frame::after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;pointer-events:none;background:rgba(255,255,255,.12);z-index:3}
.plus-hero{position:absolute;inset:0;z-index:2}
.stage__film{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:1;opacity:0;transition:opacity .6s var(--ease)}
.hero__stage[data-mode="film"] .stage__film,.hero__stage[data-mode="still"] .stage__film{opacity:1}
.hero__stage[data-mode="loading"] .plus-hero,.hero__stage[data-mode="film"] .plus-hero,.hero__stage[data-mode="still"] .plus-hero{visibility:hidden}
.hero__stage[data-mode="3d"] .stage__film{display:none}
.hero__copy{max-width:var(--w);margin:0 auto;padding:clamp(40px,7vh,80px) var(--gutter) clamp(24px,4vh,40px);display:flex;flex-direction:column;gap:22px;align-items:flex-start}
.hero__h{font-size:clamp(32px,4.4vw,58px);line-height:1.06;letter-spacing:-.02em;font-weight:600;color:#fff;max-width:20ch}
.hero__p{font-size:18px;color:var(--ink-2);max-width:640px}
.hero__cta{display:flex;flex-wrap:wrap;align-items:center;gap:18px;margin-top:6px}

/* ---- tools ---- */
.tools{max-width:var(--w);margin:0 auto;padding:clamp(56px,10vh,120px) var(--gutter)}
.tools__head{display:flex;flex-direction:column;gap:14px;max-width:820px;margin-bottom:clamp(28px,5vh,48px)}
.grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
@media (max-width:1100px){.grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:560px){.grid{grid-template-columns:1fr}}
.tool{position:relative;min-height:230px;display:flex}
.tool__face{
  all:unset;cursor:pointer;flex:1;display:flex;flex-direction:column;gap:14px;padding:22px 22px 20px;border-radius:var(--r);
  background:var(--panel);border:1px solid var(--line);color:var(--ink);
  box-shadow:0 1px 0 rgba(255,255,255,.06) inset,0 10px 30px rgba(0,0,0,.18);
  transition:transform .45s var(--ease),background .3s,border-color .3s,box-shadow .45s var(--ease);
}
.tool__face:hover,.tool__face:focus-visible{background:var(--panel-2);border-color:var(--line-2);transform:translateY(-3px);box-shadow:0 1px 0 rgba(255,255,255,.08) inset,0 22px 44px rgba(0,0,0,.28)}
.tool__face:focus-visible{outline:2px solid var(--gold);outline-offset:3px}
.tool.is-open .tool__face{opacity:.35;transform:scale(.97)}
.tool__idx{font-size:12px;letter-spacing:.12em;color:var(--gold);font-weight:600}
.tool__q{font-size:17.5px;line-height:1.35;font-weight:600;color:#fff;letter-spacing:-.01em;flex:1}
.tool__open{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:var(--ink-2)}
.tool__open i{font-style:normal;display:inline-grid;place-items:center;width:22px;height:22px;border-radius:50%;border:1px solid var(--line-2);color:var(--gold);transition:transform .35s var(--ease),background .3s}
.tool__face:hover .tool__open i{background:var(--gold);color:#1a1200;border-color:var(--gold);transform:rotate(90deg)}
.tools__foot{margin-top:28px;font-size:14px;color:var(--ink-3);max-width:900px}

/* ---- veil + sheets ---- */
.veil{position:fixed;inset:0;z-index:30;background:rgba(6,18,33,.62);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);opacity:0;transition:opacity .35s var(--ease)}
.veil.is-on{opacity:1}
.sheet{
  position:fixed;z-index:31;left:50%;top:50%;transform:translate(-50%,-50%) scale(.96);opacity:0;
  width:min(560px,calc(100vw - 32px));border-radius:22px;padding:30px 30px 26px;
  background:linear-gradient(160deg,#173b61,#0f2b48);border:1px solid var(--line-2);color:var(--ink);
  box-shadow:0 1px 0 rgba(255,255,255,.12) inset,0 40px 100px rgba(0,0,0,.55),0 4px 16px rgba(0,0,0,.35);
  transition:transform .45s var(--ease),opacity .35s var(--ease);
  transform-origin:var(--ox,50%) var(--oy,50%);
}
.sheet.is-on{transform:translate(-50%,-50%) scale(1);opacity:1}
.sheet__close{all:unset;cursor:pointer;position:absolute;top:14px;right:16px;width:36px;height:36px;display:grid;place-items:center;border-radius:50%;font-size:24px;color:var(--ink-2);line-height:1}
.sheet__close:hover{background:rgba(255,255,255,.08);color:#fff}
.sheet__close:focus-visible{outline:2px solid var(--gold)}
.sheet__plus{position:absolute;left:-14px;top:-14px;width:44px;height:44px;border-radius:50%;background:var(--gold);color:#1a1200;display:grid;place-items:center;font-weight:700;font-size:26px;box-shadow:0 8px 22px rgba(252,188,4,.35);transform:translate(-40px,20px) rotate(-90deg);opacity:0;transition:transform .55s var(--ease) .1s,opacity .3s .1s}
.sheet.is-on .sheet__plus{transform:none;opacity:1}
.sheet__kicker{font-size:12.5px;letter-spacing:.12em;text-transform:uppercase;font-weight:600;color:var(--gold);margin-bottom:10px}
.sheet__body h3{font-size:24px;line-height:1.2;letter-spacing:-.015em;font-weight:600;color:#fff;margin-bottom:14px}
.sheet__body ul{padding-left:0;list-style:none;display:flex;flex-direction:column;gap:9px}
.sheet__body li{position:relative;padding-left:22px;color:var(--ink-2);font-size:15.5px;line-height:1.45}
.sheet__body li::before{content:"+";position:absolute;left:0;top:0;color:var(--gold);font-weight:700}
.sheet__see{margin-top:22px}
.sheet__len{font-weight:500;opacity:.7;font-size:13px}
.sheet--video{width:min(1120px,calc(100vw - 32px));padding:22px 22px 18px}
.sheet__player{position:relative;aspect-ratio:16/9;width:100%;border-radius:14px;overflow:hidden;background:#000;box-shadow:0 20px 60px rgba(0,0,0,.5)}
.sheet__player video{width:100%;height:100%;display:block}
.sheet__back{all:unset;cursor:pointer;margin-top:14px;font-size:14px;font-weight:600;color:var(--ink-2)}
.sheet__back:hover{color:#fff}
.sheet__back:focus-visible{outline:2px solid var(--gold)}
@media (max-width:640px){
  .sheet{top:auto;bottom:0;left:0;right:0;width:100%;transform:translateY(24px);border-radius:22px 22px 0 0;max-height:88vh;overflow:auto;padding:26px 20px 22px}
  .sheet.is-on{transform:none}
  .sheet__plus{left:auto;right:64px;top:-16px}
  .sheet--video{padding:14px 12px 16px}
}

/* ---- how ---- */
.how{max-width:var(--w);margin:0 auto;padding:clamp(56px,10vh,120px) var(--gutter)}
.how__head{display:flex;flex-direction:column;gap:14px;margin-bottom:clamp(28px,5vh,44px)}
.steps{list-style:none;padding:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;counter-reset:s}
@media (max-width:1000px){.steps{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:560px){.steps{grid-template-columns:1fr}}
.step{position:relative;padding:24px 22px 22px;border-radius:var(--r);background:var(--panel);border:1px solid var(--line);display:flex;flex-direction:column;gap:10px}
.step__n{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:var(--gold);color:#1a1200;font-weight:700;font-size:14px}
.step h3{font-size:17px;font-weight:600;color:#fff;line-height:1.3}
.step p{font-size:14.5px;color:var(--ink-2);line-height:1.55}
.how__cta{margin-top:30px}

/* ---- who ---- */
.who{max-width:var(--w);margin:0 auto;padding:clamp(40px,8vh,96px) var(--gutter);display:grid;grid-template-columns:minmax(0,5fr) minmax(0,7fr);gap:clamp(24px,5vw,64px);align-items:center}
.who__media{border-radius:var(--r);overflow:hidden;aspect-ratio:3/2;box-shadow:0 30px 80px rgba(0,0,0,.45);border:1px solid var(--line)}
.who__film{width:100%;height:100%;object-fit:cover;display:block}
.who__copy{display:flex;flex-direction:column;gap:16px}
.who__copy p:not(.eyebrow){color:var(--ink-2);font-size:16.5px;max-width:560px}

/* ---- close ---- */
.close{max-width:var(--w);margin:0 auto;padding:clamp(56px,12vh,140px) var(--gutter) clamp(56px,10vh,120px);display:flex;flex-direction:column;gap:18px;align-items:flex-start}
.close__h{font-size:clamp(34px,5vw,64px);line-height:1.05;letter-spacing:-.025em;font-weight:600;color:#fff}
.close__p{font-size:18px;color:var(--ink-2);max-width:560px}

/* ---- footer ---- */
.foot{max-width:var(--w);margin:0 auto;padding:36px var(--gutter) 56px;border-top:1px solid var(--line);display:flex;flex-direction:column;gap:10px;font-size:13px;color:var(--ink-3)}
.foot a{color:var(--ink-2);text-decoration:underline;text-underline-offset:3px}
.foot__row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}
.foot__links{font-size:14px}

/* ---- phone ---- */
@media (max-width:860px){
  .top{padding:12px 18px}
  .top__nav{gap:16px}
  .top__nav a:not(.pill){display:none}
  .hero__stage{height:auto;aspect-ratio:16/9;min-height:0;max-height:none}
  .who{grid-template-columns:1fr}
}
@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{transition-duration:.01ms !important;animation-duration:.01ms !important}
}

/* header floats over the hero stage: no double logo, nav only, until the stage scrolls away */
.top{transition:background .4s var(--ease),border-color .4s var(--ease)}
.top.is-over{background:linear-gradient(180deg,rgba(11,31,54,.55),transparent);border-color:transparent;backdrop-filter:none;-webkit-backdrop-filter:none}
.top__brand{transition:opacity .35s var(--ease)}
.top.is-over .top__brand{opacity:0;pointer-events:none}
@media (max-width:860px){.hero__stage{height:auto;aspect-ratio:16/9;min-height:0;max-height:none;padding-top:0;margin-top:58px}.top.is-over{background:linear-gradient(180deg,rgba(11,31,54,.85),rgba(11,31,54,.55));border-color:var(--line)}.top.is-over .top__brand{opacity:1;pointer-events:auto}}

/* pause / play on the hero stage */
.stage__pause{all:unset;cursor:pointer;position:absolute;right:22px;bottom:22px;z-index:4;width:46px;height:46px;border-radius:50%;display:grid;place-items:center;
  background:rgba(11,31,54,.55);border:1px solid rgba(255,255,255,.22);color:#fff;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);
  transition:background .3s,transform .35s var(--ease),opacity .3s;opacity:.85}
.stage__pause:hover{background:rgba(11,31,54,.8);transform:scale(1.06);opacity:1}
.stage__pause:focus-visible{outline:2px solid var(--gold);outline-offset:3px}
.stage__pause .ic{width:20px;height:20px;fill:currentColor}
.stage__pause .ic--play{display:none}
.stage__pause[aria-pressed="true"] .ic--pause{display:none}
.stage__pause[aria-pressed="true"] .ic--play{display:block}
@media (max-width:860px){.stage__pause{right:14px;bottom:14px;width:40px;height:40px}}
