:root {
  --primary: #6B351F;
  --dark: #241712;
  --terracotta: #A95735;
  --cream: #F7F3EC;
  --warm: #FCFAF7;
  --text: #28231F;
  --muted: #8B8178;
  --gold: #B88A55;
  --line: rgba(36, 23, 18, 0.1);
  --white: #fff;
  --serif: "Cormorant Garamond", "Times New Roman", serif;
  --sans: "Manrope", system-ui, sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --header: 86px;
  --bottom: 72px;
  --radius: 6px;
  --shadow: 0 18px 50px rgba(36, 23, 18, 0.08);
}

*,
*::before,
*::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--warm);
  font-family: var(--sans);
  font-size: 18px;
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; background: none; border: 0; }
p { margin: 0 0 1em; }
h1, h2, h3, h4 { margin: 0; font-family: var(--serif); font-weight: 500; line-height: 1.15; letter-spacing: -0.02em; color: var(--dark); }
ul { margin: 0; padding: 0; list-style: none; }

.skip-link {
  position: absolute;
  left: -999px;
  top: 8px;
  background: var(--dark);
  color: #fff;
  padding: 8px 14px;
  z-index: 1000;
}
.skip-link:focus { left: 8px; }

.wrap {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--terracotta);
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}
.eyebrow--gold { color: var(--gold); }
.eyebrow--light { color: rgba(255,255,255,.7); }

.lede {
  color: var(--muted);
  font-size: 1.18rem;
  max-width: 46ch;
}

.section {
  padding: 72px 0;
}
.page-index .section { padding: 52px 0; }
.section--tight { padding: 52px 0; }
.section--cream { background: var(--cream); }
.section--warm { background: var(--warm); }

