@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/cormorant-garamond.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

:root {
  --ink: #1e2927;
  --forest: #25453f;
  --sea: #729a9b;
  --sand: #e8ddcd;
  --cream: #f5f1e9;
  --white: #fff;
  --line: rgba(30, 41, 39, 0.17);
  --font-manrope: "Manrope", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-cormorant: "Cormorant Garamond", "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--font-manrope), sans-serif; }
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 2px solid var(--sand); outline-offset: 3px; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }

.site-header { position: fixed; z-index: 50; inset: 0 0 auto 0; height: 88px; padding: 0 clamp(24px, 5vw, 76px); display: flex; align-items: center; justify-content: space-between; color: white; background: linear-gradient(to bottom, rgba(18, 29, 28, .62), transparent); }
.brand { display: flex; gap: 13px; align-items: center; font-weight: 700; letter-spacing: -.02em; }
.brand-mark { display: inline-grid; place-items: center; width: 42px; height: 42px; border: 1px solid currentColor; border-radius: 50%; font-family: var(--font-cormorant), serif; font-weight: 600; font-size: 14px; letter-spacing: .08em; }
.nav { display: flex; align-items: center; gap: 30px; font-size: 13px; font-weight: 700; }
.nav a { opacity: .86; transition: opacity .2s; }
.nav a:hover, .nav a:focus-visible { opacity: 1; }
.language-switch { display: inline-flex; align-items: center; gap: 7px; padding: 5px; border: 1px solid rgba(255,255,255,.42); border-radius: 99px; }
.language-link { min-width: 35px; padding: 8px 9px; border-radius: 99px; text-align: center; font-size: 10px; letter-spacing: .06em; }
.language-link-active { background: white; color: var(--forest); opacity: 1 !important; }
.menu-button { display: none; border: 0; background: none; padding: 8px; }
.menu-button span { display: block; width: 24px; height: 1px; background: white; margin: 6px; }

.hero-viewport { min-height: 100svh; display: grid; grid-template-rows: minmax(0, 1fr) auto; background: var(--forest); }
.hero { position: relative; min-height: 0; display: grid; align-items: end; padding: 130px clamp(24px, 7vw, 108px) clamp(82px, 9vh, 104px); overflow: hidden; color: white; background: #17211f; }
.hero-slides { position: absolute; inset: 0; }
.hero-slide { position: absolute; inset: -2%; z-index: 0; background-size: cover; opacity: 0; transform: scale(1.045); will-change: opacity, transform; transition: opacity 2.4s cubic-bezier(.4, 0, .2, 1), transform 8.5s cubic-bezier(.2, .65, .3, 1); }
.hero-slide-active { opacity: 1; transform: scale(1); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(15, 28, 27, .79) 0%, rgba(15, 28, 27, .35) 55%, rgba(15, 28, 27, .12)), linear-gradient(0deg, rgba(15,25,24,.45), transparent 50%); }
.hero-content { position: relative; max-width: 970px; }
.eyebrow { margin: 0 0 20px; text-transform: uppercase; letter-spacing: .18em; font-size: 11px; font-weight: 800; color: var(--forest); }
.eyebrow.light { color: rgba(255,255,255,.78); }
h1, h2 { font-family: var(--font-cormorant), serif; font-weight: 500; letter-spacing: -.04em; }
h1 { max-width: 920px; margin: 0; font-size: clamp(62px, 7.4vw, 116px); line-height: .86; }
.hero-intro { max-width: 610px; margin: 30px 0 0; color: rgba(255,255,255,.86); font-size: clamp(17px, 1.5vw, 22px); line-height: 1.65; }
.hero-actions { display: flex; gap: 13px; margin-top: 38px; flex-wrap: wrap; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 99px; padding: 0 24px; font-size: 13px; font-weight: 800; cursor: pointer; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--sand); }
.button-ghost { color: white; border-color: rgba(255,255,255,.55); }
.hero-pagination { position: absolute; left: clamp(24px, 7vw, 108px); bottom: clamp(25px, 4vh, 42px); display: flex; gap: 14px; align-items: flex-end; }
.hero-dot { width: 46px; padding: 0 0 9px; border: 0; border-bottom: 1px solid rgba(255,255,255,.38); background: transparent; color: rgba(255,255,255,.56); text-align: left; cursor: pointer; font-size: 9px; transition: width .35s, color .35s, border-color .35s; }
.hero-dot-active { width: 72px; color: white; border-color: white; }
.scroll-cue { position: absolute; right: clamp(24px, 6vw, 90px); bottom: clamp(28px, 5vh, 50px); width: 54px; height: 54px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.48); border-radius: 50%; font-size: 21px; }

