:root {
  --bg: #faf6f2;
  --bg-warm: #f5efe8;
  --surface: #ffffff;
  --surface-elevated: #fffcf9;
  --tint: #f0eae4;
  --tint-strong: #e8dfd6;
  --text: #1a1614;
  --text-soft: #2d2724;
  --muted: #5c534d;
  --muted-light: #8a7f76;
  --brand: #b86c63;
  --brand-hover: #a85d54;
  --brand-2: #d4a574;
  --brand-2-light: #e8c9a8;
  --dark: #252019;
  --dark-soft: #342d26;
  --dark-muted: rgba(255, 255, 255, 0.75);
  --border: rgba(20, 17, 15, 0.12);
  --border-light: rgba(20, 17, 15, 0.08);
  --shadow: 0 20px 50px rgba(26, 22, 20, 0.1);
  --shadow-lg: 0 28px 60px rgba(26, 22, 20, 0.12);
  --radius: 20px;
  --radius-sm: 14px;
  --radius-lg: 28px;
  --container: 1120px;
  --transition: 0.25s ease;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.is-hidden {
  display: none !important;
}

/* Lazy cursor blur: follows mouse slowly behind the arrow pointer */
.cursor-blur {
  position: fixed;
  left: 0;
  top: 0;
  width: 280px;
  height: 280px;
  margin-left: -140px;
  margin-top: -140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(184, 108, 99, 0.22) 0%, rgba(212, 165, 116, 0.14) 40%, transparent 70%);
  pointer-events: none;
  z-index: 9999;
  will-change: transform;
  transform: translate(0px, 0px);
  transition: opacity 0.2s ease;
}
.cursor-blur.is-inactive {
  opacity: 0;
}
.cursor-blur.is-hidden {
  opacity: 0;
}
@media (max-width: 980px), (hover: none), (pointer: coarse) {
  .cursor-blur { display: none !important; }
}
@media (prefers-reduced-motion: reduce) {
  .cursor-blur { display: none !important; }
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(1400px 800px at 85% -10%, rgba(184, 108, 99, 0.18), transparent 50%),
    radial-gradient(1200px 700px at -5% 20%, rgba(212, 165, 116, 0.2), transparent 45%),
    radial-gradient(1000px 600px at 50% 100%, rgba(232, 201, 168, 0.15), transparent 50%),
    var(--bg);
  line-height: 1.55;
  min-height: 100vh;
}

h1,
h2,
h3 {
  font-family: Fraunces, ui-serif, Georgia, serif;
  letter-spacing: -0.02em;
  margin: 0 0 10px 0;
}

h1 {
  font-size: clamp(2rem, 3vw + 1.2rem, 3.6rem);
  line-height: 1.05;
}

h2 {
  font-size: clamp(1.5rem, 1.6vw + 1rem, 2.4rem);
  line-height: 1.15;
}

h3 {
  font-size: 1.15rem;
}

p {
  margin: 0 0 12px 0;
}

a {
  color: inherit;
}

.container {
  width: min(var(--container), calc(100% - 40px));
  margin-inline: auto;
}

.section {
  padding: clamp(56px, 7vw, 92px) 0;
}

.section--tint {
  background: linear-gradient(180deg, rgba(240, 234, 228, 0.6), rgba(232, 223, 214, 0.5));
  position: relative;
}
.section--tint::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(800px 400px at 50% 0%, rgba(184, 108, 99, 0.06), transparent 70%);
  pointer-events: none;
}

.eyebrow {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  font-weight: 700;
  color: var(--brand);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.8rem;
  margin-bottom: 10px;
}

.lead {
  font-size: 1.08rem;
  color: var(--text);
  max-width: 60ch;
}

.muted {
  color: var(--muted);
}

.link {
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.link:hover {
  border-bottom-color: currentColor;
  color: var(--brand);
}

.skip-link {
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 10px 14px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  transform: translateY(-150%);
  transition: transform 140ms ease;
  z-index: 9999;
  font-weight: 700;
  color: var(--text);
}
.skip-link:focus {
  transform: translateY(0);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

/* Header / Navbar */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: linear-gradient(180deg, var(--dark) 0%, var(--dark-soft) 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
}

.nav {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #fff;
}

.brand__mark {
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
  border: 0;
  display: flex;
  align-items: center;
}

.brand__logo {
  width: auto;
  height: 92px;
  max-height: 100%;
  border-radius: 0;
  object-fit: contain;
  object-position: center;
  padding: 0;
  display: block;
}

.brand__text {
  display: grid;
  line-height: 1.1;
}
.brand__name {
  font-family: Fraunces, ui-serif, Georgia, serif;
  font-size: 1.05rem;
  color: #fff;
}
.brand__tagline {
  font-size: 0.78rem;
  color: var(--dark-muted);
  font-weight: 550;
}

.nav__links {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
}

.nav__link {
  text-decoration: none;
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--dark-muted);
  font-weight: 650;
  font-size: 0.92rem;
  border: 0;
  background: transparent;
  cursor: pointer;
  font: inherit;
  transition: background var(--transition), color var(--transition);
}

.nav__link:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.nav__link.is-active {
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  color: #fff;
}

/* Dropdown (desktop navbar) */
.dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.dropdown__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.dropdown__caret {
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  margin-top: -2px;
  opacity: 0.8;
}
.dropdown__menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  min-width: 240px;
  padding: 8px;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--dark-soft);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(12px);
  display: none;
}
.dropdown.is-open .dropdown__menu {
  display: grid;
  gap: 4px;
}
.dropdown__item {
  text-decoration: none;
  padding: 10px 14px;
  border-radius: var(--radius-sm);
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
  transition: background var(--transition);
}
.dropdown__item:hover {
  background: rgba(255, 255, 255, 0.1);
}
.dropdown__item--all {
  color: var(--dark-muted);
}

.nav__actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn {
  appearance: none;
  border: 1px solid transparent;
  background: var(--surface);
  color: var(--text);
  border-radius: 999px;
  padding: 12px 20px;
  font-weight: 750;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  transition: transform var(--transition), box-shadow var(--transition), background var(--transition), border-color var(--transition);
}
.btn:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

.btn--primary {
  border-color: transparent;
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-2) 100%);
  color: #fff;
  box-shadow: 0 8px 24px rgba(184, 108, 99, 0.35);
}
.btn--primary:hover {
  background: linear-gradient(135deg, var(--brand-hover) 0%, var(--brand-2) 100%);
  box-shadow: 0 12px 32px rgba(184, 108, 99, 0.4);
}

.btn--ghost {
  background: rgba(255, 255, 255, 0.85);
  border-color: var(--border);
  color: var(--text);
}
.btn--ghost:hover {
  background: #fff;
  border-color: var(--brand);
  color: var(--brand);
}
.hero--full .btn--ghost,
.site-header .btn--ghost {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
.hero--full .btn--ghost:hover,
.site-header .btn--ghost:hover {
  background: rgba(255, 255, 255, 0.35);
  border-color: #fff;
  color: #fff;
}

.nav__toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border-radius: 14px;
  color: var(--dark);
}

