/* HAIR CENTER — тема для Webasyst, v1.2 «Cream & Gold» */

:root {
    --ink: #241F1C;
    --ink-2: #3D3733;
    --black: #14100D;
    --cream: #FAF6F2;
    --cream-2: #F2E9DF;
    --soft: #6B625C;
    --mute: #8A827C;
    --line: #E8DED5;
    --line-soft: #F0E8E0;
    --white: #FFFFFF;
    --gold: #C6A15B;
    --gold-dark: #9A7736;
    --gold-soft: rgba(198,161,91,.34);
    --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
    --sans: "Manrope", -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    --radius: 14px;
}

* { box-sizing: border-box; }

html, body { max-width: 100%; overflow-x: clip; }
body {
    margin: 0;
    background: var(--cream);
    color: var(--ink);
    font: 400 16px/1.65 var(--sans);
    -webkit-font-smoothing: antialiased;
}
h1, h2, h3 { overflow-wrap: anywhere; }

h1, h2, h3, .serif { font-family: var(--serif); font-weight: 400; }
h1 { font-size: clamp(34px, 6.6vw, 58px); line-height: 1.08; margin: 0 0 14px; }
h2 { font-size: clamp(26px, 3.6vw, 36px); line-height: 1.16; margin: 0 0 10px; }
h3 { font-size: 20px; line-height: 1.3; margin: 0 0 6px; }
p { margin: 0 0 12px; }
a { color: inherit; }
img { max-width: 100%; display: block; }

