﻿/* Magic Vacation / Iriana — synced from design/site/assets/css (base + pages)
   Source of truth for homepage + internal pages built with design/site.
*/
:root {
  --ivory: #f7f3ea;
  --cream: #efe7d8;
  --ink: #15120f;
  --charcoal: #1c1915;
  --muted: #6d6458;
  --forest: #2f3d32;
  --forest-deep: #243028;
  --gold: #c4a35a;
  --gold-soft: #d8bf86;
  --line: rgba(21, 18, 15, 0.12);
  --glass: rgba(28, 25, 21, 0.72);
  --radius: 2px;
  --header-h: 4.5rem;
  --font-display: "Cormorant Garamond", "Times New Roman", serif;
  --font-body: "Jost", "Segoe UI", sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --max: 72rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.client-theme-iriana {
  margin: 0;
  color: var(--ink);
  background: var(--ivory);
  font-family: var(--font-body);
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0.01em;
}

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

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

button,
input,
select {
  font: inherit;
}

h1,
h2,
h3,
h4 {
  font-family: var(--font-display);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin: 0;
}

h1 {
  font-size: clamp(2.8rem, 7vw, 5.4rem);
}

h2 {
  font-size: clamp(2.1rem, 4.5vw, 3.6rem);
}

h3 {
  font-size: clamp(1.4rem, 2.4vw, 2rem);
}

p {
  margin: 0;
}

em {
  font-style: italic;
  color: var(--gold);
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  background: var(--ink);
  color: var(--ivory);
  padding: 0.6rem 1rem;
  z-index: 10000;
}

.skip-link:focus {
  top: 1rem;
}

.eyebrow {
  margin: 0 0 0.85rem;
  font-size: 0.68rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold-soft);
}

.section-pad {
  padding: clamp(3.5rem, 8vw, 6.5rem) clamp(1.25rem, 4vw, 3rem);
}

.wrap {
  width: min(100%, var(--max));
  margin-inline: auto;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 2.85rem;
  padding: 0.7rem 1.35rem;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition: transform 180ms var(--ease), background 180ms var(--ease),
    color 180ms var(--ease), border-color 180ms var(--ease);
}

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

.button-gold {
  background: var(--gold);
  color: var(--ink);
}

.button-gold:hover {
  background: var(--gold-soft);
}

.button-ghost {
  border-color: rgba(247, 243, 234, 0.45);
  color: var(--ivory);
  background: transparent;
}

.button-dark {
  background: var(--forest);
  color: var(--ivory);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0 clamp(1rem, 3vw, 2rem);
  color: var(--ivory);
  background: transparent;
  transition: color 280ms var(--ease);
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(21, 18, 15, 0.55), rgba(21, 18, 15, 0));
  transition: background 280ms var(--ease), backdrop-filter 280ms var(--ease);
}

.site-header.is-scrolled::before {
  background: rgba(28, 25, 21, 0.94);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06);
}

.site-header > * {
  position: relative;
  z-index: 1;
}

body.client-theme-iriana .site-header:not(.is-scrolled) {
  /* gradient lives on ::before */
  background: transparent;
}

.site-header.is-scrolled,
body.client-theme-iriana .site-header.is-scrolled {
  color: var(--ivory);
}

/* Kill Bootstrap link/button bleed inside the marketing header */
body.client-theme-iriana .site-header a,
body.client-theme-iriana .site-header button {
  color: inherit;
  text-decoration: none;
  box-shadow: none;
}

body.client-theme-iriana .site-header .site-nav > a,
body.client-theme-iriana .site-header .has-dropdown > button {
  font-size: 0.65rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.9;
  white-space: nowrap;
  background: transparent;
  border: 0;
  padding: 0;
  line-height: 1.2;
}

body.client-theme-iriana .site-header .site-nav > a[aria-current="page"],
body.client-theme-iriana .site-header .site-nav > a:hover,
body.client-theme-iriana .site-header .has-dropdown > button:hover {
  opacity: 1;
  color: var(--gold-soft) !important;
}

body.client-theme-iriana .site-header .header-cta {
  flex: 0 0 auto;
  min-height: 2.6rem;
  padding: 0.55rem 1.1rem;
  background: var(--gold) !important;
  color: var(--ink) !important;
  border: 0 !important;
  border-radius: var(--radius);
}

body.client-theme-iriana .site-header .header-cta:hover {
  background: var(--gold-soft) !important;
  color: var(--ink) !important;
}

.site-brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  min-width: 0;
  flex: 0 1 auto;
  color: inherit;
}

.site-brand img {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  object-fit: cover;
  flex: 0 0 auto;
}

.site-brand strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: inherit;
}

.site-brand small {
  display: block;
  margin-top: 0.1rem;
  font-size: 0.58rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.72;
  color: inherit;
}

.nav-toggle {
  display: none;
  width: 2.5rem;
  height: 2.5rem;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 1.2rem;
  height: 1px;
  margin: 0.35rem auto;
  background: currentColor;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  gap: clamp(0.55rem, 1.2vw, 1.25rem);
  min-width: 0;
}

.site-nav a {
  font-size: 0.65rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.88;
}

.site-nav a[aria-current="page"],
.site-nav a:hover {
  opacity: 1;
  color: var(--gold-soft);
}

.header-cta {
  flex-shrink: 0;
}

.has-dropdown {
  position: relative;
}

.has-dropdown > button {
  border: 0;
  background: transparent;
  color: inherit;
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  cursor: pointer;
  opacity: 0.88;
  padding: 0;
}

.dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 0.85rem);
  left: 0;
  min-width: 12rem;
  padding: 0.7rem;
  background: rgba(28, 25, 21, 0.96);
  border: 1px solid rgba(247, 243, 234, 0.08);
}

.has-dropdown:focus-within .dropdown,
.has-dropdown:hover .dropdown {
  display: grid;
  gap: 0.45rem;
}

.dropdown a {
  padding: 0.35rem 0.4rem;
}

