﻿:root {
    --green-light: #68875A;
    --green-dark: #304F27;
    --gold: #c89535;
    --gold-bright: #f0c568;
    --wine: #741d2d;
    --wine-bright: #a32d42;
    --bg-dark: #050706;
    --bg-panel: rgba(10, 18, 14, 0.78);
    --bg-panel-strong: rgba(7, 12, 10, 0.88);
    --text-light: #f5f1e8;
    --text-muted: #d3c7ab;
    --border-gold: rgba(227, 180, 60, 0.35);
}

/* ===== V6: calm contemporary luxury, sticky navigation and motion ===== */
:root {
    --v6-gold: #d8b46b;
    --v6-gold-light: #efd69d;
    --v6-green: #081711;
    --v6-green-raised: #10261c;
    --v6-wine: #713747;
    --v6-wine-soft: #9a5365;
    --v6-line: rgba(222, 188, 120, .25);
}

html { scroll-padding-top: 138px; }

.site-header {
    position: sticky !important;
    top: 0;
    z-index: 1300;
    min-height: 76px;
    background:
        radial-gradient(circle at 82% -80%, rgba(119, 53, 70, .25), transparent 48%),
        linear-gradient(90deg, rgba(4, 12, 8, .98), rgba(8, 24, 17, .98) 54%, rgba(10, 15, 12, .98)) !important;
    border-bottom-color: rgba(218, 180, 108, .22);
    box-shadow: 0 8px 30px rgba(0, 0, 0, .2);
    backdrop-filter: blur(18px);
    transition: min-height .28s ease, box-shadow .28s ease;
}

.navbar,
.brand-logo,
.site-dock.site-section-nav,
.site-dock.site-section-nav a { transition: min-height .28s ease, height .28s ease, width .28s ease, top .28s ease, padding .28s ease; }

body.is-scrolled .site-header { min-height: 62px; box-shadow: 0 12px 34px rgba(0, 0, 0, .4); }
body.is-scrolled .navbar { min-height: 62px; }
body.is-scrolled .brand-logo { width: 40px; height: 40px; }

.site-dock.site-section-nav {
    top: 76px !important;
    z-index: 1290;
    min-height: 56px;
    background:
        linear-gradient(90deg, rgba(7, 20, 14, .96), rgba(12, 29, 21, .95) 50%, rgba(16, 18, 14, .96));
    border-bottom: 1px solid rgba(218, 180, 108, .18);
    box-shadow: 0 14px 34px rgba(0, 0, 0, .22);
}

body.is-scrolled .site-dock.site-section-nav { top: 62px !important; min-height: 48px; }
body.is-scrolled .site-dock.site-section-nav a { min-height: 48px; }

.site-nav-caption { color: #b09c76; }
.site-dock.site-section-nav .site-dock-staff { border-color: rgba(154, 83, 101, .48); background: rgba(113, 55, 71, .12) !important; }
.site-dock.site-section-nav .site-dock-staff.is-active { color: #fff3dc; border-color: rgba(218, 180, 108, .58); background: linear-gradient(135deg, #6f3343, #45242d) !important; }
.back-to-top { display: none !important; }

/* One button language; primary actions remain deliberately brighter. */
.header-booking-button,
.home-button,
.home-map-button,
.home-contact-action,
.recruitment-contact-link,
.recruitment-application-button,
.vacancy-submit,
.callback-submit-button,
.booking-button,
.book-booking-button,
.staff-recruitment-button {
    min-height: 44px;
    padding: 10px 19px;
    border: 1px solid rgba(216, 180, 107, .34) !important;
    border-radius: 11px !important;
    color: #f7f0e4 !important;
    background: linear-gradient(180deg, #173024, #0b1912) !important;
    box-shadow: inset 0 1px rgba(255,255,255,.06), 0 8px 20px rgba(0,0,0,.22) !important;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease !important;
}

.header-booking-button,
.home-button-primary,
.home-contact-booking,
.vacancy-submit,
.callback-submit-button,
.booking-button,
.book-booking-button {
    color: #11170f !important;
    border-color: #e1c17e !important;
    background: linear-gradient(180deg, #efd28f, #c99b4d) !important;
    box-shadow: inset 0 1px rgba(255,255,255,.42), 0 10px 24px rgba(169,119,45,.18) !important;
}

.recruitment-application-button {
    color: #fff3ee !important;
    border-color: rgba(218, 135, 155, .72) !important;
    background: linear-gradient(180deg, #99536a, #693344) !important;
    box-shadow: inset 0 1px rgba(255,255,255,.12), 0 10px 28px rgba(113,55,71,.28) !important;
}

.recruitment-contact-primary { color: #f7f0e4 !important; background: linear-gradient(180deg, #173024, #0b1912) !important; }

.header-booking-button:hover,
.home-button:hover,
.home-map-button:hover,
.home-contact-action:hover,
.recruitment-contact-link:hover,
.recruitment-application-button:hover,
.vacancy-submit:hover,
.callback-submit-button:hover,
.booking-button:hover,
.book-booking-button:hover,
.staff-recruitment-button:hover {
    transform: translateY(-2px);
    border-color: var(--v6-gold-light) !important;
    box-shadow: inset 0 1px rgba(255,255,255,.1), 0 13px 28px rgba(0,0,0,.3) !important;
}

body.page-home #about {
    background:
        linear-gradient(105deg, rgba(4, 14, 9, .92), rgba(4, 14, 9, .62)),
        url('/images/decor/about-calm-v6.png') center / cover no-repeat !important;
}

.home-about-atmosphere {
    overflow: hidden;
    border: 1px solid rgba(216, 180, 107, .24);
    border-left: 3px solid var(--v6-wine-soft);
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(10, 29, 20, .96), rgba(8, 19, 14, .9));
    box-shadow: 0 22px 46px rgba(0, 0, 0, .25);
}

body.page-home .home-about-atmosphere .home-about-note,
body.page-home .home-about-atmosphere .home-about-benefits li {
    border: 0;
    border-radius: 0;
    background: transparent;
}

body.page-home .home-about-atmosphere .home-about-note { padding: 22px 22px 18px; }
.home-about-atmosphere .home-about-benefits { display: grid; gap: 0; margin: 0; padding: 0 22px 8px; }
.home-about-atmosphere .home-about-benefits li { border-top: 1px solid rgba(216,180,107,.14) !important; padding: 13px 0; }

body.page-home .salon-gallery-stage,
body.page-home .home-hero-visual,
body.page-home .home-map-wrapper,
body.page-home .home-recruitment-banner {
    box-shadow: 9px 11px 0 rgba(113, 55, 71, .46), 0 30px 68px rgba(0,0,0,.4) !important;
}

.salon-gallery-slide.is-active img { animation: v6GalleryIn .65s ease both; }

body.page-home .home-price-section {
    background:
        linear-gradient(105deg, rgba(3, 12, 8, .91), rgba(4, 13, 9, .7)),
        url('/images/decor/menu-calm-v6.png') center / cover no-repeat !important;
}

body.page-home .program-showcase {
    border-color: rgba(216,180,107,.3);
    background-image:
        linear-gradient(90deg, rgba(3, 10, 7, .98) 0, rgba(3, 10, 7, .9) 31%, rgba(3, 10, 7, .34) 64%, rgba(3, 9, 6, .58) 100%),
        var(--program-image);
    box-shadow: 8px 10px 0 rgba(113,55,71,.34), 0 30px 68px rgba(0,0,0,.38);
    transition: background-image .35s ease;
}

body.page-home .program-choice {
    margin-block: 4px;
    border: 1px solid transparent;
    border-radius: 12px;
    background: linear-gradient(90deg, rgba(20,45,32,.55), rgba(8,20,14,.2));
    box-shadow: inset 0 1px rgba(255,255,255,.025);
    transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

body.page-home .program-choice:hover { transform: translateX(4px); border-color: rgba(216,180,107,.2); }
body.page-home .program-choice.is-active {
    border-color: rgba(218, 180, 108, .48);
    background: linear-gradient(90deg, rgba(126,60,78,.58), rgba(20,48,34,.72));
    box-shadow: inset 3px 0 var(--v6-gold), 0 10px 24px rgba(0,0,0,.18);
}

body.page-home .program-panel-heading > div {
    position: relative;
    min-width: 148px;
    padding: 14px 18px 12px;
    overflow: hidden;
    border: 1px solid rgba(229,198,135,.48);
    border-radius: 16px 4px 16px 4px;
    background:
        linear-gradient(135deg, rgba(116,51,69,.82), rgba(10,28,19,.94) 64%);
    box-shadow: inset 0 1px rgba(255,255,255,.08), 0 14px 34px rgba(0,0,0,.32);
}

body.page-home .program-panel-heading > div::before {
    content: "";
    position: absolute;
    top: 0;
    left: 14px;
    width: 42px;
    height: 2px;
    background: var(--v6-gold-light);
}

body.page-home .program-panel-heading > div strong { display: block; color: #fff5df; font-size: clamp(30px, 3vw, 42px); line-height: .95; }
body.page-home .program-panel-heading > div strong small { color: var(--v6-gold-light); font-size: .42em; letter-spacing: .08em; }
body.page-home .program-panel-heading > div span { display: block; margin-top: 7px; color: #d5c7b1; font-size: 11px; letter-spacing: .09em; text-transform: uppercase; }
.program-display-actions { display: none !important; }
.is-program-changing .program-panel.is-active { animation: v6ProgramIn .55s ease both; }

body.page-home .home-location-section {
    background:
        linear-gradient(100deg, rgba(3, 11, 7, .9) 0, rgba(3, 11, 7, .63) 52%, rgba(4, 13, 9, .72)),
        url('/images/decor/contact-calm-v6.png') center / cover no-repeat !important;
}

body.page-home .home-location-item { background: rgba(7, 22, 15, .92); border-color: rgba(216,180,107,.14); }

.booking-popup,
.vacancy-dialog {
    background: linear-gradient(155deg, #0c2017, #06110c) !important;
    border-color: rgba(216,180,107,.3) !important;
}

.booking-widget.is-open .booking-popup,
.vacancy-modal.is-open .vacancy-dialog,
.vacancy-modal[aria-hidden="false"] .vacancy-dialog { animation: v6DialogIn .34s cubic-bezier(.2,.8,.2,1) both; }

@keyframes v6GalleryIn { from { opacity: .35; transform: scale(1.025); } to { opacity: 1; transform: scale(1); } }
@keyframes v6ProgramIn { from { opacity: .2; transform: translateY(12px); } to { opacity: 1; transform: none; } }
@keyframes v6DialogIn { from { opacity: 0; transform: translateY(18px) scale(.97); } to { opacity: 1; transform: none; } }

@media (max-width: 900px) {
    html { scroll-padding-top: 120px; }
    .site-header { min-height: 68px; }
    .site-dock.site-section-nav { top: 68px !important; }
    body.is-scrolled .site-header,
    body.is-scrolled .navbar { min-height: 60px; }
    body.is-scrolled .site-dock.site-section-nav { top: 60px !important; }
    body.page-home .program-panel-heading > div { min-width: 132px; }
}

@media (max-width: 560px) {
    html { scroll-padding-top: 112px; }
    .site-nav-links { gap: 16px; }
    .site-dock.site-section-nav .site-dock-staff { padding-inline: 8px; }
    body.page-home .program-panel-heading > div { min-width: 108px; padding: 12px 11px 10px; }
    body.page-home .program-panel-heading > div strong { font-size: 28px; }
    body.page-home .home-hero-visual,
    body.page-home .salon-gallery-stage,
    body.page-home .home-map-wrapper,
    body.page-home .home-recruitment-banner { box-shadow: 5px 7px 0 rgba(113,55,71,.4), 0 22px 48px rgba(0,0,0,.36) !important; }
}

@media (prefers-reduced-motion: reduce) {
    .salon-gallery-slide.is-active img,
    .is-program-changing .program-panel.is-active,
    .booking-widget.is-open .booking-popup,
    .vacancy-modal.is-open .vacancy-dialog,
    .vacancy-modal[aria-hidden="false"] .vacancy-dialog { animation: none !important; }
    .site-header, .navbar, .brand-logo, .site-dock.site-section-nav, .site-dock.site-section-nav a { transition: none !important; }
}
* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: var(--bg-dark);
    background-image:
        radial-gradient(circle at 12% 16%, rgba(20, 67, 48, 0.2), transparent 34rem),
        radial-gradient(circle at 88% 58%, rgba(12, 53, 38, 0.15), transparent 40rem),
        linear-gradient(180deg, #080b09 0%, #030504 56%, #070907 100%);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

a {
    color: inherit;
    text-decoration: none;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1100;
    background: rgba(6, 10, 8, 0.78);
    backdrop-filter: blur(15px);
    border-bottom: 1px solid rgba(227, 180, 60, 0.18);
}

.navbar {
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto;
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.brand {
    color: var(--gold-bright);
    text-decoration: none;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1px;
}

.nav-links {
    display: flex;
    gap: 24px;
}

    .nav-links a {
        color: var(--text-light);
        text-decoration: none;
        transition: color 0.25s ease;
    }

        .nav-links a:hover {
            color: var(--gold-bright);
        }

.hero {
    min-height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 20px;
    position: relative;
    text-align: center;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient( rgba(5, 10, 8, 0.55), rgba(5, 10, 8, 0.72) );
    z-index: 1;

}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 750px;
    padding: 35px 30px;
    background: rgba(6, 10, 8, 0.45);
    border: 1px solid rgba(227, 180, 60, 0.25);
    border-radius: 20px;
    backdrop-filter: blur(6px);
}

.hero-content {
    max-width: 1180px;
    margin: 0 auto;
    width: 100%;
}

.hero h1 {
    max-width: 760px;
    font-size: 56px;
    line-height: 1.05;
    margin: 10px 0 18px;
}

.hero p {
    max-width: 620px;
    font-size: 19px;
}

.eyebrow {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--gold-bright);
    font-weight: 700;
    font-size: 13px;
}

.hero-actions {
    display: flex;
    gap: 16px;
    margin-top: 28px;
}

.btn-primary,
.btn-secondary {
    padding: 14px 22px;
    border-radius: 999px;
    font-weight: 700;
    display: inline-block;
}

.btn-primary {
    background: var(--gold-bright);
    color: var(--green-dark);
}

.btn-secondary {
    border: 1px solid var(--gold-bright);
    color: var(--gold-bright);
}

.section {
    max-width: 1180px;
    margin: 0 auto;
    padding: 70px 24px;
}

.section-title {
    margin-bottom: 28px;
}

.section-title h1,
.section-title h2 {
    margin: 8px 0 0;
    color: var(--green-dark);
    font-size: 36px;
}

.wide-text {
    max-width: 850px;
    font-size: 18px;
    line-height: 1.7;
}

.accordion {
    display: grid;
    gap: 14px;
}

.accordion-item {
    background: var(--white);
    border: 1px solid rgba(48, 79, 39, 0.18);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(48, 79, 39, 0.08);
}

.accordion-header {
    width: 100%;
    padding: 20px 22px;
    border: none;
    background: transparent;
    color: var(--green-dark);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 19px;
    font-weight: 700;
    cursor: pointer;
}

.accordion-header span {
    color: var(--gold);
    font-size: 26px;
}

.accordion-body {
    max-height: 0;
    overflow: hidden;
    padding: 0 22px;
    transition: max-height 0.35s ease, padding 0.35s ease;
}

.accordion-item.active .accordion-body {
    max-height: 180px;
    padding: 0 22px 20px;
}

.prices-section {
    background: rgba(104, 135, 90, 0.1);
    border-radius: 24px;
}

.price-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.price-card {
    background: var(--white);
    border-radius: 20px;
    padding: 24px;
    border-bottom: 4px solid var(--gold);
    box-shadow: 0 12px 28px rgba(48, 79, 39, 0.08);
}

.price-card h3 {
    margin-top: 0;
    color: var(--green-dark);
}

.price-card strong {
    color: var(--gold);
    font-size: 28px;
}

.contact-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: stretch;
}

.contact-box > div {
    background: var(--white);
    border-radius: 22px;
    padding: 26px;
}

.map-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 2px dashed var(--gold);
    min-height: 220px;
}

.booking-button {
    position: fixed;
    right: 26px;
    bottom: 26px;
    z-index: 30;
    border: none;
    border-radius: 999px;
    padding: 16px 24px;
    background: var(--gold-bright);
    color: var(--green-dark);
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 14px 35px rgba(48, 79, 39, 0.32);
}

.booking-popup {
    position: fixed;
    right: 26px;
    bottom: 90px;
    z-index: 31;
    width: 240px;
    background: var(--white);
    border: 2px solid var(--gold);
    border-radius: 20px;
    padding: 22px;
    box-shadow: 0 20px 40px rgba(48, 79, 39, 0.25);
    transform: translateY(15px);
    opacity: 0;
    pointer-events: none;
    transition: 0.25s ease;
}

.booking-popup.active {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
}

.booking-popup h3 {
    margin-top: 0;
    color: var(--green-dark);
}

.booking-popup a {
    display: block;
    padding: 11px 0;
    border-bottom: 1px solid rgba(48, 79, 39, 0.12);
}

.popup-close {
    position: absolute;
    top: 10px;
    right: 14px;
    border: none;
    background: transparent;
    font-size: 24px;
    cursor: pointer;
}

.price-section {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.price-image {
    display: block;
    width: min(100%, 650px);
    height: auto;
    margin: 30px auto 0;
    border: 1px solid rgba(227, 180, 60, 0.65);
    border-radius: 14px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45), 0 0 25px rgba(227, 180, 60, 0.12);
}

.section {
    width: min(1100px, calc(100% - 40px));
    margin: 30px auto;
    padding: 40px 30px;
    background: var(--bg-panel);
    border: 1px solid var(--border-gold);
    border-radius: 18px;
    backdrop-filter: blur(8px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.35);
}

.btn-primary,
.btn-secondary {
    display: inline-block;
    padding: 14px 24px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 700;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    margin: 8px;
}

.btn-primary {
    background: linear-gradient(135deg, var(--gold), var(--gold-bright));
    color: #111;
    box-shadow: 0 10px 25px rgba(248, 196, 46, 0.22);
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.06);
    color: var(--text-light);
    border: 1px solid rgba(227, 180, 60, 0.35);
}

    .btn-primary:hover,
    .btn-secondary:hover {
        transform: translateY(-2px);
}

.section-title h1,
.section-title h2,
.hero h1 {
    color: var(--gold-bright);
    margin-bottom: 12px;
}

.eyebrow {
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    margin-bottom: 10px;
}

p {
    color: var(--text-light);
}

.wide-text {
    color: var(--text-muted);
    line-height: 1.8;
}

/* =========================
   BOOKING WIDGET
   ========================= */

.booking-widget {
    position: fixed;
    right: 28px;
    bottom: 28px;
    z-index: 2000;
}

.booking-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 155px;
    padding: 15px 22px;
    border: 1px solid rgba(248, 196, 46, 0.75);
    border-radius: 999px;
    color: #111;
    background: linear-gradient( 135deg, var(--gold), var(--gold-bright) );
    font: inherit;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.45), 0 0 24px rgba(248, 196, 46, 0.18);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

    .booking-button:hover {
        transform: translateY(-4px);
        box-shadow: 0 18px 45px rgba(0, 0, 0, 0.55), 0 0 32px rgba(248, 196, 46, 0.28);
    }

.booking-button-icon {
    font-size: 19px;
}

.booking-popup {
    position: absolute;
    right: 0;
    bottom: calc(100% + 16px);
    width: min(340px, calc(100vw - 40px));
    padding: 26px;
    border: 1px solid rgba(227, 180, 60, 0.45);
    border-radius: 18px;
    color: var(--text-light);
    background: rgba(5, 12, 9, 0.96);
    backdrop-filter: blur(14px);
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.65), 0 0 30px rgba(227, 180, 60, 0.1);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(15px) scale(0.96);
    transform-origin: right bottom;
    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
}

    .booking-popup.is-open {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0) scale(1);
    }

.booking-popup-close {
    position: absolute;
    top: 10px;
    right: 13px;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    color: var(--text-light);
    background: transparent;
    font-size: 27px;
    line-height: 1;
    cursor: pointer;
    transition: color 0.2s ease, background 0.2s ease;
}

    .booking-popup-close:hover {
        color: var(--gold-bright);
        background: rgba(255, 255, 255, 0.06);
    }

.booking-popup-eyebrow {
    margin: 0 0 7px;
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
}

.booking-popup h3 {
    margin: 0 40px 8px 0;
    color: var(--gold-bright);
    font-size: 25px;
}

.booking-popup-text {
    margin: 0 0 20px;
    color: var(--text-muted);
    line-height: 1.5;
}

.booking-options {
    display: grid;
    gap: 10px;
}

.booking-option {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 13px 15px;
    border: 1px solid rgba(227, 180, 60, 0.2);
    border-radius: 12px;
    color: var(--text-light);
    background: rgba(255, 255, 255, 0.035);
    text-decoration: none;
    transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

    .booking-option:hover {
        border-color: rgba(248, 196, 46, 0.65);
        background: rgba(227, 180, 60, 0.1);
        transform: translateX(-3px);
    }

.booking-option-icon {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    flex-shrink: 0;
    border-radius: 50%;
    color: #111;
    background: linear-gradient( 135deg, var(--gold), var(--gold-bright) );
    font-size: 18px;
    font-weight: 700;
}

.booking-option span:last-child {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.booking-option strong {
    font-size: 15px;
}

.booking-option small {
    color: var(--text-muted);
    font-size: 12px;
}

@media (max-width: 600px) {
    .booking-widget {
        right: 18px;
        bottom: 18px;
    }

    .booking-button {
        min-width: auto;
        padding: 14px 19px;
    }

    .booking-popup {
        position: fixed;
        right: 18px;
        bottom: 82px;
        left: 18px;
        width: auto;
    }
}
.copy-contact {
    width: 100%;
    font: inherit;
    text-align: left;
    cursor: pointer;
}

.booking-copy-label {
    margin-left: auto;
    color: var(--gold);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.copy-toast {
    position: absolute;
    right: 0;
    bottom: calc(100% + 16px);
    min-width: 190px;
    padding: 12px 18px;
    border: 1px solid rgba(248, 196, 46, 0.55);
    border-radius: 12px;
    color: var(--text-light);
    background: rgba(5, 12, 9, 0.97);
    font-size: 14px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.55);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(10px);
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
}

.copy-toast.is-visible {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);

}

.booking-option {
    width: 100%;
    font-family: inherit;
    text-align: left;
    cursor: pointer;
}

.booking-option-content {
    display: flex;
    flex-direction: column;
    gap: 3px;
    flex: 1;
}

.booking-panel[hidden] {
    display: none;
}

.booking-status {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin: 0 40px 20px 0;
    padding: 7px 11px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
}

    .booking-status::before {
        content: "";
        width: 8px;
        height: 8px;
        border-radius: 50%;
    }

    .booking-status.is-open {
        color: #b9f6ca;
        background: rgba(47, 158, 89, 0.13);
        border: 1px solid rgba(47, 158, 89, 0.35);
    }

        .booking-status.is-open::before {
            background: #48cf7a;
            box-shadow: 0 0 10px rgba(72, 207, 122, 0.7);
        }

    .booking-status.is-closed {
        color: #efd18a;
        background: rgba(227, 180, 60, 0.1);
        border: 1px solid rgba(227, 180, 60, 0.3);
    }

        .booking-status.is-closed::before {
            background: var(--gold);
            box-shadow: 0 0 10px rgba(227, 180, 60, 0.6);
        }

.booking-closed-panel {
    text-align: left;
}

.callback-start-button {
    width: 100%;
    padding: 14px 18px;
    border: 1px solid rgba(248, 196, 46, 0.7);
    border-radius: 12px;
    color: #111;
    background: linear-gradient( 135deg, var(--gold), var(--gold-bright) );
    font: inherit;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .callback-start-button:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 28px rgba(248, 196, 46, 0.2);
    }

.callback-next-step {
    margin: 12px 0 0;
    color: var(--text-muted);
    font-size: 11px;
    text-align: center;
}

/* =========================
   CALLBACK FORM
   ========================= */

.callback-form {
    display: grid;
    gap: 15px;
    margin-top: 18px;
}

.callback-field {
    position: relative;
    display: grid;
    gap: 7px;
}

    .callback-field label {
        color: var(--text-light);
        font-size: 13px;
        font-weight: 700;
    }

.optional-label {
    margin-left: 5px;
    color: var(--text-muted);
    font-size: 11px;
    font-weight: 400;
}

.callback-field input,
.callback-field select,
.callback-field textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 13px;
    border: 1px solid rgba(227, 180, 60, 0.25);
    border-radius: 10px;
    outline: none;
    color: var(--text-light);
    background: rgba(255, 255, 255, 0.045);
    font: inherit;
    font-size: 14px;
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

    .callback-field input::placeholder,
    .callback-field textarea::placeholder {
        color: rgba(245, 241, 232, 0.42);
    }

    .callback-field input:focus,
    .callback-field select:focus,
    .callback-field textarea:focus {
        border-color: rgba(248, 196, 46, 0.7);
        background: rgba(255, 255, 255, 0.065);
        box-shadow: 0 0 0 3px rgba(248, 196, 46, 0.1);
    }

.callback-field textarea {
    resize: vertical;
    min-height: 95px;
    max-height: 180px;
}

.callback-field select option {
    color: #f5f1e8;
    background: #08110d;
}

.callback-counter {
    justify-self: end;
    margin-top: -3px;
    color: var(--text-muted);
    font-size: 10px;
}

.callback-consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--text-muted);
    font-size: 11px;
    line-height: 1.45;
    cursor: pointer;
}

    .callback-consent input {
        width: 17px;
        height: 17px;
        margin: 1px 0 0;
        flex-shrink: 0;
        accent-color: var(--gold-bright);
    }

.callback-submit-button {
    width: 100%;
    min-height: 48px;
    padding: 13px 18px;
    border: 1px solid rgba(248, 196, 46, 0.75);
    border-radius: 12px;
    color: #111;
    background: linear-gradient( 135deg, var(--gold), var(--gold-bright) );
    font: inherit;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

    .callback-submit-button:hover:not(:disabled) {
        transform: translateY(-2px);
        box-shadow: 0 12px 30px rgba(248, 196, 46, 0.2);
    }

    .callback-submit-button:disabled {
        opacity: 0.65;
        cursor: wait;
    }

.callback-message {
    padding: 12px 14px;
    border-radius: 10px;
    font-size: 12px;
    line-height: 1.5;
}

    .callback-message.is-success {
        color: #b9f6ca;
        background: rgba(47, 158, 89, 0.12);
        border: 1px solid rgba(47, 158, 89, 0.35);
    }

    .callback-message.is-error {
        color: #ffb7b7;
        background: rgba(200, 55, 55, 0.12);
        border: 1px solid rgba(200, 55, 55, 0.35);
    }

.callback-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.callback-time-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.callback-time-help {
    margin: -7px 0 0;
    color: var(--text-muted);
    font-size: 11px;
    line-height: 1.4;
}

.callback-field input[type="date"],
.callback-field select {
    width: 100%;
}

#callbackTime {
    cursor: pointer;
}

@media (max-width: 480px) {
    .callback-time-grid {
        grid-template-columns: 1fr;
    }
}

/* =========================
   HOME PAGE
   ========================= */

body {
    margin: 0;
    min-height: 100vh;
    color: var(--text-light);
    font-family: Inter, "Segoe UI", Arial, sans-serif;
}

button,
input,
select,
textarea {
    font-family: inherit;
}


/* =========================
   HOME HERO
   ========================= */

.home-hero {
    position: relative;
    display: flex;
    align-items: center;
    min-height: calc(100vh - 72px);
    padding: 90px 24px;
    overflow: hidden;
}

    .home-hero::before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient( circle at 20% 40%, rgba(104, 135, 90, 0.24), transparent 38% ), radial-gradient( circle at 80% 20%, rgba(227, 180, 60, 0.13), transparent 32% ), linear-gradient( 90deg, rgba(3, 9, 6, 0.94), rgba(3, 9, 6, 0.65) );
        pointer-events: none;
    }

    .home-hero::after {
        content: "";
        position: absolute;
        top: 12%;
        right: 7%;
        width: 380px;
        height: 380px;
        border: 1px solid rgba(227, 180, 60, 0.13);
        border-radius: 50%;
        box-shadow: 0 0 0 55px rgba(227, 180, 60, 0.025), 0 0 0 110px rgba(227, 180, 60, 0.018);
        pointer-events: none;
    }

