:root {
  --moss: #1e3a31;
  --leaf: #3a5e49;
  --brick: #b45a3c;
  --sun: #e2b12a;
  --paper: #eef3ea;
  --card: #fbfcf8;
  --ink: #171c18;
  --mute: #5a635c;
  --line: #d5ddd4;
  --max: 72rem;
  --pad: max(1.2rem, env(safe-area-inset-left));
  --nav-h: 4.2rem;
}

* { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
html, body { margin: 0; padding: 0; max-width: 100%; }
body {
  font-family: Figtree, "Segoe UI", sans-serif;
  background: var(--paper);
  color: var(--ink);
  line-height: 1.55;
  font-size: 1.05rem;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--leaf); }
a:hover { color: var(--moss); }
:focus-visible { outline: 2px solid var(--sun); outline-offset: 3px; }
button, a, input, textarea, select { touch-action: manipulation; }

.skip {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.skip:focus {
  clip: auto;
  width: auto;
  height: auto;
  left: 1rem;
  top: 1rem;
  background: var(--card);
  padding: 0.4rem 0.7rem;
  z-index: 20;
}

.nav {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem 0.8rem;
  padding: 0.75rem var(--pad);
  padding-top: max(0.75rem, env(safe-area-inset-top));
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}
.nav-mark {
  font-family: Literata, Georgia, serif;
  font-size: 1.05rem;
  color: var(--ink);
  text-decoration: none;
  letter-spacing: -0.02em;
  white-space: nowrap;
  flex: 0 0 auto;
}
.nav-mark em {
  font-style: normal;
  color: var(--brick);
  font-family: "Bodoni Moda", Georgia, serif;
  font-size: 1.2rem;
}
.nav nav {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-width: 0;
  margin-left: auto;
}
.nav nav a {
  color: var(--mute);
  text-decoration: none;
  font-size: 0.92rem;
  white-space: nowrap;
}
.nav nav a:hover { color: var(--ink); }
.nav-cta {
  color: var(--ink);
  font: inherit;
  font-weight: 650;
  font-size: 0.88rem;
  background: var(--sun);
  border: 0;
  padding: 0.55rem 0.8rem;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

.hero {
  position: relative;
  color: #f7f4ea;
}
.hero picture {
  display: block;
  width: 100%;
  height: calc(92dvh - var(--nav-h));
  max-height: 46rem;
}
.hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 42%;
}
.hero-copy {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 4.2rem var(--pad) max(2.2rem, env(safe-area-inset-bottom));
  background: linear-gradient(to top, rgba(18, 28, 24, 0.88) 12%, rgba(18, 28, 24, 0.45) 55%, transparent 78%);
  text-shadow: 0 1px 12px rgba(18, 28, 24, 0.45);
}
.hero-copy .inner { max-width: var(--max); margin: 0 auto; }
.kicker {
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin: 0 0 0.55rem;
  color: var(--sun);
}
.hero h1 {
  font-family: "Bodoni Moda", Georgia, serif;
  font-weight: 500;
  font-size: clamp(2.25rem, 8vw, 7rem);
  line-height: 0.95;
  margin: 0 0 0.55rem;
  letter-spacing: -0.04em;
}
.lede {
  font-family: Literata, Georgia, serif;
  font-size: clamp(1.15rem, 2.4vw, 1.7rem);
  margin: 0 0 0.7rem;
  max-width: 28ch;
}
.price { margin: 0; font-size: 1rem; letter-spacing: 0.04em; }

.facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  max-width: var(--max);
  margin: 0 auto;
  border-bottom: 1px solid var(--line);
}
.facts div {
  padding: 1.15rem var(--pad);
  border-right: 1px solid var(--line);
}
.facts div:last-child { border-right: 0; }
.facts b {
  display: block;
  font-family: Literata, Georgia, serif;
  font-size: 1.25rem;
  font-weight: 500;
}
.facts span { color: var(--mute); font-size: 0.88rem; }

.section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 3.4rem var(--pad);
  scroll-margin-top: 5.5rem;
}
.section h2 {
  font-family: Literata, Georgia, serif;
  font-weight: 500;
  font-size: clamp(1.6rem, 3vw, 2.5rem);
  letter-spacing: -0.03em;
  margin: 0 0 0.8rem;
}
.section .intro {
  max-width: 42rem;
  color: var(--mute);
  margin: 0 0 1.6rem;
  font-size: 1.08rem;
}

