/* =========================================================================
   LUMEN WELLNESS — salon · spa · studio
   Serene sand + dusty blush + muted plum + soft gold · Cormorant Garamond + Jost
   ========================================================================= */
:root{
  --sand:#F4EDE3; --cream:#FBF7F1; --oat:#EBE1D3; --oat-2:#F0E7DA; --clay:#EFE3D3;
  --plum:#5B3B5E; --plum-600:#4A2F4D; --plum-050:#EDE4EC; --plum-300:#8C6C8E;
  --rose:#C77B72; --rose-600:#AE625A; --rose-soft:#F1DED9;
  --gold:#C1974E; --gold-deep:#7C5E2A; --gold-soft:#EBDCC0;
  --ink:#33262F; --body:#5A4C54; --muted:#6E606A; --line:#E6DACB; --line-2:#EFE6D9;
  --d-head:#FBF7F1; --d-body:#ECDCE6; --d-gold:#E4C88A;

  --font-head:'Cormorant Garamond',Georgia,'Times New Roman',serif;
  --font-body:'Jost',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;

  --fs-hero:clamp(3rem,7vw,6rem);
  --fs-h1:clamp(2.5rem,5vw,4rem);
  --fs-h2:clamp(2.1rem,4vw,3.2rem);
  --fs-h3:clamp(1.4rem,2vw,1.7rem);
  --fs-lead:clamp(1.1rem,1.5vw,1.32rem);
  --fs-base:1.04rem; --fs-sm:.92rem; --fs-xs:.74rem;

  --container:1200px; --gutter:clamp(1.2rem,4vw,2.4rem);
  --section-y:clamp(4.5rem,9vw,8rem);
  --r-sm:8px; --r-md:16px; --r-lg:26px; --r-xl:34px; --r-pill:999px;
  --sh-sm:0 2px 12px rgba(91,59,94,.05),0 12px 30px rgba(91,59,94,.05);
  --sh-md:0 18px 44px rgba(91,59,94,.1);
  --sh-lg:0 34px 74px rgba(91,59,94,.16);
  --ease:cubic-bezier(.22,.61,.36,1); --ease-out:cubic-bezier(.16,1,.3,1);
}
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{margin:0;font-family:var(--font-body);font-size:var(--fs-base);line-height:1.72;color:var(--body);font-weight:400;
  background:var(--sand);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden}
h1,h2,h3,h4{font-family:var(--font-head);color:var(--ink);line-height:1.08;font-weight:600;margin:0;letter-spacing:-.01em}
p{margin:0}a{color:inherit;text-decoration:none}img,svg{display:block;max-width:100%}
svg{fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.stars svg{fill:currentColor;stroke:none}
ul{margin:0;padding:0;list-style:none}button{font-family:inherit;cursor:pointer;border:0;background:none}
:focus-visible{outline:2.5px solid var(--plum);outline-offset:3px;border-radius:4px}
::selection{background:var(--plum);color:var(--cream)}

.container{width:100%;max-width:var(--container);margin-inline:auto;padding-inline:var(--gutter)}
.container--narrow{max-width:840px}
.section{padding-block:var(--section-y);position:relative}
.section--sand{background:var(--sand)}
.section--cream{background:var(--cream)}
.section--oat{background:var(--oat-2)}
.section--plum{background:var(--plum);color:var(--d-body)}
.section--plum h1,.section--plum h2,.section--plum h3{color:var(--d-head)}
.section--tight{padding-block:clamp(3rem,5vw,4.5rem)}

.eyebrow{display:inline-flex;align-items:center;gap:.7em;font-family:var(--font-body);font-size:var(--fs-xs);
  font-weight:500;letter-spacing:.32em;text-transform:uppercase;color:var(--gold-deep)}
.eyebrow::before{content:"";width:26px;height:1px;background:var(--gold)}
.section--plum .eyebrow{color:var(--d-gold)}
.section--plum .eyebrow::before{background:var(--d-gold)}
.section-head{max-width:640px;margin-bottom:clamp(2.4rem,4vw,3.4rem)}
.section-head.center{margin-inline:auto;text-align:center}
.section-head.center .eyebrow{margin-inline:auto}
.section-head h2{font-size:var(--fs-h2);margin:1.1rem 0 1rem}
.section-head p{font-size:var(--fs-lead);color:var(--muted)}
.section--plum .section-head p{color:var(--d-body)}
.lead{font-size:var(--fs-lead);color:var(--muted)}

/* buttons */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.6em;font-family:var(--font-body);
  font-weight:500;font-size:.96rem;letter-spacing:.03em;padding:.95em 1.9em;border-radius:var(--r-pill);
  transition:transform .3s var(--ease),box-shadow .3s,background .3s,color .3s;will-change:transform;white-space:nowrap}
