:root {
  --bg: #0d0d0b;
  --bg-soft: #171613;
  --olive: #3e4335;
  --olive-soft: #5b604e;
  --paper: #f7f1e7;
  --paper-soft: #eee5d6;
  --gold: #d8b377;
  --gold-deep: #9e7b48;
  --ink: #181613;
  --text: #f7f1e6;
  --text-soft: #d5ccbf;
  --shadow: 0 20px 60px rgba(10, 8, 6, 0.28);
  --border: rgba(216, 179, 119, 0.24);
  --radius: 34px;
  --radius-sm: 22px;
  --max: 1240px;
  --heading-font: "Cormorant Garamond", Georgia, serif;
  --h1-font: var(--heading-font);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  min-height: 100vh;
  margin: 0;
  font-family: "Manrope", sans-serif;
  background: #110b09;
  color: var(--text);
  isolation: isolate;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(12, 8, 7, 0.62), rgba(12, 8, 7, 0.72)),
    url("./assets/beck-background.webp") center center/cover no-repeat;
  pointer-events: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: absolute;
  top: -100%;
  left: 16px;
  z-index: 999;
  padding: 10px 18px;
  background: var(--gold);
  color: #17120f;
  font-weight: 600;
  font-size: 0.9rem;
  border-radius: 0 0 8px 8px;
  transition: top 0.2s;
}

.skip-link:focus {
  top: 0;
}

.reveal-ready {
  opacity: 0 !important;
  transform: translate3d(0, 14px, 0) !important;
  transition:
    opacity 1200ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 1200ms cubic-bezier(0.16, 1, 0.3, 1) !important;
  transition-delay: var(--reveal-delay, 0ms) !important;
  will-change: opacity, transform;
}

.reveal-ready.is-visible {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) !important;
}

@media (prefers-reduced-motion: reduce) {
  .reveal-ready {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
}

.site-shell {
  width: min(calc(100% - 12px), 1680px);
  margin: 0 auto;
  padding-bottom: 48px;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 6px clamp(16px, 3vw, 48px) 6px 8px;
  margin-left: calc(50% - 50vw);
  width: 100vw;
  background: rgba(10, 9, 8, 0.82);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.22);
}

.topbar.is-scrolled {
  background: rgba(10, 9, 8, 0.92);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.28);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.brand-logo {
  width: 64px;
  height: 64px;
  flex: 0 0 auto;
  display: block;
  object-fit: contain;
  filter:
    drop-shadow(0 0 8px rgba(255, 255, 255, 0.22))
    drop-shadow(0 0 18px rgba(255, 255, 255, 0.12))
    drop-shadow(0 8px 18px rgba(0, 0, 0, 0.18));
}

.topbar .brand-logo {
  width: 54px;
  height: 54px;
  filter:
    brightness(0) invert(1)
    drop-shadow(0 7px 16px rgba(0, 0, 0, 0.28));
  opacity: 0.94;
}

.topbar .brand-logo-full {
  width: auto;
  height: 88px;
  filter: drop-shadow(0 2px 8px rgba(0,0,0,0.4));
  opacity: 0.95;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand-name {
  font-family: "Poiret One", serif;
  font-size: 1.72rem;
  color: var(--gold);
  letter-spacing: 0.01em;
}

.brand-sub {
  margin-top: 4px;
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-soft);
}

.topbar .brand-name {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.42rem;
  font-weight: 500;
  letter-spacing: 0.055em;
  line-height: 0.9;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.96);
}

.brand-markline {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  margin-top: -2px;
  white-space: nowrap;
}

.brand-academy {
  padding-top: 9px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 0.66rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
}

.brand-beauty {
  font-family: "Parisienne", "Great Vibes", "Snell Roundhand", "SC Sloop Script Dio", cursive;
  font-size: 1.58rem;
  line-height: 0.8;
  letter-spacing: 0;
  text-transform: none;
  color: rgba(255, 255, 255, 0.96);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 22px;
}

.site-nav a {
  font-size: 0.92rem;
  color: var(--text-soft);
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--text);
}

.site-nav a[aria-current="page"] {
  color: var(--gold);
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 20px;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 600;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease,
    border-color 180ms ease;
}

.nav-cta {
  border: 1px solid #c9a96e;
  color: #e1c48d !important;
  background: transparent;
  letter-spacing: 0.08em;
}