.split {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1.8rem;
  align-items: center;
}
.split + .split, .split + .grid-3, .grid-3 + .split, .shot + .split {
  margin-top: 1.4rem;
}
.split .copy p:last-child { margin-bottom: 0; }

.shot {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 2px;
  overflow: hidden;
  cursor: zoom-in;
  background: #dfe6dc;
  text-align: left;
  font: inherit;
  color: inherit;
}
.shot img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 3 / 2;
}
.shot.wide img { aspect-ratio: 4 / 3; }
.gap { margin-top: 0.7rem; }

.mosaic {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 0.7rem;
  align-items: start;
}
.mosaic .shot:first-child img {
  aspect-ratio: auto;
  height: 100%;
  min-height: 100%;
}
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.7rem;
}
.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem;
}

.plus {
  columns: 2;
  gap: 2.2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.plus li {
  break-inside: avoid;
  padding: 0.7rem 0;
  border-bottom: 1px solid var(--line);
}

.plans {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.7rem;
}
.plan {
  display: block;
  width: 100%;
  background: var(--card);
  padding: 0.7rem;
  border: 1px solid var(--line);
  cursor: zoom-in;
  font: inherit;
  color: inherit;
  text-align: left;
}
.plan img { aspect-ratio: 3 / 4; object-fit: contain; background: #fff; }
.plan figcaption, .plan .cap {
  display: block;
  font-size: 0.82rem;
  color: var(--mute);
  margin-top: 0.45rem;
}

.map {
  width: 100%;
  height: 16rem;
  border: 0;
  margin-top: 1rem;
  filter: grayscale(0.15);
}

.inline-cta {
  margin: 1.4rem 0 0;
  font-size: 1.02rem;
}
.inline-cta button {
  background: none;
  border: 0;
  padding: 0;
  font: inherit;
  color: var(--leaf);
  text-decoration: underline;
  cursor: pointer;
}

.cta {
  background: var(--moss);
  color: #f4f7f2;
  padding-bottom: max(3.4rem, calc(2rem + env(safe-area-inset-bottom)));
}
.cta h2 { color: #fff; }
.cta .intro { color: #c9d6cc; }
.cta a { color: var(--sun); overflow-wrap: anywhere; }
.open-sheet {
  background: var(--sun);
  color: var(--ink);
  border: 0;
  padding: 0.9rem 1.3rem;
  min-height: 48px;
  font: inherit;
  font-weight: 650;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

.sheet {
  padding: 0;
  border: 0;
  background: transparent;
  max-width: none;
  max-height: none;
  width: 100%;
  height: 100%;
  margin: 0;
}
.sheet::backdrop { background: rgba(18, 28, 24, 0.55); }
.sheet-panel {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: min(92dvh, 100%);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  background: var(--moss);
  color: #f4f7f2;
  padding: 1.3rem var(--pad) max(1.6rem, env(safe-area-inset-bottom));
  border-radius: 1.1rem 1.1rem 0 0;
}
.sheet-panel h2 {
  font-family: Literata, Georgia, serif;
  font-weight: 500;
  font-size: 1.7rem;
  margin: 0 2.4rem 0.45rem 0;
  color: #fff;
}
.sheet-intro, .sheet-mail { color: #c9d6cc; margin: 0 0 1.2rem; overflow-wrap: anywhere; }
.sheet-mail { margin-top: 1.2rem; }
.sheet-mail a { color: var(--sun); }
.sheet-close {
  position: absolute;
  top: 0.85rem;
  right: max(0.7rem, env(safe-area-inset-right));
  background: transparent;
  color: #f4f7f2;
  border: 0;
  font: inherit;
  min-height: 44px;
  min-width: 44px;
  cursor: pointer;
}
.hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.wanneer {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  margin: 0.2rem 0 0.4rem;
}
.wanneer label {
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.95rem;
  color: #f4f7f2;
  display: flex;
  align-items: center;
  gap: 0.35rem;
  min-height: 44px;
}
.form-ok, .form-err { color: #f4f7f2; }
.form-err { color: #f3c6b0; }
@media (min-width: 861px) {
  .sheet-panel {
    left: 50%;
    right: auto;
    bottom: auto;
    top: 50%;
    transform: translate(-50%, -50%);
    width: min(28rem, 92vw);
    max-height: 90dvh;
    border-radius: 4px;
  }
}

.form { display: grid; gap: 0.75rem; max-width: 32rem; }
.form-k,
.form label {
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #c9d6cc;
}
.form input, .form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #6e8578;
  background: transparent;
  color: #fff;
  font: inherit;
  font-size: 16px;
  padding: 0.7rem 0;
  min-height: 44px;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
}
.form textarea { min-height: 5.2rem; resize: vertical; }
.form input::placeholder, .form textarea::placeholder { color: #9aada2; }
.form input:-webkit-autofill,
.form input:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff;
  caret-color: #fff;
  box-shadow: 0 0 0 1000px var(--moss) inset;
  transition: background-color 9999s ease-out;
}
.form button[type="submit"] {
  justify-self: start;
  margin-top: 0.6rem;
  background: var(--sun);
  color: var(--ink);
  border: 0;
  padding: 0.9rem 1.3rem;
  min-height: 48px;
  font: inherit;
  font-weight: 650;
  cursor: pointer;
}

.site-footer {
  padding: 1.6rem var(--pad) max(1.6rem, env(safe-area-inset-bottom));
  text-align: center;
  color: var(--mute);
  font-size: 0.9rem;
  border-top: 1px solid var(--line);
  overflow-wrap: anywhere;
}
.site-footer p { margin: 0.3rem 0; }
.site-footer a, .site-footer button {
  color: var(--mute);
  background: none;
  border: 0;
  padding: 0;
  font: inherit;
  cursor: pointer;
  text-decoration: underline;
}

.lightbox {
  padding: 0;
  border: 0;
  background: rgba(10, 14, 12, 0.92);
  max-width: none;
  width: 100%;
  height: 100%;
  margin: 0;
}
.lightbox[open] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lightbox::backdrop { background: transparent; }
.lightbox img {
  max-width: min(96vw, 1400px);
  max-height: 86vh;
  margin: auto;
  object-fit: contain;
}
.lb-close, .lb-prev, .lb-next {
  position: absolute;
  background: transparent;
  color: #f7f4ea;
  border: 0;
  font: inherit;
  min-height: 44px;
  min-width: 44px;
  cursor: pointer;
  z-index: 2;
}
.lb-close { top: 0.8rem; right: 0.8rem; }
.lb-prev { left: 0.4rem; top: 50%; transform: translateY(-50%); }
.lb-next { right: 0.4rem; top: 50%; transform: translateY(-50%); }
.lb-count {
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
  text-align: center;
  color: #c9d6cc;
  font-size: 0.9rem;
}

.privacy-page { padding-top: 2rem; }
.privacy-page h1 {
  font-family: Literata, Georgia, serif;
  font-weight: 500;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  letter-spacing: -0.03em;
  margin: 0 0 0.8rem;
}
.privacy-page h2 { margin-top: 1.6rem; }
.back { display: inline-block; margin-bottom: 1.2rem; }

@media (max-width: 860px) {
  .nav nav {
    order: 3;
    width: 100%;
    margin-left: 0;
    overflow-x: auto;
    padding-bottom: 0.15rem;
  }
  .nav-cta { order: 2; margin-left: auto; }
  .hero picture { height: 62dvh; max-height: none; }
  .hero-copy {
    position: static;
    background: var(--moss);
    padding: 1.5rem var(--pad) 1.7rem;
    text-shadow: none;
  }
  .hero h1 { font-size: clamp(2.15rem, 11vw, 3rem); }
  .facts { grid-template-columns: 1fr 1fr; }
  .facts div:nth-child(odd) { border-right: 1px solid var(--line); }
  .facts div:nth-child(2),
  .facts div:nth-child(4) { border-right: 0; }
  .facts div:nth-child(1),
  .facts div:nth-child(2) { border-bottom: 1px solid var(--line); }
  .split, .mosaic, .grid-3 { grid-template-columns: 1fr; }
  .mosaic .shot:first-child img { aspect-ratio: 3 / 2; height: auto; }
  .plans { grid-template-columns: 1fr 1fr; }
  .plus { columns: 1; }
  .form button[type="submit"], .open-sheet { width: 100%; }
  .section { padding: 2.6rem var(--pad); }
}

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