:root {
  --ink: #201d19;
  --muted: #70695f;
  --linen: #f5f0e8;
  --paper: #fffaf3;
  --bronze: #b28a5f;
  --bronze-dark: #8a673e;
  --forest: #2a1d14;
  --deep-brown: #20160f;
  --glass: rgba(255, 250, 243, 0.14);
  --border: rgba(255, 255, 255, 0.24);
  --shadow: 0 24px 70px rgba(30, 22, 14, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, system-ui, sans-serif;
  line-height: 1.6;
}

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

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

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--bronze);
  outline-offset: 4px;
}

.grain {
  position: fixed;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  opacity: 0.18;
  mix-blend-mode: multiply;
  background-image:
    radial-gradient(circle at 20% 10%, rgba(0, 0, 0, 0.07) 0 1px, transparent 1px),
    radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px);
  background-size: 5px 5px, 7px 7px;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 22px clamp(22px, 5vw, 62px);
  color: white;
  transition: background 500ms ease, padding 500ms ease, backdrop-filter 500ms ease;
}

.site-header.is-scrolled {
  padding-block: 14px;
  background: rgba(42, 29, 20, 0.82);
  backdrop-filter: blur(18px);
}

.nav-left,
.nav-right {
  display: flex;
  align-items: center;
  gap: clamp(16px, 3vw, 34px);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.nav-left a,
.nav-right a {
  transition: color 220ms ease;
}

.social-links {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.social-link {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 23px;
  height: 23px;
  border: 0;
  color: white;
  opacity: 0.9;
  transition: opacity 220ms ease, transform 220ms ease;
}

.social-link:hover {
  opacity: 1;
  transform: translateY(-1px);
}

.social-link img {
  display: block;
  width: 17px;
  height: 17px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.social-link span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.nav-left a:hover,
.nav-right a:hover,
.nav-left a.is-active,
.nav-right a.is-active {
  color: #d1aa78;
}

.nav-right {
  justify-content: flex-end;
}

.brand {
  display: inline-grid;
  place-items: center;
  width: 128px;
  min-height: 88px;
}

.brand img {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.menu-button {
  display: none;
  gap: 6px;
  width: 34px;
  padding: 8px 3px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.menu-button span {
  display: block;
  height: 1px;
  background: white;
}

.lang-switcher {
  position: relative;
}

.language-select {
  min-height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 0;
  padding: 0 28px 0 10px;
  color: white;
  background: rgba(0, 0, 0, 0.18);
  font: inherit;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
}

.language-select option {
  color: var(--ink);
  background: var(--paper);
}

.goog-te-banner-frame,
.goog-te-gadget,
.skiptranslate {
  display: none !important;
}

body {
  top: 0 !important;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: white;
}

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

.hero-media {
  background-image: url("public/images/Home/chalet-hero-1.jpeg");
  background-size: cover;
  background-position: center;
  transform: scale(1.05);
  animation: heroDrift 18s ease-in-out infinite alternate;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(18, 21, 19, 0.72), rgba(18, 21, 19, 0.26) 48%, rgba(18, 21, 19, 0.18)),
    linear-gradient(0deg, rgba(8, 10, 8, 0.42), transparent 36%);
}

.hero-content {
  position: relative;
  max-width: 760px;
  padding: 180px clamp(24px, 6vw, 84px) 120px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--bronze);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: 0;
}

h1 {
  max-width: 720px;
  font-size: clamp(3.1rem, 7vw, 7.5rem);
}

h2 {
  font-size: clamp(2.1rem, 4.2vw, 4.6rem);
}

.hero-content > p:not(.eyebrow) {
  max-width: 620px;
  margin: 24px 0 0;
  font-size: clamp(1rem, 1.7vw, 1.24rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  border: 1px solid transparent;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: transform 260ms ease, background 260ms ease, color 260ms ease, border-color 260ms ease;
}

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

.button-primary {
  background: var(--bronze);
  color: white;
}

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

.button-ghost {
  border-color: rgba(255, 255, 255, 0.62);
  color: white;
  backdrop-filter: blur(8px);
}

.button-dark {
  background: var(--deep-brown);
  color: white;
}

.text-link {
  display: inline-flex;
  align-items: center;
  color: white;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: transform 260ms ease;
}

.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 32px;
  width: 1px;
  height: 70px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.25);
}

.scroll-cue span {
  display: block;
  width: 100%;
  height: 28px;
  background: white;
  animation: scrollCue 2.3s ease-in-out infinite;
}

.signature-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  padding: 30px clamp(18px, 5vw, 72px);
  background: var(--forest);
  color: white;
}

.signature-strip article {
  display: grid;
  place-items: center;
  min-height: 112px;
  text-align: center;
}

.signature-strip span {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.2rem;
  line-height: 1;
}

.signature-strip strong {
  max-width: 150px;
  margin-top: 10px;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.section-pad {
  padding: clamp(76px, 10vw, 132px) clamp(24px, 6vw, 84px);
}

.intro {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(360px, 1.2fr);
  gap: clamp(42px, 8vw, 110px);
  align-items: center;
}

.intro-copy p:not(.eyebrow) {
  max-width: 500px;
  margin: 24px 0 0;
  color: var(--muted);
}

.intro-image {
  position: relative;
  height: clamp(360px, 44vw, 560px);
  margin: 0;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.intro-image img,
.gallery-card img,
.split-media img,
.location-photo img,
.slow-days-media img,
.activity-card img,
.inside-card img,
.masonry-gallery img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.intro-image::after {
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  content: "";
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  background: var(--paper);
}

.gallery-card {
  position: relative;
  height: clamp(260px, 24vw, 360px);
  overflow: hidden;
  color: white;
}

.gallery-card::after,
.booking-panel::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.58), transparent 58%);
  content: "";
}