.section-head {
  max-width: 640px;
  margin-bottom: 28px;
}
.page-index .section-head { margin-bottom: 18px; }
.page-index .section-head h2 {
  font-size: clamp(1.85rem, 3.2vw, 2.55rem);
}
.amenity--col h3 { font-size: 1.15rem; margin: 0; }
.section-head.center,
.center { text-align: center; margin-inline: auto; }
.section-head h2,
.page-hero h1,
.about-copy h2,
.cta-break__content h2,
.final-cta__content h1 {
  font-size: clamp(2.5rem, 5vw, 4rem);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 26px;
  border-radius: var(--radius);
  border: 1px solid transparent;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: background .35s var(--ease), color .35s var(--ease), border-color .35s var(--ease), transform .35s var(--ease);
}
.btn:hover { transform: translateY(-1px); }
.btn--primary { background: var(--terracotta); color: #fff; }
.btn--primary:hover { background: var(--primary); }
.btn--ghost { color: #fff; border-color: rgba(255,255,255,.55); background: transparent; }
.btn--ghost:hover { background: #fff; color: var(--dark); }
.btn--line { color: var(--terracotta); border-color: var(--terracotta); background: transparent; }
.btn--line:hover { background: var(--terracotta); color: #fff; }
.btn--ghost-dark { color: var(--dark); border-color: var(--line); }
.btn--white { background: #fff; color: var(--dark); }
.btn--white:hover { background: var(--cream); }
.btn--block { width: 100%; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 26px 0 0; }

/* Header */
.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 40;
  height: var(--header);
  color: #fff;
  background: rgba(18, 14, 10, 0.55);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: background .4s var(--ease), box-shadow .4s var(--ease), color .4s var(--ease);
}
.site-header.is-scrolled,
.site-header.is-solid {
  position: fixed;
  color: #fff;
  background: rgba(18, 14, 10, 0.82);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.18);
}
.site-header__inner {
  position: relative;
  width: min(1360px, calc(100% - 32px));
  height: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
}
.logo {
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
}
.logo img {
  width: 52px;
  height: 52px;
  object-fit: cover;
  border-radius: 50%;
  background: #111;
}
.site-header .logo img {
  width: 62px;
  height: 62px;
}
.desktop-nav {
  display: flex;
  align-items: center;
  justify-self: start;
  gap: clamp(14px, 1.6vw, 28px);
}
.desktop-nav a {
  position: relative;
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: rgba(255,255,255,.92);
}
.desktop-nav a.is-active,
.desktop-nav a:hover { color: #C9825B; }
.site-header.is-scrolled .desktop-nav a,
.site-header.is-solid .desktop-nav a { color: rgba(255,255,255,.92); }
.site-header.is-scrolled .desktop-nav a.is-active,
.site-header.is-scrolled .desktop-nav a:hover,
.site-header.is-solid .desktop-nav a.is-active,
.site-header.is-solid .desktop-nav a:hover { color: #C9825B; }

.header-right {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 16px;
}
.header-meta {
  display: flex;
  align-items: center;
  gap: 22px;
}
.header-meta a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  color: rgba(255,255,255,.92);
  white-space: nowrap;
}
.header-meta i { font-size: 14px; color: #C9825B; }
.site-header.is-scrolled .header-meta a,
.site-header.is-solid .header-meta a { color: rgba(255,255,255,.92); }

.header-call { display: none; }
.menu-toggle { display: none !important; }

.mobile-drawer {
  position: fixed;
  inset: 0;
  z-index: 60;
  background: rgba(36, 23, 18, .45);
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s, visibility .35s;
}
.mobile-drawer.is-open { opacity: 1; visibility: visible; }
.mobile-drawer__panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(360px, 88vw);
  height: 100%;
  background: var(--warm);
  color: var(--dark);
  padding: 22px 24px 40px;
  transform: translateX(24px);
  transition: transform .4s var(--ease);
  overflow: auto;
}
.mobile-drawer.is-open .mobile-drawer__panel { transform: none; }
.mobile-drawer__top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 28px; }
.drawer-close { font-size: 22px; color: var(--dark); }
.mobile-drawer nav { display: grid; gap: 4px; margin-bottom: 28px; }
.mobile-drawer nav a {
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  font-size: 18px;
  font-family: var(--serif);
}
.mobile-drawer .btn { margin-bottom: 10px; }
.drawer-meta { color: var(--muted); font-size: 13px; margin-top: 18px; }

.menu-toggle {
  width: 42px;
  height: 42px;
  place-items: center;
  flex-direction: column;
  gap: 5px;
}
.menu-toggle span {
  display: block;
  width: 18px;
  height: 1.5px;
  background: currentColor;
}

/* Hero */
.hero {
  position: relative;
  min-height: 86vh;
  min-height: 86dvh;
  display: flex;
  align-items: center;
  color: #fff;
  overflow: hidden;
  background: var(--dark);
  padding: calc(var(--header) + 20px) 0 88px;
}
.hero__media { position: absolute; inset: 0; }
.hero__media img,
.hero__media video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 115%;
  object-fit: cover;
  object-position: center 40%;
  will-change: transform;
}
.hero__media img { z-index: 0; }
.hero__media video { z-index: 1; }
.hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(16, 10, 6, .45) 0%, rgba(16, 10, 6, .18) 40%, rgba(16, 10, 6, .42) 100%),
    linear-gradient(90deg, rgba(16, 10, 6, .4) 0%, transparent 58%);
}
.hero__row {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.hero__content {
  max-width: 560px;
  margin: 0;
}
.hero h1 {
  color: #fff;
  font-family: var(--serif);
  font-size: clamp(2.6rem, 5vw, 4.1rem);
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0;
  max-width: none;
}
.hero-card {
  flex: 0 0 230px;
  width: 230px;
  padding: 10px 10px 8px;
  background: #fff;
  box-shadow: 0 22px 50px rgba(16, 10, 6, .28);
}
.hero-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.hero-card__stars {
  color: var(--terracotta);
  text-align: center;
  letter-spacing: 4px;
  font-size: 14px;
  padding: 10px 0 4px;
}
.hero-lines {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 18px;
  background:
    repeating-linear-gradient(
      to bottom,
      rgba(255,255,255,.0) 0 3px,
      rgba(255,255,255,.28) 3px 4px
    );
}
.btn--arrow i {
  width: 28px;
  height: 28px;
  border: 1px solid currentColor;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 10px;
}
.hero p {
  color: rgba(255,255,255,.86);
  max-width: 42ch;
  font-size: 0.98rem;
  line-height: 1.6;
  margin-bottom: 0;
}
.hero-loc {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,.82);
  font-size: 13px;
  letter-spacing: 0.1em;
  margin: 0;
}
.watch-card {
  position: absolute;
  z-index: 3;
  right: max(28px, calc((100% - 1280px) / 2));
  bottom: 36px;
  width: 168px;
  padding: 0;
  color: #fff;
  text-align: left;
}
.watch-card img {
  width: 100%;
  height: 108px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,.25);
}
.watch-card__play {
  position: absolute;
  top: 36px;
  left: 50%;
  transform: translateX(-50%);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255,255,255,.92);
  color: var(--dark);
  display: grid;
  place-items: center;
  font-size: 12px;
  padding-left: 2px;
}
.watch-card small {
  display: block;
  margin-top: 8px;
  font-size: 10px;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-weight: 700;
}
.hero-reveal {
  opacity: 0;
  transform: translateY(18px);
  animation: rise .9s var(--ease) forwards;
}
.hero-reveal:nth-child(1) { animation-delay: .15s; }
.hero-reveal:nth-child(2) { animation-delay: .32s; }
.hero-reveal:nth-child(3) { animation-delay: .46s; }
.hero-reveal:nth-child(4) { animation-delay: .6s; }
.hero-reveal:nth-child(5) { animation-delay: .72s; }
@keyframes rise { to { opacity: 1; transform: none; } }

/* Feature strip */
.feature-strip {
  background: #fff;
  box-shadow: var(--shadow);
  position: relative;
  z-index: 3;
  margin-top: -36px;
}
.feature-strip__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.feature-item {
  padding: 28px 22px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
  border-right: 1px solid var(--line);
}
.feature-item:last-child { border-right: 0; }
.feature-item i {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--primary);
  font-size: 18px;
}
.feature-item strong { display: block; font-size: 14px; color: var(--dark); }
.feature-item span { color: var(--muted); font-size: 13px; }

