/* ===== Wizzard of Pawz — Oz theme ===== */
:root {
  --ink: #1e3328;
  --ink-soft: #4f665a;
  --emerald: #1d7a4f;
  --emerald-deep: #14573a;
  --emerald-dark: #0d3b27;
  --mint: #e7f4ec;
  --gold: #f2b32c;
  --gold-deep: #c98a12;
  --ruby: #b3252e;
  --ruby-deep: #8e1c24;
  --cream: #fdfaf0;
  --white: #ffffff;
  --demo: #7c3aed;          /* purple = demo notes for the owner */
  --demo-bg: #f3e8ff;
  --demo-border: #c4b5fd;
  --radius: 18px;
  --shadow: 0 10px 30px rgba(13, 59, 39, 0.10);
  --shadow-lg: 0 18px 50px rgba(13, 59, 39, 0.16);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Nunito', system-ui, sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
  font-size: 17px;
}
img, svg { max-width: 100%; display: block; }
a { color: var(--emerald); }

h1, h2, h3, h4 { font-family: 'Fraunces', Georgia, serif; line-height: 1.15; color: var(--ink); }
h1 { font-size: clamp(2.4rem, 5.5vw, 4rem); font-weight: 700; }
h1 em { font-style: italic; color: var(--emerald); }
h2 { font-size: clamp(1.7rem, 3.6vw, 2.5rem); font-weight: 600; }
h3 { font-size: 1.2rem; font-weight: 600; }

.container { width: min(1120px, 92%); margin: 0 auto; }
.center { text-align: center; }
.section { padding: 84px 0; }
.section-lede { color: var(--ink-soft); max-width: 640px; margin: 14px auto 0; }
.eyebrow {
  font-weight: 800; text-transform: uppercase; letter-spacing: 0.09em;
  font-size: 0.8rem; color: var(--emerald); margin-bottom: 10px;
}
.eyebrow.light { color: var(--gold); }

/* ===== Demo notes (purple — for the owner, removed in the live site) ===== */
.demo-banner {
  background: var(--demo); color: #fff; text-align: center;
  padding: 10px 5%; font-size: 0.9rem; line-height: 1.5;
}
.demo-banner strong { font-weight: 800; }
.demo-note {
  background: var(--demo-bg); border: 2px dashed var(--demo-border);
  border-radius: 14px; padding: 16px 20px; margin-top: 28px;
  color: #4c1d95; font-size: 0.95rem; line-height: 1.55;
}
.demo-note strong { color: var(--demo); }
.demo-note em { font-style: italic; }
.demo-note-wide { max-width: 820px; margin: 32px auto 0; }

