:root {
  --ink: #171d18;
  --muted: #657066;
  --cream: #fff7ea;
  --paper: #f1eadf;
  --forest: #14362d;
  --forest-dark: #071512;
  --moss: #7c8e54;
  --gold: #d9a84d;
  --gold-soft: #f5d37b;
  --clay: #a65f3d;
  --line: rgba(23, 29, 24, 0.16);
  --shadow: 0 24px 70px rgba(7, 21, 18, 0.24);
  --max: 1440px;
  --header: 74px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header) + 18px);
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(20, 54, 45, 0.95) 0%, rgba(20, 54, 45, 0.72) 28%, transparent 56%),
    linear-gradient(180deg, #fff8eb 0%, #eee4d5 46%, #dfe7d7 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.48;
}

body.nav-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 300;
  padding: 10px 14px;
  border-radius: 6px;
  background: var(--cream);
  color: var(--ink);
  transform: translateY(-150%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  min-height: var(--header);
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 22px;
  padding: 12px clamp(18px, 3vw, 42px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(7, 21, 18, 0.92);
  color: #fff;
  backdrop-filter: blur(18px);
}

.brand,
.site-nav a,
.header-phone,
.footer-links a,
.text-link {
  text-decoration: none;
}

.brand {
  display: inline-flex;
  flex-direction: column;
  min-width: 158px;
  line-height: 1;
}

.brand span {
  color: var(--gold-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
}

.brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 31px;
  font-weight: 500;
  letter-spacing: 0;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 2.2vw, 30px);
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  font-weight: 850;
}

.site-nav a:hover,
.footer-links a:hover,
.text-link:hover {
  color: var(--gold-soft);
}

.header-phone {
  white-space: nowrap;
  font-size: 14px;
  font-weight: 950;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 18px;
  border: 1px solid transparent;
  border-radius: 7px;
  font: inherit;
  font-size: 14px;
  font-weight: 950;
  line-height: 1.1;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, filter 160ms ease, border-color 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
  filter: saturate(1.06);
}

.button-primary {
  background: linear-gradient(135deg, #f9d980, var(--gold) 52%, #b86d35);
  color: #171109;
  box-shadow: 0 15px 36px rgba(217, 168, 77, 0.32);
}

.button-glass {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.13);
  color: #fff;
  backdrop-filter: blur(10px);
}

.button-large {
  min-height: 54px;
  padding-inline: 25px;
  font-size: 15px;
}

.nav-toggle {
  display: none;
}

.dream-board {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: clamp(14px, 2.2vw, 32px);
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: clamp(14px, 1.6vw, 22px);
}

.dream-card {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: var(--forest-dark);
  color: #fff;
  box-shadow: var(--shadow);
  isolation: isolate;
}

.dream-card > img,
.card-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.dream-card > img {
  z-index: -2;
  object-fit: cover;
  filter: saturate(1.16) contrast(1.08) brightness(0.9);
  transform: scale(1.02);
}

.card-shade {
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(7, 21, 18, 0.06) 0%, rgba(7, 21, 18, 0.42) 42%, rgba(7, 21, 18, 0.9) 100%),
    linear-gradient(115deg, rgba(7, 21, 18, 0.86) 0%, rgba(7, 21, 18, 0.34) 54%, rgba(166, 95, 61, 0.16) 100%);
}

.hero-card {
  grid-column: span 7;
  grid-row: span 2;
  min-height: 680px;
}

.hero-card .card-shade {
  background:
    linear-gradient(90deg, rgba(7, 21, 18, 0.94) 0%, rgba(7, 21, 18, 0.62) 48%, rgba(7, 21, 18, 0.1) 100%),
    linear-gradient(180deg, rgba(7, 21, 18, 0.02) 0%, rgba(7, 21, 18, 0.82) 100%);
}

.ritual-card,
.stay-card {
  grid-column: span 5;
  min-height: 329px;
}

.pleasure-card,
.outside-card,
.proof-card {
  grid-column: span 4;
  min-height: 560px;
}

.mobility-card {
  grid-column: span 8;
  min-height: 560px;
}

.stay-card .card-shade {
  background:
    linear-gradient(90deg, rgba(7, 21, 18, 0.88) 0%, rgba(7, 21, 18, 0.56) 55%, rgba(7, 21, 18, 0.18) 100%),
    linear-gradient(180deg, rgba(166, 95, 61, 0.16), rgba(7, 21, 18, 0.78));
}

