/* Şəlalə Əhmədova — stomatoloq. Pearl, blush and mint on a plum ink. */

:root {
  --bg: #fbf7f4;
  --bg-tint: #f6eeea;
  --surface: #ffffff;
  --blush-50: #fdf4f3;
  --blush-100: #f9e4e4;
  --blush-200: #f2cfd2;
  --rose-300: #e2a7b1;
  --rose-500: #c47184;
  --rose-600: #a8546a;
  --rose-700: #8c3f55;
  --plum-900: #2d2130;
  --plum-800: #3f2b3f;
  --ink-700: #4f4252;
  --ink-500: #76687a;
  --mint-50: #eff8f5;
  --mint-100: #dcefe9;
  --mint-300: #a9d8cc;
  --teal-600: #3f8579;
  --line: #eee2de;
  --line-2: #e2d1cd;
  --shadow-sm: 0 1px 2px rgba(70, 38, 52, .06), 0 3px 10px rgba(70, 38, 52, .05);
  --shadow-md: 0 14px 34px -16px rgba(90, 40, 60, .28), 0 2px 6px rgba(90, 40, 60, .06);
  --shadow-lg: 0 34px 80px -34px rgba(90, 40, 60, .42);
  --r-sm: 12px;
  --r-md: 18px;
  --r-lg: 26px;
  --r-xl: 36px;
  --font-display: "Cormorant Garamond", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  --font-body: "Onest", "Segoe UI", system-ui, -apple-system, sans-serif;
  --container: 1200px;
  --gutter: clamp(16px, 4vw, 40px);
  --header-h: 76px;
  --ease: cubic-bezier(.22, .8, .24, 1);
  color-scheme: light;
}

/* ---------------------------------------------------------------- base */

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; scroll-padding-top: calc(var(--header-h) + 16px); }
body {
  margin: 0;
  background: var(--bg);
  color: var(--plum-900);
  font: 400 1.0625rem/1.65 var(--font-body);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg, iframe { display: block; max-width: 100%; }
img { height: auto; }
a { color: var(--rose-700); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--rose-600); }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }
h1, h2, h3, h4 { margin: 0; font-weight: 500; line-height: 1.15; text-wrap: balance; }
p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }
address { font-style: normal; }
main { display: block; outline: none; }
:focus-visible { outline: 3px solid rgba(168, 84, 106, .5); outline-offset: 3px; }
::selection { background: var(--blush-200); color: var(--plum-900); }

