:root {
    --bg: #090a0c;
    --bg-soft: #111318;
    --surface: #15171c;
    --surface-2: #1d2027;
    --text: #f6f2e9;
    --muted: #a4a6ad;
    --gold: #cba557;
    --gold-light: #f0d38e;
    --gold-dark: #8f6a2b;
    --line: rgba(255,255,255,.11);
    --shadow: 0 30px 90px rgba(0,0,0,.42);
    --radius: 28px;
    --container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--bg);
    color: var(--text);
    font-family: "Manrope", system-ui, sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.noise {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 1000;
    opacity: .035;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E");
}
.icon { width: 1.25em; height: 1.25em; flex: 0 0 auto; }

.site-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 100;
    transition: background .3s ease, border-color .3s ease, backdrop-filter .3s ease;
    border-bottom: 1px solid transparent;
}
.site-header.scrolled {
    background: rgba(9,10,12,.82);
    backdrop-filter: blur(18px);
    border-color: var(--line);
}
.nav-wrap { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 15px; min-width: 0; }
.brand img { width: 205px; height: auto; flex: 0 0 auto; }
.brand-signature { display: inline-block; color: var(--gold-light); font-family: "Allura", cursive; font-size: 2.25rem; line-height: .85; white-space: nowrap; transform: rotate(-4deg) translateY(2px); text-shadow: 0 3px 20px rgba(203,165,87,.28); }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: .92rem; font-weight: 600; }
.main-nav > a:not(.btn) { color: rgba(255,255,255,.78); position: relative; }
.main-nav > a:not(.btn)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--gold); transition: right .25s ease; }
.main-nav > a:not(.btn):hover { color: #fff; }
.main-nav > a:not(.btn):hover::after { right: 0; }
.nav-toggle { display: none; width: 48px; height: 48px; border-radius: 50%; background: rgba(255,255,255,.06); border: 1px solid var(--line); padding: 12px; }
.nav-toggle span:not(.sr-only) { height: 2px; width: 100%; display: block; background: #fff; margin: 4px 0; transition: .3s ease; }

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 50px;
    padding: 0 22px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-weight: 800;
    letter-spacing: -.02em;
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease, border-color .25s ease;
    position: relative;
    overflow: hidden;
}
.btn::before { content: ""; position: absolute; inset: 0; transform: translateX(-120%); background: linear-gradient(100deg, transparent, rgba(255,255,255,.25), transparent); transition: transform .55s ease; }
.btn:hover::before { transform: translateX(120%); }
.btn:hover { transform: translateY(-2px); }
.btn-small { min-height: 44px; padding-inline: 18px; font-size: .88rem; }
.btn-large { min-height: 58px; padding-inline: 28px; }
.btn-gold { color: #17130a; background: linear-gradient(135deg, var(--gold-light), var(--gold) 50%, var(--gold-dark)); box-shadow: 0 14px 38px rgba(203,165,87,.24), inset 0 1px rgba(255,255,255,.35); }
.btn-gold:hover { box-shadow: 0 20px 50px rgba(203,165,87,.32), inset 0 1px rgba(255,255,255,.4); }
.btn-glass { background: rgba(255,255,255,.07); color: #fff; border-color: rgba(255,255,255,.18); backdrop-filter: blur(12px); }
.btn-glass:hover { background: rgba(255,255,255,.12); }
.btn-light { background: #f7f3ea; color: #101114; }
.btn-ghost { background: transparent; border-color: var(--line); color: var(--text); }
.text-link { display: inline-flex; align-items: center; gap: 12px; color: var(--gold-light); font-weight: 800; }
.text-link .icon { transition: transform .25s ease; }
.text-link:hover .icon { transform: translateX(5px); }

.hero {
    min-height: 100svh;
    position: relative;
    display: grid;
    align-items: center;
    overflow: hidden;
    padding: 130px 0 90px;
}
.hero-media { position: absolute; inset: 0; transform: scale(1.035); will-change: transform; }
.hero-media picture, .hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-media img { object-position: center 51%; filter: saturate(.84) contrast(1.05) brightness(.67); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,7,9,.98) 0%, rgba(6,7,9,.84) 42%, rgba(6,7,9,.24) 72%, rgba(6,7,9,.5) 100%), linear-gradient(180deg, rgba(7,8,10,.62), transparent 25%, rgba(7,8,10,.7)); }
.hero-grid-lines { position: absolute; inset: 0; opacity: .17; background-image: linear-gradient(rgba(255,255,255,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.09) 1px, transparent 1px); background-size: 90px 90px; mask-image: linear-gradient(to right, #000, transparent 82%); }
.hero-content { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(320px, .55fr); gap: 70px; align-items: center; }
.hero-copy { max-width: 760px; }
.eyebrow { display: inline-flex; align-items: center; gap: 11px; color: var(--gold-light); text-transform: uppercase; letter-spacing: .18em; font-size: .75rem; font-weight: 800; margin-bottom: 22px; }
.eyebrow span { width: 42px; height: 1px; background: currentColor; }
.eyebrow.light { color: rgba(255,255,255,.78); }
.hero h1, .section h2, .booking-panel h2, .contact-copy h2 {
    font-family: "Playfair Display", serif;
    font-size: clamp(3.6rem, 7.2vw, 7.6rem);
    line-height: .94;
    letter-spacing: -.055em;
    margin: 0;
}
.hero h1 { max-width: 850px; text-wrap: balance; }
.hero-copy > p { max-width: 650px; color: rgba(255,255,255,.72); font-size: clamp(1.04rem, 1.7vw, 1.25rem); margin: 28px 0 32px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 18px 28px; margin-top: 34px; color: rgba(255,255,255,.67); font-size: .86rem; }
.hero-trust div { display: flex; align-items: center; gap: 8px; }
.hero-trust .icon { color: var(--gold); }
.hero-card-wrap { perspective: 1000px; }
.hero-card {
    position: relative;
    min-height: 390px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 36px;
    background: linear-gradient(145deg, rgba(34,37,44,.9), rgba(15,17,21,.72));
    border: 1px solid rgba(255,255,255,.17);
    border-radius: 32px;
    backdrop-filter: blur(18px);
    box-shadow: var(--shadow), inset 0 1px rgba(255,255,255,.18);
    transform-style: preserve-3d;
    transition: transform .12s linear;
    overflow: hidden;
}
.hero-card::before { content: ""; position: absolute; width: 220px; height: 220px; border: 1px solid rgba(203,165,87,.35); border-radius: 50%; top: -75px; right: -55px; box-shadow: 0 0 0 28px rgba(203,165,87,.04), 0 0 0 56px rgba(203,165,87,.025); }
.hero-card::after { content: "MC"; position: absolute; top: 28px; left: 34px; font-family: "Playfair Display",serif; font-size: 4rem; color: rgba(255,255,255,.04); font-weight: 700; }
.card-glow { position: absolute; inset: auto -30% -40% -30%; height: 70%; background: radial-gradient(circle, rgba(203,165,87,.25), transparent 66%); }
.hero-card > * { position: relative; z-index: 1; transform: translateZ(25px); }
.hero-card-label { color: var(--gold-light); text-transform: uppercase; letter-spacing: .16em; font-size: .68rem; font-weight: 800; }
.hero-card h2 { margin: 14px 0 16px; font-size: clamp(2rem, 3vw, 3rem); line-height: 1.03; letter-spacing: -.045em; }
.hero-card p { color: var(--muted); margin: 0 0 25px; font-size: .95rem; }
.hero-card a { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; color: var(--gold-light); }
.scroll-cue { position: absolute; z-index: 4; bottom: 25px; left: 50%; transform: translateX(-50%); display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.5); font-size: .7rem; text-transform: uppercase; letter-spacing: .15em; }
.scroll-cue span { width: 1px; height: 34px; background: linear-gradient(var(--gold), transparent); animation: scrollPulse 1.6s infinite; }
@keyframes scrollPulse { 0%,100% { transform: scaleY(.65); transform-origin: top; opacity: .45; } 50% { transform: scaleY(1); opacity: 1; } }

.marquee { border-block: 1px solid var(--line); background: #0f1115; overflow: hidden; }
.marquee-track { display: flex; width: max-content; align-items: center; gap: 30px; padding: 20px 0; animation: marquee 24s linear infinite; }
.marquee span { font-size: .82rem; letter-spacing: .26em; font-weight: 800; color: rgba(255,255,255,.5); }
.marquee i { color: var(--gold); font-style: normal; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { padding: 130px 0; position: relative; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 60px; margin-bottom: 62px; }
.section-head h2, .about-copy h2, .contact-copy h2 { font-size: clamp(3rem, 5vw, 5.3rem); }
.section-head h2 em, .about-copy h2 em, .contact-copy h2 em { color: var(--gold); font-weight: inherit; }
.section-head > p { max-width: 470px; margin: 0; color: var(--muted); }
.services { background: radial-gradient(circle at 80% 5%, rgba(203,165,87,.08), transparent 30%), var(--bg); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card {
    min-height: 410px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    background: linear-gradient(145deg, rgba(28,30,36,.95), rgba(15,17,21,.95));
    border: 1px solid var(--line);
    border-radius: var(--radius);
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
    transition: transform .12s linear, border-color .3s ease, box-shadow .3s ease;
}
.service-card::before { content: ""; position: absolute; inset: 0; opacity: 0; background: radial-gradient(circle at var(--mx,50%) var(--my,50%), rgba(203,165,87,.18), transparent 36%); transition: opacity .3s ease; }
.service-card:hover { border-color: rgba(203,165,87,.45); box-shadow: 0 30px 70px rgba(0,0,0,.35); }
.service-card:hover::before { opacity: 1; }
.service-card > * { position: relative; z-index: 1; transform: translateZ(20px); }
.service-card-top { display: flex; justify-content: space-between; align-items: flex-start; }
.service-number { color: rgba(255,255,255,.24); font-size: .72rem; font-weight: 800; letter-spacing: .14em; }
.service-icon { width: 56px; height: 56px; border-radius: 18px; display: grid; place-items: center; background: rgba(203,165,87,.1); color: var(--gold-light); border: 1px solid rgba(203,165,87,.18); }
.service-icon .icon { width: 28px; height: 28px; }
.service-card h3 { margin: 42px 0 14px; font-family: "Playfair Display",serif; font-size: 2rem; line-height: 1.1; }
.service-card > p { color: var(--muted); margin: 0 0 30px; }
.service-meta { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-top: 22px; border-top: 1px solid var(--line); }
.service-meta span { display: inline-flex; align-items: center; gap: 7px; color: var(--muted); font-size: .87rem; }
.service-meta strong { color: var(--gold-light); }
.service-card > a { margin-top: 20px; display: flex; align-items: center; gap: 10px; font-weight: 800; }
.service-card > a .icon { margin-left: auto; }

.split-section { background: #f2eee4; color: #17181b; overflow: hidden; }
.split-section::before { content: ""; position: absolute; width: 600px; height: 600px; border-radius: 50%; border: 1px solid rgba(20,20,20,.08); right: -260px; top: -240px; box-shadow: 0 0 0 70px rgba(20,20,20,.025), 0 0 0 140px rgba(20,20,20,.018); }
.split-grid { display: grid; grid-template-columns: .95fr 1fr; align-items: center; gap: 95px; }
.about-visual { position: relative; perspective: 1200px; }
.image-frame { position: relative; border-radius: 34px; overflow: hidden; box-shadow: 0 40px 100px rgba(30,24,15,.23); transform-style: preserve-3d; transition: transform .12s linear; }
.image-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(0,0,0,.4)); }
.image-frame img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.frame-corner { position: absolute; z-index: 2; width: 90px; height: 90px; border-color: var(--gold); }
.frame-corner-1 { left: 18px; top: 18px; border-left: 2px solid; border-top: 2px solid; }
.frame-corner-2 { right: 18px; bottom: 18px; border-right: 2px solid; border-bottom: 2px solid; }
.experience-chip { position: absolute; right: -42px; bottom: 55px; padding: 19px 22px; border-radius: 20px; background: #111318; color: white; box-shadow: 0 20px 50px rgba(0,0,0,.27); display: flex; gap: 13px; align-items: center; }
.experience-chip .icon { width: 30px; height: 30px; color: var(--gold); }
.experience-chip strong, .experience-chip span { display: block; line-height: 1.2; }
.experience-chip strong { font-family: "Playfair Display",serif; font-size: 1.4rem; }
.experience-chip span { color: #b2b3b7; font-size: .75rem; }
.about-copy .eyebrow { color: #8b672d; }
.about-copy .lead { font-size: 1.12rem; color: #55575d; margin: 28px 0 38px; }
.values { display: grid; gap: 20px; margin-bottom: 36px; }
.values > div { display: grid; grid-template-columns: 46px 1fr; gap: 18px; padding-bottom: 20px; border-bottom: 1px solid rgba(20,20,20,.12); }
.values > div > span { color: #9b773b; font-size: .78rem; font-weight: 800; }
.values h3 { margin: 0 0 5px; font-size: 1rem; }
.values p { margin: 0; color: #696b71; font-size: .9rem; }
.about-copy .text-link { color: #7c5920; }

.booking-showcase { background: var(--bg-soft); }
.booking-panel { min-height: 560px; border-radius: 38px; overflow: hidden; position: relative; display: grid; grid-template-columns: 1fr .85fr; gap: 50px; padding: 70px; box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,.14); }
.booking-panel-bg { position: absolute; inset: 0; background: linear-gradient(100deg, rgba(4,5,7,.95) 0%, rgba(4,5,7,.82) 48%, rgba(4,5,7,.28)), url('../img/salon-hero.webp') center/cover; }
.booking-panel::after { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(203,165,87,.23); border-radius: 28px; pointer-events: none; }
.booking-panel-copy, .booking-steps { position: relative; z-index: 2; align-self: center; }
.booking-panel h2 { font-size: clamp(3.1rem, 5vw, 5.4rem); }
.booking-panel-copy p { max-width: 560px; color: rgba(255,255,255,.7); margin: 25px 0 32px; }
.booking-steps { display: grid; gap: 14px; }
.booking-steps > div { display: grid; grid-template-columns: 48px 1fr; column-gap: 16px; padding: 20px; border-radius: 20px; background: rgba(10,11,14,.68); border: 1px solid rgba(255,255,255,.14); backdrop-filter: blur(13px); }
.booking-steps > div > span { grid-row: 1 / 3; width: 48px; height: 48px; border-radius: 15px; display: grid; place-items: center; background: rgba(203,165,87,.14); color: var(--gold-light); font-weight: 800; }
.booking-steps strong { align-self: end; }
.booking-steps small { color: rgba(255,255,255,.55); }

.gallery-section { background: var(--bg); }
.gallery-grid { display: grid; grid-template-columns: 1.6fr .7fr; gap: 22px; }
.gallery-item { margin: 0; position: relative; min-height: 520px; overflow: hidden; border-radius: 28px; border: 1px solid var(--line); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.gallery-item:hover img { transform: scale(1.06); }
.gallery-item figcaption { position: absolute; left: 22px; bottom: 18px; background: rgba(7,8,10,.7); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,.15); border-radius: 999px; padding: 9px 14px; font-size: .75rem; color: rgba(255,255,255,.75); }
.gallery-social { min-height: 520px; padding: 32px; display: flex; flex-direction: column; justify-content: space-between; border-radius: 28px; background: linear-gradient(150deg, #242731, #111318); border: 1px solid var(--line); position: relative; overflow: hidden; }
.gallery-social::before { content: ""; position: absolute; width: 300px; height: 300px; background: radial-gradient(circle, rgba(203,165,87,.28), transparent 68%); right: -120px; bottom: -100px; }
.gallery-social > .icon { width: 52px; height: 52px; color: var(--gold-light); }
.gallery-social > span { font-family: "Playfair Display",serif; font-size: 2.4rem; line-height: 1.05; max-width: 260px; }
.gallery-social strong { display: flex; align-items: center; justify-content: space-between; color: var(--gold-light); position: relative; }

.contact-section { background: #f2eee4; color: #17181b; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: start; }
.contact-copy .eyebrow { color: #8b672d; }
.contact-list { display: grid; gap: 14px; margin: 38px 0; }
.contact-list a { display: flex; align-items: center; gap: 17px; padding: 20px; border: 1px solid rgba(20,20,20,.1); border-radius: 20px; background: rgba(255,255,255,.45); transition: transform .2s ease, background .2s ease; }
.contact-list a:hover { transform: translateX(4px); background: #fff; }
.contact-list a > span { width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center; background: #15171b; color: var(--gold-light); }
.contact-list small, .contact-list strong { display: block; }
.contact-list small { color: #777980; font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 3px; }
.company-data-card { margin: 0 0 18px; padding: 25px; border-radius: 24px; background: #fff; border: 1px solid rgba(20,20,20,.1); box-shadow: 0 18px 45px rgba(52,42,22,.08); }
.company-data-heading { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.company-data-heading > span { width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center; background: #17191e; color: var(--gold-light); }
.company-data-heading small { display: block; color: #8b672d; font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; margin-bottom: 2px; }
.company-data-heading h3 { margin: 0; font-size: 1.15rem; }
.company-legal-name { display: block; margin-bottom: 16px; line-height: 1.45; font-size: .9rem; }
.company-data-list { margin: 0; display: grid; gap: 0; }
.company-data-list > div { display: grid; grid-template-columns: 105px 1fr; gap: 18px; padding: 10px 0; border-top: 1px solid rgba(20,20,20,.08); }
.company-data-list dt { color: #777980; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.company-data-list dd { margin: 0; font-weight: 700; line-height: 1.5; }
.hours-card { padding: 24px; border-radius: 24px; background: #17191e; color: #fff; }
.hours-card h3 { margin: 0 0 7px; }
.hours-card > p { color: #aeb0b6; font-size: .85rem; margin: 0 0 18px; }
.hours-list { display: grid; gap: 5px; }
.hours-list div { display: flex; justify-content: space-between; gap: 20px; padding: 8px 0; border-top: 1px solid rgba(255,255,255,.09); font-size: .82rem; }
.hours-list span { color: #aeb0b6; }
.hours-list strong { color: var(--gold-light); }
.map-card { position: sticky; top: 115px; min-height: 720px; border-radius: 30px; overflow: hidden; box-shadow: 0 35px 80px rgba(50,40,20,.2); border: 8px solid #fff; }
.location-photo { width: 100%; height: 240px; display: block; object-fit: cover; border-bottom: 1px solid rgba(0,0,0,.06); }
.map-card iframe { border: 0; width: 100%; height: 480px; filter: grayscale(1) contrast(1.08); }
.map-overlay { position: absolute; left: 24px; right: 24px; bottom: 24px; padding: 18px; border-radius: 19px; background: rgba(16,18,22,.9); color: #fff; backdrop-filter: blur(12px); display: flex; align-items: center; gap: 14px; }
.map-overlay > span { width: 44px; height: 44px; border-radius: 13px; display: grid; place-items: center; background: rgba(203,165,87,.15); color: var(--gold-light); }
.map-overlay strong, .map-overlay small { display: block; }
.map-overlay small { color: #b4b5b9; }

.site-footer { padding: 80px 0 22px; background: #07080a; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr auto; gap: 55px; align-items: start; }
.footer-brand-lockup { display: inline-flex; align-items: center; gap: 13px; margin-bottom: 14px; }
.footer-grid img { width: 190px; margin-bottom: 0; }
.footer-signature { font-size: 1.9rem; }
.footer-legal-name { display: block; max-width: 280px; margin: 0 0 10px; color: #f4f0e8; font-size: .82rem; line-height: 1.5; }
.footer-company-data b { color: #c8c9ce; font-weight: 700; }
.footer-grid p, .footer-grid span, .footer-grid a:not(.btn) { display: block; color: var(--muted); font-size: .88rem; margin: 5px 0; }
.footer-grid h3 { margin: 4px 0 14px; font-size: .78rem; text-transform: uppercase; letter-spacing: .14em; color: var(--gold-light); }
.footer-bottom { margin-top: 55px; padding-top: 20px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; color: #686b73; font-size: .75rem; }
.footer-bottom a:hover { color: var(--gold-light); }
.cookie { position: fixed; left: 24px; bottom: 24px; z-index: 200; max-width: 430px; padding: 18px; border-radius: 18px; background: rgba(16,18,22,.94); border: 1px solid rgba(255,255,255,.15); backdrop-filter: blur(18px); box-shadow: var(--shadow); display: flex; gap: 16px; align-items: center; }
.cookie[hidden] { display: none; }
.cookie p { margin: 0; font-size: .78rem; color: #c0c2c7; }
.floating-book { display: none; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s cubic-bezier(.2,.7,.2,1), transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }
.delay-3 { transition-delay: .24s; }

/* Booking */
.booking-page { background: #0b0c0f; }
.booking-hero { padding: 155px 0 55px; position: relative; overflow: hidden; }
.booking-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 75% 15%, rgba(203,165,87,.16), transparent 28%), linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: auto, 60px 60px, 60px 60px; }
.booking-hero .container { position: relative; }
.booking-hero h1 { font-family: "Playfair Display",serif; font-size: clamp(3.2rem, 6vw, 6rem); line-height: .95; letter-spacing: -.05em; margin: 0; }
.booking-hero p { color: var(--muted); max-width: 650px; }
.booking-shell { padding: 15px 0 120px; }
.booking-layout { display: grid; grid-template-columns: minmax(0,1fr) 350px; gap: 28px; align-items: start; }
.booking-form-card { background: #121419; border: 1px solid var(--line); border-radius: 30px; padding: 34px; box-shadow: var(--shadow); }
.booking-progress { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; margin-bottom: 30px; }
.progress-item { display: flex; align-items: center; gap: 9px; color: #646771; font-size: .75rem; font-weight: 700; }
.progress-item span { width: 30px; height: 30px; border-radius: 50%; border: 1px solid #454852; display: grid; place-items: center; }
.progress-item.active { color: var(--gold-light); }
.progress-item.active span { background: var(--gold); color: #17130a; border-color: var(--gold); }
.booking-step { display: none; }
.booking-step.active { display: block; animation: stepIn .35s ease; }
@keyframes stepIn { from { opacity: 0; transform: translateY(10px); } }
.booking-step h2 { font-family: "Playfair Display",serif; font-size: clamp(2rem,4vw,3.2rem); margin: 0 0 8px; line-height: 1; }
.booking-step > p { color: var(--muted); margin: 0 0 26px; }
.choice-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.choice-card { text-align: left; color: inherit; background: #191c22; border: 1px solid var(--line); border-radius: 20px; padding: 20px; transition: .2s ease; }
.choice-card:hover { border-color: rgba(203,165,87,.45); transform: translateY(-2px); }
.choice-card.selected { border-color: var(--gold); background: linear-gradient(145deg, rgba(203,165,87,.16), #191c22); box-shadow: 0 0 0 1px rgba(203,165,87,.22); }
.choice-card h3 { margin: 9px 0 6px; }
.choice-card p { color: var(--muted); font-size: .83rem; margin: 0; }
.choice-card footer { display: flex; justify-content: space-between; margin-top: 18px; color: var(--gold-light); font-size: .82rem; font-weight: 800; }
.step-actions { display: flex; justify-content: space-between; gap: 14px; margin-top: 30px; }
.form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1/-1; }
.field label { color: #c9cbd0; font-size: .8rem; font-weight: 700; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid var(--line); background: #1a1d23; color: #fff; border-radius: 14px; padding: 14px 15px; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.field textarea { min-height: 105px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(203,165,87,.12); }
.field input[type="date"] { color-scheme: dark; }
.checkbox { display: flex; gap: 10px; align-items: flex-start; color: var(--muted); font-size: .78rem; }
.checkbox input { margin-top: 4px; accent-color: var(--gold); }
.slot-status { min-height: 44px; color: var(--muted); margin-bottom: 12px; }
.slot-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 9px; }
.slot { border: 1px solid var(--line); background: #1a1d23; color: #fff; border-radius: 12px; min-height: 43px; font-weight: 800; }
.slot:hover, .slot.selected { border-color: var(--gold); color: var(--gold-light); background: rgba(203,165,87,.1); }
.booking-summary { position: sticky; top: 112px; background: linear-gradient(150deg,#1b1e25,#101217); border: 1px solid var(--line); border-radius: 28px; padding: 26px; overflow: hidden; }
.booking-summary::before { content: ""; position: absolute; width: 220px; height: 220px; border-radius: 50%; background: radial-gradient(circle, rgba(203,165,87,.18), transparent 65%); right: -100px; top: -100px; }
.booking-summary > * { position: relative; }
.booking-summary h3 { margin: 0 0 22px; }
.summary-row { display: flex; justify-content: space-between; gap: 20px; padding: 12px 0; border-top: 1px solid var(--line); font-size: .82rem; }
.summary-row span { color: var(--muted); }
.summary-row strong { text-align: right; }
.summary-total { margin-top: 18px; padding: 17px; background: rgba(203,165,87,.1); border: 1px solid rgba(203,165,87,.2); border-radius: 15px; display: flex; justify-content: space-between; color: var(--gold-light); }
.booking-message { padding: 14px 16px; border-radius: 14px; margin-bottom: 18px; display: none; }
.booking-message.error { display: block; background: rgba(210,72,72,.12); border: 1px solid rgba(210,72,72,.35); color: #ffaaaa; }
.booking-message.success { display: block; background: rgba(73,183,125,.12); border: 1px solid rgba(73,183,125,.35); color: #b7f3d1; }
.booking-success { text-align: center; padding: 40px 15px; }
.booking-success .success-icon { width: 76px; height: 76px; margin: 0 auto 22px; border-radius: 50%; background: rgba(73,183,125,.14); color: #7de1aa; display: grid; place-items: center; }
.booking-success .success-icon .icon { width: 40px; height: 40px; }
.booking-success h2 { font-size: 3rem; }
.booking-success-code { display: inline-block; margin: 20px 0; padding: 12px 18px; border-radius: 12px; background: #20242b; color: var(--gold-light); letter-spacing: .15em; font-weight: 800; }

@media (max-width: 1050px) {
    .main-nav { gap: 18px; }
    .hero-content { grid-template-columns: 1fr; }
    .hero-card-wrap { display: none; }
    .service-grid { grid-template-columns: repeat(2,1fr); }
    .split-grid { gap: 55px; }
    .booking-panel { grid-template-columns: 1fr; }
    .booking-steps { grid-template-columns: repeat(3,1fr); }
    .booking-steps > div { grid-template-columns: 42px 1fr; }
    .contact-grid { gap: 38px; }
    .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
    .footer-cta { grid-column: 1/-1; }
    .booking-layout { grid-template-columns: 1fr; }
    .booking-summary { position: static; }
}

@media (max-width: 820px) {
    .container { width: min(calc(100% - 28px), var(--container)); }
    .nav-wrap { min-height: 76px; }
    .brand { gap: 10px; }
    .brand img { width: 172px; }
    .brand-signature { font-size: 1.8rem; }
    .nav-toggle { display: block; }
    .main-nav { position: fixed; inset: 76px 0 0; padding: 34px 22px; background: rgba(8,9,11,.98); backdrop-filter: blur(20px); flex-direction: column; align-items: stretch; transform: translateX(100%); transition: transform .35s cubic-bezier(.2,.7,.2,1); }
    .main-nav.open { transform: translateX(0); }
    .main-nav > a { padding: 10px 0; font-size: 1.15rem; }
    .main-nav .btn { margin-top: 16px; }
    .nav-toggle.active span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
    .nav-toggle.active span:nth-child(2) { opacity: 0; }
    .nav-toggle.active span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
    .hero { min-height: 92svh; padding-top: 110px; }
    .hero-media img { object-position: 63% center; }
    .hero-overlay { background: linear-gradient(90deg, rgba(6,7,9,.92), rgba(6,7,9,.35)), linear-gradient(180deg, rgba(6,7,9,.45), rgba(6,7,9,.55)); }
    .hero h1 { font-size: clamp(3.3rem, 15vw, 5.5rem); }
    .hero-copy > p { font-size: 1rem; }
    .hero-trust { display: grid; gap: 10px; }
    .scroll-cue { display: none; }
    .section { padding: 90px 0; }
    .section-head { display: block; margin-bottom: 40px; }
    .section-head > p, .section-head > a { margin-top: 20px; display: inline-flex; }
    .service-grid { grid-template-columns: 1fr; }
    .service-card { min-height: 360px; }
    .split-grid { grid-template-columns: 1fr; }
    .about-visual { max-width: 600px; }
    .experience-chip { right: 16px; }
    .booking-panel { padding: 42px 26px; }
    .booking-steps { grid-template-columns: 1fr; }
    .gallery-grid { grid-template-columns: 1fr; }
    .gallery-item, .gallery-social { min-height: 430px; }
    .contact-grid { grid-template-columns: 1fr; }
    .map-card { position: relative; top: auto; min-height: 520px; }
    .location-photo { height: 210px; }
    .map-card iframe { height: 360px; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-grid > div:first-child { grid-column: 1/-1; }
    .footer-bottom { gap: 20px; flex-wrap: wrap; }
    .floating-book { position: fixed; right: 16px; bottom: 16px; z-index: 90; min-height: 52px; padding: 0 18px; border-radius: 999px; display: flex; align-items: center; gap: 8px; color: #17130a; background: linear-gradient(135deg,var(--gold-light),var(--gold)); box-shadow: 0 15px 40px rgba(0,0,0,.4); font-weight: 800; }
    .cookie { left: 14px; right: 14px; bottom: 80px; max-width: none; }
    .choice-grid { grid-template-columns: 1fr; }
    .slot-grid { grid-template-columns: repeat(4,1fr); }
}

@media (max-width: 390px) {
    .brand img { width: 145px; }
    .brand-signature { font-size: 1.55rem; }
    .company-data-list > div { grid-template-columns: 82px 1fr; gap: 12px; }
    .footer-brand-lockup { flex-wrap: wrap; }
}

@media (max-width: 560px) {
    .hero-actions { display: grid; }
    .hero-actions .btn { width: 100%; }
    .hero h1 { font-size: 3.65rem; }
    .section-head h2, .about-copy h2, .contact-copy h2 { font-size: 3rem; }
    .booking-panel h2 { font-size: 3.25rem; }
    .booking-panel { min-height: auto; }
    .booking-steps > div { padding: 16px; }
    .gallery-item, .gallery-social { min-height: 360px; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-grid > div:first-child, .footer-cta { grid-column: auto; }
    .booking-form-card { padding: 22px 16px; border-radius: 22px; }
    .booking-progress { overflow-x: auto; padding-bottom: 8px; }
    .progress-item { min-width: 95px; }
    .form-grid { grid-template-columns: 1fr; }
    .slot-grid { grid-template-columns: repeat(3,1fr); }
    .step-actions { flex-direction: column-reverse; }
    .step-actions .btn { width: 100%; }
}

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

/* Cloudflare Turnstile */
.turnstile-field { padding-top: 4px; }
.turnstile-wrap { width: 100%; min-height: 65px; padding: 12px; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: rgba(255,255,255,.035); overflow: hidden; }
.turnstile-wrap > div, .turnstile-wrap iframe { max-width: 100%; }
.turnstile-help { display: block; margin-top: 8px; color: var(--muted); font-size: .76rem; }
.turnstile-help.success { color: #9ed8ac; }
.turnstile-help.error { color: #f0a5a5; }
