:root {
  --ocean-blue: #243646;
  --warm-sand: #e8e3da;
  --soft-cream: #f6f3ed;
  --sunset-gold: #c8a06a;
  --ocean-teal: #3f6c73;
  --ink: #18232d;
  --muted: rgba(36, 54, 70, 0.7);
  --border: rgba(36, 54, 70, 0.12);
  --shadow: 0 22px 50px rgba(20, 26, 32, 0.12);
  --radius-xl: 36px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --max-width: 1200px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top, rgba(200, 160, 106, 0.18), transparent 25%),
    linear-gradient(180deg, #f8f5ef 0%, #f4f1ea 45%, #efe7db 100%);
  line-height: 1.6;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

h1,
h2,
h3 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.02em;
}

p {
  margin: 0;
}

.hero,
.section,
.final-cta {
  position: relative;
}

.topbar,
.section-grid,
.section-heading,
.mosaic,
.activity-grid,
.audience-grid,
.pricing-grid,
.manifesto-card,
.evenings-content,
.hero-content,
.final-content,
.room-gallery {
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 0 auto;
}

.hero {
  min-height: 88vh;
  color: var(--soft-cream);
  overflow: hidden;
}

.hero-media,
.hero-overlay,
.final-visual,
.final-overlay,
.evenings-backdrop,
.evenings-overlay {
  position: absolute;
  inset: 0;
}

.hero-media img,
.final-visual img,
.evenings-backdrop img {
  filter: saturate(0.85) contrast(1.05) brightness(0.66);
}

.hero-media img {
  filter: saturate(0.94) contrast(1.02) brightness(0.9);
}

.hero-shot {
  object-position: center 52%;
}

.intro-shot {
  object-position: center center;
}

.hero-overlay {
  background: none;
}

.topbar {
  position: relative;
  z-index: 2;
  padding: 1.25rem 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.brand-mark {
  display: inline-flex;
  flex-direction: column;
  gap: 0.35rem;
}

.brand-logo {
  width: 170px;
  height: auto;
  filter: drop-shadow(0 10px 24px rgba(20, 30, 38, 0.18));
}

.brand-edition,
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 0.73rem;
  font-weight: 600;
}

.brand-edition {
  color: rgba(246, 243, 237, 0.86);
  padding-left: 0.1rem;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1.15rem;
  max-width: 620px;
}

.menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.28rem;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border: 1px solid rgba(246, 243, 237, 0.18);
  border-radius: 0.95rem;
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 1.1rem;
  height: 2px;
  border-radius: 999px;
  background: rgba(246, 243, 237, 0.92);
  transition: transform 180ms ease, opacity 180ms ease;
}

.nav-links a {
  padding: 0.15rem 0;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(246, 243, 237, 0.82);
  border-bottom: 1px solid transparent;
  transition: color 180ms ease, border-color 180ms ease;
}

.nav-links a:hover {
  color: var(--soft-cream);
  border-color: rgba(200, 160, 106, 0.6);
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 18vh 0 5vh;
  max-width: 760px;
}

.hero-content::before {
  content: "";
  position: absolute;
  top: -4.5rem;
  right: -2rem;
  bottom: 1rem;
  left: -2rem;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(18, 28, 36, 0) 0%, rgba(18, 28, 36, 0) 28%, rgba(18, 28, 36, 0.1) 44%, rgba(18, 28, 36, 0.3) 68%, rgba(18, 28, 36, 0.52) 100%),
    radial-gradient(circle at top left, rgba(18, 28, 36, 0.16), rgba(18, 28, 36, 0.06) 38%, rgba(18, 28, 36, 0) 74%);
  border-radius: 2rem;
  pointer-events: none;
}

.hero-content .eyebrow,
.hero-content h1,
.hero-content .lead,
.hero-content .supporting,
.hero-content .hero-note,
.hero-content .scroll-cue {
  text-shadow: 0 6px 18px rgba(12, 18, 24, 0.28);
}

.hero-content h1 {
  text-shadow: 0 10px 24px rgba(12, 18, 24, 0.22);
}

.hero h1 {
  margin-top: 1rem;
  font-size: clamp(4rem, 10vw, 7.5rem);
}

.lead {
  margin-top: 1.5rem;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  max-width: 42rem;
  color: rgba(246, 243, 237, 0.92);
}

.supporting {
  margin-top: 1rem;
  max-width: 38rem;
  color: rgba(246, 243, 237, 0.96);
}

.hero-note {
  margin-top: 1rem;
  max-width: 30rem;
  color: rgba(246, 243, 237, 0.86);
  font-weight: 600;
}

.hero-note {
  margin-top: 1rem;
  max-width: 30rem;
  color: rgba(246, 243, 237, 0.86);
  font-weight: 600;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.scroll-cue {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 3rem;
  font-size: 0.82rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(246, 243, 237, 0.78);
  text-align: center;
}

.scroll-cue::after {
  content: "\2193";
  margin-top: 0.45rem;
  font-size: 1.2rem;
  line-height: 1;
  color: rgba(246, 243, 237, 0.72);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding: 0.85rem 1.4rem;
  border-radius: 12px;
  border: 1px solid transparent;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

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

.button-primary {
  background: var(--sunset-gold);
  color: #1d2730;
  box-shadow: 0 16px 30px rgba(200, 160, 106, 0.24);
}

.button-primary:hover {
  background: #d3ad7d;
}

.button-secondary {
  background: rgba(18, 28, 36, 0.18);
  border-color: rgba(246, 243, 237, 0.78);
  color: var(--soft-cream);
  box-shadow: 0 10px 24px rgba(12, 18, 24, 0.14);
}

.button-secondary:hover {
  border-color: rgba(246, 243, 237, 0.96);
  background: rgba(18, 28, 36, 0.28);
}

.button-secondary.light {
  border-color: rgba(246, 243, 237, 0.82);
}

.price-card .button-secondary,
.apply-card .button-secondary {
  border-color: rgba(36, 54, 70, 0.16);
  color: var(--ocean-blue);
}

.price-card .button-secondary:hover,
.apply-card .button-secondary:hover {
  background: rgba(36, 54, 70, 0.05);
}

.section {
  padding: 7rem 0;
}

.intro,
.community,
.faq {
  background: rgba(246, 243, 237, 0.7);
}

.community {
  background: linear-gradient(180deg, rgba(232, 227, 218, 0.72), rgba(246, 243, 237, 0.5));
}

.section-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3rem;
  align-items: center;
}

.section-grid.reverse {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}

.copy h2,
.section-heading h2,
.evenings-content h2,
.final-content h2,
.manifesto-card h2 {
  margin-top: 0.9rem;
  font-size: clamp(2.7rem, 5vw, 4.5rem);
  color: var(--ocean-blue);
}

.copy p,
.section-heading p,
.evenings-content p,
.final-content p,
.manifesto-card p {
  margin-top: 1rem;
  max-width: 44rem;
  color: var(--muted);
}

.brand-line,
.mini-line {
  color: var(--ocean-teal);
  font-weight: 600;
}

.frame {
  background: rgba(255, 255, 255, 0.45);
  padding: 1rem;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}

.feature-image {
  height: 620px;
}

.feature-image img {
  border-radius: calc(var(--radius-xl) - 0.5rem);
}

.section-heading {
  text-align: center;
  max-width: 840px;
}

.section-heading p {
  margin-left: auto;
  margin-right: auto;
}

.mosaic {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  grid-template-rows: 260px 260px 220px;
  gap: 1.25rem;
}

.mosaic-card,
.activity-card,
.room-gallery img {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.mosaic-card::after,
.activity-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(17, 26, 34, 0.72) 100%);
}