.btn svg{width:1.1em;height:1.1em}
.btn--plum{background:var(--plum);color:var(--cream);box-shadow:0 10px 26px rgba(91,59,94,.22)}
.btn--plum:hover{background:var(--plum-600);transform:translateY(-2px);box-shadow:0 16px 36px rgba(91,59,94,.3)}
.btn--ghost{background:transparent;color:var(--plum);box-shadow:inset 0 0 0 1.5px var(--line)}
.btn--ghost:hover{box-shadow:inset 0 0 0 1.5px var(--plum);transform:translateY(-2px)}
.btn--on-plum{background:var(--cream);color:var(--plum)}
.btn--on-plum:hover{transform:translateY(-2px);box-shadow:var(--sh-md)}
.btn--gold{background:var(--gold);color:#3A2C12}
.btn--gold:hover{background:var(--gold-deep);color:var(--cream);transform:translateY(-2px)}
.btn--lg{padding:1.1em 2.2em;font-size:1.02rem}
.btn--block{width:100%}

/* header */
.header{position:fixed;top:0;left:0;right:0;z-index:100;transition:transform .4s var(--ease)}
.header__inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;
  padding:1.2rem var(--gutter);transition:padding .4s,background .4s,box-shadow .4s;border-bottom:1px solid transparent}
.header.scrolled .header__inner{padding-block:.8rem;background:rgba(251,247,241,.9);backdrop-filter:blur(12px) saturate(1.1);
  border-bottom-color:var(--line);box-shadow:0 8px 26px rgba(91,59,94,.06)}
.brand{display:flex;align-items:center;gap:.7rem;flex-shrink:0}
.brand__mark{width:34px;height:34px}
.brand__name{font-family:var(--font-head);font-weight:600;font-size:1.5rem;color:var(--ink);line-height:1;letter-spacing:.01em}
.brand__name small{display:block;font-family:var(--font-body);font-size:.5rem;font-weight:500;letter-spacing:.32em;text-transform:uppercase;color:var(--gold-deep);margin-top:.5em}
.nav{display:flex;gap:.3rem}
.nav a{font-size:.9rem;font-weight:400;letter-spacing:.02em;color:var(--body);padding:.55rem .9rem;border-radius:var(--r-pill);transition:color .25s,background .25s}
.nav a:hover,.nav a[aria-current="page"]{color:var(--plum);background:var(--plum-050)}
.header__cta{display:flex;align-items:center;gap:1.1rem}
.header__phone{display:inline-flex;align-items:center;gap:.5em;font-size:.94rem;color:var(--ink);font-weight:500}
.header__phone svg{width:1.05em;height:1.05em;color:var(--gold-deep)}
.nav-toggle{display:none;width:44px;height:44px;flex-direction:column;justify-content:center;align-items:center;gap:5px}
.nav-toggle span,.nav-toggle::before,.nav-toggle::after{content:"";display:block;width:22px;height:1.6px;background:var(--ink);transition:.3s;border-radius:2px}
.nav-toggle::before{margin-bottom:-6.6px}.nav-toggle::after{margin-top:-6.6px}

/* drawer */
.drawer{position:fixed;inset:0 0 0 auto;width:min(86%,360px);background:var(--cream);z-index:200;
  transform:translateX(100%);transition:transform .42s var(--ease);display:flex;flex-direction:column;padding:1.5rem;
  box-shadow:var(--sh-lg)}