.outside-card > img {
  object-position: center;
}

.mobility-card > img {
  object-position: center;
}

.mobility-card .card-shade {
  background:
    linear-gradient(90deg, rgba(7, 21, 18, 0.94) 0%, rgba(7, 21, 18, 0.72) 48%, rgba(7, 21, 18, 0.28) 100%),
    linear-gradient(180deg, rgba(7, 21, 18, 0.08) 0%, rgba(7, 21, 18, 0.84) 100%);
}

.proof-card > img {
  object-position: center;
}

.gallery-card {
  grid-column: span 12;
  min-height: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(22px, 3vw, 42px);
  align-items: start;
  padding: clamp(24px, 3vw, 42px);
  background:
    linear-gradient(145deg, rgba(7, 21, 18, 0.97) 0%, rgba(15, 45, 39, 0.94) 46%, rgba(62, 45, 32, 0.92) 100%),
    #071512;
}

.gallery-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(245, 211, 123, 0.12), transparent 28%, rgba(92, 137, 137, 0.12) 100%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 14px);
  opacity: 0.72;
}

.gallery-copy {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px clamp(22px, 3vw, 44px);
  align-items: end;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.34);
}

.gallery-copy .eyebrow,
.gallery-copy h2,
.gallery-copy p:not(.eyebrow) {
  grid-column: 1;
}

.gallery-copy p:not(.eyebrow) {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
}

.gallery-actions {
  grid-column: 2;
  grid-row: 1 / span 3;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: flex-end;
  margin-top: 0;
}

.gallery-mosaic {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 170px;
  gap: 10px;
}

.gallery-item {
  position: relative;
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: #0b100f;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
}

.gallery-feature {
  grid-column: span 2;
  grid-row: span 2;
}

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

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.16) contrast(1.08) brightness(0.92);
}

.gallery-item figcaption {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: calc(100% - 20px);
  min-height: 30px;
  padding: 7px 10px;
  border: 1px solid rgba(245, 211, 123, 0.26);
  border-radius: 6px;
  background: rgba(7, 21, 18, 0.78);
  color: #fff;
  font-size: 12px;
  font-weight: 950;
  line-height: 1.2;
  text-shadow: none;
  backdrop-filter: blur(10px);
}

.promo-zone {
  grid-column: span 12;
  position: relative;
  display: grid;
  gap: clamp(18px, 2vw, 26px);
  padding: clamp(22px, 3vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(7, 21, 18, 0.96), rgba(18, 57, 52, 0.9) 48%, rgba(70, 48, 33, 0.88)),
    #071512;
  color: #fff;
  box-shadow: var(--shadow);
  overflow: hidden;
  isolation: isolate;
}

.promo-zone::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 46%;
  z-index: -1;
  background: linear-gradient(90deg, rgba(120, 176, 168, 0.18), transparent 38%, rgba(217, 168, 77, 0.16));
  filter: blur(24px);
  opacity: 0.8;
}

.promo-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.48fr);
  gap: clamp(16px, 3vw, 42px);
  align-items: end;
}

.promo-intro h2 {
  max-width: 840px;
}

.promo-intro p:not(.eyebrow) {
  margin: 0;
  max-width: 500px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
}

.promo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(12px, 1.6vw, 20px);
}

.promo-poster {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border: 1px solid rgba(245, 211, 123, 0.2);
  border-radius: 8px;
  background: #081512;
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.28);
}

