:root{
  --navy:#16324F; --sage:#7E9D8B; --crimson:#B4232D; --gold:#C8A96A;
  --bg:#FAFAF8; --card:#FFFFFF; --heading:#1F2933; --body:#5E6B78; --border:#E5E7EB;
}
*{margin:0;padding:0;box-sizing:border-box;}
body{font-family:'Work Sans', sans-serif;background:var(--bg);color:var(--body);-webkit-font-smoothing:antialiased;}
a{text-decoration:none;color:inherit;}
button{font-family:inherit;cursor:pointer;border:none;background:none;}
img{display:block;max-width:100%;}
a:focus-visible,button:focus-visible{outline:2px solid var(--crimson);outline-offset:3px;border-radius:4px;}
 


/* -------- minimal demo top bar / nav, just so the hero has real context -------- */
.demo-topbar{background:var(--navy);color:#fff;font-size:13px;padding:9px 24px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:8px;}
.demo-topbar span{opacity:.85;}
.demo-nav{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;max-width:1240px;margin:0 auto;}
.demo-brand{display:flex;align-items:center;gap:12px;}
.demo-brand .mark{width:42px;height:42px;border-radius:12px;background:var(--navy);display:flex;align-items:center;justify-content:center;color:#fff;}
.demo-brand .name{font-family:'Merriweather',serif;font-weight:700;color:var(--navy);font-size:17px;}
.demo-brand .role{font-size:11px;letter-spacing:.08em;color:var(--sage);font-weight:600;}
.demo-links{display:flex;gap:28px;font-size:14px;font-weight:500;color:var(--heading);}
.demo-links a.active{color:var(--navy);border-bottom:2px solid var(--navy);padding-bottom:4px;}
.demo-cta{background:var(--navy);color:#fff;padding:11px 20px;border-radius:8px;font-size:14px;font-weight:600;}
@media (max-width:900px){.demo-links{display:none;}}
 
:root{
  --navy:#16324F;
  --sage:#7E9D8B;
  --crimson:#B4232D;
  --gold:#C8A96A;
  --bg:#FAFAF8;
  --card:#FFFFFF;
  --heading:#1F2933;
  --body:#5E6B78;
  --border:#E5E7EB;
}
*{margin:0;padding:0;box-sizing:border-box;}
body{font-family:'Work Sans', sans-serif;background:var(--bg);color:var(--body);-webkit-font-smoothing:antialiased;}
a{text-decoration:none;color:inherit;}
button{font-family:inherit;cursor:pointer;border:none;background:none;}
img{display:block;max-width:100%;}
 
a:focus-visible,button:focus-visible{outline:2px solid var(--crimson);outline-offset:3px;border-radius:4px;}
 
/* ================= HERO ================= */
/* ================= HERO ================= */
.hero{position:relative;overflow:hidden;padding:46px 24px 0;background:var(--bg);}
 
/* signature ECG watermark — leans into the brand's own pulse motif instead of a generic blob */
.hero-watermark{position:absolute;inset:0;z-index:0;pointer-events:none;overflow:hidden;}
.hero-watermark svg{position:absolute;top:6%;left:-4%;width:112%;height:auto;opacity:.05;}
.hero-watermark path{fill:none;stroke:var(--navy);stroke-width:1.4;}
.hero-watermark .sweep{
  stroke:var(--crimson);stroke-width:1.4;opacity:0;
  stroke-dasharray:2400;stroke-dashoffset:2400;
  animation:sweep 7s linear 1.2s infinite;
}
@keyframes sweep{
  0%{opacity:0;stroke-dashoffset:2400;}
  4%{opacity:.35;}
  55%{opacity:.35;stroke-dashoffset:0;}
  60%{opacity:0;}
  100%{opacity:0;stroke-dashoffset:0;}
}
 
.hero-grid{position:relative;z-index:1;max-width:1300px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);gap:56px;align-items:center;}
 
.hero-copy{max-width:560px;padding-bottom:64px;}
 
.eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:12px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--navy);background:#fff;border:1px solid var(--border);padding:7px 16px;border-radius:999px;box-shadow:0 2px 10px rgba(22,50,79,.05);opacity:0;animation:rise .7s ease .1s forwards;}
.eyebrow .dot-wrap{position:relative;width:14px;height:14px;flex-shrink:0;display:flex;align-items:center;justify-content:center;}
.eyebrow .dot{width:7px;height:7px;border-radius:50%;background:var(--crimson);position:relative;z-index:1;}
.eyebrow .dot-ring{position:absolute;inset:0;border-radius:50%;border:1.5px solid var(--crimson);animation:pulseRing 2.2s ease-out infinite;}
@keyframes pulseRing{0%{transform:scale(.4);opacity:.8;}100%{transform:scale(2.1);opacity:0;}}
 
.hero h1{font-family:'Merriweather',serif;font-weight:700;color:var(--navy);font-size:clamp(36px, 3.6vw, 52px);line-height:1.16;margin:22px 0 18px;letter-spacing:-.01em;opacity:0;animation:rise .8s ease .22s forwards;}
.hero h1 em{font-style:normal;color:var(--crimson);}
 
.pulse-divider{width:150px;height:26px;margin-bottom:22px;opacity:0;animation:rise .6s ease .34s forwards;}
.pulse-divider svg{width:100%;height:100%;display:block;overflow:visible;}
.pulse-divider .track{fill:none;stroke:var(--border);stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;}
.pulse-divider .trace{fill:none;stroke:var(--crimson);stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:220;stroke-dashoffset:220;animation:draw 1.1s ease .75s forwards, heartbeatFade 2.6s ease 1.9s 1;}
.pulse-divider .dot-runner{fill:var(--crimson);opacity:0;animation:runner 2.6s ease 1.9s infinite;}
@keyframes runner{
  0%{opacity:0;offset-distance:0%;}
  5%{opacity:1;}
  90%{opacity:1;}
  100%{opacity:0;offset-distance:100%;}
}
 
.hero p.sub{font-size:16px;line-height:1.7;color:var(--body);margin-bottom:32px;opacity:0;animation:rise .8s ease .4s forwards;}
 
.cta-row{display:flex;gap:14px;margin-bottom:30px;flex-wrap:wrap;opacity:0;animation:rise .8s ease .5s forwards;}
.btn-primary{position:relative;overflow:hidden;display:flex;align-items:center;gap:8px;background:var(--crimson);color:#fff;padding:14px 26px;border-radius:9px;font-weight:600;font-size:15px;box-shadow:0 8px 20px rgba(180,35,45,.22);transition:transform .2s ease, box-shadow .2s ease;}
.btn-primary::after{content:"";position:absolute;top:0;left:-60%;width:40%;height:100%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.35),transparent);transform:skewX(-20deg);transition:left .6s ease;}
.btn-primary:hover::after{left:130%;}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 26px rgba(180,35,45,.3);}
.btn-primary svg{transition:transform .3s ease;}
.btn-primary:hover svg{transform:scale(1.1) rotate(-4deg);}
 