.nav__toggle-lines {
  width: 18px;
  height: 12px;
  position: relative;
}
.nav__toggle-lines::before,
.nav__toggle-lines::after,
.nav__toggle-lines span {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
  transition: transform 160ms ease, top 160ms ease, opacity 160ms ease;
}
.nav__toggle-lines::before {
  top: 0;
}
.nav__toggle-lines span {
  top: 5px;
}
.nav__toggle-lines::after {
  top: 10px;
}

/* Mobile menu */
.mobile {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 14px 0 18px;
}
.mobile.is-open {
  display: block;
}
.mobile__links {
  display: grid;
  gap: 8px;
}
.mobile__link {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  border-radius: var(--radius-sm);
  padding: 12px 14px;
  text-decoration: none;
  font-weight: 700;
  color: var(--dark-muted);
  transition: background var(--transition), color var(--transition);
}
.mobile__link:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}
.mobile__link.is-active {
  border-color: var(--brand);
  background: rgba(184, 108, 99, 0.25);
  color: #fff;
}
.mobile__actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}
.mobile__actions .btn {
  flex: 1;
}

.mobile__group {
  display: grid;
  gap: 8px;
}
.mobile__dropdown-btn {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  border-radius: var(--radius-sm);
  padding: 12px 14px;
  text-align: left;
  font-weight: 800;
  color: #fff;
  font: inherit;
  cursor: pointer;
}
.mobile__dropdown {
  display: none;
  padding-left: 10px;
  border-left: 2px solid var(--brand);
  margin-left: 6px;
}
.mobile__dropdown.is-open {
  display: grid;
  gap: 8px;
}
.mobile__sub-link {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  border-radius: var(--radius-sm);
  padding: 10px 12px;
  text-decoration: none;
  font-weight: 700;
  color: var(--dark-muted);
}
.mobile__sub-link.is-active {
  border-color: var(--brand);
  background: rgba(184, 108, 99, 0.2);
  color: #fff;
}

/* Hero */
.hero {
  padding-top: clamp(38px, 5vw, 64px);
}

.hero--full {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  min-height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.hero__full-bg {
  position: absolute;
  inset: 0;
  background-color: #8b7355;
  background-image: linear-gradient(180deg, rgba(20, 17, 15, 0.45), rgba(20, 17, 15, 0.25)), url("./images/hero-banner.png");
  background-size: cover;
  background-position: center;
}
.hero__full-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20, 17, 15, 0.5) 0%, rgba(20, 17, 15, 0.35) 40%, rgba(20, 17, 15, 0.25) 100%);
}
.hero__full-content { position: relative; z-index: 1; padding: clamp(48px, 8vw, 80px) 20px; }
.hero--full .hero__title { color: #fff; text-shadow: 0 2px 24px rgba(0,0,0,0.4); letter-spacing: -0.02em; }
.hero--full .hero__subtitle { color: rgba(255,255,255,0.92); max-width: 42ch; margin-left: auto; margin-right: auto; font-size: 1.1rem; }
.hero--full .eyebrow { color: var(--brand-2-light); letter-spacing: 0.14em; }
.hero--full .btn--ghost { border-color: rgba(255,255,255,0.6); color: #fff; }
.hero--full .btn--ghost:hover { background: rgba(255,255,255,0.2); border-color: #fff; color: #fff; }

.hero--inner .hero__media {
  min-height: 360px;
}

.hero--inner .hero__subtitle {
  max-width: 62ch;
}

.hero__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: clamp(22px, 3vw, 42px);
}

.hero__title {
  margin-bottom: 12px;
}

.hero__subtitle {
  font-size: 1.05rem;
  color: var(--muted);
  max-width: 60ch;
}

.hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}
.hero--full .hero__cta {
  justify-content: center;
}

.city-booking-modal[hidden] {
  display: none;
}
.city-booking-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  padding: 20px;
}
.city-booking-modal__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(20, 17, 15, 0.7);
  cursor: pointer;
}
.city-booking-modal__dialog {
  position: relative;
  width: min(520px, 100%);
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #f8f2ea;
  box-shadow: 0 20px 60px rgba(20, 17, 15, 0.35);
  padding: 22px;
}
.city-booking-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 14px;
}
.city-booking-modal__title {
  margin: 0;
  font-size: 1.2rem;
}
.city-booking-modal__close {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  border: 1px solid var(--border-light);
  background: #fff;
  color: var(--text);
  font-size: 1.3rem;
  line-height: 1;
  cursor: pointer;
}
.city-booking-modal__subtitle {
  margin: 0 0 14px;
  color: var(--muted);
}
.city-booking-modal__actions {
  margin-bottom: 10px;
}
.city-booking-modal__back {
  border: 0;
  background: transparent;
  color: var(--brand);
  font-weight: 700;
  padding: 0;
  cursor: pointer;
}
.city-booking-modal__cities {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.city-booking-modal__city {
  border: 1px solid var(--border-light);
  border-radius: 12px;
  background: #fff;
  color: var(--text);
  font-weight: 700;
  padding: 10px 12px;
  text-align: left;
  cursor: pointer;
  transition: transform 120ms ease, box-shadow 120ms ease, border-color 120ms ease;
}
.city-booking-modal__city:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(20, 17, 15, 0.1);
  border-color: rgba(184, 108, 99, 0.5);
}
@media (max-width: 560px) {
  .city-booking-modal__cities {
    grid-template-columns: 1fr;
  }
}

