/* ============================================================
   THE SAGE CLINIC - Felixstowe
   Botanical premium: gold on ivory, layered greens, celestial warmth
   ============================================================ */

:root{
  --gold:#B08D4F;
  --gold-bright:#C9A660;
  --gold-deep:#96763F;
  --ivory:#F5F1E8;
  --ivory-2:#EFE8D9;
  --ivory-3:#E9E0CC;
  --green:#4C7A4C;
  --fern:#2E4A33;
  --fern-deep:#233A29;
  --fern-night:#1B2E20;
  --blossom:#C7A9A6;
  --blossom-soft:#E8DCD9;
  --charcoal:#3A3734;
  --oak:#8A6A4F;
  --ink-on-gold:#241C0F;
  --serif:"Cormorant Garamond",Georgia,serif;
  --sans:"Source Sans 3","Source Sans Pro",-apple-system,Segoe UI,sans-serif;
  --shadow-soft:0 10px 30px -12px rgba(42,58,44,.25);
  --shadow-lift:0 24px 60px -24px rgba(27,46,32,.45);
  --radius:18px;
  --wrap:1160px;
}

*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:96px}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}
body{
  font-family:var(--sans);
  font-size:1.0625rem;
  line-height:1.65;
  color:var(--charcoal);
  background:var(--ivory);
  -webkit-font-smoothing:antialiased;
}
/* grain + soft botanical atmosphere on the page itself */
body::before{
  content:"";position:fixed;inset:0;pointer-events:none;z-index:0;
  background:
    radial-gradient(1200px 600px at 85% -5%,rgba(76,122,76,.08),transparent 60%),
    radial-gradient(900px 500px at -10% 30%,rgba(199,169,166,.10),transparent 55%),
    radial-gradient(700px 500px at 105% 80%,rgba(176,141,79,.07),transparent 60%);
}
body::after{
  content:"";position:fixed;inset:0;pointer-events:none;z-index:1000;opacity:.05;mix-blend-mode:multiply;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)'/%3E%3C/svg%3E");
}
main{position:relative;z-index:1}
img{max-width:100%;height:auto;display:block}
a{color:var(--fern)}
a:focus-visible,button:focus-visible{outline:3px solid var(--gold);outline-offset:3px;border-radius:4px}

h1,h2,h3,.serif{font-family:var(--serif);font-weight:600;color:var(--fern);line-height:1.12;text-wrap:balance}
h1{font-size:clamp(2.6rem,6.4vw,4.6rem)}
h2{font-size:clamp(1.9rem,4vw,2.9rem)}
h3{font-size:clamp(1.3rem,2.4vw,1.7rem)}
.lede{font-size:clamp(1.1rem,1.7vw,1.3rem);color:#4d4a45;max-width:62ch}

.wrap{width:min(var(--wrap),92vw);margin-inline:auto}
.section{padding:clamp(3.5rem,8vw,6.5rem) 0;position:relative}

/* eyebrow */
.eyebrow{
  display:inline-flex;align-items:center;gap:.65rem;
  font-size:.78rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--gold-deep);
}
.eyebrow::before{content:"";width:34px;height:1px;background:var(--gold)}
.eyebrow--center::after{content:"";width:34px;height:1px;background:var(--gold)}

/* skip link */
.skip{position:absolute;left:-9999px;top:0;background:var(--fern);color:var(--ivory);padding:.7rem 1.2rem;z-index:200;border-radius:0 0 8px 0}
.skip:focus{left:0}