.drawer.open{transform:none}
.drawer__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.8rem}
.drawer__close{font-size:2rem;line-height:1;color:var(--muted);width:44px;height:44px}
.drawer nav{display:flex;flex-direction:column;gap:.2rem}
.drawer nav a{font-family:var(--font-head);font-weight:600;font-size:1.7rem;color:var(--ink);padding:.6rem 0;border-bottom:1px solid var(--line)}
.drawer__foot{margin-top:auto;display:flex;flex-direction:column;gap:1rem;padding-top:1.5rem}
.drawer__phone{color:var(--plum);font-weight:500;font-size:1.1rem;display:flex;align-items:center;gap:.5em}
body:has(.drawer.open)::before{content:"";position:fixed;inset:0;background:rgba(51,38,47,.4);z-index:150;backdrop-filter:blur(2px)}

/* ---- HERO ---- */
.hero{position:relative;min-height:100svh;display:flex;align-items:center;padding-block:9rem 4rem;overflow:hidden;isolation:isolate}
.hero__media{position:absolute;inset:0;z-index:-2}
.hero__media img{width:100%;height:120%;object-fit:cover}
.hero__media::after{content:"";position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(251,247,241,.78) 0%,rgba(251,247,241,.35) 45%,rgba(251,247,241,.72) 100%),
             linear-gradient(90deg,rgba(251,247,241,.85) 0%,rgba(251,247,241,.2) 55%)}
.hero__inner{width:100%;max-width:var(--container);margin-inline:auto;padding-inline:var(--gutter)}
.hero__ey{margin-bottom:1.6rem}
.hero h1{font-size:var(--fs-hero);font-weight:500;letter-spacing:-.02em;max-width:15ch;color:var(--ink)}
.hero__rot{color:var(--rose-600);font-style:italic}
.hero p{margin-top:1.7rem;font-size:var(--fs-lead);color:var(--body);max-width:46ch}
.hero__actions{margin-top:2.4rem;display:flex;flex-wrap:wrap;gap:.9rem}
.hero__scroll{position:absolute;left:50%;bottom:1.6rem;transform:translateX(-50%);z-index:2;display:flex;flex-direction:column;align-items:center;gap:.5rem;
  font-family:var(--font-body);font-size:.62rem;letter-spacing:.3em;text-transform:uppercase;color:var(--muted)}
.hero__scroll span{width:1px;height:36px;background:linear-gradient(var(--gold),transparent);animation:scrolldot 2s var(--ease) infinite}
@keyframes scrolldot{0%{transform:scaleY(0);transform-origin:top}50%{transform:scaleY(1);transform-origin:top}50.1%{transform-origin:bottom}100%{transform:scaleY(0);transform-origin:bottom}}

/* intro line */
.introline{font-family:var(--font-head);font-weight:500;font-size:clamp(1.6rem,3vw,2.4rem);line-height:1.4;color:var(--ink);max-width:24ch}
.introline em{font-style:italic;color:var(--rose-600)}

/* pillars (Salon/Spa/Studio) */
.grid{display:grid;gap:1.5rem}
.grid-2{grid-template-columns:repeat(2,1fr)}
.grid-3{grid-template-columns:repeat(3,1fr)}
.pillar-card{position:relative;background:var(--cream);border:1px solid var(--line);border-radius:var(--r-lg);overflow:hidden;
  transition:transform .4s var(--ease),box-shadow .4s;display:flex;flex-direction:column}
.pillar-card:hover{transform:translateY(-6px);box-shadow:var(--sh-md)}
.pillar-card__img{aspect-ratio:4/3;overflow:hidden}
.pillar-card__img img{width:100%;height:100%;object-fit:cover;transition:transform .7s var(--ease)}
.pillar-card:hover .pillar-card__img img{transform:scale(1.05)}
.pillar-card__body{padding:1.7rem 1.8rem 2rem}
.pillar-card__body h3{font-size:var(--fs-h3);margin-bottom:.5rem}
.pillar-card__body p{color:var(--muted);font-size:.98rem;margin-bottom:1rem}
.pillar-card__link{font-size:.86rem;letter-spacing:.04em;color:var(--plum);font-weight:500;display:inline-flex;align-items:center;gap:.45em;transition:gap .3s}
.pillar-card:hover .pillar-card__link{gap:.8em}
.pillar-card__link svg{width:1.1em;height:1.1em;color:var(--gold-deep)}

