:root {
  --bg: #08111a;
  --bg-deep: #050b11;
  --panel: #0d1721;
  --panel-soft: rgba(14, 24, 34, 0.92);
  --border: rgba(131, 159, 171, 0.18);
  --cream: #f2e6cc;
  --cream-soft: #d5c7ad;
  --text: #ecdfc8;
  --muted: #bcb29f;
  --teal: #0e5a67;
  --teal-soft: #163743;
  --red: #8d2f2d;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Manrope", Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top, rgba(155, 47, 43, 0.18), transparent 22%),
    linear-gradient(180deg, #08111a 0%, #060c12 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: url("texture.poster.001.jpg") center / cover no-repeat;
  opacity: 0.14;
  mix-blend-mode: soft-light;
  pointer-events: none;
}

.site-shell {
  position: relative;
}

.poster {
  position: relative;
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(6, 12, 18, 0.85) 0%, rgba(8, 13, 20, 0.97) 100%),
    url("texture.poster.001.jpg") center / cover no-repeat;
}

.poster::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 49.7%, rgba(221, 208, 183, 0.04) 50%, transparent 50.3%),
    linear-gradient(180deg, transparent 55.4%, rgba(221, 208, 183, 0.04) 55.7%, transparent 56%);
  opacity: 0.7;
  filter: blur(1.4px);
  mix-blend-mode: screen;
  pointer-events: none;
}

.poster::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, transparent 64%, rgba(0, 0, 0, 0.22) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.hero,
.section {
  position: relative;
  z-index: 1;
}

.hero {
  min-height: 352px;
  padding: 22px 16px 28px;
  background:
    linear-gradient(180deg, rgba(10, 73, 90, 0.36) 0%, rgba(7, 16, 25, 0.2) 38%, rgba(7, 13, 20, 0.95) 100%),
    linear-gradient(90deg, rgba(5, 14, 21, 0.48) 0%, rgba(5, 14, 21, 0.18) 48%, rgba(5, 14, 21, 0.62) 100%),
    radial-gradient(circle at 22% 14%, rgba(164, 43, 40, 0.62), transparent 38%),
    url("media/Hero.image.001.webp") center top / cover no-repeat;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0)),
    url("texture.poster.001.jpg") center / cover no-repeat;
  opacity: 0.2;
  mix-blend-mode: screen;
  pointer-events: none;
}

.page-hero-fallback {
  display: none;
}

@media (max-width: 767px) {
  .hero {
    max-height: 70vh;
    min-height: 0;
  }

  .page-hero {
    max-height: 70vh;
    min-height: 0;
  }

  .page-hero-media-frame .page-hero-video {
    display: none !important;
  }

  .page-hero-media-frame .page-hero-fallback {
    display: block;
  }
}

.hero-inner {
  position: relative;
  z-index: 1;
  text-align: center;
}

.hero-meta,
.section-label,
.location-note,
.service-meta,
.process-step {
  font-family: "Manrope", Arial, sans-serif;
}

.hero-meta {
  display: inline-block;
  margin: 0;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(12, 18, 28, 0.28);
  color: rgba(242, 230, 204, 0.92);
  font-size: 0.8rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
  backdrop-filter: blur(8px);
}

.eyebrow {
  margin: 16px 0 -8px;
  font-family: "Bodoni Moda", Georgia, serif;
  font-size: 1.62rem;
  line-height: 1;
  font-weight: 600;
  color: var(--cream);
}

.brand {
  margin: 0;
  font-family: "Bodoni Moda", Georgia, serif;
  font-weight: 600;
  line-height: 0.84;
  font-size: clamp(4.3rem, 17.8vw, 7.2rem);
  letter-spacing: -0.06em;
  color: var(--cream);
  text-wrap: balance;
}

.brand span {
  display: block;
}

.hero-subtitle {
  margin: 10px auto 0;
  max-width: 18ch;
  font-family: "Bodoni Moda", Georgia, serif;
  font-size: clamp(1rem, 4.4vw, 1.55rem);
  line-height: 1.08;
  color: var(--cream);
}

.hero-actions,
.booking-actions {
  display: flex;
  gap: 12px;
}

.hero-actions {
  margin-top: 16px;
  justify-content: center;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(242, 230, 204, 0.26);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-decoration: none;
  transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.button-primary,
.button-card,
.button-booking {
  color: #0e1a23;
  background: var(--cream);
}

.button-secondary {
  color: var(--cream);
  background: rgba(11, 20, 30, 0.24);
  backdrop-filter: blur(8px);
}

.button:hover,
.button:focus-visible {
  border-color: rgba(242, 230, 204, 0.45);
}

.button-primary:hover,
.button-primary:focus-visible,
.button-card:hover,
.button-card:focus-visible,
.button-booking:hover,
.button-booking:focus-visible {
  background: #f8edd7;
}

.button-secondary:hover,
.button-secondary:focus-visible {
  background: rgba(11, 20, 30, 0.42);
}

/* ——— Sitewide header + nav (goal.005) ——— */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(8, 17, 26, 0.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(242, 230, 204, 0.08);
}

.site-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  max-width: 760px;
  margin: 0 auto;
  padding: 12px 18px;
}