.wrap { width: 100%; max-width: 1140px; margin: 0 auto; padding: 0 20px; }
.muted { color: var(--mute); font-size: 14px; }
.link { color: var(--gold-dark); text-decoration: none; border-bottom: 1px solid var(--gold-soft); }
.eyebrow {
    display: inline-flex; align-items: center; gap: 12px;
    font-size: 11px; letter-spacing: .22em; text-transform: uppercase;
    color: var(--gold); font-weight: 500; margin-bottom: 16px;
}
.eyebrow i { display: block; width: 30px; height: 1px; background: currentColor; opacity: .55; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.3,1); }
.reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* ---------- Buttons ---------- */
.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 9px;
    background: var(--ink); color: var(--cream); border: 1px solid var(--ink); border-radius: 10px;
    padding: 14px 26px; font: 500 13px/1 var(--sans); letter-spacing: .06em;
    cursor: pointer; text-decoration: none; transition: background .25s, border-color .25s, color .25s;
}
.btn:hover { background: var(--gold-dark); border-color: var(--gold-dark); color: #fff; }
.btn--line, .btn--ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn--line:hover, .btn--ghost:hover { background: var(--white); border-color: var(--gold); }
.btn--sm { padding: 10px 17px; font-size: 12px; border-radius: 9px; }
.btn--block { width: 100%; }

.chip {
    display: inline-flex; align-items: center; padding: 9px 16px; border-radius: 999px;
    font-size: 13px; text-decoration: none; border: 1px solid var(--line); background: var(--white);
}
.chip--wa { background: #25D366; border-color: #25D366; color: #08331A; }
.chip--viber { background: #7360F2; border-color: #7360F2; color: #fff; }

/* ---------- Top strip + header ---------- */
.strip { background: var(--black); color: rgba(250,246,242,.7); font-size: 12px; }
.strip__in { display: flex; flex-wrap: wrap; gap: 6px 20px; align-items: center; min-height: 36px; padding-top: 6px; padding-bottom: 6px; }
.strip__in > * { min-width: 0; }
.strip__rate { margin-left: auto; color: var(--gold); white-space: nowrap; }

.hdr {
    position: sticky; top: 0; z-index: 40; background: rgba(250,246,242,.9);
    backdrop-filter: blur(10px); border-bottom: 1px solid transparent; transition: border-color .3s, background .3s;
}
.hdr.is-stuck { border-bottom-color: var(--line); background: rgba(250,246,242,.97); }
.hdr__in { display: flex; align-items: center; gap: 18px; min-height: 72px; }
.hdr__logo { text-decoration: none; flex: 1 1 auto; min-width: 0; }
.hdr__logo img { max-height: 44px; width: auto; }
.hdr__mark { display: flex; flex-direction: column; font-family: var(--serif); line-height: 1.05; min-width: 0; }
.hdr__mark b { font-weight: 400; font-size: 21px; letter-spacing: .01em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.hdr__mark small { font-family: var(--sans); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: var(--gold-dark); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.hdr__nav { display: flex; gap: 26px; margin-left: auto; }
.hdr__nav a { text-decoration: none; font-size: 15px; color: var(--soft); position: relative; padding: 3px 0; }
.hdr__nav a::after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 1px; background: var(--gold); transition: width .3s; }
.hdr__nav a:hover { color: var(--ink); }
.hdr__nav a:hover::after { width: 100%; }
.hdr__shop { color: var(--gold-dark) !important; }
.hdr__act { display: flex; align-items: center; gap: 12px; margin-left: auto; flex: 0 0 auto; }
.hdr__phone { text-decoration: none; font-size: 15px; color: var(--gold-dark); white-space: nowrap; }
.burger { width: 44px; height: 44px; border: 1px solid var(--line); background: var(--white); border-radius: 11px; display: grid; place-content: center; gap: 4px; cursor: pointer; padding: 0; transition: background .25s, border-color .25s; }
.burger:hover { background: var(--ink); border-color: var(--ink); }
.burger span { display: block; width: 18px; height: 1.5px; background: var(--ink); transition: background .25s; }
.burger:hover span { background: var(--gold); }

@media (max-width: 980px) { .hdr__nav { display: none; } }
@media (max-width: 700px) {
    .hdr__phone { display: none; }
    .strip__hide { display: none; }
    .strip__in { font-size: 11px; }
    .hdr__in { gap: 10px; min-height: 64px; }
    .hdr__mark b { font-size: 17px; }
    .hdr__mark small { font-size: 9px; }
    .hdr .btn--sm { padding: 9px 12px; font-size: 12px; }
    .burger { width: 40px; height: 40px; }
}

/* ---------- Чорно-золотий банер ---------- */
.hero { position: relative; background: var(--black); color: var(--cream); overflow: hidden; }
.hero__bg { position: absolute; inset: 0; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; opacity: .34; filter: saturate(.75); }
.hero::before {
    content: ""; position: absolute; inset: 0; z-index: 1;
    background:
        radial-gradient(120% 90% at 78% 12%, rgba(198,161,91,.22) 0%, rgba(198,161,91,0) 58%),
        linear-gradient(180deg, rgba(20,16,13,.86) 0%, rgba(20,16,13,.7) 45%, rgba(20,16,13,.94) 100%);
}
.hero__frame {
    position: absolute; z-index: 2; inset: 18px;
    border: 1px solid var(--gold-soft); border-radius: 4px; pointer-events: none;
}
.hero__frame::before, .hero__frame::after {
    content: ""; position: absolute; width: 34px; height: 34px; border: 1px solid var(--gold);
}
.hero__frame::before { top: -1px; left: -1px; border-right: 0; border-bottom: 0; }
.hero__frame::after { bottom: -1px; right: -1px; border-left: 0; border-top: 0; }

.hero__in { position: relative; z-index: 3; padding: 96px 20px 70px; max-width: 100%; }
.hero__txt { max-width: 720px; }
.hero__txt h1 { color: var(--cream); }
.hero__txt h1::first-line { color: var(--gold); }
.hero__lead { color: rgba(250,246,242,.74); max-width: 52ch; font-size: 16px; }

.ornament { display: flex; align-items: center; gap: 14px; margin: 4px 0 20px; max-width: 320px; }
.ornament span { flex: 1 1 auto; height: 1px; background: linear-gradient(90deg, rgba(198,161,91,0), var(--gold), rgba(198,161,91,0)); }
.ornament em { font-style: normal; color: var(--gold); font-size: 13px; }

.hero__btns { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 26px; }
.hero .btn { background: var(--gold); border-color: var(--gold); color: var(--black); }
.hero .btn:hover { background: var(--cream); border-color: var(--cream); color: var(--black); }
.hero .btn--line { background: transparent; color: var(--cream); border-color: rgba(198,161,91,.5); }
.hero .btn--line:hover { background: var(--gold); border-color: var(--gold); color: var(--black); }

.hero__badge {
    display: inline-flex; align-items: center; gap: 14px; margin-top: 30px;
    border: 1px solid var(--gold-soft); border-radius: 12px; padding: 12px 20px;
    background: rgba(20,16,13,.5);
}
.hero__badge b { font-family: var(--serif); font-size: 30px; line-height: 1; color: var(--gold); }
.hero__badge span { font-size: 12px; color: rgba(250,246,242,.62); }
.rating__stars { color: var(--gold); letter-spacing: 3px; font-size: 13px; }

.hero__marquee { position: relative; z-index: 3; border-top: 1px solid rgba(198,161,91,.22); overflow: hidden; padding: 13px 0; }
.hero__track { display: flex; gap: 42px; width: max-content; animation: drift 36s linear infinite; }
.hero__track span { font-size: 11px; letter-spacing: .28em; text-transform: uppercase; color: rgba(198,161,91,.62); white-space: nowrap; }
@keyframes drift { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .hero__track { animation: none; } }

/* ---------- Sections ---------- */
.sec { padding: 66px 0; }
.sec--tint { background: var(--cream-2); }
.sec__head { display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px 20px; margin-bottom: 28px; }
.sec__more { margin-left: auto; text-decoration: none; color: var(--gold-dark); font-size: 14px; white-space: nowrap; }
.page { padding: 44px 0 66px; }
.page--narrow .wrap { max-width: 560px; }
.crumbs { display: flex; gap: 8px; font-size: 13px; color: var(--mute); margin-bottom: 20px; flex-wrap: wrap; }
.crumbs a { text-decoration: none; color: var(--mute); }

/* ---------- Cards ---------- */
.cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 20px; }
.card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; transition: border-color .25s, transform .3s; }
.card:hover { border-color: var(--gold-soft); transform: translateY(-3px); }
.card__pic { display: block; aspect-ratio: 4 / 3; overflow: hidden; background: var(--cream-2); }
.card__pic img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.3,1); }
.card:hover .card__pic img { transform: scale(1.05); }
.card__b { padding: 16px 18px 18px; display: flex; flex-direction: column; gap: 8px; flex: 1 1 auto; }
.card__b h3 a { text-decoration: none; }
.card__b h3 a:hover { color: var(--gold-dark); }
.card__f { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; margin-top: auto; padding-top: 10px; border-top: 1px solid var(--line-soft); }
.price { font-family: var(--serif); font-size: 24px; color: var(--gold-dark); }
.price i { font-style: normal; font-family: var(--sans); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--mute); margin-right: 3px; }
.price--lg { font-size: 38px; }