.season::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(30, 20, 13, 0.72), rgba(30, 20, 13, 0.28) 58%, rgba(30, 20, 13, 0.18)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.7), transparent 68%);
  content: "";
}

.gallery-card img,
.season,
.booking-bg {
  transition: transform 900ms cubic-bezier(0.19, 1, 0.22, 1);
}

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

.gallery-card span {
  position: absolute;
  z-index: 1;
  left: 26px;
  right: 26px;
  bottom: 26px;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
}

.seasons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
}

.season {
  position: relative;
  min-height: 440px;
  display: flex;
  align-items: flex-end;
  padding: clamp(36px, 6vw, 74px);
  color: white;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.winter {
  background-image: url("public/images/Winter/ChatGPT-Image-17-jul-2026-17_15_04%20(1).png");
}

.summer {
  background-image: url("public/images/Zomer/hero-zomer.jpeg");
}

.season:hover {
  transform: scale(1.015);
}

.season > div {
  position: relative;
  z-index: 1;
  max-width: 560px;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.52);
}

.season h2 {
  font-size: clamp(2rem, 3.2vw, 3.8rem);
}

.season p:not(.eyebrow) {
  max-width: 440px;
}

.season a {
  display: inline-block;
  margin-top: 16px;
  border-bottom: 1px solid currentColor;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.amenities {
  text-align: center;
}

.amenities h2 {
  max-width: 900px;
  margin: 0 auto;
}

.amenity-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
  margin-top: 58px;
}

.amenity-list span {
  min-height: 96px;
  display: grid;
  place-items: center;
  border-top: 1px solid rgba(32, 29, 25, 0.13);
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.house-rule-note {
  display: flex;
  align-items: center;
  gap: 18px;
  max-width: 680px;
  margin: clamp(28px, 5vw, 52px) auto 0;
  padding: 20px 24px;
  border: 1px solid rgba(177, 132, 85, 0.28);
  background: rgba(42, 29, 20, 0.06);
  text-align: left;
}

.house-rule-note > span {
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(177, 132, 85, 0.5);
  border-radius: 999px;
  color: var(--bronze-dark);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1;
}

.house-rule-note strong {
  display: block;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.house-rule-note p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.7;
}

.booking-panel {
  position: relative;
  display: grid;
  grid-template-columns: 1fr minmax(240px, 340px);
  gap: clamp(30px, 8vw, 120px);
  align-items: center;
  margin: 0 clamp(24px, 6vw, 84px);
  padding: clamp(42px, 7vw, 84px);
  overflow: hidden;
  color: white;
  background: var(--forest);
}

.booking-panel-wide {
  grid-template-columns: minmax(0, 760px);
  justify-content: start;
}

.booking-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(42, 29, 20, 0.94), rgba(42, 29, 20, 0.38)),
    url("public/images/Home/huis-8.jpeg") center/cover;
}

