/* ============================================================
   EVO MEDICAL SPA — "The Conservatory"
   Botanical-luxe Tampa med spa mockup
   Palette: emerald-deep / champagne / warm white / ink
   ============================================================ */

:root {
  --emerald-deep: #0F3D2E;
  --emerald-mid: #1E5A41;
  --emerald-soft: #E5EEE7;
  --champagne: #D4B87C;
  --champagne-soft: #EBDDB5;
  --champagne-deep: #A88A4A;
  --cream: #F8F4ED;
  --cream-deep: #EFE7D6;
  --ink: #1A1814;
  --ink-soft: #4A4640;
  --rule: rgba(26, 24, 20, 0.12);
  --rule-light: rgba(248, 244, 237, 0.18);

  --font-serif: 'Fraunces', 'Cormorant Garamond', Georgia, serif;
  --font-sans: 'Inter Tight', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-mono: 'JetBrains Mono', 'SF Mono', Consolas, monospace;

  --container: 1280px;
  --container-wide: 1440px;
  --gutter: clamp(1.25rem, 4vw, 3rem);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.55;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }

/* ---------- Typography ---------- */
.serif { font-family: var(--font-serif); font-variation-settings: 'SOFT' 60, 'opsz' 96; }
.mono { font-family: var(--font-mono); }

h1, h2, h3, h4 {
  font-family: var(--font-serif);
  font-weight: 400;
  font-variation-settings: 'SOFT' 60, 'opsz' 96;
  line-height: 1.05;
  letter-spacing: -0.015em;
}
h1 { font-size: clamp(3rem, 7.5vw, 6.5rem); }
h2 { font-size: clamp(2.2rem, 5vw, 4.2rem); }
h3 { font-size: clamp(1.5rem, 2.5vw, 2.2rem); }
h4 { font-size: 1.2rem; }

.eyebrow {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--champagne-deep);
}
.eyebrow.dark { color: var(--champagne); }

p { max-width: 65ch; }
.lead { font-size: clamp(1.1rem, 1.6vw, 1.32rem); line-height: 1.55; color: var(--ink-soft); }

em, i { font-style: italic; font-variation-settings: 'SOFT' 100, 'opsz' 96; color: var(--emerald-mid); }

/* ---------- Layout ---------- */
.container { max-width: var(--container); margin: 0 auto; padding: 0 var(--gutter); }
.container-wide { max-width: var(--container-wide); margin: 0 auto; padding: 0 var(--gutter); }
section { padding: clamp(4rem, 8vw, 7rem) 0; position: relative; }

/* ---------- Reveal (fallback-safe) ---------- */
.reveal { transition: opacity .9s ease, transform .9s ease; }
.reveal--hidden { opacity: 0; transform: translateY(20px); }
.reveal--shown { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  .reveal, .reveal--hidden { opacity: 1 !important; transform: none !important; transition: none; }
}

/* ---------- Top nav ---------- */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 1.1rem var(--gutter);
  background: rgba(248, 244, 237, 0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--rule);
  display: flex; align-items: center; justify-content: space-between;
  transition: background .3s ease;
}
.nav__brand { display: flex; align-items: center; gap: .7rem; }
.nav__logo { width: 36px; height: 36px; }
.nav__wordmark {
  font-family: var(--font-serif);
  font-size: 1.35rem;
  letter-spacing: 0.06em;
  color: var(--emerald-deep);
  font-variation-settings: 'SOFT' 80, 'opsz' 144;
}
.nav__wordmark sup { font-family: var(--font-mono); font-size: .55rem; vertical-align: super; color: var(--champagne-deep); letter-spacing: .15em; margin-left: 4px; }
.nav__menu { display: flex; gap: 2.2rem; align-items: center; }
.nav__link {
  font-family: var(--font-sans);
  font-size: .86rem;
  letter-spacing: 0.04em;
  color: var(--ink);
  position: relative;
  padding: .25rem 0;
  transition: color .2s ease;
}
.nav__link:hover { color: var(--emerald-mid); }
.nav__link.is-active::after {
  content: ''; position: absolute; bottom: -2px; left: 0; right: 0;
  height: 1px; background: var(--champagne-deep);
}
.nav__cta {
  border: 1px solid var(--emerald-deep);
  padding: .7rem 1.4rem;
  border-radius: 100px;
  font-size: .82rem;
  letter-spacing: .04em;
  color: var(--emerald-deep);
  background: transparent;
  transition: all .25s ease;
}
.nav__cta:hover { background: var(--emerald-deep); color: var(--cream); }
.nav__toggle { display: none; }

