/* =========================================================
   Westpark Dental Studio — Homepage Concept
   Palette: warm ivory / champagne / stone / charcoal + muted gold
   Type: Fraunces (display serif) + Jost (sans UI)
   ========================================================= */

:root {
  --ivory:      #f7f3ec;
  --soft:       #fcfaf6;
  --champagne:  #ece2d3;
  --stone:      #ddd1bf;
  --taupe:      #8a7d6d;
  --taupe-deep: #6a5f52;
  --charcoal:   #1f1d1a;
  --charcoal-2: #2a2622;
  --ink:        #33302b;
  --gold:       #a98a5f;
  --gold-soft:  #c2a77f;
  --line:       #e3dacd;
  --line-dark:  #3a352f;

  --serif: "Fraunces", Georgia, "Times New Roman", serif;
  --sans:  "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;

  --wrap: 1240px;
  --gutter: clamp(1.25rem, 5vw, 5rem);
  --radius: 2px;

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ---------- Reset-ish ---------- */
*, *::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;
  font-family: var(--sans);
  font-weight: 300;
  color: var(--ink);
  background: var(--ivory);
  line-height: 1.65;
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.075rem);
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }

h1, h2, h3 { font-family: var(--serif); font-weight: 400; margin: 0; line-height: 1.08; letter-spacing: -0.01em; }
p { margin: 0 0 1.1em; }

::selection { background: var(--gold); color: #fff; }

.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 200;
  background: var(--charcoal); color: #fff; padding: 0.75rem 1.25rem; border-radius: 0 0 var(--radius) 0;
}
.skip-link:focus { left: 0; }

:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

/* ---------- Shared bits ---------- */
.eyebrow {
  font-size: 0.74rem; letter-spacing: 0.26em; text-transform: uppercase;
  font-weight: 400; color: var(--taupe-deep); margin: 0 0 1.25rem;
}
.eyebrow--light { color: var(--gold-soft); }

.section-title {
  font-size: clamp(2rem, 1.3rem + 2.9vw, 3.4rem);
  line-height: 1.05;
}

.link-arrow {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-size: 0.82rem; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--charcoal); border-bottom: 1px solid var(--stone);
  padding-bottom: 0.35rem; transition: gap 0.3s var(--ease), border-color 0.3s var(--ease);
}
.link-arrow i { font-style: normal; transition: transform 0.3s var(--ease); }
.link-arrow:hover { gap: 0.85rem; border-color: var(--gold); }
.link-arrow:hover i { transform: translateX(3px); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--sans); font-weight: 400; font-size: 0.82rem;
  letter-spacing: 0.16em; text-transform: uppercase;
  padding: 1.05rem 1.9rem; border-radius: var(--radius);
  border: 1px solid transparent; cursor: pointer;
  transition: background 0.35s var(--ease), color 0.35s var(--ease), border-color 0.35s var(--ease), transform 0.35s var(--ease);
  white-space: nowrap;
}
.btn--solid { background: var(--charcoal); color: var(--soft); }
.btn--solid:hover { background: var(--gold); color: #fff; }
.btn--ghost { background: transparent; color: var(--charcoal); border-color: var(--charcoal); }
.btn--ghost:hover { background: var(--charcoal); color: var(--soft); }
.btn--outline { background: transparent; color: var(--charcoal); border-color: var(--stone); }
.btn--outline:hover { border-color: var(--gold); color: var(--gold); }
.btn--lg { padding: 1.2rem 2.4rem; }

/* on dark sections */
.feature--cosmetic .btn--solid,
.experience .btn--solid,
.final-cta .btn--solid { background: var(--soft); color: var(--charcoal); }
.feature--cosmetic .btn--solid:hover,
.experience .btn--solid:hover,
.final-cta .btn--solid:hover { background: var(--gold); color: #fff; }
.final-cta .btn--ghost { color: var(--soft); border-color: rgba(255,255,255,0.4); }
.final-cta .btn--ghost:hover { background: var(--soft); color: var(--charcoal); border-color: var(--soft); }

/* =========================================================
   HEADER
   ========================================================= */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  transition: background 0.4s var(--ease), box-shadow 0.4s var(--ease), padding 0.4s var(--ease);
  padding: 0.6rem 0;
}
.header-inner {
  max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gutter);
  display: flex; align-items: center; justify-content: space-between; gap: 1.5rem;
}
.brand { display: block; line-height: 0; }
.brand-logo { height: clamp(66px, 8vw, 96px); width: auto; transition: height 0.4s var(--ease); }
.site-header.is-scrolled .brand-logo { height: clamp(52px, 6vw, 72px); }
.brand-logo--dark { display: none; }