.mosaic-card span,
.activity-copy {
  position: absolute;
  left: 1.2rem;
  right: 1.2rem;
  bottom: 1rem;
  z-index: 1;
}

.mosaic-card span,
.activity-copy strong,
.activity-copy p {
  color: var(--soft-cream);
}

.activity-copy strong {
  display: block;
  font-size: 1.05rem;
  line-height: 1.2;
}

.activity-copy {
  padding: 0;
}

.activity-copy p {
  margin-top: 0.35rem;
  font-size: 0.92rem;
  line-height: 1.45;
  max-width: 18rem;
  opacity: 0.96;
}

.activity-copy strong,
.activity-copy p {
  text-shadow:
    -1px -1px 0 rgba(20, 30, 38, 0.62),
    1px -1px 0 rgba(20, 30, 38, 0.62),
    -1px 1px 0 rgba(20, 30, 38, 0.62),
    1px 1px 0 rgba(20, 30, 38, 0.62),
    0 4px 12px rgba(20, 30, 38, 0.28);
}

.mosaic-card.tall {
  grid-row: 1 / span 2;
}

.mosaic-card.wide {
  grid-column: 1 / span 2;
}

.activities {
  background:
    linear-gradient(180deg, rgba(246, 243, 237, 0.45), rgba(232, 227, 218, 0.58)),
    radial-gradient(circle at top left, rgba(63, 108, 115, 0.08), transparent 35%);
}

.gallery,
.house-gallery {
  background:
    linear-gradient(180deg, rgba(246, 243, 237, 0.88), rgba(232, 227, 218, 0.58)),
    radial-gradient(circle at top right, rgba(200, 160, 106, 0.14), transparent 32%);
}

.gallery-open-button {
  margin-top: 1.4rem;
}

.house-gallery-grid {
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 2.2rem auto 0;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 0.9fr;
  grid-template-rows: 300px 240px 240px;
  gap: 1rem;
}

.house-gallery-card {
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid rgba(36, 54, 70, 0.08);
  box-shadow: var(--shadow);
  cursor: pointer;
}

.house-gallery-card img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.house-gallery-card:hover img {
  transform: scale(1.03);
}

.house-gallery-card.featured {
  grid-row: 1 / span 2;
}

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

.activity-grid {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.activity-card {
  height: 290px;
}

.gallery-view {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.gallery-view.is-open {
  opacity: 1;
  pointer-events: auto;
}

.gallery-view-backdrop {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(24, 35, 45, 0.48), rgba(24, 35, 45, 0.58)),
    radial-gradient(circle at top, rgba(200, 160, 106, 0.16), transparent 32%);
  backdrop-filter: blur(10px);
}

.gallery-view-dialog {
  position: relative;
  z-index: 1;
  width: min(1280px, calc(100vw - 2rem));
  max-height: calc(100vh - 2rem);
  padding: 1.5rem;
  border-radius: var(--radius-xl);
  background:
    linear-gradient(180deg, rgba(248, 245, 239, 0.98), rgba(239, 231, 219, 0.96)),
    radial-gradient(circle at top right, rgba(200, 160, 106, 0.14), transparent 30%);
  color: var(--ocean-blue);
  border: 1px solid rgba(36, 54, 70, 0.08);
  box-shadow: 0 24px 60px rgba(10, 14, 18, 0.22);
  overflow: auto;
}

.gallery-view-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  border: 1px solid rgba(36, 54, 70, 0.1);
  background: rgba(255, 255, 255, 0.72);
  color: var(--ocean-blue);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}

.gallery-view-header {
  max-width: 760px;
  padding-right: 3rem;
}

.gallery-view-header h2,
.gallery-view-header p,
.gallery-view-header .eyebrow {
  color: var(--ocean-blue);
}

.gallery-view-body {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 112px;
  gap: 1rem;
  align-items: start;
}

.gallery-view-stage {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
}

.gallery-view-figure {
  margin: 0;
  position: relative;
}

.gallery-view-image {
  width: 100%;
  max-height: 68vh;
  border-radius: calc(var(--radius-xl) - 0.5rem);
  box-shadow: 0 20px 40px rgba(24, 30, 36, 0.12);
  object-fit: contain;
  background: rgba(255, 255, 255, 0.5);
}

.gallery-view-caption {
  margin-top: 0.8rem;
  color: rgba(36, 54, 70, 0.72);
}

.gallery-view-nav {
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 999px;
  border: 1px solid rgba(36, 54, 70, 0.1);
  background: rgba(255, 255, 255, 0.78);
  color: var(--ocean-blue);
  font: inherit;
  cursor: pointer;
}

.gallery-view-tap-zone {
  display: none;
  position: absolute;
  top: 0;
  bottom: 3rem;
  width: 50%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.gallery-view-tap-zone.prev {
  left: 0;
}

.gallery-view-tap-zone.next {
  right: 0;
}

.gallery-view-nav:hover,
.gallery-view-close:hover {
  background: rgba(200, 160, 106, 0.18);
  border-color: rgba(200, 160, 106, 0.38);
}

.gallery-view-thumbs {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  max-height: 68vh;
  overflow-y: auto;
  padding-right: 0.25rem;
}

.gallery-thumb {
  padding: 0;
  border: 2px solid rgba(36, 54, 70, 0.06);
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.56);
  cursor: pointer;
}

.gallery-thumb.active {
  border-color: rgba(200, 160, 106, 0.84);
  box-shadow: 0 10px 22px rgba(200, 160, 106, 0.2);
}

.gallery-thumb img {
  width: 100%;
  height: 92px;
  object-fit: cover;
  display: block;
}

.sea-shot {
  object-position: center 55%;
}

.host {
  background: rgba(246, 243, 237, 0.82);
}

.host-frame {
  height: 520px;
}

.host-shot {
  object-position: center 20%;
}

.host-mobile-frame {
  display: none;
}

.reviews {
  overflow: hidden;
}

.reviews::before,
.reviews::after {
  content: "";
  position: absolute;
  inset: 0;
}

.reviews::before {
  background: url("assets/review-background-group-photo.jpg") center 34% / cover no-repeat;
  filter: saturate(0.92) contrast(1.02);
}

.reviews::after {
  background: none;
}

.reviews .section-heading,
.reviews .reviews-shell {
  position: relative;
  z-index: 1;
}

.reviews .section-heading h2,
.reviews .section-heading p,
.reviews .section-heading .eyebrow {
  color: var(--soft-cream);
  text-shadow:
    0 1px 0 rgba(12, 18, 24, 0.6),
    0 0 10px rgba(10, 14, 18, 0.4),
    0 4px 18px rgba(8, 12, 18, 0.5);
}

.reviews .section-heading p {
  color: rgba(246, 243, 237, 0.84);
  font-weight: 500;
  text-shadow:
    0 1px 0 rgba(8, 12, 18, 0.82),
    1px 0 0 rgba(8, 12, 18, 0.72),
    -1px 0 0 rgba(8, 12, 18, 0.72),
    0 -1px 0 rgba(8, 12, 18, 0.72),
    0 0 12px rgba(8, 12, 18, 0.55),
    0 6px 20px rgba(8, 12, 18, 0.6);
}

