/* ============================================================================
   SALONA'S DENTAL CARE — Theme stylesheet
   Identity: editorial healthcare · clinical but warm · established
   Type:  Instrument Sans (headings) · Inter (body) · Cormorant Garamond (subtle serif)
   Palette: charcoal · warm ivory · stone · blue-grey · deep navy accent
   NOTE: WordPress theme meta lives in /style.css. This is the design system.
   ========================================================================== */

/* ------------------------------- Tokens --------------------------------- */
:root {
  --ink:        #123B39;   /* deep teal — text, headings, dark sections */
  --ink-soft:   #244C49;
  --ink-70:     rgba(23,26,28,0.72);
  --ink-50:     rgba(23,26,28,0.52);
  --ivory:      #F7F6F2;   /* warm ivory — page background */
  --paper:      #FFFFFF;   /* white — cards / raised */
  --stone:      #ECEAE4;   /* soft warm grey */
  --stone-2:    #E2DFD7;
  --taupe:      #9AA7B0;   /* light blue-grey — hairline strokes */
  --taupe-ink:  #5C6B76;   /* muted blue-grey — secondary text */
  --navy:       #0E9384;   /* teal — primary accent */
  --blue-grey:  #4F8F86;   /* muted teal-grey */
  --bronze:     #0E9384;   /* legacy token → teal accent */
  --bronze-2:   #0B7A6E;
  --bronze-lite:#7FD8CB;   /* light teal — accent on dark */
  --champagne:  #4F8F86;

  --line:       rgba(23,26,28,0.13);
  --line-2:     rgba(23,26,28,0.07);
  --line-bronze:rgba(14,147,132,0.30);   /* teal hairline */

  --on-dark:      #F7F6F2;
  --on-dark-soft: rgba(247,246,242,0.64);
  --line-dark:    rgba(247,246,242,0.16);

  --f-display: "Instrument Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  --f-sans:    "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --f-serif:   "Cormorant Garamond", Georgia, "Times New Roman", serif;

  --container: 1300px;
  --gutter: clamp(1.25rem, 5vw, 4rem);
  --sec: clamp(3.5rem, 6.5vw, 6.5rem);

  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --header-h: 136px;
}

/* -------------------------------- Base ---------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce){ html{ scroll-behavior:auto; } }

body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--f-sans);
  font-size: 1.0625rem;
  line-height: 1.62;
  font-weight: 400;
  letter-spacing: 0.003em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg, video { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
:focus-visible { outline: 2px solid var(--bronze); outline-offset: 3px; }
::selection { background: var(--ink); color: var(--ivory); }
h1,h2,h3,h4 { margin: 0; font-weight: 600; }
p { margin: 0 0 1.15em; }
p:last-child { margin-bottom: 0; }

.skip-link{ position:absolute; left:14px; top:-64px; z-index:200; background:var(--ink); color:var(--ivory); padding:.7rem 1.1rem; font-size:.8rem; letter-spacing:.05em; transition:top .2s var(--ease); }
.skip-link:focus{ top:14px; }
.screen-reader-text{ position:absolute!important; width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0; }

/* ------------------------------ Layout ---------------------------------- */
.container{ width:100%; max-width:var(--container); margin-inline:auto; padding-inline:var(--gutter); }
.container--wide{ max-width:1560px; }
.container--narrow{ max-width:920px; }
.section{ padding-block: var(--sec); }
.section--flush-top{ padding-top: clamp(2rem,4vw,3.5rem); }
.rule{ height:1px; background:var(--line); border:0; margin:0; }
.bg-ink{ background:var(--ink); color:var(--on-dark); }
.bg-paper{ background:var(--paper); }
.bg-stone{ background:var(--stone); }

/* editorial 12-col grid */
.grid{ display:grid; grid-template-columns:repeat(12,1fr); gap:clamp(1.2rem,2.4vw,2.4rem); }
.col-1{grid-column:span 1}.col-2{grid-column:span 2}.col-3{grid-column:span 3}.col-4{grid-column:span 4}
.col-5{grid-column:span 5}.col-6{grid-column:span 6}.col-7{grid-column:span 7}.col-8{grid-column:span 8}
.col-9{grid-column:span 9}.col-10{grid-column:span 10}.col-11{grid-column:span 11}.col-12{grid-column:span 12}

/* ---------------------------- Typography -------------------------------- */
.kicker{
  font-family:var(--f-sans); font-weight:600; font-size:.72rem;
  letter-spacing:.24em; text-transform:uppercase; color:var(--bronze);
  display:inline-flex; align-items:center; gap:.85rem; margin:0;
}
.kicker::before{ content:""; width:26px; height:1px; background:var(--line-bronze); }
.kicker--plain::before{ display:none; }
.on-dark .kicker, .bg-ink .kicker{ color:var(--bronze-lite); }
.on-dark .kicker::before, .bg-ink .kicker::before{ background:var(--line-dark); }

.h-display{
  font-family:var(--f-display); font-weight:600;
  font-size:clamp(1.9rem,4vw,3.2rem); line-height:1.06; letter-spacing:-0.018em;
}
.h-1{ font-family:var(--f-display); font-weight:600; font-size:clamp(1.7rem,3.3vw,2.6rem); line-height:1.1; letter-spacing:-0.016em; }
.h-2{ font-family:var(--f-display); font-weight:600; font-size:clamp(1.35rem,2.5vw,1.9rem); line-height:1.14; letter-spacing:-0.012em; }
.h-3{ font-family:var(--f-display); font-weight:600; font-size:1.35rem; line-height:1.12; letter-spacing:-0.01em; }
.ital{ font-family:var(--f-serif); font-style:italic; font-weight:400; letter-spacing:-0.008em; }
.lead{ font-size:clamp(1.12rem,1.6vw,1.35rem); line-height:1.55; color:var(--ink-70); }
.on-dark .lead, .bg-ink .lead{ color:var(--on-dark-soft); }
.muted{ color:var(--taupe-ink); }
.measure{ max-width:56ch; } .measure-sm{ max-width:42ch; }
.chapter-no{
  font-family:var(--f-sans); font-weight:600; line-height:1;
  font-size:.78rem; letter-spacing:.18em; color:var(--blue-grey);
  -webkit-text-stroke:0; text-stroke:0;
}
.chapter-no--bronze{ color:var(--navy); }