/* Event order wizard (Services at Event) */
.event-order-modal[hidden] {
  display: none;
}
.event-order-modal {
  position: fixed;
  inset: 0;
  z-index: 1210;
  display: grid;
  place-items: center;
  padding: 20px;
}
.event-order-modal__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(20, 17, 15, 0.72);
  cursor: pointer;
}
.event-order-modal__dialog {
  position: relative;
  width: min(520px, 100%);
  max-height: min(90vh, 720px);
  overflow: auto;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(165deg, #fdf9f4 0%, #f5efe8 100%);
  box-shadow: 0 24px 64px rgba(20, 17, 15, 0.38);
  padding: clamp(18px, 3vw, 24px);
}
.event-order-modal__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}
.event-order-modal__title {
  margin: 0;
  font-family: Fraunces, ui-serif, Georgia, serif;
  font-size: clamp(1.15rem, 2vw, 1.35rem);
  font-weight: 650;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: var(--text);
  padding-right: 8px;
}
.event-order-modal__close {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  border: 1px solid var(--border-light);
  background: #fff;
  color: var(--text);
  font-size: 1.3rem;
  line-height: 1;
  cursor: pointer;
  transition: background var(--transition), border-color var(--transition);
}
.event-order-modal__close:hover {
  border-color: rgba(184, 108, 99, 0.45);
  background: var(--surface-elevated);
}
.event-order-modal__helper {
  margin: 0 0 14px 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--muted);
}
.event-order-modal__body {
  margin-bottom: 12px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.event-order-modal__footer {
  padding-top: 18px;
  border-top: 1px solid var(--border-light);
  margin-top: 10px;
}
.event-order-modal__footer:empty {
  display: none;
}
.event-order-modal__back {
  border: 0;
  background: transparent;
  color: var(--brand);
  font-weight: 750;
  padding: 6px 0;
  cursor: pointer;
  font-size: 0.95rem;
}
.event-order-modal__back:hover {
  text-decoration: underline;
}
.event-order-modal__options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.event-order-modal__option {
  border: 1px solid var(--border-light);
  border-radius: var(--radius-sm);
  background: #fff;
  color: var(--text);
  font-weight: 700;
  font-size: 0.9rem;
  padding: 12px 14px;
  text-align: left;
  cursor: pointer;
  transition: transform 120ms ease, box-shadow 120ms ease, border-color 120ms ease;
}
.event-order-modal__option:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(20, 17, 15, 0.1);
  border-color: rgba(184, 108, 99, 0.45);
}
.event-order-modal__other {
  margin-top: 14px;
  padding: 14px;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(184, 108, 99, 0.2);
}
.event-order-modal__other[hidden] {
  display: none !important;
}
.event-order-modal__label {
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 8px;
}
.event-order-modal__field .event-order-modal__input {
  margin-bottom: 0;
}
.event-order-modal__input,
.event-order-modal__textarea,
.event-order-modal__select {
  width: 100%;
  margin-bottom: 12px;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid var(--border-light);
  background: #fff;
  color: var(--text);
  font: inherit;
  font-size: 0.95rem;
}
.event-order-modal__textarea {
  resize: vertical;
  min-height: 80px;
}
.event-order-modal__continue,
.event-order-modal__submit {
  width: 100%;
  justify-content: center;
}
.event-order-modal__submit {
  margin-top: clamp(26px, 6vw, 44px);
  padding-top: 15px;
  padding-bottom: 15px;
  box-shadow: 0 10px 28px rgba(184, 108, 99, 0.28);
}
.event-order-modal__date-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 22px;
}
.event-order-modal__date-row + .event-order-modal__field {
  margin-bottom: 6px;
  padding-bottom: 4px;
}
.event-order-modal__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.event-order-modal__field-label {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
}
.event-order-modal__error {
  margin: 0 0 12px 0;
  font-size: 0.9rem;
  font-weight: 650;
  color: #a85d54;
}
.event-order-modal__error[hidden] {
  display: none !important;
}
.event-order-modal__summary {
  margin-bottom: 18px;
  padding: 14px 16px;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid var(--border-light);
}
.event-order-modal__summary-line {
  margin: 0 0 8px 0;
  font-size: 0.95rem;
  color: var(--text-soft);
  line-height: 1.45;
}
.event-order-modal__summary-line:last-child {
  margin-bottom: 0;
}
.event-order-modal__mail {
  width: 100%;
  justify-content: center;
  margin-bottom: 10px;
  text-decoration: none;
}
.event-order-modal__done {
  width: 100%;
  justify-content: center;
}
@media (max-width: 560px) {
  .event-order-modal__options {
    grid-template-columns: 1fr;
  }
  .event-order-modal__date-row {
    grid-template-columns: 1fr;
  }
}

.hero__content--wide .hero__subtitle {
  max-width: 80ch;
}

.city-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.pill {
  text-decoration: none;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid var(--border-light);
  background: var(--surface-elevated);
  font-weight: 800;
  color: var(--muted);
  transition: transform var(--transition), box-shadow var(--transition), background var(--transition), color var(--transition), border-color var(--transition);
}
.pill:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
  color: var(--text);
  border-color: rgba(184, 108, 99, 0.25);
}
.pill.is-active {
  background: linear-gradient(135deg, rgba(184, 108, 99, 0.15), rgba(212, 165, 116, 0.12));
  border-color: var(--brand);
  color: var(--text);
}

.hero__meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 18px;
}

.meta-card {
  border-radius: var(--radius-sm);
  border: 1px solid rgba(20, 17, 15, 0.10);
  background: rgba(255, 255, 255, 0.65);
  padding: 14px 14px;
}
.meta-card__label {
  color: var(--muted);
  font-weight: 650;
  font-size: 0.85rem;
  margin-bottom: 4px;
}
.meta-card__value {
  margin: 0;
  font-weight: 750;
}

.hero__media {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  align-items: stretch;
  min-height: 420px;
}

.hero__img {
  border-radius: var(--radius);
  border: 1px solid rgba(20, 17, 15, 0.10);
  background: linear-gradient(135deg, rgba(184, 108, 99, 0.18), rgba(217, 163, 107, 0.16));
  box-shadow: var(--shadow);
}
.hero__img--one {
  background-image: radial-gradient(circle at 30% 40%, rgba(184, 108, 99, 0.25), transparent 55%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.55), rgba(246, 241, 236, 0.7));
}
.hero__img--two {
  align-self: end;
  min-height: 320px;
  background-image: radial-gradient(circle at 70% 30%, rgba(217, 163, 107, 0.26), transparent 55%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.55), rgba(246, 241, 236, 0.7));
}

/* Layout blocks */
.two-col {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(18px, 3vw, 44px);
  align-items: start;
}

.card {
  background: var(--surface-elevated);
  border: 1px solid var(--border-light);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  transition: box-shadow var(--transition), border-color var(--transition);
}
.card:hover {
  box-shadow: var(--shadow-lg);
  border-color: rgba(184, 108, 99, 0.15);
}