.booking-panel:hover .booking-bg {
  transform: scale(1.035);
}

.booking-copy {
  position: relative;
  z-index: 1;
}

.booking-copy h2 {
  max-width: 560px;
}

.booking-copy ul {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.booking-copy li {
  margin: 8px 0;
}

.booking-copy li::before {
  margin-right: 12px;
  color: var(--bronze);
  content: "✓";
}

.flex-details {
  max-width: 680px;
  margin-top: 26px;
}

.flex-details summary {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  color: white;
  background: rgba(255, 250, 243, 0.1);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  list-style: none;
  cursor: pointer;
  transition: background 260ms ease, border-color 260ms ease, transform 260ms ease;
}

.flex-details summary:hover {
  border-color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 250, 243, 0.16);
  transform: translateY(-2px);
}

.flex-details summary::marker {
  display: none;
}

.flex-details summary::-webkit-details-marker {
  display: none;
}

.flex-details p {
  max-width: 640px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.78);
}

.reviews {
  background: linear-gradient(180deg, var(--paper), var(--linen));
}

.reviews > .eyebrow {
  text-align: center;
}

.review-track {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 34px;
}

blockquote {
  margin: 0;
  padding: 34px;
  border-left: 1px solid rgba(32, 29, 25, 0.16);
}

blockquote span {
  color: var(--bronze);
  letter-spacing: 0.18em;
}

blockquote p {
  margin: 16px 0;
  color: var(--muted);
}

cite {
  font-style: normal;
  font-weight: 700;
}

.site-footer {
  position: relative;
  color: white;
  background: var(--deep-brown);
}

.footer-logo {
  width: 132px;
  height: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.94;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr minmax(320px, 520px);
  gap: clamp(34px, 8vw, 120px);
  padding: clamp(56px, 8vw, 92px) clamp(24px, 6vw, 84px);
}

.footer-inner h2 {
  margin-bottom: 22px;
}

.footer-inner a,
.footer-inner span {
  display: block;
  margin-top: 8px;
}

.newsletter {
  align-self: center;
  padding: 30px;
  border: 1px solid var(--border);
  background: var(--glass);
  backdrop-filter: blur(18px);
}

.newsletter label {
  display: block;
  margin-bottom: 18px;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.newsletter div {
  display: flex;
  gap: 8px;
}

.newsletter input,
.newsletter button {
  min-height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  font: inherit;
}

.newsletter input {
  min-width: 0;
  flex: 1;
  padding: 0 16px;
  color: white;
  background: transparent;
}

.newsletter input::placeholder {
  color: rgba(255, 255, 255, 0.72);
}

.newsletter button {
  padding: 0 22px;
  color: white;
  background: rgba(0, 0, 0, 0.38);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(24px, 6vw, 84px);
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
}

.powered-by {
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.62;
}

.powered-by a {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 800;
  transition: color 220ms ease, opacity 220ms ease;
}

.powered-by a:hover {
  color: var(--bronze);
  opacity: 1;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 900ms ease, transform 900ms cubic-bezier(0.19, 1, 0.22, 1);
}

.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

@keyframes heroDrift {
  from {
    transform: scale(1.05) translate3d(-1.2%, -0.8%, 0);
  }

  to {
    transform: scale(1.1) translate3d(1.2%, 0.8%, 0);
  }
}

@keyframes scrollCue {
  0% {
    transform: translateY(-32px);
  }

  100% {
    transform: translateY(76px);
  }
}

@keyframes loaderBar {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

@keyframes loaderSwoosh {
  0% {
    transform: translateX(-115%);
  }

  100% {
    transform: translateX(115%);
  }
}

.mobile-drawer {
  position: fixed;
  inset: 0;
  z-index: 9;
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 120px 28px 42px;
  color: white;
  background: rgba(42, 29, 20, 0.96);
  backdrop-filter: blur(18px);
  max-height: 100svh;
  overflow-y: auto;
  overscroll-behavior: contain;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-16px);
  transition: opacity 360ms ease, transform 360ms ease;
}

.mobile-drawer.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.mobile-drawer a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  padding: 16px 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 10vw, 4rem);
  line-height: 1;
}

.mobile-drawer a.is-active {
  color: #d1aa78;
}

