/* Mansion Luxe visual bridge for the Laravel master-clone frontend. */

:root {
  --green: var(--color-gulf);
  --gold: var(--color-brass);
  --cream: var(--color-paper);
  --dark: var(--color-ink);
  --text: var(--color-ink);
  --text-dull: var(--color-ink-soft);
  --text-muted: var(--color-ink-mute);
  --heading-font: var(--font-serif);
  --body-font: var(--font-sans);
  --font-body: var(--font-sans);
  --nav-h: 100px;
}

html,
body {
  background: var(--color-paper);
  color: var(--color-ink);
  font-family: var(--font-sans);
}

body.mansion-menu-open {
  overflow: hidden;
}

a {
  color: inherit;
}

a:hover {
  color: var(--color-brass);
}

h1,
h2,
h3,
h4,
h5,
h6,
.section-title,
.detail-page-title,
.rp-name {
  font-family: var(--font-serif) !important;
  color: var(--color-ink);
  letter-spacing: 0;
}

p,
li,
label,
input,
select,
textarea,
button {
  font-family: var(--font-sans);
}

.mansion-header-offset {
  height: var(--nav-h);
}

.property-detail-page .mansion-header-offset,
.ml-dark-hero-page .mansion-header-offset {
  height: 0;
}

.mansion-nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 1050;
  display: block !important;
  background: rgba(250, 247, 241, 0.72);
  border-bottom: 1px solid rgba(26, 24, 21, 0.06);
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
}

