:root {
  color-scheme: light;
  --ink: #111317;
  --muted: #5f6673;
  --line: #dde1e7;
  --paper: #f7f5f0;
  --surface: #ffffff;
  --surface-strong: #ebe7dd;
  --charcoal: #101113;
  --charcoal-2: #1d2228;
  --charcoal-3: #2a3038;
  --gold: #caa66a;
  --gold-2: #e7c982;
  --gold-dim: rgba(202, 166, 106, 0.22);
  --blue: #345d73;
  --green: #2f6254;
  --green-soft: rgba(47, 98, 84, 0.12);
  --error: #9c2f2f;
  --error-soft: rgba(156, 47, 47, 0.1);
  --success: #2f6254;
  --success-soft: rgba(47, 98, 84, 0.12);
  --shadow-sm: 0 8px 24px rgba(16, 17, 19, 0.06);
  --shadow: 0 20px 56px rgba(16, 17, 19, 0.12);
  --shadow-lg: 0 28px 80px rgba(16, 17, 19, 0.16);
  --shadow-gold: 0 16px 48px rgba(202, 166, 106, 0.18);
  --radius: 12px;
  --radius-lg: 18px;
  --radius-xl: 24px;
  --max: 1180px;
  --section-pad: clamp(72px, 10vw, 104px);
  --transition: 220ms cubic-bezier(0.4, 0, 0.2, 1);
  --focus-ring: 0 0 0 3px var(--paper), 0 0 0 5px var(--blue);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

section,
#booking,
#cancel {
  scroll-margin-top: 96px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

/* Skip link */
.skip-link {
  position: absolute;
  top: -100px;
  left: 16px;
  z-index: 100;
  padding: 12px 18px;
  color: var(--charcoal);
  background: var(--gold-2);
  border-radius: var(--radius);
  font-weight: 700;
  transition: top var(--transition);
}

.skip-link:focus {
  top: 16px;
  outline: none;
  box-shadow: var(--focus-ring);
}

/* ── Header ─────────────────────────────────────────────────────── */
.site-header {
  position: fixed;
  top: 16px;
  left: 50%;
  z-index: 50;
  width: min(calc(100% - 32px), var(--max));
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 14px 10px 20px;
  color: #fff;
  background: rgba(16, 17, 19, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-lg);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
  transform: translateX(-50%);
  backdrop-filter: blur(20px);
}

.brand {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

.brand:focus-visible {
  outline: none;
  border-radius: var(--radius);
  box-shadow: var(--focus-ring);
}

.brand-wordmark {
  display: flex;
  flex-direction: column;
  gap: 2px;
  line-height: 1;
}

.brand-onyx {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: #fff;
  background: linear-gradient(135deg, #fff 0%, var(--gold-2) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.brand-subtitle {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}

.site-nav a {
  padding: 10px 12px;
  color: rgba(255, 255, 255, 0.82);
  border-radius: var(--radius);
  font-size: 0.9rem;
  font-weight: 600;
  transition: color var(--transition), background var(--transition);
}

.site-nav a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.site-nav a:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  outline: none;
  box-shadow: var(--focus-ring);
}

.site-nav .nav-phone {
  margin-left: 4px;
  color: var(--charcoal);
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
}

.site-nav .nav-phone:hover {
  background: linear-gradient(135deg, #f0d99a, var(--gold-2));
}

.site-nav .nav-social {
  width: 38px;
  height: 38px;
  min-width: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: var(--gold-2);
  border: 1px solid rgba(231, 201, 130, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  font-weight: 800;
}

.social-icon {
  display: block;
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.site-nav .nav-social:hover {
  color: var(--charcoal);
  background: var(--gold-2);
  border-color: var(--gold-2);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  cursor: pointer;
  transition: background var(--transition);
}

.menu-toggle:hover {
  background: rgba(255, 255, 255, 0.14);
}

.menu-toggle:focus-visible {
  outline: none;
  box-shadow: var(--focus-ring);
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: #fff;
  border-radius: 999px;
  transition: transform var(--transition), opacity var(--transition);
}

/* ── Hero ────────────────────────────────────────────────────────── */
.hero {
  position: relative;
  min-height: min(92vh, 880px);
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #fff;
  background: var(--charcoal);
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: 58% 42%;
}

.hero-overlay {
  background:
    linear-gradient(105deg, rgba(16, 17, 19, 0.94) 0%, rgba(16, 17, 19, 0.72) 42%, rgba(16, 17, 19, 0.35) 68%, rgba(16, 17, 19, 0.2) 100%),
    linear-gradient(0deg, rgba(16, 17, 19, 0.88) 0%, transparent 48%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
  padding: clamp(120px, 18vw, 168px) 0 clamp(48px, 8vw, 72px);
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--gold-2);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow.dark {
  color: var(--blue);
}

h1, h2, h3, p {
  overflow-wrap: anywhere;
}

h1, h2 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  line-height: 1.05;
  letter-spacing: -0.01em;
}

h1 {
  max-width: 14ch;
  font-size: clamp(2.6rem, 7.5vw, 5.5rem);
  font-weight: 700;
}

h2 {
  font-size: clamp(2rem, 4.2vw, 3.5rem);
  font-weight: 700;
}

h3 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.25;
}

.hero-copy {
  max-width: 540px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1rem, 2vw, 1.15rem);
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.hero-trust {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 36px 0 0;
  padding: 0;
  list-style: none;
}

.hero-trust li {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 88px;
  padding: 16px 14px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.35;
  background: rgba(16, 17, 19, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-lg);
  backdrop-filter: blur(12px);
  transition: border-color var(--transition), background var(--transition);
}

.hero-trust li:hover {
  background: rgba(16, 17, 19, 0.55);
  border-color: rgba(202, 166, 106, 0.35);
}

.trust-icon {
  color: var(--gold-2);
  font-size: 1rem;
  line-height: 1;
}

/* ── Buttons ─────────────────────────────────────────────────────── */
.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition:
    transform var(--transition),
    background var(--transition),
    border-color var(--transition),
    box-shadow var(--transition);
}

.button:hover {
  transform: translateY(-2px);
}

.button:active {
  transform: translateY(0);
}

.button:focus-visible {
  outline: none;
  box-shadow: var(--focus-ring);
}

.button-primary {
  color: var(--charcoal);
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  box-shadow: var(--shadow-gold);
}

.button-primary:hover {
  box-shadow: 0 20px 56px rgba(202, 166, 106, 0.28);
}

.button-secondary {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.22);
}

.button-secondary:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.32);
}

.button-outline {
  color: var(--ink);
  background: transparent;
  border-color: var(--line);
}

.button-outline:hover {
  border-color: var(--gold);
  background: var(--gold-dim);
}

.button-secondary-dark {
  color: #fff;
  background: var(--charcoal);
}

.button-on-light {
  width: fit-content;
  color: var(--ink);
}

/* ── Sections ────────────────────────────────────────────────────── */
.section {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
  padding: var(--section-pad) 0;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 40px;
}

.section-heading--center {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section-heading.compact {
  max-width: 560px;
}

.section-lead {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.6;
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.7fr);
  gap: 48px;
  align-items: end;
}

.intro p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 1.06rem;
}

