/* ============================================================================
   VAROLYN HEALTHCARE — "Gallery" page · SECTION 1 (hero + filter chips)  ·  STYLES
   Geist font strictly · brand-green on pearl · mobile-first.
   PERFORMANCE: no backdrop-filter, no JS needed — the entrance reveal is a
   pure opacity/transform CSS animation (GPU, runs once on load, zero CLS:
   elements always occupy their final space). Three small WebP photos only.
   ============================================================================ */
.gx-page{
  --forest:#1a6b5a; --emerald:#25957a; --mint:#3dbf97; --mint-2:#5fd3ab;
  --gold:#f5c842; --pearl:#f2faf7; --ink:#0d1f1a; --sub:#4a6b62; --line:rgba(20,60,45,.12);
  --card:#ffffff; --soft:#e9f6ef; --radius:22px;
  --maxw:1180px; --pad:clamp(20px,5vw,56px);
  font-family:'Geist',system-ui,-apple-system,sans-serif;
  color:var(--ink); background:var(--pearl); -webkit-font-smoothing:antialiased;
  overflow-x:clip;             /* hard guard against any horizontal scroll */
}
.gx-page *{box-sizing:border-box}
.gx-page img{max-width:100%;display:block}
.gx-wrap{width:100%;max-width:var(--maxw);margin:0 auto;padding-inline:var(--pad)}

