@font-face { font-family: 'Manrope Variable'; src: url('../fonts/manrope-cyrillic.woff2') format('woff2'); font-style: normal; font-weight: 200 800; font-display: swap; unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116; }
@font-face { font-family: 'Manrope Variable'; src: url('../fonts/manrope-latin.woff2') format('woff2'); font-style: normal; font-weight: 200 800; font-display: swap; unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; }
@font-face { font-family: 'Cormorant Garamond'; src: url('../fonts/cormorant-cyrillic-600.woff2') format('woff2'); font-style: normal; font-weight: 600; font-display: swap; unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116; }
@font-face { font-family: 'Cormorant Garamond'; src: url('../fonts/cormorant-cyrillic-600-italic.woff2') format('woff2'); font-style: italic; font-weight: 600; font-display: swap; unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116; }
@font-face { font-family: 'Cormorant Garamond'; src: url('../fonts/cormorant-latin-600.woff2') format('woff2'); font-style: normal; font-weight: 600; font-display: swap; unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; }
@font-face { font-family: 'Cormorant Garamond'; src: url('../fonts/cormorant-latin-600-italic.woff2') format('woff2'); font-style: italic; font-weight: 600; font-display: swap; unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; }

:root {
  --bg: #10110f;
  --bg-raised: #171814;
  --bg-soft: #1e1f1a;
  --surface: #252620;
  --text: #f1eee7;
  --text-soft: #c8c3b8;
  --muted: #969286;
  --line: rgba(241, 238, 231, 0.14);
  --line-strong: rgba(241, 238, 231, 0.28);
  --gold: #d9b574;
  --gold-strong: #e7c88d;
  --gold-ink: #211a0e;
  --danger: #ffb4ab;
  --success: #b8dba8;
  --radius-card: 18px;
  --radius-control: 10px;
  --radius-pill: 999px;
  --shadow: 0 26px 90px rgba(3, 4, 3, 0.42);
  --font-sans: 'Manrope Variable', system-ui, sans-serif;
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --shell: min(1240px, calc(100vw - 48px));
  --header-height: 72px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); color-scheme: dark; }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--bg); color: var(--text); font-family: var(--font-sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body::before { content: ''; position: fixed; inset: 0; z-index: 90; pointer-events: none; opacity: 0.035; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E"); }
img { display: block; max-width: 100%; }
button, input, select { font: inherit; }
button, a, summary, input, select { touch-action: manipulation; -webkit-tap-highlight-color: rgba(217, 181, 116, 0.16); }
a { color: inherit; text-underline-offset: 0.2em; }
p, h1, h2, h3, figure, blockquote { margin: 0; }
h1, h2, h3 { text-wrap: balance; }
section[id] { scroll-margin-top: calc(var(--header-height) + 24px); }
address { font-style: normal; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding-block: clamp(92px, 11vw, 160px); }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 120; transform: translateY(-140%); padding: 10px 16px; border-radius: var(--radius-control); background: var(--gold); color: var(--gold-ink); font-weight: 800; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--gold-strong); outline-offset: 4px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 70; height: var(--header-height); border-bottom: 1px solid var(--line); background: rgba(16, 17, 15, 0.82); backdrop-filter: blur(18px) saturate(125%); }
.scroll-progress { position: fixed; inset: 0 auto auto 0; z-index: 80; width: 100%; height: 2px; transform: scaleX(0); transform-origin: left; background: linear-gradient(90deg, var(--gold), var(--gold-strong)); box-shadow: 0 0 18px rgba(231, 200, 141, .52); pointer-events: none; }
.header-inner { height: 100%; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: clamp(24px, 4vw, 64px); }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: var(--gold-strong); }
.brand-mark { width: 38px; height: 38px; }
.brand-name { color: var(--text); font-size: 0.88rem; font-weight: 800; letter-spacing: 0.08em; }
.desktop-nav { justify-self: center; display: flex; align-items: center; gap: clamp(20px, 2.5vw, 38px); white-space: nowrap; }
.desktop-nav a { position: relative; color: var(--text-soft); font-size: 0.8rem; font-weight: 700; text-decoration: none; }
.desktop-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -6px; height: 1px; background: var(--gold); transition: right 240ms ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.header-phone { display: inline-flex; align-items: center; gap: 8px; color: var(--text); font-size: 0.83rem; font-weight: 800; text-decoration: none; white-space: nowrap; }
.header-phone i { color: var(--gold); font-size: 1.1rem; }
.header-contacts, .header-socials { display: flex; align-items: center; }
.header-contacts { gap: 14px; }
.header-socials { gap: 7px; padding-left: 13px; border-left: 1px solid var(--line); }
.social-link { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--text-soft); text-decoration: none; background: rgba(255,255,255,.025); transition: transform 240ms cubic-bezier(.16,1,.3,1), color 240ms ease, border-color 240ms ease, background 240ms ease; }
.social-link:hover { transform: translateY(-3px) scale(1.04); color: var(--gold-strong); border-color: rgba(217,181,116,.55); background: rgba(217,181,116,.09); }
.social-link:active { transform: translateY(0) scale(.96); }
.social-telegram i { font-size: 1.12rem; }
.social-vk i { font-size: 1.12rem; }
.social-instagram i { font-size: 1.12rem; }
.social-icon { width: 1.08rem; height: 1.08rem; display: block; object-fit: contain; opacity: .86; transition: opacity 220ms ease, transform 220ms ease; }
.social-link:hover .social-icon { opacity: 1; transform: scale(1.06); }
.social-max { width: 42px; border-radius: 17px; }
.social-max span { font-size: .52rem; font-weight: 850; letter-spacing: -.02em; }