@media (max-width: 880px) {
  .nav__menu { display: none; }
  .nav__menu.is-open {
    display: flex; flex-direction: column;
    position: fixed; top: 70px; left: 0; right: 0; bottom: 0;
    background: var(--cream); padding: 3rem var(--gutter);
    gap: 1.5rem; align-items: flex-start;
  }
  .nav__menu.is-open .nav__link { font-size: 1.4rem; font-family: var(--font-serif); }
  .nav__toggle {
    display: flex; flex-direction: column; gap: 5px; padding: 8px;
  }
  .nav__toggle span { width: 22px; height: 1px; background: var(--ink); transition: transform .2s; }
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .6rem;
  padding: 1rem 2rem;
  border-radius: 100px;
  font-family: var(--font-sans);
  font-size: .92rem;
  letter-spacing: .03em;
  transition: all .25s ease;
  border: 1px solid transparent;
}
.btn--emerald {
  background: var(--emerald-deep); color: var(--cream);
}
.btn--emerald:hover { background: var(--emerald-mid); transform: translateY(-1px); }
.btn--ghost {
  background: transparent; color: var(--emerald-deep);
  border-color: var(--emerald-deep);
}
.btn--ghost:hover { background: var(--emerald-deep); color: var(--cream); }
.btn--ghost.dark { color: var(--cream); border-color: var(--cream); }
.btn--ghost.dark:hover { background: var(--cream); color: var(--emerald-deep); }
.btn--champagne {
  background: var(--champagne); color: var(--ink);
}
.btn--champagne:hover { background: var(--champagne-deep); color: var(--cream); }
.btn__arrow { width: 14px; height: 14px; transition: transform .25s; }
.btn:hover .btn__arrow { transform: translateX(3px); }

/* ---------- Botanical motifs (decorative SVG markers) ---------- */
.frond-divider {
  display: flex; align-items: center; justify-content: center;
  gap: 1rem; margin: 3rem auto; max-width: 220px;
}
.frond-divider hr {
  flex: 1; border: 0; border-top: 1px solid var(--champagne-deep);
}
.frond-divider svg { width: 36px; height: 36px; color: var(--champagne-deep); }

.corner-mark {
  position: absolute; width: 38px; height: 38px;
  color: var(--champagne-deep); opacity: .55;
}
.corner-mark--tl { top: 1.2rem; left: 1.2rem; }
.corner-mark--tr { top: 1.2rem; right: 1.2rem; transform: scaleX(-1); }
.corner-mark--bl { bottom: 1.2rem; left: 1.2rem; transform: scaleY(-1); }
.corner-mark--br { bottom: 1.2rem; right: 1.2rem; transform: scale(-1, -1); }

/* ---------- HERO ---------- */
.hero {
  min-height: 92vh;
  padding: 11rem var(--gutter) 4rem;
  background: var(--cream);
  position: relative;
  overflow: hidden;
}
.hero__grid {
  max-width: var(--container-wide); margin: 0 auto;
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 4rem;
  align-items: center;
}
.hero__copy { position: relative; z-index: 2; }
.hero__eyebrow {
  display: flex; align-items: center; gap: .8rem;
  margin-bottom: 1.8rem;
}
.hero__eyebrow::before {
  content: ''; width: 32px; height: 1px; background: var(--champagne-deep);
}
.hero__title {
  font-size: clamp(3.2rem, 7vw, 6.4rem);
  line-height: 1;
  letter-spacing: -0.022em;
  margin-bottom: 2rem;
  color: var(--emerald-deep);
}
.hero__title em {
  color: var(--champagne-deep);
  font-style: italic;
  font-variation-settings: 'SOFT' 100, 'opsz' 144;
}
.hero__lead {
  font-size: clamp(1.05rem, 1.3vw, 1.2rem);
  color: var(--ink-soft);
  margin-bottom: 2.5rem;
  max-width: 50ch;
}
.hero__ctas { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 3rem; }