.feature-list {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.feature {
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 12px;
  align-items: start;
}

.feature__dot {
  width: 10px;
  height: 10px;
  margin-top: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
}

.feature__title {
  margin: 0 0 4px 0;
}
.feature__text {
  margin: 0;
  color: var(--muted);
}

.photo-card {
  overflow: hidden;
}
.photo-card__img {
  height: 220px;
  background: radial-gradient(circle at 20% 30%, rgba(184, 108, 99, 0.25), transparent 55%),
    radial-gradient(circle at 80% 40%, rgba(212, 165, 116, 0.22), transparent 55%),
    linear-gradient(135deg, var(--tint-strong), var(--tint));
  background-size: cover;
  background-position: center;
}
.photo-card__img--who-we-are {
  background-image: url("./images/who_we_are_image.png");
  background-size: cover;
  background-position: center;
  min-height: 280px;
  height: 280px;
  border-bottom-right-radius: 80px;
}
.photo-card__body {
  padding: 22px;
}
.photo-card__title {
  font-weight: 850;
  margin: 0 0 8px 0;
  color: var(--text);
}
.photo-card__text {
  color: var(--muted);
  line-height: 1.5;
}

.coming-soon {
  position: relative;
}
.coming-soon::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(1000px 500px at 50% 0%, rgba(184, 108, 99, 0.08), transparent 70%);
  pointer-events: none;
}
.coming-soon__card {
  position: relative;
  z-index: 1;
  overflow: clip;
  border-radius: calc(var(--radius-lg) + 4px);
  border: 1px solid rgba(20, 17, 15, 0.08);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.99), rgba(246, 238, 230, 0.94));
  box-shadow: 0 26px 56px rgba(26, 22, 20, 0.14);
  padding: clamp(18px, 2vw, 24px);
}
.coming-soon__card::before {
  content: "";
  position: absolute;
  inset: -100px auto auto -80px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(184, 108, 99, 0.22) 0%, rgba(184, 108, 99, 0.06) 45%, transparent 70%);
  pointer-events: none;
}
.coming-soon__card::after {
  content: "";
  position: absolute;
  right: -100px;
  bottom: -140px;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212, 165, 116, 0.2) 0%, rgba(212, 165, 116, 0.05) 48%, transparent 72%);
  pointer-events: none;
}
.coming-soon__layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(16px, 2vw, 26px);
  align-items: center;
}
.coming-soon__content h2 {
  margin-bottom: 8px;
  font-size: clamp(1.6rem, 2vw + 1rem, 2.3rem);
}
.coming-soon__city {
  margin: 0 0 4px 0;
  font-family: Fraunces, ui-serif, Georgia, serif;
  font-size: clamp(1.1rem, 1.2vw + 0.8rem, 1.45rem);
  color: var(--text-soft);
}
.coming-soon__opening {
  margin: 0 0 14px 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid rgba(184, 108, 99, 0.22);
  background: rgba(255, 255, 255, 0.72);
  font-weight: 700;
  color: var(--text);
}
.coming-soon__address {
  padding: 16px;
  max-width: 60ch;
}
.coming-soon__image-wrap {
  position: relative;
  margin: 0;
  min-height: 280px;
  aspect-ratio: 4 / 3;
  border-radius: var(--radius);
  border: 1px solid rgba(20, 17, 15, 0.08);
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(20, 17, 15, 0.2);
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.05));
}
.coming-soon__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.coming-soon__label {
  margin: 0 0 6px 0;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
}
.coming-soon__address-text {
  margin: 0;
  font-weight: 650;
  color: var(--text-soft);
}

/* Home: event booking section */
.event-booking-home {
  padding-top: clamp(44px, 5vw, 64px);
  padding-bottom: clamp(44px, 5vw, 64px);
}
.event-booking-home__card {
  max-width: 1050px;
  margin: 0 auto;
  padding: clamp(22px, 2.9vw, 29px) clamp(24px, 3.2vw, 34px);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 252, 249, 0.98), rgba(255, 252, 249, 0.88)),
    radial-gradient(560px 260px at 100% 0%, rgba(184, 108, 99, 0.12), transparent 72%);
  border: 1px solid rgba(184, 108, 99, 0.2);
  box-shadow: var(--shadow), 0 0 0 1px rgba(255, 255, 255, 0.5) inset;
}
.event-booking-home__layout {
  display: grid;
  grid-template-columns: 1.5fr minmax(220px, 0.8fr);
  gap: clamp(18px, 2.5vw, 26px);
  align-items: start;
}
.event-booking-home__lead {
  margin: 10px 0 16px 0;
  color: var(--muted);
  line-height: 1.62;
  max-width: 62ch;
}
.event-booking-home__list {
  margin: 0 0 18px 0;
  padding-left: 0;
  color: var(--text-soft);
  line-height: 1.6;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 16px;
}
.event-booking-home__list li {
  margin: 0;
  border: 1px solid rgba(20, 17, 15, 0.09);
  background: rgba(255, 255, 255, 0.78);
  border-radius: 12px;
  padding: 9px 12px;
  font-weight: 620;
  font-size: 0.94rem;
  position: relative;
  padding-left: 34px;
}
.event-booking-home__list li::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  transform: translateY(-50%);
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  box-shadow: 0 0 0 3px rgba(184, 108, 99, 0.13);
}
.event-booking-home__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.event-booking-home__actions .btn {
  min-width: 220px;
  padding: 10px 24px;
}
.event-booking-home__meta {
  margin: 0;
  padding: 16px 16px 14px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(20, 17, 15, 0.08);
  border-left: 4px solid var(--brand);
}
.event-booking-home__meta-label {
  margin: 0 0 4px 0;
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand);
  font-weight: 800;
}
.event-booking-home__meta-text {
  margin: 0 0 14px 0;
  color: var(--text-soft);
  font-size: 0.92rem;
  line-height: 1.55;
}
.event-booking-home__meta-text:last-child {
  margin-bottom: 0;
}
@media (max-width: 760px) {
  .event-booking-home__layout {
    grid-template-columns: 1fr;
  }
  .event-booking-home__list {
    display: none;
  }
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

/* Services page: reduce vertical space between hero and pills/grid */
body.page-services .section.hero--inner {
  padding-top: clamp(28px, 3.5vw, 48px);
  padding-bottom: clamp(20px, 2.5vw, 32px);
}
body.page-services #services.section {
  padding-top: clamp(24px, 3vw, 36px);
  padding-bottom: clamp(40px, 5vw, 64px);
}
body.page-services #services .section-head {
  margin-bottom: 12px;
}
body.page-services #services .city-pills {
  margin-top: 0;
}
body.page-services #services .grid {
  gap: 12px;
}
body.page-services #services .grid:has(.event-slider) {
  gap: clamp(16px, 2.2vw, 22px);
}