/* soft feature cards */
.feat{padding:.4rem}
.feat__ic{width:56px;height:56px;border-radius:var(--r-pill);background:var(--plum-050);color:var(--plum);display:flex;align-items:center;justify-content:center;margin-bottom:1.2rem}
.feat__ic svg{width:26px;height:26px}
.section--plum .feat__ic{background:rgba(255,255,255,.12);color:var(--d-gold)}
.feat h3{font-size:var(--fs-h3);margin-bottom:.5rem}
.feat p{color:var(--muted);font-size:.98rem}
.section--plum .feat p{color:var(--d-body)}

/* split */
.split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,4.5rem);align-items:center}
.split--rev .split__media{order:2}
.split__media{border-radius:var(--r-lg);overflow:hidden;box-shadow:var(--sh-md)}
.split__media img{width:100%;height:100%;object-fit:cover;aspect-ratio:4/3}
.split__body .eyebrow{margin-bottom:1.1rem}
.split__body h2{font-size:var(--fs-h2)}
.split__body p{margin-top:1.1rem;color:var(--muted)}
.section--plum .split__body p{color:var(--d-body)}
.ticks{margin-top:1.7rem;display:flex;flex-direction:column;gap:.9rem}
.ticks li{display:flex;gap:.75rem;align-items:flex-start;color:var(--body)}
.ticks svg{width:1.3em;height:1.3em;color:var(--gold-deep);flex-shrink:0;margin-top:.2em}
.section--plum .ticks li{color:var(--d-body)}
.section--plum .ticks svg{color:var(--d-gold)}

/* menu list (treatments) */
.menu{display:flex;flex-direction:column}
.menu__row{display:flex;align-items:baseline;gap:1rem;padding:1.15rem 0;border-bottom:1px solid var(--line)}
.menu__row:last-child{border-bottom:0}
.menu__name{font-family:var(--font-head);font-weight:600;font-size:1.25rem;color:var(--ink);white-space:nowrap}
.menu__dots{flex:1;border-bottom:1px dotted var(--line);transform:translateY(-4px)}
.menu__desc{color:var(--muted);font-size:.94rem;flex:1.4;min-width:0}
.menu__price{font-family:var(--font-head);font-weight:600;color:var(--plum);font-size:1.15rem;white-space:nowrap}

/* stats */
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}
.stat{text-align:center;padding:0 .5rem}
.stat__num{font-family:var(--font-head);font-weight:600;font-size:clamp(2.6rem,5vw,3.8rem);color:var(--plum);line-height:1}
.section--plum .stat__num{color:var(--d-gold)}
.stat__label{margin-top:.5rem;font-size:.86rem;letter-spacing:.04em;color:var(--muted)}
.section--plum .stat__label{color:var(--d-body)}

/* reviews */
.review{background:var(--cream);border:1px solid var(--line);border-radius:var(--r-lg);padding:1.9rem;display:flex;flex-direction:column;gap:1.1rem;height:100%}
.stars{display:flex;gap:.15rem;color:var(--gold)}
.stars svg{width:1.05rem;height:1.05rem}
.review p{color:var(--body);font-size:1.04rem;font-family:var(--font-head);font-style:italic;font-weight:500;line-height:1.5}
.review__by{margin-top:auto;display:flex;align-items:center;gap:.8rem;padding-top:.3rem}
.review__av{width:44px;height:44px;border-radius:50%;background:var(--rose-soft);color:var(--rose-600);display:flex;align-items:center;justify-content:center;font-family:var(--font-head);font-weight:600;flex-shrink:0}
.review__nm{font-weight:500;color:var(--ink);font-size:.96rem}
.review__meta{font-size:.82rem;color:var(--muted)}

/* membership tiers */
.tiers{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;align-items:stretch}
.tier{background:var(--cream);border:1px solid var(--line);border-radius:var(--r-lg);padding:2rem 1.9rem;display:flex;flex-direction:column;transition:transform .4s var(--ease),box-shadow .4s}
.tier:hover{transform:translateY(-6px);box-shadow:var(--sh-md)}
.tier--feature{background:var(--plum);color:var(--d-body);border-color:var(--plum)}
.tier--feature .tier__name,.tier--feature .tier__price{color:var(--d-head)}
.tier.tier--feature .tier__per,.tier.tier--feature li{color:var(--d-body)}
.tier.tier--feature li svg{color:var(--d-gold)}
.tier__tag{align-self:flex-start;font-size:.68rem;letter-spacing:.18em;text-transform:uppercase;font-weight:500;color:var(--plum);background:var(--cream);border-radius:var(--r-pill);padding:.35em .9em;margin-bottom:1rem}
.tier__name{font-family:var(--font-head);font-weight:600;font-size:1.6rem;color:var(--ink)}
.tier__price{font-family:var(--font-head);font-weight:600;font-size:2.8rem;color:var(--plum);line-height:1;margin-top:.6rem}
.tier__per{font-size:.86rem;color:var(--muted);margin-bottom:1.4rem}
.tier ul{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.8rem}
.tier li{display:flex;gap:.6rem;align-items:flex-start;color:var(--body);font-size:.95rem}
.tier li svg{width:1.15em;height:1.15em;color:var(--gold-deep);flex-shrink:0;margin-top:.2em}
.tier .btn{margin-top:auto}