/* ------------------------------ Buttons --------------------------------- */
.btn{
  --bg:var(--ink); --fg:var(--ivory); --bd:var(--ink);
  position:relative; display:inline-flex; align-items:center; justify-content:center; gap:.6rem;
  padding:1.05rem 1.9rem; background:var(--bg); color:var(--fg); border:1px solid var(--bd);
  font-family:var(--f-sans); font-weight:600; font-size:.74rem; letter-spacing:.14em; text-transform:uppercase;
  border-radius:3px; overflow:hidden; transition:color .45s var(--ease), border-color .45s var(--ease);
}
.btn > *{ position:relative; z-index:1; }
.btn::before{ content:""; position:absolute; inset:0; background:var(--bronze); transform:translateY(101%); transition:transform .5s var(--ease-out); z-index:0; }
.btn:hover::before{ transform:translateY(0); }
.btn:hover{ color:#fff; border-color:var(--bronze); }
.btn--bronze{ --bg:var(--bronze); --bd:var(--bronze); --fg:#fff; }
.btn--bronze::before{ background:var(--ink); }
.btn--bronze:hover{ color:var(--ivory); border-color:var(--ink); }
.btn--line{ --bg:transparent; --fg:var(--ink); --bd:var(--line); }
.btn--line:hover{ color:#fff; }
.on-dark .btn--line, .bg-ink .btn--line{ --fg:var(--on-dark); --bd:var(--line-dark); }
.btn-row{ display:flex; flex-wrap:wrap; gap:.85rem; }

.arrow-link{
  display:inline-flex; align-items:center; gap:.6rem; font-weight:600; font-size:.76rem;
  letter-spacing:.13em; text-transform:uppercase; color:var(--ink); padding-bottom:.35rem; position:relative;
}
.arrow-link::after{ content:""; position:absolute; left:0; bottom:0; width:100%; height:1px; background:currentColor; transform:scaleX(1); transform-origin:right; transition:transform .5s var(--ease); }
.arrow-link:hover::after{ transform:scaleX(0); }
.arrow-link .ar{ transition:transform .4s var(--ease); }
.arrow-link:hover .ar{ transform:translateX(5px); }
.on-dark .arrow-link{ color:var(--on-dark); }

/* ------------------------------- Header --------------------------------- */
.site-header{
  position:sticky; top:0; z-index:100; background:color-mix(in srgb, var(--ivory) 84%, transparent);
  -webkit-backdrop-filter:saturate(140%) blur(16px); backdrop-filter:saturate(140%) blur(16px);
  border-bottom:1px solid transparent; transition:background .4s var(--ease), border-color .4s var(--ease);
}
.site-header.scrolled{ background:color-mix(in srgb, var(--ivory) 95%, transparent); border-bottom-color:var(--line); }
.nav{ display:flex; align-items:center; justify-content:space-between; gap:.75rem; height:var(--header-h); transition:height .4s var(--ease); }
.site-header.scrolled .nav{ height:88px; }
.brand{ display:inline-flex; align-items:center; gap:.7rem; flex:none; }
.brand__mark{ width:40px; height:40px; }
.brand__logo{ height:108px; width:auto; display:block; transition:height .4s var(--ease); }
.brand__logo--hero{ display:none; }
.site-header.scrolled .brand__logo{ height:68px; }
.brand__name{ font-family:var(--f-display); font-weight:600; font-size:1.22rem; letter-spacing:-0.01em; line-height:1; }
.brand__sub{ display:block; font-size:.54rem; letter-spacing:.3em; text-transform:uppercase; color:var(--taupe-ink); margin-top:5px; }
.nav__menu{ display:flex; align-items:center; gap:.72rem; list-style:none; margin:0; padding:0; }
.nav__menu a{ font-weight:500; font-size:.78rem; letter-spacing:.02em; color:var(--ink-soft); position:relative; padding:.4rem 0; transition:color .3s var(--ease); }
.nav__menu a::after{ content:""; position:absolute; left:0; bottom:-1px; width:0; height:1px; background:var(--bronze); transition:width .4s var(--ease); }
.nav__menu a:hover, .nav__menu .current-menu-item > a{ color:var(--ink); }
.nav__menu a:hover::after, .nav__menu .current-menu-item > a::after{ width:100%; }
.nav__actions{ display:flex; align-items:center; gap:.75rem; flex:none; }
.iconbtn{ width:44px; height:44px; display:inline-flex; align-items:center; justify-content:center; border:1px solid var(--line); border-radius:50%; color:var(--ink); background:transparent; transition:background .3s var(--ease), color .3s var(--ease), border-color .3s var(--ease); }
.iconbtn:hover{ background:var(--ink); color:var(--ivory); border-color:var(--ink); }
.iconbtn svg{ width:18px; height:18px; }
.nav__book{ padding:.68rem .95rem; font-size:.68rem; }
.nav__toggle{ display:none; }

/* Below full-desktop, collapse the nav links into the hamburger so the larger
   logo + Book button always fit without crowding. (Book stays visible until
   the mobile layout at 900px takes over.) */
@media (max-width:1200px){
  .nav__menu{ display:none; }
  .nav__toggle{ display:inline-flex; }
}

.mobile-nav{ position:fixed; inset:0; z-index:99; background:var(--ivory); padding:calc(var(--header-h) + 1rem) var(--gutter) 2rem; display:flex; flex-direction:column; transform:translateY(-101%); visibility:hidden; transition:transform .6s var(--ease-out), visibility .6s; }
.mobile-nav.open{ transform:none; visibility:visible; }
.mobile-nav ul{ list-style:none; margin:0; padding:0; }
.mobile-nav a{ display:block; font-family:var(--f-display); font-weight:600; font-size:2rem; letter-spacing:-.02em; padding:.5rem 0; border-bottom:1px solid var(--line-2); }
.mobile-nav__foot{ margin-top:auto; display:grid; gap:.7rem; padding-top:1.6rem; }

/* -------------------------------- Hero ---------------------------------- */
/* Full-bleed image slideshow with overlaid editorial text. */
.hero--full{ position:relative; min-height:min(82vh,720px); display:flex; align-items:center; overflow:hidden; background:var(--ink); }
.hero__slides{ position:absolute; inset:0; z-index:0; }
.hero__slide{ position:absolute; inset:0; background-size:cover; background-position:center; opacity:0; transform:scale(1.08); transition:opacity 1.6s var(--ease); }
.hero__slide.is-active{ opacity:1; transform:scale(1); transition:opacity 1.6s var(--ease), transform 8s ease-out; }
.hero__overlay{ position:absolute; inset:0; z-index:1; background:linear-gradient(96deg, rgba(12,22,36,.90) 0%, rgba(12,22,36,.74) 42%, rgba(12,22,36,.44) 72%, rgba(12,22,36,.30) 100%); }
.hero__inner{ position:relative; z-index:2; width:100%; }
.hero__content{ max-width:660px; padding-block:clamp(3.5rem,9vw,6.5rem); }
.hero--full .hero__title{ font-family:var(--f-display); font-weight:600; font-size:clamp(2.1rem,3.6vw,3.4rem); line-height:1.06; letter-spacing:-0.022em; color:#fff; max-width:16ch; }
.hero--full .hero__lead{ margin-top:1.5rem; max-width:46ch; color:rgba(247,246,242,.9); }
.hero--full .kicker{ color:rgba(247,246,242,.82); }
.hero--full .kicker::before{ background:rgba(247,246,242,.6); }
.hero__cta{ margin-top:clamp(1.9rem,3.5vw,2.6rem); }
.hero__cta .btn-row{ margin-bottom:1.4rem; }
.hero--full .btn--line{ color:#fff; border-color:rgba(247,246,242,.5); }
.hero--full .btn--line::before{ background:#fff; }
.hero--full .btn--line:hover{ color:var(--ink); border-color:#fff; }
.hero__call{ display:inline-flex; align-items:center; gap:.55rem; font-size:.92rem; color:rgba(247,246,242,.82); }
.hero__call svg{ width:16px; height:16px; flex:none; color:#fff; }
.hero__call a{ color:#fff; }
.hero__call strong{ color:#fff; font-weight:600; }
.hero__dots{ position:absolute; left:0; right:0; bottom:clamp(1.4rem,3vw,2.4rem); z-index:3; display:flex; justify-content:center; gap:.5rem; }
.hero__dot{ width:28px; height:2px; background:rgba(247,246,242,.35); border-radius:2px; transition:background .5s var(--ease); }
.hero__dot.is-active{ background:#fff; }
.hero__tagline{ display:none; }

/* ------------------------------ Legacy 44 ------------------------------- */
.legacy{ border-top:1px solid var(--line); border-bottom:1px solid var(--line); padding-block:clamp(3rem,6vw,6rem); }
.legacy__top{ display:flex; align-items:center; gap:clamp(1.5rem,4vw,3rem); }
.legacy__num{ font-family:var(--f-display); font-weight:600; font-size:clamp(3.4rem,7.5vw,6rem); line-height:.9; letter-spacing:-0.03em; color:var(--navy); position:relative; flex:none; }
.legacy__num sup{ font-size:.16em; vertical-align:top; color:var(--bronze); top:1.4em; letter-spacing:0; }
.legacy__head{ flex:1; min-width:0; padding-left:clamp(1.5rem,4vw,3rem); border-left:1px solid var(--line); }
.legacy__head h2{ font-family:var(--f-display); font-weight:600; font-size:clamp(1.4rem,3vw,2.4rem); line-height:1.15; letter-spacing:-.02em; }
.legacy__body{ margin-top:clamp(2rem,4vw,3rem); display:grid; grid-template-columns:repeat(2,1fr); gap:0 clamp(2rem,4vw,3.5rem); }
.legacy__body p{ margin:0 0 1.1rem; color:var(--ink-70); }
.legacy__body p:last-of-type{ margin-bottom:0; }
.legacy__tags{ grid-column:1/-1; display:flex; flex-wrap:wrap; gap:.5rem; margin-top:1.6rem; }
@media (max-width:820px){
  .legacy__top{ flex-direction:column; align-items:flex-start; gap:1rem; }
  .legacy__head{ padding-left:0; border-left:0; }
  .legacy__body{ grid-template-columns:1fr; }
}
.tag{ font-size:.68rem; letter-spacing:.16em; text-transform:uppercase; color:var(--taupe-ink); border:1px solid var(--line); padding:.45rem .8rem; border-radius:100px; }

/* ------------------------------- Intro ---------------------------------- */
.intro__grid{ display:grid; grid-template-columns:1.05fr 0.95fr; gap:clamp(2rem,5vw,5.5rem); align-items:end; }
.intro__figs{ position:relative; }
.figure{ position:relative; overflow:hidden; background:var(--stone); }
.figure img{ width:100%; height:100%; object-fit:cover; }
.figure__cap{ position:absolute; left:12px; top:12px; z-index:3; font-size:.6rem; letter-spacing:.18em; text-transform:uppercase; color:#fff; background:rgba(23,21,18,.55); padding:.4rem .7rem; border-radius:100px; backdrop-filter:blur(4px); }
.intro__fig-a{ aspect-ratio:4/5; }
.intro__fig-b{ position:absolute; width:52%; right:-8%; bottom:-12%; aspect-ratio:1/1; border:7px solid var(--ivory); }
.dropcap::first-letter{ font-family:var(--f-display); font-weight:600; font-size:3.4em; float:left; line-height:.8; padding:.06em .12em 0 0; color:var(--bronze); }

/* placeholder image treatment (editorial, intentional) */
.ph-figure{ position:relative; overflow:hidden;
  background:
    repeating-linear-gradient(135deg, rgba(23,21,18,.03) 0 2px, transparent 2px 26px),
    linear-gradient(160deg, var(--stone) 0%, var(--stone-2) 100%);
}
.ph-figure .ph-in{ position:absolute; inset:0; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:.7rem; text-align:center; padding:1.4rem; color:var(--taupe-ink); }
.ph-figure svg{ width:34px; height:34px; opacity:.55; }
.ph-lbl{ font-size:.64rem; letter-spacing:.2em; text-transform:uppercase; }
.ph-figure--ink{ background:linear-gradient(160deg,#20242a,#171A1C); }
.ph-figure--ink .ph-in{ color:var(--on-dark-soft); }

/* ------------------------------ Doctors --------------------------------- */
.docs__lead{ display:grid; grid-template-columns:1.15fr .85fr; gap:clamp(1.5rem,4vw,4rem); align-items:end; }
.doc-feature{ display:grid; grid-template-columns:0.9fr 1.1fr; gap:clamp(1.5rem,4vw,4rem); align-items:center; margin-top:clamp(2.5rem,5vw,4.5rem); }
.doc-feature__media{ aspect-ratio:4/5; }
.doc-feature__role{ color:var(--bronze); font-weight:600; font-size:.74rem; letter-spacing:.16em; text-transform:uppercase; }
.doc-feature__name{ font-family:var(--f-display); font-weight:600; font-size:clamp(2rem,4vw,3.2rem); line-height:1; letter-spacing:-.025em; margin:.7rem 0 .5rem; }
.doc-feature__qual{ font-family:var(--f-serif); font-style:italic; font-size:1.2rem; color:var(--ink-70); }
.doc-feature__bio{ margin-top:1.3rem; max-width:52ch; color:var(--ink-70); }
.doc-row{ display:grid; grid-template-columns:repeat(2,1fr); gap:clamp(1.5rem,4vw,4rem); margin-top:clamp(2.5rem,5vw,4.5rem); border-top:1px solid var(--line); padding-top:clamp(2rem,3vw,3rem); }
.doc-min{ display:grid; grid-template-columns:auto 1fr; gap:1.5rem; align-items:start; }
.doc-min__media{ width:130px; aspect-ratio:3/4; flex:none; }
.doc-min__name{ font-family:var(--f-display); font-weight:600; font-size:1.4rem; letter-spacing:-.02em; }
.doc-min__qual{ font-family:var(--f-serif); font-style:italic; color:var(--ink-70); margin:.25rem 0 .6rem; }
.doc-min__spec{ font-size:.9rem; color:var(--taupe-ink); margin-bottom:.9rem; }
.mono-portrait{ position:relative; background:linear-gradient(160deg,#1f405f,#173A5E); overflow:hidden; }
.mono-portrait .mp{ position:absolute; inset:0; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:.6rem; color:var(--on-dark); }
.mono-portrait .mp i{ font-family:var(--f-display); font-weight:600; font-size:clamp(2rem,4vw,3rem); color:var(--bronze-lite); font-style:normal; }
.mono-portrait .mp .r{ width:40px; height:1px; background:var(--line-dark); }
.mono-portrait .mp small{ font-size:.56rem; letter-spacing:.2em; text-transform:uppercase; color:var(--on-dark-soft); }

/* ------------------------ Signature treatments -------------------------- */
.sig{ display:grid; grid-template-columns:1fr 1fr; gap:clamp(1.6rem,4vw,4.5rem); align-items:center; padding-block:clamp(2.4rem,4vw,4rem); border-top:1px solid var(--line); }
.sig:last-child{ border-bottom:1px solid var(--line); }
.sig--rev .sig__media{ order:2; }
.sig__media{ aspect-ratio:5/4; }
.sig__no{ margin-bottom:1.2rem; }
.sig__cat{ color:var(--bronze); font-weight:600; font-size:.72rem; letter-spacing:.18em; text-transform:uppercase; }
.sig__title{ font-family:var(--f-display); font-weight:600; font-size:clamp(1.8rem,3.4vw,2.8rem); line-height:1.02; letter-spacing:-.022em; margin:.6rem 0 .9rem; }
.sig__text{ color:var(--ink-70); max-width:46ch; margin-bottom:1.5rem; }

/* --------------------------- Treatment directory ------------------------ */
.dir__head{ display:grid; grid-template-columns:1fr auto; gap:1.5rem; align-items:end; margin-bottom:clamp(2rem,3vw,3rem); }
.dir-cat{ border-top:1px solid var(--ink); padding-top:1.4rem; margin-top:clamp(2rem,3vw,2.8rem); display:grid; grid-template-columns:0.9fr 2.1fr; gap:clamp(1rem,3vw,3rem); }
.dir-cat:first-child{ margin-top:0; }
.dir-cat__label{ font-weight:600; font-size:.76rem; letter-spacing:.18em; text-transform:uppercase; color:var(--ink); }
.dir-cat__label span{ display:block; color:var(--taupe-ink); font-weight:500; letter-spacing:.02em; text-transform:none; font-size:.82rem; margin-top:.4rem; }
.dir-list{ display:flex; flex-direction:column; }
.dir-flat{ display:flex; flex-direction:column; border-top:1px solid var(--ink); }
.dir-flat .dir-item{ padding-block:clamp(1.1rem,2vw,1.5rem); }
.dir-item{ display:flex; align-items:baseline; justify-content:space-between; gap:1.5rem; padding:1.05rem 0; border-bottom:1px solid var(--line-2); transition:padding .4s var(--ease); }
.dir-item:hover{ padding-left:.9rem; }
.dir-item__name{ font-family:var(--f-display); font-weight:600; font-size:clamp(1.15rem,2vw,1.6rem); letter-spacing:-.015em; }
.dir-item__meta{ font-size:.82rem; color:var(--taupe-ink); text-align:right; flex:none; display:flex; align-items:center; gap:1rem; }
.dir-item__ar{ color:var(--bronze); transition:transform .35s var(--ease); }
.dir-item:hover .dir-item__ar{ transform:translateX(6px); }

/* ----------------------------- Philosophy ------------------------------- */
.philo__head{ max-width:34ch; }
.philo__list{ margin-top:clamp(2.5rem,5vw,4rem); display:grid; }
.philo__item{ display:grid; grid-template-columns:auto 1fr auto; gap:clamp(1.2rem,3vw,3rem); align-items:baseline; padding:clamp(1.5rem,3vw,2.4rem) 0; border-top:1px solid var(--line-dark); }
.philo__item:last-child{ border-bottom:1px solid var(--line-dark); }
.philo__no{ font-family:var(--f-display); font-weight:600; font-size:1rem; color:var(--bronze-lite); }
.philo__t{ font-family:var(--f-display); font-weight:600; font-size:clamp(1.5rem,3.4vw,2.6rem); line-height:1.04; letter-spacing:-.02em; color:var(--on-dark); }
.philo__d{ color:var(--on-dark-soft); max-width:34ch; justify-self:end; text-align:right; }

/* ------------------------------- Gallery -------------------------------- */
.gallery{ display:grid; grid-template-columns:repeat(12,1fr); gap:clamp(.7rem,1.4vw,1.1rem); }
.gallery .figure, .gallery .ph-figure{ height:100%; }
.g-a,.g-b,.g-c,.g-d,.g-e,.g-g{ grid-column:span 4; aspect-ratio:4/3; }
.g-f{ grid-column:span 12; aspect-ratio:21/7; }

/* ------------------------------- Reviews -------------------------------- */
.reviews__band{ display:grid; grid-template-columns:1.2fr .8fr; gap:clamp(2rem,4vw,4rem); align-items:center; }
.reviews__stars{ color:var(--bronze); letter-spacing:.2em; font-size:1rem; }
.review-q{ border-left:2px solid var(--line-bronze); padding-left:1.4rem; margin:0; }
.review-q blockquote{ font-family:var(--f-serif); font-style:italic; font-size:1.28rem; line-height:1.45; margin:0 0 .8rem; color:var(--ink-soft); letter-spacing:0.005em; }
.review-q cite{ font-style:normal; font-size:.82rem; letter-spacing:.02em; color:var(--taupe-ink); }
.reviews__grid{ display:grid; grid-template-columns:repeat(auto-fit,minmax(240px,1fr)); gap:clamp(1.4rem,3vw,2.4rem); margin-top:clamp(2rem,4vw,3rem); }

/* --------------------------------- CTA ---------------------------------- */
.finalcta{ position:relative; overflow:hidden; }
.finalcta__inner{ position:relative; z-index:2; padding-block:clamp(4rem,8vw,7.5rem); }
.finalcta__title{ font-family:var(--f-display); font-weight:600; font-size:clamp(1.8rem,3.8vw,3.1rem); line-height:1.08; letter-spacing:-.016em; max-width:18ch; color:var(--ink); }
.finalcta .btn-row{ margin-top:2.4rem; }
.finalcta__watermark{ display:none; }

/* -------------------------------- Footer -------------------------------- */
.site-footer{ background:var(--ink); color:var(--on-dark); padding-block:clamp(3.5rem,6vw,5.5rem) 2rem; }
.footer__grid{ display:grid; grid-template-columns:1.6fr 1fr 1fr 1.3fr; gap:clamp(2rem,4vw,3.5rem); }
.footer__name{ font-family:var(--f-display); font-weight:600; font-size:1.5rem; letter-spacing:-.02em; }
.footer__stmt{ color:var(--on-dark-soft); margin-top:1.1rem; max-width:34ch; font-size:.95rem; }
.footer__soc{ display:flex; gap:.7rem; margin-top:1.5rem; }
.footer__soc a{ width:40px; height:40px; border:1px solid var(--line-dark); border-radius:50%; display:flex; align-items:center; justify-content:center; color:var(--on-dark); transition:background .3s,border-color .3s,color .3s; }
.footer__soc a:hover{ background:var(--bronze); border-color:var(--bronze); color:#fff; }
.footer__soc svg{ width:17px; height:17px; }
.footer h5{ font-family:var(--f-sans); font-weight:600; font-size:.7rem; letter-spacing:.2em; text-transform:uppercase; color:var(--bronze-lite); margin:0 0 1.2rem; }
.footer ul{ list-style:none; margin:0; padding:0; display:grid; gap:.7rem; }
.footer a{ color:var(--on-dark-soft); font-size:.94rem; transition:color .3s; }
.footer a:hover{ color:var(--on-dark); }
.footer .val{ color:var(--on-dark); font-size:.94rem; }
.footer__bottom{ margin-top:clamp(2.5rem,4vw,3.5rem); padding-top:1.7rem; border-top:1px solid var(--line-dark); display:flex; justify-content:space-between; gap:1rem; flex-wrap:wrap; font-size:.82rem; color:var(--on-dark-soft); }
.footer__bottom-links{ display:flex; gap:1.4rem; align-items:center; flex-wrap:wrap; }
.footer__credit{ color:var(--on-dark-soft); }
.footer__credit a{ color:var(--bronze-lite); transition:color .3s var(--ease); }
.footer__credit a:hover{ color:var(--on-dark); }

/* --------------------------- Mobile sticky bar -------------------------- */
.mobar{ display:none; }

/* ------------------------------- Forms ---------------------------------- */
.form{ display:grid; gap:1.2rem; }
.form__row{ display:grid; grid-template-columns:1fr 1fr; gap:1.2rem; }
.field{ display:grid; gap:.45rem; }
.field label{ font-size:.7rem; letter-spacing:.12em; text-transform:uppercase; color:var(--taupe-ink); font-weight:600; }
.field input,.field select,.field textarea{ font-family:var(--f-sans); font-size:1rem; color:var(--ink); background:var(--paper); border:1px solid var(--line); border-radius:1px; padding:.9rem 1rem; width:100%; transition:border-color .3s,box-shadow .3s; }
.field textarea{ min-height:120px; resize:vertical; }
.field input:focus,.field select:focus,.field textarea:focus{ outline:none; border-color:var(--bronze); box-shadow:0 0 0 3px rgba(138,106,68,.12); }
.form__msg{ display:none; padding:.9rem 1.1rem; border-radius:1px; font-size:.92rem; }
.form__msg.ok{ display:block; background:rgba(138,106,68,.1); border:1px solid var(--line-bronze); color:var(--bronze); }
.form__msg.err{ display:block; background:rgba(150,40,40,.08); border:1px solid rgba(150,40,40,.3); color:#8a2f2f; }
.hp{ position:absolute!important; left:-9999px; width:1px; height:1px; overflow:hidden; }

/* ---------------------------- Info / contact ---------------------------- */
.info-list{ display:grid; }
.info{ display:grid; grid-template-columns:44px 1fr; gap:1.1rem; padding:1.3rem 0; border-bottom:1px solid var(--line-2); align-items:start; }
.info:first-child{ padding-top:0; }
.info__ic{ width:44px; height:44px; border:1px solid var(--line); border-radius:50%; display:flex; align-items:center; justify-content:center; color:var(--bronze); }
.info__ic svg{ width:18px; height:18px; }
.info__k{ font-size:.68rem; letter-spacing:.14em; text-transform:uppercase; color:var(--taupe-ink); margin-bottom:.3rem; }
.info__v{ font-size:1.02rem; line-height:1.5; }
.hours__row{ display:flex; justify-content:space-between; gap:1rem; padding:.7rem 0; border-bottom:1px solid var(--line-2); font-size:.96rem; }

/* --------------------------- Page / article ----------------------------- */
.page-hero{ padding-block:clamp(2.6rem,5.5vw,5rem) clamp(1.5rem,3vw,2.6rem); }
.page-hero__title{ font-family:var(--f-display); font-weight:600; font-size:clamp(1.9rem,4vw,3.1rem); line-height:1.07; letter-spacing:-0.018em; }
.breadcrumb{ display:flex; flex-wrap:wrap; gap:.55rem; align-items:center; font-size:.75rem; letter-spacing:.05em; color:var(--taupe-ink); margin-bottom:1.4rem; }
.breadcrumb a:hover{ color:var(--ink); }
.breadcrumb .sep{ opacity:.5; }
.entry-content{ max-width:70ch; }
.entry-content h2{ font-family:var(--f-display); font-weight:600; font-size:clamp(1.5rem,2.6vw,2.1rem); margin:2.4rem 0 .9rem; letter-spacing:-.015em; }
.entry-content h3{ font-family:var(--f-display); font-weight:600; font-size:1.3rem; margin:1.8rem 0 .6rem; }
.entry-content p{ color:var(--ink-70); }
.entry-content a{ color:var(--bronze); text-decoration:underline; text-underline-offset:3px; }
.entry-content img{ margin:1.6rem 0; }
.entry-content ul, .entry-content ol{ color:var(--ink-70); padding-left:1.2rem; }
.entry-content blockquote{ border-left:2px solid var(--line-bronze); padding-left:1.3rem; font-family:var(--f-serif); font-style:italic; font-size:1.2rem; color:var(--ink-soft); margin:1.6rem 0; }

.prose ul{ list-style:none; padding:0; }
.prose li{ position:relative; padding-left:1.5rem; margin-bottom:.55rem; color:var(--ink-70); }
.prose li::before{ content:""; position:absolute; left:0; top:.62em; width:7px; height:7px; background:var(--bronze); border-radius:50%; }
.steps{ counter-reset:s; }
.step{ counter-increment:s; display:grid; grid-template-columns:48px 1fr; gap:1.1rem; padding:1.2rem 0; border-top:1px solid var(--line); }
.step:last-child{ border-bottom:1px solid var(--line); }
.step::before{ content:counter(s,decimal-leading-zero); font-family:var(--f-display); font-weight:600; color:var(--bronze); }
.step h4{ font-family:var(--f-display); font-weight:600; font-size:1.1rem; margin-bottom:.25rem; }
.step p{ font-size:.94rem; color:var(--ink-70); margin:0; }

.faq{ border-top:1px solid var(--line); }
.faq__item{ border-bottom:1px solid var(--line); }
.faq__q{ width:100%; text-align:left; background:none; border:0; padding:1.4rem 0; display:flex; align-items:center; justify-content:space-between; gap:1.5rem; font-family:var(--f-display); font-weight:600; font-size:clamp(1.1rem,1.8vw,1.35rem); color:var(--ink); letter-spacing:-.01em; }
.faq__q .pm{ position:relative; width:17px; height:17px; flex:none; }
.faq__q .pm::before,.faq__q .pm::after{ content:""; position:absolute; background:var(--bronze); transition:transform .4s var(--ease); }
.faq__q .pm::before{ top:8px; left:0; width:17px; height:1.5px; }
.faq__q .pm::after{ left:8px; top:0; width:1.5px; height:17px; }
.faq__item.open .pm::after{ transform:scaleY(0); }
.faq__a{ max-height:0; overflow:hidden; transition:max-height .5s var(--ease); }
.faq__a-in{ padding:0 0 1.5rem; color:var(--ink-70); max-width:70ch; }

.disclaimer{ border:1px solid var(--line-bronze); background:rgba(138,106,68,.05); border-radius:2px; padding:1.2rem 1.4rem; font-size:.88rem; color:var(--ink-70); display:flex; gap:1rem; align-items:flex-start; }
.disclaimer svg{ width:20px; height:20px; color:var(--bronze); flex:none; margin-top:2px; }

.aside-card{ background:var(--paper); border:1px solid var(--line); padding:1.8rem; position:sticky; top:calc(var(--header-h) + 18px); }
.aside-card .stack{ display:grid; gap:.7rem; margin-top:1.2rem; }
.aside-card .btn{ width:100%; }

/* pagination / posts */
.post-card{ border-top:1px solid var(--line); padding:2.4rem 0; }
.post-card h2{ font-family:var(--f-display); font-weight:600; font-size:clamp(1.4rem,2.4vw,2rem); letter-spacing:-.02em; }
.post-card .meta{ font-size:.78rem; letter-spacing:.08em; text-transform:uppercase; color:var(--taupe-ink); margin-bottom:.6rem; }
.post-card__media{ display:block; aspect-ratio:16/9; overflow:hidden; background:var(--stone); border-radius:2px; margin-bottom:1.4rem; }
.post-card__media img{ width:100%; height:100%; object-fit:cover; transition:transform 1s var(--ease); }
.post-card:hover .post-card__media img{ transform:scale(1.03); }

/* Journal (homepage articles) */
.journal{ display:grid; grid-template-columns:repeat(3,1fr); gap:clamp(1.4rem,3vw,2.4rem); }
.jcard{ display:flex; flex-direction:column; color:inherit; }
.jcard__media{ position:relative; display:block; aspect-ratio:4/3; overflow:hidden; background:var(--stone); border-radius:2px; }
.jcard__media img{ width:100%; height:100%; object-fit:cover; transition:transform 1.1s var(--ease); }
.jcard:hover .jcard__media img{ transform:scale(1.05); }
.jcard__ph{ position:absolute; inset:0; display:flex; align-items:center; justify-content:center; color:var(--taupe); }
.jcard__ph svg{ width:34px; height:34px; }
.jcard__meta{ display:flex; align-items:center; gap:.6rem; margin-top:1.1rem; font-size:.7rem; letter-spacing:.14em; text-transform:uppercase; color:var(--bronze); }
.jcard__dot{ color:var(--taupe); }
.jcard__title{ font-family:var(--f-display); font-weight:600; font-size:clamp(1.25rem,1.9vw,1.55rem); line-height:1.12; letter-spacing:-.015em; margin:.6rem 0 .5rem; color:var(--ink); }
.jcard__ex{ color:var(--ink-70); font-size:.94rem; }
.jcard__more{ margin-top:1rem; font-size:.7rem; font-weight:600; letter-spacing:.12em; text-transform:uppercase; color:var(--ink); display:inline-flex; gap:.5rem; align-items:center; }
.jcard__more .ar{ color:var(--bronze); transition:transform .35s var(--ease); }
.jcard:hover .jcard__more .ar{ transform:translateX(5px); }
.pagination{ display:flex; gap:.6rem; flex-wrap:wrap; margin-top:2.5rem; }
.pagination .page-numbers{ min-width:44px; height:44px; display:inline-flex; align-items:center; justify-content:center; border:1px solid var(--line); padding:0 .5rem; font-size:.9rem; transition:background .3s,color .3s; }
.pagination .page-numbers.current, .pagination .page-numbers:hover{ background:var(--ink); color:var(--ivory); border-color:var(--ink); }

/* WordPress core alignment / captions */
.alignwide{ width:min(100% + 8vw, var(--container)); margin-inline:auto; }
.alignfull{ width:100vw; margin-left:calc(50% - 50vw); }
.alignleft{ float:left; margin:.3rem 1.6rem 1rem 0; }
.alignright{ float:right; margin:.3rem 0 1rem 1.6rem; }
.aligncenter{ margin-inline:auto; }
.wp-caption-text, .wp-element-caption{ font-size:.8rem; color:var(--taupe-ink); margin-top:.5rem; }
.sticky-badge{ font-size:.68rem; letter-spacing:.14em; text-transform:uppercase; color:var(--bronze); }
.comment-list{ list-style:none; padding:0; }

/* ---------------------------- Reveal / motion --------------------------- */
.reveal{ opacity:0; transform:translateY(28px); filter:blur(3px); transition:opacity .95s var(--ease-out), transform .95s var(--ease-out), filter .95s var(--ease-out); will-change:opacity, transform; }
.reveal.in{ opacity:1; transform:none; filter:blur(0); }
.reveal-2{ transition-delay:.10s; } .reveal-3{ transition-delay:.20s; } .reveal-4{ transition-delay:.30s; }
.reveal-5{ transition-delay:.40s; } .reveal-6{ transition-delay:.50s; }
.clip img{ clip-path:inset(0 0 100% 0); transform:scale(1.06); transition:clip-path 1.2s var(--ease-out), transform 1.6s var(--ease-out); }
.clip.in img{ clip-path:inset(0 0 0 0); transform:scale(1); }
@media (prefers-reduced-motion: reduce){
  .reveal,.clip img{ opacity:1!important; transform:none!important; clip-path:none!important; filter:none!important; transition:none!important; }
}

/* --------------------- Media fill (placeholders/photos) ----------------- */
.fill{ position:absolute; inset:0; }
.hero__media > .ph-figure{ position:absolute; inset:0; }
.sig__media{ position:relative; overflow:hidden; }
.sig__media > .figure, .sig__media > .ph-figure{ position:absolute; inset:0; height:100%; }
.doc-feature__media, .doc-min__media{ overflow:hidden; }
.figure.intro__fig-b, .ph-figure.intro__fig-b{ position:absolute; }
.figure > img, .demo{ width:100%; height:100%; object-fit:cover; }

/* ------------------------------ Responsive ------------------------------ */
@media (max-width:1024px){
  .footer__grid{ grid-template-columns:1fr 1fr; }
  .footer__brand{ grid-column:1 / -1; }
  .doc-feature{ grid-template-columns:1fr; }
  .intro__grid{ grid-template-columns:1fr; gap:2.5rem; }
  .reviews__band{ grid-template-columns:1fr; }
  /* stop the overlapping second photo from overflowing once stacked */
  .intro__figs{ display:grid; grid-template-columns:1fr 1fr; gap:1rem; align-items:end; }
  .intro__fig-a{ aspect-ratio:4/5; }
  .figure.intro__fig-b, .ph-figure.intro__fig-b, .intro__fig-b{ position:static !important; width:auto !important; right:auto !important; bottom:auto !important; border:none !important; aspect-ratio:1/1; }
}
@media (max-width:900px){
  :root{ --header-h:82px; }
  .nav__menu, .nav__book{ display:none; }
  .nav__toggle{ display:inline-flex; }
  .brand__logo{ height:56px; }
  /* Mobile: the full-bleed dark hero is desktop-only. On phones fall back to
     the clean light layout — dark text on ivory, image slideshow beneath. */
  .hero--full{ display:flex; flex-direction:column; align-items:stretch; min-height:0; background:var(--ivory); overflow:visible; }
  .hero__inner{ order:1; }
  .hero__slides{ position:relative; order:2; aspect-ratio:5/4; max-height:420px; margin:0 var(--gutter) clamp(1.5rem,5vw,2.5rem); border-radius:6px; overflow:hidden; background:var(--stone); }
  /* Single, static image on phones — no crossfade, no dots (previous layout). */
  .hero__slide{ opacity:1 !important; transform:none !important; }
  .hero__slide ~ .hero__slide{ display:none; }
  .hero__overlay, .hero__dots{ display:none; }
  /* Caption over the image, as before. */
  .hero__tagline{ display:flex; align-items:center; gap:.6rem; position:absolute; left:clamp(.9rem,3vw,1.3rem); bottom:clamp(.9rem,3vw,1.3rem); z-index:2; color:#fff; font-size:.62rem; letter-spacing:.18em; text-transform:uppercase; text-shadow:0 1px 18px rgba(0,0,0,.5); }
  .hero__tagline-rule{ width:22px; height:1px; background:currentColor; display:inline-block; }
  .hero__slides::after{ content:""; position:absolute; inset:0; background:linear-gradient(180deg, rgba(20,24,28,0) 55%, rgba(20,24,28,.5)); z-index:1; }
  .hero__content{ color:var(--ink); max-width:none; padding-block:clamp(2rem,7vw,3rem) clamp(1.4rem,5vw,2rem); }
  .hero--full .hero__title{ color:var(--ink); font-size:clamp(2rem,7.5vw,2.9rem); max-width:18ch; }
  .hero--full .hero__lead{ color:var(--ink-70); }
  .hero--full .kicker{ color:var(--navy); }
  .hero--full .kicker::before{ background:var(--navy); }
  .hero__call{ color:var(--ink-70); }
  .hero__call svg{ color:var(--navy); }
  .hero__call a, .hero__call strong{ color:var(--ink); }
  .hero--full.on-dark .btn--bronze{ --bg:var(--navy); --bd:var(--navy); --fg:#fff; }
  .hero--full.on-dark .btn--bronze::before{ background:var(--ink); }
  .hero--full.on-dark .btn--bronze:hover{ color:#fff; border-color:var(--ink); }
  .hero--full.on-dark .btn--line{ color:var(--ink); border-color:var(--line); }
  .hero--full.on-dark .btn--line::before{ background:var(--ink); }
  .hero--full.on-dark .btn--line:hover{ color:#fff; border-color:var(--ink); }
  .hero__dot{ background:rgba(23,26,28,.2); }
  .hero__dot.is-active{ background:var(--navy); }
  /* stack every 12-col grid layout (service, contact, prose, profiles) */
  .grid{ gap:1.6rem; }
  .grid > [class*="col-"]{ grid-column:1 / -1; }
  .col-4:empty{ display:none; }
  .legacy__grid{ grid-template-columns:1fr; gap:1.5rem; }
  .docs__lead{ grid-template-columns:1fr; }
  .doc-row{ grid-template-columns:1fr; }
  .sig, .sig--rev{ grid-template-columns:1fr; gap:1.5rem; }
  .sig--rev .sig__media{ order:0; }
  .dir-cat{ grid-template-columns:1fr; gap:.8rem; }
  .philo__item{ grid-template-columns:auto 1fr; }
  .philo__d{ grid-column:1 / -1; justify-self:start; text-align:left; max-width:none; }
  .journal{ grid-template-columns:1fr; gap:2.5rem; }
  .gallery{ grid-template-columns:repeat(6,1fr); }
  .g-a,.g-b,.g-c,.g-d,.g-e,.g-g{ grid-column:span 2; } .g-f{ grid-column:span 6; }
  .finalcta__title{ font-size:clamp(1.7rem,6vw,2.4rem); }
  .mobar{ display:grid; grid-template-columns:repeat(3,1fr); position:fixed; left:0; right:0; bottom:0; z-index:90; background:var(--ink); border-top:1px solid var(--line-dark); }
  .mobar a{ display:flex; flex-direction:column; align-items:center; gap:4px; padding:.7rem .4rem; color:var(--on-dark); font-size:.62rem; letter-spacing:.08em; text-transform:uppercase; border-left:1px solid var(--line-dark); }
  .mobar a:first-child{ border-left:0; }
  .mobar a.book{ background:var(--bronze); color:#fff; }
  .mobar svg{ width:20px; height:20px; }
  body.has-mobar{ padding-bottom:64px; }
  .aside-card{ position:static; }
  .doc-min__media{ width:110px; }
}
@media (max-width:560px){
  .brand__logo{ height:44px; }
  .nav__actions .iconbtn:not(.nav__toggle){ display:none; }
  .form__row{ grid-template-columns:1fr; }
  .footer__grid{ grid-template-columns:1fr; }
  .footer__bottom{ flex-direction:column; }
  .gallery{ grid-template-columns:1fr 1fr; }
  .g-a,.g-b,.g-c,.g-d,.g-e,.g-g{ grid-column:span 1; } .g-f{ grid-column:span 2; }
  .hero__cta .btn-row{ flex-direction:column; }
  .hero__cta .btn{ width:100%; }
  .finalcta .btn-row{ flex-direction:column; }
  .finalcta .btn-row .btn{ width:100%; }
  .section{ padding-block:clamp(2.6rem,10vw,3.4rem); }
  .doc-min{ grid-template-columns:1fr; } .doc-min__media{ width:150px; }
  .review-q blockquote{ font-size:1.18rem; }
}

/* ============================ Premium polish ============================= */
/* Scroll progress indicator */
.scroll-progress{ position:fixed; top:0; left:0; height:2px; width:0; z-index:300;
  background:linear-gradient(90deg, var(--bronze), var(--bronze-lite)); transition:width .12s linear; pointer-events:none; }

/* Kicker hairline draws in as its block reveals */
.reveal .kicker::before{ width:0; transition:width .95s .12s var(--ease-out); }
.reveal.in .kicker::before{ width:26px; }

/* Chapter numbers ease in */
.reveal .chapter-no{ opacity:0; transition:opacity 1.1s .1s var(--ease-out); }
.reveal.in .chapter-no{ opacity:1; }

/* Directory rows — bronze marker + colour shift */
.dir-item{ position:relative; }
.dir-item::after{ content:""; position:absolute; left:-1.1rem; top:50%; width:0; height:1px; background:var(--bronze); transform:translateY(-50%); transition:width .4s var(--ease); }
.dir-item:hover::after{ width:.75rem; }
.dir-item__name{ transition:color .3s var(--ease); }
.dir-item:hover .dir-item__name{ color:var(--bronze); }

/* Gallery + editorial figures — gentle hover zoom */
.gallery .figure{ overflow:hidden; }
.gallery .figure img{ transition:transform 1.3s var(--ease); }
.gallery .figure:hover img{ transform:scale(1.06); }
.sig__media{ overflow:hidden; }
.sig__media img{ transition:transform 1.4s var(--ease); }
.sig:hover .sig__media img{ transform:scale(1.05); }
.hero__media img{ transition:transform 1.6s var(--ease); }
.hero__figure:hover .hero__media img{ transform:scale(1.03); }

/* Journal cards — lift */
.jcard{ transition:transform .5s var(--ease); }
.jcard:hover{ transform:translateY(-5px); }

/* Doctor min rows — lift */
.doc-min{ transition:transform .5s var(--ease); }
.doc-min:hover{ transform:translateY(-3px); }

/* Buttons — press feedback + icon-btn lift */
.btn:active{ transform:translateY(0) scale(.985); }
.iconbtn{ transition:background .3s var(--ease), color .3s var(--ease), border-color .3s var(--ease), transform .3s var(--ease); }
.iconbtn:hover{ transform:translateY(-2px); }

/* Anchor targets clear the sticky header */
:target{ scroll-margin-top:calc(var(--header-h) + 26px); }
#book{ scroll-margin-top:calc(var(--header-h) + 26px); }

/* Section dividers hairline draw (tags/pills subtle) */
.tag, .pill{ transition:border-color .3s var(--ease), color .3s var(--ease); }
.tag:hover, .pill:hover{ border-color:var(--line-bronze); color:var(--ink); }

@media (prefers-reduced-motion: reduce){
  .scroll-progress{ display:none; }
  .reveal .kicker::before{ width:26px!important; transition:none!important; }
  .reveal .chapter-no{ opacity:1!important; transition:none!important; }
  .gallery .figure img, .sig__media img, .hero__media img, .jcard, .doc-min, .iconbtn{ transition:none!important; transform:none!important; }
}

/* ---- Navy accent buttons (refinement) ---- */
.nav__book{ --bg:var(--navy); --bd:var(--navy); --fg:#fff; }
.nav__book::before{ background:var(--ink); }
.on-dark .btn--bronze, .bg-ink .btn--bronze{ --bg:#fff; --bd:#fff; --fg:var(--navy); }
.on-dark .btn--bronze::before, .bg-ink .btn--bronze::before{ background:var(--on-dark-soft); }
.on-dark .btn--bronze:hover, .bg-ink .btn--bronze:hover{ --fg:var(--ink); border-color:#fff; }
.field input, .field select, .field textarea{ border-radius:3px; }

/* ============================ Why Salona's ============================== */
.why__head{ display:grid; grid-template-columns:1.15fr .85fr; gap:clamp(1.5rem,4vw,4rem); align-items:end; }
.why-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background:var(--line); border:1px solid var(--line); border-radius:4px; overflow:hidden; margin-top:clamp(2rem,4vw,3rem); }
.why{ background:var(--ivory); padding:clamp(1.6rem,2.6vw,2.4rem); min-height:180px; }
.bg-paper .why{ background:var(--paper); }
.why__n{ font-family:var(--f-sans); font-weight:600; font-size:.78rem; letter-spacing:.16em; color:var(--navy); }
.why__t{ font-family:var(--f-display); font-weight:600; font-size:1.18rem; line-height:1.2; letter-spacing:-.01em; margin:1rem 0 .55rem; }
.why__d{ color:var(--taupe-ink); font-size:.95rem; line-height:1.55; }
.why-grid--4{ grid-template-columns:repeat(4,1fr); }

/* Treatment page — "at a glance" fact list */
.fact-list{ list-style:none; margin:0; padding:0; }
.fact-list li{ display:flex; flex-direction:column; gap:.15rem; padding:.85rem 0; border-top:1px solid var(--line); }
.fact-list li:first-child{ border-top:0; padding-top:0; }
.fact-list li strong{ font-family:var(--f-sans); font-weight:600; font-size:.72rem; letter-spacing:.12em; text-transform:uppercase; color:var(--navy); }
.fact-list li span{ color:var(--taupe-ink); font-size:.92rem; line-height:1.45; }

/* ======================= Specialist profile page ======================= */
.docprofile__media{ position:relative; }
.docprofile__media .doc-feature__media,
.docprofile__media .figure{ aspect-ratio:4/5; }
.docprofile__media::before{ content:""; position:absolute; left:-14px; top:-14px; width:52%; aspect-ratio:1; border:1px solid var(--line-bronze); border-radius:5px; z-index:0; }
.docprofile__media > *{ position:relative; z-index:1; }
.doc-cv{ margin:0; }
.doc-cv h3{ font-family:var(--f-display); font-weight:600; font-size:1.15rem; letter-spacing:-.01em; margin:2rem 0 .9rem; }
.doc-cv ul{ list-style:none; padding:0; margin:0; }
.doc-cv li{ position:relative; padding-left:1.5rem; margin-bottom:.6rem; color:var(--ink-70); }
.doc-cv li::before{ content:""; position:absolute; left:0; top:.62em; width:6px; height:6px; border-radius:50%; background:var(--navy); }
.doc-tags{ display:flex; flex-wrap:wrap; gap:.55rem; margin-top:1.4rem; }
.doc-tag{ display:inline-block; padding:.4rem .85rem; border:1px solid var(--line); border-radius:3px; background:var(--paper); font-size:.82rem; color:var(--ink-70); letter-spacing:.01em; }

@media (max-width:900px){
  .why__head{ grid-template-columns:1fr; gap:1.2rem; }
  .why-grid, .why-grid--4{ grid-template-columns:repeat(2,1fr); }
  .docprofile__media::before{ display:none; }
}
@media (max-width:560px){
  .why-grid, .why-grid--4{ grid-template-columns:1fr; }
}

/* ============================ Image motion ============================= */
/* Editorial imagery wipes up + settles as its block reveals into view. */
.reveal .figure img, .reveal .doc-feature__media img, .reveal .docprofile__media img,
.reveal .sig__media img, .reveal .jcard__media img, .reveal .intro__fig-a img, .reveal .intro__fig-b img{
  clip-path:inset(0 0 100% 0); transform:scale(1.08);
  transition:clip-path 1.3s var(--ease-out), transform 1.9s var(--ease-out);
}
.reveal.in .figure img, .reveal.in .doc-feature__media img, .reveal.in .docprofile__media img,
.reveal.in .sig__media img, .reveal.in .jcard__media img, .reveal.in .intro__fig-a img, .reveal.in .intro__fig-b img{
  clip-path:inset(0 0 0 0); transform:scale(1);
}
/* Gentle, slow hover zoom across every image and portrait. */
.figure, .doc-feature__media, .docprofile__media, .doc-min__media{ overflow:hidden; }
.figure img, .doc-feature__media img, .docprofile__media img, .doc-min__media img{ transition:transform 1.1s var(--ease); backface-visibility:hidden; }
.figure:hover img, .doc-feature__media:hover img, .docprofile__media:hover img, .doc-min:hover .doc-min__media img{ transform:scale(1.055); }
/* Hero — slow Ken Burns drift on the active slide. */
@keyframes kenburns{ from{ transform:scale(1.03); } to{ transform:scale(1.15); } }
.hero__slide.is-active{ animation:kenburns 10s ease-out forwards; }
@media (max-width:900px){
  /* Phone hero is a single static image — no drift. */
  .hero__slide.is-active{ animation:none !important; }
}
@media (prefers-reduced-motion: reduce){
  .reveal .figure img, .reveal .doc-feature__media img, .reveal .docprofile__media img,
  .reveal .sig__media img, .reveal .jcard__media img, .reveal .intro__fig-a img, .reveal .intro__fig-b img{
    clip-path:none !important; transform:none !important;
  }
  .hero__slide.is-active{ animation:none !important; }
}

/* ============================== Preloader ============================== */
/* CSS-driven so it always dismisses itself, even if scripts fail to run. */
.preloader{
  position:fixed; inset:0; z-index:9999; display:flex; align-items:center; justify-content:center;
  background:var(--ivory);
  animation:preOut .7s var(--ease) 1.7s forwards;
}
.preloader.is-hidden{ opacity:0; visibility:hidden; pointer-events:none; }
.preloader__inner{ display:flex; flex-direction:column; align-items:center; gap:1.5rem; }
.preloader__logo{
  width:min(300px,62vw); height:auto;
  opacity:0; transform:translateY(10px);
  animation:preLogoIn .85s var(--ease-out) .05s forwards;
}
.preloader__bar{ position:relative; width:140px; height:2px; background:var(--line); border-radius:2px; overflow:hidden; }
.preloader__bar > span{ position:absolute; left:0; top:0; bottom:0; width:0; background:var(--navy); border-radius:2px; animation:preBar 1.7s var(--ease) forwards; }
@keyframes preOut{ to{ opacity:0; visibility:hidden; } }
@keyframes preLogoIn{ to{ opacity:1; transform:none; } }
@keyframes preBar{ 0%{ width:0 } 75%{ width:82% } 100%{ width:100% } }
@media (prefers-reduced-motion: reduce){
  .preloader{ animation:preOut .01s linear 1.2s forwards; }
  .preloader__logo{ animation:none; opacity:1; transform:none; }
  .preloader__bar > span{ animation:none; width:100%; }
}

/* ===================== Specialist cards (3 equal) ====================== */
.doc-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:clamp(1.5rem,2.6vw,2.4rem); margin-top:clamp(2rem,4vw,3rem); }
.doc-card{ display:flex; flex-direction:column; }
.doc-card__media{ display:block; aspect-ratio:4/5; border-radius:7px; overflow:hidden; background:var(--stone); }
.doc-card__fig{ width:100%; height:100%; border-radius:7px; }
.doc-card__fig img, .doc-card__fig .demo{ width:100%; height:100%; object-fit:cover; }
.doc-card__media .mono-portrait{ width:100%; height:100%; }
.doc-card__body{ padding-top:1.3rem; }
.doc-card__role{ font-family:var(--f-sans); font-weight:600; font-size:.68rem; letter-spacing:.14em; text-transform:uppercase; color:var(--navy); margin:0 0 .5rem; }
.doc-card__name{ font-family:var(--f-display); font-weight:600; font-size:clamp(1.2rem,1.7vw,1.45rem); letter-spacing:-.01em; line-height:1.16; }
.doc-card__name a{ transition:color .3s var(--ease); }
.doc-card__name a:hover{ color:var(--navy); }
.doc-card__qual{ color:var(--taupe-ink); font-size:.85rem; margin:.35rem 0 0; }
.doc-card__bio{ color:var(--ink-70); font-size:.92rem; line-height:1.55; margin:.9rem 0 1.1rem; }
@media (max-width:820px){
  .doc-grid{ grid-template-columns:1fr; max-width:400px; margin-inline:auto; gap:2.2rem; }
}

/* ========================= Mobile — premium polish ===================== */
@media (max-width:900px){
  /* Floating contact bar with a soft shadow and refined proportions. */
  .mobar{ box-shadow:0 -10px 34px -14px rgba(12,22,36,.55); border-top:0; }
  .mobar a{ padding:.9rem .4rem; gap:5px; font-size:.6rem; letter-spacing:.14em; }
  .mobar svg{ width:19px; height:19px; }
  .mobar a.book{ background:var(--navy); }

  /* Full-screen menu — staggered, premium link entrance. */
  .mobile-nav{ padding-top:calc(var(--header-h) + 1.6rem); }
  .mobile-nav a{ font-size:2.05rem; padding:.62rem 0; opacity:0; transform:translateY(16px);
    transition:opacity .55s var(--ease-out), transform .55s var(--ease-out), color .3s var(--ease); }
  .mobile-nav.open a{ opacity:1; transform:none; }
  .mobile-nav.open li:nth-child(1) a{ transition-delay:.06s }
  .mobile-nav.open li:nth-child(2) a{ transition-delay:.12s }
  .mobile-nav.open li:nth-child(3) a{ transition-delay:.18s }
  .mobile-nav.open li:nth-child(4) a{ transition-delay:.24s }
  .mobile-nav.open li:nth-child(5) a{ transition-delay:.30s }
  .mobile-nav.open li:nth-child(6) a{ transition-delay:.36s }
  .mobile-nav a:active{ color:var(--navy); }

  /* A touch more breathing room + tighter, more editorial headings. */
  .hero--full .hero__content{ padding-block:clamp(1.8rem,7vw,2.6rem) clamp(1.2rem,5vw,1.8rem); }
  .h-display{ font-size:clamp(2rem,8vw,2.8rem); }
  .section{ padding-block:clamp(3rem,11vw,4rem); }
  .doc-card__media, .figure{ border-radius:8px; }
}
@media (max-width:560px){
  .mobar a{ font-size:.56rem; }
  .btn{ padding:1.05rem 1.5rem; }
}

/* ===================== Premium polish (extra) ========================= */
/* Doctor cards lift gently on hover. */
.doc-card{ transition:transform .55s var(--ease); }
.doc-card:hover{ transform:translateY(-5px); }
.doc-card__media{ box-shadow:0 12px 30px -18px rgba(12,22,36,.35); transition:box-shadow .5s var(--ease); }
.doc-card:hover .doc-card__media{ box-shadow:0 22px 44px -20px rgba(12,22,36,.5); }
/* Why-cards subtle hover tint + lift feel. */
.why{ transition:background .4s var(--ease), transform .45s var(--ease); }
.bg-paper .why:hover{ background:var(--ivory); }
/* Treatment directory rows — arrow + name shift together. */
.dir-item:hover .dir-item__meta{ color:var(--navy); }
/* Fade-up the page-hero content on inner pages. */
.page-hero .kicker, .page-hero__title, .page-hero .lead{ will-change:opacity, transform; }

/* ==================================================================== */
/* ================  BRIGHT TEAL TEMPLATE (reference)  ================= */
/* ==================================================================== */
:root{ --teal:#0E9384; --teal-d:#0B7A6E; --teal-dk:#0C3A44; --wa:#25D366; --wa-d:#1FB457; --mint:#F1F8F7; --ink2:#0F2A3B; }

/* ---- Top contact bar ---- */
.topbar{ background:var(--teal-dk); color:#dbeeec; font-size:.82rem; }
.topbar__in{ display:flex; align-items:center; justify-content:space-between; gap:1rem; min-height:44px; flex-wrap:wrap; }
.topbar__info{ display:flex; align-items:center; gap:1.6rem; flex-wrap:wrap; }
.topbar__info a, .topbar__hours{ display:inline-flex; align-items:center; gap:.5rem; color:#dbeeec; }
.topbar__info a:hover{ color:#fff; }
.topbar svg{ width:15px; height:15px; flex:none; color:var(--bronze-lite); }
.topbar__soc{ display:flex; align-items:center; gap:.55rem; }
.topbar__soc a{ width:26px; height:26px; border-radius:50%; display:inline-flex; align-items:center; justify-content:center; background:rgba(255,255,255,.1); color:#fff; transition:background .3s; }
.topbar__soc a:hover{ background:var(--teal); }
.topbar__soc svg{ width:14px; height:14px; color:#fff; }

/* ---- Header tuned for this style ---- */
.site-header{ background:#fff; -webkit-backdrop-filter:none; backdrop-filter:none; }
.brand__logo{ height:104px; }
.site-header.scrolled .brand__logo{ height:78px; }
:root{ --header-h:128px; }
.site-header.scrolled .nav{ height:94px; }
@media (max-width:820px){ .brand__logo, .site-header.scrolled .brand__logo{ height:62px; } :root{ --header-h:88px; } }
@media (max-width:480px){ .brand__logo, .site-header.scrolled .brand__logo{ height:52px; } }
.nav__menu a{ color:var(--ink2); font-weight:500; }
.nav__menu a::after{ background:var(--teal); }
.nav__menu a:hover, .nav__menu .current-menu-item>a{ color:var(--teal); }

/* ---- Buttons (flat template style) ---- */
.btn--teal, .btn--wa, .btn--dark, .btn--white, .btn--teal-line{ border-radius:8px; overflow:visible; transition:background .3s var(--ease), color .3s var(--ease), border-color .3s, transform .3s, box-shadow .3s; text-transform:none; letter-spacing:.01em; font-size:.9rem; padding:.85rem 1.5rem; gap:.5rem; }
.btn--teal, .btn--wa, .btn--dark, .btn--white, .btn--teal-line{ }
.btn--teal, .btn--wa, .btn--dark, .btn--white, .btn--teal-line{ position:relative; }
.btn--teal::before, .btn--wa::before, .btn--dark::before, .btn--white::before, .btn--teal-line::before{ display:none; }
.btn--teal{ background:var(--teal); color:#fff; border:1px solid var(--teal); }
.btn--teal:hover{ background:var(--teal-d); border-color:var(--teal-d); color:#fff; transform:translateY(-2px); box-shadow:0 10px 22px -12px rgba(14,147,132,.7); }
.btn--wa{ background:var(--wa); color:#fff; border:1px solid var(--wa); }
.btn--wa:hover{ background:var(--wa-d); border-color:var(--wa-d); color:#fff; transform:translateY(-2px); }
.btn--dark{ background:var(--ink2); color:#fff; border:1px solid var(--ink2); }
.btn--dark:hover{ background:#0a1f2c; color:#fff; transform:translateY(-2px); }
.btn--white{ background:#fff; color:var(--teal); border:1px solid #fff; }
.btn--white:hover{ background:#eaf6f4; color:var(--teal-d); transform:translateY(-2px); }
.btn--teal-line{ background:transparent; color:var(--teal); border:1.5px solid var(--teal); padding:.6rem 1.2rem; font-size:.82rem; }
.btn--teal-line:hover{ background:var(--teal); color:#fff; }
.btn--teal svg, .btn--wa svg, .btn--dark svg, .btn--white svg{ width:17px; height:17px; }
.nav__book{ --bg:var(--teal); --bd:var(--teal); border-radius:8px; }
.nav__book::before{ background:var(--teal-d); }

/* ---- Section heading (centered, teal rule) ---- */
.sec-head{ text-align:center; margin-bottom:clamp(2rem,4vw,3rem); }
.sec-head__t{ font-family:var(--f-display); font-weight:700; font-size:clamp(1.6rem,3.2vw,2.4rem); color:var(--ink2); letter-spacing:-.01em; }
.sec-head__rule{ display:block; width:64px; height:3px; background:var(--teal); border-radius:3px; margin:.9rem auto 0; }
.bg-mint{ background:var(--mint); }

/* ---- Hero (Your Smile, Our Care) ---- */
.hero2{ background:linear-gradient(180deg,#fff, var(--mint)); padding-block:clamp(2rem,5vw,4rem) clamp(3rem,6vw,5rem); overflow:hidden; }
.hero2__grid{ display:grid; grid-template-columns:1.02fr 1.1fr; gap:clamp(2rem,5vw,4rem); align-items:center; }
.hero2__title{ font-family:var(--f-display); font-weight:800; font-size:clamp(2.6rem,6vw,4.6rem); line-height:1.02; letter-spacing:-.03em; }
.hero2__title span{ display:block; color:var(--ink2); }
.hero2__title em{ display:block; color:var(--teal); font-style:normal; }
.hero2__lead{ margin:1.4rem 0 0; max-width:44ch; color:var(--taupe-ink); font-size:1.05rem; }
.hero2__btns{ display:flex; flex-wrap:wrap; gap:.8rem; margin-top:2rem; }
.hero2__media{ position:relative; }
/* soft teal glow behind the image */
.hero2__media::before{ content:""; position:absolute; inset:auto -6% -8% 8%; height:70%; background:radial-gradient(60% 60% at 60% 50%, rgba(14,147,132,.28), transparent 70%); filter:blur(28px); z-index:0; pointer-events:none; }
.hero2__slides{ position:relative; z-index:1; width:100%; aspect-ratio:5/6; max-height:600px; border-radius:24px; overflow:hidden; box-shadow:0 40px 80px -34px rgba(12,58,68,.55), 0 6px 18px -10px rgba(12,58,68,.25); background:var(--mint); }
.hero2__slide{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; opacity:0; transform:scale(1.06); transition:opacity 1.2s var(--ease), transform 6s linear; will-change:opacity,transform; }
.hero2__slide.is-active{ opacity:1; transform:scale(1); }
/* subtle inner ring for a framed, premium edge */
.hero2__slides::after{ content:""; position:absolute; inset:0; border-radius:24px; box-shadow:inset 0 0 0 1px rgba(255,255,255,.35); pointer-events:none; z-index:2; }
/* dots */
.hero2__dots{ position:absolute; left:20px; bottom:18px; z-index:3; display:inline-flex; gap:.45rem; }
.hero2__dots .hero__dot{ width:8px; height:8px; border-radius:50%; background:rgba(255,255,255,.55); box-shadow:0 1px 4px rgba(0,0,0,.35); transition:width .4s var(--ease), background .4s var(--ease); }
.hero2__dots .hero__dot.is-active{ width:22px; border-radius:5px; background:#fff; }
/* floating stat card — a UI card, not text on the photo */
.hero2__stat{ position:absolute; right:-14px; bottom:26px; z-index:4; display:flex; align-items:center; gap:.7rem; background:#fff; border-radius:16px; padding:.85rem 1.1rem; box-shadow:0 20px 44px -20px rgba(12,58,68,.45); animation:hero2Float 5s ease-in-out infinite; }
.hero2__stat-ic{ width:40px; height:40px; flex:none; display:inline-flex; align-items:center; justify-content:center; border-radius:12px; background:var(--mint); color:var(--teal); }
.hero2__stat-ic svg{ width:22px; height:22px; }
.hero2__stat b{ display:block; font-family:var(--f-display); font-weight:800; font-size:1.35rem; line-height:1; color:var(--ink2); }
.hero2__stat small{ display:block; margin-top:.15rem; font-size:.78rem; color:var(--taupe-ink); }
@keyframes hero2Float{ 0%,100%{ transform:translateY(0); } 50%{ transform:translateY(-8px); } }
@media (prefers-reduced-motion:reduce){ .hero2__stat{ animation:none; } .hero2__slide{ transition:opacity .4s; transform:none; } }

/* ---- Features ---- */
.features{ margin-top:-3.2rem; position:relative; z-index:5; }
.features__card{ background:#fff; border-radius:16px; box-shadow:0 24px 50px -30px rgba(12,58,68,.35); border:1px solid var(--line-2); display:grid; grid-template-columns:repeat(4,1fr); gap:1.4rem; padding:clamp(1.4rem,2.5vw,2rem); }
.feat{ display:flex; gap:.9rem; align-items:flex-start; }
.feat + .feat{ }
.feat__ic{ width:52px; height:52px; flex:none; border-radius:50%; background:var(--teal); display:inline-flex; align-items:center; justify-content:center; }
.feat__ic svg{ width:26px; height:26px; color:#fff; }
.feat__t{ font-family:var(--f-display); font-weight:700; font-size:1rem; color:var(--ink2); }
.feat__d{ font-size:.85rem; color:var(--taupe-ink); margin-top:.25rem; line-height:1.45; }

/* ---- Treatment cards ---- */
.tcard-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:clamp(1.2rem,2.5vw,1.8rem); }
.tcard{ background:#fff; border:1px solid var(--line-2); border-radius:14px; overflow:hidden; color:inherit; display:flex; flex-direction:column; transition:transform .4s var(--ease), box-shadow .4s var(--ease); }
.tcard:hover{ transform:translateY(-6px); box-shadow:0 24px 44px -26px rgba(12,58,68,.4); }
.tcard__media{ position:relative; display:block; aspect-ratio:16/10; overflow:hidden; background:var(--stone); }
.tcard__media img{ width:100%; height:100%; object-fit:cover; transition:transform 1s var(--ease); }
.tcard:hover .tcard__media img{ transform:scale(1.06); }
.tcard__ic{ position:absolute; left:50%; bottom:-24px; transform:translateX(-50%); width:48px; height:48px; border-radius:50%; background:var(--teal); border:3px solid #fff; display:inline-flex; align-items:center; justify-content:center; }
.tcard__ic svg{ width:24px; height:24px; color:#fff; }
.tcard__body{ padding:1.5rem 1.3rem 1.4rem; text-align:center; display:flex; flex-direction:column; flex:1; }
.tcard__t{ font-family:var(--f-display); font-weight:700; font-size:1.15rem; color:var(--ink2); }
.tcard__d{ font-size:.9rem; color:var(--taupe-ink); margin:.5rem 0 1rem; line-height:1.5; flex:1; }
.tcard__more{ display:inline-flex; align-items:center; gap:.4rem; color:var(--teal); font-weight:600; font-size:.85rem; }
.tcard__more svg{ width:16px; height:16px; transition:transform .35s var(--ease); }
.tcard:hover .tcard__more svg{ transform:translateX(5px); }
.tcards__all{ text-align:center; margin-top:clamp(1.6rem,3vw,2.4rem); }

/* ---- Doctor cards ---- */
.docs2-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:clamp(1.4rem,2.5vw,2rem); }
.dcard{ background:#fff; border:1px solid var(--line-2); border-radius:20px; overflow:hidden; display:flex; flex-direction:column; transition:transform .45s var(--ease), box-shadow .45s var(--ease); }
.dcard:hover{ transform:translateY(-6px); box-shadow:0 32px 60px -30px rgba(12,58,68,.42); }
.dcard__photo{ display:block; width:100%; aspect-ratio:1/1; overflow:hidden; background:linear-gradient(180deg,var(--mint),#fff); }
.dcard__fig{ width:100%; height:100%; }
.dcard__fig img, .dcard__fig .demo{ width:100%; height:100%; object-fit:cover; object-position:top center; transition:transform .6s var(--ease); }
.dcard:hover .dcard__fig img, .dcard:hover .dcard__fig .demo{ transform:scale(1.05); }
.dcard__fig .mono-portrait{ width:100%; height:100%; }
.dcard__body{ padding:1.35rem 1.4rem 1.55rem; }
.dcard__name{ font-family:var(--f-display); font-weight:700; font-size:1.3rem; color:var(--ink2); line-height:1.15; }
.dcard__qual{ font-size:.76rem; font-weight:600; letter-spacing:.06em; color:var(--taupe-ink); text-transform:uppercase; margin:.4rem 0 .15rem; }
.dcard__role{ font-size:.9rem; color:var(--teal); font-weight:600; }
.dcard__bio{ font-size:.9rem; color:var(--taupe-ink); margin:.7rem 0 1.1rem; line-height:1.55; }
.docs2__all{ text-align:center; margin-top:clamp(1.6rem,3vw,2.4rem); }

/* ---- CTA band ---- */
.ctaband{ padding-block:clamp(1.5rem,3vw,2rem); }
.ctaband__in{ background:linear-gradient(100deg,var(--teal),var(--teal-d)); border-radius:18px; padding:clamp(1.6rem,3vw,2.4rem) clamp(1.6rem,4vw,3rem); display:flex; align-items:center; gap:1.5rem; flex-wrap:wrap; position:relative; overflow:hidden; }
.ctaband__tooth{ position:absolute; left:-10px; bottom:-30px; opacity:.14; }
.ctaband__tooth svg{ width:150px; height:150px; color:#fff; }
.ctaband__text{ flex:1; min-width:240px; position:relative; z-index:1; }
.ctaband__text h2{ font-family:var(--f-display); font-weight:700; font-size:clamp(1.3rem,2.6vw,1.9rem); color:#fff; }
.ctaband__text p{ color:rgba(255,255,255,.9); margin-top:.3rem; }
.ctaband__btns{ display:flex; gap:.8rem; flex-wrap:wrap; position:relative; z-index:1; }

/* ---- WhatsApp float + back to top ---- */
/* Floating WhatsApp dock — two clearly-labelled options */
.wadock{ position:fixed; right:20px; bottom:20px; z-index:85; display:flex; flex-direction:column; align-items:flex-end; gap:.7rem; }
.wadock__fab{ display:inline-flex; align-items:center; gap:.5rem; height:56px; padding:0 1.15rem 0 .95rem; border:0; border-radius:32px; background:var(--wa); color:#fff; font-family:var(--f-sans); font-weight:700; font-size:.9rem; cursor:pointer; box-shadow:0 12px 28px -8px rgba(37,211,102,.7); position:relative; transition:transform .3s var(--ease), box-shadow .3s; }
.wadock__fab svg{ width:28px; height:28px; }
.wadock__fab:hover{ transform:translateY(-2px); }
.wadock__fab::after{ content:""; position:absolute; inset:0; border-radius:32px; box-shadow:0 0 0 0 rgba(37,211,102,.5); animation:waPulse 2.4s ease-out infinite; }
.wadock[data-open] .wadock__fab::after{ animation:none; }
.wadock__menu{ display:flex; flex-direction:column; gap:.6rem; align-items:flex-end; }
.wadock__menu[hidden]{ display:none; }
.wadock__opt{ display:flex; align-items:center; gap:.7rem; background:#fff; border-radius:14px; padding:.7rem .9rem; min-width:236px; color:inherit; box-shadow:0 16px 36px -16px rgba(12,58,68,.45); border:1px solid var(--line-2); transition:transform .3s var(--ease), box-shadow .3s; animation:wadockIn .35s var(--ease-out) both; }
.wadock__opt:hover{ transform:translateY(-3px); box-shadow:0 22px 46px -18px rgba(12,58,68,.5); }
.wadock__ic{ width:42px; height:42px; flex:none; display:inline-flex; align-items:center; justify-content:center; border-radius:11px; color:#fff; }
.wadock__ic svg{ width:22px; height:22px; }
.wadock__opt--book .wadock__ic{ background:var(--teal); }
.wadock__opt--chat .wadock__ic{ background:var(--wa); }
.wadock__opt--chat{ animation-delay:.07s; }
.wadock__txt b{ display:block; font-size:.92rem; color:var(--ink2); line-height:1.15; }
.wadock__txt small{ display:block; margin-top:.12rem; font-size:.76rem; color:var(--taupe-ink); letter-spacing:.01em; }
@keyframes wadockIn{ from{ opacity:0; transform:translateY(12px) scale(.96); } to{ opacity:1; transform:none; } }
@media (prefers-reduced-motion:reduce){ .wadock__fab::after{ animation:none; } .wadock__opt{ animation:none; } }
/* Lift the dock and back-to-top above the mobile contact bar */
@media (max-width:900px){
  .wadock{ right:14px; bottom:78px; }
  .totop{ right:16px; bottom:150px; }
  .wadock__fab-label{ display:none; }
  .wadock__fab{ padding:0; width:54px; height:54px; justify-content:center; border-radius:50%; }
  .wadock__fab::after{ border-radius:50%; }
  .wadock__opt{ min-width:216px; }
}
.totop{ position:fixed; right:24px; bottom:92px; z-index:80; width:44px; height:44px; border-radius:50%; background:var(--teal); color:#fff; border:0; display:inline-flex; align-items:center; justify-content:center; opacity:0; visibility:hidden; transform:translateY(10px); transition:opacity .3s, transform .3s, background .3s; }
.totop.show{ opacity:1; visibility:visible; transform:none; }
.totop:hover{ background:var(--teal-d); }
.totop svg{ width:20px; height:20px; transform:rotate(-90deg); }

@media (max-width:1024px){
  .features__card{ grid-template-columns:repeat(2,1fr); }
  .tcard-grid, .docs2-grid{ grid-template-columns:repeat(2,1fr); }
}
@media (max-width:820px){
  .hero2__grid{ grid-template-columns:1fr; }
  .hero2__media{ order:-1; }
  .topbar__hours{ display:none; }
}
@media (max-width:680px){
  .features__card{ grid-template-columns:1fr; }
  .tcard-grid, .docs2-grid{ grid-template-columns:1fr; max-width:420px; margin-inline:auto; }
  .dcard{ flex-direction:column; text-align:center; align-items:center; }
  .ctaband__in{ flex-direction:column; text-align:center; }
  .ctaband__btns{ justify-content:center; }
  .topbar__info{ gap:1rem; font-size:.76rem; }
}

/* ============ AESTHETIC POLISH & MICRO-ANIMATIONS ============ */
/* Feature items lift + icon pop on hover */
.feat{ transition:transform .4s var(--ease); }
.feat:hover{ transform:translateY(-4px); }
.feat__ic{ transition:transform .4s var(--ease), box-shadow .4s var(--ease); }
.feat:hover .feat__ic{ transform:scale(1.08); box-shadow:0 12px 26px -12px rgba(14,147,132,.6); }

/* Staggered reveal for card grids — cards fade up one after another */
.tcard-grid.in > .tcard, .docs2-grid.in > .dcard{ animation:cardUp .7s var(--ease-out) both; }
.tcard-grid.in > .tcard:nth-child(1), .docs2-grid.in > .dcard:nth-child(1){ animation-delay:.04s; }
.tcard-grid.in > .tcard:nth-child(2), .docs2-grid.in > .dcard:nth-child(2){ animation-delay:.12s; }
.tcard-grid.in > .tcard:nth-child(3), .docs2-grid.in > .dcard:nth-child(3){ animation-delay:.20s; }
.tcard-grid.in > .tcard:nth-child(4){ animation-delay:.28s; }
.tcard-grid.in > .tcard:nth-child(5){ animation-delay:.36s; }
.tcard-grid.in > .tcard:nth-child(6){ animation-delay:.44s; }
.tcard-grid.in > .tcard:nth-child(n+7){ animation-delay:.5s; }
@keyframes cardUp{ from{ opacity:0; transform:translateY(26px); } to{ opacity:1; transform:none; } }

/* Buttons — smoother press feedback */
.btn--teal, .btn--wa, .btn--dark, .btn--white, .btn--teal-line{ transition:transform .25s var(--ease), box-shadow .3s var(--ease), background .3s var(--ease), color .3s var(--ease); }
.btn--teal:hover, .btn--wa:hover, .btn--dark:hover{ transform:translateY(-2px); box-shadow:0 14px 28px -14px rgba(12,58,68,.5); }
.btn--teal:active, .btn--wa:active, .btn--dark:active, .btn--white:active{ transform:translateY(0); }

@media (prefers-reduced-motion:reduce){
  .tcard-grid.in > .tcard, .docs2-grid.in > .dcard{ animation:none; }
  .feat, .feat__ic, .btn--teal, .btn--wa, .btn--dark{ transition:none; }
}

/* ============ MOBILE OPTIMISATION ============ */
@media (max-width:820px){
  /* Hero image sits on top; keep it from pushing the headline too far down */
  .hero2__slides{ aspect-ratio:4/5; max-height:420px; }
  .hero2__media::before{ display:none; }
  .hero2__stat{ right:12px; bottom:14px; padding:.7rem .9rem; }
  .hero2__stat b{ font-size:1.15rem; }
  .hero2__stat small{ font-size:.72rem; }
  .hero2__btns .btn{ flex:1 1 auto; justify-content:center; }
}
@media (max-width:680px){
  .hero2{ padding-block:1.2rem 2.4rem; }
  .hero2__slides{ max-height:360px; }
  .hero2__title{ font-size:clamp(2.3rem,10vw,3rem); }
  .hero2__lead{ font-size:1rem; }
  /* Buttons full width, easy tap targets */
  .hero2__btns{ gap:.6rem; }
  .hero2__btns .btn{ flex:1 1 100%; padding-block:.95rem; font-size:.95rem; }
  /* Topbar: keep it compact */
  .topbar__info{ gap:.55rem 1.1rem; flex-wrap:wrap; font-size:.72rem; }
  .topbar__soc{ display:none; }
  .topbar__in{ padding-block:.5rem; }
  .topbar__hours{ display:none; }
  /* Section spacing tighter on phones */
  .section{ padding-block:clamp(2.4rem,9vw,3.4rem); }
  .sec-head__t{ font-size:clamp(1.7rem,7vw,2.2rem); }
  /* Feature icons row → comfortable stack */
  .feat{ align-items:center; }
  /* CTA band buttons stack full width */
  .ctaband__btns{ flex-direction:column; width:100%; }
  .ctaband__btns .btn{ width:100%; justify-content:center; }
  /* Doctor + treatment cards a touch tighter */
  .dcard__body{ padding:1.1rem 1.1rem 1.3rem; }
}
@media (max-width:600px){
  /* stack the two intro photos full-width for bigger, cleaner images */
  .intro__figs{ grid-template-columns:1fr; }
  .figure.intro__fig-b, .ph-figure.intro__fig-b, .intro__fig-b{ aspect-ratio:16/11; }
}
@media (max-width:400px){
  .hero2__stat small{ font-size:.68rem; }
  .topbar__soc{ gap:.5rem; }
}

/* ============ MORE MICRO-ANIMATIONS ============ */
/* Nav links: animated underline */
.nav__menu a::after{ content:""; position:absolute; left:0; bottom:-2px; width:100%; height:2px; background:var(--teal); transform:scaleX(0); transform-origin:right; transition:transform .35s var(--ease); }
.nav__menu a:hover::after, .nav__menu .current-menu-item > a::after{ transform:scaleX(1); transform-origin:left; }
/* Icon buttons in header pulse on hover */
.iconbtn{ transition:background .3s var(--ease), color .3s var(--ease), border-color .3s var(--ease), transform .3s var(--ease); }
.iconbtn:hover{ transform:translateY(-2px); }
/* Treatment card icon gentle bob on hover */
.tcard__ic{ transition:transform .4s var(--ease); }
.tcard:hover .tcard__ic{ transform:translateY(-4px) rotate(-6deg); }
/* WhatsApp float subtle pulse ring */
.wafloat a{ position:relative; }
.wafloat a::after{ content:""; position:absolute; inset:0; border-radius:50%; box-shadow:0 0 0 0 rgba(37,211,102,.5); animation:waPulse 2.4s ease-out infinite; }
@keyframes waPulse{ 0%{ box-shadow:0 0 0 0 rgba(37,211,102,.5);} 70%{ box-shadow:0 0 0 16px rgba(37,211,102,0);} 100%{ box-shadow:0 0 0 0 rgba(37,211,102,0);} }
@media (prefers-reduced-motion:reduce){ .wafloat a::after{ animation:none; } .nav__menu a::after{ transition:none; } }


/* Gallery: focus the stairlift tile on the lift seat + rail (upper area) */
.g-f img{ object-position:center 22%; }

/* ============ INTRO — premium text-only ============ */
.intro-text{ text-align:center; }
.intro-text > .container{ max-width:940px; }
.kicker--center{ justify-content:center; }
.intro-text__title{ margin-top:1rem; }
.intro-text__rule{ display:block; width:64px; height:3px; margin:1.5rem auto 0; border-radius:2px; background:linear-gradient(90deg,var(--teal),var(--teal-d,#0B7A6E)); }
.intro-text__body{ margin-top:1.9rem; }
.intro-text__lead{ font-family:var(--f-display); font-weight:500; font-size:clamp(1.18rem,2vw,1.5rem); line-height:1.5; color:var(--ink2,#0F2A3B); max-width:52ch; margin:0 auto; }
.intro-text__cols{ margin-top:1.6rem; text-align:left; columns:2; column-gap:2.6rem; }
.intro-text__cols p{ margin:0 0 1.05rem; line-height:1.75; color:var(--taupe-ink,#4F5A5C); break-inside:avoid; }
.intro-text__cta{ justify-content:center; align-items:center; margin-top:2.2rem; }
@media (max-width:760px){
  .intro-text__cols{ columns:1; max-width:60ch; margin-inline:auto; }
  .intro-text__lead{ font-size:1.1rem; }
}

/* ============ HERO — full-bleed smile background ============ */
.hero2--bg{ position:relative; min-height:clamp(470px,60vh,640px); display:flex; align-items:center; padding-block:0; overflow:hidden; background:var(--mint,#F1F8F7); }
.hero2__bgimg{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center; z-index:0; }
.hero2__scrim{ position:absolute; inset:0; z-index:1; background:linear-gradient(90deg, var(--mint,#F1F8F7) 0%, rgba(241,248,247,.95) 22%, rgba(241,248,247,.72) 42%, rgba(241,248,247,.2) 60%, rgba(241,248,247,0) 74%); }
.hero2--bg .hero2__inner{ position:relative; z-index:2; width:100%; }
.hero2--bg .hero2__text{ max-width:560px; }
.hero2--bg .hero2__lead{ color:var(--ink-70,#334); }
@media (max-width:820px){
  /* Stacked: smile image band on top, text below on the mint ground */
  .hero2--bg{ display:block; min-height:0; padding:0; }
  .hero2__bgimg{ position:relative; width:100%; height:clamp(240px,42vw,320px); object-position:center 38%; }
  .hero2__scrim{ display:none; }
  .hero2--bg .hero2__inner{ padding:1.8rem var(--gutter,20px) .4rem; }
  .hero2--bg .hero2__text{ max-width:none; }
  .hero2--bg .hero2__title{ font-size:clamp(2.4rem,10vw,3.1rem); }
  .hero2--bg .hero2__btns{ margin-top:1.4rem; }
  .hero2--bg .hero2__btns .btn{ flex:1 1 100%; justify-content:center; }
}

/* Justified body paragraphs (even both edges) */
.intro-text__cols{ text-align:justify; }
.intro-text__cols p{ text-align:justify; text-justify:inter-word; hyphens:auto; }
.legacy__body p{ text-align:justify; text-justify:inter-word; hyphens:auto; }
@media (max-width:600px){ .intro-text__cols p, .legacy__body p{ hyphens:none; } }

/* ============ HERO — kicker + note (visual polish, no buttons) ============ */
.hero2__kicker{ display:inline-flex; align-items:center; gap:.7rem; font-family:var(--f-sans); font-weight:700; text-transform:uppercase; letter-spacing:.22em; font-size:.8rem; color:var(--teal,#0E9384); margin:0 0 1.1rem; }
.hero2__kicker::before{ content:""; width:34px; height:2px; background:var(--teal,#0E9384); border-radius:2px; }
.hero2--bg .hero2__title{ margin:0; }
.hero2--bg .hero2__lead{ margin-top:1.3rem; max-width:46ch; }
.hero2__note{ display:inline-flex; align-items:center; gap:.6rem; margin-top:1.8rem; padding:.6rem 1.05rem; background:rgba(255,255,255,.72); border:1px solid rgba(14,147,132,.22); border-radius:999px; backdrop-filter:blur(4px); font-size:.9rem; font-weight:600; color:var(--ink2,#0F2A3B); }
.hero2__note svg{ width:20px; height:20px; color:var(--teal,#0E9384); flex:none; }
@media (max-width:820px){
  .hero2__kicker{ font-size:.72rem; letter-spacing:.18em; margin-bottom:.8rem; }
  .hero2__note{ margin-top:1.3rem; font-size:.82rem; }
  .hero2--bg .hero2__lead{ max-width:none; }
}

/* ============ HEADER — cleaner balance after CTA removal ============ */
.site-header .nav > nav[aria-label]{ margin-left:auto; }              /* push menu to the right */
.nav__menu{ gap:2.2rem; }
.nav__menu a{ font-size:.82rem; letter-spacing:.04em; }
@media (min-width:1201px){ .nav__actions{ display:none; } }           /* hide empty actions box on desktop */
.site-header{ border-bottom:1px solid var(--line,rgba(18,59,57,.08)); }
.site-header.scrolled{ box-shadow:0 10px 30px -18px rgba(12,58,68,.28); }

/* ============ HEADER — premium nav styling ============ */
.nav__menu{ gap:2.1rem; }
.nav__menu a{ position:relative; font-family:var(--f-sans); font-weight:600; text-transform:uppercase; letter-spacing:.12em; font-size:.74rem; color:var(--ink-soft,#244C49); padding:.5rem 0; transition:color .3s var(--ease); }
.nav__menu a::after{ content:""; position:absolute; left:0; bottom:-2px; width:100%; height:2px; background:linear-gradient(90deg,var(--teal,#0E9384),var(--teal-d,#0B7A6E)); transform:scaleX(0); transform-origin:right; transition:transform .4s var(--ease); border-radius:2px; }
.nav__menu a:hover{ color:var(--teal,#0E9384); }
.nav__menu a:hover::after, .nav__menu .current-menu-item > a::after{ transform:scaleX(1); transform-origin:left; }
.nav__menu .current-menu-item > a{ color:var(--teal,#0E9384); }

/* ============ CASE STUDIES ============ */
.case-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:clamp(1.2rem,2.5vw,1.8rem); }
.case-grid--archive{ margin-top:1rem; }
.case-card{ display:flex; flex-direction:column; background:#fff; border:1px solid var(--line-2); border-radius:14px; overflow:hidden; color:inherit; transition:transform .4s var(--ease), box-shadow .4s var(--ease); }
.case-card:hover{ transform:translateY(-6px); box-shadow:0 24px 44px -26px rgba(12,58,68,.4); }
.case-card__media{ position:relative; display:block; aspect-ratio:4/3; overflow:hidden; background:var(--stone); }
.case-card__media > img{ width:100%; height:100%; object-fit:cover; transition:transform 1s var(--ease); }
.case-card:hover .case-card__media > img{ transform:scale(1.06); }
.case-card__ba{ display:grid; grid-template-columns:1fr 1fr; width:100%; height:100%; }
.case-card__ba img{ width:100%; height:100%; object-fit:cover; transition:transform 1s var(--ease); }
.case-card:hover .case-card__ba img{ transform:scale(1.06); }
.case-card__ba::after{ content:""; position:absolute; left:50%; top:0; bottom:0; width:2px; background:rgba(255,255,255,.85); transform:translateX(-1px); }
.case-card__ph{ width:100%; height:100%; display:flex; align-items:center; justify-content:center; color:var(--line-2); }
.case-card__ph svg{ width:48px; height:48px; }
.case-card__body{ padding:1.4rem 1.3rem 1.5rem; display:flex; flex-direction:column; gap:.6rem; flex:1; }
.case-card__meta{ display:flex; flex-wrap:wrap; align-items:center; gap:.5rem; font-size:.78rem; color:var(--taupe-ink); }
.case-card__meta .tag{ font-size:.62rem; padding:.3rem .65rem; color:var(--teal); border-color:var(--line-bronze); }
.case-card__t{ font-family:var(--f-display); font-weight:700; font-size:1.1rem; color:var(--ink2); line-height:1.3; }
.case-card__more{ margin-top:auto; display:inline-flex; align-items:center; gap:.4rem; font-size:.82rem; font-weight:600; color:var(--teal); }
.case-card__more svg{ width:16px; height:16px; transition:transform .4s var(--ease); }
.case-card:hover .case-card__more svg{ transform:translateX(5px); }

/* Before / after comparison — single case study page */
.ba-compare{ display:grid; grid-template-columns:1fr 1fr; gap:1rem; }
.ba-compare__side{ margin:0; position:relative; border-radius:14px; overflow:hidden; aspect-ratio:4/5; background:var(--stone); }
.ba-compare__side img{ width:100%; height:100%; object-fit:cover; display:block; }
.ba-compare__side figcaption{ position:absolute; left:14px; top:14px; background:rgba(18,59,57,.82); color:#fff; font-size:.72rem; font-weight:700; letter-spacing:.14em; text-transform:uppercase; padding:.4rem .8rem; border-radius:100px; }

.case-h2{ font-family:var(--f-display); font-weight:700; font-size:clamp(1.25rem,2.2vw,1.55rem); color:var(--ink2); margin:2rem 0 .7rem; }
.case-h2:first-child{ margin-top:0; }

@media (max-width:900px){
  .case-grid{ grid-template-columns:repeat(2,1fr); }
}
@media (max-width:680px){
  .case-grid{ grid-template-columns:1fr; max-width:420px; margin-inline:auto; }
  .ba-compare{ grid-template-columns:1fr 1fr; gap:.6rem; }
}

/* ============ SERVICE HERO — no sidebar, single clean column ============ */
.svc-hero{ position:relative; overflow:hidden; background:linear-gradient(180deg,#fff,var(--mint,#F1F8F7)); }
.svc-hero::after{ content:""; position:absolute; right:-12%; top:-30%; width:56%; aspect-ratio:1/1; border-radius:50%; background:radial-gradient(circle,rgba(14,147,132,.12),transparent 70%); pointer-events:none; }
.svc-hero__in{ position:relative; z-index:1; max-width:720px; }
.svc-hero__kicker{ display:inline-flex; align-items:center; gap:.6rem; font-family:var(--f-sans); font-weight:700; text-transform:uppercase; letter-spacing:.14em; font-size:.78rem; color:var(--teal,#0E9384); margin:0 0 1.2rem; }
.svc-hero__badge{ display:inline-flex; align-items:center; justify-content:center; width:30px; height:30px; flex:none; border-radius:50%; background:#fff; color:var(--teal,#0E9384); box-shadow:0 6px 16px -6px rgba(14,147,132,.45), inset 0 0 0 1px rgba(14,147,132,.18); }
.svc-hero__badge svg{ width:16px; height:16px; }
.svc-hero__rule{ display:block; width:64px; height:3px; margin-top:1.3rem; border-radius:3px; background:linear-gradient(90deg,var(--teal,#0E9384),var(--teal-d,#0B7A6E)); }
.svc-hero__trust{ list-style:none; margin:2rem 0 0; padding:0; display:flex; flex-wrap:wrap; gap:.6rem 1.6rem; }
.svc-hero__trust li{ display:flex; align-items:center; gap:.5rem; font-size:.85rem; font-weight:600; color:var(--ink-soft,#244C49); }
.svc-hero__trust svg{ width:17px; height:17px; color:var(--teal,#0E9384); flex:none; }
@media (max-width:600px){
  .svc-hero .btn-row .btn{ width:100%; justify-content:center; }
  .svc-hero__trust{ gap:.6rem 1.1rem; }
  .svc-hero__trust li{ font-size:.8rem; }
}

/* Treatment body — single centred reading column (no sidebar) */
.svc-body{ max-width:780px; margin-inline:auto; }

/* Footer map + Google Business Profile */
.footer__map{ position:relative; margin-top:clamp(2rem,4vw,3rem); border-radius:16px; overflow:hidden; border:1px solid var(--line-dark); }
.footer__map-frame{ aspect-ratio:21/6; min-height:220px; background:rgba(255,255,255,.04); }
.footer__map-frame iframe{ display:block; width:100%; height:100%; border:0; }
.footer__map-cta{ position:absolute; left:16px; bottom:16px; display:inline-flex; align-items:center; gap:.5rem; background:#fff; color:var(--ink2,#0F2A3B); font-size:.82rem; font-weight:700; padding:.65rem 1rem; border-radius:999px; box-shadow:0 10px 26px -10px rgba(0,0,0,.5); transition:transform .3s var(--ease); }
.footer__map-cta:hover{ transform:translateY(-2px); }
.footer__map-cta svg{ width:16px; height:16px; color:var(--teal,#0E9384); }
@media (max-width:680px){ .footer__map-frame{ aspect-ratio:4/3; } }

/* No word-splitting: whole words only, in justified body text */
.intro-text__cols p, .legacy__body p{ hyphens:none; -webkit-hyphens:none; overflow-wrap:normal; word-break:normal; margin-top:0; }

/* Legacy body — a single continuous paragraph */
.legacy__body{ display:block; }
.legacy__body p{ margin:0; max-width:none; }
.legacy__tags{ margin-top:1.6rem; }

/* Intro body — one continuous paragraph, single column */
.intro-text__cols{ columns:1; }
.intro-text__cols p{ margin:0; }

/* Intro paragraph spans the same full container width as the legacy section */
.intro-text > .container{ max-width:var(--container,1240px); }
.intro-text__cols{ max-width:none; }

/* ============ TOP BAR — premium polish ============ */
.topbar{ background:linear-gradient(90deg,#0A2F38 0%,var(--teal-dk) 50%,#0A2F38 100%); border-bottom:1px solid rgba(127,216,203,.14); letter-spacing:.02em; }
.topbar__in{ min-height:46px; }
.topbar__info{ gap:0; }
.topbar__info > *{ position:relative; padding:.35rem 1.25rem; }
.topbar__info > *:first-child{ padding-left:0; }
.topbar__info > * + *::before{ content:""; position:absolute; left:0; top:50%; width:1px; height:14px; transform:translateY(-50%); background:rgba(255,255,255,.16); }
.topbar__info a{ font-weight:500; transition:color .3s var(--ease); }
.topbar__info a svg{ transition:transform .3s var(--ease), color .3s; }
.topbar__info a:hover svg{ transform:scale(1.15); color:#fff; }
.topbar__hours{ color:rgba(219,238,236,.82); }
.topbar__soc a{ width:28px; height:28px; border:1px solid rgba(255,255,255,.16); background:rgba(255,255,255,.06); transition:background .3s var(--ease), transform .3s var(--ease), border-color .3s; }
.topbar__soc a:hover{ background:var(--teal); border-color:var(--teal); transform:translateY(-2px); }
@media (max-width:820px){
  .topbar__info > *{ padding:.25rem .9rem; }
  .topbar__info > *:first-child{ padding-left:0; }
}
@media (max-width:680px){
  .topbar__info > *{ padding:.2rem .6rem; }
  .topbar__info > * + *::before{ display:none; }
}