.promo-poster > img,
.promo-glow {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.promo-poster > img {
  object-fit: cover;
  filter: saturate(1.18) contrast(1.08) brightness(0.88);
}

.promo-glow {
  background:
    linear-gradient(180deg, rgba(7, 21, 18, 0.05) 0%, rgba(7, 21, 18, 0.56) 42%, rgba(7, 21, 18, 0.95) 100%),
    radial-gradient(circle at 18% 18%, rgba(245, 211, 123, 0.22), transparent 34%),
    linear-gradient(135deg, rgba(7, 21, 18, 0.45), rgba(28, 71, 64, 0.26), rgba(166, 95, 61, 0.3));
}

.promo-adventure .promo-glow {
  background:
    linear-gradient(180deg, rgba(7, 21, 18, 0.1) 0%, rgba(7, 21, 18, 0.72) 52%, rgba(7, 21, 18, 0.98) 100%),
    radial-gradient(circle at 80% 20%, rgba(136, 202, 73, 0.26), transparent 36%),
    linear-gradient(135deg, rgba(4, 17, 13, 0.32), rgba(36, 68, 64, 0.42));
}

.promo-service .promo-glow {
  background:
    linear-gradient(180deg, rgba(7, 21, 18, 0.04) 0%, rgba(7, 21, 18, 0.62) 44%, rgba(7, 21, 18, 0.96) 100%),
    radial-gradient(circle at 22% 22%, rgba(245, 211, 123, 0.28), transparent 38%),
    linear-gradient(135deg, rgba(7, 21, 18, 0.42), rgba(116, 72, 45, 0.36));
}

.promo-content {
  position: relative;
  z-index: 1;
  min-height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(24px, 3vw, 38px);
}

.promo-kicker {
  margin: 0 0 10px;
  color: var(--gold-soft);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.promo-poster h3 {
  margin: 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(29px, 2.6vw, 44px);
  font-weight: 500;
  line-height: 0.96;
  letter-spacing: 0;
  text-wrap: balance;
  text-shadow: 0 4px 22px rgba(0, 0, 0, 0.46);
}

.promo-icons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 20px;
}

.promo-icons span {
  min-width: 0;
  min-height: 88px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 8px;
  align-content: center;
  padding: 10px;
  border: 1px solid rgba(245, 211, 123, 0.25);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.05)),
    rgba(7, 21, 18, 0.62);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  text-shadow: none;
  backdrop-filter: blur(12px);
}

.promo-icons svg {
  grid-row: 1 / span 2;
  width: 34px;
  height: 34px;
  align-self: center;
  color: var(--gold-soft);
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.promo-icons strong {
  min-width: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 950;
  line-height: 1.1;
  overflow-wrap: normal;
}

.promo-icons small {
  min-width: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.15;
}

.promo-cta {
  min-height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  margin-top: 18px;
  padding: 11px 16px;
  border: 1px solid rgba(245, 211, 123, 0.38);
  border-radius: 7px;
  background: linear-gradient(135deg, #f7df93, var(--gold) 54%, #a65f3d);
  color: #160f08;
  font-size: 13px;
  font-weight: 950;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(217, 168, 77, 0.28);
}

.card-content {
  position: relative;
  z-index: 1;
  min-height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: clamp(24px, 3.4vw, 48px);
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.36);
}

.hero-card .card-content {
  padding: clamp(34px, 4.8vw, 70px);
}

.eyebrow {
  margin: 0 0 13px;
  color: var(--gold-soft);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.96;
  text-wrap: balance;
}

h1 {
  max-width: 760px;
  font-size: clamp(48px, 5.4vw, 84px);
}

h2 {
  max-width: 640px;
  font-size: clamp(30px, 3.2vw, 50px);
}

.lead {
  max-width: 690px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(18px, 1.6vw, 22px);
}

.dream-card p {
  max-width: 620px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.84);
}

.action-row,
.hero-facts,
.chips,
.activity-mini {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.action-row {
  margin-top: 28px;
}

.hero-facts {
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.hero-facts li,
.chips span,
.activity-mini span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 11px;
  border: 1px solid rgba(245, 211, 123, 0.34);
  border-radius: 999px;
  background: rgba(7, 21, 18, 0.48);
  color: #fff;
  font-size: 12px;
  font-weight: 950;
  line-height: 1;
  text-shadow: none;
  backdrop-filter: blur(9px);
}

.hero-facts svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  stroke: currentColor;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.moment-list,
.stay-list,
.review-lines {
  display: grid;
  gap: 10px;
  width: min(100%, 640px);
  margin-top: 18px;
}

.moment-list span,
.stay-list span,
.review-lines blockquote {
  margin: 0;
  padding: 13px 14px;
  border: 1px solid rgba(245, 211, 123, 0.25);
  border-left: 4px solid var(--gold);
  border-radius: 8px;
  background: rgba(255, 248, 235, 0.9);
  color: #4f564f;
  font-size: 13px;
  line-height: 1.35;
  text-shadow: none;
}

.moment-list strong,
.stay-list strong {
  display: block;
  margin-bottom: 4px;
  color: var(--forest);
  font-size: 14px;
  line-height: 1.1;
}

.chips,
.activity-mini {
  margin-top: 18px;
}

.text-link {
  align-self: flex-start;
  margin-top: 18px;
  color: #fff;
  font-weight: 950;
  border-bottom: 2px solid var(--gold-soft);
}

.google-widget {
  width: min(100%, 560px);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
  margin-top: 18px;
  padding: 16px;
  border: 1px solid rgba(245, 211, 123, 0.36);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.07)),
    rgba(7, 21, 18, 0.62);
  box-shadow: 0 20px 52px rgba(0, 0, 0, 0.26);
  text-shadow: none;
  backdrop-filter: blur(14px);
}