/* Services at Event: gallery + contact */
.event-slider {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: clamp(4px, 1vw, 10px);
}
.event-slider__frame {
  width: min(960px, 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.event-slider__viewport {
  position: relative;
  width: 100%;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(20, 17, 15, 0.1);
  box-shadow:
    0 4px 0 rgba(184, 108, 99, 0.12),
    0 32px 64px rgba(26, 22, 20, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.45);
  aspect-ratio: 16 / 9;
  max-height: min(460px, 54vh);
  background: linear-gradient(145deg, var(--tint-strong), var(--tint));
}
.event-slider__viewport::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 252, 249, 0.35);
  z-index: 1;
}
.event-slider__track {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 200px;
  z-index: 0;
}
.event-slider__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.65s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}
.event-slider__slide.is-active {
  opacity: 1;
}
.event-slider__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.event-slider__overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: clamp(18px, 3.5vw, 28px) clamp(16px, 3vw, 26px);
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(26, 22, 20, 0.55) 42%,
    rgba(26, 22, 20, 0.82) 100%
  );
  pointer-events: none;
}
.event-slider__overlay-kicker {
  margin: 0 0 4px 0;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 252, 249, 0.85);
}
.event-slider__overlay-title {
  margin: 0 0 6px 0;
  font-family: Fraunces, ui-serif, Georgia, serif;
  font-size: clamp(1.15rem, 2.2vw, 1.55rem);
  font-weight: 650;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: #fff;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.35);
}
.event-slider__overlay-sub {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.45;
  color: rgba(255, 252, 249, 0.88);
  max-width: 36ch;
}
.event-slider__dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.event-slider__dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 999px;
  background: rgba(20, 17, 15, 0.2);
  cursor: pointer;
  transition: transform var(--transition), background var(--transition), box-shadow var(--transition);
}
.event-slider__dot:hover {
  background: rgba(184, 108, 99, 0.55);
  transform: scale(1.15);
}
.event-slider__dot.is-active {
  width: 26px;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  box-shadow: 0 4px 14px rgba(184, 108, 99, 0.45);
}
.event-slider__dot:focus-visible {
  outline: 2px solid var(--brand);
  outline-offset: 3px;
}
.event-contact {
  grid-column: 1 / -1;
  width: 100%;
  max-width: min(960px, 100%);
  justify-self: center;
  margin-top: clamp(4px, 1vw, 12px);
  padding: clamp(22px, 3.5vw, 30px) clamp(22px, 3.5vw, 32px);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(255, 252, 249, 0.97), rgba(255, 252, 249, 0.88)),
    linear-gradient(120deg, rgba(184, 108, 99, 0.09), transparent 45%);
  border: 1px solid rgba(184, 108, 99, 0.18);
  box-shadow: var(--shadow), 0 0 0 1px rgba(255, 255, 255, 0.6) inset;
  position: relative;
  overflow: hidden;
}
.event-contact::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--brand), var(--brand-2));
  border-radius: var(--radius-lg) 0 0 var(--radius-lg);
}
.event-contact__eyebrow {
  margin: 0 0 8px 0;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brand);
}
.event-contact__title {
  margin: 0 0 10px 0;
  font-size: clamp(1.2rem, 1.5vw, 1.4rem);
  color: var(--text);
}
.event-contact__lead {
  margin: 0 0 20px 0;
  font-size: 0.98rem;
  line-height: 1.62;
  color: var(--muted);
  max-width: 52ch;
}
.event-contact__actions {
  display: grid;
  grid-template-columns: minmax(290px, 1fr) minmax(190px, 0.68fr);
  align-items: stretch;
  gap: 12px;
  max-width: 690px;
}
.event-contact__phone {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 3px;
  min-height: 84px;
  padding: 12px 20px;
  border-radius: var(--radius-sm);
  text-decoration: none;
  color: #fff;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0)),
    linear-gradient(135deg, var(--brand), #9d5a52);
  box-shadow:
    0 14px 34px rgba(184, 108, 99, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
  transition: transform var(--transition), box-shadow var(--transition), filter var(--transition);
}
.event-contact__phone:hover {
  transform: translateY(-2px);
  box-shadow:
    0 18px 38px rgba(184, 108, 99, 0.46),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
  filter: saturate(1.05);
  color: #fff;
}
.event-contact__phone-label {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.92;
}
.event-contact__phone-num {
  font-size: clamp(1.15rem, 2.3vw, 1.45rem);
  font-weight: 750;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.02em;
  line-height: 1;
}
.event-contact__order {
  min-height: 84px;
  width: 100%;
  border-radius: calc(var(--radius-sm) + 2px);
  font-size: clamp(1rem, 1.9vw, 1.2rem);
  font-weight: 740;
  letter-spacing: 0.01em;
  box-shadow:
    0 14px 34px rgba(184, 108, 99, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.26);
}
.event-contact__order:hover {
  box-shadow:
    0 18px 40px rgba(184, 108, 99, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
@media (max-width: 520px) {
  .event-contact__actions {
    grid-template-columns: 1fr;
  }
  .event-contact__phone {
    align-items: center;
    text-align: center;
    min-height: 78px;
    padding: 12px 16px;
  }
  .event-contact__order {
    justify-content: center;
    min-height: 72px;
    font-size: 1rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .event-slider__slide {
    transition: none;
  }
  .event-slider__dot {
    transition: none;
  }
  .event-contact__phone:hover {
    transform: none;
  }
}

.grid {
  display: grid;
  gap: 14px;
}
.grid--3 {
  grid-template-columns: repeat(3, 1fr);
}

/* Gallery */
.gallery-only {
  padding-top: 34px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}

.gallery-img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  margin: 0;
  border-radius: var(--radius);
  border: 1px solid var(--border-light);
  background: var(--tint);
  box-shadow: var(--shadow);
  transition: transform var(--transition), box-shadow var(--transition);
}
.gallery-img--portrait {
  aspect-ratio: 3 / 4;
}
.gallery-img--logo {
  grid-column: 2;
  grid-row: 1;
}
.gallery-img--hero-left {
  grid-column: 1;
  grid-row: 1 / span 2;
}
/* Anand */
.gallery-img--hero-mid {
  

  aspect-ratio: 1 / 1;
  object-fit: contain;
  width: 52%;
  justify-self: center;
  align-self: center;
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 8px;
}
.gallery-img--hero-right {
  grid-column: 3;
  grid-row: 1 / span 2;
}
.gallery-img--logo {
  grid-column: 2;
  grid-row: 2;
}
.gallery-img:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.reveal {
  opacity: 0;
  transform: translateY(26px) scale(0.96);
  filter: blur(8px);
  transition: opacity 900ms cubic-bezier(0.2, 0.9, 0.2, 1),
    transform 900ms cubic-bezier(0.2, 0.9, 0.2, 1),
    filter 900ms cubic-bezier(0.2, 0.9, 0.2, 1);
  will-change: opacity, transform, filter;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

/* Subtle stagger in a repeating pattern */
.gallery-grid .reveal:nth-child(6n + 1) { transition-delay: 0ms; }
.gallery-grid .reveal:nth-child(6n + 2) { transition-delay: 60ms; }
.gallery-grid .reveal:nth-child(6n + 3) { transition-delay: 120ms; }
.gallery-grid .reveal:nth-child(6n + 4) { transition-delay: 180ms; }
.gallery-grid .reveal:nth-child(6n + 5) { transition-delay: 240ms; }
.gallery-grid .reveal:nth-child(6n + 6) { transition-delay: 300ms; }

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }
}

.service-card {
  background: var(--surface-elevated);
  border: 1px solid var(--border-light);
  border-radius: var(--radius);
  padding: 22px;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow);
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}
.service-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(184, 108, 99, 0.15);
}
.service-card__title {
  margin: 0 0 8px 0;
  color: var(--text);
}
.service-card__desc {
  color: var(--muted);
  margin-bottom: 12px;
  line-height: 1.55;
}
.service-card__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 14px;
}
.service-card__row .btn {
  flex-shrink: 0;
  white-space: nowrap;
  min-width: fit-content;
}
.service-card--package {
  display: flex;
  flex-direction: column;
}
.service-card--package .service-card__list {
  flex: 1;
}
.service-card--package .service-card__row {
  margin-top: auto;
  padding-top: 14px;
}
.service-card__list {
  margin: 0 0 12px 0;
  padding-left: 1.2em;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
}
.service-card__list li {
  margin-bottom: 4px;
}
.service-card__duration {
  font-size: 0.86rem;
  white-space: nowrap;
  flex-shrink: 0;
}
.outlet-services { width: 100%; grid-column: 1 / -1; }
.outlet-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; padding-bottom: 12px; border-bottom: 1px solid rgba(20, 17, 15, 0.12); }
.outlet-tab {
  padding: 10px 18px;
  border-radius: var(--radius-sm);
  background: var(--tint);
  border: 1px solid var(--border-light);
  color: var(--muted);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.85rem;
  transition: background var(--transition), border-color var(--transition), color var(--transition);
}
.outlet-tab:hover {
  background: rgba(184, 108, 99, 0.1);
  border-color: rgba(184, 108, 99, 0.3);
  color: var(--text);
}
.outlet-tab.is-active {
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  border-color: transparent;
  color: #fff;
}
.outlet-tab-panel { display: none; gap: 18px; }
.outlet-tab-panel.is-active { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 18px; }
.outlet-category .outlet-service-list { margin-top: 8px; }
.outlet-service-row { display: flex; justify-content: space-between; gap: 12px; padding: 10px 0; border-bottom: 1px solid rgba(20, 17, 15, 0.08); font-size: 0.95rem; }
.outlet-service-row:last-child { border-bottom: none; }
.outlet-service-duration { font-size: 0.86rem; white-space: nowrap; }