.mobile-drawer .social-links {
  display: flex;
  gap: 13px;
  padding: 6px 0 12px;
}

.mobile-drawer .social-link {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  border-bottom: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
}

.mobile-drawer .social-link img {
  width: 22px;
  height: 22px;
}

body.no-scroll {
  overflow: hidden;
}

.page-loader {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: white;
  background:
    linear-gradient(120deg, rgba(32, 22, 15, 0.98), rgba(42, 29, 20, 0.94)),
    var(--deep-brown);
  opacity: 0;
  pointer-events: none;
  transition: opacity 420ms ease;
}

.page-loader[hidden] {
  display: none;
}

.page-loader::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(110deg, transparent 0 42%, rgba(255, 250, 243, 0.12) 49%, transparent 56% 100%);
  transform: translateX(-115%);
  content: "";
}

.page-loader.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.page-loader.is-transition::before {
  animation: loaderSwoosh 620ms cubic-bezier(0.19, 1, 0.22, 1) both;
}

.page-loader__panel {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 24px;
  transform: translateY(12px);
  opacity: 0;
  transition: opacity 460ms ease, transform 460ms cubic-bezier(0.19, 1, 0.22, 1);
}

.page-loader.is-visible .page-loader__panel {
  opacity: 1;
  transform: translateY(0);
}

.page-loader__logo {
  width: clamp(108px, 16vw, 168px);
  height: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.page-loader__bar {
  position: relative;
  width: clamp(120px, 18vw, 210px);
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.2);
}

.page-loader__bar span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, var(--bronze), transparent);
  transform: translateX(-100%);
}