.site-footer {
  background: var(--charcoal);
  color: rgba(247, 243, 234, 0.82);
  padding: 3.5rem clamp(1.25rem, 4vw, 3rem) 2rem;
}

.footer-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
}

.site-footer h4 {
  margin-bottom: 1rem;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-soft);
}

.site-footer a {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 0.92rem;
}

.site-footer a:hover {
  color: var(--ivory);
}

.footer-brand p {
  margin-top: 0.85rem;
  max-width: 22rem;
  color: rgba(247, 243, 234, 0.65);
  font-size: 0.95rem;
}

.footer-bottom {
  margin-top: 2.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(247, 243, 234, 0.1);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  font-size: 0.85rem;
  color: rgba(247, 243, 234, 0.55);
}

/* Visible by default so content never blanks if JS fails.
   Animation only engages after html.js-reveal is set by site.js. */
.reveal {
  opacity: 1;
  transform: none;
  transition: opacity 0.95s var(--ease), transform 0.95s var(--ease);
  will-change: opacity, transform;
}

html.js-reveal .reveal:not(.is-visible) {
  opacity: 0;
  transform: translateY(36px);
}

html.js-reveal .reveal.is-visible {
  opacity: 1;
  transform: none;
}

.reveal-delay-1 {
  transition-delay: 0.12s;
}
.reveal-delay-2 {
  transition-delay: 0.24s;
}
.reveal-delay-3 {
  transition-delay: 0.36s;
}

@media (prefers-reduced-motion: reduce) {
  .reveal,
  html.js-reveal .reveal,
  html.js-reveal .reveal:not(.is-visible) {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    will-change: auto;
  }
}

@media (max-width: 1100px) {
  .nav-toggle {
    display: inline-block;
    order: 2;
  }

  .header-cta {
    order: 1;
    margin-left: auto;
  }

  .site-nav {
    display: none;
    position: absolute;
    inset: var(--header-h) 0 auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.25rem;
    background: rgba(28, 25, 21, 0.97);
  }

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

  .has-dropdown .dropdown {
    position: static;
    display: grid;
    margin-top: 0.5rem;
    background: transparent;
    border: 0;
    padding: 0 0 0 0.5rem;
  }
}

@media (max-width: 980px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .site-brand small {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}


/* ---- pages.css ---- */
.page-hero {
  position: relative;
  min-height: 72vh;
  display: grid;
  align-items: end;
  color: var(--ivory);
  background: var(--charcoal) center / cover no-repeat;
  padding: calc(var(--header-h) + 3rem) clamp(1.25rem, 4vw, 3rem) 3.5rem;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(21, 18, 15, 0.2) 0%,
    rgba(21, 18, 15, 0.35) 45%,
    rgba(21, 18, 15, 0.62) 100%
  );
}

.page-hero.home-hero::before {
  display: none;
}

.page-hero > *:not(.home-hero-video):not(.home-hero-scrim) {
  position: relative;
  z-index: 1;
}

.home-hero {
  min-height: calc(100dvh - 5.5rem);
  align-items: end;
  align-content: end;
  padding-top: calc(var(--header-h) + 1.5rem);
  padding-bottom: 2.25rem;
  display: grid;
  justify-items: start;
  gap: 0;
}

.home-hero-copy {
  position: relative;
  z-index: 2;
  width: min(100%, 40rem);
  margin-bottom: 0;
}

.home-hero-booking {
  position: relative;
  z-index: 3;
  width: min(100%, 64rem);
  margin: 1.25rem 0 0 !important;
  justify-self: stretch;
  max-width: 64rem;
}

.home-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  background: var(--charcoal);
}

.home-hero-scrim {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(21, 18, 15, 0.28) 0%,
    rgba(21, 18, 15, 0.42) 45%,
    rgba(21, 18, 15, 0.72) 100%
  );
}

.home-hero-copy p.lead {
  margin: 1.1rem 0 1.75rem;
  max-width: 32rem;
  font-size: 1.08rem;
  color: rgba(247, 243, 234, 0.88);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}

.booking-bar {
  position: relative;
  z-index: 5;
  width: min(100% - 2rem, 64rem);
  margin: -1.25rem auto 1.25rem;
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr 1fr auto;
  gap: 0.75rem;
  align-items: end;
  padding: 1rem 1.1rem;
  background: rgba(28, 25, 21, 0.92);
  backdrop-filter: blur(14px);
  color: var(--ivory);
  border: 1px solid rgba(247, 243, 234, 0.08);
}

.booking-bar label {
  display: grid;
  gap: 0.35rem;
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(247, 243, 234, 0.65);
}

.booking-bar input,
.booking-bar select {
  width: 100%;
  min-height: 2.5rem;
  border: 0;
  border-bottom: 1px solid rgba(247, 243, 234, 0.2);
  background: transparent;
  color: var(--ivory);
  outline: none;
}

.booking-bar option {
  color: var(--ink);
}

.booking-bar .button {
  align-self: end;
  white-space: nowrap;
  min-height: 2.85rem;
}

.booking-error {
  grid-column: 1 / -1;
  margin: 0;
  color: #ffb4a2;
  font-size: 0.85rem;
  min-height: 0;
}

.booking-error:empty {
  display: none;
}

.fact-ticker {
  overflow: hidden;
  background: var(--gold);
  color: var(--ink);
  padding: 0.85rem 0;
}

.fact-ticker-track {
  display: flex;
  gap: 0;
  width: max-content;
  animation: marquee 28s linear infinite;
}

.fact-ticker-track span {
  padding: 0 2.2rem;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.fact-ticker-track i {
  font-style: normal;
  opacity: 0.45;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.pillar-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.15rem;
  margin-top: 2.25rem;
}

.arrive-intro {
  max-width: 36rem;
}

.arrive-intro h2 {
  margin-top: 0.35rem;
}

.pillar-card {
  position: relative;
  min-height: 28rem;
  overflow: hidden;
  color: var(--ivory);
  background: var(--charcoal) center / cover no-repeat;
  text-decoration: none;
  transition: transform 0.45s var(--ease), box-shadow 0.45s var(--ease);
}

.pillar-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(21, 18, 15, 0.18);
}