/* About */
.about-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 72px;
  align-items: center;
}
.about-copy h2 { margin-bottom: 22px; }
.about-media {
  position: relative;
}
.about-media img {
  width: 100%;
  height: min(560px, 70vw);
  object-fit: cover;
  border-radius: 8px;
}
.about-media::after {
  content: "";
  position: absolute;
  inset: auto -18px -18px auto;
  width: 42%;
  height: 42%;
  border: 1px solid var(--gold);
  border-radius: 8px;
  z-index: -1;
}

/* Why */
.why {
  position: relative;
  background: var(--primary);
  color: #fff;
  overflow: hidden;
}
.why__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: .18;
  mix-blend-mode: luminosity;
}
.why .wrap { position: relative; }
.why h2, .why .lede { color: #fff; }
.why .lede { color: rgba(255,255,255,.72); }
.why-track {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  position: relative;
  margin-top: 8px;
}
.why-track::before {
  content: "";
  position: absolute;
  top: 34px;
  left: 8%;
  right: 8%;
  border-top: 1px dashed rgba(184, 138, 85, .7);
}
.why-item {
  text-align: center;
  position: relative;
}
.why-item .num {
  width: 68px;
  height: 68px;
  margin: 0 auto 18px;
  border-radius: 50%;
  border: 1px solid var(--gold);
  background: var(--primary);
  display: grid;
  place-items: center;
  font-family: var(--serif);
  font-size: 22px;
  color: var(--gold);
}
.why-item h3 {
  color: #fff;
  font-size: 1.25rem;
  margin-bottom: 8px;
}
.why-item p {
  color: rgba(255,255,255,.68);
  font-size: 13.5px;
  margin: 0;
}

/* Amenities */
.amenity-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px 40px;
}
.amenity {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  padding: 8px 0;
}
.amenity i {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
  color: var(--terracotta);
}
.amenity h3 { font-size: 1.35rem; margin-bottom: 6px; }
.amenity p { margin: 0; color: var(--muted); font-size: 14.5px; }

/* Cinematic break */
.cta-break {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
  color: #fff;
  overflow: hidden;
  background: var(--dark);
}
.cta-break__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 120%;
  object-fit: cover;
  will-change: transform;
}
.cta-break__overlay {
  position: absolute;
  inset: 0;
  background: rgba(20, 12, 8, .45);
}
.cta-break__content {
  position: relative;
  text-align: center;
  max-width: 640px;
  padding: 80px 24px;
}
.cta-break h2, .final-cta h2, .final-cta h1 { color: #fff; }
.cta-break p, .final-cta p { color: rgba(255,255,255,.8); }

/* Occasions */
.occ-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.occ-card {
  background: #fff;
  overflow: hidden;
  border-radius: 8px;
  transition: transform .45s var(--ease), box-shadow .45s var(--ease);
}
.occ-card figure { margin: 0; }
.occ-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.occ-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: transform .7s var(--ease);
}
.occ-card:hover img { transform: scale(1.04); }
.occ-card figcaption {
  padding: 20px 18px 22px;
  text-align: center;
}
.occ-card i {
  width: 42px;
  height: 42px;
  margin: -38px auto 10px;
  border-radius: 50%;
  background: #fff;
  color: var(--terracotta);
  display: grid;
  place-items: center;
  box-shadow: 0 8px 20px rgba(36,23,18,.1);
  position: relative;
}
.occ-card h3 { font-size: 1.4rem; margin-bottom: 4px; }
.occ-card p { margin: 0; color: var(--muted); font-size: 13.5px; }
.occ-cta { text-align: center; margin-top: 24px; }

/* Gallery mosaic */
.gallery-split {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 48px;
  align-items: center;
}
.mosaic {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  grid-template-rows: 200px 200px;
  gap: 12px;
}
.mosaic a:first-child { grid-row: 1 / span 2; }
.mosaic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
  transition: transform .6s var(--ease), filter .6s;
}
.mosaic a:hover img { transform: scale(1.04); filter: brightness(1.05); }

.gallery-masonry {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 180px;
  gap: 12px;
}
.gallery-masonry a { overflow: hidden; border-radius: 6px; }
.gallery-masonry img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.gallery-masonry a:hover img { transform: scale(1.05); }
.gallery-masonry a.wide { grid-column: span 2; }
.gallery-masonry a.tall { grid-row: span 2; }