.ic { width: 1.25em; height: 1.25em; flex: none; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.visually-hidden { position: absolute !important; 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; left: 16px; top: -60px; z-index: 100; padding: 10px 18px; border-radius: 999px; background: var(--plum-900); color: #fff; text-decoration: none; transition: top .2s; }
.skip-link:focus { top: 12px; color: #fff; }
.container { width: 100%; max-width: calc(var(--container) + var(--gutter) * 2); margin-inline: auto; padding-inline: var(--gutter); }
.narrow { max-width: calc(800px + var(--gutter) * 2); }
.muted { color: var(--ink-500); }

/* ---------------------------------------------------------------- type helpers */

.kicker {
  display: inline-flex; align-items: center; gap: 12px;
  margin: 0 0 14px;
  font: italic 500 1.2rem/1.2 var(--font-display);
  color: var(--rose-600);
}
.kicker::before { content: ""; width: 28px; height: 1px; background: currentColor; opacity: .7; }
.section-title { font: 500 clamp(2rem, 3.6vw, 3.05rem)/1.08 var(--font-display); letter-spacing: -.01em; }
.section-lead { color: var(--ink-700); max-width: 60ch; margin-top: 14px; }
.card-title { font: 500 1.75rem/1.15 var(--font-display); }
.section { padding-block: clamp(56px, 8vw, 104px); }
.section--flush { padding-top: 0; }
.section--tint { background: linear-gradient(180deg, var(--bg-tint), var(--bg)); }
.section-head { margin-bottom: clamp(28px, 4vw, 48px); }
.section-head--split { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.link-arrow { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; color: var(--rose-700); text-decoration: none; }
.link-arrow .ic { transition: transform .25s var(--ease); }
.link-arrow:hover .ic { transform: translateX(4px); }

/* ---------------------------------------------------------------- buttons */

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 54px; padding: 0 26px;
  border-radius: 999px; border: 1px solid transparent;
  font-weight: 600; font-size: 1rem; line-height: 1.2; text-decoration: none; white-space: nowrap;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background-color .25s, color .25s, border-color .25s;
}
.btn .ic { width: 18px; height: 18px; }
.btn--primary {
  background: linear-gradient(135deg, var(--rose-700), #a24c66 60%, #b3607a);
  color: #fff;
  box-shadow: 0 14px 30px -14px rgba(140, 63, 85, .75), inset 0 1px 0 rgba(255, 255, 255, .18);
}
.btn--primary:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 20px 36px -16px rgba(140, 63, 85, .85), inset 0 1px 0 rgba(255, 255, 255, .2); }
.btn--primary:hover .ic { transform: translateX(3px); }
.btn--primary .ic { transition: transform .25s var(--ease); }
.btn--ghost { background: rgba(255, 255, 255, .6); border-color: var(--line-2); color: var(--plum-900); }
.btn--ghost:hover { background: #fff; border-color: var(--rose-300); color: var(--plum-900); }

.icon-btn {
  display: inline-grid; place-items: center;
  width: 46px; height: 46px; padding: 0; flex: none;
  border-radius: 50%; border: 1px solid var(--line-2);
  background: rgba(255, 255, 255, .7); color: var(--plum-900);
  transition: background-color .2s, border-color .2s, color .2s, transform .2s var(--ease);
}
.icon-btn:hover { background: #fff; border-color: var(--rose-300); color: var(--rose-700); }
.icon-btn .ic { width: 20px; height: 20px; }
.icon-btn--soft { background: var(--blush-50); border-color: transparent; color: var(--rose-700); }
.icon-btn--soft:hover { background: var(--blush-100); border-color: transparent; }
.icon-btn--glass { background: rgba(255, 255, 255, .12); border-color: rgba(255, 255, 255, .28); color: #fff; }
.icon-btn--glass:hover { background: rgba(255, 255, 255, .22); color: #fff; border-color: rgba(255, 255, 255, .5); }

.pill-btn {
  display: inline-flex; align-items: center; gap: 8px;
  height: 46px; padding: 0 18px 0 14px;
  border-radius: 999px; border: 1px solid var(--line-2);
  background: rgba(255, 255, 255, .7); color: var(--plum-900);
  font-weight: 500; font-size: .95rem;
  transition: background-color .2s, border-color .2s;
}
.pill-btn:hover { background: #fff; border-color: var(--rose-300); }
.pill-btn .ic { width: 19px; height: 19px; color: var(--rose-600); }
.pill-btn--solid { background: var(--plum-900); color: #fff; border-color: var(--plum-900); padding: 0 22px; }
.pill-btn--solid:hover { background: var(--plum-800); border-color: var(--plum-800); }

.chip-row { display: flex; flex-wrap: wrap; gap: 8px; }
.chip-row--center { justify-content: center; margin-top: 26px; }
.chip {
  display: inline-flex; align-items: center; min-height: 40px; padding: 0 16px;
  border-radius: 999px; border: 1px solid var(--line-2); background: rgba(255, 255, 255, .75);
  color: var(--ink-700); font-size: .92rem; font-weight: 500; text-decoration: none;
  transition: background-color .2s, border-color .2s, color .2s;
}
.chip:hover { border-color: var(--rose-300); color: var(--rose-700); background: #fff; }
.chip.is-active { background: var(--plum-900); border-color: var(--plum-900); color: #fff; }

.round-action {
  display: inline-flex; flex-direction: column; align-items: center; gap: 8px;
  min-width: 72px; padding: 0; border: 0; background: none;
  color: var(--ink-700); font-size: .82rem; font-weight: 500; line-height: 1.25; text-align: center; text-decoration: none;
}
.round-action-icon {
  display: grid; place-items: center; width: 54px; height: 54px; border-radius: 18px;
  background: var(--blush-50); color: var(--rose-700);
  box-shadow: inset 0 0 0 1px rgba(168, 84, 106, .12);
  transition: transform .25s var(--ease), background-color .2s, color .2s;
}
.round-action-icon .ic { width: 22px; height: 22px; }
.round-action:hover { color: var(--plum-900); }
.round-action:hover .round-action-icon { transform: translateY(-3px); background: var(--rose-700); color: #fff; }

/* ---------------------------------------------------------------- header */

.site-header {
  position: sticky; top: 0; z-index: 40;
  background: rgba(251, 247, 244, .82);
  -webkit-backdrop-filter: blur(14px) saturate(1.3); backdrop-filter: blur(14px) saturate(1.3);
  border-bottom: 1px solid transparent;
  transition: border-color .3s, box-shadow .3s;
}
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 10px 30px -24px rgba(70, 38, 52, .5); }
.header-bar { position: relative; display: flex; align-items: center; gap: 18px; height: var(--header-h); }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--plum-900); text-decoration: none; margin-right: auto; min-width: 0; }
.brand:hover { color: var(--plum-900); }
.brand-mark {
  display: grid; place-items: center; width: 44px; height: 44px; flex: none;
  border-radius: 15px;
  background: linear-gradient(145deg, #fff, var(--blush-100) 55%, var(--mint-100));
  box-shadow: inset 0 0 0 1px rgba(168, 84, 106, .16), 0 6px 14px -8px rgba(140, 63, 85, .5);
  color: var(--rose-700);
}
.brand-mark .ic { width: 26px; height: 26px; stroke-width: 1.4; }
.brand-text { display: flex; flex-direction: column; min-width: 0; }
.brand-name { font: 600 1.28rem/1.05 var(--font-display); letter-spacing: .005em; white-space: nowrap; }
.brand-role { font-size: .78rem; color: var(--ink-500); letter-spacing: .02em; white-space: nowrap; }

.main-nav { margin-inline: auto; }
.nav-list { display: flex; align-items: center; gap: 2px; list-style: none; margin: 0; padding: 0; }
.nav-item { display: flex; align-items: center; }
.nav-link {
  position: relative; display: inline-flex; align-items: center; height: 44px; padding: 0 12px;
  color: var(--ink-700); font-size: .98rem; font-weight: 500; text-decoration: none; border-radius: 999px;
  transition: color .2s, background-color .2s;
}
.nav-link:hover, .nav-item.is-open > .nav-link { color: var(--plum-900); background: rgba(255, 255, 255, .7); }
.nav-link[aria-current="page"], .nav-link.is-section { color: var(--rose-700); }
.nav-link[aria-current="page"]::after, .nav-link.is-section::after {
  content: ""; position: absolute; left: 50%; bottom: 3px; width: 5px; height: 5px; margin-left: -2.5px; border-radius: 50%; background: currentColor;
}
.nav-item.has-menu .nav-link { padding-right: 4px; }
.nav-caret {
  display: grid; place-items: center; width: 28px; height: 36px; padding: 0; margin-right: 4px;
  border: 0; border-radius: 10px; background: none; color: var(--ink-500);
}
.nav-caret .ic { width: 16px; height: 16px; transition: transform .25s var(--ease); }
.nav-caret:hover { color: var(--plum-900); }
.nav-item.is-open .nav-caret .ic { transform: rotate(180deg); }

.mega {
  position: absolute; left: var(--gutter); right: var(--gutter); top: calc(100% - 8px);
  padding-top: 8px;
  opacity: 0; visibility: hidden; transform: translateY(8px);
  transition: opacity .22s var(--ease), transform .22s var(--ease), visibility 0s linear .22s;
}
.nav-item.is-open .mega {
  opacity: 1; visibility: visible; transform: none;
  transition: opacity .22s var(--ease), transform .22s var(--ease), visibility 0s;
}
@media (hover: hover) and (min-width: 1081px) {
  .nav-item.has-menu:hover .mega { opacity: 1; visibility: visible; transform: none; transition: opacity .22s var(--ease), transform .22s var(--ease), visibility 0s; }
  .nav-item.has-menu:hover .nav-caret .ic { transform: rotate(180deg); }
}
.mega-inner {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)) minmax(0, 1.15fr); gap: 8px 20px;
  padding: 26px; border-radius: var(--r-lg);
  background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-lg);
}
.mega-inner--learn { grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr) minmax(0, 1fr); }
.mega-title { margin: 0 0 10px; padding-left: 10px; font: italic 500 1.12rem/1.2 var(--font-display); color: var(--rose-600); }
.mega-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 2px; }
.mega-link {
  display: flex; align-items: center; gap: 10px; padding: 9px 10px; border-radius: 12px;
  color: var(--plum-900); font-size: .94rem; line-height: 1.3; text-decoration: none;
  transition: background-color .2s, color .2s;
}
.mega-link:hover { background: var(--blush-50); color: var(--rose-700); }
.mega-link--plain { color: var(--ink-700); }
.mega-icon { display: grid; place-items: center; width: 34px; height: 34px; flex: none; border-radius: 11px; background: var(--mint-50); color: var(--teal-600); }
.mega-icon .ic { width: 19px; height: 19px; }
.mega-feature {
  display: flex; flex-direction: column; justify-content: flex-end; gap: 8px; min-height: 180px; padding: 22px;
  border-radius: 20px; text-decoration: none; color: #fff;
  background: radial-gradient(120% 90% at 100% 0%, rgba(226, 167, 177, .55), transparent 55%), linear-gradient(160deg, var(--plum-800), var(--plum-900));
}
.mega-feature:hover { color: #fff; }
.mega-feature-kicker { font: italic 500 1.05rem var(--font-display); color: var(--rose-300); }
.mega-feature-title { font: 500 1.45rem/1.15 var(--font-display); }
.mega-feature-more { display: inline-flex; align-items: center; gap: 6px; font-size: .9rem; font-weight: 600; margin-top: 6px; }
.mega-feature-more .ic { width: 16px; height: 16px; }

.header-tools { display: flex; align-items: center; gap: 8px; margin-left: auto; }
.menu-btn { display: none; }

/* ---------------------------------------------------------------- crumbs */

.crumbs { padding-top: 18px; }
.crumbs ol { display: flex; flex-wrap: wrap; align-items: center; gap: 4px; list-style: none; margin: 0; padding: 0; font-size: .86rem; color: var(--ink-500); }
.crumbs li { display: inline-flex; align-items: center; gap: 4px; }
.crumbs a { color: var(--ink-500); text-decoration: none; }
.crumbs a:hover { color: var(--rose-700); }
.crumbs .ic { width: 14px; height: 14px; opacity: .6; }
.crumbs [aria-current] { color: var(--plum-900); }

/* ---------------------------------------------------------------- hero */

.hero { position: relative; isolation: isolate; overflow: hidden; overflow: clip; padding: clamp(28px, 5vw, 60px) 0 clamp(40px, 5vw, 64px); }
.hero-halo {
  position: absolute; inset: -10% -20% 0; z-index: -1; pointer-events: none;
  background:
    radial-gradient(36% 42% at 50% 72%, rgba(242, 207, 210, .85), transparent 70%),
    radial-gradient(28% 34% at 16% 78%, rgba(169, 216, 204, .45), transparent 70%),
    radial-gradient(30% 36% at 86% 70%, rgba(249, 228, 228, .95), transparent 70%),
    radial-gradient(40% 30% at 50% 0%, rgba(255, 255, 255, .9), transparent 70%);
}
.hero-inner { position: relative; z-index: 1; text-align: center; }
.hero-title { display: flex; flex-direction: column; align-items: center; gap: 22px; }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 10px; padding: 8px 16px 8px 12px;
  border: 1px solid var(--line-2); border-radius: 999px; background: rgba(255, 255, 255, .7);
  font: 500 .92rem/1.3 var(--font-body); color: var(--ink-700); letter-spacing: .01em;
}
.hero-eyebrow::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--teal-600); box-shadow: 0 0 0 4px rgba(63, 133, 121, .16); }
.hero-display { display: block; font: 500 clamp(3rem, 7.6vw, 6.8rem)/.98 var(--font-display); letter-spacing: -.02em; color: var(--plum-900); }
.signature { position: relative; display: inline-block; font-style: italic; color: var(--rose-700); padding-inline: .04em; }
.signature-line {
  position: absolute; left: -3%; bottom: -.1em; width: 106%; height: .34em; overflow: visible;
  fill: none; stroke: var(--rose-500); stroke-width: 2.4; stroke-linecap: round; vector-effect: non-scaling-stroke;
  stroke-dasharray: 100; stroke-dashoffset: 100; animation: draw 1.8s .35s var(--ease) forwards;
}
@keyframes draw { to { stroke-dashoffset: 0; } }
.hero-lead { max-width: 640px; margin: 26px auto 0; color: var(--ink-700); font-size: clamp(1.02rem, 1.4vw, 1.14rem); }
.hero-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 30px; }

.triptych {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 400px) minmax(0, 1fr);
  align-items: end; gap: clamp(18px, 3vw, 40px);
  max-width: 1060px; margin: clamp(48px, 6vw, 76px) auto 0;
}
.tri-card { position: relative; margin: 0; }
.tri-card--side {
  width: 100%; max-width: 262px; padding: 10px 10px 12px;
  border-radius: var(--r-lg); background: #fff; box-shadow: var(--shadow-md);
  text-align: left;
}
.tri-card--left { justify-self: end; margin-bottom: 26px; }
.tri-card--right { justify-self: start; margin-bottom: 96px; }
.tri-card--side img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: calc(var(--r-lg) - 8px); }
.tri-card--left img { object-position: 50% 30%; }
.tri-card--side figcaption { display: flex; align-items: center; gap: 8px; padding: 12px 6px 0; font-size: .88rem; color: var(--ink-700); }
.tri-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--rose-500); flex: none; }
.tri-card--center { width: 100%; }
.tri-portrait { position: relative; aspect-ratio: 4 / 5; }
.tri-portrait::before {
  content: ""; position: absolute; inset: 15% 0 0; border-radius: var(--r-xl);
  background:
    radial-gradient(90% 70% at 50% 18%, #fff 0%, rgba(255, 255, 255, 0) 60%),
    linear-gradient(170deg, var(--blush-100) 0%, var(--blush-200) 46%, var(--mint-100) 100%);
  box-shadow: var(--shadow-lg), inset 0 0 0 1px rgba(255, 255, 255, .7);
}
.tri-portrait::after {
  content: ""; position: absolute; left: 12%; right: 12%; top: 26%; aspect-ratio: 1; border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .8); opacity: .8;
}
.tri-portrait img {
  position: absolute; z-index: 1; bottom: 0; left: 50%; height: 100%; width: auto; max-width: none;
  transform: translateX(-50%);
  filter: drop-shadow(0 18px 24px rgba(90, 40, 60, .14));
}
.glass-badge {
  position: absolute; z-index: 2; display: flex; align-items: center; gap: 8px;
  padding: 10px 14px; border-radius: 18px;
  background: rgba(255, 255, 255, .78); -webkit-backdrop-filter: blur(12px) saturate(1.3); backdrop-filter: blur(12px) saturate(1.3);
  border: 1px solid rgba(255, 255, 255, .9); box-shadow: var(--shadow-md);
  font-size: .84rem; line-height: 1.25; color: var(--ink-700); text-align: left;
}
.glass-badge--top { left: -30px; top: 40%; flex-direction: column; align-items: flex-start; gap: 2px; padding: 12px 16px; }
.glass-badge--top strong { font: 600 2.1rem/1 var(--font-display); color: var(--rose-700); }
.glass-badge--bottom { right: -26px; bottom: 11%; }
.glass-badge--bottom .ic { width: 18px; height: 18px; color: var(--rose-600); }