.home-hero-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
    align-items: center;
    gap: 70px;
    width: min(1180px, 100%);
    margin: 0 auto;
}

.home-hero-content {
    max-width: 760px;
    animation: homeFadeUp 0.8s ease both;
}

.home-eyebrow {
    margin: 0 0 13px;
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 12px;
    font-weight: 800;
}

.home-hero h1 {
    margin: 0;
    color: var(--gold-bright);
    font-size: clamp(66px, 10vw, 128px);
    line-height: 0.88;
    letter-spacing: -4px;
    text-shadow: 0 10px 40px rgba(0, 0, 0, 0.45), 0 0 30px rgba(248, 196, 46, 0.12);
}

.home-hero h2 {
    max-width: 650px;
    margin: 25px 0 0;
    color: var(--text-light);
    font-size: clamp(28px, 4vw, 48px);
    line-height: 1.08;
    font-weight: 600;
}

.home-hero-description {
    max-width: 610px;
    margin: 24px 0 0;
    color: var(--text-muted);
    font-size: 18px;
    line-height: 1.75;
}

.home-hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.home-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 14px 25px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

    .home-button:hover {
        transform: translateY(-3px);
    }

.home-button-primary {
    border: 1px solid var(--gold-bright);
    color: #14200f;
    background: linear-gradient( 135deg, var(--gold), var(--gold-bright) );
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.35), 0 0 25px rgba(248, 196, 46, 0.12);
}

    .home-button-primary:hover {
        box-shadow: 0 22px 45px rgba(0, 0, 0, 0.45), 0 0 32px rgba(248, 196, 46, 0.22);
    }

.home-button-secondary {
    border: 1px solid rgba(227, 180, 60, 0.55);
    color: var(--text-light);
    background: rgba(255, 255, 255, 0.045);
}

    .home-button-secondary:hover {
        border-color: var(--gold-bright);
        background: rgba(227, 180, 60, 0.1);
    }

.home-scroll-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 32px;
    color: var(--text-muted);
    font-size: 13px;
    font-weight: 700;
    transition: color 0.2s ease;
}

    .home-scroll-link:hover {
        color: var(--gold-bright);
    }

    .home-scroll-link span {
        color: var(--gold);
        font-size: 17px;
    }


/* Карточка справа */

.home-hero-card {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 34px;
    border: 1px solid rgba(227, 180, 60, 0.38);
    border-radius: 22px;
    background: linear-gradient( 145deg, rgba(15, 35, 23, 0.86), rgba(4, 11, 7, 0.92) );
    backdrop-filter: blur(12px);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.48), 0 0 35px rgba(227, 180, 60, 0.08);
    animation: homeFadeUp 0.8s 0.15s ease both;
}

    .home-hero-card::before {
        content: "✦";
        position: absolute;
        top: 20px;
        right: 24px;
        color: var(--gold);
        font-size: 22px;
    }

    .home-hero-card p {
        margin: 0 0 9px;
        color: var(--gold);
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 11px;
        font-weight: 800;
    }

    .home-hero-card strong {
        color: var(--gold-bright);
        font-size: 38px;
        line-height: 1;
    }

    .home-hero-card span {
        margin-top: 8px;
        color: var(--text-muted);
        font-size: 14px;
    }

.home-hero-card-line {
    height: 1px;
    margin: 28px 0;
    background: linear-gradient( 90deg, rgba(227, 180, 60, 0.55), transparent );
}


/* =========================
   HOME SECTIONS
   ========================= */

.home-section {
    width: min(1100px, calc(100% - 40px));
    margin: 42px auto;
    padding: 60px;
    border: 1px solid rgba(227, 180, 60, 0.3);
    border-radius: 24px;
    background: linear-gradient( 145deg, rgba(10, 23, 15, 0.86), rgba(4, 11, 7, 0.88) );
    backdrop-filter: blur(10px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.38);
}

.home-section-heading {
    max-width: 760px;
    margin-bottom: 35px;
}

