:root {
  --bg: #f3eee6;
  --surface: #fbf7f1;
  --surface-strong: #f7f1e7;
  --ink: #142117;
  --muted: #5c685f;
  --line: rgba(20, 33, 23, 0.12);
  --pine: #1e3425;
  --pine-soft: #314c3a;
  --copper: #ba8f5d;
  --shadow: 0 24px 60px rgba(15, 23, 17, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at top, rgba(186, 143, 93, 0.18), transparent 30%),
    linear-gradient(180deg, #f8f3eb, var(--bg));
  font-family: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
}

img {
  display: block;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.shell {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1280px, calc(100% - 40px));
  margin: 24px auto 0;
  padding: 18px 22px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(16, 26, 19, 0.26);
  backdrop-filter: blur(18px);
  color: #f7f3ed;
}

.brand {
  font-family: "Fraunces", "Iowan Old Style", serif;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.nav {
  display: flex;
  gap: 26px;
  font-size: 0.95rem;
}

.nav a {
  opacity: 0.85;
}

.nav a:hover,
.nav a:focus-visible {
  opacity: 1;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  background: var(--pine);
  color: #f7f2ea;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  background: #274230;
}

.button-outline {
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.08);
}

.button-ghost {
  border: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
}

.button-ghost:hover,
.button-ghost:focus-visible {
  background: rgba(20, 33, 23, 0.06);
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  padding: 124px 0 48px;
  background:
    radial-gradient(circle at top, rgba(186, 143, 93, 0.22), transparent 30%),
    linear-gradient(180deg, #ede6dc 0%, #f3eee6 48%, #f6f1e9 100%);
}

.hero-backdrop {
  position: absolute;
  inset: 0;
}

.hero-backdrop {
  background:
    radial-gradient(circle at 14% 18%, rgba(30, 52, 37, 0.08), transparent 26%),
    radial-gradient(circle at 84% 14%, rgba(186, 143, 93, 0.16), transparent 24%);
}

.hero-content {
  position: relative;
  z-index: 1;
  min-height: calc(100svh - 172px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-frame {
  position: relative;
  width: min(1180px, 100%);
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border: 1px solid rgba(20, 33, 23, 0.08);
  border-radius: 36px;
  box-shadow:
    0 30px 80px rgba(34, 28, 20, 0.16),
    inset 0 0 0 1px rgba(255, 255, 255, 0.34);
  background: #182119;
}

.hero-video,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  background:
    linear-gradient(180deg, rgba(8, 14, 11, 0.08), rgba(8, 14, 11, 0.54)),
    linear-gradient(90deg, rgba(8, 14, 11, 0.14), rgba(8, 14, 11, 0.06));
}

.hero-copy {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  max-width: 680px;
  padding: 44px 46px 42px;
  color: #f8f3ea;
  text-align: left;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--copper);
  font-size: 0.79rem;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.experience-copy h2,
.cta-panel h2 {
  margin: 0;
  font-family: "Fraunces", "Iowan Old Style", serif;
  font-weight: 500;
  line-height: 0.94;
  letter-spacing: -0.03em;
}

.hero h1 {
  max-width: 10ch;
  font-size: clamp(2.8rem, 5.2vw, 4.8rem);
  line-height: 0.98;
}

.hero-tagline {
  max-width: 24ch;
  margin: 14px 0 0;
  color: rgba(248, 243, 234, 0.82);
  font-size: clamp(0.98rem, 1.45vw, 1.12rem);
  line-height: 1.55;
  letter-spacing: 0.01em;
}

section:not(.hero):not(.experience-band) {
  padding-top: 96px;
}

.section-heading {
  display: grid;
  gap: 12px;
  margin-bottom: 30px;
}

.section-heading h2,
.experience-copy h2,
.cta-panel h2 {
  font-size: clamp(2.3rem, 5vw, 4rem);
}

.section-heading-split {
  grid-template-columns: minmax(0, 1.3fr) minmax(260px, 360px);
  align-items: end;
}

.section-note,
.intro-copy p,
.feature-copy p,
.experience-copy p,
.stay-panel-copy p,
.cta-panel p {
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.85;
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 30px;
  align-items: center;
}

.intro-copy {
  display: grid;
  gap: 20px;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.42);
}

.intro-image,
.feature-card,
.stay-panel,
.cta-panel {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.intro-image img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.features {
  padding-bottom: 8px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 24px;
}

.feature-card {
  grid-column: span 4;
}

.feature-card-large {
  grid-column: span 6;
}

.feature-card img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.feature-card-large img {
  aspect-ratio: 16 / 11;
}

.feature-copy {
  display: grid;
  gap: 10px;
  padding: 22px 22px 24px;
}

.feature-copy h3,
.stay-panel h3 {
  margin: 0;
  font-family: "Fraunces", "Iowan Old Style", serif;
  font-size: 1.55rem;
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.experience-band {
  margin-top: 96px;
  padding: 88px 0;
  background:
    radial-gradient(circle at top left, rgba(186, 143, 93, 0.18), transparent 28%),
    linear-gradient(180deg, #162219, #1e3024);
  color: #f7f2ea;
}

.experience-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.9fr);
  gap: 44px;
  align-items: center;
}

.experience-copy p {
  color: rgba(247, 242, 234, 0.8);
}

.bullet-list {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.bullet-list li {
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(247, 242, 234, 0.9);
}

.experience-stack {
  position: relative;
  min-height: 620px;
}

.stack-card {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.22);
}

.stack-card img {
  height: 100%;
  object-fit: cover;
}

.stack-card-front {
  inset: 28px 0 0 82px;
}

.stack-card-back {
  inset: 0 112px 190px 0;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
}

.gallery-grid figure {
  margin: 0;
  overflow: hidden;
  border-radius: 22px;
}

.gallery-grid img {
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.gallery-grid figure:hover img,
.gallery-grid figure:focus-within img {
  transform: scale(1.03);
}

.gallery-grid figure:nth-child(2),
.gallery-grid figure:nth-child(3),
.gallery-grid figure:nth-child(4),
.gallery-grid figure:nth-child(5) {
  grid-column: span 3;
}

.gallery-tall {
  grid-column: span 6;
}

.gallery-wide {
  grid-column: span 6;
}

.gallery-tall img {
  aspect-ratio: 5 / 4;
}

.gallery-wide img {
  aspect-ratio: 16 / 10;
}

.gallery-grid figure:nth-child(2) img,
.gallery-grid figure:nth-child(3) img,
.gallery-grid figure:nth-child(4) img,
.gallery-grid figure:nth-child(5) img {
  aspect-ratio: 4 / 4;
}

.stay-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 24px;
}

.stay-panel {
  grid-column: span 6;
}

.stay-panel:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px;
}

.detail-list {
  display: grid;
  gap: 14px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.detail-list li {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.detail-list span {
  color: var(--muted);
}

.detail-list strong {
  text-align: right;
  font-weight: 700;
}

.stay-visual img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.stay-panel-copy {
  display: grid;
  gap: 10px;
  padding: 20px 22px 24px;
}

.cta {
  padding: 96px 0;
}

.cta-panel {
  padding: 34px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.56)),
    linear-gradient(120deg, rgba(186, 143, 93, 0.12), rgba(30, 52, 37, 0.04));
}

.cta-panel p:not(.eyebrow) {
  max-width: 760px;
  margin-top: 14px;
}

@media (max-width: 1080px) {
  .site-header {
    border-radius: 28px;
  }

  .hero {
    padding-top: 114px;
  }

  .hero-frame {
    aspect-ratio: 4 / 5;
    border-radius: 30px;
  }

  .hero-copy {
    padding: 34px 28px 30px;
  }

  .nav {
    display: none;
  }

  .hero-content,
  .intro-grid,
  .experience-grid,
  .section-heading-split {
    grid-template-columns: 1fr;
  }

  .feature-card,
  .feature-card-large,
  .stay-panel {
    grid-column: span 12;
  }

  .experience-stack {
    min-height: 520px;
  }

  .stack-card-front {
    inset: 36px 0 0 72px;
  }

  .stack-card-back {
    inset: 0 90px 170px 0;
  }

  .gallery-tall,
  .gallery-wide,
  .gallery-grid figure:nth-child(2),
  .gallery-grid figure:nth-child(3),
  .gallery-grid figure:nth-child(4),
  .gallery-grid figure:nth-child(5) {
    grid-column: span 6;
  }
}

@media (max-width: 720px) {
  .shell,
  .site-header {
    width: min(100% - 24px, 1200px);
  }

  .site-header {
    margin-top: 14px;
    padding: 16px 18px;
  }

  .button-outline {
    display: none;
  }

  .hero-content {
    min-height: auto;
  }

  .hero {
    min-height: auto;
    padding: 104px 0 30px;
  }

  .hero-frame {
    aspect-ratio: 4 / 5.2;
    border-radius: 24px;
  }

  .hero-copy {
    padding: 26px 20px 22px;
  }

  .hero h1 {
    font-size: clamp(2.3rem, 10vw, 3.5rem);
  }

  .hero-tagline {
    max-width: 20ch;
    font-size: 0.98rem;
  }

  section:not(.hero):not(.experience-band) {
    padding-top: 72px;
  }

  .experience-band {
    margin-top: 72px;
    padding: 72px 0;
  }

  .experience-stack {
    min-height: auto;
    display: grid;
    gap: 18px;
  }

  .stack-card {
    position: relative;
    inset: auto;
  }

  .gallery-tall,
  .gallery-wide,
  .gallery-grid figure:nth-child(2),
  .gallery-grid figure:nth-child(3),
  .gallery-grid figure:nth-child(4),
  .gallery-grid figure:nth-child(5) {
    grid-column: span 12;
  }

  .detail-list li {
    flex-direction: column;
  }

  .detail-list strong {
    text-align: left;
  }

  .cta {
    padding: 72px 0;
  }

  .cta-panel,
  .intro-copy,
  .stay-panel:first-child {
    padding: 24px;
  }
}