.btn-secondary{display:flex;align-items:center;gap:9px;background:#fff;color:var(--navy);border:1.5px solid var(--border);padding:14px 24px;border-radius:9px;font-weight:600;font-size:15px;transition:border-color .2s ease, transform .2s ease, background .2s ease;}
.btn-secondary svg{color:var(--crimson);flex-shrink:0;transition:transform .35s ease;}
.btn-secondary:hover{border-color:var(--navy);transform:translateY(-2px);background:#FBFBFA;}
.btn-secondary:hover svg{transform:rotate(-14deg) scale(1.08);}
 
.credentials{opacity:0;animation:rise .8s ease .6s forwards;display:flex;flex-direction:column;gap:10px;}
.credential-line{display:flex;align-items:center;gap:9px;font-size:14px;color:var(--body);}
.credential-line svg{width:17px;height:17px;color:var(--gold);flex-shrink:0;}
.credential-line:last-child svg{color:var(--sage);}
.credential-line .sep{color:var(--border);margin:0 2px;}
 
/* ---- right column: portrait ---- */
.hero-visual{position:relative;height:100%;min-height:520px;display:flex;align-items:center;justify-content:center;padding:0 0 40px;}
.hero-visual::before{content:"";position:absolute;width:520px;height:520px;background:radial-gradient(circle, rgba(126,157,139,.15) 0%, rgba(126,157,139,.06) 45%, transparent 70%);border-radius:50%;z-index:0;animation:breathe 6s ease-in-out infinite;}
@keyframes breathe{0%,100%{transform:scale(1);}50%{transform:scale(1.06);}}
 
.portrait-frame{position:relative;z-index:1;width:min(100%,480px);aspect-ratio:4/5;border-radius:32px 32px 32px 32px;overflow:hidden;background:transparent;border:1px solid var(--border);box-shadow:0 10px 35px rgba(22,50,79,.08);opacity:0;animation:rise .9s ease .3s forwards;transform-style:preserve-3d;transition:transform .3s ease, box-shadow .4s ease;}
.portrait-frame:hover{box-shadow:0 22px 50px rgba(22,50,79,.16);}
.portrait-frame img{width:100%;height:100%;object-fit:cover;object-position:center top;position:relative;z-index:2;opacity:0;transition:opacity .5s ease, transform .5s ease;}
.portrait-frame.has-photo img{opacity:1;}
.portrait-frame.has-photo .portrait-fallback{display:none;}
.portrait-frame:hover img{transform:scale(1.035);}
.portrait-frame::before{content:"";position:absolute;inset:30px;border-radius:34px;background:linear-gradient(180deg,#F8F8F6 0%,#F1F3F2 100%);z-index:0;}
 
.portrait-fallback{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;color:var(--navy);text-align:center;padding:32px;}
.portrait-fallback svg{width:88px;height:88px;opacity:.85;color:var(--gold);}
.portrait-fallback .fb-title{font-family:'Merriweather',serif;font-size:16px;opacity:.85;}
.portrait-fallback .fb-path{font-size:12px;font-family:monospace;letter-spacing:.02em;background:rgba(22,50,79,.06);border:1px dashed rgba(22,50,79,.25);padding:6px 12px;border-radius:6px;color:var(--navy);opacity:.7;}
 
/* floating years card — icon added, live rule that grows in */
.stat-float{position:absolute;z-index:3;top:12%;left:1%;background:#fff;border-radius:14px;padding:20px 24px 20px;box-shadow:0 12px 30px rgba(0,0,0,.08);min-width:158px;opacity:0;animation:rise .8s ease .7s forwards;transition:transform .25s ease, box-shadow .25s ease;}
.stat-float:hover{transform:translateY(-4px);box-shadow:0 18px 36px rgba(0,0,0,.12);}
.stat-float .stat-icon{width:30px;height:30px;border-radius:8px;background:#FBEDEE;display:flex;align-items:center;justify-content:center;margin-bottom:10px;}
.stat-float .stat-icon svg{width:16px;height:16px;color:var(--crimson);}
.stat-num{font-family:'Merriweather',serif;font-weight:700;font-size:44px;color:var(--navy);line-height:1;}
.stat-label{font-size:15px;font-weight:600;color:var(--gold);margin-top:4px;}
.stat-sub{font-size:13px;color:var(--body);margin-top:8px;line-height:1.4;}
.stat-rule{display:block;width:0;height:2px;background:var(--gold);margin-top:12px;animation:growRule 1s ease 1.4s forwards;}
@keyframes growRule{to{width:26px;}}
 
/* verification badge overlapping the bottom edge of the portrait — mirrors the "About" page badge */
.portrait-badge{position:absolute;z-index:3;bottom:9%;right:4%;background:#fff;border-radius:14px;padding:12px 16px 12px 12px;box-shadow:0 12px 30px rgba(0,0,0,.1);display:flex;align-items:center;gap:11px;opacity:0;animation:rise .8s ease .85s forwards;transition:transform .25s ease;}
.portrait-badge:hover{transform:translateY(-3px);}
.portrait-badge .badge-mark{width:38px;height:38px;border-radius:10px;background:var(--crimson);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-family:'Merriweather',serif;font-weight:700;font-size:12px;letter-spacing:.02em;}
.portrait-badge .badge-copy{font-size:12.5px;line-height:1.35;color:var(--body);}
.portrait-badge .badge-copy strong{display:block;color:var(--navy);font-size:13px;font-weight:700;}
 
/* scroll cue */
.scroll-cue{position:relative;z-index:1;max-width:1300px;margin:0 auto;display:flex;align-items:center;gap:10px;padding-bottom:18px;font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--body);opacity:0;animation:rise .8s ease 1s forwards;}
.scroll-cue .chevron{width:26px;height:26px;border-radius:50%;border:1.5px solid var(--border);display:flex;align-items:center;justify-content:center;animation:bounceChevron 1.8s ease-in-out infinite;}
.scroll-cue .chevron svg{width:12px;height:12px;color:var(--crimson);}
@keyframes bounceChevron{0%,100%{transform:translateY(0);}50%{transform:translateY(4px);}}
 
/* ================= TRUST STRIP ================= */
.trust-strip-section{position:relative;z-index:2;width:100%;padding:20px 24px;margin-top:-46px;}
.trust-strip-inner{max-width:1240px;margin:0 auto;background:#fff;border-radius:18px;box-shadow:0 24px 50px -18px rgba(22,50,79,.18);display:grid;grid-template-columns:repeat(4,1fr);padding:28px 12px;}
.trust-item{display:flex;align-items:center;gap:14px;padding:6px 20px;border-left:1px solid var(--border);opacity:0;transform:translateY(10px);transition:opacity .5s ease, transform .5s ease;}
.trust-item:first-child{border-left:none;}
.trust-item.in-view{opacity:1;transform:translateY(0);}
.trust-item .icon{width:52px;height:52px;border-radius:12px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#F2F6F3;transition:transform .3s ease;}
.trust-item:hover .icon{transform:rotate(-6deg) scale(1.05);}
.trust-item .icon svg{width:22px;height:22px;color:var(--sage);}
.trust-item.accent .icon{background:#FBEDEE;}
.trust-item.accent .icon svg{color:var(--crimson);}
.trust-item.gold .icon{background:#FAF4E9;}
.trust-item.gold .icon svg{color:var(--gold);}
.trust-item .t{font-size:17px;font-weight:700;color:var(--navy);line-height:1.25;font-family:'Merriweather',serif;}
.trust-item .d{font-size:13px;color:var(--body);margin-top:2px;}
 
.hero-spacer{height:56px;}
 
@keyframes rise{from{opacity:0;transform:translateY(14px);}to{opacity:1;transform:translateY(0);}}
@keyframes draw{to{stroke-dashoffset:0;}}
@keyframes heartbeatFade{0%,100%{opacity:1;}}
 
@media (prefers-reduced-motion: reduce){
  *{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;}
  .eyebrow,.hero h1,.pulse-divider,.hero p.sub,.cta-row,.credentials,.portrait-frame,.stat-float,.portrait-badge,.scroll-cue{opacity:1;}
  .pulse-divider .trace,.dot-ring,.hero-watermark .sweep,.chevron,.stat-rule{opacity:1;stroke-dashoffset:0;width:26px;}
}
 
@media (max-width:980px){
  .hero-grid{grid-template-columns:1fr;gap:40px;}
  .hero-visual{order:-1;min-height:auto;padding-top:20px;justify-content:center;flex-wrap:wrap;}
  .hero-watermark{display:none;}
  .portrait-frame{width:min(100%,380px);}
  .stat-float{position:static;margin-top:18px;width:100%;max-width:380px;}
  .portrait-badge{position:static;margin-top:12px;width:100%;max-width:380px;justify-content:center;}
  .trust-strip-inner{grid-template-columns:repeat(2,1fr);row-gap:26px;}
  .trust-item:nth-child(3){border-left:none;}
}
@media (max-width:640px){
  .hero{padding:56px 18px 0;}
  .hero-copy{padding-bottom:48px;}
  .cta-row{flex-direction:column;align-items:stretch;}
  .btn-primary,.btn-secondary{justify-content:center;}
  .stat-float{max-width:100%;}
  .portrait-badge{position:static;margin-top:12px;margin-bottom:90px;width:100%;max-width:380px;justify-content:center;}
    .scroll-cue{display:none;}
  .trust-strip-inner{grid-template-columns:1fr;padding:20px 18px;}
  .trust-item{border-left:none;border-top:1px solid var(--border);padding:16px 0 0;margin-top:16px;}
  .trust-item:first-child{border-top:none;margin-top:0;padding-top:0;}
  .trust-strip-section{margin-top:-28px;}
}

/* ================= ABOUT ================= */
.about{
  padding:20px 24px 100px;
  position:relative;
}
.about-grid{
  max-width:1300px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);
  gap:64px;
  align-items:center;
}
 
/* ---- photo, mirrored radius from the hero, badge instead of a floating card ---- */
.about-visual{position:relative;display:flex;justify-content:center;}
.about-frame{
  position:relative;
  width:min(100%,420px);
  aspect-ratio:4/5;
  border-radius:22px 22px 22px 22px;
  overflow:hidden;
background:transparent;
border:1px solid var(--border);
box-shadow:
0 10px 35px rgba(22,50,79,.08); 
 opacity:0;animation:rise .9s ease .3s forwards;
}
.about-frame img{
  width:100%;height:100%;object-fit:cover;object-position:center 15%;
  position:relative;z-index:2;opacity:0;transition:opacity .5s ease;
}
.about-frame.has-photo img{opacity:1;}
.about-frame.has-photo .portrait-fallback{display:none;}
 
/* rotating trust seal, pinned over the photo's bottom-right corner */
.trust-seal{
  position:absolute;
  right:-22px;bottom:-22px;
  width:120px;height:120px;
  z-index:4;
}
.seal-ring{
  width:100%;height:100%;
  animation:spin 22s linear infinite;
}
.seal-badge{
  position:absolute;inset:0;
  background:#fff;
  border-radius:50%;
  box-shadow:0 14px 30px -8px rgba(22,50,79,.35);
  display:flex;align-items:center;justify-content:center;
}
.seal-badge svg{width:30px;height:30px;color:var(--crimson);}
@keyframes spin{to{transform:rotate(360deg);}}
@media (prefers-reduced-motion: reduce){.seal-ring{animation:none;}}
 
/* ---- copy ---- */
.about-copy{max-width:600px;}
.role-tag{
  display:inline-block;
  font-size:12px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;
  color:var(--sage);margin:10px 0 20px;
}
.about-copy h2{
  font-family:'Merriweather',serif;font-weight:700;color:var(--navy);padding-top: 10px;
  font-size:clamp(28px,2.6vw,38px);line-height:1.22;margin-bottom:2px;
}
.about-copy .bio{
  font-size:15.5px;line-height:1.75;color:var(--body);margin:18px 0 26px;
}
 
.philosophy{
  border-left:3px solid var(--gold);
  padding:4px 0 4px 18px;
  margin-bottom:30px;
  font-size:14.5px;line-height:1.7;color:var(--heading);
  font-style:italic;
}
.philosophy b{font-style:normal;color:var(--navy);}
 
.focus-grid{
  display:grid;grid-template-columns:1fr 1fr;gap:14px 22px;
  margin-bottom:36px;
}
.focus-item{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:var(--heading);}
.focus-item svg{width:18px;height:18px;color:var(--sage);flex-shrink:0;margin-top:1px;}
 
.stat-trio{
  display:flex;
  border-top:1px solid var(--border);
  padding-top:26px;
}
.stat-block{
  flex:1;
  padding-right:24px;
  border-right:1px solid var(--border);
}
.stat-block:last-child{border-right:none;padding-right:0;}
.stat-block:not(:first-child){padding-left:24px;}
.stat-block .stat-num{font-size:45px;}
.stat-block .stat-label{
  font-size:13px;font-weight:600;color:var(--body);margin-top:4px;line-height:1.35;
}
 
@media (max-width:980px){
  .about-grid{grid-template-columns:1fr;gap:44px;}
  .about-frame{width:min(100%,340px);}
  .stat-trio{gap:20px 0;}
  .stat-block{flex:1 1 33%;border-right:none;padding:0;}
}
@media (max-width:640px){
  .about{padding:10px 18px 70px;}
  .focus-grid{grid-template-columns:1fr;}
  .stat-block{flex:1 1 100%;border-bottom:1px solid var(--border);padding-bottom:14px;margin-bottom:14px;}
  .stat-block:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0;}
}
 
/* ================= responsive ================= */
@media (max-width:980px){
  .hero-grid{grid-template-columns:1fr;gap:40px;}
  .hero-visual{order:-1;min-height:auto;padding-top:20px;justify-content:center;}
  .hero-watermark{display:none;}
  .portrait-frame{width:min(100%,380px);}
  .stat-float{left:0;}
  .trust-strip-inner{grid-template-columns:repeat(2,1fr);row-gap:26px;}
  .trust-item:nth-child(3){border-left:none;}
}
 
@media (max-width:640px){
  .hero{padding:56px 18px 0;}
  .hero-copy{padding-bottom:48px;}
  .cta-row{flex-direction:column;align-items:stretch;}
  .btn-primary,.btn-secondary{justify-content:center;}
  .stat-float{position:static;margin-top:18px;width:100%;}
  .trust-strip-inner{grid-template-columns:1fr;padding:20px 18px;}
  .trust-item{border-left:none;border-top:1px solid var(--border);padding:16px 0 0;margin-top:16px;}
  .trust-item:first-child{border-top:none;margin-top:0;padding-top:0;}
  .trust-strip-section{margin-top:-28px;}
}


/* ================= SERVICES ================= */
.services{padding:100px 24px 110px;background:#ffffff;}
.services-head{max-width:640px;margin:0 auto 52px;text-align:center;}
.services-head .eyebrow{margin-bottom:20px;}
.services-head h2{
  font-family:'Merriweather',serif;font-weight:700;color:var(--navy);
  font-size:clamp(28px,2.8vw,38px);line-height:1.25;margin-bottom:14px;
}
.services-head p{font-size:15.5px;line-height:1.7;color:var(--body);}
 
.service-grid{
  max-width:1240px;margin:0 auto;
  display:grid;grid-template-columns:repeat(3,1fr);gap:26px;
}
.service-card{
  position:relative;
  background:var(--bg);
  border:1px solid var(--border);
  border-radius:20px 20px 20px 20px;
  padding:30px 26px 26px;
  text-align:left;
  cursor:pointer;
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.service-card:hover,.service-card:focus-visible{
  transform:translateY(-5px);
  box-shadow:0 24px 46px -20px rgba(22,50,79,.25);
  border-color:transparent;
}
.service-card .s-icon{
  width:52px;height:52px;border-radius:14px;
  display:flex;align-items:center;justify-content:center;
  background:#F2F6F3;margin-bottom:18px;
}
.service-card .s-icon svg{width:24px;height:24px;color:var(--sage);}
.service-card[data-accent="crimson"] .s-icon{background:#FBEDEE;}
.service-card[data-accent="crimson"] .s-icon svg{color:var(--crimson);}
.service-card[data-accent="gold"] .s-icon{background:#FAF4E9;}
.service-card[data-accent="gold"] .s-icon svg{color:var(--gold);}
 
.service-card h3{
  font-family:'Merriweather',serif;font-size:18px;font-weight:700;color:var(--navy);
  line-height:1.35;margin-bottom:10px;
}
.service-card p{font-size:14px;line-height:1.65;color:var(--body);margin-bottom:18px;}
.service-card .s-link{
  display:inline-flex;align-items:center;gap:6px;
  font-size:13.5px;font-weight:600;color:var(--crimson);
}
.service-card .s-link svg{width:14px;height:14px;transition:transform .2s ease;}
.service-card:hover .s-link svg{transform:translateX(3px);}
 
.services-note{
  max-width:1240px;margin:36px auto 0;text-align:center;
  font-size:13px;color:var(--body);
}
 
@media (max-width:980px){.service-grid{grid-template-columns:1fr 1fr;}}
@media (max-width:640px){
  .services{padding:70px 18px 80px;}
  .service-grid{grid-template-columns:1fr;}
}
 
/* ================= BOOKING MODAL ================= */
.modal-backdrop{
  position:fixed;inset:0;z-index:100;
  background:rgba(15,30,48,.55);
  display:flex;align-items:center;justify-content:center;
  padding:20px;
  opacity:0;pointer-events:none;
  transition:opacity .25s ease;
}
.modal-backdrop.open{opacity:1;pointer-events:auto;}
 
.modal{
  background:#fff;border-radius:18px;
  width:100%;max-width:440px;
  padding:30px 28px 28px;
  box-shadow:0 40px 80px -20px rgba(0,0,0,.35);
  transform:translateY(16px) scale(.98);
  transition:transform .25s ease;
  max-height:90vh;overflow-y:auto;
}
.modal-backdrop.open .modal{transform:translateY(0) scale(1);}
 
.modal-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:6px;}
.modal-top h3{font-family:'Merriweather',serif;color:var(--navy);font-size:20px;}
.modal-close{
  width:30px;height:30px;border-radius:50%;background:var(--bg);
  display:flex;align-items:center;justify-content:center;color:var(--body);flex-shrink:0;
  transition:background .2s ease;
}
.modal-close:hover{background:var(--border);}
.modal-service{font-size:13px;color:var(--sage);font-weight:600;margin-bottom:22px;}
 
.form-field{margin-bottom:14px;}
.form-field label{display:block;font-size:12.5px;font-weight:600;color:var(--heading);margin-bottom:6px;}
.form-field input,.form-field textarea{
  width:100%;border:1.5px solid var(--border);border-radius:9px;
  padding:11px 13px;font-family:inherit;font-size:14px;color:var(--heading);
  transition:border-color .2s ease;
}
.form-field input:focus,.form-field textarea:focus{outline:none;border-color:var(--sage);}
.form-field textarea{resize:vertical;min-height:70px;}
 
.modal-actions{display:flex;flex-direction:column;gap:10px;margin-top:20px;}
.btn-whatsapp{
  display:flex;align-items:center;justify-content:center;gap:9px;
  background:#25D366;color:#fff;padding:13px;border-radius:9px;
  font-weight:600;font-size:14.5px;transition:filter .2s ease;
}
.btn-whatsapp:hover{filter:brightness(.95);}
.btn-email{
  display:flex;align-items:center;justify-content:center;gap:9px;
  background:#fff;color:var(--navy);border:1.5px solid var(--border);
  padding:13px;border-radius:9px;font-weight:600;font-size:14.5px;
  transition:border-color .2s ease;
}
.btn-email:hover{border-color:var(--navy);}
.modal-hint{font-size:11.5px;color:var(--body);text-align:center;margin-top:14px;line-height:1.5;}
 
/* ================= responsive ================= */
@media (max-width:980px){
  .hero-grid{grid-template-columns:1fr;gap:40px;}
  .hero-visual{order:-1;min-height:auto;padding-top:20px;justify-content:center;}
  .hero-watermark{display:none;}
  .portrait-frame{width:min(100%,380px);}
  .stat-float{left:0;}
  .trust-strip-inner{grid-template-columns:repeat(2,1fr);row-gap:26px;}
  .trust-item:nth-child(3){border-left:none;}
}
 
@media (max-width:640px){
  .hero{padding:56px 18px 0;}
  .hero-copy{padding-bottom:48px;}
  .cta-row{flex-direction:column;align-items:stretch;}
  .btn-primary,.btn-secondary{justify-content:center;}
  .stat-float{position:static;margin-top:18px;width:100%;}
  .trust-strip-inner{grid-template-columns:1fr;padding:20px 18px;}
  .trust-item{border-left:none;border-top:1px solid var(--border);padding:16px 0 0;margin-top:16px;}
  .trust-item:first-child{border-top:none;margin-top:0;padding-top:0;}
  .trust-strip-section{margin-top:-28px;}
}


/* ================= WHY CHOOSE — interactive chart-tab selector ================= */
.why{padding:100px 24px 110px;background:#F5F8F6;position:relative;overflow:hidden;}
 
.why-head{max-width:640px;margin:0 auto 56px;text-align:center;}
.why-head .eyebrow{margin-bottom:20px;}
.why-head h2{
  font-family:'Merriweather',serif;font-weight:700;color:var(--navy);
  font-size:clamp(28px,2.8vw,38px);line-height:1.25;margin-bottom:14px;
}
.why-head p{font-size:15.5px;line-height:1.7;color:var(--body);}
 
.why-shell{
  max-width:1080px;margin:0 auto;
  display:grid;grid-template-columns:280px 1fr;gap:0;
  background:#fff;border-radius:20px;
  box-shadow:0 30px 60px -24px rgba(22,50,79,.22);
  overflow:hidden;
  min-height:400px;
}
 
/* ---- left: chart tabs, styled like colour-flagged patient-file dividers ---- */
.why-tabs{
  background:var(--bg);
  border-right:1px solid var(--border);
  padding:14px;
  display:flex;flex-direction:column;gap:4px;
}
.why-tab{
  display:flex;align-items:center;gap:12px;
  padding:14px 14px;border-radius:12px;
  text-align:left;position:relative;
  transition:background .2s ease;
}
.why-tab:hover{background:#fff;}
.why-tab.active{background:#fff;box-shadow:0 6px 16px -6px rgba(22,50,79,.15);}
 
.why-tab .flag{
  width:5px;height:26px;border-radius:3px;flex-shrink:0;
  background:var(--border);transition:background .2s ease, height .2s ease;
}
.why-tab.active .flag{background:var(--crimson);height:32px;}
.why-tab[data-accent="sage"].active .flag{background:var(--sage);}
.why-tab[data-accent="gold"].active .flag{background:var(--gold);}
 
.why-tab .tab-text{flex:1;min-width:0;}
.why-tab .tab-code{
  display:block;font-size:10.5px;font-weight:700;letter-spacing:.1em;
  color:var(--sage);margin-bottom:3px;
}
.why-tab.active .tab-code{color:var(--crimson);}
.why-tab[data-accent="sage"].active .tab-code{color:var(--sage);}
.why-tab[data-accent="gold"].active .tab-code{color:var(--gold);}
.why-tab .tab-title{
  font-size:14px;font-weight:600;color:var(--heading);line-height:1.35;
}
.why-tab.active .tab-title{color:var(--navy);}
 
/* auto-advance progress bar, only visible + running on the active tab */
.why-tab .progress-track{
  position:absolute;left:14px;right:14px;bottom:6px;height:2px;
  background:var(--border);border-radius:2px;overflow:hidden;opacity:0;
}
.why-tab.active .progress-track{opacity:1;}
.why-tab .progress-fill{
  height:100%;width:0%;background:var(--crimson);border-radius:2px;
}
.why-tab[data-accent="sage"] .progress-fill{background:var(--sage);}
.why-tab[data-accent="gold"] .progress-fill{background:var(--gold);}
.why-tab .progress-fill.running{
  animation:fillBar 5s linear forwards;
}
@keyframes fillBar{from{width:0%;}to{width:100%;}}
@media (prefers-reduced-motion: reduce){
  .why-tab .progress-track{display:none;}
}
 
/* ---- right: content panel ---- */
.why-panel{
  position:relative;
  padding:48px 48px 44px;
  display:flex;flex-direction:column;justify-content:center;
}
.why-panel-icon{
  width:64px;height:64px;border-radius:16px;
  background:#FBEDEE;
  display:flex;align-items:center;justify-content:center;
  margin-bottom:22px;
  transform:scale(.7);opacity:0;
  transition:transform .4s cubic-bezier(.2,1.4,.4,1), opacity .35s ease;
}
.why-panel-icon.show{transform:scale(1);opacity:1;}
.why-panel-icon svg{width:28px;height:28px;color:var(--crimson);}
.why-panel[data-accent="sage"] .why-panel-icon{background:#F2F6F3;}
.why-panel[data-accent="sage"] .why-panel-icon svg{color:var(--sage);}
.why-panel[data-accent="gold"] .why-panel-icon{background:#FAF4E9;}
.why-panel[data-accent="gold"] .why-panel-icon svg{color:var(--gold);}
 
.why-panel h3{
  font-family:'Merriweather',serif;font-weight:700;color:var(--navy);
  font-size:clamp(22px,2vw,27px);line-height:1.3;margin-bottom:14px;
  opacity:0;transform:translateY(8px);transition:opacity .4s ease .05s, transform .4s ease .05s;
}
.why-panel h3.show{opacity:1;transform:translateY(0);}
 
.why-panel p{
  font-size:15px;line-height:1.75;color:var(--body);max-width:480px;
  opacity:0;transform:translateY(8px);transition:opacity .4s ease .1s, transform .4s ease .1s;
}
.why-panel p.show{opacity:1;transform:translateY(0);}
 
.why-panel-index{
  position:absolute;top:40px;right:48px;
  font-family:'Merriweather',serif;font-size:13px;color:var(--border);font-weight:700;
}
 
.why-cta{max-width:1080px;margin:36px auto 0;text-align:center;}
 
/* ---- mobile: tabs become horizontal scroll chips above the panel ---- */
@media (max-width:820px){
  .why-shell{grid-template-columns:1fr;}
  .why-tabs{
    flex-direction:row;overflow-x:auto;border-right:none;border-bottom:1px solid var(--border);
    -webkit-overflow-scrolling:touch;
  }
  .why-tabs::-webkit-scrollbar{display:none;}
  .why-tab{flex:0 0 auto;min-width:170px;flex-direction:column;align-items:flex-start;gap:8px;}
  .why-tab .flag{width:100%;height:4px;}
  .why-tab.active .flag{height:4px;}
  .why-panel{padding:36px 26px 32px;}
  .why-panel-index{top:26px;right:26px;}
}
@media (max-width:640px){
  .why{padding:70px 18px 80px;}
  .why-tab{min-width:150px;padding:12px;}
}
 
/* ================= responsive ================= */
@media (max-width:980px){
  .hero-grid{grid-template-columns:1fr;gap:40px;}
  .hero-visual{order:-1;min-height:auto;padding-top:20px;justify-content:center;}
  .hero-watermark{display:none;}
  .portrait-frame{width:min(100%,380px);}
  .stat-float{left:0;}
  .trust-strip-inner{grid-template-columns:repeat(2,1fr);row-gap:26px;}
  .trust-item:nth-child(3){border-left:none;}
}
 
@media (max-width:640px){
  .hero{padding:56px 18px 0;}
  .hero-copy{padding-bottom:48px;}
  .cta-row{flex-direction:column;align-items:stretch;}
  .btn-primary,.btn-secondary{justify-content:center;}
  .stat-float{position:static;margin-top:18px;width:100%;}
  .trust-strip-inner{grid-template-columns:1fr;padding:20px 18px;}
  .trust-item{border-left:none;border-top:1px solid var(--border);padding:16px 0 0;margin-top:16px;}
  .trust-item:first-child{border-top:none;margin-top:0;padding-top:0;}
  .trust-strip-section{margin-top:-28px;}
}


/* ==========================================================================
   TESTIMONIALS / GOOGLE REVIEWS — paste this block into style.css
   Section markup goes wherever you drop it in index.html (after Why Choose)
   ========================================================================== */
 
   .reviews{padding:100px 100px 110px 100px ;background:#ffffff;}
 
.reviews-head{
  text-align:center;
  max-width:620px;
  margin:0 auto 56px;
}
.reviews .eyebrow{
  display:inline-flex; align-items:center; gap:8px;
  font-size:12.5px; font-weight:600; letter-spacing:.09em;
  color:var(--navy); text-transform:uppercase; margin-bottom:16px;
}
.reviews .eyebrow .dot{width:6px;height:6px;border-radius:50%;background:var(--crimson);display:inline-block;}
.reviews-head h2{
  font-family:'Merriweather',serif; font-weight:900; color:var(--heading);
  font-size:clamp(28px,3.4vw,40px); line-height:1.18; margin-bottom:14px;
}
.reviews-head p{font-size:15.5px; line-height:1.65; color:var(--body);}
 
/* -------- layout: summary card (left) + carousel (right) -------- */
.reviews-shell{
  display:grid;
  grid-template-columns:300px 1fr;
  gap:36px;
  align-items:stretch;
}
@media (max-width:920px){
  .reviews-shell{grid-template-columns:1fr;}
}
 
/* -------- rating summary card, echoes the About-section trust-seal -------- */
.rating-card{
  background:var(--navy);
  border-radius:20px;
  padding:32px 28px;
  color:#fff;
  display:flex; flex-direction:column; align-items:center; text-align:center;
  position:relative;
  overflow:hidden;
}
.rating-card::before{
  content:"";
  position:absolute; inset:0;
  background:radial-gradient(circle at 30% 0%, rgba(200,169,106,.16), transparent 60%);
  pointer-events:none;
}
.rating-seal{position:relative; width:118px; height:118px; margin-bottom:6px;}
.rating-seal svg.seal-ring{width:100%;height:100%;animation:spin 26s linear infinite;}
@media (prefers-reduced-motion:reduce){.rating-seal svg.seal-ring{animation:none;}}
@keyframes spin{to{transform:rotate(360deg);}}
.rating-seal .seal-core{
  position:absolute; inset:0; display:flex; flex-direction:column;
  align-items:center; justify-content:center;
}
.rating-seal .seal-num{font-family:'Merriweather',serif; font-weight:900; font-size:30px; color:#fff; line-height:1;}
.rating-seal .seal-of5{font-size:10.5px; color:var(--gold); letter-spacing:.06em; margin-top:2px;}
 
.rating-stars{display:flex; gap:3px; margin:14px 0 10px;}
.rating-stars svg{width:16px;height:16px;}
 
.rating-count{font-size:13.5px; color:rgba(255,255,255,.72); margin-bottom:22px;}
.rating-count b{color:#fff; font-weight:600;}
 
.rating-google{
  display:flex; align-items:center; gap:8px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.14);
  padding:10px 16px; border-radius:10px;
  font-size:13px; font-weight:600; color:#fff;
  transition:background .2s ease, transform .2s ease;
  width:100%; justify-content:center;
  margin-top:auto;
}
.rating-google:hover{background:rgba(255,255,255,.14); transform:translateY(-1px);}
.rating-google svg{width:16px;height:16px;flex-shrink:0;}
 
/* -------- carousel -------- */
.reviews-carousel-wrap{position:relative; min-width:0;}
 
.reviews-nav{
  position:absolute; top:-64px; right:0;
  display:flex; gap:8px;
}
.reviews-nav button{
  width:38px; height:38px; border-radius:50%;
  border:1px solid var(--border); background:#fff;
  display:flex; align-items:center; justify-content:center;
  color:var(--navy); transition:background .2s ease, border-color .2s ease, transform .15s ease;
}
.reviews-nav button svg{width:16px;height:16px;}
.reviews-nav button:hover{background:var(--navy); color:#fff; border-color:var(--navy);}
.reviews-nav button:active{transform:scale(.94);}
.reviews-nav button:disabled{opacity:.35; pointer-events:none;}
 
.reviews-track{
  display:flex; gap:20px;
  overflow-x:auto;
  scroll-snap-type:x proximity;
  padding-bottom:6px;
  margin-bottom:18px;
  cursor:grab;
  scrollbar-width:none;
}
.reviews-track::-webkit-scrollbar{display:none;}
.reviews-track.dragging{cursor:grabbing; scroll-snap-type:none;}
.reviews-track.dragging .review-card{pointer-events:none;}
 
.review-card{
  flex:0 0 320px;
  scroll-snap-align:start;
  background:var(--card);
  border:1px solid var(--border);
  border-radius:16px;
  padding:26px 24px 22px;
  position:relative;
  display:flex; flex-direction:column;
  transition:box-shadow .25s ease, transform .25s ease;
}
.review-card:hover{box-shadow:0 14px 30px -18px rgba(22,50,79,.28); transform:translateY(-3px);}
 
.review-card::before{
  content:"";
  position:absolute; top:0; left:24px; right:24px; height:3px;
  border-radius:0 0 3px 3px;
  background:var(--navy);
}
.review-card[data-accent="sage"]::before{background:var(--sage);}
.review-card[data-accent="gold"]::before{background:var(--gold);}
.review-card[data-accent="crimson"]::before{background:var(--crimson);}
 
.review-top{display:flex; align-items:flex-start; justify-content:space-between; margin-bottom:14px;}
 
.review-stars{display:flex; gap:2px;}
.star{position:relative; width:15px; height:15px;}
.star svg{position:absolute; inset:0; width:100%; height:100%;}
.star .star-base path{fill:none; stroke:var(--border); stroke-width:1.4;}
.star .star-fill{position:absolute; inset:0; overflow:hidden;}
.star .star-fill path{fill:var(--gold); stroke:none;}
 
.pulse-mark{width:26px; height:16px; color:var(--border); opacity:.9;}
.pulse-mark svg{width:100%; height:100%;}
 
.review-text{
  font-size:14.3px; line-height:1.62; color:var(--body);
  margin-bottom:16px;
  display:-webkit-box; -webkit-line-clamp:5; -webkit-box-orient:vertical; overflow:hidden;
}
.review-card.expanded .review-text{-webkit-line-clamp:unset;}
 
.review-more{
  align-self:flex-start;
  font-size:12.5px; font-weight:600; color:var(--crimson);
  margin:-10px 0 16px; display:none;
}
.review-card.clamped .review-more{display:inline-block;}
 
.review-foot{
  margin-top:auto; padding-top:16px; border-top:1px solid var(--border);
  display:flex; align-items:center; gap:11px;
}
.review-avatar{
  width:38px; height:38px; border-radius:50%;
  background:var(--bg); border:1px solid var(--border);
  display:flex; align-items:center; justify-content:center;
  font-family:'Merriweather',serif; font-weight:700; font-size:14px; color:var(--navy);
  flex-shrink:0;
}
.review-who{min-width:0;}
.review-name{font-size:13.6px; font-weight:600; color:var(--heading); display:flex; align-items:center; gap:5px;}
.review-name .verified{width:13px; height:13px; color:var(--sage); flex-shrink:0;}
.review-meta{font-size:12px; color:var(--body); display:flex; align-items:center; gap:6px; margin-top:1px;}
.review-meta .service{color:var(--navy); font-weight:500;}
.review-meta .g-mini{width:11px; height:11px;}
 
/* -------- progress rail, echoes the why-tabs progress-fill -------- */
.reviews-rail{position:relative; height:3px; background:var(--border); border-radius:3px; overflow:hidden;}
.reviews-rail-fill{
  position:absolute; left:0; top:0; height:100%; width:16%;
  background:var(--crimson); border-radius:3px;
  transition:left .35s ease, width .35s ease;
}
 
@media (max-width:560px){
  .reviews{padding:72px 18px 80px;}
  .review-card{flex-basis:270px;}
  .reviews-nav{position:static; justify-content:flex-end; margin-bottom:14px;}
}

/* ==========================================================================
   LOCATIONS — paste this block into style.css
   Section markup goes right after Reviews, before the final CTA banner
   ========================================================================== */

.locations{
  background:linear-gradient(180deg, var(--navy) 0%, var(--navy-deep) 100%);
  padding:104px 24px 112px;
  position:relative;
  overflow:hidden;
}
.locations::before{
  /* faint ECG line motif, echoes the hero pulse-divider, kept subtle on dark bg */
  content:"";
  position:absolute; top:0; left:0; right:0; height:1px;
  background:linear-gradient(90deg, transparent, rgba(200,169,106,.35), transparent);
}

.locations-inner{max-width:1180px; margin:0 auto;}

.locations-head{text-align:center; max-width:600px; margin:0 auto 56px;}
.locations .eyebrow{
  display:inline-flex; align-items:center; gap:8px;
  font-size:12.5px; font-weight:600; letter-spacing:.09em;
  color:var(--gold); text-transform:uppercase; margin-bottom:16px;
}
.locations .eyebrow .dot{width:6px;height:6px;border-radius:50%;background:var(--gold);display:inline-block;}
.locations-head h2{
  font-family:'Merriweather',serif; font-weight:900; color:#fff;
  font-size:clamp(28px,3.4vw,40px); line-height:1.18; margin-bottom:14px;
}
.locations-head p{font-size:15.5px; line-height:1.65; color:rgba(255,255,255,.68);}

/* -------- grid: featured clinic gets more width than the lean listing -------- */
.locations-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
  align-items:stretch;
}
@media (max-width:860px){
  .locations-grid{grid-template-columns:1fr;}
}

.loc-card{
  background:var(--card);
  border-radius:18px;
  overflow:hidden;
}

/* Divine Care — featured clinic, visually leads */
.loc-card--featured{
  border:1.5px solid var(--gold);
  box-shadow:0 18px 40px -18px rgba(200,169,106,.35), 0 0 0 1px rgba(200,169,106,.08);
}
.loc-card--featured .loc-photo{aspect-ratio:16/9;}

/* Budhrani — secondary, reference-only listing */
.loc-card--lean{opacity:.94;}
.loc-card--lean .loc-photo{aspect-ratio:16/9; filter:saturate(.85);}
.loc-card--lean .loc-body{padding-top:24px;}
.loc-card--lean .loc-actions{margin-top:14px;}

/* -------- photo slot: mirrors the existing portrait-fallback pattern -------- */
.loc-photo{
  position:relative;
  width:100%;
    width:100%;
  height:450px;
  background:var(--bg);
  border-bottom:1px solid var(--border);
}
.loc-photo img{
  position:absolute; inset:0; width:100%; height:100%; object-fit:cover;
}
.loc-photo .photo-fallback{
  position:absolute; inset:0;
  display:flex; flex-direction:column; align-items:center; justify-content:center; gap:8px;
  color:var(--body); text-align:center; padding:16px;
}
.loc-photo .photo-fallback svg{width:30px; height:30px; stroke:var(--border); opacity:.9;}
.loc-photo .photo-fallback .fb-title{font-size:13px; font-weight:600; color:var(--body);}
.loc-photo .photo-fallback .fb-path{font-size:11.5px; color:var(--border); font-family:monospace;}

/* -------- card body -------- */
.loc-body{padding:26px 26px 28px;}

.loc-tag{
  display:inline-block; font-size:11px; font-weight:700; letter-spacing:.07em;
  text-transform:uppercase; color:var(--navy);
  background:rgba(22,50,79,.07); padding:5px 10px; border-radius:6px;
  margin-bottom:14px;
}
.loc-card--lean .loc-tag{color:var(--sage); background:rgba(126,157,139,.12);}

.loc-tag--primary{
  display:inline-flex; align-items:center; gap:6px;
  color:var(--navy); background:rgba(200,169,106,.22);
}
.loc-tag--primary svg{width:12px;height:12px; stroke-width:3;}

.loc-name{
  font-family:'Merriweather',serif; font-weight:700; color:var(--heading);
  font-size:20px; line-height:1.3; margin-bottom:14px;
}

.loc-row{display:flex; gap:10px; margin-bottom:12px;}
.loc-row svg{width:16px; height:16px; color:var(--sage); flex-shrink:0; margin-top:2px;}
.loc-row .txt{font-size:13.8px; line-height:1.55; color:var(--body);}
.loc-row .txt .landmark{display:block; font-size:12.5px; color:var(--body); opacity:.75; margin-top:3px;}

.loc-hours-line{font-size:13.8px; color:var(--heading); font-weight:500;}

.loc-status{
  display:inline-flex; align-items:center; gap:6px;
  font-size:12px; font-weight:600; letter-spacing:.02em;
  margin-left:8px; padding:2px 9px 2px 7px; border-radius:20px;
  background:rgba(126,157,139,.13); color:#4B7A63;
  vertical-align:middle;
}
.loc-status.is-closed{background:rgba(94,107,120,.12); color:var(--body);}
.loc-status .dot{width:6px; height:6px; border-radius:50%; background:#3F9463;}
.loc-status.is-closed .dot{background:#9AA5AF;}

.loc-note{
  font-size:12.5px; line-height:1.5; color:var(--body); opacity:.8;
  background:rgba(94,107,120,.08); border-radius:8px;
  padding:9px 12px; margin-top:4px; margin-bottom:4px;
}

.loc-fee{
  display:inline-flex; align-items:center; gap:7px;
  font-size:13.5px; font-weight:600; color:var(--navy);
  background:rgba(200,169,106,.14); padding:7px 12px; border-radius:9px;
  margin-top:4px; margin-bottom:22px;
}
.loc-fee svg{width:14px;height:14px; color:var(--gold);}

.loc-actions{display:flex; gap:10px; flex-wrap:wrap; margin-top:20px;}
.loc-btn{
  display:inline-flex; align-items:center; gap:7px;
  font-size:13.5px; font-weight:600; padding:11px 18px; border-radius:9px;
  transition:transform .15s ease, background .2s ease, border-color .2s ease;
}
.loc-btn svg{width:15px;height:15px;}
.loc-btn--primary{background:var(--navy); color:#fff;}
.loc-btn--primary:hover{background:#0f2439; transform:translateY(-1px);}
.loc-btn--ghost{background:transparent; color:var(--navy); border:1px solid var(--border);}
.loc-btn--ghost:hover{border-color:var(--navy); transform:translateY(-1px);}

@media (max-width:480px){
  .locations{padding:72px 18px 80px;}
  .loc-body{padding:22px 20px 24px;}
  .loc-photo{
  position:relative;
  width:100%;
    width:100%;
  height:300px;
  background:var(--bg);
  border-bottom:1px solid var(--border);
}

}

/* ==========================================================================
   FAQ — paste this block into style.css
   Section markup goes right after Locations, before the CTA banner
   ========================================================================== */
 
.faq{
  padding:104px 24px 112px;
  max-width:760px;
  margin:0 auto;
}
 
.faq-head{text-align:center; margin-bottom:52px;}
.faq .eyebrow{
  display:inline-flex; align-items:center; gap:8px;
  font-size:12.5px; font-weight:600; letter-spacing:.09em;
  color:var(--navy); text-transform:uppercase; margin-bottom:16px;
}
.faq .eyebrow .dot{width:6px;height:6px;border-radius:50%;background:var(--crimson);display:inline-block;}
.faq-head h2{
  font-family:'Merriweather',serif; font-weight:900; color:var(--heading);
  font-size:clamp(26px,3.2vw,36px); line-height:1.2; margin-bottom:12px;
}
.faq-head p{font-size:15px; line-height:1.6; color:var(--body); max-width:460px; margin:0 auto;}
 
.faq-list{border-top:1px solid var(--border);}
 
.faq-item{border-bottom:1px solid var(--border);}
 
.faq-q{
  width:100%;
  display:flex; align-items:center; gap:16px;
  padding:22px 4px;
  text-align:left;
  position:relative;
}
.faq-flag{
  width:3px; align-self:stretch; border-radius:2px;
  background:var(--navy); opacity:0; transition:opacity .25s ease;
  flex-shrink:0;
}
.faq-item[data-accent="sage"] .faq-flag{background:var(--sage);}
.faq-item[data-accent="gold"] .faq-flag{background:var(--gold);}
.faq-item[data-accent="crimson"] .faq-flag{background:var(--crimson);}
.faq-item.open .faq-flag{opacity:1;}
 
.faq-q-text{
  flex:1;
  font-size:16px; font-weight:600; color:var(--heading);
  line-height:1.4;
}
.faq-item.open .faq-q-text{color:var(--navy);}
 
.faq-icon{
  width:26px; height:26px; border-radius:50%; flex-shrink:0;
  border:1px solid var(--border);
  display:flex; align-items:center; justify-content:center;
  color:var(--navy);
  transition:transform .3s ease, border-color .3s ease, background .3s ease;
}
.faq-icon svg{width:12px; height:12px;}
.faq-item.open .faq-icon{transform:rotate(135deg); background:var(--navy); border-color:var(--navy); color:#fff;}
 
.faq-a-wrap{
  display:grid;
  grid-template-rows:0fr;
  transition:grid-template-rows .35s ease;
}
.faq-item.open .faq-a-wrap{grid-template-rows:1fr;}
.faq-a-inner{overflow:hidden;}
.faq-a{
  padding:0 4px 24px 23px;
  font-size:14.5px; line-height:1.65; color:var(--body);
  max-width:600px;
}
 
@media (prefers-reduced-motion:reduce){
  .faq-a-wrap{transition:none;}
  .faq-icon{transition:none;}
}
 
@media (max-width:560px){
  .faq{padding:72px 18px 80px;}
  .faq-q-text{font-size:15px;}
}

/* ============================================
   DISABLE CONTINUOUS ANIMATIONS ON MOBILE
   These run forever and keep the compositor busy,
   which is what makes fixed buttons drift/disappear
   while scrolling on index.html.
============================================ */
@media (max-width: 768px){
  .eyebrow .dot-ring{ animation: none !important; }
  .pulse-divider .dot-runner{ animation: none !important; opacity: 0 !important; }
  .hero-visual::before{ animation: none !important; transform: scale(1) !important; }
  .trust-seal .seal-ring{ animation: none !important; }
  .rating-seal svg.seal-ring{ animation: none !important; }
}

/* ================= GALLERY ================= */
.gallery{padding:100px 24px 60px;background:#ffffff;overflow:hidden;}
.gallery-head{max-width:900px;margin:0 auto 48px;text-align:center;}
.gallery-head .eyebrow{margin-bottom:20px;}
.gallery-head h2{
  font-family:'Merriweather',serif;font-weight:700;color:var(--navy);
  font-size:clamp(28px,2.8vw,38px);line-height:1.25;margin-bottom:14px;
}
.gallery-head p{font-size:15.5px;line-height:1.7;color:var(--body);}

.gallery-track{
  display:flex;gap:20px;
  cursor:grab;
  overflow-x:hidden;
  padding:6px 2px;
}
.gallery-track.dragging{cursor:grabbing;}

.gallery-item{
  flex:0 0 450px;
  aspect-ratio:4/3;
  border-radius:16px;
  overflow:hidden;
  border:1px solid var(--border);
  box-shadow:0 10px 26px -16px rgba(22,50,79,.2);
  transition:transform .3s ease, box-shadow .3s ease;
}
.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;}
.gallery-item:hover{transform:translateY(-4px);box-shadow:0 20px 36px -18px rgba(22,50,79,.3);}
.gallery-item:hover img{transform:scale(1.06);}

@media (max-width:640px){
  .gallery{padding:70px 18px 80px;}
  .gallery-item{flex-basis:220px;}
  .gallery-wrap::before,.gallery-wrap::after{width:36px;}
}

/* ================= SEE US IN ACTION (editorial video section) ================= */
.voa{background:#F4F6F3;padding:112px 24px;}
.voa-inner{
  max-width:1300px;margin:0 auto;
  display:grid;grid-template-columns:45% 1fr;gap:50px;align-items:start;
}

/* -------- left column -------- */
.voa-left{padding-top:6px;}
.voa-eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  font-size:12.5px;font-weight:600;letter-spacing:.19em;text-transform:uppercase;
  color:var(--navy);margin-bottom:16px;
}
.voa-eyebrow .dot{width:6px;height:6px;border-radius:50%;background:var(--crimson);flex-shrink:0;}
.voa-heading{
  font-family:'Merriweather',serif;font-weight:700;color:var(--navy);
  font-size:clamp(30px,3vw,42px);line-height:1.22;margin-bottom:22px;
}
.voa-sub{
  font-size:15.5px;line-height:1.75;color:var(--body);
  max-width:500px;margin-bottom:26px;
}
.voa-explore{
  display:inline-flex;align-items:center;gap:8px;
  font-size:14.5px;font-weight:600;color:var(--navy);
  transition:gap .2s ease,color .2s ease;
}
.voa-explore svg{width:16px;height:16px;transition:transform .2s ease;}
.voa-explore:hover{gap:12px;color:var(--crimson);}

/* -------- right column: video grid -------- */
.voa-grid{
  display:grid;grid-template-columns:repeat(2,1fr);gap:22px;
}

.voa-card{display:flex;flex-direction:column;}

.voa-media{
  position:relative;width:100%;aspect-ratio:9/16;
  border-radius:19px;overflow:hidden;
  background:#fff;border:1px solid var(--border);
  box-shadow:0 12px 35px rgba(22,50,79,.08);
  transition:transform .25s ease, box-shadow .25s ease;
}
.voa-media:hover{transform:translateY(-4px);box-shadow:0 20px 42px rgba(22,50,79,.14);}

.voa-poster,.voa-video{
  position:absolute;inset:0;width:100%;height:100%;object-fit:cover;
}
.voa-video{opacity:0;z-index:1;}
.voa-media.is-playing .voa-video{opacity:1;}
.voa-media.is-playing .voa-poster{opacity:0;}
.voa-media.is-playing .voa-play{opacity:0;pointer-events:none;}

.voa-play{
  position:absolute;inset:0;margin:auto;width:56px;height:56px;z-index:2;
  border-radius:50%;background:#fff;
  display:flex;align-items:center;justify-content:center;
  box-shadow:0 8px 22px rgba(22,50,79,.22);
  transition:transform .2s ease, opacity .2s ease;
}
.voa-play svg{width:20px;height:20px;margin-left:2px;}
.voa-media:hover .voa-play{transform:scale(1.07);}

.voa-title{
  font-family:'Work Sans',sans-serif;font-weight:600;color:var(--heading);
  font-size:14.5px;line-height:1.4;margin:16px 0 4px;
}
.voa-caption{font-size:13px;line-height:1.5;color:var(--body);}

/* -------- responsive -------- */
@media (max-width:980px){
  .voa-inner{grid-template-columns:1fr;gap:44px;}
  .voa-left{max-width:520px;}
  .voa-sub{max-width:none;}
  .voa-grid{grid-template-columns:repeat(2,1fr);max-width:560px;}
}
@media (max-width:560px){
  .voa{padding:72px 18px;}
  .voa-grid{grid-template-columns:1fr;max-width:320px;margin:0 auto;}
  .voa-heading br{display:none;}
}

.heart-popup-overlay{
  position:fixed; inset:0; background:rgba(22,50,79,0.55);
  display:flex; align-items:center; justify-content:center;
  z-index:9999; opacity:0; visibility:hidden;
  transition:opacity .35s ease, visibility .35s ease;
  padding:20px;
}
.heart-popup-overlay.active{ opacity:1; visibility:visible; }
 
.heart-popup-card{
  position:relative;
  background:var(--card, #FFFFFF);
  max-width:420px; width:100%;
  padding:40px 36px 34px;
  border-radius:14px;
  text-align:center;
  box-shadow:0 20px 50px rgba(22,50,79,0.25);
  transform:translateY(24px) scale(.96);
  opacity:0;
  transition:transform .4s cubic-bezier(.2,.8,.2,1), opacity .4s ease;
  border-top:4px solid var(--crimson, #B4232D);
}
.heart-popup-overlay.active .heart-popup-card{
  transform:translateY(0) scale(1);
  opacity:1;
}
 
.heart-popup-close{
  position:absolute; top:14px; right:16px;
  background:none; border:none; cursor:pointer;
  font-size:22px; line-height:1; color:var(--body, #5E6B78);
  width:30px; height:30px; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  transition:background .2s ease, color .2s ease;
}
.heart-popup-close:hover{ background:#F1F2F4; color:var(--navy, #16324F); }
 
.heart-popup-icon{
  width:60px; height:60px; margin:0 auto 16px;
  background:#FBEAEA; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
}
 
.heart-popup-eyebrow{
  font-family:'Work Sans', sans-serif;
  font-size:11px; font-weight:600; letter-spacing:1.5px;
  text-transform:uppercase; color:var(--crimson, #B4232D);
  margin:0 0 10px;
}
 
.heart-popup-title{
  font-family:'Merriweather', serif;
  font-weight:700; font-size:26px; line-height:1.3;
  color:var(--heading, #1F2933);
  margin:0 0 12px;
}
 
.heart-popup-text{
  font-family:'Work Sans', sans-serif;
  font-size:14.5px; line-height:1.65;
  color:var(--body, #5E6B78);
  margin:0 0 26px;
}
 
.heart-popup-btn{
  display:inline-block;
  font-family:'Work Sans', sans-serif;
  font-weight:600; font-size:14.5px;
  color:#fff; background:var(--crimson, #B4232D);
  padding:12px 28px; border-radius:6px;
  text-decoration:none;
  transition:background .25s ease, transform .2s ease;
}
.heart-popup-btn:hover{
  background:#96181f;
  transform:translateY(-2px);
}
 
@media (max-width:480px){
  .heart-popup-card{ padding:32px 24px 28px; }
  .heart-popup-title{ font-size:22px; }
}