.site-brand {
  font-family: "Bodoni Moda", Georgia, serif;
  font-size: 1.08rem;
  font-weight: 600;
  color: var(--cream);
  text-decoration: none;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.site-brand:hover,
.site-brand:focus-visible {
  color: var(--cream);
  opacity: 0.92;
}

.nav-toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 0;
  background: transparent;
  border: 1px solid rgba(242, 230, 204, 0.22);
  border-radius: 10px;
  cursor: pointer;
  flex-shrink: 0;
}

.nav-toggle-bar {
  display: block;
  width: 20px;
  height: 2px;
  margin: 0 auto;
  background: var(--cream);
  border-radius: 1px;
}

.nav-toggle:hover,
.nav-toggle:focus-visible {
  border-color: rgba(242, 230, 204, 0.4);
}

.site-nav {
  flex-shrink: 0;
}

.nav-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.nav-links a {
  display: block;
  padding: 12px 14px;
  color: rgba(242, 230, 204, 0.92);
  font-size: 0.92rem;
  font-weight: 500;
  text-decoration: none;
  border-radius: 8px;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--cream);
  background: rgba(242, 230, 204, 0.06);
}

.nav-links a[aria-current="page"] {
  color: var(--cream);
  font-weight: 600;
}

/* Aftercare nav submenu */
.nav-item-submenu {
  position: relative;
}

.nav-submenu-head {
  display: flex;
  align-items: stretch;
  gap: 0;
}

.nav-submenu-head > a {
  flex: 1;
  min-width: 0;
}

.nav-submenu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  flex-shrink: 0;
  padding: 0;
  border: none;
  border-radius: 8px;
  background: transparent;
  color: rgba(242, 230, 204, 0.85);
  cursor: pointer;
}

.nav-submenu-toggle:hover,
.nav-submenu-toggle:focus-visible {
  color: var(--cream);
  background: rgba(242, 230, 204, 0.08);
}

.nav-submenu-chevron {
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid currentColor;
  transition: transform 0.2s ease;
}

.nav-item-submenu.is-open .nav-submenu-chevron {
  transform: rotate(180deg);
}

.nav-submenu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-submenu a {
  font-size: 0.88rem;
  padding: 10px 14px 10px 20px;
  color: rgba(242, 230, 204, 0.88);
}

@media (max-width: 899px) {
  .nav-submenu-toggle {
    display: inline-flex;
  }

  .nav-submenu {
    display: none;
    padding: 4px 0 8px;
    border-left: 2px solid rgba(242, 230, 204, 0.12);
    margin: 4px 0 0 10px;
  }

  .nav-item-submenu.is-open .nav-submenu {
    display: block;
  }
}

@media (min-width: 900px) {
  .nav-submenu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    padding: 8px 0;
    background: linear-gradient(180deg, #121d28 0%, #0e1822 100%);
    border: 1px solid var(--border);
    border-radius: 12px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45);
    display: none;
    z-index: 102;
  }

  .nav-item-submenu:hover .nav-submenu,
  .nav-item-submenu:focus-within .nav-submenu {
    display: block;
  }

  .nav-submenu a {
    padding: 10px 16px;
    font-size: 0.86rem;
  }

  .nav-submenu a:hover,
  .nav-submenu a:focus-visible {
    background: rgba(242, 230, 204, 0.06);
  }
}

.nav-overlay {
  position: fixed;
  inset: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  padding: 0;
  cursor: pointer;
}

body.nav-is-open {
  overflow: hidden;
}

@media (max-width: 899px) {
  .site-nav {
    position: fixed;
    top: 0;
    right: 0;
    width: min(300px, 88vw);
    height: 100vh;
    padding: 4.75rem 18px 24px;
    background: linear-gradient(180deg, #0f1a24 0%, #0a121a 100%);
    border-left: 1px solid var(--border);
    box-shadow: -8px 0 24px rgba(0, 0, 0, 0.35);
    transform: translateX(100%);
    transition: transform 0.22s ease;
    overflow-y: auto;
  }

  body.nav-is-open .site-nav {
    transform: translateX(0);
  }
}

@media (min-width: 900px) {
  .nav-toggle {
    display: none;
  }

  .nav-overlay {
    display: none !important;
  }

  .site-header-inner {
    flex-wrap: nowrap;
  }

  .site-nav {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    transform: none !important;
    overflow: visible;
  }

  .nav-links {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 4px 8px;
  }

  .nav-links a {
    padding: 8px 10px;
    font-size: 0.86rem;
  }
}