.page-loader.is-intro .page-loader__bar span {
  animation: loaderBar 1050ms cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

.page-loader.is-transition .page-loader__bar span {
  animation: loaderBar 520ms cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

.webcam-modal {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 52px);
  background: rgba(18, 12, 8, 0.78);
  backdrop-filter: blur(16px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 260ms ease;
}

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

.webcam-modal__panel {
  position: relative;
  width: min(1120px, 100%);
  max-height: min(86svh, 820px);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: var(--deep-brown);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
  transform: translateY(18px) scale(0.985);
  transition: transform 260ms ease;
}

.webcam-modal.is-open .webcam-modal__panel {
  transform: translateY(0) scale(1);
}

.webcam-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 1;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: white;
  background: rgba(32, 22, 15, 0.8);
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  transition: background 220ms ease, transform 220ms ease;
}

.webcam-modal__close:hover {
  background: var(--bronze);
  transform: translateY(-1px);
}

.webcam-modal__header {
  padding: 24px clamp(22px, 4vw, 44px);
  color: white;
}

.webcam-modal__header h2 {
  font-size: clamp(2rem, 4vw, 3.8rem);
}

.webcam-modal__image {
  width: 100%;
  height: 100%;
  max-height: 68svh;
  object-fit: contain;
  background: #100b08;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 55;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  place-items: center;
  padding: clamp(18px, 4vw, 54px);
  background: rgba(18, 12, 8, 0.88);
  backdrop-filter: blur(16px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 260ms ease;
}

.lightbox[hidden] {
  display: none;
}

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

.lightbox__image {
  width: auto;
  max-width: min(1180px, 100%);
  height: auto;
  max-height: 78svh;
  object-fit: contain;
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.42);
}

.lightbox__close {
  position: fixed;
  top: 18px;
  right: 18px;
  z-index: 1;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: white;
  background: rgba(32, 22, 15, 0.82);
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

.lightbox__caption {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.masonry-gallery figure {
  cursor: zoom-in;
}

.page-hero {
  position: relative;
  min-height: 78svh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: white;
  background: var(--forest);
}

.page-hero::before,
.page-hero::after {
  position: absolute;
  inset: 0;
  content: "";
}

.page-hero::before {
  background: var(--page-image) center/cover;
  transform: scale(1.04);
  animation: heroDrift 18s ease-in-out infinite alternate;
}

.page-hero::after {
  background:
    linear-gradient(90deg, rgba(16, 18, 16, 0.78), rgba(16, 18, 16, 0.34) 58%, rgba(16, 18, 16, 0.18)),
    linear-gradient(0deg, rgba(8, 10, 8, 0.48), transparent 45%);
}

.page-hero-content {
  position: relative;
  z-index: 1;
  max-width: 920px;
  padding: 180px clamp(24px, 6vw, 84px) 96px;
}

.page-hero-content p:not(.eyebrow) {
  max-width: 760px;
  margin: 24px 0 0;
  font-size: clamp(1rem, 1.55vw, 1.22rem);
}

.winter-page {
  --page-image: url("public/images/Winter/ChatGPT-Image-17-jul-2026-17_15_04%20(1).png");
  --season-glow: rgba(201, 224, 232, 0.18);
}

.summer-page {
  --page-image: url("public/images/Home/huis-3.jpeg");
  --season-glow: rgba(202, 166, 92, 0.18);
}

.about-page {
  --page-image: url("public/images/Home/huis-4.jpeg");
}

.impressie-page {
  --page-image: url("public/images/Home/huis-5.jpeg");
}

.contact-page {
  --page-image: url("public/images/Home/huis-6.jpeg");
}

.booking-page {
  --page-image: url("public/images/Home/huis-7.jpeg");
}

.cta-winter {
  --cta-image: url("public/images/Winter/ChatGPT-Image-17-jul-2026-17_15_04%20(1).png");
}

.cta-summer {
  --cta-image: url("public/images/Zomer/hero-zomer.jpeg");
}

.cta-about {
  --cta-image: url("public/images/Home/huis-4.jpeg");
}

.cta-contact {
  --cta-image: url("public/images/Home/huis-6.jpeg");
}

.winter-page main,
.summer-page main {
  background:
    radial-gradient(circle at 12% 4%, var(--season-glow), transparent 28rem),
    var(--paper);
}

.winter-page .page-hero::after {
  background:
    linear-gradient(90deg, rgba(12, 18, 22, 0.78), rgba(25, 37, 42, 0.36) 58%, rgba(12, 18, 22, 0.22)),
    linear-gradient(0deg, rgba(8, 10, 8, 0.5), transparent 45%);
}

.summer-page .page-hero::after {
  background:
    linear-gradient(90deg, rgba(26, 27, 16, 0.72), rgba(87, 86, 42, 0.28) 58%, rgba(26, 27, 16, 0.12)),
    linear-gradient(0deg, rgba(8, 10, 8, 0.42), transparent 45%);
}

.split-section {
  display: grid;
  grid-template-columns: minmax(340px, 1.05fr) minmax(300px, 0.95fr);
  gap: clamp(42px, 7vw, 96px);
  align-items: center;
}

.split-section.reverse {
  grid-template-columns: minmax(300px, 0.95fr) minmax(340px, 1.05fr);
}

.split-copy p {
  color: var(--muted);
}

.split-media {
  position: relative;
  height: clamp(360px, 42vw, 560px);
  margin: 0;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.split-media img {
  transition: transform 900ms cubic-bezier(0.19, 1, 0.22, 1);
}

.split-media:hover img {
  transform: scale(1.045);
}

.section-heading {
  max-width: 900px;
  margin: 0 auto 42px;
  text-align: center;
}

.section-heading p:not(.eyebrow) {
  color: var(--muted);
}

.activity-grid,
.info-grid,
.inside-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}

.activity-card,
.inside-card {
  position: relative;
  height: clamp(320px, 32vw, 430px);
  overflow: hidden;
  color: white;
  background: var(--forest);
}

.activity-card::after,
.inside-card::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.68), transparent 60%),
    linear-gradient(0deg, rgba(178, 138, 95, 0.18), rgba(178, 138, 95, 0));
  content: "";
}

.activity-card img,
.inside-card img,
.masonry-gallery img {
  transition: transform 900ms cubic-bezier(0.19, 1, 0.22, 1);
}

.activity-card:hover img,
.inside-card:hover img,
.masonry-gallery figure:hover img {
  transform: scale(1.06);
}

.card-copy {
  position: absolute;
  z-index: 1;
  left: 26px;
  right: 26px;
  bottom: 26px;
}

.card-copy h3,
.info-card h3 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
}

.card-copy p {
  margin: 12px 0 0;
}

.dark-band {
  color: white;
  background: var(--forest);
}

.dark-band .split-copy p,
.dark-band .section-heading p {
  color: rgba(255, 255, 255, 0.76);
}

.feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
  padding: 0;
  list-style: none;
}