/* logos: hero is dark, so header starts with white logo; after scroll header turns light */
.site-header .brand-logo--light { display: block; }
.site-header .brand-logo--dark { display: none; }

.primary-nav { display: flex; gap: clamp(1rem, 2vw, 2.1rem); }
.primary-nav a {
  font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(255,255,255,0.88); padding: 0.4rem 0; position: relative;
  transition: color 0.3s var(--ease);
}
.primary-nav a::after {
  content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 1px;
  background: var(--gold-soft); transition: width 0.3s var(--ease);
}
.primary-nav a:hover::after { width: 100%; }

.header-actions { display: flex; align-items: center; gap: 1.25rem; }
.header-phone { display: flex; flex-direction: column; line-height: 1.15; text-align: right; }
.header-phone__label { font-size: 0.62rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold-soft); }
.header-phone__num { font-size: 0.92rem; letter-spacing: 0.04em; color: #fff; }

/* scrolled state */
.site-header.is-scrolled {
  background: rgba(250, 247, 241, 0.9);
  backdrop-filter: saturate(140%) blur(14px);
  -webkit-backdrop-filter: saturate(140%) blur(14px);
  box-shadow: 0 1px 0 rgba(0,0,0,0.05);
  padding: 0.35rem 0;
}
.site-header.is-scrolled .brand-logo--light { display: none; }
.site-header.is-scrolled .brand-logo--dark { display: block; }
.site-header.is-scrolled .primary-nav a { color: var(--ink); }
.site-header.is-scrolled .header-phone__num { color: var(--charcoal); }
.site-header.is-scrolled .header-phone__label { color: var(--taupe); }
.site-header.is-scrolled .header-cta { background: var(--charcoal); color: var(--soft); }

.nav-toggle {
  display: none; flex-direction: column; gap: 5px; background: none; border: 0;
  padding: 8px; cursor: pointer;
}
.nav-toggle span { width: 26px; height: 1.5px; background: #fff; transition: transform 0.35s var(--ease), opacity 0.25s var(--ease), background 0.3s; }
.site-header.is-scrolled .nav-toggle span { background: var(--charcoal); }

/* ---------- Mobile menu ---------- */
.mobile-menu {
  position: fixed; inset: 0; z-index: 99;
  background: var(--charcoal);
  padding: 6.5rem var(--gutter) 2.5rem;
  display: flex; flex-direction: column; justify-content: space-between;
  transform: translateY(-100%); transition: transform 0.5s var(--ease);
  visibility: hidden;
}
.mobile-menu.is-open { transform: translateY(0); visibility: visible; }
.mobile-menu nav { display: flex; flex-direction: column; gap: 0.4rem; }
.mobile-menu nav a {
  font-family: var(--serif); font-size: clamp(1.6rem, 8vw, 2.4rem); color: var(--soft);
  padding: 0.5rem 0; border-bottom: 1px solid var(--line-dark);
}
.mobile-menu__foot { display: flex; flex-direction: column; gap: 1.25rem; }
.mobile-menu__foot .btn--solid { background: var(--soft); color: var(--charcoal); }
.mobile-phone { color: var(--gold-soft); letter-spacing: 0.1em; text-align: center; }
body.menu-open { overflow: hidden; }

/* =========================================================
   HERO
   ========================================================= */
.hero {
  position: relative;
  background: linear-gradient(160deg, #16140f 0%, #221f1a 55%, #2b271f 100%);
  color: var(--soft);
  padding: clamp(8rem, 16vh, 12rem) 0 clamp(3rem, 8vh, 6rem);
  overflow: hidden;
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(60% 50% at 80% 15%, rgba(169,138,95,0.16), transparent 70%),
    radial-gradient(50% 60% at 10% 90%, rgba(169,138,95,0.08), transparent 70%);
  pointer-events: none;
}
.hero__grid {
  position: relative; max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gutter);
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}
.hero__copy .eyebrow { color: var(--gold-soft); }
.hero__title {
  font-size: clamp(2.7rem, 1.3rem + 6vw, 5.6rem);
  font-weight: 300; letter-spacing: -0.015em; margin-bottom: 1.6rem;
}
.hero__lede {
  max-width: 30ch; color: rgba(255,255,255,0.78); font-size: clamp(1.02rem, 0.98rem + 0.4vw, 1.2rem);
  margin-bottom: 2.2rem;
}
.hero__actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-bottom: 1.6rem; }
.hero__actions .btn--solid { background: var(--soft); color: var(--charcoal); }
.hero__actions .btn--solid:hover { background: var(--gold); color: #fff; }
.hero__actions .btn--ghost { color: var(--soft); border-color: rgba(255,255,255,0.4); }
.hero__actions .btn--ghost:hover { background: var(--soft); color: var(--charcoal); border-color: var(--soft); }
.hero__phone { font-size: 0.9rem; color: rgba(255,255,255,0.6); letter-spacing: 0.04em; }
.hero__phone a { color: var(--gold-soft); border-bottom: 1px solid rgba(194,167,127,0.4); padding-bottom: 2px; }

.hero__media { position: relative; margin: 0; }
.hero__badge {
  position: absolute; left: -1.5rem; bottom: 2rem;
  background: var(--soft); color: var(--charcoal);
  padding: 1.1rem 1.5rem; border-radius: var(--radius);
  box-shadow: 0 30px 60px rgba(0,0,0,0.35);
  display: flex; flex-direction: column; max-width: 220px;
}
.hero__badge-k { font-family: var(--serif); font-size: 1.35rem; line-height: 1.1; }
.hero__badge-v { font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--taupe-deep); margin-top: 0.25rem; }

.hero__scroll {
  position: absolute; left: 50%; bottom: 1.5rem; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 0.6rem;
  font-size: 0.6rem; letter-spacing: 0.3em; text-transform: uppercase; color: rgba(255,255,255,0.45);
}
.hero__scroll i { width: 1px; height: 40px; background: linear-gradient(rgba(255,255,255,0.5), transparent); }

/* =========================================================
   IMAGE PANELS
   Airy, minimal interior-light panels tuned to the studio's
   real aesthetic: bright warm white, soft greige, gentle
   natural light, a whisper of greenery. Real photography
   drops straight into these slots.
   ========================================================= */
.ph {
  position: relative; width: 100%; border-radius: var(--radius); overflow: hidden;
  background:
    radial-gradient(130% 90% at 72% 8%, #ffffff 0%, #f6f1ea 42%, #e9e0d3 100%);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.045);
}
/* soft window light + faint greenery + warm floor glow */
.ph::before {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(105deg, rgba(255,255,255,0.85) 0%, rgba(255,255,255,0) 34%),
    radial-gradient(42% 55% at 88% 78%, rgba(146,166,120,0.20), transparent 72%),
    radial-gradient(60% 50% at 20% 92%, rgba(120,106,88,0.16), transparent 70%);
}
/* subtle vertical light banding, like tall studio windows */
.ph::after {
  content: ""; position: absolute; inset: 0;
  background: repeating-linear-gradient(
    100deg,
    rgba(255,255,255,0) 0px,
    rgba(255,255,255,0) 62px,
    rgba(255,255,255,0.14) 63px,
    rgba(255,255,255,0) 66px
  );
  opacity: 0.6;
}
.ph__mark {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: clamp(52px, 8vw, 78px); height: clamp(52px, 8vw, 78px);
  background: url("/assets/img/logo-dark.png") center/contain no-repeat;
  opacity: 0.12; z-index: 1;
}

/* editorial dark panel for the cosmetic feature */
.ph--dark {
  background:
    radial-gradient(120% 90% at 75% 15%, #3a352d 0%, #262219 55%, #16130e 100%);
}
.ph--dark::before {
  background:
    linear-gradient(105deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0) 40%),
    radial-gradient(50% 60% at 80% 80%, rgba(169,138,95,0.28), transparent 72%);
}
.ph--dark::after { opacity: 0.25; }
.ph--dark .ph__mark { background-image: url("/assets/img/logo-white.png"); opacity: 0.16; }

.ph--portrait { aspect-ratio: 4 / 5; }
.ph--tall     { aspect-ratio: 3 / 4; }
.ph--wide     { aspect-ratio: 5 / 4; }
.ph--map      { aspect-ratio: 4 / 3; }

/* Real photography */
.photo {
  width: 100%; display: block; object-fit: cover;
  border-radius: var(--radius);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.05);
}
.photo--portrait  { aspect-ratio: 4 / 5; }
.photo--tall      { aspect-ratio: 3 / 4; }
.photo--wide      { aspect-ratio: 5 / 4; }
.photo--landscape { aspect-ratio: 4 / 3; }
.photo--map       { aspect-ratio: 4 / 3; }
.hero__img { box-shadow: 0 40px 90px rgba(0,0,0,0.45); }

/* =========================================================
   TRUST STRIP
   ========================================================= */
.trust { background: var(--charcoal); color: rgba(255,255,255,0.85); }
.trust__list {
  max-width: var(--wrap); margin: 0 auto; padding: 1.5rem var(--gutter);
  list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem 2.75rem;
}
.trust__list li {
  font-size: 0.76rem; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 400;
  position: relative; padding-left: 1.4rem;
}
.trust__list li::before {
  content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%);
  width: 5px; height: 5px; border-radius: 50%; background: var(--gold-soft);
}

