:root {
  --forest-950: #0b211a;
  --forest-900: #102d24;
  --forest-800: #153b2f;
  --forest-700: #1e5542;
  --sage-500: #76a987;
  --sage-200: #cfe0d2;
  --cream: #f6f4ec;
  --sand: #d9be8c;
  --white: #fff;
  --ink: #1a211e;
  --muted: #657069;
  --radius: 24px;
  --shadow: 0 24px 60px rgba(8, 34, 25, .16);
  --shell: min(1180px, calc(100vw - 40px));
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
body, button, a { -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: .98; letter-spacing: -.035em; }
h2 { font-size: clamp(2.6rem, 5.2vw, 5.4rem); }
.section-shell { width: var(--shell); margin-inline: auto; }
.section { padding: clamp(82px, 10vw, 150px) 0; }
.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; }
.skip-link { position: fixed; z-index: 1000; left: 12px; top: -60px; padding: 12px 18px; background: white; color: black; border-radius: 8px; transition: top .2s; }
.skip-link:focus { top: 12px; }
.eyebrow { margin-bottom: 18px; color: var(--forest-700); font-size: .78rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }

.site-header { position: fixed; z-index: 100; top: 0; inset-inline: 0; color: white; transition: background .3s, box-shadow .3s, backdrop-filter .3s; }
.site-header.is-scrolled { background: rgba(11, 33, 26, .94); box-shadow: 0 8px 30px rgba(0,0,0,.12); backdrop-filter: blur(16px); }
.nav-shell { width: var(--shell); min-height: 92px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.brand img { width: 105px; height: auto; }
.main-nav { display: flex; align-items: center; gap: clamp(20px, 2.6vw, 38px); }
.main-nav a { position: relative; text-decoration: none; font-size: .88rem; font-weight: 700; letter-spacing: .03em; }
.main-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: -8px; width: 100%; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { padding: 12px 20px; border: 1px solid rgba(255,255,255,.55); border-radius: 999px; }
.nav-toggle { display: none; width: 46px; height: 46px; padding: 12px; background: transparent; color: white; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; }
.nav-toggle span:not(.sr-only) { display: block; width: 100%; height: 1px; margin: 5px 0; background: currentColor; }

.hero { position: relative; min-height: max(720px, 100svh); display: grid; align-items: center; color: white; background: var(--forest-950) url("images/hero.webp") center/cover no-repeat; isolation: isolate; }
.hero-overlay { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(7,27,21,.88) 0%, rgba(7,27,21,.56) 48%, rgba(7,27,21,.13) 100%), linear-gradient(0deg, rgba(7,27,21,.52), transparent 42%); }
.hero-content { padding-top: 125px; padding-bottom: 70px; }
.hero .eyebrow, .films .eyebrow, .contact .eyebrow { color: var(--sage-200); }
.hero h1 { max-width: 850px; margin-bottom: 26px; font-size: clamp(4.2rem, 9vw, 8.7rem); }
.hero h1 em { color: var(--sage-200); font-weight: inherit; }
.hero-lead { max-width: 600px; margin-bottom: 34px; font-size: clamp(1.1rem, 2vw, 1.4rem); color: rgba(255,255,255,.82); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 26px; border-radius: 999px; text-decoration: none; font-weight: 800; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--forest-950); background: var(--sage-200); }
.button-ghost { color: white; border: 1px solid rgba(255,255,255,.44); background: rgba(255,255,255,.08); backdrop-filter: blur(10px); }
.hero-facts { max-width: 840px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: clamp(52px, 7vw, 90px) 0 0; padding: 0; list-style: none; background: rgba(255,255,255,.22); border: 1px solid rgba(255,255,255,.22); border-radius: var(--radius); overflow: hidden; }
.hero-facts li { padding: 22px 26px; background: rgba(8,33,25,.56); backdrop-filter: blur(14px); }
.hero-facts strong, .hero-facts span { display: block; }
.hero-facts strong { font-family: Georgia, serif; font-size: 1.65rem; }
.hero-facts span { color: rgba(255,255,255,.68); font-size: .85rem; }
.scroll-cue { position: absolute; right: max(22px, calc((100vw - 1180px)/2)); bottom: 32px; width: 38px; height: 58px; border: 1px solid rgba(255,255,255,.46); border-radius: 30px; }
.scroll-cue span { position: absolute; left: 50%; top: 11px; width: 4px; height: 10px; margin-left: -2px; border-radius: 4px; background: white; animation: scroll 1.8s infinite; }
@keyframes scroll { 0% { opacity: 0; transform: translateY(0); } 30% { opacity: 1; } 100% { opacity: 0; transform: translateY(24px); } }