.google-mark {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: #4285f4;
  font-size: 30px;
  font-weight: 950;
  line-height: 1;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.google-score {
  display: grid;
  gap: 2px;
}

.google-score span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.google-score strong {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 0.9;
}

.stars {
  color: var(--gold-soft);
  font-size: 18px;
  letter-spacing: 0;
}

.google-widget p {
  grid-column: 1 / -1;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
}

.google-widget a {
  grid-column: 1 / -1;
  justify-self: start;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid rgba(245, 211, 123, 0.38);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 13px;
  font-weight: 950;
  text-decoration: none;
}

.google-widget a:hover {
  color: var(--gold-soft);
}

.review-lines {
  grid-template-columns: 1fr;
}

.review-lines blockquote {
  background: rgba(7, 21, 18, 0.58);
  color: #fff;
  border-left-color: var(--gold-soft);
  font-weight: 850;
  backdrop-filter: blur(10px);
}

.contact-form {
  width: min(100%, 560px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin-top: 15px;
}

.contact-form label {
  display: grid;
  gap: 5px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-shadow: none;
}

.contact-form .message-field,
.contact-form button {
  grid-column: 1 / -1;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.92);
  color: #111;
  font: inherit;
  font-size: 14px;
  padding: 10px;
}

.contact-form textarea {
  resize: vertical;
}

.hidden {
  display: none;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 30px clamp(18px, 3vw, 42px) 92px;
  background: var(--forest-dark);
  color: #fff;
}

.site-footer p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.68);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  font-weight: 900;
}

.mobile-cta {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 110;
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(250, 247, 238, 0.93);
  box-shadow: 0 16px 42px rgba(13, 21, 17, 0.18);
  backdrop-filter: blur(14px);
}

.mobile-cta a {
  min-height: 45px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  background: #fff;
  color: var(--forest-dark);
  font-weight: 950;
  text-decoration: none;
}

.mobile-cta a:last-child {
  background: var(--gold);
}

@media (max-width: 1180px) {
  .hero-card,
  .ritual-card,
  .stay-card,
  .pleasure-card,
  .mobility-card,
  .outside-card,
  .proof-card,
  .gallery-card {
    grid-column: span 6;
  }

  .hero-card {
    grid-row: auto;
    min-height: 660px;
  }

  .proof-card {
    grid-column: span 12;
  }

  .gallery-card {
    grid-column: span 12;
    grid-template-columns: 1fr;
  }

  .gallery-copy {
    max-width: 780px;
    grid-template-columns: 1fr;
  }

  .gallery-actions {
    grid-column: 1;
    grid-row: auto;
    justify-content: flex-start;
    margin-top: 8px;
  }

  .gallery-mosaic {
    grid-auto-rows: 140px;
  }

  .promo-intro {
    grid-template-columns: 1fr;
  }

  .promo-intro p:not(.eyebrow) {
    max-width: 720px;
  }

  .promo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .promo-poster {
    min-height: 510px;
  }
}