/* =========================================================
   Layout wrappers
   ========================================================= */
.intro, .services, .doctor, .location, .insurance { padding: clamp(4.5rem, 10vh, 8rem) 0; }
.intro__grid, .doctor__grid, .location__grid, .feature__grid {
  max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gutter);
}

/* ---------- INTRO ---------- */
.intro { background: var(--soft); }
.intro__grid {
  display: grid; grid-template-columns: 1.15fr 0.85fr; gap: clamp(2rem, 6vw, 5.5rem); align-items: center;
}
.intro__copy p { color: var(--taupe-deep); max-width: 46ch; }
.intro .section-title { margin-bottom: 1.75rem; }
.intro__copy .link-arrow { margin-top: 0.75rem; }

/* ---------- SERVICES ---------- */
.services { background: var(--ivory); }
.services__head { max-width: var(--wrap); margin: 0 auto 3.5rem; padding: 0 var(--gutter); }
.services__head .section-title { max-width: 16ch; }
.services__list {
  max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gutter);
  list-style: none; display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 0; border-top: 1px solid var(--line);
}
.svc {
  padding: 2.5rem 2rem 2.75rem; border-bottom: 1px solid var(--line); border-right: 1px solid var(--line);
  position: relative; transition: background 0.4s var(--ease);
}
.svc:nth-child(3n) { border-right: 0; }
.svc:hover { background: var(--soft); }
.svc__idx { font-size: 0.7rem; letter-spacing: 0.2em; color: var(--gold); }
.svc__label {
  font-size: 0.68rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--taupe);
  margin: 1.5rem 0 0.9rem;
}
.svc__title { font-size: 1.55rem; margin-bottom: 0.75rem; }
.svc__desc { font-size: 0.95rem; color: var(--taupe-deep); margin: 0; }