/* Testimonials */
.t-slider { overflow: hidden; }
.t-track {
  display: flex;
  gap: 14px;
}
.t-card {
  position: relative;
  flex: 0 0 calc(50% - 7px);
  background: #fff;
  padding: 0 16px 14px;
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(36, 23, 18, .06);
  min-height: 0;
}
.t-card__pill {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 72%;
  margin: 0 0 12px -16px;
  padding: 10px 14px 10px 16px;
  background: var(--dark);
  color: #fff;
  border-radius: 0 999px 999px 0;
}
.t-card__pill .avatar {
  width: 32px;
  height: 32px;
  background: #3a2a22;
  color: #f3e6d4;
}
.t-card__pill strong { display: block; font-size: 16px; color: #fff; }
.t-card__pill span {
  display: block;
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.62);
}
.t-card__quote {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 26px;
  color: rgba(36, 23, 18, .12);
}
.stars { color: var(--primary); letter-spacing: 2px; margin-top: 10px; font-size: 13px; }
.t-card blockquote {
  margin: 0;
  font-family: var(--sans);
  font-size: 16px;
  font-style: normal;
  line-height: 1.6;
  color: var(--text);
}
.t-nav {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 16px;
}
.t-nav__btn {
  width: 36px;
  height: 36px;
  border: 1px solid var(--primary);
  border-radius: 50%;
  color: var(--primary);
  background: transparent;
  display: grid;
  place-items: center;
}
.t-nav__btn:hover { background: var(--primary); color: #fff; }
.t-who { display: flex; align-items: center; gap: 12px; }
.avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--cream);
  color: var(--primary);
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 13px;
}
.t-who strong { display: block; font-size: 14px; }
.t-who span { color: var(--muted); font-size: 12px; }
.t-dots { display: none; justify-content: center; gap: 8px; margin-top: 22px; }
.t-dots button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d7cfc6;
}
.t-dots button.is-on { background: var(--terracotta); width: 22px; border-radius: 99px; }

/* Location */
.loc-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: stretch;
}
.map-frame {
  min-height: 420px;
  border: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  filter: grayscale(.2) contrast(1.05);
}
.loc-pills { display: flex; flex-wrap: wrap; gap: 10px; margin: 22px 0 28px; }
.loc-pills span {
  border: 1px solid var(--line);
  padding: 8px 14px;
  border-radius: 99px;
  font-size: 13px;
  color: var(--dark);
}

/* FAQ */
.faq-list { max-width: 820px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button {
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 0;
  font-size: 1.15rem;
  font-family: var(--serif);
  color: var(--dark);
}
.faq-item button i { color: var(--terracotta); transition: transform .3s; }
.faq-item.is-open button i { transform: rotate(45deg); }
.faq-item .answer {
  display: none;
  padding: 0 0 20px;
  color: var(--muted);
  max-width: 68ch;
}
.faq-item.is-open .answer { display: block; }
.contact-faq { background: var(--cream); padding: 36px 0 44px; }
.faq-list--tight { max-width: none; }
.faq-list--tight .faq-item button {
  padding: 12px 0;
  font-size: 1.05rem;
}
.faq-list--tight .faq-item .answer {
  padding: 0 0 12px;
  font-size: 14px;
}

/* Final CTA */
.final-cta {
  position: relative;
  min-height: 480px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: var(--dark);
  color: #fff;
}
.final-cta img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.final-cta__overlay {
  position: absolute;
  inset: 0;
  background: rgba(20, 10, 6, .5);
}
.final-cta__content { position: relative; text-align: center; padding: 80px 24px; max-width: 680px; }

/* Contact */
.contact-band {
  position: relative;
  background: var(--dark);
  color: #fff;
  padding: 40px 0;
  overflow: hidden;
}
.contact-band__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  opacity: .18;
}
.contact-band__grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
.contact-band h2 {
  color: #fff;
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  margin: 0 0 8px;
}
.contact-band h3 { color: #fff; }
.contact-band .lede { margin-bottom: 0; font-size: 14px; }
.contact-list { margin: 16px 0 0; display: grid; gap: 12px; grid-template-columns: 1fr 1fr; }
.contact-list li:nth-child(3),
.contact-list li:nth-child(4) { grid-column: 1 / -1; }
.contact-list li { display: grid; grid-template-columns: 42px 1fr; gap: 12px; align-items: center; }
.contact-list__icon {
  width: 42px;
  height: 42px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--gold);
  font-size: 14px;
}
.contact-list i { color: inherit; margin: 0; }
.contact-list strong {
  display: block;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .04em;
  text-transform: none;
  color: var(--muted);
  margin: 2px 0 0;
}
.contact-list span, .contact-list a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.wa-inline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  border: 1px solid rgba(255,255,255,.25);
  padding: 12px 18px;
  border-radius: var(--radius);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}