.about-section { padding-top: clamp(48px, 6vw, 72px); padding-bottom: clamp(48px, 6vw, 72px); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(32px, 4vw, 56px); max-width: 1200px; margin: 0 auto; }
.about-collage { position: relative; min-height: 420px; }
.about-collage__main { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 75%; max-width: 380px; aspect-ratio: 4/5; background-size: cover; background-position: center; background-image: url("./images/about-main-border.png"); border: 6px solid var(--brand-2); border-radius: 4px; box-shadow: 0 20px 50px rgba(0,0,0,0.25); }
.about-collage__left { position: absolute; top: 0; left: 0; width: 45%; max-width: 200px; aspect-ratio: 1; background-size: cover; background-position: center; background-image: url("./images/about-left-border.png"), linear-gradient(180deg, var(--tint), #e8e0d8); border: 3px solid rgba(255,255,255,0.9); border-radius: 4px; box-shadow: 0 12px 30px rgba(0,0,0,0.2); }
.about-collage__right { position: absolute; bottom: 0; left: 5%; width: 42%; max-width: 190px; aspect-ratio: 3/4; background-size: cover; background-position: center; background-image: url("./images/about-right-border.png"), linear-gradient(180deg, var(--tint), #e8e0d8); border: 3px solid rgba(255,255,255,0.9); border-radius: 4px; box-shadow: 0 12px 30px rgba(0,0,0,0.2); }
.about-content {
  background: linear-gradient(160deg, var(--dark-soft) 0%, var(--dark) 100%);
  color: #fff;
  padding: clamp(32px, 4vw, 48px);
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
}
.about-content__title { margin: 0 0 16px 0; font-size: clamp(1.5rem, 2.2vw, 1.85rem); font-weight: 750; line-height: 1.25; color: #fff; }
.about-content__lead { margin: 0 0 18px 0; color: rgba(255,255,255,0.92); font-size: 1rem; line-height: 1.6; }
.about-content__list { margin: 0 0 18px 0; padding-left: 1.25em; color: rgba(255,255,255,0.9); font-size: 0.98rem; line-height: 1.65; }
.about-content__list li { margin-bottom: 10px; }
.about-content__close { margin: 0 0 22px 0; color: rgba(255,255,255,0.92); font-size: 1rem; line-height: 1.6; }
.about-content__cta { margin-top: 0; }
.about-content__cta.btn--primary { box-shadow: 0 8px 24px rgba(184, 108, 99, 0.4); }
@media (max-width: 900px) { .about-grid { grid-template-columns: 1fr; } .about-collage { min-height: 360px; } .about-collage__main { width: 70%; } .about-collage__left { width: 38%; } .about-collage__right { width: 36%; left: 2%; } }

.membership-card {
  background: var(--surface-elevated);
  border: 1px solid var(--border-light);
  border-radius: var(--radius);
  padding: 26px;
  box-shadow: var(--shadow);
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
  position: relative;
  overflow: hidden;
}
.membership-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--brand), var(--brand-2));
}
.membership-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(184, 108, 99, 0.2);
}
.membership-card__title { margin: 0 0 10px 0; font-size: 1.15rem; }
.membership-card__price { font-weight: 850; font-size: 1.35rem; color: var(--text); margin-bottom: 6px; }
.membership-card__meta { color: var(--muted); font-size: 0.9rem; margin-bottom: 14px; }
.membership-card__discount { display: inline-block; padding: 6px 12px; border-radius: 999px; background: linear-gradient(135deg, rgba(184, 108, 99, 0.18), rgba(212, 165, 116, 0.15)); color: var(--brand); font-weight: 700; font-size: 0.9rem; }

.tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid var(--border-light);
  background: linear-gradient(135deg, rgba(184, 108, 99, 0.08), rgba(212, 165, 116, 0.06));
  font-weight: 700;
  color: var(--muted);
  font-size: 0.86rem;
}
.quote-card {
  margin: 0;
  padding: 24px;
  border-radius: var(--radius);
  border: 1px solid var(--border-light);
  background: var(--surface-elevated);
  box-shadow: var(--shadow);
  transition: box-shadow var(--transition), border-color var(--transition);
  border-left: 4px solid var(--brand-2);
}
.quote-card:hover {
  box-shadow: var(--shadow-lg);
  border-color: rgba(212, 165, 116, 0.3);
}
.quote-card blockquote {
  margin: 0 0 16px 0;
  color: var(--text-soft);
  font-weight: 650;
  font-size: 1.02rem;
  line-height: 1.6;
}
.quote-card__name {
  display: block;
  font-weight: 850;
  color: var(--text);
}
.quote-card__role {
  display: block;
  color: var(--muted);
  font-size: 0.92rem;
}

.contact-cards {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.mini-card {
  border: 1px solid var(--border-light);
  border-radius: var(--radius-sm);
  background: var(--surface-elevated);
  padding: 16px;
  transition: border-color var(--transition), box-shadow var(--transition);
}
.mini-card:hover {
  border-color: rgba(184, 108, 99, 0.2);
  box-shadow: 0 8px 20px rgba(20, 17, 15, 0.06);
}
.mini-card__label {
  color: var(--muted);
  font-weight: 700;
  margin: 0 0 4px 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
  color: rgba(106, 95, 87, 0.9);
}
.icon img {
  width: 20px;
  height: 20px;
  display: block;
  object-fit: contain;
}
.mini-card__value {
  margin: 0;
  font-weight: 850;
}

.form-card {
  padding: 18px;
}
.form-card__title {
  margin-bottom: 6px;
}
.form-card__subtitle {
  margin-bottom: 14px;
}

.field {
  display: grid;
  gap: 6px;
  margin-bottom: 12px;
}
.field__label {
  font-weight: 750;
  color: var(--muted);
  font-size: 0.92rem;
}
.field__input {
  width: 100%;
  padding: 12px 12px;
  border-radius: 14px;
  border: 1px solid rgba(20, 17, 15, 0.14);
  background: rgba(255, 255, 255, 0.85);
  outline: none;
  font: inherit;
}
.field__input:focus {
  border-color: rgba(184, 108, 99, 0.55);
  box-shadow: 0 0 0 4px rgba(184, 108, 99, 0.12);
}
textarea.field__input {
  resize: vertical;
  min-height: 112px;
}

/* Contact page */
.contact-section { padding-top: clamp(40px, 5vw, 56px); padding-bottom: clamp(48px, 6vw, 72px); }
.contact-page { max-width: 1100px; margin: 0 auto; }

.contact-header { text-align: center; margin-bottom: clamp(32px, 4vw, 48px); }
.contact-header__eyebrow {
  font-size: 0.85rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em;
  color: var(--brand); margin: 0 0 8px 0;
}
.contact-header__title {
  margin: 0 0 10px 0; font-family: Fraunces, ui-serif, Georgia, serif; font-weight: 750;
  font-size: clamp(1.75rem, 3vw, 2.25rem); line-height: 1.2; color: var(--text);
}
.contact-header__lead { margin: 0; color: var(--muted); font-size: 1.05rem; max-width: 420px; margin-left: auto; margin-right: auto; }

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 4vw, 48px);
  align-items: start;
}
@media (max-width: 880px) {
  .contact-layout { grid-template-columns: 1fr; }
}