/* =========================================================
   FEATURE SECTIONS
   ========================================================= */
.feature { padding: clamp(4.5rem, 10vh, 8rem) 0; }
.feature__grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 6vw, 5rem); align-items: center;
}
.feature__title { font-size: clamp(1.9rem, 1.2rem + 2.6vw, 3.1rem); margin-bottom: 1.5rem; line-height: 1.08; }
.feature__copy p { max-width: 42ch; }

.feature--cosmetic { background: var(--charcoal); color: rgba(255,255,255,0.82); }
.feature--cosmetic .feature__title { color: var(--soft); }
.feature--invisalign { background: var(--soft); }
.feature--invisalign .feature__copy p { color: var(--taupe-deep); }

.feature__grid--reverse .feature__media { order: -1; }

.feature__points { list-style: none; padding: 0; margin: 0 0 2rem; display: grid; gap: 0.75rem; }
.feature__points li {
  position: relative; padding-left: 1.5rem; font-size: 0.95rem; color: var(--taupe-deep);
}
.feature__points li::before {
  content: ""; position: absolute; left: 0; top: 0.65em; width: 7px; height: 7px;
  border: 1px solid var(--gold); border-radius: 50%;
}

/* =========================================================
   DOCTOR
   ========================================================= */
.doctor { background: var(--ivory); }
.doctor__grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(2rem, 6vw, 5.5rem); align-items: center; }
.doctor__cred { font-size: 0.78rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.5rem; }
.doctor__copy p { color: var(--taupe-deep); max-width: 48ch; }
.doctor .section-title { margin-bottom: 0.5rem; }

