:root {
  direction: rtl;
  --scroll-progress: 0;
  --forest: #062f2a;
  --forest-2: #0b3b33;
  --forest-3: #123f37;
  --ink: #14231f;
  --muted: #68746b;
  --paper: #f5efe2;
  --paper-2: #ebe2d2;
  --paper-3: #fff9ee;
  --gold: #c5a46b;
  --gold-2: #91713f;
  --olive: #6d7551;
  --white: #ffffff;
  --error: #9b352d;
  --line-dark: rgba(6, 47, 42, 0.16);
  --line-light: rgba(197, 164, 107, 0.42);
  --shadow: 0 26px 80px rgba(6, 47, 42, 0.22);
  --radius: 6px;
}

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

html {
  scroll-behavior: smooth;
  background: var(--paper);
  font-family: "Rubik", "Arial Hebrew", Arial, sans-serif;
}

html[data-font-scale="large"] {
  font-size: 112.5%;
}

html[data-font-scale="xlarge"] {
  font-size: 125%;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Rubik", "Arial Hebrew", Arial, sans-serif;
  line-height: 1.62;
  text-align: start;
  letter-spacing: 0;
  font-kerning: normal;
}

button,
input,
select,
textarea {
  font: inherit;
}

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

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

section {
  scroll-margin-block-start: 112px;
}

bdi,
.num {
  unicode-bidi: isolate;
}

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Rubik", "Arial Hebrew", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: 0;
}

p {
  margin: 0;
}

.scroll-progress {
  position: fixed;
  inset-block-start: 0;
  inset-inline: 0;
  z-index: 180;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), rgba(255, 249, 238, 0.92));
  transform: scaleX(var(--scroll-progress));
  transform-origin: right center;
  box-shadow: 0 0 24px rgba(197, 164, 107, 0.48);
}

.skip-link {
  position: fixed;
  inset-block-start: 12px;
  inset-inline-start: 12px;
  z-index: 200;
  transform: translateY(-140%);
  padding: 10px 14px;
  color: var(--forest);
  background: var(--paper-3);
  border: 1px solid var(--gold);
  border-radius: 2px;
}

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

.site-header {
  position: fixed;
  inset-block-start: 0;
  inset-inline: 0;
  z-index: 80;
  min-height: 86px;
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 18px 48px;
  color: var(--paper-3);
  background: linear-gradient(180deg, rgba(12, 13, 11, 0.68), rgba(12, 13, 11, 0.18));
  border-block-end: 1px solid rgba(245, 239, 226, 0.18);
  backdrop-filter: blur(14px);
  transition: min-height 220ms ease-out, background 220ms ease-out, box-shadow 220ms ease-out;
}

.site-header.is-scrolled {
  min-height: 74px;
  background: rgba(12, 13, 11, 0.78);
  box-shadow: 0 20px 60px rgba(5, 29, 25, 0.22);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  color: var(--paper-3);
  font-weight: 800;
}

.brand img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.24));
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 38px;
  margin-inline: auto;
  color: rgba(245, 239, 226, 0.78);
  font-size: 0.95rem;
  font-weight: 700;
}

.nav-links a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  border-block-end: 1px solid transparent;
}

.nav-links a:hover {
  color: var(--paper-3);
  border-color: var(--gold);
}

.header-cta,
.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 160ms ease-out, background 180ms ease-out, color 180ms ease-out, border-color 180ms ease-out;
}

.header-cta {
  padding: 10px 18px;
  color: var(--forest);
  background: var(--gold);
  border: 1px solid var(--gold);
}

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

.hero {
  position: relative;
  min-height: calc(100svh + 170px);
  overflow: clip;
  color: var(--paper-3);
  background: #11100d url("assets/hero-poster.jpg") center / cover no-repeat;
}

.hero-media {
  position: sticky;
  inset-block-start: 0;
  height: 100svh;
  overflow: hidden;
  background: #11100d;
}

.hero-video,
.hero-fallback,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-video,
.hero-fallback {
  object-fit: cover;
  transform: translateZ(0) scale(1.04);
  filter: saturate(1.08) contrast(1.06);
  will-change: transform;
}

.hero-shade {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0) 38%, rgba(0, 0, 0, 0.36)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0) 48%, rgba(0, 0, 0, 0.24));
  mix-blend-mode: multiply;
}

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

.hero-shell {
  position: absolute;
  inset-block-start: 0;
  inset-block-end: auto;
  inset-inline: 0;
  z-index: 2;
  width: min(calc(100% - 96px), 1320px);
  height: 100svh;
  min-height: 0;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto;
  gap: 28px;
  align-items: end;
  padding-block: 126px 38px;
  pointer-events: none;
}

.hero-copy {
  max-width: 620px;
  align-self: center;
  justify-self: end;
  padding-block-end: 58px;
  animation: heroRise 900ms ease-out both;
  pointer-events: auto;
}

.microcopy {
  color: var(--gold);
  font-size: 0.95rem;
  font-weight: 800;
}

.hero h1 {
  margin-block-start: 22px;
  color: var(--paper-3);
  font-size: 4.72rem;
  font-weight: 800;
  line-height: 1.02;
  text-wrap: balance;
  text-shadow: 0 18px 60px rgba(0, 0, 0, 0.28);
}

.hero-subtitle {
  max-width: 520px;
  margin-block-start: 24px;
  color: rgba(245, 239, 226, 0.86);
  font-size: 1.06rem;
  font-weight: 500;
}

.video-sound-toggle {
  position: absolute;
  inset-inline-end: 0;
  inset-block-end: 214px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  color: var(--paper-3);
  background: rgba(12, 13, 11, 0.44);
  border: 1px solid rgba(255, 249, 238, 0.28);
  border-radius: 4px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px) saturate(1.1);
  cursor: pointer;
  font-weight: 800;
  pointer-events: auto;
}

.video-sound-toggle svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.video-sound-toggle:disabled {
  opacity: 0.58;
  cursor: not-allowed;
}

.video-sound-toggle[hidden] {
  display: none;
}

.hero-form {
  position: relative;
  isolation: isolate;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(180px, 238px) minmax(0, 1fr);
  gap: 10px 28px;
  align-items: end;
  padding: 22px 26px 24px;
  overflow: hidden;
  color: var(--paper-3);
  background:
    linear-gradient(150deg, rgba(255, 249, 238, 0.2), rgba(255, 249, 238, 0.05) 44%, rgba(0, 0, 0, 0.18)),
    rgba(12, 13, 11, 0.48);
  border: 1px solid rgba(255, 249, 238, 0.26);
  border-radius: var(--radius);
  box-shadow: 0 32px 110px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(26px) saturate(1.18);
  animation: heroRise 900ms 140ms ease-out both;
  pointer-events: auto;
}