/* Floating demo pointer to the staff portal */
.demo-float {
  position: fixed; right: 18px; bottom: 18px; z-index: 60; width: 252px;
  background: var(--demo-bg); border: 2px dashed var(--demo-border);
  border-radius: 14px; padding: 16px 18px 18px;
  box-shadow: 0 12px 34px rgba(76, 29, 149, 0.28);
  transform: rotate(-1deg); color: #4c1d95; font-size: 0.88rem; line-height: 1.5;
}
.demo-float strong { color: var(--demo); }
.demo-float-close {
  position: absolute; top: 4px; right: 10px; background: none; border: 0;
  font-size: 1.25rem; color: var(--demo); cursor: pointer; font-family: inherit;
  line-height: 1; padding: 4px;
}
.float-arrow { width: 40px; height: 46px; display: block; margin: 2px auto -4px; color: var(--demo); }
.btn-demo {
  display: block; text-align: center; background: var(--demo); color: #fff;
  margin-top: 8px; padding: 11px 14px; font-size: 0.9rem;
}
.btn-demo:hover { background: #6d28d9; }
@media (max-width: 680px) {
  .demo-float { left: 14px; right: 14px; width: auto; bottom: 12px; transform: none; }
  .float-arrow { display: none; }
}

/* ===== Yellow brick road elements ===== */
.road-divider { display: block; width: 100%; height: 84px; }
.rd-cream-white { background: linear-gradient(to bottom, var(--cream) 0 50%, var(--white) 50% 100%); }
.rd-white-cream { background: linear-gradient(to bottom, var(--white) 0 50%, var(--cream) 50% 100%); }
.rd-cream-cream { background: var(--cream); }
.road-strip { display: block; width: 100%; height: 30px; }
.brick-underline { display: block; width: 110px; height: 20px; margin: 18px auto 0; border-radius: 5px; box-shadow: 0 2px 6px rgba(201, 138, 18, 0.35); }

/* ===== Buttons ===== */
.btn {
  display: inline-block; font-weight: 800; text-decoration: none;
  border-radius: 999px; padding: 11px 22px; font-size: 0.95rem;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  border: 2px solid transparent; cursor: pointer; font-family: inherit;
}
.btn:hover { transform: translateY(-2px); }
.btn:disabled { opacity: 0.45; cursor: not-allowed; transform: none; }
.btn-lg { padding: 15px 30px; font-size: 1.05rem; }
.btn-primary { background: var(--emerald); color: var(--white); box-shadow: 0 6px 18px rgba(29, 122, 79, 0.35); }
.btn-primary:hover { background: var(--emerald-deep); }
.btn-outline { border-color: var(--emerald); color: var(--emerald); background: transparent; }
.btn-outline:hover { background: var(--mint); }
.btn-ghost { color: var(--emerald-dark); background: transparent; }
.btn-light { background: var(--gold); color: var(--emerald-dark); box-shadow: 0 6px 18px rgba(0,0,0,0.2); }
.btn-light:hover { background: #ffc84d; }
.btn-block { width: 100%; }

/* ===== Header ===== */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: var(--cream);
  border-bottom: 1px solid rgba(13, 59, 39, 0.08);
}
.header-inner { display: flex; align-items: center; gap: 28px; padding: 14px 0; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--ink); }
.brand-mark { color: var(--emerald); flex-shrink: 0; }
.brand-text strong { font-family: 'Fraunces', serif; font-size: 1.15rem; display: block; line-height: 1.1; white-space: nowrap; }
.brand-text small { color: var(--ink-soft); font-size: 0.72rem; letter-spacing: 0.04em; text-transform: uppercase; font-weight: 700; white-space: nowrap; }
.main-nav { display: flex; gap: 22px; margin-left: auto; }
.main-nav a { text-decoration: none; color: var(--ink-soft); font-weight: 700; font-size: 0.92rem; white-space: nowrap; }
.main-nav a:hover, .main-nav a.active { color: var(--emerald); }
.header-cta { display: flex; gap: 10px; align-items: center; }
.header-cta .btn { white-space: nowrap; }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 3px; background: var(--emerald-dark); margin: 4px 0; border-radius: 2px; transition: 0.2s; }