.reviews .section-heading .reviews-intro-copy {
  width: min(100%, 860px);
  margin-left: auto;
  margin-right: auto;
  color: rgba(246, 243, 237, 0.98);
  text-shadow:
    0 1px 0 rgba(8, 12, 18, 0.92),
    1px 0 0 rgba(8, 12, 18, 0.82),
    -1px 0 0 rgba(8, 12, 18, 0.82),
    0 -1px 0 rgba(8, 12, 18, 0.82),
    0 0 14px rgba(8, 12, 18, 0.62),
    0 8px 24px rgba(8, 12, 18, 0.64);
}

.reviews-grid {
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 3rem auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.35rem;
  align-items: start;
}

.review-card {
  position: relative;
  padding: 1.5rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(246, 243, 237, 0.8));
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: 0 22px 40px rgba(20, 26, 32, 0.08);
  backdrop-filter: blur(12px);
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.review-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, rgba(200, 160, 106, 0.88), rgba(63, 108, 115, 0.4));
  opacity: 0.85;
}

.review-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 26px 48px rgba(20, 26, 32, 0.12);
  border-color: rgba(200, 160, 106, 0.24);
}

.featured-review {
  grid-column: span 2;
  padding: 1.85rem;
}

.review-meta {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
}

.review-meta h3 {
  font-family: "Inter", sans-serif;
  font-size: 1.05rem;
  line-height: 1.3;
  color: var(--ocean-blue);
}

.review-meta p {
  margin-top: 0;
  font-size: 0;
  line-height: 1;
}

.review-meta p::before {
  content: "★★★★★";
  font-size: 1rem;
  letter-spacing: 0.16em;
  color: var(--sunset-gold);
}

.review-rating.four-stars::before {
  content: "★★★★☆";
}

.review-card p + p {
  margin-top: 0.85rem;
}

.review-card > p {
  color: var(--muted);
  line-height: 1.7;
}

.reviews-shell {
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 5.25rem auto 0;
}

.reviews-controls {
  display: flex;
  justify-content: flex-end;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.reviews-button,
.review-more {
  appearance: none;
  border: 1px solid rgba(36, 54, 70, 0.16);
  background: rgba(255, 255, 255, 0.78);
  color: var(--ocean-blue);
  font: inherit;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.7rem 0.95rem;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.reviews-button:hover,
.review-more:hover {
  background: rgba(200, 160, 106, 0.14);
  border-color: rgba(200, 160, 106, 0.32);
  transform: translateY(-1px);
}

.reviews-grid {
  width: 100%;
  margin: 0;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 32%);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding-bottom: 0.5rem;
}

.reviews-grid::-webkit-scrollbar {
  display: none;
}

.review-card {
  scroll-snap-align: start;
}

.featured-review {
  width: min(640px, 72vw);
}

.review-meta p::before {
  content: "\2605\2605\2605\2605\2605";
  letter-spacing: 0.12em;
}

.review-rating.four-stars::before {
  content: "\2605\2605\2605\2605\2606";
}

.review-body p {
  color: var(--muted);
  line-height: 1.7;
}

.review-body {
  max-height: 7.3rem;
  overflow: hidden;
  mask-image: linear-gradient(180deg, #000 68%, transparent 100%);
}

.review-body.review-body-expanded {
  max-height: none;
  mask-image: none;
}

.review-more {
  display: inline-flex;
  margin-top: 1rem;
}

.activity-card img,
.mosaic-card img,
.room-gallery img {
  transition: transform 450ms ease;
}

.courtyard-shot {
  object-position: center 36%;
}

.seating-shot {
  object-position: center 62%;
}

.sunset-room-shot {
  object-position: center center;
}

.coast-shot,
.final-shot {
  object-position: center 58%;
}

.community-shot {
  object-position: center 38%;
}

.surf-shot {
  object-position: center center;
}

.horses-shot {
  object-position: center 55%;
}

.beach-group-shot {
  object-position: center 60%;
}

.atv-shot {
  object-position: center 52%;
}

.yoga-shot {
  object-position: center 44%;
}

.local-shot {
  object-position: center 42%;
}

.slow-shot {
  object-position: center 42%;
}

.studio-shot {
  object-position: center 36%;
}

.practice-shot {
  object-position: center 44%;
}

.evening-shot {
  object-position: center 62%;
}

.room-ocean-shot {
  object-position: center 58%;
}

.room-entry-shot {
  object-position: center 40%;
}

.room-stone-shot {
  object-position: center 38%;
}

.activity-card:hover img,
.mosaic-card:hover img,
.room-gallery img:hover {
  transform: scale(1.04);
}

.evenings {
  min-height: 85vh;
  color: var(--soft-cream);
  overflow: hidden;
}

.evenings-overlay {
  display: none;
}

.evenings-content {
  position: relative;
  z-index: 1;
  padding: 5vh 0 25vh;
}

.evenings-content h2,
.evenings-content p,
.final-content h2,
.final-content p {
  color: var(--soft-cream);
}

.evenings-backdrop img {
  filter: none;
}

.evenings-content h2,
.evenings-content p,
.evenings-content .eyebrow {
  text-shadow: 0 5px 24px rgba(6, 6, 6, 0.72);
}

.rooms {
  background: rgba(246, 243, 237, 0.82);
}

.room-gallery {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.85fr;
  gap: 1.25rem;
}

.room-gallery img {
  height: 420px;
}

.audience-grid {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  gap: 1.25rem;
}

.audience {
  background:
    linear-gradient(180deg, rgba(246, 243, 237, 0.86), rgba(232, 227, 218, 0.58)),
    radial-gradient(circle at top left, rgba(63, 108, 115, 0.08), transparent 32%);
}

.audience-layout {
  align-items: stretch;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
}

.audience-visual {
  height: 100%;
  min-height: 620px;
}

.audience-shot {
  border-radius: calc(var(--radius-xl) - 0.5rem);
  object-position: center 46%;
}

.audience-mobile-visual {
  display: none;
}

.audience-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section-heading-left {
  text-align: left;
  max-width: none;
}

.section-heading-left p {
  margin-left: 0;
  margin-right: 0;
}

.audience-grid article,
.price-card,
.apply-card,
.manifesto-card {
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}

.audience-grid article {
  padding: 1.5rem;
  min-height: 100%;
}

.audience-grid h3,
.faq-list h3,
.apply-card h3,
.price-card h3 {
  font-family: "Inter", sans-serif;
  font-size: 1.15rem;
  line-height: 1.3;
}

.audience-grid p,
.faq-list p,
.price-card li {
  margin-top: 0.6rem;
  color: var(--muted);
}

.pricing-grid {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  align-items: stretch;
}

.pricing {
  background:
    linear-gradient(180deg, rgba(232, 227, 218, 0.4), rgba(246, 243, 237, 0.82)),
    radial-gradient(circle at top right, rgba(200, 160, 106, 0.14), transparent 28%);
}

.pricing-stage {
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 0 auto;
}

.pricing-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.75fr);
  gap: 1.5rem;
  align-items: center;
}

.pricing-photo {
  height: 320px;
}

.pricing-shot {
  border-radius: calc(var(--radius-xl) - 0.5rem);
  object-position: center 54%;
}

.price-card {
  padding: 2rem;
  min-height: 100%;
}

.price-card.featured {
  background: linear-gradient(180deg, rgba(36, 54, 70, 0.94), rgba(47, 69, 84, 0.96));
  color: var(--soft-cream);
}

.price-card.featured .tier,
.price-card.featured .term,
.price-card.featured li,
.price-card.featured h3,
.price-card.featured .badge {
  color: var(--soft-cream);
}

.pricing-note {
  width: min(calc(100% - 2rem), 760px);
  margin: 1.8rem auto 0;
  text-align: center;
  color: var(--ocean-teal);
  font-weight: 600;
}

