.landing-main {
  padding-bottom: 0;
}

.landing-hero {
  padding: 30px 0 14px;
}

.landing-hero-panel,
.landing-switch-card,
.landing-story-card,
.landing-final-card {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(223, 211, 199, 0.92);
  border-radius: 30px;
  box-shadow: 0 18px 40px rgba(30, 24, 20, 0.08);
}

.landing-hero-panel {
  padding: clamp(28px, 4vw, 44px);
}

.landing-hero-head,
.landing-story-head,
.landing-gallery-head,
.landing-final-card {
  display: grid;
  gap: 10px;
}

.landing-hero-head {
  margin-bottom: 22px;
}

.landing-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.98fr);
  gap: clamp(28px, 3.4vw, 44px);
  align-items: stretch;
}

.landing-hero-body-copy,
.landing-story-copy,
.landing-gallery-copy {
  display: grid;
  align-content: start;
}

.landing-hero-body-copy,
.landing-story-copy {
  gap: 0;
  height: 100%;
}

.landing-hero-title,
.landing-switch-title,
.landing-feature-title,
.landing-story-title,
.landing-gallery-head h2,
.landing-gallery-copy h3,
.landing-final-card h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: -0.015em;
  line-height: 0.98;
}

.landing-hero-title {
  font-size: clamp(2.9rem, 4.4vw, 4.95rem);
}

.landing-hero-title.is-medium {
  font-size: clamp(2.55rem, 3.8vw, 4.1rem);
}

.landing-hero-title.is-long {
  font-size: clamp(2.2rem, 3.1vw, 3.25rem);
}

.landing-hero-title.is-xlong {
  font-size: clamp(1.95rem, 2.55vw, 2.72rem);
}

.landing-switch-title {
  font-size: clamp(1.7rem, 2.15vw, 2.3rem);
}

.landing-switch-title.is-medium {
  font-size: clamp(1.58rem, 1.95vw, 2.08rem);
}

.landing-switch-title.is-long {
  font-size: clamp(1.4rem, 1.75vw, 1.82rem);
}

.landing-switch-title.is-xlong {
  font-size: clamp(1.22rem, 1.48vw, 1.56rem);
}

.landing-feature-title {
  margin-bottom: 10px;
  font-size: clamp(1.52rem, 1.7vw, 1.95rem);
  line-height: 1.08;
}

.landing-feature-title.is-medium {
  font-size: clamp(1.38rem, 1.48vw, 1.72rem);
}

.landing-feature-title.is-long {
  font-size: clamp(1.23rem, 1.28vw, 1.5rem);
}

.landing-feature-title.is-xlong {
  font-size: clamp(1.1rem, 1.08vw, 1.34rem);
}

.landing-story-title {
  font-size: clamp(2.28rem, 2.95vw, 3.28rem);
}

.landing-story-title.is-medium {
  font-size: clamp(2.04rem, 2.48vw, 2.82rem);
}

.landing-story-title.is-long {
  font-size: clamp(1.8rem, 2.08vw, 2.26rem);
}

.landing-story-title.is-xlong {
  font-size: clamp(1.56rem, 1.78vw, 1.96rem);
}

.landing-gallery-head h2 {
  max-width: none;
  font-size: clamp(1.56rem, 1.74vw, 1.96rem);
  text-align: center;
}

.landing-gallery-copy h3 {
  margin-bottom: 8px;
  font-size: clamp(1.26rem, 1.2vw, 1.48rem);
}

.landing-final-card h2 {
  max-width: none;
  font-size: clamp(1.58rem, 1.86vw, 2.02rem);
}

.landing-hero-body-copy .page-intro,
.landing-lead {
  color: var(--text);
  font-size: 1.06rem;
}

.landing-hero-text,
.landing-feature-card p,
.landing-switch-text,
.landing-story-copy p,
.landing-gallery-copy p,
.landing-final-card p,
.landing-gallery-head .section-intro {
  color: var(--muted);
}

.landing-hero-body-copy .page-intro,
.landing-hero-text,
.landing-switch-text,
.landing-final-card p {
  max-width: 64ch;
}

