:root {
    --paper: #f7f4ed;
    --paper-deep: #eee8dc;
    --white: #fff;
    --ink: #2f3749;
    --muted: #687083;
    --green: #6f9e87;
    --green-dark: #49715e;
    --green-soft: #e3ede6;
    --sand: #e8dbc5;
    --red: #c6382e;
    --line: rgba(47, 55, 73, .11);
    --shadow: 0 22px 60px rgba(47, 55, 73, .12);
    --radius: 26px;
    --font-display: 'Unbounded', Arial, sans-serif;
    --font-body: 'Onest', Arial, sans-serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 16px/1.55 var(--font-body); -webkit-font-smoothing: antialiased; }
body::before { content: ''; position: fixed; inset: 0; pointer-events: none; opacity: .22; background-image: radial-gradient(rgba(47,55,73,.08) .55px, transparent .55px); background-size: 7px 7px; z-index: -1; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
img { max-width: 100%; display: block; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--font-display); font-weight: 500; letter-spacing: -.035em; }
h1 { font-size: clamp(2.25rem, 5.5vw, 4.8rem); line-height: 1.04; }
h2 { font-size: clamp(1.65rem, 3.2vw, 2.75rem); line-height: 1.16; }
h3 { font-size: 1.12rem; line-height: 1.3; }
.shell { width: min(1216px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; background: var(--ink); color: #fff; padding: 10px 16px; border-radius: 10px; }
.skip-link:focus { top: 16px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 18px; color: var(--green-dark); font-size: .75rem; line-height: 1; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; }
.eyebrow::before { content: ''; width: 28px; height: 1px; background: currentColor; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 52px; padding: 0 27px; border: 0; border-radius: 999px; background: var(--green); color: #fff; font-weight: 700; box-shadow: 0 10px 24px rgba(111, 158, 135, .32); transition: transform .2s, background .2s, box-shadow .2s; }
.ui-icon { width: 1.15em; height: 1.15em; flex: 0 0 auto; overflow: visible; }
.button .ui-icon { width: 1.05rem; height: 1.05rem; }
.button:hover { background: var(--green-dark); transform: translateY(-2px); box-shadow: 0 16px 32px rgba(73, 113, 94, .32); }
.button:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(198,56,46,.32); outline-offset: 3px; }
.button--small { min-height: 42px; padding: 0 20px; font-size: .9rem; }
.button--ghost { color: var(--ink); background: transparent; border: 1px solid rgba(47,55,73,.28); box-shadow: none; }
.button--ghost:hover { color: var(--ink); background: #fff; border-color: #fff; }
.text-link { color: var(--green-dark); font-weight: 700; white-space: nowrap; }
.text-link span { display: inline-block; transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }

.site-header { position: sticky; top: 0; z-index: 90; background: rgba(247,244,237,.86); border-bottom: 1px solid transparent; -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); transition: border-color .2s, box-shadow .2s; }
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 8px 24px rgba(47,55,73,.05); }
.site-header__inner { min-height: 76px; display: flex; align-items: center; gap: 35px; }
.brand { flex: none; }
.brand img { width: 158px; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: 28px; margin-left: 12px; }
.desktop-nav a { position: relative; color: #4d5568; font-size: .9rem; font-weight: 600; }
.desktop-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -10px; height: 2px; background: var(--green); transition: right .2s; }
.desktop-nav a:hover::after, .desktop-nav a.is-active::after { right: 0; }
.header-actions { margin-left: auto; display: flex; align-items: center; gap: 12px; }
.language-switcher { display: flex; padding: 3px; background: #fff; border: 1px solid var(--line); border-radius: 999px; }
.language-switcher a { display: grid; place-items: center; min-width: 34px; height: 30px; border-radius: 999px; color: var(--muted); font-size: .69rem; font-weight: 700; }
.language-switcher a.is-active { background: var(--ink); color: #fff; }
.menu-toggle { display: none; width: 42px; height: 42px; border: 0; padding: 10px; background: transparent; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--ink); border-radius: 2px; }
.mobile-menu { display: none; border-top: 1px solid rgba(47,55,73,.12); background: rgba(255,255,255,.98); box-shadow: 0 22px 46px rgba(47,55,73,.18); }
.mobile-menu .shell { display: flex; flex-direction: column; padding-block: 10px 18px; }
.mobile-menu a { padding: 14px 2px; border-bottom: 1px solid rgba(47,55,73,.08); font-weight: 650; }
.mobile-menu a:last-child { border-bottom: 0; }
.mobile-menu.is-open { display: block; }

.hero { min-height: calc(100svh - 76px); display: grid; grid-template-columns: 1.04fr .96fr; gap: clamp(40px, 6vw, 84px); align-items: center; padding-block: clamp(48px, 7vw, 92px); }
.hero__content { max-width: 650px; }
.hero h1 { margin-bottom: 24px; max-width: 790px; }
.hero__lead { max-width: 600px; margin-bottom: 30px; color: var(--muted); font-size: clamp(1rem, 1.5vw, 1.17rem); line-height: 1.72; }
.hero__actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero__badges { display: flex; gap: 8px; flex-wrap: wrap; margin: 30px 0 0; padding: 0; list-style: none; }
.hero__badges li { padding: 8px 13px; border-radius: 999px; background: var(--green-soft); color: var(--green-dark); font-size: .77rem; font-weight: 650; }
.hero__visual { position: relative; min-height: 580px; padding: 22px 22px 54px 46px; }
.hero__image { display: block; height: 100%; min-height: 500px; overflow: hidden; border-radius: 36px 110px 36px 36px; background: linear-gradient(135deg, #e8e1d4, #bccfc4); box-shadow: var(--shadow); }
.hero__image img { width: 100%; height: 100%; min-height: inherit; object-fit: cover; object-position: center; }
.hero__note { position: absolute; left: 0; right: 64px; bottom: 8px; display: flex; gap: 14px; align-items: center; padding: 18px 20px; border-radius: 18px; background: rgba(255,255,255,.94); box-shadow: 0 15px 40px rgba(47,55,73,.17); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); font-size: .79rem; line-height: 1.45; }
.hero__note img { flex: none; }

.section { padding-block: clamp(58px, 8vw, 105px); }
.section--tint { background: var(--green-soft); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 28px; margin-bottom: 32px; }
.section-heading h2 { margin-bottom: 12px; }
.section-heading p { max-width: 670px; margin: 0; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.service-card { position: relative; min-height: 285px; display: flex; flex-direction: column; padding: 26px; overflow: hidden; border: 1px solid rgba(47,55,73,.08); border-radius: 24px; background: rgba(255,255,255,.78); box-shadow: 0 4px 16px rgba(47,55,73,.04); transition: transform .25s, box-shadow .25s, background .25s; }
.service-card::after { content: ''; position: absolute; right: -55px; bottom: -60px; width: 150px; height: 150px; border-radius: 50%; background: var(--green-soft); transition: transform .3s; }
.service-card:hover { transform: translateY(-5px); background: #fff; box-shadow: 0 22px 44px rgba(47,55,73,.11); }
.service-card:hover::after { transform: scale(1.28); }
.service-card__link { position: absolute; inset: 0; z-index: 2; }
.service-card__top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 31px; }
.service-card__category { color: var(--green-dark); font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.service-card__arrow { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; transition: background .2s, color .2s, transform .2s; }
.service-card:hover .service-card__arrow { background: var(--ink); color: #fff; transform: rotate(8deg); }
.service-card h3 { max-width: 270px; margin-bottom: 12px; font-size: 1.18rem; }
.service-card p { position: relative; z-index: 1; margin-bottom: 26px; color: var(--muted); font-size: .88rem; }
.service-card__meta { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: baseline; gap: 14px; margin-top: auto; }
.service-card__meta strong { font-size: 1.06rem; }
.service-card__meta span { color: var(--muted); font-size: .82rem; }
.service-card--compact { min-height: 255px; }
.process-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.process-card { padding: 31px; border-radius: 24px; background: #fff; box-shadow: 0 4px 16px rgba(47,55,73,.04); }
.process-card > span { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 28px; border-radius: 50%; background: var(--paper); color: var(--green-dark); font-size: .78rem; font-weight: 700; }
.process-card h3 { margin-bottom: 12px; }
.process-card p { margin: 0; color: var(--muted); font-size: .9rem; }
.consult-banner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px; padding: clamp(32px, 5vw, 62px); border-radius: 34px; background: var(--ink); color: #fff; box-shadow: var(--shadow); }
.consult-banner h2 { margin-bottom: 16px; }
.consult-banner p { max-width: 700px; margin: 0; color: #cbd0dc; }
.consult-banner .eyebrow { color: #a6ccb8; }
.consult-banner__action { min-width: 210px; display: grid; justify-items: start; gap: 4px; }
.consult-banner__action strong { font-size: 1.5rem; }
.consult-banner__action span { margin-bottom: 14px; color: #cbd0dc; }
.faq-section { padding-top: 40px; }
.faq-list { display: grid; gap: 10px; }
.faq-list details { padding: 0 25px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.78); }
.faq-list summary { display: flex; justify-content: space-between; gap: 20px; padding: 21px 0; cursor: pointer; list-style: none; font-weight: 650; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--green-dark); font-size: 1.25rem; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 800px; padding-bottom: 22px; color: var(--muted); font-size: .9rem; }

.page-intro { padding-top: clamp(64px, 9vw, 124px); padding-bottom: clamp(42px, 6vw, 74px); }
.page-intro h1 { max-width: 950px; margin-bottom: 22px; }
.page-intro p { max-width: 720px; margin: 0; color: var(--muted); font-size: 1.04rem; }
.catalog { padding-bottom: 110px; }
.catalog-tools { position: relative; z-index: 2; display: grid; gap: 18px; margin-bottom: 30px; }
.search-field { width: min(460px, 100%); display: flex; align-items: center; gap: 12px; padding: 0 17px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.search-field span { color: var(--green-dark); font-size: 1.45rem; }
.search-field input { width: 100%; height: 52px; border: 0; outline: 0; color: var(--ink); background: transparent; }
.filter-chips { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 4px; scrollbar-width: thin; }
.filter-chips button { flex: none; min-height: 42px; padding: 0 17px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.72); color: var(--muted); font-size: .82rem; font-weight: 650; }
.filter-chips button.is-active { background: var(--ink); color: #fff; border-color: var(--ink); }
.catalog-empty { padding: 60px 0; color: var(--muted); text-align: center; }

.service-page { padding-top: 42px; padding-bottom: 110px; }
.back-link { display: inline-flex; margin-bottom: 30px; color: var(--green-dark); font-size: .87rem; font-weight: 700; }
.service-hero { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(35px, 6vw, 78px); align-items: center; }
.service-hero__content { padding-block: 32px; }
.service-hero h1 { font-size: clamp(2.2rem, 4.4vw, 4rem); margin-bottom: 24px; }
.service-hero__content > p { max-width: 650px; margin-bottom: 30px; color: var(--muted); font-size: 1.05rem; line-height: 1.75; }
.service-hero__facts { display: flex; gap: 12px; margin-bottom: 28px; }
.service-hero__facts div { min-width: 145px; padding: 16px 19px; border-radius: 16px; background: #fff; }
.service-hero__facts span { display: block; margin-bottom: 4px; color: var(--muted); font-size: .73rem; }
.service-hero__facts strong { font-size: 1.08rem; }
.service-hero__visual { position: relative; min-height: 480px; display: flex; align-items: flex-end; padding: 34px; overflow: hidden; border-radius: 38px 110px 38px 38px; background: linear-gradient(145deg, #d8e7dd, #9bb9a9); box-shadow: var(--shadow); }
.service-hero__visual::before { content: ''; position: absolute; width: 340px; height: 340px; right: -80px; top: -95px; border: 70px solid rgba(255,255,255,.25); border-radius: 50%; }
.service-hero__visual::after { content: ''; position: absolute; inset: 32% 15% auto auto; width: 110px; height: 110px; border-radius: 28px; background: rgba(255,255,255,.22); transform: rotate(28deg); }
.service-hero__visual span { position: relative; z-index: 1; max-width: 280px; color: #fff; font-family: var(--font-display); font-size: 1.4rem; line-height: 1.28; text-shadow: 0 2px 15px rgba(47,55,73,.18); }
.service-hero__visual img { position: absolute; right: 30px; bottom: 30px; opacity: .26; filter: brightness(0) invert(1); }
.service-hero__visual--image { margin: 0; padding: 0; background: var(--paper-deep); }
.service-hero__visual--image::before, .service-hero__visual--image::after { display: none; }
.service-hero__visual--image > picture { position: absolute; inset: 0; display: block; }
.service-hero__visual--image > picture > img { position: static; display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: 1; filter: none; }
.category-visual--nail_correction { background: linear-gradient(145deg, #e6d9ca, #c09e7b); }
.category-visual--diagnostics { background: linear-gradient(145deg, #d9e2ec, #91a9c2); }
.category-visual--aesthetics { background: linear-gradient(145deg, #eadce3, #bd93a8); }
.category-visual--orthopedics { background: linear-gradient(145deg, #ded9e8, #988eaf); }
.category-visual--laboratory { background: linear-gradient(145deg, #d9e7e6, #7ba6a2); }
.category-visual--extras { background: linear-gradient(145deg, #e8e1d5, #bca98a); }
.service-content-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 18px; margin-top: 70px; }
.content-card, .important-card { padding: clamp(28px, 4vw, 44px); border-radius: 26px; }
.content-card { background: #fff; }
.content-card h2 { font-size: clamp(1.45rem, 2.5vw, 2.15rem); }
.check-list { display: grid; gap: 15px; margin: 27px 0 0; padding: 0; list-style: none; }
.check-list li { display: flex; gap: 12px; color: var(--muted); }
.check-list li::before { content: '✓'; flex: none; display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: var(--green-soft); color: var(--green-dark); font-size: .75rem; font-weight: 800; }
.important-card { background: var(--sand); }
.important-card > span { display: block; margin-bottom: 18px; color: #705d40; font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.important-card p { margin: 0; color: #665b4d; font-size: .93rem; }
.service-process, .related-section { margin-top: 86px; }

.price-list { padding-bottom: 110px; }
.price-group { margin-bottom: 58px; }
.price-group > h2 { margin-bottom: 20px; font-size: clamp(1.35rem, 2.4vw, 2rem); }
.price-table { overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.76); }
.price-row { display: grid; grid-template-columns: minmax(0, 1fr) 145px 145px; align-items: center; gap: 20px; min-height: 76px; padding: 14px 22px; border-bottom: 1px solid var(--line); transition: background .2s; }
.price-row:last-child { border-bottom: 0; }
a.price-row:hover { background: #fff; }
.price-row > span:nth-child(n+2) { text-align: right; font-weight: 650; }
.price-row strong { display: block; margin-bottom: 3px; }
.price-row small { display: block; max-width: 660px; color: var(--muted); font-size: .79rem; font-weight: 400; }
.price-row--head { min-height: 46px; background: var(--ink); color: #fff; font-size: .73rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }

.booking-section { display: grid; grid-template-columns: minmax(0, 1fr) 290px; gap: 20px; align-items: start; padding-bottom: 110px; }
.booking-form { display: grid; gap: 18px; }
.form-panel { position: relative; padding: clamp(26px, 4vw, 42px); border: 1px solid var(--line); border-radius: 26px; background: rgba(255,255,255,.82); }
.form-panel h2 { margin-bottom: 28px; font-family: var(--font-body); font-size: 1.25rem; letter-spacing: 0; }
.form-step { position: absolute; right: 30px; top: 30px; color: var(--green); font-size: .75rem; font-weight: 800; }
.field { display: grid; gap: 8px; min-width: 0; }
.field > span { color: #535b6d; font-size: .8rem; font-weight: 650; }
.field input, .field select, .field textarea { width: 100%; min-height: 52px; border: 1px solid var(--line); border-radius: 14px; padding: 12px 15px; outline: 0; background: var(--paper); color: var(--ink); transition: border-color .2s, box-shadow .2s, background .2s; }
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--green); background: #fff; box-shadow: 0 0 0 4px rgba(111,158,135,.12); }
.date-time-grid { display: grid; grid-template-columns: 220px 1fr; gap: 22px; margin-top: 20px; }
.time-slots { min-height: 52px; display: flex; gap: 8px; flex-wrap: wrap; align-content: start; }
.time-slots p { margin: 8px 0 0; color: var(--muted); font-size: .84rem; }
.time-slot { min-width: 72px; height: 42px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--ink); font-size: .84rem; font-weight: 650; }
.time-slot:hover, .time-slot.is-active { border-color: var(--green); background: var(--green); color: #fff; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; margin-bottom: 17px; }
.consent { display: flex; gap: 11px; align-items: flex-start; margin: 20px 0; color: var(--muted); font-size: .8rem; }
.consent input { margin-top: 4px; accent-color: var(--green-dark); }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.booking-submit { min-width: 220px; }
.booking-submit[disabled] { cursor: wait; opacity: .6; transform: none; }
.form-message { margin-top: 16px; font-size: .9rem; font-weight: 650; }
.form-message.is-error { color: #a72f28; }
.form-message.is-success { padding: 16px; border-radius: 14px; background: var(--green-soft); color: var(--green-dark); }
.booking-aside { position: sticky; top: 98px; padding: 28px; border-radius: 24px; background: var(--ink); color: #fff; }
.booking-aside img { margin-bottom: 26px; filter: brightness(0) invert(1); }
.booking-aside p { color: #cbd0dc; font-size: .84rem; }
.booking-aside strong { font-size: .88rem; }

.team-placeholder { min-height: 330px; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; padding: clamp(32px, 5vw, 60px); border-radius: 32px; background: var(--ink); color: #fff; }
.team-placeholder p { max-width: 600px; color: #cbd0dc; }
.team-placeholder .eyebrow { color: #a6ccb8; }
.team-placeholder__portraits { display: flex; justify-content: center; align-items: end; }
.team-placeholder__portraits span { width: 120px; height: 175px; margin-left: -20px; border: 5px solid var(--ink); border-radius: 70px 70px 24px 24px; background: linear-gradient(150deg, #e5ddd0, #91aa9e); }
.team-placeholder__portraits span:nth-child(2) { height: 220px; background: linear-gradient(150deg, #d9e4e0, #779487); }
.team-placeholder__portraits span:nth-child(3) { background: linear-gradient(150deg, #ead8d4, #b0807d); }
.contacts-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding-bottom: 110px; }
.contact-card { position: relative; min-height: 170px; display: flex; flex-direction: column; justify-content: space-between; gap: 24px; padding: 28px; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: #fff; }
.contact-card--link { cursor: pointer; transition: transform .22s, border-color .22s, box-shadow .22s, background .22s; }
.contact-card--link:hover { transform: translateY(-3px); border-color: rgba(73,113,94,.42); background: #fdfefc; box-shadow: 0 18px 42px rgba(47,55,73,.1); }
.contact-card--link:focus-visible { outline-offset: 4px; }
.contact-card__label { display: inline-flex; align-items: center; gap: 10px; color: var(--green-dark); font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.contact-card__label .ui-icon { width: 1.15rem; height: 1.15rem; }
.contact-card > strong { max-width: calc(100% - 48px); font-size: clamp(1rem, 2vw, 1.35rem); line-height: 1.35; }
.contact-card__action { position: absolute; right: 24px; bottom: 24px; width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--green-dark); background: var(--paper); transition: color .2s, background .2s, transform .2s; }
.contact-card--link:hover .contact-card__action { color: #fff; background: var(--green-dark); transform: translate(2px,-2px); }
.contact-card__action .ui-icon { width: 16px; height: 16px; }
.social-links { display: flex; gap: 10px; flex-wrap: wrap; }
.social-links a { min-width: 180px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 11px; padding: 13px 15px; border: 1px solid var(--line); border-radius: 14px; background: var(--paper); transition: border-color .2s, transform .2s, background .2s; }
.social-links a:hover { border-color: var(--green); background: #fff; transform: translateY(-2px); }
.social-links a > .ui-icon:first-child { width: 1.25rem; height: 1.25rem; color: var(--green-dark); }
.social-links a > .ui-icon:last-child { width: .9rem; height: .9rem; color: var(--muted); }
.social-links a span { min-width: 0; display: grid; gap: 2px; }
.social-links a strong { font-size: .92rem; }
.social-links a small { overflow: hidden; color: var(--muted); font-size: .75rem; text-overflow: ellipsis; }
.contact-map { grid-column: 1 / -1; overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: #fff; box-shadow: var(--shadow); }
.contact-map__frame { display: block; width: 100%; min-height: 450px; border: 0; background: var(--paper); }
.contact-map__footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 22px 26px; }
.contact-map__address { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; padding: 9px 11px; margin: -9px -11px; border-radius: 14px; transition: background .2s; }
.contact-map__address:hover { background: var(--paper); }
.contact-map__address > .ui-icon:first-child { width: 1.3rem; height: 1.3rem; color: var(--green-dark); }
.contact-map__address > .ui-icon:last-child { width: .95rem; height: .95rem; color: var(--muted); }
.contact-map__address span { display: grid; gap: 4px; }
.contact-map__address strong { font-size: 1rem; }
.contact-map__address small { color: var(--muted); font-size: .78rem; }
.contact-map__actions { display: flex; flex: 0 0 auto; gap: 10px; flex-wrap: wrap; justify-content: flex-end; }
.legal-page { padding-block: clamp(54px, 8vw, 104px); }
.legal-document { max-width: 940px; margin-inline: auto; padding: clamp(26px, 5vw, 64px); border: 1px solid var(--line); border-radius: 28px; background: #fff; box-shadow: var(--shadow); }
.legal-document h1 { max-width: 820px; margin: 14px 0 10px; font-size: clamp(2.25rem, 6vw, 5rem); }
.legal-document__revision { margin: 0 0 28px; color: var(--green); font-size: .82rem; font-weight: 700; letter-spacing: .04em; }
.legal-document__lead { max-width: 780px; margin: 0 0 clamp(38px, 6vw, 64px); color: var(--muted); font-size: clamp(1rem, 2vw, 1.18rem); line-height: 1.75; }
.legal-document__section { padding-block: clamp(24px, 4vw, 38px); border-top: 1px solid var(--line); }
.legal-document__section h2 { max-width: 760px; margin: 0 0 18px; font: 600 clamp(1.2rem, 2.6vw, 1.75rem)/1.35 var(--font-display); }
.legal-document__section p, .legal-document__section li { color: var(--muted); line-height: 1.75; }
.legal-document__section p { max-width: 790px; margin: 0 0 14px; }
.legal-document__section ul { max-width: 790px; margin: 0; padding-left: 22px; }
.legal-document__section li + li { margin-top: 9px; }
.legal-document__note { padding: 15px 18px; border-left: 3px solid var(--green); border-radius: 0 12px 12px 0; background: var(--paper); }
.not-found { min-height: 65vh; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding-block: 80px; }
.not-found > span { color: var(--green); font: 500 clamp(5rem, 18vw, 13rem)/1 var(--font-display); }

.site-footer { padding: 18px 0 32px; }
.site-footer__card { padding: clamp(28px, 4vw, 48px); border-radius: 30px; background: var(--ink); color: #fff; box-shadow: var(--shadow); }
.footer-main { display: grid; grid-template-columns: 1.2fr .8fr 1fr auto; gap: 35px; align-items: start; }
.footer-brand img { filter: brightness(0) invert(1); }
.footer-brand p { max-width: 260px; margin: 18px 0 0; color: #cbd0dc; font-size: .88rem; }
.footer-main nav, .footer-contact { display: flex; flex-direction: column; gap: 10px; color: #cbd0dc; font-size: .86rem; }
.footer-main nav a:hover, .footer-contact a:hover { color: #fff; }
.footer-contact__link { display: flex; align-items: flex-start; gap: 9px; color: #aeb5c3; line-height: 1.45; transition: color .2s, transform .2s; }
.footer-contact__link:hover { transform: translateX(2px); }
.footer-contact__link .ui-icon { width: 1rem; height: 1rem; margin-top: .16em; color: #a6ccb8; }
.footer-contact__link span { color: inherit; }
.footer-socials { display: flex; gap: 14px; margin-top: 7px; }
.footer-socials a { display: inline-flex; align-items: center; gap: 6px; color: #cbd0dc; font-weight: 650; }
.footer-socials .ui-icon { width: 1rem; height: 1rem; color: #a6ccb8; }
.footer-socials a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 38px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.13); color: #8f97a8; font-size: .74rem; }
.footer-legal { display: flex; gap: 18px; flex-wrap: wrap; }
.footer-legal a:hover { color: #fff; }
.mobile-book { display: none; }

.thank-you { min-height: 62vh; padding-block: clamp(72px, 10vw, 140px); }
.thank-you h1 { max-width: 850px; margin-bottom: 20px; }
.thank-you > p { max-width: 680px; margin-bottom: 30px; color: var(--muted); font-size: 1.08rem; }
.thank-you dl { max-width: 680px; margin: 0 0 32px; padding: 22px 26px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.thank-you dl div { display: grid; grid-template-columns: 150px 1fr; gap: 18px; padding-block: 8px; }
.thank-you dt { color: var(--muted); }
.thank-you dd { margin: 0; font-weight: 700; }

.tracking-consent { position: fixed; left: 20px; right: 20px; bottom: 20px; z-index: 120; max-width: 760px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 18px 20px; border: 1px solid rgba(47,55,73,.12); border-radius: 20px; background: rgba(255,255,255,.98); box-shadow: 0 20px 60px rgba(47,55,73,.25); }
.tracking-consent[hidden] { display: none; }
.tracking-consent p { margin: 0; color: var(--muted); font-size: .86rem; line-height: 1.5; }
.tracking-consent > div { flex: none; display: flex; align-items: center; gap: 12px; }
.tracking-consent__reject { padding: 10px 4px; border: 0; background: transparent; color: var(--muted); font-weight: 650; }

@media (max-width: 1040px) {
    .desktop-nav { display: none; }
    .menu-toggle { display: block; }
    .hero { min-height: auto; grid-template-columns: 1fr 1fr; }
    .hero__visual { min-height: 500px; }
    .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .footer-main { grid-template-columns: 1fr 1fr; }
    .booking-section { grid-template-columns: 1fr; }
    .booking-aside { position: static; }
}

@media (max-width: 760px) {
    .shell { width: min(100% - 28px, 1216px); }
    .site-header__inner { min-height: 68px; gap: 10px; }
    .brand img { width: 126px; }
    .header-book { display: none; }
    .language-switcher a { min-width: 31px; height: 28px; }
    .hero { display: flex; flex-direction: column; align-items: stretch; padding-top: 46px; }
    .hero h1 { font-size: clamp(2.15rem, 11vw, 3.2rem); }
    .hero__visual { min-height: 420px; padding: 0 0 54px 20px; }
    .hero__image { min-height: 365px; border-radius: 28px 78px 28px 28px; }
    .hero__note { right: 20px; }
    .section-heading { align-items: flex-start; flex-direction: column; }
    .service-grid, .process-grid, .contacts-grid { grid-template-columns: 1fr; }
    .service-card { min-height: 248px; }
    .consult-banner { grid-template-columns: 1fr; }
    .service-hero { grid-template-columns: 1fr; }
    .service-hero__visual { min-height: 340px; border-radius: 28px 76px 28px 28px; }
    .service-content-grid { grid-template-columns: 1fr; margin-top: 46px; }
    .price-row { grid-template-columns: minmax(0, 1fr) 88px; gap: 10px; padding-inline: 16px; }
    .price-row > span:nth-child(2) { display: none; }
    .date-time-grid, .form-grid, .team-placeholder { grid-template-columns: 1fr; }
    .team-placeholder__portraits { margin-top: 10px; }
    .team-placeholder__portraits span { width: 95px; height: 145px; }
    .team-placeholder__portraits span:nth-child(2) { height: 180px; }
    .contact-card { min-height: 135px; }
    .contact-map { grid-column: auto; border-radius: 22px; }
    .contact-map__frame { min-height: 360px; height: 360px; }
    .contact-map__footer { align-items: flex-start; flex-direction: column; padding: 20px; }
    .contact-map__actions { width: 100%; justify-content: flex-start; }
    .thank-you dl div { grid-template-columns: 1fr; gap: 2px; }
    .tracking-consent { left: 12px; right: 12px; bottom: 78px; align-items: stretch; flex-direction: column; gap: 14px; }
    .tracking-consent > div { justify-content: flex-end; }
    .footer-main { grid-template-columns: 1fr; }
    .footer-main nav { display: grid; grid-template-columns: 1fr 1fr; }
    .footer-bottom { flex-direction: column; }
    .site-footer { padding-bottom: 82px; }
    .mobile-book { position: fixed; left: 14px; right: 14px; bottom: 12px; z-index: 80; min-height: 54px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; padding: 0 22px; border: 1px solid rgba(255,255,255,.5); border-radius: 999px; background: var(--green); color: #fff; font-weight: 750; box-shadow: 0 -12px 30px rgba(47,55,73,.2), 0 10px 28px rgba(47,55,73,.3); }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .001ms !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; }
}