.pillar-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(21, 18, 15, 0.08) 10%,
    rgba(21, 18, 15, 0.35) 45%,
    rgba(21, 18, 15, 0.88) 100%
  );
  transition: opacity 0.45s var(--ease);
}

.pillar-card:hover::before {
  opacity: 0.92;
}

.pillar-card > * {
  position: relative;
  z-index: 1;
}

.pillar-card .inner {
  position: absolute;
  inset: auto 1.35rem 1.4rem;
  display: grid;
  gap: 0.55rem;
}

.pillar-card .pillar-index {
  margin: 0;
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
}

.pillar-card h3 {
  margin: 0;
  font-size: clamp(1.7rem, 2.4vw, 2.15rem);
  color: var(--ivory);
}

.pillar-card p {
  margin: 0;
  max-width: 18rem;
  color: rgba(247, 243, 234, 0.86);
  font-size: 0.98rem;
  line-height: 1.45;
}

.pillar-card .text-link {
  margin-top: 0.35rem;
  color: var(--gold-soft);
}

.contact-layout {
  align-items: start;
}

.contact-layout .contact-form {
  align-self: stretch;
}

.property-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}

.property-card {
  display: grid;
  background: #fff;
  border: 1px solid var(--line);
}

.property-card img {
  aspect-ratio: 4 / 3;
  width: 100%;
  object-fit: cover;
  transition: transform 650ms var(--ease), filter 650ms var(--ease);
}

.property-card > a {
  display: block;
  overflow: hidden;
}

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

.property-card .body {
  padding: 1.2rem 1.25rem 1.4rem;
}

.property-card .meta {
  margin: 0.45rem 0 0.85rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.property-card .facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--forest);
}

.property-card .facts li {
  border: 1px solid var(--line);
  padding: 0.3rem 0.55rem;
}

.property-card .rate {
  margin-bottom: 1rem;
  font-family: var(--font-display);
  font-size: 1.35rem;
}

.magazine-panel {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  align-items: center;
  color: var(--ivory);
  overflow: hidden;
  background-color: var(--charcoal);
}

.magazine-panel .venue-card {
  justify-self: end;
}

.magazine-panel.left .venue-card {
  justify-self: start;
}

.magazine-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-position: var(--panel-position, center);
  background-size: cover;
  background-attachment: scroll;
}

.magazine-overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(21, 18, 15, 0.15),
    rgba(21, 18, 15, 0.55)
  );
}

.magazine-panel.left .magazine-overlay {
  background: linear-gradient(
    90deg,
    rgba(21, 18, 15, 0.55),
    rgba(21, 18, 15, 0.15)
  );
}

.venue-card {
  position: relative;
  z-index: 1;
  width: min(100% - 2rem, 28rem);
  margin: 0 clamp(1.25rem, 6vw, 5rem);
  padding: 1.6rem 1.5rem 1.7rem;
  background: rgba(28, 25, 21, 0.78);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(247, 243, 234, 0.08);
}

.venue-card .venue-index {
  margin-bottom: 0.7rem;
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
}

.venue-card p {
  margin: 0.85rem 0 1.1rem;
  color: rgba(247, 243, 234, 0.86);
}

.venue-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0 0 1.2rem;
  padding: 0;
  list-style: none;
}

.venue-card li {
  border: 1px solid rgba(247, 243, 234, 0.28);
  padding: 0.35rem 0.55rem;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
}

.split img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.muted {
  color: var(--muted);
}

.lead {
  font-size: 1.08rem;
}

.stack > * + * {
  margin-top: 1rem;
}

.faq details {
  border-top: 1px solid var(--line);
  padding: 1rem 0;
}

.faq details:last-child {
  border-bottom: 1px solid var(--line);
}

.faq summary {
  cursor: pointer;
  font-family: var(--font-display);
  font-size: 1.25rem;
}

.faq p {
  margin-top: 0.7rem;
  color: var(--muted);
}

.contact-form {
  display: grid;
  gap: 0.9rem;
  padding: 1.5rem;
  background: #fff;
  border: 1px solid var(--line);
}

.contact-form label {
  display: grid;
  gap: 0.35rem;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  min-height: 2.7rem;
  border: 1px solid var(--line);
  background: var(--ivory);
  padding: 0.65rem 0.8rem;
  color: var(--ink);
}

.contact-form textarea {
  min-height: 8rem;
  resize: vertical;
}

.cabin-hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.25rem;
}

.cabin-hero-facts span {
  border: 1px solid rgba(247, 243, 234, 0.3);
  padding: 0.4rem 0.65rem;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* Reference-inspired homepage rebuild */
.home-reference {
  background: var(--ivory);
}

.home-reference .section-pad {
  padding-block: clamp(4rem, 9vw, 7.25rem);
}

.home-ref-hero {
  grid-template-columns: minmax(0, 1fr) minmax(15rem, 22rem);
  align-items: end;
  column-gap: clamp(1rem, 5vw, 5rem);
}

.home-ref-hero .home-hero-copy {
  grid-column: 1;
  width: min(100%, 44rem);
}

.home-ref-hero .home-hero-copy h1 {
  max-width: 11ch;
}

.hero-mini-card {
  grid-column: 2;
  align-self: end;
  margin-bottom: 1.1rem;
  padding: 1rem;
  color: var(--ivory);
  background: rgba(28, 25, 21, 0.62);
  border: 1px solid rgba(247, 243, 234, 0.14);
  backdrop-filter: blur(14px);
}

.hero-mini-card span {
  display: block;
  margin-bottom: 0.55rem;
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-soft);
}