@media (max-width: 900px) {
  :root {
    --header: 66px;
  }

  .site-header {
    grid-template-columns: auto 1fr auto;
    gap: 12px;
    padding: 10px 16px;
  }

  .brand {
    min-width: 0;
  }

  .brand span {
    font-size: 14px;
  }

  .brand strong {
    font-size: 23px;
  }

  .nav-toggle {
    display: inline-flex;
    justify-self: end;
    align-items: center;
    justify-content: center;
    width: 46px;
    min-height: 42px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.08);
  }

  .nav-toggle span,
  .nav-toggle span::before,
  .nav-toggle span::after {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 999px;
    background: #fff;
    transition: transform 160ms ease, opacity 160ms ease;
  }

  .nav-toggle span {
    position: relative;
  }

  .nav-toggle span::before,
  .nav-toggle span::after {
    content: "";
    position: absolute;
    left: 0;
  }

  .nav-toggle span::before {
    top: -7px;
  }

  .nav-toggle span::after {
    top: 7px;
  }

  .nav-toggle[aria-expanded="true"] span {
    background: transparent;
  }

  .nav-toggle[aria-expanded="true"] span::before {
    transform: translateY(7px) rotate(45deg);
  }

  .nav-toggle[aria-expanded="true"] span::after {
    transform: translateY(-7px) rotate(-45deg);
  }

  .site-nav {
    position: fixed;
    inset: var(--header) 0 auto 0;
    display: none;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 10px 16px 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(7, 21, 18, 0.98);
  }

  .site-nav.is-open {
    display: grid;
  }

  .site-nav a {
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 18px;
  }

  .header-phone,
  .site-header > .button {
    display: none;
  }

  .dream-board {
    grid-template-columns: 1fr;
    padding: 14px;
  }

  .hero-card,
  .ritual-card,
  .stay-card,
  .pleasure-card,
  .mobility-card,
  .outside-card,
  .proof-card,
  .gallery-card {
    grid-column: auto;
    min-height: 560px;
  }

  .gallery-card {
    min-height: auto;
    padding: 24px;
  }

  .gallery-mosaic {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 170px;
  }

  .promo-zone {
    padding: 24px;
  }

  .promo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .promo-poster {
    min-height: 520px;
  }

  .promo-content {
    padding: 20px;
  }

  .hero-card {
    min-height: 620px;
  }

  .card-content,
  .hero-card .card-content {
    padding: 26px;
  }

  h1 {
    font-size: clamp(42px, 11vw, 64px);
  }

  h2 {
    font-size: clamp(31px, 8vw, 44px);
  }

  .lead {
    font-size: 18px;
  }

  .action-row .button {
    width: 100%;
  }

  .site-footer {
    display: grid;
  }
}

@media (max-width: 520px) {
  .dream-board {
    padding: 10px;
    gap: 10px;
  }

  .hero-card,
  .ritual-card,
  .stay-card,
  .pleasure-card,
  .mobility-card,
  .outside-card,
  .proof-card,
  .gallery-card {
    min-height: 580px;
  }

  .gallery-card {
    min-height: auto;
    padding: 18px 18px 108px;
  }

  .gallery-copy p:not(.eyebrow) {
    font-size: 15px;
  }

  .gallery-mosaic {
    grid-template-columns: 1fr;
    grid-auto-rows: 220px;
    gap: 8px;
  }

  .gallery-feature,
  .gallery-wide {
    grid-column: auto;
    grid-row: auto;
  }

  .gallery-item figcaption {
    font-size: 11px;
  }

  .promo-zone {
    padding: 18px 18px 108px;
  }

  .promo-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .promo-poster {
    min-height: 620px;
  }

  .promo-content {
    padding: 20px 16px 102px;
  }

  .promo-poster h3 {
    font-size: clamp(32px, 10vw, 44px);
  }

  .promo-icons {
    grid-template-columns: 1fr 1fr;
  }

  .promo-icons span {
    min-height: 76px;
    grid-template-columns: 30px minmax(0, 1fr);
    padding: 9px;
  }

  .promo-icons svg {
    width: 28px;
    height: 28px;
  }

  .hero-card {
    min-height: 700px;
  }

  .proof-card {
    min-height: 860px;
  }

  .card-content,
  .hero-card .card-content {
    padding: 22px 18px 108px;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .google-widget {
    grid-template-columns: auto 1fr;
    padding: 14px;
  }

  .google-score strong {
    font-size: 32px;
  }

  .hero-facts li,
  .chips span,
  .activity-mini span {
    min-height: 32px;
    font-size: 11px;
  }

  .mobile-cta {
    display: grid;
    position: static;
    margin: 10px;
  }

  .site-footer {
    padding-bottom: 94px;
  }
}

@media (max-width: 900px) {
  main.dream-board {
    display: grid;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-auto-flow: row;
  }

  main.dream-board > .dream-card,
  main.dream-board > .promo-zone {
    grid-column: 1 / -1 !important;
    width: 100%;
  }
}