.mansion-nav.on-dark:not(.scrolled) {
  background: transparent;
  border-bottom-color: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.mansion-nav__inner {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 40px;
  min-height: 32.5px;
  display: flex;
  align-items: center;
  gap: 24px;
  position: relative;
}

.mansion-nav__logo-wrap {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.mansion-nav__logo {
  width: auto;
  height: 96px !important;
  object-fit: contain;
  user-select: none;
}

.mansion-nav.scrolled .mansion-nav__logo {
  height: 64px !important;
}

.mansion-nav__links {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 4px;
}

.mansion-nav__link {
  padding: 8px 12px !important;
  border: 0 !important;
  background: transparent !important;
  color: rgba(26, 24, 21, 0.78) !important;
  font-family: var(--font-mono) !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0.32em !important;
  line-height: 1.2 !important;
  text-transform: uppercase;
  text-decoration: none !important;
}

.mansion-nav__link:hover,
.mansion-nav__link.active {
  color: var(--color-brass-bright) !important;
}

.mansion-nav.on-dark:not(.scrolled) .mansion-nav__link {
  color: rgba(250, 247, 241, 0.90) !important;
}

.mansion-nav.on-dark:not(.scrolled) .mansion-nav__link:hover,
.mansion-nav.on-dark:not(.scrolled) .mansion-nav__link.active {
  color: var(--color-brass-bright) !important;
}

.mansion-nav__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.mansion-nav__reserve,
.mansion-footer__cta,
.btn,
.main-btn,
.btn-check-avail,
.reserve-btn,
.book-btn-pro-list,
.btn-rp-inquire,
.vr-sticky-book-now {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 999px !important;
  background: var(--color-brass) !important;
  color: #fff !important;
  font-family: var(--font-mono) !important;
  font-size: 11px;
  font-weight: 700 !important;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none !important;
  box-shadow: 0 18px 42px rgba(134, 98, 47, 0.20);
  transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
}

.mansion-nav__reserve {
  min-height: 32.5px;
  padding: 0 16px;
}

.mansion-nav__reserve:hover,
.mansion-footer__cta:hover,
.btn:hover,
.main-btn:hover,
.btn-check-avail:hover,
.reserve-btn:hover,
.book-btn-pro-list:hover,
.btn-rp-inquire:hover,
.vr-sticky-book-now:hover {
  transform: translateY(-1px);
  background: var(--color-brass-bright) !important;
  color: var(--color-ink) !important;
  box-shadow: 0 20px 48px rgba(134, 98, 47, 0.24);
}

.mansion-nav__toggle {
  width: 42px;
  height: 42px;
  display: none;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: rgba(26, 24, 21, 0.06);
  color: var(--color-ink);
}

.mansion-mobile-menu__top {
  height: 96px;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mansion-mobile-menu__logo {
  height: 64px;
  width: auto;
}

.mansion-mobile-menu__close {
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: rgba(26, 24, 21, 0.07);
  color: var(--color-ink);
}

.mansion-mobile-menu__links {
  padding: 28px 26px;
  display: grid;
  gap: 8px;
}

.mansion-mobile-menu__links a {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(26, 24, 21, 0.08);
  color: var(--color-ink);
  font-family: var(--font-serif);
  font-size: clamp(30px, 9vw, 54px);
  line-height: 1;
  text-decoration: none;
}

.mansion-mobile-menu__links a span {
  min-width: 30px;
  color: var(--color-brass);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.18em;
}

.mansion-mobile-menu__links a.active,
.mansion-mobile-menu__links a:hover {
  color: var(--color-brass-bright);
}

.mansion-footer {
  background: var(--color-paper-soft);
  border-top: 1px solid rgba(26, 24, 21, 0.08);
  color: var(--color-ink);
  padding: 82px 24px 34px;
  max-width: 100%;
  overflow-x: clip;
}

.mansion-footer__inner {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(260px, 1.5fr) repeat(3, minmax(180px, 1fr));
  gap: 48px;
  width: 100%;
}

.mansion-footer__logo {
  width: auto;
  height: 86px;
  object-fit: contain;
}

.mansion-footer__social {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 16px 0 0;
}

.mansion-footer .mansion-footer__social a,
.ml-home-page .mansion-footer .mansion-footer__social a {
  color: var(--color-ink);
  font-size: 15px;
  line-height: 1;
}

.mansion-footer__brand p,
.mansion-footer__rate {
  max-width: 330px;
  margin: 22px 0 0;
  color: var(--color-ink-mute);
  font-size: 14px;
  line-height: 1.8;
}

.mansion-footer__brand,
.mansion-footer__col,
.mansion-footer__reserve,
.mansion-footer__contact li,
.mansion-footer__bottom,
.mansion-footer__bottom div {
  min-width: 0;
  max-width: 100%;
}

.mansion-footer__brand p,
.mansion-footer__rate,
.mansion-footer__contact small,
.mansion-footer__contact span,
.mansion-footer__bottom p,
.mansion-footer a {
  overflow-wrap: anywhere;
}

.mansion-footer__eyebrow {
  margin-bottom: 20px;
  color: var(--color-ink-mute);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.mansion-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.mansion-footer a {
  color: var(--color-ink-soft);
  text-decoration: none;
}

.mansion-footer a:hover {
  color: var(--color-brass);
}

.mansion-footer__col li a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.mansion-footer__col li a span {
  color: rgba(176, 134, 74, 0.56);
  font-family: var(--font-mono);
  font-size: 9px;
}

.mansion-footer__contact li {
  display: grid;
  gap: 3px;
}

.mansion-footer__contact small,
.mansion-footer__contact span {
  color: var(--color-ink-mute);
}

.mansion-footer__cta {
  min-height: 44px;
  padding: 0 20px;
}

.mansion-footer__rate span {
  color: var(--color-ink);
  font-family: var(--font-mono);
}

.mansion-footer__bottom {
  max-width: 1440px;
  margin: 64px auto 0;
  padding-top: 24px;
  border-top: 1px solid rgba(26, 24, 21, 0.10);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--color-ink-mute);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.06em;
}

.mansion-footer__bottom p {
  margin: 0;
}

.mansion-footer__bottom div {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.panel,
.content-section,
.property-wrap,
.confirmation-page,
.checkout-page,
.stays-page-body {
  background: var(--color-paper);
  color: var(--color-ink);
}

.card,
.retreat-card,
.booking-card-pro,
.confirmation-card,
.checkout-card,
.summary-card,
.surface-card {
  border-color: rgba(26, 24, 21, 0.08) !important;
  border-radius: var(--radius) !important;
  background: rgba(255, 255, 255, 0.88) !important;
  box-shadow: 0 18px 50px -28px rgba(58, 51, 43, 0.22) !important;
}

.property-detail-page .property-wrap {
  position: relative;
  isolation: isolate;
}

.property-detail-page .gallery-1-4 {
  position: relative;
  z-index: 1;
}

.property-detail-page .right-col {
  position: relative;
  z-index: 30;
}

.property-detail-page .booking-card-pro {
  z-index: 30 !important;
}

.section-num,
.bb-label,
.price-row span,
.detail-meta span,
.rp-specs,
.stay-limits-hint {
  font-family: var(--font-mono) !important;
  letter-spacing: 0.12em;
}

.form-control:focus,
.form-select:focus,
input:focus,
select:focus,
textarea:focus {
  border-color: var(--color-brass) !important;
  box-shadow: 0 0 0 .2rem rgba(176, 134, 74, 0.16) !important;
}

.vr-sticky-book-now {
  right: 24px !important;
  bottom: 24px !important;
  min-width: 0 !important;
  min-height: 52px !important;
  padding: 0 22px !important;
}

@media (max-width: 1023px) {
  :root {
    --nav-h: 86px;
  }

  .mansion-nav__inner {
    min-height: var(--nav-h);
    padding: 0 18px;
  }

  .mansion-nav__logo-wrap {
    left: 18px;
  }

  .mansion-nav__toggle {
    display: inline-flex;
  }

  .mansion-nav__links {
    display: none;
  }

  .mansion-nav__actions {
    margin-left: auto;
  }
}

@media (max-width: 1024px) {
  .mansion-footer__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 38px 28px;
  }
}

@media (max-width: 767px) {
  .reserve-desktop {
    display: none !important;
  }

  .mansion-nav__actions {
    gap: 0;
  }

  .mansion-footer {
    padding: 56px 20px 28px;
  }

  .mansion-footer__inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .mansion-footer__bottom {
    margin-top: 42px;
    align-items: flex-start;
    flex-direction: column;
  }

  .vr-sticky-book-now {
    right: 14px !important;
    bottom: 14px !important;
    min-height: 46px !important;
  }
}

/* CMS-driven Mansion Luxe homepage reference rebuild. */
.ml-home-page .mansion-nav:not(.scrolled) {
  background: transparent !important;
  border-bottom-color: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.ml-home {
  background: var(--color-paper);
  color: var(--color-ink);
  overflow: hidden;
}

.ml-home-page {
  overflow-x: hidden;
}

.ml-home img,
.ml-home video {
  display: block;
  max-width: 100%;
}

.ml-home-wrap {
  width: min(1320px, calc(100% - 56px));
  margin: 0 auto;
}

.ml-home-kicker {
  margin: 0 0 14px;
  color: var(--color-brass);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.28em;
  line-height: 1.5;
  text-transform: uppercase;
}

.ml-home-section {
  padding: 112px 0;
}

.ml-home-section--soft {
  background: var(--color-paper-soft);
}

.ml-home-hero {
  position: relative;
  min-height: 680px;
  height: 100vh;
  height: 100svh;
  background: var(--color-ink);
  isolation: isolate;
}

.ml-home-hero__media,
.ml-home-hero__veil {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.ml-home-hero__media {
  object-fit: cover;
  object-position: center;
  transition: opacity .45s ease;
}

.ml-home-hero__veil {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(9, 8, 7, .46) 0%, rgba(9, 8, 7, .12) 36%, rgba(9, 8, 7, .76) 100%),
    radial-gradient(ellipse at 28% 72%, rgba(9, 8, 7, .10) 0%, rgba(9, 8, 7, .48) 76%);
}

.ml-home-hero__inner {
  position: relative;
  z-index: 2;
  width: min(1320px, calc(100% - 56px));
  height: 100%;
  margin: 0 auto;
  padding: 136px 0 72px;
  color: var(--color-paper);
}

.ml-home-hero__locator {
  position: absolute;
  top: 32%;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(250, 247, 241, .88);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .34em;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.ml-home-hero__bottom {
  position: absolute;
  inset: auto 0 70px;
}

.ml-home-hero__chapter {
  color: var(--color-brass-bright);
}

.ml-home-hero__title,
.ml-home-intro h2,
.ml-home-overview h2,
.ml-home-section-title,
.ml-home-section-head h2,
.ml-home-map-cta h2 {
  margin: 0;
  color: var(--color-ink);
  font-family: var(--font-serif) !important;
  font-weight: 500;
  letter-spacing: 0;
  line-height: .98;
}

.ml-home-hero__title {
  max-width: 980px;
  color: var(--color-paper);
  font-size: clamp(76px, 11vw, 160px);
  line-height: .86;
}

.ml-home-hero__title em,
.ml-home-intro h2 em,
.ml-home-section-title em,
.ml-home-section-head h2 em,
.ml-home-map-cta h2 em {
  color: var(--color-brass-bright);
  font-style: italic;
}

.ml-home-hero__copy {
  max-width: 760px;
  margin: 20px 0 0;
  color: rgba(250, 247, 241, .86);
  font-family: var(--font-serif);
  font-size: clamp(21px, 2.1vw, 32px);
  font-style: italic;
  line-height: 1.18;
}

.ml-home-hero__meta {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.ml-home-hero__meta span {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(250, 247, 241, .76);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .28em;
  text-transform: uppercase;
}

.ml-home-hero__preload {
  display: none;
}

.ml-home-section--idea {
  padding: 118px 0 132px;
}

.ml-home-stats {
  width: min(760px, 100%);
  margin: 54px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px;
}

.ml-home-stats strong {
  display: block;
  color: var(--color-ink);
  font-family: var(--font-serif);
  font-size: 42px;
  font-weight: 500;
  line-height: 1;
}

.ml-home-stats span {
  display: block;
  margin-bottom: 10px;
  color: var(--color-brass);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .28em;
  text-transform: uppercase;
}

.ml-home-stats small {
  display: block;
  margin-top: 7px;
  color: var(--color-ink-soft);
  font-size: 13px;
  line-height: 1.35;
}

.ml-home-intro {
  width: min(820px, 100%);
  margin: 0 auto;
}

.ml-home-intro h2 {
  font-size: clamp(42px, 5.4vw, 72px);
  line-height: 1.04;
}

.ml-home-intro p:last-child {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--color-ink-soft);
  font-size: 19px;
  line-height: 1.7;
}

.ml-home-overview {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
  gap: 54px;
  align-items: center;
}

.ml-home-overview__main {
  position: relative;
}

.ml-home-overview__main > img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 28px 72px -42px rgba(26, 24, 21, .45);
}

.ml-home-overview__main span {
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(250, 247, 241, .94);
  color: var(--color-ink-mute);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 10px 28px rgba(26, 24, 21, .14);
}

.ml-home-overview__thumbs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 10px;
}

.ml-home-overview__thumbs img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 4px;
}

.ml-home-overview__copy h2,
.ml-home-section-head h2,
.ml-home-map-cta h2 {
  font-size: 42px;
}

.ml-home-overview__copy p,
.ml-home-section-head > p,
.ml-home-map-cta p {
  margin: 18px 0 0;
  color: var(--color-ink-soft);
  font-size: 16px;
  line-height: 1.72;
}

.ml-home-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid rgba(26, 24, 21, .12);
}

.ml-home-facts span {
  color: var(--color-ink-mute);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.ml-home-facts strong {
  display: block;
  margin-bottom: 4px;
  color: var(--color-ink);
  font-family: var(--font-serif);
  font-size: 27px;
  font-weight: 500;
  letter-spacing: 0;
}

.ml-home-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin-top: 28px;
  padding: 0 21px;
  border-radius: 999px;
  background: var(--color-brass);
  color: #fff !important;
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}

.ml-home-btn:hover,
.ml-home-btn:focus {
  background: var(--color-brass-bright);
  color: var(--color-ink) !important;
  transform: translateY(-1px);
}

.ml-home-btn--ghost {
  border: 1px solid rgba(176, 134, 74, .42);
  background: transparent;
  color: var(--color-ink) !important;
}

.ml-home-section-title {
  max-width: 660px;
  margin-bottom: 34px;
  font-size: 44px;
}

.ml-home-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.ml-home-image-card {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border-radius: 0;
  background: var(--color-ink);
}

.ml-home-image-card img,
.ml-home-season-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ml-home-image-card::after,
.ml-home-season-grid article::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(26, 24, 21, .04) 10%, rgba(26, 24, 21, .78) 100%);
}

.ml-home-image-card div,
.ml-home-season-grid article div {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  padding: 28px;
  color: var(--color-paper);
}

.ml-home-image-card span,
.ml-home-season-grid span {
  display: block;
  color: var(--color-brass-bright);
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.ml-home-image-card h3,
.ml-home-season-grid h3 {
  margin: 8px 0;
  color: var(--color-paper);
  font-family: var(--font-serif);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.05;
}

.ml-home-image-card p,
.ml-home-season-grid p {
  margin: 0;
  color: rgba(250, 247, 241, .8);
  font-size: 14px;
  line-height: 1.55;
}

.ml-home-quote {
  position: relative;
  min-height: 380px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: var(--color-ink);
  text-align: center;
}

.ml-home-quote img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .52;
}