.wa-inline:hover { background: #25D366; border-color: #25D366; }

.enquiry-form {
  background: var(--warm);
  color: var(--text);
  padding: 22px 22px 20px;
  border-radius: 0;
}
.enquiry-form h3 { margin-bottom: 12px; color: var(--dark); font-size: 1.45rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 8px; }
.enquiry-form label { display: grid; gap: 5px; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin-bottom: 8px; }
.enquiry-form input,
.enquiry-form select,
.enquiry-form textarea {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 10px 12px;
  text-transform: none;
  letter-spacing: 0;
  font-size: 14px;
  color: var(--text);
}
.enquiry-form input:focus,
.enquiry-form select:focus,
.enquiry-form textarea:focus {
  outline: 2px solid rgba(169, 87, 53, .25);
  border-color: var(--terracotta);
}
.hp { position: absolute; left: -9999px; height: 0; width: 0; opacity: 0; }
.form-note { color: var(--muted); font-size: 11px; margin: 8px 0 0; }
.form-alert { margin-top: 14px; padding: 12px 14px; border-radius: 4px; font-size: 14px; }
.form-alert.is-ok { background: #eaf6ea; color: #215c21; }
.form-alert.is-err { background: #fdecea; color: #8a1f13; }

/* Footer */
.site-footer {
  background: #241712;
  color: rgba(255,255,255,.72);
  padding: 22px 0 16px;
  text-align: center;
}
.footer-compact { display: grid; gap: 10px; justify-items: center; }
.footer-grid { display: none; }
.footer-brand p { max-width: 28ch; }
.logo--footer { color: #fff; margin-bottom: 10px; }
.footer-grid h4 {
  color: #fff;
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.footer-links { display: grid; gap: 5px; }
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 20px;
}
.footer-nav a { color: rgba(255,255,255,.82); font-size: 13px; }
.footer-nav a:hover { color: #fff; }
.footer-at {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.25rem;
  color: #fff;
}
.footer-copy { margin: 0; font-size: 11px; color: rgba(255,255,255,.45); }
.footer-links a:hover { color: #fff; }
.social { display: flex; gap: 8px; margin-top: 0; justify-content: center; }
.social a {
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
}
.social a:hover { background: var(--terracotta); border-color: var(--terracotta); }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 14px;
  font-size: 13px;
}
.to-top {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255,255,255,.2);
  display: grid;
  place-items: center;
  color: #fff;
  border-radius: 4px;
}

/* Floating Call + WhatsApp (desktop) */
.float-stack {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 35;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.float-call,
.float-wa {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  color: #fff;
  display: grid;
  place-items: center;
}
.float-call {
  background: var(--terracotta);
  font-size: 22px;
  box-shadow: 0 10px 24px rgba(169, 87, 53, .38);
}
.float-call:hover {
  background: var(--primary);
  transform: scale(1.06);
}
.float-wa {
  position: static;
  background: #25D366;
  font-size: 28px;
  box-shadow: 0 10px 24px rgba(37, 211, 102, .35);
}
.float-wa:hover { transform: scale(1.06); }
.float-call,
.float-wa { transition: transform .25s var(--ease), background .25s; }
.bottom-nav { display: none; }

/* Inner pages */
.page-hero {
  position: relative;
  min-height: 46vh;
  display: grid;
  align-items: end;
  color: #fff;
  background: var(--dark);
  overflow: hidden;
}
.page-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20,12,8,.35), rgba(20,12,8,.62));
}
.page-hero .wrap { position: relative; padding: 140px 0 56px; }
.page-hero h1 { color: #fff; max-width: 16ch; }
.page-hero--compact { min-height: 38vh; }
.page-hero--compact .wrap { padding: 118px 0 40px; }
.page-hero--compact h1 { max-width: 18ch; font-size: clamp(2rem, 4vw, 3.1rem); }

.about-story { padding: 48px 0 28px; }
.about-story__grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 32px;
  align-items: end;
}
.about-story h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3.2vw, 2.5rem);
}
.about-story p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.7; }

.about-facts { background: var(--cream); padding: 0 0 8px; }
.about-facts__row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #fff;
  border: 1px solid rgba(36, 23, 18, 0.06);
}
.about-facts__row li {
  text-align: center;
  padding: 26px 14px 22px;
  border-right: 1px solid rgba(36, 23, 18, 0.08);
}
.about-facts__row li:last-child { border-right: 0; }
.about-facts__icon {
  width: 42px;
  height: 42px;
  margin: 0 auto 10px;
  display: grid;
  place-items: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold);
  font-size: 14px;
}
.about-facts__row strong {
  display: block;
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 500;
  color: var(--dark);
}
.about-facts__row span { display: block; margin-top: 4px; color: var(--muted); font-size: 12px; }

.about-split { padding: 48px 0; }
.about-split__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 40px;
  align-items: center;
}
.about-split__grid img {
  width: 100%;
  height: 380px;
  object-fit: cover;
}
.about-split h2 { margin: 0 0 10px; font-size: clamp(1.7rem, 3vw, 2.4rem); }
.about-split p { color: var(--muted); margin: 0 0 18px; }
.about-glimpse { background: var(--cream); padding: 40px 0 48px; }

.events-intro { padding: 48px 0 20px; }
.events-list { background: var(--cream); padding: 12px 0 48px; }
.event-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.event-card {
  position: relative;
  min-height: 280px;
  overflow: hidden;
  color: #fff;
  display: flex;
  align-items: flex-end;
  scroll-margin-top: 90px;
}
.event-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s var(--ease);
}
.event-card:hover img { transform: scale(1.06); }
.event-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(16,10,6,.82));
}
.event-card em {
  position: absolute;
  top: 12px;
  left: 14px;
  z-index: 1;
  font-family: var(--serif);
  font-style: normal;
  font-size: 13px;
  letter-spacing: .12em;
  color: rgba(255,255,255,.8);
}
.event-card span {
  position: relative;
  z-index: 1;
  padding: 18px 16px;
  font-family: var(--serif);
  font-size: 1.35rem;
}
.events-cta { text-align: center; margin-top: 22px; }