.hero__meta {
  display: flex; gap: 2.5rem; align-items: center; flex-wrap: wrap;
  padding-top: 2rem; border-top: 1px solid var(--rule);
}
.hero__meta-item {
  display: flex; flex-direction: column; gap: .35rem;
}
.hero__meta-label {
  font-family: var(--font-mono);
  font-size: .68rem; letter-spacing: .18em;
  text-transform: uppercase; color: var(--champagne-deep);
}
.hero__meta-value { font-size: .92rem; color: var(--ink); }

.hero__visual {
  position: relative; aspect-ratio: 4/5;
  border-radius: 4px; overflow: hidden;
  background: linear-gradient(135deg, var(--emerald-deep) 0%, var(--emerald-mid) 100%);
  box-shadow: 0 30px 80px -30px rgba(15, 61, 46, 0.35);
}
.hero__visual img { width: 100%; height: 100%; object-fit: cover; }
.hero__visual-frame {
  position: absolute; inset: 16px; border: 1px solid rgba(212, 184, 124, 0.5);
  pointer-events: none; z-index: 3;
}
.hero__visual-seal {
  position: absolute; bottom: 24px; right: 24px; z-index: 4;
  width: 110px; height: 110px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(15, 61, 46, 0.92);
  border: 1px solid var(--champagne);
  border-radius: 50%;
  color: var(--champagne);
  text-align: center;
}
.hero__visual-seal-inner {
  font-family: var(--font-mono); font-size: .58rem; letter-spacing: .15em;
  line-height: 1.5; text-transform: uppercase;
}
.hero__visual-seal-inner strong {
  display: block; font-family: var(--font-serif); font-size: 1.4rem;
  font-weight: 400; letter-spacing: .04em; margin: .15rem 0;
  font-variation-settings: 'SOFT' 80, 'opsz' 144;
}

@media (max-width: 880px) {
  .hero { padding-top: 7rem; min-height: auto; }
  .hero__grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .hero__title { font-size: clamp(2.6rem, 11vw, 4.2rem); }
  .hero__meta { gap: 1.5rem; }
}

/* ---------- Trust strip ---------- */
.trust-strip {
  background: var(--emerald-deep); color: var(--cream);
  padding: 2rem var(--gutter);
}
.trust-strip__inner {
  max-width: var(--container-wide); margin: 0 auto;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px;
  background: rgba(212, 184, 124, 0.2);
}
.trust-strip__cell {
  background: var(--emerald-deep); padding: 1.5rem 1.5rem;
  display: flex; flex-direction: column; gap: .35rem;
}
.trust-strip__label {
  font-family: var(--font-mono); font-size: .65rem;
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--champagne);
}
.trust-strip__value {
  font-family: var(--font-serif); font-size: 1.3rem;
  font-variation-settings: 'SOFT' 80, 'opsz' 96;
}
@media (max-width: 720px) {
  .trust-strip__inner { grid-template-columns: 1fr 1fr; }
}

/* ---------- Section headers ---------- */
.section-header {
  display: grid; grid-template-columns: 1fr 1.6fr; gap: 4rem;
  align-items: end; margin-bottom: 4rem;
}
.section-header__title {
  font-size: clamp(2.2rem, 4.5vw, 3.6rem);
  color: var(--emerald-deep);
  line-height: 1;
}
.section-header__title em {
  color: var(--champagne-deep);
  font-style: italic;
  font-variation-settings: 'SOFT' 100, 'opsz' 96;
}
.section-header__meta {
  display: flex; flex-direction: column; gap: 1rem;
}
.section-header__lead { color: var(--ink-soft); }
@media (max-width: 880px) {
  .section-header { grid-template-columns: 1fr; gap: 1.5rem; }
}