.ml-home-quote div {
  position: relative;
  z-index: 1;
  width: min(760px, calc(100% - 40px));
  color: var(--color-paper);
}

.ml-home-quote blockquote {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(30px, 4.2vw, 50px);
  font-style: italic;
  font-weight: 500;
  line-height: 1.18;
}

.ml-home-quote p {
  margin: 16px 0 0;
  color: var(--color-brass-bright);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.ml-home-section-head {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(320px, .7fr);
  gap: 44px;
  align-items: end;
  margin-bottom: 32px;
}

.ml-home-season-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.ml-home-season-grid article {
  position: relative;
  min-height: 380px;
  overflow: hidden;
  border-radius: 0;
  background: var(--color-ink);
}

.ml-home-review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.ml-home-review-grid article {
  display: flex;
  min-height: 240px;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px;
  border: 1px solid rgba(26, 24, 21, .08);
  border-radius: 8px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 24px 60px -42px rgba(26, 24, 21, .35);
}

.ml-home-review-grid article > div,
.ml-home-rating {
  color: var(--color-brass);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .12em;
}

.ml-home-rating span {
  color: var(--color-ink-mute);
}

.ml-home-review-grid article > p {
  margin: 18px 0;
  color: var(--color-ink-soft);
  font-size: 15px;
  line-height: 1.65;
}

.ml-home-review-grid footer {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ml-home-review-grid footer img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  object-fit: cover;
}

.ml-home-review-grid footer span {
  display: grid;
  color: var(--color-ink);
  font-size: 14px;
  font-weight: 700;
}

.ml-home-review-grid small {
  color: var(--color-ink-mute);
  font-weight: 500;
}

.ml-home-map-cta {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(420px, 1fr);
  gap: 30px;
  align-items: stretch;
}

.ml-home-map-cta > div {
  padding: 46px;
  border-radius: 0;
  background: transparent;
}

.ml-home-map-cta iframe {
  min-height: 300px;
  width: 100%;
  border: 0;
  border-radius: 8px;
  background: rgba(250, 247, 241, .92);
  box-shadow: 0 22px 60px -38px rgba(26, 24, 21, .35);
}

.ml-home-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ml-home-reserve {
  position: relative;
  min-height: 430px;
  display: grid;
  align-items: center;
  overflow: hidden;
  border-top: 1px solid rgba(176, 134, 74, .22);
  border-bottom: 1px solid rgba(176, 134, 74, .22);
}

.ml-home-reserve > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .12;
  filter: grayscale(.2);
}

.ml-home-reserve__details {
  color: var(--color-ink-mute) !important;
  font-family: var(--font-mono);
  font-size: 10px !important;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ml-home-reserve__details span {
  display: inline-block;
  width: 1px;
  height: 12px;
  margin: 0 14px;
  vertical-align: middle;
  background: rgba(26, 24, 21, .18);
}

.ml-home-page .mansion-footer {
  background: var(--color-ink);
  border-top-color: rgba(250, 247, 241, .08);
  color: var(--color-paper);
}

.ml-home-page .mansion-footer__brand p,
.ml-home-page .mansion-footer__rate,
.ml-home-page .mansion-footer__eyebrow,
.ml-home-page .mansion-footer__contact small,
.ml-home-page .mansion-footer__contact span,
.ml-home-page .mansion-footer__bottom {
  color: rgba(250, 247, 241, .58);
}

.ml-home-page .mansion-footer a {
  color: rgba(250, 247, 241, .78);
}

.ml-home-page .mansion-footer a:hover,
.ml-home-page .mansion-footer__rate span {
  color: var(--color-brass-bright);
}

.ml-home-page .mansion-footer__bottom {
  border-top-color: rgba(250, 247, 241, .10);
}

@media (max-width: 1023px) {
  .ml-home-wrap,
  .ml-home-hero__inner {
    width: min(100% - 36px, 980px);
  }

  .ml-home-page .mansion-nav:not(.scrolled) {
    background: transparent !important;
    border-bottom-color: transparent !important;
    box-shadow: none !important;
  }

  .ml-home-page .mansion-nav:not(.scrolled) .mansion-nav__toggle {
    background: rgba(250, 247, 241, .16);
    color: var(--color-paper);
  }

  .ml-home-section {
    padding: 70px 0;
  }

  .ml-home-hero {
    min-height: 640px;
    height: 100vh;
    height: 100svh;
  }

  .ml-home-hero__title {
    font-size: 72px;
  }

  .ml-home-stats,
  .ml-home-card-grid,
  .ml-home-review-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ml-home-overview,
  .ml-home-section-head,
  .ml-home-map-cta {
    grid-template-columns: 1fr;
  }

  .ml-home-season-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .ml-home-wrap,
  .ml-home-hero__inner {
    width: calc(100% - 32px);
  }

  .ml-home-section {
    padding: 54px 0;
  }

  .ml-home-hero {
    min-height: 600px;
    height: 100vh;
    height: 100svh;
  }

  .ml-home-hero__inner {
    padding: 112px 0 46px;
  }

  .ml-home-hero__locator {
    top: 22%;
    left: 0;
    right: 0;
    width: auto;
    padding: 0 4px;
    transform: none;
    letter-spacing: .22em;
    line-height: 1.7;
    white-space: normal;
  }

  .ml-home-hero__bottom {
    bottom: 42px;
  }

  .ml-home-hero__title {
    font-size: 54px;
  }

  .ml-home-hero__copy,
  .ml-home-intro p:last-child {
    font-size: 16px;
  }

  .ml-home-intro h2,
  .ml-home-overview__copy h2,
  .ml-home-section-title,
  .ml-home-section-head h2,
  .ml-home-map-cta h2 {
    font-size: 34px;
  }

  .ml-home-stats,
  .ml-home-card-grid,
  .ml-home-season-grid,
  .ml-home-review-grid {
    grid-template-columns: 1fr;
  }

  .ml-home-stats div {
    padding: 0 0 22px;
  }

  .ml-home-image-card {
    min-height: 360px;
  }

  .ml-home-map-cta > div {
    padding: 28px;
  }

  .ml-home-map-cta iframe {
    min-height: 300px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ml-home *,
  .ml-home *::before,
  .ml-home *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
  }
}

/* Reference arrival-page parity refinements. */
.ml-home-reference-hidden {
  display: none !important;
}

.ml-home-wrap {
  width: min(1400px, calc(100% - 80px));
}

.ml-home-section {
  padding: 128px 0;
}

.ml-home-section--idea {
  padding: 150px 0 174px;
}

.ml-home-hero {
  min-height: 680px;
  height: 100svh;
}

.ml-home-hero__media {
  object-position: center;
}

.ml-home-hero__veil {
  background:
    linear-gradient(180deg, rgba(11, 9, 7, .42) 0%, rgba(11, 9, 7, 0) 28%, rgba(11, 9, 7, 0) 50%, rgba(11, 9, 7, .72) 100%),
    radial-gradient(ellipse at 30% 70%, rgba(11, 9, 7, 0) 0%, rgba(11, 9, 7, .45) 80%);
}

.ml-home-hero__inner {
  width: min(1600px, calc(100% - 80px));
  padding: 0;
}

.ml-home-hero__locator {
  top: 128px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(250, 247, 241, .90);
  font-size: 10px;
  letter-spacing: .28em;
}

.ml-home-hero__locator::before {
  content: "";
  width: 11px;
  height: 11px;
  border: 1px solid rgba(226, 184, 95, .92);
  border-radius: 999px;
  box-shadow: inset 0 0 0 3px rgba(226, 184, 95, .22);
}

.ml-home-hero__bottom {
  inset: auto 0 128px;
}

.ml-home-hero__chapter {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  color: var(--color-brass-bright);
  font-size: 11px;
  letter-spacing: .28em;
}

.ml-home-hero__chapter::after {
  content: "";
  width: 96px;
  height: 1px;
  background: rgba(226, 184, 95, .5);
}

.ml-home-hero__title--ghost {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.ml-home-hero__copy {
  max-width: 735px;
  margin-top: 0;
  color: rgba(250, 247, 241, .86);
  font-size: clamp(20px, 1.6vw, 25px);
  line-height: 1.35;
}

.ml-home-hero__meta {
  margin-top: 22px;
  gap: 0;
}

.ml-home-hero__meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(250, 247, 241, .72);
  font-size: 11px;
  letter-spacing: .22em;
}

.ml-home-hero__meta span + span::before {
  content: "";
  width: 1px;
  height: 12px;
  margin: 0 16px;
  background: rgba(250, 247, 241, .30);
}

.ml-home-hero__badge {
  position: absolute;
  top: 50%;
  right: 48px;
  z-index: 3;
  width: 80px;
  height: auto;
  opacity: .92;
  transform: translateY(-50%);
  user-select: none;
}

.ml-home-hero__scroll {
  position: absolute;
  right: 40px;
  bottom: 24px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(250, 247, 241, .70);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .28em;
  text-transform: uppercase;
}

.ml-home-hero__scroll i {
  display: block;
  width: 1px;
  height: 40px;
  background: rgba(250, 247, 241, .42);
}

.ml-home-intro {
  width: min(1024px, 100%);
}

.ml-home-intro h2 {
  font-size: clamp(42px, 4.3vw, 64px);
  line-height: 1.1;
}

.ml-home-intro p:last-child {
  max-width: 950px;
  margin-top: 22px;
  font-size: 22px;
  line-height: 1.62;
}

.ml-home-stats {
  width: min(900px, 100%);
  margin: 64px 0 0;
}

.ml-home-overview {
  width: min(1400px, calc(100% - 80px));
  grid-template-columns: minmax(0, 7fr) minmax(360px, 5fr);
  gap: 48px;
}

.ml-home-overview__main > img {
  border-radius: 8px;
}

.ml-home-overview__main::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(11, 9, 7, 0) 60%, rgba(11, 9, 7, .18) 100%);
}

