/* ==========================================================================
   Seville Meadows 2 Extended Stay — Marca Mercari
   Design system + site styles
   ========================================================================== */

:root {
  /* Colour */
  --ink:        #16120F;
  --ink-2:      #221C17;
  --ink-3:      #2E2721;
  --cream:      #FAF6F0;
  --sand:       #F1E9DD;
  --sand-2:     #E5D9C8;
  --copper:     #C0824F;
  --copper-2:   #A0673A;
  --copper-3:   #E4C6A6;
  --muted:      #6E655C;
  --muted-2:    #9A9088;
  --line:       rgba(22, 18, 15, .13);
  --line-dark:  rgba(250, 246, 240, .16);

  /* Type */
  --display: "Cormorant Garamond", "Times New Roman", Georgia, serif;
  --sans: "Jost", "Helvetica Neue", Arial, sans-serif;

  /* Rhythm */
  --gut: 28px;
  --max: 1240px;
  --max-narrow: 900px;
  --section: clamp(72px, 9vw, 130px);

  --shadow-sm: 0 2px 14px rgba(22, 18, 15, .07);
  --shadow: 0 18px 50px rgba(22, 18, 15, .13);
  --shadow-lg: 0 40px 90px rgba(22, 18, 15, .28);
  --ease: cubic-bezier(.22, .61, .36, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; overflow-x: clip; }
body {
  margin: 0;
  font-family: var(--sans);
  font-weight: 300;
  font-size: 16px;
  line-height: 1.75;
  color: var(--ink-2);
  background: var(--cream);
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
h1, h2, h3, h4 { margin: 0; font-family: var(--display); font-weight: 300; line-height: 1.12; letter-spacing: .005em; }
p { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }
::selection { background: var(--copper); color: #fff; }

/* ---------- Layout ---------- */
.wrap { width: min(100% - 2 * var(--gut), var(--max)); margin-inline: auto; }
.wrap--narrow { width: min(100% - 2 * var(--gut), var(--max-narrow)); margin-inline: auto; }
.section { padding-block: var(--section); }
.section--tight { padding-block: clamp(52px, 6vw, 84px); }
.section--sand { background: var(--sand); }
.section--dark { background: var(--ink); color: var(--cream); }
.section--dark .eyebrow { color: var(--copper-3); }
.section--dark .lede, .section--dark p { color: rgba(250, 246, 240, .74); }

/* ---------- Type utilities ---------- */
.eyebrow {
  font-size: 11px; font-weight: 400; letter-spacing: .34em;
  text-transform: uppercase; color: var(--copper-2);
  margin: 0 0 18px;
}
.h-xl { font-size: clamp(42px, 6.2vw, 88px); }
.h-lg { font-size: clamp(34px, 4.4vw, 60px); }
.h-md { font-size: clamp(27px, 2.9vw, 40px); }
.h-sm { font-size: clamp(21px, 2vw, 27px); }
.lede { font-size: clamp(16px, 1.35vw, 19px); color: var(--muted); line-height: 1.85; }
.center { text-align: center; }
.section-head { max-width: 660px; }
.section-head.center { margin-inline: auto; }
.rule {
  width: 54px; height: 1px; background: var(--copper);
  margin: 22px 0 0; border: 0;
}
.center .rule, .rule.center { margin-inline: auto; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 15px 32px;
  font-size: 11px; font-weight: 400; letter-spacing: .22em; text-transform: uppercase;
  border: 1px solid var(--copper); background: var(--copper); color: #fff;
  transition: background .35s var(--ease), color .35s var(--ease), border-color .35s var(--ease), transform .35s var(--ease);
}
.btn:hover { background: var(--copper-2); border-color: var(--copper-2); transform: translateY(-2px); }
.btn--ghost { background: transparent; color: var(--ink); border-color: rgba(22, 18, 15, .28); }
.btn--ghost:hover { background: var(--ink); border-color: var(--ink); color: var(--cream); }
.btn--light { background: transparent; color: var(--cream); border-color: rgba(250, 246, 240, .4); }
.btn--light:hover { background: var(--cream); border-color: var(--cream); color: var(--ink); }
.btn--block { width: 100%; }
.btn svg { width: 13px; height: 13px; }

.link-arrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 11px; letter-spacing: .22em; text-transform: uppercase;
  color: var(--copper-2); padding-bottom: 4px;
  border-bottom: 1px solid rgba(192, 130, 79, .4);
  transition: gap .3s var(--ease), border-color .3s var(--ease);
}
.link-arrow:hover { gap: 15px; border-color: var(--copper); }
.section--dark .link-arrow { color: var(--copper-3); border-color: rgba(228, 198, 166, .35); }

/* ==========================================================================
   Header
   ========================================================================== */
.topbar {
  background: var(--ink); color: rgba(250, 246, 240, .72);
  font-size: 12px; letter-spacing: .04em;
}
.topbar__inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px; min-height: 42px; padding-block: 6px;
}
.topbar__set { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.topbar a { transition: color .3s var(--ease); }
.topbar a:hover { color: var(--copper-3); }
.topbar__item { display: inline-flex; align-items: center; gap: 8px; }
.topbar__item svg { width: 13px; height: 13px; opacity: .65; }
.topbar__score {
  display: inline-flex; align-items: center; gap: 9px;
  color: var(--cream);
}
.topbar__badge {
  background: var(--copper); color: #fff; font-weight: 500;
  padding: 2px 8px; font-size: 11.5px; letter-spacing: .02em;
}

.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(250, 246, 240, .96);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow .35s var(--ease);
}
.site-header.is-stuck { box-shadow: 0 4px 26px rgba(22, 18, 15, .09); }
.nav {
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; min-height: 84px;
  transition: min-height .35s var(--ease);
}
.site-header.is-stuck .nav { min-height: 68px; }

.brand { display: flex; align-items: center; gap: 13px; flex-shrink: 0; }
.brand__mark {
  width: 40px; height: 40px; flex-shrink: 0;
  border: 1px solid var(--copper); color: var(--copper-2);
  display: grid; place-items: center;
  font-family: var(--display); font-size: 19px; letter-spacing: .02em;
}
.brand__name {
  font-family: var(--display); font-size: 20px; line-height: 1.05;
  color: var(--ink); letter-spacing: .01em; white-space: nowrap;
}
.brand__sub {
  display: block; font-family: var(--sans);
  font-size: 8.5px; letter-spacing: .32em; text-transform: uppercase;
  color: var(--muted-2); margin-top: 3px;
}

.nav__links { display: flex; align-items: center; gap: 32px; }
.nav__links a {
  font-size: 11.5px; letter-spacing: .19em; text-transform: uppercase;
  color: var(--ink-2); position: relative; padding-block: 6px;
  transition: color .3s var(--ease);
}
.nav__links a::after {
  content: ""; position: absolute; left: 0; bottom: 0; height: 1px; width: 0;
  background: var(--copper); transition: width .35s var(--ease);
}
.nav__links a:hover { color: var(--copper-2); }
.nav__links a:hover::after, .nav__links a.is-active::after { width: 100%; }
.nav__links a.is-active { color: var(--copper-2); }
.nav__cta-mobile { display: none; }
.nav__cta { display: flex; align-items: center; gap: 14px; }
.nav__cta .btn { padding: 13px 24px; }

.nav-toggle { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; }
.nav-toggle span {
  display: block; width: 22px; height: 1px; background: var(--ink); position: relative;
  transition: background .25s var(--ease);
}
.nav-toggle span::before, .nav-toggle span::after {
  content: ""; position: absolute; left: 0; width: 22px; height: 1px; background: var(--ink);
  transition: transform .35s var(--ease), top .25s var(--ease);
}
.nav-toggle span::before { top: -7px; }
.nav-toggle span::after { top: 7px; }
.nav-toggle.is-open span { background: transparent; }
.nav-toggle.is-open span::before { top: 0; transform: rotate(45deg); }
.nav-toggle.is-open span::after { top: 0; transform: rotate(-45deg); }

/* Sticky side reservation tab */
.reserve-tab {
  position: fixed; right: 0; top: 45%; z-index: 55;
  transform: translateY(-50%);
  background: var(--copper); color: #fff;
  writing-mode: vertical-rl;
  padding: 22px 12px;
  font-size: 10.5px; letter-spacing: .28em; text-transform: uppercase;
  box-shadow: -4px 6px 22px rgba(22, 18, 15, .2);
  transition: background .3s var(--ease), padding .3s var(--ease);
}
.reserve-tab:hover { background: var(--ink); padding-right: 18px; }

/* ==========================================================================
   Hero
   ========================================================================== */
.hero {
  position: relative; background: var(--ink); color: var(--cream);
  padding-block: clamp(48px, 5.5vw, 78px) clamp(48px, 5.5vw, 78px);
  overflow: hidden;
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(120% 80% at 50% 0%, rgba(192, 130, 79, .18), transparent 62%),
    repeating-linear-gradient(90deg, rgba(250, 246, 240, .035) 0 1px, transparent 1px 74px);
  pointer-events: none;
}
.hero__inner {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1.02fr .98fr;
  gap: clamp(36px, 5vw, 76px); align-items: center;
}
.hero__eyebrow {
  font-size: 10.5px; letter-spacing: .42em; text-transform: uppercase;
  color: var(--copper-3); margin-bottom: 22px;
}
.hero__stage { position: relative; display: grid; place-items: center; }
.hero__figure {
  position: relative; z-index: 2;
  width: min(360px, 76vw); height: min(452px, 52vh); min-height: 300px;
  border: 1px solid rgba(228, 198, 166, .55);
  padding: 9px;
}
.hero__figure img { width: 100%; height: 100%; object-fit: cover; }
.hero__word {
  position: absolute; left: 50%; bottom: 0; z-index: 3;
  transform: translate(-50%, 34%);
  font-family: var(--display); font-weight: 300;
  font-size: clamp(56px, 7.4vw, 118px); line-height: .8;
  letter-spacing: .1em; text-indent: .1em;
  color: var(--cream);
  text-shadow: 0 18px 60px rgba(0, 0, 0, .65);
  white-space: nowrap; pointer-events: none;
}
.hero h1 { font-size: clamp(34px, 4.1vw, 58px); max-width: 15ch; }
.hero__sub {
  max-width: 46ch; margin-top: 20px;
  color: rgba(250, 246, 240, .7); font-size: 15.5px;
}
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.hero__note {
  display: flex; align-items: center; gap: 12px; margin-top: 34px;
  padding-top: 26px; border-top: 1px solid var(--line-dark);
  font-size: 12.5px; color: rgba(250, 246, 240, .58);
}
.hero__note b {
  background: var(--copper); color: #fff; padding: 4px 9px;
  font-family: var(--display); font-size: 16px; font-weight: 400;
}
.hero__scroll {
  display: inline-flex; align-items: center; gap: 14px;
  margin-top: 30px;
  font-size: 9.5px; letter-spacing: .38em; text-transform: uppercase;
  color: rgba(250, 246, 240, .5);
}
.hero__scroll i {
  display: block; width: 46px; height: 1px;
  background: linear-gradient(90deg, var(--copper), transparent);
}

/* Page hero (interior pages) */
.page-hero {
  position: relative; min-height: min(46vh, 520px); display: grid; align-items: center;
  background: var(--ink); color: var(--cream);
  padding-block: clamp(68px, 8vw, 108px);
  overflow: hidden;
}
.page-hero__bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center 40%;
  opacity: .34; filter: grayscale(.2);
}
.page-hero::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(22, 18, 15, .62), rgba(22, 18, 15, .88));
}
.page-hero .wrap { position: relative; z-index: 2; }
.page-hero h1 { font-size: clamp(38px, 5.4vw, 72px); }
.page-hero p { max-width: 56ch; margin-top: 18px; color: rgba(250, 246, 240, .72); }
.crumbs {
  font-size: 10.5px; letter-spacing: .28em; text-transform: uppercase;
  color: rgba(250, 246, 240, .5); margin-bottom: 20px;
}
.crumbs a:hover { color: var(--copper-3); }

