:root {
  --forest: #1e2d24;
  --forest-deep: #142019;
  --sand: #cdba9a;
  --sand-light: #e2d5bf;
  --coal: #2b2b2b;
  --ivory: #f4f2ee;
  --stone: #8c8376;
  --ink: #18211c;
  --white: #ffffff;
  --muted-light: rgba(244, 242, 238, 0.72);
  --muted-dark: #625d55;
  --line-light: rgba(244, 242, 238, 0.18);
  --line-dark: rgba(30, 45, 36, 0.18);
  --shadow: 0 22px 64px rgba(11, 18, 14, 0.2);
  --radius-small: 6px;
  --radius: 8px;
  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sans: Montserrat, Arial, sans-serif;
  font-family: var(--sans);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--ivory);
  overflow-x: hidden;
}

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

button,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 2px solid var(--sand);
  outline-offset: 3px;
}

/* Keep booking controls above the secondary navigation. */
.booking-header {
  position: absolute;
  z-index: 70;
  inset: 0 0 auto;
  min-height: 88px;
  display: grid;
  grid-template-columns: 278px minmax(590px, 760px) 48px;
  gap: 24px;
  align-items: center;
  padding: 20px max(34px, calc((100vw - 1520px) / 2)) 12px;
  color: var(--ivory);
  background: linear-gradient(180deg, rgba(11, 18, 14, 0.92), rgba(11, 18, 14, 0.42) 72%, transparent);
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.brand-mark {
  width: 64px;
  height: 54px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border-right: 1px solid rgba(205, 186, 154, 0.55);
}

.brand svg,
.hero-logo svg {
  width: 50px;
  fill: var(--ivory);
}

.brand svg path + path,
.hero-logo svg path + path {
  fill: none;
  stroke: var(--ivory);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1;
  letter-spacing: 0;
}

.brand strong {
  font-size: 21px;
  font-weight: 600;
}

.brand small {
  margin-top: 8px;
  color: var(--sand);
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
}

.quick-booking {
  display: grid;
  grid-template-columns: repeat(3, minmax(155px, 1fr)) 156px;
  gap: 8px;
  align-items: center;
}

.quick-booking label {
  min-height: 56px;
  display: grid;
  gap: 3px;
  padding: 9px 14px;
  color: var(--ivory);
  background: rgba(30, 45, 36, 0.88);
  border: 1px solid rgba(205, 186, 154, 0.38);
  border-radius: var(--radius-small);
  backdrop-filter: blur(14px);
}

.quick-booking span {
  color: var(--sand);
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
}

.quick-booking input {
  width: 100%;
  min-width: 0;
  padding: 0;
  color: var(--ivory);
  color-scheme: dark;
  background: transparent;
  border: 0;
  font-size: 13px;
  font-weight: 500;
  outline: none;
  cursor: pointer;
}

.quick-booking button {
  min-height: 56px;
  padding: 0 16px;
  color: var(--forest-deep);
  background: var(--sand);
  border: 1px solid var(--sand);
  border-radius: var(--radius-small);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease;
}

.quick-booking button:hover {
  color: var(--ivory);
  background: var(--forest);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(205, 186, 154, 0.46);
  border-radius: var(--radius-small);
  background: rgba(30, 45, 36, 0.72);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 1px;
  margin: 5px auto;
  background: var(--ivory);
}

.subnav {
  position: absolute;
  z-index: 40;
  top: 100px;
  right: max(34px, calc((100vw - 1520px) / 2));
  min-height: 40px;
  display: flex;
  align-items: center;
  padding: 0 8px;
  color: var(--ivory);
  background: rgba(20, 32, 25, 0.72);
  border: 1px solid rgba(205, 186, 154, 0.26);
  border-radius: var(--radius-small);
  backdrop-filter: blur(14px);
}

.subnav a {
  padding: 0 14px;
  color: rgba(244, 242, 238, 0.76);
  font-size: 10px;
  font-weight: 600;
  line-height: 38px;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.subnav a:hover {
  color: var(--sand);
}

.hero-video {
  min-height: 100svh;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  overflow: hidden;
  padding: 170px max(34px, calc((100vw - 1520px) / 2)) 94px;
  color: var(--ivory);
}

.hero-media,
.hero-fallback,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-media {
  z-index: -4;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-fallback {
  z-index: -5;
  background: url("assets/hero-drone-poster-v3.jpg") center / cover;
  transform: scale(1.04);
  animation: slowDrift 24s ease-in-out infinite alternate;
}

.hero-shade {
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(12, 20, 15, 0.7), rgba(12, 20, 15, 0.12) 58%),
    linear-gradient(0deg, rgba(12, 20, 15, 0.82), transparent 42%, rgba(12, 20, 15, 0.28));
}

.hero-center {
  width: min(720px, 64vw);
  text-align: left;
  text-shadow: 0 12px 38px rgba(0, 0, 0, 0.56);
}

.hero-logo {
  display: none;
}

.hero-kicker,
.eyebrow {
  margin: 0;
  color: var(--sand);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}

.hero-center h1,
.section-title h2,
.house-content h3,
.booking-section h2,
.contact-info h2 {
  font-family: var(--serif);
  font-weight: 600;
  letter-spacing: 0;
}

.hero-center h1 {
  max-width: 720px;
  margin: 12px 0 14px;
  font-size: 42px;
  line-height: 1.03;
  text-wrap: balance;
}

.hero-center p:not(.hero-kicker) {
  max-width: 590px;
  margin: 0;
  color: rgba(244, 242, 238, 0.84);
  font-size: clamp(16px, 1.3vw, 20px);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.btn {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: var(--radius-small);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.btn-primary {
  color: var(--forest-deep);
  background: var(--sand);
  border-color: var(--sand);
}

.btn-primary:hover {
  color: var(--ivory);
  background: var(--forest);
  border-color: var(--sand);
}

.btn-glass,
.btn-outline {
  color: var(--ivory);
  background: rgba(30, 45, 36, 0.48);
  border-color: rgba(244, 242, 238, 0.5);
  backdrop-filter: blur(10px);
}

.btn-glass:hover,
.btn-outline:hover {
  color: var(--forest-deep);
  background: var(--ivory);
}

.hero-badges {
  position: absolute;
  right: max(34px, calc((100vw - 1520px) / 2));
  bottom: 38px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0;
  max-width: 520px;
}

.hero-badges span {
  padding: 5px 14px;
  color: rgba(244, 242, 238, 0.74);
  border-left: 1px solid rgba(205, 186, 154, 0.55);
  font-size: 11px;
  text-transform: uppercase;
}

.scroll-cue {
  position: absolute;
  left: 24px;
  bottom: 34px;
  color: rgba(244, 242, 238, 0.58);
  font-size: 9px;
  writing-mode: vertical-rl;
  text-transform: uppercase;
}

.trust-strip {
  min-height: 128px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  padding: 0 max(34px, calc((100vw - 1320px) / 2));
  color: var(--forest-deep);
  background: var(--sand-light);
  border-top: 1px solid rgba(30, 45, 36, 0.14);
  border-bottom: 1px solid rgba(30, 45, 36, 0.14);
}

.trust-strip div {
  min-width: 0;
  display: grid;
  align-content: center;
  gap: 4px;
  padding: 22px 28px;
  border-left: 1px solid rgba(30, 45, 36, 0.16);
}

.trust-strip div:last-child {
  border-right: 1px solid rgba(30, 45, 36, 0.16);
}

.trust-strip strong {
  font-family: var(--serif);
  font-size: clamp(34px, 3.2vw, 48px);
  font-weight: 600;
  line-height: 0.9;
}

.trust-strip span {
  color: var(--muted-dark);
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.section {
  width: min(1320px, calc(100% - 48px));
  position: relative;
  z-index: 0;
  margin: 0 auto;
  padding: clamp(86px, 8vw, 132px) 0;
  scroll-margin-top: 24px;
  isolation: isolate;
}

.section::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: var(--ivory);
}

.welcome::before,
.amenities::before,
.gallery::before {
  background: var(--ivory);
}

.houses,
.territory,
.booking-section,
.contacts {
  color: var(--ivory);
}

.houses::before,
.booking-section::before {
  background: var(--forest);
}

.territory::before,
.contacts::before {
  background: var(--coal);
}

.section-title {
  max-width: 820px;
  margin-bottom: 44px;
}

.section-title.center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-title h2 {
  margin: 10px 0 0;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 0.98;
}

.welcome-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
}

.copy {
  color: var(--muted-dark);
  font-size: clamp(17px, 1.6vw, 21px);
  line-height: 1.7;
}

.copy p:first-child::first-letter {
  float: left;
  margin: 2px 8px 0 0;
  color: var(--forest);
  font-family: var(--serif);
  font-size: 64px;
  line-height: 0.78;
}

.view-photo {
  width: 100%;
  max-width: 760px;
  aspect-ratio: 3 / 2;
  justify-self: end;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(30, 45, 36, 0.28);
  border-radius: var(--radius);
  background: var(--forest-deep);
  box-shadow: var(--shadow);
}

.view-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 22%;
}

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

.house-card {
  min-width: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  color: var(--ivory);
  background: rgba(10, 24, 16, 0.36);
  border: 1px solid rgba(205, 186, 154, 0.28);
  border-radius: var(--radius);
  box-shadow: 0 18px 44px rgba(9, 15, 11, 0.2);
}

.house-card > a {
  aspect-ratio: 4 / 3;
  display: block;
  overflow: hidden;
}

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

.house-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border: 0;
  border-radius: 0;
  filter: saturate(0.8) contrast(1.04);
  transition: transform 600ms ease;
}

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

.house-card:nth-child(2) img {
  object-position: 72% center;
}

.house-card:nth-child(3) img {
  object-position: 36% center;
}

.house-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 24px;
}