.contact-form-wrap { position: sticky; top: 100px; }
@media (max-width: 880px) { .contact-form-wrap { position: static; } }

.contact-form-card {
  background: #fff;
  border-radius: var(--radius);
  padding: clamp(24px, 3vw, 32px);
  box-shadow: 0 12px 40px rgba(20, 17, 15, 0.08);
  border: 1px solid rgba(20, 17, 15, 0.06);
  border-left: 4px solid var(--brand);
}
.contact-form-card__title { margin: 0 0 6px 0; font-size: 1.25rem; font-weight: 750; color: var(--text); }
.contact-form-card__subtitle { margin: 0 0 22px 0; font-size: 0.92rem; color: var(--muted); line-height: 1.5; }
.contact-form-card__submit { width: 100%; margin-top: 8px; padding: 14px 20px; font-weight: 700; }
.contact-form-card__status {
  margin: 12px 0 0 0;
  padding: 10px 12px;
  border-radius: 12px;
  font-size: 0.9rem;
  font-weight: 650;
}
.contact-form-card__status[hidden] { display: none !important; }
.contact-form-card__status--success {
  background: rgba(89, 157, 116, 0.14);
  color: #2f6f48;
}
.contact-form-card__status--error {
  background: rgba(184, 108, 99, 0.14);
  color: #8b4a42;
}

.contact-field { display: block; margin-bottom: 18px; }
.contact-field__label {
  display: block; font-weight: 700; font-size: 0.88rem; color: var(--muted);
  margin-bottom: 6px;
}
.contact-field__input {
  width: 100%; padding: 12px 14px; border-radius: var(--radius-sm);
  border: 1px solid rgba(20, 17, 15, 0.15);
  background: var(--tint);
  outline: none; font: inherit; font-size: 1rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.contact-field__input::placeholder { color: rgba(106, 95, 87, 0.5); }
.contact-field__input:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(184, 108, 99, 0.15);
}
.contact-field__input--textarea { resize: vertical; min-height: 100px; }
select.contact-field__input { cursor: pointer; appearance: auto; }

.contact-outlets-wrap {
  background: rgba(255, 255, 255, 0.6);
  border-radius: var(--radius);
  padding: clamp(20px, 2.5vw, 28px);
  border: 1px solid rgba(20, 17, 15, 0.08);
}
.contact-outlets__title { margin: 0 0 6px 0; font-size: 1.2rem; font-weight: 750; color: var(--text); }
.contact-outlets__subtitle { margin: 0 0 20px 0; font-size: 0.9rem; color: var(--muted); }
.contact-outlets {
  display: grid;
  gap: 16px;
  max-height: 70vh;
  overflow-y: auto;
  padding-right: 6px;
}
.contact-outlets::-webkit-scrollbar { width: 6px; }
.contact-outlets::-webkit-scrollbar-track { background: rgba(20, 17, 15, 0.06); border-radius: 3px; }
.contact-outlets::-webkit-scrollbar-thumb { background: rgba(20, 17, 15, 0.2); border-radius: 3px; }

.contact-outlet-card {
  border-radius: var(--radius-sm);
  background: #fff;
  padding: 18px 20px;
  border: 1px solid rgba(20, 17, 15, 0.08);
  box-shadow: 0 4px 16px rgba(20, 17, 15, 0.04);
  transition: border-color 0.2s, box-shadow 0.2s;
}
.contact-outlet-card:hover {
  border-color: rgba(184, 108, 99, 0.25);
  box-shadow: 0 8px 24px rgba(20, 17, 15, 0.08);
}
.contact-outlet-card__name {
  margin: 0 0 4px 0; font-size: 1.05rem; font-weight: 750;
}
.contact-outlet-card__name a {
  color: var(--text); text-decoration: none;
  transition: color 0.2s;
}
.contact-outlet-card__name a:hover { color: var(--brand); }
.contact-outlet-card__city {
  display: inline-block;
  margin: 0 0 12px 0; padding: 4px 10px;
  font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em;
  color: var(--muted); background: rgba(20, 17, 15, 0.06);
  border-radius: 999px;
}
.contact-outlet-card__details { display: grid; gap: 8px; }
.contact-outlet-card__row {
  margin: 0; display: grid; grid-template-columns: 72px 1fr; gap: 8px; align-items: start;
  font-size: 0.9rem; line-height: 1.45;
}
.contact-outlet-card__label { font-weight: 700; color: var(--muted); flex-shrink: 0; }
.contact-outlet-card__value { word-break: break-word; }
.contact-outlet-card__value.link { color: var(--brand); }
.contact-outlet-card__value.link:hover { text-decoration: underline; }
@media (max-width: 600px) {
  .contact-outlet-card__row { grid-template-columns: 1fr; }
  .contact-outlets { max-height: none; }
}

/* Footer */
.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: linear-gradient(180deg, #2a241f 0%, #15120f 100%);
  padding: 40px 0 24px;
  color: var(--dark-muted);
}
.site-footer .footer-brand {
  color: #fff;
}
.footer-logo-link {
  display: inline-block;
  margin-bottom: 10px;
  text-decoration: none;
}
.footer-logo {
  display: block;
  height: 56px;
  width: auto;
  max-width: 180px;
  object-fit: contain;
  object-position: left center;
  vertical-align: middle;
}
.site-footer .footer-logo-link:hover .footer-logo {
  opacity: 0.9;
}
.site-footer .footer-title {
  color: rgba(255, 255, 255, 0.95);
}
.site-footer .footer-links a {
  color: var(--dark-muted);
  transition: color var(--transition);
}
.site-footer .footer-links a:hover {
  color: var(--brand-2-light);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 24px;
  align-items: start;
}
.footer-brand {
  font-family: Fraunces, ui-serif, Georgia, serif;
  font-weight: 850;
  margin: 0 0 8px 0;
  font-size: 1.25rem;
}
.footer-title {
  font-weight: 850;
  margin: 0 0 12px 0;
  font-size: 0.95rem;
}
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
}