/* ══════════════════════════════════════════════════════════════════
   PACKAGE CARDS (new)
   ══════════════════════════════════════════════════════════════════ */

.package-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: stretch;
}

.pkg-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0;
  background: var(--surface);
  border: 2px solid var(--line);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  cursor: pointer;
  transition:
    transform var(--transition),
    box-shadow var(--transition),
    border-color var(--transition);
}

.pkg-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: rgba(202, 166, 106, 0.4);
}

.pkg-card.is-selected {
  border-color: var(--gold);
  box-shadow: var(--shadow), 0 0 0 2px var(--gold), var(--shadow-gold);
}

.pkg-card--featured {
  border-color: rgba(202, 166, 106, 0.35);
  box-shadow: var(--shadow-lg), var(--shadow-gold);
}

.pkg-card--featured:hover {
  border-color: rgba(231, 201, 130, 0.5);
}

.popular-badge {
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 14px;
  color: var(--charcoal);
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  border-radius: 0 0 var(--radius) var(--radius);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: var(--shadow-gold);
  z-index: 2;
}

.pkg-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 24px 24px 0;
}

.pkg-tier {
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.2em;
}

.pkg-vehicle-badge {
  padding: 4px 10px;
  color: var(--blue);
  background: rgba(52, 93, 115, 0.1);
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pkg-card-name {
  padding: 8px 24px 0;
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.3;
}

.pkg-card-desc {
  padding: 0 24px;
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.55;
}

.pkg-card-includes {
  flex: 1;
  margin: 16px 24px 0;
  padding: 0;
  list-style: none;
}

.pkg-card-includes li {
  position: relative;
  padding: 7px 0 7px 20px;
  color: var(--ink);
  font-size: 0.84rem;
  border-bottom: 1px solid var(--line);
}

.pkg-card-includes li:last-child {
  border-bottom: none;
}

.pkg-card-includes li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  background: var(--gold);
  border-radius: 50%;
  transform: translateY(-50%);
}

.pkg-card-note {
  margin: 10px 24px 0;
  padding: 10px 12px;
  color: var(--error);
  background: var(--error-soft);
  border-radius: var(--radius);
  font-size: 0.78rem;
  line-height: 1.5;
}

.pkg-card-note strong {
  font-weight: 900;
}

.pkg-card-footer {
  margin-top: auto;
  padding: 16px 24px 24px;
}