/* ==========================================================================
   Trust bar
   ========================================================================== */
.trustbar { background: var(--cream); border-bottom: 1px solid var(--line); }
.trustbar__grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
}
.trustbar__cell {
  padding: 30px 22px; text-align: center;
  border-right: 1px solid var(--line);
}
.trustbar__cell:last-child { border-right: 0; }
.trustbar__cell strong {
  display: block; font-family: var(--display); font-weight: 400;
  font-size: 30px; line-height: 1; color: var(--ink);
}
.trustbar__cell span {
  display: block; margin-top: 9px;
  font-size: 10.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted);
}

/* ==========================================================================
   Intro / split
   ========================================================================== */
.split {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(36px, 5vw, 78px); align-items: center;
}
.split--reverse .split__media { order: 2; }
.dropcap::first-letter {
  float: left; font-family: var(--display); font-size: 62px; line-height: .82;
  padding: 6px 12px 0 0; color: var(--copper-2);
}
.collage { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.collage img { width: 100%; height: 100%; object-fit: cover; }
.collage__tall { aspect-ratio: 3 / 4.4; }
.collage__stack { display: grid; gap: 16px; align-content: center; }
.collage__stack img { aspect-ratio: 4 / 3; }
.collage__tag {
  position: absolute; left: -14px; bottom: 26px;
  background: var(--copper); color: #fff;
  padding: 14px 18px; text-align: center; z-index: 3;
  box-shadow: var(--shadow);
}
.collage__tag b { display: block; font-family: var(--display); font-size: 27px; line-height: 1; font-weight: 400; }
.collage__tag span { display: block; font-size: 9px; letter-spacing: .2em; text-transform: uppercase; margin-top: 5px; opacity: .9; }

/* Signature list */
.tick-list { list-style: none; margin: 26px 0 0; padding: 0; display: grid; gap: 13px; }
.tick-list li { display: flex; gap: 13px; align-items: flex-start; font-size: 15px; color: var(--muted); }
.tick-list svg { width: 15px; height: 15px; flex-shrink: 0; margin-top: 6px; color: var(--copper); }

/* ==========================================================================
   Stats band
   ========================================================================== */
.stats {
  position: relative; background: var(--ink); color: var(--cream);
  padding-block: clamp(54px, 6vw, 86px); overflow: hidden;
}
.stats__bg {
  position: absolute; inset: 0; background-size: cover; background-position: center;
  opacity: .2;
}
.stats::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(22, 18, 15, .9), rgba(22, 18, 15, .72), rgba(22, 18, 15, .9));
}
.stats .wrap { position: relative; z-index: 2; }
.stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; text-align: center; }
.stats__num {
  font-family: var(--display); font-size: clamp(38px, 4.4vw, 60px);
  line-height: 1; font-weight: 300;
}
.stats__label {
  margin-top: 12px; font-size: 10.5px; letter-spacing: .24em;
  text-transform: uppercase; color: rgba(250, 246, 240, .58);
}