.home-section-heading-centered {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.home-section-heading h2 {
    margin: 0;
    color: var(--gold-bright);
    font-size: clamp(34px, 5vw, 52px);
    line-height: 1.1;
}

.home-section-heading > p:last-child {
    margin-top: 14px;
    color: var(--text-muted);
}

.home-about-grid {
    display: grid;
    grid-template-columns: 1.3fr 0.7fr;
    gap: 45px;
    align-items: center;
}

.home-about-text {
    color: var(--text-muted);
    font-size: 17px;
    line-height: 1.85;
}

    .home-about-text p {
        margin: 0 0 18px;
        color: var(--text-muted);
    }

        .home-about-text p:last-child {
            margin-bottom: 0;
        }

.home-about-note {
    padding: 28px;
    border-left: 3px solid var(--gold);
    border-radius: 0 16px 16px 0;
    background: rgba(227, 180, 60, 0.065);
}

    .home-about-note span {
        color: var(--gold-bright);
        font-size: 27px;
    }

    .home-about-note p {
        margin: 14px 0 0;
        color: var(--text-light);
        font-size: 16px;
        line-height: 1.65;
    }


/* =========================
   PRICE
   ========================= */

.home-price-section {
    text-align: center;
}

.home-price-frame {
    position: relative;
    display: block;
    width: min(100%, 680px);
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid rgba(227, 180, 60, 0.6);
    border-radius: 18px;
    box-shadow: 0 25px 65px rgba(0, 0, 0, 0.55), 0 0 30px rgba(227, 180, 60, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .home-price-frame:hover {
        transform: translateY(-6px) scale(1.01);
        box-shadow: 0 35px 80px rgba(0, 0, 0, 0.65), 0 0 40px rgba(227, 180, 60, 0.16);
    }

.home-price-image {
    display: block;
    width: 100%;
    height: auto;
}

.home-price-zoom {
    position: absolute;
    right: 16px;
    bottom: 16px;
    padding: 9px 13px;
    border: 1px solid rgba(227, 180, 60, 0.45);
    border-radius: 999px;
    color: var(--text-light);
    background: rgba(3, 9, 6, 0.88);
    font-size: 11px;
    font-weight: 700;
}

.home-price-booking {
    margin-top: 30px;
}


/* =========================
   CONTACTS
   ========================= */

.home-contact-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.home-contact-card {
    display: flex;
    flex-direction: column;
    min-height: 235px;
    padding: 27px;
    border: 1px solid rgba(227, 180, 60, 0.22);
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.035);
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

    .home-contact-card:hover {
        transform: translateY(-5px);
        border-color: rgba(248, 196, 46, 0.62);
        background: rgba(227, 180, 60, 0.075);
    }

.home-contact-icon {
    display: grid;
    place-items: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #14200f;
    background: linear-gradient( 135deg, var(--gold), var(--gold-bright) );
    font-size: 20px;
}

.home-contact-card h3 {
    margin: 22px 0 13px;
    color: var(--gold-bright);
    font-size: 22px;
}

.home-contact-card p {
    margin: 0 0 9px;
    color: var(--text-muted);
    line-height: 1.65;
}

.home-contact-card strong {
    color: var(--text-light);
    font-size: 22px;
}

.home-contact-card a {
    width: fit-content;
    margin-top: 8px;
    color: var(--text-muted);
    transition: color 0.2s ease;
}

    .home-contact-card a:hover,
    .home-contact-link:hover {
        color: var(--gold-bright);
    }

.home-contact-link {
    margin-top: auto !important;
    color: var(--gold) !important;
    font-size: 13px;
    font-weight: 800;
}


/* =========================
   HOME ANIMATION
   ========================= */

@keyframes homeFadeUp {
    from {
        opacity: 0;
        transform: translateY(25px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* =========================
   HOME RESPONSIVE
   ========================= */

@media (max-width: 900px) {
    .home-hero {
        min-height: auto;
        padding-top: 85px;
        padding-bottom: 85px;
    }

    .home-hero-inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .home-hero-card {
        max-width: 500px;
    }

    .home-about-grid {
        grid-template-columns: 1fr;
    }

    .home-contact-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 650px) {
    .home-hero {
        padding: 65px 20px;
    }

        .home-hero h1 {
            font-size: clamp(55px, 19vw, 82px);
            letter-spacing: -2px;
        }

        .home-hero h2 {
            font-size: 31px;
        }

    .home-hero-description {
        font-size: 16px;
    }

    .home-hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .home-button {
        width: 100%;
    }

    .home-section {
        width: min(100% - 24px, 520px);
        margin: 24px auto;
        padding: 38px 22px;
    }

    .home-contact-grid {
        grid-template-columns: 1fr;
    }

    .home-contact-card {
        min-height: auto;
    }

    .home-price-zoom {
        display: none;
    }
}

/* =========================
   PRICE VIEWER
   ========================= */

body.price-viewer-open {
    overflow: hidden;
}

button.home-price-frame {
    padding: 0;
    appearance: none;
    font: inherit;
    text-align: inherit;
    cursor: zoom-in;
}

.price-viewer {
    position: fixed;
    inset: 0;
    z-index: 6000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0s linear 0.3s;
}

    .price-viewer.is-open {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transition-delay: 0s;
    }

.price-viewer-backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(8px);
    cursor: zoom-out;
}

.price-viewer-dialog {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(950px, calc(100vw - 48px));
    height: min(900px, calc(100vh - 48px));
    opacity: 0;
    transform: translateY(25px) scale(0.94);
    transition: opacity 0.35s ease, transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.price-viewer.is-open
.price-viewer-dialog {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.price-viewer-image {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border: 1px solid rgba(227, 180, 60, 0.65);
    border-radius: 14px;
    box-shadow: 0 35px 100px rgba(0, 0, 0, 0.9), 0 0 40px rgba(227, 180, 60, 0.16);
}

.price-viewer-close {
    position: absolute;
    z-index: 5;
    top: -14px;
    right: -14px;
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 1px solid rgba(227, 180, 60, 0.65);
    border-radius: 50%;
    color: white;
    background: rgba(4, 11, 7, 0.96);
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
    transition: color 0.2s ease, border-color 0.2s ease, transform 0.25s ease;
}

    .price-viewer-close:hover {
        color: var(--gold-bright);
        border-color: var(--gold-bright);
        transform: rotate(90deg);
    }

@media (max-width: 650px) {
    .price-viewer {
        padding: 12px;
    }

    .price-viewer-dialog {
        width: calc(100vw - 24px);
        height: calc(100vh - 24px);
    }

    .price-viewer-close {
        top: 5px;
        right: 5px;
    }

    .price-viewer-image {
        max-height: calc(100vh - 40px);
    }
}

/* =========================
   LOCATION AND MAP
   ========================= */

.home-location-section {
    overflow: hidden;
}

.home-location-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
    gap: 30px;
    align-items: stretch;
}

.home-map-wrapper {
    position: relative;
    min-height: 480px;
    overflow: hidden;
    border: 1px solid rgba(227, 180, 60, 0.42);
    border-radius: 18px;
    background: rgba(3, 9, 6, 0.8);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.48);
}

.home-map {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 480px;
    border: 0;
    filter: grayscale(0.35) brightness(0.75) contrast(1.1);
}

.home-map-button {
    position: absolute;
    right: 18px;
    bottom: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border: 1px solid rgba(248, 196, 46, 0.75);
    border-radius: 999px;
    color: #14200f;
    background: linear-gradient( 135deg, var(--gold), var(--gold-bright) );
    font-size: 13px;
    font-weight: 800;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.48);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

    .home-map-button:hover {
        transform: translateY(-3px);
        box-shadow: 0 20px 45px rgba(0, 0, 0, 0.6), 0 0 25px rgba(248, 196, 46, 0.18);
    }


/* Правая часть */

.home-location-details {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.home-location-item {
    display: flex;
    align-items: center;
    gap: 17px;
    padding: 21px;
    border: 1px solid rgba(227, 180, 60, 0.23);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.035);
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

    .home-location-item:hover {
        transform: translateX(5px);
        border-color: rgba(248, 196, 46, 0.6);
        background: rgba(227, 180, 60, 0.075);
    }

.home-location-icon {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    flex-shrink: 0;
    border-radius: 50%;
    color: #14200f;
    background: linear-gradient( 135deg, var(--gold), var(--gold-bright) );
    font-size: 20px;
    font-weight: 800;
}

.home-location-label {
    margin: 0 0 6px;
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 10px;
    font-weight: 800;
}

.home-location-item h3 {
    margin: 0;
    color: var(--text-light);
    font-size: 17px;
    line-height: 1.4;
}

.home-location-value {
    color: var(--text-light);
    font-size: 18px;
    font-weight: 700;
    transition: color 0.2s ease;
}

    .home-location-value:hover {
        color: var(--gold-bright);
    }


/* Кнопки контакта */

.home-contact-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: auto;
}

.home-contact-action {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 52px;
    padding: 13px 16px;
    border: 1px solid rgba(227, 180, 60, 0.34);
    border-radius: 12px;
    color: var(--text-light);
    background: rgba(255, 255, 255, 0.04);
    font: inherit;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
    transition: transform 0.25s ease, color 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

    .home-contact-action:hover {
        transform: translateY(-3px);
        color: var(--gold-bright);
        border-color: rgba(248, 196, 46, 0.7);
        background: rgba(227, 180, 60, 0.1);
    }

    .home-contact-action span {
        color: var(--gold-bright);
        font-size: 17px;
    }

.home-contact-booking {
    grid-column: 1 / -1;
    color: #14200f;
    background: linear-gradient( 135deg, var(--gold), var(--gold-bright) );
    border-color: var(--gold-bright);
}

    .home-contact-booking span {
        color: #14200f;
    }

    .home-contact-booking:hover {
        color: #14200f;
        filter: brightness(1.06);
    }


/* Адаптация */

@media (max-width: 900px) {
    .home-location-grid {
        grid-template-columns: 1fr;
    }

    .home-map-wrapper,
    .home-map {
        min-height: 420px;
    }
}

@media (max-width: 550px) {
    .home-map-wrapper,
    .home-map {
        min-height: 340px;
    }

    .home-map-button {
        right: 12px;
        bottom: 12px;
        padding: 10px 14px;
        font-size: 11px;
    }

    .home-contact-actions {
        grid-template-columns: 1fr;
    }

    .home-contact-booking {
        grid-column: auto;
    }

    .home-location-item {
        padding: 17px;
    }
}

/* =========================
   TYPOGRAPHY AND BRAND
   ========================= */

:root {
    --font-body: "Manrope", "Segoe UI", Arial, sans-serif;
    --font-display: "Cormorant Garamond", Georgia, "Times New Roman", serif;
}

body {
    font-family: var(--font-body);
}

button,
input,
select,
textarea {
    font-family: var(--font-body);
}

h1,
h2,
h3,
.brand-text,
.book-cover-info h2,
.book-profile-copy h3 {
    font-family: var(--font-display);
}

.home-section-heading h2 {
    font-weight: 600;
    letter-spacing: 0.01em;
}

.home-hero h2 {
    font-family: var(--font-display);
    font-weight: 600;
    letter-spacing: 0.01em;
}

.home-eyebrow,
.booking-popup-eyebrow,
.book-profile-eyebrow {
    font-family: var(--font-body);
}


/* =========================
   HEADER BRAND
   ========================= */

.brand {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: var(--gold-bright);
}

.brand-logo {
    display: block;
    width: 46px;
    height: 46px;
    object-fit: contain;
    filter: drop-shadow( 0 4px 10px rgba(0, 0, 0, 0.55) );
    transition: transform 0.35s ease, filter 0.35s ease;
}

.brand-text {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1;
}

.brand:hover .brand-logo {
    transform: translateY(-2px) rotate(-3deg) scale(1.06);
    filter: drop-shadow( 0 5px 14px rgba(248, 196, 46, 0.28) );
}


/* =========================
   HERO LOGO
   ========================= */

.home-hero-brand {
    width: min(100%, 790px);
    max-width: none;
    margin: 0;
    font-size: 0;
    line-height: 0;
    animation: heroLogoReveal 1s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.home-hero-logo {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    filter: drop-shadow( 0 18px 30px rgba(0, 0, 0, 0.58) ) drop-shadow( 0 0 18px rgba(227, 180, 60, 0.12) );
}

@keyframes heroLogoReveal {
    from {
        opacity: 0;
        translate: 0 20px;
        scale: 0.94;
        filter: blur(5px);
    }

    to {
        opacity: 1;
        translate: 0 0;
        scale: 1;
        filter: blur(0);
    }
}

@media (max-width: 650px) {
    .brand-logo {
        width: 40px;
        height: 40px;
    }

    .brand-text {
        font-size: 20px;
        letter-spacing: 1.3px;
    }

    .home-hero-brand {
        width: 100%;
    }
}

/* =========================
   FOOTER
   ========================= */

.footer {
    margin-top: 60px;
    border-top: 1px solid rgba(227, 180, 60, 0.18);
    background: linear-gradient( 180deg, rgba(8, 18, 12, 0.92), rgba(18, 42, 24, 0.96) );
}

.footer-inner {
    width: min(1180px, calc(100% - 36px));
    margin: 0 auto;
    padding: 26px 0;
    display: grid;
    grid-template-columns: 1fr auto auto;
    align-items: center;
    gap: 24px;
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 14px;
}

.footer-logo {
    width: 54px;
    height: 54px;
    object-fit: contain;
    filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.45));
}

.footer-brand-text {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

    .footer-brand-text strong {
        color: var(--gold-bright);
        font-family: var(--font-display);
        font-size: 24px;
        font-weight: 700;
        letter-spacing: 1.2px;
        line-height: 1;
    }

    .footer-brand-text span {
        color: var(--text-muted);
        font-size: 13px;
        line-height: 1.4;
    }

.footer-center {
    text-align: center;
}

    .footer-center p {
        margin: 4px 0;
        color: var(--text-muted);
        font-size: 14px;
        line-height: 1.5;
    }

.footer-actions {
    display: flex;
    justify-content: flex-end;
}

.footer-booking-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 50px;
    padding: 0 24px;
    border: 1px solid var(--gold-bright);
    border-radius: 999px;
    color: #14200f;
    background: linear-gradient( 135deg, var(--gold), var(--gold-bright) );
    font-family: var(--font-body);
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.3), 0 0 20px rgba(248, 196, 46, 0.12);
    transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

    .footer-booking-button:hover {
        transform: translateY(-3px);
        box-shadow: 0 18px 38px rgba(0, 0, 0, 0.4), 0 0 24px rgba(248, 196, 46, 0.18);
        filter: brightness(1.03);
    }

@media (max-width: 900px) {
    .footer-inner {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-brand {
        justify-content: center;
    }

    .footer-actions {
        justify-content: center;
    }
}

@media (max-width: 600px) {
    .footer {
        margin-top: 42px;
    }

    .footer-inner {
        width: min(100% - 24px, 520px);
        padding: 22px 0;
        gap: 18px;
    }

    .footer-logo {
        width: 46px;
        height: 46px;
    }

    .footer-brand-text strong {
        font-size: 20px;
    }

    .footer-center p {
        font-size: 13px;
    }

    .footer-booking-button {
        width: 100%;
    }
}

/* =========================
   SIMPLE SITE FOOTER
   ========================= */

.site-footer {
    position: relative;
    margin-top: 70px;
    border-top: 1px solid rgba(227, 180, 60, 0.22);
    color: var(--text-light);
    background: linear-gradient( 180deg, rgba(5, 13, 9, 0.95), rgba(3, 9, 6, 0.98) );
}

    .site-footer::before {
        content: "";
        position: absolute;
        top: -1px;
        left: 50%;
        width: min(360px, 55%);
        height: 1px;
        background: linear-gradient( 90deg, transparent, rgba(248, 196, 46, 0.7), transparent );
        transform: translateX(-50%);
    }

.site-footer-inner {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) auto minmax(220px, 1fr);
    align-items: center;
    gap: 35px;
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: 32px 0 26px;
}


/* Логотип */

.site-footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    width: fit-content;
}

.site-footer-logo {
    display: block;
    width: 48px;
    height: 48px;
    object-fit: contain;
    filter: drop-shadow( 0 5px 12px rgba(0, 0, 0, 0.45) );
    transition: transform 0.3s ease;
}

.site-footer-brand:hover
.site-footer-logo {
    transform: translateY(-2px);
}

.site-footer-brand-copy {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

    .site-footer-brand-copy strong {
        color: var(--gold-bright);
        font-family: var(--font-display);
        font-size: 21px;
        font-weight: 700;
        letter-spacing: 1.2px;
        line-height: 1;
    }

    .site-footer-brand-copy small {
        color: var(--text-muted);
        font-size: 11px;
        letter-spacing: 0.25px;
    }


/* Центральная информация */

.site-footer-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: var(--text-muted);
    text-align: center;
    font-size: 12px;
    white-space: nowrap;
}

.site-footer-dot {
    color: var(--gold);
}


/* Ссылки справа */

.site-footer-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

    .site-footer-links a {
        position: relative;
        color: var(--text-muted);
        font-size: 12px;
        font-weight: 600;
        transition: color 0.2s ease;
    }

        .site-footer-links a::after {
            content: "";
            position: absolute;
            right: 0;
            bottom: -5px;
            left: 0;
            height: 1px;
            background: var(--gold);
            transform: scaleX(0);
            transform-origin: right;
            transition: transform 0.25s ease;
        }

        .site-footer-links a:hover {
            color: var(--gold-bright);
        }

            .site-footer-links a:hover::after {
                transform: scaleX(1);
                transform-origin: left;
            }


/* Нижняя тонкая строка */

.site-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: 15px 0 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.055);
    color: rgba(211, 199, 171, 0.62);
    font-size: 10px;
}


/* Адаптация */

@media (max-width: 900px) {
    .site-footer-inner {
        grid-template-columns: 1fr;
        gap: 22px;
        text-align: center;
    }

    .site-footer-brand {
        justify-self: center;
    }

    .site-footer-links {
        justify-content: center;
    }

    .site-footer-info {
        flex-wrap: wrap;
        white-space: normal;
    }
}

@media (max-width: 520px) {
    .site-footer {
        margin-top: 45px;
    }

    .site-footer-inner {
        width: min(100% - 28px, 480px);
        padding: 27px 0 22px;
    }

    .site-footer-links {
        flex-wrap: wrap;
        gap: 14px 22px;
    }

    .site-footer-bottom {
        flex-direction: column;
        gap: 7px;
        width: min(100% - 28px, 480px);
        text-align: center;
    }

    .site-footer-dot {
        display: none;
    }

    .site-footer-info {
        flex-direction: column;
        gap: 5px;
    }
}

/* =========================
   MOBILE NAVIGATION
   ========================= */

body.mobile-menu-open {
    overflow: hidden;
}

.mobile-menu-toggle {
    display: none;
}

.mobile-menu-backdrop {
    display: none;
}


/* Мобильная версия */

@media (max-width: 900px) {
    .site-header {
        z-index: 3200;
    }

    .navbar {
        width: min(100% - 28px, 1180px);
        min-height: 68px;
    }

    .mobile-menu-toggle {
        position: relative;
        z-index: 3204;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
        width: 46px;
        height: 46px;
        padding: 0;
        border: 1px solid rgba(227, 180, 60, 0.42);
        border-radius: 12px;
        color: var(--text-light);
        background: rgba(255, 255, 255, 0.035);
        cursor: pointer;
        transition: border-color 0.25s ease, background 0.25s ease, transform 0.25s ease;
    }

        .mobile-menu-toggle:hover {
            border-color: rgba(248, 196, 46, 0.8);
            background: rgba(227, 180, 60, 0.1);
        }

        .mobile-menu-toggle span {
            display: block;
            width: 22px;
            height: 2px;
            border-radius: 999px;
            background: var(--gold-bright);
            transition: transform 0.3s ease, opacity 0.2s ease;
        }

        .mobile-menu-toggle.is-open
        span:nth-child(1) {
            transform: translateY(7px) rotate(45deg);
        }

        .mobile-menu-toggle.is-open
        span:nth-child(2) {
            opacity: 0;
        }

        .mobile-menu-toggle.is-open
        span:nth-child(3) {
            transform: translateY(-7px) rotate(-45deg);
        }


    /* Выезжающая панель */

    .nav-links {
        position: fixed;
        z-index: 3203;
        top: 0;
        right: 0;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
        width: min( 330px, calc(100vw - 48px) );
        height: 100vh;
        height: 100dvh;
        padding: 100px 24px 35px;
        border-left: 1px solid rgba(227, 180, 60, 0.3);
        background: linear-gradient( 160deg, rgba(9, 25, 16, 0.99), rgba(3, 10, 7, 0.995) );
        box-shadow: -25px 0 60px rgba(0, 0, 0, 0.62);
        opacity: 0;
        visibility: hidden;
        transform: translateX(105%);
        transition: transform 0.4s cubic-bezier( 0.22, 1, 0.36, 1 ), opacity 0.3s ease, visibility 0s linear 0.4s;
    }

        .nav-links.is-open {
            opacity: 1;
            visibility: visible;
            transform: translateX(0);
            transition-delay: 0s;
        }

        .nav-links::before {
            content: "MENU";
            display: block;
            margin-bottom: 16px;
            color: var(--gold);
            text-transform: uppercase;
            letter-spacing: 3px;
            font-size: 10px;
            font-weight: 800;
        }

        .nav-links a {
            position: relative;
            display: block;
            padding: 16px 14px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.065);
            color: var(--text-light);
            font-family: var(--font-display);
            font-size: 25px;
            font-weight: 600;
            text-align: left;
            transition: color 0.2s ease, padding-left 0.25s ease, background 0.25s ease;
        }

            .nav-links a:hover,
            .nav-links a:focus-visible {
                padding-left: 21px;
                color: var(--gold-bright);
                background: rgba(227, 180, 60, 0.07);
                outline: none;
            }


    /* Затемнение фона */

    .mobile-menu-backdrop {
        position: fixed;
        z-index: 3201;
        inset: 0;
        display: block;
        width: 100%;
        height: 100%;
        padding: 0;
        border: 0;
        background: rgba(0, 0, 0, 0.68);
        backdrop-filter: blur(3px);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.3s ease, visibility 0s linear 0.3s;
    }

        .mobile-menu-backdrop.is-open {
            opacity: 1;
            visibility: visible;
            pointer-events: auto;
            transition-delay: 0s;
        }
}


@media (max-width: 430px) {
    .navbar {
        width: calc(100% - 20px);
    }

    .brand {
        gap: 8px;
    }

    .brand-logo {
        width: 38px;
        height: 38px;
    }

    .brand-text {
        font-size: 18px;
        letter-spacing: 1px;
    }

    .mobile-menu-toggle {
        width: 43px;
        height: 43px;
    }
}


@media (max-width: 340px) {
    .brand-text {
        display: none;
    }

    .nav-links {
        width: min( 300px, calc(100vw - 30px) );
    }
}

/* =========================
   MOBILE PAGE ADAPTATION
   ========================= */

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

    body.booking-popup-open {
        overflow: hidden;
    }


/* =========================
   TABLET
   ========================= */

@media (max-width: 900px) {
    .home-hero {
        min-height: auto;
        padding: 70px 24px 80px;
    }

    .home-hero-inner {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .home-hero-content {
        max-width: 720px;
    }

    .home-hero-logo {
        width: min(100%, 720px);
    }

    .home-hero-card {
        width: min(100%, 520px);
        max-width: none;
    }

    .home-section {
        width: min( 100% - 30px, 760px );
        padding: 48px 36px;
    }

    .home-location-grid {
        grid-template-columns: 1fr;
    }

    .home-map-wrapper,
    .home-map {
        min-height: 410px;
    }

    .home-location-details {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .home-contact-actions {
        grid-column: 1 / -1;
    }
}


/* =========================
   PHONE
   ========================= */

@media (max-width: 650px) {
    .home-hero {
        padding: 48px 18px 62px;
        text-align: center;
    }

        .home-hero::after {
            top: 6%;
            right: -180px;
            width: 340px;
            height: 340px;
        }

    .home-hero-inner {
        gap: 30px;
    }

    .home-hero-content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .home-eyebrow {
        letter-spacing: 2.1px;
        font-size: 10px;
    }

    .home-hero-brand {
        width: 100%;
        max-width: 520px;
    }

    .home-hero-logo {
        width: 100%;
        max-height: 170px;
        object-fit: contain;
    }

    .home-hero h2 {
        max-width: 430px;
        margin-top: 18px;
        font-size: clamp( 29px, 9vw, 39px );
        line-height: 1.05;
    }

    .home-hero-description {
        margin-top: 18px;
        font-size: 15px;
        line-height: 1.7;
    }

    .home-hero-actions {
        width: 100%;
        margin-top: 26px;
        gap: 11px;
    }

    .home-button {
        width: 100%;
        min-height: 50px;
        padding: 13px 18px;
    }

    .home-scroll-link {
        margin-top: 25px;
    }

    .home-hero-card {
        width: 100%;
        padding: 25px;
        text-align: left;
    }

        .home-hero-card strong {
            font-size: 33px;
        }


    /* Основные секции */

    .home-section {
        width: calc(100% - 22px);
        margin: 20px auto;
        padding: 34px 20px;
        border-radius: 18px;
    }

    .home-section-heading {
        margin-bottom: 26px;
    }

        .home-section-heading h2 {
            font-size: clamp( 31px, 10vw, 42px );
        }

        .home-section-heading > p:last-child {
            font-size: 14px;
            line-height: 1.6;
        }

    .home-about-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .home-about-text {
        font-size: 15px;
        line-height: 1.75;
    }

    .home-about-note {
        padding: 22px;
        border-left-width: 2px;
    }

        .home-about-note p {
            font-size: 14px;
        }


    /* Прайс */

    .home-price-frame {
        width: 100%;
        border-radius: 13px;
    }

        .home-price-frame:hover {
            transform: none;
        }

    .home-price-booking {
        margin-top: 22px;
    }

    .home-price-zoom {
        display: none;
    }


    /* Карта */

    .home-location-grid {
        gap: 22px;
    }

    .home-map-wrapper,
    .home-map {
        min-height: 330px;
    }

    .home-map-button {
        right: 10px;
        bottom: 10px;
        padding: 10px 13px;
        font-size: 10px;
    }

    .home-location-details {
        display: flex;
        flex-direction: column;
    }

    .home-location-item {
        padding: 17px;
    }

    .home-location-icon {
        width: 42px;
        height: 42px;
    }

    .home-location-item h3 {
        font-size: 15px;
    }

    .home-location-value {
        font-size: 16px;
    }

    .home-contact-actions {
        grid-template-columns: 1fr;
    }

    .home-contact-action,
    .home-contact-booking {
        grid-column: auto;
        min-height: 50px;
    }


    /* Футер */

    .site-footer {
        margin-top: 38px;
    }


    /* Плавающая кнопка */

    .booking-widget {
        right: 12px;
        bottom: calc( 12px + env(safe-area-inset-bottom) );
    }

    .booking-button {
        min-width: auto;
        min-height: 50px;
        padding: 13px 17px;
        font-size: 13px;
    }

    .booking-button-icon {
        font-size: 16px;
    }


    /* Окно записи */

    .booking-popup {
        position: fixed;
        top: 78px;
        right: 10px;
        bottom: calc( 10px + env(safe-area-inset-bottom) );
        left: 10px;
        width: auto;
        max-height: none;
        padding: 24px 18px 28px;
        overflow-x: hidden;
        overflow-y: auto;
        border-radius: 17px;
        transform: translateY(18px) scale(0.98);
        transform-origin: center bottom;
        overscroll-behavior: contain;
    }

        .booking-popup.is-open {
            transform: translateY(0) scale(1);
        }

    .booking-popup-close {
        position: sticky;
        z-index: 10;
        top: 0;
        float: right;
        margin-top: -8px;
        margin-right: -5px;
        background: rgba(5, 12, 9, 0.92);
        backdrop-filter: blur(6px);
    }

    .booking-status {
        max-width: calc(100% - 48px);
        margin-right: 0;
        font-size: 10px;
    }

    .booking-popup h3 {
        margin-right: 0;
        font-size: 29px;
    }

    .booking-popup-text {
        font-size: 13px;
    }

    .booking-option {
        padding: 12px;
    }

    .callback-form {
        gap: 13px;
    }

    .callback-time-grid {
        grid-template-columns: 1fr;
        gap: 13px;
    }

    .callback-field input,
    .callback-field select,
    .callback-field textarea {
        min-height: 46px;
        font-size: 16px;
    }

    .callback-field textarea {
        min-height: 105px;
    }

    .callback-consent {
        font-size: 10px;
    }

    .callback-submit-button {
        min-height: 52px;
    }
}


/* =========================
   VERY SMALL PHONES
   ========================= */

@media (max-width: 380px) {
    .home-hero {
        padding-right: 13px;
        padding-left: 13px;
    }

        .home-hero h2 {
            font-size: 28px;
        }

    .home-section {
        width: calc(100% - 14px);
        padding: 29px 16px;
    }

    .home-hero-card {
        padding: 21px;
    }

        .home-hero-card strong {
            font-size: 29px;
        }

    .booking-button {
        width: 50px;
        height: 50px;
        padding: 0;
        border-radius: 50%;
    }

    #bookingButtonText {
        @media (max-width: 380px)
    }

    .booking-popup {
        top: 70px;
        right: 6px;
        bottom: 6px;
        left: 6px;
        padding-right: 14px;
        padding-left: 14px;
    }
}

/* =========================
   MOBILE OVERFLOW FIX
   Должен находиться в самом конце style.css
   ========================= */

html {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
}

body {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
}

img,
iframe {
    max-width: 100%;
}


/* Разрешаем элементам внутри Grid и Flex сжиматься */

.navbar,
.brand,
.nav-links,
.home-hero,
.home-hero-inner,
.home-hero-content,
.home-hero-brand,
.home-hero-actions,
.home-hero-card,
.home-section,
.home-about-grid,
.home-location-grid,
.home-location-details {
    min-width: 0;
}


@media (max-width: 900px) {
    /* Шапка */

    .site-header {
        width: 100%;
        max-width: 100%;
    }

    .navbar {
        width: 100% !important;
        max-width: 100% !important;
        padding-right: 14px;
        padding-left: 14px;
        overflow: visible;
    }

    .brand {
        flex: 1 1 auto;
        max-width: calc(100% - 62px);
        overflow: hidden;
    }

    .brand-logo {
        flex: 0 0 40px;
        width: 40px;
        height: 40px;
    }

    .brand-text {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .mobile-menu-toggle {
        display: flex !important;
        flex: 0 0 46px;
    }


    /* Выезжающее меню */

    .nav-links {
        position: fixed !important;
        top: 0 !important;
        right: 0 !important;
        left: auto !important;
        width: min(330px, calc(100vw - 48px)) !important;
        max-width: calc(100vw - 48px) !important;
        margin: 0 !important;
    }


    /* Главный экран */

    .home-hero {
        width: 100% !important;
        max-width: 100% !important;
        padding-right: 20px !important;
        padding-left: 20px !important;
        overflow: hidden;
    }

    .home-hero-inner {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .home-hero-content {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
    }

    .home-hero-brand {
        display: block;
        width: 100% !important;
        max-width: 100% !important;
        margin-right: auto !important;
        margin-left: auto !important;
        overflow: hidden;
    }

    .home-hero-logo {
        display: block;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        margin: 0 auto;
        object-fit: contain;
    }

    .home-hero h2,
    .home-hero-description {
        width: 100%;
        max-width: 100%;
        overflow-wrap: anywhere;
    }

    .home-hero-actions {
        width: 100%;
        max-width: 100%;
    }

    .home-hero-card {
        width: 100% !important;
        max-width: 100% !important;
    }


    /* Остальные секции */

    main {
        width: 100%;
        max-width: 100%;
        overflow-x: clip;
    }

    .home-section {
        max-width: calc(100% - 22px) !important;
    }

    .home-price-frame,
    .home-map-wrapper,
    .home-location-grid {
        width: 100%;
        max-width: 100%;
    }
}


@media (max-width: 430px) {
    .navbar {
        padding-right: 10px;
        padding-left: 10px;
    }

    .brand-text {
        font-size: 17px;
    }

    .home-hero {
        padding-right: 14px !important;
        padding-left: 14px !important;
    }

    .home-hero-logo {
        max-height: 135px;
    }
}


@media (max-width: 350px) {
    .brand-text {
        display: none;
    }

    .brand {
        max-width: 50px;
    }
}

/* =========================
   GLOBAL HORIZONTAL SHIFT FIX
   ========================= */

html {
    width: 100%;
    max-width: 100%;
    overflow-x: clip !important;
}

body {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0;
    overflow-x: clip !important;
}

main,
.site-header,
.site-footer {
    width: 100%;
    max-width: 100%;
}


/* Закрытые окна не должны растягивать страницу */

.price-viewer:not(.is-open) {
    display: none !important;
}

.price-viewer.is-open {
    display: flex !important;
}


@media (max-width: 900px) {
    /*
       Убираем translateX у мобильного меню.
       Он мог создавать область справа от страницы.
    */

    .nav-links {
        right: 0 !important;
        left: auto !important;
        transform: none !important;
        translate: none !important;
        clip-path: inset(0 0 0 100%);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: clip-path 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s ease, visibility 0s linear 0.4s;
    }

        .nav-links.is-open {
            clip-path: inset(0);
            opacity: 1;
            visibility: visible;
            pointer-events: auto;
            transition-delay: 0s;
        }

    .mobile-menu-backdrop:not(.is-open) {
        display: none !important;   
    }

    .mobile-menu-backdrop.is-open {
        display: block !important;
    }
}

/* =========================
   PAGE-SCOPED WIDTH FIX
   ========================= */

html {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden !important;
}

body.page-home,
body.page-staff {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0;
    overflow-x: hidden !important;
}

    body.page-home main,
    body.page-staff main {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        overflow-x: hidden;
    }


    /* Главная */

    body.page-home .home-hero,
    body.page-home .home-hero-inner,
    body.page-home .home-hero-content,
    body.page-home .home-hero-brand,
    body.page-home .home-hero-card,
    body.page-home .home-section,
    body.page-home .home-about-grid,
    body.page-home .home-location-grid {
        min-width: 0;
        max-width: 100%;
    }


    /* Девушки */

    body.page-staff .staff-page,
    body.page-staff .staff-heading,
    body.page-staff .staff-cards,
    body.page-staff .profile-card {
        min-width: 0;
        max-width: 100%;
    }


@media (max-width: 900px) {
    body.page-home .home-hero {
        width: 100% !important;
        max-width: 100% !important;
    }

    body.page-home .home-hero-inner {
        grid-template-columns: minmax(0, 1fr) !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    body.page-home .home-hero-content,
    body.page-home .home-hero-brand,
    body.page-home .home-hero-logo,
    body.page-home .home-hero-card {
        width: 100% !important;
        max-width: 100% !important;
    }

    body.page-staff .staff-page {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 40px 14px 60px !important;
    }

    body.page-staff .staff-cards {
        width: 100% !important;
        max-width: 100% !important;
    }
}

body.page-home {
    background-color: #020805;
    background-image: linear-gradient( 180deg, rgba(1, 8, 5, 0.68), rgba(1, 8, 5, 0.88) ), url("/images/backgrounds/site-bg.png");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

/* ===== SALON GALLERY AND PROGRAM MENU ===== */
body.page-home .home-about-grid {
    grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
    align-items: stretch;
}

.home-about-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
}

.salon-gallery {
    min-width: 0;
}

.salon-gallery-stage {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border: 1px solid rgba(248, 196, 46, 0.55);
    border-radius: 18px;
    background: #020604;
    box-shadow: 0 24px 55px rgba(0, 0, 0, 0.5);
}

.salon-gallery-slide {
    position: absolute;
    inset: 0;
    display: block;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.035);
    transition: opacity 0.35s ease, visibility 0.35s ease, transform 0.55s ease;
}

.salon-gallery-slide.is-active {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.salon-gallery-slide img,
.salon-gallery-slide video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.salon-gallery-arrow {
    position: absolute;
    z-index: 3;
    top: 50%;
    display: grid;
    place-items: center;
    width: 44px;
    height: 56px;
    padding: 0;
    border: 1px solid rgba(248, 196, 46, 0.55);
    border-radius: 12px;
    color: var(--gold-bright);
    background: rgba(3, 10, 7, 0.78);
    font-size: 38px;
    cursor: pointer;
    transform: translateY(-50%);
}

.salon-gallery-prev { left: 14px; }
.salon-gallery-next { right: 14px; }

.salon-gallery-counter {
    position: absolute;
    z-index: 3;
    right: 16px;
    bottom: 14px;
    padding: 7px 11px;
    border: 1px solid rgba(248, 196, 46, 0.35);
    border-radius: 999px;
    color: white;
    background: rgba(3, 10, 7, 0.8);
    font-size: 12px;
    font-weight: 700;
}

.program-menu {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    text-align: left;
}

.program-card {
    overflow: hidden;
    border: 1px solid rgba(227, 180, 60, 0.28);
    border-radius: 16px;
    background: linear-gradient(145deg, rgba(8, 24, 15, 0.96), rgba(3, 11, 7, 0.98));
    transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.program-card[open] {
    border-color: rgba(248, 196, 46, 0.72);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.32);
}

.program-card-featured,
.program-card-premium {
    grid-column: 1 / -1;
}

.program-card-featured {
    background: linear-gradient(135deg, rgba(47, 48, 17, 0.9), rgba(5, 22, 13, 0.98));
}

.program-card-premium {
    background: linear-gradient(135deg, rgba(50, 31, 8, 0.94), rgba(8, 24, 15, 0.98));
}

.program-card summary {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    min-height: 82px;
    padding: 18px 20px;
    color: white;
    cursor: pointer;
    list-style: none;
}

.program-card summary::-webkit-details-marker { display: none; }

.program-card summary > span {
    color: rgba(248, 196, 46, 0.62);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.program-card summary > strong {
    color: var(--gold-bright);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(23px, 2.4vw, 32px);
    line-height: 1;
}

.program-card summary > b {
    color: var(--text-light);
    font-size: 14px;
    white-space: nowrap;
}

.program-card-copy {
    padding: 0 20px 22px 74px;
    border-top: 1px solid rgba(227, 180, 60, 0.14);
    color: var(--text-muted);
    line-height: 1.7;
}

.program-card-copy p {
    margin: 16px 0 0;
}

.program-card-copy > strong {
    display: block;
    margin-top: 16px;
    color: var(--gold-bright);
}

@media (max-width: 800px) {
    body.page-home .home-about-grid,
    .program-menu {
        grid-template-columns: minmax(0, 1fr);
    }

    .program-card-featured,
    .program-card-premium {
        grid-column: auto;
    }
}

@media (max-width: 560px) {
    .salon-gallery-stage { aspect-ratio: 3 / 4; }

    .program-card summary {
        grid-template-columns: 34px minmax(0, 1fr);
        gap: 10px;
        padding: 16px;
    }

    .program-card summary > b {
        grid-column: 2;
        white-space: normal;
    }

    .program-card-copy {
        padding: 0 16px 20px 60px;
    }
}

/* Etapy wizualne 03-12: rytm sekcji, typografia, galerie, cennik i kontakt. */
body.page-home main {
    overflow: clip;
}

body.page-home .home-section {
    width: min(1240px, calc(100% - 48px)) !important;
    margin: 0 auto !important;
    padding: 112px 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
}

body.page-home .home-section-heading {
    max-width: 680px;
    margin-bottom: 48px;
}

body.page-home .home-section-heading h2,
body.page-home .home-recruitment-copy h2 {
    color: #f1ede4;
    font-size: clamp(38px, 5vw, 66px);
    line-height: 1.04;
    letter-spacing: -0.025em;
}

body.page-home .home-section-heading > p:last-child {
    max-width: 560px;
    color: rgba(241, 237, 228, 0.58);
    line-height: 1.7;
}

body.page-home .home-eyebrow {
    color: #bfa267;
    letter-spacing: 0.22em;
}

/* O nas: otwarta typografia oraz duzy obraz zamiast kolejnej karty. */
body.page-home #about {
    padding-top: 128px !important;
}

body.page-home #about .home-section-heading {
    margin-bottom: 54px;
}

body.page-home .home-about-grid {
    grid-template-columns: minmax(250px, 0.56fr) minmax(0, 1.44fr) !important;
    gap: clamp(42px, 7vw, 92px) !important;
    align-items: start;
}

body.page-home .home-about-copy {
    padding-top: 18px;
}

body.page-home .home-about-text p {
    max-width: 390px;
    color: rgba(241, 237, 228, 0.76);
    font-size: 19px;
    line-height: 1.7;
}

body.page-home .home-about-note {
    margin-top: 34px;
    padding: 0 0 0 22px;
    border: 0;
    border-left: 1px solid rgba(214, 187, 120, 0.55);
    border-radius: 0;
    background: transparent;
}

.home-about-benefits {
    display: grid;
    gap: 0;
    margin: 40px 0 0;
    padding: 0;
    list-style: none;
}

.home-about-benefits li {
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 12px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(241, 237, 228, 0.78);
    font-size: 14px;
}

.home-about-benefits li span {
    color: #bfa267;
    font-size: 11px;
    letter-spacing: 0.12em;
}

body.page-home .salon-gallery {
    display: grid;
    gap: 14px;
}

body.page-home .salon-gallery-stage {
    aspect-ratio: 16 / 10;
    min-height: 0;
    border: 0;
    border-radius: 3px 34px 3px 34px;
    background: #080b09;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.44);
}

body.page-home .salon-gallery-stage::after {
    content: "";
    position: absolute;
    inset: 12px;
    z-index: 3;
    border: 1px solid rgba(214, 187, 120, 0.2);
    border-radius: 2px 25px 2px 25px;
    pointer-events: none;
}

body.page-home .salon-gallery-slide img,
body.page-home .salon-gallery-slide video {
    filter: saturate(0.82) contrast(1.03);
}

.salon-gallery-thumbnails {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 9px;
}

.salon-gallery-thumbnail {
    position: relative;
    aspect-ratio: 4 / 3;
    padding: 0;
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 4px;
    color: rgba(241, 237, 228, 0.74);
    background: #0b100d;
    cursor: pointer;
    opacity: 0.52;
    transition: opacity 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.salon-gallery-thumbnail:hover,
.salon-gallery-thumbnail.is-active {
    opacity: 1;
    border-color: rgba(214, 187, 120, 0.58);
    transform: translateY(-2px);
}

.salon-gallery-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.salon-gallery-video-thumbnail {
    display: grid;
    place-content: center;
    gap: 3px;
}

.salon-gallery-video-thumbnail span { color: #d6bb78; font-size: 16px; }
.salon-gallery-video-thumbnail small { font-size: 9px; text-transform: uppercase; letter-spacing: 0.12em; }

/* Cennik: osobna, zwarta powierzchnia z jednym czytelnym wyborem. */
body.page-home .home-price-section {
    width: min(1320px, calc(100% - 48px)) !important;
    padding: 96px 64px !important;
    border-radius: 4px 52px 4px 52px !important;
    background: rgba(7, 13, 9, 0.86) !important;
    box-shadow: 0 42px 100px rgba(0, 0, 0, 0.38) !important;
}

body.page-home .home-price-section .home-section-heading {
    margin-right: 0;
    margin-left: 0;
    text-align: left;
}

.program-showcase {
    min-height: 510px;
    border: 0;
    border-radius: 3px 30px 3px 30px;
}

.program-selector {
    padding: 20px 14px;
    border-color: rgba(214, 187, 120, 0.12);
}

.program-choice {
    min-height: 56px;
    border-radius: 4px 14px 4px 14px;
}

.program-choice::before {
    content: "✦";
    grid-row: 1 / span 2;
    align-self: center;
    color: rgba(214, 187, 120, 0.38);
    font-size: 10px;
}

.program-choice.is-active::before { color: #d6bb78; }

.program-choice > span { display: none; }

.program-choice > b {
    display: inline-flex;
    justify-content: center;
    min-width: 70px;
    padding: 5px 9px;
    border: 1px solid rgba(214, 187, 120, 0.18);
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.18);
}

.program-display {
    min-height: 510px;
    padding: 52px 56px 38px;
}

.program-panel-heading h3 {
    max-width: 540px;
    color: #f1ede4;
    font-size: clamp(36px, 4.4vw, 64px);
}

.program-panel-heading > div {
    padding: 10px 14px;
    border: 1px solid rgba(214, 187, 120, 0.23);
    border-radius: 3px 12px 3px 12px;
    background: rgba(2, 6, 4, 0.38);
}

.program-panel .program-card-copy {
    position: relative;
    max-height: 108px;
    overflow: hidden;
    transition: max-height 0.45s ease;
}

.program-panel .program-card-copy::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 48px;
    background: linear-gradient(transparent, rgba(5, 12, 8, 0.98));
    pointer-events: none;
    transition: opacity 0.25s ease;
}

.program-showcase.is-details-open .program-panel.is-active .program-card-copy {
    max-height: 480px;
}

.program-showcase.is-details-open .program-panel.is-active .program-card-copy::after {
    opacity: 0;
}

.program-display-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: auto;
    padding-top: 30px;
}

/* Reklama pracy z dedykowanym obrazem wygenerowanym dla marki. */
body.page-home .home-recruitment-banner {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 690px) !important;
    align-content: center;
    min-height: 430px;
    width: min(1320px, calc(100% - 48px));
    margin: 18px auto 0;
    padding: 66px 72px;
    overflow: hidden;
    border: 0;
    border-radius: 4px 52px 4px 52px;
    background:
        linear-gradient(90deg, rgba(2, 7, 4, 0.98) 0%, rgba(2, 7, 4, 0.88) 44%, rgba(2, 7, 4, 0.16) 78%),
        url('/images/decor/recruitment-banner-v2.png') center / cover no-repeat;
    box-shadow: 0 42px 100px rgba(0, 0, 0, 0.45);
}

body.page-home .home-recruitment-banner::before {
    content: "";
    position: absolute;
    inset: 14px;
    border: 1px solid rgba(214, 187, 120, 0.2);
    border-radius: 2px 42px 2px 42px;
    pointer-events: none;
}

.home-recruitment-mark { display: none; }

body.page-home .home-recruitment-copy h2 {
    max-width: 620px;
    margin: 8px 0 18px;
}

body.page-home .home-recruitment-copy > p:last-of-type {
    max-width: 590px;
}

.home-recruitment-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.home-recruitment-benefits li {
    padding: 8px 12px;
    border: 1px solid rgba(214, 187, 120, 0.22);
    border-radius: 999px;
    color: rgba(241, 237, 228, 0.78);
    background: rgba(3, 8, 5, 0.48);
    font-size: 12px;
}

body.page-home .home-recruitment-action {
    justify-self: start;
    margin-top: 30px;
}

/* Jednolity system przyciskow bez mocnych poswiat. */
.home-button,
.home-contact-action,
.home-recruitment-action,
.home-map-button {
    border-radius: 5px 16px 5px 16px !important;
    box-shadow: none !important;
}

.home-button:hover,
.home-contact-action:hover,
.home-recruitment-action:hover,
.home-map-button:hover {
    transform: translateY(-2px);
}

.home-button-primary,
.home-recruitment-action {
    color: #11160f;
    background: linear-gradient(135deg, #b8924f, #d6bb78);
}

.home-button-secondary {
    border-color: rgba(214, 187, 120, 0.42);
    background: rgba(255, 255, 255, 0.025);
}

/* Kontakt: mniejsza mapa i jedna uporzadkowana kolumna informacji. */
body.page-home .home-location-section {
    padding-bottom: 130px !important;
}

body.page-home .home-location-grid {
    grid-template-columns: minmax(0, 0.92fr) minmax(340px, 0.68fr);
    gap: clamp(40px, 7vw, 88px);
    align-items: center;
}

body.page-home .home-map-wrapper {
    min-height: 460px;
    border: 0;
    border-radius: 3px 34px 3px 34px;
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.4);
}

body.page-home .home-location-details {
    gap: 0;
}

body.page-home .home-location-item {
    grid-template-columns: 42px 1fr;
    padding: 22px 0;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 0;
    background: transparent;
}

.home-location-icon {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(214, 187, 120, 0.25);
    border-radius: 50%;
}

.home-location-icon svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: #c7ab6e;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

body.page-home .home-contact-actions {
    grid-template-columns: 1fr 1fr;
    margin-top: 26px;
}

/* Spokojny ruch tylko tam, gdzie pomaga w odbiorze. */
@media (prefers-reduced-motion: no-preference) {
    .home-hero-visual > img,
    .salon-gallery-slide img,
    .home-recruitment-banner {
        transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), filter 0.5s ease;
    }

    .home-hero-visual:hover > img,
    .salon-gallery-stage:hover .salon-gallery-slide.is-active img {
        transform: scale(1.045);
    }
}

@media (max-width: 900px) {
    body.page-home .home-section {
        width: min(760px, calc(100% - 32px)) !important;
        padding: 82px 0 !important;
    }

    body.page-home .home-about-grid,
    body.page-home .home-location-grid {
        grid-template-columns: 1fr !important;
    }

    body.page-home .home-price-section {
        width: min(780px, calc(100% - 32px)) !important;
        padding: 72px 30px !important;
    }

    body.page-home .home-recruitment-banner {
        width: min(780px, calc(100% - 32px));
        padding: 54px 44px;
        background-position: 60% center;
    }

    .program-display { min-height: 470px; }
}

@media (max-width: 560px) {
    body.page-home .home-section {
        width: calc(100% - 24px) !important;
        padding: 64px 0 !important;
    }

    body.page-home .home-section-heading { margin-bottom: 34px; }

    body.page-home .home-price-section {
        width: calc(100% - 20px) !important;
        padding: 54px 16px !important;
        border-radius: 3px 30px 3px 30px !important;
    }

    body.page-home .salon-gallery-stage { aspect-ratio: 4 / 5; }
    .salon-gallery-thumbnails { grid-template-columns: repeat(4, 1fr); }

    .program-display {
        min-height: 520px;
        padding: 34px 20px;
    }

    .program-display-actions { flex-direction: column; }
    .program-display-actions .home-button { width: 100%; }

    body.page-home .home-recruitment-banner {
        min-height: 620px;
        width: calc(100% - 20px);
        padding: 38px 26px;
        align-content: end;
        border-radius: 3px 30px 3px 30px;
        background:
            linear-gradient(180deg, rgba(2, 7, 4, 0.08) 12%, rgba(2, 7, 4, 0.95) 63%),
            url('/images/decor/recruitment-banner-v2.png') 72% center / cover no-repeat;
    }

    .home-recruitment-benefits { gap: 7px; }
    body.page-home .home-contact-actions { grid-template-columns: 1fr; }
    body.page-home .home-map-wrapper { min-height: 360px; }
}

    body.page-home main {
        background: transparent !important;
    }

        body.page-home main > section {
            background: transparent !important;
        }

    body.page-home .hero-section,
    body.page-home .home-hero,
    body.page-home .about-section,
    body.page-home .home-about-section,
    body.page-home .price-section,
    body.page-home .contacts-section {
        background: transparent !important;
    }

    body.page-home .about-section,
    body.page-home .home-about-section {
        position: relative;
    }

        body.page-home .about-section::before,
        body.page-home .home-about-section::before {
            content: "";
            position: absolute;
            left: 50%;
            top: -180px;
            transform: translateX(-50%);
            width: 100vw;
            height: 240px;
            background: linear-gradient( 180deg, rgba(1, 8, 5, 0), rgba(1, 8, 5, 0.52), rgba(1, 8, 5, 0) );
            pointer-events: none;
            z-index: -1;
        }

/* ===== HOME BACKGROUND FINAL FIX ===== */

/* У самой главной страницы больше не должно быть разных фонов по секциям */
body.page-home {
    position: relative;
    background: #020805 !important;
    overflow-x: hidden;
}

    /* Один общий фон на всю страницу */
    body.page-home::before {
        content: "";
        position: fixed;
        inset: 0;
        z-index: -2;
        pointer-events: none;
        background: linear-gradient( 180deg, rgba(1, 8, 5, 0.78) 0%, rgba(1, 8, 5, 0.82) 42%, rgba(2, 28, 18, 0.74) 58%, rgba(1, 8, 5, 0.88) 100% ), url("/images/backgrounds/site-bg.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    /* Мягкий декоративный слой поверх общего фона */
    body.page-home::after {
        content: "";
        position: fixed;
        inset: 0;
        z-index: -1;
        pointer-events: none;
        background: radial-gradient( circle at 50% 46%, rgba(248, 196, 46, 0.08), transparent 34rem ), radial-gradient( circle at 8% 55%, rgba(0, 100, 70, 0.18), transparent 28rem );
    }

    /* Все большие секции на главной делаем прозрачными */
    body.page-home main,
    body.page-home main > section,
    body.page-home .home-hero,
    body.page-home .hero-section,
    body.page-home .about-section,
    body.page-home .home-about-section,
    body.page-home .services-section,
    body.page-home .price-section,
    body.page-home .contacts-section,
    body.page-home .location-section {
        background: transparent !important;
        background-color: transparent !important;
        background-image: none !important;
    }

        /* Убираем псевдо-фоны секций, которые дают горизонтальную зелёную полосу */
        body.page-home main > section::before,
        body.page-home main > section::after,
        body.page-home .home-hero::before,
        body.page-home .home-hero::after,
        body.page-home .hero-section::before,
        body.page-home .hero-section::after,
        body.page-home .about-section::before,
        body.page-home .about-section::after,
        body.page-home .home-about-section::before,
        body.page-home .home-about-section::after,
        body.page-home .services-section::before,
        body.page-home .services-section::after,
        body.page-home .price-section::before,
        body.page-home .price-section::after {
            display: none !important;
            background: none !important;
            background-image: none !important;
        }

    /* Фон оставляем только у самих карточек, а не у всей секции */
    body.page-home .about-card,
    body.page-home .home-about-card,
    body.page-home .price-card,
    body.page-home .contact-card,
    body.page-home .location-card,
    body.page-home .hero-card {
        background: linear-gradient( 145deg, rgba(2, 18, 10, 0.94), rgba(3, 28, 15, 0.78) ) !important;
        border: 1px solid rgba(227, 180, 60, 0.35);
    }

    /* ===== HERO GLASS PANEL ===== */

    body.page-home .hero-glass-panel {
        position: relative;
        z-index: 1;
        width: 100%;
        max-width: 820px;
        padding: 42px 46px;
        border-radius: 28px;
        background: linear-gradient( 145deg, rgba(2, 18, 10, 0.82), rgba(3, 28, 15, 0.58) );
        border: 1px solid rgba(227, 180, 60, 0.34);
        box-shadow: 0 28px 90px rgba(0, 0, 0, 0.42), inset 0 0 42px rgba(248, 196, 46, 0.045);
        backdrop-filter: blur(7px);
        -webkit-backdrop-filter: blur(7px);
    }

        /* Лёгкое золотое свечение внутри карточки */
        body.page-home .hero-glass-panel::before {
            content: "";
            position: absolute;
            inset: 1px;
            border-radius: inherit;
            pointer-events: none;
            background: radial-gradient( circle at 42% 30%, rgba(248, 196, 46, 0.12), transparent 34rem ), radial-gradient( circle at 0% 70%, rgba(0, 120, 80, 0.14), transparent 28rem );
            z-index: -1;
        }

        /* Чтобы содержимое было поверх свечения */
        body.page-home .hero-glass-panel > * {
            position: relative;
            z-index: 2;
        }

@media (max-width: 768px) {
    body.page-home .hero-glass-panel {
        padding: 28px 22px;
        border-radius: 22px;
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    body.page-home .hero-glass-panel {
        padding: 24px 18px;
        border-radius: 20px;
    }
}

/* ===== HERO SINGLE WIDE PANEL ===== */

/* Старую отдельную плашку левого блока отключаем */
body.page-home .hero-glass-panel {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    padding: 0 !important;
}

    body.page-home .hero-glass-panel::before {
        display: none !important;
    }

body.page-home .hero-unified-panel {
    position: relative;
    z-index: 1;
    padding: 54px 58px;
    border-radius: 30px;
    background: linear-gradient( 145deg, rgba(2, 18, 10, 0.88), rgba(3, 28, 15, 0.64) );
    border: 1px solid rgba(227, 180, 60, 0.34);
    box-shadow: 0 32px 100px rgba(0, 0, 0, 0.46), inset 0 0 54px rgba(248, 196, 46, 0.045);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    overflow: hidden;
}

    /* Мягкое внутреннее свечение, чтобы плашка не была плоской */
    body.page-home .hero-unified-panel::before {
        content: "";
        position: absolute;
        inset: 1px;
        border-radius: inherit;
        pointer-events: none;
        z-index: -1;
        background: radial-gradient( circle at 36% 28%, rgba(248, 196, 46, 0.13), transparent 34rem ), radial-gradient( circle at 8% 78%, rgba(0, 120, 80, 0.16), transparent 32rem );
    }

    /* Чтобы контент был поверх свечения */
    body.page-home .hero-unified-panel > * {
        position: relative;
        z-index: 2;
    }

    body.page-home .hero-unified-panel .hero-card,
    body.page-home .hero-unified-panel .home-hero-card {
        background: linear-gradient( 145deg, rgba(1, 10, 6, 0.48), rgba(3, 24, 14, 0.34) ) !important;
        border: 1px solid rgba(227, 180, 60, 0.26) !important;
        box-shadow: inset 0 0 28px rgba(248, 196, 46, 0.035) !important;
        backdrop-filter: blur(3px);
        -webkit-backdrop-filter: blur(3px);
    }

@media (max-width: 900px) {
    body.page-home .hero-unified-panel {
        padding: 34px 26px;
        border-radius: 24px;
    }
}

@media (max-width: 560px) {
    body.page-home .hero-unified-panel {
        padding: 26px 18px;
        border-radius: 22px;
    }
}

/* ===== HERO UNIFIED PANEL FINAL VERSION ===== */

body.page-home .hero-unified-panel {
    display: grid !important;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 360px) !important;
    align-items: center !important;
    gap: 46px !important;
    width: min(1180px, calc(100% - 48px)) !important;
    max-width: 1180px !important;
    margin: 0 auto !important;
    padding: 42px 48px !important;
    border-radius: 30px !important;
    background: linear-gradient( 145deg, rgba(2, 18, 10, 0.86), rgba(3, 28, 15, 0.58) ) !important;
    border: 1px solid rgba(227, 180, 60, 0.34) !important;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.46), inset 0 0 46px rgba(248, 196, 46, 0.045) !important;
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    overflow: hidden !important;
}

    /* Мягкое свечение внутри общей плашки */
    body.page-home .hero-unified-panel::before {
        content: "";
        position: absolute;
        inset: 1px;
        border-radius: inherit;
        pointer-events: none;
        z-index: 0;
        background: radial-gradient( circle at 32% 34%, rgba(248, 196, 46, 0.11), transparent 34rem ), radial-gradient( circle at 86% 54%, rgba(0, 120, 80, 0.14), transparent 28rem );
    }

    body.page-home .hero-unified-panel > * {
        position: relative;
        z-index: 2;
    }

    /* Левая часть внутри общей плашки */
    body.page-home .hero-unified-panel .home-hero-content,
    body.page-home .hero-unified-panel .hero-content {
        max-width: 640px !important;
        width: 100% !important;
    }

    /* Логотип внутри hero делаем не гигантским */
    body.page-home .hero-unified-panel img[src*="imperia2-logo-header"] {
        width: min(100%, 560px) !important;
        max-width: 560px !important;
        height: auto !important;
        display: block;
        margin: 18px 0 28px !important;
    }

    /* Правый блок с часами внутри общей плашки */
    body.page-home .hero-unified-panel .hero-card,
    body.page-home .hero-unified-panel .home-hero-card {
        width: 100% !important;
        max-width: 360px !important;
        justify-self: end !important;
        align-self: center !important;
        margin: 0 !important;
        padding: 32px 34px !important;
        background: linear-gradient( 145deg, rgba(1, 10, 6, 0.56), rgba(3, 24, 14, 0.38) ) !important;
        border: 1px solid rgba(227, 180, 60, 0.3) !important;
        box-shadow: inset 0 0 28px rgba(248, 196, 46, 0.035), 0 18px 46px rgba(0, 0, 0, 0.26) !important;
        backdrop-filter: blur(3px);
        -webkit-backdrop-filter: blur(3px);
    }

/* Отключаем старую отдельную плашку, если класс где-то остался */
body.page-home .hero-glass-panel {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    padding: 0 !important;
}

    body.page-home .hero-glass-panel::before {
        display: none !important;
    }

@media (max-width: 1000px) {
    body.page-home .hero-unified-panel {
        grid-template-columns: 1fr !important;
        gap: 28px !important;
        width: min(720px, calc(100% - 32px)) !important;
        padding: 34px 28px !important;
    }

        body.page-home .hero-unified-panel .hero-card,
        body.page-home .hero-unified-panel .home-hero-card {
            max-width: 100% !important;
            justify-self: stretch !important;
        }

        body.page-home .hero-unified-panel img[src*="imperia2-logo-header"] {
            width: min(100%, 520px) !important;
        }
}

@media (max-width: 560px) {
    body.page-home .hero-unified-panel {
        width: min(100% - 24px, 520px) !important;
        padding: 26px 18px !important;
        border-radius: 22px !important;
    }

        body.page-home .hero-unified-panel img[src*="imperia2-logo-header"] {
            margin: 14px 0 22px !important;
        }
}

/* ===== HERO BREATHING SPACE FIX ===== */

body.page-home .hero-unified-panel {
    width: min(1240px, calc(100% - 96px)) !important;
    padding: 68px 78px !important;
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, 370px) !important;
    gap: 88px !important;
    align-items: center !important;
}

    /* Левая часть — даём ей нормальную ширину, но не растягиваем до упора */
    body.page-home .hero-unified-panel .home-hero-content,
    body.page-home .hero-unified-panel .hero-content {
        max-width: 690px !important;
    }

    /* Логотип чуть меньше, чтобы не выглядело в обтяжку */
    body.page-home .hero-unified-panel img[src*="imperia2-logo-header"] {
        width: min(100%, 520px) !important;
        max-width: 520px !important;
        margin-top: 24px !important;
        margin-bottom: 34px !important;
    }

    /* Заголовок и текст тоже не растягиваем на всю ширину */
    body.page-home .hero-unified-panel h1 {
        max-width: 680px !important;
        line-height: 1.08 !important;
    }

    body.page-home .hero-unified-panel p {
        max-width: 610px !important;
    }

    /* Кнопкам даём чуть больше воздуха */
    body.page-home .hero-unified-panel .hero-actions,
    body.page-home .hero-unified-panel .home-hero-actions {
        margin-top: 34px !important;
        margin-bottom: 28px !important;
    }

    /* Правая карточка с часами не должна прилипать к краю */
    body.page-home .hero-unified-panel .hero-card,
    body.page-home .hero-unified-panel .home-hero-card {
        max-width: 370px !important;
        justify-self: end !important;
        padding: 36px 38px !important;
    }

@media (max-width: 1100px) {
    body.page-home .hero-unified-panel {
        width: min(900px, calc(100% - 48px)) !important;
        grid-template-columns: 1fr !important;
        gap: 38px !important;
        padding: 52px 44px !important;
    }

        body.page-home .hero-unified-panel .hero-card,
        body.page-home .hero-unified-panel .home-hero-card {
            max-width: 100% !important;
            justify-self: stretch !important;
        }
}

@media (max-width: 560px) {
    body.page-home .hero-unified-panel {
        width: min(100% - 24px, 520px) !important;
        padding: 32px 22px !important;
        border-radius: 24px !important;
    }

        body.page-home .hero-unified-panel img[src*="imperia2-logo-header"] {
            width: min(100%, 420px) !important;
            margin-top: 16px !important;
            margin-bottom: 24px !important;
        }
}

/* ===== PREMIUM INTERACTIVE PROGRAM CATALOG ===== */
.program-showcase {
    position: relative;
    display: grid;
    grid-template-columns: minmax(250px, 330px) minmax(0, 1fr);
    min-height: 600px;
    overflow: hidden;
    border: 1px solid rgba(221, 174, 63, 0.58);
    border-radius: 26px;
    background: #030b07;
    box-shadow: 0 34px 90px rgba(0, 0, 0, 0.55), 0 0 45px rgba(227, 180, 60, 0.08);
    isolation: isolate;
    text-align: left;
}

.program-showcase::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background: linear-gradient(90deg, rgba(1, 8, 5, 0.98) 0 31%, rgba(1, 8, 5, 0.82)), url("/images/decor/program-menu-bg.png") center / cover;
    opacity: 0.92;
}

.program-showcase::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: radial-gradient(circle at 76% 28%, rgba(231, 182, 59, 0.13), transparent 30rem);
    pointer-events: none;
}