.pkg-card-meta {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.pkg-card-price {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.pkg-price-label {
  display: block;
  margin-bottom: 4px;
  font-family: Inter, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.pkg-card-duration {
  padding: 6px 10px;
  color: var(--green);
  background: var(--green-soft);
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 900;
  white-space: nowrap;
}

.pkg-select-btn {
  width: 100%;
}

.pkg-card.is-selected .pkg-select-btn {
  background: var(--green);
  color: #fff;
  box-shadow: none;
}

.pkg-card.is-selected .pkg-select-btn::after {
  content: " ✓";
}

/* ── Why section ─────────────────────────────────────────────────── */
.why {
  padding-top: 0;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.why-card {
  padding: 28px 24px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  transition:
    transform var(--transition),
    box-shadow var(--transition),
    border-color var(--transition);
}

.why-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
  border-color: rgba(52, 93, 115, 0.25);
}

.why-marker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 16px;
  color: var(--gold);
  font-size: 0.8rem;
  font-weight: 900;
  background: var(--gold-dim);
  border: 1px solid rgba(202, 166, 106, 0.35);
  border-radius: var(--radius);
}

.why-card h3 {
  margin-bottom: 10px;
}

.why-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

/* ── Gallery ─────────────────────────────────────────────────────── */
.results {
  border-top: 1px solid var(--line);
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  gap: 18px;
}

.gallery-item {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: var(--surface-strong);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-sm);
}

.gallery-item--large {
  grid-row: span 1;
}

.gallery-image-wrap {
  position: relative;
  min-height: 320px;
  overflow: hidden;
}

.gallery-item--large .gallery-image-wrap {
  min-height: 480px;
}

.gallery-image-wrap img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.gallery-item:hover .gallery-image-wrap img {
  transform: scale(1.05);
}

.gallery-label {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  padding: 6px 12px;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: var(--radius);
}

.gallery-label--before {
  color: #fff;
  background: rgba(16, 17, 19, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.gallery-label--after {
  color: var(--charcoal);
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
}

.gallery-item figcaption {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 18px 20px 20px;
  background: var(--surface);
  border-top: 1px solid var(--line);
}

.gallery-tag {
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.gallery-caption {
  color: var(--ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.3;
}

.gallery-help {
  max-width: 720px;
  margin: 4px 0 0;
  color: var(--blue);
  font-weight: 700;
  line-height: 1.6;
}

.results-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
}

.result-case {
  position: relative;
  display: grid;
  align-content: start;
  gap: 14px;
  min-width: 0;
  padding: 16px;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(245, 239, 229, 0.96)),
    var(--surface);
  border: 1px solid rgba(202, 166, 106, 0.24);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-sm);
}

.result-case--featured {
  grid-row: span 2;
}

.result-case-copy {
  display: grid;
  gap: 8px;
  padding: 4px 2px 0;
}

.result-case-copy h3 {
  max-width: 680px;
  margin: 0;
  color: var(--ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.12;
}

.result-case-copy p {
  max-width: 660px;
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.result-compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 10px;
}

.result-compare figure {
  position: relative;
  display: grid;
  grid-template-rows: auto auto;
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: #111;
  border: 2px solid rgba(16, 17, 19, 0.1);
  border-radius: var(--radius-lg);
}

.compare-panel--before {
  box-shadow: inset 0 0 0 1px rgba(16, 17, 19, 0.18);
}

.compare-panel--after {
  border-color: rgba(202, 166, 106, 0.64);
  box-shadow: 0 16px 34px rgba(202, 166, 106, 0.14);
}

.image-zoom-trigger,
.result-thumb {
  position: relative;
  display: block;
  width: 100%;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  color: inherit;
  font: inherit;
  text-align: left;
  background: #111;
  border: 0;
  cursor: zoom-in;
}

.image-zoom-trigger {
  aspect-ratio: 4 / 5;
  min-height: 0;
}

.result-compare--compact .image-zoom-trigger {
  aspect-ratio: 4 / 3.25;
}

.image-zoom-trigger img,
.result-thumb img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.result-compare img,
.result-thumb img {
  transition: transform 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.image-zoom-trigger:hover img,
.image-zoom-trigger:focus-visible img,
.result-thumb:hover img,
.result-thumb:focus-visible img {
  transform: scale(1.035);
}

.image-zoom-trigger:focus-visible,
.result-thumb:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

.zoom-button {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 2;
  padding: 8px 12px;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(16, 17, 19, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 180ms ease, transform 180ms ease;
}

.image-zoom-trigger .zoom-button {
  pointer-events: none;
}

.image-zoom-trigger:hover .zoom-button,
.image-zoom-trigger:focus-visible .zoom-button {
  opacity: 1;
  transform: translateY(0);
}

.compare-panel figcaption {
  display: grid;
  gap: 4px;
  padding: 14px 16px 16px;
  background: var(--surface);
  border-top: 1px solid rgba(16, 17, 19, 0.1);
}

.compare-panel figcaption strong {
  color: var(--ink);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.compare-panel figcaption span {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.result-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.result-strip--single {
  grid-template-columns: 1fr;
}

.result-thumb {
  aspect-ratio: 1 / 1;
  border: 1px solid rgba(16, 17, 19, 0.08);
  border-radius: var(--radius);
}

.detail-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 10px;
}

.detail-group {
  display: grid;
  align-content: start;
  gap: 8px;
  min-width: 0;
  padding: 10px;
  border-radius: var(--radius-lg);
}

.detail-group--before {
  background: rgba(16, 17, 19, 0.05);
  border: 1px solid rgba(16, 17, 19, 0.12);
}

.detail-group--after {
  background: rgba(202, 166, 106, 0.13);
  border: 1px solid rgba(202, 166, 106, 0.34);
}

.detail-group-title {
  display: inline-flex;
  align-items: center;
  align-self: start;
  width: max-content;
  max-width: 100%;
  padding: 6px 10px;
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(16, 17, 19, 0.08);
  border-radius: 999px;
}

.detail-group--before .detail-group-title {
  color: #fff;
  background: rgba(16, 17, 19, 0.9);
}

.detail-group--after .detail-group-title {
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
}

.image-lightbox {
  width: min(760px, calc(100vw - 32px));
  max-width: none;
  max-height: calc(100vh - 32px);
  padding: 0;
  overflow: visible;
  background: transparent;
  border: 0;
}

.image-lightbox::backdrop {
  background: rgba(5, 7, 9, 0.82);
  backdrop-filter: blur(8px);
}

.lightbox-panel {
  position: relative;
  display: grid;
  gap: 0;
  overflow: hidden;
  background: #101113;
  border: 1px solid rgba(202, 166, 106, 0.44);
  border-radius: var(--radius-xl);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
}

.lightbox-panel img {
  display: block;
  width: 100%;
  max-height: min(62vh, 600px);
  object-fit: contain;
  background: #070809;
}

.lightbox-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 3;
  padding: 10px 14px;
  color: #fff;
  font-weight: 900;
  background: rgba(16, 17, 19, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  cursor: pointer;
}

.lightbox-close:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

.lightbox-meta {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  padding: 16px 18px;
  color: #fff;
  background: linear-gradient(135deg, rgba(16, 17, 19, 0.98), rgba(37, 38, 38, 0.98));
}

.lightbox-meta span {
  flex: 0 0 auto;
  padding: 7px 12px;
  color: var(--charcoal);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  border-radius: 999px;
}

.lightbox-meta strong {
  min-width: 0;
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.2;
  text-align: right;
}

/* ── Process ─────────────────────────────────────────────────────── */
.process {
  display: block;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 28px 24px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-sm);
  transition:
    transform var(--transition),
    box-shadow var(--transition),
    border-color var(--transition);
}

.process-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
  border-color: rgba(47, 98, 84, 0.3);
}

.process-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: var(--green);
  font-size: 1rem;
  font-weight: 900;
  background: var(--green-soft);
  border-radius: var(--radius-lg);
}

.process-card-body strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.15rem;
  font-weight: 800;
}

.process-card-body p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.55;
}

/* ══════════════════════════════════════════════════════════════════
   BOOKING SECTION
   ══════════════════════════════════════════════════════════════════ */

.booking-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  gap: 48px;
  align-items: start;
  padding: var(--section-pad) max(16px, calc((100vw - var(--max)) / 2));
  color: #fff;
  background:
    linear-gradient(135deg, rgba(16, 17, 19, 0.97) 0%, rgba(22, 36, 44, 0.96) 100%),
    url("https://rjdavx8ozyznxeyh.public.blob.vercel-storage.com/production/websites/generated-media/85fbc573-afe8-467f-bee4-e02977c90587-1lnVOYEfEWToNQI3P7bxZDYBFZGm2a.png") center/cover;
}