/* ---------- Services overview (index) ---------- */
.services-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px;
  background: var(--rule);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.service-card {
  background: var(--cream);
  padding: 2.5rem 2rem 2.2rem;
  display: flex; flex-direction: column; gap: 1.2rem;
  min-height: 320px;
  position: relative;
  transition: background .3s ease;
}
.service-card:hover { background: var(--cream-deep); }
.service-card__num {
  font-family: var(--font-mono); font-size: .72rem;
  letter-spacing: .15em; color: var(--champagne-deep);
}
.service-card__title {
  font-family: var(--font-serif); font-size: 1.7rem;
  color: var(--emerald-deep); line-height: 1.1;
  font-variation-settings: 'SOFT' 60, 'opsz' 96;
}
.service-card__body {
  font-size: .92rem; line-height: 1.6; color: var(--ink-soft);
  flex: 1;
}
.service-card__link {
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: var(--font-mono); font-size: .72rem;
  letter-spacing: .15em; text-transform: uppercase;
  color: var(--emerald-deep);
}
.service-card__link svg { width: 14px; transition: transform .25s; }
.service-card:hover .service-card__link svg { transform: translateX(4px); }
@media (max-width: 880px) {
  .services-grid { grid-template-columns: 1fr; }
}

/* ---------- Editorial split ---------- */
.split {
  display: grid; grid-template-columns: 1fr 1fr; gap: 4rem;
  align-items: center;
}
.split--reversed .split__visual { order: 2; }
.split__copy { padding: 1rem 0; }
.split__visual {
  aspect-ratio: 5/6;
  border-radius: 4px; overflow: hidden;
  background: var(--emerald-soft);
}
.split__visual img { width: 100%; height: 100%; object-fit: cover; }
.split__copy .eyebrow { margin-bottom: 1rem; display: block; }
.split__copy h2 { margin-bottom: 1.5rem; color: var(--emerald-deep); max-width: 14ch; }
.split__copy p { color: var(--ink-soft); margin-bottom: 1.2rem; }
@media (max-width: 880px) {
  .split { grid-template-columns: 1fr; gap: 2rem; }
  .split--reversed .split__visual { order: 0; }
}

/* ---------- Dark conservatory section ---------- */
.conservatory {
  background: var(--emerald-deep);
  color: var(--cream);
  padding: clamp(5rem, 9vw, 8rem) 0;
  position: relative;
  overflow: hidden;
}
.conservatory::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 50% at 80% 20%, rgba(212, 184, 124, 0.08), transparent 60%);
  pointer-events: none;
}
.conservatory h2 { color: var(--cream); }
.conservatory h2 em { color: var(--champagne); }
.conservatory p { color: rgba(248, 244, 237, 0.78); }
.conservatory .eyebrow { color: var(--champagne); }

/* ---------- Team teaser ---------- */
.team-row {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem;
}
.team-card {
  display: flex; flex-direction: column; gap: 1rem;
}
.team-card__portrait {
  aspect-ratio: 4/5;
  background: var(--emerald-soft);
  border-radius: 4px; overflow: hidden;
  position: relative;
}
.team-card__portrait::after {
  content: ''; position: absolute; inset: 12px; border: 1px solid rgba(212, 184, 124, 0.45);
  pointer-events: none;
}
.team-card__portrait img { width: 100%; height: 100%; object-fit: cover; }
.team-card__name {
  font-family: var(--font-serif); font-size: 1.5rem;
  color: var(--emerald-deep);
  font-variation-settings: 'SOFT' 60, 'opsz' 96;
}
.team-card__cred {
  font-family: var(--font-mono); font-size: .72rem;
  letter-spacing: .15em; text-transform: uppercase;
  color: var(--champagne-deep);
}
.team-card__bio { font-size: .92rem; color: var(--ink-soft); line-height: 1.6; }
@media (max-width: 880px) {
  .team-row { grid-template-columns: 1fr; gap: 2.5rem; }
}

/* ---------- Membership card (CTA) ---------- */
.membership-card {
  background: var(--cream-deep);
  border: 1px solid var(--champagne);
  padding: clamp(2.5rem, 5vw, 4rem);
  display: grid; grid-template-columns: 1.4fr 1fr; gap: 3rem;
  align-items: center;
  position: relative;
}
.membership-card__price {
  font-family: var(--font-serif); font-size: clamp(3rem, 6vw, 5rem);
  color: var(--emerald-deep);
  font-variation-settings: 'SOFT' 60, 'opsz' 144;
}
.membership-card__price sup { font-family: var(--font-mono); font-size: 1rem; vertical-align: super; }
.membership-card__price small { font-family: var(--font-sans); font-size: 1rem; color: var(--ink-soft); letter-spacing: .05em; }
.membership-card ul { list-style: none; margin: 1.5rem 0; }
.membership-card li {
  padding: .6rem 0; border-bottom: 1px solid rgba(168, 138, 74, 0.2);
  display: flex; align-items: center; gap: .7rem;
}
.membership-card li::before {
  content: ''; width: 6px; height: 6px; border-radius: 50%;
  background: var(--champagne-deep);
}
@media (max-width: 880px) {
  .membership-card { grid-template-columns: 1fr; gap: 1.5rem; }
}

