:root {
  --ink: #1e2421;
  --muted: #69706b;
  --paper: #f7f5ef;
  --paper-2: #efede6;
  --white: #fff;
  --forest: #243a31;
  --sage: #a9b8a9;
  --line: rgba(30, 36, 33, 0.14);
  --warm: #c7a88b;
  --shadow: 0 24px 70px rgba(26, 34, 29, 0.12);
  --radius: 22px;
  --shell: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
html { scrollbar-color: var(--forest) transparent; scrollbar-width: thin; }
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: var(--forest); border: 2px solid transparent; border-radius: 999px; background-clip: padding-box; }
::-webkit-scrollbar-button { display: none; width: 0; height: 0; }
::-webkit-scrollbar-corner { background: transparent; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
body.is-locked { overflow: hidden; }
img { display: block; width: 100%; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  left: 16px;
  top: -60px;
  z-index: 1000;
  padding: 11px 15px;
  color: var(--white);
  background: var(--forest);
  border-radius: 10px;
  transition: top .2s;
}
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(247, 245, 239, .88);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px);
  transition: border-color .25s, box-shadow .25s;
}
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 8px 30px rgba(30,36,33,.05); }
.header-inner { min-height: 78px; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--paper);
  background: var(--forest);
  border-radius: 50%;
  font-family: Georgia, serif;
  font-size: 24px;
  font-style: italic;
}
.brand-copy { display: grid; line-height: 1.06; }
.brand-copy strong { font-size: 14px; letter-spacing: .14em; }
.brand-copy small { margin-top: 4px; color: var(--muted); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: 26px; margin-inline: auto; }
.site-nav a { position: relative; color: #4c534f; font-size: 14px; }
.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -7px;
  height: 1px;
  background: var(--ink);
  transition: right .25s;
}
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 18px; }
.header-phone { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 152px; min-height: 46px; font-size: 13px; font-weight: 650; white-space: nowrap; }
.header-phone .phone-label { display: flex; align-items: center; justify-content: center; width: 100%; }
.mobile-header-booking { display: none; }
.menu-toggle { display: none; }
.phone-label { display: inline-block; transition: opacity .18s ease, transform .18s ease; }
[data-copy-phone].is-switching .phone-label { opacity: 0; transform: translateY(-4px); }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 650;
  font-size: 14px;
  transition: transform .2s, background .2s, color .2s, border-color .2s;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .filter-button:focus-visible, .result-card:focus-visible, .photo-rail button:focus-visible { outline: 3px solid rgba(36, 58, 49, .28); outline-offset: 3px; }
