/* ---------- Raleway, self-hosted (latin subset, only the weights in use) ----------
   Was a Google Fonts request; now local, so no third-party DNS or round trip. */
@font-face{font-family:'Raleway';font-style:normal;font-weight:300;font-display:swap;src:url('../fonts/raleway-latin-300-normal.woff2') format('woff2')}
@font-face{font-family:'Raleway';font-style:normal;font-weight:400;font-display:swap;src:url('../fonts/raleway-latin-400-normal.woff2') format('woff2')}
@font-face{font-family:'Raleway';font-style:normal;font-weight:500;font-display:swap;src:url('../fonts/raleway-latin-500-normal.woff2') format('woff2')}
@font-face{font-family:'Raleway';font-style:normal;font-weight:600;font-display:swap;src:url('../fonts/raleway-latin-600-normal.woff2') format('woff2')}
@font-face{font-family:'Raleway';font-style:normal;font-weight:700;font-display:swap;src:url('../fonts/raleway-latin-700-normal.woff2') format('woff2')}
@font-face{font-family:'Raleway';font-style:normal;font-weight:800;font-display:swap;src:url('../fonts/raleway-latin-800-normal.woff2') format('woff2')}
@font-face{font-family:'Raleway';font-style:normal;font-weight:900;font-display:swap;src:url('../fonts/raleway-latin-900-normal.woff2') format('woff2')}
@font-face{font-family:'Raleway';font-style:italic;font-weight:400;font-display:swap;src:url('../fonts/raleway-latin-400-italic.woff2') format('woff2')}
@font-face{font-family:'Raleway';font-style:italic;font-weight:900;font-display:swap;src:url('../fonts/raleway-latin-900-italic.woff2') format('woff2')}