/* ---------- Visit block ---------- */
.visit {
  display: grid; grid-template-columns: 1.2fr 1fr; gap: 4rem;
  align-items: start;
}
.visit__info { display: flex; flex-direction: column; gap: 1.8rem; }
.visit__row {
  display: grid; grid-template-columns: 110px 1fr;
  gap: 1.5rem; padding-bottom: 1.4rem;
  border-bottom: 1px solid var(--rule);
}
.visit__row:last-child { border-bottom: 0; }
.visit__label {
  font-family: var(--font-mono); font-size: .72rem;
  letter-spacing: .15em; text-transform: uppercase;
  color: var(--champagne-deep); padding-top: 4px;
}
.visit__value { font-size: 1rem; color: var(--ink); line-height: 1.6; }
.visit__value strong { font-family: var(--font-serif); font-size: 1.25rem; display: block; margin-bottom: .35rem; color: var(--emerald-deep); font-variation-settings: 'SOFT' 60, 'opsz' 96; }
.visit__map {
  aspect-ratio: 4/5;
  border-radius: 4px; overflow: hidden;
  position: relative; background: var(--emerald-soft);
}
.visit__map iframe { width: 100%; height: 100%; border: 0; }
@media (max-width: 880px) {
  .visit { grid-template-columns: 1fr; gap: 2rem; }
}