.button-dark { color: var(--white); background: var(--forest); }
.button-dark:hover { background: #172820; }
.button-large { min-height: 54px; padding-inline: 28px; }
.button-outline { border-color: var(--ink); background: transparent; }
.button-outline:hover { color: var(--white); background: var(--ink); }
.button-light { color: var(--forest); background: var(--paper); }
.button-light:hover { background: var(--white); }
.button-ghost-light { color: var(--white); border-color: rgba(255,255,255,.45); background: transparent; }
.button-ghost-light:hover { border-color: var(--white); }
.text-link { display: inline-flex; align-items: center; gap: 9px; font-size: 14px; font-weight: 650; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateY(3px); }

.hero { min-height: 690px; padding: 68px 0 82px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: clamp(48px, 7vw, 90px); }
.eyebrow { margin: 0 0 18px; color: #66726c; font-size: 11px; font-weight: 750; letter-spacing: .2em; text-transform: uppercase; }
h1, h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.045em; line-height: .98; }
h1 { max-width: 700px; font-size: clamp(58px, 7vw, 102px); }
h1 em { color: #7e8d84; font-weight: 400; }
h2 { font-size: clamp(44px, 5.1vw, 72px); }
.hero-lead { max-width: 560px; margin: 28px 0 0; color: #4f5752; font-size: clamp(18px, 2vw, 22px); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 36px; }
.hero-facts { display: flex; gap: 0; margin: 48px 0 0; padding: 0; list-style: none; }
.hero-facts li { display: grid; min-width: 130px; padding: 0 24px; border-left: 1px solid var(--line); }
.hero-facts li:first-child { padding-left: 0; border-left: 0; }
.hero-facts strong { font-family: Georgia, serif; font-size: 24px; font-weight: 400; }
.hero-facts span { color: var(--muted); font-size: 12px; }
.hero-visual { position: relative; min-height: 560px; }
.hero-image-frame {
  position: absolute;
  inset: 0 8% 0 0;
  overflow: hidden;
  border-radius: 46% 46% 30px 30px;
  background: var(--paper-2);
}
.hero-image-frame::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.35); pointer-events: none; }
.hero-image-frame img { height: 100%; object-fit: cover; }
.rating-card {
  position: absolute;
  right: 0;
  bottom: 72px;
  display: flex;
  align-items: center;
  gap: 13px;
  min-width: 190px;
  padding: 15px 18px;
  background: rgba(255,255,255,.92);
  border-radius: 16px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}
.rating-card > span:last-child { display: grid; }
.rating-card strong { font-family: Georgia, serif; font-size: 25px; font-weight: 400; }
.rating-card small { color: var(--muted); font-size: 10px; }
.rating-star { color: #c49347; font-size: 24px; }
.hero-note {
  position: absolute;
  right: 3%;
  top: 60px;
  width: 152px;
  padding: 14px;
  color: var(--white);
  background: var(--forest);
  border-radius: 50%;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  text-align: center;
  font-size: 12px;
  line-height: 1.4;
  transform: rotate(7deg);
}

.quiet-strip { border-block: 1px solid var(--line); }
.quiet-strip-inner { min-height: 70px; display: flex; align-items: center; justify-content: center; gap: clamp(18px, 4vw, 54px); color: #505954; font-size: 13px; scrollbar-width: none; }
.quiet-strip-inner::-webkit-scrollbar { display: none; }
.quiet-strip i { width: 4px; height: 4px; background: var(--warm); border-radius: 50%; }
.section { padding: 120px 0; }
.section-tinted { background: var(--paper-2); }
.intro-grid, .faq-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(60px, 10vw, 150px); }
.section-heading .eyebrow { margin-bottom: 20px; }
.intro-big { margin: 0 0 50px; font-family: Georgia, serif; font-size: clamp(25px, 3vw, 38px); line-height: 1.35; letter-spacing: -.025em; }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.principles > div { padding-top: 17px; border-top: 1px solid var(--line); }
.principles span { color: #88918b; font-size: 11px; }
.principles p { margin: 14px 0 0; color: var(--muted); font-size: 13px; }
.principles strong { display: block; margin-bottom: 7px; color: var(--ink); font-size: 15px; }
.section-top { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 52px; }
.section-note { max-width: 455px; margin: 0 0 4px; color: var(--muted); font-size: 14px; }

.service-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 16px; }
.filter-list { display: flex; flex-wrap: wrap; gap: 8px; scrollbar-width: none; }
.filter-list::-webkit-scrollbar { display: none; }
.filter-button {
  min-height: 40px;
  padding: 0 17px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  font-size: 13px;
  transition: .2s;
}
.filter-button:hover, .filter-button.is-active { color: var(--white); border-color: var(--forest); background: var(--forest); }
.service-search { width: 210px; flex: 0 0 auto; }
.service-search input {
  width: 100%;
  min-height: 42px;
  padding: 0 15px;
  border: 0;
  border-bottom: 1px solid var(--ink);
  outline: none;
  background: transparent;
  font-size: 13px;
}
.service-search input:focus { border-bottom-width: 2px; }
.service-count { min-height: 22px; margin: 0 0 20px; color: var(--muted); font-size: 12px; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.service-card {
  position: relative;
  display: grid;
  grid-template-columns: 118px 1fr;
  min-height: 176px;
  overflow: hidden;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(30,36,33,.08);
  border-radius: 18px;
  transition: transform .25s, box-shadow .25s, border-color .25s;
}
.service-card:hover { transform: translateY(-3px); border-color: rgba(30,36,33,.18); box-shadow: 0 14px 34px rgba(30,36,33,.08); }
.service-card[hidden] { display: none; }
.service-image { min-height: 100%; overflow: hidden; background: #dedbd3; }
.service-image img { height: 100%; object-fit: cover; }
.service-content { display: grid; grid-template-columns: 1fr auto; gap: 6px 18px; align-content: start; padding: 20px 20px 18px; }
.service-meta { color: #78827c; font-size: 10px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.service-price { grid-column: 2; grid-row: 1 / 3; align-self: start; font-family: Georgia, serif; font-size: 21px; white-space: nowrap; }
.service-title { margin: 3px 0 0; font-size: 16px; line-height: 1.25; }
.service-description { grid-column: 1 / -1; margin: 8px 0 0; color: var(--muted); font-size: 12px; line-height: 1.45; }
.service-book { grid-column: 1 / -1; justify-self: start; margin-top: 8px; padding: 0; border: 0; border-bottom: 1px solid currentColor; background: none; cursor: pointer; font-size: 12px; font-weight: 700; }
.service-empty { grid-column: 1 / -1; padding: 44px; text-align: center; color: var(--muted); }
.show-all-wrap { display: flex; justify-content: center; margin-top: 30px; }

.results { background: var(--forest); color: var(--white); }
.results .eyebrow, .results .section-note { color: rgba(255,255,255,.62); }
.result-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 330px; gap: 14px; }
.result-card {
  position: relative;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 18px;
  background: #172820;
  cursor: zoom-in;
}
.result-card-wide { grid-column: span 2; }
.result-card img { height: 100%; object-fit: cover; transition: transform .6s; }
.result-card:hover img { transform: scale(1.025); }
.result-card::after { content: ""; position: absolute; inset: auto 0 0; height: 44%; background: linear-gradient(transparent, rgba(15,22,18,.76)); }
.result-label { position: absolute; z-index: 1; left: 20px; bottom: 18px; display: grid; color: var(--white); text-align: left; }
.result-label strong { font-size: 14px; }
.result-label small { margin-top: 3px; color: rgba(255,255,255,.68); font-size: 11px; }

.expert-section { padding-block: 90px; }
.expert-card { display: grid; grid-template-columns: .86fr 1.14fr; min-height: 540px; overflow: hidden; color: var(--white); background: #8b6f5e; border-radius: 28px; }
.expert-image { min-height: 100%; }
.expert-image img { height: 100%; object-fit: cover; }
.expert-copy { align-self: center; padding: clamp(38px, 6vw, 80px); }
.expert-copy .eyebrow { color: rgba(255,255,255,.66); }
.expert-copy h2 { max-width: 590px; font-size: clamp(42px, 5vw, 68px); }
.expert-copy > p:not(.eyebrow) { max-width: 590px; margin: 28px 0; color: rgba(255,255,255,.78); font-size: 15px; }
.check-list { display: grid; gap: 10px; margin: 0 0 32px; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 25px; font-size: 13px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: #d9e4d9; }

.reviews-section { padding-top: 96px; }
.yandex-badge { display: grid; grid-template-columns: 32px auto; align-items: center; column-gap: 10px; min-width: 150px; padding: 12px 16px; border: 1px solid var(--line); border-radius: 14px; }
.yandex-badge > img { grid-row: 1 / 3; width: 30px; height: 30px; object-fit: contain; }
.yandex-badge strong { line-height: 1; }
.yandex-badge small { color: var(--muted); font-size: 10px; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.review-card { display: flex; flex-direction: column; min-height: 320px; padding: 30px; background: var(--white); border: 1px solid rgba(30,36,33,.08); border-radius: 18px; }
.stars { color: #b98945; font-size: 14px; letter-spacing: .15em; }
.review-card blockquote { margin: 38px 0 34px; font-family: Georgia, serif; font-size: clamp(21px, 2vw, 27px); line-height: 1.38; }
.review-card footer { display: grid; margin-top: auto; }
.review-card footer strong { font-size: 13px; }
.review-card footer span { color: var(--muted); font-size: 11px; }

.gallery-section { padding-top: 20px; overflow: hidden; }
.photo-rail { display: grid; grid-template-columns: 1.15fr .85fr .85fr .85fr .85fr; gap: 12px; overflow-x: auto; padding-bottom: 10px; scrollbar-width: none; scroll-snap-type: x proximity; overscroll-behavior-inline: contain; touch-action: pan-x pinch-zoom; -webkit-overflow-scrolling: touch; }
.photo-rail::-webkit-scrollbar { display: none; }
.photo-rail button { min-width: 210px; height: 340px; overflow: hidden; padding: 0; border: 0; border-radius: 16px; background: #dedbd3; cursor: zoom-in; scroll-snap-align: start; }
.photo-rail img { height: 100%; object-fit: cover; transition: transform .5s; }
.photo-rail button:hover img { transform: scale(1.03); }

.faq-section { padding-top: 72px; background: var(--paper-2); }
.faq-grid > .section-heading { position: sticky; top: 120px; align-self: start; }
.faq-grid > .section-heading > p:not(.eyebrow) { max-width: 360px; margin: 26px 0; color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 25px 46px 25px 0; list-style: none; cursor: pointer; font-size: 17px; font-weight: 650; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 6px; top: 21px; font-family: Georgia, serif; font-size: 28px; font-weight: 400; transition: transform .25s; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p { max-width: 650px; margin: -4px 0 26px; padding-right: 32px; color: var(--muted); font-size: 14px; line-height: 1.65; }

.contact-section { padding: 120px 0; color: var(--white); background: var(--forest); }
.contact-grid { display: grid; grid-template-columns: 1fr .94fr; align-items: stretch; gap: 70px; }
.contact-copy .eyebrow { color: rgba(255,255,255,.58); }
.contact-copy h2 { max-width: 600px; }
.contact-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 34px; margin: 48px 0 36px; }
.contact-list > * { display: grid; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.18); }
.contact-list small { color: rgba(255,255,255,.5); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.contact-list strong { margin-top: 7px; font-size: 14px; font-weight: 550; }
.contact-actions { display: flex; gap: 10px; }
.location-card { position: relative; min-height: 520px; overflow: hidden; border-radius: 24px; }
.location-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 55%, rgba(10,17,13,.75)); }
.location-card img { height: 100%; object-fit: cover; }
.location-card > span { position: absolute; z-index: 1; left: 24px; bottom: 24px; display: grid; }
.location-card strong { font-family: Georgia, serif; font-size: 26px; font-weight: 400; }
.location-card small { margin-top: 4px; color: rgba(255,255,255,.72); }
.location-card i { position: absolute; z-index: 1; right: 20px; top: 20px; display: grid; place-items: center; width: 42px; height: 42px; color: var(--ink); background: var(--white); border-radius: 50%; font-style: normal; }

.site-footer { color: #d8ddd9; background: #182820; border-top: 1px solid rgba(255,255,255,.11); }
.footer-inner { min-height: 130px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 58px; }
.brand-footer .brand-mark { color: var(--forest); background: var(--paper); }
.brand-footer .brand-copy small { color: rgba(255,255,255,.48); }
.footer-inner p { max-width: 620px; margin: 0; color: rgba(255,255,255,.48); font-size: 11px; }
.footer-links { display: flex; gap: 20px; font-size: 12px; }

dialog { border: 0; }
dialog::backdrop { background: rgba(15, 20, 17, .72); backdrop-filter: blur(6px); }
.booking-dialog { width: min(930px, calc(100vw - 32px)); max-height: min(760px, calc(100vh - 32px)); padding: 0; overflow: auto; color: var(--ink); background: var(--paper); border-radius: 24px; box-shadow: var(--shadow); }
.booking-dialog[open] { animation: dialog-in .26s ease both; }
.dialog-close { position: absolute; z-index: 5; right: 16px; top: 14px; display: grid; place-items: center; width: 40px; height: 40px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.9); cursor: pointer; font-size: 27px; line-height: 1; }
.booking-layout { display: grid; grid-template-columns: .8fr 1.2fr; min-height: 630px; }
.booking-aside { padding: 58px 44px; color: var(--white); background: var(--forest); }
.booking-aside .eyebrow { color: rgba(255,255,255,.6); }
.booking-aside h2 { font-size: 52px; }
.booking-aside p { margin: 26px 0; color: rgba(255,255,255,.7); font-size: 14px; }
.booking-aside ul { display: grid; gap: 10px; margin: 34px 0 0; padding: 22px 0 0; border-top: 1px solid rgba(255,255,255,.16); list-style: none; color: rgba(255,255,255,.72); font-size: 12px; }
.phone-copy-text { padding: 0; color: inherit; border: 0; background: transparent; cursor: pointer; font: inherit; }
.booking-form { padding: 56px 48px 36px; }
.form-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 14px; }
.form-fields label { display: grid; gap: 7px; color: #5f6762; font-size: 11px; font-weight: 650; }
.form-full { grid-column: 1 / -1; }
.form-fields input, .form-fields select, .form-fields textarea {
  width: 100%;
  min-height: 45px;
  padding: 10px 12px;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 10px;
  outline: none;
  background: rgba(255,255,255,.75);
  font-size: 13px;
}
.form-fields textarea { resize: vertical; }
.form-fields input:focus, .form-fields select:focus, .form-fields textarea:focus { border-color: var(--forest); box-shadow: 0 0 0 3px rgba(36,58,49,.08); }
.consent { display: flex; gap: 9px; margin: 19px 0; color: var(--muted); font-size: 11px; }
.consent input { margin-top: 2px; accent-color: var(--forest); }
.button-submit { width: 100%; }
.form-hint { margin: 12px 0 0; color: #8a918d; font-size: 10px; text-align: center; }
.booking-success { align-self: center; padding: 56px; text-align: center; }
.booking-success.is-showing { animation: success-in .55s cubic-bezier(.2,.75,.25,1) both; }
.booking-success > span { display: grid; place-items: center; width: 62px; height: 62px; margin: 0 auto 20px; color: var(--white); background: var(--forest); border-radius: 50%; font-size: 27px; }
.booking-success h3 { margin: 0; font-family: Georgia, serif; font-size: 38px; font-weight: 400; }
.booking-success p { max-width: 420px; margin: 18px auto 30px; color: var(--muted); font-size: 14px; }
.booking-success .button { margin: 5px; }
.lightbox { width: min(900px, calc(100vw - 28px)); max-height: calc(100vh - 28px); padding: 14px; overflow: hidden; background: var(--paper); border-radius: 20px; box-shadow: var(--shadow); }
.lightbox[open] { animation: lightbox-in .38s cubic-bezier(.2,.75,.25,1) both; }
.lightbox[open]::backdrop { animation: backdrop-in .3s ease both; }
.lightbox[open] img { animation: lightbox-image-in .5s cubic-bezier(.18,.78,.22,1) both; }
.lightbox.is-closing { animation: lightbox-out .22s ease both; }
.lightbox.is-closing::backdrop { animation: backdrop-out .22s ease both; }
.lightbox.is-closing img { animation: lightbox-image-out .22s ease both; }
.lightbox img { max-height: calc(100vh - 110px); object-fit: contain; border-radius: 12px; }
.lightbox p { margin: 10px 4px 2px; font-size: 13px; }
.lightbox-close { color: var(--white); background: rgba(20,25,22,.72); }
@keyframes dialog-in { from { opacity: 0; transform: translateY(14px) scale(.985); } }
@keyframes lightbox-in {
  from { opacity: 0; transform: translateY(18px) scale(.965); }
  to { opacity: 1; transform: none; }
}
@keyframes lightbox-out {
  from { opacity: 1; transform: none; }
  to { opacity: 0; transform: translateY(10px) scale(.98); }
}
@keyframes lightbox-image-in {
  from { opacity: 0; transform: scale(.94); filter: blur(5px); }
  to { opacity: 1; transform: none; filter: blur(0); }
}
@keyframes lightbox-image-out {
  from { opacity: 1; transform: none; }
  to { opacity: 0; transform: scale(.975); }
}
@keyframes backdrop-in { from { opacity: 0; } to { opacity: 1; } }
@keyframes backdrop-out { from { opacity: 1; } to { opacity: 0; } }
@keyframes success-in {
  from { opacity: 0; transform: translateY(18px) scale(.98); }
  to { opacity: 1; transform: none; }
}

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal-delay { transition-delay: .12s; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1020px) {
  :root { --shell: min(100% - 36px, 920px); }
  .site-nav { gap: 16px; }
  .site-nav a:nth-child(3) { display: none; }
  .header-phone { display: none; }
  .hero { min-height: auto; }
  .hero-grid { gap: 40px; }
  .hero-visual { min-height: 500px; }
  .service-grid { grid-template-columns: 1fr; }
  .result-grid { grid-auto-rows: 290px; }
  .expert-card { grid-template-columns: .75fr 1.25fr; }
  .contact-grid { gap: 40px; }
  .booking-layout { grid-template-columns: .72fr 1.28fr; }
  .booking-aside { padding: 48px 32px; }
  .booking-form { padding: 54px 34px 34px; }
}

@media (max-width: 780px) {
  :root { --shell: min(100% - 28px, 680px); }
  html { scroll-padding-top: 76px; scrollbar-width: none; }
  html::-webkit-scrollbar { display: none; width: 0; height: 0; }
  .header-inner { min-height: 68px; gap: 8px; }
  .header-actions .button { display: none; }
  .mobile-header-booking { display: inline-flex; align-items: center; justify-content: center; min-height: 36px; margin-left: auto; padding: 0 15px; color: var(--white); border: 0; border-radius: 999px; background: var(--forest); cursor: pointer; font-size: 11px; font-weight: 700; }
  .menu-toggle { display: grid; width: 42px; height: 42px; margin-left: 0; padding: 10px; border: 0; background: transparent; cursor: pointer; }
  .menu-toggle span:not(.sr-only) { display: block; height: 1px; background: var(--ink); transition: .25s; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 68px;
    display: grid;
    gap: 0;
    padding: 10px 20px 22px;
    background: rgba(247,245,239,.98);
    border-bottom: 1px solid var(--line);
    transform: translateY(-12px);
    opacity: 0;
    visibility: hidden;
    transition: .22s;
  }
  .site-nav.is-open { transform: none; opacity: 1; visibility: visible; }
  .site-nav a, .site-nav a:nth-child(3) { display: block; padding: 13px 5px; border-bottom: 1px solid rgba(30,36,33,.08); }
  .site-nav a { text-align: center; }
  .site-nav a::after { display: none; }
  .hero { padding: 50px 0 58px; }
  .hero-grid { grid-template-columns: 1fr; }
  h1 { font-size: clamp(54px, 17vw, 82px); }
  .hero-visual { min-height: 480px; }
  .hero-image-frame { inset-right: 0; }
  .hero-note { right: 0; top: 36px; width: 132px; }
  .quiet-strip-inner { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); min-height: 78px; gap: 0; overflow: visible; white-space: normal; }
  .quiet-strip-inner span { display: flex; align-items: center; justify-content: center; min-height: 42px; padding-inline: 8px; text-align: center; font-size: 10px; line-height: 1.3; }
  .quiet-strip-inner span:nth-of-type(n + 2) { border-left: 1px solid var(--line); }
  .quiet-strip-inner i { display: none; }
  .section { padding: 82px 0; }
  .intro-grid, .faq-grid { grid-template-columns: 1fr; gap: 42px; }
  .principles { grid-template-columns: 1fr; }
  .section-top { align-items: start; flex-direction: column; gap: 24px; margin-bottom: 36px; }
  .service-toolbar { align-items: stretch; flex-direction: column; }
  .filter-list { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 4px; }
  .filter-button { white-space: nowrap; }
  .service-search { width: 100%; }
  .result-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 280px; }
  .result-card-wide { grid-column: span 2; }
  .expert-card { grid-template-columns: 1fr; }
  .expert-image { height: 330px; }
  .review-grid { grid-template-columns: 1fr; }
  .review-card { min-height: 260px; }
  .faq-grid > .section-heading { position: static; }
  .contact-grid { grid-template-columns: 1fr; }
  .location-card { min-height: 420px; }
  .footer-inner { grid-template-columns: 1fr; gap: 24px; padding-block: 34px 90px; }
  .brand-footer { justify-self: center; }
  .footer-inner p { justify-self: center; text-align: center; }
  .footer-links { justify-content: center; width: 100%; }
  .booking-layout { grid-template-columns: 1fr; }
  .booking-aside { padding: 42px 28px 30px; }
  .booking-aside h2 { font-size: 43px; }
  .booking-aside ul { display: none; }
  .booking-form { padding: 30px 28px 34px; }
  .booking-success { padding: 42px 28px; }
}

@media (max-width: 520px) {
  :root { --shell: calc(100% - 24px); --radius: 16px; }
  .brand-copy strong { font-size: 12px; }
  .brand-mark { width: 38px; height: 38px; }
  .mobile-header-booking { padding-inline: 12px; }
  .hero { padding-top: 36px; }
  .hero-lead { font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .hero-actions .text-link { justify-content: center; }
  .hero-facts { justify-content: space-between; }
  .hero-facts li { min-width: 0; padding: 0 10px; }
  .hero-facts strong { font-size: 20px; }
  .hero-visual { min-height: 420px; }
  .hero-image-frame { border-radius: 46% 46% 20px 20px; }
  .rating-card { right: 4px; bottom: 24px; }
  .hero-note { width: 110px; font-size: 10px; }
  h2 { font-size: clamp(40px, 13vw, 56px); }
  .service-card { grid-template-columns: 96px 1fr; min-height: 168px; }
  .service-content { padding: 17px 14px; gap: 5px 10px; }
  .service-price { font-size: 18px; }
  .service-title { font-size: 14px; }
  .service-description { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
  .result-grid { grid-template-columns: 1fr; grid-auto-rows: 310px; }
  .result-card-wide { grid-column: span 1; }
  .expert-section { padding-block: 56px; }
  .expert-card { border-radius: 20px; }
  .expert-image { height: 270px; }
  .expert-copy { padding: 34px 24px 40px; }
  .review-card { padding: 24px; }
  .review-card blockquote { margin-top: 28px; }
  .gallery-section .text-link { font-size: 12px; }
  .photo-rail { scroll-snap-type: x mandatory; }
  .photo-rail button { height: 300px; min-width: min(76vw, 260px); scroll-snap-stop: always; }
  .faq-list summary { padding-block: 21px; font-size: 15px; }
  .contact-section { padding: 82px 0; }
  .contact-list { grid-template-columns: 1fr; }
  .contact-actions { align-items: stretch; flex-direction: column; }
  .location-card { min-height: 360px; }
  .form-fields { grid-template-columns: 1fr; }
  .form-full { grid-column: auto; }
  .booking-dialog { width: calc(100vw - 16px); max-height: calc(100vh - 16px); border-radius: 17px; }
}

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