.program-selector {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 28px 18px;
    border-right: 1px solid rgba(227, 180, 60, 0.22);
    background: rgba(1, 8, 5, 0.76);
    backdrop-filter: blur(12px);
}

.program-selector-label {
    margin: 0 10px 12px;
    color: rgba(248, 196, 46, 0.72);
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 11px;
    font-weight: 800;
}

.program-choice {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    width: 100%;
    min-height: 62px;
    padding: 11px 13px;
    border: 1px solid transparent;
    border-radius: 13px;
    color: rgba(245, 241, 232, 0.72);
    background: transparent;
    text-align: left;
    cursor: pointer;
    transition: color 0.22s ease, border-color 0.22s ease, background 0.22s ease, transform 0.22s ease;
}

.program-choice:hover {
    color: white;
    background: rgba(248, 196, 46, 0.07);
    transform: translateX(3px);
}

.program-choice.is-active {
    color: white;
    border-color: rgba(248, 196, 46, 0.52);
    background: linear-gradient(100deg, rgba(248, 196, 46, 0.16), rgba(248, 196, 46, 0.035));
    box-shadow: inset 3px 0 var(--gold-bright), 0 12px 28px rgba(0, 0, 0, 0.22);
}

.program-choice > span {
    color: rgba(248, 196, 46, 0.62);
    font-size: 11px;
    font-weight: 800;
}