.ml-home-overview__main span {
  z-index: 1;
  padding: 7px 16px;
}

.ml-home-overview__copy h2,
.ml-home-section-head h2,
.ml-home-map-cta h2 {
  font-size: clamp(38px, 3.1vw, 52px);
  line-height: 1.05;
}

.ml-home-overview__subtitle {
  margin: 10px 0 0 !important;
  color: var(--color-ink-soft) !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}

.ml-home-overview__copy p:not(.ml-home-kicker):not(.ml-home-overview__subtitle),
.ml-home-section-head > p,
.ml-home-map-cta p {
  font-size: 15px;
  line-height: 1.72;
}

.ml-home-facts {
  gap: 24px;
  margin-top: 32px;
  padding: 0 0 30px;
  border-top: 0;
  border-bottom: 1px solid rgba(26, 24, 21, .10);
}

.ml-home-facts span {
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
  color: var(--color-ink);
  font-size: 11px;
  letter-spacing: .18em;
}

.ml-home-facts strong {
  margin: 0;
  font-size: 22px;
}

.ml-home-section-title {
  max-width: 760px;
  margin-bottom: 64px;
  font-size: clamp(44px, 4.5vw, 72px);
  line-height: .96;
}

.ml-home-card-grid {
  width: min(1600px, 100%);
  gap: 20px;
}

.ml-home-image-card {
  min-height: auto;
  aspect-ratio: 4 / 5;
}

.ml-home-image-card img {
  transition: transform .7s ease;
}

.ml-home-image-card:hover img {
  transform: scale(1.04);
}

.ml-home-image-card::after,
.ml-home-season-grid article::after {
  background: linear-gradient(180deg, rgba(26, 24, 21, 0) 28%, rgba(26, 24, 21, .76) 100%);
}

.ml-home-image-card div,
.ml-home-season-grid article div {
  padding: 28px;
}

.ml-home-image-card p {
  max-width: 320px;
  font-size: 13px;
  line-height: 1.45;
}

.ml-home-quote {
  min-height: 520px;
}

.ml-home-quote img {
  opacity: .64;
  filter: saturate(.95) contrast(1.04);
}

.ml-home-quote::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(11, 9, 7, .22);
}

.ml-home-quote div {
  z-index: 1;
  width: min(900px, calc(100% - 48px));
}

.ml-home-quote blockquote {
  font-size: clamp(32px, 4.5vw, 64px);
  line-height: 1.12;
}

.ml-home-section-head {
  margin-bottom: 56px;
}

.ml-home-season-grid {
  gap: 0;
}

.ml-home-season-grid article {
  min-height: 420px;
}

.ml-home-season-grid span {
  color: rgba(226, 184, 95, .94);
}

.ml-home-reviews {
  background: var(--color-paper-soft);
}

.ml-home-review-grid {
  gap: 20px;
}

.ml-home-review-grid article {
  min-height: 350px;
  padding: 28px;
}

.ml-home-review-grid article > p {
  color: var(--color-ink-soft);
  font-size: 14px;
  line-height: 1.62;
}

.ml-home-reserve {
  min-height: 520px;
  padding: 128px 0;
}

.ml-home-reserve > img {
  opacity: .18;
  filter: saturate(.85) contrast(1.02);
}

.ml-home-map-cta {
  display: block;
  width: min(760px, calc(100% - 80px));
  text-align: center;
}

.ml-home-map-cta > div {
  padding: 0;
}

.ml-home-reserve__details {
  margin-top: 28px !important;
  color: var(--color-ink-mute) !important;
}

.ml-home-cta-row {
  justify-content: center;
  margin-top: 4px;
}

.ml-home-page .mansion-footer {
  margin-top: 128px;
  padding: 0 40px 34px;
  background: var(--color-paper-soft);
  border-top-color: rgba(26, 24, 21, .10);
  color: var(--color-ink);
}

.ml-home-page .mansion-footer__statement {
  position: relative;
  width: min(1600px, 100%);
  min-height: 240px;
  margin: 0 auto;
  padding-top: 84px;
}

.ml-home-page .mansion-footer__watermark {
  color: rgba(26, 24, 21, .08);
  font-family: var(--font-serif);
  font-size: clamp(118px, 15vw, 240px);
  font-weight: 500;
  line-height: .85;
  pointer-events: none;
  user-select: none;
}

.ml-home-page .mansion-footer__summary {
  position: absolute;
  right: 0;
  bottom: 8px;
  max-width: 440px;
  text-align: right;
}

.ml-home-page .mansion-footer__summary p {
  margin: 0;
  color: var(--color-ink-soft);
  font-family: var(--font-serif);
  font-size: clamp(25px, 2.2vw, 34px);
  font-style: italic;
  line-height: 1.22;
}

.ml-home-page .mansion-footer__inner {
  width: min(1600px, 100%);
  max-width: 1600px;
  margin-top: 100px;
  grid-template-columns: minmax(240px, 4fr) minmax(160px, 3fr) minmax(200px, 3fr) minmax(150px, 2fr);
  gap: 48px;
}

.ml-home-page .mansion-footer__logo {
  height: 56px !important;
}

.ml-home-page .mansion-footer__brand p,
.ml-home-page .mansion-footer__rate,
.ml-home-page .mansion-footer__eyebrow,
.ml-home-page .mansion-footer__contact small,
.ml-home-page .mansion-footer__contact span,
.ml-home-page .mansion-footer__bottom {
  color: var(--color-ink-mute);
}

.ml-home-page .mansion-footer a {
  color: var(--color-ink-soft);
}

.ml-home-page .mansion-footer a:hover,
.ml-home-page .mansion-footer__rate span {
  color: var(--color-brass);
}

.ml-home-page .mansion-footer__bottom {
  max-width: 1600px;
  border-top-color: rgba(26, 24, 21, .10);
}