.hero-mini-card p {
  color: rgba(247, 243, 234, 0.86);
  font-size: 0.95rem;
  line-height: 1.45;
}

.home-ref-hero .home-hero-booking {
  grid-column: 1 / -1;
  align-self: end;
}

.home-intro-section {
  background: var(--cream);
}

.home-intro-grid {
  display: grid;
  grid-template-columns: minmax(15rem, 0.78fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(2rem, 7vw, 6rem);
}

.home-polaroid {
  margin: 0;
  padding: 0.75rem 0.75rem 1rem;
  background: #fff;
  border: 1px solid rgba(21, 18, 15, 0.08);
  box-shadow: 0 1.25rem 3rem rgba(21, 18, 15, 0.12);
  transform: rotate(-2deg);
}

.home-polaroid img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.home-polaroid figcaption {
  margin-top: 0.75rem;
  color: var(--muted);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-intro-copy {
  max-width: 38rem;
}

.home-check-list {
  display: grid;
  gap: 0.65rem;
  margin: 1.2rem 0 0;
  padding: 0;
  list-style: none;
}

.home-check-list li {
  position: relative;
  padding-left: 1.4rem;
  color: var(--forest);
}

.home-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 0.62rem;
  height: 1px;
  background: var(--gold);
}

.home-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(14rem, 24rem);
  gap: clamp(1.25rem, 4vw, 3rem);
  align-items: end;
  margin-bottom: clamp(2rem, 5vw, 3.5rem);
}

.home-section-heading .muted,
.home-section-heading > p {
  max-width: 24rem;
  justify-self: end;
}

.destination-section,
.featured-stays-section,
.venues-section,
.latest-section {
  background: #fff;
}

.destination-grid,
.venue-teaser-grid,
.latest-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.1rem;
}

.destination-card,
.venue-teaser-card,
.latest-card {
  display: grid;
  color: inherit;
  text-decoration: none;
}

.destination-card img,
.venue-teaser-card img,
.latest-card img {
  width: 100%;
  object-fit: cover;
  transition: transform 0.45s var(--ease), filter 0.45s var(--ease);
}

.destination-card:hover img,
.venue-teaser-card:hover img,
.latest-card:hover img {
  transform: translateY(-4px);
  filter: saturate(1.05);
}

.destination-card {
  position: relative;
  gap: 0.65rem;
}

.destination-card img {
  aspect-ratio: 4 / 5;
}

.destination-card span {
  margin-top: 0.95rem;
  color: var(--gold);
  font-size: 0.68rem;
  letter-spacing: 0.2em;
}

.destination-card p,
.latest-card p {
  color: var(--muted);
}

.home-band {
  color: var(--ivory);
  background: #1f3a52;
}

.home-band .lead {
  color: rgba(247, 243, 234, 0.82);
}

.home-band-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: start;
}

.home-band-grid .mini-card-row {
  grid-column: 1 / -1;
}

.mini-card-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.mini-image-card {
  position: relative;
  min-height: 16rem;
  overflow: hidden;
  color: var(--ivory);
}

.mini-image-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mini-image-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(21, 18, 15, 0.72));
}

.mini-image-card span {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 1;
  font-family: var(--font-display);
  font-size: 1.7rem;
}

.home-property-grid {
  grid-template-columns: repeat(3, 1fr);
}

.home-property-grid .property-card {
  border: 0;
  box-shadow: 0 1rem 2.4rem rgba(21, 18, 15, 0.08);
}

.home-property-grid .property-card img {
  aspect-ratio: 5 / 4;
}

.home-story-section {
  background: var(--cream);
}

.home-story-split {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1fr);
}

.home-layered-media {
  position: relative;
  min-height: clamp(26rem, 48vw, 42rem);
}

.home-layered-media img {
  position: absolute;
  object-fit: cover;
  box-shadow: 0 1.25rem 3rem rgba(21, 18, 15, 0.14);
}

.home-layered-media .home-layered-main {
  left: 0;
  top: 0;
  width: 78%;
  height: 88%;
}

.home-layered-media .home-layered-accent {
  right: 0;
  bottom: 0;
  width: 46%;
  height: 48%;
  border: 0.55rem solid var(--cream);
}

.venue-teaser-card {
  position: relative;
  min-height: 29rem;
  overflow: hidden;
  align-items: end;
  padding: 1.15rem;
  color: var(--ivory);
  background: var(--charcoal);
}

.venue-teaser-card img {
  position: absolute;
  inset: 0;
  height: 100%;
  z-index: 0;
}

.venue-teaser-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(21, 18, 15, 0.08), rgba(21, 18, 15, 0.82));
}

.venue-teaser-card div {
  position: relative;
  z-index: 2;
}

.venue-teaser-card span {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--gold-soft);
  font-size: 0.64rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.venue-teaser-card p {
  margin-top: 0.65rem;
  color: rgba(247, 243, 234, 0.84);
}

.service-section {
  background: var(--ivory);
}

.service-card-stack {
  display: grid;
  gap: 0.9rem;
}

.service-mini-card {
  display: grid;
  grid-template-columns: 8rem minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  padding: 0.8rem;
  background: #fff;
  border: 1px solid var(--line);
}

.service-mini-card img {
  width: 100%;
  aspect-ratio: 1 / 0.82;
  object-fit: cover;
}

.service-mini-card h3 {
  font-size: clamp(1.25rem, 2vw, 1.65rem);
}

.service-mini-card p {
  margin-top: 0.4rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.home-testimonial-band {
  color: var(--ivory);
  background: var(--forest-deep);
}

.home-testimonial-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
  gap: clamp(2rem, 6vw, 5rem);
}

.home-testimonial-band h2 {
  color: inherit;
}

.review-stack {
  display: grid;
  gap: 1rem;
}

.review-stack blockquote {
  margin: 0;
  padding: 1.25rem 1.3rem;
  background: rgba(247, 243, 234, 0.06);
  border: 1px solid rgba(247, 243, 234, 0.1);
}