/* ---------- Price list ---------- */
.pricegroup { margin-bottom: 40px; }
.price-list { list-style: none; margin: 18px 0 0; padding: 0 4px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.price-list__i { display: flex; align-items: baseline; gap: 12px; padding: 16px 16px; border-top: 1px solid var(--line-soft); }
.price-list__i:first-child { border-top: 0; }
.price-list__n { flex: 0 1 auto; min-width: 0; text-decoration: none; }
.price-list__n b { display: block; font-weight: 500; font-size: 16px; }
.price-list__n span { display: block; font-size: 13px; margin-top: 2px; }
.price-list__n:hover b { color: var(--gold-dark); }
.price-list__lead { flex: 1 1 auto; height: 1px; border-bottom: 1px dotted var(--line); transform: translateY(-4px); min-width: 18px; }
.price-list__d { flex: 0 0 auto; white-space: nowrap; font-size: 13px; }
.price-list__p { flex: 0 0 auto; white-space: nowrap; font-family: var(--serif); font-size: 25px; color: var(--gold-dark); }
.price-list__p i { font-style: normal; font-family: var(--sans); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; color: var(--mute); margin-right: 3px; }
.price-list__p s { font-size: 14px; margin-right: 7px; color: var(--mute); }

/* ---------- Masters, gallery, reviews ---------- */
.masters { display: grid; grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); gap: 20px; }
.master { margin: 0; text-align: center; }
.master__pic { aspect-ratio: 1; border-radius: 50%; overflow: hidden; background: var(--white); margin-bottom: 12px; border: 1px solid var(--line); }
.master__pic img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s; }
.master:hover .master__pic img { transform: scale(1.05); }
.master figcaption b { display: block; font-family: var(--serif); font-size: 21px; font-weight: 500; }
.master figcaption .muted { font-size: 13px; }