.nav-cta:hover {
  background: linear-gradient(135deg, #e1c48d 0%, #b88d56 100%);
  color: #17120f !important;
  border-color: transparent;
}

.button:hover,
.nav-cta:hover {
  transform: translateY(-2px);
}

.button-primary {
  border: 1px solid #c9a96e;
  color: #e1c48d;
  background: transparent;
  letter-spacing: 0.08em;
}

.button-primary:hover,
.button-primary:focus-visible {
  background: linear-gradient(135deg, #e1c48d 0%, #b88d56 100%);
  color: #17120f;
  border-color: transparent;
  box-shadow: 0 8px 28px rgba(184, 141, 86, 0.32);
}

.button-secondary,
.button-outline {
  border: 1px solid #c9a96e;
  color: #e1c48d;
  background: transparent;
  letter-spacing: 0.08em;
}

.button-secondary:hover,
.button-outline:hover,
.button-secondary:focus-visible,
.button-outline:focus-visible {
  background: linear-gradient(135deg, #e1c48d 0%, #b88d56 100%);
  color: #17120f;
  border-color: transparent;
  box-shadow: 0 8px 28px rgba(184, 141, 86, 0.32);
}

.button-small {
  min-height: 44px;
  padding: 11px 18px;
  font-size: 0.84rem;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 1px;
  margin: 6px auto;
  background: var(--text);
}

.hero-home {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: -100px;
  padding: 0;
}

@keyframes heroZoom {
  from { transform: scale(1.08); }
  to   { transform: scale(1); }
}

.hero-card {
  position: relative;
  min-height: max(760px, 100svh);
  overflow: hidden;
  border-radius: 0;
  background:
    rgba(9, 7, 9, 0.48),
    #110b09;
  box-shadow: none;
  border: none;
}

.hero-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("./assets/hero-main.webp") center center / cover no-repeat;
  transform-origin: center center;
  animation: heroZoom 7s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  will-change: transform;
  z-index: 0;
}

.hero-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 190px;
  background: linear-gradient(180deg, transparent, rgba(10, 8, 7, 0.82));
  z-index: 1;
  pointer-events: none;
}

.hero-logo-overlay {
  position: absolute;
  top: clamp(90px, 10vh, 120px);
  left: clamp(32px, 5vw, 72px);
  width: clamp(120px, 14vw, 200px);
  height: auto;
  z-index: 2;
  opacity: 0.92;
  filter: drop-shadow(0 4px 16px rgba(0,0,0,0.5));
}

.hero-card-copy {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: max(760px, 100svh);
  max-width: 100%;
  margin-inline: auto;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 132px clamp(32px, 5vw, 72px) clamp(48px, 7vh, 90px);
  text-align: left;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 0.72rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: var(--heading-font);
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1 {
  font-family: var(--h1-font);
  font-weight: 500;
  letter-spacing: 0.08em;
}

.hero-card h1 {
  max-width: none;
  font-size: inherit;
  line-height: 1;
  text-wrap: balance;
  color: rgba(255, 255, 255, 0.98);
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.34);
}

.hero-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  line-height: 1;
}

.hero-brand-natural {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3.2rem, 7vw, 6.5rem);
  font-weight: 500;
  letter-spacing: 0.055em;
  line-height: 0.88;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.96);
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.34);
}

.hero-brand-line {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 8px;
}

.hero-brand-academy {
  padding-top: clamp(0.6rem, 1.6vw, 1.2rem);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.4rem, 3.25vw, 3.02rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1;
  white-space: nowrap;
}

.hero-brand-beauty {
  font-family: "Parisienne", "Great Vibes", "Snell Roundhand", cursive;
  font-size: clamp(3.5rem, 7.8vw, 7.23rem);
  line-height: 0.8;
  letter-spacing: 0;
  text-transform: none;
  color: rgba(255, 255, 255, 0.96);
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.34);
}

.hero-lead {
  margin: 52px 0 0;
  max-width: none;
  font-size: clamp(1.45rem, 2.05vw, 1.95rem);
  line-height: 1.42;
  text-shadow: 0 10px 26px rgba(0, 0, 0, 0.42);
}

.hero-text {
  max-width: 32ch;
  color: var(--text-soft);
  line-height: 1.68;
  text-shadow: 0 10px 26px rgba(0, 0, 0, 0.42);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 22px;
}

.hero-book-button {
  min-width: 180px;
  letter-spacing: 0.12em;
}

.section {
  padding: 72px 0;
  margin-top: 34px;
}

.section[id] {
  scroll-margin-top: 112px;
}

.section-light {
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.07);
  color: var(--text);
}

.section-transparent {
  background: transparent;
  border: 0;
  box-shadow: none;
}

.section-dark {
  background:
    linear-gradient(180deg, rgba(59, 64, 51, 0.95) 0%, rgba(47, 52, 41, 0.95) 100%);
  border-radius: 0;
  margin: 34px 0 0;
  padding-inline: 36px;
  border: 1px solid rgba(216, 179, 119, 0.14);
}

.section-heading {
  margin-bottom: 34px;
}

.section-heading.centered {
  text-align: center;
}

.section-heading h2 {
  font-size: clamp(2.3rem, 5vw, 4.2rem);
  line-height: 0.98;
}

.intro-panel {
  border-radius: 0;
  padding-inline: 36px;
}

.specialists-section {
  position: relative;
  padding-inline: 30px;
}

.intro-layout {
  display: grid;
  grid-template-columns: 9fr 11fr;
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
}

.intro-heading {
  font-family: var(--heading-font), Georgia, serif;
  font-size: clamp(1.8rem, 3.5vw, 3rem);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff7ea;
  margin: 0 0 28px;
}