.review-stack p {
  color: rgba(247, 243, 234, 0.86);
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 3vw, 1.9rem);
  line-height: 1.18;
}

.review-stack cite {
  display: block;
  margin-top: 1rem;
  color: var(--gold-soft);
  font-size: 0.68rem;
  font-style: normal;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.latest-card {
  gap: 0.55rem;
}

.latest-card img {
  aspect-ratio: 4 / 5;
  margin-bottom: 0.65rem;
}

.home-closing-cta {
  color: var(--ivory);
  background: #123820;
}

.home-closing-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(16rem, 28rem);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: end;
}

.home-closing-cta .lead,
.home-closing-cta .text-link {
  color: rgba(247, 243, 234, 0.84);
}

.home-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  margin: 0;
}

.home-stat-grid div {
  padding-top: 1rem;
  border-top: 1px solid rgba(247, 243, 234, 0.22);
}

.home-stat-grid dt {
  color: var(--gold-soft);
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1;
}

.home-stat-grid dd {
  margin: 0.5rem 0 0;
  color: rgba(247, 243, 234, 0.74);
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .home-ref-hero,
  .home-intro-grid,
  .home-section-heading,
  .home-band-grid,
  .home-story-split,
  .home-testimonial-grid,
  .home-closing-grid {
    grid-template-columns: 1fr;
  }

  .hero-mini-card {
    grid-column: 1;
    width: min(100%, 26rem);
  }

  .home-section-heading .muted,
  .home-section-heading > p {
    justify-self: start;
  }

  .destination-grid,
  .venue-teaser-grid,
  .latest-card-grid,
  .home-property-grid,
  .mini-card-row {
    grid-template-columns: 1fr;
  }

  .home-layered-media {
    min-height: 32rem;
  }
}

@media (max-width: 640px) {
  .hero-mini-card {
    display: none;
  }

  .home-polaroid {
    transform: none;
  }

  .service-mini-card,
  .home-stat-grid {
    grid-template-columns: 1fr;
  }

  .home-layered-media {
    min-height: 25rem;
  }

  .home-layered-media .home-layered-main {
    width: 86%;
    height: 82%;
  }

  .home-layered-media .home-layered-accent {
    width: 52%;
    height: 42%;
  }
}

/* Homepage match for the localhost:3000 reference build */
body.client-theme-iriana.page-home {
  background: #f3efe5;
}

body.client-theme-iriana.page-home > .site-footer,
body.client-theme-iriana.page-home > .sticky-mobile-cta {
  display: none;
}

.home-page {
  --home-ink: #171812;
  --home-cream: #f3efe5;
  --home-paper: #fbf8f1;
  --home-gold: #d1a447;
  --home-gold-deep: #b8872d;
  --home-pine: #2e4635;
  --home-white: #fffdf8;
  background: var(--home-cream);
  color: var(--home-ink);
  overflow: hidden;
}

.home-page h1,
.home-page h2,
.home-page h3 {
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: -0.055em;
}

.home-page em {
  color: var(--home-gold);
  display: block;
  font-style: italic;
  font-weight: 400;
}

.home-page .home-hero {
  min-height: 100svh;
  padding: clamp(7.5rem, 13vw, 10rem) 7vw 8.5rem;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  color: var(--home-white);
  background: #11120e;
}

.home-page .home-hero-media,
.home-page .home-hero-scrim,
.home-page .home-hero-media img,
.home-page .home-hero-media video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.home-page .home-hero-media img,
.home-page .home-hero-media video {
  object-fit: cover;
}

.home-page .home-hero-video {
  opacity: 0;
  transition: opacity 600ms var(--ease);
}

.home-page .home-hero-video[data-loaded="1"] {
  opacity: 1;
}

.home-page .home-hero-scrim {
  background:
    linear-gradient(90deg, rgba(14, 14, 10, 0.76) 0%, rgba(14, 14, 10, 0.3) 52%, rgba(14, 14, 10, 0.18) 100%),
    linear-gradient(0deg, rgba(14, 14, 10, 0.62) 0%, transparent 48%);
  pointer-events: none;
  z-index: 1;
}

.home-page .home-hero-copy {
  max-width: 55rem;
  position: relative;
  z-index: 2;
}

.home-page .home-kicker,
.home-page .home-section-label {
  color: var(--home-gold);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.home-page .home-hero h1 {
  color: var(--home-white);
  font-size: clamp(4rem, 8.2vw, 8.1rem);
  line-height: 0.82;
  margin: 1.6rem 0 2rem;
  max-width: 60rem;
}

.home-page .home-hero-copy > p:last-child {
  color: rgba(255, 253, 248, 0.86);
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 1.6vw, 1.56rem);
  line-height: 1.45;
  max-width: 39rem;
}

.home-page .home-search {
  position: absolute;
  left: 50%;
  bottom: 1.8rem;
  z-index: 3;
  width: min(88rem, calc(100% - 3rem));
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr 0.8fr auto;
  gap: 1px;
  background: rgba(255, 253, 248, 0.94);
  box-shadow: 0 1.4rem 3.2rem rgba(0, 0, 0, 0.24);
}

.home-page .home-search > label {
  display: grid;
  gap: 0.35rem;
  padding: 1rem;
  border-right: 1px solid rgba(23, 24, 18, 0.12);
}

.home-page .home-search label > span {
  color: rgba(23, 24, 18, 0.54);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.home-page .home-search input,
.home-page .home-search select {
  border: 0;
  background: transparent;
  color: var(--home-ink);
  min-height: 2rem;
  outline: none;
}

.home-page .home-search-submit {
  border: 0;
  background: var(--home-gold);
  color: var(--home-ink);
  cursor: pointer;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  padding: 1rem 1.25rem;
  text-transform: uppercase;
}

.home-page .home-search-error {
  grid-column: 1 / -1;
  margin: 0;
  padding: 0 1rem 0.75rem;
  color: #9d2f1f;
  font-size: 0.85rem;
}

.home-page .home-search-error:empty {
  display: none;
}

.home-page .home-direct-proof {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1rem, 4vw, 3rem);
  min-height: 8.8rem;
  padding: 1.5rem 5vw;
  background: var(--home-paper);
  border-bottom: 1px solid rgba(23, 24, 18, 0.08);
  text-align: center;
}