@media (max-width: 1023px) {
  .ml-home-wrap,
  .ml-home-overview,
  .ml-home-map-cta,
  .ml-home-hero__inner {
    width: min(100% - 40px, 980px);
  }

  .ml-home-section {
    padding: 82px 0;
  }

  .ml-home-section--idea {
    padding: 112px 0 120px;
  }

  .ml-home-hero__locator {
    top: 108px;
  }

  .ml-home-hero__bottom {
    bottom: 112px;
  }

  .ml-home-hero__badge {
    right: 28px;
    width: 66px;
  }

  .ml-home-overview {
    grid-template-columns: 1fr;
  }

  .ml-home-page .mansion-footer {
    padding-right: 24px;
    padding-left: 24px;
  }

  .ml-home-page .mansion-footer__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .ml-home-wrap,
  .ml-home-overview,
  .ml-home-map-cta,
  .ml-home-hero__inner {
    width: calc(100% - 32px);
  }

  .ml-home-section {
    padding: 64px 0;
  }

  .ml-home-section--idea {
    padding: 92px 0 94px;
  }

  .ml-home-hero {
    min-height: 640px;
  }

  .ml-home-hero__locator {
    top: 112px;
    left: 16px;
    right: 16px;
    justify-content: center;
    transform: none;
    white-space: normal;
    line-height: 1.65;
    letter-spacing: .20em;
  }

  .ml-home-hero__bottom {
    bottom: 145px;
  }

  .ml-home-hero__chapter {
    margin-bottom: 18px;
  }

  .ml-home-hero__copy {
    max-width: 100%;
    font-size: 18px;
  }

  .ml-home-hero__meta {
    gap: 8px 0;
  }

  .ml-home-hero__meta span {
    font-size: 9px;
    letter-spacing: .14em;
  }

  .ml-home-hero__meta span + span::before {
    margin: 0 10px;
  }

  .ml-home-hero__badge,
  .ml-home-hero__scroll {
    display: none !important;
  }

  .ml-home-intro h2 {
    font-size: 36px;
  }

  .ml-home-intro p:last-child {
    font-size: 17px;
  }

  .ml-home-stats {
    margin-top: 44px;
  }

  .ml-home-section-title {
    margin-bottom: 34px;
  }

  .ml-home-image-card,
  .ml-home-season-grid article {
    aspect-ratio: auto;
    min-height: 360px;
  }

  .ml-home-review-grid article {
    min-height: 0;
  }

  .ml-home-reserve {
    min-height: 460px;
    padding: 86px 0;
  }

  .ml-home-page .mansion-footer {
    margin-top: 72px;
    padding: 0 20px 28px;
  }

  .ml-home-page .mansion-footer__statement {
    min-height: 220px;
    padding-top: 58px;
  }

  .ml-home-page .mansion-footer__summary {
    right: 0;
    bottom: 0;
    left: 0;
    max-width: none;
    text-align: left;
  }

  .ml-home-page .mansion-footer__inner {
    margin-top: 66px;
    grid-template-columns: 1fr;
  }
}

/* Winning homepage reference rules. Keep at file end. */
.ml-home-page .mansion-nav:not(.scrolled) {
  background: rgba(250, 247, 241, .82) !important;
  border-bottom-color: rgba(26, 24, 21, .08) !important;
  backdrop-filter: blur(18px) saturate(150%) !important;
  -webkit-backdrop-filter: blur(18px) saturate(150%) !important;
}

.ml-home-page .mansion-nav:not(.scrolled) .mansion-nav__link {
  color: rgba(26, 24, 21, .82) !important;
}

.ml-home-page .mansion-nav:not(.scrolled) .mansion-nav__link.active,
.ml-home-page .mansion-nav:not(.scrolled) .mansion-nav__link:hover {
  color: var(--color-brass) !important;
}

.ml-home-page .mansion-nav:not(.scrolled) .mansion-nav__reserve {
  background: var(--color-ink) !important;
  color: var(--color-paper) !important;
}

.ml-home-hero__veil {
  background: linear-gradient(180deg, rgba(11, 9, 7, .08) 0%, rgba(11, 9, 7, 0) 33%, rgba(11, 9, 7, .18) 58%, rgba(11, 9, 7, .58) 100%) !important;
}

.ml-home-hero__title--ghost {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.ml-home-hero__bottom {
  inset: auto 0 124px !important;
}

.ml-home-section--idea {
  padding: 142px 0 158px;
}

.ml-home-intro {
  width: min(1030px, 100%);
  margin-right: auto;
  margin-left: auto;
}

.ml-home-intro__statement {
  color: var(--color-ink-mute);
  font-family: var(--font-serif) !important;
  font-size: clamp(46px, 4.35vw, 72px) !important;
  font-style: italic;
  font-weight: 500;
  line-height: 1.1 !important;
  text-wrap: balance;
}

.ml-home-intro__statement em {
  color: var(--color-brass) !important;
  font-style: italic;
}

.ml-home-intro__statement > span {
  color: var(--color-ink);
  font-style: normal;
}

.ml-home-stats {
  width: min(920px, 100%);
  margin: 66px auto 0;
}

.ml-home-image-card {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  appearance: none;
  cursor: pointer;
  text-align: left;
}

.ml-home-image-card:focus-visible {
  outline: 2px solid var(--color-brass-bright);
  outline-offset: 4px;
}

.ml-home-image-card small {
  display: inline-block;
  margin-top: 22px;
  color: rgba(250, 247, 241, .92);
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .22em;
  line-height: 1.3;
  text-transform: uppercase;
}

.ml-home-image-card:hover small,
.ml-home-image-card:focus-visible small {
  color: var(--color-brass-bright);
}

.ml-home-quote {
  min-height: 478px;
}

.ml-home-quote .ml-home-kicker {
  margin-bottom: 28px;
  color: var(--color-brass-bright);
}

.ml-home-quote__caption {
  margin-top: 28px !important;
  color: rgba(250, 247, 241, .86) !important;
}

.ml-home-season-grid article {
  min-height: 532px;
}

.ml-home-season-grid article > div {
  position: absolute;
  z-index: 1;
  color: var(--color-paper);
}

.ml-home-season-card__top {
  inset: 28px 28px auto !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0 !important;
}

.ml-home-season-card__top span {
  color: rgba(226, 184, 95, .94);
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.ml-home-season-card__top b {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 12px;
  border: 1px solid rgba(226, 184, 95, .48);
  border-radius: 999px;
  color: rgba(226, 184, 95, .9);
  font-family: var(--font-mono);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.ml-home-season-card__body {
  inset: auto 0 0 !important;
  padding: 28px !important;
}

.ml-home-season-card__body small {
  display: block;
  margin-top: 18px;
  color: var(--color-brass-bright);
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.ml-home-lightbox[hidden] {
  display: none !important;
}

.ml-home-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: grid;
  place-items: center;
  padding: 74px 40px 54px;
  background: rgba(250, 247, 241, .96);
  color: var(--color-ink);
  opacity: 0;
  backdrop-filter: blur(24px) saturate(145%);
  -webkit-backdrop-filter: blur(24px) saturate(145%);
  transition: opacity .22s ease;
}

.ml-home-lightbox.is-open {
  opacity: 1;
}

.ml-home-lightbox__chrome {
  position: absolute;
  top: 28px;
  left: 40px;
  right: 32px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  pointer-events: none;
}

.ml-home-lightbox__chrome > span {
  color: var(--color-brass);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .24em;
}

.ml-home-lightbox__chrome button {
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid rgba(26, 24, 21, .08);
  border-radius: 999px;
  background: rgba(250, 247, 241, .74);
  color: var(--color-ink-soft);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.ml-home-lightbox__figure {
  width: min(980px, 100%);
  margin: 0;
  text-align: center;
}

.ml-home-lightbox__figure img {
  width: 100%;
  max-height: min(650px, calc(100vh - 148px));
  object-fit: contain;
  box-shadow: 0 34px 90px -42px rgba(26, 24, 21, .55);
}

.ml-home-lightbox__figure figcaption {
  margin-top: 18px;
  color: var(--color-ink-mute);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .24em;
  text-transform: uppercase;
}

body.ml-home-lightbox-open {
  overflow: hidden;
}

@media (max-width: 1023px) {
  .ml-home-section--idea {
    padding: 108px 0 122px;
  }

  .ml-home-intro__statement {
    font-size: clamp(40px, 7vw, 58px) !important;
  }

  .ml-home-hero__bottom {
    bottom: 112px !important;
  }

  .ml-home-lightbox {
    padding: 72px 24px 42px;
  }
}

@media (max-width: 767px) {
  .ml-home-page .mansion-nav:not(.scrolled) {
    background: rgba(250, 247, 241, .9) !important;
  }

  .ml-home-hero__bottom {
    bottom: 145px !important;
  }

  .ml-home-intro__statement {
    font-size: 37px !important;
    line-height: 1.13 !important;
  }

  .ml-home-image-card small {
    margin-top: 16px;
  }

  .ml-home-lightbox {
    padding: 68px 16px 34px;
  }

  .ml-home-lightbox__chrome {
    top: 18px;
    left: 16px;
    right: 16px;
  }

  .ml-home-lightbox__figure img {
    max-height: calc(100vh - 142px);
  }

  .ml-home-season-grid article {
    min-height: 410px;
  }

  .ml-home-season-card__top {
    inset: 22px 22px auto !important;
  }
}

.ml-home-hero__inner {
  width: calc(100% - 80px) !important;
  max-width: none !important;
}

.ml-home-intro h2.ml-home-intro__statement {
  color: var(--color-ink-mute) !important;
}

.ml-home-intro h2.ml-home-intro__statement > span {
  color: var(--color-ink) !important;
}

[data-home-section="reference-experiences"] .ml-home-wrap,
[data-home-section="reference-seasons"] .ml-home-wrap {
  width: min(1600px, calc(100% - 80px));
}

@media (max-width: 1023px) {
  .ml-home-hero__inner,
  [data-home-section="reference-experiences"] .ml-home-wrap,
  [data-home-section="reference-seasons"] .ml-home-wrap {
    width: min(100% - 40px, 980px) !important;
  }
}

@media (max-width: 767px) {
  .ml-home-hero__inner,
  [data-home-section="reference-experiences"] .ml-home-wrap,
  [data-home-section="reference-seasons"] .ml-home-wrap {
    width: calc(100% - 32px) !important;
  }
}

/* Homepage-only reference refinements for guest voices and reserve. */
.ml-home-page [data-home-section="reference-reviews"] {
  padding: 110px 0 126px;
  background: var(--color-paper);
  border-top: 1px solid rgba(26, 24, 21, .08);
}

.ml-home-page [data-home-section="reference-reviews"] .ml-home-wrap,
.ml-home-page [data-home-section="reference-reserve"] .ml-home-map-cta {
  width: min(1440px, calc(100% - 152px)) !important;
  max-width: 1440px;
}

.ml-home-page .ml-home-reviews .ml-home-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: end;
  margin-bottom: 58px;
}

.ml-home-page .ml-home-reviews .ml-home-section-head > div {
  max-width: 760px;
}

.ml-home-page .ml-home-reviews .ml-home-section-head h2 {
  font-size: clamp(52px, 4.6vw, 72px) !important;
  line-height: .96 !important;
}

.ml-home-page .ml-home-reviews .ml-home-rating {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  justify-self: end;
  margin: 0 0 12px;
  color: var(--color-ink-soft);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .18em;
  white-space: nowrap;
}

.ml-home-page .ml-home-rating__stars,
.ml-home-page .ml-home-review-card__stars {
  color: var(--color-brass);
  letter-spacing: .11em;
}

.ml-home-page .ml-home-rating__text {
  color: var(--color-ink-soft) !important;
}

.ml-home-page .ml-home-review-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.ml-home-page .ml-home-review-grid .ml-home-review-card {
  min-height: 276px;
  justify-content: flex-start;
  padding: 28px;
  border: 1px solid rgba(26, 24, 21, .08);
  border-radius: 8px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 30px 80px -64px rgba(26, 24, 21, .32);
}

.ml-home-page .ml-home-review-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 19px;
  color: var(--color-brass);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1;
}

.ml-home-page .ml-home-review-card__top time {
  color: var(--color-ink-mute);
  font-size: 9px;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.ml-home-page .ml-home-review-card h3 {
  margin: 0 0 18px;
  color: var(--color-brass);
  font-family: var(--font-serif) !important;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.24;
}

.ml-home-page .ml-home-review-grid .ml-home-review-card > p {
  flex: 1;
  margin: 0;
  color: var(--color-ink-soft);
  font-size: 14px;
  line-height: 1.6;
}

.ml-home-page .ml-home-review-grid .ml-home-review-card footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(26, 24, 21, .1);
}

.ml-home-page .ml-home-review-grid .ml-home-review-card footer > span:first-child {
  display: grid;
  gap: 2px;
  color: var(--color-ink);
  font-size: 14px;
  font-weight: 700;
}

.ml-home-page .ml-home-review-grid .ml-home-review-card small {
  color: var(--color-ink-mute);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
}

.ml-home-page .ml-home-review-card__avatar {
  display: inline-grid !important;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  place-items: center;
  border-radius: 999px;
  background: rgba(176, 134, 74, .16);
  color: var(--color-brass) !important;
  font-family: var(--font-serif);
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1;
}

.ml-home-page [data-home-section="reference-reserve"] {
  position: relative;
  min-height: 520px;
  padding: 94px 0 106px;
  overflow: hidden;
  background: var(--color-paper);
  border-top: 1px solid rgba(26, 24, 21, .08);
  border-bottom: 1px solid rgba(26, 24, 21, .08);
}

.ml-home-page [data-home-section="reference-reserve"]::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgba(250, 247, 241, .93) 0%, rgba(244, 238, 227, .88) 100%);
  pointer-events: none;
}

