/* ============================================================
   Ezili Beauty Bar — Stylesheet
   ============================================================ */
:root {
  --ivory: #fbf6f0;
  --ivory-2: #f4eae0;
  --sand: #ead9c8;
  --espresso: #17120f;
  --espresso-2: #241c18;
  --champagne: #c6a47a;
  --champagne-dk: #a07c52;
  --rose: #dcb6a3;
  --ink: #29211c;
  --muted: #897b70;
  --line: #e7d9ca;
  --white: #fff;

  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Jost", "Helvetica Neue", Arial, sans-serif;
  --maxw: 1180px;
  --radius: 16px;
  --shadow: 0 26px 60px -28px rgba(41, 33, 28, 0.5);
  --shadow-sm: 0 12px 30px -18px rgba(41, 33, 28, 0.45);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--ivory);
  line-height: 1.65;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
code { font-family: ui-monospace, Menlo, monospace; font-size: 0.85em; background: rgba(160,124,82,0.12); padding: 1px 6px; border-radius: 5px; }
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 500; line-height: 1.1; letter-spacing: 0.3px; }
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
em { font-style: italic; color: var(--champagne-dk); }

.eyebrow {
  text-transform: uppercase; letter-spacing: 4px; font-size: 0.72rem;
  font-weight: 500; color: var(--champagne-dk); margin-bottom: 14px;
}
.eyebrow.light { color: var(--rose); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--sans); font-weight: 500; letter-spacing: 1.5px;
  text-transform: uppercase; font-size: 0.76rem; padding: 14px 30px;
  border-radius: 50px; border: 1px solid transparent; cursor: pointer;
  transition: all 0.35s var(--ease); white-space: nowrap; background: none;
}
.btn-lg { padding: 17px 40px; font-size: 0.8rem; }
.btn-primary { background: linear-gradient(135deg, var(--champagne), var(--champagne-dk)); color: #fff; box-shadow: 0 12px 28px -12px rgba(160,124,82,0.9); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 18px 34px -12px rgba(160,124,82,0.95); }
.btn-primary:disabled { opacity: 0.45; cursor: not-allowed; transform: none; box-shadow: none; }
.btn-line { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-line:hover { border-color: var(--champagne); color: var(--champagne-dk); }
.hero .btn-line, .btn-line.light { color: #fff; border-color: rgba(255,255,255,0.5); }
.hero .btn-line:hover { background: rgba(255,255,255,0.12); border-color: #fff; color: #fff; }

/* ============================================================ HEADER */
.header { position: fixed; inset: 0 0 auto 0; z-index: 100; padding: 16px 0; transition: all 0.4s var(--ease); }
.header-inner { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.brand-logo { height: 48px; border-radius: 6px; transition: height 0.4s var(--ease); }
.nav { display: flex; gap: 32px; }
.nav a { color: #fff; font-size: 0.8rem; letter-spacing: 1.6px; text-transform: uppercase; position: relative; padding: 6px 0; transition: color 0.3s; }
.nav a::after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 1px; background: var(--champagne); transition: width 0.35s var(--ease); }
.nav a:hover { color: var(--champagne); }
.nav a:hover::after { width: 100%; }
.header-actions { display: flex; align-items: center; gap: 14px; }
.header-phone { display: inline-flex; align-items: center; gap: 8px; color: #fff; font-size: 0.82rem; letter-spacing: 0.5px; }
.header-phone:hover { color: var(--champagne); }
.header.scrolled { background: rgba(20,15,12,0.93); backdrop-filter: blur(12px); box-shadow: 0 10px 34px -20px rgba(0,0,0,0.8); padding: 9px 0; }
.header.scrolled .brand-logo { height: 40px; }
.burger { display: none; flex-direction: column; gap: 5px; border: none; cursor: pointer; padding: 6px; background: none; }
.burger span { width: 24px; height: 2px; background: #fff; transition: all 0.3s var(--ease); }

/* ============================================================ HERO */
.hero {
  position: relative; min-height: 100vh; min-height: 100svh;
  display: flex; align-items: center; justify-content: center; text-align: center;
  color: #fff; overflow: hidden;
  padding: 104px 0 48px;
  background:
    radial-gradient(120% 90% at 75% 12%, rgba(198,164,122,0.30), transparent 55%),
    radial-gradient(110% 90% at 12% 88%, rgba(220,182,163,0.20), transparent 52%),
    linear-gradient(165deg, #241b16 0%, #2c211a 45%, #17120f 100%);
}
.hero-glow {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(60% 50% at 50% 40%, rgba(198,164,122,0.12), transparent 70%);
  mix-blend-mode: screen;
}
.hero-inner { position: relative; z-index: 2; max-width: 800px; padding: 0 24px; }

/* ----- self-drawing SVG logo ----- */
.hero-logo { position: relative; display: inline-block; margin: 0 auto 8px; line-height: 0; }
.logo-draw { width: clamp(168px, 24vw, 280px); height: auto; display: block; overflow: visible; }

.ld-frame, .ld-ezili, .ld-script {
  fill: transparent;
  stroke: #fff;
  stroke-linejoin: round;
  stroke-linecap: round;
}
.ld-frame {
  stroke-width: 2;
  stroke-dasharray: 1780; stroke-dashoffset: 1780;
  animation: ldDraw 1.4s ease 0.2s forwards;
}
.ld-ezili {
  font-family: "Cormorant Garamond", serif; font-weight: 400;
  font-size: 116px; letter-spacing: 18px;
  stroke-width: 1.1;
  stroke-dasharray: 3200; stroke-dashoffset: 3200;
  animation: ldDraw 1.7s ease 0.9s forwards, ldFill 0.7s ease 2.5s forwards;
}
.ld-script {
  font-family: "Dancing Script", cursive; font-weight: 700;
  font-size: 92px;
  stroke-width: 1.6;
  stroke-dasharray: 4200; stroke-dashoffset: 4200;
  animation: ldDraw 2.4s ease 1.5s forwards, ldFill 0.8s ease 3.7s forwards;
}
.ld-brush { opacity: 0; filter: drop-shadow(0 6px 9px rgba(0,0,0,0.45)); animation: ldBrush 3.1s linear 1.5s forwards; }

@keyframes ldDraw { to { stroke-dashoffset: 0; } }
@keyframes ldFill { to { fill: #fff; } }
@keyframes ldBrush { 0% { opacity: 0; } 5% { opacity: 1; } 88% { opacity: 1; } 100% { opacity: 0; } }
.hero h1 { font-size: clamp(3rem, 8vw, 6rem); font-weight: 500; margin-bottom: 22px; text-shadow: 0 4px 36px rgba(0,0,0,0.35); }
.hero h1 em { color: var(--rose); }
.hero-sub { font-size: clamp(1rem, 2vw, 1.2rem); max-width: 560px; margin: 0 auto 36px; color: rgba(255,255,255,0.92); }
.hero-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.hero-trust { margin-top: 34px; display: flex; gap: 14px; justify-content: center; align-items: center; flex-wrap: wrap; font-size: 0.72rem; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.78); }
.hero-trust .dot { width: 4px; height: 4px; border-radius: 50%; background: var(--champagne); }
.scroll-cue { position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%); z-index: 2; width: 26px; height: 42px; border: 1.5px solid rgba(255,255,255,0.6); border-radius: 20px; }
.scroll-cue span { position: absolute; top: 8px; left: 50%; width: 4px; height: 8px; margin-left: -2px; background: #fff; border-radius: 2px; animation: scrollDot 1.8s infinite var(--ease); }
@keyframes scrollDot { 0% { opacity: 0; transform: translateY(0); } 40% { opacity: 1; } 100% { opacity: 0; transform: translateY(14px); } }

/* ============================================================ MARQUEE */
.marquee { background: var(--espresso); color: var(--ivory); overflow: hidden; padding: 16px 0; }
.marquee-track { display: flex; gap: 26px; white-space: nowrap; width: max-content; animation: marquee 28s linear infinite; font-family: var(--serif); font-size: 1.5rem; letter-spacing: 1px; }
.marquee-track span { opacity: 0.85; }
.marquee-track span:nth-child(even) { color: var(--champagne); }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ============================================================ SHOWCASE */
.showcase { background: var(--ivory); }
.showcase-frame {
  width: fit-content; max-width: 100%; margin: 0 auto;
  border: 1px solid var(--line); border-radius: 18px;
  overflow: hidden; box-shadow: var(--shadow); line-height: 0;
}
.showcase-frame video { display: block; width: auto; max-width: 100%; max-height: 80vh; }

/* ============================================================ SECTIONS */
.section { padding: clamp(72px, 9vw, 130px) 0; }
.section-head { text-align: center; max-width: 700px; margin: 0 auto 56px; }
.section-head h2 { font-size: clamp(2.3rem, 5vw, 3.6rem); margin-bottom: 16px; }
.lead { color: var(--muted); font-size: 1.05rem; }
.lead.muted-light { color: rgba(251,246,240,0.72); }
.fineprint { text-align: center; color: var(--muted); font-size: 0.85rem; margin-top: 38px; font-style: italic; }

.services { background: var(--ivory-2); }
.svc-tabs { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 44px; }
.svc-tab { padding: 10px 22px; border: 1px solid var(--line); border-radius: 50px; background: var(--white); font-family: var(--sans); font-size: 0.76rem; letter-spacing: 1.5px; text-transform: uppercase; color: var(--muted); cursor: pointer; transition: all 0.25s var(--ease); }
.svc-tab:hover { border-color: var(--champagne); color: var(--champagne-dk); }
.svc-tab.active { background: linear-gradient(135deg, var(--champagne), var(--champagne-dk)); border-color: transparent; color: #fff; box-shadow: 0 10px 22px -12px rgba(160,124,82,0.9); }
.svc-panel { display: none; }
.svc-panel.active { display: block; animation: fade 0.45s var(--ease); }
.svc-cat-head { text-align: center; max-width: 680px; margin: 0 auto 30px; }
.cat-kicker { display: inline-block; font-size: 0.7rem; letter-spacing: 4px; text-transform: uppercase; color: var(--champagne-dk); margin-bottom: 10px; }
.svc-cat-head h3 { font-size: clamp(1.7rem, 3.5vw, 2.4rem); }
.svc-cat-note { color: var(--muted); font-size: 0.92rem; margin-top: 12px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 28px; position: relative; overflow: hidden; display: flex; flex-direction: column; transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease); }
.service-card::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 3px; background: linear-gradient(90deg, var(--champagne), var(--rose)); opacity: 0; transition: opacity 0.4s var(--ease); }
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.service-card:hover::before { opacity: 1; }
.service-card .sc-top { display: flex; justify-content: space-between; align-items: baseline; gap: 14px; }
.service-card h3 { font-size: 1.3rem; line-height: 1.2; }
.service-card .price { font-family: var(--serif); font-size: 1.5rem; color: var(--champagne-dk); font-weight: 600; white-space: nowrap; }
.service-card .sc-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 12px; }
.service-card .sc-dur { font-size: 0.68rem; letter-spacing: 1.5px; text-transform: uppercase; color: var(--muted); border: 1px solid var(--line); border-radius: 50px; padding: 4px 11px; }
.service-card .sc-badge { font-size: 0.66rem; letter-spacing: 1px; text-transform: uppercase; color: #fff; background: linear-gradient(135deg, var(--champagne), var(--champagne-dk)); border-radius: 50px; padding: 4px 11px; font-weight: 500; }
.service-card p { color: var(--muted); font-size: 0.92rem; margin: 14px 0 20px; flex: 1; }
.service-card .sc-book { font-size: 0.72rem; letter-spacing: 2px; text-transform: uppercase; color: var(--champagne-dk); display: inline-flex; align-items: center; gap: 6px; align-self: flex-start; }
.service-card .sc-book::after { content: "→"; transition: transform 0.3s var(--ease); }
.service-card:hover .sc-book::after { transform: translateX(5px); }

/* ============================================================ BOOKING */
.book { background: var(--ivory); }
.booking { max-width: 920px; margin: 0 auto; background: var(--white); border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow); overflow: hidden; }
.steps { list-style: none; display: flex; background: var(--espresso); }
.steps li { flex: 1; display: flex; align-items: center; justify-content: center; gap: 9px; padding: 18px 10px; font-size: 0.72rem; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,0.5); position: relative; }
.steps li span { width: 26px; height: 26px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.3); display: grid; place-items: center; font-size: 0.78rem; transition: all 0.3s var(--ease); }
.steps li.active { color: #fff; }
.steps li.active span { background: var(--champagne); border-color: var(--champagne); color: var(--espresso); }
.steps li.done span { background: rgba(198,164,122,0.25); border-color: var(--champagne); color: var(--champagne); }

.booking-body { padding: 40px; }
.step { display: none; animation: fade 0.4s var(--ease); }
.step.is-active { display: block; }
@keyframes fade { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.step-title { font-size: 1.7rem; margin-bottom: 22px; text-align: center; }

.choices { display: flex; flex-direction: column; gap: 30px; max-height: 560px; overflow-y: auto; padding: 4px 6px 4px 0; }
.choice-cat h4 { font-family: var(--sans); font-size: 0.74rem; letter-spacing: 2px; text-transform: uppercase; color: var(--champagne-dk); margin-bottom: 12px; padding-bottom: 8px; border-bottom: 1px solid var(--line); }
.choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.choice { display: flex; justify-content: space-between; align-items: center; gap: 12px; border: 1px solid var(--line); border-radius: 12px; padding: 14px 16px; cursor: pointer; transition: all 0.25s var(--ease); background: var(--white); text-align: left; }
.choice:hover { border-color: var(--champagne); background: var(--ivory); }
.choice.selected { border-color: var(--champagne); background: linear-gradient(135deg, rgba(198,164,122,0.14), rgba(220,182,163,0.1)); box-shadow: inset 0 0 0 1px var(--champagne); }
.choice .c-info { display: flex; flex-direction: column; gap: 3px; }
.choice .c-name { font-weight: 400; font-size: 0.98rem; line-height: 1.25; }
.choice .c-desc { font-size: 0.74rem; letter-spacing: 1px; text-transform: uppercase; color: var(--muted); }
.choice .c-price { font-family: var(--serif); font-size: 1.25rem; color: var(--champagne-dk); font-weight: 600; white-space: nowrap; }

.dt-grid, .form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field--full { grid-column: 1 / -1; }
.field label { font-size: 0.74rem; letter-spacing: 1.5px; text-transform: uppercase; color: var(--muted); font-weight: 500; }
.field input, .field textarea {
  font-family: var(--sans); font-size: 1rem; color: var(--ink);
  border: 1px solid var(--line); border-radius: 10px; padding: 13px 14px; background: var(--ivory);
  transition: border-color 0.25s, box-shadow 0.25s; width: 100%;
}
.field input:focus, .field textarea:focus { outline: none; border-color: var(--champagne); box-shadow: 0 0 0 3px rgba(198,164,122,0.18); background: #fff; }
.hint { font-size: 0.78rem; color: var(--muted); }
.slots { display: flex; flex-wrap: wrap; gap: 9px; align-content: flex-start; }
.slots-empty { color: var(--muted); font-size: 0.9rem; font-style: italic; }
.slot { border: 1px solid var(--line); background: var(--ivory); border-radius: 8px; padding: 9px 14px; font-family: var(--sans); font-size: 0.85rem; cursor: pointer; transition: all 0.2s var(--ease); }
.slot:hover { border-color: var(--champagne); }
.slot.selected { background: var(--champagne); border-color: var(--champagne); color: #fff; }
.slots .closed-msg { color: var(--champagne-dk); font-style: italic; font-size: 0.92rem; }

.form-error { color: #b5462f; font-size: 0.88rem; margin-top: 14px; }
.summary { display: grid; gap: 0; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.summary div { display: flex; justify-content: space-between; gap: 16px; padding: 15px 20px; border-bottom: 1px solid var(--line); }
.summary div:last-child { border-bottom: none; }
.summary dt { color: var(--muted); font-size: 0.78rem; letter-spacing: 1.5px; text-transform: uppercase; }
.summary dd { text-align: right; font-weight: 400; }
.summary .sum-total dd { font-family: var(--serif); font-size: 1.3rem; color: var(--champagne-dk); }
.confirm-note { font-size: 0.85rem; color: var(--muted); text-align: center; margin: 20px 0; }
.confirm-note a { color: var(--champagne-dk); border-bottom: 1px solid var(--champagne); }

.step-nav { display: flex; justify-content: space-between; gap: 12px; margin-top: 30px; }
.step-nav.center { justify-content: center; }

.booking-success { text-align: center; padding: 20px 0; }
.success-mark { width: 76px; height: 76px; margin: 0 auto 18px; border-radius: 50%; background: linear-gradient(135deg, var(--champagne), var(--champagne-dk)); color: #fff; display: grid; place-items: center; }
.booking-success h3 { font-size: 2rem; margin-bottom: 10px; }
.booking-success p { color: var(--muted); max-width: 460px; margin: 0 auto 24px; }

/* ============================================================ GALLERY */
.gallery { background: var(--espresso); color: var(--ivory); }
.gallery .section-head h2 { color: var(--ivory); }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.g-item { position: relative; border-radius: var(--radius); overflow: hidden; cursor: pointer; aspect-ratio: 1 / 1; background: #100c0a; }
.g-item img, .g-item video { width: 100%; height: 100%; object-fit: contain; transition: transform 0.6s var(--ease); }
.g-item:hover img, .g-item:hover video { transform: scale(1.06); }
.g-item figcaption { position: absolute; inset: auto 0 0 0; padding: 26px 18px 14px; background: linear-gradient(0deg, rgba(0,0,0,0.72), transparent); font-size: 0.78rem; letter-spacing: 1px; text-transform: uppercase; opacity: 0; transform: translateY(8px); transition: all 0.4s var(--ease); }
.g-item:hover figcaption { opacity: 1; transform: none; }

/* Lightbox */
.lightbox { position: fixed; inset: 0; z-index: 200; background: rgba(12,9,7,0.95); display: none; align-items: center; justify-content: center; padding: 30px; }
.lightbox.open { display: flex; }
.lightbox img, .lightbox video { max-width: 92vw; max-height: 88vh; border-radius: 10px; box-shadow: 0 30px 80px rgba(0,0,0,0.6); }
.lightbox-close { position: absolute; top: 20px; right: 28px; background: none; border: none; color: #fff; font-size: 2.4rem; cursor: pointer; line-height: 1; }

/* ============================================================ ABOUT */
.about { background: var(--ivory); }
.about-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 64px; align-items: center; }
.about-media { position: relative; }
.about-media img { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow); }
.about-media::after { content: ""; position: absolute; inset: 18px -18px -18px 18px; border: 1px solid var(--champagne); border-radius: var(--radius); z-index: -1; }
.about-text h2 { font-size: clamp(2.1rem, 4.5vw, 3.4rem); margin-bottom: 18px; }
.about-text p { color: var(--muted); margin-bottom: 16px; }
.stats { display: flex; gap: 30px; margin: 26px 0 30px; flex-wrap: wrap; }
.stats div { display: flex; flex-direction: column; }
.stats strong { font-family: var(--serif); font-size: 2rem; color: var(--ink); }
.stats span { font-size: 0.74rem; letter-spacing: 1.5px; text-transform: uppercase; color: var(--muted); }

/* ============================================================ CONTACT */
.contact { background: var(--ivory-2); }
.contact-grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: 40px; }
.contact-info { display: flex; flex-direction: column; gap: 24px; }
.info-block h3 { font-family: var(--sans); font-size: 0.95rem; text-transform: uppercase; letter-spacing: 2px; font-weight: 500; color: var(--champagne-dk); margin-bottom: 6px; }
.info-block a:hover { color: var(--champagne-dk); }
.link-arrow { display: inline-block; margin-top: 8px; color: var(--champagne-dk); font-size: 0.85rem; letter-spacing: 1px; border-bottom: 1px solid var(--champagne); padding-bottom: 2px; }
.hours { list-style: none; }
.hours li { display: flex; justify-content: space-between; gap: 20px; padding: 5px 0; border-bottom: 1px dashed var(--line); font-size: 0.95rem; }
.hours li:last-child { border-bottom: none; }
.hours .closed { color: var(--champagne-dk); font-style: italic; }
.contact-map { border-radius: var(--radius); overflow: hidden; min-height: 440px; box-shadow: var(--shadow); }
.contact-map iframe { width: 100%; height: 100%; min-height: 440px; }

/* ============================================================ FOOTER */
.footer { background: var(--espresso); color: rgba(251,246,240,0.78); }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; padding-top: 70px; padding-bottom: 50px; }
.footer-logo { height: 56px; border-radius: 6px; margin-bottom: 18px; }
.footer-brand p { font-size: 0.92rem; max-width: 280px; }
.social { display: flex; gap: 12px; margin-top: 20px; }
.social a { width: 40px; height: 40px; border: 1px solid rgba(198,164,122,0.4); border-radius: 50%; display: grid; place-items: center; color: var(--ivory); transition: all 0.3s var(--ease); }
.social a:hover { background: var(--champagne); border-color: var(--champagne); color: var(--espresso); transform: translateY(-3px); }
.footer-col h4 { font-family: var(--sans); font-size: 0.8rem; text-transform: uppercase; letter-spacing: 2px; color: var(--champagne); margin-bottom: 18px; font-weight: 500; }
.footer-col a, .footer-col p { display: block; font-size: 0.92rem; margin-bottom: 9px; color: rgba(251,246,240,0.78); }
.footer-col a:hover { color: var(--champagne); }
.footer-col .hours li { border-color: rgba(255,255,255,0.12); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding: 22px 24px; text-align: center; font-size: 0.82rem; color: rgba(251,246,240,0.55); }

/* ============================================================ FLOATING CTA */
.floating-cta { position: fixed; right: 18px; bottom: 18px; z-index: 90; background: linear-gradient(135deg, var(--champagne), var(--champagne-dk)); color: #fff; padding: 15px 26px; border-radius: 50px; font-size: 0.78rem; letter-spacing: 1.5px; text-transform: uppercase; font-weight: 500; box-shadow: 0 14px 32px -10px rgba(160,124,82,0.95); opacity: 0; transform: translateY(80px); transition: all 0.4s var(--ease); pointer-events: none; display: none; }
.floating-cta.show { opacity: 1; transform: none; pointer-events: auto; }

/* ============================================================ REVEAL */
.reveal { opacity: 0; transform: translateY(38px); transition: opacity 0.9s var(--ease), transform 0.9s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { *, *::before { animation: none !important; transition: none !important; } .reveal { opacity: 1; transform: none; } html { scroll-behavior: auto; } .ld-frame, .ld-ezili, .ld-script { stroke-dashoffset: 0 !important; fill: #fff !important; } .ld-brush { display: none !important; } }

/* ============================================================ RESPONSIVE */
@media (max-width: 1024px) {
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
  .nav { position: fixed; inset: 0 0 0 auto; width: min(80vw, 330px); flex-direction: column; justify-content: center; gap: 26px; background: rgba(20,15,12,0.98); backdrop-filter: blur(14px); padding: 40px; transform: translateX(100%); transition: transform 0.45s var(--ease); z-index: 99; }
  .nav.open { transform: none; }
  .nav a { font-size: 1.05rem; }
  .burger { display: flex; z-index: 101; }
  .burger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .burger.active span:nth-child(2) { opacity: 0; }
  .burger.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .header-phone span { display: none; }
  .header-book { display: none; }
  .about-grid { grid-template-columns: 1fr; gap: 44px; }
  .contact-grid { grid-template-columns: 1fr; }
  .floating-cta { display: block; }
  .steps li { font-size: 0; gap: 0; padding: 16px 6px; }
  .steps li span { font-size: 0.8rem; }
}
@media (max-width: 560px) {
  .service-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; }
  .booking-body { padding: 26px 20px; }
  .choice-grid, .dt-grid, .form-grid { grid-template-columns: 1fr; }
  .brand-logo { height: 40px; }
}