/* VK icon — not in Phosphor, use inline SVG */
.ph-vk-logo {
  display: inline-block;
  width: 1em;
  height: 1em;
  background: currentColor;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath d='M231.6 191.2c-5.1-9.2-17.8-19.4-30.1-29.7-7.5-6.3-15.1-12.7-20.6-18.2-5.5-5.5-8.2-10.5-9.1-15.7-1.2-6.8 1.3-14.2 6.9-24.2 5.1-9 18.5-32.4 22.3-42.5 2.7-7.2 2.7-13.1.3-17.5-2.3-4.3-7.5-6.6-15.1-6.6h-22.3c-2.1 0-4.2.5-6.1 1.5-1.9 1-3.5 2.5-4.6 4.3-3.2 5.1-7.6 14.1-12.1 23.1-8.9 17.8-17.1 34.1-20.5 38.9-3.5 4.8-5.7 6.5-7.8 6.5-1.1 0-2.6-.4-4-1.5-1.4-1.1-2.1-2.8-2.1-5.1v-42c.3-6.8 1.9-10.5 4.8-13.1 2.1-1.9 3.1-3.1 3.8-4.1 1.1-1.5 1.5-2.8 1.8-4.8.5-3.2-.1-5.6-1.8-7.5-1.7-1.9-4.9-3.1-9.4-3.6-6.2-.7-18.5-1-28.8-1-7.2 0-13.5.5-16.5 1.5-2.1.7-4.1 2.1-5.5 4.1-1.5 2.1-1.8 4.5-1 7.2.8 2.7 2.1 4.8 3.5 6.2 2.1 2.1 4.5 4.5 5.8 7.2 1.8 3.8 2.1 8.2 1 13.1-.8 3.5-3.1 9.5-6.8 17.8-3.8 8.3-8.2 17.8-12.8 27.2-3.5 7.2-7.1 14.5-10.5 21.2-2.1 4.1-4.1 7.8-5.8 10.8-1.8 3.1-3.5 5.5-5.1 7.2-1.5 1.5-2.8 2.5-3.8 3.1-1.1.7-1.8 1-2.1 1-1.1 0-2.6-.4-4.5-1.5-1.9-1.1-3.8-3.1-5.8-6.2-1.9-3.1-4.1-7.5-6.5-13.1l-2.1-4.5c-6.8-14.5-12.1-30.1-16.1-45.8-2.1-8.3-3.8-16.5-5.1-24.2-.7-4.5-1.1-8.5-1.1-12.1 0-4.1.7-7.2 2.1-9.5 1.1-1.9 2.5-3.5 4.1-4.8 1.5-1.1 2.8-2.1 3.8-3.1 1.5-1.5 2.5-3.1 3.1-5.1.7-2.1.7-4.5 0-7.2-.7-2.7-2.1-4.8-4.1-6.2-2.1-1.5-4.8-2.5-8.1-3.1-3.5-.7-8.1-1-14.1-1H56.2c-8.3 0-14.1 1.5-17.5 4.5-2.7 2.7-4.1 6.2-4.1 10.8 0 2.1.3 4.5 1 7.2 5.1 24.2 12.1 47.8 21.2 70.2 6.8 16.8 14.5 32.8 23.1 47.8 5.1 8.8 10.5 16.8 16.1 23.8 5.5 7.2 11.1 13.1 16.8 17.8 5.5 4.8 11.1 8.5 16.8 11.1 5.5 2.7 10.8 4.1 15.8 4.1 3.5 0 6.5-.7 9.1-2.1 2.7-1.5 4.8-3.5 6.5-6.2 1.5-2.7 2.8-5.8 3.8-9.5 1.1-3.5 2.1-7.8 3.1-12.8.7-3.5 1.8-6.5 3.1-9.1 1.1-2.7 2.5-4.8 4.1-6.5 1.5-1.5 3.1-2.5 4.8-3.1 1.5-.7 3.1-1 4.8-1 3.5 0 7.5 1.5 12.1 4.5 4.5 3.1 9.1 7.2 13.8 12.5 4.5 5.1 8.8 10.8 12.8 17.1 4.1 6.2 7.5 11.8 10.5 16.8 2.7 4.5 5.1 8.1 7.2 10.8 2.1 2.7 4.1 4.8 6.2 6.2 2.1 1.5 4.1 2.1 6.2 2.1h22.3c7.5 0 13.1-1.5 16.8-4.5 3.5-3.1 5.5-6.8 5.8-11.1.3-4.5-.3-9.5-1.8-15.1-1.5-5.5-3.8-11.1-6.8-16.8z'/%3E%3C/svg%3E") no-repeat center;
  mask-size: contain;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath d='M231.6 191.2c-5.1-9.2-17.8-19.4-30.1-29.7-7.5-6.3-15.1-12.7-20.6-18.2-5.5-5.5-8.2-10.5-9.1-15.7-1.2-6.8 1.3-14.2 6.9-24.2 5.1-9 18.5-32.4 22.3-42.5 2.7-7.2 2.7-13.1.3-17.5-2.3-4.3-7.5-6.6-15.1-6.6h-22.3c-2.1 0-4.2.5-6.1 1.5-1.9 1-3.5 2.5-4.6 4.3-3.2 5.1-7.6 14.1-12.1 23.1-8.9 17.8-17.1 34.1-20.5 38.9-3.5 4.8-5.7 6.5-7.8 6.5-1.1 0-2.6-.4-4-1.5-1.4-1.1-2.1-2.8-2.1-5.1v-42c.3-6.8 1.9-10.5 4.8-13.1 2.1-1.9 3.1-3.1 3.8-4.1 1.1-1.5 1.5-2.8 1.8-4.8.5-3.2-.1-5.6-1.8-7.5-1.7-1.9-4.9-3.1-9.4-3.6-6.2-.7-18.5-1-28.8-1-7.2 0-13.5.5-16.5 1.5-2.1.7-4.1 2.1-5.5 4.1-1.5 2.1-1.8 4.5-1 7.2.8 2.7 2.1 4.8 3.5 6.2 2.1 2.1 4.5 4.5 5.8 7.2 1.8 3.8 2.1 8.2 1 13.1-.8 3.5-3.1 9.5-6.8 17.8-3.8 8.3-8.2 17.8-12.8 27.2-3.5 7.2-7.1 14.5-10.5 21.2-2.1 4.1-4.1 7.8-5.8 10.8-1.8 3.1-3.5 5.5-5.1 7.2-1.5 1.5-2.8 2.5-3.8 3.1-1.1.7-1.8 1-2.1 1-1.1 0-2.6-.4-4.5-1.5-1.9-1.1-3.8-3.1-5.8-6.2-1.9-3.1-4.1-7.5-6.5-13.1l-2.1-4.5c-6.8-14.5-12.1-30.1-16.1-45.8-2.1-8.3-3.8-16.5-5.1-24.2-.7-4.5-1.1-8.5-1.1-12.1 0-4.1.7-7.2 2.1-9.5 1.1-1.9 2.5-3.5 4.1-4.8 1.5-1.1 2.8-2.1 3.8-3.1 1.5-1.5 2.5-3.1 3.1-5.1.7-2.1.7-4.5 0-7.2-.7-2.7-2.1-4.8-4.1-6.2-2.1-1.5-4.8-2.5-8.1-3.1-3.5-.7-8.1-1-14.1-1H56.2c-8.3 0-14.1 1.5-17.5 4.5-2.7 2.7-4.1 6.2-4.1 10.8 0 2.1.3 4.5 1 7.2 5.1 24.2 12.1 47.8 21.2 70.2 6.8 16.8 14.5 32.8 23.1 47.8 5.1 8.8 10.5 16.8 16.1 23.8 5.5 7.2 11.1 13.1 16.8 17.8 5.5 4.8 11.1 8.5 16.8 11.1 5.5 2.7 10.8 4.1 15.8 4.1 3.5 0 6.5-.7 9.1-2.1 2.7-1.5 4.8-3.5 6.5-6.2 1.5-2.7 2.8-5.8 3.8-9.5 1.1-3.5 2.1-7.8 3.1-12.8.7-3.5 1.8-6.5 3.1-9.1 1.1-2.7 2.5-4.8 4.1-6.5 1.5-1.5 3.1-2.5 4.8-3.1 1.5-.7 3.1-1 4.8-1 3.5 0 7.5 1.5 12.1 4.5 4.5 3.1 9.1 7.2 13.8 12.5 4.5 5.1 8.8 10.8 12.8 17.1 4.1 6.2 7.5 11.8 10.5 16.8 2.7 4.5 5.1 8.1 7.2 10.8 2.1 2.7 4.1 4.8 6.2 6.2 2.1 1.5 4.1 2.1 6.2 2.1h22.3c7.5 0 13.1-1.5 16.8-4.5 3.5-3.1 5.5-6.8 5.8-11.1.3-4.5-.3-9.5-1.8-15.1-1.5-5.5-3.8-11.1-6.8-16.8z'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
}
.menu-button, .mobile-menu { display: none; }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 22px; border: 1px solid transparent; border-radius: var(--radius-pill); font-size: 0.9rem; font-weight: 800; line-height: 1; text-decoration: none; white-space: nowrap; cursor: pointer; transition: transform 220ms cubic-bezier(.16,1,.3,1), background 220ms ease, border-color 220ms ease; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(1px) scale(0.99); }
.button-gold { background: var(--gold); color: var(--gold-ink); border-color: var(--gold); }
.button-gold:hover { background: var(--gold-strong); border-color: var(--gold-strong); }
.button-glass { color: var(--text); background: rgba(20, 20, 17, 0.54); border-color: rgba(255, 255, 255, 0.24); backdrop-filter: blur(12px); }
.button-outline { color: var(--text); background: transparent; border-color: var(--line-strong); }
.button-outline:hover { border-color: var(--gold); }