.intro-quote {
  font-family: var(--heading-font), Georgia, serif;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-style: italic;
  font-weight: 400;
  color: var(--gold);
  margin: 0 0 28px;
  padding: 0 0 0 18px;
  border-left: 2px solid rgba(216, 179, 119, 0.4);
  line-height: 1.5;
}

.intro-copy p {
  margin: 0 0 18px;
  font-size: 1.02rem;
  color: rgba(255, 247, 235, 0.85);
  line-height: 1.85;
}

.intro-stats {
  display: flex;
  gap: 36px;
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.intro-stat strong {
  display: block;
  font-family: var(--heading-font), Georgia, serif;
  font-size: 2rem;
  font-weight: 500;
  color: var(--gold);
  line-height: 1;
  letter-spacing: 0.02em;
}

.intro-stat span {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 247, 235, 0.5);
  margin-top: 5px;
}

.section-light .section-heading h2 {
  color: #fff7ea;
}

.section-light .section-heading .eyebrow {
  color: #f0cb91;
}

.intro-visual img,
.trust-media img,
.academy-image img,
.specialist-card img {
  object-fit: cover;
}

.intro-visual img {
  height: 100%;
  min-height: 340px;
  border-radius: 0;
  transition: transform 520ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

.intro-visual-landscape {
  width: 100%;
  aspect-ratio: 2000 / 1480;
  justify-self: stretch;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.32);
}

.intro-visual-landscape img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 15%;
  min-height: 0;
  transition: transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

.intro-visual-portrait {
  width: min(100%, 440px);
  aspect-ratio: 4 / 5;
  justify-self: end;
}

