/* landing.css — build/index.html's own <style>, ported verbatim. */
  :root{--gutter:clamp(20px,4vw,56px);--act:clamp(96px,12vh,150px)}
  .wrap{max-width:1240px;margin:0 auto;padding-inline:var(--gutter)}

  h1{font:600 clamp(46px,6.4vw,100px)/1.04 var(--f);letter-spacing:-.02em}
  h1 b{font-weight:700;color:inherit}
  .h2{font:600 clamp(36px,4.6vw,72px)/1.08 var(--f);letter-spacing:-.015em;margin:0;
    background:linear-gradient(100deg,var(--ink) 34%,var(--honey) 50%,var(--ink) 66%);
    background-size:260% 100%;background-position:100% 0;
    -webkit-background-clip:text;background-clip:text;color:transparent}
  .on-dark .h2{background-image:linear-gradient(100deg,var(--on-dark) 34%,var(--champagne) 50%,var(--on-dark) 66%)}

  #progress{position:fixed;top:0;inset-inline-start:0;width:100%;height:2px;z-index:50;
    background:var(--honey);transform-origin:100% 0;transform:scaleX(0)}


  header{position:fixed;top:0;inset-inline:0;z-index:40;display:flex;align-items:center;
    justify-content:space-between;padding:20px var(--gutter);
    transition:background var(--t-ui) var(--ease-out),padding var(--t-ui) var(--ease-out)}
  header.inked{background:rgba(253,250,245,.9);backdrop-filter:blur(12px);
    padding:14px var(--gutter);border-bottom:1px solid var(--line)}
  .brand{display:flex;align-items:center;gap:12px}
  .brand img.em{height:34px;width:auto}
  .brand img.wm{height:17px;width:auto}
  nav{display:flex;gap:28px}
  nav a{font:600 14px/1 var(--f);color:var(--on-dark);opacity:.85;transition:opacity var(--t-ui) var(--ease-out)}
  nav a:hover{opacity:1}
  header.inked nav a{color:var(--ink)}
  header .cartpill{color:var(--on-dark)} header.inked .cartpill{color:var(--ink)}
  /* on the landing the bar sits over the film until it inks, so the CTA takes the light treatment
     there and the honey one once the header has a background behind it */
  header .navcta{border-color:var(--on-dark);color:var(--on-dark)}
  header .navcta:hover,header .navcta:focus-visible{background:var(--on-dark);color:var(--ink)}
  header.inked .navcta{border-color:var(--honey-deep);color:var(--honey-deep)}
  header.inked .navcta:hover,header.inked .navcta:focus-visible{background:var(--honey-deep);color:var(--card)}
  @media(max-width:860px){nav{gap:18px}}
  @media(max-width:760px){
    .brand img.em{height:30px}.brand img.wm{height:15px}
  }

  /* ═══ hero — the original anatomy: film, chips, claim, scan door, her card ═══ */
  .hero{position:relative;min-height:100dvh;display:grid;align-items:end;overflow:hidden;background:var(--dark)}
  .hero canvas{position:absolute;inset:0;width:100%;height:100%}
  .hero .hero-fb{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:brightness(.6) saturate(.86)}
  .hero .scrim{position:absolute;inset:0;
    background:linear-gradient(10deg,rgba(20,18,16,.5) 0%,rgba(20,18,16,.14) 46%,rgba(20,18,16,0) 70%),
               linear-gradient(180deg,rgba(20,18,16,.3) 0%,rgba(20,18,16,0) 14%),
               linear-gradient(to left,rgba(20,18,16,.42) 0%,rgba(20,18,16,.12) 34%,rgba(20,18,16,0) 52%)}
  .hero h1,.hero .lede{text-shadow:0 1px 34px rgba(20,18,16,.5),0 1px 8px rgba(20,18,16,.3)}
  .hero .copy{position:relative;z-index:2;width:100%;padding:0 var(--gutter) 72px;
    display:flex;flex-direction:column;align-items:flex-start}
  .hero .copy>*{max-width:min(100%,760px)}
  .hero h1{color:var(--on-dark);max-width:13ch}
  .hero .chips{display:flex;gap:10px;margin:0 0 18px;flex-wrap:wrap}
  .hero .chip{font:600 12px/1 var(--f);color:var(--on-dark);border:1px solid rgba(243,238,228,.4);
    border-radius:3px;padding:7px 10px;background:rgba(20,18,16,.25);backdrop-filter:blur(4px)}
  .hero .lede{color:rgba(243,238,228,.85);margin:22px 0 30px;max-width:32em}
  .hero .cta{display:flex;gap:26px;align-items:center}
  .hero .link{color:var(--champagne)}
  .btn-gold{background:linear-gradient(105deg,#A57C42,#C9A468 55%,#A57C42);color:var(--ink) !important;
    background-size:200% 100%;transition:background-position .5s var(--ease-out),transform var(--t-ui) var(--ease-out)}
  .btn-gold:hover{background-position:100% 0}
  .biocard{position:absolute;z-index:2;bottom:26px;inset-inline-end:var(--gutter);max-width:320px;
    background:rgba(253,250,245,.88);backdrop-filter:blur(8px);border:1px solid var(--line);border-radius:4px;padding:16px 18px;
    font-size:14px;line-height:1.7;color:var(--ink-2)}
  .biocard b{color:var(--ink);font-weight:600}
  .biocard a{display:inline-block;margin-top:6px}
  @media(max-width:860px){
    /* svh, not dvh: the small-viewport unit is the height with the address bar SHOWING, so it does
       not change as the bar slides away on scroll. dvh made the hero re-lay-out on nearly every
       scroll frame, which the WebGL film paid for in dropped frames. */
    .hero{align-content:end;min-height:100svh}
    .biocard{position:static;max-width:none;
      margin:0 var(--gutter) calc(26px + env(safe-area-inset-bottom,0px));
      padding:14px 16px;font-size:14.5px;line-height:1.65}
  }

  /* ═══ plates: strict light meter — dark/white/cream alternation ═══ */
  .plate{border-block:1px solid var(--line)}

  /* ═══ products strip — the original carousel, disciplined ═══ */
  .strip{border-block:1px solid var(--line);padding-block:var(--act)}
  .strip .head{display:flex;align-items:baseline;justify-content:space-between;gap:20px}
  .strip .sub{font-size:clamp(17px,1.35vw,20px);line-height:1.75;color:var(--ink-2);max-width:40em;margin:14px 0 0}
  .pcard{position:relative}
  .pcard .add{position:absolute;bottom:12px;inset-inline-end:12px;width:32px;height:32px;border-radius:50%;border:1px solid var(--line);background:var(--card);color:var(--ink);font:300 22px/1 var(--f);cursor:pointer;display:grid;place-items:center;opacity:0;transform:translateY(6px);transition:opacity var(--t-ui) var(--ease-out),transform var(--t-ui) var(--ease-out),background var(--t-ui) var(--ease-out),color var(--t-ui) var(--ease-out)}
  .pcard:hover .add,.pcard .add:focus-visible{opacity:1;transform:none}.pcard .add:hover{background:var(--ink);color:var(--bg)}
  .marq{overflow:hidden;padding:48px 0 10px;direction:ltr;
    -webkit-mask:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent);
            mask:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent)}
  .marq-track{display:flex;gap:14px;width:max-content;animation:marq 96s linear infinite}
  .marq:hover .marq-track,.marq:focus-within .marq-track{animation-play-state:paused}
  @keyframes marq{to{transform:translateX(-50%)}}
  @media(prefers-reduced-motion:reduce){.marq{overflow-x:auto;mask:none;-webkit-mask:none}.marq-track{animation:none}}
  .pcard{direction:rtl}
  .pcard{flex:0 0 200px;display:block;background:var(--card);box-shadow:var(--glow-soft);
    border:1px solid var(--line);border-radius:4px;padding:12px;color:var(--ink);
    transition:transform var(--t-ui) var(--ease-out),box-shadow var(--t-ui) var(--ease-out)}
  .pcard:hover{transform:translateY(-3px);border-color:rgba(178,139,82,.45);box-shadow:0 16px 44px rgba(178,139,82,.22)}
  .pcard .ph{display:block;position:relative;aspect-ratio:1;overflow:hidden}
  .pcard img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain}
  .pcard video{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;
    opacity:0;transition:opacity var(--t-ui) var(--ease-out)}
  .pcard:hover video{opacity:1}
  .pcard .nm{font:600 14px/1.4 var(--f);margin-top:10px;color:var(--ink-2);
    display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.9em}
  .pcard .pr{font:500 18px/1 var(--f);color:var(--honey-deep);margin-top:4px;font-variant-numeric:tabular-nums}
  /* the regular price, struck, beside what it costs now (2026-09-05, same as the store cards) */
  .pcard .pr s{font-size:13.5px;font-weight:400;color:var(--ink-3);margin-inline-start:8px;text-decoration:line-through;
    text-decoration-thickness:1px}
  /* the saving: the store's square chip, in the corner of the photo */
  .pcard{position:relative}
  .pcard .off{position:absolute;top:10px;inset-inline-start:10px;z-index:2;
    display:grid;place-items:center;min-width:38px;height:24px;padding:0 6px;
    border:1px solid var(--honey-deep);background:var(--card);color:var(--honey-deep);
    font:600 12px/1 var(--f);letter-spacing:.02em;font-variant-numeric:tabular-nums}

  /* ═══ results ═══ */
  .act{padding-block:var(--act)}
  .grid2{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(36px,5vw,72px);align-items:start;margin-top:48px}
  /* 2026-09-03 (launch audit, CRITICAL): landscape phones are WIDE and SHORT, so the
     max-width:760px hero rule never reached them and the headline printed under the
     transparent header. Height-based, so it covers every short viewport. */
  @media(max-height:520px){
    .hero .copy{padding-block-start:calc(env(safe-area-inset-top,0px) + 74px)}
  }
  @media(max-width:920px){.grid2{grid-template-columns:1fr}}
  .ba{display:grid;grid-template-columns:1fr 1fr;gap:12px}
  .ba figure{position:relative;margin:0;aspect-ratio:4/5;overflow:hidden;border-radius:4px;box-shadow:var(--glow-soft)}
  .ba img{width:100%;height:100%;object-fit:cover;display:block}
  .ba .ba-stack{position:absolute;inset:0;display:block}
  .ba .ba-im{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;
    opacity:0;z-index:0;transition:opacity 1000ms cubic-bezier(.33,0,.15,1);will-change:opacity}
  .ba .ba-im.is-on{opacity:1}
  @media(prefers-reduced-motion:reduce){.ba .ba-im{transition:none}}
  .ba figcaption{position:absolute;inset-inline:0;bottom:0;z-index:6;pointer-events:none;
    font:500 14px/1 var(--f);letter-spacing:.03em;color:#FDFAF5;padding:52px 14px 13px;
    text-shadow:0 1px 4px rgba(28,20,12,.45);
    background:linear-gradient(to top,rgba(28,20,12,.46),rgba(28,20,12,.16) 46%,rgba(28,20,12,0))}
  .cta{margin-top:34px;display:flex;gap:24px;align-items:center}
  /* ═══ the clinic journey — alternating editorial rows ═══ */
  .jrow{display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(28px,4.5vw,72px);
    align-items:center;margin-top:clamp(56px,9vh,110px)}
  .jrow figure{margin:0;overflow:hidden;border-radius:4px;aspect-ratio:4/3;box-shadow:var(--glow-soft)}
  .jrow img{width:100%;height:118%;object-fit:cover;will-change:transform}
  .jrow.flip figure{order:2}
  @media(max-width:1100px){.jrow{overflow-x:clip}}
  @media(max-width:820px){.jrow,.jrow.flip{grid-template-columns:1fr}
    .jrow.flip figure{order:0}}
  .jtx strong{display:block;font:600 18px/1.5 var(--f);color:var(--ink);margin-bottom:6px}
  .jtx p{margin:0;color:var(--ink-2);font-size:15.5px;line-height:1.8;max-width:34ch}

  .ledewrap{position:relative}
  .ledewrap .lede{max-width:38em;margin-top:18px}
  .ledewrap .more{position:absolute;inset-inline:0;top:0;opacity:0;pointer-events:none}

  /* ═══ holistic — the whole body in the picture ═══ */
  .holi{border-block:1px solid var(--line)}
  .holi .grid4{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:48px}
  @media(max-width:980px){.holi .grid4{grid-template-columns:repeat(2,1fr)}}
  .holi figure{margin:0;position:relative;border-radius:4px;overflow:hidden;aspect-ratio:3/4}
  .holi figure img{width:100%;height:100%;object-fit:cover;display:block;
    transition:transform 1.2s var(--ease-mask)}
  .holi figure:hover img{transform:scale(1.04)}
  .holi figcaption{position:absolute;inset-inline:0;bottom:0;padding:52px 16px 14px;color:#fff;
    background:linear-gradient(0deg,rgba(23,18,13,.66) 40%,transparent);font:600 15px/1.4 var(--f);
    transition:opacity .45s var(--ease-out)}
  .holi .over{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;
    align-items:center;text-align:center;padding:22px;gap:10px;color:#FBF5EA;
    background:rgba(23,18,13,.58);opacity:0;transition:opacity .5s var(--ease-out)}
  .holi .over b{font:600 17px/1.3 var(--f)}
  .holi .over span{font:400 15px/1.7 var(--f);max-width:26ch;opacity:.95}
  .holi figure:hover figcaption,.holi figure:focus-within figcaption{opacity:0}
  .holi figure:hover .over,.holi figure:focus-within .over{opacity:1}

  /* the golden thread through the journey — a warm glowing tail */
  #journey{position:relative}
  #trail{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;z-index:0;
    overflow:visible}
  #trail .glow1{fill:none;stroke:rgba(209,184,139,.20);stroke-width:18;stroke-linecap:round;
    filter:blur(10px)}
  #trail .glow2{fill:none;stroke:rgba(197,158,98,.32);stroke-width:8;stroke-linecap:round;
    filter:blur(4px)}
  #trail .core{fill:none;stroke:#E9C98F;stroke-width:2.5;stroke-linecap:round;opacity:.9;
    filter:drop-shadow(0 0 7px rgba(233,201,143,.8))}
  #trail .comet{fill:#F6DFAC;filter:blur(1px) drop-shadow(0 0 14px rgba(246,223,172,.95))}
  .jrow{position:relative;z-index:1}

  /* ═══ the v3 wireframe scan, ported whole ═══ */
  .scanv{aspect-ratio:3/4}
  .scanv #scanVideo{position:absolute;inset:0;width:100%;height:100%;
    object-fit:cover;object-position:72% 44%;
    transform:scaleX(-1) scale(1.13)}
  .fscan{position:absolute;inset:0;z-index:6;pointer-events:none}
  .fscan canvas{position:absolute;inset:0;width:100%;height:100%}
  .fs-box{position:absolute;left:0;top:0;will-change:transform;width:120px;height:90px}
  .fs-box__in{position:absolute;inset:0;opacity:0;transform:scale(1.05)}
  .fs-box.on .fs-box__in{opacity:1;transform:none;
    transition:opacity .55s var(--ease-out),transform .7s var(--ease-out)}
  .fs-box:not(.on) .fs-box__in{transition:opacity .45s var(--ease-out),transform .45s var(--ease-out)}
  .fs-box__f{position:absolute;inset:0;border:1px solid rgba(209,184,139,.55)}
  .fs-box__f::before,.fs-box__f::after{content:"";position:absolute;width:18px;height:18px}
  .fs-box__f::before{top:-1px;left:-1px;border-top:2px solid var(--champagne);border-left:2px solid var(--champagne)}
  .fs-box__f::after{bottom:-1px;right:-1px;border-bottom:2px solid var(--champagne);border-right:2px solid var(--champagne)}
  .fs-box__t{position:absolute;bottom:6px;inset-inline-start:50%;transform:translateX(50%) translateY(4px);
    background:rgba(14,12,10,.72);color:#FBF5E9;font-size:12.5px;letter-spacing:.02em;
    padding:5px 12px;border-radius:3px;white-space:nowrap;opacity:0}
  .fs-box.on .fs-box__t{opacity:1;transform:translateX(50%) translateY(0);
    transition:opacity .5s var(--ease-out) .22s,transform .6s var(--ease-out) .22s}
  .fscan.noanim *{transition:none !important}
  /* the wireframe ships on every viewport (operator) */
  @media (prefers-reduced-motion:reduce){
    .fs-box__in{opacity:1;transform:none}
    .fs-box__t{opacity:1;transform:translateX(50%)}
  }

  /* ═══ scan promo ═══ */
  .scanp{position:relative}
  .scanv{position:relative;border-radius:4px;overflow:hidden;box-shadow:var(--glow-soft)}
  .scanv::after{content:"";position:absolute;inset:18px;border:1px solid rgba(209,184,139,.65);border-radius:4px;
    -webkit-mask:linear-gradient(#000 0 0) top/100% 26% no-repeat,linear-gradient(#000 0 0) bottom/100% 26% no-repeat;
    mask:linear-gradient(#000 0 0) top/100% 26% no-repeat,linear-gradient(#000 0 0) bottom/100% 26% no-repeat}
  .scanv img{width:100%;aspect-ratio:3/4;object-fit:cover;display:block}
  .chip2{position:absolute;font:600 12px/1 var(--f);color:var(--ink);background:rgba(247,245,241,.92);
    border:1px solid var(--line);border-radius:3px;padding:7px 10px}

  /* ═══ treatments — the index the loupe travels ═══ */
  .tindex{margin-top:52px;border-top:1px solid var(--line)}
  .trow{position:relative;display:block;
    padding:clamp(15px,1.9vw,22px) 2px;border-bottom:1px solid var(--line);color:var(--ink);
    transition:opacity .45s var(--ease-out)}
  .tindex:hover .trow:not(:hover){opacity:.28}
  html.is-scrolling .marq{pointer-events:none}
  html.is-scrolling .tindex:hover .trow:not(:hover){opacity:1}
  .tname{font:500 clamp(24px,2.5vw,38px)/1.18 var(--f);letter-spacing:-.012em;
    background:linear-gradient(100deg,var(--ink) 34%,var(--honey) 50%,var(--ink) 66%);
    background-size:260% 100%;background-position:100% 0;
    -webkit-background-clip:text;background-clip:text;color:transparent}
  #txlens{position:fixed;top:0;left:0;width:clamp(180px,16.5vw,236px);aspect-ratio:1;
    border-radius:50%;overflow:hidden;z-index:40;pointer-events:none;opacity:0;
    box-shadow:0 24px 70px rgba(60,42,20,.35),0 0 0 1px rgba(217,190,147,.85),
      0 0 34px rgba(201,164,104,.4)}
  #txlens img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
  #txlens .la{opacity:0}
  #txlens::after{content:"";position:absolute;inset:0;border-radius:50%;
    background:radial-gradient(120% 90% at 30% 12%,rgba(255,248,235,.34),rgba(255,248,235,0) 42%)}
  @media(max-width:760px){
    .trow{padding:14px 2px}
    .tname{font-size:21px}
    #txlens{width:150px}
    /* scroll = the hand: the visited row carries the lens, the rest recede */
    .tindex.touring .trow:not(.on){opacity:.28}
  }

  /* ═══ mosaic — the original closing index ═══ */
  .mosaic{display:grid;grid-template-columns:repeat(4,1fr);gap:2px;background:var(--dark)}
  @media(max-width:980px){.mosaic{grid-template-columns:repeat(2,1fr)}}
  .mosaic a{position:relative;display:block;aspect-ratio:3/4;overflow:hidden;color:#fff}
  .mosaic img,.mosaic video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;
    transition:transform 1.2s var(--ease-mask);opacity:.85}
  .mosaic a:hover img,.mosaic a:hover video{transform:scale(1.05)}
  .mosaic .mtx{position:absolute;inset-inline:0;bottom:0;padding:70px 20px 22px;
    background:linear-gradient(0deg,rgba(20,18,16,.72),transparent)}
  .mosaic .mtx b{display:block;font:600 26px/1.15 var(--f);color:#fff;margin-bottom:6px}
  .mosaic .mtx span{font:600 14px/1.25 var(--f);color:var(--champagne)}

  /* ═══ her — light plate between the dark mosaic and the dark footer ═══ */
  .her{}
  .her .grid2{align-items:center;margin-top:0}
  .her figure{margin:0;border-radius:4px;overflow:hidden;max-width:430px;
    border:1px solid var(--line)}
  .her img{width:100%;display:block}

  /* ═══ results reel chip ═══ */
  .slidechip{position:absolute;bottom:12px;inset-inline-start:12px;z-index:2;
    font:600 12.5px/1 var(--f);color:var(--ink);background:rgba(247,245,241,.92);
    border:1px solid var(--line);border-radius:3px;padding:8px 11px;pointer-events:none}

  /* ═══ cursor follower ═══ */
  #cursor{display:none!important;position:fixed;top:0;left:0;width:10px;height:10px;border-radius:50%;
    background:var(--honey);z-index:70;pointer-events:none;opacity:0;
    transform:translate(-50%,-50%);
    transition:width var(--t-ui) var(--ease-out),height var(--t-ui) var(--ease-out),
      background var(--t-ui) var(--ease-out),border var(--t-ui) var(--ease-out),
      opacity var(--t-ui) var(--ease-out)}
  #cursor.on{opacity:.85}
  #cursor.big{width:34px;height:34px;background:transparent;border:1.5px solid var(--honey)}
  #cursor.lens{width:52px;height:52px;background:transparent;border:1.5px solid var(--champagne)}
  #cursor.off{opacity:0}

  /* ═══ footer wordmark set-piece — the real metal, vector-crisp ═══ */
  .fwm{width:min(92%,1100px);margin:0 auto 72px;aspect-ratio:2874/384;
    background:linear-gradient(96deg,#B99466 0%,#CCA36F 14%,#E9B77C 30%,#EAB67D 50%,
      #B78D61 70%,#98724C 85%,#926B47 100%);
    -webkit-mask:url('/wp-content/themes/yaara-awwwards/assets/brand/wordmark_vec.svg') center/contain no-repeat;
            mask:url('/wp-content/themes/yaara-awwwards/assets/brand/wordmark_vec.svg') center/contain no-repeat}

  footer{background:var(--bg);color:var(--ink);padding:76px var(--gutter) 40px;
    border-top:1px solid var(--line)}
  .f-in{max-width:1240px;margin:0 auto;display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:44px}
  @media(max-width:820px){.f-in{grid-template-columns:1fr}}
  footer p,footer a{color:var(--ink);font-size:14.5px;line-height:2}
  footer a:hover{color:var(--honey-deep)}
  footer .small{border-top:1px solid var(--line);max-width:1240px;margin:52px auto 0;
    padding-top:22px;font-size:12.5px;color:var(--ink);
    display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}

  /* ═══ the phone menu (R40) — one minimal button, one porcelain overlay ═══ */
  .mbtn{display:none;width:46px;height:46px;margin-inline-start:4px;padding:0;border:0;background:none;
    cursor:pointer;color:var(--ink);place-content:center;gap:7px}
  .mbtn i{display:block;width:23px;height:1.5px;background:currentColor;border-radius:1px}
  .phmenu[hidden]{display:none}
  .phmenu{position:fixed;inset:0;z-index:88;overflow-y:auto;overscroll-behavior:contain;
    background:radial-gradient(760px 520px at 86% -8%,rgba(233,201,143,.42),transparent 62%),var(--bg);
    /* 2026-09-03 (launch audit, CRITICAL): centring an overflow-y:auto box clips the FIRST
     item unreachably in landscape. Auto margins on the flow children centre when there is
     room and collapse when there is not. */
  display:flex;flex-direction:column;justify-content:flex-start;
    padding:calc(env(safe-area-inset-top,0px) + 64px) var(--gutter) calc(env(safe-area-inset-bottom,0px) + 34px);
    opacity:0;transition:opacity .38s var(--ease-out)}
  .phmenu .phm-nav{margin-block-start:auto}
  .phmenu .phm-foot{margin-block-end:auto}
  html.menu-open .phmenu{opacity:1}
  html.menu-open{overflow:hidden}
  .phm-x{position:absolute;top:calc(env(safe-area-inset-top,0px) + 12px);
    inset-inline-end:calc(var(--gutter) - 11px);width:46px;height:46px;display:grid;place-items:center;
    border:0;background:none;cursor:pointer;color:var(--ink)}
  .phm-x svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.4;stroke-linecap:round}
  .phm-nav{display:flex;flex-direction:column;gap:0}
  .phm-nav a{display:block;padding:11px 0;min-height:44px;
    font:600 clamp(29px,8.4vw,40px)/1.3 var(--f);letter-spacing:-.015em;
    background:linear-gradient(100deg,var(--ink) 34%,var(--honey) 50%,var(--ink) 66%);
    background-size:260% 100%;background-position:100% 0;
    -webkit-background-clip:text;background-clip:text;color:transparent;
    opacity:0;transform:translateY(16px);
    transition:opacity .5s var(--ease-out),transform .55s var(--ease-out),background-position .7s var(--ease-out)}
  html.menu-open .phm-nav a{opacity:1;transform:none}
  .phm-nav a:nth-child(1){transition-delay:.05s}
  .phm-nav a:nth-child(2){transition-delay:.1s}
  .phm-nav a:nth-child(3){transition-delay:.15s}
  .phm-nav a:nth-child(4){transition-delay:.2s}
  .phm-nav a:nth-child(5){transition-delay:.25s}
  .phm-nav a[aria-current],.phm-nav a:active{background-position:0 0}
  .phm-foot{margin-top:34px;padding-top:20px;border-top:1px solid var(--line);
    display:flex;flex-direction:column;align-items:flex-start;gap:6px;
    opacity:0;transform:translateY(12px);transition-delay:.3s;
    transition:opacity .5s var(--ease-out),transform .55s var(--ease-out)}
  html.menu-open .phm-foot{opacity:1;transform:none}
  .phmenu .cartpill{margin-inline-start:0;min-height:44px;display:inline-flex;align-items:center;gap:10px;
    font:600 16px/1 var(--f);color:var(--ink);opacity:1}
  .phmenu .cartpill svg{width:22px;height:22px}
  .phmenu .cartpill .n{position:static;display:none;transform:none;min-width:23px;height:23px;padding:0 7px;
    font:700 12.5px/23px var(--f);border-radius:999px;background:var(--honey);color:#241705}
  .phmenu .cartpill.has .n{display:inline-block}
  .phm-wa{min-height:44px;display:inline-flex;align-items:center;font:600 16px/1 var(--f);color:var(--honey-deep)}
  /* the questionnaire button inside the phone menu, in the same square vocabulary as the bar */
  /* the questionnaire line reads like the five above it - same type, same rhythm - set in honey so it
     is still the one line that is an action (operator 2026-09-05, screenshot 185) */
  .phm-cta{display:block;padding:11px 0;min-height:44px;margin:0;border:0;
    font:600 clamp(29px,8.4vw,40px)/1.3 var(--f);letter-spacing:-.015em;color:var(--honey-deep);
    opacity:0;transform:translateY(16px);
    transition:opacity .5s var(--ease-out) .3s,transform .55s var(--ease-out) .3s}
  html.menu-open .phm-cta{opacity:1;transform:none}
  .phm-cta:active{color:var(--ink)}
  @media(max-width:760px){
    header nav,header.shell nav{display:none}
    .mbtn{display:grid}
  }
  @media (prefers-reduced-motion:reduce){
    .phmenu,.phm-nav a,.phm-foot{transition:none}
    .phm-nav a,.phm-foot{opacity:1;transform:none}
  }

  /* ═══ phone (R40) — the landing, sized for a hand. Nothing is dropped:
     the nav moves into the menu, her card moves under the hero copy ═══ */
  header .mbtn{color:var(--on-dark)}
  header.inked .mbtn{color:var(--ink)}
  @media(max-width:760px){
    :root{--act:clamp(66px,9vh,104px)}
    header{padding:12px var(--gutter);padding-top:calc(12px + env(safe-area-inset-top,0px))}
    /* the cart travels with the menu button, the brand keeps its own edge */
    header .cartpill{margin-inline-start:auto}
    .brand{min-height:44px}
    footer .f-in p a{display:inline-block;min-width:44px;min-height:44px;line-height:44px}
    header.inked{padding:10px var(--gutter);padding-top:calc(10px + env(safe-area-inset-top,0px))}

    .btn{padding:15px 24px;min-height:46px;line-height:16px}
    .link{min-height:44px;display:inline-flex;align-items:center}

    /* hero: the film keeps her face, the copy clears the notch and the bar */
    /* 2026-09-03 (launch audit, CRITICAL): the copy grew upward past y=0 on short
       viewports and printed under the transparent fixed header (70px at 320x568,
       84px in landscape). Reserve the header's height. */
    .hero .copy{padding:calc(env(safe-area-inset-top,0px) + 78px) var(--gutter) 34px;
      justify-content:flex-end;min-height:0}
    .hero h1{font-size:clamp(38px,10.5vw,46px)}
    .hero .lede{margin:12px 0 20px;font-size:15.5px;line-height:1.7}
    .hero .cta{gap:18px}
    .hero h1{font-size:clamp(38px,10.6vw,52px);max-width:15ch}
    .hero .lede{font-size:17px;line-height:1.7;margin:16px 0 24px;max-width:100%}
    .hero .cta{gap:16px;flex-wrap:wrap}
    .hero .hero-fb{object-position:38% 50%}
    /* the shelf: bigger cards, a shorter run-up */
    .strip .head{flex-wrap:wrap;gap:10px}
    .marq{padding:30px 0 8px}
    .pcard{flex:0 0 172px}
    .cta{gap:18px;flex-wrap:wrap;margin-top:28px}
    .grid2{gap:30px;margin-top:30px}

    /* results, journey, holistic */
    .ba{gap:8px}
    .jtx p{font-size:16px;max-width:none}
    .jtx strong{font-size:19px}
    .jrow{margin-top:44px;gap:20px}
    /* the zigzag survives the phone: figures alternate sides so the golden
       thread keeps snaking between their centers (desktop shape, hand scale) */
    .jrow figure,.jrow.flip figure{width:76%;justify-self:start}
    .jrow.flip figure{justify-self:end}
    .holi .grid4{grid-template-columns:1fr 1fr;gap:8px;margin-top:32px}
    .holi figcaption{padding:44px 12px 12px;font-size:15px}
    .holi .over{padding:16px 12px;gap:6px}
    .holi .over b{font-size:16px}
    .holi .over span{font-size:14.5px;line-height:1.55;max-width:22ch}

    /* the questionnaire door: title first, film under it */
    .scanp .grid2{margin-top:0}
    .scanp .grid2>div:first-child{order:2}
    .scanp .grid2>div:last-child{order:1}

    /* the closing index */
    .mosaic .mtx{padding:54px 14px 16px}
    .mosaic .mtx b{font-size:20px;margin-bottom:4px}
    .mosaic .mtx span{font-size:14px}

    .her figure{max-width:none}
    footer{padding:52px var(--gutter) calc(28px + env(safe-area-inset-bottom,0px))}
    .f-in{gap:26px}
    .fwm{width:min(96%,1100px);margin-bottom:44px}
    footer .small{margin-top:34px;padding-top:18px;line-height:1.7}
  }
  /* touch: what the pointer used to reveal, a tap reveals */
  @media(hover:none){
    html.is-scrolling .marq{pointer-events:auto}
    .marq--touch{overflow-x:auto;overscroll-behavior-x:contain;scrollbar-width:none;
      -webkit-overflow-scrolling:touch}
    .marq--touch::-webkit-scrollbar{display:none}
    .marq--touch .marq-track{animation:none}
    .holi figure.on figcaption{opacity:0}
    .holi figure.on .over{opacity:1}
    .pcard .add{width:44px;height:44px;bottom:6px;inset-inline-end:6px;font-size:24px;
      background:rgba(255,255,255,.92);opacity:1;transform:none;
      box-shadow:0 4px 14px rgba(96,66,32,.14)}
    .cartpill{min-height:44px;min-width:44px;display:inline-flex;justify-content:center}
  }

/* her · the full "my story" text (2026-09-05): a reading measure beside a video that stays put */
.her .story{max-width:38em}
.her .story .h2{margin:0}
.her .story p{margin:16px 0 0;font:400 17px/1.8 var(--f);color:var(--ink-2)}
.her .story p.lede{margin-top:18px;font-size:19px;line-height:1.75;color:var(--ink)}
.her .story p strong{font-weight:600;color:var(--ink)}
.her .story .cta{margin-top:26px}
@media(min-width:921px){.her .grid2{align-items:start}.her figure{position:sticky;top:96px}}
@media(max-width:760px){.her .story p{font-size:16px;line-height:1.75}.her .story p.lede{font-size:17.5px}}
