:root {
  --paper: #f6f2ed;
  --paper-deep: #eee7df;
  --surface: #fffdfa;
  --ink: #241b1e;
  --ink-soft: #71666a;
  --ink-faint: #a09598;
  --line: #ddd3cc;
  --line-soft: rgba(117, 70, 87, .12);
  --line-module: rgba(117, 70, 87, .2);
  --line-dark: rgba(255, 255, 255, .13);
  --accent: #975f73;
  --accent-deep: #754657;
  --accent-pale: #eee0e5;
  --display: "Cormorant Garamond", Georgia, serif;
  --body: "Onest", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 15px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
button, a { font: inherit; }
a { color: inherit; }
button { color: inherit; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.eyebrow { margin: 0 0 18px; color: var(--accent-deep); font-size: 11px; font-weight: 600; letter-spacing: .19em; text-transform: uppercase; }

.header { position: absolute; z-index: 10; top: 0; left: 0; width: 100%; }
.header-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 88px; border-bottom: 1px solid var(--line-module); }
.logo-link { display: inline-flex; width: max-content; align-items: center; text-decoration: none; }
.brand-logo { display: block; width: 160px; height: auto; }
.nav { display: flex; gap: 36px; }
.nav a, .footer a { text-decoration: none; }
.nav a { color: var(--ink-soft); font-size: 13px; transition: color .2s ease; }
.nav a:hover { color: var(--ink); }
.header-actions { display: flex; align-items: center; justify-self: end; gap: 20px; }
.header-phone { display: inline-flex; width: 40px; height: 40px; flex: 0 0 40px; align-items: center; justify-content: center; padding: 0; border: 1px solid var(--line-module); border-radius: 50%; background: rgba(151, 95, 115, .08); color: var(--accent-deep); text-decoration: none; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.header-phone svg { display: block; }
.header-phone:hover { border-color: rgba(117, 70, 87, .34); background: var(--accent-pale); transform: translateY(-1px); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 25px; border: 1px solid var(--accent); border-radius: 999px; background: var(--accent); color: #fff; font-size: 13px; font-weight: 500; text-decoration: none; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--accent-deep); border-color: var(--accent-deep); }
.button-small { min-height: 40px; padding-inline: 20px; }
.button-outline { border-color: rgba(117, 70, 87, .32); background: transparent; color: var(--accent-deep); }
.button-outline:hover { background: var(--accent); color: white; }
.text-link { display: inline-flex; align-items: center; gap: 11px; color: var(--ink-soft); font-size: 13px; text-decoration: none; }
.text-link span { color: var(--accent); font-size: 17px; transition: transform .2s ease; }
.text-link:hover span { transform: translate(3px, 3px); }

.hero { position: relative; overflow: hidden; padding-top: 88px; background: radial-gradient(ellipse 48% 86% at 76% 48%, rgba(151, 95, 115, .115) 0%, rgba(151, 95, 115, .055) 42%, rgba(151, 95, 115, .018) 67%, transparent 88%), linear-gradient(118deg, #f9f6f2 0%, var(--paper) 58%, #f2ebe5 100%); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 61.8fr) minmax(360px, 38.2fr); min-height: 584px; }
.hero-copy { align-self: center; padding: 64px 40px 60px 0; }
.hero h1 { max-width: 690px; margin: 0; font-family: var(--display); font-size: clamp(58px, 6.15vw, 88px); font-weight: 500; letter-spacing: -.035em; line-height: .94; }
.hero h1 em, .approach-intro h2 em { color: var(--accent); font-weight: 500; }
.hero-lead { max-width: 530px; margin: 32px 0 0; color: var(--ink-soft); font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 38px; }
.hero-art { position: relative; min-height: 584px; overflow: hidden; }
.hero-art::after { display: none; }
.hero-card { position: absolute; z-index: 2; right: 6%; bottom: 7%; width: 250px; padding: 24px 25px; border: 1px solid var(--line-module); background: rgba(255, 253, 250, .96); box-shadow: 0 16px 42px rgba(77, 52, 60, .055); }
.hero-card-number { color: var(--accent); font-size: 9px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.hero-card p { margin: 40px 0 0; font-family: var(--display); font-size: 23px; line-height: 1.25; }
.hero-illustration { position: absolute; z-index: 1; top: 2%; left: 6%; width: 72%; height: 96%; object-fit: contain; object-position: center; opacity: .9; }
.benefits-section { color: var(--ink); }
.benefits-grid { display: grid; width: 100%; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line-module); }
.benefit { position: relative; min-height: 304px; padding: 40px clamp(34px, 4vw, 72px) 38px; background: #f3ede8; }
.benefit + .benefit { border-left: 1px solid var(--line-module); }
.benefit:nth-child(2) { background: #eee3e5; }
.benefit:last-child { background: #f7f2ee; }
.benefit-icon { display: flex; width: 68px; height: 82px; align-items: center; justify-content: flex-start; }
.benefit-icon img { display: block; width: auto; max-width: 68px; height: 76px; object-fit: contain; object-position: left center; opacity: .76; }
.benefit:nth-child(3) .benefit-icon img { width: 70px; height: auto; }
.benefit-number { position: absolute; top: 45px; right: clamp(34px, 4vw, 72px); color: rgba(117, 70, 87, .42); font-size: 10px; letter-spacing: .18em; }
.benefit h2 { margin: 21px 0 0; font-family: var(--display); font-size: clamp(29px, 2.15vw, 35px); font-weight: 500; line-height: 1.08; }
.benefit p { max-width: 430px; margin: 16px 0 0; color: var(--ink-soft); font-size: 15px; line-height: 1.65; }

.about-section { padding-block: 104px 116px; background: var(--paper); scroll-margin-top: 0; }
.about-grid { display: grid; grid-template-columns: minmax(340px, .86fr) minmax(0, 1.14fr); gap: clamp(64px, 8vw, 112px); align-items: start; }
.about-photo { position: relative; width: min(100%, 360px); aspect-ratio: 5 / 11; margin: 0; padding: 0; isolation: isolate; }
.about-photo::before { position: absolute; z-index: -1; inset: 16px -14px -14px 14px; border: 1px solid var(--line-module); border-radius: 999px; content: ''; }
.about-photo::after { display: none; }
.about-photo img { position: relative; z-index: 1; display: block; width: 100%; height: 100%; min-height: 0; border-radius: 999px; object-fit: cover; object-position: 52% center; filter: saturate(.9) contrast(.98); }
.about-content { max-width: 650px; padding-top: 18px; }
.about-content h2 { margin: 0; font-family: var(--display); font-size: clamp(52px, 5.4vw, 72px); font-weight: 500; letter-spacing: -.025em; line-height: .92; }
.about-content h2 em { color: var(--accent); font-weight: 500; }
.about-lead { max-width: 590px; margin: 30px 0 0; font-family: var(--display); font-size: 25px; line-height: 1.35; }
.about-text { max-width: 640px; margin: 19px 0 0; color: var(--ink-soft); font-size: 16px; line-height: 1.75; }
.about-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 34px 0 0; padding: 0; border-block: 1px solid var(--line); list-style: none; }
.about-facts li { position: relative; min-height: 164px; padding: 20px 16px 22px 0; color: var(--ink-soft); line-height: 1.35; }
.about-facts li + li { padding-left: 14px; border-left: 1px solid var(--line); }
.about-facts span { position: absolute; top: 21px; right: 16px; color: var(--accent); font-size: 10px; letter-spacing: .14em; }
.about-facts strong { display: block; max-width: 170px; color: var(--ink); font-family: var(--display); font-size: 21px; font-weight: 500; line-height: 1.08; }
.about-fact-icon { display: block; width: 62px; height: 54px; margin: 0 0 20px; object-fit: contain; object-position: left center; opacity: .63; }
.about-facts li:first-child .about-fact-icon { width: 72px; }
.about-facts li:last-child .about-fact-icon { width: 66px; }
.about-details { border-bottom: 1px solid var(--line); }
.about-details summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 0; color: var(--accent-deep); cursor: pointer; font-size: 15px; font-weight: 500; list-style: none; }
.about-details summary::-webkit-details-marker { display: none; }
.about-details summary span { font-size: 19px; font-weight: 400; transition: transform .2s ease; }
.about-details[open] summary span { transform: rotate(45deg); }
.about-details-body { padding: 3px 0 27px; color: var(--ink-soft); font-size: 15px; line-height: 1.7; }
.about-details-body p { margin: 0; }
.about-credential { margin-top: 20px !important; padding: 16px 18px; border-left: 2px solid var(--accent); background: rgba(238, 224, 229, .55); }
.about-credential span { display: block; margin-bottom: 4px; color: var(--accent-deep); font-size: 9px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }

.services-section { padding-block: 120px 132px; background: var(--surface); scroll-margin-top: 0; }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: end; }
.section-heading h2, .approach-intro h2, .contact-card h2 { margin: 0; font-family: var(--display); font-size: clamp(46px, 5vw, 66px); font-weight: 500; letter-spacing: -.025em; line-height: 1; }
.section-heading > p { max-width: 500px; margin: 0 0 5px; color: var(--ink-soft); line-height: 1.7; }
.category-tabs { display: flex; gap: 8px; margin-top: 54px; padding-bottom: 18px; overflow-x: auto; scrollbar-width: none; }
.category-tabs::-webkit-scrollbar { display: none; }
.category-tab { flex: none; padding: 10px 17px; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: var(--ink-soft); cursor: pointer; font-size: 12px; transition: .2s ease; }
.category-tab:hover { border-color: var(--accent); color: var(--accent-deep); }
.category-tab[aria-selected="true"] { border-color: var(--accent); background: var(--accent); color: white; }
.catalog-status { display: flex; min-height: 180px; align-items: center; justify-content: center; gap: 12px; color: var(--ink-faint); font-size: 13px; }
.catalog-status[hidden] { display: none; }
.catalog-status.error { flex-direction: column; color: var(--ink-soft); text-align: center; }
.catalog-status button { border: 0; background: transparent; color: var(--accent-deep); cursor: pointer; text-decoration: underline; text-underline-offset: 4px; }
.loader { width: 16px; height: 16px; border: 1px solid var(--line); border-top-color: var(--accent); border-radius: 50%; animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.service-list { border-top: 1px solid var(--line); }
.service-row { display: grid; grid-template-columns: minmax(0, 1fr) 100px 140px 22px; gap: 26px; align-items: center; width: 100%; padding: 25px 18px 25px 0; border: 0; border-bottom: 1px solid var(--line); background: transparent; cursor: pointer; text-align: left; }
.service-name { display: block; font-family: var(--display); font-size: 25px; line-height: 1.15; }
.service-description { display: block; max-width: 650px; margin-top: 7px; color: var(--ink-soft); font-size: 13px; }
.service-duration { color: var(--ink-faint); font-size: 12px; }
.service-price { color: var(--accent-deep); font-size: 17px; font-weight: 500; text-align: right; white-space: nowrap; }
.service-action { color: var(--accent); font-size: 18px; transition: transform .2s ease; }
.service-row { transition: background .2s ease, padding .2s ease; }
.service-row:hover { padding-left: 18px; background: #faf6f3; }
.service-row:hover .service-action { transform: translate(3px, 3px); }
.service-empty { padding: 50px 0; color: var(--ink-faint); }

.approach-section { padding-block: 100px; background: var(--paper-deep); }
.approach-grid { display: grid; grid-template-columns: minmax(320px, .85fr) 1.15fr; gap: 100px; }
.approach-intro { position: sticky; top: 48px; align-self: start; }
.approach-slider { border-block: 1px solid var(--line); }
.approach-slider-viewport { position: relative; min-height: 260px; overflow: hidden; }
.principle { display: grid; grid-template-columns: 54px 1fr; gap: 24px; padding: 38px 0 28px; }
.principle > span { color: var(--accent); font-size: 11px; letter-spacing: .14em; }
.principle h3 { max-width: 590px; margin: 0; font-family: var(--display); font-size: clamp(34px, 3.2vw, 48px); font-weight: 500; line-height: 1.08; }
.principle p { max-width: 590px; margin: 18px 0 0; color: var(--ink-soft); font-size: 16px; line-height: 1.65; }
.approach-slide { position: absolute; inset: 0; opacity: 0; pointer-events: none; transform: translateY(24px); transition: opacity .55s ease, transform .55s cubic-bezier(.22,.61,.36,1); }
.approach-slide.is-active { opacity: 1; pointer-events: auto; transform: translateY(0); }
.approach-slider-controls { display: grid; grid-template-columns: 72px 1fr auto; gap: 20px; align-items: center; min-height: 62px; border-top: 1px solid var(--line); }
.approach-slider-count { color: var(--ink-faint); font-size: 11px; letter-spacing: .12em; }
.approach-slider-count b { color: var(--accent); font-weight: 500; }
.approach-slider-progress { display: block; height: 1px; overflow: hidden; background: var(--line-strong); }
.approach-slider-progress i { display: block; width: 100%; height: 100%; background: var(--accent); transform: scaleX(0); transform-origin: left; }
.approach-slider.is-running .approach-slider-progress i { animation: approach-progress 5.5s linear forwards; }
.approach-slider-buttons { display: flex; gap: 8px; }
.approach-slider-buttons button { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--line-strong); border-radius: 50%; background: transparent; color: var(--accent-deep); cursor: pointer; font-size: 17px; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.approach-slider-buttons button:hover { border-color: var(--accent); background: var(--accent-pale); transform: translateY(-2px); }
@keyframes approach-progress { to { transform: scaleX(1); } }

.booking-section { padding-block: 112px 120px; background: var(--ink); color: #f8f3f0; scroll-margin-top: 0; }
.booking-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: end; }
.booking-heading .eyebrow { color: #c999aa; }
.booking-heading h2, .location-copy h2 { margin: 0; font-family: var(--display); font-size: clamp(46px, 5vw, 66px); font-weight: 500; letter-spacing: -.025em; line-height: 1; }
.booking-heading h2 em { color: #c999aa; font-weight: 500; }
.booking-heading > p { max-width: 460px; margin: 0 0 4px; color: #bdb2b5; line-height: 1.75; }
.booking-layout { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(290px, .55fr); gap: 24px; align-items: stretch; margin-top: 56px; }
.booking-form, .booking-success { padding: 38px; border: 1px solid var(--line-dark); background: #2b2225; }
.booking-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.booking-field { display: flex; flex-direction: column; gap: 8px; }
.booking-field-wide { grid-column: 1 / -1; }
.booking-intent { min-width: 0; margin: 0; padding: 0; border: 0; }
.booking-intent legend, .booking-availability-head > span:first-child { margin-bottom: 10px; color: #cfc5c8; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.booking-intent-options { display: flex; flex-wrap: wrap; gap: 9px; }
.booking-intent-button, .booking-date-button, .booking-slot-button { border: 1px solid var(--line-dark); background: #342a2d; color: #cfc5c8; cursor: pointer; transition: border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease; }
.booking-intent-button { min-height: 42px; padding: 8px 16px; border-radius: 999px; }
.booking-intent-button:hover, .booking-date-button:hover:not(:disabled), .booking-slot-button:hover { border-color: rgba(201, 153, 170, .58); color: #fff; transform: translateY(-1px); }
.booking-intent-button.is-active, .booking-date-button.is-active, .booking-slot-button.is-active { border-color: #c999aa; background: #9f667b; color: #fff; }
.booking-time-toggle { display: flex; width: 100%; min-height: 70px; align-items: center; justify-content: space-between; gap: 20px; padding: 15px 18px; border: 1px solid var(--line-dark); background: rgba(255,255,255,.018); color: #f8f3f0; text-align: left; cursor: pointer; transition: border-color .2s ease, background .2s ease; }
.booking-time-toggle:hover, .booking-time-toggle[aria-expanded="true"] { border-color: rgba(201, 153, 170, .58); background: rgba(201,153,170,.06); }
.booking-time-toggle > span:first-child { display: flex; flex-direction: column; gap: 3px; }
.booking-time-toggle strong { font-size: 14px; font-weight: 500; }
.booking-time-toggle small { color: #8e8185; font-size: 11px; }
.booking-time-toggle-icon { color: #c999aa; font-family: var(--display); font-size: 25px; line-height: 1; }
.booking-availability { padding: 22px; border: 1px solid var(--line-dark); background: rgba(255, 255, 255, .018); }
.booking-availability[hidden] { display: none; }
.booking-availability-head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; }
.booking-duration { color: #8e8185; font-size: 11px; }
.booking-date-options { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.booking-date-button { display: flex; min-height: 64px; flex-direction: column; align-items: flex-start; justify-content: center; gap: 2px; padding: 10px 12px; text-align: left; }
.booking-date-button strong { font-size: 13px; font-weight: 500; }
.booking-date-button span { color: #9f9296; font-size: 10px; }
.booking-date-button.is-active span { color: rgba(255, 255, 255, .72); }
.booking-date-button:disabled { opacity: .38; cursor: default; }
.booking-slot-heading { margin-top: 20px; color: #cfc5c8; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.booking-slot-options { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 8px; margin-top: 9px; }
.booking-slot-options:empty { display: none; }
.booking-slot-button { min-height: 42px; padding: 7px 9px; }
.booking-availability-status { margin: 14px 0 0; color: #a99da0; font-size: 12px; }
.booking-comment-toggle { width: max-content; padding: 0 0 3px; border: 0; border-bottom: 1px solid rgba(201, 153, 170, .45); background: transparent; color: #c999aa; cursor: pointer; }
.booking-consent-field { display: grid; grid-template-columns: 20px minmax(0, 1fr); gap: 11px; align-items: start; margin-top: 24px; color: #bdb2b5; font-size: 12px; line-height: 1.55; }
.booking-consent-field input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--accent); cursor: pointer; }
.booking-consent-field label { cursor: pointer; }
.booking-consent-field a { color: #d7a9b9; text-underline-offset: 3px; }
.booking-consent-field a:hover { color: #f2d7e0; }
.booking-field > span { color: #cfc5c8; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.booking-field input, .booking-field select, .booking-field textarea { width: 100%; min-height: 49px; padding: 12px 14px; border: 1px solid var(--line-dark); border-radius: 0; outline: none; background: #342a2d; color: #f8f3f0; font: inherit; transition: border-color .2s ease, box-shadow .2s ease; }
.booking-field textarea { min-height: 92px; resize: vertical; }
.booking-field input::placeholder, .booking-field textarea::placeholder { color: #8e8185; }
.booking-field input:focus, .booking-field select:focus, .booking-field textarea:focus { border-color: #c999aa; box-shadow: 0 0 0 3px rgba(201,153,170,.12); }
.booking-form-foot { display: flex; align-items: center; gap: 22px; margin-top: 26px; }
.booking-form-foot p { max-width: 340px; margin: 0; color: #8e8185; font-size: 10px; line-height: 1.45; }
.booking-form-foot .button:disabled { border-color: #62565a; background: #62565a; color: #aa9da1; cursor: not-allowed; transform: none; }
.booking-error { margin: 18px 0 0; color: #efb0aa; font-size: 12px; }
.booking-error[hidden], .booking-form[hidden], .booking-success[hidden], .booking-field[hidden] { display: none; }
.booking-success { display: flex; min-height: 410px; flex-direction: column; justify-content: center; }
.booking-success > span { color: #c999aa; font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.booking-success h3 { max-width: 470px; margin: 26px 0 0; font-family: var(--display); font-size: 42px; font-weight: 500; line-height: 1.05; }
.booking-success p { max-width: 430px; margin: 18px 0 0; color: #bdb2b5; }
.text-button { width: max-content; margin-top: 30px; padding: 0 0 4px; border: 0; border-bottom: 1px solid #c999aa; background: transparent; color: #f8f3f0; cursor: pointer; }
.contact-panel { display: flex; flex-direction: column; padding: 38px 32px; border: 1px solid var(--line-dark); background: #2b2225; }
.contact-label { margin: 0 0 30px; color: #8e8185; font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.contact-link { display: flex; flex-direction: column; gap: 4px; padding: 20px 0; border-top: 1px solid var(--line-dark); text-decoration: none; }
.contact-link span { color: #8e8185; font-size: 11px; }
.contact-link strong { color: #f8f3f0; font-family: var(--display); font-size: 23px; font-weight: 500; }
.contact-link:hover strong { color: #c999aa; }
.contact-link-vk { display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 15px; align-items: center; }
.contact-link-copy { display: flex; min-width: 0; flex-direction: column; gap: 4px; }
.social-logo { display: block; width: 48px; height: 48px; border-radius: 13px; box-shadow: 0 8px 24px rgba(160, 93, 117, .2); transition: transform .2s ease, box-shadow .2s ease; }
.contact-link-vk:hover .social-logo { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(160, 93, 117, .3); }
.contact-note { margin: auto 0 0; padding-top: 26px; color: #8e8185; font-size: 12px; line-height: 1.6; }
.floating-booking { position: fixed; z-index: 30; right: max(22px, env(safe-area-inset-right)); bottom: max(22px, env(safe-area-inset-bottom)); display: grid; width: 64px; height: 64px; place-items: center; border: 1px solid rgba(255,255,255,.38); border-radius: 50%; background: var(--accent); color: #fff; box-shadow: 0 14px 36px rgba(55, 32, 40, .24); text-decoration: none; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.floating-booking svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }
.floating-booking:hover { transform: translateY(-3px) scale(1.03); background: var(--accent-deep); box-shadow: 0 18px 42px rgba(55, 32, 40, .3); }

/* ---------- Политика конфиденциальности ---------- */
.privacy-page { background: linear-gradient(135deg, #faf7f3, var(--paper)); }
.privacy-header { border-bottom: 1px solid var(--line-module); }
.privacy-header-inner { display: flex; min-height: 88px; align-items: center; justify-content: space-between; }
.privacy-main { max-width: 880px; padding-block: 86px 110px; }
.privacy-main h1 { max-width: 760px; margin: 0; font-family: var(--display); font-size: clamp(48px, 7vw, 78px); font-weight: 500; letter-spacing: -.035em; line-height: .96; }
.privacy-updated { margin: 20px 0 56px; color: var(--ink-faint); font-size: 12px; }
.privacy-main section { padding: 30px 0; border-top: 1px solid var(--line-module); }
.privacy-main section h2 { margin: 0 0 15px; font-family: var(--display); font-size: 30px; font-weight: 500; line-height: 1.15; }
.privacy-main section p { margin: 10px 0 0; color: var(--ink-soft); line-height: 1.75; }
.privacy-main section a { color: var(--accent-deep); text-underline-offset: 3px; }
.privacy-actions { display: flex; align-items: center; gap: 28px; margin-top: 42px; }

.location-section { padding-block: 112px; background: var(--surface); }
.location-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: center; }
.location-copy h2 { color: var(--ink); }
.location-copy > p:not(.eyebrow) { max-width: 390px; margin: 25px 0; color: var(--ink-soft); line-height: 1.7; }
.map-frame { position: relative; min-height: 430px; overflow: hidden; border: 1px solid var(--line-module); background: var(--paper-deep); }
.map-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; filter: saturate(.65) sepia(.06); }
.footer { background: var(--ink); color: #bdb2b5; }
.footer-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 100px; border-top: 1px solid var(--line-dark); font-size: 12px; }
.footer-logo { width: 142px; filter: brightness(0) invert(1); opacity: .9; }
.footer p { margin: 0; }
.footer-links { display: flex; align-items: center; justify-self: end; gap: 24px; }
.footer-links a { color: #bdb2b5; }
.footer-links a:hover { color: #fff; }

@media (max-width: 900px) {
  .nav { display: none; }
  .header-inner { grid-template-columns: 1fr auto; }
  .hero { min-height: auto; }
  .benefits-grid { grid-template-columns: 1fr; }
  .benefit + .benefit { border-top: 1px solid var(--line-module); border-left: 0; }
  .benefit { min-height: 0; padding: 32px 34px 33px 116px; }
  .benefit-icon { position: absolute; top: 26px; left: 34px; width: 62px; height: 78px; }
  .benefit-icon img { max-width: 62px; height: 74px; }
  .benefit-number { top: 41px; right: 28px; }
  .benefit h2 { margin-top: 0; padding-right: 42px; font-size: 29px; }
  .benefit p { max-width: 650px; font-size: 14px; }
  .section-heading, .about-grid, .approach-grid, .booking-heading, .booking-layout, .location-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-grid { gap: 50px; }
  .about-photo { width: min(100%, 320px); }
  .about-photo img { height: 100%; }
  .approach-intro { position: static; }
  .approach-slider-viewport { min-height: 250px; }
  .location-copy { max-width: 600px; }
}

@media (min-width: 701px) and (max-width: 900px) {
  .hero-grid { grid-template-columns: minmax(0, 56%) minmax(0, 44%); min-height: 570px; }
  .hero-copy { padding: 70px 28px 62px 0; }
  .hero h1 { font-size: clamp(49px, 7vw, 64px); }
  .hero-art { min-height: 570px; border: 0; }
  .hero-illustration { top: 2%; left: 8%; width: 84%; height: 96%; }
  .hero-card { right: 4%; bottom: 5%; width: 205px; padding: 20px; }
  .hero-card p { margin-top: 27px; font-size: 19px; }
}

@media (max-width: 700px) {
  .hero { isolation: isolate; padding-top: 72px; }
  .hero-grid { position: relative; display: block; min-height: max(720px, calc(100svh - 72px)); }
  .hero-copy { position: relative; z-index: 2; display: flex; min-height: max(720px, calc(100svh - 72px)); flex-direction: column; justify-content: flex-end; padding: 80px 0 58px; }
  .hero-copy::after { position: absolute; z-index: -1; inset: 0 30% 0 -18px; background: linear-gradient(90deg, rgba(246,242,237,.98) 0%, rgba(246,242,237,.82) 62%, transparent 100%); content: ''; pointer-events: none; }
  .hero-art { position: absolute; z-index: 0; inset: 0 -18px 0 0; min-height: 0; overflow: hidden; border: 0; }
  .hero-card { display: none; }
  .hero-illustration { top: 5%; right: -18%; left: auto; width: 88%; height: 94%; object-position: right center; opacity: .19; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 36px), var(--container)); }
  .header-inner { min-height: 72px; }
  .brand-logo { width: 132px; }
  .header-actions { gap: 10px; }
  .header-phone { width: 36px; height: 36px; flex-basis: 36px; }
  .header .button { min-height: 36px; padding-inline: 15px; font-size: 11px; }
  .hero h1 { font-size: clamp(50px, 16vw, 68px); }
  .hero-lead { margin-top: 25px; font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; margin-top: 32px; }
  .about-section { padding-block: 54px 50px; }
  .services-section { padding-block: 56px 50px; }
  .approach-section { padding-block: 54px 42px; }
  .about-grid { gap: 50px; }
  .about-photo { width: min(88%, 280px); }
  .about-photo img { height: 100%; min-height: 0; }
  .about-photo::before { inset: 12px -10px -10px 10px; }
  .about-content { padding-top: 0; }
  .about-content h2 { font-size: 51px; }
  .about-lead { margin-top: 24px; font-size: 22px; }
  .about-facts { grid-template-columns: 1fr; }
  .about-facts li { display: grid; grid-template-columns: 58px 34px 1fr; min-height: 0; padding: 16px 0; align-items: center; gap: 10px; }
  .about-facts li + li { padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }
  .about-facts span { position: static; margin: 0; }
  .about-facts strong { max-width: none; font-size: 20px; }
  .about-fact-icon, .about-facts li:first-child .about-fact-icon, .about-facts li:last-child .about-fact-icon { width: 54px; height: 48px; margin: 0; }
  .benefit { padding: 28px 18px 30px 88px; }
  .benefit-icon { top: 24px; left: 18px; width: 54px; height: 68px; }
  .benefit-icon img { max-width: 54px; height: 65px; }
  .benefit-number { top: 33px; right: 18px; }
  .benefit h2 { padding-right: 35px; font-size: 25px; }
  .section-heading { gap: 24px; }
  .section-heading h2, .approach-intro h2, .contact-card h2 { font-size: 46px; }
  .category-tabs { width: calc(100% + 18px); margin-top: 38px; }
  .service-row { grid-template-columns: 1fr auto 17px; gap: 8px 10px; padding: 21px 0; }
  .service-name { font-size: 21px; }
  .service-description { grid-column: 1 / -1; }
  .service-duration { grid-column: 1; grid-row: 2; }
  .service-price { grid-column: 2; grid-row: 1; font-size: 15px; }
  .service-action { grid-column: 3; grid-row: 1; }
  .service-row:hover { padding-left: 8px; }
  .principle { grid-template-columns: 34px 1fr; gap: 12px; }
  .principle { padding: 28px 0 20px; }
  .principle h3 { font-size: 35px; }
  .principle p { margin-top: 14px; font-size: 15px; }
  .approach-slider-viewport { min-height: 205px; }
  .approach-slider-controls { min-height: 56px; }
  .approach-grid { gap: 28px; }
  .approach-slider-controls { grid-template-columns: 60px 1fr auto; gap: 12px; }
  .approach-slider-buttons button { width: 38px; height: 38px; }
  .booking-section { padding-block: 56px 42px; }
  .location-section { padding-block: 54px 64px; }
  .booking-heading { gap: 24px; }
  .booking-layout { margin-top: 36px; }
  .location-grid { gap: 32px; }
  .booking-form, .booking-success, .contact-panel { padding: 26px 20px; }
  .booking-form-grid { grid-template-columns: 1fr; gap: 17px; }
  .booking-field-wide { grid-column: auto; }
  .booking-date-options { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .booking-slot-options { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .booking-availability { padding: 18px 16px; }
  .booking-form-foot { align-items: flex-start; flex-direction: column; }
  .floating-booking { right: max(14px, env(safe-area-inset-right)); bottom: max(14px, env(safe-area-inset-bottom)); width: 58px; height: 58px; }
  .privacy-header-inner { min-height: 74px; }
  .privacy-header .brand-logo { width: 135px; }
  .privacy-main { padding-block: 58px 76px; }
  .privacy-updated { margin-bottom: 38px; }
  .privacy-main section { padding: 24px 0; }
  .privacy-main section h2 { font-size: 27px; }
  .privacy-actions { align-items: flex-start; flex-direction: column; }
  .map-frame { min-height: 360px; }
  .footer-inner { grid-template-columns: 1fr auto; }
  .footer p { display: none; }
  .footer-links { align-items: flex-end; flex-direction: column-reverse; gap: 5px; text-align: right; }
}

@media (min-width: 560px) and (max-width: 900px) {
  .about-grid { grid-template-columns: minmax(190px, .68fr) minmax(0, 1.32fr); gap: clamp(26px, 5vw, 44px); align-items: start; }
  .about-photo { width: min(100%, 280px); padding: 0; }
  .about-photo::before { inset: 12px -10px -10px 10px; }
  .about-photo img { height: 100%; min-height: 0; object-position: 52% center; }
  .about-content { padding-top: 0; }
  .about-content h2 { font-size: clamp(42px, 6.4vw, 52px); }
  .about-lead { margin-top: 22px; font-size: 20px; }
  .about-text { margin-top: 16px; font-size: 14px; line-height: 1.65; }
  .about-facts { grid-template-columns: 1fr; margin-top: 26px; }
  .about-facts li { display: grid; grid-template-columns: 58px 34px 1fr; min-height: 0; padding: 15px 0; align-items: center; gap: 10px; }
  .about-facts li + li { padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }
  .about-facts span { position: static; }
  .about-facts strong { max-width: none; font-size: 20px; }
  .about-fact-icon, .about-facts li:first-child .about-fact-icon, .about-facts li:last-child .about-fact-icon { width: 54px; height: 48px; margin: 0; }
}

@media (max-width: 559px) {
  .about-grid { grid-template-columns: minmax(108px, .62fr) minmax(0, 1.38fr); gap: 16px 20px; align-items: start; }
  .about-photo { grid-column: 1; grid-row: 1 / 4; width: 100%; align-self: start; }
  .about-content { display: contents; }
  .about-content > .eyebrow { grid-column: 2; grid-row: 1; align-self: end; margin-bottom: 0; }
  .about-content > h2 { grid-column: 2; grid-row: 2; align-self: center; font-size: clamp(38px, 10.8vw, 49px); }
  .about-content > .about-lead { grid-column: 2; grid-row: 3; align-self: start; margin-top: 0; font-size: 18px; line-height: 1.35; }
  .about-content > .about-text, .about-content > .about-facts, .about-content > .about-details { grid-column: 1 / -1; }
  .about-content > .about-text { margin-top: 8px; }
  .about-content > .about-facts { margin-top: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .approach-slider-progress { display: none; }
}