.program-choice > strong {
    min-width: 0;
    font-size: 14px;
    line-height: 1.25;
}

.program-choice > b {
    color: var(--gold-bright);
    font-size: 12px;
    white-space: nowrap;
}

.program-choice-premium::after {
    content: "PREMIUM";
    grid-column: 2;
    color: #d6b56b;
    font-size: 8px;
    letter-spacing: 0.15em;
}

.program-display {
    position: relative;
    display: flex;
    align-items: center;
    min-width: 0;
    padding: clamp(36px, 6vw, 82px);
}

.program-panel {
    width: 100%;
    animation: programReveal 0.38s ease both;
}

.program-panel[hidden] {
    display: none !important;
}

.program-kicker {
    margin: 0 0 18px;
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 0.22em;
    font-size: 11px;
    font-weight: 800;
}

.program-panel-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 28px;
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(227, 180, 60, 0.25);
}

.program-panel-heading h3 {
    max-width: 620px;
    margin: 0;
    color: var(--gold-bright);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(42px, 5.2vw, 72px);
    line-height: 0.94;
}

.program-panel-heading > div {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex: 0 0 auto;
}

.program-panel-heading strong {
    color: white;
    font-size: clamp(22px, 2.5vw, 32px);
}

.program-panel-heading span {
    margin-top: 4px;
    color: var(--text-muted);
    font-size: 12px;
}