/* ===== Hero ===== */
.hero { padding: 72px 0 84px; background:
  radial-gradient(900px 420px at 85% -10%, rgba(29, 122, 79, 0.12), transparent 60%),
  radial-gradient(700px 380px at -10% 110%, rgba(242, 179, 44, 0.18), transparent 60%);
}
.hero-inner { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 56px; align-items: center; }
.lede { color: var(--ink-soft); font-size: 1.13rem; margin: 20px 0 28px; max-width: 540px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-badges { display: flex; gap: 34px; margin-top: 40px; flex-wrap: wrap; }
.badge-item { display: flex; align-items: center; gap: 10px; }
.badge-num { font-family: 'Fraunces', serif; font-size: 1.9rem; font-weight: 700; color: var(--emerald); }
.badge-label { font-size: 0.78rem; font-weight: 700; color: var(--ink-soft); text-transform: uppercase; letter-spacing: 0.04em; line-height: 1.35; }
.art-card { background: var(--white); border-radius: 28px; box-shadow: var(--shadow-lg); padding: 30px; text-align: center; transform: rotate(2deg); }
.art-caption { font-family: 'Fraunces', serif; font-style: italic; color: var(--ink-soft); margin-top: 6px; }

/* ===== Video hero ===== */
.hero-video { position: relative; overflow: hidden; padding: 130px 0 140px; }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(10, 34, 22, 0.88) 0%, rgba(10, 34, 22, 0.62) 52%, rgba(10, 34, 22, 0.28) 100%);
}
.hero-video .hero-inner { position: relative; z-index: 1; grid-template-columns: 1fr; }
.hero-video .hero-copy { max-width: 640px; }
.hero-video h1 { color: var(--white); }
.hero-video h1 em { color: var(--gold); }
.hero-video .eyebrow { color: var(--gold); }
.hero-video .lede { color: #dceade; }
.hero-video .lede strong { color: var(--white); }
.hero-video .btn-outline { border-color: rgba(255,255,255,0.85); color: var(--white); }
.hero-video .btn-outline:hover { background: rgba(255,255,255,0.14); }
.hero-video .btn-primary { background: var(--gold); color: var(--emerald-dark); box-shadow: 0 6px 18px rgba(0,0,0,0.35); }
.hero-video .btn-primary:hover { background: #ffc84d; }
.hero-video .badge-num { color: var(--gold); }
.hero-video .badge-label { color: #cfdfd5; }

/* ===== Sub-page hero band ===== */
.page-hero {
  background: linear-gradient(120deg, var(--emerald-dark), var(--emerald-deep));
  color: #d9e8df; padding: 60px 0 54px;
}
.page-hero h1 { color: var(--white); font-size: clamp(1.9rem, 4.2vw, 2.9rem); }
.page-hero .eyebrow { color: var(--gold); }
.page-lede { color: #cfe3d7; max-width: 660px; margin-top: 12px; font-size: 1.05rem; }

/* ===== Destination cards (landing) ===== */
.dest-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 46px; }
.dest-card {
  display: block; position: relative; text-decoration: none; color: var(--ink);
  background: var(--white); border: 1px solid rgba(13, 59, 39, 0.08);
  border-radius: var(--radius); box-shadow: var(--shadow); padding: 26px 24px;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.dest-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.dest-card .go {
  position: absolute; top: 22px; right: 20px; font-weight: 800;
  color: var(--gold-deep); font-size: 1.2rem; transition: transform 0.18s ease;
}
.dest-card:hover .go { transform: translateX(4px); }
.dest-icon { font-size: 1.9rem; margin-bottom: 10px; }
.dest-card h3 { margin-bottom: 6px; }
.dest-card p { color: var(--ink-soft); font-size: 0.94rem; }

/* ===== Services ===== */
.services { background: var(--white); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 46px; }
.service-card {
  background: var(--cream); border: 1px solid rgba(13, 59, 39, 0.07);
  border-radius: var(--radius); padding: 28px 24px;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.service-icon { font-size: 2rem; margin-bottom: 12px; }
.service-card h3 { margin-bottom: 8px; }
.service-card p { color: var(--ink-soft); font-size: 0.96rem; }
.services-note { margin-top: 34px; font-weight: 700; color: var(--emerald-deep); }

/* ===== Nail bar (ruby slippers) ===== */
.nail-bar { background: linear-gradient(120deg, var(--ruby-deep), var(--ruby)); color: #fdeaea; padding: 76px 0; }
.nail-inner { display: grid; grid-template-columns: 1.3fr 0.7fr; gap: 48px; align-items: center; }
.nail-bar h2 { color: var(--white); }
.nail-bar .highlight { color: var(--gold); }
.nail-bar p { margin: 16px 0 26px; max-width: 560px; color: #f6d2d2; }
.nail-bar p strong { color: var(--white); }
.nail-clock { display: flex; justify-content: center; }
.clock-face {
  width: 210px; height: 210px; border-radius: 50%;
  background: rgba(255,255,255,0.08); border: 3px dashed rgba(242, 179, 44, 0.7);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
}
.clock-time { font-family: 'Fraunces', serif; font-size: 3rem; font-weight: 700; color: var(--gold); }
.clock-days { font-weight: 800; letter-spacing: 0.18em; font-size: 0.85rem; color: #f6d2d2; }

/* ===== Rebooking ===== */
.rebook-inner { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 56px; align-items: center; }
.rebooking .section-lede { margin-left: 0; }
.rebook-list { list-style: none; margin: 26px 0 32px; }
.rebook-list li {
  padding: 12px 0 12px 38px; position: relative; color: var(--ink-soft);
  border-bottom: 1px dashed rgba(13, 59, 39, 0.12);
}
.rebook-list li::before { content: '🐾'; position: absolute; left: 0; top: 12px; }
.rebook-list li strong { color: var(--ink); }

.phone-mock { display: flex; justify-content: center; }
.phone {
  width: 290px; background: var(--white); border-radius: 36px;
  box-shadow: var(--shadow-lg); border: 8px solid var(--ink);
  padding: 34px 16px 26px; position: relative; transform: rotate(-2deg);
}
.phone-notch {
  position: absolute; top: 10px; left: 50%; transform: translateX(-50%);
  width: 90px; height: 8px; border-radius: 6px; background: var(--ink);
}
.sms { display: flex; flex-direction: column; gap: 10px; }
.sms-bubble { max-width: 85%; padding: 10px 14px; border-radius: 16px; font-size: 0.86rem; line-height: 1.45; }
.sms-bubble.them { background: var(--mint); color: var(--ink); border-bottom-left-radius: 4px; align-self: flex-start; }
.sms-bubble.me { background: var(--emerald); color: var(--white); border-bottom-right-radius: 4px; align-self: flex-end; }

/* ===== Reviews ===== */
.reviews { background: var(--white); }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin: 44px 0 36px; }
.review-card {
  background: var(--cream); border-radius: var(--radius); padding: 28px 24px;
  border: 1px solid rgba(13, 59, 39, 0.07);
}
.stars { color: var(--gold-deep); letter-spacing: 3px; font-size: 1.05rem; margin-bottom: 12px; }
.review-card p { color: var(--ink); font-size: 0.98rem; }
.review-card footer { margin-top: 14px; color: var(--ink-soft); font-size: 0.85rem; font-weight: 700; }

/* ===== Before & After portfolio ===== */
.portfolio-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 46px; }
.ba-card {
  background: var(--white); border-radius: var(--radius); overflow: hidden;
  border: 1px solid rgba(13, 59, 39, 0.08); box-shadow: var(--shadow);
}
.ba-frame { position: relative; aspect-ratio: 4 / 3; --pos: 50%; user-select: none; touch-action: pan-y; }
.ba-frame > svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.ba-before {
  position: absolute; inset: 0;
  clip-path: inset(0 calc(100% - var(--pos)) 0 0);
}
.ba-before > svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.ba-chip {
  position: absolute; top: 10px; z-index: 2; padding: 4px 12px; border-radius: 999px;
  font-size: 0.68rem; font-weight: 800; letter-spacing: 0.07em;
}
.chip-before { left: 10px; background: rgba(62, 55, 43, 0.85); color: #f2ede2; }
.chip-after { right: 10px; background: var(--gold); color: var(--emerald-dark); }
.ba-handle {
  position: absolute; top: 0; bottom: 0; left: var(--pos); width: 3px;
  background: var(--white); box-shadow: 0 0 10px rgba(0,0,0,0.35);
  transform: translateX(-50%); pointer-events: none; z-index: 3;
}
.ba-handle::after {
  content: '↔'; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 36px; height: 36px; border-radius: 50%; background: var(--white);
  display: flex; align-items: center; justify-content: center;
  color: var(--emerald-dark); font-weight: 800; font-size: 1rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.25);
}
.ba-range {
  position: absolute; inset: 0; width: 100%; height: 100%;
  opacity: 0; cursor: ew-resize; margin: 0; z-index: 4;
  -webkit-appearance: none; appearance: none;
}
.ba-caption { padding: 14px 18px 16px; }
.ba-caption strong { font-family: 'Fraunces', serif; font-size: 1.05rem; }
.ba-caption span { display: block; color: var(--ink-soft); font-size: 0.86rem; font-weight: 700; }

/* ===== About ===== */
.about-inner { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 56px; align-items: center; }
.about-copy p { color: var(--ink-soft); margin-top: 14px; }
.stat-stack { display: flex; flex-direction: column; gap: 16px; }
.stat-chip {
  background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow);
  padding: 20px 24px; font-weight: 700; color: var(--ink-soft);
}
.stat-chip strong { font-family: 'Fraunces', serif; font-size: 1.6rem; color: var(--emerald); margin-right: 8px; }
.stat-chip:nth-child(2) { transform: translateX(24px); }

/* ===== Booking widget ===== */
.booking { background: linear-gradient(180deg, var(--cream), var(--mint)); }
.booking-widget {
  background: var(--white); border-radius: 24px; box-shadow: var(--shadow-lg);
  max-width: 820px; margin: 40px auto 0; padding: 36px 40px;
  border-top: 6px solid var(--gold);
}
.booking-steps { display: flex; gap: 8px; justify-content: center; margin-bottom: 32px; flex-wrap: wrap; position: relative; }
.booking-steps::before {
  content: ''; position: absolute; left: 12%; right: 12%; top: 50%;
  border-top: 4px dashed var(--gold); opacity: 0.6; z-index: 0;
}
.step-dot { position: relative; z-index: 1; }
.step-dot {
  display: flex; align-items: center; gap: 8px; font-weight: 800; font-size: 0.88rem;
  color: var(--ink-soft); padding: 8px 16px; border-radius: 999px; background: var(--cream);
}
.step-dot span {
  width: 24px; height: 24px; border-radius: 50%; background: rgba(13,59,39,0.12);
  display: inline-flex; align-items: center; justify-content: center; font-size: 0.8rem;
}
.step-dot.active { background: var(--mint); color: var(--emerald-deep); }
.step-dot.active span { background: var(--emerald); color: #fff; }
.step-dot.done span { background: var(--gold); color: var(--emerald-dark); }

.booking-panel h3 { margin-bottom: 18px; font-size: 1.35rem; }
.panel-hint { color: var(--ink-soft); font-size: 0.9rem; margin: -10px 0 16px; }

.service-picker { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.pick-card { display: block; cursor: pointer; }
.pick-card input { position: absolute; opacity: 0; }
.pick-card span {
  display: block; border: 2px solid rgba(13,59,39,0.12); border-radius: 14px;
  padding: 16px 18px; transition: 0.15s;
}
.pick-card strong { display: block; font-size: 1rem; }
.pick-card small { color: var(--ink-soft); font-size: 0.84rem; }
.pick-card input:checked + span { border-color: var(--emerald); background: var(--mint); box-shadow: 0 4px 14px rgba(29,122,79,0.15); }
.pick-card:hover span { border-color: var(--emerald); }

.day-picker { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 18px; }
.day-pill {
  border: 2px solid rgba(13,59,39,0.12); background: var(--white); border-radius: 12px;
  padding: 10px 14px; cursor: pointer; font-family: inherit; font-weight: 700; color: var(--ink);
  text-align: center; min-width: 76px; transition: 0.15s;
}
.day-pill small { display: block; font-size: 0.72rem; color: var(--ink-soft); text-transform: uppercase; letter-spacing: 0.05em; }
.day-pill.selected { border-color: var(--emerald); background: var(--mint); }
.day-pill:hover { border-color: var(--emerald); }

.slot-picker { display: flex; gap: 10px; flex-wrap: wrap; min-height: 46px; }
.slot-pill {
  border: 2px solid rgba(13,59,39,0.12); background: var(--white); border-radius: 999px;
  padding: 9px 18px; cursor: pointer; font-family: inherit; font-weight: 700; font-size: 0.9rem;
  color: var(--ink); transition: 0.15s;
}
.slot-pill.selected { border-color: var(--emerald); background: var(--emerald); color: #fff; }
.slot-pill:hover:not(.taken) { border-color: var(--emerald); }
.slot-pill.taken { opacity: 0.35; cursor: not-allowed; text-decoration: line-through; }

.panel-nav { display: flex; justify-content: space-between; align-items: center; margin-top: 28px; gap: 12px; }

.booking-summary {
  background: var(--mint); border-radius: 12px; padding: 12px 18px; font-weight: 700;
  color: var(--emerald-deep); margin-bottom: 20px; font-size: 0.95rem;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
#booking-form label { display: block; font-weight: 700; font-size: 0.88rem; margin-bottom: 14px; color: var(--ink); }
#booking-form label small { font-weight: 600; color: var(--ink-soft); }
#booking-form input[type="text"],
#booking-form input[type="tel"] {
  width: 100%; margin-top: 5px; padding: 11px 13px; font-family: inherit; font-size: 0.95rem;
  border: 1.5px solid rgba(13, 59, 39, 0.18); border-radius: 10px; background: var(--cream);
  color: var(--ink);
}
#booking-form input:focus { outline: 2px solid var(--emerald); border-color: transparent; }
#booking-form .checkbox { display: flex; gap: 10px; align-items: flex-start; font-weight: 600; color: var(--ink-soft); }
#booking-form .checkbox input { margin-top: 4px; }
.form-fine { margin-top: 14px; font-size: 0.8rem; color: var(--ink-soft); text-align: center; }
.form-success { text-align: center; padding: 30px 10px; }
.success-icon { font-size: 2.8rem; margin-bottom: 10px; }
.form-success p { color: var(--ink-soft); margin-top: 8px; }

/* ===== Visit ===== */
.visit { background: var(--white); }
.visit-grid { display: grid; grid-template-columns: 0.9fr 1fr 1.1fr; gap: 22px; margin-top: 46px; align-items: start; }
.visit-card { background: var(--cream); border: 1px solid rgba(13,59,39,0.08); border-radius: var(--radius); box-shadow: var(--shadow); padding: 30px 26px; }
.visit-card h3 { margin-bottom: 14px; }
.visit-card h3.mt { margin-top: 26px; }
.hours-table { width: 100%; border-collapse: collapse; font-size: 0.95rem; }
.hours-table td { padding: 7px 0; border-bottom: 1px dashed rgba(13, 59, 39, 0.12); }
.hours-table td:last-child { text-align: right; font-weight: 700; }
.hours-table .closed { color: var(--ruby); }
.hours-note { margin-top: 14px; font-weight: 700; color: var(--emerald-deep); font-size: 0.92rem; }
.address { font-weight: 700; font-size: 1.05rem; }
.link { font-weight: 700; }
.map-card { padding: 0; overflow: hidden; }
.map-placeholder {
  min-height: 320px; display: flex; flex-direction: column; align-items: center; justify-content: center;
  background: repeating-linear-gradient(45deg, #eef6f0, #eef6f0 14px, #e4efe8 14px, #e4efe8 28px);
  color: var(--ink-soft); font-weight: 700; text-align: center; gap: 6px;
}
.map-pin { font-size: 2.2rem; }

/* ===== Footer ===== */
.site-footer { background: var(--emerald-dark); color: #bcd8c8; padding: 56px 0 0; }
.footer-inner { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 36px; padding-bottom: 40px; }
.footer-brand strong { font-family: 'Fraunces', serif; font-size: 1.25rem; color: var(--white); display: block; margin-bottom: 10px; }
.footer-col h4 { color: var(--gold); font-size: 0.95rem; margin-bottom: 10px; }
.site-footer a { color: #e2f2e9; }
.footer-legal { border-top: 1px solid rgba(255,255,255,0.12); padding: 18px 0; font-size: 0.82rem; }

/* ===== Responsive ===== */
@media (max-width: 960px) {
  .hero-inner, .rebook-inner, .about-inner, .nail-inner { grid-template-columns: 1fr; }
  .hero-art { display: none; }
  .services-grid, .review-grid { grid-template-columns: repeat(2, 1fr); }
  .portfolio-grid, .dest-grid { grid-template-columns: repeat(2, 1fr); }
  .visit-grid { grid-template-columns: 1fr 1fr; }
  .map-card { grid-column: span 2; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .phone-mock { margin-top: 12px; }
  .stat-chip:nth-child(2) { transform: none; }
  .booking-widget { padding: 28px 24px; }
}
@media (max-width: 900px) {
  .main-nav, .header-cta .btn-ghost { display: none; }
  .nav-toggle { display: block; }
  .header-cta { margin-left: auto; }
  .main-nav.open {
    display: flex; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0;
    background: var(--white); padding: 18px 6%; gap: 16px; box-shadow: var(--shadow);
    border-bottom: 1px solid rgba(13,59,39,0.08); margin-left: 0;
  }
}
@media (max-width: 680px) {
  .services-grid, .review-grid, .visit-grid, .portfolio-grid, .dest-grid { grid-template-columns: 1fr; }
  .map-card { grid-column: auto; }
  .footer-inner { grid-template-columns: 1fr; }
  .hero { padding: 48px 0 60px; }
  .section { padding: 60px 0; }
  .hero-badges { gap: 20px; }
  .service-picker, .form-row { grid-template-columns: 1fr; }
  .panel-nav { flex-direction: column-reverse; align-items: stretch; }
  .panel-nav .btn { text-align: center; }
}
@media (max-width: 520px) {
  .header-inner { gap: 12px; }
  .brand-text strong { font-size: 1rem; }
  .brand-text small { font-size: 0.62rem; }
  .header-cta .btn { padding: 9px 16px; font-size: 0.85rem; }
  .nav-toggle { padding: 6px; }
}