.booking-copy {
  position: sticky;
  top: 110px;
}

.booking-lead {
  max-width: 480px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.05rem;
  line-height: 1.6;
}

/* ── Running Summary ─────────────────────────────────────────────── */

.booking-running-summary {
  margin-top: 28px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(202, 166, 106, 0.28);
  border-radius: var(--radius-lg);
}

.booking-running-summary[hidden] {
  display: none;
}

.running-summary-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.running-summary-row:last-child {
  border-bottom: none;
}

.running-summary-row span {
  color: var(--gold);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.running-summary-row strong {
  color: #fff;
  font-size: 0.92rem;
  text-align: right;
}

/* ── Booking promises, next, contact strip ────────────────────── */

.booking-promise-grid {
  display: grid;
  gap: 10px;
  margin: 28px 0 0;
}

.booking-promise-grid p {
  margin: 0;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
}

.booking-promise-grid strong,
.booking-promise-grid span {
  display: block;
}

.booking-promise-grid strong {
  color: #fff;
  font-size: 0.95rem;
}

.booking-promise-grid span {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.86rem;
}

.booking-next {
  margin-top: 28px;
  padding: 22px 24px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-lg);
}

.booking-next h3 {
  margin: 0 0 14px;
  font-size: 1rem;
  font-weight: 800;
  color: #fff;
}

.booking-next ol {
  margin: 0;
  padding: 0 0 0 20px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.92rem;
  line-height: 1.7;
}

.contact-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.contact-strip a {
  padding: 12px 16px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  font-weight: 700;
  font-size: 0.9rem;
  overflow-wrap: anywhere;
  transition: background var(--transition), border-color var(--transition);
}

.contact-strip a:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.24);
}

.contact-strip a:focus-visible {
  outline: none;
  box-shadow: var(--focus-ring);
}

/* ── Booking Panel ───────────────────────────────────────────────── */

.booking-panel {
  display: grid;
  gap: 18px;
  min-width: 0;
}

/* ══════════════════════════════════════════════════════════════════
   PROGRESS INDICATOR
   ══════════════════════════════════════════════════════════════════ */

.booking-progress {
  display: flex;
  align-items: center;
  gap: 0;
  padding: 18px 22px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  overflow-x: auto;
}

.progress-step {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.progress-dot {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: var(--muted);
  background: var(--paper);
  border: 2px solid var(--line);
  border-radius: 50%;
  font-size: 0.72rem;
  font-weight: 900;
  transition: all var(--transition);
}

.progress-label {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 800;
  transition: color var(--transition);
}

.progress-step.is-active .progress-dot {
  color: var(--charcoal);
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  border-color: var(--gold);
  box-shadow: 0 4px 12px rgba(202, 166, 106, 0.35);
}

.progress-step.is-active .progress-label {
  color: var(--ink);
}

.progress-step.is-done .progress-dot {
  color: #fff;
  background: var(--green);
  border-color: var(--green);
}

.progress-step.is-done .progress-dot::after {
  content: "✓";
  font-size: 0.8rem;
}

.progress-step.is-done .progress-label {
  color: var(--green);
}

.progress-line {
  flex: 1;
  min-width: 12px;
  height: 2px;
  margin: 0 6px;
  background: var(--line);
  border-radius: 2px;
}

/* ══════════════════════════════════════════════════════════════════
   WIZARD STEPS
   ══════════════════════════════════════════════════════════════════ */

.wizard-step {
  display: none;
  padding: 22px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}

.wizard-step.is-active {
  display: block;
  animation: wizardFadeIn 300ms ease;
}

@keyframes wizardFadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}

.wizard-step-header {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  margin-bottom: 18px;
}

.wizard-step-header h3 {
  margin: 0;
  color: var(--ink);
  font-size: 1.15rem;
}

.wizard-step-header p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.84rem;
}

.step-number {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  color: var(--charcoal);
  background: var(--gold-2);
  border-radius: 50%;
  font-size: 0.74rem;
  font-weight: 900;
  flex-shrink: 0;
}

.wizard-nav {
  display: flex;
  gap: 12px;
  margin-top: 18px;
}

.wizard-prev {
  min-height: 46px;
}

.wizard-next {
  min-height: 46px;
  flex: 1;
}

/* ── Wizard compact package picker ───────────────────────────────── */

.wizard-package-pick {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.pkg-choice {
  text-align: left;
}

/* ── Add-on Grid ─────────────────────────────────────────────────── */

.addon-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.addon-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: center;
  min-height: 72px;
  padding: 14px;
  text-align: left;
  color: var(--ink);
  background: #fff;
  border: 2px solid var(--line);
  border-radius: var(--radius);
  cursor: pointer;
  transition: transform var(--transition), border-color var(--transition), background var(--transition);
}

.addon-card:hover {
  transform: translateY(-2px);
  border-color: var(--gold);
}

.addon-card.is-selected {
  border-color: var(--gold);
  background: linear-gradient(135deg, rgba(231, 201, 130, 0.12), rgba(202, 166, 106, 0.08));
  box-shadow: 0 0 0 1px var(--gold);
}

.addon-card--none {
  grid-column: 1 / -1;
  background: var(--paper);
  border-style: dashed;
}