.hero-form::before {
  content: "";
  position: absolute;
  inset-block-start: 0;
  inset-inline: 28px;
  height: 3px;
  background: var(--gold);
}

.hero-form::after,
.lead-form-final::after {
  content: "";
  position: absolute;
  inset-block-start: -30%;
  inset-inline-start: -30%;
  width: 72%;
  height: 160%;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.16), transparent);
  transform: rotate(12deg);
  pointer-events: none;
}

.form-index {
  color: var(--gold);
  font-weight: 900;
}

.hero-form h2 {
  margin-block: 6px 0;
  color: var(--paper-3);
  font-size: 1.48rem;
  line-height: 1.12;
}

.hero-form .lead-form {
  grid-column: 2;
  grid-row: 1 / span 2;
}

.hero-form .lead-form-compact {
  grid-template-columns: minmax(0, 1fr) minmax(150px, 190px);
  gap: 10px 18px;
  align-items: end;
}

.lead-form {
  display: grid;
  gap: 12px;
}

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

.form-wide {
  grid-column: 1 / -1;
}

.lead-form-compact .form-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lead-form-compact .consent {
  grid-column: 1;
}

.lead-form-compact .form-submit {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: end;
  min-height: 54px;
}

.lead-form-compact .form-message {
  grid-column: 1 / -1;
}

label span {
  display: block;
  margin-block-end: 4px;
  color: inherit;
  font-size: 0.86rem;
  font-weight: 800;
}

input,
select {
  width: 100%;
  min-height: 40px;
  padding: 6px 0;
  color: inherit;
  background: transparent;
  border: 0;
  border-block-end: 1px solid rgba(255, 249, 238, 0.36);
  border-radius: 0;
  text-align: start;
}

select {
  cursor: pointer;
}

option {
  color: var(--ink);
  background: var(--paper-3);
}

input:focus,
select:focus {
  border-color: var(--gold);
}

.consent {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 8px;
  color: rgba(20, 35, 31, 0.72);
  font-size: 0.88rem;
  line-height: 1.38;
}

.hero-form .consent {
  color: rgba(255, 249, 238, 0.78);
}

.consent input {
  width: 18px;
  min-height: 18px;
  margin-block-start: 3px;
  accent-color: var(--gold);
}

.consent span {
  margin: 0;
}

.button {
  border: 0;
  padding: 12px 22px;
}

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

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

.form-submit {
  width: 100%;
}

.form-submit[disabled] {
  opacity: 0.68;
  cursor: wait;
  transform: none;
}

.form-message {
  min-height: 22px;
  color: var(--gold);
  font-weight: 900;
}

.form-message.error {
  color: var(--error);
}

.fact-ribbon {
  position: relative;
  z-index: 8;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-block-start: -120px;
  padding-inline: max(32px, calc((100vw - 1320px) / 2));
  color: var(--forest);
  background: var(--paper-3);
  border-block: 1px solid var(--line-dark);
  box-shadow: 0 -24px 80px rgba(0, 0, 0, 0.18);
}

.fact-ribbon p {
  min-height: 132px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 24px 28px;
  border-inline-start: 1px solid var(--line-dark);
  font-size: 0.98rem;
  font-weight: 800;
}

.fact-ribbon p:first-child {
  border-inline-start: 0;
}

.fact-ribbon span {
  display: block;
  color: var(--gold-2);
  font-family: "Rubik", "Arial Hebrew", Arial, sans-serif;
  font-size: 3rem;
  font-weight: 800;
  line-height: 0.9;
}

.editorial-section {
  width: min(calc(100% - 80px), 1320px);
  margin-inline: auto;
  padding-block: 128px;
}

.story-section {
  position: relative;
  isolation: isolate;
  direction: ltr;
  width: min(calc(100% - 32px), 1600px);
  min-height: 600px;
  display: grid;
  grid-template-columns: minmax(420px, 0.88fr) minmax(380px, 0.88fr);
  gap: 96px;
  align-items: center;
  margin-block: 40px 0;
  padding: 54px clamp(32px, 6vw, 104px);
  overflow: hidden;
  background: #f6efe5;
  border: 1px solid rgba(6, 47, 42, 0.18);
  border-radius: 0 0 34px 34px;
}

.story-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url("assets/village-aerial.jpg") center bottom / cover no-repeat;
  filter: saturate(0.78) contrast(1.04);
  opacity: 0.2;
  transform: scale(1.04);
}

.story-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(246, 239, 229, 0.68) 0%, rgba(246, 239, 229, 0.9) 56%, rgba(246, 239, 229, 0.98) 100%),
    radial-gradient(circle at 36% 38%, rgba(255, 249, 238, 0.28), rgba(255, 249, 238, 0) 36%);
}

.story-visual {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 0;
}

.story-foreground {
  position: relative;
  width: min(34vw, 540px);
  max-width: none;
  transform: none;
  filter: drop-shadow(0 36px 54px rgba(6, 47, 42, 0.16));
  -webkit-mask-image: linear-gradient(90deg, #000000 0%, #000000 84%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(90deg, #000000 0%, #000000 84%, rgba(0, 0, 0, 0) 100%);
  will-change: transform;
  pointer-events: none;
}

.story-image {
  height: 620px;
  overflow: hidden;
  border: 1px solid rgba(6, 47, 42, 0.12);
}

.story-image img,
.gallery-board img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
}

.story-copy {
  position: relative;
  z-index: 2;
  direction: rtl;
  align-self: center;
  max-width: 448px;
  padding: 24px 0;
  justify-self: start;
}

.story-copy::before {
  content: "";
  display: block;
  width: 128px;
  height: 1px;
  margin-block-end: 28px;
  background: var(--gold);
}

.story-copy h2,
.ledger-head h2,
.gallery-title h2,
.purchase-strip h2,
.location-note h2,
.final-copy h2 {
  color: var(--forest);
  font-size: 3.72rem;
  line-height: 1.04;
}

.story-copy h2 {
  color: var(--forest);
  font-size: 5.08rem;
  font-weight: 400;
  line-height: 0.92;
  text-transform: uppercase;
}

.story-copy h2 span {
  display: block;
}

.story-lede {
  margin-block-start: 24px;
  color: var(--forest);
  font-size: 1.26rem;
  font-weight: 500;
}

.story-body,
.location-note p {
  max-width: 44ch;
  margin-block-start: 18px;
  color: rgba(20, 35, 31, 0.74);
  font-size: 1.14rem;
}

.text-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  margin-block-start: 32px;
  color: var(--forest);
  border-block-end: 1px solid var(--gold-2);
  font-weight: 900;
}