.program-panel .program-card-copy {
    max-width: 720px;
    padding: 18px 0 0;
    border: 0;
    color: rgba(245, 241, 232, 0.82);
    font-size: 16px;
    line-height: 1.8;
}

.program-panel .program-card-copy > strong {
    color: var(--gold-bright);
}

@keyframes programReveal {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ===== HOME RECRUITMENT BANNER ===== */
.home-recruitment-banner {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 28px;
    width: min(1100px, calc(100% - 40px));
    margin: 24px auto 42px;
    padding: 28px 34px;
    overflow: hidden;
    border: 1px solid rgba(248, 196, 46, 0.62);
    border-radius: 22px;
    background: linear-gradient(110deg, rgba(52, 45, 13, 0.96), rgba(5, 25, 15, 0.94) 56%, rgba(2, 12, 8, 0.98));
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.48), inset 0 0 40px rgba(248, 196, 46, 0.05);
}

.home-recruitment-banner::after {
    content: "";
    position: absolute;
    top: -90px;
    right: 12%;
    width: 260px;
    height: 260px;
    border: 1px solid rgba(248, 196, 46, 0.12);
    border-radius: 50%;
    box-shadow: 0 0 0 38px rgba(248, 196, 46, 0.025), 0 0 0 76px rgba(248, 196, 46, 0.018);
    pointer-events: none;
}

.home-recruitment-mark {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border: 1px solid rgba(248, 196, 46, 0.68);
    border-radius: 50%;
    color: var(--gold-bright);
    background: rgba(248, 196, 46, 0.08);
    font-size: 25px;
}

.home-recruitment-copy h2 {
    margin: 2px 0 7px;
    color: var(--gold-bright);
    font-size: clamp(29px, 3vw, 42px);
}

.home-recruitment-copy p:last-child {
    max-width: 700px;
    margin: 0;
    color: rgba(245, 241, 232, 0.74);
    line-height: 1.55;
}

.home-recruitment-action {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 13px;
    padding: 15px 21px;
    border-radius: 999px;
    color: #13200e;
    background: linear-gradient(135deg, var(--gold), var(--gold-bright));
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}

@media (max-width: 850px) {
    .program-showcase {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .program-selector {
        flex-direction: row;
        overflow-x: auto;
        padding: 15px;
        border-right: 0;
        border-bottom: 1px solid rgba(227, 180, 60, 0.22);
        scrollbar-width: thin;
    }

    .program-selector-label { display: none; }

    .program-choice {
        grid-template-columns: 24px minmax(130px, auto);
        flex: 0 0 auto;
        width: auto;
        min-height: 58px;
    }

    .program-choice > b { grid-column: 2; }
    .program-choice-premium::after { display: none; }

    .program-display {
        min-height: 480px;
        padding: 42px 30px;
    }

    .home-recruitment-banner {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .home-recruitment-action {
        grid-column: 2;
        justify-self: start;
    }
}

@media (max-width: 560px) {
    .program-display {
        min-height: 520px;
        padding: 34px 22px;
    }

    .program-panel-heading {
        flex-direction: column;
        gap: 18px;
    }

    .program-panel-heading > div { align-items: flex-start; }

    .home-recruitment-banner {
        grid-template-columns: 1fr;
        width: min(100% - 24px, 520px);
        padding: 25px 22px;
    }

    .home-recruitment-mark { display: none; }
    .home-recruitment-action { grid-column: 1; }
}

/* Etap wizualny 01: spokojne, jednolite tlo calej witryny. */
html {
    background: #050706;
}

body {
    background-color: #050706 !important;
    background-image:
        radial-gradient(circle at 13% 17%, rgba(19, 67, 47, 0.21) 0, rgba(19, 67, 47, 0.08) 18rem, transparent 35rem),
        radial-gradient(circle at 88% 54%, rgba(12, 54, 38, 0.16) 0, rgba(12, 54, 38, 0.05) 22rem, transparent 42rem),
        linear-gradient(180deg, #080b09 0%, #030504 54%, #070907 100%) !important;
    isolation: isolate;
}

body.page-home,
body.page-staff {
    background-image: none !important;
}

body.page-home::before,
body.page-staff::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -2;
    display: block !important;
    pointer-events: none;
    background:
        radial-gradient(circle at 13% 17%, rgba(19, 67, 47, 0.21) 0, rgba(19, 67, 47, 0.08) 18rem, transparent 35rem),
        radial-gradient(circle at 88% 54%, rgba(12, 54, 38, 0.16) 0, rgba(12, 54, 38, 0.05) 22rem, transparent 42rem),
        linear-gradient(180deg, #080b09 0%, #030504 54%, #070907 100%) !important;
    background-attachment: fixed !important;
}

body.page-home::after,
body.page-staff::after {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    display: block !important;
    pointer-events: none;
    background:
        radial-gradient(circle at 52% 38%, rgba(184, 146, 79, 0.035), transparent 31rem),
        linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.008), transparent) !important;
}

/* Etap wizualny 02: pierwszy ekran z prawdziwym wnetrzem salonu. */
body.page-home .home-hero {
    min-height: calc(100svh - 72px);
    padding: 54px 24px 66px !important;
    overflow: hidden;
}

body.page-home .home-hero::before {
    background:
        radial-gradient(circle at 12% 32%, rgba(29, 78, 56, 0.16), transparent 30rem),
        linear-gradient(90deg, rgba(3, 6, 4, 0.34), transparent 62%) !important;
}

body.page-home .home-hero::after {
    display: none !important;
}

body.page-home .hero-unified-panel {
    display: grid !important;
    grid-template-columns: minmax(0, 0.88fr) minmax(430px, 1.12fr) !important;
    align-items: center !important;
    gap: clamp(52px, 7vw, 104px) !important;
    width: min(1240px, calc(100% - 32px)) !important;
    max-width: 1240px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    overflow: visible !important;
}

body.page-home .hero-unified-panel::before {
    display: none !important;
}

body.page-home .hero-unified-panel .home-hero-content {
    width: 100% !important;
    max-width: 570px !important;
}

body.page-home .hero-unified-panel img.home-hero-logo {
    width: min(100%, 430px) !important;
    max-width: 430px !important;
    margin: 18px 0 30px !important;
    filter: drop-shadow(0 14px 26px rgba(0, 0, 0, 0.42));
}

body.page-home .home-hero h2 {
    max-width: 540px;
    margin-top: 0;
    color: #f2eee5;
    font-size: clamp(34px, 4.1vw, 58px);
    line-height: 1.03;
}

body.page-home .home-hero-description {
    max-width: 520px;
    margin-top: 22px;
    color: rgba(242, 238, 229, 0.68);
    font-size: 17px;
    line-height: 1.65;
}

body.page-home .hero-unified-panel .home-hero-actions {
    margin: 34px 0 0 !important;
}

body.page-home .home-scroll-link {
    margin-top: 30px;
    color: rgba(242, 238, 229, 0.55);
}

.home-hero-visual {
    position: relative !important;
    z-index: 2;
    width: 100%;
    min-width: 0;
    max-width: 620px;
    aspect-ratio: 1.02 / 1;
    margin: 0;
    justify-self: end;
    overflow: hidden;
    border-radius: 4px 44px 4px 44px;
    background: #0b0d0b;
    box-shadow: 0 34px 90px rgba(0, 0, 0, 0.5);
}

.home-hero-visual::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(2, 5, 3, 0.04) 38%, rgba(2, 5, 3, 0.72) 100%),
        linear-gradient(90deg, rgba(2, 5, 3, 0.2), transparent 36%);
}

.home-hero-visual::after {
    content: "";
    position: absolute;
    inset: 14px;
    z-index: 1;
    pointer-events: none;
    border: 1px solid rgba(214, 187, 120, 0.24);
    border-radius: 2px 34px 2px 34px;
}

.home-hero-visual > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 48%;
    filter: saturate(0.78) contrast(1.04) brightness(0.84);
    transform: scale(1.015);
}

body.page-home .home-hero-visual .home-hero-card {
    position: absolute !important;
    right: 30px !important;
    bottom: 30px !important;
    z-index: 3 !important;
    width: auto !important;
    min-width: 210px;
    max-width: none !important;
    margin: 0 !important;
    padding: 18px 22px !important;
    border: 1px solid rgba(214, 187, 120, 0.3) !important;
    border-radius: 3px 17px 3px 17px !important;
    background: rgba(5, 10, 7, 0.78) !important;
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.36) !important;
    backdrop-filter: blur(12px) !important;
    animation: none;
}

body.page-home .home-hero-visual .home-hero-card::before {
    display: none;
}

body.page-home .home-hero-visual .home-hero-card .home-hero-card-kicker {
    margin: 0 0 8px;
    color: var(--gold-bright);
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 10px;
    font-weight: 800;
}

body.page-home .home-hero-visual .home-hero-card strong {
    color: #f2eee5;
    font-size: 30px;
    line-height: 1;
}

body.page-home .home-hero-visual .home-hero-card span:last-child {
    margin-top: 6px;
    color: rgba(242, 238, 229, 0.64);
    font-size: 13px;
}

@media (max-width: 1000px) {
    body.page-home .hero-unified-panel {
        grid-template-columns: 1fr !important;
        gap: 48px !important;
        width: min(760px, calc(100% - 24px)) !important;
    }

    body.page-home .hero-unified-panel .home-hero-content {
        max-width: 650px !important;
    }

    .home-hero-visual {
        max-width: 760px;
        aspect-ratio: 16 / 10;
        justify-self: stretch;
    }
}

@media (max-width: 560px) {
    body.page-home .home-hero {
        padding: 38px 12px 52px !important;
    }

    body.page-home .hero-unified-panel {
        width: 100% !important;
        gap: 34px !important;
    }

    body.page-home .hero-unified-panel img.home-hero-logo {
        width: min(100%, 350px) !important;
        margin: 12px 0 22px !important;
    }

    body.page-home .home-hero h2 {
        font-size: clamp(31px, 10vw, 44px);
    }

    .home-hero-visual {
        aspect-ratio: 4 / 5;
        border-radius: 3px 30px 3px 30px;
    }

    body.page-home .home-hero-visual .home-hero-card {
        right: 18px !important;
        bottom: 18px !important;
        min-width: 184px;
        padding: 15px 18px !important;
    }
}

/* Ostateczny priorytet dla interaktywnego cennika i widocznosci hero. */
body.page-home .home-hero-visual {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

body.page-home .program-showcase {
    min-height: 510px;
    border: 0;
    border-radius: 3px 30px 3px 30px;
}

body.page-home .program-display {
    display: flex;
    flex-direction: column;
    min-height: 510px;
    padding: 52px 56px 38px;
}

body.page-home .program-panel .program-card-copy {
    position: relative;
    max-height: 108px;
    overflow: hidden;
    transition: max-height 0.45s ease;
}

body.page-home .program-panel .program-card-copy::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 48px;
    background: linear-gradient(transparent, rgba(5, 12, 8, 0.98));
    pointer-events: none;
    transition: opacity 0.25s ease;
}

body.page-home .program-showcase.is-details-open .program-panel.is-active .program-card-copy {
    max-height: 480px;
}

body.page-home .program-showcase.is-details-open .program-panel.is-active .program-card-copy::after {
    opacity: 0;
}

body.page-home .program-display-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: auto;
    padding-top: 30px;
}

.home-contact-action-icon {
    display: inline-grid;
    place-items: center;
}

.home-contact-action-icon svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

@media (max-width: 850px) {
    body.page-home .program-display {
        min-height: 470px;
        padding: 42px 30px;
    }
}

@media (max-width: 560px) {
    body.page-home .program-display {
        min-height: 520px;
        padding: 34px 20px;
    }

    body.page-home .program-display-actions {
        flex-direction: column;
    }
}

/* ===== IMPERIA ART DIRECTION V3 ===== */
body {
    background: #030806 !important;
}

.site-header {
    background: #050a07;
    border-bottom-color: #3a2a16;
    backdrop-filter: none;
}

body.page-home .home-hero {
    isolation: isolate;
    min-height: calc(100svh - 72px);
    background:
        linear-gradient(90deg, rgba(1, 4, 2, 0.92) 0%, rgba(1, 4, 2, 0.76) 43%, rgba(1, 4, 2, 0.18) 78%),
        url('/images/decor/hero-baroque-v3.png') center / cover no-repeat !important;
}

body.page-home .home-hero::before {
    background: linear-gradient(180deg, rgba(3, 8, 5, 0.04), rgba(3, 8, 5, 0.48)) !important;
}

body.page-home .home-hero h2 {
    color: #fff7e8;
    text-shadow: 0 4px 30px rgba(0, 0, 0, 0.72);
}

body.page-home .home-hero-description {
    color: #e1d4bd;
}

.home-hero-visual {
    border: 2px solid #8a6328;
    border-radius: 2px 52px 2px 52px;
    background: #07110c;
    box-shadow: 18px 22px 0 #641a29, 0 38px 90px rgba(0, 0, 0, 0.58);
}

.home-hero-visual::after {
    border-color: #d6a64b;
}

body.page-home .home-hero-visual .home-hero-card {
    border: 1px solid #a9792e !important;
    background: #07130d !important;
    backdrop-filter: none !important;
}

body.page-home .home-button-primary,
body.page-home .home-recruitment-action {
    border-color: #efc369;
    background: linear-gradient(135deg, #b77b22, #f0c568);
}

body.page-home .home-button-secondary {
    border-color: #9d7130;
    background: #07110c;
}

body.page-home #about {
    position: relative;
    width: min(1320px, calc(100% - 48px)) !important;
    margin-top: 28px !important;
    padding: 110px 72px !important;
    border-left: 7px solid #7b2030 !important;
    background: #092118 !important;
    box-shadow: 0 34px 80px rgba(0, 0, 0, 0.36) !important;
}

body.page-home #about::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 34%;
    height: 8px;
    background: linear-gradient(90deg, #6e1a2a, #d29d3f);
}

body.page-home .home-about-note {
    border-left-color: #d69f3d;
}

.home-about-benefits li {
    border-bottom-color: #284839;
}

body.page-home .salon-gallery-stage {
    border: 2px solid #8b6328;
    background: #020403;
    box-shadow: 14px 16px 0 #681a2a, 0 34px 80px rgba(0, 0, 0, 0.48);
}

.salon-gallery-thumbnail {
    border-color: #263d31;
    background: #07110c;
}

.salon-gallery-thumbnail.is-active {
    border-color: #e2ae4c;
    box-shadow: inset 0 -4px #7b2030;
}

body.page-home .home-price-section {
    position: relative;
    width: min(1400px, calc(100% - 32px)) !important;
    padding: 104px 72px !important;
    border: 1px solid #735020 !important;
    background:
        linear-gradient(90deg, rgba(3, 10, 6, 0.94), rgba(3, 10, 6, 0.76)),
        url('/images/decor/program-baroque-v3.png') center / cover no-repeat !important;
    box-shadow: 0 46px 110px rgba(0, 0, 0, 0.58) !important;
}

body.page-home .program-showcase {
    border: 1px solid #8d6426;
    background: #06130d;
    box-shadow: 16px 18px 0 #681a2a;
}

body.page-home .program-showcase::before,
body.page-home .program-showcase::after {
    display: none;
}

body.page-home .program-selector {
    border-right-color: #3f2e18;
    background: #081b13;
}

body.page-home .program-choice {
    color: #d9cdb8;
    background: #081b13;
}

body.page-home .program-choice:hover {
    background: #102b1e;
}