.social-links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.social-link {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  border: 1px solid rgba(20, 17, 15, 0.10);
  background: rgba(255, 255, 255, 0.65);
  color: var(--muted);
  text-decoration: none;
  transition: transform 120ms ease, box-shadow 120ms ease, background 120ms ease, color 120ms ease;
}
.social-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(20, 17, 15, 0.12);
  color: var(--text);
}
.social-link svg {
  width: 20px;
  height: 20px;
  display: block;
}
.site-footer .footer-bottom {
  border-top-color: rgba(255, 255, 255, 0.08);
}
.site-footer .footer-bottom .muted {
  color: rgba(255, 255, 255, 0.9);
}
.site-footer .muted {
  color: rgba(255, 255, 255, 0.9);
}
.site-footer .footer-social .social-link {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
  color: var(--dark-muted);
}
.site-footer .footer-social .social-link:hover {
  background: rgba(184, 108, 99, 0.35);
  border-color: var(--brand);
  color: #fff;
  box-shadow: 0 8px 20px rgba(184, 108, 99, 0.25);
}
.footer-bottom {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--border-light);
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.footer-social {
  margin-left: auto;
}

/* Outlets */
#outlets.section {
  /* Reduce gap between city filter and cards */
  padding-top: 28px;
}

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

.outlets-group {
  margin-bottom: 22px;
  grid-column: 1 / -1;
}
.outlets-group__title {
  margin: 0 0 10px 0;
}
.outlets-group__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.outlet-card {
  border-radius: var(--radius);
  border: 1px solid rgba(20, 17, 15, 0.10);
  background: rgba(255, 255, 255, 0.75);
  overflow: hidden;
  box-shadow: 0 14px 28px rgba(20, 17, 15, 0.10);
  display: grid;
  transition: transform 140ms ease, box-shadow 140ms ease;
}
.outlet-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 46px rgba(20, 17, 15, 0.14);
}
.outlet-card__img {
  height: 240px;
  background: radial-gradient(circle at 20% 30%, rgba(184, 108, 99, 0.24), transparent 55%),
    radial-gradient(circle at 80% 40%, rgba(217, 163, 107, 0.22), transparent 55%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.6), rgba(246, 241, 236, 0.85));
  background-size: cover;
  background-position: center;
}
.outlet-card__body {
  padding: 20px;
}
.outlet-card__city {
  margin-bottom: 6px;
  font-weight: 700;
}
.outlet-card__title {
  margin-bottom: 14px;
  font-size: 1.25rem;
}
.outlet-card__btn {
  width: 100%;
}

.outlet-empty {
  padding: 18px;
  border-radius: var(--radius);
  grid-column: 1 / -1;
}
.outlet-empty__title {
  font-weight: 900;
  margin: 0 0 6px 0;
}

.outlet-hero-img {
  border-radius: var(--radius);
  border: 1px solid rgba(20, 17, 15, 0.10);
  box-shadow: var(--shadow);
  min-height: 520px;
  background: radial-gradient(circle at 30% 30%, rgba(217, 163, 107, 0.22), transparent 55%),
    radial-gradient(circle at 70% 60%, rgba(184, 108, 99, 0.24), transparent 55%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.55), rgba(246, 241, 236, 0.8));
  background-size: cover;
  background-position: center;
}

.hero--outlet .hero__grid {
  grid-template-columns: 0.95fr 1.05fr;
}

.hero--outlet .hero__media {
  grid-template-columns: 1fr;
  min-height: 520px;
}

.outlet-desc {
  margin-top: 10px;
  max-width: 68ch;
}

.btn--book {
  padding: 14px 18px;
  font-size: 1.02rem;
  letter-spacing: 0.01em;
  border-radius: 16px;
  box-shadow: 0 18px 34px rgba(184, 108, 99, 0.22);
}

.outlet-info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

/* Outlet details page: reduce gap between hero image and info cards */
#outlet.section {
  padding-top: 34px;
}

@media (max-width: 980px) {
  .hero--outlet .hero__grid {
    grid-template-columns: 1fr;
  }
  .outlet-hero-img {
    min-height: 380px;
  }
}

@media (max-width: 760px) {
  .outlet-info-grid {
    grid-template-columns: 1fr;
  }
}

/* Responsive */
@media (max-width: 980px) {
  .hero__grid {
    grid-template-columns: 1fr;
  }
  .hero__media {
    min-height: 320px;
  }
  .two-col {
    grid-template-columns: 1fr;
  }
  .grid--3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .section-head {
    flex-direction: column;
    align-items: start;
  }
  .outlets-grid,
  .outlets-group__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .gallery-img {
    aspect-ratio: 16 / 10;
  }
  .gallery-img--hero-left,
  .gallery-img--hero-mid,
  .gallery-img--hero-right,
  .gallery-img--logo {
    grid-column: auto;
    grid-row: auto;
  }
  .coming-soon__layout {
    grid-template-columns: 1fr;
  }
  .coming-soon__image-wrap {
    min-height: 250px;
  }
}

@media (max-width: 760px) {
  .nav__links,
  .nav__actions .btn:not(.nav__toggle) {
    display: none;
  }
  .nav__toggle {
    display: inline-flex;
  }
  .dropdown__menu {
    display: none !important;
  }
  .grid--3 {
    grid-template-columns: 1fr;
  }
  .hero__meta {
    grid-template-columns: 1fr;
  }
  .outlets-grid,
  .outlets-group__grid {
    grid-template-columns: 1fr;
  }
  .city-pills {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 6px;
    -webkit-overflow-scrolling: touch;
  }
  .gallery-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .gallery-img--hero-mid {
    display: none;
  }
  .coming-soon__image-wrap,
  .coming-soon__image {
    min-height: 220px;
  }
}

.offer-popup[hidden] {
  display: none;
}
.offer-popup {
  position: fixed;
  inset: 0;
  z-index: 1300;
  display: grid;
  place-items: center;
  padding: 20px;
}
.offer-popup__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(20, 17, 15, 0.68);
  cursor: pointer;
}
.offer-popup__dialog {
  position: relative;
  width: min(460px, 100%);
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: linear-gradient(150deg, #fff9f2, #f5ece3);
  box-shadow: 0 22px 62px rgba(20, 17, 15, 0.3);
  padding: 24px;
  text-align: center;
  opacity: 0;
  transform: translateY(20px) scale(0.96);
  transition: opacity 240ms ease, transform 240ms ease;
}
.offer-popup__dialog.is-open {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.offer-popup__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  border: 1px solid var(--border-light);
  background: #fff;
  color: var(--text);
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
}
.offer-popup__label {
  margin: 0 0 8px 0;
  color: var(--brand);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.84rem;
}
.offer-popup__discount {
  margin: 0 0 8px 0;
  font-family: Fraunces, ui-serif, Georgia, serif;
  font-size: clamp(1.45rem, 1.2vw + 1.1rem, 2rem);
  font-weight: 700;
  color: var(--text);
}
.offer-popup__text {
  margin: 0 0 16px 0;
  color: var(--muted);
  font-weight: 600;
}
.offer-popup__cta {
  min-width: 180px;
}
@media (prefers-reduced-motion: reduce) {
  .offer-popup__dialog {
    transition: none;
    transform: none;
  }
  .offer-popup__dialog.is-open {
    transform: none;
  }
}