.hero { position: relative; min-height: 100dvh; isolation: isolate; overflow: hidden; }
.hero-media, .hero-scrim { position: absolute; inset: 0; }
.hero-media { inset: -2.5%; will-change: transform; transition: transform 900ms cubic-bezier(.16,1,.3,1); }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-scrim { background: linear-gradient(90deg, rgba(10, 11, 9, 0.98) 0%, rgba(10, 11, 9, 0.88) 34%, rgba(10, 11, 9, 0.16) 67%, rgba(10, 11, 9, 0.04) 100%), linear-gradient(0deg, rgba(10, 11, 9, 0.55), transparent 42%); }
.hero-inner { min-height: 100dvh; padding-top: var(--header-height); display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr); align-items: center; gap: 40px; }
.hero-copy { position: relative; z-index: 2; max-width: 760px; padding-block: 64px 44px; }
.eyebrow { color: var(--gold-strong); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; }
.hero h1 { margin-top: 18px; max-width: 760px; font-family: var(--font-display); font-size: clamp(3.4rem, 6.1vw, 6.6rem); font-weight: 600; line-height: 0.87; letter-spacing: -0.045em; }
.hero h1 em { display: inline-block; padding-bottom: 0.08em; color: var(--gold-strong); font-weight: 600; line-height: 1.1; }
.hero-summary { max-width: 520px; margin-top: 26px; color: var(--text-soft); font-size: clamp(1rem, 1.2vw, 1.15rem); line-height: 1.7; }
.hero-actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 12px; }
.hero-seal { position: absolute; right: clamp(28px, 6vw, 90px); bottom: clamp(34px, 8vh, 80px); width: 138px; height: 138px; display: grid; place-content: center; justify-items: center; border: 1px solid rgba(231, 200, 141, 0.5); border-radius: 50%; background: rgba(15, 16, 14, 0.54); color: var(--gold-strong); box-shadow: inset 0 1px 0 rgba(255,255,255,.12), var(--shadow); backdrop-filter: blur(16px); }
.seal-orbit { position: absolute; inset: -15px; border: 1px dashed rgba(231,200,141,.35); border-radius: 50%; animation: seal-orbit 18s linear infinite; }
.seal-orbit::after { content: ''; position: absolute; top: 9px; left: 17px; width: 7px; height: 7px; border-radius: 50%; background: var(--gold-strong); box-shadow: 0 0 16px var(--gold); }
.hero-mark { width: 58px; height: 50px; }
.hero-seal span { color: var(--text); font-size: 0.61rem; font-weight: 800; letter-spacing: 0.12em; }
.tooth-line { stroke-dasharray: 240; stroke-dashoffset: 240; }
.smile-line { stroke-dasharray: 50; stroke-dashoffset: 50; }
@media (prefers-reduced-motion: no-preference) {
  .tooth-line { animation: draw-mark 1.2s .35s cubic-bezier(.16,1,.3,1) forwards; }
  .smile-line { animation: draw-mark .7s 1s ease forwards; }
  @supports (animation-timeline: scroll()) {
    .hero-media img { animation: hero-parallax linear both; animation-timeline: scroll(); animation-range: 0 100dvh; }
  }
}
@keyframes draw-mark { to { stroke-dashoffset: 0; } }
@keyframes hero-parallax { to { transform: scale(1.055) translateY(2.5%); } }
@keyframes seal-orbit { to { transform: rotate(360deg); } }

.section-heading { max-width: 780px; }
.section-heading h2, .journey-section > h2, .appointment-copy h2, .contact-details h2, .faq-intro h2, .reviews-layout > h2, .reviews-empty h2 { font-family: var(--font-display); font-size: clamp(2.7rem, 5vw, 5.6rem); font-weight: 600; line-height: 0.96; letter-spacing: -0.035em; }
.section-heading p { max-width: 610px; margin-top: 24px; color: var(--text-soft); }