/* ---------------------------------------------------------------- trust */

.trust { position: relative; z-index: 2; margin-top: -8px; }
.trust-list {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0;
  list-style: none; margin: 0 auto; padding-block: 0;
}
.trust-list li {
  display: flex; align-items: flex-start; gap: 14px; padding: 22px 22px;
  background: #fff; border: 1px solid var(--line);
}
.trust-list li:first-child { border-radius: var(--r-lg) 0 0 var(--r-lg); }
.trust-list li:last-child { border-radius: 0 var(--r-lg) var(--r-lg) 0; }
.trust-list li + li { border-left: 0; }
.trust-list strong { display: block; font-weight: 600; font-size: .98rem; color: var(--plum-900); line-height: 1.3; }
.trust-list span > span, .trust-list li > span:last-child { font-size: .88rem; color: var(--ink-500); line-height: 1.4; }
.trust-icon { display: grid; place-items: center; width: 44px; height: 44px; flex: none; border-radius: 14px; background: var(--mint-50); color: var(--teal-600); }
.trust-icon .ic { width: 22px; height: 22px; }

/* ---------------------------------------------------------------- letter */

.letter-grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(32px, 6vw, 88px); align-items: center; }
.letter-photo { position: relative; }
.letter-photo img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; object-position: 50% 20%; border-radius: var(--r-xl); box-shadow: var(--shadow-lg); }
.letter-photo::before {
  content: ""; position: absolute; inset: auto -12px -12px auto; width: 58%; height: 58%; z-index: -1;
  border-radius: var(--r-xl); background: linear-gradient(145deg, var(--mint-100), var(--blush-100));
}
.quote { position: relative; margin: 22px 0 26px; padding: 0; }
.quote p { font: italic 500 clamp(1.45rem, 2.4vw, 1.9rem)/1.3 var(--font-display); color: var(--plum-900); }
.quote footer { margin-top: 14px; font-size: .92rem; color: var(--ink-500); }
.quote-mark { width: 44px; height: 44px; color: var(--blush-200); margin-bottom: 6px; }
.facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 0 0 26px; }
.facts > div { padding: 16px 18px; border-radius: var(--r-md); background: #fff; border: 1px solid var(--line); }
.facts dt { font-size: .78rem; font-weight: 600; letter-spacing: .06em; color: var(--rose-600); margin-bottom: 6px; }
.facts dd { margin: 0; font-size: .95rem; line-height: 1.4; color: var(--plum-900); }
.facts--stack { grid-template-columns: 1fr; gap: 0; margin: 18px 0 0; }
.facts--stack > div { display: grid; grid-template-columns: 110px 1fr; gap: 12px; padding: 13px 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: none; }
.facts--stack > div:last-child { border-bottom: 0; }
.facts--stack dt { margin: 0; padding-top: 2px; }

/* ---------------------------------------------------------------- concern navigator */

.concern-box {
  display: grid; grid-template-columns: minmax(230px, 310px) minmax(0, 1fr); gap: clamp(20px, 3vw, 44px);
  padding: clamp(14px, 2.5vw, 28px); border-radius: var(--r-xl);
  background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-md);
}
.concern-tabs { display: flex; flex-direction: column; gap: 6px; }
.concern-tab {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  min-height: 52px; padding: 12px 18px; border: 0; border-radius: 16px;
  background: var(--bg); color: var(--ink-700); font-weight: 500; text-align: left;
  transition: background-color .2s, color .2s;
}
.concern-tab::after { content: ""; width: 7px; height: 7px; border-top: 1.6px solid currentColor; border-right: 1.6px solid currentColor; transform: rotate(45deg); opacity: .5; flex: none; }
.concern-tab:hover { background: var(--blush-50); color: var(--plum-900); }
.concern-tab[aria-selected="true"] { background: var(--plum-900); color: #fff; }
.concern-tab[aria-selected="true"]::after { opacity: 1; }
.concern-panels { position: relative; display: grid; align-content: center; min-height: 100%; }
.concern-panel { padding: clamp(6px, 2vw, 24px) clamp(0px, 2vw, 16px); }
.js .concern-panel:not(.is-active) { display: none; }
.concern-panel.is-active { animation: fade-up .45s var(--ease); }
.concern-title { font: 500 clamp(1.8rem, 3vw, 2.5rem)/1.1 var(--font-display); margin-bottom: 14px; }
.concern-panel p { color: var(--ink-700); max-width: 58ch; }
.concern-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.service-pill {
  display: inline-flex; align-items: center; gap: 10px; min-height: 52px; padding: 6px 16px 6px 6px;
  border-radius: 999px; background: var(--blush-50); color: var(--plum-900); font-weight: 500; text-decoration: none;
  transition: background-color .2s, transform .2s var(--ease);
}
.service-pill > .ic { width: 16px; height: 16px; color: var(--rose-600); }
.service-pill:hover { background: var(--blush-100); color: var(--plum-900); transform: translateY(-2px); }
.service-pill-icon { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: #fff; color: var(--rose-700); }
.service-pill-icon .ic { width: 20px; height: 20px; }
@keyframes fade-up { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }

/* ---------------------------------------------------------------- bento */

.bento { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-flow: dense; gap: 16px; }
.bento-card {
  position: relative; display: flex; flex-direction: column; gap: 10px; min-height: 250px; padding: 24px;
  border-radius: var(--r-lg); background: #fff; border: 1px solid var(--line);
  color: var(--plum-900); text-decoration: none; overflow: hidden;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .3s;
}
.bento-card:hover { color: var(--plum-900); transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--blush-200); }
.bento-card--feature { grid-column: span 2; }
.bento-card--feature:first-child { background: radial-gradient(90% 80% at 100% 0%, rgba(226, 167, 177, .45), transparent 60%), linear-gradient(160deg, var(--plum-800), var(--plum-900)); color: #fff; border-color: transparent; }
.bento-card--feature:first-child:hover { color: #fff; }
.bento-card--feature:not(:first-child) { background: linear-gradient(150deg, #fff 10%, var(--blush-100) 70%, var(--mint-100)); }
.bento-num { position: absolute; top: 18px; right: 22px; font: italic 500 1.25rem var(--font-display); color: var(--rose-300); }
.bento-icon { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 17px; background: var(--blush-50); color: var(--rose-700); margin-bottom: auto; }
.bento-icon .ic { width: 26px; height: 26px; }
.bento-card--feature:first-child .bento-icon { background: rgba(255, 255, 255, .1); color: var(--rose-300); }
.bento-card--feature:not(:first-child) .bento-icon { background: #fff; }
.bento-title { margin-top: 26px; font: 500 1.6rem/1.1 var(--font-display); }
.bento-card--feature .bento-title { font-size: clamp(1.9rem, 2.6vw, 2.4rem); }
.bento-text { font-size: .92rem; line-height: 1.5; color: var(--ink-500); }
.bento-card--feature:first-child .bento-text { color: rgba(255, 255, 255, .72); max-width: 42ch; }
.bento-more { display: inline-flex; align-items: center; gap: 6px; font-size: .88rem; font-weight: 600; color: var(--rose-700); }
.bento-more .ic { width: 16px; height: 16px; transition: transform .25s var(--ease); }
.bento-card:hover .bento-more .ic { transform: translate(2px, -2px); }
.bento-card--feature:first-child .bento-more { color: var(--rose-300); }

/* ---------------------------------------------------------------- compare */

.compare { background: linear-gradient(180deg, var(--bg), var(--bg-tint)); }
.compare-grid { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 8fr); gap: clamp(28px, 5vw, 72px); align-items: center; }
.compare-intro .link-arrow { margin-top: 22px; }
.compare-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.compare-card { padding: 28px; border-radius: var(--r-lg); background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.compare-card--alt { background: linear-gradient(160deg, #fff, var(--mint-50)); }
.compare-card h3 { font: 500 1.6rem/1.15 var(--font-display); margin: 16px 0 10px; }
.compare-card p { color: var(--ink-700); font-size: .96rem; }
.compare-icon { display: grid; place-items: center; width: 50px; height: 50px; border-radius: 16px; background: var(--blush-50); color: var(--rose-700); }
.compare-card--alt .compare-icon { background: var(--mint-100); color: var(--teal-600); }
.compare-icon .ic { width: 26px; height: 26px; }

.ticks { list-style: none; margin: 16px 0 0; padding: 0; display: grid; gap: 10px; }
.ticks li { position: relative; padding-left: 30px; font-size: .95rem; line-height: 1.5; color: var(--ink-700); }
.ticks li::before {
  content: ""; position: absolute; left: 0; top: .2em; width: 19px; height: 19px; border-radius: 50%;
  background: var(--blush-100);
}
.ticks li::after {
  content: ""; position: absolute; left: 6.5px; top: calc(.2em + 5px); width: 6px; height: 9px;
  border: solid var(--rose-700); border-width: 0 1.7px 1.7px 0; transform: rotate(40deg);
}

/* ---------------------------------------------------------------- sterilization steps */

.steps {
  display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px;
  list-style: none; margin: 0 0 30px; padding: 0; counter-reset: none;
}
.steps li { position: relative; padding: 22px 20px 24px; border-radius: var(--r-lg); background: #fff; border: 1px solid var(--line); }
.steps li:not(:last-child)::after {
  content: ""; position: absolute; top: 44px; right: -15px; width: 16px; height: 1px; background: var(--rose-300);
}
.step-num {
  display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 14px; border-radius: 50%;
  background: var(--mint-50); color: var(--teal-600); font: 600 1.4rem/1 var(--font-display);
  box-shadow: inset 0 0 0 1px rgba(63, 133, 121, .2);
}
.steps p { font-size: .93rem; line-height: 1.5; color: var(--ink-700); }

/* ---------------------------------------------------------------- articles */

.article-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.article-card { height: 100%; }
.article-card-link {
  display: flex; flex-direction: column; gap: 10px; height: 100%; padding: 26px;
  border-radius: var(--r-lg); background: #fff; border: 1px solid var(--line);
  color: var(--plum-900); text-decoration: none;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .3s;
}
.article-card-link:hover { color: var(--plum-900); transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--blush-200); }
.article-tag { align-self: flex-start; padding: 5px 12px; border-radius: 999px; background: var(--mint-50); color: var(--teal-600); font-size: .78rem; font-weight: 600; }
.article-card-title { font: 500 1.55rem/1.15 var(--font-display); margin-top: 6px; }
.article-card-text { font-size: .93rem; color: var(--ink-500); line-height: 1.55; }
.article-meta { display: flex; align-items: center; gap: 6px; margin-top: auto; padding-top: 12px; font-size: .84rem; color: var(--ink-500); }
.article-meta .ic { width: 16px; height: 16px; }
.article-go { display: grid; place-items: center; width: 36px; height: 36px; margin-left: auto; border-radius: 50%; background: var(--blush-50); color: var(--rose-700); transition: background-color .2s, color .2s; }
.article-card-link:hover .article-go { background: var(--rose-700); color: #fff; }
.filter-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 26px; }
.more-note { margin-top: 30px; text-align: center; color: var(--ink-500); }

/* ---------------------------------------------------------------- video */

.video-card { margin: 0; display: flex; flex-direction: column; gap: 14px; }
.video-frame {
  position: relative; aspect-ratio: 16 / 9; overflow: hidden; border-radius: var(--r-lg);
  background: var(--plum-900); box-shadow: var(--shadow-md);
}
.video-frame img { width: 100%; height: 100%; object-fit: cover; opacity: .92; transition: transform .6s var(--ease), opacity .3s; }
.video-frame:hover img { transform: scale(1.03); opacity: 1; }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-play {
  position: absolute; left: 50%; top: 50%; display: grid; place-items: center; width: 68px; height: 68px; margin: -34px 0 0 -34px;
  border: 0; border-radius: 50%; background: rgba(255, 255, 255, .88); color: var(--rose-700);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  box-shadow: 0 12px 30px -10px rgba(0, 0, 0, .45);
  transition: transform .3s var(--ease), background-color .2s;
}
.video-play .ic { width: 26px; height: 26px; margin-left: 3px; }
.video-play:hover { transform: scale(1.08); background: #fff; }
.video-duration { position: absolute; right: 12px; bottom: 12px; padding: 3px 9px; border-radius: 999px; background: rgba(45, 33, 48, .78); color: #fff; font-size: .78rem; font-variant-numeric: tabular-nums; }
.video-caption { display: flex; flex-direction: column; gap: 4px; }
.video-title { font: 500 1.35rem/1.2 var(--font-display); }
.video-card--large .video-title { font-size: 1.6rem; }
.video-meta { font-size: .86rem; color: var(--ink-500); }
.video-source { display: inline-flex; align-items: center; gap: 4px; align-self: flex-start; font-size: .86rem; font-weight: 600; text-decoration: none; }
.video-source .ic { width: 15px; height: 15px; }
.video-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px 20px; margin-top: 28px; }
.media-home-grid { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 7fr); gap: clamp(28px, 5vw, 72px); align-items: center; }
.media-home-grid .link-arrow { margin-top: 22px; }
.media-feature { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(24px, 4vw, 56px); align-items: center; }
.media-feature-text p { color: var(--ink-700); }
.media-feature-text .section-title { margin-bottom: 14px; }

/* ---------------------------------------------------------------- visit */

.visit-card {
  display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap;
  padding: clamp(26px, 4vw, 48px); border-radius: var(--r-xl);
  background: radial-gradient(60% 120% at 100% 0%, rgba(169, 216, 204, .5), transparent 60%), linear-gradient(150deg, #fff, var(--blush-100));
  border: 1px solid var(--line); box-shadow: var(--shadow-md);
}
.visit .section-title { font-size: clamp(1.8rem, 3vw, 2.5rem); }
.visit-address { display: flex; gap: 10px; margin-top: 16px; color: var(--ink-700); }
.visit-address .ic { color: var(--rose-600); margin-top: 3px; }
.visit-actions { display: flex; gap: 14px; }
.visit-actions .round-action-icon { background: #fff; }

/* ---------------------------------------------------------------- page heads */

.page-head { position: relative; isolation: isolate; padding: clamp(40px, 6vw, 76px) 0 clamp(40px, 5vw, 64px); text-align: center; }
.page-head::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(40% 70% at 50% 100%, rgba(242, 207, 210, .55), transparent 70%),
    radial-gradient(26% 50% at 10% 30%, rgba(169, 216, 204, .35), transparent 70%);
}
.page-head-inner { max-width: calc(820px + var(--gutter) * 2); }
.page-title { font: 500 clamp(2.3rem, 4.8vw, 3.7rem)/1.04 var(--font-display); letter-spacing: -.015em; }
.page-lead { max-width: 64ch; margin: 18px auto 0; color: var(--ink-700); font-size: 1.08rem; }
.page-head--compact { padding-bottom: 28px; }
.page-head--article { text-align: left; }
.page-head--article .page-lead { margin-left: 0; }
.service-head { display: flex; flex-direction: column; align-items: center; max-width: calc(860px + var(--gutter) * 2); }
.service-head-icon {
  display: grid; place-items: center; width: 76px; height: 76px; margin-bottom: 18px; border-radius: 26px;
  background: linear-gradient(145deg, #fff, var(--blush-100) 60%, var(--mint-100)); color: var(--rose-700);
  box-shadow: var(--shadow-md), inset 0 0 0 1px rgba(255, 255, 255, .8);
}
.service-head-icon .ic { width: 38px; height: 38px; stroke-width: 1.4; }
.highlight-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 18px; list-style: none; margin: 22px 0 0; padding: 0; }
.highlight-row li { display: inline-flex; align-items: center; gap: 6px; font-size: .92rem; color: var(--ink-700); }
.highlight-row .ic { width: 17px; height: 17px; color: var(--teal-600); }

/* ---------------------------------------------------------------- prose */

.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: clamp(28px, 5vw, 72px); align-items: start; }
.content-grid > *, .contact-grid > *, .letter-grid > *, .compare-grid > *, .media-feature > *, .media-home-grid > *, .profile-grid > *, .gallery-grid > * { min-width: 0; }
.prose { max-width: 72ch; }
.prose > h2 { font: 500 clamp(1.7rem, 2.6vw, 2.15rem)/1.15 var(--font-display); margin: 44px 0 14px; }
.prose > h2:first-child { margin-top: 0; }
.prose > p, .prose li, .prose dd { color: var(--ink-700); }
.prose > ul:not([class]), .prose > ol:not([class]) { padding-left: 1.2em; }
.lead-answer { font-size: 1.12rem; line-height: 1.65; color: var(--plum-900) !important; padding: 20px 24px; border-radius: var(--r-md); background: #fff; border: 1px solid var(--line); border-left: 3px solid var(--rose-500); }
.prose .ticks { margin: 14px 0 22px; }
.prose .ticks li { font-size: 1rem; }
.steps-list { list-style: none; counter-reset: step; margin: 16px 0 24px; padding: 0; display: grid; gap: 14px; }
.steps-list li { position: relative; counter-increment: step; padding: 2px 0 0 54px; min-height: 40px; }
.steps-list li::before {
  content: counter(step); position: absolute; left: 0; top: 0; display: grid; place-items: center; width: 38px; height: 38px;
  border-radius: 13px; background: var(--mint-50); color: var(--teal-600); font: 600 1.25rem/1 var(--font-display);
  box-shadow: inset 0 0 0 1px rgba(63, 133, 121, .2);
}
.steps-list strong, .ticks strong { color: var(--plum-900); font-weight: 600; }
.callout { margin: 28px 0; padding: 22px 24px; border-radius: var(--r-md); background: linear-gradient(145deg, var(--blush-50), var(--mint-50)); border: 1px solid var(--line); }
.callout-title { font: italic 500 1.25rem/1.2 var(--font-display); color: var(--rose-700); margin-bottom: 6px; }
.callout p:not(.callout-title) { color: var(--ink-700); }
.def-list { display: grid; gap: 10px; margin: 16px 0 24px; }
.def-list > div { padding: 16px 20px; border-radius: var(--r-md); background: #fff; border: 1px solid var(--line); }
.def-list dt { font-weight: 600; color: var(--plum-900); margin-bottom: 4px; }
.def-list dd { margin: 0; }
.option-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 16px 0 26px; }
.option { padding: 18px; border-radius: var(--r-md); background: #fff; border: 1px solid var(--line); }
.option-title { font: 500 1.3rem/1.15 var(--font-display); color: var(--plum-900) !important; margin-bottom: 8px; }
.option p:not(.option-title) { font-size: .93rem; color: var(--ink-700); }
.table-wrap { overflow-x: auto; margin: 16px 0 26px; border-radius: var(--r-md); border: 1px solid var(--line); background: #fff; -webkit-overflow-scrolling: touch; }
.table-wrap table { width: 100%; border-collapse: collapse; font-size: .94rem; }
.table-wrap th, .table-wrap td { padding: 14px 16px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); }
.table-wrap thead th { background: var(--bg-tint); font-weight: 600; font-size: .86rem; color: var(--plum-900); }
.table-wrap tbody th { font-weight: 600; color: var(--plum-900); }
.table-wrap td { color: var(--ink-700); }
.table-wrap tr:last-child > * { border-bottom: 0; }
.compare-table { min-width: 720px; }
.compare-table thead th:not(:first-child) { font: 500 1.2rem/1.2 var(--font-display); }
.disclaimer { display: flex; gap: 10px; margin-top: 36px !important; padding-top: 22px; border-top: 1px solid var(--line); font-size: .9rem; color: var(--ink-500) !important; }
.disclaimer .ic { color: var(--rose-500); margin-top: 3px; }

.side { position: sticky; top: calc(var(--header-h) + 20px); display: grid; gap: 14px; }
.side-card { padding: 22px; border-radius: var(--r-lg); background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.side-title { font: italic 500 1.2rem/1.2 var(--font-display); color: var(--rose-600); margin-bottom: 12px; }
.side-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.side-list li { display: flex; gap: 10px; font-size: .94rem; line-height: 1.4; color: var(--ink-700); }
.side-list .ic { width: 18px; height: 18px; color: var(--teal-600); margin-top: 1px; }
.side-meta { display: flex; align-items: center; gap: 8px; margin: 16px 0 0; padding-top: 14px; border-top: 1px solid var(--line); font-size: .84rem; color: var(--ink-500); }
.side-meta .ic { width: 16px; height: 16px; }
.side-text { font-size: .94rem; color: var(--ink-700); }
.side-actions { display: flex; gap: 8px; margin-top: 14px; }

/* ---------------------------------------------------------------- faq */

.faq-list { display: grid; gap: 10px; margin-top: 26px; }
.faq-item { border-radius: var(--r-md); background: #fff; border: 1px solid var(--line); transition: box-shadow .25s, border-color .25s; }
.faq-item[open] { border-color: var(--blush-200); box-shadow: var(--shadow-sm); }
.faq-item:target { border-color: var(--rose-300); box-shadow: 0 0 0 4px rgba(226, 167, 177, .25); }
.faq-q {
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  padding: 18px 22px; cursor: pointer; list-style: none;
  font-weight: 600; font-size: 1.02rem; line-height: 1.4; color: var(--plum-900);
}
.faq-q::-webkit-details-marker { display: none; }
.faq-toggle { position: relative; width: 30px; height: 30px; flex: none; border-radius: 50%; background: var(--blush-50); }
.faq-toggle::before, .faq-toggle::after { content: ""; position: absolute; left: 50%; top: 50%; width: 12px; height: 1.6px; margin: -.8px 0 0 -6px; border-radius: 2px; background: var(--rose-700); transition: transform .3s var(--ease); }
.faq-toggle::after { transform: rotate(90deg); }
.faq-item[open] .faq-toggle::after { transform: rotate(0deg); }
.faq-a { padding: 0 22px 20px; color: var(--ink-700); }
.faq-group + .faq-group { margin-top: 48px; }
.faq-group-title { font: 500 clamp(1.7rem, 2.6vw, 2.1rem)/1.15 var(--font-display); }

/* ---------------------------------------------------------------- services page */

.group-head { display: flex; align-items: flex-start; gap: 18px; margin-bottom: 30px; }
.group-index { font: italic 500 3.2rem/1 var(--font-display); color: var(--rose-300); }
.group-note { margin-top: 8px; color: var(--ink-500); }
.service-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 8px; }
.service-card {
  display: flex; flex-direction: column; gap: 10px; padding: 26px;
  border-radius: var(--r-lg); background: #fff; border: 1px solid var(--line); color: var(--plum-900); text-decoration: none;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .3s;
}
.service-card:hover { color: var(--plum-900); transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--blush-200); }
.service-card-icon { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 17px; background: var(--blush-50); color: var(--rose-700); }
.service-card-icon .ic { width: 26px; height: 26px; }
.service-card-title { font: 500 1.55rem/1.15 var(--font-display); margin-top: 8px; }
.service-card-text { font-size: .93rem; line-height: 1.55; color: var(--ink-500); }
.service-card-more { display: inline-flex; align-items: center; gap: 6px; margin-top: auto; padding-top: 8px; font-size: .88rem; font-weight: 600; color: var(--rose-700); }
.service-card-more .ic { width: 16px; height: 16px; }
.mini-tags { display: flex; flex-wrap: wrap; gap: 6px; list-style: none; margin: 4px 0 0; padding: 0; }
.mini-tags li { padding: 4px 10px; border-radius: 999px; background: var(--mint-50); color: var(--teal-600); font-size: .78rem; font-weight: 500; }

/* ---------------------------------------------------------------- about */

.profile-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr) minmax(0, .95fr); gap: 18px; align-items: stretch; }
.profile-photo { margin: 0; padding: 10px; border-radius: var(--r-xl); background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-md); }
.profile-photo img { width: 100%; aspect-ratio: 1; object-fit: cover; object-position: 50% 18%; border-radius: calc(var(--r-xl) - 10px); }
.profile-photo figcaption { padding: 12px 8px 4px; font-size: .84rem; color: var(--ink-500); }
.profile-facts { padding: 28px; border-radius: var(--r-xl); background: #fff; border: 1px solid var(--line); }
.profile-quote {
  display: flex; flex-direction: column; margin: 0; padding: 30px; border-radius: var(--r-xl); color: #fff;
  background: radial-gradient(90% 70% at 100% 0%, rgba(226, 167, 177, .5), transparent 60%), linear-gradient(160deg, var(--plum-800), var(--plum-900));
}
.profile-quote .quote-mark { color: var(--rose-300); opacity: .7; }
.profile-quote p { font: italic 500 1.65rem/1.3 var(--font-display); margin-top: 8px; }
.profile-quote footer { margin-top: auto; padding-top: 22px; font-size: .9rem; color: rgba(255, 255, 255, .7); }
.timeline { list-style: none; margin: 34px 0 0; padding: 0; display: grid; gap: 0; }
.timeline li { position: relative; display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding-bottom: 30px; }
.timeline li:not(:last-child)::before { content: ""; position: absolute; left: 25px; top: 52px; bottom: 0; width: 1px; background: linear-gradient(var(--rose-300), var(--line)); }
.timeline-dot { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 18px; background: #fff; color: var(--rose-700); border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.timeline-dot .ic { width: 24px; height: 24px; }
.timeline h3 { font: 500 1.5rem/1.2 var(--font-display); margin: 4px 0 6px; }
.timeline p { color: var(--ink-700); }
.principles { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.principle { margin: 0; padding: 30px; border-radius: var(--r-lg); background: #fff; border: 1px solid var(--line); }
.principle-icon { width: 34px; height: 34px; color: var(--rose-600); margin-bottom: 18px; }
.principle blockquote { margin: 0; }
.principle p { font: italic 500 1.4rem/1.35 var(--font-display); color: var(--plum-900); }
.gallery-grid { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 3fr) minmax(0, 3fr); gap: 18px; align-items: center; }
.gallery-text .chip-row { margin-top: 24px; }
.gallery-photo { margin: 0; padding: 8px; border-radius: var(--r-lg); background: #fff; box-shadow: var(--shadow-md); }
.gallery-photo img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; border-radius: calc(var(--r-lg) - 8px); }
.gallery-photo--b { transform: translateY(36px); }

/* ---------------------------------------------------------------- article */

.byline { display: flex; align-items: center; gap: 14px; margin-top: 26px; padding-top: 20px; border-top: 1px solid var(--line); }
.byline img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; }
.byline p { display: flex; flex-direction: column; font-size: .92rem; font-weight: 500; }
.byline-meta { color: var(--ink-500); font-weight: 400; font-size: .85rem; }

/* ---------------------------------------------------------------- cta band */

.cta-band { padding-block: 0 clamp(56px, 8vw, 104px); }
.cta-card {
  position: relative; isolation: isolate; overflow: hidden; overflow: clip;
  display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap;
  padding: clamp(30px, 5vw, 56px); border-radius: var(--r-xl); color: #fff;
  background: radial-gradient(70% 120% at 100% 0%, rgba(196, 113, 132, .55), transparent 60%), radial-gradient(50% 90% at 0% 100%, rgba(63, 133, 121, .35), transparent 60%), linear-gradient(150deg, var(--plum-800), var(--plum-900));
  box-shadow: var(--shadow-lg);
}
.cta-swash { position: absolute; left: 0; right: 0; bottom: 0; width: 100%; height: 70%; z-index: -1; fill: none; stroke: rgba(226, 167, 177, .35); stroke-width: 1.5; vector-effect: non-scaling-stroke; }
.cta-text { max-width: 560px; }
.cta-title { font: 500 clamp(1.9rem, 3.4vw, 2.7rem)/1.1 var(--font-display); color: #fff; }
.cta-text p { margin-top: 12px; color: rgba(255, 255, 255, .78); }
.cta-actions { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.cta-card .btn--primary { background: #fff; color: var(--rose-700); box-shadow: 0 16px 30px -14px rgba(0, 0, 0, .5); }
.cta-card .btn--primary:hover { color: var(--rose-700); background: var(--blush-50); }

/* ---------------------------------------------------------------- contact */

.contact-grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(20px, 3vw, 36px); align-items: start; }
.form-card { padding: clamp(22px, 4vw, 40px); border-radius: var(--r-xl); background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-md); scroll-margin-top: calc(var(--header-h) + 16px); }
.form-intro { margin-top: 8px; font-size: .9rem; color: var(--ink-500); }
.form-alert { display: flex; align-items: center; gap: 10px; margin-top: 18px; padding: 12px 16px; border-radius: 14px; background: #fdecec; color: #8a2433; font-size: .94rem; }
.appt-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 18px; margin-top: 24px; }
.field { display: flex; flex-direction: column; gap: 8px; min-width: 0; }
.field--full { grid-column: 1 / -1; }
.field label { font-size: .9rem; font-weight: 600; color: var(--plum-900); }
.field input, .field select, .field textarea {
  width: 100%; min-height: 54px; padding: 14px 16px;
  border-radius: 14px; border: 1px solid var(--line-2); background: var(--bg);
  font-size: 1rem; color: var(--plum-900);
  transition: border-color .2s, box-shadow .2s, background-color .2s;
}
.field textarea { min-height: 120px; resize: vertical; line-height: 1.5; }
.field input::placeholder, .field textarea::placeholder { color: #9d8f9f; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--rose-500); background: #fff; box-shadow: 0 0 0 4px rgba(196, 113, 132, .18); }
.select-wrap { position: relative; }
.select-wrap select { appearance: none; -webkit-appearance: none; padding-right: 44px; cursor: pointer; }
.select-wrap .ic { position: absolute; right: 16px; top: 50%; width: 18px; height: 18px; margin-top: -9px; pointer-events: none; color: var(--ink-500); }
.field-error { margin: 0; min-height: 0; font-size: .85rem; color: #a3263a; }
.field-error:empty { display: none; }
.has-error input, .has-error select, .has-error textarea { border-color: #d0566b; background: #fffafa; }
.field--hp { position: absolute !important; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.check { display: flex; align-items: flex-start; gap: 12px; font-size: .93rem; font-weight: 400 !important; color: var(--ink-700) !important; cursor: pointer; line-height: 1.5; }
.check input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.check-box { display: grid; place-items: center; width: 24px; height: 24px; flex: none; margin-top: 1px; border-radius: 8px; border: 1.5px solid var(--line-2); background: #fff; color: transparent; transition: background-color .2s, border-color .2s, color .2s; }
.check-box .ic { width: 16px; height: 16px; stroke-width: 2.2; }
.check input:checked + .check-box { background: var(--rose-700); border-color: var(--rose-700); color: #fff; }
.check input:focus-visible + .check-box { outline: 3px solid rgba(168, 84, 106, .5); outline-offset: 2px; }
.has-error .check-box { border-color: #d0566b; }
.form-submit { grid-column: 1 / -1; display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin-top: 4px; }
.form-note { flex: 1 1 260px; display: flex; gap: 8px; margin: 0; font-size: .84rem; color: var(--ink-500); line-height: 1.45; }
.form-note .ic { width: 16px; height: 16px; margin-top: 2px; color: var(--teal-600); }
.form-success { grid-column: 1 / -1; display: flex; align-items: center; gap: 16px; padding: 18px 20px; border-radius: var(--r-md); background: var(--mint-50); border: 1px solid var(--mint-300); outline: none; }
.form-success-icon { width: 34px; height: 34px; padding: 6px; border-radius: 50%; background: var(--teal-600); color: #fff; stroke-width: 2.4; }
.form-success-title { font-weight: 600; color: var(--plum-900); margin-bottom: 2px; }
.form-success p { font-size: .92rem; color: var(--ink-700); }
.form-success .icon-btn { margin-left: auto; }
.contact-side { display: grid; gap: 18px; }
.info-card { padding: clamp(22px, 3vw, 32px); border-radius: var(--r-xl); background: linear-gradient(160deg, #fff, var(--blush-50)); border: 1px solid var(--line); }
.info-address { display: flex; gap: 12px; margin-top: 16px; color: var(--ink-700); line-height: 1.55; }
.info-address .ic, .info-line .ic { color: var(--rose-600); margin-top: 3px; }
.info-address small { color: var(--ink-500); font-size: .88rem; }
.info-line { display: flex; gap: 12px; margin-top: 12px; font-size: .94rem; color: var(--ink-700); }
.info-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.info-actions .round-action-icon { background: #fff; }
.map-card { position: relative; overflow: hidden; border-radius: var(--r-xl); border: 1px solid var(--line); background: var(--mint-50); box-shadow: var(--shadow-sm); }
.map-card iframe { width: 100%; height: 320px; border: 0; filter: saturate(.85) contrast(.98); }
.map-link { position: absolute; right: 12px; bottom: 12px; display: inline-flex; align-items: center; gap: 6px; padding: 8px 14px; border-radius: 999px; background: #fff; box-shadow: var(--shadow-sm); font-size: .86rem; font-weight: 600; text-decoration: none; }
.map-link .ic { width: 15px; height: 15px; }

/* ---------------------------------------------------------------- search */

.search-page-form {
  display: flex; align-items: center; gap: 10px; margin-top: 26px; padding: 6px 6px 6px 18px;
  border-radius: 999px; background: #fff; border: 1px solid var(--line-2); box-shadow: var(--shadow-sm);
}
.search-page-form:focus-within { border-color: var(--rose-500); box-shadow: 0 0 0 4px rgba(196, 113, 132, .18); }
.search-page-form > .ic { color: var(--ink-500); }
.search-input { flex: 1; min-width: 0; height: 48px; border: 0; background: none; font-size: 1.05rem; outline: none; }
.search-input::-webkit-search-cancel-button { -webkit-appearance: none; }
.search-status { min-height: 1.5em; color: var(--ink-500); font-size: .92rem; }
.result-list { list-style: none; margin: 14px 0 0; padding: 0; display: grid; gap: 10px; }
.result { display: grid; gap: 4px; padding: 18px 22px; border-radius: var(--r-md); background: #fff; border: 1px solid var(--line); color: var(--plum-900); text-decoration: none; transition: border-color .2s, box-shadow .2s; }
.result:hover, .result.is-active { color: var(--plum-900); border-color: var(--rose-300); box-shadow: var(--shadow-sm); }
.result-kind { font-size: .76rem; font-weight: 600; letter-spacing: .05em; color: var(--teal-600); }
.result-title { font: 500 1.3rem/1.2 var(--font-display); }
.result-text { font-size: .9rem; color: var(--ink-500); line-height: 1.5; }
.result mark { background: var(--blush-100); color: inherit; border-radius: 3px; padding: 0 1px; }
.search-empty { margin-top: 18px; padding: 18px 22px; border-radius: var(--r-md); background: var(--blush-50); color: var(--ink-700); }
.search-suggest { margin-top: 20px; }
.search-suggest--page { margin-top: 40px; }
.search-suggest-title { font: italic 500 1.1rem var(--font-display); color: var(--rose-600); margin-bottom: 10px; }

/* ---------------------------------------------------------------- 404 */

.notfound { padding: clamp(56px, 9vw, 120px) 0; text-align: center; }
.notfound-inner { display: flex; flex-direction: column; align-items: center; }
.notfound-art { width: 150px; height: 90px; margin-bottom: 18px; fill: none; stroke: var(--rose-500); stroke-width: 3; stroke-linecap: round; }
.notfound-art circle { fill: var(--rose-500); stroke: none; }
.notfound .page-lead { margin-bottom: 8px; }
.notfound .search-page-form { width: 100%; max-width: 520px; }

/* ---------------------------------------------------------------- footer */

.site-footer { margin-top: 0; padding: clamp(48px, 7vw, 80px) 0 28px; background: var(--plum-900); color: rgba(255, 255, 255, .78); }
.site-footer a { color: rgba(255, 255, 255, .78); text-decoration: none; }
.site-footer a:hover { color: #fff; }
.footer-grid { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr) minmax(0, .8fr) minmax(0, 1fr); gap: clamp(28px, 4vw, 56px); }
.brand--footer { color: #fff; margin: 0; }
.brand--footer:hover { color: #fff; }
.brand--footer .brand-role { color: rgba(255, 255, 255, .6); }
.footer-about { margin-top: 18px; font-size: .94rem; max-width: 36ch; }
.footer-actions { display: flex; gap: 8px; margin-top: 22px; }
.footer-actions .icon-btn--soft { background: rgba(255, 255, 255, .08); color: #fff; }
.footer-actions .icon-btn--soft:hover { background: rgba(255, 255, 255, .16); color: #fff; }
.footer-title { font: italic 500 1.2rem/1.2 var(--font-display); color: var(--rose-300); margin-bottom: 16px; }
.footer-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; font-size: .93rem; }
.footer-address { font-size: .93rem; line-height: 1.7; }
.footer-address .muted { color: rgba(255, 255, 255, .55); }
.footer-note { margin-top: 12px; font-size: .88rem; color: rgba(255, 255, 255, .6); }
.footer-bottom { display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; margin-top: clamp(36px, 5vw, 60px); padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, .12); font-size: .84rem; color: rgba(255, 255, 255, .55); }
.footer-bottom p { margin: 0; max-width: 70ch; }
.credit a { color: #fff; font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }

/* ---------------------------------------------------------------- dialogs */

dialog { padding: 0; border: 0; background: transparent; color: inherit; max-width: none; max-height: none; }
dialog::backdrop { background: rgba(45, 33, 48, .45); -webkit-backdrop-filter: blur(5px); backdrop-filter: blur(5px); }
dialog[open] { animation: dialog-in .32s var(--ease); }
@keyframes dialog-in { from { opacity: 0; transform: translateY(14px) scale(.98); } to { opacity: 1; transform: none; } }
html.has-dialog { overflow: hidden; }

.vk-dialog { width: min(440px, calc(100vw - 24px)); max-height: calc(100dvh - 24px); margin: auto; overflow: auto; border-radius: var(--r-xl); }
.vk { position: relative; padding: 14px; border-radius: var(--r-xl); background: var(--bg); box-shadow: var(--shadow-lg); }
.vk-close { position: absolute; right: 22px; top: 22px; z-index: 2; background: rgba(255, 255, 255, .8); }
.vk-card {
  position: relative; overflow: hidden; overflow: clip; isolation: isolate;
  padding: 30px 26px 24px; border-radius: 26px; text-align: center;
  background: radial-gradient(80% 60% at 50% 0%, #fff, transparent 70%), linear-gradient(165deg, var(--blush-100), var(--blush-200) 55%, var(--mint-100));
  border: 1px solid rgba(255, 255, 255, .8);
}
.vk-swash { position: absolute; left: -10px; right: -10px; top: 58px; width: calc(100% + 20px); height: 60px; z-index: -1; fill: none; stroke: rgba(255, 255, 255, .9); stroke-width: 2; stroke-linecap: round; }
.vk-avatar { width: 96px; height: 96px; margin: 0 auto 14px; border-radius: 32px; object-fit: cover; border: 4px solid #fff; box-shadow: var(--shadow-md); }
.vk-kicker { font: italic 500 1.05rem var(--font-display); color: var(--rose-600); margin-bottom: 2px; }
.vk-name { font: 600 2.1rem/1.1 var(--font-display); }
.vk-role { margin-top: 6px; font-size: .9rem; color: var(--ink-700); }
.vk-address { display: flex; justify-content: center; gap: 8px; margin-top: 16px; font-size: .9rem; color: var(--ink-700); text-align: left; line-height: 1.5; }
.vk-address .ic { color: var(--rose-600); margin-top: 2px; }
.vk-address small { color: var(--ink-500); }
.vk-actions { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 6px; padding: 20px 4px 8px; }
.vk-actions .round-action { min-width: 0; }
.vk-note { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 6px 0 4px; font-size: .84rem; color: var(--ink-500); text-align: center; }
.vk-note .ic { width: 16px; height: 16px; }

.search-dialog { width: min(700px, calc(100vw - 24px)); max-height: calc(100dvh - 40px); margin: min(12vh, 110px) auto auto; }
.search-panel { display: grid; grid-template-rows: auto auto minmax(0, 1fr) auto; max-height: calc(100dvh - 40px - min(12vh, 110px)); border-radius: var(--r-lg); background: #fff; box-shadow: var(--shadow-lg); overflow: hidden; }
.search-form { display: flex; align-items: center; gap: 10px; padding: 12px 12px 12px 20px; border-bottom: 1px solid var(--line); }
.search-form > .ic { color: var(--rose-600); }
.search-dialog .search-suggest { margin: 0; padding: 18px 20px 6px; }
.search-results { list-style: none; margin: 0; padding: 8px 12px 12px; overflow-y: auto; min-height: 0; display: grid; gap: 6px; align-content: start; }
.search-results .result { padding: 14px 16px; }
.search-results .result-title { font-size: 1.15rem; }
.search-results:empty { display: none; }
.search-noresult { padding: 16px; color: var(--ink-500); font-size: .94rem; }
.search-hint { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; margin: 0; padding: 10px 20px; border-top: 1px solid var(--line); background: var(--bg); font-size: .8rem; color: var(--ink-500); }
.search-hint kbd { display: inline-grid; place-items: center; min-width: 24px; height: 22px; padding: 0 6px; border-radius: 6px; background: #fff; border: 1px solid var(--line-2); font: 500 .75rem var(--font-body); color: var(--ink-700); }

.drawer { width: min(420px, 100vw); height: 100dvh; max-height: 100dvh; margin: 0 0 0 auto; }
.drawer[open] { animation: drawer-in .35s var(--ease); }
@keyframes drawer-in { from { transform: translateX(30px); opacity: 0; } to { transform: none; opacity: 1; } }
.drawer-panel { display: grid; grid-template-rows: auto minmax(0, 1fr) auto; height: 100%; background: var(--bg); box-shadow: var(--shadow-lg); }
.drawer-head { display: flex; align-items: center; justify-content: space-between; padding: 14px 16px 14px 22px; border-bottom: 1px solid var(--line); }
.drawer-title { font: italic 500 1.35rem var(--font-display); color: var(--rose-600); }
.drawer-body { min-height: 0; overflow-y: auto; padding: 16px 16px 24px; }
.drawer-search { display: flex; align-items: center; gap: 10px; width: 100%; min-height: 52px; padding: 0 16px; margin-bottom: 12px; border-radius: 16px; border: 1px solid var(--line-2); background: #fff; color: var(--ink-500); font-size: .94rem; text-align: left; }
.drawer-search .ic { color: var(--rose-600); }
.drawer-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 4px; }
.drawer-link {
  display: flex; align-items: center; justify-content: space-between; min-height: 54px; padding: 0 14px;
  border-radius: 14px; color: var(--plum-900); font-weight: 500; font-size: 1.05rem; text-decoration: none; cursor: pointer; list-style: none;
}
.drawer-link::-webkit-details-marker { display: none; }
.drawer-link:hover { background: #fff; color: var(--plum-900); }
.drawer-link[aria-current="page"] { background: #fff; color: var(--rose-700); }
.drawer-link .ic { width: 18px; height: 18px; color: var(--ink-500); transition: transform .25s var(--ease); }
.drawer-group[open] > .drawer-link .ic { transform: rotate(180deg); }
.drawer-sub { list-style: none; margin: 4px 0 8px; padding: 6px; border-radius: 16px; background: #fff; display: grid; gap: 2px; }
.drawer-sub a { display: flex; align-items: center; gap: 10px; min-height: 46px; padding: 8px 12px; border-radius: 12px; color: var(--ink-700); font-size: .95rem; line-height: 1.3; text-decoration: none; }
.drawer-sub a:hover, .drawer-sub a[aria-current="page"] { background: var(--blush-50); color: var(--rose-700); }
.drawer-sub .ic { width: 18px; height: 18px; color: var(--rose-600); }
.drawer-foot { display: flex; justify-content: space-around; gap: 8px; padding: 14px 12px calc(14px + env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: #fff; }

/* ---------------------------------------------------------------- reveal */

.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.js .reveal.is-visible { opacity: 1; transform: none; }

/* ---------------------------------------------------------------- responsive */

@media (max-width: 1180px) {
  .nav-link { padding: 0 9px; font-size: .95rem; }
  .brand-role { display: none; }
  .mega-inner { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mega-inner .mega-feature { grid-column: 1 / -1; min-height: 0; flex-direction: row; align-items: center; justify-content: space-between; }
  .mega-inner--learn { grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); }
}

@media (max-width: 1080px) {
  :root { --header-h: 68px; }
  .main-nav { display: none; }
  .menu-btn { display: inline-grid; }
  .brand-role { display: block; }
  .steps { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .steps li:not(:last-child)::after { display: none; }
  .trust-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .trust-list li, .trust-list li:first-child, .trust-list li:last-child { border-radius: var(--r-lg); border-left: 1px solid var(--line); }
  .bento { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .content-grid { grid-template-columns: 1fr; }
  .side { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .profile-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .profile-quote { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .glass-badge--top { left: -12px; }
  .glass-badge--bottom { right: -12px; }
}

@media (max-width: 900px) {
  .letter-grid, .compare-grid, .media-home-grid, .media-feature, .contact-grid { grid-template-columns: 1fr; }
  .letter-photo { max-width: 460px; }
  .article-grid, .service-cards, .video-grid, .principles { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .concern-box { grid-template-columns: 1fr; }
  .concern-tabs { flex-direction: row; overflow-x: auto; scroll-snap-type: x proximity; padding-bottom: 4px; margin-inline: -4px; padding-inline: 4px; scrollbar-width: none; }
  .concern-tabs::-webkit-scrollbar { display: none; }
  .concern-tab { flex: none; scroll-snap-align: start; white-space: nowrap; }
  .concern-tab::after { display: none; }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gallery-text { grid-column: 1 / -1; }
  .gallery-photo--b { transform: none; }
  .triptych { grid-template-columns: minmax(0, 1fr) minmax(250px, 340px) minmax(0, 1fr); gap: 14px; }
  .tri-card--side { padding: 6px 6px 10px; }
  .tri-card--side figcaption { font-size: .8rem; padding-top: 8px; }
  .glass-badge--top strong { font-size: 1.7rem; }
}

@media (max-width: 680px) {
  body { font-size: 1rem; }
  .header-tools .pill-btn span { display: none; }
  .header-tools .pill-btn { width: 46px; padding: 0; justify-content: center; }
  .icon-btn--call { display: none; }
  .hero-display { font-size: clamp(2.7rem, 12.5vw, 3.6rem); }
  .hero-actions .btn { width: 100%; }
  .triptych { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 40px; }
  .tri-card--center { grid-column: 1 / -1; grid-row: 1; justify-self: center; width: min(100%, 330px); margin-bottom: 8px; }
  .tri-card--left, .tri-card--right { justify-self: stretch; max-width: none; margin: 0; }
  .tri-card--right { margin-top: 26px; }
  .glass-badge--top { left: -6px; top: 36%; }
  .glass-badge--bottom { right: -6px; }
  .trust-list { grid-template-columns: 1fr; }
  .facts { grid-template-columns: 1fr; }
  .bento { grid-template-columns: 1fr; }
  .bento-card--feature { grid-column: auto; }
  .bento-card { min-height: 0; }
  .bento-title { margin-top: 18px; }
  .compare-cards, .article-grid, .service-cards, .video-grid, .principles, .option-grid, .profile-grid, .footer-grid, .appt-form, .side { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .steps li { display: grid; grid-template-columns: 44px 1fr; gap: 14px; align-items: center; padding: 16px; }
  .step-num { margin: 0; }
  .visit-actions { width: 100%; justify-content: space-between; }
  .cta-actions { width: 100%; }
  .cta-actions .btn { flex: 1 1 100%; }
  .form-submit .btn { width: 100%; }
  .facts--stack > div { grid-template-columns: 1fr; gap: 2px; }
  .group-head { gap: 12px; }
  .group-index { font-size: 2.4rem; }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .icon-btn { width: 48px; height: 48px; }
  .search-dialog { margin-top: 12px; }
  .search-panel { max-height: calc(100dvh - 24px); }
  .search-hint { display: none; }
  .vk-actions { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 16px; }
  .map-card iframe { height: 260px; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 680px) {
  .header-bar { gap: 10px; }
  .header-tools { gap: 4px; }
  .header-tools .icon-btn, .header-tools .pill-btn { width: 44px; height: 44px; }
  .brand { gap: 10px; }
  .brand-mark { width: 40px; height: 40px; border-radius: 13px; }
  .brand-mark .ic { width: 24px; height: 24px; }
  .brand-name { font-size: 1.14rem; }
  .brand-role { font-size: .72rem; }
}

@media (max-width: 400px) {
  .header-tools .pill-btn { display: none; }
}

@media (max-width: 340px) {
  .brand-role { display: none; }
  .brand-name { font-size: 1.05rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .signature-line { stroke-dashoffset: 0; }
  .js .reveal { opacity: 1; transform: none; }
}

@media print {
  .site-header, .site-footer, .cta-band, dialog, .hero-actions, .side { display: none !important; }
  body { background: #fff; }
}