.addon-card--none.is-selected {
  border-style: solid;
  background: var(--green-soft);
  border-color: var(--green);
  box-shadow: 0 0 0 1px var(--green);
}

.addon-check {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  color: var(--charcoal);
  background: var(--paper);
  border: 2px solid var(--line);
  border-radius: 6px;
  font-size: 0.8rem;
  font-weight: 900;
  transition: all var(--transition);
}

.addon-card.is-selected .addon-check {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--charcoal);
}

.addon-card--none.is-selected .addon-check {
  background: var(--green);
  border-color: var(--green);
  color: #fff;
}

.addon-card strong {
  display: block;
  font-size: 0.92rem;
  line-height: 1.3;
}

.addon-card small {
  display: block;
  margin-top: 2px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
}

/* ── Calendar / Date picker ──────────────────────────────────────── */

.calendar-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.eyebrow.micro {
  margin-bottom: 6px;
  font-size: 0.68rem;
}

.calendar-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.icon-button {
  min-height: 38px;
  padding: 8px 11px;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-size: 0.82rem;
  font-weight: 800;
  cursor: pointer;
}

.icon-button:hover {
  border-color: var(--gold);
  background: #fff;
}

.icon-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.icon-button:focus-visible,
.slot-button:focus-visible,
.choice-button:focus-visible {
  outline: none;
  box-shadow: var(--focus-ring);
}

.week-label {
  display: inline-flex;
  padding: 8px 10px;
  color: var(--blue);
  background: rgba(52, 93, 115, 0.1);
  border-radius: var(--radius);
  font-weight: 800;
  font-size: 0.84rem;
}

.calendar-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.calendar-legend span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.legend-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.legend-dot.available {
  background: var(--green);
}

.legend-dot.selected {
  background: var(--gold);
}

.legend-dot.unavailable {
  background: #a6adb7;
}

.date-picker-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(118px, 1fr));
  gap: 8px;
}

/* ── Choice buttons ──────────────────────────────────────────────── */

.choice-button {
  display: grid;
  gap: 3px;
  min-height: 76px;
  padding: 11px;
  text-align: left;
  color: var(--ink);
  background: #fff;
  border: 1px solid rgba(47, 98, 84, 0.18);
  border-radius: var(--radius);
  cursor: pointer;
  transition: transform var(--transition), border-color var(--transition), background var(--transition);
}

.choice-button:hover {
  transform: translateY(-1px);
  border-color: var(--green);
}

.choice-button span {
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.choice-button strong {
  font-size: 0.92rem;
  line-height: 1.2;
}

.choice-button small {
  color: var(--green);
  font-size: 0.72rem;
  font-weight: 800;
}

.choice-button.is-selected {
  color: var(--charcoal);
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  border-color: var(--gold);
}

.choice-button.is-selected span,
.choice-button.is-selected small {
  color: var(--charcoal);
}

.choice-button.is-disabled {
  color: #7b828c;
  background: #eceff2;
  border-color: #d6dbe1;
  cursor: not-allowed;
  transform: none;
}

.choice-button.is-disabled small {
  color: #7b828c;
}

.choice-button.is-today {
  border-color: var(--gold);
  box-shadow: inset 0 0 0 1px rgba(202, 166, 106, 0.3);
}

.choice-skeleton {
  min-height: 76px;
  border-radius: var(--radius);
  background: linear-gradient(90deg, #ede8dc, #f7f4ee, #ede8dc);
  background-size: 200% 100%;
  animation: shimmer 1.3s infinite;
}

.empty-step {
  margin: 12px 0 0;
  padding: 14px;
  color: var(--muted);
  background: #fff;
  border: 1px dashed #d8d1c4;
  border-radius: var(--radius);
  font-weight: 800;
}

/* ── Duration badge ──────────────────────────────────────────────── */

.duration-badge {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
}

.duration-badge span {
  padding: 8px 12px;
  color: var(--blue);
  background: rgba(52, 93, 115, 0.08);
  border: 1px solid rgba(52, 93, 115, 0.14);
  border-radius: var(--radius);
  font-size: 0.82rem;
  font-weight: 700;
}

.duration-badge strong {
  font-weight: 900;
}

/* ── Time Slots ──────────────────────────────────────────────────── */

.time-slot-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(128px, 1fr));
  gap: 10px;
}

.slot-button {
  display: grid;
  gap: 2px;
  width: 100%;
  min-height: 48px;
  padding: 8px;
  text-align: left;
  color: var(--ink);
  background: #fff;
  border: 1px solid rgba(47, 98, 84, 0.22);
  border-radius: var(--radius);
  cursor: pointer;
  transition: transform var(--transition), border-color var(--transition), background var(--transition);
}

.slot-button:hover {
  transform: translateY(-1px);
  border-color: var(--green);
}

.slot-button span {
  font-size: 0.88rem;
  font-weight: 900;
}

.slot-button small {
  color: var(--green);
  font-size: 0.7rem;
  font-weight: 800;
}

.slot-button.is-selected {
  color: var(--charcoal);
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  border-color: var(--gold);
}

.slot-button.is-selected small {
  color: var(--charcoal);
}

.slot-button.is-disabled {
  color: #7b828c;
  background: #eceff2;
  border-color: #d6dbe1;
  cursor: not-allowed;
}

.slot-button.is-disabled small {
  color: #7b828c;
}

.slot-button.is-booked {
  background: #efe7e3;
}

.slot-button.is-past {
  opacity: 0.72;
}

@keyframes shimmer {
  to {
    background-position: -200% 0;
  }
}

.calendar-status {
  min-height: 22px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
}

.calendar-status[data-type="warning"] {
  color: #8a6326;
}

.calendar-status[data-type="loading"] {
  color: var(--blue);
}

/* ── Booking Form (Step 5) ───────────────────────────────────────── */