.services-section { display: grid; grid-template-columns: minmax(260px, .72fr) minmax(520px, 1.28fr); align-items: start; gap: clamp(64px, 9vw, 140px); }
.services-list { border-top: 1px solid var(--line-strong); }
.service-row { position: relative; border-bottom: 1px solid var(--line); isolation: isolate; }
.service-row::before { content: ''; position: absolute; inset: 0; z-index: -1; opacity: 0; background: radial-gradient(260px circle at var(--spot-x, 50%) var(--spot-y, 50%), rgba(217,181,116,.11), transparent 72%); transition: opacity 240ms ease; }
.service-row:hover::before { opacity: 1; }
.service-row summary { min-height: 86px; display: grid; grid-template-columns: 42px minmax(0, 1fr) auto 24px; align-items: center; gap: 18px; cursor: pointer; list-style: none; }
.service-row summary::-webkit-details-marker { display: none; }
.service-index { color: var(--muted); font-size: 0.7rem; font-variant-numeric: tabular-nums; }
.service-title { font-size: clamp(1rem, 1.5vw, 1.25rem); font-weight: 750; }
.service-category { color: var(--muted); font-size: 0.72rem; }
.service-row summary i { color: var(--gold); transition: transform 240ms ease; }
.service-row[open] summary i { transform: rotate(45deg); }
.service-details { display: grid; grid-template-columns: 1fr auto; gap: 10px 24px; padding: 0 42px 28px 60px; }
.service-details p { max-width: 55ch; color: var(--text-soft); grid-row: span 2; }
.service-details strong { color: var(--gold-strong); font-size: 0.82rem; }
.service-details a { justify-self: end; display: inline-flex; align-items: center; gap: 7px; color: var(--text); font-size: 0.8rem; font-weight: 800; }

.price-preview-section { overflow: hidden; border-block: 1px solid var(--line); background: radial-gradient(circle at 12% 18%, rgba(217,181,116,.11), transparent 32%), var(--bg-raised); }
.price-preview-layout { display: grid; grid-template-columns: minmax(280px,.72fr) minmax(520px,1.28fr); gap: clamp(64px,9vw,140px); align-items: start; }
.price-preview-intro { position: sticky; top: 118px; }
.price-preview-intro h2 { margin-top: 16px; font-family: var(--font-display); font-size: clamp(2.8rem,4.5vw,5rem); font-weight: 600; line-height: .92; letter-spacing: -.035em; }
.price-preview-intro h2 em { color: var(--gold-strong); font-weight: 600; }
.price-preview-intro > p:not(.eyebrow) { max-width: 54ch; margin-top: 24px; color: var(--text-soft); }
.price-preview-intro .button { margin-top: 32px; }
.price-preview-list { border-top: 1px solid var(--line-strong); }
.price-preview-row { min-height: 92px; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 28px; align-items: center; border-bottom: 1px solid var(--line); transition: padding 260ms cubic-bezier(.16,1,.3,1), background 260ms ease; }
.price-preview-row:hover { padding-inline: 14px; background: rgba(217,181,116,.045); }
.price-preview-row span { color: var(--muted); font-size: .66rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.price-preview-row h3 { margin-top: 4px; font-size: .96rem; font-weight: 650; }
.price-preview-row strong { color: var(--gold-strong); font-size: .92rem; font-variant-numeric: tabular-nums; white-space: nowrap; }

.approach-section { background: var(--bg-raised); }
.approach-grid { display: grid; grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr); gap: clamp(50px, 8vw, 120px); align-items: center; }
.approach-visual { position: relative; overflow: hidden; border-radius: var(--radius-card); background: var(--surface); box-shadow: var(--shadow); transform-style: preserve-3d; will-change: transform; transition: transform 500ms cubic-bezier(.16,1,.3,1), box-shadow 500ms ease; }
.approach-visual:hover { box-shadow: -20px 32px 100px rgba(3,4,3,.55); }
.image-glare { position: absolute; inset: 0; z-index: 2; pointer-events: none; opacity: 0; background: radial-gradient(420px circle at var(--glare-x, 50%) var(--glare-y, 50%), rgba(255,255,255,.22), transparent 60%); mix-blend-mode: soft-light; transition: opacity 300ms ease; }
.approach-visual:hover .image-glare { opacity: 1; }
.approach-visual img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: 66% center; filter: saturate(.7) contrast(1.03); }
.approach-copy > h2 { max-width: 710px; font-family: var(--font-display); font-size: clamp(2.9rem, 5vw, 5.5rem); line-height: .95; letter-spacing: -.035em; }
.approach-copy > p { max-width: 610px; margin-top: 28px; color: var(--text-soft); }
.principles { margin-top: 52px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 34px 42px; }
.principles article:last-child { grid-column: 2; }
.principles i { color: var(--gold); font-size: 1.55rem; }
.principles h3 { margin-top: 15px; font-size: .94rem; }
.principles p { margin-top: 7px; color: var(--muted); font-size: .78rem; line-height: 1.6; }

.journey-section > h2 { max-width: 720px; margin-top: 18px; }
.journey { margin: 76px 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; }
.journey li { position: relative; min-height: 220px; padding: 0 28px 30px 0; border-top: 1px solid var(--line-strong); }
.journey li::before { content: ''; position: absolute; top: -5px; left: 0; width: 9px; height: 9px; border-radius: 50%; background: var(--gold); }
.journey li > span { display: block; margin-top: 20px; color: var(--gold); font-size: .67rem; }
.journey h3 { margin-top: 54px; font-size: 1.12rem; }
.journey p { max-width: 24ch; margin-top: 10px; color: var(--muted); font-size: .8rem; }

