:root {
  --surface: #fff;
  --surface-soft: #f3f6f3;
  --shadow-soft: 0 12px 34px rgb(5 38 51 / 0.075);
  --shadow-raised: 0 18px 46px rgb(5 38 51 / 0.11);
}

main img { background: #e9efec; }

body {
  font-size: 16px;
  line-height: 1.7;
}

.desktop-nav a,
.nav-actions .text-link,
.nav-actions .button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.button {
  min-height: 44px;
}

main .inline-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid rgb(34 184 200 / 0.42);
  outline-offset: 3px;
}

.booking-bar input,
.booking-bar select,
.search-panel input,
.search-panel select {
  min-height: 44px;
  box-sizing: border-box;
  font-size: 15px;
}

.booking-bar .button,
.search-panel .button {
  min-height: 52px;
  align-self: center;
}

.field-format {
  color: #6d7d83;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.25;
  text-transform: none;
}

.field-grid .field-format {
  margin-top: -2px;
}

.booking-bar label,
.search-panel label,
.field-grid label {
  font-size: 12px;
}

.card-meta {
  font-size: 13px;
}

.price-row a,
.site-footer a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
}

.price-row a {
  min-height: 44px;
}

.room-rating.is-new,
.compare-rating.is-new {
  color: #8d5b31;
}

.nav-user-link {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 7px;
}

.desktop-nav a {
  border-radius: 4px;
}

.nav-user-link > img,
.nav-user-link > span:first-child {
  width: 28px;
  min-width: 28px;
  max-width: 28px;
  height: 28px;
  flex: 0 0 28px;
  overflow: hidden;
  border-radius: 50%;
  object-fit: cover;
}

.nav-user-link > img {
  display: block;
}

.nav-user-link > span:first-child {
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--ocean);
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

.nav-user-link > span:last-child {
  min-width: 0;
  white-space: nowrap;
}

.page-hero,
.page-hero.compact {
  padding: 72px 0 56px;
  border-bottom: 1px solid rgb(11 79 108 / 0.045);
}