/* =========================================================
   EXPERIENCE
   ========================================================= */
.experience {
  background: linear-gradient(165deg, #201d1a, #2c2822);
  color: rgba(255,255,255,0.8);
  padding: clamp(5rem, 11vh, 9rem) 0 clamp(3rem, 6vh, 4.5rem);
}
.experience__inner { max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gutter); }
.experience__title { font-size: clamp(2rem, 1.3rem + 3vw, 3.6rem); color: var(--soft); max-width: 15ch; margin-bottom: 1.5rem; }
.experience__lede { max-width: 52ch; font-size: 1.1rem; margin-bottom: 3.5rem; color: rgba(255,255,255,0.72); }
.experience__media { margin: 0 0 3.5rem; }
.experience__media img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: var(--radius); box-shadow: 0 30px 60px rgba(0,0,0,0.35); }
@media (max-width: 640px) { .experience__media img { aspect-ratio: 4 / 3; } }
.experience__grid { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 2.5rem; }
.experience__grid li { border-top: 1px solid var(--line-dark); padding-top: 1.5rem; }
.experience__grid span { font-size: 0.72rem; letter-spacing: 0.2em; color: var(--gold-soft); }
.experience__grid h3 { font-size: 1.35rem; color: var(--soft); margin: 1rem 0 0.6rem; }
.experience__grid p { font-size: 0.9rem; margin: 0; color: rgba(255,255,255,0.62); }

/* =========================================================
   LOCATION
   ========================================================= */
.location { background: var(--soft); }
.location__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 6vw, 5rem); align-items: center; }
.location__copy p { color: var(--taupe-deep); max-width: 42ch; }
.location__meta { display: grid; gap: 1.75rem; margin: 2.25rem 0; }
.location__meta dt { font-size: 0.68rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--taupe); margin-bottom: 0.4rem; }
.location__meta dd { margin: 0; font-size: 1rem; color: var(--ink); line-height: 1.7; }
.location__meta a { border-bottom: 1px solid var(--stone); padding-bottom: 1px; }
.location__meta a:hover { border-color: var(--gold); color: var(--gold); }

/* =========================================================
   INSURANCE
   ========================================================= */
.insurance { background: var(--ivory); }
.insurance__inner { max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gutter); }
.insurance__copy { max-width: 40ch; }
.insurance .section-title { margin-bottom: 1.5rem; }
.insurance__copy p { color: var(--taupe-deep); }

/* =========================================================
   FINAL CTA
   ========================================================= */
.final-cta {
  background:
    radial-gradient(70% 120% at 50% 0%, rgba(169,138,95,0.22), transparent 60%),
    linear-gradient(165deg, #16140f, #221f1a);
  color: var(--soft); text-align: center;
  padding: clamp(5.5rem, 13vh, 10rem) 0;
}
.final-cta__inner { max-width: 760px; margin: 0 auto; padding: 0 var(--gutter); }
.final-cta__title { font-size: clamp(2.4rem, 1.4rem + 4.5vw, 5rem); margin-bottom: 1.5rem; font-weight: 300; }
.final-cta__lede { max-width: 46ch; margin: 0 auto 2.75rem; color: rgba(255,255,255,0.75); font-size: 1.1rem; }
.final-cta__actions { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }

/* =========================================================
   FOOTER
   ========================================================= */
.site-footer { background: var(--charcoal); color: rgba(255,255,255,0.6); }
.site-footer__inner {
  max-width: var(--wrap); margin: 0 auto; padding: clamp(3.5rem, 8vh, 5.5rem) var(--gutter) 3rem;
  display: grid; grid-template-columns: 1.2fr 2fr; gap: clamp(2rem, 6vw, 5rem);
}
.site-footer__brand img { height: 150px; width: auto; margin-bottom: 1.25rem; }
@media (max-width: 780px) { .site-footer__brand img { height: 96px; } }
.site-footer__brand p { max-width: 30ch; font-size: 0.9rem; }
.site-footer__nav { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.site-footer__nav h3 { font-family: var(--sans); font-size: 0.7rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold-soft); font-weight: 400; margin-bottom: 1.25rem; }
.site-footer__nav a { display: block; font-size: 0.92rem; padding: 0.35rem 0; color: rgba(255,255,255,0.68); transition: color 0.3s var(--ease); }
.site-footer__nav a:hover { color: var(--soft); }
.site-footer__nav address { font-style: normal; font-size: 0.92rem; line-height: 1.9; }
.site-footer__nav address a { display: inline; padding: 0; color: var(--gold-soft); }

.site-footer__bar {
  border-top: 1px solid var(--line-dark);
  max-width: var(--wrap); margin: 0 auto; padding: 1.5rem var(--gutter);
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 0.5rem;
  font-size: 0.74rem; letter-spacing: 0.06em; color: rgba(255,255,255,0.4);
}
.site-footer__bar p { margin: 0; }
.site-footer__concept { letter-spacing: 0.18em; text-transform: uppercase; font-size: 0.66rem; }

/* =========================================================
   REVEAL ANIMATION
   ========================================================= */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.9s var(--ease), transform 0.9s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }
.reveal:nth-child(2) { transition-delay: 0.06s; }
.reveal:nth-child(3) { transition-delay: 0.12s; }
.reveal:nth-child(4) { transition-delay: 0.18s; }
.svc.reveal { transition-delay: calc(var(--i, 0) * 0.05s); }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
  .hero__scroll i { display: none; }
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1080px) {
  .primary-nav { gap: 1.1rem; }
  .primary-nav a { font-size: 0.72rem; }
}

@media (max-width: 920px) {
  .primary-nav, .header-phone, .header-cta { display: none; }
  .nav-toggle { display: flex; }
  .services__list { grid-template-columns: repeat(2, 1fr); }
  .svc:nth-child(3n) { border-right: 1px solid var(--line); }
  .svc:nth-child(2n) { border-right: 0; }
  .experience__grid { grid-template-columns: repeat(2, 1fr); gap: 2rem; }
}

@media (max-width: 780px) {
  /* Mobile hero: photo as the full-bleed background, text overlaid */
  .hero {
    padding-top: 8.5rem; padding-bottom: 4.5rem; min-height: 86vh;
    display: flex; align-items: center;
    background:
      linear-gradient(180deg, rgba(14,12,9,0.74) 0%, rgba(14,12,9,0.48) 42%, rgba(14,12,9,0.84) 100%),
      url("/assets/img/studio-room.jpg") center center / cover no-repeat;
  }
  .hero::before {
    display: block; content: ""; position: absolute; inset: 0; z-index: 0;
    background: rgba(18,15,11,0.14);
    -webkit-backdrop-filter: blur(1.2px); backdrop-filter: blur(1.2px);
  }
  .hero__grid { grid-template-columns: 1fr; gap: 0; position: relative; z-index: 1; }
  .hero__copy { max-width: 44ch; }
  .hero__title { font-size: clamp(2.9rem, 10vw, 3.9rem); margin-bottom: 1.15rem; }
  .hero__lede { max-width: 42ch; font-size: 1.1rem; color: rgba(255,255,255,0.92); margin-bottom: 1.9rem; }
  .hero__actions { margin-bottom: 1.4rem; }
  .hero__media { display: none; }
  .hero__scroll { display: none; }
  .intro__grid, .doctor__grid, .location__grid, .feature__grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .doctor__media { max-width: 460px; }
  .intro__media { max-width: 560px; }
  .feature__grid--reverse .feature__media { order: 0; }
  .feature__media { order: -1; }
  .trust__list { flex-direction: column; align-items: flex-start; gap: 0.9rem; }
  .trust__list li { font-size: 0.72rem; }
  .site-footer__inner { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .services__list { grid-template-columns: 1fr; }
  .svc { border-right: 0 !important; }
  .experience__grid { grid-template-columns: 1fr; }
  .site-footer__nav { grid-template-columns: 1fr 1fr; }
  .hero__badge { left: 0; }
  .btn { width: 100%; }
  .hero__actions, .final-cta__actions { flex-direction: column; }
  .hero__actions .btn, .final-cta__actions .btn { width: 100%; }
}