.team-section { background: var(--bg-soft); }
.team-section .section-heading { max-width: 940px; }
.team-grid { margin-top: 64px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.doctor-card { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 32px 20px; border-radius: var(--radius-card); background: var(--bg-raised); border: 1px solid var(--line); transition: transform 320ms cubic-bezier(.16,1,.3,1), border-color 260ms ease, box-shadow 320ms ease; }
.doctor-card:hover { transform: translateY(-6px); border-color: rgba(217,181,116,.36); box-shadow: 0 24px 60px rgba(3,4,3,.32); }
.doctor-photo { width: clamp(150px,13vw,190px); height: clamp(150px,13vw,190px); border-radius: 50%; overflow: hidden; background: var(--surface); margin-bottom: 24px; border: 1px solid rgba(217,181,116,.42); box-shadow: 0 20px 55px rgba(3,4,3,.35), 0 0 0 8px rgba(217,181,116,.035); flex-shrink: 0; }
.doctor-photo img, .doctor-photo-empty { width: 100%; height: 100%; object-fit: cover; }
.doctor-photo-empty { display: grid; place-items: center; color: var(--muted); font-size: 3rem; }
.doctor-info { min-height: 280px; display: flex; flex: 1; flex-direction: column; align-items: center; gap: 6px; }
.doctor-info h3 { font-family: var(--font-display); font-size: clamp(1.35rem,2vw,1.75rem); line-height: 1.08; font-weight: 600; }
.doctor-role { color: var(--gold-strong) !important; font-size: .82rem; font-weight: 700; }
.doctor-experience { color: var(--muted); font-size: .76rem; }
.doctor-quote { max-width: 28ch; color: var(--text-soft); font-size: .82rem; line-height: 1.55; margin: 12px 0 18px; font-style: italic; }
.doctor-link { display: inline-flex; align-items: center; gap: 7px; margin-top: auto; padding: 10px 18px; border-radius: var(--radius-pill); background: rgba(217,181,116,.1); border: 1px solid rgba(217,181,116,.3); color: var(--gold-strong); font-size: .76rem; font-weight: 700; text-decoration: none; transition: transform 200ms ease, background 200ms ease, border-color 200ms ease; }
.doctor-link:hover { background: rgba(217,181,116,.18); border-color: var(--gold); }
.doctor-link i { font-size: .8rem; }
.content-pending { margin-top: 64px; min-height: 270px; display: grid; grid-template-columns: auto minmax(0, 580px); place-content: center; align-items: center; gap: 28px; border: 1px dashed var(--line-strong); border-radius: var(--radius-card); background: linear-gradient(135deg, rgba(217,181,116,.05), transparent 48%); }
.content-pending > i { color: var(--gold); font-size: 3rem; }
.content-pending h3 { font-family: var(--font-display); font-size: 2.1rem; }
.content-pending p { margin-top: 9px; color: var(--muted); }

.promotion-section { padding-block: 40px; }
.promotion { min-height: 310px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 48px; padding: 48px; border-radius: var(--radius-card); background: var(--gold); color: var(--gold-ink); }
.promotion > i { font-size: 3rem; }
.promotion h2 { font-family: var(--font-display); font-size: clamp(2.3rem, 4vw, 4.5rem); line-height: .95; }
.promotion p { max-width: 52ch; margin-top: 14px; }
.promotion .button-gold { background: var(--gold-ink); color: var(--text); border-color: var(--gold-ink); }

.reviews-section .eyebrow { margin-bottom: 18px; }
.reviews-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.review-stack { display: grid; gap: 18px; }
.review-card { padding: 34px; border-radius: var(--radius-card); background: var(--bg-raised); border: 1px solid var(--line); }
.review-card blockquote { font-family: var(--font-display); font-size: 1.55rem; line-height: 1.35; }
.review-card figcaption { margin-top: 22px; display: flex; justify-content: space-between; gap: 20px; color: var(--muted); font-size: .74rem; }
.review-card figcaption strong { color: var(--text); }
.reviews-empty { max-width: 850px; padding-left: clamp(0px, 14vw, 170px); }
.reviews-empty p { max-width: 600px; margin-top: 26px; color: var(--text-soft); }

.faq-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(60px, 10vw, 150px); border-top: 1px solid var(--line); }
.faq-intro h2 { font-size: clamp(2.6rem, 4.2vw, 4.7rem); }
.faq-intro p { margin-top: 24px; color: var(--muted); }
.faq-intro > a { display: inline-flex; align-items: center; gap: 8px; margin-top: 28px; color: var(--gold-strong); font-weight: 800; }
.faq-list { border-top: 1px solid var(--line-strong); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 84px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 18px; list-style: none; cursor: pointer; font-weight: 750; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary i { color: var(--gold); transition: transform 220ms ease; }
.faq-list details[open] summary i { transform: rotate(45deg); }
.faq-list details p { max-width: 60ch; padding: 0 54px 28px 0; color: var(--muted); }
.faq-answer p:first-child { margin-top: 0; }

.appointment-section { background: linear-gradient(135deg, #292317, #1b1a16 58%, #20231d); }
.appointment-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(420px, .8fr); gap: clamp(64px, 10vw, 150px); align-items: start; }
.appointment-copy { position: sticky; top: 120px; }
.appointment-copy p { max-width: 550px; margin-top: 26px; color: var(--text-soft); }
.big-phone { display: inline-block; margin-top: 46px; color: var(--gold-strong); font-family: var(--font-display); font-size: clamp(2rem, 3.4vw, 3.8rem); line-height: 1; text-decoration: none; }
.lead-form { display: grid; gap: 22px; padding: clamp(28px, 4vw, 48px); border: 1px solid var(--line-strong); border-radius: var(--radius-card); background: rgba(15,16,14,.72); box-shadow: var(--shadow); }
.field { display: grid; gap: 8px; }
.field label { color: var(--text-soft); font-size: .76rem; font-weight: 750; }
.field input, .field select { width: 100%; min-height: 52px; padding: 0 14px; border: 1px solid var(--line-strong); border-radius: var(--radius-control); background: #171814; color: var(--text); }
.field input::placeholder { color: #aaa69b; opacity: 1; }
.field input:hover, .field select:hover { border-color: rgba(217,181,116,.62); }
.field input[aria-invalid="true"] { border-color: var(--danger); }
.field-error { min-height: 1em; color: var(--danger); font-size: .7rem; }
.consent-row { display: grid; grid-template-columns: 20px 1fr; gap: 11px; align-items: start; color: var(--text-soft); font-size: .71rem; cursor: pointer; }
.consent-row input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--gold); }
.consent-row a { color: var(--text); }
.submit-button { width: 100%; }
.submit-button:disabled { cursor: wait; opacity: .65; }
.form-status { min-height: 1.3em; color: var(--text-soft); font-size: .72rem; }
.form-status a { color: var(--text); }
.form-status.is-error { color: var(--danger); }
.form-status.is-success { color: var(--success); }
.honeypot { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

.contacts-section { background: var(--bg-soft); }
.contacts-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(48px, 8vw, 110px); align-items: start; }
.contact-card { padding: 40px; border-radius: var(--radius-card); background: var(--bg-raised); border: 1px solid var(--line); }
.contact-card h2 { font-family: var(--font-display); font-size: clamp(2rem, 3.4vw, 3.6rem); font-weight: 600; line-height: .96; letter-spacing: -.035em; margin: 0 0 32px; }
.contact-items { display: grid; gap: 20px; }
.contact-item { display: grid; grid-template-columns: 28px 1fr; gap: 14px; align-items: start; }
.contact-item i { color: var(--gold); font-size: 1.3rem; margin-top: 2px; }
.contact-label { display: block; color: var(--muted); font-size: .72rem; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 2px; }
.contact-value { display: block; color: var(--text); font-size: .95rem; line-height: 1.5; }
.contact-phone { color: var(--gold-strong); font-weight: 700; font-size: 1.1rem; text-decoration: none; }
.contact-phone:hover { text-decoration: underline; }
.contact-item a.contact-value { color: var(--text-soft); text-decoration-color: rgba(217,181,116,.35); }
.contact-item a.contact-value:hover { color: var(--gold-strong); }
.contact-socials { margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--line); }
.contact-social-links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.contact-map { min-height: 480px; border-radius: var(--radius-card); overflow: hidden; border: 1px solid var(--line); background: var(--surface); }
.contact-map iframe { width: 100%; height: 100%; min-height: 480px; display: block; filter: grayscale(.82) invert(.92) contrast(.82); }

.gallery-section { overflow: hidden; background: var(--bg-soft); }
.gallery-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; }
.gallery-heading .eyebrow { margin-bottom: 14px; }
.gallery-controls { display: flex; gap: 10px; padding-bottom: 6px; }
.gallery-controls button { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid var(--line-strong); border-radius: 50%; background: var(--bg-raised); color: var(--text); cursor: pointer; transition: transform 220ms ease, color 220ms ease, border-color 220ms ease; }
.gallery-controls button:hover:not(:disabled) { transform: translateY(-2px); color: var(--gold-strong); border-color: var(--gold); }
.gallery-controls button:disabled { opacity: .3; cursor: default; }
.gallery-carousel { margin-top: 58px; }
.gallery-viewport { overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: none; scroll-snap-type: x mandatory; scroll-behavior: smooth; }
.gallery-viewport::-webkit-scrollbar { display: none; }
.gallery-track { display: flex; gap: 16px; }
.gallery-track .gallery-item { flex: 0 0 calc((100% - 48px) / 4); scroll-snap-align: start; }
.gallery-grid { margin-top: 64px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.gallery-item { margin: 0; overflow: hidden; border-radius: var(--radius-card); background: var(--surface); aspect-ratio: 2 / 3; }
.gallery-trigger { display: block; width: 100%; height: 100%; padding: 0; border: 0; background: none; cursor: pointer; }
.gallery-trigger img { width: 100%; height: 100%; object-fit: cover; transition: transform 420ms cubic-bezier(.16,1,.3,1), filter 420ms ease; }
.gallery-trigger:hover img { transform: scale(1.06); filter: brightness(1.12); }
.gallery-trigger:focus-visible { outline: 3px solid var(--gold-strong); outline-offset: -3px; }

.gallery-lightbox { position: fixed; inset: 0; z-index: 200; display: grid; place-items: center; background: rgba(0,0,0,.92); backdrop-filter: blur(8px); }
.gallery-lightbox[hidden] { display: none; }
.lightbox-image { max-width: 92vw; max-height: 88vh; object-fit: contain; border-radius: 6px; box-shadow: 0 30px 100px rgba(0,0,0,.6); }
.lightbox-close { position: absolute; top: 20px; right: 20px; width: 44px; height: 44px; display: grid; place-items: center; border: 0; border-radius: 50%; background: rgba(255,255,255,.1); color: #fff; font-size: 1.4rem; cursor: pointer; transition: background 200ms ease; }
.lightbox-close:hover { background: rgba(255,255,255,.2); }
.lightbox-prev, .lightbox-next { position: absolute; top: 50%; transform: translateY(-50%); width: 52px; height: 52px; display: grid; place-items: center; border: 0; border-radius: 50%; background: rgba(255,255,255,.08); color: #fff; font-size: 1.6rem; cursor: pointer; transition: background 200ms ease, transform 200ms ease; }
.lightbox-prev:hover, .lightbox-next:hover { background: rgba(255,255,255,.18); transform: translateY(-50%) scale(1.08); }
.lightbox-prev { left: 20px; }
.lightbox-next { right: 20px; }
.lightbox-counter { position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%); color: rgba(255,255,255,.6); font-size: .82rem; font-variant-numeric: tabular-nums; }
.gallery-progress { width: 100%; height: 2px; margin-top: 28px; overflow: hidden; background: var(--line); }
.gallery-progress span { width: 25%; height: 100%; display: block; transform: translateX(0); background: var(--gold); transition: transform 180ms ease; }

@media (max-width: 1040px) {
  .gallery-track .gallery-item { flex-basis: calc((100% - 32px) / 3); }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 767px) {
  .gallery-heading { align-items: center; }
  .gallery-heading .section-heading p:last-child { display: none; }
  .gallery-controls button { width: 44px; height: 44px; }
  .gallery-carousel { margin-top: 38px; }
  .gallery-track { gap: 10px; }
  .gallery-track .gallery-item { flex-basis: calc((100% - 10px) / 1.25); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .lightbox-prev, .lightbox-next { width: 44px; height: 44px; font-size: 1.2rem; }
  .lightbox-prev { left: 8px; }
  .lightbox-next { right: 8px; }
  .lightbox-image { max-width: 98vw; max-height: 80vh; }
}
.map-shell { min-height: 510px; overflow: hidden; border-radius: var(--radius-card); border: 1px solid var(--line); background: linear-gradient(135deg, #20211c, #151613); transform-style: preserve-3d; will-change: transform; transition: transform 480ms cubic-bezier(.16,1,.3,1), box-shadow 480ms ease; }
.map-shell:hover { box-shadow: 0 30px 80px rgba(3,4,3,.32); }
.map-shell iframe { width: 100%; height: 510px; border: 0; filter: grayscale(.82) invert(.92) contrast(.82); }
.map-placeholder { min-height: 510px; display: grid; place-content: center; justify-items: center; gap: 18px; padding: 40px; text-align: center; }
.map-placeholder > i { color: var(--gold); font-size: 3.2rem; }
.map-placeholder p { max-width: 38ch; color: var(--muted); }

.site-footer { padding: 78px 0 24px; border-top: 1px solid var(--line); background: #0c0d0b; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .65fr .7fr 1fr; gap: clamp(38px,5vw,80px); }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-brand { display: grid !important; grid-template-columns: auto 1fr; align-items: center !important; gap: 4px 13px !important; color: var(--gold); }
.footer-mark { width: 46px; height: 46px; grid-row: span 2; }
.footer-brand strong { color: var(--text); letter-spacing: .08em; }
.footer-brand p { color: var(--muted); font-size: .76rem; }
.footer-grid h2 { margin-bottom: 6px; color: var(--muted); font-family: var(--font-sans); font-size: .68rem; text-transform: uppercase; letter-spacing: .15em; }
.footer-grid a { color: var(--text-soft); font-size: .8rem; text-decoration: none; }
.footer-grid a:hover { color: var(--gold-strong); }
.footer-bottom { margin-top: 64px; padding-top: 20px; display: flex; justify-content: space-between; gap: 24px; border-top: 1px solid var(--line); color: var(--muted); font-size: .65rem; }
.mobile-cta { display: none; }

.will-reveal { opacity: 0; transform: translateY(24px); }
.will-reveal.is-visible { opacity: 1; transform: translateY(0); transition: opacity .7s var(--reveal-delay, 0ms) cubic-bezier(.16,1,.3,1), transform .7s var(--reveal-delay, 0ms) cubic-bezier(.16,1,.3,1); }

.legal-page { min-height: 100dvh; padding: 140px 0 100px; }
.legal-page article { max-width: 780px; }
.legal-page h1 { font-family: var(--font-display); font-size: clamp(3rem, 6vw, 5.8rem); line-height: .95; }
.legal-page h2 { margin-top: 48px; font-size: 1.25rem; }
.legal-page p, .legal-page li { color: var(--text-soft); }
.legal-page p { margin-top: 16px; }
.legal-warning { margin: 32px 0; padding: 20px; border: 1px solid rgba(217,181,116,.5); border-radius: var(--radius-card); background: #272116; color: #efe2c8 !important; }
.legal-back { display: inline-flex; gap: 8px; align-items: center; margin-bottom: 36px; color: var(--gold-strong); }

/* Prices page */
.prices-page { padding-top: 140px; padding-bottom: 110px; }
.prices-page h1 { font-family: var(--font-display); font-size: clamp(2.7rem, 5vw, 5.6rem); font-weight: 600; line-height: .96; letter-spacing: -.035em; margin: 0; }
.prices-subtitle { color: var(--text-soft); font-size: 1.05rem; margin: 12px 0 40px; }
.price-section { margin-bottom: 40px; }
.price-section h2 { font-family: var(--font-display); font-size: 1.6rem; font-weight: 600; color: var(--gold-strong); margin: 0 0 12px; padding-bottom: 8px; border-bottom: 1px solid var(--line); }
.price-table { width: 100%; border-collapse: collapse; }
.price-table th, .price-table td { text-align: left; padding: 8px 12px; border-bottom: 1px solid var(--line); font-size: .9rem; }
.price-table th { color: var(--muted); font-weight: 500; font-size: .78rem; text-transform: uppercase; letter-spacing: .05em; }
.price-table td:last-child { text-align: right; white-space: nowrap; color: var(--gold-strong); font-weight: 600; width: 120px; }
.price-table tr:last-child td { border-bottom: none; }
.price-table .sub-header td { color: var(--muted); font-weight: 500; padding-top: 12px; }
.price-table .sub-header td:last-child { color: var(--muted); }
.price-table .category-label td { color: var(--gold); font-weight: 600; font-size: .85rem; padding-top: 12px; }
.price-table .category-label td:last-child { color: var(--gold); }
.price-table .free td:last-child { color: #4ade80; }
.price-note { color: var(--muted); font-size: .85rem; margin-top: 12px; font-style: italic; }
.price-cta { margin-top: 72px; padding: clamp(28px,5vw,52px); display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 42px; border: 1px solid rgba(217,181,116,.35); border-radius: var(--radius-card); background: radial-gradient(circle at 85% 20%, rgba(217,181,116,.13), transparent 35%), var(--bg-raised); }
.price-cta h2 { margin-top: 10px; font-family: var(--font-display); font-size: clamp(2rem,3.8vw,4rem); font-weight: 600; line-height: .95; }
.price-cta div > p:last-child { max-width: 62ch; margin-top: 16px; color: var(--text-soft); }

.doctor-page { min-height: 100dvh; padding: 140px 0 110px; }
.doctor-profile-grid { display: grid; grid-template-columns: minmax(300px,.75fr) minmax(0,1.25fr); gap: clamp(54px,9vw,130px); align-items: center; }
.doctor-profile-photo { overflow: hidden; border-radius: 24% 24% 18px 18px; background: var(--surface); box-shadow: var(--shadow); }
.doctor-profile-photo img, .doctor-profile-photo .doctor-photo-empty { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.doctor-profile-copy h1 { margin-top: 14px; font-family: var(--font-display); font-size: clamp(3rem,6vw,6.3rem); font-weight: 600; line-height: .87; letter-spacing: -.045em; }
.doctor-profile-role { margin-top: 26px; color: var(--gold-strong); font-weight: 750; }
.doctor-profile-experience { margin-top: 10px; color: var(--muted); }
.doctor-profile-copy blockquote { max-width: 48ch; margin: 34px 0 0; padding-left: 24px; border-left: 1px solid var(--gold); color: var(--text-soft); font-family: var(--font-display); font-size: clamp(1.35rem,2.2vw,2rem); font-style: italic; line-height: 1.35; }
.doctor-profile-bio { max-width: 62ch; margin-top: 34px; color: var(--text-soft); }
.doctor-profile-bio p + p { margin-top: 16px; }
.doctor-profile-copy .button { margin-top: 34px; }
@media (max-width: 767px) {
  .prices-page h1 { font-size: clamp(2.2rem, 10vw, 3.2rem); }
  .price-section { overflow-x: auto; scrollbar-width: thin; scrollbar-color: var(--gold) var(--surface); }
  .price-section h2 { position: sticky; left: 0; font-size: 1.2rem; }
  .price-table { min-width: 620px; }
  .price-table td, .price-table th { padding: 6px 8px; font-size: .82rem; }
}

@media (max-width: 1040px) {
  :root { --shell: min(100% - 36px, 920px); }
  .desktop-nav { gap: 18px; }
  .desktop-nav a { font-size: .73rem; }
  .header-phone span { display: none; }
  .hero h1 { font-size: clamp(3.3rem, 7.6vw, 5.6rem); }
  .services-section, .faq-section { grid-template-columns: 1fr; }
  .price-preview-layout { grid-template-columns: 1fr; }
  .price-preview-intro { position: static; }
  .services-list { margin-top: 10px; }
  .approach-grid { gap: 48px; }
  .journey { grid-template-columns: repeat(2, 1fr); row-gap: 28px; }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .appointment-grid { grid-template-columns: 1fr 1fr; gap: 48px; }
  .contacts-grid { grid-template-columns: 1fr; }
  .doctor-profile-grid { grid-template-columns: .8fr 1.2fr; gap: 46px; }
}

@media (max-width: 767px) {
  :root { --shell: calc(100% - 32px); --header-height: 64px; }
  body { padding-bottom: 68px; }
  body.menu-open { overflow: hidden; }
  body::before { display: none; }
  .section { padding-block: 84px; }
  .header-inner { grid-template-columns: 1fr auto; }
  .desktop-nav, .header-contacts { display: none; }
  .menu-button { width: 44px; height: 44px; display: grid; place-content: center; gap: 7px; border: 0; background: transparent; color: var(--text); cursor: pointer; }
  .menu-button span { width: 24px; height: 1px; display: block; background: currentColor; transition: transform 220ms ease; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .mobile-menu { position: fixed; inset: var(--header-height) 0 0; z-index: 69; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 26px 16px calc(100px + env(safe-area-inset-bottom)); overflow-y: auto; overscroll-behavior: contain; background: rgba(16,17,15,.98); }
  .mobile-menu[hidden] { display: none; }
  .mobile-menu a { padding: 18px 4px; border-bottom: 1px solid var(--line); font-family: var(--font-display); font-size: 2rem; text-decoration: none; }
  .hero-inner { grid-template-columns: 1fr; align-items: end; }
  .hero-media img { object-position: 65% center; }
  .hero-scrim { background: linear-gradient(0deg, rgba(10,11,9,.98) 3%, rgba(10,11,9,.82) 48%, rgba(10,11,9,.18) 90%); }
  .hero-copy { align-self: end; padding-block: 110px 72px; }
  .hero h1 { font-size: clamp(3rem, 14vw, 4.7rem); line-height: .9; }
  .hero h1 br { display: none; }
  .hero-summary { margin-top: 20px; max-width: 34ch; font-size: .94rem; }
  .hero-actions { margin-top: 26px; }
  .hero-actions .button { width: 100%; }
  .hero-seal { display: none; }
  .section-heading h2, .journey-section > h2, .appointment-copy h2, .contact-details h2, .faq-intro h2, .reviews-layout > h2, .reviews-empty h2 { font-size: clamp(2.55rem, 13vw, 4.1rem); }
  .services-section { display: block; }
  .price-preview-layout { display: block; }
  .price-preview-list { margin-top: 48px; }
  .services-list { margin-top: 46px; }
  .service-row summary { min-height: 78px; grid-template-columns: 30px 1fr 20px; gap: 10px; }
  .service-category { display: none; }
  .service-details { grid-template-columns: 1fr; padding: 0 0 26px 40px; }
  .service-details p { grid-row: auto; }
  .service-details a { justify-self: start; }
  .approach-grid { grid-template-columns: 1fr; gap: 48px; }
  .approach-visual img { aspect-ratio: 4 / 3; }
  .approach-copy > h2 { font-size: clamp(2.6rem, 13vw, 4.2rem); }
  .principles { grid-template-columns: 1fr; margin-top: 38px; }
  .principles article:last-child { grid-column: auto; }
  .journey { grid-template-columns: 1fr; margin-top: 52px; }
  .journey li { min-height: 160px; display: grid; grid-template-columns: 46px 1fr; padding-right: 0; }
  .journey li > span, .journey h3 { margin-top: 20px; }
  .journey p { max-width: 34ch; }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .content-pending { grid-template-columns: 1fr; justify-items: start; padding: 32px; }
  .promotion { grid-template-columns: 1fr; gap: 24px; padding: 30px; }
  .promotion .button { justify-self: start; }
  .reviews-layout { grid-template-columns: 1fr; gap: 42px; }
  .reviews-empty { padding-left: 0; }
  .faq-section { gap: 50px; }
  .appointment-grid { grid-template-columns: 1fr; }
  .appointment-copy { position: static; }
  .big-phone { margin-top: 28px; }
  .lead-form { padding: 24px 18px; }
  .contacts-grid { grid-template-columns: 1fr; }
  .contact-map, .contact-map iframe { min-height: 360px; }
  .price-cta { grid-template-columns: 1fr; }
  .price-cta .button { justify-self: start; }
  .doctor-profile-grid { grid-template-columns: 1fr; }
  .doctor-profile-photo { max-width: 520px; }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .footer-bottom { flex-direction: column; }
  .mobile-cta { position: fixed; z-index: 60; inset: auto 10px calc(10px + env(safe-area-inset-bottom)); min-height: 52px; display: flex; align-items: center; justify-content: center; gap: 9px; border-radius: var(--radius-pill); background: var(--gold); color: var(--gold-ink); font-weight: 850; text-decoration: none; box-shadow: 0 14px 40px rgba(0,0,0,.42); }
}

@media (max-width: 480px) {
  .team-grid { grid-template-columns: 1fr; }
  .gallery-track .gallery-item { flex-basis: 100%; }
  .price-preview-row { gap: 14px; }
  .price-preview-row h3 { font-size: .86rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .will-reveal { opacity: 1; transform: none; }
  .tooth-line, .smile-line { stroke-dashoffset: 0; }
  .seal-orbit { animation: none; }
  .hero-media, .approach-visual, .doctor-card { transform: none !important; }
}

@media (prefers-reduced-transparency: reduce) {
  .site-header, .button-glass, .hero-seal { backdrop-filter: none; background: var(--bg); }
}