/* ===================== HERO ===================== */
.gx-hero{position:relative;overflow:hidden;background:
  radial-gradient(120% 80% at 88% -10%,rgba(61,191,151,.16),transparent 55%),
  radial-gradient(90% 70% at 0% 0%,rgba(245,200,66,.10),transparent 50%),
  linear-gradient(180deg,#eef7f3,#f2faf7);
  padding-top:clamp(104px,13vw,140px);padding-bottom:clamp(36px,6vw,60px)}  /* top clearance: fixed navbar never overlaps */

.gx-hero-grid{display:grid;gap:clamp(28px,5vw,48px);align-items:center;grid-template-columns:1fr}
@media (min-width:980px){ .gx-hero-grid{grid-template-columns:1.02fr .98fr} }

/* ---- left: copy ---- */
.gx-eyebrow{display:inline-flex;align-items:center;gap:9px;
  background:#fff;border:1px solid rgba(26,107,90,.18);border-radius:100px;
  padding:9px 18px;font-size:12.5px;font-weight:700;letter-spacing:.14em;
  text-transform:uppercase;color:var(--forest);
  box-shadow:0 8px 22px -12px rgba(16,64,45,.25)}
.gx-eyebrow::before{content:"";width:8px;height:8px;border-radius:50%;background:var(--mint);
  box-shadow:0 0 0 3px rgba(61,191,151,.22),0 0 10px rgba(61,191,151,.65)}

.gx-h1{margin-top:clamp(16px,2.6vw,24px);
  font-size:clamp(30px,5.2vw,54px);line-height:1.12;font-weight:800;
  letter-spacing:-.02em;color:var(--ink)}
.gx-h1 .gx-acc{color:var(--forest)}

.gx-sub{margin-top:clamp(14px,2.2vw,20px);max-width:46ch;
  font-size:clamp(15px,1.7vw,17.5px);line-height:1.65;color:var(--sub)}

.gx-note{display:flex;align-items:center;gap:14px;margin-top:clamp(20px,3.4vw,34px);max-width:52ch}
.gx-note-ic{flex:none;width:52px;height:52px;border-radius:50%;
  background:var(--soft);border:1px solid rgba(26,107,90,.14);
  display:grid;place-items:center;color:var(--forest)}
.gx-note-ic svg{width:24px;height:24px}
.gx-note p{font-size:clamp(13.5px,1.55vw,15.5px);line-height:1.6;color:var(--sub)}

/* ---- right: overlapping photo collage (3 real care moments) ---- */
.gx-collage{position:relative;width:min(560px,100%);margin:0 auto;aspect-ratio:1/1.02;
  -webkit-user-select:none;user-select:none}
/* scattered decorative dots, like the reference */
.gx-collage::before{content:"";position:absolute;inset:-4% -3%;pointer-events:none;
  background:
    radial-gradient(4px 4px at 6% 12%,rgba(61,191,151,.5) 48%,transparent 52%),
    radial-gradient(3px 3px at 16% 4%,rgba(61,191,151,.38) 48%,transparent 52%),
    radial-gradient(5px 5px at 96% 22%,rgba(61,191,151,.42) 48%,transparent 52%),
    radial-gradient(3px 3px at 88% 6%,rgba(26,107,90,.3) 48%,transparent 52%),
    radial-gradient(4px 4px at 4% 78%,rgba(61,191,151,.35) 48%,transparent 52%),
    radial-gradient(3px 3px at 97% 84%,rgba(61,191,151,.45) 48%,transparent 52%),
    radial-gradient(4px 4px at 58% 1%,rgba(26,107,90,.25) 48%,transparent 52%)}
.gx-card{position:absolute;background:#fff;border-radius:24px;padding:7px;
  box-shadow:0 24px 50px -22px rgba(16,64,45,.45),0 6px 18px -8px rgba(16,64,45,.18),
             inset 0 1px 0 rgba(255,255,255,.8);
  transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s ease;
  will-change:transform}
.gx-card img{width:100%;height:100%;object-fit:cover;border-radius:18px;
  aspect-ratio:1/1;pointer-events:none;-webkit-user-drag:none;user-drag:none}                     /* photos are ~1:1 — nothing meaningful is cropped */
/* 3-card overlap mirroring the reference — the top card overlaps only the
   wall/ceiling areas of the lower two, so every baked-in caption and every
   person stays fully visible */
.gx-card.c1{left:0;bottom:0;width:53%;transform:rotate(-5deg);z-index:2}
.gx-card.c2{right:0;bottom:4%;width:44%;transform:rotate(4deg);z-index:1}
.gx-card.c3{left:24%;top:0;width:50%;transform:rotate(2deg);z-index:3}
@media (hover:hover){
  .gx-card:hover{transform:rotate(0deg) translateY(-6px) scale(1.02);z-index:5;
    box-shadow:0 32px 64px -24px rgba(16,64,45,.55),0 10px 24px -10px rgba(16,64,45,.25)}
}

/* ---- filter chips (full width, under both columns) ---- */
.gx-chips{display:flex;flex-wrap:wrap;gap:clamp(9px,1.4vw,13px);
  margin-top:clamp(28px,4.6vw,46px)}
.gx-chip{font-family:inherit;font-size:clamp(13px,1.5vw,14.5px);font-weight:600;
  cursor:pointer;border-radius:100px;padding:11px 20px;line-height:1;
  background:#fff;color:var(--sub);border:1px solid rgba(26,107,90,.16);
  box-shadow:0 6px 16px -10px rgba(16,64,45,.18);
  transition:background .22s ease,color .22s ease,border-color .22s ease,transform .22s ease}
.gx-chip:hover{background:var(--soft);color:var(--forest);border-color:rgba(26,107,90,.3);
  transform:translateY(-1px)}
.gx-chip:focus-visible{outline:3px solid rgba(61,191,151,.5);outline-offset:2px}
.gx-chip.on{background:linear-gradient(135deg,#129773,#0b6e57);color:#fff;border-color:transparent;
  box-shadow:0 12px 26px -10px rgba(18,151,115,.55)}

/* ---- entrance reveal: pure CSS, runs once on load, GPU-only, zero CLS ---- */
@keyframes gx-up{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}
@keyframes gx-pop{from{opacity:0;transform:rotate(var(--gr,0deg)) scale(.94)}
                  to{opacity:1;transform:rotate(var(--gr,0deg)) scale(1)}}
.gx-rv{animation:gx-up .7s cubic-bezier(.22,1,.36,1) both}
.gx-rv.d1{animation-delay:.08s}.gx-rv.d2{animation-delay:.16s}
.gx-rv.d3{animation-delay:.24s}.gx-rv.d4{animation-delay:.32s}
.gx-card.c1{--gr:-5deg}.gx-card.c2{--gr:4deg}.gx-card.c3{--gr:2deg}
.gx-card{animation:gx-pop .8s cubic-bezier(.22,1,.36,1) both}
.gx-card.c2{animation-delay:.12s}.gx-card.c3{animation-delay:.22s}

/* ===================== 2 · FEATURED STORY (video) ===================== */
/* One white rounded card: media panel left (vertical YouTube Short framed in a
   soft brand wash), story copy right — mirroring the reference exactly.
   The iframe is loading="lazy": YouTube's player only downloads when the card
   nears the viewport, so it costs nothing on first paint. */
.gx-feat{padding-block:0 clamp(36px,6vw,64px)}   /* tight: the hero's own bottom padding is the only gap above */
.gx-feat-card{display:grid;grid-template-columns:1fr;background:#fff;
  border:1px solid rgba(20,60,45,.08);border-radius:28px;overflow:hidden;
  box-shadow:0 30px 70px -30px rgba(16,64,45,.35),0 10px 26px -14px rgba(16,64,45,.16),
             inset 0 1px 0 rgba(255,255,255,.8)}
@media (min-width:880px){ .gx-feat-card{grid-template-columns:1.04fr 1fr} }

.gx-feat-media{display:grid;place-items:center;padding:clamp(14px,2.2vw,22px);
  background:
    radial-gradient(120% 90% at 12% 0%,rgba(61,191,151,.16),transparent 58%),
    radial-gradient(110% 90% at 95% 100%,rgba(26,107,90,.12),transparent 55%),
    linear-gradient(165deg,#e3f2ea,#eef8f2)}
.gx-feat-media iframe{display:block;border:0;aspect-ratio:9/16;
  width:min(100%,clamp(240px,26vw,300px));height:auto;
  border-radius:18px;background:#0d1f1a;
  box-shadow:0 22px 48px -20px rgba(16,64,45,.5),0 0 0 1px rgba(20,60,45,.08)}

.gx-feat-body{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;
  padding:clamp(24px,4vw,48px)}
.gx-feat-badge{display:inline-flex;align-items:center;gap:8px;
  background:#fff;border:1px solid rgba(26,107,90,.18);border-radius:100px;
  padding:8px 16px;font-size:11.5px;font-weight:800;letter-spacing:.13em;
  text-transform:uppercase;color:var(--forest);
  box-shadow:0 8px 20px -12px rgba(16,64,45,.25)}
.gx-feat-badge svg{width:13px;height:13px;flex:none}
.gx-feat-h{margin-top:clamp(14px,2.2vw,22px);
  font-size:clamp(24px,3.3vw,37px);line-height:1.2;font-weight:800;
  letter-spacing:-.015em;color:var(--ink);max-width:18ch}
.gx-feat-h .gx-acc{color:var(--forest)}
.gx-feat-quote{display:flex;gap:11px;align-items:flex-start;
  margin-top:clamp(14px,2.2vw,22px);max-width:38ch;
  font-style:italic;color:var(--sub);font-size:clamp(14.5px,1.7vw,17px);line-height:1.62}
.gx-feat-quote svg{flex:none;width:21px;height:21px;margin-top:2px;color:var(--forest)}
.gx-feat-btn{display:inline-flex;align-items:center;gap:9px;
  margin-top:clamp(18px,2.8vw,28px);padding:13px 24px;border-radius:100px;
  background:linear-gradient(135deg,#e3f4ec,#d2ecdf);color:#0e5240;
  font-weight:700;font-size:14px;text-decoration:none;
  border:1px solid rgba(26,107,90,.14);
  box-shadow:0 12px 26px -12px rgba(18,151,115,.4);
  transition:transform .2s ease,box-shadow .25s ease}
.gx-feat-btn svg{width:15px;height:15px;transition:transform .2s ease}
.gx-feat-btn:hover{transform:translateY(-2px);
  box-shadow:0 16px 32px -12px rgba(18,151,115,.5)}
.gx-feat-btn:hover svg{transform:translateX(3px)}
.gx-feat-btn:focus-visible{outline:3px solid rgba(61,191,151,.55);outline-offset:3px}

/* ===================== 3 · CARE IN ACTION (video story cards) ===================== */
/* Four white cards exactly like the reference: photo with rounded corners, mint
   icon circle overlapping the top-left, centred title + patient quote. Each card
   is one link to a YouTube Short (new tab) with a play button over the photo.
   Local WebP thumbnails only — nothing external loads on this page. */
.gx-act{padding-block:0 clamp(40px,7vw,72px)}   /* tight: section 2's bottom padding is the only gap above */
.gx-act-head{text-align:center;margin-bottom:clamp(22px,3.6vw,36px)}
.gx-act-badge{display:inline-flex;align-items:center;gap:8px;
  background:#fff;border:1px solid rgba(26,107,90,.18);border-radius:100px;
  padding:7px 15px;font-size:11px;font-weight:800;letter-spacing:.13em;
  text-transform:uppercase;color:var(--forest);
  box-shadow:0 8px 20px -12px rgba(16,64,45,.25)}
.gx-act-badge::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--mint);
  box-shadow:0 0 0 3px rgba(61,191,151,.2),0 0 9px rgba(61,191,151,.6)}
.gx-act-h2{margin-top:12px;font-size:clamp(25px,3.8vw,40px);line-height:1.15;
  font-weight:800;letter-spacing:-.018em;color:var(--ink)}
.gx-act-h2 .gx-acc{color:var(--forest)}

.gx-act-grid{display:grid;gap:clamp(14px,2.4vw,24px);grid-template-columns:1fr}
@media (min-width:560px){ .gx-act-grid{grid-template-columns:repeat(2,1fr)} }
@media (min-width:1080px){ .gx-act-grid{grid-template-columns:repeat(4,1fr)} }

.gx-act-card{display:block;background:#fff;border-radius:24px;padding:10px 10px 0;
  text-decoration:none;color:inherit;position:relative;
  border:1px solid rgba(20,60,45,.07);
  box-shadow:0 18px 44px -22px rgba(16,64,45,.35),0 6px 16px -10px rgba(16,64,45,.14),
             inset 0 1px 0 rgba(255,255,255,.8);
  transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s ease}
.gx-act-card:hover{transform:translateY(-6px);
  box-shadow:0 28px 60px -24px rgba(16,64,45,.45),0 10px 22px -12px rgba(16,64,45,.2)}
.gx-act-card:focus-visible{outline:3px solid rgba(61,191,151,.6);outline-offset:3px}

.gx-act-media{position:relative;display:block;border-radius:17px;overflow:hidden;
  aspect-ratio:16/11;background:#0f0f0f}   /* same frame as before — only its contents changed */

/* YouTube-style facade: CSS-drawn dark poster, zero image weight.
   The whole poster is one real <button>; the youtube-nocookie iframe is
   created ONLY when it is pressed (see varolyn-gallery.js). */
.gx-act-playbtn{all:unset;-webkit-tap-highlight-color:transparent;cursor:pointer;
  position:absolute;inset:0;display:grid;place-items:center;
  background:radial-gradient(130% 100% at 28% 18%,#212523 0%,#141615 45%,#0f0f0f 100%)}
.gx-act-playbtn:focus-visible{outline:3px solid rgba(61,191,151,.7);outline-offset:-3px;border-radius:17px}
/* red YouTube play button — pure CSS/SVG, ≥44px tappable */
.gx-act-yt{display:grid;place-items:center;width:68px;height:48px;border-radius:14px;
  background:#ff0000;color:#fff;
  box-shadow:0 14px 30px -10px rgba(255,0,0,.55),0 6px 18px rgba(0,0,0,.55);
  transition:transform .25s cubic-bezier(.22,1,.36,1)}
.gx-act-yt svg{width:22px;height:22px;margin-left:2px}
.gx-act-playbtn:hover .gx-act-yt,.gx-act-playbtn:focus-visible .gx-act-yt{transform:scale(1.1)}
.gx-act-playbtn:active .gx-act-yt{transform:scale(.96)}
/* the on-click embed fills the exact same frame — zero layout shift */
.gx-act-media iframe{position:absolute;inset:0;width:100%;height:100%;border:0;background:#000}


.gx-act-q{display:block;text-align:center;margin:14px 0 0;padding:0 8px 18px;
  font-size:clamp(13px,1.5vw,14.5px);line-height:1.55;color:var(--sub)}
/* decorative opening/closing quote marks around the headline */
.gx-act-qm{font-family:Georgia,'Times New Roman',serif;font-weight:700;
  font-size:1.45em;line-height:0;color:var(--emerald);
  position:relative;top:.16em}
.gx-act-qm:first-child{margin-right:2px}
.gx-act-qm:last-child{margin-left:2px}

/* ===================== 4 · PATIENT JOURNEY (timeline) ===================== */
/* Scoped under .vh-journey- — zero bleed. 5 icon nodes on a dotted line,
   a real photo card + title + one-liner under each, exactly like the
   reference. The icon glow is a PRE-BLURRED radial-gradient halo element:
   hidden at rest, faded in with opacity+transform only (compositor-only —
   box-shadow/filter are never animated, so scrolling stays butter). */
.vh-journey{--jr-gap:clamp(14px,2vw,22px);padding-block:0 clamp(44px,7vw,76px)}
.vh-journey-head{text-align:center;margin-bottom:clamp(24px,3.8vw,38px)}
.vh-journey-pill{display:inline-flex;align-items:center;gap:8px;
  background:rgba(255,255,255,.85);border:1px solid rgba(61,191,151,.35);border-radius:100px;
  padding:7px 15px;font-size:11px;font-weight:800;letter-spacing:.13em;
  text-transform:uppercase;color:var(--forest);
  box-shadow:0 8px 20px -12px rgba(16,64,45,.25)}
.vh-journey-pill::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--mint);
  box-shadow:0 0 0 3px rgba(61,191,151,.2),0 0 9px rgba(61,191,151,.6)}
.vh-journey-h2{margin-top:12px;font-size:clamp(24px,3.6vw,38px);line-height:1.16;
  font-weight:800;letter-spacing:-.018em;color:var(--ink)}

/* ---- layout: 5 columns ≥1080 · horizontal snap-scroll 560–1079 · stacked <560 ---- */
.vh-journey-scroll{overflow:visible}
.vh-journey-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:var(--jr-gap)}
@media (max-width:1079px) and (min-width:560px){
  .vh-journey-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;
    scroll-snap-type:x proximity;padding-bottom:14px;
    scrollbar-width:thin;scrollbar-color:rgba(26,107,90,.35) transparent}
  .vh-journey-grid{min-width:920px}
  .vh-journey-step{scroll-snap-align:center}
}
@media (max-width:559px){
  .vh-journey-grid{grid-template-columns:1fr;row-gap:40px;max-width:420px;margin:0 auto}
}

.vh-journey-step{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center}
/* dotted connector: from this node's edge to the next node's edge */
.vh-journey-step::before{content:"";position:absolute;top:31px;
  left:calc(50% + 41px);width:calc(100% + var(--jr-gap) - 82px);
  border-top:2px dotted rgba(26,107,90,.32)}
.vh-journey-step:last-child::before{display:none}
@media (max-width:559px){     /* stacked: short vertical dotted link between steps */
  .vh-journey-step::before{display:none}
  .vh-journey-step + .vh-journey-step::after{content:"";position:absolute;top:-34px;
    left:calc(50% - 1px);height:28px;border-left:2px dotted rgba(26,107,90,.32)}
}

/* ---- icon node: real button, clickable feel, pooled warm glow ---- */
.vh-journey-node{all:unset;-webkit-tap-highlight-color:transparent;cursor:pointer;
  position:relative;width:64px;height:64px;margin-bottom:18px;
  transition:transform .25s cubic-bezier(.22,1,.36,1)}
.vh-journey-node:hover{transform:translateY(-2px) scale(1.04)}
.vh-journey-node:active{transform:scale(.96)}
.vh-journey-node:focus-visible{outline:3px solid rgba(61,191,151,.6);outline-offset:4px;border-radius:50%}
/* the halo: pre-blurred warm pool (honey core → brand green), tight — not scattered.
   Hidden at rest; ONLY opacity/transform animate. Never box-shadow, never filter. */
.vh-journey-halo{position:absolute;inset:-46%;border-radius:50%;pointer-events:none;
  opacity:0;transform:scale(.78);
  transition:opacity .35s ease,transform .35s cubic-bezier(.22,1,.36,1);
  background:radial-gradient(circle,
    rgba(245,200,66,.40) 0%, rgba(170,205,125,.30) 24%,
    rgba(61,191,151,.22) 42%, rgba(61,191,151,.07) 58%, transparent 67%)}
.vh-journey-node:hover .vh-journey-halo,
.vh-journey-node:focus-visible .vh-journey-halo,
.vh-journey-node:active .vh-journey-halo{opacity:1;transform:scale(1)}
.vh-journey-circle{position:absolute;inset:0;border-radius:50%;
  display:grid;place-items:center;color:var(--forest);
  background:linear-gradient(150deg,#eaf7f0,#d6efe2);
  border:1px solid rgba(61,191,151,.4);
  box-shadow:0 10px 24px -12px rgba(16,64,45,.35),inset 0 1px 0 rgba(255,255,255,.8)}
.vh-journey-circle svg{width:27px;height:27px}

/* ---- photo card + copy ---- */
.vh-journey-photo{width:100%;border-radius:18px;overflow:hidden;aspect-ratio:3/2;
  -webkit-user-select:none;user-select:none;
  background:var(--soft);
  box-shadow:0 18px 40px -20px rgba(16,64,45,.4),0 6px 16px -10px rgba(16,64,45,.16)}
.vh-journey-photo img{width:100%;height:100%;object-fit:cover;display:block;
  pointer-events:none;-webkit-user-drag:none;user-drag:none}
.vh-journey-t{margin-top:14px;font-size:clamp(15px,1.6vw,17px);font-weight:800;color:var(--ink)}
.vh-journey-d{margin-top:6px;max-width:26ch;font-size:clamp(12.5px,1.45vw,14px);
  line-height:1.55;color:var(--sub)}

@media (prefers-reduced-motion:reduce){
  .vh-journey-node,.vh-journey-halo{transition:none}
  .vh-journey-node:hover{transform:none}
  .vh-journey-node:hover .vh-journey-halo{opacity:.45;transform:scale(1)}  /* static subtle highlight */
}

/* ===================== 5 · TEAM MOMENTS (tile gallery) ===================== */
/* Scoped under .vh-tm- — zero bleed. Reference-style mosaic: 4 columns with a
   tall centre tile spanning both rows. Patient faces in these photos are
   PERMANENTLY blurred in the source files — that is the real privacy layer.
   The save-deterrents (no right-click / drag / select) only stop casual
   saving; they are NOT security and cannot stop screenshots — honest note. */
.vh-tm{padding-block:0 clamp(44px,7vw,76px);
  -webkit-user-select:none;user-select:none}
.vh-tm-head{text-align:center;margin-bottom:clamp(24px,3.8vw,38px)}
.vh-tm-pill{display:inline-flex;align-items:center;gap:8px;
  background:rgba(255,255,255,.85);border:1px solid rgba(61,191,151,.35);border-radius:100px;
  padding:7px 15px;font-size:11px;font-weight:800;letter-spacing:.13em;
  text-transform:uppercase;color:var(--forest);
  box-shadow:0 8px 20px -12px rgba(16,64,45,.25)}
.vh-tm-pill::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--mint);
  box-shadow:0 0 0 3px rgba(61,191,151,.2),0 0 9px rgba(61,191,151,.6)}
.vh-tm-h2{margin-top:12px;font-size:clamp(24px,3.6vw,38px);line-height:1.16;
  font-weight:800;letter-spacing:-.018em;color:var(--ink)}

/* ---- mosaic: 4 cols + tall centre (desktop) · 2 cols (tablet) · 1 col (mobile) ---- */
.vh-tm-grid{display:grid;gap:clamp(12px,1.6vw,16px);grid-template-columns:1fr;
  grid-template-areas:"a" "b" "c" "d" "e" "f" "g"}
@media (min-width:560px) and (max-width:1023px){
  .vh-tm-grid{grid-template-columns:1fr 1fr;
    grid-template-areas:"a b" "c d" "c e" "f g"}
}
@media (min-width:1024px){
  .vh-tm-grid{grid-template-columns:repeat(4,1fr);
    grid-template-areas:"a b c d" "e f c g"}
}
.vh-tm-tile{position:relative;border-radius:18px;overflow:hidden;
  box-shadow:0 16px 36px -18px rgba(16,64,45,.35),0 5px 14px -8px rgba(16,64,45,.14);
  background:linear-gradient(160deg,#e7f4ed,#f2faf7);
  transition:transform .3s cubic-bezier(.22,1,.36,1)}
@media (hover:hover){ .vh-tm-tile:hover{transform:translateY(-4px) scale(1.015)} }
.vh-tm-tile img{width:100%;height:100%;display:block;
  pointer-events:none;-webkit-user-drag:none;user-drag:none}
/* transparent overlay: a casual right-click / drag grabs this, not the image.
   (Deterrent only — screenshots and DevTools can always capture what a screen
   shows. The blurred faces in the files are the actual protection.) */
.vh-tm-tile::after{content:"";position:absolute;inset:0}

/* per-slot aspect ratios (chosen so no face is ever cropped) */
.vh-tm-tile.ta{grid-area:a}.vh-tm-tile.tb{grid-area:b}.vh-tm-tile.tc{grid-area:c}
.vh-tm-tile.td{grid-area:d}.vh-tm-tile.te{grid-area:e}.vh-tm-tile.tf{grid-area:f}
.vh-tm-tile.tg{grid-area:g}
/* story-cards (documents): CONTAIN — text and inner photos never crop */
.vh-tm-tile.ta,.vh-tm-tile.tb,.vh-tm-tile.td{aspect-ratio:1.25}
.vh-tm-tile.ta img,.vh-tm-tile.tb img,.vh-tm-tile.td img{object-fit:contain}
/* real photos: COVER with face-safe object-position (faces sit upper/middle) */
.vh-tm-tile.te,.vh-tm-tile.tf,.vh-tm-tile.tg{aspect-ratio:.85}
.vh-tm-tile.te img,.vh-tm-tile.tf img,.vh-tm-tile.tg img{object-fit:cover}
.vh-tm-tile.te img{object-position:50% 6%}
.vh-tm-tile.tf img{object-position:50% 10%}
.vh-tm-tile.tg img{object-position:50% 28%}
/* tall centre photo: fills both rows on desktop/tablet */
.vh-tm-tile.tc img{object-fit:cover;object-position:50% 18%}
.vh-tm-tile.tc{aspect-ratio:.62}
@media (min-width:560px){ .vh-tm-tile.tc{aspect-ratio:auto;height:100%} }
/* mobile: every tile gets its own face-safe ratio */
@media (max-width:559px){
  .vh-tm-tile.te,.vh-tm-tile.tf,.vh-tm-tile.tg{aspect-ratio:.8}
}

@media (prefers-reduced-motion:reduce){ .vh-tm-tile{transition:none} }

/* ===================== 6 · NEED CARE AT HOME? (CTA banner) ===================== */
/* Scoped under .vh-cta- — zero bleed. One light glass banner before the footer:
   the Asha mascot (cloned from the live-chat launcher: same image, same
   machine-calibrated face coordinates, same wave/blink/smile keyframes —
   but with NO circle background, fully transparent), headline + two CTAs,
   and four stat items with dividers. All animation is the mascot's own
   tiny transform/opacity loops — nothing scroll-bound, nothing heavy. */
.vh-cta{padding-block:0 clamp(40px,6vw,68px)}
.vh-cta-card{position:relative;display:grid;gap:clamp(18px,2.6vw,28px);
  grid-template-columns:1fr;align-items:center;
  background:linear-gradient(165deg,rgba(255,255,255,.72),rgba(236,247,241,.66));
  border:1px solid rgba(255,255,255,.85);border-radius:28px;
  padding:clamp(22px,3.4vw,34px) clamp(20px,3.4vw,38px);
  box-shadow:0 30px 70px -32px rgba(16,64,45,.35),0 10px 26px -16px rgba(16,64,45,.14),
             inset 0 1px 0 rgba(255,255,255,.9)}
@media (min-width:1080px){
  .vh-cta-card{grid-template-columns:auto 1.05fr 1.5fr}
}

/* ---- the mascot — transparent, no backing, gentle wave (cloned coords) ---- */
.vh-cta-botbox{position:relative;width:clamp(120px,15vw,176px);aspect-ratio:1/1;
  margin:0 auto;flex:none}
@media (min-width:1080px){ .vh-cta-botbox{margin-top:-44px} }  /* head peeks above the card, like the reference */
.vh-cta-bot{position:absolute;left:7%;top:4%;width:86%;height:92%;
  transform-origin:50% 100%;animation:vh-cta-wave 8s ease-in-out infinite}
.vh-cta-bot img{width:100%;height:100%;object-fit:contain;display:block;pointer-events:none}
@keyframes vh-cta-wave{
  0%,8%{transform:rotate(0deg)} 12%{transform:rotate(-4deg)} 18%{transform:rotate(4deg)}
  24%{transform:rotate(-3deg)} 30%{transform:rotate(3deg)} 36%,100%{transform:rotate(0deg)}
}
.vh-cta-lid{position:absolute;background:#131516;border-radius:45%;pointer-events:none;
  transform:scaleY(0);transform-origin:50% 0;animation:vh-cta-blink 4.2s linear infinite}
.vh-cta-lid.l{left:38.5%;top:14%;width:9.5%;height:5.5%}
.vh-cta-lid.r{left:53%;top:14.5%;width:9.5%;height:5.5%;animation-delay:.05s}
@keyframes vh-cta-blink{0%,93%{transform:scaleY(0)}95%{transform:scaleY(1)}97%{transform:scaleY(1)}100%{transform:scaleY(0)}}
.vh-cta-grin{position:absolute;left:43.5%;top:23.5%;width:13%;height:5%;pointer-events:none;
  border-bottom:2px solid rgba(255,255,255,0);border-radius:0 0 50% 50%;
  animation:vh-cta-smile 8s ease-in-out infinite}
@keyframes vh-cta-smile{0%,8%{transform:scaleX(1)}18%{transform:scaleX(1.08)}30%{transform:scaleX(1.05)}36%,100%{transform:scaleX(1)}}

/* ---- copy + CTAs ---- */
.vh-cta-copy{text-align:center}
@media (min-width:1080px){ .vh-cta-copy{text-align:left} }
.vh-cta-h2{font-size:clamp(23px,3vw,32px);line-height:1.2;font-weight:800;
  letter-spacing:-.015em;color:var(--ink)}
.vh-cta-h2 .gx-acc{color:var(--forest)}
.vh-cta-sub{margin-top:7px;font-size:clamp(14px,1.6vw,16px);color:var(--sub)}
.vh-cta-btns{display:flex;flex-wrap:wrap;gap:12px;margin-top:clamp(16px,2.2vw,22px);
  justify-content:center}
@media (min-width:1080px){ .vh-cta-btns{justify-content:flex-start} }
.vh-cta-book{display:inline-flex;align-items:center;gap:9px;padding:13px 24px;
  border-radius:100px;background:linear-gradient(135deg,#129773,#0b6e57);color:#fff;
  font-weight:700;font-size:14px;text-decoration:none;
  box-shadow:0 14px 30px -12px rgba(18,151,115,.6);
  transition:transform .2s ease,box-shadow .25s ease}
.vh-cta-book svg{width:15px;height:15px;transition:transform .2s ease}
.vh-cta-book:hover{transform:translateY(-2px);box-shadow:0 18px 36px -12px rgba(18,151,115,.7)}
.vh-cta-book:hover svg{transform:translateX(3px)}
.vh-cta-wa{display:inline-flex;align-items:center;gap:9px;padding:13px 22px;
  border-radius:100px;background:#fff;color:#0e5240;font-weight:700;font-size:14px;
  text-decoration:none;border:1px solid rgba(26,107,90,.16);
  box-shadow:0 10px 24px -14px rgba(16,64,45,.3);
  transition:transform .2s ease,box-shadow .25s ease}
.vh-cta-wa svg{width:17px;height:17px;color:#1faa59}
.vh-cta-wa:hover{transform:translateY(-2px);box-shadow:0 14px 28px -14px rgba(16,64,45,.4)}
.vh-cta-book:focus-visible,.vh-cta-wa:focus-visible{outline:3px solid rgba(61,191,151,.6);outline-offset:3px}

/* ---- stats with dividers ---- */
.vh-cta-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(14px,2vw,0px)}
@media (min-width:640px){ .vh-cta-stats{grid-template-columns:repeat(4,1fr)} }
.vh-cta-stat{padding:4px clamp(10px,1.6vw,20px);text-align:left}
@media (min-width:640px){
  .vh-cta-stat + .vh-cta-stat{border-left:1px solid rgba(20,60,45,.13)}
}
.vh-cta-stat .vh-cta-ic{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;
  color:var(--forest);background:var(--soft);border:1px solid rgba(61,191,151,.3);
  margin-bottom:9px}
.vh-cta-ic svg{width:19px;height:19px}
.vh-cta-stat b{display:block;font-size:clamp(15px,1.7vw,17px);font-weight:800;color:var(--ink)}
.vh-cta-stat span:not(.vh-cta-ic){display:block;font-size:clamp(12.5px,1.4vw,14px);color:var(--sub);margin-top:2px}
/* phones (2-col grid): mirror the right column so its icon + text hug the RIGHT
   edge instead of floating at the section's centre — gives a tidy, balanced
   two-column block. Desktop 4-col layout (>=640px) is untouched. */
@media (max-width:639px){
  .vh-cta-stat:nth-child(even){text-align:right}
  .vh-cta-stat:nth-child(even) .vh-cta-ic{margin-left:auto}
}

@media (prefers-reduced-motion:reduce){
  .vh-cta-bot,.vh-cta-lid,.vh-cta-grin{animation:none}
  .vh-cta-book,.vh-cta-wa{transition:none}
}

@media (prefers-reduced-motion:reduce){
  .gx-rv,.gx-card{animation:none}
  .gx-card,.gx-chip,.gx-feat-btn,.gx-act-card,.gx-act-yt{transition:none}
}

/* PC: align hero copy top with collage top (badge -> top image card) — PC only, two-col layout unchanged below 1200 */
@media (min-width:1200px){ .gx-hero-grid{align-items:start} }