.house-content h3 {
  margin: 0 0 8px;
  font-size: 34px;
  line-height: 1;
}

.house-content h3 a:hover,
.price-row a:hover {
  color: var(--green);
}

.house-content p,
.house-content li {
  color: var(--muted-light);
}

.house-content ul {
  display: grid;
  gap: 9px;
  margin: 22px 0;
  padding: 0;
  list-style: none;
}

.house-content li::before {
  content: "—";
  margin-right: 8px;
  color: var(--sand);
}

.price-row {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 19px;
  border-top: 1px solid var(--line-light);
}

.price-row span {
  color: var(--sand);
  font-size: 18px;
  font-weight: 600;
}

.price-row a {
  color: var(--ivory);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.amenity-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.amenity-grid article {
  min-height: 178px;
  display: grid;
  align-content: space-between;
  padding: 24px 6px 18px;
  background: transparent;
  border: 0;
  border-top: 1px solid rgba(30, 45, 36, 0.24);
  border-radius: 0;
  box-shadow: none;
}

.amenity-grid span {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  color: var(--forest);
  background: rgba(205, 186, 154, 0.22);
  border: 1px solid rgba(30, 45, 36, 0.18);
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 26px;
}

.amenity-grid span svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.amenity-grid p {
  margin: 22px 0 0;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.45;
}

.territory-frame {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.55fr);
  grid-template-rows: repeat(2, 240px);
  gap: 14px;
}

