:root {
  --ink: #0a0908;
  --bark: #14110e;
  --ember: #c45c28;
  --fox: #e07838;
  --gold: #c9a46a;
  --bone: #e6dccb;
  --bone-dim: #b7ad9c;
  --moss: #3d4a3a;
  --ash: #8a8074;
  --line: rgba(230, 220, 203, 0.12);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; }
body {
  background: var(--ink);
  color: var(--bone);
  font-family: Outfit, system-ui, sans-serif;
  font-weight: 300;
  line-height: 1.55;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }

.wrap {
  width: min(1120px, calc(100% - 48px));
  margin-inline: auto;
}
.measure { max-width: 38rem; }
.measure.on-dark { color: var(--bone-dim); }

h1, h2, h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.12;
  margin: 0;
}
h1 {
  font-size: clamp(4.4rem, 14vw, 10.5rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 0.88;
}
h2 { font-size: clamp(2rem, 5vw, 3.4rem); margin: 0.2em 0 0.6em; }
h3 { font-size: 2rem; }

.num {
  font-family: Outfit, sans-serif;
  font-weight: 400;
  letter-spacing: 0.28em;
  font-size: 0.72rem;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 1rem;
}
.num.light { color: var(--gold); }

/* overlays */
.progress {
  position: fixed; top: 0; left: 0; height: 2px; width: 0;
  background: linear-gradient(90deg, var(--ember), var(--gold));
  z-index: 80; pointer-events: none;
}
.grain {
  pointer-events: none;
  position: fixed; inset: 0; z-index: 70; opacity: 0.07;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/></filter><rect width='100%' height='100%' filter='url(%23n)' opacity='0.55'/></svg>");
  mix-blend-mode: overlay;
}
#embers {
  position: fixed; inset: 0; z-index: 2; pointer-events: none;
}

/* nav */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 60;
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 28px;
  background: linear-gradient(to bottom, rgba(10,9,8,0.78), rgba(10,9,8,0));
  transition: background 0.4s var(--ease), backdrop-filter 0.4s;
}
.nav.scrolled {
  background: rgba(10,9,8,0.86);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav-mark {
  display: flex; align-items: center; gap: 10px;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 0.92rem;
}
.nav-mark img {
  width: 36px; height: 36px; border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 0 1px rgba(201,164,106,0.35);
}
.nav-links { display: flex; gap: 22px; }
.nav-links a {
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--bone-dim);
}
.nav-links a:hover { color: var(--bone); }
.lang {
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  border: 1px solid var(--line);
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--gold);
}