.homes-ledger {
  padding: 118px max(40px, calc((100vw - 1320px) / 2));
  color: var(--paper-3);
  background: var(--forest);
}

.ledger-head {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  gap: 72px;
  align-items: end;
  margin-block-end: 64px;
}

.ledger-head h2 {
  color: var(--paper-3);
}

.ledger {
  border-block-start: 1px solid var(--line-light);
}

.ledger article {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 48px;
  align-items: center;
  min-height: 216px;
  padding: 42px 0;
  border-block-end: 1px solid var(--line-light);
}

.ledger-number {
  color: var(--gold);
  font-family: "Rubik", "Arial Hebrew", Arial, sans-serif;
  font-size: 5.4rem;
  font-weight: 800;
  line-height: 0.9;
}

.ledger h3 {
  color: var(--paper-3);
  font-size: 2rem;
  line-height: 1.1;
}

.ledger p:not(.microcopy) {
  max-width: 58ch;
  margin-block-start: 12px;
  color: rgba(245, 239, 226, 0.72);
  font-size: 1.06rem;
}

.gallery-section {
  padding: 128px max(32px, calc((100vw - 1360px) / 2));
  background: var(--paper);
}

.gallery-title {
  display: grid;
  grid-template-columns: 0.72fr 1fr;
  gap: 48px;
  align-items: end;
  margin-block-end: 48px;
}

.gallery-title h2 {
  font-weight: 400;
}

.gallery-title .microcopy {
  font-weight: 400;
}

.gallery-board {
  display: grid;
  grid-template-columns: 0.92fr 0.58fr 1.1fr;
  grid-template-rows: 330px 300px;
  gap: 18px;
}

.gallery-board figure {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: var(--paper-2);
  border: 1px solid rgba(6, 47, 42, 0.12);
}

.gallery-pool {
  grid-column: 3;
  grid-row: 1 / span 2;
}

.gallery-aerial {
  grid-column: 1 / span 2;
}

.gallery-board figcaption {
  position: absolute;
  inset-inline: 18px;
  inset-block-end: 18px;
  width: fit-content;
  max-width: calc(100% - 36px);
  padding: 9px 12px;
  color: var(--paper-3);
  background: rgba(6, 47, 42, 0.86);
  border: 1px solid rgba(197, 164, 107, 0.44);
  font-size: 0.88rem;
  font-weight: 400;
}

.purchase-strip {
  display: grid;
  grid-template-columns: 0.84fr 1.16fr;
  gap: 64px;
  align-items: start;
  padding: 96px max(40px, calc((100vw - 1320px) / 2));
  background: var(--paper-3);
  border-block: 1px solid var(--line-dark);
}

.purchase-strip ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-block-start: 1px solid var(--line-dark);
  border-inline-start: 1px solid var(--line-dark);
}

.purchase-strip li {
  min-height: 108px;
  display: flex;
  align-items: center;
  padding: 24px;
  border-inline-end: 1px solid var(--line-dark);
  border-block-end: 1px solid var(--line-dark);
  color: var(--forest);
  font-weight: 900;
}

.location-note {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 56px;
  padding: 96px max(40px, calc((100vw - 1120px) / 2));
  background: var(--paper-2);
}

.location-note h2 {
  font-size: 2.72rem;
}

.final-cta {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 64px;
  align-items: center;
  padding: 118px max(40px, calc((100vw - 1320px) / 2));
  color: var(--paper-3);
  background:
    linear-gradient(90deg, rgba(6, 47, 42, 0.88), rgba(6, 47, 42, 0.58)),
    url("assets/villa-garden.jpg") center / cover;
}

.final-copy h2 {
  color: var(--paper-3);
}

.lead-form-final {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 34px;
  color: var(--paper-3);
  background:
    linear-gradient(150deg, rgba(255, 249, 238, 0.18), rgba(255, 249, 238, 0.04) 46%, rgba(6, 47, 42, 0.36)),
    rgba(6, 47, 42, 0.48);
  border: 1px solid rgba(255, 249, 238, 0.26);
  border-radius: var(--radius);
  box-shadow: 0 32px 110px rgba(5, 29, 25, 0.36);
  backdrop-filter: blur(26px) saturate(1.18);
}

.floating-whatsapp,
.accessibility-toggle,
.floating-sound {
  width: 54px;
  min-width: 54px;
  height: 54px;
  min-height: 54px;
  display: inline-grid;
  place-items: center;
  padding: 0;
  border-radius: 50%;
  border: 2px solid rgba(255, 249, 238, 0.88);
  box-shadow:
    0 14px 30px rgba(6, 47, 42, 0.2),
    inset 0 0 0 4px rgba(255, 249, 238, 0.12);
  backdrop-filter: blur(12px) saturate(1.1);
  transition: transform 160ms ease-out, box-shadow 180ms ease-out, background 180ms ease-out;
}

.floating-whatsapp {
  position: fixed;
  inset-block-end: 22px;
  inset-inline-start: auto;
  inset-inline-end: 18px;
  z-index: 90;
  color: var(--paper-3);
  background: rgba(25, 128, 72, 0.86);
}

.floating-whatsapp:hover,
.accessibility-toggle:hover,
.floating-sound:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow:
    0 18px 38px rgba(6, 47, 42, 0.26),
    inset 0 0 0 4px rgba(255, 249, 238, 0.16);
}

.floating-whatsapp span,
.accessibility-toggle span,
.floating-sound span {
  display: none;
}

.floating-whatsapp svg,
.floating-sound svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}

.floating-sound {
  position: fixed;
  inset-block-end: 22px;
  inset-inline-start: auto;
  inset-inline-end: 84px;
  z-index: 95;
  color: var(--paper-3);
  background: rgba(6, 47, 42, 0.9);
}

.floating-sound.is-muted {
  background: rgba(80, 86, 62, 0.88);
}

.accessibility-widget {
  position: fixed;
  inset-block-end: 22px;
  inset-inline-start: auto;
  inset-inline-end: 150px;
  z-index: 100;
  pointer-events: none;
}

.accessibility-toggle {
  color: var(--paper-3);
  background: rgba(80, 86, 62, 0.86);
  cursor: pointer;
  pointer-events: auto;
}

.accessibility-toggle svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.85;
}

.accessibility-panel {
  position: absolute;
  inset-block-end: calc(100% + 12px);
  inset-inline-start: auto;
  inset-inline-end: 0;
  width: min(360px, calc(100vw - 24px));
  max-height: min(72vh, 620px);
  overflow: auto;
  padding: 18px;
  color: var(--ink);
  background: rgba(255, 249, 238, 0.98);
  border: 1px solid rgba(197, 164, 107, 0.64);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  pointer-events: auto;
}