.territory-frame figure {
  min-height: 240px;
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: var(--radius);
}

.territory-frame figure:first-child {
  grid-row: 1 / span 2;
}

.territory-frame figure::after {
  content: "";
  position: absolute;
  inset: 44% 0 0;
  background: linear-gradient(0deg, rgba(16, 22, 18, 0.82), transparent);
}

.territory-frame img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  display: block;
  object-fit: cover;
  filter: saturate(0.78);
}

.territory-frame figure:nth-child(2) img {
  object-position: 72% center;
}

.territory-frame figure:nth-child(3) img {
  object-position: 38% center;
}

.territory-frame figcaption {
  position: absolute;
  z-index: 1;
  left: 22px;
  bottom: 20px;
  color: var(--ivory);
  font-family: var(--serif);
  font-size: 29px;
}

.route-button {
  width: fit-content;
  min-height: 54px;
  display: flex;
  align-items: center;
  margin: 28px auto 0;
  padding: 0 26px;
  color: var(--forest-deep);
  background: var(--sand);
  border: 1px solid var(--sand);
  border-radius: var(--radius-small);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.insights {
  padding-top: 64px;
  padding-bottom: 68px;
}

.insights::before {
  background: #e8e6df;
}

.insights .section-title {
  max-width: 960px;
  margin-bottom: 28px;
}

.insights .section-title h2 {
  font-size: clamp(38px, 4vw, 58px);
}

.insights .section-intro {
  max-width: 760px;
  margin: 24px 0 0;
  color: var(--muted-dark);
  font-size: 17px;
  line-height: 1.65;
}

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

.stay-formats {
  border-top: 1px solid var(--line-dark);
}

.stay-formats .section-intro {
  max-width: 760px;
  margin: 22px 0 0;
  color: var(--muted-dark);
  font-size: 17px;
  line-height: 1.65;
}

.stay-format-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 42px;
  overflow: hidden;
  background: rgba(30, 45, 36, 0.17);
  border: 1px solid rgba(30, 45, 36, 0.17);
  border-radius: var(--radius-small);
}