body.page-home .program-choice.is-active {
    color: #fff4dd;
    background: linear-gradient(90deg, #742033, #3b1720);
    box-shadow: inset 4px 0 #efbd58;
}

body.page-home .program-display {
    background: #07120c;
}

body.page-home .program-panel .program-card-copy::after {
    background: linear-gradient(transparent, #07120c);
}

body.page-home .program-panel-heading > div {
    border-color: #765321;
    background: #13241a;
}

body.page-home .home-recruitment-banner {
    min-height: 500px;
    width: min(1400px, calc(100% - 32px));
    padding: 72px 82px;
    border: 2px solid #9a6c29;
    border-radius: 2px 54px 2px 54px;
    background:
        linear-gradient(90deg, rgba(2, 9, 6, 0.98) 0%, rgba(2, 9, 6, 0.89) 44%, rgba(2, 9, 6, 0.08) 76%),
        url('/images/decor/recruitment-color-v3.png') center / cover no-repeat;
    box-shadow: 18px 20px 0 #741d2d, 0 44px 100px rgba(0, 0, 0, 0.5);
}

body.page-home .home-recruitment-banner::before {
    border-color: #b98734;
}

body.page-home .home-recruitment-copy {
    position: relative;
    z-index: 2;
    max-width: 690px;
}

body.page-home .home-recruitment-copy h2 {
    color: #fff2d9;
    text-shadow: 0 3px 22px rgba(0, 0, 0, 0.68);
}

body.page-home .home-recruitment-copy > p:last-of-type {
    color: #e6dac5;
    font-size: 17px;
}

.home-recruitment-benefits li {
    border-color: #9d7130;
    color: #fff0d4;
    background: #0b2118;
}

.home-recruitment-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
}

.recruitment-contact-link,
.recruitment-application-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 18px;
    border: 1px solid #9d7130;
    border-radius: 3px 14px 3px 14px;
    color: #f5ead4;
    background: #08150f;
    font: inherit;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

.recruitment-contact-link:hover,
.recruitment-application-button:hover {
    transform: translateY(-2px);
    border-color: #efbd58;
    background: #112a1e;
}

.recruitment-contact-primary,
.recruitment-application-button {
    border-color: #efbd58;
    color: #171006;
    background: linear-gradient(135deg, #b77920, #efc568);
}

.recruitment-application-button {
    color: #fff0db;
    background: linear-gradient(135deg, #741d2d, #a83249);
}

body.page-home .home-location-section {
    position: relative;
    width: min(1320px, calc(100% - 48px)) !important;
    padding: 110px 72px 130px !important;
    border-right: 7px solid #7b2030 !important;
    background: #0a1d15 !important;
}

body.page-home .home-map-wrapper {
    border: 2px solid #815c27;
    background: #07110c;
    box-shadow: 14px 16px 0 #681a2a;
}

body.page-home .home-location-item {
    border-bottom-color: #2d493b;
}

.home-location-icon {
    border-color: #b78331;
    background: #731f30;
}

body.page-home .home-contact-action {
    border-color: #765321;
    background: #0a1d15;
}

body.page-home .home-contact-action:hover {
    border-color: #e7b651;
    background: #132b20;
}

/* Formularz rekrutacyjny */
body.vacancy-modal-open { overflow: hidden; }

.vacancy-modal {
    position: fixed;
    inset: 0;
    z-index: 5000;
    display: grid;
    place-items: center;
    padding: 22px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0s linear 0.25s;
}

.vacancy-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition-delay: 0s;
}

.vacancy-modal-backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background: rgba(0, 0, 0, 0.88);
}

.vacancy-dialog {
    position: relative;
    z-index: 2;
    width: min(720px, 100%);
    max-height: calc(100svh - 44px);
    overflow-y: auto;
    padding: 48px;
    border: 2px solid #946a2b;
    border-radius: 2px 34px 2px 34px;
    color: #f2e9d9;
    background:
        linear-gradient(145deg, #10281d 0 52%, #3a1520 140%);
    box-shadow: 14px 16px 0 #701d2e, 0 44px 100px rgba(0, 0, 0, 0.7);
}

.vacancy-dialog-close {
    position: absolute;
    top: 16px;
    right: 18px;
    width: 40px;
    height: 40px;
    border: 1px solid #8e682d;
    border-radius: 50%;
    color: #f5e7cc;
    background: #07110c;
    font-size: 25px;
    cursor: pointer;
}

.vacancy-dialog h2 {
    margin: 4px 0 12px;
    color: #fff2d7;
    font-family: var(--font-display);
    font-size: clamp(36px, 5vw, 54px);
    line-height: 1;
}

.vacancy-dialog > p:not(.home-eyebrow) {
    color: #cfbfaa;
    line-height: 1.65;
}

.vacancy-form { margin-top: 30px; }

.vacancy-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.vacancy-form label { display: grid; gap: 7px; }
.vacancy-form label > span { color: #d8c7ad; font-size: 12px; font-weight: 700; }
.vacancy-field-wide { grid-column: 1 / -1; }

.vacancy-form input,
.vacancy-form textarea {
    width: 100%;
    padding: 13px 14px;
    border: 1px solid #3c5948;
    border-radius: 3px 11px 3px 11px;
    color: #fff7e8;
    background: #06110c;
    font: inherit;
    outline: none;
}

.vacancy-form input:focus,
.vacancy-form textarea:focus { border-color: #d9a744; }

.vacancy-consent {
    display: flex !important;
    grid-template-columns: none;
    align-items: flex-start;
    gap: 10px !important;
    margin-top: 18px;
}

.vacancy-consent input { width: 18px; flex: 0 0 18px; margin-top: 1px; }

.vacancy-submit {
    width: 100%;
    min-height: 52px;
    margin-top: 20px;
    border: 1px solid #efbd58;
    border-radius: 3px 14px 3px 14px;
    color: #160f05;
    background: linear-gradient(135deg, #b77920, #efc568);
    font: inherit;
    font-weight: 900;
    cursor: pointer;
}

.vacancy-submit:disabled { opacity: 0.62; cursor: wait; }

.vacancy-message {
    margin-top: 14px;
    padding: 12px 14px;
    border-left: 4px solid;
    background: #07110c;
    font-size: 13px;
}

.vacancy-message.is-success { border-color: #4daf78; color: #bce8cc; }
.vacancy-message.is-error { border-color: #c74a5d; color: #ffc7cf; }

/* Istniejacy widget rezerwacji tez dostaje pelne, nie-szklane powierzchnie. */
.booking-popup,
.booking-panel,
.booking-option,
.callback-form input,
.callback-form select,
.callback-form textarea {
    backdrop-filter: none !important;
}

.booking-popup { background: #08160f !important; border-color: #8f6629 !important; }
.booking-option { background: #0d2419 !important; }
.callback-form input,
.callback-form select,
.callback-form textarea { background: #06110c !important; }

@media (max-width: 900px) {
    body.page-home #about,
    body.page-home .home-location-section {
        width: min(780px, calc(100% - 32px)) !important;
        padding: 80px 40px !important;
    }

    body.page-home .home-price-section {
        width: min(800px, calc(100% - 24px)) !important;
        padding: 78px 32px !important;
    }
}

@media (max-width: 560px) {
    .home-hero-visual { box-shadow: 8px 10px 0 #641a29, 0 28px 70px rgba(0, 0, 0, 0.5); }

    body.page-home #about,
    body.page-home .home-location-section {
        width: calc(100% - 20px) !important;
        padding: 62px 20px !important;
        border-width: 4px !important;
    }

    body.page-home .home-price-section {
        padding: 60px 14px !important;
    }

    body.page-home .program-showcase { box-shadow: 7px 9px 0 #681a2a; }

    body.page-home .home-recruitment-banner {
        min-height: 690px;
        padding: 38px 24px;
        background:
            linear-gradient(180deg, rgba(2, 8, 5, 0.08) 18%, rgba(2, 8, 5, 0.97) 61%),
            url('/images/decor/recruitment-color-v3.png') 72% center / cover no-repeat;
        box-shadow: 8px 10px 0 #741d2d, 0 34px 80px rgba(0, 0, 0, 0.5);
    }

    .home-recruitment-actions { display: grid; grid-template-columns: 1fr 1fr; }
    .recruitment-application-button { grid-column: 1 / -1; }

    .vacancy-dialog { padding: 42px 20px 28px; }
    .vacancy-form-grid { grid-template-columns: 1fr; }
    .vacancy-field-wide { grid-column: 1; }
}

/* ===== IMPERIA ART DIRECTION V4: image-led interface ===== */
html { background: #020503; }

body,
body.page-home,
body.page-staff {
    background: #020503 !important;
}

body.page-home::before,
body.page-staff::before {
    opacity: 1 !important;
    background:
        linear-gradient(rgba(1, 5, 3, 0.28), rgba(1, 5, 3, 0.46)),
        url('/images/decor/site-continuous-v4.png') center / cover fixed no-repeat !important;
}

body.page-home::after,
body.page-staff::after {
    display: none !important;
}

.site-header {
    min-height: 82px;
    background:
        linear-gradient(rgba(1, 5, 3, 0.18), rgba(1, 5, 3, 0.32)),
        url('/images/decor/header-ornate-v4.png') center / cover no-repeat !important;
    border-bottom: 1px solid #8c6429;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.48);
}

.navbar {
    width: min(1320px, calc(100% - 42px));
    min-height: 82px;
}

.header-primary-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.header-staff-button,
.header-booking-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 176px;
    min-height: 48px;
    padding: 11px 25px;
    border: 0;
    color: #fff1d4;
    background: url('/images/decor/button-ornate-v4.png') center / 100% 100% no-repeat;
    font: inherit;
    font-size: 13px;
    font-weight: 900;
    text-shadow: 0 2px 5px #000;
    cursor: pointer;
    transition: filter 0.25s ease, transform 0.25s ease;
}

.header-staff-button {
    min-width: 205px;
    color: #fff5dc;
    filter: brightness(1.18) saturate(1.12);
}

.header-staff-button:hover,
.header-booking-button:hover {
    filter: brightness(1.35) saturate(1.15);
    transform: translateY(-2px);
}

.site-dock {
    position: fixed;
    top: 96px;
    left: 50%;
    z-index: 1050;
    display: flex;
    gap: 4px;
    width: auto;
    max-width: calc(100vw - 28px);
    padding: 8px 14px;
    border: 1px solid #8f682f;
    border-radius: 4px 20px 4px 20px;
    background:
        linear-gradient(rgba(2, 7, 4, 0.14), rgba(2, 7, 4, 0.2)),
        url('/images/decor/header-ornate-v4.png') center / cover no-repeat;
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.58);
    transform: translateX(-50%);
}

.site-dock a {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 7px;
    min-height: 39px;
    padding: 8px 13px;
    border-radius: 3px 11px 3px 11px;
    color: #eadfc9;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

.site-dock a span {
    color: #c4933c;
    font-size: 9px;
}

.site-dock a:hover {
    color: #fff7e7;
    background: url('/images/decor/button-ornate-v4.png') center / 100% 100% no-repeat;
}

.site-dock .site-dock-staff {
    color: #fff6e2;
    background: url('/images/decor/button-ornate-v4.png') center / 100% 100% no-repeat;
    filter: brightness(1.18);
}

body.page-home .home-hero {
    padding-top: 112px !important;
    background: transparent !important;
}

body.page-home .home-hero::before { display: none !important; }

.home-hero-visual {
    border: 0;
    box-shadow: 15px 18px 0 #751e30, 0 0 0 2px #b88734, 0 40px 100px rgba(0, 0, 0, 0.65);
}

.home-hero-visual > img {
    filter: contrast(1.07) saturate(1.13) brightness(0.98);
}

body.page-home .home-hero-visual .home-hero-card {
    background:
        linear-gradient(rgba(3, 10, 6, 0.08), rgba(3, 10, 6, 0.18)),
        url('/images/decor/header-ornate-v4.png') center / cover no-repeat !important;
    border: 1px solid #b88938 !important;
}

/* Generated button surface, HTML labels remain sharp and accessible. */
.home-button,
.home-map-button,
.home-contact-action,
.recruitment-contact-link,
.recruitment-application-button,
.program-details-toggle,
.vacancy-submit,
.callback-submit-button,
.booking-button,
.book-booking-button,
.staff-recruitment-button {
    border: 0 !important;
    border-radius: 0 !important;
    color: #fff2d8 !important;
    background: url('/images/decor/button-ornate-v4.png') center / 100% 100% no-repeat !important;
    box-shadow: none !important;
    text-shadow: 0 2px 5px #000;
    filter: brightness(1.04) saturate(1.06);
}

.home-button:hover,
.home-map-button:hover,
.home-contact-action:hover,
.recruitment-contact-link:hover,
.recruitment-application-button:hover,
.program-details-toggle:hover,
.vacancy-submit:hover,
.callback-submit-button:hover,
.booking-button:hover,
.book-booking-button:hover {
    filter: brightness(1.3) saturate(1.14);
    transform: translateY(-2px);
}

.booking-button { min-width: 168px; min-height: 58px; padding: 13px 30px; }

body.page-home #about {
    width: min(1400px, calc(100% - 28px)) !important;
    padding: 112px 82px !important;
    border: 1px solid #89612a !important;
    border-radius: 2px 54px 2px 54px !important;
    background:
        linear-gradient(90deg, rgba(2, 8, 5, 0.76), rgba(2, 8, 5, 0.38)),
        url('/images/decor/about-ornate-v4.png') center / cover no-repeat !important;
    box-shadow: 15px 18px 0 #721d2e, 0 42px 100px rgba(0, 0, 0, 0.54) !important;
}

body.page-home #about::after { display: none; }

body.page-home .home-about-note,
.home-about-benefits li {
    background: url('/images/decor/header-ornate-v4.png') center / cover no-repeat;
    border: 1px solid #74552a;
    border-radius: 3px 14px 3px 14px;
}

body.page-home .home-about-note { padding: 20px 22px; }
.home-about-benefits { gap: 8px; }
.home-about-benefits li { padding: 13px 16px; }

body.page-home .salon-gallery-stage {
    border: 0;
    box-shadow: 12px 14px 0 #741d2d, 0 0 0 2px #a87a31, 0 34px 84px rgba(0, 0, 0, 0.6);
}

body.page-home .salon-gallery-slide img,
body.page-home .salon-gallery-slide video {
    filter: contrast(1.08) saturate(1.16) brightness(1.02);
    image-rendering: auto;
}

.salon-gallery-arrow {
    border: 0 !important;
    background: url('/images/decor/button-ornate-v4.png') center / 100% 100% no-repeat !important;
    filter: brightness(1.15);
}

.salon-gallery-thumbnail {
    border: 1px solid #7f5b29;
    background: url('/images/decor/header-ornate-v4.png') center / cover no-repeat;
}

body.page-home .home-price-section {
    width: min(1420px, calc(100% - 24px)) !important;
    padding: 112px 76px !important;
    border: 1px solid #946a2d !important;
    border-radius: 48px 2px 48px 2px !important;
    background:
        linear-gradient(rgba(2, 8, 5, 0.14), rgba(2, 8, 5, 0.28)),
        url('/images/decor/menu-ornate-v4.png') center / cover no-repeat !important;
    box-shadow: -15px 18px 0 #711d2e, 0 46px 110px rgba(0, 0, 0, 0.6) !important;
}

body.page-home .program-showcase {
    border: 0;
    border-radius: 30px 2px 30px 2px;
    background: transparent;
    box-shadow: none;
}

body.page-home .program-selector,
body.page-home .program-display {
    background: transparent;
}

body.page-home .program-selector {
    border-right: 1px solid #8c632a;
}

body.page-home .program-choice {
    border: 0;
    color: #e5d7bd;
    background: transparent;
}

body.page-home .program-choice:hover,
body.page-home .program-choice.is-active {
    color: #fff4dd;
    background: url('/images/decor/button-ornate-v4.png') center / 100% 100% no-repeat;
    box-shadow: none;
}

body.page-home .program-panel-heading > div {
    border: 0;
    background: url('/images/decor/header-ornate-v4.png') center / cover no-repeat;
}

body.page-home .program-panel .program-card-copy::after {
    background: linear-gradient(transparent, rgba(5, 18, 11, 0.94));
}

body.page-home .home-recruitment-banner {
    margin-top: 92px;
}

body.page-home .home-recruitment-banner,
body.page-home .home-recruitment-benefits li {
    border-color: #9e742f;
}

body.page-home .home-recruitment-benefits li {
    background: url('/images/decor/header-ornate-v4.png') center / cover no-repeat;
}

body.page-home .home-location-section {
    width: min(1400px, calc(100% - 28px)) !important;
    padding: 112px 82px 132px !important;
    border: 1px solid #8c642a !important;
    border-radius: 2px 52px 2px 52px !important;
    background:
        linear-gradient(rgba(2, 8, 5, 0.28), rgba(2, 8, 5, 0.5)),
        url('/images/decor/contact-ornate-v4.png') center / cover no-repeat !important;
    box-shadow: 15px 18px 0 #721d2e, 0 42px 100px rgba(0, 0, 0, 0.54) !important;
}

body.page-home .home-map-wrapper {
    border: 0;
    box-shadow: 11px 13px 0 #711d2d, 0 0 0 2px #9c712e, 0 32px 78px rgba(0, 0, 0, 0.6);
}

body.page-home .home-location-item {
    padding: 18px 20px;
    border: 0;
    border-radius: 3px 14px 3px 14px;
    background: url('/images/decor/header-ornate-v4.png') center / cover no-repeat;
}

.home-location-icon {
    border-color: #b98635;
    background: #571825;
}

.site-footer {
    background:
        linear-gradient(rgba(1, 5, 3, 0.16), rgba(1, 5, 3, 0.28)),
        url('/images/decor/header-ornate-v4.png') center / cover no-repeat !important;
    border-top-color: #8a6229;
}

.booking-popup,
.vacancy-dialog {
    background:
        linear-gradient(rgba(2, 8, 5, 0.16), rgba(2, 8, 5, 0.28)),
        url('/images/decor/menu-ornate-v4.png') center / cover no-repeat !important;
}

.booking-popup-close,
.vacancy-dialog-close {
    width: 46px !important;
    height: 46px !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: #fff0d2 !important;
    background: url('/images/decor/button-ornate-v4.png') center / 100% 100% no-repeat !important;
    text-shadow: 0 2px 5px #000;
}

/* The navigation is now a permanent illustrated dock, so the old CSS hamburger is retired. */
.mobile-menu-toggle,
.mobile-menu-backdrop {
    display: none !important;
}

.booking-option,
.callback-form input,
.callback-form select,
.callback-form textarea,
.vacancy-form input,
.vacancy-form textarea {
    background:
        linear-gradient(rgba(2, 8, 5, 0.24), rgba(2, 8, 5, 0.28)),
        url('/images/decor/header-ornate-v4.png') center / cover no-repeat !important;
}

@media (max-width: 900px) {
    .header-primary-actions { display: none; }
    .site-dock { top: auto; bottom: 12px; width: min(620px, calc(100% - 24px)); overflow-x: auto; justify-content: flex-start; }
    .site-dock a { flex: 0 0 auto; }
    .booking-widget { bottom: 82px !important; }
    body.page-home .home-hero { padding-top: 70px !important; }
    body main { padding-bottom: 78px; }

    body.page-home #about,
    body.page-home .home-location-section {
        width: min(790px, calc(100% - 24px)) !important;
        padding: 82px 42px !important;
    }

    body.page-home .home-price-section {
        padding: 84px 34px !important;
    }
}

@media (max-width: 560px) {
    .site-header { min-height: 72px; }
    .navbar { min-height: 72px; }
    .site-dock { padding: 6px 9px; }
    .site-dock a { padding: 7px 10px; font-size: 11px; }

    body.page-home #about,
    body.page-home .home-location-section {
        width: calc(100% - 16px) !important;
        padding: 64px 18px !important;
        box-shadow: 7px 9px 0 #721d2e, 0 30px 74px rgba(0, 0, 0, 0.52) !important;
    }

    body.page-home .home-price-section {
        width: calc(100% - 16px) !important;
        padding: 64px 12px !important;
        box-shadow: -7px 9px 0 #711d2e, 0 32px 76px rgba(0, 0, 0, 0.56) !important;
    }

    .home-button,
    .recruitment-contact-link,
    .recruitment-application-button { min-height: 54px; }
}

/* ===== IMPERIA V5: contemporary salon, restrained texture ===== */
:root {
    --v5-ink: #030806;
    --v5-surface: #08130f;
    --v5-surface-2: #0c1914;
    --v5-line: rgba(212, 174, 103, 0.28);
    --v5-gold: #d2aa65;
    --v5-gold-light: #ead09a;
    --v5-wine: #713242;
    --v5-wine-soft: rgba(113, 50, 66, 0.28);
    --v5-text: #f4efe6;
    --v5-muted: #aaa99f;
}

html { scroll-padding-top: 142px; }

body.page-home,
body.page-staff {
    overflow-x: hidden;
    color: var(--v5-text);
    background: var(--v5-ink) !important;
}

body.page-home::before,
body.page-staff::before {
    inset: -36px !important;
    opacity: 0.34 !important;
    background: url('/images/decor/site-continuous-v4.png') center / cover fixed no-repeat !important;
    filter: blur(24px) saturate(0.58) brightness(0.5);
    transform: scale(1.06);
}

body.page-home::after,
body.page-staff::after {
    content: "";
    position: fixed;
    z-index: -2;
    inset: 0;
    display: block !important;
    pointer-events: none;
    background:
        radial-gradient(circle at 82% 12%, rgba(87, 33, 47, 0.16), transparent 34%),
        radial-gradient(circle at 18% 44%, rgba(20, 66, 48, 0.2), transparent 40%),
        linear-gradient(180deg, rgba(2, 8, 5, 0.64), rgba(2, 7, 5, 0.88));
}

.site-header {
    position: relative;
    z-index: 1100;
    min-height: 76px;
    background: linear-gradient(90deg, #050b08, #091510 55%, #0b100d) !important;
    border-bottom: 1px solid rgba(212, 174, 103, 0.16);
    box-shadow: none;
}

.navbar {
    width: min(1240px, calc(100% - 40px));
    min-height: 76px;
}

.brand-logo { width: 48px; height: 48px; }
.brand-text { color: var(--v5-gold-light); letter-spacing: 0.1em; }

.header-primary-actions { display: flex; margin-left: auto; }

.header-booking-button,
.header-staff-button,
.home-button,
.home-map-button,
.home-contact-action,
.recruitment-contact-link,
.recruitment-application-button,
.program-details-toggle,
.vacancy-submit,
.callback-submit-button,
.booking-button,
.book-booking-button,
.staff-recruitment-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 0;
    min-height: 46px;
    padding: 11px 20px;
    border: 1px solid rgba(214, 178, 108, 0.48) !important;
    border-radius: 12px !important;
    color: #f7efe1 !important;
    background: linear-gradient(145deg, #13251d, #0a1510) !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22) !important;
    text-shadow: none;
    filter: none;
    font-weight: 750;
    transition: border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.home-button-primary,
.recruitment-contact-primary,
.vacancy-submit,
.callback-submit-button,
.booking-button,
.header-booking-button {
    color: #101510 !important;
    border-color: #d7b36d !important;
    background: linear-gradient(135deg, #e2c17d, #c7984d) !important;
}

.recruitment-application-button,
.home-contact-booking {
    border-color: rgba(177, 93, 112, .7) !important;
    background: linear-gradient(145deg, #713242, #4d202d) !important;
}

.header-booking-button:hover,
.header-staff-button:hover,
.home-button:hover,
.home-map-button:hover,
.home-contact-action:hover,
.recruitment-contact-link:hover,
.recruitment-application-button:hover,
.program-details-toggle:hover,
.vacancy-submit:hover,
.callback-submit-button:hover,
.booking-button:hover,
.book-booking-button:hover,
.staff-recruitment-button:hover {
    border-color: var(--v5-gold-light) !important;
    filter: none;
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .32) !important;
}

/* A structural section index: not part of the header and never overlays content. */
.site-dock.site-section-nav {
    position: sticky;
    top: 0;
    left: auto;
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    width: 100%;
    max-width: none;
    min-height: 58px;
    padding: 0 max(24px, calc((100vw - 1240px) / 2));
    border: 0;
    border-bottom: 1px solid rgba(212, 174, 103, .18);
    border-radius: 0;
    background: rgba(5, 13, 9, .9);
    box-shadow: 0 12px 36px rgba(0, 0, 0, .2);
    backdrop-filter: blur(18px);
    transform: none;
}

.site-nav-caption {
    color: #8f907f;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .2em;
    text-transform: uppercase;
    white-space: nowrap;
}

.site-nav-links { display: flex; align-items: center; gap: 26px; }

.site-dock.site-section-nav a,
.site-dock.site-section-nav .site-dock-staff {
    position: relative;
    display: inline-flex;
    grid-template-columns: none;
    gap: 6px;
    min-height: 58px;
    padding: 0;
    border-radius: 0;
    color: #aead9f;
    background: none !important;
    filter: none;
    font-size: 12px;
    font-weight: 750;
}

.site-dock.site-section-nav a span { color: #777d70; font-size: 8px; }

.site-dock.site-section-nav a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--v5-gold), #9c6f38);
    opacity: 0;
    transform: scaleX(.35);
    transition: opacity .2s ease, transform .2s ease;
}

.site-dock.site-section-nav a:hover,
.site-dock.site-section-nav a.is-active {
    color: #f5eee2;
    background: none !important;
}

.site-dock.site-section-nav a.is-active::after { opacity: 1; transform: scaleX(1); }

.site-dock.site-section-nav .site-dock-staff {
    color: var(--v5-gold-light);
    padding-inline: 13px;
    min-height: 36px;
    border: 1px solid rgba(212, 174, 103, .38);
    border-radius: 10px;
}

.site-dock.site-section-nav .site-dock-staff::after { display: none; }
.site-dock.site-section-nav .site-dock-staff.is-active { color: #101510; background: var(--v5-gold) !important; }

body.page-home .home-hero {
    min-height: calc(100svh - 134px);
    padding-top: 64px !important;
    background: transparent !important;
}

.hero-unified-panel { width: min(1240px, calc(100% - 40px)); }

.home-hero-visual {
    overflow: hidden;
    border: 1px solid rgba(214, 178, 108, .34);
    border-radius: 26px;
    box-shadow: 12px 14px 38px rgba(76, 28, 40, .2), 0 34px 80px rgba(0, 0, 0, .44);
}

body.page-home .home-hero-visual .home-hero-card {
    border: 1px solid rgba(214, 178, 108, .3) !important;
    border-radius: 16px;
    background: rgba(5, 14, 10, .9) !important;
    box-shadow: 0 18px 44px rgba(0, 0, 0, .36);
    backdrop-filter: blur(12px);
}

body.page-home #about,
body.page-home .home-price-section,
body.page-home .home-location-section {
    width: min(1240px, calc(100% - 40px)) !important;
    margin-block: 92px;
    padding: 84px 64px !important;
    border: 1px solid var(--v5-line) !important;
    border-radius: 28px !important;
    background: linear-gradient(145deg, #0a1712, #050d09) !important;
    box-shadow: 0 34px 90px rgba(0, 0, 0, .36) !important;
}

body.page-home #about { position: relative; overflow: hidden; }

body.page-home #about::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 86% 18%, rgba(112, 48, 65, .16), transparent 36%),
        linear-gradient(120deg, rgba(24, 70, 51, .12), transparent 42%);
}

body.page-home #about > * { position: relative; z-index: 1; }

body.page-home .home-about-note,
.home-about-benefits li {
    border: 1px solid rgba(214, 178, 108, .2);
    border-radius: 14px;
    background: #0c1a14;
    box-shadow: none;
}

body.page-home .home-about-note { border-left: 2px solid var(--v5-wine); }
.home-about-benefits li { min-height: 50px; padding: 13px 16px; }

body.page-home .salon-gallery-stage {
    overflow: hidden;
    border: 1px solid rgba(214, 178, 108, .38);
    border-radius: 22px;
    background: #020403;
    box-shadow: 0 28px 65px rgba(0, 0, 0, .42);
}

.salon-gallery-arrow {
    width: 44px;
    height: 44px;
    border: 1px solid rgba(234, 208, 154, .58) !important;
    border-radius: 50% !important;
    color: #f5eee2 !important;
    background: rgba(5, 15, 10, .86) !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .3) !important;
    filter: none;
    backdrop-filter: blur(10px);
}

.salon-gallery-arrow:hover { background: var(--v5-wine) !important; }

.salon-gallery-counter {
    border: 1px solid rgba(234, 208, 154, .34);
    border-radius: 999px;
    background: rgba(5, 15, 10, .84);
    backdrop-filter: blur(10px);
}

.salon-gallery-thumbnails { gap: 8px; margin-top: 14px; }

.salon-gallery-thumbnail,
.salon-gallery-video-thumbnail {
    overflow: hidden;
    border: 1px solid rgba(214, 178, 108, .18);
    border-radius: 10px;
    background: #08110d;
    box-shadow: none;
    opacity: .62;
}

.salon-gallery-thumbnail:hover,
.salon-gallery-thumbnail.is-active {
    border-color: var(--v5-gold);
    background: #0b1812;
    opacity: 1;
}

body.page-home .home-price-section { padding: 72px 54px !important; background: #050c09 !important; }

body.page-home .program-showcase {
    --program-image: url('/images/salon/photo-1-enhanced-v4.png');
    position: relative;
    isolation: isolate;
    min-height: 610px;
    overflow: hidden;
    border: 1px solid rgba(214, 178, 108, .28);
    border-radius: 24px;
    background-image:
        linear-gradient(90deg, rgba(3, 9, 6, .98) 0%, rgba(3, 10, 7, .92) 38%, rgba(3, 9, 6, .5) 72%, rgba(3, 8, 5, .76) 100%),
        var(--program-image);
    background-position: center, center;
    background-size: cover;
    box-shadow: 0 28px 68px rgba(0, 0, 0, .38);
    transition: background-image .35s ease;
}

body.page-home .program-showcase::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background: linear-gradient(180deg, transparent 52%, rgba(3, 8, 5, .52));
}

body.page-home .program-showcase::after { display: none; }

body.page-home .program-selector {
    position: relative;
    z-index: 1;
    width: min(360px, 36%);
    padding: 28px 22px;
    border: 0;
    border-right: 1px solid rgba(214, 178, 108, .18);
    background: #07120e;
}

body.page-home .program-choice {
    width: 100%;
    min-height: 54px;
    padding: 10px 12px;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .055);
    border-radius: 9px;
    color: #bbb9af;
    background: transparent !important;
    box-shadow: none !important;
}

body.page-home .program-choice:hover { color: #f3ecdf; background: #0d1c16 !important; }

body.page-home .program-choice.is-active {
    color: #f7f0e4;
    background: linear-gradient(90deg, rgba(113, 50, 66, .52), rgba(18, 43, 32, .9)) !important;
    box-shadow: inset 2px 0 0 var(--v5-gold) !important;
}

body.page-home .program-choice span { color: #8d8c82; }
body.page-home .program-choice b { color: var(--v5-gold-light); }

body.page-home .program-display {
    position: relative;
    z-index: 1;
    padding: 62px 58px;
    background: transparent;
}

body.page-home .program-panel { max-width: 700px; }

body.page-home .program-panel-heading > div {
    padding: 12px 16px;
    border: 1px solid rgba(214, 178, 108, .3);
    border-radius: 13px;
    background: rgba(5, 15, 10, .82);
    box-shadow: none;
    backdrop-filter: blur(10px);
}

body.page-home .program-panel .program-card-copy {
    max-width: 660px;
    color: #d6d2c8;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .8);
}

body.page-home .program-panel .program-card-copy::after {
    background: linear-gradient(transparent, rgba(3, 9, 6, .92));
}

.program-display-actions { flex-wrap: wrap; gap: 12px; }

body.page-home .home-recruitment-banner {
    width: min(1240px, calc(100% - 40px));
    margin: 92px auto;
    overflow: hidden;
    border: 1px solid rgba(214, 178, 108, .3);
    border-radius: 28px;
    box-shadow: 0 34px 90px rgba(0, 0, 0, .38);
}

body.page-home .home-recruitment-banner::after {
    background: linear-gradient(90deg, rgba(4, 12, 8, .14), rgba(4, 12, 8, .36));
}

body.page-home .home-recruitment-benefits li {
    border: 1px solid rgba(214, 178, 108, .22);
    border-radius: 999px;
    background: #0b1812;
}

body.page-home .home-location-section {
    position: relative;
    overflow: hidden;
    padding-bottom: 90px !important;
    background:
        linear-gradient(110deg, rgba(5, 14, 10, .98), rgba(5, 14, 10, .88) 58%, rgba(5, 14, 10, .68)),
        url('/images/salon/photo-5.jpg') center / cover no-repeat !important;
}

body.page-home .home-map-wrapper {
    overflow: hidden;
    border: 1px solid rgba(214, 178, 108, .3);
    border-radius: 20px;
    background: #07110d;
    box-shadow: 0 26px 60px rgba(0, 0, 0, .36);
}

body.page-home .home-location-details { gap: 10px; }

body.page-home .home-location-item {
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, .065);
    border-radius: 14px;
    background: #0a1712;
    box-shadow: none;
}

.home-location-icon {
    border-color: rgba(214, 178, 108, .3);
    color: var(--v5-gold-light);
    background: #13251d;
}

.home-contact-actions { gap: 10px; }
.home-contact-action { flex: 1 1 140px; }

.booking-widget { right: 24px; bottom: 24px; }
.booking-button { min-width: 154px; min-height: 52px; }

.booking-popup,
.vacancy-dialog {
    border: 1px solid rgba(214, 178, 108, .34) !important;
    border-radius: 22px !important;
    background: #08140f !important;
    box-shadow: 0 34px 90px rgba(0, 0, 0, .64) !important;
}

.booking-popup-close,
.vacancy-dialog-close {
    width: 42px !important;
    height: 42px !important;
    border: 1px solid rgba(214, 178, 108, .28) !important;
    border-radius: 50% !important;
    color: #f4ecdf !important;
    background: #102119 !important;
    text-shadow: none;
}

.booking-option,
.callback-form input,
.callback-form select,
.callback-form textarea,
.vacancy-form input,
.vacancy-form textarea {
    border: 1px solid rgba(214, 178, 108, .2) !important;
    border-radius: 11px !important;
    background: #050d09 !important;
    box-shadow: none !important;
}

.site-footer {
    background: #050d09 !important;
    border-top: 1px solid rgba(214, 178, 108, .16);
}

@media (max-width: 900px) {
    html { scroll-padding-top: 124px; }
    .site-header { min-height: 68px; }
    .navbar { min-height: 68px; }
    .header-primary-actions { display: flex; }
    .header-booking-button { min-height: 40px; padding: 8px 14px; font-size: 12px; }

    .site-dock.site-section-nav {
        position: sticky;
        top: 0;
        bottom: auto;
        width: 100%;
        max-width: none;
        min-height: 52px;
        padding: 0 14px;
        overflow-x: auto;
        justify-content: flex-start;
        border-radius: 0;
    }

    .site-nav-caption { display: none; }
    .site-nav-links { gap: 20px; }
    .site-dock.site-section-nav a { min-height: 52px; }
    .site-dock.site-section-nav .site-dock-staff { min-height: 34px; }
    .booking-widget { bottom: 18px !important; }
    body main { padding-bottom: 0; }

    body.page-home #about,
    body.page-home .home-price-section,
    body.page-home .home-location-section {
        width: calc(100% - 24px) !important;
        padding: 64px 32px !important;
    }

    body.page-home .program-showcase { grid-template-columns: 1fr; min-height: 0; }
    body.page-home .program-selector { width: 100%; border-right: 0; border-bottom: 1px solid rgba(214, 178, 108, .18); }
    body.page-home .program-display { min-height: 540px; padding: 48px 34px; }
}

@media (max-width: 560px) {
    .navbar { width: calc(100% - 24px); }
    .brand-text { font-size: 18px; }
    .brand-logo { width: 42px; height: 42px; }
    .site-nav-links { gap: 17px; }
    .site-dock.site-section-nav a { font-size: 11px; }
    .site-dock.site-section-nav a span { display: none; }

    body.page-home .home-hero { padding-top: 42px !important; }
    .hero-unified-panel { width: calc(100% - 24px); }

    body.page-home #about,
    body.page-home .home-price-section,
    body.page-home .home-location-section {
        width: calc(100% - 16px) !important;
        margin-block: 64px;
        padding: 50px 18px !important;
        border-radius: 20px !important;
        box-shadow: 0 24px 60px rgba(0, 0, 0, .34) !important;
    }

    body.page-home .program-selector { padding: 18px 12px; }
    body.page-home .program-display { min-height: 560px; padding: 42px 20px; }
    body.page-home .program-panel-heading { align-items: flex-start; }
    body.page-home .program-panel-heading > div { flex: 0 0 auto; }
    .home-button,
    .recruitment-contact-link,
    .recruitment-application-button { min-height: 46px; }
}

/* ===== V5.1: visible atmosphere, softer wine accents, stable controls ===== */
body.page-home::before,
body.page-staff::before {
    opacity: .54 !important;
    filter: blur(12px) saturate(.7) brightness(.62);
    transform: scale(1.035);
}

body.page-home::after,
body.page-staff::after {
    background:
        radial-gradient(circle at 84% 14%, rgba(126, 53, 71, .2), transparent 34%),
        radial-gradient(circle at 15% 46%, rgba(17, 72, 50, .18), transparent 43%),
        linear-gradient(180deg, rgba(2, 8, 5, .42), rgba(2, 7, 5, .69));
}

.header-booking-button,
.home-button,
.home-map-button,
.home-contact-action,
.recruitment-contact-link,
.recruitment-application-button,
.program-details-toggle,
.vacancy-submit,
.callback-submit-button,
.booking-button,
.staff-recruitment-button {
    min-height: 44px;
    padding: 10px 19px;
    border-color: rgba(219, 184, 117, .38) !important;
    border-radius: 10px !important;
    background: linear-gradient(180deg, #14261e, #0b1712) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.045), 0 7px 18px rgba(0,0,0,.2) !important;
}

.home-button-primary,
.recruitment-contact-primary,
.vacancy-submit,
.callback-submit-button,
.booking-button,
.header-booking-button {
    border-color: rgba(225, 192, 126, .74) !important;
    background: linear-gradient(180deg, #dfbd78, #c99d53) !important;
}

.home-button-secondary,
.program-details-toggle {
    border-color: rgba(155, 73, 92, .58) !important;
    background: linear-gradient(180deg, #352027, #1a1716) !important;
}

body.page-home #about,
body.page-home .home-price-section,
body.page-home .home-location-section {
    border-color: rgba(218, 180, 108, .23) !important;
    box-shadow: inset 0 1px 0 rgba(145, 58, 79, .28), 0 34px 90px rgba(0, 0, 0, .34) !important;
}

body.page-home #about::after,
body.page-home .home-price-section::after,
body.page-home .home-location-section::after {
    content: "";
    position: absolute;
    inset: 0 12% auto;
    display: block !important;
    height: 1px;
    pointer-events: none;
    background: linear-gradient(90deg, transparent, rgba(159, 72, 93, .62), transparent);
}

body.page-home .home-price-section,
body.page-home .home-location-section { position: relative; }

.home-hero-visual {
    box-shadow: 10px 12px 34px rgba(116, 48, 65, .2), 0 34px 80px rgba(0, 0, 0, .42);
}

.salon-gallery-thumbnail { position: relative; }

.salon-gallery-video-thumbnail > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .52;
}

.salon-gallery-video-thumbnail > span {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    gap: 2px;
    width: 100%;
    height: 100%;
    color: #e0bd76;
    text-shadow: 0 2px 8px #000;
}

.salon-gallery-video-thumbnail > span small {
    color: #e7e0d5;
    font-size: 8px;
    letter-spacing: .14em;
}

body.page-home .program-showcase {
    --program-image: url('/images/programs/program-1-v5.png');
    display: grid;
    grid-template-columns: 330px minmax(0, 1fr);
    min-height: 620px;
    background-image:
        linear-gradient(90deg, rgba(3, 10, 7, .98) 0, rgba(3, 10, 7, .9) 31%, rgba(3, 10, 7, .44) 63%, rgba(3, 9, 6, .68) 100%),
        var(--program-image);
}

body.page-home .program-selector {
    width: auto;
    min-width: 0;
    padding: 26px 18px;
}

body.page-home .program-selector-label { margin: 0 10px 14px; }

body.page-home .program-choice {
    display: grid;
    grid-template-columns: 26px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    min-height: 66px;
    padding: 10px 12px;
}

body.page-home .program-choice strong {
    min-width: 0;
    color: inherit;
    line-height: 1.15;
    overflow-wrap: normal;
}

body.page-home .program-choice b {
    justify-self: end;
    min-width: 68px;
    padding: 7px 9px;
    border: 1px solid rgba(212, 174, 103, .22);
    border-radius: 999px;
    text-align: center;
    white-space: nowrap;
}

body.page-home .program-display {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 60px 56px 42px;
}

body.page-home .program-panel { width: 100%; max-width: 720px; }

body.page-home .program-panel-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 24px;
}

body.page-home .program-panel-heading h3 {
    min-width: 0;
    line-height: .95;
    overflow-wrap: anywhere;
}

body.page-home .program-panel-heading > div { min-width: 130px; }

body.page-home .program-panel .program-card-copy { max-width: 720px; }

.program-display-actions {
    margin-top: auto;
    padding-top: 32px;
    justify-content: flex-start;
}

.back-to-top {
    position: fixed;
    right: 28px;
    bottom: 92px;
    z-index: 1180;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 9px 14px;
    border: 1px solid rgba(219, 184, 117, .38);
    border-radius: 999px;
    color: #f3ebdf;
    background: rgba(8, 20, 15, .9);
    box-shadow: 0 12px 32px rgba(0,0,0,.34);
    backdrop-filter: blur(12px);
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    transition: opacity .2s ease, transform .2s ease, border-color .2s ease;
}

.back-to-top.is-visible { opacity: 1; pointer-events: auto; transform: none; }
.back-to-top:hover { border-color: #dfbd78; }
.back-to-top span { color: #d7af68; font-size: 18px; }
.back-to-top strong { font-size: 11px; letter-spacing: .04em; }

@media (max-width: 900px) {
    body.page-home .program-showcase { grid-template-columns: 1fr; }
    body.page-home .program-selector { width: 100%; }
    body.page-home .program-display { min-height: 540px; padding: 46px 34px 34px; }
    .back-to-top { right: 18px; bottom: 82px; }
}

@media (max-width: 560px) {
    body.page-home .program-choice { grid-template-columns: 20px minmax(0, 1fr) auto; min-height: 58px; gap: 7px; }
    body.page-home .program-choice b { min-width: 60px; padding: 6px 7px; }
    body.page-home .program-display { min-height: 580px; padding: 40px 18px 28px; }
    body.page-home .program-panel-heading { gap: 12px; }
    body.page-home .program-panel-heading > div { min-width: 104px; padding: 10px 11px; }
    .back-to-top strong { display: none; }
    .back-to-top { width: 42px; padding: 0; justify-content: center; }
}
