/* ============================================================================
   VAROLYN HEALTHCARE — "About Us" page  ·  STYLES
   Geist font strictly · brand-green glassmorphism on pearl · mobile-first.
   PERFORMANCE: no backdrop-filter, no GSAP, no heavy filters — reveals are
   pure opacity/transform (GPU) toggled by a tiny IntersectionObserver, so it
   stays buttery on 2GB-RAM Android. One real photo (hero LCP); every other
   "image" is CSS/SVG → minimal requests, fast LCP, fast mobile load.
   ============================================================================ */
.ab-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 */
}
.ab-page *{box-sizing:border-box}
.ab-page img{max-width:100%;display:block}
.ab-wrap{width:100%;max-width:var(--maxw);margin:0 auto;padding-inline:var(--pad)}
.ab-section{padding-block:clamp(36px,6vw,64px)}   /* SPACING TRIM: boundary whitespace tightened to the page's approved rhythm (was clamp(54px,9vw,104px) → up to 208px of white at each boundary); content untouched — this is the BETWEEN-sections padding only */

/* reveal-on-scroll (transform+opacity only) */
.ab-rv{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s cubic-bezier(.22,1,.36,1)}
.ab-rv.in{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){ .ab-rv{opacity:1;transform:none;transition:none} }

/* shared bits */
.ab-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:600;
  letter-spacing:.16em;text-transform:uppercase;color:var(--forest);
  background:var(--soft);border:1px solid var(--line);border-radius:100px;padding:7px 15px;margin-bottom:18px}
.ab-eyebrow::before{content:"";width:6px;height:6px;border-radius:50%;background:var(--mint);box-shadow:0 0 0 3px rgba(61,191,151,.25)}
.ab-h2{font-weight:800;font-size:clamp(27px,4.4vw,44px);line-height:1.1;letter-spacing:-.02em;margin:0 0 14px}
.ab-h2 .hl{color:var(--emerald)}
.ab-lead{color:var(--sub);font-size:clamp(15px,1.7vw,17px);line-height:1.75;font-weight:400;max-width:60ch}
.ab-crumb{font-size:13px;color:var(--sub);font-weight:500;margin-bottom:16px}
.ab-crumb a{color:var(--forest);text-decoration:none}
.ab-crumb a:hover{text-decoration:underline}

/* buttons */
.ab-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;font-family:inherit;
  font-size:15px;font-weight:600;line-height:1;padding:14px 24px;border-radius:100px;cursor:pointer;
  text-decoration:none;border:1px solid transparent;transition:transform .2s ease,box-shadow .25s ease,background .25s ease;min-height:48px}