.crumbs { margin-bottom: 14px; }
.crumbs ol { display: flex; gap: 8px; flex-wrap: wrap; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.7); }
.crumbs li:not(:last-child)::after { content: "/"; margin-left: 8px; opacity: .5; }
.page-hero .crumbs a { color: #fff; }

.prose { max-width: 68ch; }
.prose h2 { font-size: clamp(1.8rem, 3vw, 2.4rem); margin: 1.4em 0 .5em; }
.prose h3 { font-size: 1.5rem; margin: 1.2em 0 .4em; }
.prose p { color: var(--muted); }

.split-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
  margin: 48px 0;
}
.split-block img { width: 100%; height: 420px; object-fit: cover; border-radius: 8px; }
.split-block.reverse { direction: rtl; }
.split-block.reverse > * { direction: ltr; }

/* Lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: rgba(12, 8, 6, .92);
  display: grid;
  place-items: center;
  padding: 48px 64px;
}
.lightbox[hidden] { display: none; }
.lightbox img { max-width: 100%; max-height: 86vh; object-fit: contain; }
.lightbox__close, .lightbox__prev, .lightbox__next {
  position: absolute;
  color: #fff;
  font-size: 28px;
  width: 48px;
  height: 48px;
}
.lightbox__close { top: 16px; right: 18px; font-size: 40px; }
.lightbox__prev { left: 12px; }
.lightbox__next { right: 12px; }

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .8s var(--ease), transform .8s var(--ease);
}
.reveal.is-in { opacity: 1; transform: none; }

.overview {
  background: var(--cream);
  padding: 0 0 36px;
  position: relative;
  z-index: 4;
}
.overview-points {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: -56px;
  background: #fff;
  border: 1px solid rgba(36, 23, 18, 0.06);
  box-shadow: 0 22px 50px rgba(36, 23, 18, 0.08);
}
.overview-points li {
  text-align: center;
  padding: 34px 20px 32px;
  border-right: 1px solid rgba(36, 23, 18, 0.08);
}
.overview-points li:last-child { border-right: 0; }
.overview-points__icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 14px;
  display: grid;
  place-items: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold);
  font-size: 16px;
}
.overview-points strong {
  display: block;
  font-family: var(--serif);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.25;
  color: var(--dark);
}
.overview-points li > span:last-child {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.45;
}

.amenities-home {
  position: relative;
  background: var(--dark);
  overflow: hidden;
}
.page-index .amenities-home { padding: 92px 0 48px; }
.amenities-home__bg {
  position: absolute;
  inset: 0;
}
.amenities-home__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(8px) saturate(.8);
  transform: scale(1.08);
}
.amenities-home__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(36, 23, 18, .38);
}
.need-card {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 92px 48px 36px;
  text-align: center;
  box-shadow: 0 28px 64px rgba(16, 10, 6, .22);
}
.need-card__photo {
  position: absolute;
  left: 50%;
  top: 0;
  width: min(300px, 40%);
  height: 158px;
  margin: 0;
  overflow: hidden;
  transform: translate(-50%, -46%);
  box-shadow: 0 18px 40px rgba(16, 10, 6, .28);
}
.need-card__photo::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(184, 138, 85, .45);
  pointer-events: none;
}
.need-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.need-card h2 {
  max-width: 18ch;
  margin: 0 auto 12px;
  font-size: clamp(1.55rem, 3vw, 2.55rem);
  font-weight: 500;
  line-height: 1.2;
  white-space: normal;
}
.need-card > p {
  max-width: 54ch;
  margin: 0 auto 28px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}
.need-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px 20px;
  text-align: left;
}
.need-features li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 10px;
  align-items: start;
}
.need-features__icon {
  width: 40px;
  height: 40px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--terracotta);
  font-size: 14px;
}
.need-features strong {
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--primary);
}
.need-features li div span {
  display: block;
  margin-top: 5px;
  color: var(--text);
  font-size: 14px;
  line-height: 1.5;
}
.need-card__link {
  display: inline-block;
  margin-top: 22px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--terracotta);
  border-bottom: 1px solid rgba(169, 87, 53, .35);
}

.luxe-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}
.luxe-head h2 {
  margin: 0;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  font-weight: 500;
}
.leisure { background: #fff; }
.page-index .leisure { padding: 48px 0; }
.glimpse-mosaic {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  grid-template-rows: 220px 220px;
  gap: 12px;
}
.glimpse-card {
  position: relative;
  overflow: hidden;
  color: #fff;
}
.glimpse-card--main { grid-row: 1 / 3; }
.glimpse-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s var(--ease);
}
.glimpse-card:hover img { transform: scale(1.05); }
.glimpse-card span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 22px 16px 14px;
  background: linear-gradient(transparent, rgba(16,10,6,.78));
  font-family: var(--serif);
  font-size: 1.25rem;
  font-weight: 500;
}

.map-full { position: relative; }
.map-card {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: max(16px, calc((100% - 1180px) / 2));
  max-width: 280px;
  background: #fff;
  padding: 16px 18px;
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.map-card strong { display: block; font-family: var(--serif); font-size: 1.2rem; color: var(--dark); margin-bottom: 6px; }
.map-card span { display: block; color: var(--muted); font-size: 13px; margin-bottom: 10px; }
.map-card a { color: var(--terracotta); font-size: 13px; font-weight: 700; }

/* Homepage  welcome */
.welcome { background: #fff; }
.welcome-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 48px;
  align-items: center;
}
.welcome-media img {
  width: 100%;
  height: min(420px, 52vw);
  object-fit: cover;
  border-radius: 10px;
}
.welcome-copy h2 { margin-bottom: 12px; font-size: clamp(1.9rem, 3.2vw, 2.7rem); }
.welcome-copy > p { margin-bottom: 0; }
.welcome-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 18px;
  margin: 20px 0 20px;
}
.welcome-points li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--dark);
}
.welcome-points i { color: var(--terracotta); width: 18px; }
.founder-note {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 0;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}
.founder-note img { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; }
.founder-note p { margin: 0; font-family: var(--serif); font-size: 1.1rem; font-style: italic; color: var(--dark); }