.logistics {
  padding-top: 7rem;
}

.logistics-card {
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 0 auto;
  padding: 2.25rem;
  position: relative;
  overflow: hidden;
  background: url("assets/morocco-dates-logistics-background.jpg") center center / cover no-repeat;
  border: 1px solid rgba(36, 54, 70, 0.08);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

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

.logistics-card::before {
  display: none;
}

.logistics-intro {
  max-width: 760px;
  padding: 1.15rem 1.25rem;
  border-radius: 18px;
  background: rgba(246, 243, 237, 0.9);
  box-shadow: 0 16px 30px rgba(18, 24, 30, 0.12);
  backdrop-filter: blur(10px);
}

.logistics-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.75rem;
}

.logistics-grid article {
  padding: 1.2rem;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(36, 54, 70, 0.12);
  border-radius: 18px;
  box-shadow: 0 14px 28px rgba(18, 24, 30, 0.1);
  backdrop-filter: blur(10px);
}

.logistics-grid h3 {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}

.logistics-grid p {
  margin-top: 0.45rem;
  color: rgba(24, 35, 45, 0.82);
}

.apply-logistics {
  width: min(calc(100% - 2rem), 860px);
  margin: 2rem auto 0;
  padding: 2rem;
  border-radius: var(--radius-lg);
  background: rgba(36, 54, 70, 0.12);
  backdrop-filter: blur(10px);
}

.apply-faq {
  padding-top: 7rem;
}

.apply-logistics .section-heading,
.apply-logistics .faq-wide,
.apply-faq .section-heading,
.apply-faq .faq-wide {
  width: min(calc(100% - 2rem), 860px);
  margin-left: auto;
  margin-right: auto;
}

.apply-logistics-list {
  margin-top: 1.5rem;
}

.logistics-note {
  margin-top: 1.4rem;
  color: var(--ink);
  font-weight: 600;
}

.logistics-signup {
  margin-top: 1.4rem;
  max-width: 420px;
  padding: 1.2rem;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(36, 54, 70, 0.12);
  border-radius: 18px;
  box-shadow: 0 14px 28px rgba(18, 24, 30, 0.1);
  backdrop-filter: blur(10px);
}

.logistics-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.9rem;
  align-items: end;
  margin-top: 0.9rem;
}

.compact-logistics-form {
  max-width: 760px;
  margin-top: 1.1rem;
  display: grid;
  grid-template-columns: minmax(260px, 1.15fr) minmax(220px, 0.7fr);
  align-items: center;
  gap: 0.9rem 1rem;
  padding: 1.2rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(36, 54, 70, 0.12);
  box-shadow: 0 14px 28px rgba(18, 24, 30, 0.1);
  backdrop-filter: blur(10px);
}

.compact-logistics-form .logistics-note {
  margin: 0;
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  min-height: auto;
  display: block;
  padding: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
}

.compact-logistics-form .logistics-note span {
  display: block;
  margin-top: 0.2rem;
  font-weight: 400;
}

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

.logistics-form label {
  display: block;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--ocean-blue);
}

.logistics-form input {
  width: 100%;
  margin-top: 0.45rem;
  border: 1px solid rgba(36, 54, 70, 0.16);
  border-radius: 14px;
  padding: 0.95rem 1rem;
  font: inherit;
  background: rgba(246, 243, 237, 0.96);
  color: var(--ink);
}

.compact-logistics-form .button,
.logistics-signup .button {
  width: 100%;
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.compact-logistics-form .button {
  grid-column: 2;
  grid-row: 1;
}

.logistics-signup .logistics-note + .logistics-note {
  margin-top: 0.55rem;
}

.logistics-signup .logistics-form {
  grid-template-columns: minmax(0, 1fr);
  gap: 0.85rem;
  align-items: stretch;
}

.logistics-signup .logistics-form label {
  display: grid;
  gap: 0.45rem;
}

.price-card ul {
  padding-left: 1rem;
  margin: 1.25rem 0 1.6rem;
}

.price-card li + li {
  margin-top: 0.6rem;
}

.tier,
.term,
.badge {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.78rem;
  font-weight: 700;
}

.price-card h3 {
  margin-top: 0.75rem;
  font-size: 2.2rem;
}

.badge {
  display: inline-flex;
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  background: rgba(200, 160, 106, 0.22);
  color: var(--sunset-gold);
}

.badge.soft {
  background: rgba(36, 54, 70, 0.08);
  color: var(--ocean-blue);
}

.manifesto {
  padding-top: 7rem;
}

.manifesto-card {
  padding: 3rem;
}

.faq-list {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.faq-list article {
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--border);
}

.apply-card {
  padding: 2rem;
}

.apply-card label {
  display: block;
  margin-top: 1rem;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--ocean-blue);
}

.apply-card input,
.apply-card select,
.apply-card textarea {
  width: 100%;
  margin-top: 0.45rem;
  border: 1px solid rgba(36, 54, 70, 0.16);
  border-radius: 16px;
  padding: 0.95rem 1rem;
  font: inherit;
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.apply-card input::placeholder,
.apply-card textarea::placeholder {
  color: rgba(36, 54, 70, 0.62);
  opacity: 1;
}

.apply-card input,
.apply-card textarea,
.apply-card select {
  font-weight: 500;
}

.apply-card button {
  width: 100%;
  margin-top: 1.4rem;
}

.apply-section {
  min-height: 82vh;
  overflow: hidden;
}

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

.apply-backdrop,
.apply-overlay {
  position: absolute;
  inset: 0;
}

.apply-shot {
  filter: saturate(0.92) contrast(1.02) brightness(0.66);
  object-position: center 42%;
}

.apply-overlay {
  background:
    linear-gradient(180deg, rgba(14, 21, 28, 0.16), rgba(14, 21, 28, 0.78)),
    linear-gradient(120deg, rgba(36, 54, 70, 0.62), rgba(200, 160, 106, 0.16));
}

.apply-spotlight {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 2rem), 760px);
  margin: 0 auto;
  padding: 20vh 0 16vh;
  text-align: center;
}

.apply-spotlight h2 {
  margin-top: 0.9rem;
  font-size: clamp(2.9rem, 6vw, 5.2rem);
  color: var(--soft-cream);
}

.apply-spotlight p {
  margin: 1.1rem auto 0;
  max-width: 34rem;
  color: rgba(246, 243, 237, 0.88);
}

.apply-spotlight .hero-actions {
  justify-content: center;
}

.apply-form {
  padding: 2.2rem;
}

.application-form-body[hidden],
.application-success[hidden] {
  display: none;
}

.form-intro {
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(36, 54, 70, 0.1);
}

.application-progress {
  margin-top: 1.35rem;
  padding: 1rem 1.1rem 1.05rem;
  border-radius: 18px;
  background: rgba(232, 227, 218, 0.58);
  border: 1px solid rgba(36, 54, 70, 0.08);
}

.application-progress-bar {
  width: 100%;
  height: 0.38rem;
  border-radius: 999px;
  background: rgba(36, 54, 70, 0.12);
  overflow: hidden;
}

.application-progress-fill {
  display: block;
  width: 20%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--sunset-gold), #d9b585);
  transition: width 220ms ease;
}

.application-progress-meta {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 0.7rem;
}

.application-step-label,
.application-step-title {
  margin: 0;
}

.application-step-label {
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ocean-teal);
  font-weight: 700;
}

.application-step-title {
  color: var(--ocean-blue);
  font-weight: 600;
}