/* ---------- CTA band ---------- */
.cta-band {
  background: var(--emerald-deep); color: var(--cream);
  padding: clamp(4rem, 7vw, 6rem) var(--gutter);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-band__title {
  font-family: var(--font-serif);
  font-size: clamp(2.4rem, 5vw, 4rem);
  color: var(--cream);
  max-width: 18ch; margin: 0 auto 1.5rem;
  line-height: 1.05;
}
.cta-band__title em { color: var(--champagne); }
.cta-band__lead {
  color: rgba(248, 244, 237, 0.78);
  max-width: 50ch; margin: 0 auto 2.5rem;
}
.cta-band__ctas { display: inline-flex; gap: 1rem; flex-wrap: wrap; justify-content: center; }

/* ---------- Footer ---------- */
.footer {
  background: var(--ink); color: var(--cream);
  padding: 4rem var(--gutter) 2rem;
}
.footer__inner {
  max-width: var(--container-wide); margin: 0 auto;
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 3rem;
  padding-bottom: 3rem; border-bottom: 1px solid rgba(248, 244, 237, 0.12);
}
.footer__brand { display: flex; flex-direction: column; gap: 1.2rem; }
.footer__wordmark {
  font-family: var(--font-serif); font-size: 1.8rem;
  letter-spacing: .04em; color: var(--cream);
  font-variation-settings: 'SOFT' 80, 'opsz' 144;
}
.footer__tag { color: rgba(248, 244, 237, 0.6); max-width: 32ch; font-size: .92rem; }
.footer__col h4 {
  font-family: var(--font-mono); font-size: .72rem;
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--champagne); margin-bottom: 1.2rem;
  font-weight: 400;
}
.footer__col ul { list-style: none; display: flex; flex-direction: column; gap: .55rem; }
.footer__col a { font-size: .92rem; color: rgba(248, 244, 237, 0.78); transition: color .2s; }
.footer__col a:hover { color: var(--champagne); }
.footer__bottom {
  max-width: var(--container-wide); margin: 0 auto;
  padding-top: 2rem; display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 1rem;
  font-family: var(--font-mono); font-size: .72rem;
  letter-spacing: .12em; color: rgba(248, 244, 237, 0.45);
}
.footer__bottom a { color: var(--champagne); }
@media (max-width: 880px) {
  .footer__inner { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .footer__brand { grid-column: 1 / -1; }
}

/* ============================================================
   PREMIUM PASS v2 — real-logo, gallery, stats, motion
   ============================================================ */

/* ---------- Real logo in nav ---------- */
.nav__logo-img { height: 30px; width: auto; display: block; }
@media (max-width: 880px){ .nav__logo-img { height: 26px; } }
/* hide old svg+wordmark fallbacks if present */
.nav__brand .nav__logo, .nav__brand .nav__wordmark { display: none; }

/* nav scrolled state */
.nav.is-scrolled {
  background: rgba(248,244,237,0.94);
  box-shadow: 0 1px 24px -10px rgba(26,24,20,0.4);
}

/* ---------- Hero parallax + image polish ---------- */
.hero__visual img { will-change: transform; transition: transform .4s ease; }
.hero { position: relative; }
.hero__bloom {
  position: absolute; z-index: 0; pointer-events: none;
  width: 60vw; height: 60vw; max-width: 720px; max-height: 720px;
  right: -10vw; top: -8vw; border-radius: 50%;
  background: radial-gradient(circle, rgba(212,184,124,0.16), transparent 62%);
  filter: blur(8px);
}

/* ---------- Count-up trust strip (numbers) ---------- */
.stat-strip {
  background: var(--emerald-deep); color: var(--cream);
  padding: clamp(2.5rem,5vw,3.5rem) 0;
}
.stat-strip__inner {
  max-width: var(--container-wide); margin: 0 auto; padding: 0 var(--gutter);
  display: grid; grid-template-columns: repeat(4,1fr); gap: 1px;
}
.stat {
  text-align: center; padding: 1rem 1.2rem;
  border-right: 1px solid rgba(212,184,124,0.22);
}
.stat:last-child { border-right: 0; }
.stat__num {
  font-family: var(--font-serif); font-size: clamp(2.6rem,5vw,3.8rem);
  line-height: 1; color: var(--champagne);
  font-variation-settings: 'SOFT' 60,'opsz' 144;
  display: flex; align-items: baseline; justify-content: center; gap: .1em;
}
.stat__num sup, .stat__num .suf {
  font-family: var(--font-mono); font-size: .9rem; vertical-align: super; }
.stat__label {
  font-family: var(--font-mono); font-size: .68rem; letter-spacing: .16em;
  text-transform: uppercase; color: rgba(248,244,237,0.7); margin-top: .8rem;
}
@media (max-width:720px){
  .stat-strip__inner { grid-template-columns: 1fr 1fr; gap: 1.5rem 1px; }
  .stat:nth-child(2){ border-right: 0; }
}

/* ---------- Gold underline draw on section titles ---------- */
.draw-underline { position: relative; display: inline-block; }
.draw-underline::after {
  content:''; position:absolute; left:0; bottom:-.12em; height:2px;
  width:100%; background: var(--champagne-deep);
  transform: scaleX(0); transform-origin: left; transition: transform .9s cubic-bezier(.16,1,.3,1);
}
.draw-underline.is-drawn::after { transform: scaleX(1); }
@media (prefers-reduced-motion: reduce){ .draw-underline::after { transform: scaleX(1); } }

/* ---------- Magnetic CTA ---------- */
.btn--magnetic { will-change: transform; }

/* ---------- Staggered reveal children ---------- */
.reveal-stagger > * { transition: opacity .7s ease, transform .7s ease; }
.reveal-stagger.reveal--hidden > * { opacity: 0; transform: translateY(18px); }
.reveal-stagger.reveal--shown > * { opacity: 1; transform: translateY(0); }
.reveal-stagger.reveal--shown > *:nth-child(2){ transition-delay:.08s; }
.reveal-stagger.reveal--shown > *:nth-child(3){ transition-delay:.16s; }
.reveal-stagger.reveal--shown > *:nth-child(4){ transition-delay:.24s; }
.reveal-stagger.reveal--shown > *:nth-child(5){ transition-delay:.32s; }
.reveal-stagger.reveal--shown > *:nth-child(6){ transition-delay:.40s; }
@media (prefers-reduced-motion: reduce){
  .reveal-stagger.reveal--hidden > * { opacity:1 !important; transform:none !important; }
}

/* ---------- Real-photo GALLERY (masonry) ---------- */
.gallery {
  display: grid; grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 200px; gap: 14px; grid-auto-flow: dense;
}
.gallery__item {
  overflow: hidden; border-radius: 4px; position: relative;
  background: var(--emerald-soft);
}
.gallery__item img {
  width:100%; height:100%; object-fit: cover; display:block;
  transition: transform .8s cubic-bezier(.16,1,.3,1);
}
.gallery__item:hover img { transform: scale(1.06); }
.gallery__item--wide { grid-column: span 2; }
.gallery__item--tall { grid-row: span 2; }
.gallery__item--cap::after {
  content: attr(data-cap); position: absolute; left: 14px; bottom: 12px;
  font-family: var(--font-mono); font-size: .62rem; letter-spacing: .14em;
  text-transform: uppercase; color: var(--cream);
  background: rgba(15,61,46,0.78); padding: .35rem .6rem; border-radius: 2px;
  backdrop-filter: blur(3px);
}
@media (max-width: 880px){
  .gallery { grid-template-columns: 1fr 1fr; grid-auto-rows: 150px; gap: 10px; }
  .gallery__item--wide { grid-column: span 2; }
  .gallery__item--tall { grid-row: span 1; }
}

/* ---------- Leadership / personal block ---------- */
.lead-block {
  display: grid; grid-template-columns: .95fr 1.05fr; gap: 4rem; align-items: center;
}
.lead-block--rev .lead-block__img { order: 2; }
.lead-block__img {
  aspect-ratio: 5/6; border-radius: 4px; overflow: hidden; position: relative;
  box-shadow: 0 30px 70px -34px rgba(15,61,46,0.4);
}
.lead-block__img::after {
  content:''; position:absolute; inset:14px; border:1px solid rgba(212,184,124,0.5); pointer-events:none;
}
.lead-block__img img { width:100%; height:100%; object-fit: cover; }
.lead-block__cap {
  position:absolute; bottom:0; left:0; right:0; z-index:2;
  padding: 2.5rem 1.4rem 1.1rem; color: var(--cream);
  font-family: var(--font-mono); font-size:.66rem; letter-spacing:.13em; text-transform:uppercase;
  background: linear-gradient(to top, rgba(15,61,46,0.82), transparent);
}
@media (max-width:880px){
  .lead-block { grid-template-columns:1fr; gap:2rem; }
  .lead-block--rev .lead-block__img { order:0; }
}

/* ---------- Reviews / proof ---------- */
.proof {
  display:grid; grid-template-columns: .8fr 1.2fr; gap: 4rem; align-items:center;
}
.proof__score { text-align:center; }
.proof__stars { color: var(--champagne-deep); font-size: 1.5rem; letter-spacing:.15em; }
.proof__big {
  font-family:var(--font-serif); font-size: clamp(4rem,9vw,7rem); line-height:1;
  color: var(--emerald-deep); font-variation-settings:'SOFT' 60,'opsz' 144;
}
.proof__src { font-family:var(--font-mono); font-size:.72rem; letter-spacing:.14em; text-transform:uppercase; color: var(--ink-soft); margin-top:.6rem; }
.proof__themes { display:flex; flex-direction:column; gap:1.4rem; }
.proof__theme {
  padding-left:1.6rem; border-left:2px solid var(--champagne); 
}
.proof__theme h4 { font-family:var(--font-serif); color:var(--emerald-deep); font-size:1.3rem; margin-bottom:.3rem; font-variation-settings:'SOFT' 60,'opsz' 96; }
.proof__theme p { color:var(--ink-soft); font-size:.95rem; }
@media (max-width:880px){ .proof { grid-template-columns:1fr; gap:2.5rem; } }

/* ---------- Partner badges ---------- */
.partners {
  display:flex; align-items:center; justify-content:center; gap: clamp(1.5rem,4vw,3.5rem);
  flex-wrap:wrap; padding: 2rem 0;
}
.partner-chip {
  font-family:var(--font-mono); font-size:.72rem; letter-spacing:.16em; text-transform:uppercase;
  color: var(--ink-soft); display:flex; align-items:center; gap:.6rem;
}
.partner-chip::before { content:''; width:6px;height:6px;border-radius:50%; background:var(--champagne-deep); }

/* ---------- Image frame helper for splits ---------- */
.img-framed { position: relative; }
.img-framed::after {
  content:''; position:absolute; inset:14px; border:1px solid rgba(212,184,124,0.45); pointer-events:none; z-index:2;
}