.landing-facts {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.landing-facts li {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(248, 244, 239, 0.95);
  border: 1px solid rgba(223, 211, 199, 0.95);
  color: var(--text);
  font-weight: 600;
}

.landing-hero-actions,
.landing-switch-actions,
.landing-final-card .booking-actions {
  margin-top: 20px;
}

.landing-hero-media,
.landing-story-media {
  display: block;
  height: 100%;
}

.landing-media-primary,
.landing-story-media-main,
.landing-gallery-card {
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(223, 211, 199, 0.92);
  background: rgba(255, 255, 255, 0.98);
}

.landing-media-primary,
.landing-story-media-main {
  height: 100%;
}

.landing-media-primary img,
.landing-story-media-main img,
.landing-gallery-card img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.landing-media-primary img,
.landing-story-media-main img {
  height: 100%;
}

.landing-highlights-section {
  padding: 16px 0 14px;
}

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

.landing-feature-card {
  display: grid;
  align-content: start;
  gap: 0;
  padding: 24px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(223, 211, 199, 0.88);
  border-radius: 24px;
  box-shadow: 0 14px 34px rgba(30, 24, 20, 0.06);
}

.landing-feature-card p:last-child {
  margin: 0;
  line-height: 1.72;
}

.landing-switch-section,
.landing-gallery-section,
.landing-final-section {
  padding: 16px 0;
}

.landing-switch-card,
.landing-final-card {
  padding: clamp(26px, 3vw, 34px);
}

.landing-section {
  padding: 16px 0;
}

.landing-story-card {
  padding: clamp(24px, 3vw, 36px);
}

.landing-story-head {
  margin-bottom: 22px;
}

.landing-story-body {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
  gap: clamp(24px, 3vw, 34px);
  align-items: stretch;
}

.landing-story-body.is-reverse .landing-story-copy {
  order: 2;
}

.landing-story-body.is-reverse .landing-story-media {
  order: 1;
}

.highlight-list {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  display: grid;
  gap: 10px;
}

.highlight-list li {
  position: relative;
  padding: 12px 14px 12px 42px;
  border-radius: 18px;
  background: var(--surface-alt);
  border: 1px solid rgba(223, 211, 199, 0.95);
  color: var(--text);
  font-weight: 600;
}

.highlight-list li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 0 0 6px rgba(162, 70, 52, 0.12);
}

.landing-gallery-head {
  justify-items: center;
}

.landing-gallery-head .section-intro {
  max-width: 72ch;
  text-align: center;
}

.landing-gallery-card {
  box-shadow: 0 16px 34px rgba(30, 24, 20, 0.07);
}

.landing-gallery-card img {
  aspect-ratio: 1.08 / 1;
}

.landing-gallery-copy {
  gap: 0;
  padding: 20px 22px 22px;
}

.landing-gallery-copy p:last-child {
  margin: 0;
}

@media (min-width: 1024px) {
  .landing-hero-title,
  .landing-switch-title,
  .landing-story-title,
  .landing-gallery-head h2,
  .landing-final-card h2 {
    white-space: nowrap;
    text-wrap: normal;
  }

  .landing-feature-title,
  .landing-gallery-copy h3 {
    white-space: normal;
    text-wrap: balance;
  }
}

@media (max-width: 1160px) {
  .landing-hero-grid,
  .landing-card-grid,
  .landing-gallery-grid,
  .landing-story-body,
  .landing-story-body.is-reverse {
    grid-template-columns: 1fr;
  }

  .landing-story-body.is-reverse .landing-story-copy,
  .landing-story-body.is-reverse .landing-story-media {
    order: initial;
  }
}

@media (max-width: 820px) {
  .landing-hero {
    padding-top: 20px;
  }

  .landing-hero-title,
  .landing-switch-title,
  .landing-feature-title,
  .landing-story-title,
  .landing-gallery-head h2,
  .landing-gallery-copy h3,
  .landing-final-card h2 {
    white-space: normal;
    text-wrap: balance;
  }

  .landing-hero-actions .btn,
  .landing-switch-actions .btn,
  .landing-final-card .btn {
    width: 100%;
  }
}
