  :root{
    /* Palette derived from the She Style logo */
    --teal:#0E7C93;
    --teal-deep:#0A5D6F;
    --gold:#C9A227;
    --gold-soft:#E8D9A8;
    --blush:#FBEFF4;
    --pink:#F2C4D8;
    --ivory:#FFFDF9;
    --line:#EADFD2;
    --ink:#223035;
    --muted:#4E5E63;
    --soft:#8A9AA0;
    --wa:#25D366;
    /* Measured height of the sticky header — main.js keeps this in sync so
       anchor jumps land below the header instead of behind it. */
    --nav-h:64px;
    /* Page gutter. Tightens on phones so the cards get the width instead. */
    --gutter:1.25rem;
    /* iPhone notch / home-indicator insets. 0px everywhere else. */
    --safe-b:env(safe-area-inset-bottom, 0px);
    --safe-l:env(safe-area-inset-left, 0px);
    --safe-r:env(safe-area-inset-right, 0px);
  }
  *{margin:0;padding:0;box-sizing:border-box}
  html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;text-size-adjust:100%;scroll-padding-top:calc(var(--nav-h) + 1rem)}
  body{font-family:'Karla',sans-serif;background:var(--ivory);color:var(--ink);line-height:1.6;overflow-x:clip}
  img{display:block;max-width:100%}
  a{color:inherit}
  /* A long product name can't force the whole page sideways. */
  h1,h2,h3,h4,p,li,blockquote,.card-name{overflow-wrap:break-word}

  /* ---------- announcement ---------- */
  .announce{background:var(--teal-deep);color:#fff;text-align:center;font-size:.82rem;padding:.5rem 1rem;letter-spacing:.02em}
  .announce b{color:var(--gold-soft);font-weight:700}

  /* ---------- header ---------- */
  header{position:sticky;top:0;z-index:50;background:rgba(255,253,249,.96);backdrop-filter:blur(8px);border-bottom:1px solid var(--line)}
  .nav{max-width:1120px;margin:0 auto;display:flex;align-items:center;gap:2rem;padding:.45rem var(--gutter);padding-left:max(var(--gutter),var(--safe-l));padding-right:max(var(--gutter),var(--safe-r))}
  .logo-link{display:flex;align-items:center;text-decoration:none;flex-shrink:0}
  .wordmark{display:inline-flex;flex-direction:column;line-height:1}
  .wm-line{display:flex;align-items:baseline;gap:.12em;font-family:'Dancing Script',cursive;font-weight:700;font-size:2.45rem}
  .wm-she{color:var(--gold);font-style:normal}
  .wm-style{color:var(--teal);font-style:normal}
  .wm-swoosh{width:100%;height:8px;margin-top:-2px}
  .wm-tag{font-family:'Karla',sans-serif;font-size:.5rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--muted);margin-top:.3rem;text-align:center;white-space:nowrap}
  .nav-menu{display:flex;align-items:center;gap:2rem;margin-left:auto;min-width:0}
  .nav-links{list-style:none;display:flex;gap:1.5rem}
  .nav-links a{display:inline-block;padding:.45rem 0;text-decoration:none;font-size:.92rem;font-weight:500;color:var(--muted);white-space:nowrap}
  .nav-links a:hover{color:var(--teal)}
  .wa-nav{background:var(--teal);color:#fff;text-decoration:none;font-size:.88rem;font-weight:700;padding:.55rem 1.1rem;border-radius:999px;white-space:nowrap;flex-shrink:0}
  .wa-nav:hover{background:var(--teal-deep)}
  /* Compact CTA that replaces the full pill in the mobile bar. */
  .wa-bar{display:none}
  .nav-toggle{display:none;background:none;border:0;cursor:pointer;width:44px;height:44px;flex-shrink:0;align-items:center;justify-content:center;color:var(--ink);border-radius:.6rem}
  .nav-toggle:hover{background:rgba(14,124,147,.08)}
  .nav-toggle-bars{position:relative;display:block;width:22px;height:2px;background:currentColor;border-radius:2px}
  .nav-toggle-bars::before,.nav-toggle-bars::after{content:"";position:absolute;left:0;display:block;width:22px;height:2px;background:currentColor;border-radius:2px;transition:transform .2s ease,top .2s ease}
  .nav-toggle-bars::before{top:-7px}
  .nav-toggle-bars::after{top:7px}
  .nav-toggle[aria-expanded="true"] .nav-toggle-bars{background:transparent}
  .nav-toggle[aria-expanded="true"] .nav-toggle-bars::before{top:0;transform:rotate(45deg)}
  .nav-toggle[aria-expanded="true"] .nav-toggle-bars::after{top:0;transform:rotate(-45deg)}
  .nav-backdrop{display:none}

  /* Mobile nav. The five links stop fitting inline under ~880px — they used to
     wrap into a three-row, 214px-tall sticky header that ate a third of a phone
     screen. Below this width they move into a drawer, and a shortened WhatsApp
     CTA stays in the bar because it is the main conversion path. */
  @media(max-width:880px){
    .nav{gap:.5rem;padding-top:.35rem;padding-bottom:.35rem}
    .wm-line{font-size:1.95rem}
    .wm-tag{font-size:.44rem;letter-spacing:.18em}
    .nav-menu{display:none;position:absolute;top:100%;left:0;right:0;z-index:2;flex-direction:column;align-items:stretch;gap:0;margin:0;padding:.4rem var(--gutter) 1rem;background:var(--ivory);border-bottom:1px solid var(--line);box-shadow:0 18px 30px rgba(34,48,53,.10);max-height:calc(100dvh - var(--nav-h));overflow-y:auto;overscroll-behavior:contain}
    .nav-menu.open{display:flex}
    .nav-links{flex-direction:column;gap:0;width:100%}
    .nav-links a{display:block;padding:.85rem .25rem;font-size:1rem;font-weight:700;color:var(--ink);border-bottom:1px solid var(--line)}
    .nav-links li:last-child a{border-bottom:0}
    .nav-menu .wa-nav{margin-top:.8rem;text-align:center;padding:.85rem 1.1rem;font-size:.95rem}
    .wa-bar{display:inline-flex;align-items:center;min-height:40px;margin-left:auto;background:var(--teal);color:#fff;text-decoration:none;font-size:.82rem;font-weight:700;padding:.5rem .95rem;border-radius:999px;white-space:nowrap}
    .wa-bar:hover{background:var(--teal-deep)}
    .nav-toggle{display:flex}
    .nav-backdrop{display:block;position:fixed;inset:var(--nav-h) 0 0;background:rgba(34,48,53,.35);z-index:40;opacity:0;pointer-events:none;transition:opacity .2s ease}
    .nav-backdrop.open{opacity:1;pointer-events:auto}
  }
  @media(max-width:400px){
    .wm-line{font-size:1.7rem}
    .wm-tag{font-size:.4rem;letter-spacing:.14em}
    .wa-bar{font-size:.78rem;padding:.45rem .8rem}
  }
  /* Galaxy Fold (320px): the bar CTA would crowd the hamburger. The drawer
     button and the floating WhatsApp button both still cover it. */
  @media(max-width:345px){.wa-bar{display:none}}

  /* ---------- hero ---------- */
  .hero{background:linear-gradient(160deg,var(--blush) 0%,var(--ivory) 65%);border-bottom:1px solid var(--line)}
  .hero-inner{max-width:1120px;margin:0 auto;padding:3.5rem var(--gutter);display:grid;grid-template-columns:1.2fr .8fr;gap:2.5rem;align-items:center}
  .eyebrow{font-size:.8rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--teal);margin-bottom:.9rem}
  .hero h1{font-family:'Fraunces',serif;font-weight:600;font-size:clamp(1.75rem,4.5vw,3rem);line-height:1.15;margin-bottom:1rem}
  .hero h1 em{color:var(--teal);font-style:italic}
  .hero p{color:var(--muted);max-width:34rem;margin-bottom:1.6rem}
  .btn-row{display:flex;gap:.8rem;flex-wrap:wrap}
  .btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-weight:700;font-size:.95rem;padding:.75rem 1.5rem;border-radius:999px;transition:transform .15s ease;min-height:44px}
  .btn:hover{transform:translateY(-2px)}
  .btn-primary{background:var(--teal);color:#fff}
  .btn-ghost{border:1.5px solid var(--teal);color:var(--teal)}
  .hero-card{background:#fff;border:1px solid var(--gold-soft);border-radius:1.2rem;padding:.6rem;box-shadow:0 18px 40px rgba(14,124,147,.12);position:relative;max-width:340px;width:100%;justify-self:end}
  .hero-card img{width:100%;border-radius:.8rem;aspect-ratio:3/4;object-fit:cover;object-position:top}
  .hero-cap{font-size:.85rem;font-weight:700;color:var(--ink);text-align:center;padding:.55rem .3rem .35rem}
  .hero-cap s{color:var(--soft);font-weight:400;margin-left:.3rem}
  .hero-badge{position:absolute;top:-0.8rem;left:1.4rem;background:var(--gold);color:#fff;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.3rem .8rem;border-radius:999px}
  @media(max-width:860px){
    .hero-inner{grid-template-columns:1fr;padding:2.25rem var(--gutter);gap:1.75rem}
    .hero-card{justify-self:center;max-width:300px}
    .hero p{margin-bottom:1.3rem}
  }
  /* Phones: full-width CTAs read as buttons rather than links to hunt for. */
  @media(max-width:460px){
    .hero-inner{padding-top:1.75rem}
    .btn-row{gap:.6rem}
    .btn{width:100%}
    .hero-card{max-width:260px}
  }

  /* ---------- trust strip ---------- */
  .trust{border-bottom:1px solid var(--line);background:#fff}
  .trust-inner{max-width:1120px;margin:0 auto;padding:1rem var(--gutter);display:flex;justify-content:center;gap:2.5rem;flex-wrap:wrap}
  .trust-item{display:flex;align-items:center;gap:.5rem;font-size:.88rem;font-weight:700;color:var(--muted)}
  .trust-item::before{content:"";width:.55rem;height:.55rem;border-radius:50%;background:var(--gold);flex-shrink:0}
  @media(max-width:680px){.trust-inner{gap:.6rem 1.25rem;padding:.85rem var(--gutter)}.trust-item{font-size:.8rem}}
  /* Two tidy columns beat four ragged wrapped rows on a phone. */
  @media(max-width:460px){
    .trust-inner{display:grid;grid-template-columns:1fr 1fr;gap:.5rem .8rem}
    .trust-item{font-size:.76rem;align-items:flex-start;line-height:1.4}
    .trust-item::before{margin-top:.38rem}
  }

  /* ---------- sections ---------- */
  section{padding:3rem 0;scroll-margin-top:calc(var(--nav-h) + .5rem)}
  .wrap{max-width:1120px;margin:0 auto;padding-left:max(var(--gutter),var(--safe-l));padding-right:max(var(--gutter),var(--safe-r))}
  .sec-head{margin-bottom:1.8rem}
  .sec-head h2{font-family:'Fraunces',serif;font-weight:600;font-size:clamp(1.45rem,4.2vw,1.8rem);margin-bottom:.3rem}
  .sec-head p{color:var(--muted);font-size:.95rem}

  /* ---------- filters ---------- */
  .filters{display:flex;gap:.6rem;flex-wrap:wrap;margin-bottom:1.6rem}
  .filter{background:#fff;border:1.5px solid var(--line);color:var(--muted);font-family:'Karla',sans-serif;font-weight:700;font-size:.85rem;padding:.5rem 1.1rem;border-radius:999px;cursor:pointer;transition:all .15s ease;min-height:44px}
  .filter:hover{border-color:var(--teal);color:var(--teal)}
  .filter.active{background:var(--teal);border-color:var(--teal);color:#fff}

  /* ---------- product grid ---------- */
  /* Explicit column counts. The old auto-fill/minmax(240px,1fr) rule collapsed
     to a SINGLE full-width card between 481px and 559px — two columns at 430px,
     one giant one at 500px, two again at 600px. */
  .grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.9rem}
  @media(min-width:560px){.grid{gap:1.2rem}}
  @media(min-width:700px){.grid{grid-template-columns:repeat(3,1fr);gap:1.4rem}}
  @media(min-width:1000px){.grid{grid-template-columns:repeat(4,1fr)}}
  .card{background:#fff;border:1px solid var(--line);border-radius:1rem;overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .2s ease;min-width:0}
  .card:hover{box-shadow:0 14px 32px rgba(14,124,147,.12)}
  .card-img{aspect-ratio:3/4;background:var(--blush);position:relative;overflow:hidden}
  .card-img img{width:100%;height:100%;object-fit:cover}
  .off-badge{position:absolute;top:.6rem;left:.6rem;background:var(--gold);color:#fff;font-size:.7rem;font-weight:700;letter-spacing:.05em;padding:.28rem .6rem;border-radius:999px;z-index:2}
  .left-tag{position:absolute;bottom:.6rem;left:.6rem;background:rgba(34,48,53,.85);color:#fff;font-size:.68rem;font-weight:700;padding:.25rem .55rem;border-radius:999px;z-index:2}
  .timer-wrap b{font-variant-numeric:tabular-nums;white-space:nowrap}
  .img-placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:var(--soft);font-size:.85rem;text-align:center;padding:1rem}
  .card-body{padding:1rem 1.1rem 1.2rem;display:flex;flex-direction:column;gap:.55rem;flex:1;min-width:0}
  .card-cat{font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--gold)}
  .card-name{font-family:'Fraunces',serif;font-weight:600;font-size:1.08rem;line-height:1.3}
  .card-price{font-weight:700;font-size:1.05rem;color:var(--teal-deep)}
  .card-price s{color:var(--soft);font-weight:400;font-size:.88rem;margin-left:.4rem}
  .sizes{display:flex;gap:.4rem;flex-wrap:wrap}
  .size{border:1.5px solid var(--line);border-radius:.45rem;font-size:.78rem;font-weight:700;padding:.25rem .55rem;cursor:pointer;background:#fff;color:var(--muted);transition:all .12s ease;min-width:40px;min-height:40px}
  .size:hover{border-color:var(--teal)}
  .size.sel{background:var(--teal);border-color:var(--teal);color:#fff}
  .card-wa{margin-top:auto;background:var(--wa);color:#fff;text-align:center;text-decoration:none;font-weight:700;font-size:.9rem;padding:.65rem;border-radius:.6rem;min-height:44px;display:flex;align-items:center;justify-content:center}
  .card-wa:hover{filter:brightness(.95)}
  .card-wa-short{display:none}

  /* ---------- why ---------- */
  #why{background:var(--blush);border-block:1px solid var(--line)}
  .why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(230px,100%),1fr));gap:1.4rem}
  .why-card{background:#fff;border:1px solid var(--line);border-radius:1rem;padding:1.4rem}
  .why-card h3{font-family:'Fraunces',serif;font-weight:600;font-size:1.1rem;margin-bottom:.4rem}
  .why-card p{font-size:.92rem;color:var(--muted)}
  @media(max-width:480px){.why-grid{gap:.9rem}.why-card{padding:1.1rem}}

  /* ---------- about ---------- */
  .about-grid{max-width:46rem;display:flex;flex-direction:column;gap:1rem}
  .about-grid p{color:var(--muted);font-size:.98rem}
  .about-grid p:first-child{font-family:'Fraunces',serif;font-size:1.15rem;color:var(--ink)}

  /* ---------- how to order ---------- */
  .steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(210px,100%),1fr));gap:1.4rem;counter-reset:step}
  .step{position:relative;background:#fff;border:1px solid var(--line);border-radius:1rem;padding:1.6rem 1.3rem 1.3rem}
  .step::before{counter-increment:step;content:counter(step);position:absolute;top:-0.9rem;left:1.2rem;background:var(--gold);color:#fff;font-weight:700;font-size:.85rem;width:1.8rem;height:1.8rem;border-radius:50%;display:flex;align-items:center;justify-content:center}
  .step h3{font-family:'Fraunces',serif;font-size:1.05rem;font-weight:600;margin-bottom:.35rem}
  .step p{font-size:.9rem;color:var(--muted)}
  .policy{margin-top:1.6rem;background:#fff;border:1px dashed var(--gold);border-radius:.8rem;padding:1rem 1.2rem;font-size:.9rem;color:var(--muted)}
  .policy b{color:var(--ink)}
  /* Stacked cards need the number badge clear of the card above it. */
  @media(max-width:560px){.steps{gap:1.9rem}}

  /* ---------- testimonials ---------- */
  #love{background:var(--blush);border-top:1px solid var(--line)}
  .testi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(220px,100%),1fr));gap:1.4rem}
  .testi-card{background:#fff;border:1px solid var(--line);border-radius:1rem;padding:1.3rem;display:flex;flex-direction:column;gap:.6rem;min-width:0}
  .testi-card blockquote{font-family:'Fraunces',serif;font-style:italic;font-size:1rem;color:var(--ink);line-height:1.5}
  .testi-card cite{font-style:normal;font-size:.82rem;font-weight:700;color:var(--gold)}
  /* The box is exactly 9:16, so a 9:16 clip fills it edge to edge. The old
     max-height forced a non-9:16 box and letterboxed every video. */
  .testi-card video{width:100%;border-radius:.6rem;background:#000;aspect-ratio:9/16;object-fit:cover}
  /* Two per row on a phone — one 9:16 video per row is a screen and a half
     of scrolling each. */
  @media(max-width:520px){
    .testi-grid{grid-template-columns:1fr 1fr;gap:.9rem}
    .testi-card{padding:.55rem}
  }

  /* ---------- footer ---------- */
  footer{background:var(--blush);border-top:1px solid var(--line);padding:3rem var(--gutter);padding-bottom:calc(2rem + var(--safe-b));margin-top:2rem}
  .foot{max-width:1120px;margin:0 auto;display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:2rem}
  .foot h4{font-family:'Fraunces',serif;font-size:1.05rem;margin-bottom:.7rem}
  .wordmark-foot{margin-bottom:1rem}.wordmark-foot .wm-line{font-size:3.4rem}.wordmark-foot .wm-tag{font-size:.6rem}
  .foot p,.foot a{font-size:.9rem;color:var(--muted);text-decoration:none}
  .foot ul{list-style:none;display:flex;flex-direction:column;gap:.45rem}
  .foot a{display:inline-block;padding:.45rem 0}
  .foot a:hover{color:var(--teal)}
  .copyright{max-width:1120px;margin:2rem auto 0;font-size:.8rem;color:var(--soft);border-top:1px solid var(--line);padding-top:1.2rem}
  @media(max-width:680px){
    .foot{grid-template-columns:1fr 1fr;gap:1.5rem}
    .foot > :first-child{grid-column:1 / -1}
    .wordmark-foot .wm-line{font-size:2.6rem}
    /* Extra room so the floating WhatsApp button never sits on a footer link. */
    footer{padding-top:2.25rem;padding-bottom:calc(5rem + var(--safe-b))}
  }
  @media(max-width:380px){.foot{grid-template-columns:1fr}}

  /* ---------- floating whatsapp ---------- */
  .wa-float{position:fixed;bottom:calc(1.3rem + var(--safe-b));right:calc(1.3rem + var(--safe-r));z-index:60;background:var(--wa);color:#fff;width:3.4rem;height:3.4rem;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 24px rgba(0,0,0,.25);text-decoration:none}
  .wa-float svg{width:1.7rem;height:1.7rem;fill:#fff}
  @media(max-width:480px){
    .wa-float{width:3.1rem;height:3.1rem;bottom:calc(1rem + var(--safe-b));right:calc(1rem + var(--safe-r))}
    .wa-float svg{width:1.55rem;height:1.55rem}
  }


  /* ---------- welcome popup ---------- */
  .pop-overlay{position:fixed;inset:0;z-index:100;background:rgba(34,48,53,.55);display:none;align-items:center;justify-content:center;padding:1rem;padding-bottom:calc(1rem + var(--safe-b))}
  .pop-overlay.show{display:flex}
  .pop{background:#fff;border-radius:1.2rem;overflow:hidden;max-width:640px;width:100%;display:grid;grid-template-columns:1fr 1.1fr;box-shadow:0 30px 80px rgba(0,0,0,.35);position:relative;animation:popIn .3s ease;max-height:calc(100dvh - 2rem)}
  @keyframes popIn{from{opacity:0;transform:translateY(14px) scale(.97)}to{opacity:1;transform:none}}
  .pop-img{background:var(--blush);overflow:hidden}
  /* object-position:top keeps the model's head/shoulders in frame — a centered
     crop on a short container sliced off both the head and the feet. */
  .pop-img img{width:100%;height:100%;object-fit:cover;object-position:top;min-height:300px}
  .pop-body{padding:1.8rem 1.6rem;display:flex;flex-direction:column;justify-content:center;gap:.7rem;overflow-y:auto}
  .pop-eyebrow{font-size:.72rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--gold)}
  .pop-body h2{font-family:'Fraunces',serif;font-weight:600;font-size:1.55rem;line-height:1.2}
  .pop-body h2 em{color:var(--teal);font-style:italic}
  .pop-body p{font-size:.92rem;color:var(--muted)}
  .pop-code{background:var(--blush);border:1.5px dashed var(--teal);border-radius:.6rem;padding:.5rem .9rem;font-weight:700;color:var(--teal-deep);text-align:center;letter-spacing:.08em}
  .pop-cta{background:var(--teal);color:#fff;text-align:center;text-decoration:none;font-weight:700;padding:.75rem;border-radius:999px;border:none;cursor:pointer;font-size:.95rem;font-family:'Karla',sans-serif;min-height:44px}
  .pop-cta:hover{background:var(--teal-deep)}
  .pop-close{position:absolute;top:.6rem;right:.6rem;background:#fff;border:1px solid var(--line);border-radius:50%;width:2.2rem;height:2.2rem;font-size:1rem;cursor:pointer;color:var(--muted);line-height:1;z-index:2}
  @media(max-width:560px){
    .pop{grid-template-columns:1fr;grid-template-rows:auto minmax(0,1fr);max-width:400px}
    /* aspect-ratio ties the photo's height to the popup's own width instead of
       viewport height (vh) — a vh-based height had no relation to the image's
       2:3 portrait crop, so cover chopped a different amount off top/bottom on
       every device. This keeps the crop identical everywhere. */
    .pop-img{aspect-ratio:5/4}
    .pop-img img{min-height:0;height:100%}
    .pop-body{padding:1.3rem 1.25rem 1.5rem}
    .pop-body h2{font-size:1.35rem}
  }
  /* Landscape phones are ~380px tall — the photo would crowd out the code and
     the CTA, which are the only parts that do any work. */
  @media(max-height:520px) and (max-width:900px){
    .pop{grid-template-columns:1fr}
    .pop-img{display:none}
    .pop-body{padding:1.25rem}
  }


  /* ---------- small screens ---------- */
  @media(max-width:480px){
    :root{--gutter:1rem}
    .card-body{padding:.7rem .7rem .9rem;gap:.4rem}
    .card-name{font-size:.92rem}
    .card-price{font-size:.95rem}
    .card-price s{font-size:.78rem;margin-left:.25rem}
    .card-cat{font-size:.65rem;letter-spacing:.06em}
    /* "Order on WhatsApp" wrapped onto two lines in a ~150px-wide card — the
       short label swaps in by CSS, no second link and no JS needed. */
    .card-wa{font-size:.82rem;padding:.5rem}
    .card-wa-full{display:none}
    .card-wa-short{display:inline}
    .sizes{gap:.3rem}
    .size{font-size:.72rem;padding:.2rem .4rem;min-width:34px;min-height:34px}
    .filter{font-size:.8rem;padding:.45rem .85rem}
    .announce{font-size:.72rem;padding:.45rem .75rem}
    section{padding:2.2rem 0}
    .filters{gap:.45rem;margin-bottom:1.2rem}
    .sec-head{margin-bottom:1.3rem}
  }

  :focus-visible{outline:3px solid var(--teal);outline-offset:2px}
  @media (prefers-reduced-motion: reduce){
    *{transition:none !important;animation:none !important}
    html{scroll-behavior:auto}
  }
