:root {
    --ink: #090909;
    --ink-soft: #141311;
    --charcoal: #1d1b18;
    --paper: #eee9df;
    --paper-deep: #ded6ca;
    --white: #fffdf8;
    --muted: #aaa39a;
    --gold: #b7864f;
    --gold-light: #d1a66f;
    --line: rgba(255, 255, 255, .14);
    --line-dark: rgba(10, 10, 10, .16);
    --radius: 18px;
    --radius-card: 32px;
    --radius-panel: 40px;
    --radius-control: 18px;
    --shell: min(1280px, calc(100vw - 64px));
    --header-h: 88px;
    --wp-admin-bar-h: 0px;
    --ease: cubic-bezier(.22, 1, .36, 1);
    --serif: Iowan Old Style, Baskerville, Times New Roman, serif;
    --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scrollbar-color: var(--gold) var(--ink); }
body {
    margin: 0;
    background: var(--ink);
    color: var(--white);
    font-family: var(--sans);
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
body.menu-open, body.dialog-open { overflow: hidden; }
body.admin-bar { --wp-admin-bar-h: 32px; }
[hidden] { display: none !important; }
img { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { color: inherit; font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
a { color: inherit; text-decoration: none; }
button { border: 0; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only, .honeypot { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.skip-link { position: fixed; z-index: 99999; top: 12px; left: 12px; padding: 12px 18px; background: var(--white); color: var(--ink); transform: translateY(-160%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 4px; }
.icon { width: 1.2em; height: 1.2em; flex: none; }
.scroll-progress { position: fixed; z-index: 9800; top: var(--wp-admin-bar-h); right: 0; left: 0; height: 3px; background: var(--gold-light); pointer-events: none; transform: scaleX(0); transform-origin: left; will-change: transform; }

.btn {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 13px 22px;
    border: 1px solid transparent;
    border-radius: 999px;
    cursor: pointer;
    font-size: .76rem;
    font-weight: 750;
    letter-spacing: .08em;
    line-height: 1.2;
    text-transform: uppercase;
    transition: color .25s, background .25s, border-color .25s, transform .25s;
}
.btn:hover { transform: translateY(-2px); }
.btn--large { min-height: 60px; padding: 17px 28px; }
.btn--gold { background: var(--gold); color: #0b0907; }
.btn--gold:hover { background: var(--gold-light); }
.btn--outline, .btn--ghost { border-color: currentColor; background: transparent; }
.btn--outline:hover, .btn--ghost:hover { background: currentColor; color: var(--ink); }
.btn--dark { background: var(--ink); color: var(--white); }
.btn--booksy { background: #00a37a; color: #fff; }
.eyebrow { display: inline-flex; align-items: center; gap: 12px; color: var(--gold); font-size: .7rem; font-weight: 750; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow::before { width: 30px; height: 1px; background: currentColor; content: ""; }
.section { position: relative; padding: clamp(96px, 10vw, 160px) 0; }
.section--light { background: var(--paper); color: var(--ink); }
.section--paper { background: #e7e0d5; color: var(--ink); }
.section-heading { margin-bottom: clamp(48px, 6vw, 88px); }
.section-heading--split { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(260px, .65fr); gap: clamp(40px, 8vw, 140px); align-items: end; }
.section-heading h2, .services-intro h2, .why-title h2, .reviews-heading h2, .atmosphere-copy h2, .final-cta h2 {
    max-width: 900px;
    margin: 18px 0 0;
    font-size: clamp(3rem, 6.4vw, 6.8rem);
    font-weight: 720;
    letter-spacing: -.065em;
    line-height: .88;
    text-transform: uppercase;
}
.section-heading h2 em, .services-intro h2 em, .why-title h2 em, .reviews-heading h2 em, .atmosphere-copy h2 em, .final-cta h2 em { color: var(--gold); font-family: var(--serif); font-weight: 400; text-transform: none; }
.section-heading > p { max-width: 440px; margin: 0 0 4px; color: currentColor; opacity: .68; }

/* Header */
.site-header { position: fixed; z-index: 1000; top: var(--wp-admin-bar-h); right: 0; left: 0; height: var(--header-h); border-bottom: 1px solid transparent; transition: background .3s, border-color .3s, transform .3s; }
.site-header.is-scrolled { border-color: var(--line); background: rgba(9, 9, 9, .9); -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 26px; }
.brand { width: 94px; height: 68px; display: grid; place-items: center; flex: none; }
.brand-logo { width: 92px; height: 72px; object-fit: contain; }
.desktop-nav { margin-left: auto; }
.nav-list { display: flex; align-items: center; gap: clamp(17px, 2.1vw, 34px); margin: 0; padding: 0; list-style: none; }
.nav-list a { position: relative; color: rgba(255, 255, 255, .76); font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.nav-list a::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 1px; background: var(--gold); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.nav-list a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-salon { max-width: 150px; display: flex; align-items: center; gap: 8px; padding: 8px; background: transparent; color: var(--gold-light); cursor: pointer; font-size: .67rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.header-salon span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.header-book { min-height: 46px; padding: 10px 17px; }
.menu-toggle { width: 48px; height: 48px; display: none; place-items: center; background: transparent; cursor: pointer; }
.menu-toggle .icon { width: 27px; height: 27px; }
.menu-icon-close { display: none; }
.menu-toggle[aria-expanded="true"] .menu-icon-open { display: none; }
.menu-toggle[aria-expanded="true"] .menu-icon-close { display: block; }
.mobile-menu { position: fixed; z-index: 999; top: calc(var(--header-h) + var(--wp-admin-bar-h)); right: 0; bottom: 0; left: 0; padding: 50px 32px 100px; background: rgba(9, 9, 9, .98); overflow: auto; }
.mobile-menu nav { display: flex; flex-direction: column; }
.mobile-menu nav a, .mobile-menu-salon { padding: 16px 0; border-bottom: 1px solid var(--line); background: transparent; color: inherit; font-size: clamp(1.5rem, 6vw, 2.2rem); font-weight: 650; letter-spacing: -.04em; text-align: left; cursor: pointer; }
.mobile-menu .btn { width: 100%; margin-top: 34px; }

/* Animated salon gateway */
body.gateway-open { overflow: hidden; }
.salon-gateway { --gateway-x: 50vw; --gateway-y: 50vh; position: fixed; z-index: 9000; inset: 0; display: grid; background: #080706; color: var(--white); overflow: hidden; isolation: isolate; }
.salon-gateway::before { position: absolute; z-index: -1; inset: 0; background: radial-gradient(520px circle at var(--gateway-x) var(--gateway-y), rgba(209, 166, 111, .12), transparent 65%); content: ""; pointer-events: none; }
.salon-gateway-media { position: absolute; z-index: -4; inset: 0; opacity: .22; }
.salon-gateway-media::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5, 5, 5, .98), rgba(5, 5, 5, .72) 52%, rgba(5, 5, 5, .94)), linear-gradient(0deg, #080706 0%, transparent 62%); content: ""; }
.salon-gateway-media img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.045); transition: transform 1.8s var(--ease); }
.salon-gateway.is-ready .salon-gateway-media img { transform: scale(1); }
.salon-gateway-glow { position: absolute; z-index: -2; top: -24%; left: 42%; width: 54vw; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(183, 134, 79, .13), transparent 68%); animation: gatewayGlow 7s ease-in-out infinite alternate; }
.salon-gateway-orbit { position: absolute; z-index: -1; border: 1px solid rgba(209, 166, 111, .14); border-radius: 50%; animation: gatewayOrbit 22s linear infinite; }
.salon-gateway-orbit--one { width: 58vw; height: 58vw; right: -24vw; top: -30vw; box-shadow: 0 0 0 80px rgba(209, 166, 111, .015), 0 0 0 160px rgba(209, 166, 111, .01); }
.salon-gateway-orbit--two { width: 32vw; height: 32vw; bottom: -23vw; left: -8vw; animation-direction: reverse; animation-duration: 16s; }
.salon-gateway-inner { width: min(1420px, calc(100% - 80px)); min-height: 100dvh; display: grid; grid-template-rows: auto minmax(0, 1fr) auto; gap: clamp(20px, 3vh, 34px); margin: auto; padding: clamp(22px, 3.4vh, 46px) 0 22px; }
.salon-gateway-head { display: grid; grid-template-columns: 112px minmax(0, 1fr); gap: clamp(26px, 4vw, 62px); align-items: center; opacity: 0; transform: translateY(-25px); transition: opacity .8s .12s, transform .8s .12s var(--ease); }
.salon-gateway.is-ready .salon-gateway-head { opacity: 1; transform: none; }
.salon-gateway-head > img { width: 104px; height: 104px; object-fit: contain; }
.salon-gateway-head span { color: var(--gold-light); font-size: .68rem; font-weight: 750; letter-spacing: .17em; text-transform: uppercase; }
.salon-gateway-head h2 { max-width: 1080px; margin: 6px 0 0; font-size: clamp(3rem, 5.7vw, 6.6rem); letter-spacing: -.07em; line-height: .88; text-wrap: balance; text-transform: uppercase; }
.salon-gateway-head h2 em { color: var(--gold-light); font-family: var(--serif); font-weight: 400; text-transform: none; }
.salon-gateway-title p { max-width: 580px; margin: 10px 0 0; color: rgba(255, 255, 255, .58); font-size: .82rem; }
.salon-gateway-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(14px, 2vw, 28px); align-items: center; }
.salon-gateway-options button { --gateway-rx: 0deg; --gateway-ry: 0deg; --gateway-lift: 0px; --gateway-scale: 1; --spot-x: 50%; --spot-y: 50%; min-height: clamp(250px, 37vh, 390px); position: relative; isolation: isolate; display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(24px, 2.8vw, 40px); border: 1px solid rgba(255, 255, 255, .2); border-radius: var(--radius-card); background: rgba(13, 13, 13, .72); color: var(--white); text-align: left; cursor: pointer; overflow: hidden; opacity: 0; transform: perspective(1100px) translateY(58px) scale(.95); box-shadow: 0 28px 70px rgba(0, 0, 0, .24); transition: opacity .72s calc(.22s + var(--gateway-delay)), transform .72s calc(.22s + var(--gateway-delay)) var(--ease), border-color .3s, box-shadow .35s; will-change: transform; }
.salon-gateway.is-ready .salon-gateway-options button { opacity: 1; transform: perspective(1100px) rotateX(var(--gateway-rx)) rotateY(var(--gateway-ry)) translateY(var(--gateway-lift)) scale(var(--gateway-scale)); }
.salon-gateway.is-interactive .salon-gateway-options button { transition-delay: 0s; }
.salon-gateway-options button::before { position: absolute; z-index: -1; inset: 0; background: radial-gradient(360px circle at var(--spot-x) var(--spot-y), rgba(209, 166, 111, .28), transparent 58%), linear-gradient(0deg, rgba(5, 5, 5, .97) 0%, rgba(5, 5, 5, .35) 65%, rgba(5, 5, 5, .12)); content: ""; transition: background .3s; }
.salon-gateway-options button:hover, .salon-gateway-options button:focus-visible { --gateway-lift: -9px; --gateway-scale: 1.012; z-index: 2; border-color: var(--gold-light); box-shadow: 0 38px 90px rgba(0, 0, 0, .42), 0 0 0 1px rgba(209, 166, 111, .16); }
.salon-gateway-options button.is-selected { border-color: rgba(209, 166, 111, .72); }
.gateway-option-media { position: absolute; z-index: -2; inset: 0; }
.gateway-option-media img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.75) saturate(.65); transform: scale(1.04); transition: filter .5s, transform .9s var(--ease); }
.salon-gateway-options button:hover .gateway-option-media img, .salon-gateway-options button:focus-visible .gateway-option-media img { filter: grayscale(.1) saturate(.9); transform: scale(1); }
.gateway-option-number { position: absolute; top: 28px; left: 32px; color: var(--gold-light); font-family: var(--serif); font-size: .85rem; }
.gateway-option-copy { position: relative; display: flex; flex-direction: column; }
.gateway-option-copy small { color: var(--gold-light); font-size: .65rem; font-weight: 750; letter-spacing: .15em; text-transform: uppercase; }
.gateway-option-copy strong { max-width: 100%; margin: 6px 0 12px; font-size: clamp(2.1rem, 3.2vw, 4rem); letter-spacing: -.075em; line-height: .9; white-space: nowrap; text-transform: uppercase; }
.gateway-option-copy > span { color: rgba(255, 255, 255, .62); font-size: .8rem; }
.salon-gateway-options button > i { width: 48px; height: 48px; position: absolute; top: 25px; right: 28px; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, .35); border-radius: 50%; transition: color .3s, background .3s, transform .4s; }
.salon-gateway-options button:hover > i { background: var(--gold-light); color: var(--ink); transform: rotate(-35deg); }
.salon-gateway footer { display: flex; justify-content: space-between; gap: 30px; color: rgba(255, 255, 255, .45); font-size: .61rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; opacity: 0; transition: opacity .7s .8s; }
.salon-gateway.is-ready footer { opacity: 1; }
.salon-gateway.is-leaving { pointer-events: none; animation: gatewayExit .85s var(--ease) forwards; }
.salon-gateway.is-leaving .salon-gateway-options button:not(.is-chosen) { opacity: 0; transform: translateY(55px) scale(.9); transition-delay: 0s; }
.salon-gateway.is-leaving .salon-gateway-options button.is-chosen { z-index: 3; border-color: var(--gold-light); transform: scale(1.08); }
@keyframes gatewayOrbit { to { transform: rotate(360deg); } }
@keyframes gatewayGlow { to { transform: translate3d(-7%, 9%, 0) scale(1.12); opacity: .65; } }
@keyframes gatewayExit { 45% { clip-path: inset(0 0 0 0 round 0); } 100% { clip-path: inset(0 0 100% 0 round 0 0 44px 44px); opacity: .15; } }

/* Hero */
.hero { min-height: 100svh; position: relative; display: flex; align-items: flex-end; padding: calc(var(--header-h) + 60px) 0 72px; overflow: hidden; background: #090909; }
.hero::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7, 7, 7, .97) 0%, rgba(7, 7, 7, .82) 38%, rgba(7, 7, 7, .2) 70%, rgba(7, 7, 7, .6) 100%), linear-gradient(0deg, rgba(7, 7, 7, .83), transparent 45%); content: ""; }
.hero-media { position: absolute; inset: 0; background: #070707; }
.hero-media > img { width: 100%; height: 100%; object-fit: cover; object-position: center; animation: heroZoom 1.8s var(--ease) both; }
.hero-media.has-video > img { visibility: hidden; opacity: 0; }
.hero-background-video { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: center; opacity: 0; pointer-events: none; transition: opacity 1s ease; }
.hero-background-video.is-ready { opacity: 1; }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1fr) 180px; gap: 60px; align-items: end; }
.hero-copy { max-width: 840px; }
.hero-kicker { display: flex; align-items: center; gap: 12px; color: var(--gold-light); font-size: .69rem; font-weight: 750; letter-spacing: .18em; text-transform: uppercase; }
.hero-kicker span { width: 34px; height: 1px; background: currentColor; }
.hero h1 { margin: 38px 0 25px; font-size: clamp(4.15rem, 8.2vw, 9rem); font-weight: 760; letter-spacing: -.075em; line-height: .79; text-transform: uppercase; }
.hero h1 em { color: var(--gold-light); font-family: var(--serif); font-weight: 400; text-transform: none; }
.hero-copy > p { max-width: 650px; margin: 0; color: rgba(255, 255, 255, .74); font-size: clamp(1rem, 1.5vw, 1.2rem); }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 34px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; font-size: .73rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.text-link span { color: var(--gold); font-size: 1.2rem; }
.rating-pill { width: fit-content; display: flex; align-items: center; gap: 10px; margin-top: 28px; padding: 8px 12px; border: 1px solid var(--line); background: rgba(0, 0, 0, .28); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); font-size: .75rem; }
.rating-stars { color: var(--gold-light); letter-spacing: .05em; }
.rating-pill strong { font-size: .95rem; }
.rating-pill small { color: var(--muted); }
.verified-dot { display: inline-flex; align-items: center; gap: 5px; padding-left: 8px; border-left: 1px solid var(--line); color: #d8d3ca; }
.verified-dot .icon { color: #25b786; }
.hero-side { padding-bottom: 10px; writing-mode: vertical-rl; transform: rotate(180deg); color: rgba(255, 255, 255, .58); }
.hero-side-line { display: flex; align-items: center; gap: 13px; font-size: .68rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.hero-side-line::after { width: 1px; height: 60px; background: var(--gold); content: ""; }
.hero-side p { max-height: 230px; margin: 24px 0 0; font-size: .68rem; letter-spacing: .09em; text-transform: uppercase; }
.hero-scroll { position: absolute; z-index: 3; right: 32px; bottom: 30px; width: 44px; height: 66px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 40px; }
.hero-scroll span { width: 4px; height: 4px; background: var(--gold-light); border-radius: 50%; animation: scrollDot 1.8s infinite; }
@keyframes heroZoom { from { transform: scale(1.035); } to { transform: scale(1); } }
@keyframes scrollDot { 0% { transform: translateY(-14px); opacity: 0; } 30% { opacity: 1; } 100% { transform: translateY(15px); opacity: 0; } }

/* Salon selector */
.salon-selector { overflow: hidden; background: var(--ink-soft); }
.salon-selector::before { position: absolute; right: -12vw; bottom: -28vw; width: 55vw; height: 55vw; border: 1px solid rgba(183, 134, 79, .12); border-radius: 50%; box-shadow: 0 0 0 80px rgba(183, 134, 79, .025), 0 0 0 160px rgba(183, 134, 79, .018); content: ""; }
.salon-cards { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: var(--radius-card); overflow: hidden; }
.salon-card { min-height: 330px; position: relative; padding: 32px; background: transparent; color: var(--white); text-align: left; cursor: pointer; overflow: hidden; transition: background .35s, color .35s, transform .45s var(--ease); }
.salon-card + .salon-card { border-left: 1px solid var(--line); }
.salon-card::before { position: absolute; inset: 0; background: linear-gradient(145deg, transparent 30%, rgba(183, 134, 79, .16)); content: ""; opacity: 0; transition: opacity .35s; }
.salon-card:hover::before, .salon-card.is-selected::before { opacity: 1; }
.salon-card:hover { transform: translateY(-5px); }
.salon-card.is-selected { background: var(--gold); color: var(--ink); }
.salon-number { position: absolute; top: 24px; right: 26px; color: var(--gold); font-family: var(--serif); font-size: 1rem; }
.salon-card.is-selected .salon-number { color: var(--ink); }
.salon-card-body { position: absolute; right: 32px; bottom: 34px; left: 32px; display: flex; flex-direction: column; }
.salon-card-body small { color: var(--gold-light); font-size: .67rem; font-weight: 750; letter-spacing: .18em; text-transform: uppercase; }
.salon-card.is-selected .salon-card-body small { color: var(--ink); }
.salon-card-body strong { margin-top: 8px; font-size: clamp(2.1rem, 4vw, 4.1rem); letter-spacing: -.06em; line-height: .9; text-transform: uppercase; }
.salon-card-body > span { margin-top: 18px; opacity: .65; font-size: .82rem; }
.salon-card-action { position: absolute; top: 28px; left: 28px; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; transform: rotate(-35deg); }
.salon-selected-mark { position: absolute; top: 29px; left: 84px; display: none; align-items: center; gap: 5px; font-size: .65rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.salon-card.is-selected .salon-selected-mark { display: flex; }
.salon-confirm { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-top: 12px; padding: 26px 30px; border: 1px solid var(--gold); border-radius: var(--radius-card); background: rgba(183, 134, 79, .07); }
.salon-confirm[hidden] { display: none; }
.salon-confirm > span { display: grid; grid-template-columns: auto 1fr; column-gap: 12px; align-items: center; }
.salon-confirm > span .icon { grid-row: 1 / 3; color: var(--gold); }
.salon-confirm b { font-size: 1.1rem; }
.salon-confirm small { color: var(--muted); }

/* Before and after */
.before-after { overflow: hidden; isolation: isolate; }
.before-after::before { width: 720px; height: 720px; position: absolute; z-index: 0; top: 6%; left: 50%; border-radius: 50%; background: radial-gradient(circle, rgba(183, 134, 79, .16), rgba(183, 134, 79, .04) 38%, transparent 70%); content: ""; pointer-events: none; transform: translateX(-50%); animation: baGlowDrift 8s ease-in-out infinite alternate; }
.before-after > * { position: relative; z-index: 1; }
.ba-viewport { width: var(--shell); margin-inline: auto; overflow-x: auto; scrollbar-width: none; scroll-snap-type: x mandatory; }
.ba-viewport::-webkit-scrollbar { display: none; }
.ba-track { width: 100%; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(14px, 1.55vw, 22px); }
.ba-card { --position: 50%; width: 100%; height: clamp(480px, 39vw, 560px); position: relative; min-width: 0; overflow: hidden; border: 1px solid rgba(183, 134, 79, .18); border-radius: var(--radius-card); background: var(--ink); color: var(--white); box-shadow: 0 22px 55px rgba(24, 18, 12, .16); container-type: inline-size; scroll-snap-align: center; transition: transform .55s var(--ease), box-shadow .55s var(--ease), border-color .35s; }
.ba-card::after { position: absolute; z-index: 3; inset: 0; background: linear-gradient(110deg, transparent 25%, rgba(255, 255, 255, .13) 46%, transparent 64%); content: ""; opacity: 0; pointer-events: none; transform: translateX(-135%) skewX(-12deg); transition: opacity .2s; }
.ba-card:hover { border-color: rgba(183, 134, 79, .52); transform: translateY(-8px); box-shadow: 0 32px 70px rgba(24, 18, 12, .23), 0 0 0 1px rgba(183, 134, 79, .08); }
.ba-card:hover::after, .ba-card:focus-within::after { opacity: 1; animation: baSheen .9s var(--ease) both; }
.ba-card.is-dragging { border-color: var(--gold); transform: translateY(-5px) scale(1.008); box-shadow: 0 34px 80px rgba(24, 18, 12, .3), 0 0 0 3px rgba(183, 134, 79, .12); }
.ba-image { position: absolute; inset: 0 0 68px; overflow: hidden; }
.ba-image img { width: 100%; height: 100%; object-fit: cover; transition: filter .45s, transform .8s var(--ease); }
.ba-card:hover .ba-image img, .ba-card:focus-within .ba-image img { transform: scale(1.018); }
.ba-image--before { width: var(--position); border-right: 1px solid rgba(255, 255, 255, .8); }
.ba-image--before img { width: 410px; width: 100cqw; max-width: none; filter: saturate(.65); }
.ba-card input[type="range"] { position: absolute; z-index: 4; inset: 0 0 68px; width: 100%; height: calc(100% - 68px); margin: 0; opacity: 0; cursor: ew-resize; }
.ba-divider { position: absolute; z-index: 3; top: 0; bottom: 68px; left: var(--position); width: 1px; pointer-events: none; }
.ba-divider i { width: 42px; height: 42px; position: absolute; top: 50%; left: 50%; display: grid; place-items: center; background: var(--gold); border: 5px solid rgba(255, 255, 255, .22); border-radius: 50%; transform: translate(-50%, -50%); animation: baHandlePulse 2.8s ease-in-out infinite; }
.ba-card.is-dragging .ba-divider i { background: var(--gold-light); box-shadow: 0 0 0 10px rgba(183, 134, 79, .2); transform: translate(-50%, -50%) scale(1.1); }
.ba-divider .icon { color: var(--ink); transform: rotate(180deg); }
.ba-label { position: absolute; z-index: 2; top: 18px; padding: 5px 9px; background: rgba(0, 0, 0, .6); font-size: .63rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.ba-label--before { left: 18px; }
.ba-label--after { right: 18px; }
.ba-card footer { position: absolute; right: 0; bottom: 0; left: 0; height: 68px; display: flex; align-items: center; gap: 17px; padding: 0 20px; background: var(--ink); }
.ba-card footer span { color: var(--gold); font-family: var(--serif); }
.ba-card footer strong { font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.carousel-controls { display: flex; align-items: center; justify-content: center; gap: 16px; margin-top: 32px; }
.carousel-controls button { width: 48px; height: 48px; border: 1px solid var(--line-dark); border-radius: 50%; background: transparent; cursor: pointer; transition: color .25s, background .25s, transform .25s; }
.carousel-controls button:hover { background: var(--ink); color: var(--white); transform: scale(1.07); }
.carousel-controls span { color: rgba(0, 0, 0, .55); font-size: .67rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
@keyframes baGlowDrift { to { transform: translate3d(-45%, 6%, 0) scale(1.12); opacity: .7; } }
@keyframes baSheen { from { transform: translateX(-135%) skewX(-12deg); } to { transform: translateX(135%) skewX(-12deg); } }

/* Services */
.services { overflow: hidden; }
.services::before { width: 580px; height: 580px; position: absolute; top: 8%; left: -340px; border: 1px solid rgba(183, 134, 79, .13); border-radius: 50%; box-shadow: 0 0 0 85px rgba(183, 134, 79, .025), 0 0 0 170px rgba(183, 134, 79, .018); content: ""; pointer-events: none; }
.services-layout { position: relative; }
.services-intro { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(290px, .62fr); column-gap: clamp(42px, 7vw, 110px); row-gap: 28px; align-items: end; }
.services-heading-block { min-width: 0; }
.services-intro h2 { font-size: clamp(3rem, 5.5vw, 5.8rem); }
.services-intro > p { max-width: 470px; margin: 0 0 8px; color: rgba(255, 255, 255, .6); }
.services-intro > .btn { justify-self: start; }
.service-salon-picker { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(12px, 1.7vw, 22px); margin: 12px 0 0; }
.service-salon-tab { min-height: 176px; position: relative; isolation: isolate; display: flex; align-items: flex-end; padding: 24px 68px 24px 24px; border: 1px solid rgba(255, 255, 255, .17); border-radius: var(--radius-card); background: #151412; color: var(--white); cursor: pointer; overflow: hidden; text-align: left; box-shadow: 0 18px 45px rgba(0, 0, 0, .16); transition: border-color .25s, transform .3s var(--ease), box-shadow .3s, background .3s; }
.service-salon-tab::after { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(8, 8, 8, .98) 0%, rgba(8, 8, 8, .78) 56%, rgba(8, 8, 8, .22)); content: ""; }
.service-salon-tab:hover, .service-salon-tab:focus-visible { border-color: rgba(209, 166, 111, .65); transform: translateY(-2px); box-shadow: 0 22px 52px rgba(0, 0, 0, .28); }
.service-salon-tab.is-active { border-color: var(--gold-light); background: #261b11; box-shadow: inset 0 0 0 1px rgba(209, 166, 111, .38), 0 20px 55px rgba(0, 0, 0, .28); }
.service-salon-media { position: absolute; z-index: -2; inset: 0; }
.service-salon-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: grayscale(1); opacity: .72; transform: scale(1.025); transition: filter .4s, transform .7s var(--ease), opacity .4s; }
.service-salon-tab:hover .service-salon-media img, .service-salon-tab.is-active .service-salon-media img { filter: grayscale(.2); opacity: .92; transform: scale(1); }
.service-salon-copy { position: relative; display: flex; flex-direction: column; }
.service-salon-copy small { color: var(--gold-light); font-size: .57rem; font-weight: 750; letter-spacing: .15em; text-transform: uppercase; }
.service-salon-copy strong { margin: 3px 0; font-size: clamp(1.5rem, 2.4vw, 2.45rem); letter-spacing: -.055em; line-height: .95; text-transform: uppercase; }
.service-salon-copy > span { color: rgba(255, 255, 255, .58); font-size: .62rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.service-salon-tab > i { width: 38px; height: 38px; position: absolute; right: 16px; bottom: 16px; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, .35); border-radius: 50%; transform: rotate(-35deg); transition: color .25s, background .25s, transform .3s; }
.service-salon-tab.is-active > i, .service-salon-tab:hover > i { background: var(--gold-light); color: var(--ink); transform: rotate(0); }
.service-stage { margin-top: 34px; border: 1px solid rgba(255, 255, 255, .16); border-radius: var(--radius-card); background: linear-gradient(145deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .018)); box-shadow: 0 35px 90px rgba(0, 0, 0, .24); overflow: hidden; }
.service-stage-head { min-height: 112px; display: flex; align-items: flex-end; justify-content: space-between; gap: 25px; padding: 25px 28px 22px; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 85% -20%, rgba(183, 134, 79, .22), transparent 50%); }
.service-stage-head small { color: var(--gold-light); font-size: .6rem; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.service-stage-head h3 { margin: 3px 0 0; font-size: clamp(2rem, 3.6vw, 3.35rem); letter-spacing: -.055em; line-height: .95; text-transform: uppercase; }
.service-stage-head > span { max-width: 180px; color: rgba(255, 255, 255, .5); font-size: .65rem; text-align: right; }
.service-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; padding: 12px; }
.service-row { position: relative; isolation: isolate; display: grid; grid-template-columns: 38px minmax(0, 1fr) 44px; grid-template-rows: auto auto; gap: 10px 14px; align-items: center; min-height: 132px; padding: 18px; border: 1px solid rgba(255, 255, 255, .1); border-radius: var(--radius-control); background: rgba(255, 255, 255, .018); transition: opacity .25s, border-color .3s, background .3s, transform .35s var(--ease), box-shadow .35s; }
.service-row::after { display: none; }
.service-row:hover { z-index: 2; border-color: rgba(183, 134, 79, .5); background: rgba(183, 134, 79, .12); transform: translateY(-3px); box-shadow: 0 18px 44px rgba(0, 0, 0, .22); }
.service-row[hidden] { display: none; }
.service-stage.is-refreshing .service-stage-head, .service-stage.is-refreshing .service-row:not([hidden]) { animation: serviceReveal .58s var(--ease) both; }
.service-stage.is-refreshing .service-row:not([hidden]):nth-child(2n) { animation-delay: .035s; }
@keyframes serviceReveal { from { opacity: .18; transform: translateY(13px); } to { opacity: 1; transform: none; } }
.service-index { width: 34px; height: 34px; grid-row: 1 / 3; display: grid; place-items: center; border: 1px solid rgba(183, 134, 79, .4); border-radius: 50%; color: var(--gold-light); font-family: var(--serif); font-size: .72rem; }
.service-row > div:not(.service-price) { grid-column: 2; grid-row: 1; align-self: end; }
.service-row h3 { margin: 0; font-size: clamp(.98rem, 1.35vw, 1.22rem); letter-spacing: -.03em; line-height: 1.18; }
.service-row p { margin: 5px 0 0; color: var(--muted); font-size: .8rem; }
.omnibus { display: block; margin-top: 6px; color: var(--muted); font-size: .68rem; }
.service-price { grid-column: 2; grid-row: 2; display: flex; flex-direction: row; align-items: baseline; gap: 8px; }
.service-price del { color: var(--muted); font-size: .7rem; }
.service-price strong { color: var(--gold-light); font-size: 1.35rem; white-space: nowrap; }
.service-price small { font-size: .64rem; font-weight: 600; }
.service-row > button { width: 44px; height: 44px; grid-column: 3; grid-row: 1 / 3; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: rgba(255, 255, 255, .025); cursor: pointer; transform: rotate(-35deg); transition: background .25s, color .25s, transform .25s; }
.service-row:hover > button { background: var(--gold); color: var(--ink); transform: rotate(0); }

/* Team */
.team-filter-state { display: flex; align-items: center; gap: 9px; margin: -44px 0 28px; font-size: .74rem; letter-spacing: .08em; text-transform: uppercase; }
.team-filter-state b { color: var(--gold); }
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(22px, 2.4vw, 36px); align-items: stretch; padding-bottom: 42px; }
.team-card { min-width: 0; height: 100%; display: flex; flex-direction: column; border: 1px solid rgba(0, 0, 0, .1); border-radius: var(--radius-card); background: var(--ink); color: var(--white); box-shadow: 0 24px 60px rgba(25, 19, 13, .16); overflow: hidden; transition: transform .55s var(--ease), box-shadow .55s var(--ease); }
.team-card:hover { transform: translateY(-10px); box-shadow: 0 38px 85px rgba(25, 19, 13, .25); }
.team-card--owner { border-color: rgba(183, 134, 79, .82); box-shadow: 0 28px 75px rgba(96, 62, 28, .24), inset 0 0 0 1px rgba(209, 166, 111, .18); }
.team-card--owner:hover { box-shadow: 0 42px 95px rgba(96, 62, 28, .32), inset 0 0 0 1px rgba(209, 166, 111, .28); }
.team-card[hidden] { display: none; }
.team-photo { height: auto; aspect-ratio: 4 / 5; position: relative; overflow: hidden; background: #201e1b; }
.team-photo::after { position: absolute; inset: auto 0 0; height: 40%; background: linear-gradient(transparent, rgba(0, 0, 0, .55)); content: ""; }
.team-photo img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.04); transition: filter .5s, transform .7s var(--ease); }
.team-card:hover .team-photo img { filter: grayscale(0); transform: scale(1.035); }
.team-color-label { position: absolute; z-index: 2; right: 14px; bottom: 12px; color: rgba(255, 255, 255, .7); font-size: .6rem; letter-spacing: .1em; text-transform: uppercase; opacity: 0; transform: translateY(5px); transition: opacity .3s, transform .3s; }
.team-card:hover .team-color-label { opacity: 1; transform: none; }
.owner-ribbon { position: absolute; z-index: 3; top: 16px; left: 16px; padding: 8px 12px; border-radius: 999px; background: var(--gold); color: var(--ink); box-shadow: 0 8px 26px rgba(0, 0, 0, .28); font-size: .58rem; font-weight: 800; letter-spacing: .1em; line-height: 1; text-transform: uppercase; }
.team-info { min-height: 112px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 23px 22px; }
.team-info small { color: var(--gold-light); font-size: .62rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.team-info h3 { margin: 4px 0 0; font-size: clamp(1.55rem, 2.4vw, 2rem); letter-spacing: -.04em; text-transform: uppercase; }
.team-card--owner .team-info h3 { color: var(--gold-light); }
.team-book { width: calc(100% - 24px); min-height: 52px; display: flex; align-items: center; justify-content: space-between; gap: 10px; margin: auto 12px 12px; padding: 14px 16px; border: 1px solid var(--line); border-radius: var(--radius-control); background: transparent; color: var(--white); cursor: pointer; font-size: .63rem; font-weight: 750; letter-spacing: .08em; text-align: left; text-transform: uppercase; transition: color .25s, background .25s, transform .25s; }
.team-book:hover { background: var(--gold); color: var(--ink); }
.team-card--owner .team-book { border-color: var(--gold); background: var(--gold); color: var(--ink); }
.team-card--owner .team-book:hover { background: var(--gold-light); }
.team-empty { display: none; padding: 50px; border: 1px solid var(--line-dark); text-align: center; }
.team-empty.is-visible { display: block; }

/* Gallery */
.gallery-section { background: var(--ink); }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-template-rows: 280px 130px 300px; gap: 18px; }
.gallery-item { position: relative; padding: 0; border-radius: var(--radius-card); background: #222; cursor: zoom-in; overflow: hidden; box-shadow: 0 20px 55px rgba(0, 0, 0, .24); transition: transform .6s var(--ease), box-shadow .6s var(--ease); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.55); transition: filter .5s, transform .8s var(--ease); }
.gallery-item:hover { z-index: 2; transform: translateY(-8px); box-shadow: 0 32px 75px rgba(0, 0, 0, .38); }
.gallery-item:hover img { filter: saturate(1); transform: scale(1.045); }
.gallery-item > span { position: absolute; top: 14px; left: 14px; color: #fff; font-family: var(--serif); font-size: .7rem; }
.gallery-item--1 { grid-area: 1 / 1 / 3 / 6; }
.gallery-item--2 { grid-area: 1 / 6 / 2 / 10; }
.gallery-item--3 { grid-area: 1 / 10 / 2 / 13; }
.gallery-item--4 { grid-area: 3 / 1 / 4 / 5; }
.gallery-item--5 { grid-area: 2 / 6 / 4 / 13; }
.gallery-instagram { grid-area: 3 / 5 / 4 / 6; display: flex; flex-direction: column; justify-content: flex-end; padding: 15px; border-radius: var(--radius-card); background: var(--gold); color: var(--ink); writing-mode: vertical-rl; transform: rotate(180deg); transition: background .3s, transform .45s var(--ease); }
.gallery-instagram:hover { background: var(--gold-light); transform: rotate(180deg) translateY(6px); }
.gallery-instagram small { font-size: .6rem; letter-spacing: .1em; text-transform: uppercase; }
.gallery-instagram strong { margin-top: 8px; font-size: .72rem; }
.lightbox { width: min(940px, calc(100vw - 40px)); max-width: none; max-height: 92vh; padding: 0; border: 0; background: transparent; overflow: visible; }
.lightbox::backdrop { background: rgba(0, 0, 0, .92); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.lightbox img { width: 100%; max-height: 88vh; object-fit: contain; }
.lightbox button { position: absolute; z-index: 2; top: -20px; right: -20px; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: var(--gold); color: var(--ink); cursor: pointer; }

/* Why */
.reels-section { overflow: hidden; }
.reels-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.reel-card { min-height: 580px; position: relative; border-radius: var(--radius-card); overflow: hidden; background: var(--ink); color: var(--white); box-shadow: 0 22px 55px rgba(25, 19, 13, .16); }
.reel-card > img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; filter: grayscale(.35) saturate(.7); transition: transform .8s var(--ease), filter .5s; }
.reel-card:hover > img { transform: scale(1.035); filter: none; }
.reel-shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0, 0, 0, .85), transparent 55%), linear-gradient(180deg, rgba(0, 0, 0, .4), transparent 30%); }
.reel-number { position: absolute; top: 22px; left: 22px; font-size: .62rem; font-weight: 750; letter-spacing: .12em; }
.reel-play { width: 78px; height: 78px; position: absolute; top: 50%; left: 50%; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, .6); border-radius: 50%; background: rgba(0, 0, 0, .3); color: var(--white); cursor: pointer; transform: translate(-50%, -50%); -webkit-backdrop-filter: blur(7px); backdrop-filter: blur(7px); transition: background .25s, color .25s, transform .25s; }
.reel-play:hover { background: var(--gold); color: var(--ink); transform: translate(-50%, -50%) scale(1.06); }
.reel-play .icon { width: 28px; height: 28px; }
.reel-card footer { position: absolute; right: 22px; bottom: 20px; left: 22px; display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.reel-card footer strong { font-size: 1.1rem; text-transform: uppercase; }
.reel-card footer span { display: inline-flex; align-items: center; gap: 6px; color: var(--gold-light); font-size: .62rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.reel-card iframe { position: absolute; z-index: 5; inset: 0; width: 100%; height: 100%; border: 0; background: #000; }
.reels-cta { display: flex; justify-content: flex-end; margin-top: 26px; }
.why { overflow: hidden; }
.why::after { width: 460px; height: 460px; position: absolute; right: -230px; bottom: -280px; border: 1px solid rgba(183, 134, 79, .18); border-radius: 50%; box-shadow: 0 0 0 75px rgba(183, 134, 79, .04), 0 0 0 150px rgba(183, 134, 79, .025); content: ""; }
.why-title { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); gap: clamp(45px, 9vw, 150px); align-items: end; margin-bottom: clamp(48px, 6vw, 82px); }
.why-title .eyebrow { grid-column: 1 / -1; }
.why-title h2 { margin-bottom: 0; font-size: clamp(3.2rem, 6vw, 6.4rem); }
.why-title > p { max-width: 470px; margin: 0 0 8px; color: rgba(0, 0, 0, .62); }
.why-list { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2vw, 28px); }
.why-list article { min-height: 310px; position: relative; display: flex; flex-direction: column; justify-content: flex-end; gap: 26px; padding: clamp(26px, 3vw, 42px); border: 1px solid var(--line-dark); border-radius: var(--radius-card); background: rgba(255, 255, 255, .32); overflow: hidden; transition: color .4s, background .4s, transform .5s var(--ease), border-radius .5s var(--ease); }
.why-list article::before { width: 190px; height: 190px; position: absolute; top: -105px; right: -85px; border: 1px solid rgba(183, 134, 79, .25); border-radius: 50%; content: ""; transition: transform .6s var(--ease); }
.why-list article:hover { border-radius: var(--radius-card); background: var(--ink); color: var(--white); transform: translateY(-10px); }
.why-list article:hover::before { transform: scale(1.35); }
.why-list article > span { position: absolute; top: 32px; left: 36px; color: var(--gold); font-family: var(--serif); font-size: .9rem; }
.why-list article > i { width: 50px; height: 50px; position: absolute; top: 26px; right: 28px; display: grid; place-items: center; border: 1px solid rgba(183, 134, 79, .45); border-radius: 50%; color: var(--gold); }
.why-list h3 { margin: 0 0 12px; font-size: clamp(1.45rem, 2.3vw, 2.15rem); letter-spacing: -.045em; line-height: 1; text-transform: uppercase; }
.why-list p { max-width: 560px; margin: 0; color: rgba(0, 0, 0, .63); }
.why-list article:hover p { color: rgba(255, 255, 255, .64); }

/* Reviews */
.reviews { overflow: hidden; background: #11100f; }
.reviews-heading { display: grid; grid-template-columns: 1fr auto; align-items: end; }
.reviews-heading > .eyebrow { grid-column: 1 / -1; }
.reviews-score { display: flex; align-items: center; gap: 18px; padding-bottom: 7px; }
.reviews-score > strong { color: var(--gold-light); font-family: var(--serif); font-size: 4.5rem; font-weight: 400; line-height: 1; }
.reviews-score > span { display: flex; flex-direction: column; }
.reviews-score b { color: var(--gold); letter-spacing: .07em; }
.reviews-score small { color: var(--muted); white-space: nowrap; }
.reviews-widget-area { padding-block: 70px; }
.reviews-integration-card { display: flex; align-items: center; justify-content: space-between; gap: 50px; padding: 42px; border: 1px solid var(--line); border-radius: var(--radius-card); background: rgba(255, 255, 255, .025); }
.reviews-integration-card > div { max-width: 720px; }
.reviews-integration-card .icon { color: var(--gold); width: 32px; height: 32px; }
.reviews-integration-card h3 { margin: 15px 0 8px; font-size: 1.6rem; letter-spacing: -.04em; }
.reviews-integration-card p { margin: 0; color: var(--muted); }
.google-reviews-widget { color: var(--ink); }

/* Atmosphere */
.atmosphere { min-height: 840px; padding: 0; display: flex; align-items: flex-end; overflow: hidden; }
.atmosphere::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0, 0, 0, .94), rgba(0, 0, 0, .08) 68%), linear-gradient(90deg, rgba(0, 0, 0, .58), transparent 55%); content: ""; }
.atmosphere-media { position: absolute; inset: 0; }
.atmosphere-media img { width: 100%; height: 100%; object-fit: cover; }
.atmosphere-copy { position: relative; z-index: 2; padding-bottom: clamp(70px, 9vw, 130px); }
.atmosphere-copy h2 { max-width: 1000px; }
.atmosphere-copy p { max-width: 600px; margin: 30px 0 0; color: rgba(255, 255, 255, .7); font-size: 1.05rem; }
.play-button { position: absolute; z-index: 3; top: 50%; left: 72%; width: 120px; height: 120px; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, .45); border-radius: 50%; background: rgba(0, 0, 0, .25); cursor: pointer; -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.play-button::before { position: absolute; inset: -12px; border: 1px solid rgba(255, 255, 255, .16); border-radius: 50%; content: ""; }
.play-button span { position: absolute; top: calc(100% + 22px); width: 160px; font-size: .65rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.play-button .icon { width: 34px; height: 34px; }

/* Locations */
.location-switcher { display: flex; margin-bottom: 14px; padding: 7px; border: 1px solid var(--line-dark); border-radius: 999px; }
.location-switcher button { min-height: 52px; flex: 1; border-color: transparent; border-radius: 999px; color: rgba(0, 0, 0, .55); }
.location-switcher button.is-active { background: var(--ink); color: var(--white); }
.location-panel { display: grid; grid-template-columns: .8fr 1.2fr; min-height: 530px; border: 1px solid var(--line-dark); border-radius: var(--radius-card); overflow: hidden; }
.location-panel[hidden] { display: none; }
.location-info { padding: clamp(35px, 5vw, 70px); }
.location-info > small { color: var(--gold); font-size: .68rem; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.location-info h3 { margin: 12px 0 38px; font-size: clamp(2.4rem, 5vw, 4.7rem); letter-spacing: -.065em; line-height: .9; text-transform: uppercase; }
.location-info dl { margin: 0; border-top: 1px solid var(--line-dark); }
.location-info dl > div { display: grid; grid-template-columns: 110px 1fr; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--line-dark); }
.location-info dt { display: flex; align-items: center; gap: 8px; color: rgba(0, 0, 0, .55); font-size: .65rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.location-info dd { margin: 0; font-weight: 650; }
.location-info dd a { text-decoration: underline; text-underline-offset: 3px; }
.location-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.map-consent { position: relative; min-height: 430px; display: grid; place-items: center; padding: 45px; background: #cbc2b5; text-align: center; overflow: hidden; }
.map-pattern { position: absolute; inset: -20%; opacity: .45; background-image: linear-gradient(25deg, transparent 47%, rgba(9, 9, 9, .15) 48%, rgba(9, 9, 9, .15) 50%, transparent 51%), linear-gradient(-42deg, transparent 47%, rgba(9, 9, 9, .11) 48%, rgba(9, 9, 9, .11) 50%, transparent 51%); background-size: 110px 90px, 150px 130px; transform: rotate(8deg); }
.map-consent > div:last-child { position: relative; z-index: 2; max-width: 430px; }
.map-consent .icon { width: 46px; height: 46px; margin-bottom: 12px; color: var(--gold); }
.map-consent strong { display: block; font-size: 2rem; letter-spacing: -.04em; text-transform: uppercase; }
.map-consent p { color: rgba(0, 0, 0, .6); font-size: .78rem; }
.map-consent button { padding: 11px 16px; border: 1px solid var(--ink); background: var(--paper); color: var(--ink); cursor: pointer; font-size: .65rem; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.map-consent iframe { position: absolute; z-index: 5; inset: 0; width: 100%; height: 100%; border: 0; }

/* Final CTA and footer */
.final-cta { position: relative; padding: clamp(60px, 7vw, 100px) 0; background: var(--ink); }
.final-cta-frame { min-height: 410px; position: relative; display: flex; align-items: center; border: 1px solid var(--gold); border-radius: var(--radius-card); overflow: hidden; isolation: isolate; box-shadow: 0 0 0 1px rgba(183, 134, 79, .08); }
.final-cta-frame::after { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(0, 0, 0, .97) 0%, rgba(0, 0, 0, .88) 47%, rgba(0, 0, 0, .22) 100%); content: ""; }
.final-cta-media { position: absolute; z-index: -2; inset: 0; }
.final-cta-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.03); transition: transform 1.2s var(--ease); }
.final-cta-frame:hover .final-cta-media img { transform: scale(1); }
.final-cta-inner { width: 100%; position: relative; z-index: 2; padding: clamp(42px, 6vw, 82px); }
.final-cta h2 { max-width: 880px; margin: 16px 0 18px; font-size: clamp(3rem, 6vw, 6rem); }
.final-cta p { max-width: 490px; margin: 0; color: rgba(255, 255, 255, .7); }
.final-cta .btn { margin-top: 25px; }
.site-footer { padding: 84px 0 24px; border-top: 1px solid var(--line); background: #070707; }
.footer-grid { display: grid; grid-template-columns: 1.15fr 1fr .6fr; gap: clamp(45px, 8vw, 120px); }
.footer-brand img { width: 180px; height: 140px; margin: -20px 0 10px; object-fit: contain; object-position: left center; }
.footer-brand p { max-width: 400px; color: var(--muted); }
.footer-socials { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 25px; }
.footer-socials a { border-bottom: 1px solid var(--gold); font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.site-footer h2 { margin: 0 0 22px; color: var(--gold-light); font-size: .7rem; letter-spacing: .15em; text-transform: uppercase; }
.footer-location { display: grid; grid-template-columns: 100px 1fr; gap: 3px 15px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.footer-location strong { grid-row: 1 / 3; }
.footer-location span, .footer-location a { color: var(--muted); font-size: .75rem; }
.footer-nav { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-nav a, .footer-cookie-settings { padding: 0; background: transparent; color: var(--muted); cursor: pointer; font-size: .76rem; }
.footer-nav a:hover, .footer-cookie-settings:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 70px; padding-top: 22px; border-top: 1px solid var(--line); color: #77716b; font-size: .68rem; }
.footer-bottom a { color: var(--gold-light); }
.mobile-booking-bar { display: none; }
.back-to-top { width: 52px; height: 52px; position: fixed; z-index: 960; right: 24px; bottom: 24px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; background: var(--gold); color: var(--ink); cursor: pointer; opacity: 0; transform: translateY(12px) scale(.9); box-shadow: 0 14px 35px rgba(0, 0, 0, .3); transition: opacity .3s, transform .35s var(--ease), background .25s, color .25s, border-color .25s; }
.back-to-top.is-visible { opacity: 1; transform: none; }
.back-to-top .icon { width: 21px; height: 21px; transform: rotate(-90deg); }
.back-to-top:hover, .back-to-top:focus-visible { border-color: var(--gold-light); background: var(--gold-light); transform: translateY(-4px); }
body.gateway-open .back-to-top, body.dialog-open .back-to-top { visibility: hidden; }

/* Booking dialog */
.booking-dialog { width: min(1080px, calc(100vw - 40px)); max-width: none; max-height: min(850px, calc(100dvh - 40px)); padding: 0; border: 0; border-radius: var(--radius-card); background: var(--paper); color: var(--ink); overflow: auto; }
.booking-dialog::backdrop { background: rgba(0, 0, 0, .84); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.booking-shell { min-height: 690px; position: relative; display: grid; grid-template-columns: 340px 1fr; }
.dialog-close { position: absolute; z-index: 5; top: 18px; right: 18px; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line-dark); border-radius: 50%; background: transparent; cursor: pointer; }
.booking-aside { padding: 60px 40px 40px; background: var(--ink-soft); color: var(--white); }
.booking-aside h2 { margin: 18px 0; font-size: 3rem; letter-spacing: -.06em; line-height: .92; text-transform: uppercase; }
.booking-aside > p { color: var(--muted); font-size: .82rem; }
.booking-progress { display: flex; flex-direction: column; gap: 0; margin: 55px 0 0; padding: 0; list-style: none; }
.booking-progress li { min-height: 66px; position: relative; display: flex; align-items: flex-start; gap: 12px; color: #68635d; font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.booking-progress li:not(:last-child)::after { position: absolute; top: 27px; bottom: 0; left: 13px; width: 1px; background: #3b3834; content: ""; }
.booking-progress span { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; }
.booking-progress li.is-active { color: var(--gold-light); }
.booking-content { padding: 60px clamp(30px, 5vw, 70px) 40px; }
.booking-message { min-height: 0; margin-bottom: 15px; color: #8a2f24; font-size: .78rem; }
.booking-message:empty { display: none; }
.booking-message.is-success { padding: 14px; background: #dbeadd; color: #174a20; }
.booking-step h3 { margin: 0 0 28px; font-size: 2rem; letter-spacing: -.045em; }
.booking-salon-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin-bottom: 24px; }
.booking-salon-option { cursor: pointer; }
.booking-salon-option input { position: absolute; opacity: 0; }
.booking-salon-option > span { min-height: 130px; display: flex; flex-direction: column; padding: 15px; border: 1px solid var(--line-dark); border-radius: var(--radius-control); transition: border-color .2s, background .2s; }
.booking-salon-option input:checked + span { border-color: var(--gold); background: rgba(183, 134, 79, .15); box-shadow: inset 0 0 0 1px var(--gold); }
.booking-salon-option input:focus-visible + span { outline: 3px solid var(--gold); outline-offset: 3px; }
.booking-salon-option .icon { color: var(--gold); }
.booking-salon-option b { margin-top: auto; }
.booking-salon-option small { color: #6f6961; font-size: .65rem; }
.form-field { display: flex; flex-direction: column; gap: 7px; margin-bottom: 18px; }
.form-field > span { font-size: .68rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.form-field input, .form-field select, .form-field textarea { width: 100%; min-height: 50px; padding: 11px 14px; border: 1px solid var(--line-dark); border-radius: 12px; background: rgba(255, 255, 255, .35); color: var(--ink); }
.form-field textarea { resize: vertical; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 14px; }
.date-quick-list { display: grid; grid-auto-columns: 76px; grid-auto-flow: column; gap: 7px; margin: -5px 0 18px; padding: 4px 2px 10px; overflow-x: auto; scroll-snap-type: x proximity; }
.date-quick-list button { min-height: 86px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid var(--line-dark); border-radius: var(--radius-control); background: rgba(255, 255, 255, .26); color: var(--ink); cursor: pointer; scroll-snap-align: start; }
.date-quick-list button:hover, .date-quick-list button.is-active { border-color: var(--gold); background: var(--gold); }
.date-quick-list small { font-size: .58rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.date-quick-list b { font-size: 1.35rem; line-height: 1.2; }
.date-quick-list span { color: #6f6961; font-size: .58rem; text-transform: uppercase; }
.check-field { display: flex; gap: 10px; align-items: flex-start; margin: 20px 0; color: #504b45; font-size: .72rem; }
.check-field input { width: 18px; height: 18px; flex: none; accent-color: var(--gold); }
.check-field a { text-decoration: underline; }
.booking-actions { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: 30px; }
.slots { min-height: 185px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; align-content: start; padding: 18px; border: 1px solid var(--line-dark); border-radius: var(--radius-control); }
.slots p { grid-column: 1 / -1; color: #6d675f; font-size: .8rem; }
.slot-option input { position: absolute; opacity: 0; }
.slot-option span { display: grid; place-items: center; min-height: 44px; border: 1px solid var(--line-dark); border-radius: 999px; cursor: pointer; font-weight: 700; }
.slot-option input:checked + span { border-color: var(--gold); background: var(--gold); }
.booksy-fallback { padding: 28px; border: 1px solid #80cbb5; border-radius: var(--radius-control); background: #e2f3ee; }
.booksy-fallback[hidden] { display: none; }
.booksy-fallback > div { position: relative; padding-left: 44px; }
.booksy-fallback .icon { position: absolute; top: 0; left: 0; width: 29px; height: 29px; color: #008f6d; }
.booksy-fallback p { margin: 5px 0 18px; color: #41675d; font-size: .8rem; }

/* Content pages */
.content-page { min-height: 70vh; padding-top: calc(var(--header-h) + 100px); padding-bottom: 100px; }
.content-header { max-width: 920px; padding-bottom: 45px; border-bottom: 1px solid var(--line); }
.content-header h1 { margin: 15px 0 0; font-size: clamp(3rem, 7vw, 7rem); letter-spacing: -.065em; line-height: .9; text-transform: uppercase; }
.prose { max-width: 780px; margin-top: 55px; color: #d0cbc3; }
.prose h2, .prose h3 { margin-top: 2.2em; color: var(--white); letter-spacing: -.035em; }
.prose a { color: var(--gold-light); text-decoration: underline; }
.content-card { padding: 35px 0; border-bottom: 1px solid var(--line); }
.content-card h2 { font-size: 2rem; }
.error-page { min-height: 100vh; display: flex; flex-direction: column; justify-content: center; padding-top: var(--header-h); }
.error-page h1 { max-width: 900px; margin: 20px 0; font-size: clamp(3.5rem, 8vw, 8rem); letter-spacing: -.07em; line-height: .85; text-transform: uppercase; }
.error-page > div { display: flex; gap: 12px; margin-top: 28px; }

/* Reveal animation */
[data-reveal] { opacity: 0; transform: translateY(48px) scale(.985); transition: opacity .85s var(--ease), transform .85s var(--ease); transition-delay: var(--reveal-delay, 0ms); }
[data-reveal].is-visible { opacity: 1; transform: none; }
.section-heading[data-reveal] h2, .why-title[data-reveal] h2, .services-intro[data-reveal] h2 { clip-path: inset(0 0 100%); transform: translateY(24px); transition: clip-path 1s .12s var(--ease), transform 1s .12s var(--ease); }
.section-heading[data-reveal].is-visible h2, .why-title[data-reveal].is-visible h2, .services-intro[data-reveal].is-visible h2 { clip-path: inset(0); transform: none; }
.ba-card[data-reveal].is-visible:hover, .team-card[data-reveal].is-visible:hover, .gallery-item[data-reveal].is-visible:hover { transform: translateY(-10px); }
.ba-card[data-reveal].is-visible.is-dragging { transform: translateY(-5px) scale(1.008); }
@keyframes baHandlePulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(209, 166, 111, .2); } 50% { box-shadow: 0 0 0 12px rgba(209, 166, 111, 0); } }

@media (max-width: 1120px) {
    :root { --shell: min(100% - 44px, 1000px); }
    .desktop-nav { display: none; }
    .header-salon { margin-left: auto; }
    .menu-toggle { display: grid; }
    .hero-layout { grid-template-columns: 1fr; }
    .hero-side { display: none; }
    .team-grid { grid-template-columns: repeat(3, 1fr); }
    .team-photo { height: auto; }
    .service-salon-picker { grid-template-columns: repeat(3, 1fr); }
    .service-salon-tab { min-height: 150px; }
    .ba-viewport { width: 100%; padding-inline: max(22px, calc((100vw - min(410px, 78vw)) / 2)); }
    .ba-track { width: max-content; display: flex; }
    .ba-card { width: min(410px, 78vw); }
}

@media (max-width: 800px) {
    :root { --shell: calc(100% - 32px); --header-h: 72px; }
    .section { padding: 88px 0; }
    .section-heading--split { grid-template-columns: 1fr; gap: 28px; }
    .section-heading h2, .services-intro h2, .why-title h2, .reviews-heading h2, .atmosphere-copy h2 { font-size: clamp(2.7rem, 12vw, 5rem); }
    .brand { width: 78px; height: 58px; }
    .brand-logo { width: 76px; height: 58px; }
    .header-salon { max-width: 130px; }
    .header-book { display: none; }
    .hero { min-height: 820px; padding-bottom: 54px; }
    .hero::after { background: linear-gradient(0deg, rgba(7, 7, 7, .96) 0%, rgba(7, 7, 7, .62) 70%, rgba(7, 7, 7, .35)); }
    .hero-media img { object-position: 62% center; }
    .hero h1 { margin-top: 30px; font-size: clamp(3.8rem, 17vw, 7rem); }
    .hero-copy > p { font-size: .95rem; }
    .hero-scroll { display: none; }
    .salon-gateway-inner { width: calc(100% - 32px); }
    .salon-gateway-head { grid-template-columns: 72px 1fr; gap: 18px; }
    .salon-gateway-head > img { width: 68px; height: 68px; }
    .salon-gateway-head h2 { font-size: clamp(2.6rem, 9vw, 4.7rem); }
    .salon-gateway-title p { display: none; }
    .salon-gateway-options { grid-template-columns: 1fr; gap: 11px; overflow-y: auto; padding: 5px 2px 20px; }
    .salon-gateway-options button { min-height: 150px; border-radius: 24px; }
    .gateway-option-media img { object-position: center 38%; }
    .gateway-option-copy strong { font-size: clamp(2rem, 10vw, 3.4rem); }
    .salon-gateway footer { display: none; }
    .salon-cards { grid-template-columns: 1fr; }
    .salon-card { min-height: 205px; }
    .salon-card + .salon-card { border-top: 1px solid var(--line); border-left: 0; }
    .salon-card-body strong { font-size: 2.8rem; }
    .salon-confirm { align-items: stretch; flex-direction: column; }
    .ba-card { height: 510px; }
    .services-intro { grid-template-columns: 1fr; gap: 24px; }
    .services-heading-block, .services-intro > p, .service-salon-picker, .services-intro > .btn { grid-column: 1; }
    .services-intro > p { max-width: 620px; }
    .service-salon-picker { gap: 10px; margin-top: 8px; }
    .service-salon-tab { min-height: 132px; padding: 18px 54px 18px 18px; border-radius: 24px; }
    .service-salon-copy strong { font-size: clamp(1.05rem, 3.7vw, 1.8rem); }
    .service-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .team-grid { grid-template-columns: repeat(2, 1fr); }
    .team-photo { height: auto; }
    .gallery-grid { grid-template-rows: 260px 260px 260px; }
    .gallery-item--1 { grid-area: 1 / 1 / 2 / 7; }
    .gallery-item--2 { grid-area: 1 / 7 / 2 / 13; }
    .gallery-item--3 { grid-area: 2 / 1 / 3 / 5; }
    .gallery-item--4 { grid-area: 2 / 5 / 3 / 9; }
    .gallery-item--5 { grid-area: 2 / 9 / 3 / 13; }
    .gallery-instagram { grid-area: 3 / 1 / 4 / 13; writing-mode: initial; transform: none; }
    .why-title { grid-template-columns: 1fr; gap: 24px; }
    .why-title .eyebrow { grid-column: auto; }
    .why-list { grid-template-columns: 1fr; }
    .why-list article { min-height: 245px; }
    .reels-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .reel-card { min-height: 480px; }
    .why-title { position: static; }
    .reviews-heading { grid-template-columns: 1fr; gap: 35px; }
    .reviews-integration-card { align-items: flex-start; flex-direction: column; }
    .location-panel { grid-template-columns: 1fr; }
    .map-consent { min-height: 400px; }
    .final-cta-frame { min-height: 460px; align-items: flex-end; border-radius: var(--radius-card); }
    .final-cta-frame::after { background: linear-gradient(0deg, rgba(0, 0, 0, .97) 15%, rgba(0, 0, 0, .34) 100%); }
    .final-cta-inner { padding: 38px 28px; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-brand { grid-column: 1 / -1; }
    .booking-dialog { width: 100%; max-height: 100dvh; height: 100dvh; }
    .booking-shell { min-height: 100%; grid-template-columns: 1fr; }
    .booking-aside { padding: 30px 24px; }
    .booking-aside h2 { max-width: 500px; font-size: 2.3rem; }
    .booking-aside > p { max-width: 540px; }
    .booking-progress { flex-direction: row; margin-top: 25px; }
    .booking-progress li { min-height: auto; flex: 1; align-items: center; }
    .booking-progress li:not(:last-child)::after { top: 14px; right: 10px; bottom: auto; left: 28px; width: auto; height: 1px; }
    .booking-content { padding: 35px 24px 60px; }
    .dialog-close { top: 14px; right: 14px; border-color: var(--line); color: var(--white); }
}

@media (max-width: 782px) {
    body.admin-bar { --wp-admin-bar-h: 46px; }
}

@media (max-width: 560px) {
    :root { --shell: calc(100% - 24px); }
    body { padding-bottom: 68px; }
    .header-inner { gap: 10px; }
    .header-salon { max-width: 116px; margin-left: auto; padding-inline: 2px; font-size: .59rem; }
    .hero { min-height: 760px; }
    .hero-kicker { font-size: .58rem; }
    .hero h1 { font-size: clamp(3.2rem, 18.5vw, 5.3rem); }
    .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
    .hero-actions .btn { width: 100%; }
    .rating-pill { width: 100%; flex-wrap: wrap; }
    .rating-pill small { flex: 1; }
    .salon-card { padding: 22px; }
    .salon-card-body { right: 22px; bottom: 22px; left: 22px; }
    .salon-card-body strong { font-size: 2.3rem; }
    .salon-card-action { top: 20px; left: 20px; }
    .salon-number { top: 20px; right: 20px; }
    .salon-selected-mark { top: 22px; left: 74px; }
    .ba-viewport { padding-inline: 7vw; }
    .ba-card { width: 86vw; height: 480px; }
    .service-salon-picker { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; padding: 0; overflow: visible; }
    .service-salon-tab { min-width: 0; min-height: 102px; padding: 14px 10px; border-radius: 20px; }
    .service-salon-tab > i, .service-salon-copy > span { display: none; }
    .service-salon-copy { min-width: 0; }
    .service-salon-copy small { font-size: .48rem; }
    .service-salon-copy strong { max-width: 100%; font-size: clamp(.82rem, 4vw, 1.12rem); letter-spacing: -.04em; overflow-wrap: anywhere; }
    .services-intro > .btn { width: 100%; }
    .service-stage { margin-top: 24px; border-radius: 24px; }
    .service-stage-head { min-height: 92px; align-items: flex-start; flex-direction: column; padding: 20px; }
    .service-stage-head h3 { font-size: 1.8rem; }
    .service-stage-head > span { display: none; }
    .service-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; padding: 8px; }
    .service-row { grid-template-columns: minmax(0, 1fr) 44px; grid-template-rows: 1fr auto; gap: 10px 6px; align-items: center; min-height: 148px; padding: 14px 12px; border-radius: 18px; }
    .service-index { display: none; }
    .service-row > div:not(.service-price) { grid-column: 1; grid-row: 1; align-self: end; min-width: 0; }
    .service-row h3 { font-size: clamp(.8rem, 3.6vw, .98rem); line-height: 1.16; overflow-wrap: anywhere; }
    .service-row p, .service-row .omnibus { display: none; }
    .service-price { grid-column: 1; grid-row: 2; align-self: start; gap: 5px; }
    .service-price strong { font-size: 1.12rem; }
    .service-row > button { width: 44px; height: 44px; grid-column: 2; grid-row: 1 / 3; transform: none; }
    .team-grid { display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 10px; }
    .team-card { width: 78vw; flex: none; scroll-snap-align: center; }
    .team-photo { height: auto; }
    .gallery-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
    .gallery-item { width: 78vw; height: 440px; flex: none; scroll-snap-align: center; }
    .gallery-instagram { width: 58vw; min-height: 440px; flex: none; }
    .why-list article { min-height: 270px; }
    .reels-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
    .reel-card { width: 78vw; min-height: 500px; flex: none; scroll-snap-align: center; }
    .reviews-score > strong { font-size: 3.5rem; }
    .reviews-integration-card { padding: 28px 22px; }
    .location-switcher { overflow-x: auto; }
    .location-switcher button { min-width: 120px; }
    .location-info { padding: 34px 22px; }
    .location-info dl > div { grid-template-columns: 1fr; gap: 5px; }
    .location-actions { flex-direction: column; }
    .location-actions .btn { width: 100%; }
    .map-consent { padding: 30px 20px; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-brand { grid-column: auto; }
    .footer-bottom { align-items: flex-start; flex-direction: column; }
    .mobile-booking-bar { position: fixed; z-index: 950; right: 0; bottom: 0; left: 0; height: 68px; display: flex; align-items: stretch; justify-content: space-between; background: var(--paper); color: var(--ink); box-shadow: 0 -8px 30px rgba(0, 0, 0, .28); }
    .mobile-booking-bar > span { display: flex; flex-direction: column; justify-content: center; padding: 7px 12px; line-height: 1.2; }
    .mobile-booking-bar b { font-size: .85rem; }
    .mobile-booking-bar small { max-width: 120px; overflow: hidden; color: #6d675f; font-size: .58rem; text-overflow: ellipsis; white-space: nowrap; }
    .mobile-booking-bar button { display: flex; align-items: center; gap: 10px; padding: 0 18px; background: var(--gold); color: var(--ink); cursor: pointer; font-size: .68rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
    .back-to-top { right: 14px; bottom: 82px; }
    .booking-salon-grid { grid-template-columns: 1fr; }
    .booking-salon-option > span { min-height: 85px; }
    .booking-salon-option b { margin-top: 9px; }
    .form-grid { grid-template-columns: 1fr; }
    .slots { grid-template-columns: repeat(3, 1fr); padding: 12px; }
    .booking-actions { align-items: stretch; flex-direction: column-reverse; }
    .booking-actions > * { width: 100%; }
}

@media (max-width: 390px) {
    .service-salon-tab { min-height: 96px; padding-inline: 8px; }
    .service-salon-copy strong { font-size: .78rem; }
    .service-row { min-height: 154px; padding-inline: 10px; }
    .owner-ribbon { top: 12px; left: 12px; padding: 7px 9px; font-size: .5rem; }
}

@media (max-height: 600px) and (min-width: 700px) {
    .salon-gateway-inner { width: calc(100% - 40px); gap: 10px; padding-block: 12px; }
    .salon-gateway-head { grid-template-columns: 64px minmax(0, 1fr); gap: 18px; }
    .salon-gateway-head > img { width: 60px; height: 60px; }
    .salon-gateway-head h2 { margin-top: 2px; font-size: clamp(2rem, 6vw, 3.5rem); }
    .salon-gateway-title p, .salon-gateway footer { display: none; }
    .salon-gateway-options { gap: 12px; }
    .salon-gateway-options button { min-height: min(47vh, 210px); padding: 20px; }
    .gateway-option-number { top: 18px; left: 20px; }
    .salon-gateway-options button > i { width: 42px; height: 42px; top: 16px; right: 18px; }
    .gateway-option-copy strong { margin-bottom: 7px; font-size: clamp(1.7rem, 4.3vw, 3rem); }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    [data-reveal] { opacity: 1; transform: none; }
}

@media (prefers-contrast: more) {
    :root { --gold: #e0ad66; --gold-light: #ffd08a; --line: rgba(255, 255, 255, .42); --line-dark: rgba(0, 0, 0, .42); }
}