.home-page .home-direct-proof strong {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2.35rem);
  font-weight: 400;
}

.home-page .home-direct-proof span {
  max-width: 24rem;
  color: rgba(23, 24, 18, 0.68);
}

.home-page .home-section {
  padding: clamp(5.5rem, 10vw, 8.2rem) 7vw;
}

.home-page .home-lead {
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  line-height: 1.48;
}

.home-page .home-text-link,
.home-page .home-outline-button,
.home-page .home-solid-button,
.home-page .home-light-button,
.home-page .home-property-link,
.home-page .home-service-grid a {
  display: inline-flex;
  width: max-content;
  color: var(--home-gold-deep);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-page .home-solid-button,
.home-page .home-light-button,
.home-page .home-outline-button {
  min-height: 3.15rem;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.35rem;
}

.home-page .home-solid-button {
  background: var(--home-ink);
  color: var(--home-white);
}

.home-page .home-light-button {
  background: var(--home-white);
  color: var(--home-ink);
}

.home-page .home-outline-button {
  margin: 4rem auto 0;
  border: 1px solid rgba(23, 24, 18, 0.26);
  color: var(--home-ink);
}

.home-page .home-about {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(22rem, 0.95fr);
  gap: clamp(2rem, 7vw, 7rem);
  align-items: center;
  background: var(--home-cream);
}

.home-page .home-about-image {
  position: relative;
  min-height: clamp(32rem, 58vw, 48rem);
  overflow: hidden;
}

.home-page .home-about-image img,
.home-page .home-celebrate-image img,
.home-page .home-host-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 760ms var(--ease), filter 760ms var(--ease);
}

.home-page .home-about-image:hover img,
.home-page .home-celebrate-image:hover img,
.home-page .home-host-photo:hover img {
  transform: scale(1.035);
  filter: saturate(1.04);
}

.home-page .home-about-image span {
  position: absolute;
  left: 1.5rem;
  bottom: 1.5rem;
  color: var(--home-white);
  font-family: var(--font-display);
  font-size: 1.55rem;
  z-index: 1;
}

.home-page .home-about-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(18, 18, 14, 0.6), transparent 45%);
}

.home-page .home-about-copy h2,
.home-page .home-section-heading h2,
.home-page .home-celebrate-copy h2,
.home-page .home-policies h2,
.home-page .home-host-copy h2,
.home-page .home-review-heading h2,
.home-page .home-footer h2 {
  font-size: clamp(3.2rem, 6vw, 5.75rem);
  line-height: 0.94;
  margin: 1.45rem 0 1.8rem;
}

.home-page .home-about-copy > p:not(.home-section-label):not(.home-lead),
.home-page .home-host-copy > p:not(.home-section-label):not(.home-lead),
.home-page .home-policies-intro > p:not(.home-section-label) {
  color: rgba(23, 24, 18, 0.68);
}

.home-page .home-properties,
.home-page .home-services {
  background: var(--home-paper);
}

.home-page .home-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 30rem);
  gap: clamp(2rem, 7vw, 6rem);
  align-items: end;
  margin-bottom: clamp(3rem, 6vw, 5rem);
}

.home-page .home-section-heading > p {
  margin: 0 0 0.65rem;
  color: rgba(23, 24, 18, 0.66);
}

.home-page .home-property-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: clamp(1rem, 2vw, 1.5rem);
}

.home-page .home-property {
  background: var(--home-white);
}

.home-page .home-property-1,
.home-page .home-property-4 {
  grid-column: span 7;
}

.home-page .home-property-2,
.home-page .home-property-3 {
  grid-column: span 5;
}

.home-page .home-property a {
  display: grid;
  height: 100%;
  padding: 0.85rem;
  color: inherit;
}

.home-page .home-property-image {
  position: relative;
  overflow: hidden;
  min-height: 24rem;
}

.home-page .home-property-2 .home-property-image,
.home-page .home-property-3 .home-property-image {
  min-height: 19rem;
}

.home-page .home-property-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms var(--ease);
}

.home-page .home-property a:hover .home-property-image img {
  transform: scale(1.035);
}

.home-page .home-property-image > span {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  padding: 0.45rem 0.6rem;
  background: rgba(17, 18, 14, 0.72);
  color: var(--home-white);
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-page .home-property-topline {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
}

.home-page .home-property h3,
.home-page .home-service-grid h3 {
  font-size: clamp(1.65rem, 2.6vw, 2.5rem);
  line-height: 1;
}

.home-page .home-property-topline p,
.home-page .home-property-feature,
.home-page .home-property ul {
  color: rgba(23, 24, 18, 0.64);
}

.home-page .home-property-topline strong {
  color: var(--home-ink);
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 400;
}

.home-page .home-property ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1rem 0 1.2rem;
  padding: 0;
  list-style: none;
}

.home-page .home-property li {
  border: 1px solid rgba(23, 24, 18, 0.14);
  padding: 0.35rem 0.55rem;
  font-size: 0.66rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.home-page .home-locations,
.home-page .home-reviews {
  background: #213d56;
  color: var(--home-white);
}

.home-page .home-locations .home-section-heading > p,
.home-page .home-reviews p {
  color: rgba(255, 253, 248, 0.76);
}

.home-page .home-location-grid,
.home-page .home-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1rem, 2vw, 1.5rem);
}

.home-page .home-location-grid figure {
  margin: 0;
  overflow: hidden;
}

.home-page .home-location-grid figure:nth-child(1),
.home-page .home-location-grid figure:nth-child(3) {
  margin-top: 5rem;
}