/* ==========================================================================
   Apartment cards
   ========================================================================== */
.units { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(24px, 3vw, 40px); margin-top: 52px; }
.unit {
  background: #fff; border: 1px solid var(--line);
  display: flex; flex-direction: column;
  transition: transform .45s var(--ease), box-shadow .45s var(--ease);
}
.unit:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.unit__media { position: relative; overflow: hidden; aspect-ratio: 4 / 3; }
.unit__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease); }
.unit:hover .unit__media img { transform: scale(1.06); }
.unit__flag {
  position: absolute; top: 16px; left: 16px; z-index: 2;
  background: rgba(22, 18, 15, .82); color: var(--cream);
  padding: 7px 13px; font-size: 9.5px; letter-spacing: .2em; text-transform: uppercase;
}
.unit__body { padding: 30px 30px 34px; display: flex; flex-direction: column; flex: 1; }
.unit__body h3 { font-size: 27px; }
.unit__meta {
  display: flex; flex-wrap: wrap; gap: 8px 18px; margin: 14px 0 18px;
  font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted-2);
}
.unit__meta span { display: inline-flex; align-items: center; gap: 7px; }
.unit__meta svg { width: 14px; height: 14px; color: var(--copper); }
.unit__body p { font-size: 14.5px; color: var(--muted); }
.unit__foot {
  margin-top: auto; padding-top: 22px; border-top: 1px solid var(--line);
  display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap;
}
.unit__price { font-family: var(--display); font-size: 20px; color: var(--ink); }
.unit__price small { font-family: var(--sans); font-size: 10.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--muted-2); display: block; }