.ab-btn svg{width:17px;height:17px;flex:none}
.ab-btn-primary{background:linear-gradient(180deg,#2ad98f,#19c37d 55%,#0fa968);color:#06281c;
  box-shadow:0 10px 24px rgba(15,169,104,.30),inset 0 1px 0 rgba(255,255,255,.5)}
.ab-btn-primary:hover{transform:translateY(-2px);box-shadow:0 16px 32px rgba(15,169,104,.40),inset 0 1px 0 rgba(255,255,255,.55)}
.ab-btn-ghost{background:#fff;color:var(--forest);border-color:var(--line);box-shadow:0 4px 14px rgba(20,60,45,.08)}
.ab-btn-ghost:hover{transform:translateY(-2px);background:#fff;box-shadow:0 10px 24px rgba(20,60,45,.14)}
.ab-btn:focus-visible{outline:3px solid rgba(37,149,122,.55);outline-offset:3px}

/* a soft green decorative blob helper (CSS only, cheap) */
.ab-blob{position:absolute;border-radius:50%;pointer-events:none;z-index:0;opacity:.5;
  background:radial-gradient(circle,rgba(61,191,151,.5),rgba(61,191,151,0) 70%)}

/* ============================ 1 · HERO ============================ */
.ab-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)}
.ab-hero-grid{display:grid;gap:clamp(28px,5vw,48px);align-items:center;
  padding-top:clamp(104px,13vw,140px);padding-bottom:clamp(40px,7vw,72px)}   /* FIX_01 — top clearance so the fixed navbar never overlaps the breadcrumb/heading/logo */
/* FIX_03 — "Read More" inline toggle for the long story */
.ab-readmore{display:inline-flex;align-items:center;gap:5px;font:inherit;font-weight:700;color:var(--forest);
  background:none;border:0;padding:0 0 0 6px;cursor:pointer;text-decoration:underline;text-underline-offset:3px}
.ab-readmore::after{content:"\203A";font-weight:800;text-decoration:none;transform:translateY(-1px)}
.ab-readmore[aria-expanded="true"]::after{content:"\2039"}
.ab-readmore:hover{color:var(--emerald)}
.ab-readmore:focus-visible{outline:3px solid rgba(37,149,122,.5);outline-offset:2px;border-radius:5px}
.ab-more[hidden]{display:none}
.ab-hero h1{font-weight:800;font-size:clamp(31px,3.2vw,38px);line-height:1.12;letter-spacing:-.025em;margin:0 0 18px}   /* heading scale matched to reference → clean 2-line wrap on desktop, breaking after "Home," exactly like the reference (was clamp 32-56 → wrapped to 4 lines) */
.ab-hero h1 .hl{color:var(--emerald)}
.ab-hero .ab-lead{margin-bottom:26px}
.ab-hero-cta{display:flex;flex-wrap:wrap;gap:12px}
.ab-hero-media{position:relative;width:340px;max-width:82vw;margin:0 auto;align-self:start}   /* FIX_02 — ONE consistent logo size on PC/tablet/mobile (capped, never full-width); top-aligned beside the heading now the story is long */
.ab-hero-frame{position:relative;border-radius:clamp(36px,4vw,46px);
  background:linear-gradient(158deg,#ffffff 0%,#f4fbf8 52%,#e9f6f0 100%);
  padding:clamp(20px,6%,30px);display:flex;flex-direction:column;align-items:center;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.92),0 2px 6px rgba(20,74,58,.06),0 22px 48px -16px rgba(20,74,58,.28),0 0 56px rgba(61,191,151,.26)}   /* reference: big-radius rounded-square, NO hard border ring — just soft diffused shadow + faint glow (box-shadow only, no blur filter → cheap, buttery) */
.ab-hero-frame::before{content:"";position:absolute;inset:0;z-index:0;border-radius:inherit;pointer-events:none;
  background:radial-gradient(115% 85% at 16% 6%,rgba(61,191,151,.20),transparent 56%),radial-gradient(110% 80% at 90% 96%,rgba(37,149,122,.18),transparent 56%)}   /* subtle green light-scatter inside the card */
.ab-hero-frame>*{position:relative;z-index:1}   /* logo + tagline sit above the scatter */
.ab-hero-logo{width:100%;aspect-ratio:1/1;min-height:0;position:relative}   /* square stage, space reserved before paint → CLS 0 */
.ab-hero-logo img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;object-position:center;padding:8%}   /* logo LARGE & perfectly centred, small even breathing gap (reference) — absolutely sized by the square stage so 100% truly = the stage (the old in-flow height:100% resolved as auto → the portrait art overflowed the card) */
.ab-hero-chip{display:flex;align-items:center;gap:14px;width:fit-content;max-width:100%;
  margin:clamp(18px,2.4vw,26px) auto 0;        /* STANDALONE card BELOW the logo card with a clear ~20–26px gap — separate, never overlapping (reference match); in-flow with intrinsic size → CLS 0 */
  background:#ffffff;border-radius:18px;padding:14px 18px;
  box-shadow:0 12px 30px -10px rgba(20,74,58,.20)}