.booking-form {
  display: grid;
  gap: 16px;
  color: var(--ink);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

label {
  display: grid;
  gap: 8px;
  color: #2d333b;
  font-size: 0.88rem;
  font-weight: 700;
}

.required-star {
  color: var(--error);
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  color: var(--ink);
  background: #fff;
  border: 1px solid #c8cfd8;
  border-radius: var(--radius);
  transition: border-color var(--transition), box-shadow var(--transition);
}

textarea {
  min-height: 100px;
  resize: vertical;
}

input:hover,
select:hover,
textarea:hover {
  border-color: #a8b2be;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--blue);
  outline: none;
  box-shadow: 0 0 0 4px rgba(52, 93, 115, 0.14);
}

.optional-label {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}

/* ── Submit button ───────────────────────────────────────────────── */

.form-button {
  position: relative;
}

.form-button:disabled {
  opacity: 0.85;
  cursor: wait;
  transform: none;
}

.form-button.is-loading .button-text {
  visibility: hidden;
}

.form-button.is-loading .button-spinner {
  display: block;
}

.button-spinner {
  display: none;
  position: absolute;
  width: 22px;
  height: 22px;
  border: 2px solid rgba(16, 17, 19, 0.2);
  border-top-color: var(--charcoal);
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* ══════════════════════════════════════════════════════════════════
   REVIEW CARD
   ══════════════════════════════════════════════════════════════════ */

.review-card {
  color: var(--ink);
}

.review-section {
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.review-section:last-of-type {
  border-bottom: none;
}

.review-section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}

.review-section-head h4 {
  margin: 0;
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.review-edit {
  padding: 4px 10px;
  color: var(--gold);
  background: var(--gold-dim);
  border: 1px solid rgba(202, 166, 106, 0.3);
  border-radius: var(--radius);
  font-size: 0.74rem;
  font-weight: 800;
  cursor: pointer;
  transition: background var(--transition);
}

.review-edit:hover {
  background: rgba(202, 166, 106, 0.35);
}

.review-section p {
  margin: 3px 0;
  font-size: 0.9rem;
  line-height: 1.5;
}

.review-totals {
  padding: 14px 0 0;
  border-top: 2px solid var(--line);
}

.review-totals > div {
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
}

.review-totals span {
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 700;
}

.review-totals strong {
  font-size: 0.95rem;
}

.review-total-line {
  padding: 10px 0 6px !important;
  border-top: 1px solid var(--line);
}

.review-total-line strong {
  color: var(--gold);
  font-size: 1.2rem;
  font-family: "Playfair Display", Georgia, serif;
}

/* ══════════════════════════════════════════════════════════════════
   SUCCESS CARD
   ══════════════════════════════════════════════════════════════════ */

.success-card {
  padding: 18px;
  background: #f8f6f1;
  border: 1px solid rgba(47, 98, 84, 0.2);
  border-radius: var(--radius);
  color: var(--ink);
}

.success-card h3 {
  margin: 0 0 8px;
}

.success-card p {
  margin: 0 0 12px;
  color: var(--muted);
}

.success-card dl {
  display: grid;
  gap: 8px;
  margin: 0 0 14px;
}

.success-card dl div {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--line);
}

.success-card dt {
  color: var(--muted);
  font-weight: 800;
  font-size: 0.84rem;
}

.success-card dd {
  margin: 0;
  color: var(--ink);
  font-weight: 800;
  font-size: 0.88rem;
  overflow-wrap: anywhere;
}

/* ══════════════════════════════════════════════════════════════════
   MESSAGE BOX
   ══════════════════════════════════════════════════════════════════ */

.message-box {
  min-height: 0;
  margin: 0;
  border-radius: var(--radius);
  font-size: 0.92rem;
  font-weight: 800;
}

.message-box:not(:empty) {
  padding: 12px 14px;
  color: var(--blue);
  background: rgba(52, 93, 115, 0.1);
  border: 1px solid rgba(52, 93, 115, 0.18);
}

.message-box[data-type="success"]:not(:empty) {
  color: var(--success);
  background: var(--success-soft);
  border-color: rgba(47, 98, 84, 0.22);
}

.message-box[data-type="error"]:not(:empty) {
  color: var(--error);
  background: var(--error-soft);
  border-color: rgba(156, 47, 47, 0.22);
}

/* ── Cancel card ─────────────────────────────────────────────────── */

.cancel-card {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 18px;
  min-width: 0;
  padding: 22px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}

.cancel-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: 1.25rem;
}

.cancel-card p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.cancel-form {
  display: grid;
  gap: 12px;
}

/* ══════════════════════════════════════════════════════════════════
   FOOTER
   ══════════════════════════════════════════════════════════════════ */

.site-footer {
  padding: 56px max(16px, calc((100vw - var(--max)) / 2)) 28px;
  color: rgba(255, 255, 255, 0.72);
  background: linear-gradient(180deg, #0c0d0f 0%, #090a0c 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-brand {
  max-width: 400px;
  margin-bottom: 40px;
}

.footer-wordmark {
  margin: 0;
  line-height: 1.2;
}

.footer-wordmark strong {
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  color: #fff;
}

.footer-wordmark span {
  display: block;
  margin-top: 4px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
}

.footer-tagline {
  margin: 14px 0 0;
  font-size: 0.92rem;
  line-height: 1.55;
}

.footer-columns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-col h3 {
  margin: 0 0 14px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
}

.footer-col p,
.footer-col li {
  margin: 0 0 8px;
  font-size: 0.92rem;
  line-height: 1.5;
}

.footer-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-col a {
  color: rgba(255, 255, 255, 0.88);
  transition: color var(--transition);
}

.footer-col a:hover {
  color: var(--gold-2);
}

.footer-col a:focus-visible {
  outline: none;
  border-radius: 2px;
  box-shadow: 0 0 0 2px var(--gold);
}

.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-socials {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.footer-socials a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  padding: 8px 10px;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 800;
}

.footer-socials span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: var(--charcoal);
  background: var(--gold-2);
  border-radius: 50%;
}

.footer-socials .social-icon {
  width: 16px;
  height: 16px;
}

.footer-bottom {
  padding-top: 24px;
}

.footer-bottom p {
  margin: 0;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.45);
}

