:root {
  --frame-max: 1500px;
  --green-900: #0e1c12;
  --green-850: #132315;
  --green-800: #172817;
  --cream: #efede8;
  --gold: #a68a67;
  --gold-light: #c7a77c;
  --white: #fffaf2;
  --ink: #20231c;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Montserrat", Arial, sans-serif;
  --serif-features: "kern" 1, "liga" 1, "calt" 1, "onum" 1;
  --ease-premium: cubic-bezier(0.22, 1, 0.36, 1);
  --focus-ring: 0 0 0 2px rgba(239, 237, 232, 0.34), 0 0 0 5px rgba(198, 171, 120, 0.28);
}

* {
  box-sizing: border-box;
}

html {
  background: #0b120d;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

body {
  margin: 0;
  color: var(--white);
  background: #0b120d;
  font-family: var(--sans);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  scrollbar-width: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 0;
  height: 0;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

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

button,
input {
  font: inherit;
}

:focus-visible {
  outline: 0;
  box-shadow: var(--focus-ring);
}

.page {
  container-type: inline-size;
  width: min(100%, var(--frame-max));
  margin-inline: auto;
  overflow: visible;
  background: var(--green-900);
}

.hero,
.experience,
.destination,
.newsletter {
  clip-path: inset(0 -100vmax);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.58cqw;
  padding-inline: 2.25cqw;
  border: 1px solid transparent;
  color: var(--white);
  font-size: clamp(8px, 0.72cqw, 11px);
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  transition:
    background-color 260ms var(--ease-premium),
    border-color 260ms var(--ease-premium),
    color 260ms var(--ease-premium),
    box-shadow 260ms var(--ease-premium),
    transform 260ms var(--ease-premium);
  will-change: transform;
}

.button:hover {
  transform: translateY(-1px);
  box-shadow: 0 0.8cqw 1.6cqw rgba(0, 0, 0, 0.16);
}

.button:active {
  transform: translateY(0);
  box-shadow: none;
}

.button--outline {
  background: rgba(17, 32, 19, 0.74);
  border-color: rgba(198, 171, 120, 0.72);
}

.button--outline:hover {
  background: rgba(24, 42, 26, 0.88);
  border-color: rgba(222, 191, 139, 0.94);
}

.button--gold {
  background: var(--gold);
  border-color: var(--gold);
  box-shadow: inset 0 1px 0 rgba(255, 250, 242, 0.18);
}

.button--gold:hover {
  background: #b79870;
  border-color: #b79870;
  box-shadow:
    inset 0 1px 0 rgba(255, 250, 242, 0.2),
    0 0.8cqw 1.6cqw rgba(0, 0, 0, 0.16);
}

.button--dark {
  background: var(--green-900);
  border-color: var(--green-900);
  box-shadow: inset 0 1px 0 rgba(255, 250, 242, 0.08);
}

.button--dark:hover {
  background: #172817;
  border-color: #172817;
  box-shadow:
    inset 0 1px 0 rgba(255, 250, 242, 0.1),
    0 0.8cqw 1.6cqw rgba(0, 0, 0, 0.14);
}

.eyebrow,
.section-kicker {
  margin: 0;
  color: var(--gold-light);
  font-size: clamp(9px, 0.96cqw, 14px);
  font-weight: 500;
  letter-spacing: 0.28em;
  line-height: 1.2;
  text-transform: uppercase;
}

/* Hero */
.hero {
  position: relative;
  height: 64cqw;
  min-height: 520px;
  max-height: 960px;
  background: #0b150d;
  box-shadow: 0 0 0 100vmax #0b150d;
  isolation: isolate;
}

.hero__image,
.hero::before,
.hero::after {
  position: absolute;
}

.hero__image {
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: saturate(1.04) contrast(1.03);
}

.hero::before {
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: -4;
  width: 100vw;
  min-width: 100%;
  transform: translateX(-50%);
  opacity: 1;
  content: "";
  background:
    linear-gradient(90deg, #08100a 0%, #0b150d 18%, #0d180f 50%, #0b150d 82%, #08100a 100%);
}

.hero::after {
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: -1;
  width: 100vw;
  min-width: 100%;
  transform: translateX(-50%);
  content: "";
  background:
    radial-gradient(circle at 78% 18%, rgba(255, 193, 112, 0.13), transparent 22%),
    radial-gradient(ellipse at center, transparent 42%, rgba(4, 8, 5, 0.3) 100%),
    linear-gradient(90deg, rgba(5, 10, 7, 0.92) 0%, rgba(5, 10, 7, 0.6) 16%, rgba(5, 10, 7, 0.08) 58%, rgba(5, 10, 7, 0.2) 82%, rgba(5, 10, 7, 0.72) 100%),
    linear-gradient(180deg, rgba(9, 16, 13, 0.62) 0%, rgba(9, 16, 13, 0.05) 30%, rgba(4, 9, 5, 0.78) 74%, rgba(3, 8, 3, 0.88) 100%);
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  display: grid;
  grid-template-columns: 20cqw 1fr auto;
  align-items: start;
  width: 100%;
  padding: 1cqw 2.35cqw 0 2.75cqw;
}

.site-logo {
  width: 14.35cqw;
  max-width: 210px;
  min-width: 126px;
  transform: translateY(-1.05cqw);
}

.site-logo img {
  width: 100%;
  height: auto;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: 3cqw;
  padding-top: 3.05cqw;
  color: rgba(255, 250, 242, 0.92);
  font-family: var(--serif);
  font-size: clamp(10px, 0.93cqw, 14px);
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

.site-nav a {
  position: relative;
  padding-block: 0.35cqw;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: -0.4cqw;
  left: 0;
  height: 1px;
  background: rgba(199, 167, 124, 0.82);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 260ms var(--ease-premium);
  content: "";
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.header-actions {
  display: flex;
  gap: 1.7cqw;
  padding-top: 1.8cqw;
}

.header-actions .button {
  width: 11cqw;
  min-width: 112px;
  min-height: 3.35cqw;
}

.hero__content {
  position: absolute;
  top: 20.85cqw;
  left: 5.95cqw;
  width: 47cqw;
  max-width: 690px;
}

.hero__content h1 {
  margin: 1.58cqw 0 1.66cqw;
  font-family: var(--serif);
  font-size: clamp(46px, 5.82cqw, 86px);
  font-weight: 400;
  font-feature-settings: var(--serif-features);
  letter-spacing: 0;
  line-height: 0.96;
  text-shadow: 0 2px 28px rgba(3, 8, 3, 0.52), 0 1px 6px rgba(3, 8, 3, 0.28);
}

.hero__copy {
  width: 36cqw;
  max-width: 510px;
  margin: 0 0 2.05cqw;
  color: rgba(255, 250, 242, 0.94);
  font-size: clamp(13px, 1.18cqw, 18px);
  line-height: 1.55;
}

.hero__actions {
  display: flex;
  gap: 1.35cqw;
}

.hero__actions .button:first-child {
  width: 16.65cqw;
}

.hero__actions .button:last-child {
  width: 10.9cqw;
}

.feature-strip {
  position: absolute;
  right: 8.4cqw;
  bottom: 3.28cqw;
  left: 8.2cqw;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255, 250, 242, 0.32);
  color: var(--white);
}

.feature-strip__item {
  display: grid;
  grid-template-columns: 2.65cqw 1fr;
  align-items: center;
  min-height: 4.05cqw;
  padding: 1.05cqw 1.2cqw 0;
}

.feature-strip__item + .feature-strip__item {
  border-left: 1px solid rgba(255, 250, 242, 0.48);
}

.feature-strip svg {
  width: 2.25cqw;
  height: 2.25cqw;
  stroke: currentColor;
  stroke-width: 1.5;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feature-strip__horse {
  align-self: center;
  width: 2.35cqw;
  height: auto;
}

.feature-strip strong,
.feature-strip span {
  display: block;
  font-size: clamp(8px, 0.75cqw, 11px);
  line-height: 1.2;
}

.feature-strip strong {
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.feature-strip span {
  margin-top: 0.15cqw;
  font-family: var(--serif);
  font-size: clamp(10px, 0.95cqw, 14px);
}

/* Experience */
.experience {
  position: relative;
  isolation: isolate;
  height: 40.65cqw;
  min-height: 382px;
  max-height: 610px;
  background:
    linear-gradient(180deg, #132415 0%, var(--green-800) 24%, #182b18 58%, #122213 100%);
  box-shadow:
    inset 0 1px 0 rgba(199, 167, 124, 0.14),
    inset 0 -1px 0 rgba(8, 15, 9, 0.32);
}

.experience::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: -1;
  width: 100vw;
  min-width: 100%;
  transform: translateX(-50%);
  background:
    linear-gradient(180deg, #132415 0%, var(--green-800) 24%, #182b18 58%, #122213 100%);
  content: "";
}

.experience__inner {
  height: 100%;
  padding: 4.05cqw 4.85cqw 2.55cqw;
}

.section-kicker {
  position: relative;
  text-align: center;
}

.section-kicker::after {
  display: block;
  width: 3.6cqw;
  height: 1px;
  margin: 1.25cqw auto 0;
  background: var(--gold-light);
  content: "";
}

.experience__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.35cqw;
  margin-top: 2.55cqw;
}

.experience-card {
  position: relative;
  height: 29.8cqw;
  min-height: 275px;
  max-height: 446px;
  overflow: hidden;
  border: 1px solid rgba(197, 168, 121, 0.22);
  background: #0f1c10;
  box-shadow: inset 0 -7cqw 5.8cqw rgba(4, 10, 5, 0.2);
  transition:
    border-color 360ms var(--ease-premium),
    box-shadow 360ms var(--ease-premium),
    transform 360ms var(--ease-premium);
}

.experience-card::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 11, 7, 0.06) 0%, rgba(5, 11, 7, 0.01) 24%, rgba(12, 26, 13, 0.52) 54%, rgba(8, 18, 9, 0.88) 74%, rgba(5, 12, 6, 0.97) 100%),
    linear-gradient(90deg, rgba(5, 10, 7, 0.22), transparent 32%, transparent 68%, rgba(5, 10, 7, 0.2));
  content: "";
  transition: opacity 360ms var(--ease-premium);
}

.experience-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    filter 520ms var(--ease-premium),
    transform 700ms var(--ease-premium);
  will-change: transform;
}

.experience-card:hover,
.experience-card:focus-within {
  border-color: rgba(215, 184, 133, 0.56);
  box-shadow:
    inset 0 -7cqw 5.8cqw rgba(4, 10, 5, 0.18),
    0 1.4cqw 2.6cqw rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}

.experience-card:hover img,
.experience-card:focus-within img {
  filter: saturate(1.07) contrast(1.04);
  transform: scale(1.035);
}

.experience-card:nth-child(1) img {
  object-position: 82% 58%;
}

.experience-card:nth-child(2) img {
  object-position: 54% 40%;
}

.experience-card:nth-child(3) img {
  object-position: 48% 47%;
}

.experience-card:nth-child(4) img {
  object-position: 50% 48%;
}

.experience-card__content {
  position: absolute;
  right: 1.85cqw;
  bottom: 1.65cqw;
  left: 1.85cqw;
  z-index: 1;
  isolation: isolate;
  text-align: center;
}

.experience-card__content::before {
  position: absolute;
  inset: -2.5cqw -1.2cqw -1.05cqw;
  z-index: -1;
  background:
    radial-gradient(ellipse at center, rgba(4, 10, 5, 0.56), rgba(4, 10, 5, 0) 72%),
    linear-gradient(180deg, rgba(4, 10, 5, 0), rgba(4, 10, 5, 0.48));
  content: "";
}

.experience-card h2 {
  margin: 0 0 0.65cqw;
  font-family: var(--serif);
  font-size: clamp(22px, 2.05cqw, 31px);
  font-weight: 400;
  font-feature-settings: var(--serif-features);
  line-height: 1;
  text-transform: uppercase;
}

.experience-card p {
  min-height: 2.38cqw;
  margin: 0 0 1.2cqw;
  color: rgba(255, 250, 242, 0.92);
  font-size: clamp(9px, 0.75cqw, 11px);
  line-height: 1.45;
}

.experience-card .button {
  width: 15.45cqw;
  min-height: 2.95cqw;
  padding-inline: 1cqw;
}

/* Destination */
.destination {
  position: relative;
  isolation: isolate;
  height: 36.6cqw;
  min-height: 360px;
  max-height: 568px;
  overflow: visible;
  background:
    radial-gradient(circle at 16% 28%, rgba(255, 250, 242, 0.62), transparent 34%),
    linear-gradient(180deg, #f3f0eb 0%, var(--cream) 48%, #e8e3dc 100%);
  box-shadow:
    inset 0 1px 0 rgba(153, 126, 88, 0.28),
    inset 0 -1px 0 rgba(153, 126, 88, 0.2);
  color: var(--ink);
}

.destination::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: -1;
  width: 100vw;
  min-width: 100%;
  transform: translateX(-50%);
  background:
    radial-gradient(circle at 16% 28%, rgba(255, 250, 242, 0.62), transparent 34%),
    linear-gradient(180deg, #f3f0eb 0%, var(--cream) 48%, #e8e3dc 100%);
  content: "";
}

.destination__inner {
  display: grid;
  grid-template-columns: 32.8cqw 1fr;
  gap: 1.7cqw;
  height: 100%;
  padding: 2.35cqw 4.75cqw 2.35cqw 6.65cqw;
}

.destination__copy {
  padding-top: 2.05cqw;
}

.destination__copy h2 {
  margin: 1.25cqw 0 1.55cqw;
  font-family: var(--serif);
  font-size: clamp(31px, 3.08cqw, 46px);
  font-weight: 400;
  font-feature-settings: var(--serif-features);
  letter-spacing: 0;
  line-height: 1.03;
}

.destination__copy > p:not(.eyebrow) {
  width: 31.5cqw;
  max-width: 465px;
  margin: 0 0 2.45cqw;
  color: #2f332b;
  font-size: clamp(12px, 1cqw, 15px);
  line-height: 1.86;
}

.destination .button {
  width: 19.7cqw;
  min-height: 3.7cqw;
}

.mosaic {
  display: grid;
  grid-template-columns: 1.48fr 0.98fr;
  grid-template-rows: 1.53fr 0.95fr;
  gap: 0.72cqw;
  align-self: center;
  height: 32.1cqw;
  min-height: 320px;
  max-height: 487px;
  filter: drop-shadow(0 1.2cqw 1.9cqw rgba(31, 28, 22, 0.12));
}

.mosaic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    filter 420ms var(--ease-premium),
    transform 700ms var(--ease-premium);
}

.mosaic img:hover,
.mosaic > *:hover img,
.mosaic__stack img:hover,
.mosaic__bottom img:hover {
  filter: saturate(1.05) contrast(1.03);
  transform: scale(1.018);
}

.mosaic > *,
.mosaic__stack,
.mosaic__bottom {
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(255, 250, 242, 0.2);
}

.mosaic__large {
  object-position: 50% 48%;
}

.mosaic__stack {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 0.72cqw;
}

.mosaic__stack img:first-child {
  object-position: 50% 47%;
}

.mosaic__stack img:last-child {
  object-position: 46% 47%;
}

.mosaic__bottom {
  grid-column: 1 / 3;
  display: grid;
  grid-template-columns: 0.97fr 1.05fr;
  gap: 0.72cqw;
}

.mosaic__bottom img:first-child {
  object-position: 50% 45%;
}

.mosaic__bottom img:last-child {
  object-position: 49% 55%;
}

/* Newsletter */
.newsletter {
  position: relative;
  z-index: 5;
  isolation: isolate;
  height: 8.9cqw;
  min-height: 82px;
  max-height: 134px;
  background:
    linear-gradient(180deg, #152715 0%, var(--green-800) 54%, #122313 100%);
  box-shadow: inset 0 1px 0 rgba(199, 167, 124, 0.18);
}

.newsletter::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: -1;
  width: 100vw;
  min-width: 100%;
  transform: translateX(-50%);
  background:
    linear-gradient(180deg, #152715 0%, var(--green-800) 54%, #122313 100%);
  content: "";
}

.newsletter__inner {
  display: grid;
  grid-template-columns: 3.2cqw 28cqw 1fr;
  align-items: center;
  gap: 1.45cqw;
  height: 100%;
  padding-inline: 19.5cqw;
}

.newsletter__icon {
  width: 2.85cqw;
  min-width: 28px;
  color: var(--gold-light);
  stroke: currentColor;
  stroke-width: 1.8;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.newsletter__copy h2 {
  margin: 0 0 0.55cqw;
  color: var(--gold-light);
  font-family: var(--serif);
  font-size: clamp(14px, 1.18cqw, 18px);
  font-weight: 500;
  font-feature-settings: var(--serif-features);
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

.newsletter__copy p {
  margin: 0;
  color: rgba(255, 250, 242, 0.78);
  font-size: clamp(9px, 0.72cqw, 11px);
  line-height: 1.45;
}

.newsletter__form {
  position: relative;
  display: flex;
  justify-self: end;
  width: 27.2cqw;
}

.newsletter__form input,
.newsletter__form button {
  height: 3.55cqw;
  min-height: 34px;
  border: 1px solid rgba(198, 171, 120, 0.36);
}

.newsletter__form input {
  width: 18.1cqw;
  padding: 0 1.35cqw;
  color: var(--white);
  background: #172516;
  border-right: 0;
  font-size: clamp(8px, 0.72cqw, 11px);
  transition:
    background-color 260ms var(--ease-premium),
    border-color 260ms var(--ease-premium),
    box-shadow 260ms var(--ease-premium);
}

.newsletter__form input::placeholder {
  color: rgba(255, 250, 242, 0.72);
}

.newsletter__form button {
  width: 9.1cqw;
  color: var(--white);
  background: var(--gold);
  border-color: var(--gold);
  font-size: clamp(8px, 0.72cqw, 11px);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    background-color 260ms var(--ease-premium),
    border-color 260ms var(--ease-premium),
    box-shadow 260ms var(--ease-premium);
}

.newsletter__form input:hover,
.newsletter__form input:focus {
  background: #1b2c19;
  border-color: rgba(218, 188, 137, 0.58);
}

.newsletter__form button:hover,
.newsletter__form button:focus-visible {
  background: #b79870;
  border-color: #b79870;
}

.newsletter__status {
  position: absolute;
  top: calc(100% + 0.45cqw);
  left: 0;
  width: 100%;
  margin: 0;
  color: rgba(255, 250, 242, 0.78);
  font-size: clamp(9px, 0.72cqw, 11px);
  line-height: 1.2;
  opacity: 0;
  transform: translateY(-2px);
  transition:
    color 220ms var(--ease-premium),
    opacity 220ms var(--ease-premium),
    transform 220ms var(--ease-premium);
  pointer-events: none;
}

.newsletter__form[data-state] .newsletter__status {
  opacity: 1;
  transform: translateY(0);
}

.newsletter__form[data-state="success"] .newsletter__status {
  color: rgba(199, 167, 124, 0.95);
}

.newsletter__form[data-state="error"] .newsletter__status {
  color: rgba(255, 214, 186, 0.94);
}

.newsletter__form[data-state="error"] input {
  border-color: rgba(255, 214, 186, 0.62);
  box-shadow: inset 0 0 0 1px rgba(255, 214, 186, 0.14);
}

@keyframes premium-fade-up {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes premium-fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Hero fires on page load */
.site-header {
  animation-name: premium-fade-in;
  animation-duration: 760ms;
  animation-fill-mode: both;
  animation-timing-function: var(--ease-premium);
  animation-delay: 80ms;
}

.hero__content {
  animation-name: premium-fade-up;
  animation-duration: 760ms;
  animation-fill-mode: both;
  animation-timing-function: var(--ease-premium);
  animation-delay: 180ms;
}

.feature-strip {
  animation-name: premium-fade-in;
  animation-duration: 760ms;
  animation-fill-mode: both;
  animation-timing-function: var(--ease-premium);
  animation-delay: 360ms;
}

/* Below-fold sections: hidden only when JS is ready, revealed by IntersectionObserver */
.js-ready .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 700ms var(--ease-premium),
    transform 700ms var(--ease-premium);
}

.js-ready .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.js-ready .reveal-fade {
  opacity: 0;
  transition: opacity 700ms var(--ease-premium);
}

.js-ready .reveal-fade.is-visible {
  opacity: 1;
}

.js-ready .reveal--delay-1 { transition-delay: 80ms; }
.js-ready .reveal--delay-2 { transition-delay: 160ms; }
.js-ready .reveal--delay-3 { transition-delay: 240ms; }
.js-ready .reveal--delay-4 { transition-delay: 320ms; }

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
  }
}

@media (min-width: 1501px) {
  .hero__image {
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.38) 5%, #000 17%, #000 83%, rgba(0, 0, 0, 0.38) 95%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.38) 5%, #000 17%, #000 83%, rgba(0, 0, 0, 0.38) 95%, transparent 100%);
  }
}

@media (max-width: 980px) and (min-width: 761px) {
  .site-header {
    grid-template-columns: 17cqw 1fr auto;
    padding-inline: 2cqw;
  }

  .site-nav {
    gap: 2.05cqw;
  }

  .header-actions {
    gap: 1cqw;
  }

  .header-actions .button {
    width: 10.4cqw;
    min-width: 98px;
  }

  .newsletter__inner {
    padding-inline: 14cqw;
  }
}

@media (max-width: 760px) {
  .hero,
  .experience,
  .destination,
  .newsletter {
    height: auto;
    max-height: none;
  }

  .hero {
    min-height: 780px;
  }

  .site-header {
    grid-template-columns: 1fr auto;
    gap: 18px;
    padding: 18px 20px 0;
  }

  .site-logo {
    width: 128px;
    min-width: 0;
  }

  .site-nav {
    grid-column: 1 / 3;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 16px;
    padding-top: 4px;
    font-size: 12px;
  }

  .header-actions {
    gap: 8px;
    padding-top: 10px;
  }

  .header-actions .button {
    width: auto;
    min-width: 0;
    min-height: 36px;
    padding-inline: 12px;
  }

  .hero__content {
    top: 225px;
    left: 24px;
    width: calc(100% - 48px);
  }

  .hero__content h1 {
    font-size: 48px;
  }

  .hero__copy {
    width: min(100%, 360px);
  }

  .hero__actions,
  .feature-strip,
  .experience__cards,
  .destination__inner,
  .newsletter__inner {
    grid-template-columns: 1fr;
  }

  .hero__actions {
    flex-wrap: wrap;
  }

  .hero__actions .button:first-child,
  .hero__actions .button:last-child {
    width: auto;
    min-width: 156px;
    min-height: 40px;
  }

  .feature-strip {
    right: 24px;
    bottom: 28px;
    left: 24px;
  }

  .feature-strip__item {
    grid-template-columns: 36px 1fr;
    min-height: 56px;
    padding: 10px 0;
  }

  .feature-strip__item + .feature-strip__item {
    border-top: 1px solid rgba(255, 250, 242, 0.28);
    border-left: 0;
  }

  .feature-strip svg {
    width: 24px;
    height: 24px;
  }

  .feature-strip__horse {
    width: 26px;
  }

  .experience__inner,
  .destination__inner,
  .newsletter__inner {
    padding: 42px 24px;
  }

  .experience__cards {
    gap: 18px;
  }

  .experience-card {
    height: 380px;
  }

  .experience-card .button,
  .destination .button {
    width: auto;
    min-height: 40px;
  }

  .destination__copy,
  .destination__copy > p:not(.eyebrow) {
    width: auto;
  }

  .mosaic {
    height: auto;
    min-height: 0;
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .mosaic__stack,
  .mosaic__bottom {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

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

  .newsletter__inner {
    gap: 14px;
  }

  .newsletter__form {
    justify-self: stretch;
    width: 100%;
  }

  .newsletter__form input,
  .newsletter__form button {
    height: 42px;
  }

  .newsletter__form input {
    width: 64%;
  }

  .newsletter__form button {
    width: 36%;
  }
}