.accessibility-panel[hidden] {
  display: none;
}

.accessibility-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-block-end: 14px;
}

.accessibility-panel h2,
.accessibility-panel h3 {
  color: var(--forest);
  font-family: "Rubik", "Arial Hebrew", Arial, sans-serif;
  font-weight: 900;
}

.accessibility-panel h2 {
  font-size: 1.35rem;
}

.accessibility-panel h3 {
  margin-block: 18px 8px;
  font-size: 1.05rem;
}

.accessibility-close,
.accessibility-controls button,
.footer-accessibility-link {
  min-height: 44px;
  border-radius: 2px;
  cursor: pointer;
}

.accessibility-close {
  padding: 8px 12px;
  color: var(--forest);
  background: transparent;
  border: 1px solid rgba(6, 47, 42, 0.28);
  font-weight: 900;
}

.accessibility-controls {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.accessibility-controls button {
  padding: 10px;
  color: var(--forest);
  background: var(--white);
  border: 1px solid rgba(6, 47, 42, 0.18);
  font-weight: 900;
}

.accessibility-controls button[aria-pressed="true"] {
  color: var(--forest);
  background: var(--gold);
  border-color: var(--gold-2);
}

.accessibility-statement {
  color: rgba(20, 35, 31, 0.72);
  font-size: 0.95rem;
}

.accessibility-statement p {
  margin-block-end: 10px;
}

.accessibility-statement a,
.footer-accessibility-link {
  color: var(--forest);
  text-decoration: underline;
  text-underline-offset: 4px;
  font-weight: 900;
}

.site-footer {
  padding: 36px max(40px, calc((100vw - 1320px) / 2));
  color: rgba(245, 239, 226, 0.68);
  background: var(--forest);
  border-block-start: 1px solid rgba(197, 164, 107, 0.28);
}

.site-footer div {
  display: grid;
  gap: 6px;
}

.footer-accessibility-link {
  padding: 0;
  color: rgba(245, 239, 226, 0.86);
  background: transparent;
  border: 0;
}

html[data-readable-font="true"] body,
html[data-readable-font="true"] button,
html[data-readable-font="true"] input,
html[data-readable-font="true"] select,
html[data-readable-font="true"] h1,
html[data-readable-font="true"] h2,
html[data-readable-font="true"] h3 {
  font-family: "Rubik", "Arial Hebrew", Arial, sans-serif;
  line-height: 1.74;
}

html[data-underline-links="true"] a {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

html[data-reduce-motion="true"] *,
html[data-reduce-motion="true"] *::before,
html[data-reduce-motion="true"] *::after {
  scroll-behavior: auto !important;
  transition-duration: 0.01ms !important;
  animation-duration: 0.01ms !important;
}

html[data-reduce-motion="true"] .hero-video {
  display: none;
}

.reveal-element {
  opacity: 0;
  transform: translateY(36px) scale(0.985);
  clip-path: inset(8% 0 0 0);
  transition:
    opacity 700ms ease-out var(--reveal-delay, 0ms),
    transform 850ms cubic-bezier(0.16, 1, 0.3, 1) var(--reveal-delay, 0ms),
    clip-path 850ms cubic-bezier(0.16, 1, 0.3, 1) var(--reveal-delay, 0ms);
  will-change: opacity, transform, clip-path;
}

.reveal-element.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  clip-path: inset(0);
}

.reveal-element.reveal-soft {
  transform: translateY(24px);
}

@keyframes heroRise {
  from {
    opacity: 0;
    transform: translateY(28px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

html[data-high-contrast="true"] {
  --forest: #000000;
  --forest-2: #111111;
  --forest-3: #111111;
  --ink: #ffffff;
  --muted: #ffffff;
  --paper: #000000;
  --paper-2: #000000;
  --paper-3: #000000;
  --gold: #ffff00;
  --gold-2: #ffff00;
  --olive: #ffffff;
  --white: #000000;
  --shadow: none;
}

html[data-high-contrast="true"] body,
html[data-high-contrast="true"] .hero-form,
html[data-high-contrast="true"] .lead-form-final,
html[data-high-contrast="true"] .accessibility-panel,
html[data-high-contrast="true"] .purchase-strip li {
  color: #ffffff;
  background: #000000;
  border-color: #ffffff;
}

html[data-high-contrast="true"] p,
html[data-high-contrast="true"] h1,
html[data-high-contrast="true"] h2,
html[data-high-contrast="true"] h3,
html[data-high-contrast="true"] figcaption,
html[data-high-contrast="true"] label span {
  color: #ffffff;
}

html[data-high-contrast="true"] a,
html[data-high-contrast="true"] button,
html[data-high-contrast="true"] .microcopy {
  color: #ffff00;
}

html[data-high-contrast="true"] .button-primary,
html[data-high-contrast="true"] .header-cta,
html[data-high-contrast="true"] .accessibility-toggle,
html[data-high-contrast="true"] .video-sound-toggle {
  color: #000000;
  background: #ffff00;
}

html[data-high-contrast="true"] input,
html[data-high-contrast="true"] select {
  color: #ffffff;
  background: #000000;
  border-color: #ffffff;
}

@media (max-width: 1024px) {
  .site-header {
    padding-inline: 24px;
  }

  .nav-links {
    display: none;
  }

  .hero-shell,
  .story-section,
  .ledger-head,
  .purchase-strip,
  .location-note,
  .final-cta {
    grid-template-columns: 1fr;
  }

  .hero-shell {
    gap: 34px;
  }

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

  .hero-form .lead-form {
    grid-column: auto;
    grid-row: auto;
  }

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

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

  .lead-form-compact .consent,
  .lead-form-compact .form-submit,
  .lead-form-compact .form-message {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .hero h1 {
    font-size: 3.48rem;
  }

  .story-section {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 64px 40px 72px;
  }

  .story-visual {
    order: 1;
    justify-content: center;
  }

  .story-copy {
    max-width: 620px;
    justify-self: stretch;
    order: 2;
  }

  .story-foreground {
    width: min(72%, 500px);
    transform: none;
  }

  .story-image {
    height: 480px;
  }

  .gallery-board {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 320px 280px 280px;
  }

  .gallery-pool,
  .gallery-aerial {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .floating-whatsapp {
    inset-block-start: auto;
    inset-block-end: 18px;
    inset-inline-start: auto;
    inset-inline-end: 18px;
  }

  .floating-sound {
    inset-block-start: auto;
    inset-block-end: 18px;
    inset-inline-start: auto;
    inset-inline-end: 84px;
  }

  .accessibility-widget {
    inset-block-start: auto;
    inset-block-end: 18px;
    inset-inline-start: auto;
    inset-inline-end: 150px;
  }
}

@media (max-width: 680px) {
  .site-header {
    min-height: 72px;
    padding: 12px;
    grid-template-columns: auto auto;
    background: linear-gradient(180deg, rgba(12, 13, 11, 0.86), rgba(12, 13, 11, 0.44));
  }

  .brand {
    justify-self: end;
  }

  .brand span {
    display: none;
  }

  .brand img {
    width: 40px;
    height: 40px;
  }

  .header-cta {
    min-height: 42px;
    padding: 9px 13px;
    font-size: 0.9rem;
  }

  .hero-shell {
    position: relative;
    height: auto;
    width: min(calc(100% - 24px), 1320px);
    min-height: auto;
    padding-block: 104px 32px;
    gap: 18px;
  }

  .hero {
    min-height: auto;
    overflow: hidden;
  }

  .hero-media {
    position: absolute;
    inset: 0;
    height: 100%;
  }

  .hero-copy {
    align-self: end;
    justify-self: stretch;
    padding-block-end: 10px;
  }

  .hero h1 {
    font-size: 2.42rem;
  }

  .hero-subtitle {
    font-size: 0.95rem;
  }

  .video-sound-toggle {
    position: relative;
    inset: auto;
    justify-self: start;
    min-height: 44px;
    padding: 9px 12px;
    font-size: 0.9rem;
  }

  .hero-form {
    padding: 20px;
  }

  .hero-form h2 {
    font-size: 1.42rem;
  }

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

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

  .lead-form-compact .consent {
    margin-block-start: 0;
  }

  .story-section {
    width: min(calc(100% - 16px), 1600px);
    margin-block-start: 16px;
    padding: 44px 16px 56px;
    border-radius: 0 0 22px 22px;
  }

  .story-visual {
    min-height: 0;
  }

  .story-foreground {
    width: min(88%, 330px);
  }

  .story-copy {
    padding-block: 8px 0;
  }

  .story-copy::before {
    width: 92px;
    margin-block-end: 20px;
  }

  .story-copy h2 {
    font-size: 3.2rem;
  }

  .story-lede {
    font-size: 1.08rem;
  }

  .story-body {
    font-size: 1rem;
  }

  .fact-ribbon {
    grid-template-columns: 1fr 1fr;
    margin-block-start: 0;
    padding-inline: 0;
  }

  .fact-ribbon p:last-child {
    grid-column: 1 / -1;
  }

  .fact-ribbon p {
    min-height: 104px;
    padding: 18px;
    border-block-end: 1px solid var(--line-dark);
    font-size: 0.92rem;
  }

  .fact-ribbon span {
    font-size: 2.36rem;
  }

  .editorial-section,
  .gallery-section,
  .homes-ledger,
  .purchase-strip,
  .location-note,
  .final-cta {
    padding-block: 72px;
  }

  .editorial-section {
    width: min(calc(100% - 24px), 1320px);
  }

  .story-section,
  .ledger-head,
  .purchase-strip,
  .location-note,
  .final-cta {
    gap: 32px;
  }

  .story-image {
    height: 330px;
  }

  .story-copy {
    padding-block: 0;
  }

  .story-copy h2,
  .ledger-head h2,
  .gallery-title h2,
  .purchase-strip h2,
  .location-note h2,
  .final-copy h2 {
    font-size: 2.42rem;
  }

  .story-section {
    width: min(calc(100% - 16px), 1600px);
    gap: 18px;
    padding: 48px 18px 56px;
  }

  .story-copy {
    padding-block: 8px 0;
  }

  .story-copy h2 {
    font-size: 3rem;
  }

  .ledger article {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 18px;
    padding: 30px 0;
  }

  .ledger-number {
    font-size: 4.2rem;
  }

  .ledger h3 {
    font-size: 1.62rem;
  }

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

  .gallery-board {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 270px);
  }

  .gallery-pool,
  .gallery-aerial {
    grid-column: auto;
    grid-row: auto;
  }

  .purchase-strip ul {
    grid-template-columns: 1fr;
  }

  .lead-form-final {
    padding: 22px;
  }

  .floating-whatsapp {
    inset-block-start: auto;
    inset-block-end: 14px;
    inset-inline-start: auto;
    inset-inline-end: 12px;
  }

  .floating-sound {
    inset-block-start: auto;
    inset-block-end: 14px;
    inset-inline-start: auto;
    inset-inline-end: 74px;
  }

  .accessibility-widget {
    inset-block-start: auto;
    inset-block-end: 14px;
    inset-inline-start: auto;
    inset-inline-end: 136px;
  }

  .accessibility-toggle,
  .floating-sound {
    width: 54px;
    min-width: 54px;
    height: 54px;
    min-height: 54px;
  }

  .accessibility-panel {
    inset-block-start: auto;
    inset-block-end: calc(100% + 12px);
    inset-inline-start: auto;
    inset-inline-end: 0;
    width: calc(100vw - 24px);
    max-height: 68vh;
  }
}

/* 2026 editorial refresh */
:root {
  --stone: #d8d0c2;
  --clay: #a87954;
  --charcoal: #11140f;
  --glass-dark: rgba(17, 20, 15, 0.48);
  --glass-light: rgba(255, 249, 238, 0.64);
  --ease-luxury: cubic-bezier(0.16, 1, 0.3, 1);
}

body {
  background:
    linear-gradient(180deg, #f8f1e6 0%, #eee5d5 48%, #f8f1e6 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.32;
  background-image:
    linear-gradient(rgba(6, 47, 42, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(6, 47, 42, 0.026) 1px, transparent 1px);
  background-size: 96px 96px, 96px 96px;
}

.site-header {
  inset-inline: 24px;
  inset-block-start: 18px;
  min-height: 66px;
  padding: 10px 16px;
  color: var(--paper-3);
  background: rgba(13, 17, 13, 0.44);
  border: 1px solid rgba(255, 249, 238, 0.18);
  border-radius: 8px;
  box-shadow: 0 22px 80px rgba(4, 18, 16, 0.18);
}

.site-header.is-scrolled {
  min-height: 62px;
  background: rgba(13, 17, 13, 0.74);
}

.brand {
  min-height: 42px;
  gap: 12px;
  font-weight: 600;
}

.brand img {
  width: 34px;
  height: 34px;
}

.nav-links {
  gap: 32px;
  font-size: 0.9rem;
  font-weight: 500;
}

.header-cta,
.button {
  border-radius: 4px;
  font-weight: 700;
}

.header-cta {
  min-height: 42px;
  padding: 9px 16px;
  color: var(--forest);
  background: rgba(230, 202, 148, 0.92);
}

.hero {
  min-height: 100svh;
  overflow: hidden;
  background: #151611;
}

.hero-media {
  position: absolute;
  inset: 0;
  height: 100%;
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("assets/hero-poster.jpg") center / cover no-repeat;
  opacity: 0;
  filter: none;
}

.hero-video,
.hero-fallback {
  z-index: 1;
  transform: none;
  opacity: 1;
  filter: saturate(1.03) contrast(1.01);
  object-position: center center;
}

.hero-shade {
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(7, 10, 8, 0.14) 0%, rgba(7, 10, 8, 0) 36%, rgba(7, 10, 8, 0.08) 70%, rgba(7, 10, 8, 0.26) 100%),
    linear-gradient(90deg, rgba(7, 10, 8, 0) 0%, rgba(7, 10, 8, 0.04) 46%, rgba(7, 10, 8, 0.2) 100%);
  mix-blend-mode: normal;
}

.hero-shell {
  width: min(calc(100% - 64px), 1480px);
  height: 100svh;
  grid-template-rows: 1fr auto;
  padding-block: 120px 30px;
  gap: 22px;
}

.hero-copy {
  position: relative;
  isolation: isolate;
  width: min(100%, 560px);
  max-width: 560px;
  align-self: center;
  justify-self: start;
  padding-block: 24px 26px;
  padding-inline: 30px 26px;
  text-align: start;
}

.hero-copy::before {
  content: "";
  position: absolute;
  inset-block: 0;
  inset-inline: 0 -18px;
  z-index: -1;
  background:
    linear-gradient(105deg, rgba(11, 14, 11, 0.64), rgba(11, 14, 11, 0.44) 66%, rgba(11, 14, 11, 0.12)),
    radial-gradient(circle at 86% 44%, rgba(255, 249, 238, 0.12), rgba(255, 249, 238, 0) 52%);
  border-block-start: 1px solid rgba(230, 202, 148, 0.36);
  border-inline-start: 1px solid rgba(255, 249, 238, 0.16);
  border-radius: 6px;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(8px) saturate(1.08);
}

.microcopy {
  color: var(--gold);
  font-size: 0.9rem;
  font-weight: 600;
}

.hero h1 {
  max-width: 15ch;
  margin-block-start: 18px;
  color: var(--paper-3);
  font-size: 3.42rem;
  font-weight: 500;
  line-height: 1.04;
  text-shadow: 0 8px 26px rgba(0, 0, 0, 0.56);
}

.hero-tagline {
  width: fit-content;
  margin-block-start: 22px;
  padding-block-start: 18px;
  color: var(--paper-3);
  border-block-start: 1px solid rgba(230, 202, 148, 0.78);
  font-size: 1.32rem;
  font-weight: 600;
}

.hero-subtitle {
  max-width: 38ch;
  margin-block-start: 16px;
  color: rgba(255, 249, 238, 0.92);
  font-size: 1.02rem;
  line-height: 1.72;
}

.video-sound-toggle {
  inset-inline-end: auto;
  inset-inline-start: 0;
  inset-block-end: 164px;
  width: 46px;
  min-width: 46px;
  height: 46px;
  min-height: 46px;
  justify-content: center;
  padding: 0;
  color: var(--paper-3);
  background: rgba(17, 20, 15, 0.3);
  border-color: rgba(255, 249, 238, 0.24);
  border-radius: 50%;
}

.video-sound-toggle span {
  display: none;
}

.video-sound-toggle svg {
  width: 20px;
  height: 20px;
}

.hero-form {
  width: min(100%, 560px);
  justify-self: start;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 14px;
  padding: 14px 18px 16px;
  color: var(--paper-3);
  background:
    linear-gradient(120deg, rgba(255, 249, 238, 0.16), rgba(255, 249, 238, 0.045) 44%, rgba(17, 20, 15, 0.18)),
    rgba(17, 20, 15, 0.52);
  border-color: rgba(255, 249, 238, 0.24);
  border-radius: 7px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(20px) saturate(1.12);
}

.hero-form::before {
  inset-inline: 16px;
  height: 4px;
  background: linear-gradient(90deg, var(--forest), #0a5a4f);
  box-shadow: 0 0 0 1px rgba(255, 249, 238, 0.12);
}

.hero-form h2 {
  grid-column: 1;
  grid-row: 1;
  margin-block-start: 2px;
  font-size: 1.02rem;
  font-weight: 500;
}

.form-index {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  font-size: 0.68rem;
  font-weight: 600;
  white-space: nowrap;
}

.hero-form .lead-form {
  grid-column: 1 / -1;
  grid-row: 2;
}

.hero-form .lead-form-compact {
  grid-template-columns: minmax(0, 1fr) minmax(132px, 148px);
  gap: 8px 12px;
}

.lead-form-compact .form-grid {
  grid-column: 1;
  grid-row: 1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.lead-form-compact .consent {
  grid-column: 1 / -1;
  grid-row: 2;
  margin-block-start: 0;
}

.lead-form-compact .form-submit {
  grid-column: 2;
  grid-row: 1;
  align-self: end;
  min-height: 42px;
}

label span {
  font-size: 0.76rem;
  font-weight: 600;
}

input,
select {
  min-height: 36px;
  padding: 5px 0;
  border-block-end-color: rgba(255, 249, 238, 0.42);
}

.button-primary {
  background: #d7b976;
}

.fact-ribbon {
  margin-block-start: 0;
  padding-inline: max(24px, calc((100vw - 1480px) / 2));
  color: var(--forest);
  background:
    linear-gradient(90deg, rgba(255, 249, 238, 0.96), rgba(238, 229, 213, 0.98)),
    var(--paper-3);
  border-block: 1px solid rgba(6, 47, 42, 0.1);
  box-shadow: none;
}

.fact-ribbon p {
  min-height: 108px;
  padding: 18px 24px;
  gap: 6px;
  font-size: 0.9rem;
  font-weight: 600;
}

.fact-ribbon span {
  color: var(--forest);
  font-size: 2.34rem;
  font-weight: 500;
}

.editorial-section {
  width: min(calc(100% - 64px), 1480px);
  padding-block: 112px;
}

.story-section {
  width: min(calc(100% - 48px), 1520px);
  min-height: 590px;
  grid-template-columns: minmax(360px, 0.82fr) minmax(420px, 0.95fr);
  gap: 112px;
  padding: 58px clamp(36px, 5vw, 92px);
  border-color: rgba(6, 47, 42, 0.1);
  border-radius: 0;
  box-shadow: inset 0 0 0 1px rgba(255, 249, 238, 0.42);
}

.story-section::before {
  opacity: 0.24;
}

.story-section::after {
  background:
    linear-gradient(90deg, rgba(246, 239, 229, 0.46) 0%, rgba(246, 239, 229, 0.78) 54%, rgba(246, 239, 229, 0.96) 100%),
    radial-gradient(circle at 30% 42%, rgba(255, 249, 238, 0.12), rgba(255, 249, 238, 0) 36%);
}

.story-foreground {
  width: min(33vw, 530px);
  filter: drop-shadow(0 28px 42px rgba(6, 47, 42, 0.13));
}

.story-copy {
  max-width: 500px;
}

.story-copy::before {
  width: 152px;
  height: 1px;
  margin-block-end: 24px;
}

.story-copy h2 {
  font-size: 4.55rem;
  font-weight: 400;
}

.story-lede {
  font-size: 1.18rem;
  font-weight: 600;
}

.story-body,
.location-note p {
  color: rgba(20, 35, 31, 0.72);
  font-size: 1.05rem;
  line-height: 1.82;
}

.text-link {
  font-weight: 700;
}

.homes-ledger {
  position: relative;
  isolation: isolate;
  padding-block: 128px;
  background:
    linear-gradient(90deg, rgba(6, 47, 42, 0.98), rgba(6, 47, 42, 0.9)),
    url("assets/private-garden-lounge.jpg") center / cover;
}

.homes-ledger::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255, 249, 238, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 249, 238, 0.035) 1px, transparent 1px);
  background-size: 86px 86px;
}

.ledger-head {
  gap: 96px;
  margin-block-end: 56px;
}

.ledger-head h2,
.gallery-title h2,
.purchase-strip h2,
.location-note h2,
.final-copy h2 {
  font-weight: 500;
}

.ledger article {
  grid-template-columns: 180px minmax(0, 1fr);
  min-height: 190px;
  padding: 36px 0;
}

.ledger-number {
  font-size: 5rem;
  font-weight: 400;
}

.ledger h3 {
  font-size: 1.7rem;
  font-weight: 500;
}

.gallery-section {
  padding-block: 116px;
  background:
    linear-gradient(180deg, rgba(255, 249, 238, 0.44), rgba(238, 229, 213, 0.36)),
    var(--paper);
}

.gallery-title {
  grid-template-columns: 1fr;
  margin-block-end: 40px;
}

.gallery-board {
  grid-template-columns: 1.2fr 0.74fr 0.86fr;
  grid-template-rows: 380px 320px;
  gap: 14px;
}

.gallery-board figure {
  border: 0;
  border-radius: 0;
  box-shadow: 0 30px 90px rgba(6, 47, 42, 0.08);
}

.gallery-board img {
  transition: transform 900ms var(--ease-luxury), filter 700ms ease;
}

.gallery-board figure:hover img {
  transform: scale(1.045);
  filter: saturate(1.04) contrast(1.02);
}

.gallery-board figcaption {
  inset-inline: 16px;
  inset-block-end: 16px;
  padding: 8px 11px;
  background: rgba(6, 47, 42, 0.72);
  border-color: rgba(255, 249, 238, 0.24);
  font-size: 0.82rem;
}

.purchase-strip {
  grid-template-columns: 0.7fr 1.3fr;
  padding-block: 112px;
  background: #fbf6ec;
  border-block-color: rgba(6, 47, 42, 0.08);
}

.purchase-strip ul {
  gap: 0;
  border: 0;
}

.purchase-strip li {
  min-height: 92px;
  padding: 22px 0;
  border-inline: 0;
  border-block-end: 1px solid rgba(6, 47, 42, 0.14);
  font-weight: 600;
}

.purchase-strip li::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-inline-end: 14px;
  background: var(--gold);
  transform: rotate(45deg);
  flex: 0 0 auto;
}

.location-note {
  grid-template-columns: 0.78fr 1fr;
  padding-block: 104px;
  background:
    linear-gradient(90deg, rgba(238, 229, 213, 0.92), rgba(255, 249, 238, 0.7)),
    url("assets/village-aerial.jpg") center / cover;
}

.location-note h2 {
  font-size: 2.45rem;
  font-weight: 500;
}

.final-cta {
  padding-block: 126px;
  background:
    linear-gradient(90deg, rgba(6, 47, 42, 0.94), rgba(6, 47, 42, 0.66) 54%, rgba(17, 20, 15, 0.28)),
    url("assets/private-pool-yard.jpg") center / cover;
}

.lead-form-final {
  border-radius: 8px;
  background:
    linear-gradient(150deg, rgba(255, 249, 238, 0.17), rgba(255, 249, 238, 0.045) 48%, rgba(6, 47, 42, 0.22)),
    rgba(6, 47, 42, 0.44);
}

.floating-whatsapp,
.accessibility-toggle,
.floating-sound {
  width: 52px;
  min-width: 52px;
  height: 52px;
  min-height: 52px;
  border-width: 1px;
}

@media (min-width: 1700px) {
  .hero-shell {
    width: min(calc(100% - 96px), 1600px);
  }

  .hero h1 {
    font-size: 4rem;
  }

  .hero-copy {
    max-width: 690px;
  }
}

@media (max-width: 1024px) {
  .site-header {
    inset-inline: 16px;
  }

  .hero-shell {
    width: min(calc(100% - 40px), 920px);
    padding-block: 110px 26px;
  }

  .hero h1 {
    font-size: 3.05rem;
  }

  .hero-form {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .story-section {
    gap: 36px;
    padding-block: 56px 72px;
  }

  .story-foreground {
    width: min(70%, 480px);
  }
}

@media (max-width: 680px) {
  .site-header {
    display: none;
  }

  .hero {
    min-height: auto;
    overflow: visible;
    background:
      linear-gradient(180deg, #11140f 0 100svh, var(--paper) 100svh),
      var(--paper);
  }

  .hero-shell {
    position: relative;
    height: auto;
    min-height: auto;
    width: min(calc(100% - 24px), 520px);
    padding-block: 18px 30px;
    display: grid;
    align-content: start;
    gap: 12px;
  }

  .hero-media {
    position: relative;
    height: 100svh;
    overflow: hidden;
    border-radius: 0;
    box-shadow: 0 20px 52px rgba(6, 47, 42, 0.18);
  }

  .hero-video,
  .hero-fallback {
    object-position: center center;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(7, 10, 8, 0.06), rgba(7, 10, 8, 0.02) 42%, rgba(7, 10, 8, 0.32) 100%);
  }

  .mobile-video-cta {
    position: absolute;
    left: auto;
    right: 22px;
    inset-block-end: calc(24px + env(safe-area-inset-bottom));
    width: min(160px, calc(100% - 210px));
    z-index: 4;
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--forest);
    background: rgba(230, 202, 148, 0.94);
    border: 1px solid rgba(255, 249, 238, 0.72);
    border-radius: 4px;
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.22);
    font-size: 1rem;
    font-weight: 800;
  }

  .hero-copy {
    width: 100%;
    max-width: none;
    align-self: start;
    justify-self: stretch;
    padding-block: 20px 18px;
    padding-inline: 20px;
    color: var(--forest);
    background: rgba(255, 249, 238, 0.96);
    border: 1px solid rgba(6, 47, 42, 0.12);
    border-radius: 8px;
    box-shadow: 0 18px 48px rgba(6, 47, 42, 0.1);
  }

  .hero-copy::before {
    display: none;
  }

  .hero h1 {
    max-width: 12ch;
    margin-block-start: 12px;
    color: var(--forest);
    font-size: 2rem;
    text-shadow: none;
  }

  .hero-tagline {
    margin-block-start: 14px;
    padding-block-start: 12px;
    color: var(--forest);
    border-block-start-color: rgba(198, 157, 92, 0.7);
    font-size: 1rem;
  }

  .hero-subtitle {
    margin-block-start: 12px;
    color: rgba(20, 35, 31, 0.78);
    font-size: 0.92rem;
    line-height: 1.58;
  }

  .video-sound-toggle {
    position: fixed;
    inset-block-start: auto;
    inset-block-end: 14px;
    inset-inline-start: auto;
    inset-inline-end: 74px;
    z-index: 95;
    margin: 0;
    background: rgba(6, 47, 42, 0.9);
  }

  .hero-form {
    width: 100%;
    grid-template-columns: 1fr;
    padding: 16px;
    color: var(--forest);
    background:
      linear-gradient(140deg, rgba(255, 249, 238, 0.96), rgba(238, 229, 213, 0.92)),
      var(--paper-3);
    border-color: rgba(6, 47, 42, 0.14);
    border-radius: 6px;
    box-shadow: 0 18px 48px rgba(6, 47, 42, 0.1);
    backdrop-filter: none;
  }

  .hero-form::before {
    height: 5px;
    background: linear-gradient(90deg, var(--forest), #0a5a4f);
  }

  .hero-form h2,
  .hero-form .form-index {
    grid-column: 1;
    grid-row: auto;
  }

  .hero-form .lead-form,
  .lead-form-compact .form-grid {
    grid-column: 1;
    grid-row: auto;
  }

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

  .lead-form-compact .consent,
  .lead-form-compact .form-submit,
  .lead-form-compact .form-message {
    grid-column: 1;
    grid-row: auto;
  }

  .lead-form-compact .form-submit {
    min-height: 50px;
  }

  .hero-form input,
  .hero-form select {
    border-block-end-color: rgba(6, 47, 42, 0.28);
  }

  .fact-ribbon {
    grid-template-columns: 1fr 1fr;
  }

  .fact-ribbon p {
    min-height: 92px;
  }

  .story-section {
    width: min(calc(100% - 18px), 520px);
    grid-template-columns: minmax(0, 1fr);
    direction: rtl;
    gap: 22px;
    padding: 42px 18px 54px;
  }

  .story-visual {
    order: 2;
    width: 100%;
    justify-content: center;
  }

  .story-foreground {
    display: block;
    width: min(86%, 320px);
    margin-inline: auto;
  }

  .story-copy {
    order: 1;
    width: 100%;
    max-width: none;
    justify-self: stretch;
    direction: rtl;
    padding-block: 0;
  }

  .story-copy::before {
    width: 96px;
    margin-block-end: 18px;
  }

  .story-copy h2 {
    font-size: 2.86rem;
  }

  .story-body {
    max-width: none;
    font-size: 0.96rem;
    line-height: 1.72;
  }

  .gallery-board {
    grid-template-columns: 1fr;
    grid-template-rows: 320px 230px 230px 280px;
  }
}

.floating-whatsapp {
  left: 18px;
  right: auto;
  bottom: 22px;
}

.floating-sound.video-sound-toggle {
  position: fixed;
  top: auto;
  left: 84px;
  right: auto;
  bottom: 22px;
  z-index: 95;
  width: 52px;
  min-width: 52px;
  height: 52px;
  min-height: 52px;
  display: inline-grid;
  place-items: center;
  padding: 0;
  color: var(--paper-3);
  background: rgba(6, 47, 42, 0.9);
  border: 1px solid rgba(255, 249, 238, 0.88);
  border-radius: 50%;
}

.floating-sound.video-sound-toggle.is-muted {
  background: rgba(80, 86, 62, 0.88);
}

.accessibility-widget {
  left: 150px;
  right: auto;
  bottom: 22px;
}

.hero-form {
  color: var(--paper-3);
  background:
    radial-gradient(circle at 16% 8%, rgba(230, 202, 148, 0.18), transparent 30%),
    linear-gradient(135deg, #062f2a 0%, #073f37 56%, #041f1b 100%);
  border-color: rgba(230, 202, 148, 0.32);
  box-shadow: 0 24px 74px rgba(6, 47, 42, 0.28);
  backdrop-filter: none;
}

.hero-form::before {
  inset-inline: 16px;
  background: rgba(230, 202, 148, 0.86);
  box-shadow: none;
}

.hero-form .form-index,
.hero-form h2,
.hero-form label span,
.hero-form .consent span {
  color: var(--paper-3);
}

.hero-form .form-index {
  color: var(--gold);
}

.hero-form input,
.hero-form select {
  color: var(--paper-3);
  border-block-end-color: rgba(255, 249, 238, 0.46);
}

.hero-form select option {
  color: var(--forest);
}

.hero-form .consent input {
  accent-color: var(--gold);
}

@media (max-width: 680px) {
  .fact-ribbon {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-inline: 0;
  }

  .fact-ribbon p {
    min-height: 112px;
    justify-items: center;
    text-align: center;
    padding: 18px 10px;
  }

  .fact-ribbon p:last-child {
    grid-column: 1 / -1;
    min-height: 118px;
    border-inline-start: 0;
  }

  .fact-ribbon p:last-child span {
    font-size: 2.7rem;
    line-height: 0.95;
  }

  .floating-whatsapp {
    left: 12px;
    right: auto;
    bottom: 14px;
  }

  .floating-sound.video-sound-toggle {
    left: 74px;
    right: auto;
    bottom: 14px;
  }

  .accessibility-widget {
    left: 136px;
    right: auto;
    bottom: 14px;
  }
}

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

  .hero-copy,
  .hero-form,
  .reveal-element {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    clip-path: none !important;
  }
}