/* ══════════════════════════════════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════════════════════════════════ */

@media (max-width: 1024px) {
  .hero-trust {
    grid-template-columns: repeat(2, 1fr);
  }

  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .package-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .site-header {
    top: 10px;
    width: min(calc(100% - 20px), var(--max));
    height: 64px;
    border-radius: var(--radius-lg);
  }

  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    top: 82px;
    left: 10px;
    right: 10px;
    display: grid;
    gap: 4px;
    padding: 12px;
    background: rgba(16, 17, 19, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity var(--transition), transform var(--transition);
  }

  .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav a {
    padding: 14px 16px;
  }

  .site-nav .nav-phone {
    margin-left: 0;
    text-align: center;
  }

  .site-nav .nav-social {
    width: 100%;
    height: 46px;
    min-height: 46px;
    border-radius: var(--radius);
  }

  .hero-overlay {
    background:
      linear-gradient(0deg, rgba(16, 17, 19, 0.94) 0%, rgba(16, 17, 19, 0.5) 50%, rgba(16, 17, 19, 0.35) 100%),
      linear-gradient(90deg, rgba(16, 17, 19, 0.88) 0%, rgba(16, 17, 19, 0.4) 100%);
  }

  .hero-content {
    padding-top: 120px;
  }

  h1 {
    max-width: none;
  }

  .intro,
  .why-grid,
  .gallery-grid,
  .results-showcase,
  .process-grid,
  .booking-section,
  .footer-columns {
    grid-template-columns: 1fr;
  }

  .package-grid {
    grid-template-columns: 1fr;
  }

  .gallery-item--large .gallery-image-wrap,
  .gallery-image-wrap {
    min-height: 300px;
  }

  .result-case--featured {
    grid-row: auto;
  }

  .result-compare .image-zoom-trigger,
  .result-compare--compact .image-zoom-trigger {
    aspect-ratio: 4 / 3.4;
  }

  .detail-groups {
    grid-template-columns: 1fr;
  }

  .booking-copy {
    position: static;
  }

  .calendar-head,
  .cancel-card {
    grid-template-columns: 1fr;
  }

  .calendar-head {
    display: grid;
  }

  .calendar-actions {
    justify-content: stretch;
  }

  .calendar-actions .icon-button {
    flex: 1;
  }

  .addon-grid {
    grid-template-columns: 1fr;
  }

  .progress-label {
    display: none;
  }

  .booking-progress {
    justify-content: center;
  }
}