/* Bed list on detail page */
.bedlist { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.bedlist li {
  display: flex; align-items: center; gap: 12px; font-size: 14.5px; color: var(--muted);
  padding: 11px 0; border-bottom: 1px solid var(--line);
}
.bedlist li:last-child { border-bottom: 0; }
.bedlist svg { width: 17px; height: 17px; color: var(--copper); flex-shrink: 0; }

/* ==========================================================================
   Amenities grid
   ========================================================================== */
.amen { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(24px, 3vw, 42px); margin-top: 52px; }
.amen__item h4 { font-size: 21px; margin: 20px 0 9px; }
.amen__item p { font-size: 14.5px; color: var(--muted); }
.amen__media { overflow: hidden; aspect-ratio: 4 / 3; }
.amen__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.amen__item:hover .amen__media img { transform: scale(1.07); }

/* Icon feature grid */
.feat {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px;
  background: var(--line); border: 1px solid var(--line);
  margin-top: 52px; overflow: hidden;
}
.feat__item { background: var(--cream); padding: 34px 26px; text-align: center; transition: background .4s var(--ease); }
.section--sand .feat__item { background: var(--sand); }
.feat__item:hover { background: #fff; }
.feat__item svg { width: 26px; height: 26px; color: var(--copper); margin-bottom: 16px; }
.feat__item h4 { font-family: var(--sans); font-weight: 400; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--ink); }
.feat__item p { margin-top: 8px; font-size: 13.5px; color: var(--muted); line-height: 1.65; }

/* ==========================================================================
   Copper CTA band
   ========================================================================== */
.cta-band { background: var(--copper); color: #fff; padding-block: clamp(48px, 5.5vw, 78px); }
.cta-band__inner { display: flex; align-items: center; justify-content: space-between; gap: 34px; flex-wrap: wrap; }
.cta-band h2 { font-size: clamp(28px, 3.2vw, 42px); }
.cta-band p { margin-top: 12px; color: rgba(255, 255, 255, .85); max-width: 52ch; }
.cta-band .btn { background: #fff; color: var(--copper-2); border-color: #fff; }
.cta-band .btn:hover { background: var(--ink); border-color: var(--ink); color: #fff; }

/* ==========================================================================
   Reviews
   ========================================================================== */
.reviews__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; flex-wrap: wrap; }
.score-block { display: flex; align-items: center; gap: 18px; }
.score-block__num {
  width: 74px; height: 74px; flex-shrink: 0;
  background: var(--copper); color: #fff;
  display: grid; place-items: center;
  font-family: var(--display); font-size: 30px; font-weight: 400;
}
.score-block__txt strong { display: block; font-family: var(--display); font-size: 23px; font-weight: 400; }
.score-block__txt span { font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--muted-2); }

.score-bars { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 44px; margin-top: 46px; }
.score-bar__top { display: flex; justify-content: space-between; font-size: 12px; letter-spacing: .1em; margin-bottom: 7px; }
.score-bar__top b { font-weight: 400; color: var(--copper-3); }
.score-bar__track { height: 2px; background: rgba(250, 246, 240, .16); }
.score-bar__fill { height: 100%; width: 0; background: var(--copper); transition: width 1.4s var(--ease); }

.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 52px; }
.quote {
  border: 1px solid var(--line-dark); padding: 32px 28px;
  display: flex; flex-direction: column;
}
.section--dark .quote { background: rgba(250, 246, 240, .03); }
.quote__mark { font-family: var(--display); font-size: 44px; line-height: .5; color: var(--copper); margin-bottom: 20px; }
.quote p { font-size: 15px; line-height: 1.8; font-style: italic; }
.quote__by { margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line-dark); }
.quote__by strong { display: block; font-weight: 400; font-size: 14px; letter-spacing: .08em; }
.quote__by span { font-size: 10.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted-2); }