/* ================= PAGE ================= */
:root{
    --white:#ffffff;
    --ink:#0b0e10;            /* near-black for text */
    --black:#000000;
    --gun:#38454f;            /* gunmetal */
    --gun-deep:#2b353d;       /* darker gunmetal for depth layering */
    --gun-soft:#eef1f2;       /* light tint of gunmetal for soft sections */
    --gun-line:#dde3e5;
    --red:#e73430;
    --red-deep:#c8231f;
    /* brightened brand red, used ONLY on the gunmetal/black grounds.
       Pure #e73430 on #38454f is 2.3:1 — under the 3:1 floor for large text. */
    --red-lite:#ff5a54;
    --glogo:url("../img/google-g.svg");
    --glyph:url("../img/glyph-bars.svg");
    --muted:#5d6a72;
    --maxw:1280px;
    --pad:clamp(20px,5vw,40px);
    --r:14px;
    --r-lg:24px;
    /* section rhythm — three scales, not one, so related sections pair tightly */
    --sec:clamp(72px,9vw,128px);
    --sec-tight:clamp(50px,6.2vw,88px);
    --sec-loose:clamp(88px,11vw,150px);
    /* type scale */
    --t-h1:clamp(2.45rem,5.1vw,4rem);
    --t-h2:clamp(1.95rem,3.7vw,3rem);
    --t-h3:clamp(1.22rem,2vw,1.55rem);
    --t-lead:clamp(1.05rem,1.5vw,1.2rem);
    --t-metric:clamp(1.9rem,3.3vw,2.8rem);
    --shadow:0 24px 60px -24px rgba(11,14,16,.30);
    --shadow-sm:0 12px 30px -16px rgba(11,14,16,.28);
    --ease:cubic-bezier(.22,.61,.36,1);
  }

  *{box-sizing:border-box}
  html{scroll-behavior:smooth}
  /* single source of anchor offset — roughly the sticky header height */
  section[id],[id]{scroll-margin-top:72px}
  .skip{position:absolute;left:-9999px;top:0;z-index:200;background:var(--ink);color:#fff;padding:12px 20px;
        font-weight:800;font-size:.9rem;border-radius:0 0 10px 0}
  .skip:focus{left:0}
  :focus-visible{outline:3px solid var(--red);outline-offset:3px;border-radius:3px}
  .dark :focus-visible,.hero :focus-visible,.final :focus-visible{outline-color:#ff7b77}
  body{
    margin:0;
    font-family:"Raleway",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    color:var(--ink);
    background:var(--white);
    -webkit-font-smoothing:antialiased;
    font-weight:400;
    line-height:1.65;
    letter-spacing:.005em;
  }
  img{max-width:100%;display:block}
  a{color:inherit;text-decoration:none}
  @media(max-width:700px){
    h1,h2,h3,.sechead h2,.stay-head h2,.final h2,.voutcome,.closer{text-wrap:pretty}
    /* the loose rhythm was tuned for desktop; 88px of dead space above the
       closing eyebrow is too much on a phone */
    section.loose{padding-block:clamp(52px,9vw,72px) clamp(64px,11vw,96px)}
  }
  @media(prefers-reduced-motion:reduce){
    html{scroll-behavior:auto}
    *,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important}
    .js .reveal{opacity:1 !important;transform:none !important}
  }

  .wrap{max-width:var(--maxw);margin:0 auto;padding-inline:var(--pad)}

  /* ---------- type ---------- */
  .eyebrow{
    font-size:.74rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;
    color:var(--red);margin:0 0 18px;display:inline-flex;align-items:center;gap:12px;
  }
  .eyebrow::before{
    content:"";width:13px;height:12px;display:inline-block;flex:0 0 auto;
    background-color:currentColor;
    -webkit-mask:var(--glyph) center/contain no-repeat;mask:var(--glyph) center/contain no-repeat;
  }
  .eyebrow.on-dark{color:var(--red-lite)}

  h1,h2,h3{font-weight:800;line-height:1.05;letter-spacing:-.025em;margin:0;text-wrap:balance}
  h1{font-size:var(--t-h1);font-weight:900;letter-spacing:-.035em}
  h2{font-size:var(--t-h2)}
  h3{font-size:var(--t-h3);letter-spacing:-.012em}
  .lead{font-size:var(--t-lead);color:var(--muted);max-width:54ch;font-weight:400}
  /* .lead, .lt and .pttl are used on <p>/<div> and on real heading tags.
     These keep the two visually identical. */
  h2.lead,h3.lead{line-height:1.65;letter-spacing:.005em;text-wrap:pretty;margin:0}
  h3.lt{line-height:1.35;text-wrap:pretty;margin:0}
  h3.pttl{line-height:1.2;text-wrap:pretty}
  /* METRIC — the page's signature type treatment. Every number on the site uses it,
     so measurement itself becomes the visual identity of a measurement business. */
  .metric{font-weight:900;letter-spacing:-.045em;line-height:.9;
          font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1;color:var(--gun)}
  .metric .accent{color:var(--red)}
  /* display line — light weight at large size, accent phrase heavy. The weight
     contrast is what keeps a single-typeface page from reading as monotone. */
  .display{font-weight:300;letter-spacing:-.03em;line-height:1.14}
  .display .accent,.display strong{font-weight:800}
  p{margin:0 0 1.1em}
  .accent{color:var(--red)}
  strong{font-weight:800}

  /* ---------- buttons ---------- */
  .btn{
    display:inline-flex;align-items:center;gap:10px;font-weight:800;font-size:.95rem;
    letter-spacing:.02em;padding:16px 30px;border-radius:999px;cursor:pointer;border:0;
    background:var(--red);color:#fff;transition:transform .25s var(--ease),box-shadow .25s var(--ease),background .25s;
    box-shadow:0 10px 22px -14px rgba(231,52,48,.5);
  }
  .btn:hover{transform:translateY(-2px);background:var(--red-deep);box-shadow:0 16px 28px -14px rgba(231,52,48,.62)}
  .btn .arr{transition:transform .25s var(--ease)}
  .btn:hover .arr{transform:translateX(4px)}
  .btn.ghost{background:transparent;color:var(--ink);box-shadow:inset 0 0 0 2px var(--gun-line)}
  .btn.ghost:hover{background:var(--ink);color:#fff;box-shadow:inset 0 0 0 2px var(--ink)}
  .btn.ghost.on-dark{color:#fff;box-shadow:inset 0 0 0 2px rgba(255,255,255,.35)}
  .btn.ghost.on-dark:hover{background:#fff;color:var(--gun)}

  /* ---------- nav ---------- */
  header.nav{
    position:sticky;top:0;z-index:50;background:#fff;
    border-bottom:1px solid var(--gun-line);box-shadow:0 1px 0 rgba(11,14,16,.03);
  }
  .nav .wrap{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-block:11px}
  .logo{font-weight:800;font-size:1.18rem;letter-spacing:-.02em}
  .logo b{color:var(--red);font-weight:900}
  .logo-img{display:inline-flex;align-items:center}
  .logo-img img{height:46px;width:auto;display:block}
  .navlinks{display:flex;gap:30px;font-size:.92rem;font-weight:600}
  .navlinks a{color:var(--gun);transition:color .2s;position:relative;padding-block:4px}
  .navlinks a::after{content:"";position:absolute;left:0;bottom:-2px;width:0;height:2px;background:var(--red);transition:width .25s var(--ease)}
  .navlinks a:hover{color:var(--ink)}
  .navlinks a:hover::after{width:100%}
  .nav .btn{padding:11px 21px;font-size:.83rem}
  .navtoggle{display:none;background:transparent;border:0;padding:10px;cursor:pointer;color:var(--gun);
             border-radius:9px;flex:0 0 auto}
  .navtoggle span{display:block;width:23px;height:2.2px;background:currentColor;border-radius:2px;
                  transition:transform .3s var(--ease),opacity .25s var(--ease)}
  .navtoggle span + span{margin-top:5px}
  body.navopen .navtoggle span:nth-child(1){transform:translateY(7.2px) rotate(45deg)}
  body.navopen .navtoggle span:nth-child(2){opacity:0}
  body.navopen .navtoggle span:nth-child(3){transform:translateY(-7.2px) rotate(-45deg)}
  @media(max-width:880px){
    /* logo · CTA · burger */
    .nav .wrap{gap:10px;padding-block:9px;justify-content:space-between}
    .logo-img{order:1}
    .logo-img img{height:40px}
    .navtoggle{display:block;order:3;margin-right:-8px}
    /* CTA is dead weight while the hero's own buttons are still on screen */
    .nav > .wrap > .btn{order:2;margin-left:auto;margin-right:6px;padding:9px 16px;font-size:.75rem;
                        white-space:nowrap;box-shadow:none;opacity:0;transform:translateY(-4px);
                        pointer-events:none;transition:opacity .25s var(--ease),transform .25s var(--ease)}
    body.scrolled .nav > .wrap > .btn{opacity:1;transform:none;pointer-events:auto}
    /* absolute against header.nav (sticky = positioned), so it spans the viewport
       and hangs below the bar instead of squeezing into the flex row */
    .navlinks{
      position:absolute;top:100%;left:0;right:0;order:4;
      flex-direction:column;gap:0;background:#fff;padding-inline:var(--pad);
      border-bottom:1px solid var(--gun-line);box-shadow:0 26px 44px -26px rgba(11,14,16,.4);
      max-height:0;overflow:hidden;transition:max-height .38s var(--ease);
    }
    body.navopen .navlinks{max-height:82vh;overflow-y:auto}
    .navlinks a{padding:17px 0;border-bottom:1px solid var(--gun-line);font-size:1.06rem;font-weight:700}
    .navlinks a::after{display:none}
    .navlinks .navcta{
      margin:18px 0 22px;justify-content:center;border-bottom:0;padding:16px 26px;
      background:var(--ink);color:#fff;border-radius:999px;font-weight:800;font-size:.98rem;
      box-shadow:0 10px 22px -14px rgba(11,14,16,.5);
    }
  }
  @media(min-width:881px){.navlinks .navcta{display:none}}

  /* ---------- section scaffolding ---------- */
  section{position:relative;padding-block:var(--sec)}
  section.tight{padding-block:var(--sec-tight)}
  @media(min-width:901px){#how{padding-top:calc(var(--sec) + 42px)}}
  section.loose{padding-block:var(--sec-loose)}
  .dark{background:var(--gun);color:#eef2f4}
  .dark h1,.dark h2,.dark h3{color:#fff}
  .dark .lead,.dark p{color:#c4cdd2}
  .soft{background:var(--gun-soft)}
  .center{text-align:center}
  .sechead{max-width:none}
  .sechead.center{margin-inline:auto}
  /* Headlines were capped at 62ch, which forced 3–4 short lines with empty space
     either side. A wider bounded measure + balance keeps them to two lines. */
  .sechead h2,.stay-head h2,.final h2{max-width:42ch}
  .sechead.center h2,.stay-head h2,.final h2{margin-inline:auto}
  .sechead .lead{max-width:68ch}
  /* long enough to hold the team subhead on a single desktop line */
  #team .sechead .lead{max-width:none}
  .sechead.center .lead{margin-inline:auto}

  /* ---------- HERO ---------- */
  .hero{
    padding-top:clamp(42px,5.2vw,70px);padding-bottom:clamp(64px,8.6vw,124px);
    background:radial-gradient(130% 115% at 50% -20%,#47545d 0%,var(--gun) 44%,var(--gun-deep) 100%);
    color:#eef2f4;
  }
  .hero::before{ /* faint diagonal texture lines */
    content:"";position:absolute;inset:0;z-index:0;opacity:.6;pointer-events:none;
    background-image:repeating-linear-gradient(135deg,rgba(255,255,255,.025) 0 1px,transparent 1px 26px);
  }
  .hero .wrap{position:relative;z-index:2}
  .herogrid{display:grid;grid-template-columns:1.04fr .96fr;gap:clamp(30px,4.5vw,60px);align-items:center}
  .herocopy{text-align:left}
  .hero h1{font-size:clamp(2.1rem,4.35vw,3.5rem);color:#fff}
  /* up ~2px, and text-wrap:pretty stops a single short word stranding on the
     last line — worth having since the copy will change again in the final pass */
  .hero .lead{font-size:clamp(1.08rem,1.6vw,1.32rem);line-height:1.6;text-wrap:pretty;max-width:52ch}
  .hero h1 span.k{color:var(--red-lite);font-style:italic;font-weight:900}
  .hero .lead{margin:26px 0 0;color:#c4cdd2}
  .hero .cta-row{display:flex;flex-wrap:wrap;gap:14px;align-items:center;justify-content:flex-start;margin-top:36px}
  .herofig{position:relative}
  .herofig::before{content:"";position:absolute;right:-13px;bottom:-13px;width:78px;height:78px;border-radius:14px;background:var(--red);z-index:0}
  .hero-photo{position:relative;z-index:1;width:100%;border-radius:18px;border:1px solid rgba(255,255,255,.14);box-shadow:0 34px 74px -30px rgba(0,0,0,.65);display:block}
  .herofig::after{content:"";position:absolute;inset:0;z-index:2;border-radius:18px;background:linear-gradient(180deg,transparent 55%,rgba(43,53,61,.45));pointer-events:none}
  /* avatar trust cluster */
  .trust{display:flex;align-items:center;justify-content:flex-start;gap:14px;margin-top:42px;flex-wrap:wrap}
  .avstack{display:flex;align-items:center}
  .avc{width:38px;height:38px;border-radius:50%;border:1.5px solid #fff;margin-left:-11px;background-size:cover;background-position:center;box-shadow:0 3px 9px rgba(0,0,0,.3)}
  .avc:first-child{margin-left:0}
  .grev{font-size:.92rem;font-weight:700;color:#c4cdd2;letter-spacing:-.005em}
  .glogo{display:inline-block;width:1.06em;height:1.06em;background:var(--glogo) center/contain no-repeat;
         vertical-align:-.17em;margin:0 .14em}
  @media(max-width:860px){
    .herogrid{grid-template-columns:1fr;gap:34px}
    .herocopy{text-align:center}
    .herocopy .cta-row,.herocopy .trust{justify-content:center}
    .herocopy .lead{margin-left:auto;margin-right:auto}
    .herofig{max-width:520px;margin:0 auto}
    /* two equal buttons on one row */
    .hero .cta-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}
    .hero .cta-row .btn{width:100%;justify-content:center;white-space:nowrap;
                        font-size:clamp(.72rem,3.1vw,.9rem);padding:15px 10px;gap:7px}
    /* avatars + stars + wordmark stay on one line */
    .hero .trust{flex-wrap:wrap;gap:12px;justify-content:center}
    .avc{width:30px;height:30px;border-width:1.25px;margin-left:-9px}
    .grev{flex-basis:100%;text-align:center;font-size:.88rem;max-width:28ch;margin-inline:auto}
  }
  .gwordmark{font-weight:800;letter-spacing:-.01em;margin-right:5px}
  .gwordmark .b{color:#4285F4}.gwordmark .r{color:#EA4335}.gwordmark .y{color:#FBBC05}.gwordmark .g{color:#34A853}
  /* proof cards inside the hero section */
  .proof-wrap{position:relative;z-index:2;margin-top:clamp(40px,5.5vw,64px)}

  /* ---------- METRIC BAND (was 3 separate pills — now one object that
       overlaps the hero edge; hairline dividers use the eyebrow diamond) ---------- */
  .statband{
    position:relative;z-index:4;background:#fff;border-radius:var(--r-lg);
    display:grid;grid-template-columns:repeat(3,1fr);
    box-shadow:0 40px 80px -34px rgba(11,14,16,.62),0 2px 0 rgba(255,255,255,.5) inset;
    margin-bottom:-56px;overflow:hidden;
  }
  .sb{padding:clamp(24px,2.6vw,34px) clamp(22px,2.4vw,32px);position:relative;display:flex;flex-direction:column}
  .sb + .sb::before{
    content:"";position:absolute;left:0;top:24px;bottom:24px;width:1px;background:var(--gun-line);
  }
  /* the same short red rule used on the team plates — one recurring motif */
  .sb .rule{width:26px;height:3px;background:var(--red);border-radius:2px;margin:24px 0 14px}
  .sb .metric{font-size:var(--t-metric);display:block}
  /* an en dash inside tabular figures renders a full digit wide and reads as an em dash */
  .metric .sep{font-size:.58em;font-weight:800;letter-spacing:0;font-variant-numeric:normal;
               vertical-align:.14em;margin:0 .06em;display:inline-block}
  .sb .sbl{margin-top:13px;margin-bottom:auto;font-size:.94rem;font-weight:600;color:#3f4a51;line-height:1.45;letter-spacing:-.005em}
  .sb .sbw{font-size:.7rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}
  @media(max-width:900px){
    .statband{grid-template-columns:1fr;margin-bottom:0}
    .sb{padding:22px 24px 24px}
    .sb + .sb::before{left:24px;right:24px;top:0;bottom:auto;width:auto;height:1px}
    .sb .rule{margin:18px 0 11px}
  }

  /* ---------- PROBLEM (vertical stack) ---------- */
  /* ruled rows, not cards — these are a list of three types, not three objects.
     Numbering earns its place here because "there are three kinds" is the claim. */
  .clinics{display:flex;flex-direction:column;gap:0;max-width:720px;margin:clamp(34px,4vw,50px) auto 0}
  .clinic{display:grid;grid-template-columns:auto 1fr;gap:clamp(20px,3vw,34px);align-items:baseline;
          padding:clamp(22px,2.6vw,30px) clamp(6px,1.4vw,18px);text-align:left;
          border-top:1px solid var(--gun-line);transition:background .3s var(--ease)}
  .clinic:last-child{border-bottom:1px solid var(--gun-line)}
  .clinic:hover{background:#f7f9f9}
  .clinic .gn{font-size:clamp(2rem,4vw,2.7rem);font-weight:900;color:var(--gun);opacity:.2;line-height:1;
              letter-spacing:-.04em;font-variant-numeric:tabular-nums;transition:opacity .3s var(--ease),color .3s var(--ease)}
  .clinic:hover .gn{opacity:1;color:var(--red)}
  /* dropped the uppercase: at label size (.74rem) caps earned their keep, but at
     heading size they slow reading and the red already does the differentiating */
  .clinic .ctag{font-size:1.16rem;font-weight:800;letter-spacing:-.012em;color:var(--red);margin-bottom:9px;line-height:1.25}
  .clinic p{font-size:1rem;color:var(--muted);margin:0;line-height:1.6;max-width:56ch}
  .closer{margin:clamp(40px,5vw,58px) auto 0;font-size:clamp(1.5rem,3vw,2.3rem);max-width:32ch;text-align:center}
  /* italic marks the turn in a display line — the hero's "Predictably" and this.
     Deliberately only two on the page. */
  .closer .accent{color:var(--red);font-style:italic}
  @media(max-width:520px){.clinic{gap:16px;padding:22px 2px}.clinic .gn{font-size:1.9rem}.clinic p{font-size:.95rem}}

  /* ---------- SYSTEM (compounding stack) ---------- */
  .sys{display:grid;grid-template-columns:1fr 1fr;gap:clamp(36px,5vw,72px);align-items:center}
  .stack{display:flex;flex-direction:column;gap:0}
  .layer{
    position:relative;border-radius:var(--r);padding:24px 26px;color:#fff;
    box-shadow:var(--shadow-sm);border:1px solid rgba(255,255,255,.1);
  }
  .layer + .layer{margin-top:-8px}
  .layer .ln{font-size:.72rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;opacity:.75;margin-bottom:6px}
  .layer .lt{font-size:1.15rem;font-weight:800;letter-spacing:-.01em}
  .layer.l1{background:#fff;color:var(--ink);border:1px solid var(--gun-line);margin-left:0}
  .layer.l1 .ln{color:var(--gun);opacity:.7}
  .layer.l2{background:linear-gradient(120deg,#414f58,#323d45);margin-left:26px}
  .layer.l3{background:linear-gradient(120deg,var(--red),var(--red-deep));margin-left:52px;box-shadow:0 18px 36px -16px rgba(231,52,48,.55)}
  .layer .plus{position:absolute;right:24px;top:50%;transform:translateY(-50%);font-size:1.4rem;font-weight:300;opacity:.5}
  /* the "=" on layer 3 previously pointed at nothing — this is its right-hand side */
  .sysout{display:grid;grid-template-columns:auto 1fr;gap:18px;align-items:center;
          margin:22px 0 0 78px;padding-top:22px;border-top:1px dashed var(--gun-line)}
  .sysout .eq{font-size:1.6rem;font-weight:300;color:var(--red);line-height:1}
  .sysout .sol{font-weight:800;font-size:1.08rem;letter-spacing:-.015em;color:var(--gun)}
  .sysout .sob{font-size:.9rem;color:var(--muted);margin-top:3px;line-height:1.5}
  @media(max-width:820px){.sys{grid-template-columns:1fr}.layer.l2,.layer.l3{margin-left:0}.sysout{margin-left:0}}

  /* ---------- TESTIMONIALS: rating panel + 2x2 quotes ---------- */
  .revwrap{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(20px,2.6vw,32px);
           margin-top:clamp(34px,4vw,52px);align-items:stretch}
  .revsum{background:linear-gradient(158deg,var(--gun),var(--gun-deep));color:#fff;
          border-radius:var(--r-lg);padding:clamp(28px,3.2vw,40px);display:flex;flex-direction:column;
          box-shadow:0 34px 70px -34px rgba(11,14,16,.5)}
  .revsum .rule{width:26px;height:3px;background:var(--red-lite);border-radius:2px;margin-bottom:20px}
  .revsum .metric{color:#fff;font-size:clamp(3.4rem,6.6vw,5rem);display:block}
  .revsum .rs-stars{color:#f7c948;letter-spacing:4px;font-size:1.18rem;margin-top:14px}
  .revsum .rs-count{margin-top:10px;font-size:.86rem;font-weight:600;letter-spacing:.02em;color:#9fb0b8;line-height:1.4}
  .revsum .rs-foot{margin-top:auto;padding-top:26px;display:flex;align-items:center;gap:9px;
                   font-size:.9rem;font-weight:700;color:#fff}
  .revsum .rs-foot .glogo{width:1.15em;height:1.15em;margin:0}
  .revsum .rs-note{margin-top:11px;font-size:.78rem;font-weight:500;line-height:1.5;color:#9fb0b8;max-width:30ch}
  .revgrid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(14px,1.6vw,18px)}
  @media(max-width:980px){.revwrap{grid-template-columns:1fr}.revsum{padding:28px}
    .revsum .metric{font-size:3.2rem}.revsum .rs-count{max-width:none}}
  @media(max-width:560px){.revgrid{grid-template-columns:1fr}}
  .review{background:#f5f8f8;border:0;border-radius:var(--r);padding:24px 24px 22px;box-shadow:none;
          display:flex;flex-direction:column;position:relative;overflow:hidden;
          transition:background .3s var(--ease),transform .3s var(--ease)}
  .review::before{content:"\201C";position:absolute;right:14px;top:2px;font-size:5rem;line-height:1;
                  font-weight:900;color:var(--gun);opacity:.06;pointer-events:none}
  .review:hover{background:#eff4f4;transform:translateY(-3px)}
  .review .s{color:#f0a500;letter-spacing:1.5px;font-size:.88rem}
  .review p{font-size:.95rem;color:#2f3a41;margin:12px 0 20px;line-height:1.58;
            font-weight:500;letter-spacing:-.005em;position:relative}
  .reviewer{display:flex;align-items:center;gap:11px;margin-top:auto;
            padding-top:15px;border-top:1px solid #e3eaea}
  .reviewer .av{width:38px;height:38px;border-radius:50%;background:var(--gun-soft);flex:0 0 auto;
                overflow:hidden;display:flex;align-items:center;justify-content:center;
                font-size:.72rem;font-weight:800;color:var(--gun);
                border:1.5px solid #fff;box-shadow:0 2px 7px rgba(11,14,16,.18)}
  .reviewer .av img{width:100%;height:100%;object-fit:cover;display:block}
  .rname{font-weight:800;font-size:.86rem}
  .rwhen{font-size:.74rem;color:var(--muted)}

  /* ---------- CASE STUDIES → VIDEO TESTIMONIALS ---------- */
  /* true black, not gunmetal: gives the page three distinct dark values instead
     of one repeated, and black is already in the brand palette */
  .cinema{background:#07090a}
  .vidgrid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:52px}
  @media(max-width:760px){.vidgrid{grid-template-columns:1fr}}
  /* the statistic sits inside the card, attached to its video, rather than
     floating free on the section background */
  .vcard{background:linear-gradient(155deg,var(--gun-deep),rgba(43,53,61,.55));
         border:1px solid rgba(255,255,255,.09);border-radius:var(--r);overflow:hidden;
         box-shadow:0 30px 64px -34px rgba(0,0,0,.7);
         transition:transform .3s var(--ease),box-shadow .3s var(--ease)}
  .vcard:hover{transform:translateY(-5px);box-shadow:0 40px 78px -30px rgba(0,0,0,.85)}
  .voutcome{padding:clamp(17px,1.9vw,22px) clamp(18px,2vw,24px) clamp(15px,1.7vw,19px);
            font-size:clamp(1.06rem,1.5vw,1.3rem);font-weight:800;color:#fff;letter-spacing:-.022em;
            line-height:1.24;text-wrap:balance;margin:0}
  .voutcome .accent{color:var(--red-lite)}
  /* ---- VIDEO FACADE ----------------------------------------------------
     The thumbnail is a real <button>. Vimeo's player is only injected on
     click, so four cards cost four images instead of four player bundles.
     Poster missing? The hatched fallback shows through and says so. --------- */
  .vthumb{position:relative;display:block;width:100%;padding:0;border:0;cursor:pointer;
          aspect-ratio:16/9;overflow:hidden;background:linear-gradient(135deg,#1e272d,#313d45);
          font-family:inherit;color:inherit;-webkit-tap-highlight-color:transparent}
  .vthumb[data-vid=""]{cursor:default}
  .vposter{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;
           display:block;transition:transform .5s var(--ease),opacity .3s var(--ease)}
  .vcard:hover .vposter{transform:scale(1.03)}
  /* scrim so a light poster can still carry white chips and the play button */
  .vthumb::after{content:"";position:absolute;inset:0;pointer-events:none;
                 background:linear-gradient(to top,rgba(7,9,10,.55),rgba(7,9,10,.06) 55%,transparent)}
  .vnoposter{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;
             background:linear-gradient(150deg,#1c252b,#2a343b)}
  .vnoposter span{font-size:.62rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase;
                  color:#6d7a83;border:1px solid rgba(255,255,255,.1);border-radius:999px;padding:6px 14px}
  /* play button sits bottom-left, out of the subject's face */
  .vplay{position:absolute;right:clamp(14px,1.6vw,20px);bottom:clamp(14px,1.6vw,20px);z-index:2;
         width:58px;height:58px;border-radius:50%;background:var(--red);display:flex;align-items:center;
         justify-content:center;box-shadow:0 12px 30px -10px rgba(231,52,48,.7);
         transition:transform .3s var(--ease),background .3s var(--ease)}
  .vthumb:hover .vplay{transform:scale(1.09);background:var(--red-deep)}
  .vthumb:focus-visible .vplay{transform:scale(1.09)}
  .vplay::after{content:"";border-left:17px solid #fff;border-top:10.5px solid transparent;
                border-bottom:10.5px solid transparent;margin-left:5px}
  /* runtime, not the word "Video" — a known length measurably lifts plays */
  .vbadge{position:absolute;z-index:2;left:12px;top:12px;font-size:.72rem;font-weight:800;
          letter-spacing:.06em;color:#fff;background:rgba(7,9,10,.62);padding:5px 9px;border-radius:6px;
          font-variant-numeric:tabular-nums}
  .vthumb.is-loading .vplay{opacity:.35}
  .vthumb iframe{position:absolute;inset:0;width:100%;height:100%;border:0;display:block;z-index:3}
  /* softer than white: a full-white slab on near-black pulled attention off
     the video itself */
  .vbody{padding:clamp(22px,2.3vw,28px);background:#e8edef;position:relative;isolation:isolate}
  /* up from body scale and darker — this is the payload of the section */
  .vbody .vquote{position:relative;z-index:1;font-size:clamp(.94rem,1.15vw,1.06rem);line-height:1.6;
          color:#64696d;font-weight:500;letter-spacing:-.008em;margin:0}
  /* both marks, oversized and sitting behind the text rather than above it */
  .vquote::before,.vquote::after{position:absolute;z-index:-1;font-size:6rem;line-height:1;
                  font-weight:600;color:var(--gun);opacity:.13;pointer-events:none}
  .vquote::before{content:"\201C";left:-6px;top:-30px}
  .vquote::after{content:"\201D";right:4px;bottom:-72px}
  .vperson{position:relative;z-index:1;display:flex;align-items:center;gap:12px;margin-top:20px;padding-top:18px;border-top:1px solid #d3dcdf}
  .vav{width:38px;height:38px;border-radius:50%;flex:0 0 auto;background-size:cover;background-position:center;
       border:1.5px solid #fff;box-shadow:0 2px 7px rgba(11,14,16,.22)}
  .vname{font-weight:800;font-size:.94rem;color:var(--ink);letter-spacing:-.012em;line-height:1.2}
  .vclinic{font-size:.8rem;font-weight:600;color:var(--muted);margin-top:2px}

  /* ---------- WHY STAY (distinct dark feature panel) ---------- */
  /* Was gunmetal, which put three dark sections back to back. Now a bright panel:
     after the black case-study block it reads as relief, then the roadmap goes dark again. */
  .stay-panel{position:relative;overflow:hidden;border-radius:var(--r-lg);
    padding:clamp(42px,5.6vw,84px) clamp(34px,5vw,76px);color:var(--ink);background:#fff;
    border-top:5px solid var(--red);box-shadow:0 44px 96px -46px rgba(11,14,16,.32)}
  .stay-panel::before{content:"";position:absolute;inset:0;opacity:.5;pointer-events:none;background-image:repeating-linear-gradient(135deg,rgba(11,14,16,.016) 0 1px,transparent 1px 26px)}
  .stay-head{position:relative;z-index:1;text-align:center;max-width:none;margin:0 auto}
  .stay-head h2{color:var(--ink)}
  .stay-grid{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;
             gap:clamp(38px,4.6vw,62px) clamp(34px,4.6vw,72px);margin-top:clamp(46px,5.6vw,74px)}
  .reason{display:grid;grid-template-columns:auto 1fr;gap:20px;align-items:start}
  .reason .ricon{color:var(--red);flex:0 0 auto;margin-top:1px}
  .reason .ricon svg{width:34px;height:34px;display:block}
  .reason h3{font-size:1.16rem;color:var(--ink);margin-bottom:10px;letter-spacing:-.015em}
  .reason p{font-size:.99rem;color:var(--muted);margin:0;line-height:1.62;max-width:44ch}
  .stay-quote{position:relative;z-index:1;margin-top:clamp(46px,5.4vw,72px);padding-top:clamp(34px,4vw,50px);border-top:1px solid var(--gun-line);text-align:center}
  .stay-quote p{font-size:clamp(1.5rem,2.9vw,2.2rem);max-width:28ch;margin:0 auto;color:var(--ink)}
  .stay-quote .accent{color:var(--red)}
  @media(max-width:760px){
    .stay-grid{grid-template-columns:1fr;gap:34px}
    /* display:contents lets the wrapped h3 + p become grid items, so the icon
       pairs with the heading and the body copy reclaims the full width */
    .reason{grid-template-columns:auto 1fr;column-gap:14px;row-gap:9px;align-items:center}
    .reason > div{display:contents}
    .reason .ricon{grid-column:1;grid-row:1;margin-top:0}
    .reason .ricon svg{width:28px;height:28px}
    .reason h3{grid-column:2;grid-row:1;margin-bottom:0}
    .reason p{grid-column:1/-1;grid-row:2;max-width:none}
  }

  /* ---------- ROADMAP (matches original: dark, white stacked cards) ---------- */
  .rm-dash{width:150px;height:0;border-top:3px dashed var(--red);margin:0 auto 22px}
  .phases{margin:40px auto 0;display:flex;flex-direction:column;gap:22px;max-width:720px}
  .phase{background:#fff;border-radius:16px;padding:clamp(28px,3.5vw,40px);text-align:left;box-shadow:0 28px 60px -32px rgba(0,0,0,.55)}
  .picon{color:var(--red);margin-bottom:20px;height:34px}
  .picon svg{width:34px;height:34px;display:block}
  .phase .pttl{font-size:clamp(1.25rem,2.1vw,1.65rem);font-weight:800;color:var(--ink);letter-spacing:-.01em;margin-bottom:14px}
  .phase .pbody{font-size:1rem;color:var(--muted);margin:0;line-height:1.6}
  .rm-cta{margin-top:32px;text-align:center}

  /* ---------- TEAM (hover-expand bios) ---------- */
  .team{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:42px}
  /* bios are visible by default now, so the plate is a real block under the
     photo rather than an overlay that has to be revealed */
  .member{display:flex;flex-direction:column;border-radius:var(--r);overflow:hidden;
          background:#fff;border:1px solid var(--gun-line);box-shadow:0 22px 46px -30px rgba(11,14,16,.28)}
  /* squarer crop: the portraits were eating vertical space now that the bio
     block is permanently visible */
  .member .mphoto{aspect-ratio:1/1;background:#dfe4e6;overflow:hidden}
  .member .mphoto img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}
  .mplate{padding:clamp(18px,1.9vw,22px);display:flex;flex-direction:column;flex:1}
  .mplate::before{content:"";display:block;width:26px;height:3px;background:var(--red);
                  margin-bottom:13px;border-radius:2px;flex:0 0 auto}
  .mplate .mn{font-weight:800;font-size:1.04rem;line-height:1.15;color:var(--ink);letter-spacing:-.018em}
  .mplate .mr{font-size:.79rem;margin-top:4px;font-weight:700;color:var(--red);letter-spacing:.02em}
  .mplate .mbio{font-size:.85rem;line-height:1.55;margin-top:12px;color:var(--muted)}
  @media(max-width:900px){.team{grid-template-columns:repeat(3,1fr)}}
  @media(max-width:620px){
    .team{grid-template-columns:repeat(2,1fr)}
    .mplate{padding:16px 15px 18px}
    .mplate .mn{font-size:.97rem}
    .mplate .mr{font-size:.7rem;letter-spacing:0;margin-top:3px}
    .mplate .mbio{font-size:.78rem;line-height:1.5;margin-top:10px}
  }
  /* stays 2x2 on phones — a single column made the section endless */
  /* the eight extra members sit in the SAME grid, so expanding just continues
     the rows instead of starting a second grid with its own gaps */
  .team .member.is-extra{display:none}
  body.team-open .team .member.is-extra{display:flex}
  .team-more-wrap{display:flex;justify-content:center;margin-top:clamp(28px,3.4vw,40px)}
  .btn-ghost{display:inline-flex;align-items:center;gap:11px;cursor:pointer;font-family:inherit;
             background:transparent;border:1.5px solid var(--gun-line);border-radius:999px;
             padding:14px 26px;font-size:.9rem;font-weight:800;letter-spacing:-.005em;color:var(--gun);
             transition:border-color .25s var(--ease),background .25s var(--ease),color .25s var(--ease)}
  .btn-ghost:hover{border-color:var(--gun);background:var(--gun);color:#fff}
  .btn-ghost .chev{width:8px;height:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;
                   transform:rotate(45deg) translate(-2px,-2px);transition:transform .3s var(--ease)}
  body.team-open .btn-ghost .chev{transform:rotate(-135deg) translate(-2px,-2px)}

  /* ---------- FIT (for / not for) ---------- */
  .fit{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:50px}
  .fitcard{border-radius:var(--r);padding:34px 32px;border:1px solid var(--gun-line);background:#fff}
  .fitcard.yes{border-top:4px solid var(--red)}
  .fitcard h3{margin-bottom:18px}
  .fitlist{list-style:none;margin:0;padding:0;display:grid;gap:13px}
  .fitlist li{display:flex;gap:13px;font-size:.97rem;color:#3f4a51}
  .fitlist .mk{flex:0 0 auto;width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:.8rem;margin-top:1px}
  .yes .mk{background:rgba(231,52,48,.12);color:var(--red)}
  .no .mk{background:var(--gun-soft);color:var(--gun)}
  @media(max-width:820px){.fit{grid-template-columns:1fr}}

  /* ---------- RECEIPTS BENTO ---------- */
  /* the widget is now a cell in the proof grid rather than a full-width slab,
     which also contains its width instead of letting it run to 660px+ */
  .proofgrid{display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);
             gap:clamp(16px,2vw,24px);margin-top:clamp(34px,4vw,50px);align-items:start}
  /* cards first, widget last — column widths swap so the widget keeps the
     narrow track and stays the same vertical rectangle as row one */
  .proofgrid.rev{grid-template-columns:minmax(0,1.18fr) minmax(0,.82fr)}
  @media(max-width:900px){.proofgrid.rev .pgwidget{order:2}}
  /* four square cards per row against one vertical widget. aspect-ratio drives
     the height, so the row lands close to the widget's natural height. */
  .bento{display:grid;grid-template-columns:1fr 1fr;gap:clamp(16px,2vw,24px);align-content:start}
  .bento .bcell{aspect-ratio:1;overflow:hidden}
  @media(max-width:560px){
    .bento{grid-template-columns:1fr}
    .bento .bcell{aspect-ratio:auto;min-height:220px}
    /* nothing left to span, and the two scans still sit side by side inside */
    .bento .bcell.bpair{grid-column:span 1}
    .bpair .bpcell{aspect-ratio:1/1}
  }
  @media(max-width:900px){.proofgrid,.proofgrid.rev{grid-template-columns:1fr}}
  .bcell{border-radius:var(--r);overflow:hidden;border:1px solid var(--gun-line);background:#fff;display:flex;flex-direction:column;min-width:0}
  .b2{grid-column:span 2}
  .pgwidget{display:flex;align-items:stretch}
  .pgwidget .tcc-wrap{width:100%}
  .bshot{flex:1;min-height:0;background:repeating-linear-gradient(135deg,#e7ebec 0 14px,#eef1f2 14px 28px);display:flex;align-items:center;justify-content:center;color:#9aa6ac;font-weight:800;font-size:.7rem;letter-spacing:.16em;text-transform:uppercase}
  /* real captures: cover-crop so the cell height drives the composition */
  .bshot.img{background:#fff;position:relative;overflow:hidden;padding:0}
  .bshot.img img{width:100%;height:100%;object-fit:cover;object-position:top center;display:block}
  .bshot.img.contain img{object-fit:contain;object-position:center}
  /* letterbox in the screenshot's own chat colour so the fit reads deliberate */
  .bshot.img.on-dark{background:#0d1117}
  .bbadge{position:absolute;top:9px;left:9px;z-index:2;font-size:.6rem;font-weight:800;
          letter-spacing:.14em;text-transform:uppercase;color:#fff;background:rgba(11,14,16,.74);
          padding:4px 8px;border-radius:5px}
  .bbadge.is-after{background:var(--red)}
  /* one card, two grids, one label — the red scan can't be mistaken for the result */
  /* span-2 cell must opt out of the square rule, or it becomes a double-width
     square and strands huge empty margins around the two scans */
  .bpair{grid-column:span 2;display:flex;flex-direction:column}
  /* must out-specify .bento .bcell{aspect-ratio:1}, or a span-2 cell becomes a
     double-width square and strands empty bands around the two scans */
  .bento .bcell.bpair{aspect-ratio:auto}
  .bpair .bphead{padding:clamp(12px,1.4vw,15px) clamp(15px,1.7vw,20px) clamp(11px,1.3vw,14px);
                 border-bottom:1px solid var(--gun-line)}
  .bpair .bptitle{font-size:.88rem;font-weight:800;color:var(--ink);letter-spacing:-.012em;line-height:1.3}
  .bpair .bpgrid{flex:1;display:grid;grid-template-columns:1fr 1fr}
  .bpair .bpcell{position:relative;background:#fff;min-height:0;aspect-ratio:1/1}
  .bpair .bpcell + .bpcell{border-left:1px solid var(--gun-line)}
  .bpair .bpcell img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
  /* stays side by side on mobile: the comparison is the whole point */
  /* tenure card — light, so the two dark cards stay reserved for grand openings */
  .btenure{padding:clamp(18px,2vw,24px);justify-content:space-between;background:var(--gun-soft);border-color:transparent}
  .btenure .btag{font-size:.63rem;font-weight:800;letter-spacing:.15em;text-transform:uppercase;color:var(--red)}
  .btenure .bmid{margin-block:auto;padding-block:10px}
  .btenure .tn{font-size:clamp(1.6rem,2.8vw,2.2rem);font-weight:900;letter-spacing:-.045em;
               line-height:.9;color:var(--gun);font-variant-numeric:tabular-nums;display:block}
  .btenure .tl{font-size:clamp(.74rem,.95vw,.84rem);font-weight:700;color:var(--muted);margin-top:9px;line-height:1.45}
  .btenure .bmeta{display:flex;justify-content:flex-end;align-items:flex-end;width:100%;padding-top:14px}
  .btenure .blogo.is-empty{border-color:var(--gun-line);color:var(--muted);background:#fff}
  .btenure .bwho{font-size:.73rem;font-weight:700;letter-spacing:.03em;color:var(--gun);line-height:1.35}
  .bcap{padding:14px 20px;font-size:.86rem;font-weight:800;color:var(--ink);border-top:1px solid var(--gun-line)}
  .bstat{background:linear-gradient(155deg,var(--gun),var(--gun-deep));color:#fff;
         justify-content:space-between;align-items:flex-start;padding:clamp(18px,2vw,24px);min-height:150px}
  .breview{background:#f5f8f8;border:0;padding:clamp(16px,1.9vw,22px);justify-content:center}
  .breview .s{color:#f0a500;letter-spacing:1.5px;font-size:.86rem}
  .breview p{font-size:clamp(.8rem,1.05vw,.9rem);color:#2f3a41;line-height:1.55;
             margin:11px 0 0;font-weight:500;letter-spacing:-.005em}
  /* auto margins top and bottom centre the quote block in whatever space is
     left, while the attribution stays on the floor of the card */
  .breview .brtop{margin-block:auto}
  .breview .reviewer{margin-top:0;padding-top:15px;border-top:1px solid #e3eaea}
  .bstat .btag{font-size:.63rem;font-weight:800;letter-spacing:.15em;text-transform:uppercase;color:var(--red-lite)}
  .bstat .bmid{margin-block:auto;padding-block:10px}
  .bstat .bmeta{display:flex;justify-content:flex-end;align-items:flex-end;width:100%;padding-top:14px}
  /* wordmark lockup rather than a 36px square — both logos are ~3.3:1.
     AlignLife keeps a white plate because its slate grey sinks into gunmetal;
     NuSpine keeps its own navy badge for the same reason in reverse. */
  .blogo{max-height:56px;max-width:170px;width:auto;height:auto;display:block}
  .blogo.is-empty{display:flex;align-items:center;justify-content:center;width:112px;height:34px;
                  border:1px dashed rgba(255,255,255,.26);border-radius:5px;font-size:.5rem;
                  font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.55);
                  max-height:none;max-width:none}
  .bstat .bwho{font-size:.73rem;font-weight:700;letter-spacing:.03em;color:#c4cdd2;line-height:1.35}
  .bstat .bn{font-size:clamp(2.05rem,3.7vw,2.9rem);font-weight:900;letter-spacing:-.045em;line-height:.9;color:#fff;font-variant-numeric:tabular-nums}
  .bstat .bn .accent{color:var(--red-lite)}
  .bstat .bl{font-size:clamp(.88rem,1.12vw,1rem);color:#eef2f4;font-weight:600;margin-top:11px;letter-spacing:-.005em;line-height:1.45}
  .btest{padding:clamp(15px,1.8vw,22px);justify-content:center}
  .btest .s{color:#f4b400;letter-spacing:1.5px;font-size:.95rem}
  .btest p{font-size:clamp(.78rem,1.05vw,.9rem);color:#3f4a51;margin:9px 0 11px;line-height:1.5}
  .btest .who{font-size:.8rem;font-weight:800;color:var(--ink)}

  /* ---------- DATA PANEL (receipts) ---------- */

  /* ---------- FINAL CTA ---------- */
  /* darkest point on the page, oversized headline, and the whole argument
     restated as three numbers at the moment of decision */
  .final{background:radial-gradient(125% 125% at 50% -12%,#41505a 0%,var(--gun-deep) 42%,#080b0d 100%);
         text-align:center;overflow:hidden}
  .final::after{content:"";position:absolute;inset:0;opacity:.5;background-image:repeating-linear-gradient(45deg,rgba(255,255,255,.025) 0 1px,transparent 1px 22px);pointer-events:none}
  .final .wrap{position:relative;z-index:2;max-width:1120px}
  .final h2{font-size:clamp(2.25rem,5.3vw,4rem);letter-spacing:-.04em;line-height:1.01}
  .final .lead{max-width:56ch;font-size:clamp(1.08rem,1.6vw,1.28rem)}
  .final .btn{font-size:1.12rem;padding:22px 46px;white-space:nowrap}
  @media(max-width:600px){.final .btn{font-size:clamp(.8rem,3.5vw,1rem);padding:17px 24px;gap:8px}}
  .final .note{margin-top:26px;font-size:.86rem;color:rgba(255,255,255,.55);font-style:italic}
  /* oversized brand glyph bleeding off the corner */
  /* the brand mark, blown up to hold the right-hand side of the section */
  .glyphmark{position:absolute;right:-4%;bottom:-11%;width:min(60%,790px);aspect-ratio:13/12;z-index:1;
    pointer-events:none;background-color:#fff;opacity:.05;
    -webkit-mask:var(--glyph) center/contain no-repeat;mask:var(--glyph) center/contain no-repeat}
  @media(max-width:780px){.glyphmark{width:88%;right:-16%;bottom:-4%;opacity:.038}}
  .closebar{display:grid;grid-template-columns:repeat(2,1fr);max-width:660px;
            margin:clamp(36px,4.4vw,56px) auto clamp(38px,4.6vw,58px);
            border-top:1px solid rgba(255,255,255,.15);border-bottom:1px solid rgba(255,255,255,.15);
            padding-block:clamp(26px,3vw,36px)}
  .cb{position:relative;padding:0 clamp(12px,2vw,26px)}
  .cb + .cb::before{content:"";position:absolute;left:0;top:2px;bottom:2px;width:1px;background:rgba(255,255,255,.15)}
  .cb .metric{color:#fff;font-size:clamp(1.75rem,3.1vw,2.5rem);display:block}
  .cb .cbl{margin-top:11px;font-size:.74rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase;color:#9fb0b8;line-height:1.4}
  @media(max-width:720px){
    /* two across instead of three stacked. Order is flipped so revenue leads;
       ::before dividers follow DOM order, so the rule moves to a right border. */
    .closebar{grid-template-columns:1fr 1fr;max-width:none;padding-block:24px}
    .cb{padding:0 12px}
    .cb .metric{font-size:1.62rem}
    .cb .cbl{font-size:.67rem;letter-spacing:.1em;margin-top:9px}
  }

  /* ---------- FOOTER ---------- */
  footer{background:var(--black);color:#9aa6ac;padding-block:34px;font-size:.85rem}
  footer .wrap{display:flex;flex-wrap:wrap;justify-content:space-between;gap:14px;align-items:center}
  footer a{color:#c4cdd2}
  footer a:hover{color:#fff}

  /* ---------- reveal on scroll ---------- */
  .js .reveal{opacity:0;transform:translateY(26px);transition:opacity .7s var(--ease),transform .7s var(--ease)}
  .js .reveal.in{opacity:1;transform:none}
  .js .reveal.d1{transition-delay:.08s}.js .reveal.d2{transition-delay:.16s}.js .reveal.d3{transition-delay:.24s}

/* ================= RESULTS WIDGET (from tcc-results-card-v11) ================= */
.tcc-wrap *{box-sizing:border-box;margin:0;padding:0;}
  .tcc-wrap{font-family:'Raleway',sans-serif;padding:1.5rem 1rem 2rem;max-width:480px;margin:0 auto;container-type:inline-size;}

  .tcc-tabs{display:flex;gap:6px;margin-bottom:1rem;justify-content:center;flex-wrap:wrap;}
  .tcc-tabs.tcc-hidden{display:none;}
  .tcc-tab{font-size:11px;font-family:'Raleway',sans-serif;font-weight:700;letter-spacing:0.07em;text-transform:uppercase;padding:7px 16px;border-radius:20px;cursor:pointer;border:1.5px solid #ccc;background:#f0f0f0;color:#999;transition:all 0.15s;}
  .tcc-tab.active{background:#111;color:#fff;border-color:#111;box-shadow:0 2px 8px rgba(0,0,0,0.18);}
  .tcc-tab:not(.active):hover{border-color:#888;color:#444;background:#e8e8e8;}
  .tcc-tab:focus-visible{outline:2px solid #E73430;outline-offset:2px;}

  .tcc-card{background:#fff;border:1.5px solid #000;border-radius:3px;overflow:hidden;}

  .tcc-card-header{padding:1.25rem 1.75rem 1rem;border-bottom:1px solid #e8e8e8;display:flex;align-items:center;justify-content:space-between;gap:1rem;}
  .tcc-clinic-name{font-family:'Raleway',sans-serif;font-size:20px;font-weight:700;color:#000;line-height:1.2;}
  .tcc-time-badge{font-size:12px;color:#888;font-weight:400;margin-top:3px;display:block;}
  .tcc-flag{font-size:22px;flex-shrink:0;line-height:1;}

  .tcc-hero{padding:1.5rem 1.75rem;border-bottom:1px solid #e8e8e8;background:#000;}
  .tcc-hero-top{display:flex;align-items:center;gap:1rem;margin-bottom:8px;}
  .tcc-hero-num{font-family:'Raleway',sans-serif;font-size:52px;font-weight:700;color:#fff;line-height:1;letter-spacing:-0.02em;flex-shrink:0;}
  .tcc-hero-title{font-size:13px;font-weight:700;color:#fff;line-height:1.35;text-transform:uppercase;letter-spacing:0.04em;}
  .tcc-hero-sub{font-size:12px;color:rgba(255,255,255,0.55);font-weight:400;line-height:1.4;}

  .tcc-funnel{padding:1.25rem 1.75rem;border-bottom:1px solid #e8e8e8;}
  .tcc-section-label{font-size:10px;text-transform:uppercase;letter-spacing:0.1em;color:#999;font-weight:700;margin-bottom:14px;}
  .tcc-step{display:flex;align-items:center;gap:10px;margin-bottom:8px;}
  .tcc-step:last-child{margin-bottom:0;}
  .tcc-step-name{font-size:12px;color:#555;width:148px;flex-shrink:0;font-weight:500;}
  .tcc-step-track{flex:1;min-width:24px;height:5px;background:#f0f0f0;overflow:hidden;}
  .tcc-step-fill{height:100%;transition:width 0.5s ease;}
  .tcc-step-val{font-size:12px;color:#333;width:36px;text-align:right;flex-shrink:0;font-weight:700;}

  .tcc-metrics{padding:1.25rem 1.75rem 1.5rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;}
  .tcc-metric{background:#f7f7f7;padding:1rem 0.875rem;border-left:3px solid #E73430;}
  .tcc-metric-val{font-family:'Raleway',sans-serif;font-size:20px;font-weight:700;color:#000;margin-bottom:4px;}
  .tcc-metric-lbl{font-size:10px;color:#888;font-weight:600;text-transform:uppercase;letter-spacing:0.08em;line-height:1.4;}

  .tcc-footer{display:flex;align-items:center;gap:8px;padding:0.875rem 1.75rem;border-top:1px solid #e8e8e8;background:#f7f7f7;}
  .tcc-check{width:16px;height:16px;flex-shrink:0;}
  .tcc-footer-text{font-size:11px;color:#999;font-weight:500;}
  .tcc-footer-sep{font-size:11px;color:#ccc;margin:0 2px;}

  /* --- Narrow layout. Declared twice on purpose: the @container rule
         handles a card sitting in a narrow desktop column (e.g. 3-up
         row), the @media rule handles small viewports and older
         browsers without container query support. --- */
  @container (max-width:420px){
    .tcc-tab{padding:6px 12px;letter-spacing:0.05em;}
    .tcc-card-header{padding:1rem 1.125rem 0.875rem;}
    .tcc-clinic-name{font-size:17px;}
    .tcc-hero{padding:1.25rem 1.125rem;}
    .tcc-hero-num{font-size:40px;}
    .tcc-hero-title{font-size:11px;}
    .tcc-funnel{padding:1.125rem;}
    .tcc-step{gap:8px;}
    .tcc-step-name{width:108px;font-size:11px;line-height:1.25;}
    .tcc-metrics{padding:1.125rem 1.125rem 1.25rem;gap:6px;}
    .tcc-metric{padding:0.75rem 0.625rem;border-left-width:2px;}
    .tcc-metric-val{font-size:16px;}
    .tcc-metric-lbl{font-size:9px;letter-spacing:0.04em;}
    .tcc-footer{padding:0.75rem 1.125rem;}
  }

  @media (max-width:460px){
    .tcc-wrap{padding:1.25rem 0.75rem 1.5rem;}
    .tcc-tab{padding:6px 12px;letter-spacing:0.05em;}
    .tcc-card-header{padding:1rem 1.125rem 0.875rem;}
    .tcc-clinic-name{font-size:17px;}
    .tcc-hero{padding:1.25rem 1.125rem;}
    .tcc-hero-num{font-size:40px;}
    .tcc-hero-title{font-size:11px;}
    .tcc-funnel{padding:1.125rem;}
    .tcc-step{gap:8px;}
    .tcc-step-name{width:108px;font-size:11px;line-height:1.25;}
    .tcc-metrics{padding:1.125rem 1.125rem 1.25rem;gap:6px;}
    .tcc-metric{padding:0.75rem 0.625rem;border-left-width:2px;}
    .tcc-metric-val{font-size:16px;}
    .tcc-metric-lbl{font-size:9px;letter-spacing:0.04em;}
    .tcc-footer{padding:0.75rem 1.125rem;}
  }

  @media (prefers-reduced-motion:reduce){
    .tcc-step-fill{transition:none;}
  }

/* ================= WIDGET SITE SKIN — must stay after the block above ================= */
/* ---- SITE SKIN for the results widget ----------------------------------
     Loaded after the widget's own stylesheet so it wins at equal specificity.
     The widget file itself is unmodified, so it stays portable to Avada and
     to client sites — only its appearance is re-tokenised to match this page. */
  .tcc-wrap{max-width:none;padding:0;font-family:"Raleway",sans-serif;container-type:inline-size}
  .tcc-card{border:0;border-radius:var(--r-lg);box-shadow:0 34px 72px -34px rgba(11,14,16,.4)}
  .tcc-tabs{justify-content:center;margin-bottom:18px}
  .tcc-tab{border-radius:999px;border:1.5px solid var(--gun-line);background:#fff;color:var(--muted);
           font-weight:800;font-size:.72rem;letter-spacing:.1em;padding:9px 19px}
  .tcc-tab.active{background:var(--gun);border-color:var(--gun);color:#fff;box-shadow:0 12px 24px -14px rgba(11,14,16,.55)}
  .tcc-tab:not(.active):hover{background:var(--gun-soft);border-color:#c3ccd0;color:var(--ink)}
  .tcc-card-header{padding:26px 30px 22px;border-bottom:1px solid var(--gun-line)}
  .tcc-clinic-name{font-size:1.16rem;font-weight:800;letter-spacing:-.018em}
  .tcc-time-badge{font-size:.76rem;font-weight:700;letter-spacing:.06em;color:var(--muted);margin-top:5px}
  .tcc-hero{background:linear-gradient(158deg,var(--gun),var(--gun-deep));padding:30px;border-bottom:0}
  .tcc-hero-top{gap:20px;margin-bottom:10px}
  .tcc-hero-num{font-size:clamp(2.5rem,5.2vw,3.5rem);font-weight:900;letter-spacing:-.045em;
                line-height:.9;font-variant-numeric:tabular-nums}
  .tcc-hero-title{font-size:.72rem;font-weight:800;letter-spacing:.14em;color:rgba(255,255,255,.72);line-height:1.45}
  .tcc-hero-sub{font-size:.86rem;color:rgba(255,255,255,.6);font-weight:500}
  .tcc-funnel{padding:26px 30px;border-bottom:0}
  .tcc-section-label{font-size:.7rem;font-weight:800;letter-spacing:.13em;color:var(--muted);margin-bottom:16px}
  .tcc-step{gap:14px;margin-bottom:12px}
  .tcc-step-name{font-size:.88rem;font-weight:600;color:#3f4a51;width:158px}
  .tcc-step-track{height:9px;border-radius:6px;background:var(--gun-soft)}
  .tcc-step-fill{border-radius:6px}
  .tcc-step-val{font-size:.88rem;font-weight:800;width:44px;font-variant-numeric:tabular-nums;color:var(--ink)}
  .tcc-metrics{padding:4px 30px 30px;gap:14px}
  .tcc-metric{background:var(--gun-soft);border-left:0;border-radius:var(--r);padding:20px 18px}
  .tcc-metric::before{content:"";display:block;width:22px;height:3px;background:var(--red);
                      border-radius:2px;margin-bottom:13px}
  .tcc-metric-val{font-size:1.5rem;font-weight:900;letter-spacing:-.042em;margin-bottom:6px;
                  font-variant-numeric:tabular-nums;color:var(--gun)}
  .tcc-metric-lbl{font-size:.68rem;font-weight:800;letter-spacing:.1em;color:var(--muted)}
  .tcc-footer{padding:16px 30px;background:var(--gun-soft);border-top:1px solid var(--gun-line)}
  .tcc-footer-text{font-size:.74rem;font-weight:700;letter-spacing:.06em;color:var(--muted)}
  .widgetrow{width:100%}

/* ================= /schedule — squeeze page ================= */
.sq-head{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid var(--gun-line)}
.sq-head .wrap{display:flex;align-items:center;justify-content:center;padding-block:11px}
.sq-head img{height:46px;width:auto;display:block}
/* the calendar is itself a white rectangle, so a white page gave it no edge.
   A soft tint frames it without inverting a single piece of type. */
body.schedule{background:var(--gun-soft)}
.sq-main{padding-block:clamp(32px,4vw,56px) clamp(56px,7vw,96px)}
.sq-intro{max-width:none;margin:0 auto;text-align:center}
/* Was 720px, sized for the old 26-character headline. Both pages now carry
   ~75-character headlines, which needed 3 lines at that width. 940px puts
   them on 2, and text-wrap:balance evens the two. */
.sq-intro h1{font-size:clamp(1.95rem,3.6vw,2.7rem);letter-spacing:-.032em;max-width:940px;
             margin-inline:auto;text-wrap:balance}
.sq-intro .lead{margin:18px auto 0;max-width:70ch;text-wrap:pretty}
.sq-embed{margin:clamp(26px,3vw,38px) auto 0;max-width:940px;min-height:620px;border-radius:var(--r-lg);
          background:var(--gun-soft);border:1px dashed var(--gun-line);display:flex;flex-direction:column;
          align-items:center;justify-content:center;gap:10px;text-align:center;padding:40px 24px}
.sq-embed iframe{width:100%;min-height:620px;border:0;display:block}
/* live state: no dashed placeholder chrome, and no min-height on the wrapper —
   form_embed.js sets the iframe height, so a floor here would strand whitespace
   under a short calendar. 520px on the iframe only, to stop a pre-load jump. */
.sq-embed.is-live{background:#fff;border:0;padding:0;min-height:0;display:block;
                  overflow:hidden;border-radius:var(--r-lg);
                  box-shadow:0 30px 64px -34px rgba(11,14,16,.28)}
.sq-embed.is-live iframe{min-height:520px}
.sq-strip{background:transparent;max-width:660px;margin:clamp(38px,4.6vw,56px) auto 0;display:grid;grid-template-columns:repeat(2,1fr);
          border-top:1px solid var(--gun-line);border-bottom:1px solid var(--gun-line);padding-block:clamp(22px,2.6vw,30px)}
.sq-strip .sqb{position:relative;padding:0 clamp(12px,2vw,26px);text-align:center}
.sq-strip .sqb + .sqb::before{content:"";position:absolute;left:0;top:2px;bottom:2px;width:1px;background:var(--gun-line)}
.sq-strip .metric{display:block;font-size:clamp(1.5rem,2.6vw,2.1rem);color:var(--gun)}
.sq-strip .sqbl{margin-top:10px;font-size:.72rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase;color:var(--muted);line-height:1.4}
@media(max-width:640px){
  .sq-strip{grid-template-columns:1fr 1fr}
  .sq-strip .sqb{padding:0 12px}
}

/* ================= LEGAL PAGES (privacy policy, accessibility) ================= */
.legal{padding-block:clamp(36px,4.4vw,64px) clamp(56px,7vw,96px)}
.legal-head{max-width:none;text-align:left;padding-bottom:clamp(26px,3vw,38px);
            border-bottom:1px solid var(--gun-line);margin-bottom:clamp(30px,3.6vw,48px)}
.legal-head h1{font-size:clamp(2.1rem,4.4vw,3.2rem);letter-spacing:-.035em}
.legal-head .updated{margin-top:14px;font-size:.82rem;font-weight:700;letter-spacing:.06em;
                     text-transform:uppercase;color:var(--muted)}
.legal-grid{display:grid;grid-template-columns:minmax(0,240px) minmax(0,1fr);
            gap:clamp(28px,4vw,64px);align-items:start}
.legal-toc{position:sticky;top:96px}
.legal-toc .tl{font-size:.7rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;
               color:var(--muted);margin-bottom:14px}
.legal-toc ol{list-style:none;margin:0;padding:0;counter-reset:toc}
.legal-toc li{counter-increment:toc}
.legal-toc a{display:block;padding:7px 0;font-size:.88rem;font-weight:600;color:var(--muted);
             line-height:1.4;border-left:2px solid transparent;padding-left:14px;margin-left:-2px;
             transition:color .2s var(--ease),border-color .2s var(--ease)}
.legal-toc a:hover{color:var(--gun);border-left-color:var(--red)}
.legal-body{max-width:74ch;font-size:1rem;color:#39434a}
.legal-body > p:first-child{font-size:1.1rem;color:var(--muted)}
.legal-body h2{font-size:clamp(1.35rem,2.1vw,1.7rem);margin-top:clamp(40px,4.4vw,58px);
               padding-top:clamp(20px,2.2vw,28px);border-top:1px solid var(--gun-line);scroll-margin-top:84px}
.legal-body h2:first-of-type{margin-top:8px}
.legal-body h3{font-size:1.06rem;margin-top:30px;letter-spacing:-.012em}
.legal-body h4{font-size:.95rem;font-weight:800;margin:24px 0 0;letter-spacing:-.008em;color:var(--gun)}
.legal-body p{margin:14px 0 0;line-height:1.68}
.legal-body ul{margin:14px 0 0;padding-left:20px}
.legal-body li{margin-top:8px;line-height:1.62}
.legal-body li::marker{color:var(--red)}
.legal-body a{color:var(--gun);text-decoration:underline;text-underline-offset:2px;
              text-decoration-color:rgba(56,69,79,.35)}
.legal-body a:hover{color:var(--red);text-decoration-color:var(--red)}
.legal-body strong{color:var(--gun);font-weight:800}
.legal-body .defs{margin-top:18px}
.legal-body .defs dt{font-weight:800;color:var(--gun);margin-top:18px}
.legal-body .defs dd{margin:5px 0 0;line-height:1.66}
.legal-contact{margin-top:26px;padding:22px 24px;background:var(--gun-soft);border-radius:var(--r);
               border-left:3px solid var(--red)}
.legal-contact p{margin-top:6px}
.legal-contact p:first-child{margin-top:0}
@media(max-width:900px){
  .legal-grid{grid-template-columns:1fr}
  .legal-toc{position:static;padding-bottom:22px;border-bottom:1px solid var(--gun-line)}
  .legal-toc ol{columns:2;column-gap:24px}
  .legal-body{max-width:none}
}
@media(max-width:520px){.legal-toc ol{columns:1}}

/* ================= /thank-you ================= */
.ty-video{max-width:780px;margin:clamp(30px,3.6vw,44px) auto 0}
.ty-reviews{margin-top:clamp(56px,7vw,92px);padding-top:clamp(44px,5vw,64px);
            border-top:1px solid var(--gun-line)}
.ty-video .vthumb{border-radius:var(--r-lg);box-shadow:0 30px 64px -34px rgba(11,14,16,.4)}