.section-heading { max-width: 760px; margin-bottom: clamp(42px, 6vw, 76px); }
.section-heading > p:last-child { max-width: 650px; color: var(--muted); font-size: 1.13rem; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature-card { min-height: 390px; padding: 42px 34px; background: white; border: 1px solid rgba(20,60,47,.1); border-radius: var(--radius); box-shadow: 0 14px 35px rgba(18,52,41,.06); transition: transform .25s, box-shadow .25s; }
.feature-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.feature-card img { width: 90px; height: 90px; object-fit: contain; margin-bottom: 44px; filter: sepia(.25) saturate(.75); }
.feature-card h3 { margin-bottom: 14px; font: 500 1.45rem/1.2 Georgia, serif; }
.feature-card p { color: var(--muted); }

.films { color: white; background: var(--forest-950); }
.section-heading-light { color: white; }
.video-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.video-card { overflow: hidden; background: var(--forest-900); border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius); }
.video-frame { position: relative; aspect-ratio: 16/9; background: #000; }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-card h3 { margin: 0; padding: 24px 28px; font: 500 1.3rem Georgia, serif; }

.split-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 8vw, 110px); align-items: start; }
.sticky-heading { position: sticky; top: 130px; margin: 0; }
.ambient-image { width: 100%; aspect-ratio: 4/3; object-fit: cover; margin-top: 38px; border-radius: var(--radius); box-shadow: var(--shadow); }
.benefit-list article { display: grid; grid-template-columns: 76px 1fr; gap: 24px; padding: 35px 0; border-top: 1px solid rgba(22,69,53,.18); }
.benefit-list article:last-child { border-bottom: 1px solid rgba(22,69,53,.18); }
.benefit-list article > span { color: var(--sage-500); font: italic 1.25rem Georgia, serif; }
.benefit-list h3 { margin-bottom: 9px; font: 500 clamp(1.45rem, 2.2vw, 2rem) Georgia, serif; }
.benefit-list p { margin: 0; color: var(--muted); }

.surroundings { background: #ebe9df; }
.distance-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.distance-card { min-height: 180px; padding: 26px; display: flex; flex-direction: column; justify-content: space-between; background: rgba(255,255,255,.62); border: 1px solid rgba(17,54,42,.1); border-radius: 18px; }
.distance-card.featured { color: white; background: var(--forest-800); }
.distance-card strong { font: 500 2.1rem Georgia, serif; }
.distance-card span { color: inherit; font-size: .92rem; opacity: .82; }
.map-link { position: relative; display: block; margin-top: 28px; color: white; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.map-link img { width: 100%; height: 380px; object-fit: cover; filter: brightness(.72); transition: transform .5s; }
.map-link:hover img { transform: scale(1.02); }
.map-link span { position: absolute; left: 30px; bottom: 25px; padding: 13px 18px; background: rgba(11,33,26,.78); border-radius: 999px; backdrop-filter: blur(8px); font-weight: 800; }

.plot-plan { display: grid; grid-template-columns: 1.35fr .65fr; background: white; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.plot-plan img { width: 100%; height: 100%; min-height: 470px; object-fit: cover; }
.plot-plan > div { padding: clamp(32px, 5vw, 64px); align-self: center; }
.plot-plan h3 { font: 500 2.1rem/1.1 Georgia, serif; }
.plot-plan p:not(.eyebrow) { color: var(--muted); }
.text-link { color: var(--forest-700); font-weight: 800; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 28px; }
.gallery a { position: relative; aspect-ratio: 4/3; overflow: hidden; border-radius: 14px; background: var(--sage-200); }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s, filter .4s; }
.gallery a:hover img { transform: scale(1.045); filter: brightness(.88); }

.contact { padding: clamp(78px, 9vw, 130px) 0; color: white; background: var(--forest-800); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 8vw, 110px); align-items: center; }
.contact h2 { font-size: clamp(3.1rem, 6vw, 6.3rem); }
.contact p:not(.eyebrow) { max-width: 570px; color: rgba(255,255,255,.68); }
.contact-actions { display: grid; gap: 12px; }
.contact-actions a { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 24px 26px; text-decoration: none; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.15); border-radius: 16px; transition: background .2s, transform .2s; }
.contact-actions a:hover { background: rgba(255,255,255,.13); transform: translateX(4px); }
.contact-actions span { color: rgba(255,255,255,.6); font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; }
.contact-actions strong { text-align: right; }