/* ==========================================================================
   Gallery
   ========================================================================== */
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.gallery__item {
  position: relative; overflow: hidden; cursor: pointer;
  aspect-ratio: 3 / 4; background: var(--sand);
}
.gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease); }
.gallery__item::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(transparent 45%, rgba(22, 18, 15, .72));
  opacity: 0; transition: opacity .4s var(--ease);
}
.gallery__item:hover img { transform: scale(1.06); }
.gallery__item:hover::after { opacity: 1; }
.gallery__cap {
  position: absolute; left: 22px; bottom: 20px; z-index: 2;
  color: #fff; font-size: 11px; letter-spacing: .2em; text-transform: uppercase;
  opacity: 0; transform: translateY(8px);
  transition: opacity .4s var(--ease), transform .4s var(--ease);
}
.gallery__item:hover .gallery__cap { opacity: 1; transform: translateY(0); }
.gallery__item--wide { aspect-ratio: 21 / 8; grid-column: 1 / -1; }
.gallery__item--wide img { object-position: center 45%; }

.lightbox {
  position: fixed; inset: 0; z-index: 200;
  background: rgba(12, 10, 8, .95);
  display: grid; place-items: center; padding: 40px 20px;
  opacity: 0; visibility: hidden; transition: opacity .35s var(--ease), visibility .35s;
}
.lightbox.is-open { opacity: 1; visibility: visible; }
.lightbox img { max-width: min(92vw, 780px); max-height: 82vh; object-fit: contain; }
.lightbox__cap {
  margin-top: 20px; text-align: center; color: rgba(250, 246, 240, .7);
  font-size: 11px; letter-spacing: .24em; text-transform: uppercase;
}
.lightbox__close, .lightbox__nav {
  position: absolute; color: var(--cream); width: 52px; height: 52px;
  display: grid; place-items: center; border: 1px solid rgba(250, 246, 240, .24);
  transition: background .3s var(--ease), border-color .3s var(--ease);
}
.lightbox__close:hover, .lightbox__nav:hover { background: var(--copper); border-color: var(--copper); }
.lightbox__close { top: 26px; right: 26px; font-size: 22px; }
.lightbox__nav--prev { left: 26px; top: 50%; transform: translateY(-50%); }
.lightbox__nav--next { right: 26px; top: 50%; transform: translateY(-50%); }
.lightbox__nav svg { width: 17px; height: 17px; }