.feature-list li,
.check-list li {
  position: relative;
  padding-left: 28px;
}

.feature-list li::before,
.check-list li::before {
  position: absolute;
  left: 0;
  color: var(--bronze);
  content: "✓";
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(32, 29, 25, 0.12);
  background: white;
}

.price-table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
}

.price-table th,
.price-table td {
  padding: 18px 22px;
  border-bottom: 1px solid rgba(32, 29, 25, 0.1);
  text-align: left;
}

.price-table th {
  color: var(--bronze-dark);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.price-table td:not(:first-child),
.price-table th:not(:first-child) {
  text-align: right;
}

.note {
  margin-top: 18px;
  color: var(--muted);
  font-size: 0.9rem;
}

.info-grid {
  gap: 18px;
}

.info-card {
  padding: 32px;
  border: 1px solid rgba(32, 29, 25, 0.12);
  background: rgba(255, 255, 255, 0.48);
}

.info-card p,
.info-card li,
.info-card summary {
  color: var(--muted);
}

.info-card ul {
  margin: 18px 0 0;
  padding-left: 18px;
}

.info-card .button,
.split-copy .button {
  margin-top: 20px;
}

.masonry-gallery {
  columns: 3 280px;
  column-gap: 2px;
}

.masonry-gallery figure {
  position: relative;
  break-inside: avoid;
  margin: 0 0 2px;
  height: 280px;
  overflow: hidden;
  background: var(--forest);
}

.masonry-gallery figure:nth-child(2n) {
  height: 380px;
}

.masonry-gallery figcaption {
  position: absolute;
  left: 20px;
  bottom: 18px;
  z-index: 1;
  color: white;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.masonry-gallery figure::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.56), transparent 60%);
  content: "";
}

.cta-section {
  position: relative;
  overflow: hidden;
  margin-top: 2px;
  padding: clamp(82px, 13vw, 150px) clamp(24px, 6vw, 84px);
  color: white;
  background: var(--forest);
}

.cta-section::before,
.cta-section::after {
  position: absolute;
  inset: 0;
  content: "";
}

.cta-section::before {
  background: var(--cta-image) center/cover;
  transition: transform 900ms cubic-bezier(0.19, 1, 0.22, 1);
}

.cta-section:hover::before {
  transform: scale(1.035);
}

.cta-section::after {
  background: linear-gradient(90deg, rgba(16, 18, 16, 0.86), rgba(16, 18, 16, 0.35));
}