.site-footer { color: rgba(255,255,255,.72); background: var(--forest-950); }
.footer-grid { min-height: 190px; display: grid; grid-template-columns: 100px 1fr auto; align-items: center; gap: 28px; }
.footer-grid img { width: 82px; height: auto; }
.footer-grid p { margin: 0; }
.footer-copy { font-size: .85rem; }

.lightbox { width: min(94vw, 1400px); max-width: none; padding: 0; background: transparent; border: 0; overflow: visible; }
.lightbox::backdrop { background: rgba(3,14,10,.92); backdrop-filter: blur(8px); }
.lightbox img { max-width: 100%; max-height: 88vh; margin: auto; border-radius: 12px; box-shadow: 0 20px 80px #000; }
.lightbox button { position: fixed; z-index: 2; width: 50px; height: 50px; display: grid; place-items: center; color: white; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.24); border-radius: 50%; cursor: pointer; }
.lightbox [data-lightbox-close] { top: 20px; right: 20px; font-size: 2rem; }
.lightbox-prev { left: 22px; top: 50%; font-size: 2.4rem; }
.lightbox-next { right: 22px; top: 50%; font-size: 2.4rem; }
.consent { position: fixed; z-index: 200; left: 20px; right: 20px; bottom: 20px; max-width: 760px; margin: auto; padding: 18px 20px; display: flex; justify-content: space-between; align-items: center; gap: 20px; color: white; background: rgba(11,33,26,.96); border: 1px solid rgba(255,255,255,.2); border-radius: 16px; box-shadow: var(--shadow); backdrop-filter: blur(14px); }
.consent[hidden] { display: none; }
.consent p { margin: 0; font-size: .9rem; }
.consent div { display: flex; gap: 8px; }
.consent button { padding: 10px 14px; color: white; background: transparent; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; cursor: pointer; }
.consent [data-consent-accept] { color: var(--forest-950); background: var(--sage-200); border-color: var(--sage-200); }

@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .main-nav { position: absolute; top: 82px; left: 20px; right: 20px; display: none; padding: 26px; background: rgba(11,33,26,.98); border: 1px solid rgba(255,255,255,.13); border-radius: 18px; box-shadow: var(--shadow); }
  .main-nav.is-open { display: grid; }
  .nav-cta { text-align: center; }
  .feature-grid, .video-grid { grid-template-columns: 1fr; }
  .split-layout, .contact-grid { grid-template-columns: 1fr; }
  .sticky-heading { position: static; }
  .distance-grid { grid-template-columns: repeat(2, 1fr); }
  .plot-plan { grid-template-columns: 1fr; }
  .plot-plan img { min-height: 0; }
  .gallery { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 620px) {
  :root { --shell: min(100% - 28px, 1180px); }
  .nav-shell { min-height: 78px; }
  .brand img { width: 84px; }
  .hero { min-height: 760px; }
  .hero-content { padding-top: 118px; }
  .hero h1 { font-size: clamp(3.7rem, 18vw, 5.5rem); }
  .hero-facts { grid-template-columns: 1fr; }
  .hero-facts li { padding: 15px 20px; }
  .scroll-cue { display: none; }
  .feature-card { min-height: 0; padding: 34px 26px; }
  .distance-grid { grid-template-columns: 1fr 1fr; }
  .distance-card { min-height: 150px; padding: 20px; }
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .contact-actions a { align-items: flex-start; flex-direction: column; }
  .contact-actions strong { text-align: left; font-size: .98rem; }
  .footer-grid { padding: 36px 0; grid-template-columns: 72px 1fr; }
  .footer-copy { grid-column: 1/-1; }
  .consent { flex-direction: column; align-items: stretch; }
  .consent div { flex-wrap: wrap; }
}

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