/* ============ BUTTONS ============ */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.55rem;
  font-family:var(--sans);font-weight:600;font-size:1rem;letter-spacing:.02em;
  padding:.9rem 1.9rem;border-radius:999px;text-decoration:none;cursor:pointer;border:1px solid transparent;
  transition:transform .25s ease,box-shadow .25s ease,background .25s ease,color .25s ease;
}
.btn--gold{background:linear-gradient(140deg,var(--gold-bright),var(--gold) 55%,var(--gold-deep));color:var(--ink-on-gold);box-shadow:0 8px 22px -10px rgba(150,118,63,.7)}
.btn--gold:hover{transform:translateY(-2px);box-shadow:0 14px 28px -10px rgba(150,118,63,.75)}
.btn--fern{background:var(--fern);color:var(--ivory);border-color:rgba(176,141,79,.5)}
.btn--fern:hover{background:var(--fern-deep);transform:translateY(-2px)}
.btn--ghost{background:transparent;color:var(--fern);border-color:var(--fern)}
.btn--ghost:hover{background:var(--fern);color:var(--ivory)}
.btn--ghost-light{background:transparent;color:var(--ivory);border-color:rgba(245,241,232,.55)}
.btn--ghost-light:hover{background:rgba(245,241,232,.12)}
.btn svg{flex:none}

/* ============ HEADER / NAV ============ */
.top-note{
  background:var(--fern-night);color:#cfd9c9;font-size:.85rem;text-align:center;
  padding:.45rem 1rem;position:relative;z-index:60;
}
.top-note a{color:var(--gold-bright);text-decoration:none}
.top-note a:hover{text-decoration:underline}

.site-head{
  position:sticky;top:0;z-index:50;
  background:rgba(245,241,232,.92);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);
  border-bottom:1px solid rgba(176,141,79,.28);
}
.site-head .bar{
  width:min(1280px,94vw);margin-inline:auto;
  display:flex;align-items:center;gap:1.4rem;min-height:78px;
}
.brand{display:flex;align-items:center;gap:.8rem;text-decoration:none;margin-right:auto}
.brand__emblem{width:46px;height:46px;flex:none}
.brand__name{font-family:var(--serif);font-weight:600;font-size:1.32rem;letter-spacing:.14em;text-transform:uppercase;color:var(--fern);line-height:1}
.brand__name small{display:block;font-family:var(--sans);font-weight:600;font-size:.6rem;letter-spacing:.34em;color:var(--gold-deep);margin-top:.28rem}

.nav-toggle-box{display:none}
.nav-burger{display:none}

.site-nav ul{display:flex;align-items:center;gap:1.6rem;list-style:none}
.site-nav a{
  font-size:.95rem;font-weight:600;color:var(--charcoal);text-decoration:none;letter-spacing:.03em;
  padding:.4rem 0;border-bottom:2px solid transparent;transition:color .2s,border-color .2s;
}
.site-nav a:hover{color:var(--fern)}
.site-nav a[aria-current="page"]{color:var(--fern);border-bottom-color:var(--gold)}
.nav-book{margin-left:.4rem}
.nav-book .btn{padding:.62rem 1.35rem;font-size:.92rem}

@media (max-width:920px){
  .nav-burger{
    display:flex;flex-direction:column;justify-content:center;gap:5px;
    width:46px;height:46px;padding:10px;cursor:pointer;border:1px solid rgba(176,141,79,.4);border-radius:10px;
  }
  .nav-burger span{display:block;height:2px;background:var(--fern);border-radius:2px;transition:transform .3s,opacity .3s}
  .site-nav{
    position:absolute;left:0;right:0;top:100%;
    background:var(--ivory);border-bottom:1px solid rgba(176,141,79,.3);
    max-height:0;overflow:hidden;transition:max-height .35s ease;
  }
  .site-nav ul{flex-direction:column;align-items:flex-start;gap:0;padding:.6rem 4vw 1.2rem}
  .site-nav li{width:100%}
  .site-nav a{display:block;padding:.7rem 0;font-size:1.05rem;border-bottom:1px solid rgba(176,141,79,.15)}
  .nav-book{margin:.9rem 0 0}
  .nav-toggle-box:checked ~ .site-nav{max-height:520px}
  .nav-toggle-box:checked ~ .nav-burger span:nth-child(1){transform:translateY(7px) rotate(45deg)}
  .nav-toggle-box:checked ~ .nav-burger span:nth-child(2){opacity:0}
  .nav-toggle-box:checked ~ .nav-burger span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
}