/* ==========================================================================
   Location
   ========================================================================== */
.dist-list { list-style: none; margin: 30px 0 0; padding: 0; }
.dist-list li {
  display: flex; align-items: baseline; justify-content: space-between; gap: 18px;
  padding: 14px 0; border-bottom: 1px solid var(--line);
  font-size: 14.5px;
}
.dist-list li:last-child { border-bottom: 0; }
.dist-list b { font-weight: 400; color: var(--ink-2); }
.dist-list span { font-family: var(--display); font-size: 17px; color: var(--copper-2); white-space: nowrap; }
.dist-group + .dist-group { margin-top: 34px; }
.dist-group h4 {
  font-family: var(--sans); font-size: 10.5px; letter-spacing: .26em;
  text-transform: uppercase; color: var(--muted-2);
}
.map-frame { border: 1px solid var(--line); background: var(--sand); min-height: 420px; height: 100%; }
.map-frame iframe { width: 100%; height: 100%; min-height: 420px; border: 0; display: block; filter: grayscale(.35) contrast(1.05); }

/* ==========================================================================
   Forms
   ========================================================================== */
.form-card { background: #fff; border: 1px solid var(--line); padding: clamp(30px, 4vw, 52px); }
.field { margin-bottom: 22px; }
.field label {
  display: block; font-size: 10.5px; letter-spacing: .2em;
  text-transform: uppercase; color: var(--muted); margin-bottom: 9px;
}
.field input, .field select, .field textarea {
  width: 100%; padding: 14px 16px;
  font-family: var(--sans); font-size: 15px; font-weight: 300; color: var(--ink-2);
  background: var(--cream); border: 1px solid var(--line); border-radius: 0;
  transition: border-color .3s var(--ease), background .3s var(--ease);
  appearance: none;
}
.field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8' fill='none' stroke='%236E655C' stroke-width='1.4'%3E%3Cpath d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 16px center; background-size: 11px;
  padding-right: 42px;
}
.field textarea { min-height: 128px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--copper); background: #fff;
}
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.form-note { font-size: 12.5px; color: var(--muted-2); margin-top: 16px; line-height: 1.7; }
.form-success {
  display: none; padding: 22px 24px; margin-bottom: 24px;
  background: rgba(192, 130, 79, .1); border-left: 2px solid var(--copper);
  font-size: 14.5px; color: var(--ink-2);
}
.form-success.is-shown { display: block; }