/* Why luxury rings */
#why, #need { scroll-margin-top: 90px; }
.why--luxe {
  position: relative;
  background: var(--primary);
  color: #fff;
  overflow: hidden;
}
.why--luxe__bg {
  position: absolute;
  inset: 0;
  opacity: .16;
}
.why--luxe__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-index .why--luxe { padding: clamp(48px, 8vh, 88px) 0; }
.why--luxe .wrap { position: relative; z-index: 1; }
.why-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
  margin-bottom: 36px;
}
.why-head h2 {
  color: #fff;
  margin: 0;
  font-size: clamp(2.8rem, 5.2vw, 4.4rem);
  line-height: 1.08;
  max-width: 12ch;
}
.why-head > p {
  margin: 0;
  max-width: none;
  padding-top: 6px;
  color: rgba(255,255,255,.9);
  font-size: 17px;
  line-height: 1.75;
}
.why-rings {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.why-ring {
  position: relative;
  flex: 0 1 210px;
  width: 210px;
  height: 210px;
  margin: 0 auto;
  border: 1px solid rgba(255,255,255,.32);
  border-radius: 50%;
  display: grid;
  place-items: center;
  padding: 22px 16px;
  text-align: center;
  background: rgba(255,255,255,.04);
}
.why-ring h3 {
  color: #fff;
  margin: 0;
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}
.why-ring__icon {
  position: absolute;
  top: 4%;
  left: 4%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.4);
  font-size: 11px;
  color: #fff;
}
.why-ring__num {
  position: absolute;
  right: 8%;
  bottom: 8%;
  font-size: 10px;
  letter-spacing: .12em;
  color: rgba(255,255,255,.7);
}

.amenity-grid--4 { grid-template-columns: repeat(4, 1fr); gap: 20px 16px; margin-top: 24px; }
.amenity--col {
  display: block;
  text-align: center;
}
.amenity--col i { margin: 0 auto 14px; }
.amenities-photo { margin: 0; }
.amenities-photo img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 10px;
}

.leisure-grid {
  display: grid;
  grid-template-columns: 1fr 0.9fr 1fr;
  gap: 12px;
  align-items: center;
}
.leisure-grid a { overflow: hidden; border-radius: 10px; }
.leisure-grid img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  transition: transform .7s var(--ease);
}
.leisure-grid a.is-tall img { height: 300px; }
.leisure-grid a:hover img { transform: scale(1.05); }

.luxury-band {
  background: var(--primary);
  color: #fff;
}
.luxury-band h2 { color: #fff; }
.luxury-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 64px;
  align-items: center;
}
.check-list { margin: 28px 0 32px; display: grid; gap: 12px; }
.check-list li {
  padding-left: 28px;
  position: relative;
  color: rgba(255,255,255,.86);
}
.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--gold);
  font-weight: 700;
}
.luxury-collage { position: relative; min-height: 420px; }
.luxury-collage__main {
  width: 82%;
  height: 420px;
  object-fit: cover;
  border-radius: 12px;
  margin-left: auto;
}
.luxury-collage__small {
  position: absolute;
  left: 0;
  bottom: -24px;
  width: 48%;
  height: 220px;
  object-fit: cover;
  border-radius: 12px;
  border: 6px solid var(--primary);
  box-shadow: 0 16px 40px rgba(0,0,0,.25);
}

.nature-banner {
  position: relative;
  min-height: 280px;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
}
.nature-banner img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 120%;
  object-fit: cover;
}
.nature-banner__overlay {
  position: absolute;
  inset: 0;
  background: rgba(20, 12, 8, .45);
}
.nature-banner p {
  position: relative;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.8rem, 4vw, 3rem);
  color: #fff;
  text-align: center;
  padding: 48px 20px;
}