/* hero */
.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: end center;
  isolation: isolate;
  overflow: hidden;
}
.hero-layer {
  position: absolute; inset: -12%;
  background-size: cover;
  background-position: center 40%;
  will-change: transform;
}
.hero-bos { background-image: url("assets/bos.jpg"); z-index: 0; }
.hero-mist {
  z-index: 1;
  background: radial-gradient(ellipse at 50% 70%, rgba(196,92,40,0.28), transparent 55%),
              linear-gradient(to top, var(--ink) 8%, rgba(10,9,8,0.15) 48%, rgba(10,9,8,0.45));
}
.hero-vignette {
  position: absolute; inset: 0; z-index: 2;
  background: radial-gradient(ellipse at center, transparent 30%, rgba(10,9,8,0.72) 100%);
}
.hero-inner {
  position: relative; z-index: 3;
  text-align: center;
  padding: 0 24px 12vh;
}
.hero-zegel {
  width: min(148px, 34vw);
  height: auto;
  margin: 0 auto 18px;
  border-radius: 50%;
  box-shadow: 0 20px 80px rgba(0,0,0,0.45), 0 0 0 1px rgba(201,164,106,0.25);
  will-change: transform;
}
.kicker {
  letter-spacing: 0.32em;
  text-transform: uppercase;
  font-size: 0.72rem;
  color: var(--gold);
  margin: 0 0 8px;
}
.lede {
  max-width: 34rem;
  margin: 18px auto 28px;
  color: var(--bone-dim);
  font-size: 1.05rem;
}
.hero-cta { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.say {
  margin-top: 28px;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  color: var(--ash);
}
.say em { font-style: italic; color: var(--bone-dim); }

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 44px; padding: 0 22px;
  border-radius: 999px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.72rem;
  transition: transform 0.35s var(--ease), background 0.3s, color 0.3s;
}
.btn:hover { transform: translateY(-2px); }
.btn-ember { background: var(--ember); color: #1a0c06; font-weight: 500; }
.btn-ember:hover { background: var(--fox); }
.btn-ghost { border: 1px solid var(--line); color: var(--bone); }

.scroll-hint {
  position: absolute; bottom: 28px; left: 50%;
  transform: translateX(-50%);
  z-index: 4; width: 22px; height: 36px;
  border: 1px solid rgba(230,220,203,0.28);
  border-radius: 12px;
}
.scroll-hint span {
  display: block; width: 3px; height: 8px; margin: 6px auto;
  background: var(--gold); border-radius: 2px;
  animation: drip 1.8s var(--ease) infinite;
}
@keyframes drip {
  0% { transform: translateY(0); opacity: 1; }
  80% { transform: translateY(12px); opacity: 0; }
  100% { opacity: 0; }
}

/* sections */
.band { padding: 18vh 0 12vh; background: var(--ink); }
.pillars {
  list-style: none; padding: 0; margin: 56px 0 0;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px;
}
.pillars li {
  border-top: 1px solid var(--line);
  padding-top: 18px;
}
.pillars span {
  display: block;
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  color: var(--ember);
  margin-bottom: 10px;
}
.pillars strong {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 8px;
}
.pillars p { margin: 0; color: var(--bone-dim); font-size: 0.95rem; }

.naam {
  position: relative;
  padding: 12vh 0;
  overflow: hidden;
  isolation: isolate;
}
.naam-brons {
  position: absolute; inset: -8%;
  background: url("assets/brons.jpg") center/cover;
  opacity: 0.28;
  z-index: 0;
  will-change: transform;
}
.naam .wrap { position: relative; z-index: 1; }
.mark-row {
  display: grid;
  grid-template-columns: minmax(140px, 220px) 1fr;
  gap: 48px;
  align-items: center;
}
.mark-seal {
  width: 100%;
  border-radius: 50%;
  box-shadow: 0 16px 60px rgba(0,0,0,0.4), 0 0 0 1px rgba(201,164,106,0.22);
}
.naam h2 { margin-bottom: 0.35em; }

.dochters { padding: 16vh 0 12vh; }
.cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 40px;
}
.card {
  display: flex; flex-direction: column;
  background: var(--bark);
  border: 1px solid var(--line);
  overflow: hidden;
  transform-style: preserve-3d;
  transition: border-color 0.3s;
}
.card:hover { border-color: rgba(201,164,106,0.4); }
.card-media {
  position: relative;
  height: 320px;
  overflow: hidden;
}
.card-img {
  width: 100%; height: 100%;
  object-fit: cover;
  transform: scale(1.06);
  transition: transform 1.1s var(--ease);
}
.card:hover .card-img { transform: scale(1.12); }
.card-shade {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(10,9,8,0.55), transparent 50%);
}
.card-kicker {
  position: absolute; left: 18px; bottom: 14px;
  margin: 0;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.66rem;
  color: var(--gold);
}
.card-body { padding: 22px 22px 26px; }
.card-body p { color: var(--bone-dim); }
.card-go {
  display: inline-block;
  margin-top: 8px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.68rem;
  color: var(--ember);
}

.werk { padding: 8vh 0 14vh; }
.nots {
  list-style: none; padding: 0; margin: 32px 0 0;
  max-width: 40rem;
}
.nots li {
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
  color: var(--bone-dim);
}

.contact {
  padding: 16vh 0 14vh;
  background:
    linear-gradient(to top, rgba(10,9,8,0.82), rgba(10,9,8,0.55)),
    url("assets/bos.jpg") center 60%/cover fixed;
}
.mails {
  display: flex; flex-wrap: wrap; gap: 12px;
  margin-top: 28px;
}
.mails a {
  border: 1px solid var(--line);
  padding: 12px 18px;
  border-radius: 999px;
  letter-spacing: 0.04em;
}
.mails a:hover { border-color: var(--gold); color: var(--gold); }

.foot {
  border-top: 1px solid var(--line);
  padding: 32px 0 40px;
  color: var(--ash);
  font-size: 0.88rem;
}
.foot-grid {
  display: flex; justify-content: space-between; align-items: center; gap: 24px;
}
.foot-mark { display: flex; gap: 14px; align-items: center; }
.foot-mark img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; }
.foot-mark strong {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.15rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--bone);
  font-weight: 500;
}
.foot-mark span { display: block; max-width: 28rem; }

.reveal {
  opacity: 0;
  transform: translateY(28px);
  animation: rise 0.9s var(--ease) forwards;
  animation-play-state: paused;
}
.reveal.in { animation-play-state: running; }
@keyframes rise {
  to { opacity: 1; transform: none; }
}

@media (max-width: 860px) {
  .nav-links { display: none; }
  .pillars, .mark-row, .cards, .foot-grid { grid-template-columns: 1fr; }
  .mark-seal { width: 160px; }
  .foot-grid { flex-direction: column; align-items: flex-start; }
  .hero-inner { padding-bottom: 16vh; }
  .card-media { height: 240px; }
  .contact { background-attachment: scroll; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; animation: none; }
  .scroll-hint span { animation: none; }
  .hero-layer, .hero-zegel, .naam-brons { transform: none !important; }
}