.page-hero .container { max-width: 1180px; }
.page-hero p:not(.eyebrow) { margin-top: 13px; line-height: 1.75; }
.rooms-results-section { padding-top: 54px; }
.date-range-error { margin: 13px 2px 0; color: #a93d23; font-size: 12px; font-weight: 600; }

.room-card,
.service-card,
.news-card,
.promotion-row,
.history-card,
.form-card,
.admin-panel {
  border: 1px solid rgb(11 79 108 / 0.065);
}

.room-card,
.service-card {
  border-radius: 9px;
}

.page-services .filter-pills a {
  border-radius: 5px;
}

.service-card > img,
.news-card > img {
  height: auto;
  aspect-ratio: 16 / 10;
}

.service-card > div,
.news-card > div { display: grid; align-content: start; }
.service-card .button { justify-self: start; margin-top: 12px; }
.news-card span { color: var(--muted); font-size: 11px; }

.promotion-row { transition: transform 0.22s ease, box-shadow 0.22s ease; }
.promotion-row:hover { transform: translateY(-3px); box-shadow: var(--shadow-raised); }

/* Promotions index: flat editorial rows instead of floating rounded cards. */
@media (min-width: 1101px) {
  .page-promotions .promotions-section {
    padding-top: 24px;
  }

  .page-promotions .promo-list {
    border-top: 1px solid rgb(11 79 108 / 0.18);
  }

  .page-promotions .promotion-row {
    grid-template-columns: 300px minmax(0, 1fr) 170px;
    gap: 30px;
    min-height: 250px;
    margin: 0;
    padding: 24px 0;
    border: 0;
    border-bottom: 1px solid rgb(11 79 108 / 0.18);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transform: none;
  }

  .page-promotions .promotion-row:hover {
    box-shadow: none;
    transform: none;
  }

  .page-promotions .promotion-row > img {
    width: 300px;
    height: 220px;
    border-radius: 6px;
  }

  .page-promotions .promotion-row-copy {
    min-width: 0;
    padding: 2px 0;
  }

  .page-promotions .promotion-row h2 {
    margin: 13px 0 8px;
    font-size: 34px;
  }

  .page-promotions .promotion-row p {
    max-width: 690px;
    margin: 0 0 12px;
    line-height: 1.75;
  }

  .page-promotions .promo-pill,
  .page-promotions .promotion-row-cta {
    border-radius: 6px;
  }

  .page-promotions .promotion-row-cta {
    min-width: 170px;
    justify-self: end;
  }
}

.page-home .booking-bar.liquid-glass {
  overflow: visible;
  border-color: rgb(11 79 108 / 0.14);
  border-radius: 8px;
  background: #fffdf9;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.page-home .booking-bar.liquid-glass::before,
.page-home .booking-bar.liquid-glass::after {
  display: none;
}

.page-home .booking-bar .button-ocean {
  border-radius: 7px;
  box-shadow: none;
}

.page-home .booking-bar .button-ocean:hover {
  transform: none;
  background: var(--ocean-deep);
  box-shadow: none;
}

.page-home .home-intro-section {
  padding: 50px 0 46px;
  background: var(--ivory);
}

.page-home .home-intro-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(290px, 0.82fr) minmax(260px, 0.72fr);
  gap: clamp(30px, 4.6vw, 66px);
  align-items: start;
}

.page-home .home-intro-heading h2 {
  max-width: 610px;
  margin: 0;
  color: var(--ocean);
  font: 600 clamp(40px, 3.4vw, 54px) / 1 "Cormorant Garamond", Georgia, serif;
  letter-spacing: -0.025em;
}

.page-home .home-intro-copy {
  padding: 4px 30px;
  border-right: 1px solid rgb(11 79 108 / 0.14);
  border-left: 1px solid rgb(11 79 108 / 0.14);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.page-home .home-intro-copy > p,
.page-home .home-location-story > div:last-child > p:last-child {
  margin: 0;
  color: #53646b;
  font-size: 14px;
  line-height: 1.75;
}

.page-home .home-intro-copy .home-intro-kicker,
.page-home .home-location-story .home-intro-kicker {
  margin-bottom: 13px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.4;
  text-transform: uppercase;
}

.page-home .eyebrow:not(.eyebrow-light),
.page-home .home-intro-kicker,
.page-home .home-proof-grid small {
  color: #8b651f;
}

.page-home .home-intro-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 14px;
  border-block: 1px solid rgb(11 79 108 / 0.12);
}

.page-home .home-intro-points span {
  padding: 9px 12px 9px 0;
  color: var(--ocean);
  background: transparent;
  font-size: 10px;
  font-weight: 700;
}

.page-home .home-intro-points span + span {
  padding-left: 12px;
  border-left: 1px solid rgb(11 79 108 / 0.12);
}

.page-home .home-intro-copy .inline-link {
  margin-top: 14px;
  font-size: 12px;
}

.page-home .home-location-story {
  display: grid;
  gap: 14px;
  padding: 4px 0 0;
}

.page-home .home-location-map {
  position: relative;
  min-height: 155px;
  overflow: hidden;
  border-block: 1px solid rgb(11 79 108 / 0.17);
  border-left: 1px solid rgb(11 79 108 / 0.17);
  color: var(--ocean);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-home .home-location-map::before {
  position: absolute;
  right: -8px;
  bottom: 25px;
  width: 47%;
  height: 31px;
  border-block: 1px solid rgb(11 79 108 / 0.35);
  content: "";
  opacity: 0.65;
  transform: skewY(-7deg);
}

.page-home .home-location-map::after {
  position: absolute;
  top: 88px;
  right: 18px;
  left: 30px;
  border-top: 1px dashed rgb(139 101 31 / 0.7);
  content: "";
  transform: rotate(-8deg);
  transform-origin: left;
}

.page-home .home-location-map i {
  position: absolute;
  z-index: 1;
  top: 78px;
  left: 49%;
  width: 9px;
  height: 9px;
  border: 2px solid var(--ocean);
  border-radius: 50%;
  background: var(--ivory);
}

.page-home .home-location-map span {
  position: absolute;
  z-index: 1;
}

.page-home .home-map-binh-thuan { top: 20px; left: 18px; }
.page-home .home-map-phan-thiet { top: 62px; left: 26%; }
.page-home .home-map-mui-ne { top: 108px; left: 52%; color: #8b651f; }
.page-home .home-map-east-sea { right: 12px; bottom: 12px; font-weight: 500; letter-spacing: 0.15em; }

.home-hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 11px;
}

.home-hero-actions .button-light {
  border-color: rgb(255 255 255 / 0.52);
  color: #fff;
  background: rgb(255 255 255 / 0.12);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.24);
  backdrop-filter: blur(12px);
}

.home-hero-actions .button-light:hover {
  background: rgb(255 255 255 / 0.2);
}

.page-home .home-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 26px;
  overflow: hidden;
  border-block: 1px solid rgb(11 79 108 / 0.16);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.page-home .home-proof-grid article {
  min-width: 0;
  padding: 18px 22px 20px;
  border-right: 1px solid rgb(11 79 108 / 0.11);
}

.page-home .home-proof-grid article:last-child {
  border-right: 0;
}

.page-home .home-proof-grid small,
.page-home .home-proof-grid strong,
.page-home .home-proof-grid span {
  display: block;
}

.page-home .home-proof-grid small {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.page-home .home-proof-grid strong {
  margin-top: 11px;
  color: var(--ocean);
  font: 600 28px/1 "Cormorant Garamond", Georgia, serif;
}

.page-home .home-proof-grid span {
  margin-top: 8px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.55;
}

.home-signature-section .section-heading h2 {
  max-width: 760px;
}

.home-signature-layout {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.home-signature-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgb(11 79 108 / 0.08);
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 10px 30px rgb(7 47 63 / 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.home-signature-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.home-signature-card > img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.25;
}

.home-signature-card[data-service-slug="private-jeep-sand-dunes"] > img {
  object-position: 22% center;
}

.home-signature-copy {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  padding: 22px;
}

.home-signature-copy .eyebrow {
  margin-bottom: 10px;
}

.home-signature-copy h3 {
  margin: 0;
  color: var(--ocean);
  font: 600 30px/1.08 "Cormorant Garamond", Georgia, serif;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.home-signature-copy > p:not(.eyebrow) {
  margin: 13px 0 18px;
  color: #5e6f76;
  font-size: 13px;
  line-height: 1.72;
}

.home-signature-copy > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: auto;
}

.home-signature-copy > div > span {
  color: var(--ocean);
  font-size: 13px;
  font-weight: 700;
}

.home-signature-copy .inline-link {
  min-width: max-content;
  margin-top: 0;
  font-size: 13px;
}

.home-gallery-section { background: linear-gradient(145deg, #edf3f0, #f8f4ec); }
.home-gallery-preview { display: grid; grid-template-columns: 1.35fr 1fr 1fr; grid-template-rows: 215px 215px; gap: 12px; }
.home-gallery-preview figure { position: relative; min-width: 0; margin: 0; overflow: hidden; border-radius: 20px; background: #dfe7e4; }
.home-gallery-preview figure:first-child { grid-row: span 2; }
.home-gallery-preview img { width: 100%; height: 100%; transition: transform 0.45s ease; }
.home-gallery-preview figure:hover img { transform: scale(1.035); }
.home-gallery-preview figure::after { content: ""; position: absolute; inset: 50% 0 0; background: linear-gradient(transparent, rgb(3 26 36 / 0.68)); }
.home-gallery-preview figcaption { position: absolute; z-index: 1; right: 18px; bottom: 16px; left: 18px; color: #fff; font: 600 21px/1.1 "Cormorant Garamond", Georgia, serif; }

.home-promotions-section { background: linear-gradient(145deg, #f2ede4, #faf7f1); }
.home-promo-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; align-items: stretch; }
.home-promo-card { display: flex; min-width: 0; min-height: 0; flex-direction: column; overflow: hidden; border: 1px solid rgb(11 79 108 / 0.08); border-radius: 9px; box-shadow: 0 10px 30px rgb(7 47 63 / 0.08); transition: transform 0.25s ease, box-shadow 0.25s ease; }
.home-promo-card.is-featured,
.home-promo-card:not(.is-featured) { display: flex; flex-direction: column; }
.home-promo-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.home-promo-card > img,
.home-promo-card.is-featured > img { width: 100%; height: auto; min-height: 0; aspect-ratio: 1.25; }
.home-promo-card > div,
.home-promo-card.is-featured > div { display: flex; min-width: 0; flex: 1; flex-direction: column; padding: 22px; }
.home-promo-card .promo-pill { align-self: flex-start; }
.home-promo-card h3,
.home-promo-card.is-featured h3 { margin: 14px 0 10px; font-size: 30px; line-height: 1.08; text-wrap: balance; }
.home-promo-card p { margin: 0 0 18px; font-size: 13px; line-height: 1.72; }
.home-promo-footer { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: auto; }
.home-promo-footer small { font-size: 12px; }
.home-promo-footer .inline-link { min-width: max-content; margin-top: 0; font-size: 12px; }

.home-story-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.home-story-card { min-width: 0; overflow: hidden; border: 1px solid rgb(11 79 108 / 0.08); border-radius: 22px; background: #fff; box-shadow: 0 10px 30px rgb(7 47 63 / 0.07); }
.home-story-card > a { display: block; overflow: hidden; }
.home-story-card img { width: 100%; aspect-ratio: 16 / 10; transition: transform 0.4s ease; }
.home-story-card:hover img { transform: scale(1.035); }
.home-story-card > div { padding: 22px; }
.home-story-card time { color: var(--coral); font-size: 10px; font-weight: 700; letter-spacing: 0.08em; }
.home-story-card h3 { margin: 9px 0 10px; color: var(--ocean); font: 600 28px/1.08 "Cormorant Garamond", Georgia, serif; }
.home-story-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.75; }
.home-story-card .inline-link { font-size: 11px; }

.home-closing-cta { position: relative; min-height: 460px; display: grid; place-items: center; overflow: hidden; color: #fff; }
.home-closing-cta > img,
.home-closing-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.home-closing-overlay { background: linear-gradient(90deg, rgb(3 29 40 / 0.84), rgb(3 29 40 / 0.45)); }
.home-closing-content { position: relative; z-index: 1; text-align: center; }
.home-closing-content h2 { width: min(760px, 100%); margin: 0 auto; font: 600 clamp(43px, 5.2vw, 70px) / 0.98 "Cormorant Garamond", Georgia, serif; letter-spacing: -0.025em; }
.home-closing-content > p:not(.eyebrow) { margin: 20px auto 25px; color: rgb(255 255 255 / 0.82); font-size: 16px; }
.home-closing-content > div { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; }

.gallery-section { padding-top: 64px; }
.gallery-grid {
  grid-auto-flow: dense;
  align-items: stretch;
}
.gallery-grid .gallery-item { min-width: 0; }
.gallery-grid .gallery-item-tall { grid-row: span 2; }
.gallery-grid .gallery-item-wide { grid-column: span 2; }

.room-gallery {
  max-width: 1600px;
  margin: auto;
  overflow: hidden;
}

.room-gallery.gallery-count-1 {
  display: block;
  height: min(58vw, 620px);
  min-height: 420px;
}

.room-gallery.gallery-count-1 .gallery-main { width: 100%; height: 100%; }

.room-gallery.gallery-count-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 480px;
}

.room-gallery.gallery-count-2 .gallery-main { grid-row: auto; }

.room-gallery.gallery-count-3 {
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 240px 240px;
}

.room-gallery.gallery-count-4 { grid-template-rows: 240px 240px; }
.room-gallery img { background: #dfe7e4; }

.room-availability,
.booking-availability {
  margin: 15px 0 0;
  color: #236a54;
  font-size: 12px;
  font-weight: 700;
}

.room-availability::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: #2b9870; box-shadow: 0 0 0 4px rgb(43 152 112 / 0.11); }
.room-availability.is-sold-out { color: #ae4b32; }
.room-availability.is-sold-out::before { background: #d4654c; box-shadow: 0 0 0 4px rgb(212 101 76 / 0.11); }
.room-row-sold-out { background: #fcfbf8; }
.room-row-price .is-disabled { margin: 18px 0 8px; border-color: #e4c0b7; color: #ad4b33; background: #fff7f4; cursor: not-allowed; }
.booking-availability { padding: 10px 12px; border-radius: 12px; background: #edf7f3; color: #1f6c54 !important; line-height: 1.45; }
.booking-price-heading { display: flex; align-items: end; justify-content: space-between; gap: 12px; margin: 18px 0 10px; }
.booking-price-heading p { margin: 0; color: #687980; font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.booking-price-heading strong { color: #0b4f6c; font-size: 11px; text-align: right; }
.booking-price-breakdown { display: grid; gap: 9px; margin: 0; }
.booking-price-breakdown > div { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; color: #65767d; font-size: 12px; }
.booking-price-breakdown dt,
.booking-price-breakdown dd { margin: 0; }
.booking-price-breakdown dd { color: #304d59; font-weight: 700; text-align: right; }
.booking-price-breakdown .booking-price-total { margin-top: 4px; padding-top: 13px; border-top: 1px solid rgb(11 79 108 / 0.13); color: #0b4f6c; }
.booking-price-breakdown .booking-price-total dt { font-size: 13px; font-weight: 700; }
.booking-price-breakdown .booking-price-total dd { color: #0b4f6c; font: 600 28px/1 "Cormorant Garamond", Georgia, serif; }
.booking-payment-method { margin: 15px 0 0 !important; color: #617077 !important; font-size: 11px !important; }
.booking-payment-method strong { color: #0b4f6c; }

.empty-state {
  border-style: solid;
  border-color: rgb(11 79 108 / 0.09);
  background: linear-gradient(135deg, #fff, #f5f8f5);
  box-shadow: var(--shadow-soft);
}

.site-footer .brand-logo { width: 40px; height: 40px; border-radius: 50%; background: #fff; filter: none; object-fit: contain; opacity: 1; }
.site-footer .brand { margin-bottom: 14px; }
.site-footer a { transition: color 0.18s ease, opacity 0.18s ease; }
.site-footer section:not(:first-child) a:hover { color: #fff; }

.mobile-nav summary {
  display: grid;
  width: 42px;
  height: 42px;
  border: 1px solid rgb(11 79 108 / 0.14);
  border-radius: 13px;
  color: var(--ocean);
  cursor: pointer;
  place-items: center;
}

.mobile-nav summary::-webkit-details-marker { display: none; }

.mobile-nav summary svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.8;
}

@media (prefers-reduced-motion: reduce) {
  .promotion-row { transition: none; }
  .promotion-row:hover { transform: none; }
}

@media (max-width: 1100px) {
  .desktop-nav { display: none; }
  .mobile-nav { display: block; margin-left: auto; }
  .nav-wrap { gap: 14px; }
  .nav-actions { margin-left: 0; }
}

@media (max-width: 960px) {
  .page-hero,
  .page-hero.compact { padding: 58px 0 46px; }
  .rooms-results-section { padding-top: 42px; }
  .room-gallery.gallery-count-1 { min-height: 360px; }
  .booking-price-heading { align-items: flex-start; flex-direction: column; }
  .booking-price-heading strong { text-align: left; }
  .page-home .home-intro-section { padding: 58px 0 52px; }
  .page-home .home-intro-layout { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 34px; }
  .page-home .home-intro-heading { grid-column: 1 / -1; }
  .page-home .home-intro-copy { padding: 4px 28px 4px 0; border-left: 0; }
  .page-home .home-proof-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .page-home .home-proof-grid article:nth-child(2) { border-right: 0; }
  .page-home .home-proof-grid article:nth-child(-n + 2) { border-bottom: 1px solid rgb(11 79 108 / 0.11); }
  .home-signature-layout { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-signature-card:last-child { display: grid; grid-template-columns: minmax(240px, 0.86fr) minmax(0, 1.14fr); grid-column: 1 / -1; }
  .home-signature-card:last-child > img { height: 100%; min-height: 280px; aspect-ratio: auto; }
  .home-gallery-preview { grid-template-rows: 185px 185px; }
  .home-promo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-promo-card:last-child { display: grid; grid-template-columns: minmax(240px, 0.86fr) minmax(0, 1.14fr); grid-column: 1 / -1; }
  .home-promo-card:last-child > img { height: 100%; min-height: 280px; aspect-ratio: auto; }
}

@media (max-width: 640px) {
  .nav-wrap { gap: 10px; }
  .mobile-nav { order: 2; margin-left: auto; }
  .nav-actions { order: 3; margin-left: 0; gap: 7px; }
  .nav-actions .nav-user-link,
  .nav-actions > .text-link { display: none; }
  .nav-actions .button-coral { padding: 10px 13px; font-size: 11px; }
  .mobile-links { right: 12px; top: 68px; width: min(260px, calc(100vw - 24px)); }
  .page-hero,
  .page-hero.compact { padding: 46px 0 38px; }
  .rooms-results-section { padding-top: 32px; }
  .gallery-section { padding-top: 42px; }
  .gallery-grid .gallery-item-tall,
  .gallery-grid .gallery-item-wide { grid-column: auto; grid-row: auto; }
  .page-home .home-intro-section { padding: 50px 0 46px; }
  .page-home .home-intro-layout { grid-template-columns: minmax(0, 1fr); gap: 22px; }
  .page-home .home-intro-heading { grid-column: auto; }
  .page-home .home-intro-heading h2 { font-size: 38px; }
  .page-home .home-intro-copy { width: 100%; margin: 0; padding: 15px 0; border-block: 1px solid rgb(11 79 108 / 0.14); border-right: 0; }
  .page-home .home-location-story { gap: 14px; }
  .page-home .home-location-map { min-height: 150px; }
  .home-hero-actions { align-items: stretch; flex-direction: column; }
  .home-hero-actions .button { width: 100%; }
  .page-home .home-proof-grid { margin-top: 30px; }
  .page-home .home-proof-grid article { padding: 18px 15px 20px; }
  .page-home .home-proof-grid strong { font-size: 23px; }
  .home-signature-layout { grid-template-columns: minmax(0, 1fr); }
  .home-signature-card:last-child { display: flex; grid-column: auto; }
  .home-signature-card:last-child > img { height: auto; min-height: 0; aspect-ratio: 1.25; }
  .home-signature-copy > div { align-items: flex-start; flex-direction: column; gap: 4px; }
  .home-gallery-preview { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: 190px 145px 145px; }
  .home-gallery-preview figure:first-child { grid-column: span 2; grid-row: auto; }
  .home-promo-grid { grid-template-columns: minmax(0, 1fr); }
  .home-promo-card:last-child { display: flex; grid-column: auto; }
  .home-promo-card:last-child > img { height: auto; min-height: 0; aspect-ratio: 1.25; }
  .home-promo-footer { align-items: flex-start; flex-direction: column; gap: 4px; }
  .home-story-grid { grid-template-columns: minmax(0, 1fr); }
  .home-story-card h3 { font-size: 26px; }
  .home-closing-cta { min-height: 410px; padding: 60px 0; }
  .home-closing-content h2 { font-size: 44px; }
  .home-closing-content > div { align-items: stretch; flex-direction: column; }
  .home-closing-content .button { width: 100%; }
  .room-gallery.gallery-count-1 { height: 68vw; min-height: 250px; }
  .room-gallery.gallery-count-2,
  .room-gallery.gallery-count-3,
  .room-gallery.gallery-count-4 { grid-template-rows: 180px 145px; }
  .promotion-row:hover { transform: none; }
}