.celebrations { background: var(--cream); }
.page-index .celebrations { padding: 48px 0; }
.love-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.love-card {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  color: #fff;
  display: flex;
  align-items: flex-end;
}
.love-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s var(--ease);
}
.love-card:hover img { transform: scale(1.06); }
.love-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(16,10,6,.8));
}
.love-card em {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 1;
  font-family: var(--serif);
  font-size: 13px;
  font-style: normal;
  letter-spacing: .14em;
  color: rgba(255,255,255,.82);
}
.love-card span {
  position: relative;
  z-index: 1;
  padding: 20px 16px;
  font-family: var(--serif);
  font-size: 1.5rem;
}

/* Full-viewport sections */
.screen-fill {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.screen-fill > .wrap {
  width: min(1180px, calc(100% - 48px));
}

/* Why Guests Love  staggered cards */
.love-guests { background: var(--warm); }
.page-index .love-guests { padding: clamp(48px, 8vh, 88px) 0; }
.love-stag {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  align-items: end;
}
.love-stag article {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  color: #fff;
}
.love-stag article:nth-child(1) { height: 400px; }
.love-stag article:nth-child(2) { height: 460px; margin-top: 56px; }
.love-stag article:nth-child(3) { height: 420px; margin-top: 20px; }
.love-stag article:nth-child(4) { height: 380px; margin-top: 72px; }
.love-stag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s var(--ease);
}
.love-stag article:hover img { transform: scale(1.05); }
.love-stag article::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(16,10,6,.55) 0%, rgba(16,10,6,.15) 38%, rgba(16,10,6,.82) 100%);
  pointer-events: none;
}
.love-stag h3 {
  position: absolute;
  top: 18px;
  left: 16px;
  right: 16px;
  z-index: 1;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
}
.love-stag p {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 1;
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(255,255,255,.9);
}

.reviews-home { background: var(--cream); }
.page-index .reviews-home { padding: clamp(48px, 8vh, 88px) 0; }
.reviews-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
  margin-bottom: 36px;
}
.reviews-head h2 {
  margin: 0;
  font-size: clamp(2.8rem, 5.2vw, 4.4rem);
  line-height: 1.08;
  max-width: 10ch;
}
.reviews-head > p {
  margin: 0;
  padding-top: 8px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}
.t-track--home { display: flex; }
.avatar { width: 36px; height: 36px; font-size: 11px; }

.contact-band--light {
  background: #fff;
  color: var(--text);
  padding: 36px 0 0;
}
.contact-band--light h2 { color: var(--dark); }
.contact-band--light .lede { color: var(--muted); }
.contact-band--light .contact-list__icon { border-color: var(--gold); color: var(--terracotta); }
.contact-band--light .contact-list strong { color: var(--muted); }
.contact-band--light .contact-list span,
.contact-band--light .contact-list a { color: var(--dark); }
.contact-band--light .wa-inline {
  color: var(--dark);
  border-color: var(--line);
}
.contact-band--light .enquiry-form {
  background: #f4f1ec;
  box-shadow: none;
  padding: 22px;
}
.visit-map {
  position: relative;
  height: 168px;
  margin-top: 28px;
  background: #ddd;
}
.visit-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(.12);
}
.visit-map__dir {
  position: absolute;
  right: 16px;
  bottom: 14px;
  z-index: 2;
  background: #fff;
  color: var(--dark);
  padding: 8px 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  box-shadow: 0 8px 20px rgba(16, 10, 6, .16);
}
.contact-band:not(.contact-band--light) .visit-map { margin-top: 32px; }

/* Blog page */
.blog-page { background: var(--warm); padding: 56px 0 72px; }
.blog-lead {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 40px;
  align-items: center;
  margin-bottom: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid var(--line);
}
.blog-lead img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: var(--radius);
}
.blog-lead h2 {
  margin: 0 0 16px;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}
.blog-lead p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 0;
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.blog-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  transition: box-shadow .3s var(--ease), transform .3s var(--ease);
}
.blog-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-4px);
}
.blog-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.blog-card .eyebrow {
  margin: 18px 18px 10px;
  font-size: 11px;
}
.blog-card h3 {
  margin: 0 18px 10px;
  font-size: 1.35rem;
  line-height: 1.25;
}
.blog-card > p:last-child {
  margin: 0 18px 22px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

.map-full { height: 240px; background: #ddd; }
.map-full iframe { width: 100%; height: 100%; border: 0; filter: grayscale(.15); }

.footer-tagline {
  display: flex;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  border: 0;
  font-family: var(--serif);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  color: #fff;
}
.footer-tagline span + span::before {
  content: "•";
  margin: 0 10px;
  color: rgba(255,255,255,.45);
}

.video-modal {
  position: fixed;
  inset: 0;
  z-index: 85;
  background: rgba(12, 8, 6, .92);
  display: grid;
  place-items: center;
  padding: 48px 24px;
}
.video-modal[hidden] { display: none; }
.video-modal video { width: min(960px, 100%); max-height: 80vh; background: #000; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-reveal, .reveal { opacity: 1; transform: none; animation: none; transition: none; }
  .cta-break__img, .hero__media img { transform: none !important; }
}