@media (max-width: 620px) {
  .site-header {
    height: 60px;
    padding: 8px 12px 8px 16px;
  }

  .brand-onyx {
    font-size: 1.15rem;
    letter-spacing: 0.16em;
  }

  .brand-subtitle {
    font-size: 0.55rem;
    letter-spacing: 0.22em;
  }

  .hero {
    min-height: auto;
  }

  .hero-content {
    width: min(calc(100% - 24px), var(--max));
    padding-top: 96px;
    padding-bottom: 22px;
  }

  h1 {
    font-size: clamp(2.05rem, 9.4vw, 2.8rem);
  }

  h2 {
    font-size: clamp(1.75rem, 8vw, 2.4rem);
  }

  .hero-actions,
  .contact-strip {
    flex-direction: column;
  }

  .result-compare {
    grid-template-columns: 1fr;
  }

  .result-compare .image-zoom-trigger,
  .result-compare--compact .image-zoom-trigger {
    aspect-ratio: 4 / 3.15;
  }

  .result-strip,
  .result-case:not(.result-case--featured) .result-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lightbox-meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .lightbox-meta strong {
    text-align: left;
  }

  .hero-actions .button,
  .contact-strip a {
    width: 100%;
  }

  .hero-trust {
    grid-template-columns: 1fr;
    margin-top: 18px;
    gap: 8px;
  }

  .hero-trust li {
    min-height: auto;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
  }

  .hero-copy {
    margin-top: 14px;
    font-size: 0.98rem;
  }

  .section {
    width: min(calc(100% - 24px), var(--max));
  }

  .process-card,
  .form-row {
    grid-template-columns: 1fr;
  }

  .wizard-step {
    padding: 18px;
  }

  .time-slot-grid {
    grid-template-columns: repeat(auto-fit, minmax(124px, 1fr));
  }

  .success-card dl div {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .footer-columns {
    gap: 28px;
  }

  .date-picker-grid {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .gallery-item:hover .gallery-image-wrap img {
    transform: none;
  }
}

/* ══════════════════════════════════════════════════════════════════
   ADMIN DASHBOARD
   ══════════════════════════════════════════════════════════════════ */

.admin-page {
  min-height: 100vh;
  background: #0b0d10;
}

.admin-shell [hidden] {
  display: none !important;
}

.admin-shell {
  min-height: 100vh;
}

.admin-login {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(16, 17, 19, 0.94), rgba(22, 36, 44, 0.92)),
    url("https://rjdavx8ozyznxeyh.public.blob.vercel-storage.com/production/websites/generated-media/85fbc573-afe8-467f-bee4-e02977c90587-1lnVOYEfEWToNQI3P7bxZDYBFZGm2a.png") center/cover;
}

.cancel-page {
  min-height: 100vh;
  background:
    linear-gradient(90deg, rgba(16, 17, 19, 0.92), rgba(16, 17, 19, 0.48)),
    url("https://rjdavx8ozyznxeyh.public.blob.vercel-storage.com/production/websites/generated-media/8b64cfe2-c316-45e7-86f5-3da0afcdafb7-u2wGdRT0aBCVoQJkBOLx8L6oCit51H.png") center/cover fixed;
}

.cancel-shell {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
}

.cancel-panel {
  width: min(100%, 560px);
  display: grid;
  gap: 20px;
  padding: clamp(28px, 5vw, 48px);
  background: rgba(250, 248, 244, 0.96);
  border: 1px solid rgba(202, 166, 106, 0.35);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
}

.cancel-panel h1 {
  margin: 0;
  color: var(--ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.2rem, 8vw, 4rem);
  line-height: 0.98;
}

.cancel-panel p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.cancel-form-page {
  display: grid;
  gap: 16px;
}

.admin-login-card {
  width: min(100%, 430px);
  padding: 32px;
  color: #fff;
  background: rgba(16, 17, 19, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(18px);
}

.admin-login-card h1 {
  margin: 26px 0 8px;
  font-size: 2.4rem;
}

.admin-login-card p {
  color: rgba(255, 255, 255, 0.7);
}

.admin-login-hint {
  margin-top: 14px;
  padding: 10px 12px;
  color: var(--gold-2) !important;
  background: rgba(202, 166, 106, 0.12);
  border: 1px solid rgba(202, 166, 106, 0.24);
  border-radius: var(--radius);
  font-weight: 800;
}

.admin-login-card form {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.admin-login-card label {
  color: rgba(255, 255, 255, 0.78);
}

.admin-brand {
  display: inline-grid;
  gap: 4px;
}

.admin-dashboard {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
}

.admin-sidebar {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding: 28px 18px;
  color: #fff;
  background: #0b0d10;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.admin-nav {
  display: grid;
  gap: 8px;
}

.admin-nav button {
  min-height: 44px;
  padding: 11px 12px;
  color: rgba(255, 255, 255, 0.74);
  text-align: left;
  background: transparent;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 800;
  cursor: pointer;
}

.admin-nav button:hover,
.admin-nav button.is-active {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.1);
}

.admin-main {
  min-width: 0;
  padding: 30px;
  background: var(--paper);
}

.admin-topbar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.admin-topbar h1 {
  font-size: clamp(2rem, 4vw, 3.6rem);
}

.admin-topbar p:not(.eyebrow) {
  margin: 8px 0 0;
  color: var(--muted);
}

.admin-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 18px;
}

.admin-stats article {
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}

.admin-stats span,
.admin-stats strong {
  display: block;
}

.admin-stats span {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.admin-stats strong {
  margin-top: 8px;
  font-size: 2rem;
}

.admin-section {
  display: none;
}

.admin-section.is-active {
  display: block;
}

.admin-card {
  padding: 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}

.admin-card + .admin-card {
  margin-top: 18px;
}

.admin-card-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.admin-card h2 {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 1.2rem;
}

.admin-card p {
  margin: 6px 0 0;
  color: var(--muted);
}

.admin-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.admin-filters {
  display: grid;
  grid-template-columns: 1.4fr repeat(4, minmax(140px, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.table-wrap {
  overflow-x: auto;
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 900px;
}

.admin-table th,
.admin-table td {
  padding: 13px 12px;
  text-align: left;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

.admin-table th {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.admin-table td {
  color: var(--ink);
  font-size: 0.9rem;
}

.table-primary {
  display: block;
  font-weight: 900;
}

.table-secondary {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.82rem;
}

.status-badge {
  display: inline-flex;
  padding: 5px 8px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.status-badge.pending {
  color: #80611d;
  background: rgba(202, 166, 106, 0.2);
}

.status-badge.confirmed {
  color: var(--green);
  background: var(--green-soft);
}

.status-badge.completed {
  color: var(--blue);
  background: rgba(52, 93, 115, 0.12);
}

.status-badge.cancelled,
.status-badge.no_show {
  color: var(--error);
  background: var(--error-soft);
}

.table-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.table-actions button,
.table-actions select {
  min-height: 34px;
  padding: 6px 8px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  font-size: 0.8rem;
  font-weight: 800;
}

.table-actions button {
  cursor: pointer;
}

.settings-form,
.inline-admin-form,
.appointment-edit-form {
  display: grid;
  gap: 14px;
}

.weekday-fieldset {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 0;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.weekday-fieldset legend {
  padding: 0 6px;
  color: var(--muted);
  font-weight: 900;
}

.weekday-fieldset label {
  display: flex;
  align-items: center;
  gap: 8px;
}

.admin-list {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}

.admin-list-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 12px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.admin-list-item strong,
.admin-list-item span {
  display: block;
}

.admin-list-item span {
  color: var(--muted);
  font-size: 0.82rem;
}

.admin-week-calendar {
  display: grid;
  grid-template-columns: repeat(7, minmax(150px, 1fr));
  gap: 10px;
  overflow-x: auto;
}

.admin-week-day {
  min-width: 150px;
  padding: 12px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.admin-week-day h3 {
  margin: 0 0 10px;
  font-size: 0.95rem;
}

.admin-week-appointment {
  margin-top: 8px;
  padding: 9px;
  background: #fff;
  border-left: 3px solid var(--gold);
  border-radius: var(--radius);
  font-size: 0.82rem;
}

.admin-modal {
  width: min(760px, calc(100% - 24px));
  padding: 0;
  border: 0;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}

.admin-modal::backdrop {
  background: rgba(0, 0, 0, 0.62);
}

.modal-close-form {
  display: flex;
  justify-content: flex-end;
  padding: 16px 16px 0;
}

.appointment-edit-form {
  padding: 0 22px 22px;
}

.appointment-edit-form h2 {
  margin: 0;
}

@media (max-width: 1100px) {
  .admin-dashboard {
    grid-template-columns: 1fr;
  }

  .admin-sidebar {
    position: static;
    height: auto;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    overflow-x: auto;
  }

  .admin-nav {
    display: flex;
    min-width: max-content;
  }

  .admin-filters,
  .admin-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .admin-main {
    padding: 18px 12px;
  }

  .admin-topbar,
  .admin-card-head,
  .admin-sidebar {
    display: grid;
  }

  .admin-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .weekday-fieldset {
    grid-template-columns: repeat(2, 1fr);
  }
}