.home-page .home-location-grid img,
.home-page .home-service-grid img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  transition: transform 700ms var(--ease), filter 700ms var(--ease);
}

.home-page .home-location-grid figure:hover img,
.home-page .home-service-grid article:hover img {
  transform: scale(1.035);
  filter: saturate(1.04);
}

.home-page .home-location-grid figure:nth-child(2) img {
  aspect-ratio: 4 / 6;
}

.home-page .home-location-grid figcaption {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-top: 1rem;
  font-family: var(--font-display);
  font-size: 1.9rem;
}

.home-page .home-location-grid figcaption span,
.home-page .home-service-grid article > p {
  color: var(--home-gold);
  font-size: 0.66rem;
  font-family: var(--font-body);
  font-weight: 800;
  letter-spacing: 0.16em;
}

.home-page .home-celebrate,
.home-page .home-hosts,
.home-page .home-policies {
  display: grid;
  grid-template-columns: minmax(22rem, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(2rem, 7vw, 6rem);
  align-items: center;
  background: var(--home-cream);
}

.home-page .home-celebrate ul {
  display: grid;
  gap: 0.85rem;
  margin: 1.7rem 0 2rem;
  padding: 0;
  list-style: none;
}

.home-page .home-celebrate li {
  border-top: 1px solid rgba(23, 24, 18, 0.16);
  padding-top: 0.85rem;
}

.home-page .home-inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  align-items: center;
}

.home-page .home-celebrate-image {
  min-height: clamp(30rem, 55vw, 45rem);
  overflow: hidden;
}

.home-page .home-wedding-feature {
  position: relative;
  min-height: 48rem;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--home-white);
}

.home-page .home-wedding-feature > img,
.home-page .home-wedding-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.home-page .home-wedding-feature > img {
  object-fit: cover;
  transition: transform 900ms var(--ease), filter 900ms var(--ease);
}

.home-page .home-wedding-feature:hover > img {
  transform: scale(1.025);
  filter: saturate(1.04);
}

.home-page .home-wedding-shade {
  background: linear-gradient(90deg, rgba(14, 14, 10, 0.72), rgba(14, 14, 10, 0.18));
}

.home-page .home-wedding-copy {
  position: relative;
  z-index: 1;
  max-width: 43rem;
  padding: 7vw;
}

.home-page .home-wedding-copy h2 {
  color: var(--home-white);
  font-size: clamp(3.5rem, 6.5vw, 6.8rem);
  line-height: 0.9;
  margin: 1.5rem 0 2rem;
}

.home-page .home-policy-list {
  display: grid;
  gap: 0;
  margin: 0;
}

.home-page .home-policy-list div {
  display: grid;
  grid-template-columns: minmax(8rem, 0.4fr) minmax(0, 1fr);
  gap: 1.5rem;
  padding: 1.2rem 0;
  border-top: 1px solid rgba(23, 24, 18, 0.16);
}

.home-page .home-policy-list div:last-child {
  border-bottom: 1px solid rgba(23, 24, 18, 0.16);
}

.home-page .home-policy-list dt {
  font-family: var(--font-display);
  font-size: 1.45rem;
}

.home-page .home-policy-list dd {
  margin: 0;
  color: rgba(23, 24, 18, 0.66);
}

.home-page .home-host-photo {
  min-height: clamp(28rem, 50vw, 40rem);
  overflow: hidden;
}

.home-page .home-host-contact {
  display: grid;
  gap: 0.5rem;
  margin-top: 1.5rem;
}

.home-page .home-host-contact a {
  color: var(--home-gold-deep);
}

.home-page .home-review-heading {
  display: grid;
  grid-template-columns: minmax(16rem, 0.35fr) minmax(0, 1fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}

.home-page .home-review-heading h2 {
  color: var(--home-white);
  margin-top: 0;
}

.home-page .home-review-featured {
  margin: 4rem 0 3rem;
  max-width: 72rem;
}

.home-page .home-review-featured p {
  color: var(--home-white);
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 5vw, 5rem);
  line-height: 1.05;
}

.home-page .home-reviews cite {
  display: block;
  margin-top: 1.25rem;
  color: var(--home-gold);
  font-size: 0.7rem;
  font-style: normal;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.home-page .home-review-supporting {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.home-page .home-review-supporting blockquote {
  margin: 0;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 253, 248, 0.24);
}

.home-page .home-service-grid article:nth-child(2),
.home-page .home-service-grid article:nth-child(3) {
  margin-top: 4rem;
}

.home-page .home-service-grid article > p {
  margin: 1rem 0 0.35rem;
}

.home-page .home-service-grid a {
  margin-top: 1rem;
}

.home-page .home-footer {
  background: #123820;
  color: var(--home-white);
  padding: clamp(4.5rem, 9vw, 7rem) 7vw 2.2rem;
}

.home-page .home-footer-intro {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: center;
  margin-bottom: 4rem;
}

.home-page .home-footer-intro img {
  width: 4.8rem;
  height: 4.8rem;
  object-fit: contain;
}

.home-page .home-footer h2 {
  color: var(--home-white);
  margin: 0;
}

.home-page .home-footer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  border-top: 1px solid rgba(255, 253, 248, 0.18);
  padding-top: 2rem;
}

.home-page .home-footer-grid > div {
  display: grid;
  gap: 0.45rem;
}

.home-page .home-footer-grid p {
  color: var(--home-gold);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.home-page .home-footer-grid a {
  color: rgba(255, 253, 248, 0.78);
}

.home-page .home-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2.5rem;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(255, 253, 248, 0.12);
  color: rgba(255, 253, 248, 0.62);
  font-size: 0.75rem;
}