.form-section {
  margin: 1.5rem 0 0;
  padding: 1.35rem 0 0;
  border: 0;
  border-top: 1px solid rgba(36, 54, 70, 0.1);
}

.form-section[data-step-panel] {
  display: none;
}

.form-section[data-step-panel].is-active {
  display: block;
}

.form-section legend {
  padding: 0 0.5rem 0 0;
  color: var(--ocean-teal);
  font-size: 0.82rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 1.2rem;
}

.full-span {
  grid-column: 1 / -1;
}

.field-note {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.86rem;
  line-height: 1.5;
  font-weight: 500;
  color: var(--muted);
}

.file-field input[type="file"] {
  padding: 0.8rem;
  background: rgba(255, 255, 255, 0.96);
}

.checkbox-field {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 0.4rem;
}

.checkbox-field input[type="checkbox"] {
  width: 1.05rem;
  height: 1.05rem;
  margin: 0;
  accent-color: var(--sunset-gold);
}

.checkbox-field span {
  color: var(--ocean-blue);
  font-weight: 500;
}

.faq-wide {
  width: min(calc(100% - 2rem), var(--max-width));
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem 2rem;
}

.text-link {
  display: inline-flex;
  margin-top: 1.25rem;
  color: var(--ocean-teal);
  font-weight: 600;
}

.final-cta {
  min-height: 76vh;
  overflow: hidden;
}

.final-content {
  position: relative;
  z-index: 1;
  padding: 22vh 0 16vh;
  text-align: center;
  max-width: 760px;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(18, 28, 38, 0.08), rgba(18, 28, 38, 0.34));
  backdrop-filter: blur(6px);
}

.final-content p {
  margin-left: auto;
  margin-right: auto;
}

.final-content h2,
.final-content p,
.final-list p,
.final-list li {
  color: var(--soft-cream);
  text-shadow:
    0 1px 0 rgba(8, 12, 18, 0.82),
    0 0 12px rgba(8, 12, 18, 0.46),
    0 8px 24px rgba(8, 12, 18, 0.42);
}

.final-list {
  margin: 1.2rem auto 1.4rem;
  width: min(100%, 520px);
  text-align: left;
}

.final-list p {
  margin: 0 0 0.45rem;
  font-weight: 600;
}

.final-list ul {
  margin: 0;
  padding-left: 1.2rem;
}

.final-list li {
  font-weight: 500;
}

.final-list li + li {
  margin-top: 0.35rem;
}

.final-close {
  margin-top: 1rem;
  font-weight: 400;
  color: rgba(246, 243, 237, 0.84);
}

.final-apply-line {
  margin-top: 1rem;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.3;
  font-weight: 600;
  color: var(--soft-cream);
}

.final-content .hero-actions {
  justify-content: center;
}

.site-footer {
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 0 auto;
  padding: 4rem 0 2.5rem;
  color: var(--ocean-blue);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 2rem;
  padding-top: 2.5rem;
  border-top: 1px solid var(--border);
}

.site-footer h3 {
  margin-top: 0.75rem;
  font-size: 1.8rem;
}

.site-footer p {
  margin-top: 0.9rem;
  color: var(--muted);
}

.footer-links {
  display: grid;
  gap: 0.75rem;
  margin-top: 1rem;
}

.footer-links a {
  color: var(--muted);
}

.footer-links a:hover,
.text-link:hover {
  color: var(--ocean-blue);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.5rem;
  margin-top: 2rem;
  border-top: 1px solid var(--border);
  font-size: 0.92rem;
}

.js-enabled .reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 700ms ease,
    transform 700ms ease;
}

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

html {
  scroll-padding-top: 110px;
}

.section[id] {
  scroll-margin-top: 110px;
}

.header-ribbon {
  position: fixed;
  top: 0.75rem;
  left: 1rem;
  right: 1rem;
  z-index: 4;
  pointer-events: none;
}

.header-ribbon::before {
  content: none;
}

.header-ribbon::after {
  content: none;
}

.topbar {
  position: fixed;
  top: 0.9rem;
  right: 1rem;
  left: auto;
  transform: none;
  width: fit-content;
  max-width: calc(100vw - 9rem);
  padding: 0.82rem 1.2rem;
  justify-content: flex-end;
  align-items: center;
  background: rgba(36, 49, 60, 0.68);
  border: 1px solid rgba(246, 243, 237, 0.14);
  border-radius: 1.2rem;
  backdrop-filter: blur(18px);
  box-shadow: 0 14px 28px rgba(10, 14, 18, 0.12);
  z-index: 2;
  pointer-events: auto;
}

.topbar-solid {
  background: rgba(36, 49, 60, 0.68);
  border-color: rgba(246, 243, 237, 0.14);
}

.topbar-solid .nav-links a {
  color: rgba(246, 243, 237, 0.86);
}

.topbar-solid .nav-links a:hover {
  color: var(--soft-cream);
  border-color: rgba(200, 160, 106, 0.7);
}

.topbar-solid .brand-edition {
  color: rgba(36, 54, 70, 0.72);
}

.button {
  border-radius: 4px;
}

.floating-logo {
  position: absolute;
  top: 0.9rem;
  left: 1rem;
  z-index: 5;
  pointer-events: auto;
  width: 300px;
  height: 180px;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 1.2rem;
  backdrop-filter: none;
  box-shadow: 0 14px 28px rgba(10, 14, 18, 0.08);
}

.floating-logo .brand-logo {
  width: 100%;
  max-width: none;
  height: 100%;
  transform: none;
  filter: none;
  object-fit: contain;
  object-position: center center;
  border-radius: 1.2rem;
}

.nav-links {
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.85rem;
  max-width: none;
  white-space: nowrap;
}

.nav-links a {
  font-size: 0.74rem;
  letter-spacing: 0.14em;
}

.nav-links .nav-cta {
  padding: 0.74rem 0.96rem;
  border-radius: 4px;
  background: var(--sunset-gold);
  color: #1d2730;
  border: 1px solid rgba(200, 160, 106, 0.8);
  box-shadow: 0 12px 24px rgba(200, 160, 106, 0.18);
}

.nav-links .nav-cta:hover {
  color: #1d2730;
  border-color: rgba(200, 160, 106, 0.95);
  background: #d3ad7d;
}

.compact-actions {
  margin-top: 2rem;
}

.apply-gateway {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
}

.apply-gateway p {
  color: var(--muted);
}

.pricing-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 860px;
}

.reviews-shell {
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 9rem auto 0;
}

.reviews-controls {
  display: flex;
  justify-content: flex-end;
  gap: 0.45rem;
  margin-bottom: 0.7rem;
}