.stay-format-links a {
  min-width: 0;
  min-height: 92px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 7px;
  padding: 20px 24px;
  background: rgba(244, 242, 238, 0.84);
  transition: background 180ms ease, color 180ms ease;
}

.stay-format-links a:hover,
.stay-format-links a:focus-visible {
  color: var(--ivory);
  background: var(--forest);
}

.stay-format-links span,
.stay-format-links small {
  display: block;
}

.stay-format-links span {
  font-size: 14px;
  font-weight: 700;
}

.stay-format-links small {
  color: var(--muted-dark);
  font-size: 10px;
  line-height: 1.45;
}

.stay-format-links a:hover small,
.stay-format-links a:focus-visible small {
  color: rgba(244, 242, 238, 0.7);
}

.stay-format-more {
  min-height: 52px;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
  padding: 0 18px;
  color: var(--forest);
  border: 1px solid rgba(30, 45, 36, 0.32);
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.content-footer {
  color: var(--ivory);
  background: var(--forest-deep);
  border-top: 1px solid rgba(205, 186, 154, 0.28);
}

.content-footer-inner {
  width: min(100%, 1400px);
  display: grid;
  grid-template-columns: minmax(230px, 0.72fr) minmax(0, 2.28fr);
  gap: clamp(48px, 7vw, 110px);
  margin: 0 auto;
  padding: 58px 34px 48px;
}

.footer-brand {
  display: inline-block;
  color: var(--ivory);
  font-size: 25px;
  font-weight: 700;
}

.footer-identity p {
  margin: 18px 0;
  color: rgba(244, 242, 238, 0.58);
  font-size: 12px;
  line-height: 1.7;
}

.footer-contact {
  color: var(--sand);
  font-size: 14px;
  font-weight: 700;
}

.footer-directory {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 64px);
}