.cta-inner {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.map-placeholder {
  height: clamp(340px, 38vw, 460px);
  overflow: hidden;
  border: 1px solid rgba(32, 29, 25, 0.12);
  box-shadow: var(--shadow);
}

.map-placeholder iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.home-location {
  background:
    linear-gradient(180deg, var(--paper), var(--linen));
}

.home-location .section-heading p:not(.eyebrow) {
  color: var(--muted);
}

.location-grid {
  display: grid;
  grid-template-columns: minmax(230px, 0.8fr) minmax(320px, 1.2fr) minmax(230px, 0.8fr);
  gap: 18px;
  align-items: stretch;
}

.location-photo {
  position: relative;
  height: clamp(340px, 38vw, 470px);
  margin: 0;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.slow-days {
  display: grid;
  grid-template-columns: minmax(320px, 1.05fr) minmax(300px, 0.95fr);
  gap: clamp(36px, 7vw, 92px);
  align-items: center;
  padding: clamp(70px, 10vw, 124px) clamp(24px, 6vw, 84px);
  background: var(--paper);
}

.slow-days-media {
  position: relative;
  height: clamp(360px, 44vw, 560px);
  margin: 0;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.slow-days-copy p:not(.eyebrow) {
  max-width: 560px;
  color: var(--muted);
}

.text-link-dark {
  color: var(--ink);
}

.season-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
}

.contact-shell {
  max-width: 1120px;
  margin: 0 auto;
}

.contact-form {
  margin-top: clamp(34px, 6vw, 72px);
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid rgba(32, 29, 25, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(245, 240, 232, 0.82));
  box-shadow: var(--shadow);
}

.contact-form input[name="_honey"] {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.contact-form .section-heading {
  margin-bottom: 34px;
  text-align: left;
}

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

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--bronze-dark);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(32, 29, 25, 0.14);
  border-radius: 0;
  padding: 15px 16px;
  color: var(--ink);
  background: rgba(255, 250, 243, 0.86);
  font: inherit;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.contact-form textarea {
  margin-top: 18px;
  min-height: 170px;
  resize: vertical;
}

.contact-form button {
  margin-top: 22px;
  border: 0;
  cursor: pointer;
}

.contact-form button:disabled {
  opacity: 0.68;
  cursor: wait;
}

.form-status {
  margin: 18px 0 0;
  font-weight: 700;
}

.form-status.is-success {
  color: #376344;
}

.form-status.is-error {
  color: #8d3d2f;
}

.booking-subhero {
  position: relative;
  overflow: hidden;
  padding: 150px clamp(24px, 6vw, 84px) 62px;
  color: white;
  background: var(--forest);
}

.booking-subhero::before,
.booking-subhero::after {
  position: absolute;
  inset: 0;
  content: "";
}

.booking-subhero::before {
  background: var(--page-image) center/cover;
  transform: scale(1.04);
}

.booking-subhero::after {
  background:
    linear-gradient(90deg, rgba(16, 18, 16, 0.8), rgba(16, 18, 16, 0.36)),
    linear-gradient(0deg, rgba(8, 10, 8, 0.38), transparent 48%);
}

.booking-subhero-inner {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.booking-subhero h1 {
  font-size: clamp(2.7rem, 5.6vw, 5.8rem);
}

.calendar-section {
  background:
    linear-gradient(180deg, var(--paper), var(--linen));
}

.calendar-frame {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(18px, 3vw, 34px);
  border: 1px solid rgba(32, 29, 25, 0.12);
  background: rgba(255, 255, 255, 0.62);
  box-shadow: var(--shadow);
}

.huurkalender-embed iframe {
  display: block;
  min-height: 720px;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
  }

  .nav-left,
  .nav-right a {
    display: none;
  }

  .menu-button {
    display: grid;
  }

  .brand {
    justify-self: start;
    width: 104px;
    min-height: 72px;
  }

  .signature-strip,
  .amenity-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .intro,
  .seasons,
  .booking-panel,
  .location-grid,
  .slow-days,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .intro-image {
    height: clamp(320px, 62vw, 440px);
  }

  .location-photo,
  .slow-days-media {
    height: clamp(320px, 62vw, 430px);
  }

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

  .review-track {
    grid-template-columns: 1fr;
  }

  .split-section,
  .split-section.reverse,
  .booking-panel,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .activity-grid,
  .inside-grid,
  .info-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .season-links {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 16px 18px;
  }

  .brand {
    width: 92px;
    min-height: 62px;
  }

  .language-select {
    min-height: 34px;
    padding-inline: 8px 20px;
    font-size: 0.62rem;
  }

  .hero {
    min-height: 92svh;
  }

  .hero-content {
    padding: 150px 22px 90px;
  }

  .button {
    width: 100%;
    padding-inline: 18px;
  }

  .signature-strip,
  .amenity-list,
  .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }

  .signature-strip {
    padding: 18px;
  }

  .intro-image,
  .season {
    min-height: 360px;
  }

  .intro-image {
    height: min(72vw, 360px);
  }

  .intro-image img {
    object-fit: contain;
    background: var(--paper);
  }

  .booking-panel {
    margin-inline: 0;
    padding: 34px 22px;
  }

  .flex-details summary {
    width: 100%;
    text-align: center;
  }

  .location-photo,
  .slow-days-media {
    height: min(72vw, 360px);
  }

  .newsletter div,
  .footer-bottom {
    flex-direction: column;
  }

  .page-hero {
    min-height: 70svh;
  }

  .page-hero-content {
    padding: 142px 22px 72px;
  }

  .booking-subhero {
    padding: 128px 22px 50px;
  }

  .activity-grid,
  .inside-grid,
  .info-grid {
    grid-template-columns: 1fr;
  }

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

  .activity-card,
  .inside-card,
  .split-media,
  .map-placeholder {
    height: 330px;
  }

  .feature-list {
    grid-template-columns: 1fr;
  }

  .masonry-gallery {
    columns: 1;
  }
}

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

  .page-loader__bar span,
  .page-loader.is-transition::before {
    animation: none !important;
    transform: none !important;
  }
}
