: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;
}

.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: #fff;
  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__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;
}

.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;
}

.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, 1fr);
  gap: 14px;
}

.gallery-img {
  width: 100%;
  height: 300px;
  border-radius: var(--radius);
  border: 1px solid var(--border-light);
  background: var(--tint);
  object-fit: cover;
  box-shadow: var(--shadow);
  transition: transform var(--transition), box-shadow var(--transition);
}
.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;
  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: 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-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, var(--dark-soft) 0%, var(--dark) 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: var(--dark-muted);
}
.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, 1fr);
  }
}

@media (max-width: 760px) {
  .nav__links,
  .nav__actions .btn {
    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: 1fr;
  }
  .gallery-img {
    height: 240px;
  }
}