/* ============ HERO (home) ============ */
.hero{
  position:relative;overflow:hidden;
  background:
    radial-gradient(900px 480px at 110% 10%,rgba(76,122,76,.16),transparent 60%),
    linear-gradient(180deg,var(--ivory) 0%,var(--ivory-2) 100%);
  padding:clamp(3rem,7vw,5.5rem) 0 clamp(3.5rem,7vw,6rem);
}
.hero::before{ /* faint giant emblem ring */
  content:"";position:absolute;right:-180px;top:-180px;width:640px;height:640px;border-radius:50%;
  border:1.5px solid rgba(176,141,79,.25);pointer-events:none;
}
.hero::after{
  content:"";position:absolute;right:-120px;top:-120px;width:520px;height:520px;border-radius:50%;
  border:1px solid rgba(176,141,79,.18);pointer-events:none;
}
.hero__grid{display:grid;grid-template-columns:1.15fr .85fr;gap:clamp(2rem,5vw,4.5rem);align-items:center}
.hero__copy h1{margin:1.1rem 0 .4rem;color:var(--fern-deep)}
.hero__copy h1 em{font-style:italic;color:var(--green)}
.hero__sub{font-size:clamp(1.08rem,1.6vw,1.28rem);color:#514e48;max-width:54ch;margin-bottom:1.8rem}
.hero__ctas{display:flex;flex-wrap:wrap;gap:.9rem;align-items:center}

.rating-badge{
  display:inline-flex;align-items:center;gap:.8rem;
  background:linear-gradient(140deg,rgba(176,141,79,.14),rgba(176,141,79,.05));
  border:1px solid rgba(176,141,79,.45);border-radius:999px;
  padding:.55rem 1.15rem .55rem .7rem;margin-top:1.9rem;
}
.rating-badge__score{
  font-family:var(--serif);font-weight:700;font-size:1.35rem;color:var(--ink-on-gold);
  background:linear-gradient(140deg,var(--gold-bright),var(--gold-deep));
  border-radius:999px;width:52px;height:52px;display:grid;place-items:center;flex:none;
}
.rating-badge__text{font-size:.92rem;line-height:1.35;color:var(--charcoal)}
.rating-badge__text strong{color:var(--fern);font-size:1rem}
.stars{color:var(--gold);letter-spacing:.12em;font-size:.95rem}

/* arch photo frame */
.arch-frame{position:relative;width:min(420px,86vw);margin-inline:auto}
.arch-frame img{
  width:100%;aspect-ratio:3/4;object-fit:cover;
  border-radius:999px 999px var(--radius) var(--radius);
  box-shadow:var(--shadow-lift);
}
.arch-frame::before{
  content:"";position:absolute;inset:-14px;
  border:1.5px solid rgba(176,141,79,.55);
  border-radius:999px 999px calc(var(--radius) + 10px) calc(var(--radius) + 10px);
  pointer-events:none;
}
.arch-frame__leaf{position:absolute;color:var(--green);opacity:.9}
.arch-frame__leaf--tl{top:-34px;left:-38px;transform:rotate(-15deg)}
.arch-frame__leaf--br{bottom:-26px;right:-34px;transform:rotate(150deg)}
.arch-frame__tag{
  position:absolute;left:50%;bottom:-22px;transform:translateX(-50%);
  background:var(--fern);color:var(--ivory);font-size:.8rem;letter-spacing:.16em;text-transform:uppercase;
  padding:.5rem 1.2rem;border-radius:999px;white-space:nowrap;border:1px solid rgba(176,141,79,.6);
}

@media (max-width:880px){
  .hero__grid{grid-template-columns:1fr}
  .hero__media{order:-1}
  .arch-frame{width:min(340px,80vw)}
}

/* ============ SECTION HEADINGS ============ */
.sec-head{max-width:720px;margin-bottom:clamp(2rem,4vw,3.2rem)}
.sec-head--center{margin-inline:auto;text-align:center}
.sec-head h2{margin:.9rem 0 .7rem}
.sec-head p{color:#54514b}

/* gold sprig divider */
.sprig-divider{display:flex;justify-content:center;align-items:center;gap:1rem;padding:0 0 1.2rem;color:var(--gold)}
.sprig-divider::before,.sprig-divider::after{content:"";height:1px;width:min(120px,20vw);background:linear-gradient(90deg,transparent,var(--gold));}
.sprig-divider::after{background:linear-gradient(90deg,var(--gold),transparent)}

/* ============ REVIEW STRIP / CARDS ============ */
.review-band{background:linear-gradient(180deg,var(--ivory-2),var(--ivory))}
.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem}
.review-card{
  position:relative;background:linear-gradient(160deg,#fff 0%,var(--blossom-soft) 130%);
  border:1px solid rgba(199,169,166,.55);border-radius:var(--radius);
  padding:2rem 1.7rem 1.6rem;box-shadow:var(--shadow-soft);
  display:flex;flex-direction:column;gap:1rem;
}
.review-card::before{
  content:"\201C";position:absolute;top:.4rem;left:1.1rem;
  font-family:var(--serif);font-size:4.2rem;line-height:1;color:var(--gold);opacity:.55;
}
.review-card blockquote{font-family:var(--serif);font-size:1.22rem;font-style:italic;color:#403c37;line-height:1.45;margin-top:.8rem}
.review-card footer{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:.6rem;font-size:.9rem;color:#6b675f}
.review-card cite{font-style:normal;font-weight:700;color:var(--fern)}
@media (max-width:880px){.review-grid{grid-template-columns:1fr}}

/* big rating wall (reviews page) */
.rating-wall{
  text-align:center;background:var(--fern-deep);color:var(--ivory);border-radius:calc(var(--radius) + 8px);
  padding:clamp(2.5rem,6vw,4.5rem) 1.5rem;position:relative;overflow:hidden;box-shadow:var(--shadow-lift);
}
.rating-wall::before{
  content:"";position:absolute;inset:0;opacity:.16;
  background:
    radial-gradient(circle at 12% 20%,var(--gold) 0 3px,transparent 4px),
    radial-gradient(circle at 88% 30%,var(--gold) 0 2px,transparent 3px),
    radial-gradient(circle at 22% 80%,var(--gold) 0 2px,transparent 3px),
    radial-gradient(circle at 78% 78%,var(--gold) 0 3px,transparent 4px),
    radial-gradient(circle at 50% 10%,var(--gold) 0 2px,transparent 3px);
}
.rating-wall__score{font-family:var(--serif);font-size:clamp(4.5rem,10vw,7rem);font-weight:700;color:var(--gold-bright);line-height:1}
.rating-wall .stars{font-size:1.5rem;display:block;margin:.4rem 0 .8rem}
.rating-wall p{color:#d9dfd2;max-width:52ch;margin-inline:auto}
.rating-wall h2{color:var(--ivory)}
.rating-stats{display:flex;flex-wrap:wrap;justify-content:center;gap:2.4rem;margin-top:2rem}
.rating-stats div{min-width:110px}
.rating-stats strong{display:block;font-family:var(--serif);font-size:2rem;color:var(--gold-bright)}
.rating-stats span{font-size:.88rem;color:#c3cdbc;letter-spacing:.06em;text-transform:uppercase}

/* ============ TREATMENT GROUP CARDS (home) ============ */
.group-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.3rem}
.group-card{
  position:relative;display:flex;flex-direction:column;justify-content:flex-end;
  min-height:390px;border-radius:var(--radius);overflow:hidden;text-decoration:none;
  box-shadow:var(--shadow-soft);isolation:isolate;
}
.group-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2;transition:transform .6s ease}
.group-card::before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(27,46,32,0) 30%,rgba(27,46,32,.88) 82%)}
.group-card:hover img{transform:scale(1.06)}
.group-card__body{padding:1.5rem 1.4rem 1.4rem}
.group-card h3{color:var(--ivory);margin-bottom:.35rem}
.group-card p{color:#d5dccd;font-size:.94rem;line-height:1.45}
.group-card__go{
  display:inline-flex;align-items:center;gap:.45rem;margin-top:.8rem;
  color:var(--gold-bright);font-weight:600;font-size:.9rem;letter-spacing:.08em;text-transform:uppercase;
}
.group-card--tint{background:linear-gradient(160deg,var(--fern) 0%,var(--fern-night) 100%)}
.group-card--tint .moonphases{position:absolute;top:1.4rem;left:1.4rem;right:1.4rem;z-index:0;opacity:.85}
@media (max-width:1020px){.group-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:600px){.group-grid{grid-template-columns:1fr}.group-card{min-height:300px}}

/* ============ STORY BAND ============ */
.story-band{background:var(--fern-deep);color:var(--ivory);overflow:hidden;position:relative}
.story-band::before{
  content:"";position:absolute;left:-100px;bottom:-140px;width:420px;height:420px;border-radius:50%;
  border:1px solid rgba(176,141,79,.3);
}
.story-band .eyebrow{color:var(--gold-bright)}
.story-band h2{color:var(--ivory)}
.story-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(2rem,5vw,4rem);align-items:center}
.story-grid figure{position:relative}
.story-grid figure img{border-radius:var(--radius);box-shadow:var(--shadow-lift)}
.story-grid figure::after{
  content:"";position:absolute;inset:14px -14px -14px 14px;border:1.5px solid rgba(176,141,79,.5);
  border-radius:var(--radius);z-index:-1;
}
.pull-quote{
  font-family:var(--serif);font-style:italic;font-weight:500;
  font-size:clamp(1.45rem,2.6vw,1.95rem);line-height:1.4;color:#ece7da;
  border-left:3px solid var(--gold);padding-left:1.4rem;margin:1.6rem 0;
}
.pull-quote + .quote-attr{font-size:.95rem;color:var(--gold-bright);letter-spacing:.1em;text-transform:uppercase}
.story-band p{color:#cfd6c7}
@media (max-width:880px){.story-grid{grid-template-columns:1fr}}

/* ============ TRUST BAND ============ */
.trust-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(1.5rem,4vw,3rem);align-items:center}
.trust-certs{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem}
.trust-certs figure{
  background:#fff;padding:.8rem .8rem 1rem;border-radius:12px;border:1px solid rgba(176,141,79,.4);
  box-shadow:var(--shadow-soft);transform:rotate(-1.6deg);
}
.trust-certs figure:last-child{transform:rotate(1.8deg)}
.trust-certs img{border-radius:6px}
.trust-certs figcaption{font-size:.82rem;color:#6b675f;text-align:center;margin-top:.6rem;line-height:1.4}
@media (max-width:880px){.trust-grid{grid-template-columns:1fr}}

/* ============ LOCATION STRIP ============ */
.loc-strip{background:linear-gradient(180deg,var(--ivory),var(--ivory-2))}
.loc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.3rem}
.loc-card{
  background:#fff;border:1px solid rgba(176,141,79,.35);border-radius:var(--radius);
  padding:1.8rem 1.6rem;box-shadow:var(--shadow-soft);
}
.loc-card h3{display:flex;align-items:center;gap:.6rem;font-size:1.25rem;margin-bottom:.7rem}
.loc-card h3 svg{color:var(--gold);flex:none}
.loc-card p,.loc-card li{color:#54514b;font-size:.98rem}
.loc-card ul{list-style:none}
.loc-card li{display:flex;justify-content:space-between;gap:1rem;padding:.32rem 0;border-bottom:1px dashed rgba(176,141,79,.3)}
.loc-card li:last-child{border-bottom:0}
.loc-card li span:last-child{font-weight:600;color:var(--fern)}
.loc-card a{color:var(--fern)}
@media (max-width:880px){.loc-grid{grid-template-columns:1fr}}

/* ============ TREATMENTS PAGE ============ */
.page-hero{
  background:
    radial-gradient(700px 380px at 100% 0%,rgba(76,122,76,.14),transparent 60%),
    linear-gradient(180deg,var(--ivory-2),var(--ivory));
  padding:clamp(2.8rem,6vw,4.5rem) 0 clamp(2rem,4vw,3rem);
  border-bottom:1px solid rgba(176,141,79,.25);
}
.page-hero h1{margin:.9rem 0 .6rem}
.page-hero .lede{margin-bottom:1.4rem}

.jump-nav{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1.4rem}
.jump-nav a{
  font-size:.9rem;font-weight:600;text-decoration:none;color:var(--fern);
  border:1px solid rgba(46,74,51,.4);border-radius:999px;padding:.45rem 1.1rem;
  transition:background .2s,color .2s;
}
.jump-nav a:hover{background:var(--fern);color:var(--ivory)}

.t-group{padding:clamp(2.8rem,6vw,4.5rem) 0}
.t-group--alt{background:linear-gradient(180deg,var(--ivory-2),var(--ivory))}
.t-group__head{display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(1.5rem,4vw,3rem);align-items:center;margin-bottom:2.2rem}
.t-group__head figure{position:relative}
.t-group__head figure img{border-radius:999px 999px var(--radius) var(--radius);aspect-ratio:4/3.4;object-fit:cover;box-shadow:var(--shadow-soft)}
.t-group__head figure::before{
  content:"";position:absolute;inset:-10px;border:1px solid rgba(176,141,79,.5);
  border-radius:999px 999px calc(var(--radius) + 8px) calc(var(--radius) + 8px);
}
.t-group__head h2{margin:.8rem 0 .7rem}
.t-group__head p{color:#54514b;max-width:56ch}
.t-group__note{
  margin-top:1rem;font-size:.92rem;color:#6b675f;background:rgba(176,141,79,.1);
  border-left:3px solid var(--gold);padding:.7rem 1rem;border-radius:0 10px 10px 0;
}
@media (max-width:880px){.t-group__head{grid-template-columns:1fr}.t-group__head figure{max-width:380px}}

.svc-list{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem}
.svc{
  background:#fff;border:1px solid rgba(176,141,79,.35);border-radius:var(--radius);
  padding:1.6rem 1.5rem 1.4rem;box-shadow:var(--shadow-soft);
  display:flex;flex-direction:column;gap:.6rem;position:relative;overflow:hidden;
  transition:transform .25s ease,box-shadow .25s ease;
}
.svc:hover{transform:translateY(-3px);box-shadow:var(--shadow-lift)}
.svc::before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--gold-bright),transparent 70%)}
.svc__top{display:flex;justify-content:space-between;align-items:baseline;gap:1rem}
.svc h3{font-size:1.28rem}
.svc__price{font-family:var(--serif);font-weight:700;font-size:1.5rem;color:var(--gold-deep);white-space:nowrap}
.svc__meta{font-size:.85rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--green)}
.svc p{font-size:.97rem;color:#54514b}
.svc__expect{font-size:.9rem;color:#6b675f;font-style:italic;border-top:1px dashed rgba(176,141,79,.35);padding-top:.7rem;margin-top:.2rem}
.svc__book{
  margin-top:auto;align-self:flex-start;display:inline-flex;align-items:center;gap:.4rem;
  font-size:.9rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--fern);text-decoration:none;
}
.svc__book:hover{color:var(--gold-deep)}
@media (max-width:820px){.svc-list{grid-template-columns:1fr}}

.price-note{font-size:.9rem;color:#6b675f;text-align:center;margin-top:2.4rem;font-style:italic}

/* ============ ABOUT PAGE ============ */
.about-hero{position:relative;overflow:hidden;background:var(--fern-night);color:var(--ivory)}
.about-hero__img{position:absolute;inset:0}
.about-hero__img img{width:100%;height:100%;object-fit:cover;object-position:center 30%;opacity:.5}
.about-hero__img::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(27,46,32,.25),rgba(27,46,32,.9) 80%)}
.about-hero__inner{position:relative;padding:clamp(5rem,13vw,10rem) 0 clamp(2.8rem,6vw,4.5rem)}
.about-hero h1{color:var(--ivory)}
.about-hero .eyebrow{color:var(--gold-bright)}
.about-hero p{color:#dee4d7;max-width:58ch;font-size:1.15rem}

.about-cols{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(2rem,5vw,4rem);align-items:start}
.about-cols .prose p{margin-bottom:1.1rem;color:#4d4a45}
.prose strong{color:var(--fern)}
.qual-quote{
  background:#fff;border:1px solid rgba(176,141,79,.4);border-radius:var(--radius);
  padding:1.7rem 1.6rem;box-shadow:var(--shadow-soft);margin:1.6rem 0;
}
.qual-quote blockquote{font-family:var(--serif);font-style:italic;font-size:1.2rem;color:#403c37;line-height:1.5}
.qual-quote figcaption{font-size:.85rem;color:#6b675f;margin-top:.8rem}
.photo-stack{display:grid;gap:1.2rem}
.photo-stack img{border-radius:var(--radius);box-shadow:var(--shadow-soft)}
.photo-stack figure{position:relative;margin:0}
.photo-stack figcaption{font-size:.83rem;color:#6b675f;margin-top:.5rem;font-style:italic}
@media (max-width:880px){.about-cols{grid-template-columns:1fr}}

.milestones{display:grid;grid-template-columns:repeat(3,1fr);gap:1.3rem;margin-top:2.5rem}
.milestone{
  border:1px solid rgba(176,141,79,.4);border-radius:var(--radius);padding:1.6rem 1.4rem;
  background:linear-gradient(160deg,#fff,var(--ivory-2));box-shadow:var(--shadow-soft);
}
.milestone strong{font-family:var(--serif);font-size:1.9rem;color:var(--gold-deep);display:block;line-height:1.1}
.milestone span{font-size:.95rem;color:#54514b}
@media (max-width:820px){.milestones{grid-template-columns:1fr}}

/* ============ FAQ ============ */
.faq-list{max-width:820px;margin-inline:auto;display:grid;gap:1rem}
.faq{
  background:#fff;border:1px solid rgba(176,141,79,.35);border-radius:14px;box-shadow:var(--shadow-soft);
  overflow:hidden;
}
.faq summary{
  list-style:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1rem;
  padding:1.2rem 1.4rem;font-family:var(--serif);font-weight:600;font-size:1.22rem;color:var(--fern);
}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{
  content:"+";font-family:var(--sans);font-size:1.5rem;font-weight:400;color:var(--gold);
  width:34px;height:34px;border:1px solid rgba(176,141,79,.5);border-radius:50%;
  display:grid;place-items:center;flex:none;transition:transform .3s ease;
}
.faq[open] summary::after{transform:rotate(45deg)}
.faq div{padding:0 1.4rem 1.3rem;color:#54514b}
.faq div p{margin-bottom:.7rem}
.faq div p:last-child{margin-bottom:0}

/* ============ CONTACT ============ */
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(1.6rem,4vw,3rem);align-items:start}
.contact-card{
  background:#fff;border:1px solid rgba(176,141,79,.35);border-radius:var(--radius);
  padding:2rem 1.8rem;box-shadow:var(--shadow-soft);
}
.contact-card + .contact-card{margin-top:1.4rem}
.contact-card h2{font-size:1.55rem;margin-bottom:1rem}
.contact-line{display:flex;gap:.9rem;align-items:flex-start;padding:.65rem 0;border-bottom:1px dashed rgba(176,141,79,.3)}
.contact-line:last-of-type{border-bottom:0}
.contact-line svg{color:var(--gold);flex:none;margin-top:.2rem}
.contact-line a{font-weight:600}
.hours-table{width:100%;border-collapse:collapse;font-size:.98rem}
.hours-table td{padding:.5rem 0;border-bottom:1px dashed rgba(176,141,79,.3)}
.hours-table tr:last-child td{border-bottom:0}
.hours-table td:last-child{text-align:right;font-weight:600;color:var(--fern)}
.hours-table .closed td:last-child{color:#a09b92;font-weight:400}
.map-frame{border:0;width:100%;height:420px;border-radius:var(--radius);box-shadow:var(--shadow-soft);display:block}
.honest-note{
  background:rgba(199,169,166,.18);border:1px solid rgba(199,169,166,.5);border-radius:var(--radius);
  padding:1.4rem 1.5rem;font-size:.98rem;color:#54514b;margin-top:1.4rem;
}
.honest-note em{font-family:var(--serif);font-size:1.12rem}
@media (max-width:880px){.contact-grid{grid-template-columns:1fr}}

/* ============ CTA BAND ============ */
.cta-band{
  position:relative;overflow:hidden;text-align:center;
  background:linear-gradient(160deg,var(--fern) 0%,var(--fern-night) 90%);color:var(--ivory);
  padding:clamp(3.5rem,8vw,6rem) 0;
}
.cta-band::before,.cta-band::after{
  content:"";position:absolute;border-radius:50%;border:1px solid rgba(176,141,79,.35);pointer-events:none;
}
.cta-band::before{width:420px;height:420px;left:-160px;top:-160px}
.cta-band::after{width:340px;height:340px;right:-120px;bottom:-140px}
.cta-band h2{color:var(--ivory);margin:.9rem 0 .7rem}
.cta-band p{color:#cfd6c7;max-width:54ch;margin:0 auto 1.8rem}
.cta-band .eyebrow{color:var(--gold-bright);justify-content:center}
.cta-band .btn--gold{box-shadow:0 10px 30px -8px rgba(0,0,0,.5)}

/* ============ FOOTER ============ */
.site-foot{background:var(--fern-night);color:#c3cdbc;position:relative;z-index:1}
.site-foot a{color:#e6e9df;text-decoration:none}
.site-foot a:hover{color:var(--gold-bright)}
.foot-grid{
  display:grid;grid-template-columns:1.3fr 1fr 1fr 1.1fr;gap:2.2rem;
  padding:clamp(2.8rem,6vw,4.2rem) 0 2.2rem;
}
.foot-brand .brand__name{color:var(--ivory)}
.foot-brand p{font-size:.93rem;margin-top:.9rem;max-width:34ch}
.site-foot h4{font-family:var(--sans);font-size:.8rem;letter-spacing:.24em;text-transform:uppercase;color:var(--gold-bright);margin-bottom:1rem}
.site-foot ul{list-style:none;display:grid;gap:.5rem;font-size:.95rem}
.foot-hours li{display:flex;justify-content:space-between;max-width:230px}
.foot-hours span:last-child{color:var(--ivory)}
.foot-social{display:flex;gap:.8rem;margin-top:1rem}
.foot-social a{
  width:42px;height:42px;border:1px solid rgba(176,141,79,.5);border-radius:50%;
  display:grid;place-items:center;color:var(--gold-bright);transition:background .2s;
}
.foot-social a:hover{background:rgba(176,141,79,.18)}
.foot-gp{
  border-top:1px solid rgba(176,141,79,.25);padding:1.4rem 0;text-align:center;
  font-size:.9rem;color:#9fac97;font-style:italic;
}
.foot-legal{
  border-top:1px solid rgba(176,141,79,.25);padding:1.3rem 0 1.6rem;
  display:flex;flex-wrap:wrap;gap:.8rem 2rem;justify-content:space-between;font-size:.85rem;color:#8d9a85;
}
@media (max-width:920px){.foot-grid{grid-template-columns:1fr 1fr}}
@media (max-width:560px){.foot-grid{grid-template-columns:1fr}}

/* ============ REVEAL ANIMATIONS (JS progressive enhancement) ============ */
html.js .reveal{opacity:0;transform:translateY(26px);transition:opacity .7s ease,transform .7s ease}
html.js .reveal.in{opacity:1;transform:none}
html.js .reveal-stagger > *{opacity:0;transform:translateY(22px);transition:opacity .6s ease,transform .6s ease}
html.js .reveal-stagger.in > *{opacity:1;transform:none}
html.js .reveal-stagger.in > *:nth-child(2){transition-delay:.12s}
html.js .reveal-stagger.in > *:nth-child(3){transition-delay:.24s}
html.js .reveal-stagger.in > *:nth-child(4){transition-delay:.36s}
html.js .reveal-stagger.in > *:nth-child(5){transition-delay:.48s}

/* hero load-in */
@keyframes riseIn{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:none}}
.hero__copy > *{animation:riseIn .8s cubic-bezier(.2,.7,.3,1) both}
.hero__copy > *:nth-child(2){animation-delay:.1s}
.hero__copy > *:nth-child(3){animation-delay:.2s}
.hero__copy > *:nth-child(4){animation-delay:.3s}
.hero__copy > *:nth-child(5){animation-delay:.4s}
.hero__media{animation:riseIn 1s .25s cubic-bezier(.2,.7,.3,1) both}