@media (max-width: 900px) {
  .home-page .home-search {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin-top: 2rem;
  }

  .home-page .home-hero {
    display: grid;
    align-items: end;
    padding-bottom: 2rem;
  }

  .home-page .home-about,
  .home-page .home-celebrate,
  .home-page .home-policies,
  .home-page .home-hosts,
  .home-page .home-section-heading,
  .home-page .home-review-heading,
  .home-page .home-footer-intro {
    grid-template-columns: 1fr;
  }

  .home-page .home-property-1,
  .home-page .home-property-2,
  .home-page .home-property-3,
  .home-page .home-property-4 {
    grid-column: 1 / -1;
  }

  .home-page .home-location-grid,
  .home-page .home-service-grid,
  .home-page .home-footer-grid {
    grid-template-columns: 1fr;
  }

  .home-page .home-location-grid figure:nth-child(1),
  .home-page .home-location-grid figure:nth-child(3),
  .home-page .home-service-grid article:nth-child(2),
  .home-page .home-service-grid article:nth-child(3) {
    margin-top: 0;
  }
}

@media (max-width: 640px) {
  .home-page .home-hero {
    min-height: 100svh;
    padding-inline: 1.2rem;
  }

  .home-page .home-hero h1 {
    font-size: clamp(3.3rem, 18vw, 5.4rem);
  }

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

  .home-page .home-section {
    padding: 4.5rem 1.2rem;
  }

  .home-page .home-property-grid,
  .home-page .home-review-supporting,
  .home-page .home-policy-list div,
  .home-page .home-footer-bottom {
    grid-template-columns: 1fr;
  }
}

.sticky-mobile-cta {
  display: none;
}

@media (max-width: 900px) {
  .booking-bar {
    grid-template-columns: 1fr 1fr;
    margin-top: -2rem;
  }

  .home-hero {
    min-height: calc(100svh - 4.5rem);
    padding-bottom: 2rem;
    align-items: center;
    align-content: center;
  }

  .home-hero-booking {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    width: 100%;
    margin: 1.1rem 0 0;
  }

  .pillar-grid,
  .property-grid,
  .split {
    grid-template-columns: 1fr;
  }

  .pillar-card {
    min-height: 22rem;
  }

  .magazine-bg {
    background-attachment: scroll;
  }

  .magazine-panel {
    align-items: end;
    min-height: 90vh;
    min-height: 90svh;
    padding: 8rem 0 1.5rem;
  }

  .magazine-panel .venue-card,
  .magazine-panel.left .venue-card {
    justify-self: stretch;
    width: min(100% - 2rem, 40rem);
    margin-inline: auto;
  }

  .magazine-overlay,
  .magazine-panel.left .magazine-overlay {
    background: linear-gradient(
      0deg,
      rgba(21, 18, 15, 0.82),
      transparent 72%
    );
  }

  .price-grid,
  .detail-grid {
    grid-template-columns: 1fr;
  }

  .sticky-mobile-cta {
    display: block;
    position: fixed;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    z-index: 900;
  }

  .sticky-mobile-cta .button {
    width: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  }
}

@media (max-width: 640px) {
  .booking-bar {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fact-ticker-track {
    animation: none;
  }

  .magazine-bg {
    background-attachment: scroll;
  }
}


/* ---- Bootstrap / master isolation (marketing pages) ---- */
body.client-theme-iriana .button,
body.client-theme-iriana a.button,
body.client-theme-iriana button.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 2.85rem;
  padding: 0.7rem 1.35rem;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: none;
  line-height: 1.2;
}

body.client-theme-iriana .button-gold,
body.client-theme-iriana a.button-gold {
  background: var(--gold) !important;
  color: var(--ink) !important;
  border-color: transparent !important;
}

body.client-theme-iriana .button-gold:hover,
body.client-theme-iriana a.button-gold:hover {
  background: var(--gold-soft) !important;
  color: var(--ink) !important;
}

body.client-theme-iriana .button-dark,
body.client-theme-iriana a.button-dark {
  background: var(--forest) !important;
  color: var(--ivory) !important;
  border-color: transparent !important;
}

body.client-theme-iriana .site-header .button,
body.client-theme-iriana .booking-bar .button,
body.client-theme-iriana .hero-actions .button {
  appearance: none;
  -webkit-appearance: none;
}

body.client-theme-iriana h1,
body.client-theme-iriana h2,
body.client-theme-iriana h3,
body.client-theme-iriana h4 {
  font-family: var(--font-display);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

body.client-theme-iriana .page-hero h1 em,
body.client-theme-iriana .home-hero h1 em {
  font-style: italic;
  color: var(--gold);
}

.footer-logo {
  display: inline-flex;
  margin-bottom: 0.75rem;
}

.footer-logo img {
  width: 3.5rem;
  height: 3.5rem;
  object-fit: contain;
  border-radius: 0.35rem;
}

.price-grid,
.detail-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}

.price-grid {
  grid-template-columns: repeat(4, 1fr);
}

.price-card,
.detail-card {
  background: #fff;
  border: 1px solid var(--line);
  padding: 1.4rem 1.3rem 1.5rem;
}

.price-card h3,
.detail-card h3 {
  margin: 0 0 0.85rem;
  font-size: 1.35rem;
}

.price-card p,
.detail-card p,
.detail-card li {
  color: var(--muted);
  font-size: 0.95rem;
}

.price-card .rate {
  margin: 0.35rem 0;
  font-family: var(--font-display);
  font-size: 1.45rem;
  color: var(--ink);
}

.detail-card ul {
  margin: 0;
  padding-left: 1.1rem;
}

.detail-card li + li {
  margin-top: 0.4rem;
}

.sister-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  margin-top: 2rem;
}

.cta-band {
  background: var(--forest-deep);
  color: var(--ivory);
}

.cta-band h2 {
  color: inherit;
}

.cta-band .lead {
  color: rgba(247, 243, 234, 0.85);
}

.page-hero .cabin-hero-facts {
  margin-bottom: 0.25rem;
}

@media (max-width: 900px) {
  .sister-grid,
  .price-grid {
    grid-template-columns: 1fr;
  }
}

/* homepage-nav-fix 2026-08-17 */