.intro-visual-portrait img {
  aspect-ratio: 4 / 5;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  object-position: center top;
  border: 1px solid rgba(255, 255, 255, 0.13);
  box-shadow:
    0 26px 54px rgba(10, 8, 6, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.specialists-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  scroll-margin-top: 104px;
}

.real-photos .specialist-card {
  position: relative;
  display: flex;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0;
  flex-direction: column;
  background: linear-gradient(180deg, rgba(66, 62, 56, 0.88), rgba(50, 47, 43, 0.84));
  box-shadow:
    0 26px 48px rgba(10, 8, 6, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transform: translateY(0);
  transition:
    transform 520ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 520ms cubic-bezier(0.16, 1, 0.3, 1),
    border-color 520ms cubic-bezier(0.16, 1, 0.3, 1),
    background 520ms cubic-bezier(0.16, 1, 0.3, 1);
  padding: 0;
  cursor: pointer;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  will-change: transform;
}

.specialist-card-link {
  position: absolute;
  inset: -1px;
  z-index: 1;
}

.specialist-card-link:focus-visible {
  outline: 2px solid #efc98d;
  outline-offset: -5px;
}

.real-photos .specialist-card:nth-child(2n) {
  transform: translateY(0);
}

.real-photos .specialist-card:nth-child(3n) {
  transform: translateY(0);
}

.real-photos .specialist-card:hover {
  transform: translateY(-8px);
  box-shadow:
    0 34px 62px rgba(10, 8, 6, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  border-color: rgba(216, 179, 119, 0.34);
  background: linear-gradient(180deg, rgba(78, 73, 66, 0.92), rgba(58, 54, 49, 0.88));
}

.real-photos .specialist-card img {
  width: 100%;
  height: auto;
  margin: 0;
  border-radius: 0;
  object-fit: cover;
  object-position: center top;
  aspect-ratio: 4 / 5;
  background: rgba(18, 15, 13, 0.54);
  border: 0;
  box-shadow: none;
}

.specialist-body {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 22px 20px 20px;
  text-align: left;
  background: rgba(10, 10, 10, 0.52);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.specialist-body h3 {
  font-size: clamp(1.35rem, 2vw, 1.65rem);
  line-height: 1;
  color: #f4e5c7;
}

.specialist-body p {
  min-height: 48px;
  margin: 10px 0 18px;
  color: rgba(255, 247, 235, 0.88);
  font-size: 0.88rem;
  line-height: 1.5;
}

.specialist-body .button {
  width: 100%;
  min-width: 0;
  margin-top: auto;
}

.specialist-actions {
  position: relative;
  z-index: 2;
  display: grid;
  width: 100%;
  gap: 10px;
  margin-top: auto;
}

.specialist-actions .button {
  margin-top: 0;
}

.button-outline {
  border: 1px solid #c9a96e;
  color: #e1c48d;
  background: transparent;
  letter-spacing: 0.08em;
}

.button-outline:hover,
.button-outline:focus-visible {
  background: linear-gradient(135deg, #e1c48d 0%, #b88d56 100%);
  color: #17120f;
  border-color: transparent;
  box-shadow: 0 8px 28px rgba(184, 141, 86, 0.32);
}

.section-transparent .section-heading h2,
.section-transparent .cta-strip-copy h2,
.section-transparent .academy-copy h2 {
  color: #fff7ea;
}

.section-transparent .section-heading .eyebrow,
.section-transparent .cta-strip-copy .eyebrow,
.section-transparent .academy-copy .eyebrow {
  color: #f0cb91;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.trust-card {
  overflow: hidden;
  border-radius: 0;
  background: rgba(10, 10, 10, 0.52);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    0 24px 44px rgba(8, 7, 6, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  cursor: default;
}

.trust-card:nth-child(2) {
  transform: translateY(18px);
}

.trust-media {
  height: 320px;
  overflow: hidden;
}

.trust-media-team {
  height: 320px;
  aspect-ratio: auto;
}

.trust-media img,
.trust-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.trust-image-treatment {
  object-position: center 22%;
}

.trust-media-team img {
  object-fit: cover;
  object-position: center top;
}

.trust-media-salon {
  height: 320px;
  aspect-ratio: auto;
  background:
    linear-gradient(180deg, rgba(8, 7, 6, 0.05), rgba(8, 7, 6, 0.15)),
    url("./assets/warm-welcome.webp") center 64%/cover no-repeat;
}

.trust-media-salon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 64%;
}

.trust-media-light {
  background:
    linear-gradient(180deg, rgba(8, 7, 6, 0.1), rgba(8, 7, 6, 0.18)),
    radial-gradient(circle at top right, rgba(216, 179, 119, 0.18), transparent 24%),
    linear-gradient(145deg, #616955, #3c4135);
}

.trust-copy {
  padding: 20px;
}

.trust-copy h3 {
  font-size: 2rem;
}

.trust-copy p {
  margin: 10px 0 0;
  color: rgba(247, 241, 230, 0.82);
  line-height: 1.7;
}

/* ── Why Natural Beauty Academy ── */
.why-section {
  padding-inline: 30px;
}

.treatment-section {
  padding-inline: 30px;
}

.treatment-layout {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 56px;
  align-items: start;
  margin-top: 52px;
}

.treatment-left {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.treatment-left .why-reasons {
  grid-template-columns: 1fr 1fr;
  gap: 36px 48px;
  margin-top: 0;
}

.treatment-cta {
  margin-top: 40px;
  text-align: center;
}

.why-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
  margin-top: 52px;
}

.why-photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.why-photo-main {
  grid-column: 1 / -1;
}

.why-photo-main img,
.why-photo-main video {
  width: 100%;
  height: 380px;
  object-fit: cover;
  object-position: center 40%;
  display: block;
}

.why-photos > img,
.why-photos > video {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

/* ── Why section: new editorial media row ── */
.why-media-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 52px;
}

.why-media-item {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.03);
}

.why-media-item img,
.why-media-item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform 600ms cubic-bezier(0.16, 1, 0.3, 1);
}

.why-media-item:hover img,
.why-media-item:hover video {
  transform: scale(1.04);
}

.why-reasons {
  list-style: none;
  padding: 0;
  margin: 52px 0 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 36px;
}

.why-reason {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 0 16px;
  align-items: start;
}

.why-num {
  font-family: var(--heading-font);
  font-size: 2.8rem;
  line-height: 0.82;
  color: rgba(216, 179, 119, 0.25);
  font-weight: 300;
  letter-spacing: -0.02em;
  padding-top: 4px;
}

.why-reason h3 {
  font-family: var(--heading-font);
  font-size: 1.35rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin: 0 0 8px;
  color: var(--paper);
  line-height: 1.15;
}

.why-reason p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.78;
  color: rgba(247, 241, 230, 0.56);
}

.academy-callout {
  min-height: 44vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.academy-copy {
  padding: 44px 42px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.academy-copy-standalone {
  max-width: 760px;
  margin: 0 auto;
  padding: 24px 12px;
  text-align: center;
}

.academy-copy h2 {
  font-size: clamp(2.5rem, 5vw, 4rem);
}

.academy-copy p:not(.eyebrow) {
  margin: 16px 0 24px;
  max-width: 40ch;
  color: var(--text-soft);
  line-height: 1.8;
}

.academy-copy-standalone p:not(.eyebrow) {
  margin-inline: auto;
}

.academy-note {
  color: var(--text-soft);
  font-size: 0.82rem;
  margin-top: 16px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cta-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-radius: 0;
  padding: 36px 42px;
  background:
    linear-gradient(180deg, rgba(247, 241, 231, 0.98), rgba(244, 237, 227, 0.98));
  color: var(--ink);
  box-shadow:
    0 24px 50px rgba(30, 23, 18, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.cta-strip-floating {
  background: transparent;
  box-shadow: none;
  color: var(--text);
  border: 0;
  padding: 28px 0;
}

.cta-strip-floating .cta-strip-copy {
  max-width: 760px;
}

.cta-strip-floating .cta-strip-copy p:last-child {
  color: var(--text-soft);
}

.cta-strip-copy h2 {
  font-size: clamp(2.1rem, 4vw, 3.2rem);
}

.cta-strip-copy p:last-child {
  margin: 12px 0 0;
  color: rgba(255, 247, 235, 0.88);
  line-height: 1.7;
  max-width: 48ch;
}

.footer-rich {
  display: grid;
  grid-template-columns: 1.1fr 0.8fr 0.8fr 0.9fr;
  gap: 24px;
  padding: 42px 36px 56px 8px;
  color: var(--text-soft);
  margin-top: 42px;
  border-top: 1px solid rgba(216, 179, 119, 0.14);
  background: rgba(8, 7, 6, 0.72);
}

.footer-rich h3 {
  margin-bottom: 12px;
  font-size: 1.25rem;
  color: var(--gold);
}

.footer-rich a,
.footer-rich p {
  display: block;
  margin: 0 0 8px;
}

.footer-brand {
  margin-bottom: 14px;
}

.footer-address {
  display: block;
  margin-top: 4px;
  font-size: 0.82rem;
  color: rgba(255, 247, 235, 0.55);
  line-height: 1.7;
  text-decoration: none;
  transition: color 0.2s;
}

.footer-address:hover {
  color: var(--gold);
}

.footer-brand .brand-logo:not(.brand-logo-full) {
  width: 60px;
  height: 60px;
  filter: brightness(0) invert(1) drop-shadow(0 4px 12px rgba(0, 0, 0, 0.22));
}

.footer-brand .brand-logo-full {
  width: auto;
  height: 72px;
  filter: drop-shadow(0 2px 8px rgba(0,0,0,0.4));
  opacity: 0.9;
}

.footer-brand .brand-name {
  color: rgba(255, 255, 255, 0.96);
}

.profile-hero {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 26px;
  align-items: center;
  padding: 32px 0 26px;
}

.profile-image-wrap {
  width: 100%;
  max-width: 430px;
  justify-self: center;
  overflow: hidden;
  border-radius: 0;
  background: rgba(18, 15, 13, 0.72);
  box-shadow: var(--shadow);
}

.profile-image-wrap img {
  width: 100%;
  height: auto;
  max-height: 620px;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center top;
}

.academy-profile-hero .profile-image-wrap img {
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center top;
  background: rgba(18, 15, 13, 0.7);
}

.profile-copy {
  padding: 22px 8px 22px 0;
}

.profile-copy h1 {
  font-size: clamp(3rem, 6vw, 5rem);
  line-height: 0.95;
  color: #fff8ec;
}

.profile-role {
  margin: 18px 0 12px;
  color: var(--gold);
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.profile-description {
  max-width: 56ch;
  color: var(--text-soft);
  line-height: 1.8;
}

.profile-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.services-list-section {
  border-radius: 0;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  color: var(--text);
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.specialist-details-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(32px, 6vw, 76px);
  align-items: start;
}

.specialist-details-grid .section-heading {
  margin-bottom: 0;
}

.specialist-details-grid .section-heading h2 {
  max-width: 11ch;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  line-height: 0.96;
}

.specialist-bio {
  max-width: 62ch;
  color: rgba(255, 247, 235, 0.86);
  font-size: 1rem;
  line-height: 1.85;
}

.specialist-bio p {
  margin: 0;
}

.specialist-bio p + p {
  margin-top: 16px;
}

.expertise-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 42px;
}

.expertise-card {
  min-width: 0;
  padding: 22px 20px 24px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(10, 10, 10, 0.52);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.expertise-card > span {
  display: block;
  margin-bottom: 28px;
  color: var(--gold);
  font-size: 0.68rem;
  letter-spacing: 0.18em;
}

.expertise-card h3 {
  color: #fff7ea;
  font-size: 1.35rem;
  line-height: 1.05;
}

.expertise-card p {
  margin: 12px 0 0;
  color: rgba(255, 247, 235, 0.72);
  font-size: 0.84rem;
  line-height: 1.6;
}

.profile-service-menu {
  margin-top: 48px;
}

.service-menu-heading {
  margin-bottom: 22px;
}

.service-menu-heading h2 {
  max-width: none;
  font-size: clamp(2rem, 4vw, 3.25rem);
}

/* ── Editorial Price Layout ── */
.price-section-wrap {
  margin-top: 36px;
  padding: 40px 38px;
  background: rgba(10, 10, 10, 0.52);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.price-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 52px;
  align-items: start;
}

.price-cat {}

.price-cat-heading {
  font-family: var(--heading-font);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(216, 179, 119, 0.18);
}

.price-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px 16px;
  align-items: start;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.price-row:first-child { padding-top: 0; }
.price-row:last-child { border-bottom: none; padding-bottom: 0; }

.price-row-name {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.price-row-name span {
  font-size: 0.88rem;
  color: #fff7ea;
  font-weight: 500;
  line-height: 1.45;
}

.price-row-name small {
  font-size: 0.74rem;
  color: rgba(255, 247, 235, 0.4);
  line-height: 1.4;
}

.price-row-price {
  font-style: normal;
  text-align: right;
  color: #efc98d;
  font-weight: 600;
  font-size: 0.88rem;
  line-height: 1.45;
  white-space: nowrap;
  padding-top: 1px;
}

.price-row--group {
  display: block;
}

.price-row--group .price-row-name {
  margin-bottom: 5px;
}

.price-sub-options {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1px 16px;
}

.price-option {
  display: contents;
}

.price-option-label {
  font-size: 0.77rem;
  color: rgba(255, 247, 235, 0.48);
  padding: 3px 0 3px 12px;
  line-height: 1.4;
}

.price-option-price {
  font-style: normal;
  color: #efc98d;
  font-size: 0.82rem;
  font-weight: 600;
  white-space: nowrap;
  text-align: right;
  padding: 3px 0;
  line-height: 1.4;
}

.intro-visual:hover img {
  transform: translateY(-6px);
}

.profile-notes {
  margin-top: 26px;
  color: rgba(255, 247, 235, 0.84);
  line-height: 1.75;
}


.profile-bottom-cta {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

@media (max-width: 1120px) {
  .specialists-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .trust-grid,
  .intro-layout,
  .academy-banner,
  .profile-hero {
    grid-template-columns: 1fr;
  }

  .intro-visual {
    order: -1;
  }

  .intro-visual-landscape {
    aspect-ratio: 16 / 9;
    max-height: 320px;
  }

  .footer-rich {
    grid-template-columns: 1fr 1fr;
    gap: 36px 24px;
  }

  .expertise-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cta-strip {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 860px) {
  .topbar {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .topbar .brand-logo-full {
    height: 72px;
  }

  .price-cols {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 36px;
  }

  .price-section-wrap {
    padding: 28px 22px;
  }

  .why-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .why-media-row {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .why-media-item:first-child {
    grid-column: 1 / -1;
    aspect-ratio: 16 / 9;
  }

  .why-reasons {
    grid-template-columns: 1fr 1fr;
    gap: 24px 28px;
    margin-top: 36px;
  }

  .treatment-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .treatment-left .why-reasons {
    grid-template-columns: 1fr 1fr;
    gap: 28px 36px;
  }

  .treatment-layout .why-photos {
    order: -1;
  }

  .why-photo-main img,
  .why-photo-main video {
    height: 280px;
  }

  .why-photos > img {
    height: 160px;
  }

  .site-shell {
    width: min(calc(100% - 16px), var(--max));
  }

  .topbar {
    padding: 12px;
    gap: 12px;
  }

  .hero-home {
    margin-top: -96px;
  }

  .brand {
    gap: 10px;
    max-width: calc(100% - 64px);
  }

  .brand-logo {
    width: 52px;
    height: 52px;
  }

  .topbar .brand-logo {
    width: 48px;
    height: 48px;
  }

  .topbar .brand-logo-full {
    width: auto;
    height: 72px;
    filter: drop-shadow(0 2px 8px rgba(0,0,0,0.4));
    opacity: 0.95;
  }

  .brand-name {
    font-size: 1.32rem;
  }

  .brand-sub {
    font-size: 0.62rem;
    letter-spacing: 0.12em;
  }

  .topbar .brand-name {
    font-size: 1.06rem;
  }

  .brand-markline {
    gap: 3px;
    margin-top: -1px;
  }

  .brand-academy {
    padding-top: 7px;
    font-size: 0.5rem;
  }

  .brand-beauty {
    font-size: 1.16rem;
    letter-spacing: 0;
  }

  .menu-toggle {
    display: inline-block;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: auto;
    width: clamp(200px, 56vw, 280px);
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 6px 0 10px;
    border-radius: 0 0 0 14px;
    background: rgba(8, 7, 6, 0.97);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-top: none;
    box-shadow: -4px 10px 36px rgba(0, 0, 0, 0.5);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a:not(.nav-cta) {
    padding: 14px 20px;
    font-size: 0.88rem;
    letter-spacing: 0.05em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }

  .site-nav a:not(.nav-cta):last-of-type {
    border-bottom: none;
  }

  .site-nav .nav-cta {
    margin: 10px 14px 4px;
    min-height: 44px;
    font-size: 0.84rem;
  }

  .hero-card {
    min-height: max(700px, 100svh);
  }

  .hero-card::before {
    background-position: 65% center;
  }

  .hero-card-copy {
    min-height: max(700px, 100svh);
    max-width: 620px;
    padding: 96px 28px 54px;
  }

  .hero-card h1 {
    max-width: none;
    font-size: inherit;
    line-height: 1;
  }

  .hero-lead,
  .hero-text,
  .intro-copy p,
  .cta-strip-copy p:last-child,
  .academy-copy p:not(.eyebrow),
  .profile-description,
  .profile-notes {
    max-width: 34ch;
  }

  .real-photos .specialist-card,
  .real-photos .specialist-card:nth-child(2n),
  .real-photos .specialist-card:nth-child(3n),
  .trust-card,
  .trust-card:nth-child(2) {
    transform: none;
  }

  .real-photos .specialist-card {
    padding: 0;
  }

  .real-photos .specialist-card img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 5;
  }

  .specialist-body {
    padding: 20px;
  }

  .specialist-body h3 {
    font-size: 1.4rem;
    line-height: 1;
  }

  .specialist-body p {
    min-height: 42px;
    margin: 9px 0 16px;
    font-size: 0.86rem;
    line-height: 1.45;
  }

  .specialist-body .button {
    min-width: 0;
  }

  .button-small {
    min-height: 40px;
    padding: 10px 14px;
    font-size: 0.78rem;
  }

  .service-row {
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    gap: 2px 10px;
    padding: 12px 0;
    background: none;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: none;
    border-radius: 0;
  }

  .service-row:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .service-row:hover {
    transform: none;
    box-shadow: none;
    background: none;
    border-color: rgba(255, 255, 255, 0.08);
    border-bottom-color: rgba(255, 255, 255, 0.08);
  }

  .service-row strong {
    grid-column: 1;
    grid-row: 1;
    font-size: 0.95rem;
  }

  .service-row span {
    grid-column: 1;
    grid-row: 2;
    font-size: 0.8rem;
    color: rgba(255, 247, 235, 0.54);
  }

  .service-row em {
    grid-column: 2;
    grid-row: 1 / 3;
    align-self: center;
    text-align: right;
    font-size: 0.95rem;
  }

  .profile-hero,
  .intro-layout,
  .trust-grid {
    grid-template-columns: 1fr;
  }

  .footer-rich {
    grid-template-columns: 1fr 1fr;
    gap: 32px 20px;
    padding-inline: 22px;
  }

  .intro-visual-portrait {
    justify-self: center;
  }

  .specialist-details-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .why-media-row {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 36px;
  }

  .why-media-item:first-child {
    grid-column: 1 / -1;
    aspect-ratio: 16 / 9;
  }

  .why-reasons {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 28px;
  }

  .intro-visual img {
    min-height: 220px;
    max-height: 380px;
  }

  .cta-strip {
    flex-direction: column;
    align-items: flex-start;
  }

  /* ── Why / gallery photos ── */
  .why-photo-main img,
  .why-photo-main video {
    height: 240px;
  }

  .why-photos > img,
  .why-photos > video {
    height: 140px;
  }

  .trust-media,
  .trust-media-team,
  .trust-media-salon {
    height: 240px;
  }

  .treatment-section {
    padding-inline: 20px;
  }

  .services-list-section {
    padding: 28px 20px;
  }

  .profile-hero {
    padding: 20px 0 16px;
    gap: 20px;
  }

  .specialists-grid {
    scroll-margin-top: 104px;
  }
}

@media (max-width: 580px) {
  /* ── Site shell ── */
  .site-shell {
    width: min(calc(100% - 12px), var(--max));
  }

  /* ── Sections ── */
  .section,
  .section-dark,
  .intro-panel {
    padding-top: 48px;
    padding-bottom: 48px;
    margin-top: 16px;
  }

  .section-dark,
  .intro-panel,
  .specialists-section,
  .academy-copy,
  .services-list-section,
  .cta-strip {
    padding-inline: 18px;
  }

  .section-heading {
    margin-bottom: 24px;
    text-align: center;
  }

  .section-heading h2,
  .academy-copy h2,
  .service-menu-heading h2 {
    max-width: none;
    margin: 0 auto;
    font-size: clamp(1.25rem, 5.5vw, 1.65rem);
    line-height: 1.08;
    letter-spacing: 0.04em;
    text-wrap: balance;
  }

  .cta-strip-copy h2 {
    font-size: clamp(1.4rem, 6vw, 1.8rem);
    letter-spacing: 0.04em;
    line-height: 1.06;
    text-wrap: balance;
  }

  /* ── Hero ── */
  .hero-card {
    min-height: 100svh;
    background:
      linear-gradient(180deg, rgba(17, 11, 9, 0.15) 0%, rgba(17, 11, 9, 0.15) 45%, rgba(17, 11, 9, 0.94) 72%, rgba(17, 11, 9, 1) 100%),
      #110b09;
  }

  .hero-card::before {
    background-position: 65% 22%;
    background-size: 140%;
  }

  .hero-card-copy {
    min-height: 100svh;
    max-width: none;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 96px 24px 8px;
    transform: none;
  }

  .hero-card h1 {
    max-width: none;
    font-size: inherit;
    line-height: 1;
    color: rgba(247, 241, 230, 0.96);
  }

  .hero-brand-natural {
    font-size: clamp(2.2rem, 9vw, 3.8rem);
  }

  .hero-brand-academy {
    font-size: clamp(1.02rem, 4.2vw, 1.77rem);
    padding-top: clamp(0.45rem, 2.2vw, 0.75rem);
  }

  .hero-brand-beauty {
    font-size: clamp(2.45rem, 10vw, 4.23rem);
  }

  .hero-lead {
    max-width: 28ch;
    margin-top: 36px;
    font-size: 1.12rem;
    line-height: 1.45;
  }

  .hero-text {
    max-width: 30ch;
    margin-bottom: 0;
    font-size: 0.9rem;
    line-height: 1.58;
  }

  .hero-actions {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    margin-top: 20px;
  }

  .hero-book-button {
    min-width: 160px;
  }

  /* ── Specialists grid ── */
  .specialists-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    scroll-margin-top: 100px;
  }

  .specialist-body {
    padding: 14px 12px 14px;
  }

  .specialist-body h3 {
    font-size: 1.05rem;
    line-height: 1.05;
  }

  .specialist-body p {
    min-height: 52px;
    margin: 8px 0 14px;
    font-size: 0.76rem;
    line-height: 1.45;
  }

  .specialist-body .button {
    min-height: 46px;
    padding-inline: 12px;
    font-size: 0.82rem;
  }

  /* ── Treatment room ── */
  .treatment-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .treatment-left .why-reasons {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .treatment-layout .why-photos {
    order: -1;
    grid-template-columns: 1fr;
  }

  .treatment-layout .why-photo-main img {
    height: 220px;
  }

  .treatment-layout .why-photos > img {
    height: 150px;
    grid-column: 1 / -1;
  }

  .treatment-section {
    padding-inline: 18px;
  }

  .treatment-cta {
    margin-top: 24px;
  }

  /* ── CTA strip ── */
  .cta-strip {
    text-align: center;
    align-items: center;
  }

  .cta-strip-floating {
    text-align: left;
    align-items: flex-start;
  }

  /* ── Profile pages ── */
  .profile-copy h1 {
    font-size: clamp(2rem, 8.5vw, 2.8rem);
    letter-spacing: 0.04em;
    line-height: 1;
  }

  .profile-actions {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
  }

  .profile-actions .button {
    flex: 1 1 auto;
    min-height: 42px;
    padding: 10px 16px;
    font-size: 0.8rem;
    text-align: center;
    justify-content: center;
  }

  .profile-copy {
    padding-right: 0;
  }

  .profile-image-wrap img {
    height: auto;
    aspect-ratio: auto;
    max-height: 480px;
    object-fit: contain;
  }

  /* ── Expertise cards ── */
  .expertise-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 24px;
  }

  .expertise-card {
    padding: 14px 12px 16px;
  }

  .expertise-card > span {
    margin-bottom: 14px;
    font-size: 0.62rem;
  }

  .expertise-card h3 {
    font-size: 1.05rem;
    line-height: 1.1;
  }

  .expertise-card p {
    font-size: 0.76rem;
    margin-top: 8px;
    line-height: 1.5;
  }

  /* ── Price tables ── */
  .price-cols {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .price-section-wrap {
    padding: 22px 16px;
  }

  .service-row {
    padding: 11px 0;
  }

  /* ── Footer ── */
  .footer-rich {
    grid-template-columns: 1fr 1fr !important;
    gap: 28px 16px;
    padding-inline: 18px;
    padding-top: 32px;
    padding-bottom: 48px;
  }

  .footer-rich h3 {
    font-size: 0.68rem;
    margin-bottom: 8px;
  }

  .footer-rich a,
  .footer-rich p {
    font-size: 0.82rem;
    margin-bottom: 6px;
  }

  .footer-brand .brand-logo-full {
    height: 44px;
    width: auto;
  }
}

/* ── Hero service tags ── */
.hero-services {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
  margin-top: 20px;
}

.hero-services span {
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(216, 179, 119, 0.62);
  font-weight: 500;
  white-space: nowrap;
}

.hero-services span:not(:last-child)::after {
  content: "·";
  margin-left: 20px;
  color: rgba(216, 179, 119, 0.28);
}

/* ── Sticky mobile CTA on profile pages ── */
.sticky-mobile-cta {
  display: none;
}

@media (max-width: 860px) {
  /* ── Hero service tags ── */
  .hero-services {
    gap: 0 14px;
    margin-top: 14px;
  }

  /* ── Specialist cards: 1 col under 380px ── */
  @media (max-width: 380px) {
    .specialists-grid {
      grid-template-columns: 1fr;
    }
  }

  /* ── Profile photo height cap ── */
  .profile-image-wrap {
    max-height: 52svh;
    overflow: hidden;
  }

  .profile-image-wrap img {
    max-height: 52svh;
    object-fit: cover;
    object-position: center top;
  }

  /* ── Sticky bottom CTA ── */
  .sticky-mobile-cta {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 35;
    padding: 10px 20px calc(10px + env(safe-area-inset-bottom, 0px));
    background: linear-gradient(to top, rgba(8, 7, 6, 0.97) 50%, transparent 100%);
    justify-content: center;
    pointer-events: none;
  }

  .sticky-mobile-cta .button {
    pointer-events: all;
    min-width: 220px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.5);
  }

  .sticky-mobile-cta.is-hidden {
    display: none;
  }

  /* ── Footer touch targets ── */
  .footer-rich a,
  .footer-rich p {
    min-height: 40px;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 3px 0;
  }

  /* ── Pricing readability ── */
  .price-row-name span {
    font-size: 0.86rem;
    line-height: 1.55;
    word-break: break-word;
    overflow-wrap: break-word;
  }

  .price-row-name small {
    font-size: 0.72rem;
    line-height: 1.45;
  }

  .price-row-price {
    font-size: 0.92rem;
  }

  .price-row {
    gap: 6px 10px;
    align-items: center;
  }

  /* ── Contact action buttons ── */
  .contact-action-btn {
    display: inline-flex;
    margin-top: 14px;
    min-height: 42px;
    padding: 10px 20px;
    font-size: 0.82rem;
  }
}

@media (max-width: 580px) {
  .hero-services {
    margin-top: 12px;
  }
}