.form-error {
  display: none; padding: 22px 24px; margin-bottom: 24px;
  background: rgba(158, 60, 44, .08); border-left: 2px solid #9e3c2c;
  font-size: 14.5px; color: #7d2f22;
}
.form-error.is-shown { display: block; }

/* Honeypot. Off-screen rather than display:none so bots still fill it. */
.field-hp {
  position: absolute; left: -9999px; width: 1px; height: 1px;
  overflow: hidden; opacity: 0;
}

.form-card button[type="submit"][disabled] { opacity: .6; cursor: progress; }

/* Contact detail rows */
.contact-rows { list-style: none; margin: 34px 0 0; padding: 0; display: grid; gap: 24px; }
.contact-rows li { display: flex; gap: 18px; align-items: flex-start; }
.contact-rows svg { width: 19px; height: 19px; color: var(--copper); flex-shrink: 0; margin-top: 5px; }
.contact-rows strong { display: block; font-weight: 400; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted-2); margin-bottom: 4px; }
.contact-rows a:hover { color: var(--copper-2); }

/* ==========================================================================
   House rules / FAQ
   ========================================================================== */
.rules { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); margin-top: 46px; }
.rules__item { background: var(--cream); padding: 30px 26px; }
.section--sand .rules__item { background: var(--sand); }
.rules__item h4 { font-family: var(--sans); font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted-2); margin-bottom: 10px; }
.rules__item p { font-family: var(--display); font-size: 23px; color: var(--ink); line-height: 1.35; }
.rules__item small { display: block; margin-top: 8px; font-size: 13px; color: var(--muted); font-family: var(--sans); line-height: 1.6; }

.acc { border-top: 1px solid var(--line); margin-top: 44px; }
.acc__item { border-bottom: 1px solid var(--line); }
.acc__q {
  width: 100%; text-align: left; display: flex; align-items: center; justify-content: space-between;
  gap: 20px; padding: 24px 0; font-family: var(--display); font-size: 21px; color: var(--ink);
}
.acc__q i {
  flex-shrink: 0; width: 24px; height: 24px; position: relative;
  border: 1px solid var(--line);
}
.acc__q i::before, .acc__q i::after {
  content: ""; position: absolute; background: var(--copper);
  left: 50%; top: 50%; transform: translate(-50%, -50%);
  transition: transform .35s var(--ease), opacity .3s var(--ease);
}
.acc__q i::before { width: 10px; height: 1px; }
.acc__q i::after { width: 1px; height: 10px; }
.acc__item.is-open .acc__q i::after { transform: translate(-50%, -50%) rotate(90deg); opacity: 0; }
.acc__a { max-height: 0; overflow: hidden; transition: max-height .45s var(--ease); }
.acc__a p { padding-bottom: 26px; font-size: 15px; color: var(--muted); max-width: 72ch; }

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer { background: var(--ink); color: rgba(250, 246, 240, .68); padding-top: clamp(60px, 7vw, 96px); }
.footer__grid {
  display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.4fr;
  gap: clamp(30px, 4vw, 58px);
  padding-bottom: 58px;
}
.footer__grid h4 {
  font-family: var(--sans); font-size: 10.5px; letter-spacing: .26em;
  text-transform: uppercase; color: var(--cream); margin-bottom: 22px;
}
.footer__about p { font-size: 14px; line-height: 1.85; margin-top: 22px; }
.footer .brand__name { color: var(--cream); }
.footer .brand__mark { border-color: rgba(228, 198, 166, .5); color: var(--copper-3); }
.footer__list { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.footer__list a { font-size: 14px; transition: color .3s var(--ease), padding-left .3s var(--ease); }
.footer__list a:hover { color: var(--copper-3); padding-left: 6px; }
.footer__contact { list-style: none; margin: 0; padding: 0; display: grid; gap: 16px; font-size: 14px; }
.footer__contact li { display: flex; gap: 12px; align-items: flex-start; }
.footer__contact svg { width: 15px; height: 15px; color: var(--copper); flex-shrink: 0; margin-top: 5px; }
.footer__score {
  margin-top: 26px; padding: 18px 20px;
  border: 1px solid var(--line-dark);
  display: flex; align-items: center; gap: 14px;
}
.footer__score b {
  background: var(--copper); color: #fff; padding: 5px 10px;
  font-family: var(--display); font-size: 18px; font-weight: 400;
}
.footer__score span { font-size: 12.5px; line-height: 1.5; }
.footer__bar {
  border-top: 1px solid var(--line-dark);
  padding-block: 26px;
  display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;
  font-size: 12px; color: rgba(250, 246, 240, .46);
}
.footer__bar a:hover { color: var(--copper-3); }

/* ==========================================================================
   Reveal animation
   ========================================================================== */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }
.reveal[data-delay="1"] { transition-delay: .09s; }
.reveal[data-delay="2"] { transition-delay: .18s; }
.reveal[data-delay="3"] { transition-delay: .27s; }
.reveal[data-delay="4"] { transition-delay: .36s; }
.reveal[data-delay="5"] { transition-delay: .45s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  * { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1080px) {
  .amen, .quotes, .rules { grid-template-columns: repeat(2, 1fr); }
  .feat { grid-template-columns: repeat(2, 1fr); }
  .footer__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  :root { --gut: 22px; }
  /* backdrop-filter would make the header a containing block for the fixed menu */
  .site-header { backdrop-filter: none; background: var(--cream); }
  .brand { position: relative; z-index: 95; }
  .nav__links {
    position: fixed; inset: 0; z-index: 90;
    flex-direction: column; justify-content: center; gap: 26px;
    background: var(--cream);
    opacity: 0; visibility: hidden; transform: translateY(-14px);
    transition: opacity .35s var(--ease), transform .45s var(--ease), visibility .45s;
  }
  .nav__links.is-open { opacity: 1; visibility: visible; transform: none; }
  .nav__links a { font-size: 14px; letter-spacing: .22em; }
  .nav__links a.nav__cta-mobile { display: inline-flex; margin-top: 12px; font-size: 11px; }
  .nav__links a.nav__cta-mobile::after { content: none; }
  .nav-toggle { display: flex; position: relative; z-index: 95; }
  .nav__cta .btn { display: none; }
  .split, .units { grid-template-columns: 1fr; }
  .split--reverse .split__media { order: 0; }
  .trustbar__grid { grid-template-columns: repeat(2, 1fr); }
  .trustbar__cell:nth-child(2) { border-right: 0; }
  .trustbar__cell:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .stats__grid { grid-template-columns: repeat(2, 1fr); gap: 34px 20px; }
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .gallery__item--wide { grid-column: span 2; }
  .score-bars { grid-template-columns: 1fr; }
  .topbar__set--left { display: none; }
  .reserve-tab { display: none; }
  .hero__inner { grid-template-columns: 1fr; text-align: center; }
  .hero__stage { order: -1; margin-bottom: 46px; }
  .hero h1, .hero__sub { margin-inline: auto; }
  .hero__actions, .hero__note, .hero__scroll { justify-content: center; }
  .hero__word { font-size: clamp(46px, 15vw, 92px); }
}

@media (max-width: 620px) {
  .quotes, .amen, .rules, .feat, .footer__grid, .field-row { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr; }
  .gallery__item--wide { grid-column: span 1; }
  .cta-band__inner { flex-direction: column; align-items: flex-start; }
  .brand__name { font-size: 17px; }
  .collage { grid-template-columns: 1fr; }
  .collage__tall { aspect-ratio: 4 / 3; }
  /* single-column collage: park the tag on the top corner like a card flag,
     instead of floating it over the middle of a photo */
  .collage__tag {
    left: 0; right: auto; top: 0; bottom: auto;
    padding: 10px 14px; box-shadow: none;
  }
  .collage__tag b { font-size: 21px; }
  .lightbox__nav--prev { left: 12px; }
  .lightbox__nav--next { right: 12px; }
  .unit__body { padding: 24px 22px 28px; }
}