.reviews-button {
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  border: 1px solid rgba(36, 54, 70, 0.12);
  background: rgba(255, 255, 255, 0.64);
  color: rgba(36, 54, 70, 0.72);
  font: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.reviews-button:hover {
  background: rgba(255, 255, 255, 0.88);
  color: var(--ocean-blue);
  border-color: rgba(200, 160, 106, 0.4);
}

.reviews-viewport {
  position: relative;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 9%, #000 91%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 9%, #000 91%, transparent 100%);
  touch-action: pan-y;
  cursor: grab;
}

.reviews-track {
  display: flex;
  gap: 1.35rem;
  width: max-content;
  padding: 0.4rem 0 0.9rem;
  will-change: transform;
}

.review-card {
  flex: 0 0 min(360px, calc(100vw - 3rem));
  min-height: 280px;
  display: flex;
  flex-direction: column;
  background: rgba(248, 246, 241, 0.94);
  box-shadow: 0 18px 38px rgba(22, 28, 34, 0.08);
}

.review-card-wide {
  flex-basis: min(540px, calc(100vw - 3rem));
}

.review-meta {
  align-items: flex-start;
}

.review-meta p.review-rating {
  margin-top: 0;
  font-size: 0;
  line-height: 1;
}

.review-meta p.review-rating::before {
  content: "\2605\2605\2605\2605\2605";
  font-size: 1rem;
  letter-spacing: 0.14em;
  color: var(--sunset-gold);
}

.review-meta p.review-rating.four-stars::before {
  content: "\2605\2605\2605\2605\2606";
}

.review-copy {
  position: relative;
  display: grid;
  gap: 0.85rem;
  margin-top: 1rem;
  color: var(--muted);
  line-height: 1.72;
}

.review-copy p {
  margin: 0;
}

.review-copy p + p {
  margin-top: 0;
}

.review-card-wide .review-copy {
  max-height: 13.2rem;
  overflow: hidden;
  transition: max-height 240ms ease;
}

.review-card-wide .review-copy::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3rem;
  background: linear-gradient(180deg, rgba(246, 243, 237, 0), rgba(246, 243, 237, 0.96));
  transition: opacity 240ms ease;
}

.review-card-wide:hover .review-copy,
.review-card-wide:focus-within .review-copy {
  max-height: 24rem;
}

.review-card-wide:hover .review-copy::after,
.review-card-wide:focus-within .review-copy::after {
  opacity: 0;
}

.reviews-shell.is-paused .reviews-track {
  cursor: grab;
}

.reviews-shell.is-dragging .reviews-viewport {
  cursor: grabbing;
}

.manifesto {
  overflow: hidden;
  color: var(--soft-cream);
}

.manifesto-visual,
.manifesto-overlay {
  position: absolute;
  inset: 0;
}

.manifesto-shot {
  filter: saturate(0.88) contrast(1.02) brightness(0.56);
  object-position: center 55%;
}

.manifesto-overlay {
  background:
    linear-gradient(180deg, rgba(12, 18, 24, 0.42), rgba(12, 18, 24, 0.76)),
    linear-gradient(120deg, rgba(36, 54, 70, 0.7), rgba(200, 160, 106, 0.18));
}

.manifesto-card {
  position: relative;
  z-index: 1;
  background: rgba(246, 243, 237, 0.08);
  border: 1px solid rgba(246, 243, 237, 0.14);
}

.manifesto-card h2,
.manifesto-card p {
  color: var(--soft-cream);
}

.newsletter {
  padding-top: 7rem;
}

.newsletter-card {
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 2rem;
  align-items: center;
  padding: 2.5rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(246, 243, 237, 0.7));
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.newsletter-form label {
  display: block;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--ocean-blue);
}

.newsletter-form input {
  width: 100%;
  margin-top: 0.45rem;
  margin-bottom: 1rem;
  border: 1px solid rgba(36, 54, 70, 0.16);
  border-radius: 14px;
  padding: 0.95rem 1rem;
  font: inherit;
  background: rgba(246, 243, 237, 0.9);
  color: var(--ink);
}

.newsletter-modal {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.newsletter-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.newsletter-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 14, 18, 0.48);
  backdrop-filter: blur(8px);
}

.newsletter-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 920px);
}

.newsletter-modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(36, 54, 70, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ocean-blue);
  font: inherit;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
}

.newsletter-modal-card {
  width: 100%;
  margin: 0;
  padding: 2.2rem;
}

.newsletter-modal-form {
  align-self: end;
}

.final-kicker {
  font-weight: 600;
  color: rgba(246, 243, 237, 0.88);
}

.page-shell {
  position: relative;
}

.apply-page {
  position: relative;
  background: #efe6da;
}

.apply-page::before,
.apply-page::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.apply-page::before {
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(14, 21, 28, 0.3), rgba(14, 21, 28, 0.52)),
    url("assets/apply-hero-trees.jpg") center 42% / cover no-repeat;
}

.apply-page::after {
  display: none;
}

.apply-page .header-ribbon {
  top: 0.75rem;
  left: 1rem;
  right: 1rem;
}

.apply-page .topbar {
  right: 1rem;
  left: auto;
  width: fit-content;
  max-width: calc(100vw - 2rem);
}

.apply-page .apply-hero .eyebrow,
.apply-page .apply-hero h1,
.apply-page .apply-hero .lead,
.apply-page .apply-hero .supporting {
  color: var(--soft-cream);
  text-shadow: 0 10px 28px rgba(8, 12, 16, 0.28);
}

.apply-page .apply-hero h1,
.apply-page .apply-hero .lead,
.apply-page .apply-hero .supporting,
.apply-page .apply-hero .eyebrow {
  text-shadow:
    -1px -1px 0 rgba(20, 30, 38, 0.42),
    1px -1px 0 rgba(20, 30, 38, 0.42),
    -1px 1px 0 rgba(20, 30, 38, 0.42),
    1px 1px 0 rgba(20, 30, 38, 0.42),
    0 10px 28px rgba(8, 12, 16, 0.28);
}

.apply-page .apply-hero h1 {
  text-shadow: 0 10px 28px rgba(8, 12, 16, 0.28);
}

.apply-page .apply-hero .lead {
  max-width: 46rem;
}

.apply-page .apply-hero .supporting {
  max-width: 42rem;
  color: rgba(246, 243, 237, 0.84);
}

.apply-page .apply-hero h1 {
  font-size: clamp(3.8rem, 9vw, 6.4rem);
}

.apply-hero {
  position: relative;
  overflow: hidden;
  min-height: 62vh;
  padding: 10rem 0 6rem;
}

.apply-hero-inner,
.application-grid {
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 0 auto;
}

.apply-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 860px;
  padding-top: 1.25rem;
  text-align: center;
}

.apply-hero-inner .eyebrow,
.apply-hero-inner .lead,
.apply-hero-inner .scroll-cue {
  margin-left: auto;
  margin-right: auto;
}

.application-main {
  position: relative;
  z-index: 1;
}

.application-section {
  padding-top: 0;
}

.application-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  align-items: start;
  margin-top: -1.5rem;
}

.apply-form {
  max-width: 860px;
  width: min(calc(100% - 2rem), 860px);
  margin: 0 auto;
  background: rgba(249, 246, 241, 0.98);
  border: 1px solid rgba(36, 54, 70, 0.08);
  box-shadow: 0 24px 54px rgba(24, 30, 36, 0.09);
}

.apply-logistics,
.apply-faq {
  position: relative;
  z-index: 1;
}

.apply-logistics {
  width: min(calc(100% - 2rem), 860px);
  margin: 3rem auto 0;
  padding: 2.1rem 2rem 2.2rem;
  border-radius: var(--radius-lg);
  background: rgba(249, 246, 241, 0.96);
  border: 1px solid rgba(36, 54, 70, 0.08);
  box-shadow: 0 24px 54px rgba(24, 30, 36, 0.07);
  backdrop-filter: blur(10px);
}

.apply-logistics .section-heading p,
.apply-logistics .section-heading h2,
.apply-logistics .section-heading .eyebrow,
.apply-logistics .section-heading-left p,
.apply-faq .section-heading p,
.apply-faq .section-heading h2,
.apply-faq .section-heading .eyebrow {
  color: var(--ocean-blue);
  text-shadow: none;
}

.apply-logistics .section-heading > p:last-child,
.apply-faq .section-heading > p:last-child {
  color: var(--muted);
}

