@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('assets/fonts/montserrat-400.ttf') format('truetype');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('assets/fonts/montserrat-700.ttf') format('truetype');
}

@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('assets/fonts/cormorant-garamond-400.ttf') format('truetype');
}

@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('assets/fonts/cormorant-garamond-500.ttf') format('truetype');
}

:root {
  --green: #17342d;
  --gold: #e8c77b;
  --ink: #f5f1e9;
  --panel: #1d4037;
  --line: rgba(232, 199, 123, .78);
  --sans: Montserrat, Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { overflow-x: clip; }
body { margin: 0; background: #192c25; color: var(--ink); font-family: var(--sans); }
body.menu-open { overflow: hidden; }
button, a { font: inherit; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

.topbar { position: fixed; z-index: 10; inset: 0 0 auto; height: 0; pointer-events: none; }
.brand { max-width: 230px; overflow: hidden; color: var(--gold); font-family: Georgia, serif; font-size: 1.25rem; letter-spacing: .05em; text-decoration: none; text-transform: uppercase; white-space: nowrap; }
.topbar .brand { display: none; }
.menu-toggle { position: absolute; top: 18px; right: 16px; display: grid; width: 50px; height: 50px; cursor: pointer; place-content: center; gap: 6px; border: 0; border-radius: 50%; background: var(--green); pointer-events: auto; }
.menu-toggle span:not(.sr-only) { display: block; width: 28px; height: 2px; background: var(--gold); }
.site-menu { position: fixed; top: calc(50% - var(--menu-radius, 465px)); left: calc(50% - var(--menu-radius, 465px)); z-index: 9; display: flex; width: var(--menu-diameter, 930px); height: var(--menu-diameter, 930px); flex-direction: column; align-items: center; justify-content: center; gap: 8px; padding: 0; border: 0; border-radius: 50%; background: #192c25; box-shadow: none; opacity: 0; pointer-events: none; transform: scale(0); transition: transform .32s ease, opacity .18s ease; }
.site-menu.is-open { opacity: 1; pointer-events: auto; transform: scale(1); }
.site-menu a { width: 100%; padding: 3px 24px; color: var(--ink); font-size: 20px; font-weight: 400; line-height: 29px; letter-spacing: 0; text-align: center; text-decoration: none; text-transform: none; }
.site-menu a:hover, .site-menu a:focus-visible { color: var(--gold); background: transparent; }

.site-shell { width: min(100%, 792px); margin: 0 auto; overflow: clip; }
.section { padding: 0 0 36px; }
.banner { width: 100%; }
.hero { padding-bottom: 28px; }
.hero > img { width: 100%; }
.hero > .cta { margin: 12px 12px 0; }
.action-stack { display: grid; padding: 12px 16px 0; gap: 12px; }
.cta { display: flex; min-height: 60px; align-items: center; justify-content: center; padding: 11px 18px; border: 2px solid var(--gold); border-radius: 5px; color: var(--ink); background: rgba(23,52,45,.2); box-shadow: none; text-align: center; text-decoration: none; text-transform: uppercase; font-size: .78rem; line-height: 1.35; letter-spacing: .045em; cursor: pointer; transition: transform .28s ease, box-shadow .28s ease, background .28s ease; }
.cta:hover, .cta:focus-visible { transform: translateY(-2px); background: rgba(232,199,123,.12); box-shadow: 0 10px 25px rgba(0,0,0,.16); }
.cta-primary { position: relative; overflow: hidden; border-color: transparent; color: #090909; background: linear-gradient(115deg, #e8c570 0%, #ffdfa1 100%); font-size: .86rem; font-weight: 700; letter-spacing: .01em; }
.cta-primary::after { content: ''; position: absolute; right: 0; bottom: 0; width: 0; height: 0; border-style: solid; border-width: 0 0 14px 14px; border-color: transparent transparent #fff transparent; }
.cta-primary:hover, .cta-primary:focus-visible { background: linear-gradient(115deg, #f0cf7d 0%, #ffe5ad 100%); }
.cta-gold { border-color: transparent; color: #090909; background: linear-gradient(115deg, #e8c570 0%, #ffdfa1 100%); font-size: .86rem; font-weight: 700; letter-spacing: .01em; }
.cta-gold:hover, .cta-gold:focus-visible { background: linear-gradient(115deg, #f0cf7d 0%, #ffe5ad 100%); }
.cta small { display: block; margin-top: 2px; text-transform: none; letter-spacing: 0; }
.cta-pulse { animation: none; }
@keyframes ctaPulse { 50% { box-shadow: 0 0 0 8px rgba(232,199,123,.12); } }

.disclosure { margin: 10px 16px 0; border: 2px solid var(--line); }
.disclosure summary { display: flex; min-height: 60px; align-items: center; justify-content: space-between; padding: 12px 16px; cursor: pointer; color: var(--ink); list-style: none; text-transform: uppercase; font-size: .78rem; line-height: 1.35; letter-spacing: .045em; }
.disclosure summary::after { content: '›'; color: var(--gold); font-size: 1.55rem; transition: transform .2s ease; }
.disclosure[open] summary::after { transform: rotate(90deg); }
.disclosure summary::-webkit-details-marker { display: none; }
.disclosure summary small { display: block; margin-top: 3px; opacity: .86; text-transform: none; letter-spacing: 0; }
.disclosure--about { border: 2px solid #e8c570; border-radius: 5px; background: #fff; }
.disclosure--about summary,
.disclosure--certificates summary { justify-content: center; padding-right: 56px; color: #080909; font-size: .86rem; font-weight: 700; letter-spacing: .01em; position: relative; }
.disclosure--about summary::after,
.disclosure--certificates summary::after { content: '⌄'; position: absolute; right: 22px; color: #514b40; font-size: 1.8rem; transform: translateY(-10%); }
.disclosure--about[open] summary::after,
.disclosure--certificates[open] summary::after { transform: translateY(10%) rotate(180deg); }
.disclosure--certificates { border: 0; border-radius: 5px; background: linear-gradient(115deg, #e8c570 0%, #ffdda0 100%); }
.certificate-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 8px; padding: 0 8px 8px; }
.certificate-grid img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.certificate-carousel { padding: 0 14px 7px; overflow: hidden; }
.certificate-track { display: grid; grid-auto-columns: 100%; grid-auto-flow: column; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.certificate-track::-webkit-scrollbar { display: none; }
.certificate-track img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; scroll-snap-align: start; }
.certificate-dots { display: flex; height: 20px; justify-content: center; margin-top: 2px; }
.certificate-dots button { position: relative; width: 20.8px; height: 20px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.certificate-dots button::after { position: absolute; top: 8px; left: 2.4px; width: 16px; height: 4px; content: ''; background: rgba(197,162,95,.45); }
.certificate-dots button.is-active::after { background: #c5a25f; }

.direction-list { display: grid; padding-top: 4px; }
.image-card { display: block; padding: 0; cursor: zoom-in; border: 0; background: transparent; }
.image-card img { width: 100%; }
.text-disclosure { overflow: clip; border: 0; border-radius: 5px; background: linear-gradient(115deg, #e8c570 0%, #ffdfa1 100%); }
.text-disclosure summary { flex-direction: column; justify-content: center; min-height: 82px; padding: 13px 56px 13px 22px; color: #080909; font-size: .86rem; font-weight: 700; line-height: 1.25; letter-spacing: .01em; position: relative; text-align: center; }
.text-disclosure summary::after { content: '⌄'; position: absolute; right: 22px; color: #514b40; font-size: 1.8rem; transform: translateY(-10%); }
.text-disclosure[open] summary::after { transform: translateY(10%) rotate(180deg); }
.text-disclosure summary small { color: #5d5140; font-size: .77rem; font-weight: 400; }
.rich-text { padding: 2px 18px 22px; color: #24221f; font-size: .96rem; line-height: 1.55; }
.rich-text h2 { margin: 20px 0 10px; color: var(--gold); font-family: Georgia, serif; font-size: 1.35rem; font-weight: 400; }
.rich-text ul { margin: 10px 0 16px; padding-left: 20px; }
.rich-text li + li { margin-top: 6px; }
.rich-text .price { color: var(--gold); font-weight: 600; text-transform: uppercase; }
.rich-text .cta { margin-top: 14px; }

.reviews { padding: 0 12px 18px; overflow: hidden; }
.reviews-track { display: grid; grid-auto-flow: column; grid-auto-columns: 76%; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.reviews-track::-webkit-scrollbar { display: none; }
.reviews-track img { width: 100%; border-radius: 5px; scroll-snap-align: start; }
.reviews-dots { display: flex; justify-content: center; gap: 0; margin-top: 1px; }
.reviews-dots button { position: relative; width: 24px; height: 24px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.reviews-dots button::after { content: ''; position: absolute; top: 10px; left: 5px; width: 13px; height: 5px; border-radius: 999px; background: rgba(232,199,123,.3); }
.reviews-dots button.is-active::after { left: 2px; width: 19px; background: #e8c570; }
.footer-promo { display: block; margin-top: 18px; }
.footer-link-image { display: block; }

.cookie-notice { position: fixed; z-index: 20; right: 0; bottom: 0; left: 0; display: flex; align-items: center; justify-content: center; gap: 24px; padding: 16px max(24px, 7vw); border-top: 1px solid rgba(255,255,255,.12); background: rgba(20, 25, 28, .95); color: var(--ink); box-shadow: 0 -10px 30px rgba(0,0,0,.18); }
.cookie-notice p { max-width: 850px; margin: 0; font-size: .82rem; line-height: 1.45; }
.cookie-notice a { text-underline-offset: 3px; }
.cookie-notice .cta { min-height: 46px; flex: 0 0 auto; border-color: transparent; background: #343a3d; }
.cookie-notice.is-hidden { display: none; }

.back-link { color: var(--ink); font-size: .72rem; letter-spacing: .05em; text-decoration: none; text-transform: uppercase; }
.services-page { min-height: 100vh; padding: 65px 14px 80px; }
.services-page h1 { margin: 0 0 32px; color: var(--ink); font-family: var(--sans); font-size: 28px; font-weight: 600; text-align: center; text-transform: uppercase; }
.service-intro { max-width: 570px; margin: 36px auto 0; font-size: 1rem; line-height: 1.55; }
.service-list { display: grid; gap: 22px; }
.service-card { overflow: clip; border: 0; border-radius: 5px; background: linear-gradient(120deg, #e7c06b 0%, #ffdfa0 100%); }
.service-card summary { display: grid; min-height: 64px; align-content: center; gap: 3px; padding: 10px 46px 10px 36px; cursor: pointer; list-style: none; position: relative; color: #080909; text-align: center; text-transform: uppercase; font-size: 14px; font-weight: 700; line-height: 1.25; letter-spacing: .01em; }
.service-card summary::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  border: solid #514b40;
  border-width: 0 1.5px 1.5px 0;
  content: '';
  transform: translateY(-70%) rotate(45deg);
  transition: transform .2s ease;
}
.service-card[open] summary::after { transform: translateY(-20%) rotate(-135deg); }
.service-card summary::-webkit-details-marker { display: none; }
.service-card summary small { color: #5d5140; font-size: 12px; font-weight: 400; letter-spacing: 0; text-transform: none; }
.checkout-form { display: grid; gap: 14px; padding: 12px 18px 22px; border-top: 1px solid rgba(76,69,55,.28); background: rgba(255,255,255,.22); }
.checkout-form label { display: grid; gap: 6px; color: #24221f; font-size: .82rem; }
.checkout-form input { width: 100%; min-height: 46px; border: 1px solid rgba(76,69,55,.55); border-radius: 5px; padding: 10px 12px; color: #24221f; background: rgba(255,255,255,.58); outline: none; }
.checkout-form input:focus { border-color: #4c4537; box-shadow: 0 0 0 3px rgba(76,69,55,.12); }
.checkout-form .consent-check { display: flex; align-items: flex-start; gap: 8px; line-height: 1.4; }
.checkout-form .consent-check input { width: 17px; min-width: 17px; min-height: 17px; height: 17px; margin: 2px 0 0; padding: 0; border: 1px solid rgba(76,69,55,.7); border-radius: 3px; background: #fff; accent-color: #4c4537; }
.checkout-form .consent-check a { color: #24221f; text-underline-offset: 2px; }
.checkout-form p, .checkout-note { margin: 0; color: rgba(245,241,233,.86); font-size: .72rem; line-height: 1.45; }
.checkout-form p { color: #39342c; }
.checkout-form p a { color: #24221f; }
.service-card .service-payment-cta {
  min-height: 64px;
  gap: 10px;
  border: 2px solid #0d2e26;
  color: #fff;
  background: linear-gradient(135deg, #173e34 0%, #0f2f28 100%);
  box-shadow: 0 8px 20px rgba(13, 46, 38, .25);
  font-weight: 700;
}
.service-card .service-payment-cta img { width: 28px; height: 28px; flex: 0 0 auto; border-radius: 4px; }
@media (hover: hover) {
  .service-card .service-payment-cta:hover,
  .service-card .service-payment-cta:focus-visible {
    color: #fff;
    background: linear-gradient(135deg, #205346 0%, #12372f 100%);
    box-shadow: 0 10px 24px rgba(13, 46, 38, .34);
  }
}
.checkout-note { margin-top: 20px; padding: 14px; border: 1px solid var(--line); }

.privacy-choice-panel { position: fixed; z-index: 60; right: 0; bottom: 0; left: 0; padding: 14px; border-top: 1px solid rgba(255,255,255,.16); background: #14191c; color: #fff; box-shadow: 0 -12px 32px rgba(0,0,0,.24); }
.privacy-choice-panel__inner { display: grid; width: min(100%, 1180px); margin: 0 auto; gap: 12px; }
.privacy-choice-panel__copy { display: grid; gap: 4px; }
.privacy-choice-panel p { margin: 0; color: #fff; font-size: 12px; line-height: 17px; }
.privacy-choice-panel .privacy-choice-panel__title { color: var(--gold); font-size: 13px; font-weight: 700; line-height: 18px; }
.privacy-choice-panel a { color: #fff; text-underline-offset: 3px; }
.privacy-choice-panel__actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.cookie-choice { display: flex; width: 100%; min-height: 46px; align-items: center; justify-content: center; padding: 9px 14px; border: 1px solid var(--gold); border-radius: 5px; font-size: 12px; font-weight: 700; line-height: 16px; text-align: center; cursor: pointer; }
.cookie-choice--necessary { color: #fff; background: transparent; }
.cookie-choice--all { color: #111; background: var(--gold); }
.cookie-choice:hover { border-color: #ffe2a3; }
.cookie-choice--necessary:hover { background: rgba(255,255,255,.08); }
.cookie-choice--all:hover { background: #ffe2a3; }
.cookie-choice:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }
.privacy-choice-panel.is-hidden { display: none; }

@media (min-width: 561px) {
  .privacy-choice-panel { padding: 16px 22px; }
  .privacy-choice-panel__actions { grid-template-columns: repeat(2, minmax(190px, 1fr)); }
  .cookie-choice { font-size: 13px; }
}

@media (min-width: 860px) {
  .privacy-choice-panel__inner { grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 24px; }
  .privacy-choice-panel__actions { grid-template-columns: repeat(2, 190px); }
}
.legal-header { display: flex; min-height: 68px; align-items: center; justify-content: flex-end; padding: 0 max(20px, 5vw); border-bottom: 1px solid rgba(232,199,123,.18); background: var(--green); }
.legal-page { min-height: 100vh; padding: 54px 20px 84px; }
.legal-copy { max-width: 760px; margin: 0 auto; color: var(--ink); font-size: .96rem; line-height: 1.65; }
.legal-copy h1 { margin: 0 0 10px; color: var(--gold); font-family: Georgia, serif; font-size: clamp(2rem, 6vw, 3.4rem); font-weight: 400; line-height: 1.08; }
.legal-copy h2 { margin: 34px 0 10px; color: var(--gold); font-family: Georgia, serif; font-size: 1.45rem; font-weight: 400; line-height: 1.2; }
.legal-copy p { margin: 0 0 14px; }
.legal-copy a { color: var(--ink); text-decoration-color: var(--gold); text-underline-offset: 3px; }
.legal-eyebrow { margin-bottom: 14px !important; color: var(--gold); font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.legal-meta { margin-bottom: 28px !important; color: rgba(245,241,233,.7); font-size: .82rem; }
.legal-table-wrap { margin: 18px 0; overflow-x: auto; border: 1px solid rgba(232,199,123,.42); }
.legal-copy table { width: 100%; min-width: 620px; border-collapse: collapse; font-size: .82rem; }
.legal-copy th, .legal-copy td { padding: 12px; border: 1px solid rgba(232,199,123,.28); vertical-align: top; text-align: left; }
.legal-copy th { color: var(--gold); font-weight: 700; }
.nowrap { white-space: nowrap; }

@media (min-width: 561px) {
  .menu-toggle { top: 28px; right: 28px; width: 60px; height: 60px; gap: 8px; border-radius: 50%; background: #192c25; }
  .menu-toggle span:not(.sr-only) { width: 24px; height: 2px; background: #dfbe76; }
  .section { padding: 0; }
  .hero { padding-bottom: 60px; }
  .hero > .cta { margin: 7px 0 0; }
  .cta { min-height: 60px; padding: 10px; border: 0; font-size: 14px; font-weight: 400; line-height: 21px; letter-spacing: normal; }
  .cta-primary, .cta-gold { background: linear-gradient(225deg, #e8c77b 0%, #ffe8b0 42%, #dbb86e 100%); font-size: 14px; font-weight: 400; letter-spacing: normal; }
  .cta-primary::after { display: none; }
  .cta-pulse { animation: none; }

  #about .disclosure { display: flex; width: 100%; height: 74px; margin: 0; border-radius: 5px; }
  #about .disclosure summary { width: 100%; min-height: 60px; height: 60px; margin: 7px 0; padding: 8px 36px; font-size: 14px; font-weight: 400; line-height: 21px; letter-spacing: normal; }
  #about .disclosure--about { border: 0; }
  #about .disclosure--about summary { border: 2px solid #dfbe76; border-radius: 5px; }
  #about .disclosure--certificates { border: 0; background: linear-gradient(225deg, #e8c77b 0%, #ffe8b0 42%, #dbb86e 100%); }
  #about .disclosure--certificates summary { padding: 10px 36px; }
  #about .disclosure--about summary::after,
  #about .disclosure--certificates summary::after { right: 8px; font-size: 21px; }

  #directions { padding-top: 58px; }
  #directions > .banner { width: 100%; margin: 0; }
  .direction-list { margin: 7px 0 0; padding: 0; gap: 6.5px; }
  .direction-list .image-card { width: 100%; }
  .action-stack { width: 100%; margin: 20.9px 0 0; padding: 0; gap: 14px; }

  #groups { padding-top: 21px; }
  #groups .text-disclosure { display: flex; width: 100%; height: 82.4px; margin: 0; border: 0; background: linear-gradient(225deg, #e8c77b 0%, #ffe8b0 42%, #dbb86e 100%); }
  #groups .text-disclosure summary { width: 100%; height: 68.4px; min-height: 68.4px; margin: 7px 0; padding: 10px 36px; font-size: 14px; font-weight: 400; line-height: 21px; letter-spacing: normal; }
  #groups .text-disclosure summary::after { right: 10px; font-size: 21px; }
  #groups .text-disclosure summary small { font-size: 14px; font-weight: 400; line-height: 21px; }

  #reviews { padding-top: 95.1px; }
  #reviews > .banner { width: 100%; margin: 0; }
  .reviews { width: 100%; height: 442px; margin: 7px 0 0; padding: 0; overflow: hidden; }
  .reviews-track { grid-auto-columns: calc((100% - 14px) / 2); gap: 14px; }
  .reviews-track img { width: 100%; height: 389px; border-radius: 0; object-fit: cover; }
  .reviews-dots { height: 20px; margin-top: 2.5px; }
  .reviews-dots button { width: 20.8px; height: 20px; }
  .reviews-dots button::after, .reviews-dots button.is-active::after { top: 8px; left: 2.4px; width: 16px; height: 4px; border-radius: 0; background: #c5a25f; }
  .reviews-dots button:not(.is-active)::after { background: rgba(197,162,95,.45); }

  #contacts { padding-top: 37px; }
  #contacts .action-stack { margin-top: 14px; }
  .footer-promo { margin-top: 7px; }
  .footer-link-image + .footer-link-image { margin-top: 14px; }

  .cookie-notice { bottom: -1px; display: flex; min-height: 76.2px; align-items: center; justify-content: space-between; gap: 24px; padding: 15px max(24px, calc((100vw - 1250px) / 2)); border: 0; background: rgba(25, 29, 33, .97); box-shadow: none; }
  .cookie-notice p { max-width: none; margin: 0 0 0 14px; font-size: 13.6px; line-height: 20.4px; }
  .cookie-notice .cookie-close { display: grid; width: 90.95px; height: 46.2px; min-height: 46.2px; flex: 0 0 auto; margin-right: 14px; place-content: center; padding: 4.25px 10.5px; border: 0; color: transparent; background: #2e3338; font-size: 0; cursor: pointer; }
  .cookie-notice .cookie-close::before, .cookie-notice .cookie-close::after { position: static; display: block; width: auto; height: auto; content: 'Я понял'; transform: none; color: #fff; background: transparent; font: 700 14px / 16.8px 'Montserrat', sans-serif; }
  .cookie-notice .cookie-close::after { display: none; }
}

@media (max-width: 560px) {
  .menu-toggle { top: 14px; right: 14px; width: 60px; height: 60px; gap: 8px; border-radius: 50%; background: #192c25; }
  .menu-toggle span:not(.sr-only) { width: 24px; height: 2px; background: #dfbe76; }

  .section { padding: 0; }
  .hero { padding-bottom: 60px; }
  .hero > .cta { margin: 7px 14px 0; }
  .cta { min-height: 60px; padding: 10px; border: 0; font-size: 14px; font-weight: 400; line-height: 21px; letter-spacing: normal; }
  .cta-primary, .cta-gold { background: linear-gradient(225deg, #e8c77b 0%, #ffe8b0 42%, #dbb86e 100%); font-size: 14px; font-weight: 400; letter-spacing: normal; }
  .cta-primary::after { display: none; }
  .cta-pulse { animation: none; }

  #about .disclosure { display: flex; width: calc(100% - 28px); height: 74px; margin: 0 14px; border-radius: 5px; }
  #about .disclosure summary { width: 100%; min-height: 60px; height: 60px; margin: 7px 0; padding: 8px 36px; font-size: 14px; font-weight: 400; line-height: 21px; letter-spacing: normal; }
  #about .disclosure--about { border: 0; }
  #about .disclosure--about summary { border: 2px solid #dfbe76; border-radius: 5px; }
  #about .disclosure--certificates { border: 0; background: linear-gradient(225deg, #e8c77b 0%, #ffe8b0 42%, #dbb86e 100%); }
  #about .disclosure--certificates summary { padding: 10px 36px; }
  #about .disclosure--about summary::after,
  #about .disclosure--certificates summary::after { right: 8px; font-size: 21px; }

  #directions { padding-top: 58px; }
  #directions > .banner { width: 100%; margin: 0; }
  .direction-list { margin: 7px 14px 0; padding: 0; gap: 6.5px; }
  .direction-list .image-card { width: 100%; }
  .action-stack { width: calc(100% - 28px); margin: 20.9px 14px 0; padding: 0; gap: 14px; }

  #groups { padding-top: 21px; }
  #groups .text-disclosure { display: flex; width: calc(100% - 28px); margin: 0 14px; border: 0; background: linear-gradient(225deg, #e8c77b 0%, #ffe8b0 42%, #dbb86e 100%); }
  #groups .text-disclosure summary { width: 100%; height: 68.4px; min-height: 68.4px; margin: 7px 0; padding: 10px 36px; font-size: 14px; font-weight: 400; line-height: 21px; letter-spacing: normal; }
  #groups .text-disclosure:first-of-type { height: 82.4px; }
  #groups .text-disclosure:nth-of-type(2) { height: 99.2px; }
  #groups .text-disclosure:nth-of-type(2) summary { height: 85.2px; min-height: 85.2px; }
  #groups .text-disclosure summary::after { right: 10px; font-size: 21px; }
  #groups .text-disclosure summary small { font-size: 14px; font-weight: 400; line-height: 21px; }

  #reviews { padding-top: 95.1px; }
  #reviews > .banner { width: 100%; margin: 0; }
  .reviews { width: calc(100% - 28px); height: 415px; margin: 7px 14px 0; padding: 0; overflow: hidden; }
  .reviews-track { grid-auto-columns: 100%; gap: 5.6px; }
  .reviews-track img { width: 100%; height: 362px; border-radius: 0; object-fit: cover; }
  .reviews-dots { height: 20px; margin-top: 2.5px; }
  .reviews-dots button { width: 20.8px; height: 20px; }
  .reviews-dots button::after, .reviews-dots button.is-active::after { top: 8px; left: 2.4px; width: 16px; height: 4px; border-radius: 0; background: #c5a25f; }
  .reviews-dots button:not(.is-active)::after { background: rgba(197,162,95,.45); }

  #contacts { padding-top: 37px; }
  #contacts .action-stack { margin-top: 14px; }
  .footer-promo { margin-top: 7px; }
  .footer-link-image + .footer-link-image { margin-top: 14px; }

  .cookie-notice { bottom: -1px; display: block; min-height: 91px; padding: 15px 41px 15px 14px; border: 0; background: rgba(25, 29, 33, .97); box-shadow: none; }
  .cookie-notice p { max-width: 335px; font-size: 13.6px; line-height: 20.4px; }
  .cookie-notice .cookie-close { position: absolute; top: 29.6px; right: 45px; width: 32px; height: 32px; padding: 1px 6px; margin: 0 -5px 0 0; border: 0; color: transparent; background: transparent; font-size: 0; cursor: pointer; }
  .cookie-notice .cookie-close::before, .cookie-notice .cookie-close::after { position: absolute; top: 16px; left: 16px; display: block; content: ''; background: #fff; }
  .cookie-notice .cookie-close::before { width: 16px; height: 2px; transform: translate(-8px, -1px) rotate(45deg); }
  .cookie-notice .cookie-close::after { width: 2px; height: 16px; transform: translate(-1px, -8px) rotate(45deg); }
  .legal-page { padding: 40px 18px 70px; }
  .legal-copy { font-size: .9rem; }
  .legal-copy h2 { margin-top: 28px; font-size: 1.3rem; }
}

/* Раскрытые блоки повторяют встроенную механику Taplink: кнопка остаётся сверху,
   а содержимое появляется непосредственно под ней с внутренними полями. */
#about .disclosure[open], #groups .text-disclosure[open] { display: block; height: auto; padding: 7px 0; }
#about .disclosure[open] summary, #groups .text-disclosure[open] summary { margin: 0; }
#about .disclosure--about[open] > img { width: calc(100% - 32px); margin: 0 16px; }
#about .disclosure--certificates[open] { background: linear-gradient(225deg, #e8c77b 0%, #ffe8b0 42%, #dbb86e 100%); }

/* Семантическая типографика вместо текстовых баннеров Taplink. */
.hero { padding: 68px 24px 56px; background: #192c25; }
.hero .eyebrow { max-width: 520px; margin: 0 auto 28px; color: #f7f3eb; font-size: clamp(16px, 3.4vw, 26px); line-height: 1.25; text-align: center; }
.hero h1, .section-title, .about-copy h3 { margin: 0; font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 400; line-height: .8; }
.hero h1,
.section-title { text-transform: uppercase; }
.hero h1, .section-title, .about-copy h3, .hero-stats dt, .direction-detail, .direction-detail__price {
  font-variant-numeric: lining-nums tabular-nums;
  font-feature-settings: 'lnum' 1, 'tnum' 1;
}
.hero h1 { margin-bottom: 42px; color: #e8c77b; font-size: clamp(74px, 18vw, 156px); letter-spacing: -.045em; text-align: center; }
.portrait-frame { position: relative; overflow: visible; }
.portrait-frame::before { position: absolute; z-index: 0; inset: -18px -16px -22px -18px; border: 1px solid #d7b65e; content: ''; pointer-events: none; transform: rotate(4deg); }
.portrait-frame img { position: relative; z-index: 1; display: block; width: 100%; }
.portrait-frame--hero img,
.portrait-frame--about img {
  height: 100%;
  transform: none;
  object-fit: cover;
}

/* Контрольная геометрия исходного Taplink. В отличие от исходника, текст
   остаётся HTML: размеры блоков и опорные точки повторяют исходные баннеры. */
@media (min-width: 801px) {
  .site-shell { width: 792px; overflow: visible; }

  .hero {
    position: relative;
    height: 1776px;
    padding-right: 0;
    padding-left: 0;
  }

  .hero .eyebrow,
  .hero h1,
  .hero .portrait-frame--hero,
  .hero .hero-lead,
  .hero .hero-stats { margin-right: auto; margin-left: auto; }

  .hero > .cta {
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
    margin: 0;
  }

  #about {
    position: relative;
    height: 1987px;
    padding: 58px 0 0;
  }

  #about .section-title { margin-bottom: 112px; }
  .portrait-frame--about {
    width: 645px;
    max-width: none;
    margin-bottom: 159px;
    aspect-ratio: 710 / 875;
  }

  #about .disclosure {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 74px;
    margin: 0;
    padding: 7px 0;
  }

  #about .disclosure--about { bottom: 111px; }
  #about .disclosure--certificates { bottom: 37px; }
  #about .disclosure summary,
  #about .disclosure[open] summary {
    height: 60px;
    min-height: 60px;
    margin: 0;
  }

  #directions {
    position: relative;
    height: 820px;
    padding: 58px 0 0;
  }

  #directions .section-title,
  #groups .section-title,
  #contacts .section-title { margin-right: auto; margin-left: auto; }
  #directions .direction-list { width: 100%; }
  #directions .action-stack {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    height: 222px;
    margin: 0;
    padding: 7px 0;
    gap: 14px;
  }

  #groups {
    position: relative;
    height: 617px;
    padding: 21px 0 0;
  }

  #groups .text-disclosure {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 82px;
    margin: 0;
    padding: 7px 0;
  }

  #groups .text-disclosure:first-of-type { top: 371px; }
  #groups .text-disclosure:nth-of-type(2) { top: 453px; }
  #groups .text-disclosure summary,
  #groups .text-disclosure[open] summary {
    height: 68px;
    min-height: 68px;
    margin: 0;
  }

  #reviews {
    position: relative;
    height: 678px;
    padding: 0;
  }

  #reviews .section-title { height: 199px; aspect-ratio: auto; }
  #reviews .reviews {
    width: 820px;
    height: 442px;
    margin: 0 0 0 -14px;
    padding: 0 7px;
  }
  #reviews .reviews-track { grid-auto-columns: 403px; gap: 0; }
  #reviews .reviews-track img { width: 403px; }

  #contacts {
    position: relative;
    min-height: 860px;
    padding: 0;
  }
  #contacts .section-title {
    display: grid;
    height: 221px;
    min-height: 0;
    margin: 0;
    place-items: center;
  }
  #contacts .action-stack {
    width: 100%;
    margin: 14px 0 0;
    padding: 0;
  }
}

/* Узкие телефоны: верхняя подпись не должна уходить под кнопку меню,
   а длинные названия правовых документов — за край экрана. */
@media (max-width: 374px) {
  .hero .eyebrow {
    width: calc(100% - 84px) !important;
    max-width: none !important;
    margin-right: 70px !important;
    margin-left: 0 !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
  }

  .legal-page { padding-right: 18px; padding-left: 18px; }
  .legal-copy h1 {
    max-width: 100%;
    font-size: 1.72rem;
    line-height: 1.08;
    overflow-wrap: anywhere;
  }
}

/* Финальная точка каскада для desktop: эти правила должны идти после
   исторических mobile/tablet-слоёв выше. */
@media (min-width: 801px) {
  .hero .eyebrow {
    font-size: 27.5px !important;
    line-height: 1.22 !important;
  }

  .hero-stats {
    position: absolute !important;
    top: 1380px !important;
    right: 56px !important;
    left: 56px !important;
    width: auto !important;
    margin: 0 !important;
  }

  #about > .achievement-list {
    max-width: 680px !important;
    gap: 22px !important;
    font-size: 30px !important;
    line-height: 1.18 !important;
  }

  #directions { padding-top: 85px !important; }
  #directions .section-title {
    margin-bottom: 59px !important;
    font-size: 100px !important;
    line-height: .8 !important;
  }
  #directions .direction-list { gap: 0 !important; }
  #directions .direction-card:nth-child(1) summary { height: 120px !important; }
  #directions .direction-card:nth-child(2) summary { height: 88px !important; }
  #directions .direction-card:nth-child(3) summary { height: 81px !important; }

  #groups { padding-top: 100px !important; }
  #groups .section-title {
    margin-bottom: 0 !important;
    font-size: 100px !important;
    line-height: .8 !important;
  }

  #reviews .reviews {
    width: calc(50vw + 396px) !important;
    max-width: none !important;
    margin-left: 0 !important;
    padding: 0 !important;
  }
  #reviews .reviews-track {
    grid-auto-columns: 389px !important;
    gap: 14px !important;
  }
  #reviews .reviews-track img { width: 389px !important; }
}

/* Последний приёмочный слой для мобильного Taplink-кадра 390 px. */
@media (max-width: 560px) {
  #directions .direction-list {
    position: absolute !important;
    top: 164px !important;
    right: 14px !important;
    left: 14px !important;
    width: calc(100% - 28px) !important;
    gap: 0 !important;
  }

  #directions .direction-card:nth-child(1) summary { height: 58px !important; }
  #directions .direction-card:nth-child(2) summary { height: 44px !important; }
  #directions .direction-card:nth-child(3) summary { height: 41px !important; }

  #directions .action-stack {
    right: 14px !important;
    left: 14px !important;
    width: calc(100% - 28px) !important;
  }
}

/* Блик остаётся частью кнопки и не образует отдельную линию на странице. */
.cta.cta-blink::after {
  width: 18% !important;
  max-width: 96px;
  height: 160% !important;
  top: -30% !important;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .48), transparent) !important;
  opacity: 1 !important;
  transform: skewX(-18deg) !important;
}

/* Меню внутренних страниц повторяет механику и иконку главной страницы. */
.services-topbar { z-index: 50; }
.services-topbar .menu-toggle {
  top: 14px;
  right: 14px;
  z-index: 2;
  display: flex;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 0;
  background: var(--green);
}
.services-topbar .menu-icon,
.services-topbar .menu-icon::before,
.services-topbar .menu-icon::after {
  position: absolute;
  display: block;
  width: 24px;
  height: 2px;
  background: var(--gold);
  content: '';
}
.services-topbar .menu-icon { transition: background .2s .3s, opacity .2s; }
.services-topbar .menu-icon::before { top: -8px; transition: top .2s .3s, transform .2s .1s; }
.services-topbar .menu-icon::after { top: 8px; transition: top .2s .3s, transform .2s .1s; }
.services-topbar .menu-toggle[aria-expanded='true'] .menu-icon { background: transparent; transition: background .2s, opacity .2s; }
.services-topbar .menu-toggle[aria-expanded='true'] .menu-icon::before { top: 0; transform: rotate(-135deg); transition: top .3s .1s, transform .2s .4s; }
.services-topbar .menu-toggle[aria-expanded='true'] .menu-icon::after { top: 0; transform: rotate(-225deg); transition: top .3s .1s, transform .2s .4s; }
.services-topbar .site-menu {
  z-index: 1;
  inset: 0;
  display: flex;
  width: auto;
  height: auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 27px;
  padding: 0;
  border-radius: 0;
  background: var(--green);
  clip-path: circle(0 at calc(100% - 44px) 44px);
  opacity: 0;
  pointer-events: none;
  transform: none;
  transition: clip-path .52s cubic-bezier(.4, 0, .2, 1), opacity .18s ease;
}
.services-topbar .site-menu[hidden] { display: none; }
.services-topbar .site-menu.is-open {
  clip-path: circle(150vmax at calc(100% - 44px) 44px);
  opacity: 1;
  pointer-events: auto;
  transform: none;
}
.services-topbar .site-menu a {
  width: auto;
  padding: 0;
  color: var(--gold);
  font-size: 20px;
  font-weight: 400;
  line-height: 29px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .24s ease, transform .24s ease;
}
.services-topbar .site-menu.is-open a { opacity: 1; transform: translateY(0); }
.services-topbar .site-menu a:nth-child(2) { transition-delay: .037s; }
.services-topbar .site-menu a:nth-child(3) { transition-delay: .074s; }
.services-topbar .site-menu a:nth-child(4) { transition-delay: .111s; }
.services-topbar .site-menu a:nth-child(5) { transition-delay: .148s; }
.services-topbar .site-menu a:nth-child(6) { transition-delay: .185s; }

/* Все типы кнопок обрезают блик по собственной границе. */
.cta,
.cta-primary,
.cta-gold {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
}

/* В том числе у золотых кнопок в контактах: старая версия каскада снимала
   overflow и выпускала блик за границы страницы. */
.cta,
.cta-primary,
.cta-gold {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
}

/* Приёмочный mobile-слой: положения сняты с живого Taplink при ширине 390 px.
   Карточки заканчиваются за 13 px до первого действия; плашки не выходят
   за безопасные боковые поля. */
@media (max-width: 560px) {
  #directions .direction-list {
    position: absolute !important;
    top: 164px !important;
    right: 14px !important;
    left: 14px !important;
    width: calc(100% - 28px) !important;
    gap: 0 !important;
  }

  #directions .direction-card:nth-child(1) summary { height: 58px !important; }
  #directions .direction-card:nth-child(2) summary { height: 44px !important; }
  #directions .direction-card:nth-child(3) summary { height: 41px !important; }

  #directions .action-stack {
    right: 14px !important;
    left: 14px !important;
    width: calc(100% - 28px) !important;
  }
}

/* Блик живёт только внутри самой кнопки. Узкая прозрачная полоса повторяет
   исходный эффект и не создаёт отдельную белую линию на полотне страницы. */
.cta.cta-blink::after {
  width: 18% !important;
  max-width: 96px;
  height: 160% !important;
  top: -30% !important;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .48), transparent) !important;
  opacity: 1 !important;
  transform: skewX(-18deg) !important;
}

@media (max-width: 560px) {
  .menu-toggle {
    background: transparent !important;
  }

  .hero h1 {
    letter-spacing: -.035em !important;
  }

  .portrait-frame--hero::before {
    transform: rotate(2.6deg) !important;
  }
}

@media (min-width: 561px) and (max-width: 800px) {
  .hero > .cta,
  #about .disclosure,
  #directions .action-stack,
  #groups .text-disclosure,
  #contacts .action-stack { width: 100%; }

  .hero { position: relative; height: 1668px; padding-right: 14px; padding-left: 14px; }
  .hero > .cta { position: absolute; right: 14px; bottom: 60px; left: 14px; width: calc(100% - 28px); }
  #about { position: relative; height: 1868.5px; padding-right: 14px; padding-left: 14px; }
  #about .disclosure { position: absolute; right: 14px; left: 14px; width: calc(100% - 28px); margin: 0; }
  #about .disclosure--about { bottom: 111px; }
  #about .disclosure--certificates { bottom: 37px; }
  #directions { position: relative; height: 820px; padding-right: 14px; padding-left: 14px; }
  #directions .action-stack { position: absolute; right: 14px; bottom: 0; left: 14px; width: calc(100% - 28px); }
  #groups { position: relative; height: 617px; padding-right: 14px; padding-left: 14px; }
  #groups .text-disclosure { position: absolute; right: 14px; left: 14px; width: calc(100% - 28px); }
  #groups .text-disclosure:first-of-type { top: 371px; }
  #groups .text-disclosure:nth-of-type(2) { top: 453px; }
  #reviews { height: 678px; }
  #contacts { padding-right: 14px; padding-left: 14px; }
}

/* Приёмочный слой: измерения и состояния сверены с живой версией Taplink.
   Здесь намеренно собраны только финальные правила, чтобы старые этапы
   вёрстки не меняли геометрию страницы каскадом. */
.cta,
.cta-primary,
.cta-gold,
#about .disclosure summary,
#groups .text-disclosure summary {
  font-weight: 700 !important;
}

/* Блик остаётся внутри кнопки: прежние border/right/bottom от старой плашки
   создавали на странице движущийся белый артефакт. */
.cta.cta-blink::after {
  right: auto;
  bottom: auto;
  border: 0;
  border-radius: 0;
  transform: skewX(-18deg);
}

#about .disclosure--about {
  background: transparent !important;
}

#about .disclosure--about summary {
  background: #fff !important;
}

.disclosure--about summary::after,
.disclosure--certificates summary::after,
.text-disclosure summary::after {
  width: 8px;
  height: 8px;
  border: solid #514b40;
  border-width: 0 2px 2px 0;
  content: '';
  font-size: 0 !important;
  transform: translateY(-30%) rotate(45deg) !important;
}

.disclosure--about[open] summary::after,
.disclosure--certificates[open] summary::after,
.text-disclosure[open] summary::after {
  transform: translateY(10%) rotate(-135deg) !important;
}

@media (min-width: 801px) {
  .hero .eyebrow {
    max-width: 560px;
    font-size: 29px;
    line-height: 1.22;
  }

  .hero-stats {
    position: absolute;
    top: 1380px;
    right: 56px;
    left: 56px;
    width: auto;
    margin: 0;
  }

  #about .section-title { margin-bottom: 94px; }

  .portrait-frame--about {
    width: 535px;
    margin-bottom: 60px;
  }

  #about > .achievement-list {
    max-width: 680px;
    gap: 22px;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 1.18;
  }

  #directions { padding-top: 85px; }

  #directions .section-title {
    margin-bottom: 59px;
    font-size: 100px;
    line-height: .8;
  }

  #directions .direction-list { gap: 0; }
  #directions .direction-card:nth-child(1) summary { height: 120px; }
  #directions .direction-card:nth-child(2) summary { height: 88px; }
  #directions .direction-card:nth-child(3) summary { height: 81px; }

  #groups { padding-top: 100px; }

  #groups .section-title {
    margin-bottom: 0;
    font-size: 100px;
    line-height: .8;
  }

  #reviews .reviews {
    width: calc(50vw + 396px);
    max-width: none;
    margin-left: 0;
    padding: 0;
    overflow: hidden;
  }

  #reviews .reviews-track {
    grid-auto-columns: 389px;
    gap: 14px;
    overflow-x: auto;
  }

  #reviews .reviews-track img {
    width: 389px;
  }
}

@media (max-width: 560px) {
  .hero { position: relative; height: calc(208vw + 128px); padding-bottom: 0; }
  .hero > .cta { position: absolute; right: 14px; bottom: 60px; left: 14px; width: calc(100% - 28px); margin: 0; }
  .hero .eyebrow { max-width: 235px; }

  #about {
    position: relative;
    height: calc(226.7vw + 187px);
    padding-bottom: 0;
  }
  #about .disclosure {
    position: absolute;
    right: 14px;
    left: 14px;
    width: calc(100% - 28px);
    height: 74px;
    margin: 0;
    padding: 7px 0;
  }
  #about .disclosure--about { bottom: 111px; }
  #about .disclosure--certificates { bottom: 37px; }
  #about .disclosure summary,
  #about .disclosure[open] summary { height: 60px; min-height: 60px; margin: 0; }

  #directions { position: relative; height: 535px; padding-top: 43px; padding-bottom: 0; }
  #directions .action-stack {
    position: absolute;
    right: 14px;
    bottom: 0;
    left: 14px;
    width: calc(100% - 28px);
    height: 222px;
    margin: 0;
    padding: 7px 0;
    gap: 14px;
  }

  #groups { position: relative; height: 453px; padding-top: 26px; padding-bottom: 0; }
  #groups .text-disclosure {
    position: absolute;
    right: 14px;
    left: 14px;
    width: calc(100% - 28px);
    height: 82px;
    margin: 0;
    padding: 7px 0;
  }
  #groups .text-disclosure:first-of-type { top: 190px; }
  #groups .text-disclosure:nth-of-type(2) { top: 272px; height: 99px; }
  #groups .text-disclosure summary,
  #groups .text-disclosure[open] summary { height: 68px; min-height: 68px; margin: 0; }

  #reviews { height: 560px; margin-top: 0; padding: 0; }
  #reviews .section-title { height: 109px; }
  #reviews .reviews { margin-top: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .cta.cta-blink::after { animation: none; }
}
.portrait-frame--hero { aspect-ratio: 1.06; }
.portrait-frame--hero img { transform: translateY(-29.5%); }
.hero-lead { max-width: 640px; margin: 40px auto 28px; color: #f7f3eb; font-size: clamp(18px, 4vw, 30px); line-height: 1.25; text-align: center; }
.hero-stats { display: grid; max-width: 680px; grid-template-columns: repeat(2, 1fr); margin: 0 auto 36px; border-top: 1px solid #d7b65e; color: #f7f3eb; text-align: center; }
.hero-stats div { padding: 20px 12px 0; }
.hero-stats div + div { border-left: 1px solid #d7b65e; }
.hero-stats dt { color: #e8c77b; font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(42px, 9vw, 78px); line-height: .9; }
.hero-stats dd { margin: 8px 0 0; font-size: clamp(16px, 3.6vw, 23px); line-height: 1.16; }
.hero > .cta { margin: 0; }

#about { padding: 58px 24px; background: #fbfaf6; color: #192c25; }
.section-title { color: #e8c77b; font-size: clamp(68px, 15vw, 128px); letter-spacing: -.04em; text-align: center; }
.section-title--light { margin-bottom: 38px; }
.portrait-frame--about { max-width: 700px; margin: 0 auto 40px; aspect-ratio: .82; }
.portrait-frame--about img { transform: translateY(-10%); }
.achievement-list { display: grid; max-width: 700px; gap: 16px; margin: 0 auto 34px; padding: 0; list-style: none; font-size: clamp(17px, 3.6vw, 25px); line-height: 1.25; }
.achievement-list li { position: relative; padding-left: 38px; }
.achievement-list li::before { position: absolute; top: .18em; left: 0; display: grid; width: 23px; height: 23px; place-items: center; border-radius: 7px; color: #fff; background: linear-gradient(135deg, #f4dc97, #c59a3e); content: '✓'; font-size: 14px; }
#about .disclosure { max-width: 700px; margin-right: auto; margin-left: auto; }
#about .disclosure--about summary { color: #192c25; background: #fff; }
#about .disclosure--certificates { margin-top: 14px; }
.about-copy { max-width: 700px; margin: 0 auto; padding: 28px 16px 12px; color: #192c25; }
.about-copy h3 { margin: 42px 0 24px; color: #3a725f; font-size: clamp(42px, 9vw, 74px); letter-spacing: -.03em; text-align: center; }
.about-copy p { margin: 0 0 18px; font-size: clamp(17px, 3.6vw, 24px); line-height: 1.42; }

@media (max-width: 560px) {
  .hero { padding: 54px 24px 48px; }
  .hero h1 { margin-bottom: 34px; }
  .portrait-frame--hero { aspect-ratio: 1.02; }
  .hero-stats { margin-bottom: 30px; }
  #about { padding: 48px 24px; }
}

#directions, #groups, #contacts { padding: 66px 24px; background: #192c25; }
#reviews { padding: 66px 0; background: #fbfaf6; }
#directions .section-title, #groups .section-title, #contacts .section-title { margin-bottom: 42px; }
#reviews .section-title { margin-bottom: 34px; }
#reviews .section-title { color: #967331; }
.direction-list { display: grid; max-width: 792px; margin: 0 auto; gap: 10px; }
.direction-card { overflow: hidden; border: 0; color: #f7f3eb; background: transparent; }
.direction-card summary { display: grid; min-height: 78px; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; padding: 12px 14px 12px 20px; cursor: pointer; font: 400 clamp(19px, 4.3vw, 34px) / 1.1 'Montserrat', sans-serif; list-style: none; }
.direction-card summary::-webkit-details-marker { display: none; }
.direction-card strong { font: inherit; }
.direction-card i { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 13px; color: #192c25; background: linear-gradient(135deg, #f4dc97, #c69b42); font: 400 40px / 1 'Montserrat', sans-serif; font-style: normal; transition: transform .2s ease; }
.direction-card[open] i { transform: rotate(45deg); }
#directions .action-stack, #contacts .action-stack { width: 100%; max-width: 792px; margin: 26px auto 0; gap: 14px; }
#groups .text-disclosure { max-width: 792px; margin-right: auto; margin-left: auto; }
#reviews .reviews { max-width: 792px; margin-right: auto; margin-left: auto; }
#contacts .section-title { color: #e8c77b; }
.site-footer { display: grid; max-width: 792px; gap: 20px; margin: 42px auto 0; padding: 36px 0 12px; border-top: 1px solid rgba(232, 199, 123, .65); color: #f7f3eb; font-size: clamp(14px, 2.8vw, 20px); line-height: 1.35; text-align: center; }
.site-footer p { margin: 0; }
.site-footer a { color: #f7f3eb; text-underline-offset: 4px; }

/* Индикаторы остаются компактными визуально, но имеют комфортную область нажатия. */
#reviews .reviews-dots button { width: 28px; height: 28px; }
#reviews .reviews-dots button::after { top: 12px; left: 6px; }
#reviews .reviews-dots button.is-active::after { left: 3px; }

.direction-detail { margin: 0 0 10px; overflow: hidden; border-radius: 4px; color: #192c25; font-size: clamp(16px, 3.2vw, 22px); line-height: 1.36; }
.direction-detail__panel, .direction-detail__price { padding: clamp(28px, 6vw, 54px); background: #fbfaf6; }
.direction-detail__panel--gold { color: #192c25; background: linear-gradient(135deg, #f4dc97, #c69b42); }
.direction-detail h3 { margin: 0 0 20px; font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(42px, 8vw, 68px); font-weight: 400; line-height: .92; letter-spacing: -.03em; }
.direction-detail p { margin: 0; }
.direction-detail ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.direction-detail li { position: relative; padding-left: 29px; }
.direction-detail li::before { position: absolute; top: .08em; left: 0; color: #b08431; content: '✓'; font-weight: 700; }
.direction-detail__panel--gold li::before { color: #775916; }
.direction-detail dl { display: grid; gap: 12px; margin: 22px 0 0; }
.direction-detail dl div { display: grid; gap: 2px; }
.direction-detail dt { color: #967331; font-weight: 700; }
.direction-detail dd { margin: 0; }
.direction-detail__price { display: grid; gap: 8px; text-align: center; }
.direction-detail__price p { color: #967331; font-size: .82em; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.direction-detail__price s { color: #7e786d; font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(36px, 7vw, 56px); line-height: .9; }
.direction-detail__price strong { color: #b08431; font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(54px, 10vw, 84px); font-weight: 500; line-height: .82; }
.direction-detail__price small { font-size: .8em; }

/* Попарная сверка с Taplink, mobile 390 px. Этот слой намеренно повторяет
   исходную геометрию, а не предыдущую авторскую интерпретацию. */
body { background: var(--green); }
.hero, #directions, #groups, #contacts { background: var(--green); }
@media (max-width: 560px) {
.hero { padding: 52px 14px 60px; }
.hero .eyebrow { max-width: 320px; margin-bottom: 10px; font-size: 16px; line-height: 1.26; }
.hero h1 { margin-bottom: 34px; font-size: clamp(56px, 14.5vw, 114px); line-height: .82; letter-spacing: -.065em; text-transform: uppercase; }
.portrait-frame--hero { width: calc(100% - 42px); margin: 0 auto; aspect-ratio: 890 / 1035; }
.portrait-frame--hero img { height: 100%; transform: none; object-fit: cover; }
.portrait-frame--hero::before {
  inset: -3.2% -3.7% -4.2%;
  transform: rotate(4deg);
}
.hero-lead { max-width: 332px; margin: 24px auto 15px; font-size: 16px; line-height: 1.25; }
.hero-stats { margin-bottom: 28px; }
.hero-stats div { min-width: 0; padding: 20px 6px 0; }
.hero-stats dt { white-space: nowrap; font-size: 30px; line-height: .88; letter-spacing: -.075em; text-transform: uppercase; }
.hero-stats dd { margin-top: 9px; font-size: 15px; line-height: 1.22; }

.section-title { max-width: 100%; font-size: clamp(48px, 7vw, 94px); line-height: .86; text-transform: uppercase; }
#about {
  padding: 48px 14px 60px;
  background: linear-gradient(#fbfaf6 0 886px, var(--green) 886px 100%);
}
#about .section-title { margin-bottom: 44px; }
.portrait-frame--about { width: calc(100% - 46px); margin-bottom: 34px; aspect-ratio: 710 / 845; }
.portrait-frame--about img { height: 100%; transform: none; object-fit: cover; }
.portrait-frame--about::before {
  inset: -4px -7px -8px;
  transform: rotate(2.6deg);
}
#about .disclosure { width: 100%; height: 60px; min-height: 60px; margin: 0 0 14px; padding: 0; overflow: hidden; border: 2px solid #dfbe76; border-radius: 5px; background: #fff; }
#about .disclosure[open] { height: auto; padding: 0; }
#about .disclosure summary, #about .disclosure[open] summary { min-height: 60px; height: 60px; margin: 0; padding: 10px 48px 10px 18px; border: 0; border-radius: 0; color: #080909; background: #fff; font-size: 14px; font-weight: 700; line-height: 1.2; }
#about .disclosure--about summary::after, #about .disclosure--certificates summary::after { right: 22px; color: #514b40; font-size: 24px; transform: translateY(-8%); }
#about .disclosure--about[open] summary::after, #about .disclosure--certificates[open] summary::after { transform: translateY(8%) rotate(180deg); }
#about .disclosure--certificates { border-color: transparent; background: linear-gradient(135deg, #e7c06b 0%, #ffe3a0 50%, #deb766 100%); }
#about .disclosure--certificates summary { background: transparent; }

/* В исходнике этот список был растровым текстом. Держим его компактную
   геометрию, но оставляем содержание доступным для копирования и поиска. */
#about > .achievement-list {
  max-width: none;
  gap: 8px;
  margin-bottom: 51px;
  padding: 0 13px;
  font-size: 15.4px;
  line-height: 1.1;
}
#about > .achievement-list li { padding-left: 24px; }
#about > .achievement-list li::before {
  top: .16em;
  width: 14px;
  height: 14px;
  border-radius: 4px;
  font-size: 9px;
}

.cta, .cta-primary, .cta-gold { position: relative; min-height: 60px; overflow: hidden; border: 0; border-radius: 5px; color: #080909; background: linear-gradient(135deg, #e7c06b 0%, #ffe3a0 50%, #deb766 100%); font-size: 14px; font-weight: 700; letter-spacing: 0; }
.cta-primary::after { display: none; }
.cta::before { position: absolute; inset: 0 auto 0 -70%; width: 45%; background: linear-gradient(100deg, transparent, rgba(255,255,255,.56), transparent); content: ''; pointer-events: none; transform: skewX(-18deg); transition: left .55s ease; }
@media (hover: hover) {
  .cta:hover::before, .cta:focus-visible::before { left: 135%; }
  .cta:hover, .cta:focus-visible { transform: translateY(-1px); box-shadow: 0 8px 20px rgba(0,0,0,.16); }
}

#directions, #groups, #contacts { padding: 66px 14px; }
#directions .section-title, #groups .section-title, #contacts .section-title { margin-bottom: 44px; }
#groups .section-title { font-size: clamp(46px, 6.8vw, 92px); letter-spacing: -.035em; }
.direction-list { gap: 7px; }
.direction-card summary { min-height: 34px; padding: 0 42px 0 18px; gap: 8px; font-size: 18px; line-height: 1; }
.direction-card:nth-child(1) summary { height: 52px; }
.direction-card:nth-child(2) summary { height: 37px; }
.direction-card:nth-child(3) summary { height: 34px; }
.direction-card strong { white-space: nowrap; }
.direction-card i { position: absolute; right: 14px; width: 28px; height: 28px; border-radius: 8px; font-size: 28px; }
.direction-card { position: relative; }
.direction-detail { margin: 10px 0 8px; border-radius: 14px; }
#directions .action-stack, #contacts .action-stack { margin-top: 30px; gap: 14px; }

#groups .text-disclosure { display: block; width: 100%; height: auto; margin: 0 0 14px; border: 0; border-radius: 5px; background: linear-gradient(135deg, #e7c06b 0%, #ffe3a0 50%, #deb766 100%); }
#groups .text-disclosure[open] { display: block; height: auto; padding: 0; }
#groups .text-disclosure summary, #groups .text-disclosure[open] summary { min-height: 68px; height: auto; margin: 0; padding: 14px 52px 14px 18px; color: #080909; font-size: 14px; font-weight: 700; line-height: 1.2; }
#groups .text-disclosure summary small { color: #514b40; font-size: 13px; font-weight: 400; }
#groups .text-disclosure summary::after { right: 20px; color: #514b40; font-size: 24px; }

#reviews { padding: 0 0 28px; background: linear-gradient(#fbfaf6 0 100px, var(--green) 100px 100%); }
#reviews .section-title { min-height: 100px; margin: 0; padding: 25px 14px 18px; color: transparent; background: linear-gradient(135deg, #d7ac52, #ffe3a0 52%, #c69438); -webkit-background-clip: text; background-clip: text; }
#reviews .reviews { width: 100%; max-width: none; height: auto; margin: 0; padding: 0 14px 16px; background: var(--green); }
#reviews .reviews-track { grid-auto-columns: 100%; gap: 6px; }
#reviews .reviews-track img { height: auto; border-radius: 0; object-fit: contain; }
#reviews .reviews-dots { margin-top: 8px; }
#contacts .section-title { color: #e8c77b; }
}

@media (max-width: 560px) {
  .hero { padding-bottom: 60px; }
  .direction-card summary { min-height: 60px; padding: 0 70px 0 18px; font-size: 18px; }
}

@media (min-width: 561px) {
  .portrait-frame--hero { width: min(610px, calc(100% - 64px)); margin: 0 auto; }
  .portrait-frame--about { width: min(600px, calc(100% - 68px)); }
  .hero-stats dt { font-size: clamp(48px, 8.1vw, 62px); }
}

/* Размеры семантических заголовков рассчитаны от исходных баннеров Taplink:
   на телефоне они не выходят за колонку, а после 560 px растут вместе с ней. */
#about .section-title { font-size: 44px; }
#directions .section-title { font-size: 40px; }
#groups .section-title { font-size: 39px; }
#reviews .section-title { font-size: 40px; }
#contacts .section-title { font-size: 37px; }

@media (min-width: 561px) {
  #about .section-title { font-size: clamp(44px, 10.9vw, 136px); }
  #directions .section-title { font-size: clamp(40px, 10vw, 126px); }
  #groups .section-title { font-size: clamp(39px, 9.7vw, 122px); }
  #reviews .section-title { font-size: clamp(40px, 10vw, 126px); }
  #contacts .section-title { font-size: clamp(37px, 9.2vw, 116px); }
}

@media (max-width: 560px) {
  #directions, #groups, #contacts { padding: 50px 24px; }
  #reviews { padding: 50px 14px; }
  .direction-card summary { min-height: 62px; gap: 10px; padding: 10px 0; font-size: 19px; }
  .direction-card i { width: 40px; height: 40px; border-radius: 12px; font-size: 32px; }
  #groups .text-disclosure { width: 100%; }
  #reviews .reviews { width: 100%; }
}

/* Последний слой контрольной мобильной геометрии. */
@media (max-width: 560px) {
  #groups { padding-top: 26px; padding-bottom: 67px; }
  #reviews { margin-top: 22px; padding: 0; }
  #contacts { padding: 66px 14px; }
  #contacts .action-stack { margin-top: 14px; }
}

/* Планшетный первый экран: в Taplink он собирается из баннера шириной 740 px,
   поэтому мобильные компактные интервалы здесь больше не подходят. */
@media (min-width: 561px) and (max-width: 800px) {
  .hero { padding-top: 100px; }
  .hero .eyebrow {
    max-width: 520px;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 1.25;
  }
  .hero h1 {
    margin-bottom: 49px;
    font-size: 112px;
    line-height: .96;
  }

}

@media (min-width: 801px) {
  .hero { padding-top: 104px; padding-bottom: 60px; }
  .hero .eyebrow {
    max-width: 520px;
    margin-bottom: 30px;
    font-size: 26px;
    line-height: 1.1;
  }
  .hero h1 {
    margin-bottom: 68px;
    font-size: 120px;
    line-height: .9;
  }
  .portrait-frame--hero { width: 650px; }

  /* На широкой версии исходные заголовки Taplink заметно компактнее,
     чем ранний адаптивный слой этой копии. */
  #about .section-title { font-size: 88px; }
  #directions .section-title { font-size: 83px; }
  #groups .section-title { font-size: 82px; }
  #reviews .section-title { font-size: 84px; }
  #contacts .section-title { font-size: 80px; }
}

/* Desktop: карточки групп в Taplink — два самостоятельных блока по 68 px
   с 14 px зелёного поля между ними. Белая часть отзывов заканчивается
   вместе с заголовком; сам слайдер и точки идут уже на зелёном фоне. */
@media (min-width: 561px) {
  #groups .text-disclosure {
    display: block;
    height: 68px;
    margin: 0 0 14px;
  }

  #groups .text-disclosure summary,
  #groups .text-disclosure[open] summary {
    height: 68px;
    min-height: 68px;
    margin: 0;
    padding: 10px 36px;
  }

  #groups .text-disclosure[open] {
    height: auto;
    padding: 0;
  }

  #reviews {
    padding: 0;
    background: var(--green);
  }

  #reviews .section-title {
    position: relative;
    isolation: isolate;
    display: grid;
    width: 100%;
    min-height: 0;
    aspect-ratio: 792 / 178;
    height: auto;
    place-items: center;
    margin: 0;
    padding: 0;
    color: #b08431;
    background: #fbfaf6;
  }

  #reviews .section-title::before {
    content: none;
  }

  #reviews .section-title > span {
    color: transparent;
    background: linear-gradient(135deg, #d7ac52, #ffe3a0 52%, #c69438);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  #reviews .reviews {
    background: transparent;
  }
}

/* Анимации соответствуют настройкам исходного Taplink: blink у ссылок и
   pulse у двух встроенных групп. Блик идёт поверх градиента, не меняя его. */
@keyframes taplink-blink {
  0% { left: -100%; }
  20%, 100% { left: 120%; margin-left: 5rem; }
}

@keyframes taplink-pulse {
  0%, 20% { transform: scale(1); }
  10% { transform: scale(1.03); }
}

.cta.cta-blink {
  animation: none;
}

.cta.cta-blink::after {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 1;
  display: block;
  width: 1rem;
  height: 100%;
  content: '';
  pointer-events: none;
  background: #fff;
  opacity: .9;
  transform: rotate(45deg) scale(2);
  animation: 3s linear 0s infinite normal taplink-blink;
}

#groups .text-disclosure.cta-pulse {
  position: relative;
  z-index: 0;
  transform-origin: center;
  animation: taplink-pulse 2s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .cta.cta-blink,
  #groups .text-disclosure.cta-pulse { animation: none; }
}

@media (max-width: 560px) {
  #reviews .section-title > span {
    color: transparent;
    background: linear-gradient(135deg, #d7ac52, #ffe3a0 52%, #c69438);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

/* Последний слой контрольной мобильной геометрии. */
@media (max-width: 560px) {
  #groups { padding-top: 26px; padding-bottom: 67px; }
  #reviews { margin-top: 22px; padding: 0; }
  #contacts { padding: 66px 14px; }
  #contacts .action-stack { margin-top: 14px; }
}

/* Геометрия блока отзывов снята с исходного Taplink при ширине 390 px:
   баннер 22,5% ширины, квадратный слайд и отдельная навигационная полоса. */
@media (max-width: 560px) {
  #groups { padding-top: 26px; padding-bottom: 67px; }
  #reviews {
    margin-top: 22px;
    padding-bottom: 0;
    background: linear-gradient(#fbfaf6 0 22.5vw, var(--green) 22.5vw 100%);
  }
  #reviews .section-title {
    display: grid;
    min-height: 0;
    height: 22.5vw;
    place-items: center;
    margin: 0;
    padding: 0 14px;
  }
  #reviews .reviews { margin-top: 7px; padding: 0 14px; }
  #reviews .reviews-track img {
    height: calc(100vw - 28px);
    aspect-ratio: 1;
    object-fit: cover;
  }
  #reviews .reviews-dots { height: 20px; margin-top: 2.5px; }
  #reviews .reviews-dots button { width: 20.8px; height: 20px; }
  #reviews .reviews-dots button::after,
  #reviews .reviews-dots button.is-active::after {
    top: 8px;
    left: 2.4px;
    width: 16px;
    height: 4px;
    border-radius: 0;
    background: #c5a25f;
  }
  #reviews .reviews-dots button:not(.is-active)::after { background: rgba(197, 162, 95, .45); }

  /* После слайдера в оригинале до баннера контактов 65 px тёмного поля. */
  #contacts { padding: 10px 14px 66px; }
  #contacts .section-title {
    display: grid;
    min-height: 0;
    height: 27.8704vw;
    place-items: center;
    margin: 0 0 14px;
  }
}

/* Финальные mobile-переопределения: держим их после старого слоя Taplink-parity,
   чтобы контрольная ширина 390 px не получала случайных отступов. */
@media (max-width: 560px) {
  #directions, #groups, #contacts { padding: 66px 14px; }
#directions { padding-top: 43px; }
  #reviews { padding: 0 0 28px; }
  .direction-card summary { min-height: 34px; padding: 0 42px 0 18px; font-size: 18px; }
  .direction-card:nth-child(1) summary { height: 52px; }
  .direction-card:nth-child(2) summary { height: 37px; }
  .direction-card:nth-child(3) summary { height: 34px; }
  .direction-card i { width: 28px; height: 28px; border-radius: 8px; font-size: 28px; }
  #directions .section-title { margin-bottom: 20px; }
  #directions .action-stack { margin-top: 20px; }
  #groups .text-disclosure:first-of-type { height: 68px; }
  #groups .text-disclosure:nth-of-type(2) { height: 85px; }
  #groups .text-disclosure { width: 100%; }
  #reviews .reviews { width: 100%; }
  #groups { padding-top: 26px; padding-bottom: 67px; }
  #reviews { margin-top: 22px; padding: 0; }
  #contacts { padding: 66px 14px; }
  #contacts .action-stack { margin-top: 14px; }
}

/* Исходные кадры уже подготовлены без полей Taplink: на всех ширинах
   изображение остаётся внутри своей рамки и не перекрывает заголовки. */
.portrait-frame--hero img,
.portrait-frame--about img {
  height: 100%;
  transform: none;
  object-fit: cover;
}

/* Финальный слой: он идёт после исторических правил и является единственной
   точкой, которая задаёт контрольные размеры Taplink. */
@media (min-width: 801px) {
  #about .disclosure { max-width: none; }
  #groups .text-disclosure.cta-pulse { position: absolute; height: 82px; margin: 0; padding: 7px 0; }
  #groups .text-disclosure:first-of-type { top: 371px; }
  #groups .text-disclosure:nth-of-type(2) { top: 453px; }
  #reviews .section-title { height: 199px; aspect-ratio: auto; }
  #reviews .reviews { max-width: none; overflow: hidden; contain: layout paint; }
  #reviews .reviews-track { width: 100%; min-width: 0; max-width: 100%; }
  #contacts .action-stack { padding: 0; }
}

@media (min-width: 561px) and (max-width: 800px) {
  #groups .text-disclosure.cta-pulse { position: absolute; height: 82px; margin: 0; padding: 7px 0; }
  #groups .text-disclosure:first-of-type { top: 371px; }
  #groups .text-disclosure:nth-of-type(2) { top: 453px; }
  #reviews .section-title { height: 199px; aspect-ratio: auto; }
}

@media (max-width: 560px) {
  #groups .text-disclosure.cta-pulse { position: absolute; margin: 0; padding: 7px 0; }
  #groups .text-disclosure:first-of-type { top: 190px; height: 82px; }
  #groups .text-disclosure:nth-of-type(2) { top: 272px; height: 99px; }
  #reviews .section-title { height: 109px; }
}

details:not([open]) > :not(summary) { display: none !important; }
.certificate-track,
.reviews-track { contain: size layout paint; }

@media (min-width: 801px) {
  #contacts { padding: 0 !important; }
  #contacts .section-title { margin-bottom: 0 !important; }
  #contacts .action-stack { width: 100% !important; margin: 14px 0 0 !important; padding: 0 !important; }
}

@media (max-width: 560px) {
  #about .disclosure {
    right: 14px !important;
    left: 14px !important;
    width: calc(100% - 28px) !important;
    height: 74px !important;
    margin: 0 !important;
    padding: 7px 0 !important;
  }
  #about .disclosure summary,
  #about .disclosure[open] summary { height: 60px !important; min-height: 60px !important; }
  #groups .text-disclosure.cta-pulse {
    right: 14px !important;
    left: 14px !important;
    width: calc(100% - 28px) !important;
    margin: 0 !important;
    padding: 7px 0 !important;
  }
  #reviews { margin-top: 0 !important; }
  #reviews .reviews { margin-top: 0 !important; }
  #reviews .reviews-track { height: calc(100vw - 28px); }
  #reviews .reviews { height: calc(100vw - 3px); }
}

@media (min-width: 801px) {
  #reviews .reviews-track { height: 389px; }
}

/* Общие release-gate стили для услуг и правовых страниц. */
.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 70;
  padding: 12px 16px;
  border-radius: 5px;
  color: #17342d;
  background: #fff;
  font-weight: 700;
  text-decoration: none;
  transform: translateY(-160%);
  pointer-events: auto;
}

.skip-link:focus { transform: translateY(0); }

:where(a, button, summary, [tabindex]):focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px #805916;
}

:where(main, section, [id]) { scroll-margin-top: 84px; }

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

@media (max-width: 374px) {
  #groups .text-disclosure:first-of-type { top: 163px; }
  #groups .text-disclosure:nth-of-type(2) { top: 245px; }
}

#groups .text-disclosure { background: transparent !important; }
#groups .text-disclosure > summary {
  border-radius: 5px;
  background: linear-gradient(135deg, #e7c06b 0%, #ffe3a0 50%, #deb766 100%);
}

@media (max-width: 560px) {
  .hero .eyebrow { max-width: 235px !important; }
  #reviews .reviews-dots button { width: 24px; height: 24px; }
  #reviews .reviews-dots button::after { top: 10px; left: 4px; width: 16px; height: 4px; }
  #reviews .reviews-dots button.is-active::after { left: 2.5px; width: 19px; }
}

@media (min-width: 561px) and (max-width: 800px) {
  #about .disclosure {
    right: 14px !important;
    left: 14px !important;
    width: calc(100% - 28px) !important;
    max-width: none !important;
    height: 74px !important;
    margin: 0 !important;
    padding: 7px 0 !important;
  }
  #about .disclosure summary,
  #about .disclosure[open] summary { height: 60px !important; min-height: 60px !important; margin: 0 !important; }

  #directions { height: 785px !important; padding: 58px 14px 0 !important; }
  #directions .action-stack {
    right: 14px !important;
    bottom: 0 !important;
    left: 14px !important;
    width: calc(100% - 28px) !important;
    height: 222px !important;
    margin: 0 !important;
    padding: 7px 0 !important;
    gap: 14px !important;
  }

  #groups { height: 593px !important; padding: 21px 14px 0 !important; }
  #groups .text-disclosure.cta-pulse {
    right: 14px !important;
    left: 14px !important;
    width: calc(100% - 28px) !important;
    height: 82px !important;
    margin: 0 !important;
    padding: 7px 0 !important;
  }
  #groups .text-disclosure:first-of-type { top: 347px !important; }
  #groups .text-disclosure:nth-of-type(2) { top: 430px !important; }

  #reviews { height: 641px !important; }
  #reviews .section-title { height: 188px !important; }
  #reviews .reviews { height: 416px !important; }
  #reviews .reviews-track { height: 389px; }

  #contacts { position: relative !important; min-height: 727px; padding: 0 !important; }
  #contacts .section-title { display: grid; height: 206px; min-height: 0; margin: 0 !important; place-items: center; }
  #contacts .action-stack {
    position: absolute;
    top: 220px;
    right: 14px;
    left: 14px;
    width: calc(100% - 28px) !important;
    height: 208px;
    margin: 0 !important;
    padding: 0 !important;
    gap: 14px !important;
  }
}

/* Приёмочный desktop-слой должен быть последним правилом файла. */
@media (min-width: 801px) {
  .hero .eyebrow { font-size: 27.5px !important; line-height: 1.22 !important; }
  .hero-stats {
    position: absolute !important;
    top: 1380px !important;
    right: 56px !important;
    left: 56px !important;
    width: auto !important;
    margin: 0 !important;
  }
  #about > .achievement-list { max-width: 680px !important; gap: 22px !important; font-size: 30px !important; line-height: 1.18 !important; }
  #directions { padding-top: 85px !important; }
  #directions .section-title { margin-bottom: 59px !important; font-size: 100px !important; line-height: .8 !important; }
  #directions .direction-list { gap: 0 !important; }
  #directions .direction-card:nth-child(1) summary { height: 120px !important; }
  #directions .direction-card:nth-child(2) summary { height: 88px !important; }
  #directions .direction-card:nth-child(3) summary { height: 81px !important; }
  #groups { padding-top: 100px !important; }
  #groups .section-title { margin-bottom: 0 !important; font-size: 100px !important; line-height: .8 !important; }
  #reviews .reviews { width: calc(50vw + 396px) !important; max-width: none !important; margin-left: 0 !important; padding: 0 !important; }
  #reviews .reviews-track { grid-auto-columns: 389px !important; gap: 14px !important; }
  #reviews .reviews-track img { width: 389px !important; }
}

/* Последний приёмочный слой для мобильного Taplink-кадра 390 px. */
@media (max-width: 560px) {
  #directions .direction-list {
    position: absolute !important;
    top: 164px !important;
    right: 14px !important;
    left: 14px !important;
    width: calc(100% - 28px) !important;
    gap: 0 !important;
  }
  #directions .direction-card:nth-child(1) summary { height: 58px !important; }
  #directions .direction-card:nth-child(2) summary { height: 44px !important; }
  #directions .direction-card:nth-child(3) summary { height: 41px !important; }
  #directions .action-stack {
    right: 14px !important;
    left: 14px !important;
    width: calc(100% - 28px) !important;
  }
}

/* Блик остаётся частью кнопки и не образует отдельную линию на странице. */
.cta.cta-blink::after {
  width: 18% !important;
  max-width: 96px;
  height: 160% !important;
  top: -30% !important;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .48), transparent) !important;
  opacity: 1 !important;
  transform: skewX(-18deg) !important;
}