.ml-home-page [data-home-section="reference-reserve"] > img {
  opacity: .24 !important;
  filter: saturate(.86) contrast(1.02);
}

.ml-home-page [data-home-section="reference-reserve"] .ml-home-map-cta {
  position: relative;
  z-index: 1;
  display: grid !important;
  grid-template-columns: minmax(0, 7fr) minmax(390px, 5fr);
  gap: clamp(48px, 5vw, 86px);
  align-items: center;
  text-align: left !important;
}

.ml-home-page .ml-home-reserve__copy {
  max-width: 640px;
  padding: 0 !important;
}

.ml-home-page .ml-home-reserve__copy h2 {
  max-width: 680px;
  font-size: clamp(50px, 4.4vw, 72px) !important;
  line-height: .98 !important;
}

.ml-home-page .ml-home-reserve__copy > p:not(.ml-home-kicker):not(.ml-home-reserve__details) {
  max-width: 620px;
  margin: 18px 0 0;
  color: var(--color-ink-soft);
  font-size: 15px;
  line-height: 1.7;
}

.ml-home-page [data-home-section="reference-reserve"] .ml-home-cta-row {
  justify-content: flex-start;
  margin-top: 25px;
}

.ml-home-page [data-home-section="reference-reserve"] .ml-home-reserve__details {
  margin-top: 20px !important;
  color: var(--color-ink-mute) !important;
  font-family: var(--font-mono);
  font-size: 10px !important;
  font-weight: 700;
  letter-spacing: .18em;
  line-height: 1.6;
  text-transform: uppercase;
}

.ml-home-page .ml-home-reserve__map-card {
  position: relative;
  min-height: 270px;
  overflow: hidden;
  border: 1px solid rgba(250, 247, 241, .82);
  border-radius: 8px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 28px 70px -52px rgba(26, 24, 21, .36);
}

.ml-home-page .ml-home-reserve__map-card iframe {
  display: block;
  min-height: 270px;
  width: 100%;
  border: 0;
  border-radius: 8px;
  background: rgba(250, 247, 241, .92);
}

.ml-home-page .ml-home-reserve__map-info {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 18px;
  background: rgba(250, 247, 241, .95);
  border-top: 1px solid rgba(26, 24, 21, .08);
  backdrop-filter: blur(12px) saturate(140%);
  -webkit-backdrop-filter: blur(12px) saturate(140%);
}

.ml-home-page .ml-home-reserve__map-info > div {
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 0;
}

.ml-home-page .ml-home-reserve__map-info i {
  color: var(--color-brass);
  font-size: 14px;
  line-height: 1;
}

.ml-home-page .ml-home-reserve__map-info span {
  display: grid;
  min-width: 0;
  color: var(--color-ink);
  font-size: 13px;
  line-height: 1.35;
}