.apply-logistics .faq-list article,
.apply-faq .faq-list article {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0 0 1rem;
}

.apply-logistics .faq-list p,
.apply-faq .faq-list p {
  color: rgba(29, 42, 53, 0.82);
}

.application-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
}

.application-step-actions {
  justify-content: flex-start;
  align-items: center;
}

.application-step-actions [data-step-action="next"],
.application-step-actions [type="submit"] {
  margin-left: auto;
}

.button.button-muted {
  background: transparent;
  color: rgba(36, 54, 70, 0.74);
  border: 1px solid rgba(36, 54, 70, 0.1);
  box-shadow: none;
}

.button.button-muted:hover {
  background: transparent;
  color: var(--ocean-blue);
  border-color: rgba(36, 54, 70, 0.2);
}

.application-step-actions [data-step-action="next"] {
  background: #5f7f69;
  color: #f6f3ed;
  border: 1px solid rgba(95, 127, 105, 0.9);
  box-shadow: 0 12px 24px rgba(95, 127, 105, 0.18);
}

.application-step-actions [data-step-action="next"]:hover {
  background: #6d8e77;
  color: #f6f3ed;
  border-color: rgba(109, 142, 119, 0.95);
}

.application-step-actions [type="submit"] {
  display: none;
}

.application-step-actions.is-final [data-step-action="next"] {
  display: none;
}

.application-step-actions.is-final [type="submit"] {
  display: inline-flex;
}

.application-actions .button,
.application-actions button {
  width: auto;
}

.application-success {
  display: grid;
  gap: 1rem;
  text-align: center;
  padding-top: 0.4rem;
}

.application-success h3 {
  font-size: clamp(2.2rem, 4vw, 3.1rem);
  color: var(--ocean-blue);
}

.application-success p {
  max-width: 34rem;
  margin: 0 auto;
  color: var(--muted);
}

.application-success-note {
  color: var(--ocean-teal);
  font-weight: 500;
}

.application-success .button {
  width: auto;
  min-width: 240px;
  margin: 0.5rem auto 0;
}

.referral-card {
  display: grid;
  gap: 1rem;
  margin-top: 1.25rem;
  padding: 1.4rem;
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(36, 54, 70, 0.08);
  box-shadow: 0 20px 44px rgba(24, 30, 36, 0.08);
  text-align: left;
}

.referral-card h4 {
  margin: 0;
  font-size: clamp(1.55rem, 2vw, 1.95rem);
  color: var(--ocean-blue);
}

.application-success .referral-card {
  width: min(100%, 40rem);
  margin: 0.75rem auto 0;
  text-align: left;
}

.application-success .referral-card p,
.application-success .referral-card .field-note {
  max-width: none;
  margin: 0;
  color: var(--muted);
}

.application-success .referral-card .button {
  min-width: 0;
  margin: 0;
}

.referral-link-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.75rem;
  align-items: center;
}

.referral-link-input {
  width: 100%;
  min-height: 3.6rem;
  padding: 0.95rem 1.05rem;
  border-radius: 1rem;
  border: 1px solid rgba(36, 54, 70, 0.12);
  background: rgba(246, 243, 237, 0.92);
  color: var(--ocean-blue);
  font: inherit;
}

.referral-share-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.referral-share-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.9rem;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(36, 54, 70, 0.12);
  background: rgba(246, 243, 237, 0.9);
  color: var(--ocean-blue);
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.referral-share-chip:hover,
.referral-share-chip:focus-visible {
  background: rgba(255, 255, 255, 0.98);
  border-color: rgba(200, 160, 106, 0.42);
  color: var(--ocean-blue);
}

.referral-inline-form,
.referral-page-form {
  display: grid;
  gap: 1rem;
}

.referral-form-actions {
  display: flex;
  justify-content: flex-start;
}

.referral-page-card {
  max-width: 860px;
  width: min(calc(100% - 2rem), 860px);
  margin: 0 auto;
  background: rgba(249, 246, 241, 0.98);
  border: 1px solid rgba(36, 54, 70, 0.08);
  box-shadow: 0 24px 54px rgba(24, 30, 36, 0.09);
}

.referral-context {
  display: grid;
  gap: 0.5rem;
  margin-bottom: 1.4rem;
  padding: 1rem 1.1rem;
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(36, 54, 70, 0.08);
  text-align: center;
}

.referral-context-kicker {
  margin: 0;
  color: var(--ocean-teal);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.referral-context-name {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--ocean-blue);
}

.referral-page .apply-hero {
  min-height: 56vh;
}

.form-status {
  margin-top: 1rem;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(36, 54, 70, 0.12);
  border-radius: 10px;
  background: rgba(246, 243, 237, 0.88);
  color: var(--muted);
}

.form-status:empty {
  display: none;
}

@media (max-width: 980px) {
  .header-ribbon {
    left: 0.6rem;
    right: 0.6rem;
  }

  .topbar {
    left: auto;
    right: 0.85rem;
    transform: none;
    width: auto;
    max-width: calc(100vw - 9.5rem);
    top: 1rem;
    justify-content: flex-end;
    align-items: center;
    gap: 0;
    padding: 0.7rem;
    background: rgba(16, 24, 31, 0.68);
    border: 1px solid rgba(246, 243, 237, 0.15);
    border-radius: 1rem;
    backdrop-filter: blur(18px);
    box-shadow: 0 14px 26px rgba(10, 14, 18, 0.16);
  }

  .menu-toggle {
    display: inline-flex;
  }

  .nav-links {
    position: absolute;
    top: calc(100% + 0.6rem);
    right: 0;
    display: none;
    width: min(320px, calc(100vw - 1.7rem));
    padding: 1rem;
    gap: 0.35rem;
    flex-direction: column;
    align-items: stretch;
    background: rgba(16, 24, 31, 0.88);
    border: 1px solid rgba(246, 243, 237, 0.16);
    border-radius: 1rem;
    box-shadow: 0 18px 32px rgba(10, 14, 18, 0.22);
    white-space: normal;
    backdrop-filter: blur(18px);
  }

  .topbar.is-open .nav-links {
    display: flex;
  }

  .nav-links a {
    width: 100%;
    padding: 0.65rem 0;
    border-bottom: 0;
  }

  .nav-links .nav-cta {
    margin-top: 0.35rem;
    width: 100%;
    justify-content: center;
  }

  .section-grid,
  .section-grid.reverse,
  .pricing-grid,
  .audience-grid,
  .activity-grid,
  .room-gallery,
  .footer-grid,
  .form-grid,
  .faq-wide,
  .location-grid,
  .gallery-mosaic,
  .application-grid,
  .newsletter-card,
  .logistics-grid {
    grid-template-columns: 1fr;
  }

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

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

  .compact-logistics-form .logistics-note,
  .compact-logistics-form .button {
    grid-column: auto;
    grid-row: auto;
  }

  .compact-logistics-form .button {
    width: 100%;
  }

  .footer-bottom {
    flex-direction: column;
  }

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

  .feature-image,
  .activity-card,
  .room-gallery img,
  .host-frame {
    height: 320px;
  }

  .gallery-mosaic {
    grid-template-rows: repeat(6, 280px);
  }

  .gallery-view-body,
  .gallery-view-stage {
    grid-template-columns: 1fr;
  }

  .gallery-view-nav {
    display: none;
  }

  .gallery-view-tap-zone {
    display: block;
  }

  .gallery-view-dialog {
    padding: 1rem;
  }

  .gallery-view-thumbs {
    grid-template-columns: repeat(auto-fit, minmax(92px, 1fr));
    max-height: none;
    overflow: visible;
  }

  .house-gallery-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    grid-auto-rows: 280px;
  }

  .mosaic {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 280px);
  }

  .mosaic-card.tall,
  .mosaic-card.wide {
    grid-column: auto;
    grid-row: auto;
  }

  .price-card.featured {
    transform: none;
  }

  .pricing-grid {
    max-width: none;
  }

  .application-aside {
    position: static;
  }

  .floating-logo .brand-logo {
    width: 100%;
    height: 100%;
  }

  .floating-logo {
    width: 176px;
    height: 106px;
  }

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

  .price-card .button {
    margin-left: auto;
    margin-right: auto;
  }

  .audience-visual {
    min-height: 360px;
  }

  .audience-desktop-visual {
    display: none;
  }

  .audience-mobile-visual {
    display: block;
    margin: 1.1rem 0;
    min-height: 320px;
  }

  .community .section-grid.reverse > .copy {
    order: 1;
  }

  .community .section-grid.reverse > .feature-image {
    order: 2;
  }

  .host-desktop-frame {
    display: none;
  }

  .host-mobile-frame {
    display: block;
    margin-top: 1.1rem;
  }
}