.gal { display: grid; grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); gap: 12px; }
.gal__i, .gal__ph { display: block; border-radius: 12px; overflow: hidden; aspect-ratio: 1; background: var(--cream-2); }
.gal__i img, .gal__ph { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.3,1); }
.gal__i:hover img { transform: scale(1.06); }

.revs { display: grid; grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)); gap: 16px; }
.rev { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; }
.rev p { font-family: var(--serif); font-size: 20px; line-height: 1.45; color: var(--ink-2); }
.rev__shot { display: block; margin-bottom: 14px; border-radius: 10px; overflow: hidden; }
.rev footer { display: flex; gap: 10px; align-items: baseline; font-size: 14px; }
.rev footer b { font-weight: 500; }
.rating { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.rating b { font-family: var(--serif); font-size: 32px; color: var(--gold-dark); }
.rating--big { margin: 0 0 26px; }

/* ---------- Альбоми та стрічка інтерʼєру ---------- */
.albums { display: flex; flex-wrap: wrap; gap: 9px; margin: 0 0 26px; }
.albums__t {
    display: inline-flex; align-items: center; gap: 7px; text-decoration: none;
    border: 1px solid var(--line); border-radius: 999px; padding: 9px 17px;
    font-size: 14px; background: var(--white); transition: border-color .2s, background .2s, color .2s;
}
.albums__t i { font-style: normal; font-size: 12px; color: var(--mute); }
.albums__t:hover { border-color: var(--gold); }
.albums__t.is-on { background: var(--ink); border-color: var(--ink); color: var(--cream); }
.albums__t.is-on i { color: var(--gold); }

/* Слайдер фото салону */
.slider { position: relative; }
.slider__vp { overflow: hidden; border-radius: 18px; background: var(--cream); border: 1px solid var(--line); }
.slider__track { display: flex; transition: transform .6s cubic-bezier(.25,.8,.3,1); will-change: transform; }
.slider__s { position: relative; flex: 0 0 100%; aspect-ratio: 16 / 9; }
.slider__s a, .slider__s img { display: block; width: 100%; height: 100%; }
.slider__s img { object-fit: cover; -webkit-user-drag: none; user-select: none; }
.slider__cap {
    position: absolute; left: 0; right: 0; bottom: 0; padding: 34px 22px 16px;
    color: var(--cream); font-size: 15px;
    background: linear-gradient(180deg, rgba(20,16,13,0) 0%, rgba(20,16,13,.72) 100%);
}
.slider__nav {
    position: absolute; top: 50%; transform: translateY(-50%);
    width: 46px; height: 46px; border-radius: 50%; cursor: pointer;
    background: rgba(20,16,13,.55); color: var(--gold); border: 1px solid var(--gold-soft);
    font-size: 22px; line-height: 1; display: grid; place-items: center;
    transition: background .25s, color .25s;
}
.slider__nav:hover { background: var(--gold); color: var(--black); border-color: var(--gold); }
.slider__nav--prev { left: 14px; }
.slider__nav--next { right: 14px; }
.slider.is-single .slider__nav, .slider.is-single .slider__dots { display: none; }
.slider__dots { display: flex; justify-content: center; gap: 8px; margin-top: 16px; }
.slider__dot {
    width: 9px; height: 9px; border-radius: 50%; border: 1px solid var(--gold-dark);
    background: transparent; padding: 0; cursor: pointer; transition: background .25s, transform .25s;
}
.slider__dot.is-on { background: var(--gold-dark); transform: scale(1.25); }
@media (max-width: 620px) {
    .slider__s { aspect-ratio: 4 / 3; }
    .slider__nav { width: 38px; height: 38px; font-size: 19px; }
    .slider__nav--prev { left: 8px; }
    .slider__nav--next { right: 8px; }
}

/* Порівняння до / після */
.compare { position: relative; user-select: none; }
.compare img { width: 100%; height: 100%; object-fit: cover; display: block; }
.compare__before { position: absolute; inset: 0; clip-path: inset(0 50% 0 0); }
.compare__before img { width: 100%; height: 100%; object-fit: cover; }
.compare__line { position: absolute; top: 0; bottom: 0; left: 50%; width: 2px; background: var(--gold); pointer-events: none; transform: translateX(-1px); }
.compare__range {
    position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize;
    -webkit-appearance: none; appearance: none;
}
.compare__tag { position: absolute; bottom: 10px; padding: 4px 9px; border-radius: 999px; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; background: rgba(20,16,13,.62); color: var(--cream); pointer-events: none; }
.compare__tag--l { left: 10px; }
.compare__tag--r { right: 10px; }
.compare__knob {
    position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
    width: 34px; height: 34px; border-radius: 50%; background: var(--gold); color: var(--black);
    display: grid; place-items: center; font-size: 15px; pointer-events: none; opacity: .9;
}
.compare__range { z-index: 3; }

/* Вихідний у виборі дати */
.dates__d.is-closed { opacity: .32; cursor: not-allowed; text-decoration: line-through; }
.dates__d.is-closed:hover { border-color: var(--line); }

.bform__cal { display: inline-block; margin-top: 12px; color: var(--gold-dark); text-decoration: none; border-bottom: 1px solid var(--gold-soft); font-size: 14px; }
.bform__cal[hidden] { display: none; }

.strip__promo { color: var(--gold); text-decoration: none; font-weight: 500; }
.strip__promo:hover { color: var(--cream); }

/* ---------- Booking ---------- */
.book { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 40px; align-items: start; }
.book > *, .contacts > *, .detail > *, .hero__in > * { min-width: 0; }
.book__soc { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 16px; }
.book__form { background: var(--white); border: 1px solid var(--line); border-radius: 18px; padding: 26px; }
.bform__trap { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.bform__row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 14px; }
.bform { min-width: 0; }
.fld { display: block; margin-bottom: 16px; }
.fld > span { display: block; font-size: 13px; color: var(--soft); margin-bottom: 7px; }
.fld input, .fld select, .fld textarea {
    width: 100%; max-width: 100%; border: 1px solid var(--line); border-radius: 10px; padding: 12px 13px;
    font: 400 15px/1.4 var(--sans); background: var(--cream); color: var(--ink); transition: border-color .2s;
}
.fld textarea { resize: vertical; }
.fld input:focus, .fld select:focus, .fld textarea:focus { outline: 0; border-color: var(--gold); background: var(--white); }

.dates { display: flex; gap: 9px; overflow-x: auto; padding-bottom: 6px; max-width: 100%; -webkit-overflow-scrolling: touch; }
.dates__d { flex: 0 0 auto; width: 62px; border: 1px solid var(--line); background: var(--cream); border-radius: 11px; padding: 9px 0; cursor: pointer; font-family: var(--sans); text-align: center; color: var(--ink); transition: border-color .2s, background .2s, color .2s; }
.dates__d b { display: block; font-family: var(--serif); font-size: 21px; font-weight: 500; }
.dates__d small, .dates__d i { display: block; font-size: 11px; color: var(--mute); font-style: normal; }
.dates__d:hover { border-color: var(--gold); }
.dates__d.is-on { background: var(--ink); border-color: var(--ink); color: var(--cream); }
.dates__d.is-on small, .dates__d.is-on i { color: var(--gold); }

.slots { display: flex; flex-wrap: wrap; gap: 8px; max-width: 100%; }
.slot { border: 1px solid var(--line); background: var(--cream); border-radius: 9px; padding: 10px 14px; font: 400 14px var(--sans); cursor: pointer; color: var(--ink); transition: border-color .2s, background .2s, color .2s; }
.slot:hover:not([disabled]) { border-color: var(--gold); }
.slot.is-on { background: var(--gold); border-color: var(--gold); color: var(--black); }
.slot[disabled] { opacity: .32; cursor: not-allowed; text-decoration: line-through; }
.bform__msg { margin-top: 14px; padding: 13px 15px; border-radius: 10px; font-size: 14px; background: #EDF3ED; color: #35603F; }
.bform__msg.is-err { background: #F7EDEC; color: #99392F; }

/* ---------- Contacts, map, detail ---------- */
.contacts { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 34px; align-items: start; }
.contacts__addr { font-family: var(--serif); font-size: 26px; margin-bottom: 4px; }
.map { border-radius: 18px; overflow: hidden; border: 1px solid var(--line); background: var(--white); }
.map iframe { display: block; width: 100%; height: 380px; border: 0; filter: grayscale(.3); }
.map__ph { display: grid; place-items: center; height: 380px; color: var(--mute); font-size: 14px; text-align: center; padding: 22px; }

.detail { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 40px; align-items: start; }
.detail__pic img { border-radius: 18px; width: 100%; }
.detail__meta { display: flex; align-items: baseline; gap: 18px; margin: 16px 0 22px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.detail__desc { color: var(--soft); margin-bottom: 24px; }
.lead { font-family: var(--serif); font-size: 21px; line-height: 1.45; color: var(--ink-2); }

/* ---------- Hamburger panel ---------- */
.panel { position: fixed; inset: 0; z-index: 60; background: var(--black); color: var(--cream); overflow-y: auto; }
.panel[hidden] { display: none; }
.panel__in { max-width: 800px; margin: 0 auto; padding: 22px 20px 64px; }
.panel__head { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding-bottom: 18px; border-bottom: 1px solid rgba(198,161,91,.24); font-family: var(--serif); font-size: 21px; }
.panel__head b { font-weight: 400; min-width: 0; overflow-wrap: anywhere; }
.panel__x { background: none; border: 0; color: var(--gold); font-size: 21px; cursor: pointer; line-height: 1; }
.panel__nav { display: flex; flex-wrap: wrap; gap: 22px; padding: 18px 0; border-bottom: 1px solid rgba(198,161,91,.24); }
.panel__nav a { color: rgba(250,246,242,.78); text-decoration: none; font-size: 15px; }
.panel__nav a:hover { color: var(--gold); }
.panel__services h3 { font-family: var(--sans); font-size: 11px; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); margin: 26px 0 4px; font-weight: 600; }
.pgroup h4 { font-family: var(--serif); font-weight: 400; font-size: 24px; color: var(--cream); margin: 22px 0 4px; }
.plist { list-style: none; margin: 0; padding: 0; }
.plist__i { display: flex; align-items: center; gap: 14px; padding: 13px 0; border-top: 1px solid rgba(250,246,242,.1); }
.plist__name { flex: 1 1 auto; min-width: 0; text-decoration: none; color: var(--cream); font-size: 16px; }
.plist__name small { display: block; color: rgba(250,246,242,.42); font-size: 12px; margin-top: 2px; }
.plist__name:hover { color: var(--gold); }
.plist__price { white-space: nowrap; font-family: var(--serif); font-size: 21px; color: var(--gold); }
.plist__price i { font-style: normal; font-family: var(--sans); font-size: 11px; color: rgba(250,246,242,.45); margin-right: 3px; }
.plist__go { background: transparent; color: var(--cream); border: 1px solid rgba(198,161,91,.45); border-radius: 9px; padding: 9px 14px; font: 500 12px/1 var(--sans); cursor: pointer; white-space: nowrap; transition: background .25s, color .25s; }
.plist__go:hover { background: var(--gold); border-color: var(--gold); color: var(--black); }
.panel__foot { margin-top: 30px; padding-top: 20px; border-top: 1px solid rgba(198,161,91,.24); }
.panel__foot .muted { color: rgba(250,246,242,.5); }
.panel__link { color: var(--gold); text-decoration: none; font-family: var(--serif); font-size: 25px; }
.panel__soc { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 12px; }
.panel__soc a { color: var(--gold); text-decoration: none; font-size: 14px; }
.panel .btn--ghost, .panel .btn--line { color: var(--cream); border-color: rgba(198,161,91,.45); margin-bottom: 16px; }

/* ---------- Footer ---------- */
.ftr { background: var(--black); color: rgba(250,246,242,.68); padding: 56px 0 22px; }
.ftr__in { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 30px; }
.ftr__col h4 { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); margin: 0 0 12px; font-weight: 600; }
.ftr__col a { display: block; color: rgba(250,246,242,.85); text-decoration: none; font-size: 15px; margin-bottom: 7px; transition: color .2s; }
.ftr__col a:hover { color: var(--gold); }
.ftr__col .muted { color: rgba(250,246,242,.45); }
.ftr__name { display: block; font-family: var(--serif); font-size: 25px; color: var(--cream); margin-bottom: 8px; }
.ftr .btn--ghost, .ftr .btn--line { color: var(--cream); border-color: rgba(198,161,91,.4); margin-top: 6px; }
.ftr__bottom { display: flex; justify-content: space-between; gap: 12px; padding-top: 20px; margin-top: 38px; border-top: 1px solid rgba(198,161,91,.2); }
.ftr__bottom .muted { color: rgba(250,246,242,.4); font-size: 13px; }

/* ---------- Floating buttons ---------- */
.fab { position: fixed; right: 18px; bottom: 18px; z-index: 50; display: flex; flex-direction: column; gap: 10px; align-items: flex-end; }
.fab__b { width: 50px; height: 50px; border-radius: 50%; border: 0; cursor: pointer; display: grid; place-items: center; text-decoration: none; font-size: 17px; box-shadow: 0 8px 22px rgba(20,16,13,.24); font-family: var(--sans); transition: transform .25s; }
.fab__b:hover { transform: translateY(-2px); }
.fab__b--viber { background: #7360F2; color: #fff; }
.fab__b--wa { background: #25D366; color: #08331A; }
.fab__b--tel { background: var(--white); color: var(--ink); }
.fab__b--book { background: var(--black); color: var(--gold); border: 1px solid var(--gold-soft); width: auto; height: 50px; padding: 0 22px; border-radius: 999px; font-size: 13px; letter-spacing: .06em; }

/* ---------- Modal + lightbox ---------- */
.modal { position: fixed; inset: 0; z-index: 70; background: rgba(20,16,13,.6); overflow-y: auto; padding: 26px 14px; backdrop-filter: blur(3px); }
.modal[hidden] { display: none; }
.modal__box { position: relative; background: var(--cream); border-radius: 18px; max-width: 630px; margin: 0 auto; padding: 30px 26px 26px; min-width: 0; overflow: hidden; }
.modal__x { position: absolute; top: 14px; right: 16px; background: none; border: 0; font-size: 20px; cursor: pointer; color: var(--soft); line-height: 1; }
.lightbox { position: fixed; inset: 0; z-index: 90; background: rgba(14,11,9,.93); display: grid; place-items: center; padding: 22px; cursor: zoom-out; }
.lightbox img { max-width: 100%; max-height: 90vh; border-radius: 8px; }

.auth { max-width: 460px; }

@media (max-width: 880px) {
    .hero__in { padding: 62px 20px 48px; }
    .hero__frame { inset: 12px; }
    .book, .contacts, .detail { grid-template-columns: 1fr; gap: 28px; }
    .ftr__in { grid-template-columns: 1fr 1fr; gap: 24px; }
    .sec { padding: 46px 0; }
    .bform__row { grid-template-columns: 1fr; }
    .book__form { padding: 20px 18px; }
    .price-list__i { flex-wrap: wrap; }
    .price-list__lead { display: none; }
    .price-list__p { margin-left: auto; }
    .fab__b--book { display: none; }
    .map iframe, .map__ph { height: 290px; }
}