.ab-hero-chip .ic{width:clamp(48px,4.5vw,54px);height:clamp(48px,4.5vw,54px);border-radius:14px;
  display:grid;place-items:center;color:#fff;flex:none;
  background:linear-gradient(180deg,#16a575,#0b6e57)}   /* dark teal→green vertical tile with white heart (reference) */
.ab-hero-chip .ic svg{width:24px;height:24px}
.ab-hero-chip b{display:block;font-size:17px;font-weight:700;color:#111;line-height:1.2}
.ab-hero-chip span{font-size:13.5px;color:#5a6b66}

/* ============================ 2 · STATS ============================ */
.ab-stats{background:var(--forest);color:#eafff6;position:relative;overflow:hidden;padding-block:clamp(26px,4vw,44px)}   /* FIX_01 — trim the tall green bar: compact, balanced vertical padding (overrides .ab-section's clamp(54px,9vw,104px)) on all devices */
.ab-stats::before{content:"";position:absolute;inset:0;background:
  radial-gradient(80% 120% at 100% 0,rgba(61,191,151,.35),transparent 55%),
  radial-gradient(70% 120% at 0 100%,rgba(15,169,104,.4),transparent 55%);opacity:.6}
.ab-stats-grid{position:relative;display:grid;grid-template-columns:1fr;gap:8px;text-align:center}
.ab-stat{padding:12px 14px}   /* FIX_01 — less vertical padding per stat */
/* FIX_02 — ONE uniform NUMBER size for all four stats. 40px ceiling keeps the widest
   number ("Pan-India") comfortably on one line inside the narrowest 4-column box
   (~196px @1024px; Geist "Pan-India" ≈185px → ~11px headroom). No white-space:nowrap,
   so the rare FOUT / wider-fallback-font edge degrades to a graceful wrap instead of a
   horizontal overflow — never a layout shift. */
.ab-stat b{display:block;font-size:clamp(30px,4vw,40px);font-weight:800;letter-spacing:-.02em;line-height:1;
  background:linear-gradient(180deg,#ffffff,#bff3dc);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:#fff}
/* FIX_02 — label rule scoped to the DIRECT child span only, so it no longer shrinks the
   count-up number <span data-count> nested inside <b> (that bug made 10,000+/5,000+ tiny). */
.ab-stat > span{display:block;margin-top:8px;font-size:14px;font-weight:500;color:#bfe9d6;letter-spacing:.01em}

/* ============================ 3/4 · SPLIT ROWS (mission/vision) ============================ */
.ab-split{display:grid;gap:clamp(26px,5vw,56px);align-items:center}
.ab-split .ab-figure{order:-1}
.ab-split.reverse .ab-figure{order:-1}
/* Mission/Vision: real circular illustration replaces the icon placeholder. Clean, premium,
   MODEST size so it supports (never dominates) the text — mobile ~200px, tablet ~240px, desktop ~300px. */
.ab-figure{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center}
.ab-fig-icon{display:block;width:clamp(150px,30vw,200px);height:auto;aspect-ratio:1/1;color:var(--forest)}   /* MISSION & VISION icons — crisp inline-SVG line art; transparent (no white box, no ghosting); ONE balanced medium size, consistent on mobile/tablet/PC */
.ab-figure .glyph{width:clamp(96px,18vw,150px);height:clamp(96px,18vw,150px);border-radius:28px;display:grid;place-items:center;
  color:#fff;background:linear-gradient(160deg,#3dbf97,#1a6b5a);box-shadow:0 20px 44px rgba(26,107,90,.34)}
.ab-figure .glyph svg{width:54%;height:54%}
.ab-figure .pat{position:absolute;inset:0;opacity:.5;background-image:radial-gradient(rgba(26,107,90,.16) 1.4px,transparent 1.4px);background-size:22px 22px}
.ab-figure .fchip{position:relative;margin-top:-15px;z-index:2;background:#fff;border:1px solid var(--line);border-radius:14px;
  padding:10px 14px;box-shadow:0 12px 26px rgba(20,74,58,.16);font-size:13px;font-weight:600;color:var(--forest)}
.ab-figure .fchip b{color:var(--forest);font-weight:800}
.ab-checks{list-style:none;padding:0;margin:22px 0 0;display:grid;gap:12px}
.ab-checks li{display:flex;align-items:flex-start;gap:11px;font-size:15px;font-weight:500;color:var(--ink)}
.ab-checks .ck{flex:none;width:24px;height:24px;border-radius:50%;display:grid;place-items:center;color:#fff;
  background:linear-gradient(160deg,#3dbf97,#25957a);margin-top:1px}
.ab-checks .ck svg{width:13px;height:13px}

/* ============================ 5 · WHY / ACCORDION ============================ */
.ab-why-grid{display:grid;gap:clamp(26px,5vw,52px);align-items:start}
.ab-acc{display:grid;gap:12px}
.ab-acc-item{background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;
  box-shadow:0 6px 18px rgba(20,74,58,.06);transition:box-shadow .25s ease,border-color .25s ease}
.ab-acc-item.open{border-color:rgba(37,149,122,.4);box-shadow:0 14px 34px rgba(20,74,58,.12)}
.ab-acc-btn{width:100%;display:flex;align-items:center;gap:14px;text-align:left;background:none;border:0;cursor:pointer;
  font-family:inherit;font-size:clamp(15px,2vw,17px);font-weight:600;color:var(--ink);padding:18px 18px;min-height:60px}
.ab-acc-btn .num{flex:none;width:30px;height:30px;border-radius:9px;display:grid;place-items:center;font-size:13px;font-weight:700;
  color:var(--forest);background:var(--soft);border:1px solid var(--line)}
.ab-acc-btn .ch{margin-left:auto;flex:none;width:22px;height:22px;color:var(--emerald);transition:transform .3s ease}
.ab-acc-item.open .ab-acc-btn .ch{transform:rotate(45deg)}
.ab-acc-btn:focus-visible{outline:3px solid rgba(37,149,122,.5);outline-offset:-2px;border-radius:12px}
.ab-acc-panel{max-height:0;overflow:hidden;transition:max-height .34s ease}
.ab-acc-panel p{margin:0;padding:0 18px 20px 62px;color:var(--sub);font-size:14.5px;line-height:1.7}

/* ============================ 7 · TESTIMONIALS ============================ */
.ab-trust-grid{display:grid;grid-template-columns:1fr;gap:18px}
.ab-tcard{background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px 22px;
  box-shadow:0 8px 22px rgba(20,74,58,.07);display:flex;flex-direction:column;gap:14px}
.ab-stars{display:flex;gap:3px;color:var(--gold)}
.ab-stars svg{width:17px;height:17px}
.ab-tcard p{margin:0;color:var(--ink);font-size:15px;line-height:1.7;flex:1}
.ab-tperson{display:flex;align-items:center;gap:12px;border-top:1px solid var(--line);padding-top:14px}
.ab-tperson .av{flex:none;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;font-weight:700;font-size:15px;
  color:#fff;background:linear-gradient(160deg,#3dbf97,#1a6b5a)}
.ab-tperson b{display:block;font-size:14.5px;font-weight:700;color:var(--ink)}
.ab-tperson span{display:block;font-size:12.5px;color:var(--sub)}

/* ============================ 8 · JOURNEY (timeline) ============================ */
.ab-timeline{position:relative;display:grid;gap:22px;margin-top:clamp(26px,4vw,44px)}
.ab-timeline::before{content:"";position:absolute;left:15px;top:6px;bottom:6px;width:2px;background:linear-gradient(180deg,var(--mint),rgba(61,191,151,.15))}
.ab-tl{position:relative;padding-left:48px}
.ab-tl .dot{position:absolute;left:6px;top:3px;width:20px;height:20px;border-radius:50%;background:#fff;border:3px solid var(--mint);box-shadow:0 0 0 4px rgba(61,191,151,.16)}
.ab-tl .yr{font-size:13px;font-weight:700;color:var(--forest);letter-spacing:.04em}
.ab-tl b{display:block;font-size:17px;font-weight:700;color:var(--ink);margin:3px 0 5px}
.ab-tl p{margin:0;color:var(--sub);font-size:14.5px;line-height:1.65;max-width:60ch}

/* ============================ 9 · CTA ============================ */
.ab-cta-band{position:relative;overflow:hidden;border-radius:clamp(22px,3vw,34px);
  background:linear-gradient(135deg,#1a6b5a,#0e2a23 92%);color:#eafff6;padding:clamp(34px,6vw,64px) clamp(22px,5vw,60px);
  box-shadow:0 30px 70px rgba(14,42,35,.34)}
.ab-cta-band::before{content:"";position:absolute;inset:0;background:
  radial-gradient(60% 120% at 100% 0,rgba(61,191,151,.4),transparent 55%),
  radial-gradient(50% 120% at 0 100%,rgba(245,200,66,.18),transparent 55%);opacity:.7}
.ab-cta-inner{position:relative;display:grid;gap:22px;align-items:center}
.ab-cta-band h2{font-size:clamp(26px,4.2vw,42px);font-weight:800;letter-spacing:-.02em;line-height:1.12;margin:0 0 10px}
.ab-cta-band p{margin:0;color:#bfe9d6;font-size:clamp(15px,1.7vw,17px);line-height:1.7;max-width:54ch}
.ab-cta-actions{display:flex;flex-wrap:wrap;gap:12px}
.ab-cta-band .ab-btn-ghost{background:rgba(255,255,255,.10);color:#fff;border-color:rgba(255,255,255,.28)}
.ab-cta-band .ab-btn-ghost:hover{background:rgba(255,255,255,.18)}

/* ============================ RESPONSIVE ============================ */
@media (min-width:600px){
  .ab-stats-grid{grid-template-columns:repeat(2,1fr)}
  .ab-trust-grid{grid-template-columns:repeat(2,1fr)}
}
@media (min-width:768px){
  .ab-hero-grid{grid-template-columns:minmax(0,1.9fr) minmax(0,1fr);align-items:start}   /* wider text column (reference match) so the heading sits on 2 clean lines; BOTH columns top-aligned so the card's 78px offset lands it exactly at heading level (the base align-items:center would re-centre the copy as the row grows) */
  .ab-hero-media{align-self:start;width:100%;max-width:400px;margin-inline:auto;margin-top:78px}   /* PC/TABLET — card top lands level with the HEADING (reference): 78px ≈ breadcrumb+pill block above the h1; square logo card on top, detached badge below (mobile <768px keeps the base capped/centred box, untouched) */
  .ab-split{grid-template-columns:1fr 1fr}
  .ab-split .ab-figure{order:0}
  .ab-split.reverse .ab-content{order:1}        /* vision (PC/tablet only): content/text LEFT */
  .ab-split.reverse .ab-figure{order:2}         /* vision (PC/tablet only): image RIGHT */
  .ab-why-grid{grid-template-columns:.82fr 1.18fr}
  .ab-why-grid .ab-why-intro{position:sticky;top:96px}
  .ab-grat{padding-top:clamp(28px,3.2vw,46px)}   /* FIX_04 — trim the big empty gap above the testimonial section on PC/tablet (mobile keeps its padding) */
}
@media (min-width:1024px){
  .ab-stats-grid{grid-template-columns:repeat(4,1fr)}
  .ab-trust-grid{grid-template-columns:repeat(3,1fr)}
  .ab-cta-inner{grid-template-columns:1.3fr .7fr}
  .ab-cta-actions{justify-content:flex-end}
  .ab-stat{border-right:1px solid rgba(255,255,255,.14)}
  .ab-stat:last-child{border-right:0}
}

/* ============================ 5b · DOCTOR TESTIMONIAL / GRATITUDE ============================ */
.ab-grat{background:linear-gradient(180deg,#ffffff,#f5fbf8)}
.ab-grat-top{text-align:center;max-width:780px;margin:0 auto clamp(28px,5vw,46px)}
/* FIX_01 — heart-in-hands mark removed from the top of the section; gap trimmed */
.ab-grat-eyebrow{margin:0;font-size:13px;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:#c79a3b}
.ab-grat-divider{display:block;margin:9px auto 0;color:var(--gold)}
.ab-grat-divider svg{width:15px;height:15px}
.ab-grat-title{font-family:'Playfair Display',Georgia,serif;font-weight:700;color:var(--forest);
  font-size:clamp(23px,3.7vw,40px);line-height:1.2;letter-spacing:-.01em;margin:14px 0 0}
.ab-grat-sub{margin:14px auto 0;max-width:560px;color:var(--sub);font-size:clamp(15px,1.7vw,17px);line-height:1.7}

.ab-grat-grid{display:grid;gap:clamp(18px,3vw,26px);align-items:stretch}
.ab-grat-card{background:#fff;border:1px solid var(--line);border-radius:20px;
  box-shadow:0 14px 36px rgba(20,74,58,.08);padding:clamp(22px,4vw,36px)}

/* left · person */
.ab-grat-person{display:flex;flex-direction:column;align-items:center;text-align:center}
.ab-grat-photo-wrap{position:relative;width:clamp(170px,46vw,224px);aspect-ratio:1/1;margin:0 auto 16px}
.ab-grat-photo{width:100%;height:100%;border-radius:50%;object-fit:cover;display:block;
  border:4px solid #fff;box-shadow:0 0 0 3px var(--emerald),0 18px 38px rgba(20,74,58,.22)}
.ab-grat-photo-ph{display:grid;place-items:center;font-family:'Playfair Display',Georgia,serif;
  font-size:clamp(44px,12vw,60px);font-weight:700;color:#fff;background:linear-gradient(150deg,#3dbf97,#1a6b5a)}
/* FIX_02 — green cross badge removed from the photo frame (no overlapping icon) */
.ab-grat-name{font-family:'Playfair Display',Georgia,serif;font-weight:700;color:var(--forest);
  font-size:clamp(21px,2.7vw,27px);margin:10px 0 0}
.ab-grat-hdiv{position:relative;display:block;width:128px;height:16px;margin:11px auto;color:var(--gold)}
.ab-grat-hdiv::before,.ab-grat-hdiv::after{content:"";position:absolute;top:50%;width:44px;height:1px;background:#d9b65a}
.ab-grat-hdiv::before{left:0;background:linear-gradient(90deg,transparent,#d9b65a)}
.ab-grat-hdiv::after{right:0;background:linear-gradient(90deg,#d9b65a,transparent)}
.ab-grat-hdiv svg{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:13px;height:13px}
.ab-grat-quals{font-weight:700;color:var(--ink);font-size:14.5px;line-height:1.5;margin:2px 0 0}
.ab-grat-role{color:var(--sub);font-size:12.5px;line-height:1.6;margin:9px auto 0;max-width:36ch}

/* right · quote + article */
.ab-grat-quote{display:flex;flex-direction:column}
.ab-grat-qhead{display:flex;align-items:center;gap:13px}
.ab-grat-qmark{font-family:'Playfair Display',Georgia,serif;font-size:58px;line-height:0;color:var(--forest);
  opacity:.22;align-self:flex-start;margin-top:18px}
.ab-grat-qh{font-family:'Playfair Display',Georgia,serif;font-weight:700;color:var(--forest);
  font-size:clamp(18px,2.3vw,24px);line-height:1.25;margin:0}
.ab-grat-hdiv.left{margin:11px 0 0;width:150px}
.ab-grat-hdiv.left::before{left:0;width:50px}.ab-grat-hdiv.left::after{width:50px}   /* FIX_02 — show the symmetric yellow line on the RIGHT of the quote heading */
.ab-grat-hdiv.left svg{left:75px}   /* FIX_02 — heart centred between the two equal 50px lines */
.ab-grat-qbody{margin:16px 0 0;border:0;padding:0}
.ab-grat-qbody p{color:#3f5650;font-size:clamp(15px,1.55vw,16.5px);line-height:1.75;margin:0}
.ab-grat-sign{font-family:'Segoe Script','Snell Roundhand','Brush Script MT','Apple Chancery',cursive;
  font-size:19px;color:var(--forest);margin:14px 0 0;line-height:1.1}   /* FIX_04 — signature significantly smaller + balanced */
.ab-grat-signname{color:var(--forest);font-weight:600;font-size:15px;margin:6px 0 0}
.ab-grat-article{margin-top:20px;border-top:1px solid var(--line);padding-top:18px}
.ab-grat-arth{font-family:'Playfair Display',Georgia,serif;font-weight:700;color:var(--forest);
  font-size:clamp(17px,2.1vw,21px);line-height:1.3;margin:0 0 12px}
.ab-grat-article>p{color:#3f5650;font-size:15px;line-height:1.75;margin:0}
.ab-grat-more h4{font-family:'Playfair Display',Georgia,serif;color:var(--forest);font-weight:700;
  font-size:17px;margin:18px 0 8px}
.ab-grat-more p{color:#3f5650;font-size:15px;line-height:1.75;margin:0 0 12px}
.ab-grat-more p.sub{font-weight:700;color:var(--ink);margin:14px 0 3px}
.ab-grat-more ul{margin:4px 0 14px;padding-left:22px;display:grid;gap:6px}
.ab-grat-more li{color:#3f5650;font-size:15px;line-height:1.55}
.ab-grat-more[hidden]{display:none}
.ab-grat .ab-readmore{font-size:15px}

/* bottom · gratitude box */
.ab-grat-foot{display:flex;gap:clamp(14px,3vw,24px);align-items:center;margin-top:clamp(20px,3.5vw,30px);
  background:linear-gradient(180deg,#eef7f3,#e7f4ee);border:1px solid var(--line);border-radius:18px;
  padding:clamp(18px,3.4vw,28px)}
.ab-grat-foot-ic{flex:none;width:clamp(54px,10vw,66px);height:clamp(54px,10vw,66px);border-radius:50%;
  display:grid;place-items:center;color:#fff;background:linear-gradient(150deg,#25957a,#0e3f33);
  box-shadow:0 12px 26px rgba(20,74,58,.26)}
.ab-grat-foot-ic svg{width:46%;height:46%}
.ab-grat-foot-body{border-left:2px solid rgba(26,107,90,.18);padding-left:clamp(14px,2.5vw,20px)}
.ab-grat-foot-h{font-family:'Playfair Display',Georgia,serif;font-weight:700;color:var(--forest);
  font-size:clamp(19px,2.3vw,24px);margin:0 0 6px}
.ab-grat-foot-body p{color:var(--sub);font-size:clamp(14px,1.55vw,15.5px);line-height:1.7;margin:0}
.ab-grat-foot-body strong{color:var(--forest);font-weight:700}

@media (min-width:880px){
  .ab-grat-grid{grid-template-columns:.82fr 1.18fr;align-items:start}   /* FIX_01 — each card keeps its OWN height; clicking Read More expands ONLY the right card, the left photo card stays fixed with no blank space below */
}

/* ============================ VISIONARIES / LEADERSHIP (fresh build · ab-vsn-*) ============================ */
.ab-vsn{background:linear-gradient(180deg,#ffffff,#f5fbf8)}
.ab-vsn-head{text-align:center;max-width:820px;margin:0 auto clamp(24px,4vw,40px)}
.ab-vsn-title{font-family:'Playfair Display',Georgia,serif;font-weight:700;color:var(--forest);font-size:clamp(26px,4.6vw,48px);line-height:1.14;letter-spacing:-.01em;margin:0}
.ab-vsn-orn{position:relative;display:block;width:150px;height:16px;margin:14px auto 0;color:var(--gold)}
.ab-vsn-orn::before,.ab-vsn-orn::after{content:"";position:absolute;top:50%;width:50px;height:1px;background:#d9b65a}
.ab-vsn-orn::before{left:0;background:linear-gradient(90deg,transparent,#d9b65a)}
.ab-vsn-orn::after{right:0;background:linear-gradient(90deg,#d9b65a,transparent)}
.ab-vsn-orn svg{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:14px;height:14px}
.ab-vsn-sub{margin:14px auto 0;max-width:620px;color:var(--sub);font-size:clamp(15px,1.7vw,17.5px);line-height:1.7}

.ab-vsn-card{display:grid;grid-template-columns:1fr;gap:clamp(18px,3vw,36px);align-items:center;
  background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:0 16px 40px rgba(20,74,58,.08);
  padding:clamp(22px,3.6vw,40px);margin-top:clamp(18px,2.6vw,26px)}
.ab-vsn-photo-wrap{justify-self:center;width:clamp(190px,52vw,260px);aspect-ratio:1/1}
.ab-vsn-card:not(.reverse) .ab-vsn-photo-wrap{aspect-ratio:.84;width:clamp(180px,48vw,250px)}
.ab-vsn-photo{width:100%;height:100%;border-radius:50%;object-fit:cover;display:block;
  box-shadow:0 0 0 4px var(--gold),0 0 0 12px rgba(26,107,90,.12),0 22px 46px rgba(20,74,58,.24)}
.ab-vsn-body{min-width:0}
.ab-vsn-idrow{display:flex;align-items:flex-start;gap:14px}   /* FIX_03 — icon left, text column (role/name/title/divider) aligned to the right of it */
.ab-vsn-meta{min-width:0}
.ab-vsn-ricon{flex:none;width:46px;height:46px;margin-top:4px;border-radius:50%;border:1.5px solid rgba(26,107,90,.30);display:grid;place-items:center;color:var(--forest)}
.ab-vsn-ricon svg{width:24px;height:24px}
.ab-vsn-role{font-size:12px;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:#c79a3b;margin:0}
.ab-vsn-name{font-family:'Playfair Display',Georgia,serif;font-weight:700;color:var(--forest);font-size:clamp(22px,3vw,31px);line-height:1.1;margin:1px 0 0}
.ab-vsn-title2{color:var(--sub);font-size:14.5px;font-weight:500;margin:4px 0 0}
.ab-vsn-div{position:relative;display:block;width:120px;height:16px;margin:12px 0 0;color:var(--gold)}
.ab-vsn-div::before,.ab-vsn-div::after{content:"";position:absolute;top:50%;width:44px;height:1px}   /* FIX_04 — symmetric line — heart — line */
.ab-vsn-div::before{left:0;background:linear-gradient(90deg,transparent,#d9b65a)}
.ab-vsn-div::after{right:0;background:linear-gradient(90deg,#d9b65a,transparent)}
.ab-vsn-div svg{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:13px;height:13px}
.ab-vsn-quote{position:relative;margin:14px 0 0;border:0;padding:0}
.ab-vsn-quote p{color:#3f5650;font-size:clamp(15px,1.55vw,16.5px);line-height:1.75;margin:0 0 12px}
.ab-vsn-quote p:last-of-type{margin-bottom:0}
.ab-vsn-qm{color:rgba(20,74,58,.13)}
.ab-vsn-qm svg{width:clamp(30px,4.4vw,42px);height:auto;display:block}
.ab-vsn-qm-o{display:block;margin-bottom:4px}
.ab-vsn-qm-c{display:block;margin-left:auto;margin-top:6px;transform:rotate(180deg);width:max-content}
.ab-vsn-sign{font-family:'Segoe Script','Snell Roundhand','Brush Script MT','Apple Chancery',cursive;font-size:21px;color:var(--forest);margin:14px 0 0;line-height:1.1}

.ab-vsn-promise{display:grid;grid-template-columns:1fr;margin-top:clamp(20px,3vw,30px);overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 12px 30px rgba(20,74,58,.07)}
.ab-vsn-promise-ic{display:grid;place-items:center;color:#fff;padding:22px;background:linear-gradient(160deg,#1a6b5a,#0e3f33)}
.ab-vsn-promise-ic svg{width:clamp(38px,9vw,52px);height:auto}
.ab-vsn-promise-main{padding:clamp(18px,3.4vw,26px)}
.ab-vsn-promise-h{font-family:'Playfair Display',Georgia,serif;font-weight:700;color:var(--forest);font-size:clamp(18px,2.1vw,22px);line-height:1.25;margin:0 0 7px}
.ab-vsn-promise-main p{color:var(--sub);font-size:14.5px;line-height:1.7;margin:0}
.ab-vsn-promise-side{display:flex;align-items:center;gap:13px;padding:clamp(18px,3.4vw,26px);border-top:1px solid var(--line)}
.ab-vsn-promise-heart{flex:none;color:var(--gold)}
.ab-vsn-promise-heart svg{width:34px;height:34px;display:block}
.ab-vsn-promise-side p{font-family:'Playfair Display',Georgia,serif;font-weight:700;color:var(--forest);font-size:clamp(14px,1.6vw,17px);line-height:1.4;margin:0}   /* FIX_05 — smaller, balanced */

@media (min-width:760px){
  .ab-vsn-title{white-space:nowrap;font-size:clamp(22px,3.4vw,40px)}   /* FIX_01 — title on ONE line for tablet+PC (Healthcare never drops) */
  .ab-vsn-sub{white-space:nowrap;max-width:none;font-size:clamp(13px,1.85vw,17px)}   /* FIX_02 — full subtitle on ONE line, never breaks before "every home" */
  .ab-vsn-card{grid-template-columns:minmax(230px,300px) 1fr}
  .ab-vsn-card.reverse{grid-template-columns:1fr minmax(230px,300px)}
  .ab-vsn-card.reverse .ab-vsn-photo-wrap{order:2}
  .ab-vsn-card.reverse .ab-vsn-body{order:1}
  .ab-vsn-promise{grid-template-columns:auto minmax(0,1fr) auto;align-items:stretch}
  .ab-vsn-promise-side{border-top:0;border-left:1px solid var(--line);max-width:340px}
}

/* ============================ FEATURED IN ============================ */
.ab-feat{background:linear-gradient(180deg,#f7fbf9,#f2faf7);padding-block:clamp(30px,5vw,56px);contain:layout}
.ab-feat-head{text-align:center;max-width:800px;margin:0 auto clamp(16px,2.8vw,28px)}
.ab-feat-title{font-weight:800;color:var(--ink);font-size:clamp(34px,6vw,60px);line-height:1.04;letter-spacing:-.03em;margin:8px 0 0}
.ab-feat-title .hl{color:var(--forest)}
.ab-feat-sub{margin:11px auto 0;max-width:640px;color:var(--sub);font-size:clamp(15px,1.7vw,17.5px);line-height:1.7}

.ab-feat-card{display:grid;grid-template-columns:1fr;background:#fff;border:1px solid var(--line);border-radius:22px;
  overflow:hidden;box-shadow:0 18px 44px rgba(20,74,58,.08)}
.ab-feat-left{padding:clamp(20px,3vw,36px);min-width:0}
.ab-feat-brand{font-weight:800;font-size:22px;letter-spacing:-.02em;line-height:1;margin:0}
.ab-feat-brand .si,.ab-feat-biglogo .si{color:#141414}
.ab-feat-brand .in,.ab-feat-biglogo .in{color:#e2231a}
.ab-feat-name{color:var(--emerald);font-weight:800;font-size:clamp(20px,2.6vw,26px);margin:10px 0 0}
.ab-feat-arth{color:var(--ink);font-weight:800;font-size:clamp(18px,2.2vw,22px);line-height:1.32;margin:11px 0 0}
.ab-feat-desc{color:var(--sub);font-size:clamp(14.5px,1.6vw,16px);line-height:1.7;margin:10px 0 0;max-width:56ch}
.ab-feat-btn{display:inline-flex;align-items:center;gap:9px;margin-top:18px;font-family:inherit;font-weight:700;font-size:15px;
  color:var(--forest);background:#fff;border:1.5px solid var(--forest);border-radius:100px;padding:13px 24px;text-decoration:none;
  transition:background .25s ease,color .25s ease,box-shadow .25s ease}
.ab-feat-btn:hover{background:var(--forest);color:#fff;box-shadow:0 10px 24px rgba(26,107,90,.25)}
.ab-feat-btn:focus-visible{outline:3px solid rgba(37,149,122,.5);outline-offset:3px}
.ab-feat-btn svg{width:17px;height:17px;flex:none}
.ab-feat-right{position:relative;overflow:hidden;display:grid;place-items:center;
  padding:clamp(26px,4.5vw,46px) clamp(20px,4vw,40px);background:linear-gradient(135deg,#eef7f3,#e7f4ee);border-top:1px solid var(--line)}
.ab-feat-waves{position:absolute;inset:0;color:rgba(26,107,90,.10);pointer-events:none}
.ab-feat-waves svg{width:100%;height:100%;display:block}
.ab-feat-logo{position:relative;text-align:center}
.ab-feat-biglogo{font-weight:800;font-size:clamp(38px,7.4vw,76px);letter-spacing:-.03em;line-height:1;
  border-bottom:2px solid #1a1a1a;padding-bottom:6px;display:inline-block}
.ab-feat-tagline{margin:9px 0 0;font-size:clamp(9px,1.3vw,13px);font-weight:600;letter-spacing:.34em;color:#3a3a3a}

.ab-feat-foot{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:clamp(14px,2.4vw,24px)}
.ab-feat-foot-ic{flex:none;width:46px;height:46px;border-radius:50%;display:grid;place-items:center;color:var(--emerald);
  background:var(--soft);border:1px solid var(--line)}
.ab-feat-foot-ic svg{width:22px;height:22px}
.ab-feat-foot p{color:var(--sub);font-size:clamp(14px,1.6vw,16.5px);line-height:1.6;margin:0;max-width:640px}

@media (min-width:880px){
  .ab-feat-card{grid-template-columns:1.05fr .95fr}
  .ab-feat-right{border-top:0;border-left:1px solid var(--line)}
}