.footer-directory > div {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.footer-directory strong {
  margin-bottom: 5px;
  color: var(--ivory);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-directory a {
  color: rgba(244, 242, 238, 0.62);
  font-size: 11px;
  line-height: 1.5;
  transition: color 160ms ease;
}

.footer-directory a:hover,
.footer-directory a:focus-visible {
  color: var(--sand);
}

@media (max-width: 900px) {
  .content-footer-inner {
    grid-template-columns: 1fr;
    gap: 38px;
  }
}

.insight-card {
  min-width: 0;
  overflow: hidden;
  background: rgba(244, 242, 238, 0.72);
  border: 1px solid rgba(30, 45, 36, 0.16);
  border-radius: var(--radius);
}

.insight-card-featured {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
}

.insight-media {
  min-height: 260px;
  position: relative;
  display: block;
  overflow: hidden;
  background: var(--forest);
}

.insight-card:not(.insight-card-featured) .insight-media {
  min-height: 0;
  aspect-ratio: 2 / 1;
}

.insight-media img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  transition: transform 420ms ease;
}

.insight-card:hover .insight-media img {
  transform: scale(1.025);
}

.insight-media > span {
  position: absolute;
  left: 16px;
  bottom: 16px;
  padding: 7px 10px;
  color: var(--ivory);
  background: rgba(16, 22, 18, 0.78);
  border-radius: 4px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.insight-card > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
}

.insight-card-featured > div {
  justify-content: center;
  padding: clamp(30px, 4vw, 54px);
}

.insight-meta {
  margin: 0 0 12px;
  color: var(--muted-dark);
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.insight-card h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 26px;
  line-height: 1.04;
}

.insight-card-featured h3 {
  font-size: clamp(36px, 4vw, 54px);
}

.insight-card h3 a {
  color: var(--ink);
}

.insight-card > div > p:not(.insight-meta) {
  margin: 13px 0 18px;
  color: var(--muted-dark);
  font-size: 13px;
  line-height: 1.6;
}

.insight-link,
.all-guides {
  color: var(--forest);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.insight-link {
  margin-top: auto;
}

.insight-link span,
.all-guides span {
  margin-left: 6px;
}

.all-guides {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
  padding: 0 20px;
  border: 1px solid rgba(30, 45, 36, 0.28);
  border-radius: var(--radius-small);
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  grid-auto-rows: 300px;
  gap: 12px;
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius);
  filter: saturate(0.82);
}

.gallery-grid img:first-child {
  grid-row: span 2;
}

.gallery-grid img:nth-child(2) {
  object-position: 72% center;
}

.gallery-grid img:nth-child(3) {
  object-position: 38% center;
}

.booking-section,
.contacts {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: clamp(34px, 6vw, 88px);
  align-items: center;
}

.booking-section p,
.contact-info p {
  color: var(--muted-light);
  font-size: 18px;
  line-height: 1.65;
}

.booking-card,
.map-card {
  padding: clamp(26px, 4vw, 48px);
  border: 1px solid rgba(205, 186, 154, 0.38);
  border-radius: var(--radius);
}

.booking-card {
  display: grid;
  gap: 14px;
  color: var(--ink);
  background: var(--ivory);
  box-shadow: var(--shadow);
}

.booking-card label {
  display: grid;
  gap: 8px;
  color: var(--muted-dark);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.booking-card input {
  min-height: 54px;
  padding: 0 15px;
  color: var(--ink);
  background: transparent;
  border: 1px solid rgba(30, 45, 36, 0.26);
  border-radius: var(--radius-small);
}

.contact-info {
  display: grid;
  align-content: start;
  gap: 14px;
}

.contact-info h2,
.booking-section h2 {
  margin: 6px 0 0;
  font-size: clamp(46px, 5vw, 72px);
  line-height: 1;
}

.contact-info a {
  width: fit-content;
  color: var(--ivory);
  border-bottom: 1px solid rgba(205, 186, 154, 0.5);
  font-size: 18px;
  line-height: 1.7;
}

.contact-info .contact-address {
  max-width: 520px;
  margin: 0;
  font-size: 17px;
  line-height: 1.65;
}

.map-card {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  padding: 0;
  color: var(--ivory);
  background: var(--forest);
  scroll-margin-top: 112px;
  isolation: isolate;
}

.yandex-route-map {
  position: absolute;
  inset: 0;
  width: 100%;
  height: calc(100% - 78px);
  display: block;
  border: 0;
  background: #050706;
}

.map-card-content {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 15px 18px;
  text-align: left;
  background: #0a0e0b;
  border-top: 1px solid rgba(122, 201, 67, 0.34);
  pointer-events: none;
}

.map-location-summary {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.map-location-summary > span {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  background: #7ac943;
  border: 4px solid rgba(122, 201, 67, 0.22);
  border-radius: 50%;
  box-shadow: 0 0 0 1px #7ac943;
}

.map-location-summary strong,
.map-location-summary small {
  display: block;
}

.map-location-summary strong {
  color: var(--white);
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 700;
}

.map-location-summary small {
  margin-top: 3px;
  color: var(--muted-light);
  font-size: 12px;
}

.map-route-link {
  flex: 0 0 auto;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 17px;
  color: #071006;
  background: #7ac943;
  border-radius: var(--radius-small);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  pointer-events: auto;
}

.map-route-link span {
  color: inherit;
  font-size: 17px;
}

.map-route-link:hover {
  background: #8adb50;
}

@media (max-width: 560px) {
  .map-card {
    min-height: 620px;
  }

  .map-card-content {
    min-height: 112px;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 15px 16px;
  }

  .yandex-route-map {
    height: calc(100% - 112px);
  }

  .map-route-link {
    width: 100%;
    justify-content: center;
  }
}

.floating-book {
  position: fixed;
  z-index: 60;
  right: 92px;
  bottom: 22px;
  padding: 14px 18px;
  color: var(--forest-deep);
  background: var(--sand);
  border: 1px solid var(--sand);
  border-radius: var(--radius-small);
  box-shadow: 0 12px 34px rgba(10, 16, 12, 0.24);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.floating-wa {
  position: fixed;
  z-index: 60;
  right: 22px;
  bottom: 22px;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  color: var(--ivory);
  background: var(--forest);
  border: 1px solid var(--sand);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
}

.video-modal {
  width: min(900px, calc(100% - 32px));
  padding: 0;
  color: var(--ivory);
  background: var(--forest-deep);
  border: 1px solid rgba(205, 186, 154, 0.46);
  border-radius: var(--radius);
}

.video-modal::backdrop {
  background: rgba(10, 15, 12, 0.86);
}

.video-modal button {
  position: absolute;
  z-index: 2;
  top: 12px;
  right: 12px;
  width: 44px;
  height: 44px;
  color: var(--ivory);
  background: rgba(20, 32, 25, 0.78);
  border: 1px solid rgba(205, 186, 154, 0.46);
  border-radius: var(--radius-small);
  font-size: 28px;
  cursor: pointer;
}

.modal-inner {
  padding: 22px;
}

.modal-inner video {
  width: 100%;
  max-height: 520px;
  background: #000;
  border-radius: var(--radius-small);
}

.modal-inner p {
  color: var(--muted-light);
}

@keyframes slowDrift {
  from { transform: scale(1.04) translate3d(0, 0, 0); }
  to { transform: scale(1.1) translate3d(-1%, 1%, 0); }
}

@media (max-width: 1180px) {
  .booking-header {
    grid-template-columns: 1fr 48px;
    padding-bottom: 14px;
  }

  .quick-booking {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr)) 156px;
    order: 3;
  }

  .menu-toggle {
    display: block;
  }

  .subnav {
    top: 156px;
    right: 34px;
    display: none;
    max-width: 560px;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 10px;
  }

  .subnav.is-open {
    display: flex;
  }

  .subnav a {
    min-height: 34px;
    line-height: 34px;
  }

  .hero-video {
    padding-top: 190px;
  }

  .hero-center h1 {
    max-width: 660px;
    font-size: 36px;
  }

  .house-grid {
    gap: 26px 24px;
  }

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

@media (max-width: 820px) {
  .trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-strip div:nth-child(3) {
    border-top: 1px solid rgba(30, 45, 36, 0.16);
  }

  .trust-strip div:nth-child(4) {
    border-top: 1px solid rgba(30, 45, 36, 0.16);
  }

  .welcome-grid,
  .booking-section,
  .contacts {
    grid-template-columns: 1fr;
  }

  .view-photo {
    width: 100%;
    justify-self: center;
  }

  .house-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .house-card > a {
    aspect-ratio: 16 / 10;
  }

  .territory-frame {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .territory-frame figure {
    min-height: 360px;
  }

  .territory-frame figure:first-child {
    grid-row: auto;
  }

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

  .gallery-grid img:first-child {
    grid-column: span 2;
    grid-row: auto;
  }

  .insight-card-featured {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 680px) {
  .stay-format-links {
    grid-template-columns: 1fr;
  }

  .stay-format-links a {
    min-height: 78px;
  }

  .stay-format-more {
    width: 100%;
    justify-content: center;
  }

  .content-footer-inner {
    padding: 44px 18px 36px;
  }

  .footer-directory {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .booking-header {
    min-height: 72px;
    grid-template-columns: 1fr 46px;
    padding: 10px 14px;
    background: linear-gradient(180deg, rgba(11, 18, 14, 0.9), transparent);
  }

  .brand-mark {
    width: 50px;
    height: 44px;
  }

  .brand svg {
    width: 40px;
  }

  .brand strong {
    font-size: 17px;
  }

  .brand small {
    margin-top: 6px;
    font-size: 8px;
  }

  .quick-booking {
    display: none;
  }

  .subnav {
    top: 72px;
    right: 14px;
    left: 14px;
    display: none;
    max-width: none;
    justify-content: stretch;
    padding: 8px;
    background: rgba(20, 32, 25, 0.96);
  }

  .subnav.is-open {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .subnav a {
    padding: 0 10px;
  }

  .hero-video {
    min-height: 100svh;
    align-items: flex-end;
    padding: 104px 16px 118px;
  }

  .hero-fallback {
    background-image: url("assets/hero-drone-poster-mobile-v3.jpg");
  }

  .hero-center {
    width: 100%;
  }

  .hero-center h1 {
    max-width: 360px;
    font-size: 26px;
    line-height: 1.05;
  }

  .hero-center p:not(.hero-kicker) {
    max-width: 480px;
    font-size: 15px;
  }

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

  .btn {
    min-width: 0;
    padding: 0 12px;
    text-align: center;
  }

  .hero-badges,
  .scroll-cue {
    display: none;
  }

  .section {
    width: min(100% - 28px, 1320px);
    padding: 74px 0;
  }

  .trust-strip {
    padding: 0 14px;
  }

  .trust-strip div {
    padding: 18px 12px;
  }

  .trust-strip strong {
    font-size: 32px;
  }

  .trust-strip span {
    font-size: 8px;
  }

  .section-title {
    margin-bottom: 30px;
  }

  .section-title h2 {
    font-size: 42px;
  }

  .house-card > a {
    aspect-ratio: 4 / 3;
  }

  .house-grid,
  .amenity-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

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

  .insights {
    padding-top: 54px;
    padding-bottom: 58px;
  }

  .insight-card {
    display: grid;
    grid-template-columns: 116px minmax(0, 1fr);
  }

  .insight-card-featured {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .insight-card-featured .insight-media,
  .insight-card:not(.insight-card-featured) .insight-media {
    min-height: 150px;
    height: 100%;
    aspect-ratio: auto;
  }

  .insight-media > span {
    display: none;
  }

  .insight-card > div {
    padding: 16px;
  }

  .insight-card > div > p:not(.insight-meta) {
    display: none;
  }

  .insight-card h3 {
    font-size: 22px;
  }

  .insight-link {
    margin-top: 14px;
  }

  .insight-card-featured h3 {
    font-size: 36px;
  }

  .gallery-grid img:first-child {
    grid-column: auto;
  }

  .gallery-grid {
    grid-auto-rows: 270px;
  }

  .booking-card,
  .map-card {
    padding: 24px;
  }

  .floating-book {
    right: 82px;
    bottom: 14px;
    left: 14px;
    min-height: 56px;
    display: grid;
    place-items: center;
    padding: 8px 12px;
    text-align: center;
  }

  .floating-wa {
    right: 14px;
    bottom: 14px;
  }
}

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

  .hero-fallback {
    animation: none;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