.ml-home-page .ml-home-reserve__map-info small {
  color: var(--color-ink-mute);
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.ml-home-page .ml-home-reserve__map-info a {
  flex: 0 0 auto;
  color: var(--color-brass);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
  text-decoration: none;
  text-transform: uppercase;
}

@media (max-width: 1023px) {
  .ml-home-page [data-home-section="reference-reviews"] .ml-home-wrap,
  .ml-home-page [data-home-section="reference-reserve"] .ml-home-map-cta {
    width: min(100% - 40px, 980px) !important;
  }

  .ml-home-page .ml-home-reviews .ml-home-section-head,
  .ml-home-page [data-home-section="reference-reserve"] .ml-home-map-cta {
    grid-template-columns: 1fr;
  }

  .ml-home-page .ml-home-reviews .ml-home-rating {
    justify-self: start;
  }

  .ml-home-page .ml-home-review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .ml-home-page [data-home-section="reference-reviews"] {
    padding: 76px 0 88px;
  }

  .ml-home-page [data-home-section="reference-reviews"] .ml-home-wrap,
  .ml-home-page [data-home-section="reference-reserve"] .ml-home-map-cta {
    width: calc(100% - 32px) !important;
  }

  .ml-home-page .ml-home-reviews .ml-home-section-head {
    margin-bottom: 34px;
  }

  .ml-home-page .ml-home-reviews .ml-home-section-head h2,
  .ml-home-page .ml-home-reserve__copy h2 {
    font-size: 42px !important;
  }

  .ml-home-page .ml-home-review-grid {
    grid-template-columns: 1fr;
  }

  .ml-home-page .ml-home-review-grid .ml-home-review-card {
    min-height: 0;
  }

  .ml-home-page [data-home-section="reference-reserve"] {
    padding: 76px 0 96px;
  }

  .ml-home-page .ml-home-reserve__map-card,
  .ml-home-page .ml-home-reserve__map-card iframe {
    min-height: 250px;
  }

  .ml-home-page .ml-home-reserve__map-info {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Homepage-only follow-up refinements for reference typography and card states. */
.ml-home-page [data-home-section="reference-idea"] {
  padding: 132px 0 150px;
}

.ml-home-page [data-home-section="reference-idea"] .ml-home-wrap {
  width: min(1024px, calc(100% - 80px));
}

.ml-home-page [data-home-section="reference-idea"] .ml-home-intro {
  max-width: 1024px;
}

.ml-home-page [data-home-section="reference-idea"] .ml-home-kicker,
.ml-home-page [data-home-section="reference-overview"] .ml-home-overview__copy > .ml-home-kicker,
.ml-home-page [data-home-section="reference-quote"] .ml-home-kicker {
  margin-top: 0 !important;
  color: var(--color-brass) !important;
  font-family: var(--font-mono) !important;
  font-size: 10px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  letter-spacing: .32em !important;
  line-height: 1.5 !important;
  text-transform: uppercase;
}

.ml-home-page [data-home-section="reference-idea"] .ml-home-kicker {
  margin-bottom: 32px !important;
}

.ml-home-page [data-home-section="reference-idea"] .ml-home-intro h2.ml-home-intro__statement {
  color: var(--color-ink) !important;
  font-family: var(--font-serif) !important;
  font-size: 60px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: 1.1 !important;
}

.ml-home-page [data-home-section="reference-idea"] .ml-home-intro h2.ml-home-intro__statement em {
  color: var(--color-brass-bright) !important;
  font-style: italic !important;
  font-weight: 400 !important;
}

.ml-home-page [data-home-section="reference-idea"] .ml-home-intro h2.ml-home-intro__statement > span {
  color: var(--color-ink) !important;
  display: inline;
  font-style: normal !important;
  font-weight: 400 !important;
}

.ml-home-page [data-home-section="reference-idea"] .ml-home-stats {
  width: min(920px, 100%);
  margin: 64px auto 0;
}

.ml-home-page [data-home-section="reference-idea"] .ml-home-stats span {
  color: var(--color-brass) !important;
  font-family: var(--font-mono) !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  letter-spacing: .32em !important;
}

.ml-home-page [data-home-section="reference-idea"] .ml-home-stats strong {
  font-family: var(--font-serif) !important;
  font-size: 44px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
}

.ml-home-page [data-home-section="reference-overview"] .ml-home-overview {
  width: min(1400px, calc(100% - 80px));
  gap: 48px;
  grid-template-columns: minmax(0, 7fr) minmax(420px, 5fr);
}

.ml-home-page [data-home-section="reference-overview"] .ml-home-overview__copy > .ml-home-kicker {
  margin-bottom: 12px !important;
}

.ml-home-page [data-home-section="reference-overview"] .ml-home-overview__copy h2 {
  color: var(--color-ink) !important;
  font-family: var(--font-serif) !important;
  font-size: 48px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: 1.05 !important;
  margin-bottom: 12px !important;
}

.ml-home-page [data-home-section="reference-overview"] .ml-home-overview__copy h2 em {
  color: var(--color-brass-bright) !important;
  font-style: italic !important;
  font-weight: 400 !important;
}

.ml-home-page [data-home-section="reference-overview"] .ml-home-overview__subtitle {
  color: var(--color-ink) !important;
  font-family: var(--font-sans) !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1.45 !important;
  margin: 0 0 24px !important;
}

.ml-home-page [data-home-section="reference-overview"] .ml-home-overview__copy > p:not(.ml-home-kicker):not(.ml-home-overview__subtitle) {
  color: var(--color-ink-soft) !important;
  font-family: var(--font-sans) !important;
  font-size: 15px !important;
  line-height: 1.625 !important;
  margin: 0 0 32px !important;
}

.ml-home-page [data-home-section="reference-overview"] .ml-home-facts {
  margin: 0 0 36px;
  padding: 0 0 28px;
}

.ml-home-page [data-home-section="reference-quote"] {
  min-height: 478px;
}

.ml-home-page [data-home-section="reference-quote"] img {
  opacity: .66 !important;
  filter: saturate(.98) contrast(1.04);
}

.ml-home-page [data-home-section="reference-quote"]::after {
  background:
    linear-gradient(180deg, rgba(26, 24, 21, .32), rgba(26, 24, 21, .46)),
    linear-gradient(90deg, rgba(26, 24, 21, .18), rgba(26, 24, 21, .1));
}

.ml-home-page [data-home-section="reference-quote"] > div {
  width: min(860px, calc(100% - 48px));
}

.ml-home-page [data-home-section="reference-quote"] .ml-home-kicker {
  margin-bottom: 24px !important;
  color: var(--color-brass-bright) !important;
}

.ml-home-page [data-home-section="reference-quote"] blockquote {
  font-family: var(--font-serif) !important;
  font-size: 48px !important;
  font-style: italic !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  line-height: 1.2 !important;
}

.ml-home-page [data-home-section="reference-quote"] .ml-home-quote__caption {
  margin-top: 24px !important;
  color: rgba(250, 247, 241, .86) !important;
  font-family: var(--font-mono) !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  letter-spacing: .32em !important;
  line-height: 1.5 !important;
  text-transform: uppercase;
}

.ml-home-page [data-home-section="reference-seasons"] .ml-home-season-grid article {
  cursor: pointer;
  isolation: isolate;
  outline: none;
  transition: transform .45s ease, box-shadow .45s ease;
}

.ml-home-page [data-home-section="reference-seasons"] .ml-home-season-grid article img {
  transition: transform .75s ease, filter .75s ease, opacity .75s ease;
  will-change: transform;
}

.ml-home-page [data-home-section="reference-seasons"] .ml-home-season-grid article::after {
  transition: background .45s ease, opacity .45s ease;
}

.ml-home-page [data-home-section="reference-seasons"] .ml-home-season-card__body {
  transition: transform .45s ease;
}

.ml-home-page [data-home-section="reference-seasons"] .ml-home-season-card__top b {
  transition: background .35s ease, border-color .35s ease, color .35s ease;
}

@media (hover: hover) and (pointer: fine) {
  .ml-home-page [data-home-section="reference-seasons"] .ml-home-season-grid article:hover {
    box-shadow: 0 34px 72px -48px rgba(26, 24, 21, .55);
    transform: translateY(-6px);
    z-index: 2;
  }

  .ml-home-page [data-home-section="reference-seasons"] .ml-home-season-grid article:hover img {
    filter: saturate(1.06) contrast(1.05);
    transform: scale(1.055);
  }

  .ml-home-page [data-home-section="reference-seasons"] .ml-home-season-grid article:hover::after {
    background: linear-gradient(180deg, rgba(26, 24, 21, .02) 12%, rgba(26, 24, 21, .58) 100%);
  }

  .ml-home-page [data-home-section="reference-seasons"] .ml-home-season-grid article:hover .ml-home-season-card__body {
    transform: translateY(-8px);
  }

  .ml-home-page [data-home-section="reference-seasons"] .ml-home-season-grid article:hover .ml-home-season-card__top b {
    border-color: rgba(176, 134, 74, .72);
    background: rgba(176, 134, 74, .82);
    color: var(--color-paper);
  }
}

.ml-home-page [data-home-section="reference-seasons"] .ml-home-season-grid article:hover {
  box-shadow: 0 34px 72px -48px rgba(26, 24, 21, .55);
  transform: translateY(-6px);
  z-index: 2;
}

.ml-home-page [data-home-section="reference-seasons"] .ml-home-season-grid article:hover img {
  filter: saturate(1.06) contrast(1.05);
  transform: scale(1.055);
}

.ml-home-page [data-home-section="reference-seasons"] .ml-home-season-grid article:hover::after {
  background: linear-gradient(180deg, rgba(26, 24, 21, .02) 12%, rgba(26, 24, 21, .58) 100%);
}

.ml-home-page [data-home-section="reference-seasons"] .ml-home-season-grid article:hover .ml-home-season-card__body {
  transform: translateY(-8px);
}

.ml-home-page [data-home-section="reference-seasons"] .ml-home-season-grid article:hover .ml-home-season-card__top b {
  border-color: rgba(176, 134, 74, .72);
  background: rgba(176, 134, 74, .82);
  color: var(--color-paper);
}

.ml-home-page [data-home-section="reference-seasons"] .ml-home-season-grid article:focus-visible {
  box-shadow: 0 34px 72px -48px rgba(26, 24, 21, .55);
  outline: 2px solid var(--color-brass-bright);
  outline-offset: 4px;
  transform: translateY(-6px);
  z-index: 2;
}

.ml-home-page [data-home-section="reference-seasons"] .ml-home-season-grid article:focus-visible img {
  filter: saturate(1.06) contrast(1.05);
  transform: scale(1.055);
}

.ml-home-page [data-home-section="reference-seasons"] .ml-home-season-grid article:focus-visible::after {
  background: linear-gradient(180deg, rgba(26, 24, 21, .02) 12%, rgba(26, 24, 21, .58) 100%);
}

.ml-home-page [data-home-section="reference-seasons"] .ml-home-season-grid article:focus-visible .ml-home-season-card__body {
  transform: translateY(-8px);
}

.ml-home-page [data-home-section="reference-seasons"] .ml-home-season-grid article:focus-visible .ml-home-season-card__top b {
  border-color: rgba(176, 134, 74, .72);
  background: rgba(176, 134, 74, .82);
  color: var(--color-paper);
}

.ml-home-page .ml-home-reviews .ml-home-rating {
  color: var(--color-ink-soft);
  font-family: var(--font-mono) !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  letter-spacing: .2em !important;
}

.ml-home-page .ml-home-rating__stars {
  color: var(--color-brass-bright) !important;
  letter-spacing: .12em !important;
}

.ml-home-page .ml-home-review-card__top {
  font-weight: 400 !important;
}

.ml-home-page [data-home-section="reference-reserve"] {
  min-height: 520px;
  padding: 96px 0 104px;
}

.ml-home-page [data-home-section="reference-reserve"] .ml-home-map-cta {
  width: min(1400px, calc(100% - 80px)) !important;
  gap: 72px;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 497px);
}

.ml-home-page .ml-home-reserve__copy h2 {
  font-family: var(--font-serif) !important;
  font-size: 60px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: .98 !important;
}

.ml-home-page .ml-home-reserve__copy h2 em {
  color: var(--color-brass-bright) !important;
  font-style: italic !important;
  font-weight: 400 !important;
}

.ml-home-page [data-home-section="reference-reserve"] .ml-home-reserve__map-card,
.ml-home-page [data-home-section="reference-reserve"] .ml-home-reserve__map-card iframe {
  min-height: 300px;
}

@media (max-width: 1023px) {
  .ml-home-page [data-home-section="reference-idea"] {
    padding: 104px 0 116px;
  }

  .ml-home-page [data-home-section="reference-idea"] .ml-home-wrap,
  .ml-home-page [data-home-section="reference-overview"] .ml-home-overview,
  .ml-home-page [data-home-section="reference-reserve"] .ml-home-map-cta {
    width: min(100% - 40px, 980px) !important;
  }

  .ml-home-page [data-home-section="reference-idea"] .ml-home-intro h2.ml-home-intro__statement {
    font-size: 50px !important;
  }

  .ml-home-page [data-home-section="reference-overview"] .ml-home-overview {
    grid-template-columns: 1fr;
  }

  .ml-home-page [data-home-section="reference-overview"] .ml-home-overview__copy h2 {
    font-size: 42px !important;
  }

  .ml-home-page [data-home-section="reference-quote"] blockquote {
    font-size: 40px !important;
  }

  .ml-home-page [data-home-section="reference-reserve"] .ml-home-map-cta {
    grid-template-columns: 1fr;
  }

  .ml-home-page .ml-home-reserve__copy h2 {
    font-size: 48px !important;
  }
}

@media (max-width: 767px) {
  .ml-home-page [data-home-section="reference-idea"] {
    padding: 82px 0 92px;
  }

  .ml-home-page [data-home-section="reference-idea"] .ml-home-wrap,
  .ml-home-page [data-home-section="reference-overview"] .ml-home-overview,
  .ml-home-page [data-home-section="reference-reserve"] .ml-home-map-cta {
    width: calc(100% - 32px) !important;
  }

  .ml-home-page [data-home-section="reference-idea"] .ml-home-intro h2.ml-home-intro__statement {
    font-size: 37px !important;
    line-height: 1.12 !important;
  }

  .ml-home-page [data-home-section="reference-idea"] .ml-home-stats {
    margin-top: 42px;
  }

  .ml-home-page [data-home-section="reference-overview"] .ml-home-overview__copy h2,
  .ml-home-page .ml-home-reserve__copy h2 {
    font-size: 40px !important;
  }

  .ml-home-page [data-home-section="reference-quote"] {
    min-height: 440px;
  }

  .ml-home-page [data-home-section="reference-quote"] blockquote {
    font-size: 34px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ml-home-page [data-home-section="reference-seasons"] .ml-home-season-grid article,
  .ml-home-page [data-home-section="reference-seasons"] .ml-home-season-grid article img,
  .ml-home-page [data-home-section="reference-seasons"] .ml-home-season-grid article video,
  .ml-home-page [data-home-section="reference-seasons"] .ml-home-season-grid article::after,
  .ml-home-page [data-home-section="reference-seasons"] .ml-home-season-card__body,
  .ml-home-page [data-home-section="reference-seasons"] .ml-home-season-card__top b {
    transition: none !important;
  }

  .ml-home-page [data-home-section="reference-seasons"] .ml-home-season-grid article:hover,
  .ml-home-page [data-home-section="reference-seasons"] .ml-home-season-grid article:focus-visible,
  .ml-home-page [data-home-section="reference-seasons"] .ml-home-season-grid article:hover img,
  .ml-home-page [data-home-section="reference-seasons"] .ml-home-season-grid article:focus-visible img,
  .ml-home-page [data-home-section="reference-seasons"] .ml-home-season-grid article:hover video,
  .ml-home-page [data-home-section="reference-seasons"] .ml-home-season-grid article:focus-visible video,
  .ml-home-page [data-home-section="reference-seasons"] .ml-home-season-grid article:hover .ml-home-season-card__body,
  .ml-home-page [data-home-section="reference-seasons"] .ml-home-season-grid article:focus-visible .ml-home-season-card__body {
    transform: none !important;
  }
}

/* CMS optional video media support. */
.inner-banner__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}

.inner-banner .overlay {
  z-index: 1;
}

.inner-banner .container {
  position: relative;
  z-index: 2;
}

.page-hero__media video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.ml-home-page .ml-home-overview__main > video,
.ml-home-page .ml-home-overview__thumbs video,
.ml-home-page .ml-home-image-card video,
.ml-home-page .ml-home-season-grid video,
.ml-home-page .ml-home-quote > video,
.ml-home-page .ml-home-reserve > video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.ml-home-page .ml-home-overview__main > video {
  aspect-ratio: 16 / 10;
  border-radius: 8px;
  box-shadow: 0 28px 72px -42px rgba(26, 24, 21, .45);
}

.ml-home-page .ml-home-overview__thumbs video {
  aspect-ratio: 16 / 9;
  border-radius: 4px;
}

.ml-home-page .ml-home-image-card video {
  transition: transform .7s ease;
}

.ml-home-page .ml-home-image-card:hover video,
.ml-home-page .ml-home-image-card:focus-visible video,
.ml-home-page [data-home-section="reference-seasons"] .ml-home-season-grid article:hover video,
.ml-home-page [data-home-section="reference-seasons"] .ml-home-season-grid article:focus-visible video {
  transform: scale(1.04);
}

.ml-home-page .ml-home-quote > video {
  position: absolute;
  inset: 0;
  opacity: .64;
  filter: saturate(.95) contrast(1.04);
}

.ml-home-page .ml-home-reserve > video {
  position: absolute;
  inset: 0;
  opacity: .12;
  filter: grayscale(.2);
}

.ml-home-lightbox__figure video {
  width: 100%;
  max-height: min(650px, calc(100vh - 148px));
  object-fit: contain;
  background: #000;
  box-shadow: 0 34px 90px -42px rgba(26, 24, 21, .55);
}

.ml-home-page .ml-home.ml-home-reveal-ready [data-ml-home-reveal] {
  opacity: 0;
  transform: translate3d(0, 32px, 0);
  transition:
    opacity .76s cubic-bezier(.22, 1, .36, 1),
    transform .76s cubic-bezier(.22, 1, .36, 1);
  will-change: opacity, transform;
}

.ml-home-page .ml-home.ml-home-reveal-ready [data-ml-home-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
  .ml-home-page .ml-home.ml-home-reveal-ready [data-ml-home-reveal] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