/* faq */
.faq{max-width:760px;margin-inline:auto;display:flex;flex-direction:column;gap:.8rem}
.faq__item{background:var(--cream);border:1px solid var(--line);border-radius:var(--r-md);padding:1.3rem 1.5rem}
.faq__item h3{font-size:1.15rem;margin-bottom:.4rem}
.faq__item p{color:var(--muted);font-size:.96rem}

/* chips */
.chips{display:flex;flex-wrap:wrap;gap:.6rem}
.chip{font-size:.86rem;letter-spacing:.02em;color:var(--plum);background:var(--cream);border:1px solid var(--line);border-radius:var(--r-pill);padding:.5rem 1.1rem}

/* cta band */
.cta{position:relative;background:var(--plum);border-radius:var(--r-xl);padding:clamp(2.6rem,5vw,4.5rem);text-align:center;overflow:hidden;color:var(--d-body)}
.cta::after{content:"";position:absolute;inset:0;background:radial-gradient(70% 130% at 50% -20%,rgba(193,151,78,.28),transparent 60%);pointer-events:none}
.cta>*{position:relative}
.cta h2{font-size:var(--fs-h2);color:var(--d-head);margin-bottom:1rem;max-width:20ch;margin-inline:auto}
.cta p{color:var(--d-body);font-size:var(--fs-lead);max-width:50ch;margin:0 auto 2rem}
.cta__actions{display:flex;flex-wrap:wrap;gap:.9rem;justify-content:center}

/* page hero */
.pagehero{padding:10rem 0 3.5rem;position:relative;overflow:hidden;isolation:isolate;background-color:var(--cream);background-size:cover;background-position:var(--ph-pos,center);border-bottom:1px solid var(--line)}
.pagehero::before{content:"";position:absolute;inset:0;z-index:0;background:
  linear-gradient(180deg,rgba(251,247,241,.82) 0%,rgba(251,247,241,.5) 18%,rgba(251,247,241,.34) 46%,rgba(251,247,241,.5) 100%),
  linear-gradient(100deg,rgba(251,247,241,.92) 0%,rgba(251,247,241,.68) 40%,rgba(251,247,241,.3) 70%,rgba(251,247,241,.08) 100%)}
.pagehero>.container{position:relative;z-index:1}
.breadcrumb{font-size:.82rem;letter-spacing:.06em;color:var(--muted);margin-bottom:1.3rem}
.breadcrumb a:hover{color:var(--plum)}
.pagehero h1{font-size:var(--fs-h1);font-weight:500;margin-bottom:1rem;max-width:18ch}
.pagehero p{font-size:var(--fs-lead);color:var(--muted);max-width:56ch}

/* forms */
.form{display:flex;flex-direction:column;gap:1.15rem}
.field{display:flex;flex-direction:column;gap:.45rem}
.field--row{display:grid;grid-template-columns:1fr 1fr;gap:1.15rem}
.field label{font-size:.82rem;letter-spacing:.04em;color:var(--body);font-weight:500}
.field input,.field select,.field textarea{font-family:inherit;font-size:1rem;color:var(--ink);background:var(--sand);
  border:1px solid var(--line);border-radius:var(--r-sm);padding:.9rem 1.1rem;transition:border-color .25s,box-shadow .25s}