.stats { display: grid; grid-template-columns: repeat(4, 1fr); padding: 0 clamp(24px, 7vw, 108px); background: var(--forest); color: white; }
.stat { min-height: 112px; padding: 25px 28px; display: flex; align-items: center; gap: 12px; border-right: 1px solid rgba(255,255,255,.18); }
.stat:first-child { border-left: 1px solid rgba(255,255,255,.18); }
.stat strong { font-family: var(--font-cormorant), serif; font-size: 48px; font-weight: 500; }
.stat span { font-size: 12px; color: rgba(255,255,255,.68); }

.section { padding: clamp(90px, 10vw, 160px) clamp(24px, 7vw, 108px); }
.story-section { display: grid; grid-template-columns: 1.15fr .85fr; gap: 11vw; align-items: end; }
.section-heading h2, .gallery-heading h2, .split-copy h2, .area-card h2, .contact-intro h2 { margin: 0; font-size: clamp(50px, 6vw, 88px); line-height: .98; }
.section-heading.narrow { max-width: 760px; }
.lead-copy { margin: 0; max-width: 570px; font-size: 18px; line-height: 1.9; color: #59635f; }

.gallery-section { padding: 0 clamp(24px, 4vw, 62px) clamp(90px, 10vw, 160px); }
.gallery-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 40px; max-width: 1180px; margin: 0 auto 50px; }
.gallery-heading p { margin: 0; max-width: 470px; color: #5e6864; line-height: 1.8; }
.gallery-heading-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.gallery-open { display: inline-flex; align-items: center; gap: 12px; margin-top: 24px; padding: 0 0 8px; border: 0; border-bottom: 1px solid var(--ink); background: none; color: var(--ink); font-size: 12px; font-weight: 800; cursor: pointer; }
.gallery-open span { display: grid; place-items: center; min-width: 28px; height: 28px; padding: 0 6px; border-radius: 50%; background: var(--forest); color: white; font-size: 9px; }
.gallery-open-secondary { color: #69726e; border-bottom-color: #aab0ad; }
.photo-grid { display: grid; grid-template-columns: 1.1fr .9fr; grid-template-rows: 410px 410px; gap: 18px; max-width: 1320px; margin: auto; }
.photo { position: relative; margin: 0; padding: 0; overflow: hidden; border: 0; border-radius: 4px; background: #d6d2c9; cursor: zoom-in; text-align: left; }
.photo img { transition: transform .7s ease; }
.photo:hover img { transform: scale(1.025); }
.photo-action { position: absolute; right: 20px; bottom: 20px; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: rgba(245,241,233,.94); color: var(--ink); font-size: 15px; }
.photo-1 { grid-row: 1 / 3; }

.lightbox { position: fixed; z-index: 100; inset: 0; display: grid; grid-template-rows: auto 1fr auto; background: #111816; color: white; }
.lightbox[hidden] { display: none; }
.lightbox-topbar { min-height: 88px; display: grid; grid-template-columns: minmax(150px, auto) minmax(0, 1fr) auto; align-items: center; gap: 28px; padding: 16px clamp(20px, 4vw, 56px); border-bottom: 1px solid rgba(255,255,255,.14); }
.lightbox-status { display: flex; align-items: baseline; gap: 18px; }
.lightbox-status span { color: rgba(255,255,255,.58); font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }
.lightbox-status strong { font-family: var(--font-cormorant), serif; font-size: 19px; font-weight: 500; white-space: nowrap; }
.gallery-filters { min-width: 0; display: flex; justify-content: center; gap: 7px; overflow-x: auto; scrollbar-width: none; }
.gallery-filters::-webkit-scrollbar { display: none; }
.gallery-filter { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 7px; min-height: 34px; padding: 0 12px; border: 1px solid rgba(255,255,255,.22); border-radius: 99px; background: transparent; color: rgba(255,255,255,.7); cursor: pointer; font-size: 10px; font-weight: 700; transition: background .2s, color .2s, border-color .2s; }
.gallery-filter span { color: inherit; font-size: 8px; opacity: .64; }
.gallery-filter:hover, .gallery-filter-active { border-color: white; background: white; color: var(--ink); }
.lightbox-close { display: flex; align-items: center; gap: 12px; padding: 8px 0; border: 0; background: none; color: white; cursor: pointer; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.lightbox-close span { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.38); border-radius: 50%; color: white; font-size: 23px; font-weight: 300; }
.lightbox-stage { min-height: 0; display: grid; grid-template-columns: 80px minmax(0, 1fr) 80px; align-items: center; gap: 18px; padding: 24px clamp(12px, 2vw, 30px); }
.lightbox-stage figure { min-width: 0; height: 100%; max-height: calc(100vh - 155px); margin: 0; display: grid; grid-template-rows: minmax(0, 1fr) auto; justify-items: center; }
.lightbox-stage img { width: auto; max-width: 100%; height: 100%; min-height: 0; object-fit: contain; }
.lightbox-stage figcaption { padding-top: 13px; color: rgba(255,255,255,.66); font-size: 11px; text-align: center; }
.lightbox-arrow { display: grid; place-items: center; width: 54px; height: 54px; margin: auto; border: 1px solid rgba(255,255,255,.36); border-radius: 50%; background: transparent; color: white; cursor: pointer; font-size: 20px; transition: background .2s, color .2s; }
.lightbox-arrow:hover { background: white; color: var(--ink); }
.lightbox-progress { height: 2px; background: rgba(255,255,255,.16); }
.lightbox-progress span { display: block; height: 100%; background: var(--sand); transition: width .35s ease; }

.features-section { background: #e9e3d9; }
.feature-grid { margin-top: 70px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.feature-card { min-height: 290px; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.feature-number { font-size: 10px; letter-spacing: .15em; color: #78817d; }
.feature-card h3 { margin: 54px 0 16px; font-family: var(--font-cormorant), serif; font-size: 28px; font-weight: 600; }
.feature-card p { margin: 0; color: #66706c; line-height: 1.7; font-size: 14px; }

.split-section { min-height: 760px; display: grid; grid-template-columns: 1.08fr .92fr; background: var(--white); }
.split-image { min-height: 620px; }
.section-image-trigger { position: relative; width: 100%; margin: 0; padding: 0; overflow: hidden; border: 0; background: #d6d2c9; cursor: zoom-in; }
.section-image-trigger img { transition: transform .7s ease; }
.section-image-trigger:hover img { transform: scale(1.025); }
.section-image-action { position: absolute; right: 28px; bottom: 28px; display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: rgba(245,241,233,.94); color: var(--ink); font-size: 16px; }
.split-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(60px, 8vw, 130px); }
.split-copy p:not(.eyebrow) { color: #626c68; line-height: 1.9; margin: 30px 0; }
.text-link { width: fit-content; border-bottom: 1px solid; padding-bottom: 6px; font-size: 13px; font-weight: 800; }
.section-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.section-gallery-link { display: inline-flex; align-items: center; gap: 11px; min-height: 42px; padding: 0 15px 0 17px; border: 1px solid var(--ink); border-radius: 99px; background: transparent; color: var(--ink); cursor: pointer; font-size: 11px; font-weight: 800; }
.section-gallery-link span { display: grid; place-items: center; min-width: 24px; height: 24px; padding-inline: 5px; border-radius: 50%; background: var(--ink); color: white; font-size: 8px; }

.area-section { min-height: 820px; display: flex; align-items: flex-end; padding: clamp(30px, 6vw, 82px); background-size: cover; background-position: center; }
.area-card { max-width: 630px; padding: clamp(42px, 6vw, 78px); background: rgba(245,241,233,.96); backdrop-filter: blur(12px); }
.area-card p:not(.eyebrow) { color: #606a66; line-height: 1.8; }
.area-actions { display: flex; align-items: center; gap: 12px; margin-top: 22px; flex-wrap: wrap; }
.location-pill { display: inline-block; border: 1px solid var(--line); border-radius: 99px; padding: 10px 14px; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }

.faq-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 10vw; background: var(--white); }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { list-style: none; display: flex; justify-content: space-between; gap: 20px; padding: 28px 0; cursor: pointer; font-weight: 700; }
summary::-webkit-details-marker { display: none; }
summary span { font-size: 20px; font-weight: 400; }
details p { max-width: 650px; margin: 0 40px 28px 0; color: #66706c; line-height: 1.8; }

.contact-section { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; padding: clamp(90px, 10vw, 150px) clamp(24px, 7vw, 108px); background: var(--forest); color: white; }
.contact-intro { align-self: start; position: sticky; top: 120px; }
.contact-intro > p:not(.eyebrow) { max-width: 540px; margin: 30px 0; color: rgba(255,255,255,.7); line-height: 1.8; }
.season-note { display: flex; align-items: center; gap: 18px; margin-top: 58px; border-top: 1px solid rgba(255,255,255,.2); padding-top: 24px; }
.season-note > span { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; font-size: 11px; }
.season-note p { margin: 0; font-size: 11px; color: rgba(255,255,255,.6); }
.season-note strong { display: block; margin-top: 4px; color: white; font-size: 15px; }
.enquiry-form { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 18px; padding: 38px; background: var(--cream); color: var(--ink); }
.field { display: flex; flex-direction: column; gap: 9px; }
.full { grid-column: 1 / -1; }
.field label { font-size: 11px; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; border: 0; border-bottom: 1px solid #aeb3ad; border-radius: 0; padding: 11px 0; background: transparent; color: var(--ink); outline: none; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--forest); box-shadow: 0 1px 0 var(--forest); }
.consent { display: flex; align-items: flex-start; gap: 10px; font-size: 11px; line-height: 1.5; color: #5e6864; }
.consent input { margin-top: 2px; accent-color: var(--forest); }
.consent a { text-decoration: underline; text-underline-offset: 2px; }
.button-dark { justify-content: space-between; border-radius: 0; background: var(--ink); color: white; padding: 0 20px; }
.button-dark:disabled { opacity: .65; cursor: wait; }
.honeypot { position: absolute; left: -10000px; }
.form-status { grid-column: 1 / -1; margin: 0; padding: 14px; font-size: 12px; line-height: 1.6; background: #e3e9e4; }
.form-status.error { background: #f0dfda; color: #8b3125; }
.form-status[hidden] { display: none; }
.form-note { grid-column: 1 / -1; margin: -8px 0 0; color: #6b746f; font-size: 10px; line-height: 1.6; }

footer { padding: 50px clamp(24px, 7vw, 108px); display: grid; grid-template-columns: 1.2fr 1fr 1fr auto; gap: 40px; align-items: center; background: #17211f; color: rgba(255,255,255,.64); font-size: 11px; }
footer > div { display: flex; align-items: center; gap: 12px; color: white; }
.footer-mark { width: 36px; height: 36px; font-size: 11px; }
.footer-location { margin: 0; line-height: 1.7; }
.footer-registration { display: block; color: white; font-weight: 700; letter-spacing: .08em; }
footer nav { display: flex; gap: 18px; }
.footer-contact { color: white; }

.legal-page { min-height: 100vh; background: var(--cream); color: var(--ink); }
.legal-header { min-height: 88px; padding: 0 clamp(24px, 5vw, 76px); display: flex; align-items: center; justify-content: space-between; background: var(--forest); color: white; }
.legal-header .brand { color: white; }
.legal-content { width: min(820px, calc(100% - 48px)); margin: 0 auto; padding: clamp(70px, 9vw, 130px) 0; }
.legal-content h1 { margin-bottom: 48px; color: var(--ink); font-size: clamp(48px, 7vw, 82px); }
.legal-content h2 { margin: 34px 0 10px; font-size: 24px; }
.legal-content p { color: #5e6864; line-height: 1.8; }
.legal-back { display: inline-flex; margin-top: 38px; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }

@media (max-width: 1100px) and (min-width: 901px) {
  .site-header { padding-inline: 30px; }
  .brand > span:last-child { display: none; }
  .nav { gap: 17px; font-size: 12px; }
}

@media (max-width: 900px) {
  .site-header { height: 74px; padding: 0 22px; }
  .brand > span:last-child { display: none; }
  .menu-button { display: block; position: relative; z-index: 2; }
  .nav { position: fixed; inset: 0; display: none; flex-direction: column; justify-content: center; background: #17211f; font-family: var(--font-cormorant), serif; font-size: 34px; }
  .nav-open { display: flex; }
  .language-switch { margin-top: 16px; }
  .language-link { font-family: var(--font-manrope), sans-serif; font-size: 11px; }
  h1 { font-size: clamp(58px, 15vw, 88px); }
  .hero-viewport { min-height: 0; display: block; }
  .hero { min-height: 100svh; padding-bottom: 84px; background-position: 58% center; }
  .hero-slide { background-position: 58% center !important; }
  .hero-intro { max-width: 90%; }
  .hero-pagination { left: 22px; bottom: 22px; }
  .scroll-cue { display: none; }
  .stats { grid-template-columns: 1fr 1fr; padding: 0 22px; }
  .stat { padding: 24px 12px; border-bottom: 1px solid rgba(255,255,255,.18); }
  .stat:nth-child(odd) { border-left: 1px solid rgba(255,255,255,.18); }
  .stat strong { font-size: 38px; }
  .story-section, .gallery-heading, .faq-section, .contact-section { grid-template-columns: 1fr; }
  .story-section { gap: 36px; }
  .photo-grid { grid-template-columns: 1fr; grid-template-rows: 480px 300px 300px; }
  .photo-1 { grid-row: auto; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .split-section { grid-template-columns: 1fr; }
  .split-image { min-height: 520px; }
  .split-copy { padding: 80px 28px; }
  .area-section { min-height: 700px; padding: 24px; }
  .area-card { padding: 42px 28px; }
  .faq-section { gap: 40px; }
  .contact-intro { position: static; }
  footer { grid-template-columns: 1fr 1fr; }
  .lightbox-topbar { grid-template-columns: auto 1fr auto; gap: 16px; padding-inline: 20px; }
  .gallery-filters { justify-content: flex-start; }
  .lightbox-stage { grid-template-columns: 56px minmax(0, 1fr) 56px; gap: 4px; padding-inline: 8px; }
  .lightbox-arrow { width: 44px; height: 44px; }
}

@media (max-width: 580px) {
  .eyebrow { margin-bottom: 14px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .stat { flex-direction: column; gap: 0; }
  .section-heading h2, .gallery-heading h2, .split-copy h2, .area-card h2, .contact-intro h2 { font-size: 48px; }
  .photo-grid { grid-template-rows: 390px 240px 240px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 230px; }
  .split-image { min-height: 420px; }
  .enquiry-form { grid-template-columns: 1fr; padding: 26px 20px; }
  .field, .full { grid-column: 1; }
  footer { grid-template-columns: 1fr; gap: 22px; }
  .lightbox-topbar { min-height: 116px; grid-template-columns: 1fr auto; gap: 8px 16px; padding: 10px 14px; }
  .lightbox-status { display: block; }
  .lightbox-status strong { display: block; margin-top: 3px; }
  .gallery-filters { grid-column: 1 / -1; grid-row: 2; margin-inline: -2px; padding-bottom: 2px; }
  .gallery-filter { min-height: 32px; padding-inline: 10px; }
  .lightbox-close { font-size: 0; }
  .lightbox-stage { position: relative; display: block; padding: 14px 10px 74px; }
  .lightbox-stage figure { max-height: calc(100svh - 156px); }
  .lightbox-arrow { position: absolute; z-index: 1; bottom: 15px; }
  .lightbox-prev { left: calc(50% - 54px); }
  .lightbox-next { right: calc(50% - 54px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .hero-slide { transform: none; transition: opacity 1.8s ease-in-out !important; }
}