@media (max-width: 640px) {
  .hero {
    min-height: 92vh;
  }

  .floating-logo {
    top: 0.55rem;
    left: 0.8rem;
    width: 132px;
    height: 79px;
  }

  .floating-logo .brand-logo {
    width: 100%;
    height: 100%;
  }

  .topbar {
    top: 0.75rem;
    right: 0.8rem;
    max-width: calc(100vw - 8rem);
  }

  .nav-links {
    width: min(280px, calc(100vw - 1.6rem));
  }

  .reviews-viewport::before,
  .reviews-viewport::after {
    width: 2.25rem;
  }

  .reviews-controls {
    justify-content: flex-end;
    gap: 0.55rem;
    margin-bottom: 0.9rem;
  }

  .reviews-button {
    width: 2.35rem;
    height: 2.35rem;
    background: rgba(24, 35, 45, 0.72);
    color: rgba(246, 243, 237, 0.96);
    border-color: rgba(246, 243, 237, 0.24);
    box-shadow: 0 10px 24px rgba(10, 14, 18, 0.18);
  }

  .reviews-button:hover {
    background: rgba(24, 35, 45, 0.86);
    color: rgba(246, 243, 237, 1);
    border-color: rgba(200, 160, 106, 0.5);
  }

  .reviews-track {
    gap: 1rem;
  }

  .review-card,
  .review-card-wide {
    flex-basis: calc(100vw - 4.75rem);
    max-width: calc(100vw - 4.75rem);
  }

  .hero-content,
  .evenings-content,
  .final-content {
    padding-top: 11rem;
  }

  .final-content {
    padding-bottom: 8rem;
  }

  .final-content .hero-actions {
    margin-top: 1.2rem;
  }

  .apply-hero {
    padding-top: 10.5rem;
  }

  .referral-link-row {
    grid-template-columns: 1fr;
  }

  .referral-form-actions,
  .referral-share-actions {
    justify-content: flex-start;
  }

  .apply-spotlight {
    padding: 18vh 0 14vh;
  }

  .scroll-cue {
    margin-top: 2rem;
  }

  .hero h1 {
    font-size: clamp(3rem, 14vw, 4.8rem);
  }

  .copy h2,
  .section-heading h2,
  .evenings-content h2,
  .final-content h2,
  .manifesto-card h2 {
    font-size: clamp(2.2rem, 11vw, 3.3rem);
  }

  .evenings-content {
    position: relative;
    padding-top: 8.5rem;
  }

  .evenings-content::before {
    content: "";
    position: absolute;
    top: 6.75rem;
    left: -0.85rem;
    right: -0.85rem;
    height: min(42vh, 320px);
    border-radius: 1.5rem;
    background:
      linear-gradient(180deg, rgba(8, 10, 12, 0.52), rgba(8, 10, 12, 0.22) 58%, rgba(8, 10, 12, 0) 100%);
    pointer-events: none;
    z-index: -1;
  }

  .evenings-content h2,
  .evenings-content p,
  .evenings-content .eyebrow {
    text-shadow:
      0 1px 0 rgba(0, 0, 0, 0.76),
      0 0 12px rgba(0, 0, 0, 0.6),
      0 8px 24px rgba(0, 0, 0, 0.48);
  }

  .section {
    padding: 5rem 0;
  }

  .logistics,
  .apply-faq,
  .manifesto,
  .newsletter {
    padding-top: 5rem;
  }

  .apply-logistics {
    margin-top: 2.5rem;
  }

  .frame,
  .apply-card,
  .price-card,
  .manifesto-card {
    padding: 1.2rem;
  }
}

.mini-footer {
  padding: 0 0 3rem;
}

.mini-footer-inner {
  width: min(1120px, calc(100% - 3rem));
  margin: 0 auto;
  padding: 1rem 1.35rem;
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(36, 54, 70, 0.1);
  box-shadow: 0 18px 40px rgba(36, 54, 70, 0.08);
  display: flex;
  justify-content: center;
  align-items: center;
}

.mini-footer-link {
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ocean-blue);
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.mini-footer-link:hover,
.mini-footer-link:focus-visible {
  color: var(--sunset-gold);
  opacity: 1;
}

.terms-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at top, rgba(200, 160, 106, 0.08), transparent 40%),
    linear-gradient(180deg, #f7f3ec 0%, #efe7db 100%);
}

.terms-hero {
  position: relative;
  padding: 10rem 0 2.5rem;
}

.terms-hero-inner {
  width: min(920px, calc(100% - 3rem));
  margin: 0 auto;
  text-align: center;
}

.terms-hero-inner h1 {
  margin-bottom: 0.75rem;
}

.terms-effective-date {
  margin: 0;
  color: rgba(36, 54, 70, 0.78);
  font-weight: 500;
}

.terms-main {
  padding-bottom: 3rem;
}

.legal-section {
  padding-top: 1rem;
}

.legal-card {
  width: min(920px, calc(100% - 3rem));
  margin: 0 auto;
  padding: 2.2rem;
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(36, 54, 70, 0.08);
  box-shadow: 0 24px 54px rgba(36, 54, 70, 0.1);
}

.legal-card > p:first-child {
  margin-top: 0;
  color: rgba(36, 54, 70, 0.82);
}

.legal-block + .legal-block {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(36, 54, 70, 0.08);
}

.legal-block h2 {
  margin-bottom: 0.9rem;
  font-size: clamp(1.35rem, 2vw, 1.7rem);
}

.legal-block p {
  margin: 0 0 1rem;
  color: rgba(36, 54, 70, 0.82);
  line-height: 1.75;
}

.legal-list {
  margin: 0 0 1rem 1.25rem;
  padding: 0;
  color: rgba(36, 54, 70, 0.82);
}

.legal-list li + li {
  margin-top: 0.6rem;
}

@media (max-width: 720px) {
  .mini-footer {
    padding-bottom: 2rem;
  }

  .mini-footer-inner {
    width: min(100%, calc(100% - 1.5rem));
    padding: 0.95rem 1rem;
    border-radius: 1.25rem;
  }

  .terms-hero {
    padding-top: 9rem;
  }

  .terms-hero-inner,
  .legal-card {
    width: min(100%, calc(100% - 1.5rem));
  }

  .legal-card {
    padding: 1.35rem;
    border-radius: 1.4rem;
  }

  .legal-block + .legal-block {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
  }
}