.field textarea{min-height:130px;resize:vertical}
.field input::placeholder,.field textarea::placeholder{color:#A99BA1}
.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--plum);box-shadow:0 0 0 3px rgba(91,59,94,.13)}
.field select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%235B3B5E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='4 6 8 10 12 6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.6rem}
.form__note{font-size:.84rem;color:var(--muted)}
[data-form-ok]{background:var(--plum-050);border:1px solid #DCC9DB;color:var(--plum-600);border-radius:var(--r-md);padding:1.1rem 1.3rem;font-size:.98rem}
[data-form-ok] a{color:var(--plum);text-decoration:underline;font-weight:500}

/* info rows */
.info{display:flex;gap:1rem;align-items:flex-start}
.info__ic{width:48px;height:48px;border-radius:var(--r-pill);background:var(--plum-050);color:var(--plum);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.info__ic svg{width:22px;height:22px}
.info h3{font-size:1.05rem;margin-bottom:.25rem}
.info p{color:var(--muted);font-size:.96rem}
.info a{color:var(--plum);font-weight:500}
.card-panel{background:var(--cream);border:1px solid var(--line);border-radius:var(--r-xl);padding:clamp(1.7rem,3vw,2.6rem)}

/* footer */
.footer{background:var(--plum-600);color:var(--d-body);padding-top:clamp(3.5rem,6vw,5rem)}
.footer a{color:var(--d-body)}
.footer__grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1.3fr;gap:2.5rem;padding-bottom:2.8rem}
.footer__brand .brand__name{color:var(--d-head)}
.footer__brand .brand__name small{color:var(--d-gold)}
.footer__brand p{margin-top:1rem;font-size:.94rem;max-width:34ch;color:var(--d-body);opacity:.85}
.footer__col h4{font-family:var(--font-body);font-size:.76rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--d-gold);margin-bottom:1.1rem}
.footer__col a,.footer__col li{display:block;font-size:.94rem;color:var(--d-body);opacity:.85;padding:.32rem 0;transition:opacity .25s,color .25s}
.footer__col a:hover{opacity:1;color:var(--d-head)}
.footer__contact li{display:flex;align-items:center;gap:.6rem;opacity:.85}
.footer__contact svg{width:1.05em;height:1.05em;color:var(--d-gold);flex-shrink:0}
.footer__contact a{padding:0}
.footer__bottom{border-top:1px solid rgba(255,255,255,.14);padding-block:1.6rem;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;
  font-size:.84rem;color:var(--d-body);opacity:.7}
.footer__bottom a:hover{color:var(--d-head)}
.footer__credit{border-top:1px solid rgba(255,255,255,.14);padding-block:1.1rem;background:rgba(0,0,0,.14)}
.footer__credit span{font-size:.86rem;color:var(--d-body);opacity:.8}
.footer__credit a{color:var(--d-gold);font-weight:500}

/* reveal */
[data-reveal],[data-reveal-stagger]>*{opacity:0;transform:translateY(28px);transition:opacity .9s var(--ease-out),transform .9s var(--ease-out)}
[data-reveal].in,[data-reveal-stagger].in>*{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}[data-reveal],[data-reveal-stagger]>*{opacity:1;transform:none}}

/* responsive */
@media (max-width:1000px){
  .nav,.header__phone{display:none}
  .nav-toggle{display:flex}
  .footer__grid{grid-template-columns:1fr 1fr;gap:2rem}
}
@media (max-width:760px){
  .grid-2,.grid-3,.stats,.tiers{grid-template-columns:1fr}
  .split{grid-template-columns:1fr}
  .split--rev .split__media{order:0}
  .field--row{grid-template-columns:1fr}
  .menu__row{flex-wrap:wrap;gap:.4rem}
  .menu__dots{display:none}
  .menu__desc{flex-basis:100%;order:3}
  .footer__grid{grid-template-columns:1fr 1fr}
  .footer__brand{grid-column:span 2}
}
@media (max-width:480px){
  .footer__grid{grid-template-columns:1fr}.footer__brand{grid-column:auto}
  .stats{gap:2rem}
}

/* Google review chip (hero) */
.hero__rating{display:inline-flex;flex-direction:column;justify-content:center;gap:.14em;padding-left:.4rem;line-height:1.15;color:inherit}
.hero__stars{color:#F5B400;font-size:1.02rem;letter-spacing:.06em}
.hero__rating-txt{font-weight:700;font-size:.82rem;white-space:nowrap}
.gwm{font-weight:700}
