:root {
  color-scheme: dark;
  --ink:          #fbf7ec;
  --muted:        #c8c0ae;
  --muted-2:      #8a8070;
  --pine:         #10271e;
  --pine-deep:    #07100c;
  --pine-mid:     #0b1a13;
  --pine-card:    #0e2018;
  --panel:        rgba(12, 24, 18, 0.72);
  --panel-strong: rgba(8, 18, 13, 0.92);
  --gold:         #d9aa55;
  --gold-light:   #f0cc82;
  --gold-dim:     rgba(217, 170, 85, 0.12);
  --gold-glow:    rgba(217, 170, 85, 0.28);
  --red:          #c0403a;
  --red-light:    #e07a72;
  --red-dim:      rgba(192, 64, 58, 0.18);
  --blue:         #7aa9c9;
  --green:        #4bbf70;
  --green-light:  #8fe6ab;
  --line:         rgba(251, 247, 236, 0.10);
  --line-gold:    rgba(217, 170, 85, 0.22);
  --shadow-deep:  rgba(0, 0, 0, 0.55);
  --radius:       12px;
  --radius-lg:    18px;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html {
  min-height: 100%;
  background: var(--pine-deep);
}

body {
  min-height: 100%;
  color: var(--ink);
  background: var(--pine-deep);
  overflow-x: hidden;
}

a { color: inherit; }

/* ═══════════════════════════════════════════════════════
   STAGE — full-screen hero
═══════════════════════════════════════════════════════ */
.stage {
  position: relative;
  overflow: hidden;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  background:
    linear-gradient(100deg, rgba(5,10,8,.90) 0%, rgba(8,16,13,.58) 50%, rgba(9,16,13,.22) 100%),
    linear-gradient(180deg, rgba(4,8,6,.22) 0%, rgba(5,10,8,.94) 100%),
    url("hero-christmas.jpg") center / cover no-repeat;
  transition: background 1s ease;
}

/* subtle colour wash per state */
.stage[data-state="yes"]::after,
.stage[data-state="soon"]::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: .55;
}
.stage[data-state="yes"]::after {
  background: radial-gradient(60% 55% at 50% 42%, var(--gold-glow) 0%, transparent 70%);
}
.stage[data-state="soon"]::after {
  background: radial-gradient(60% 55% at 50% 42%, rgba(217,170,85,.16) 0%, transparent 70%);
}

/* ───── header ───── */
.site-header {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 26px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 750;
  text-decoration: none;
  text-shadow: 0 2px 20px var(--shadow-deep);
}

.brand-mark {
  flex-shrink: 0;
  width: 26px;
  height: 30px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 28'%3E%3Crect x='10' y='24' width='4' height='4' rx='1' fill='%23704214'/%3E%3Cpolygon points='12,8 20,19 4,19' fill='%231a6b35'/%3E%3Cpolygon points='12,3 19,13 5,13' fill='%2322884a'/%3E%3Cpolygon points='12,14 21,26 3,26' fill='%23155c2c'/%3E%3Cpolygon points='12,0 13.2,3.4 16.8,3.4 14,5.6 15.2,9 12,6.8 8.8,9 10,5.6 7.2,3.4 10.8,3.4' fill='%23d9aa55'/%3E%3Ccircle cx='8.5' cy='16' r='1.4' fill='%23c0403a'/%3E%3Ccircle cx='15.5' cy='21' r='1.3' fill='%23d9aa55'/%3E%3Ccircle cx='9' cy='22' r='1.1' fill='%23c0403a'/%3E%3C/svg%3E") center/contain no-repeat;
}

.header-link {
  color: rgba(251,247,236,.62);
  font-size: .88rem;
  font-weight: 600;
  text-decoration: none;
  text-shadow: 0 1px 12px var(--shadow-deep);
  transition: color .2s;
}
.header-link:hover { color: var(--gold-light); }

/* ───── answer block ───── */
.answer-shell {
  position: relative;
  z-index: 5;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: min(900px, calc(100% - 40px));
  margin: 0 auto;
  padding: 40px 0 56px;
}

.eyebrow {
  color: var(--gold);
  font-size: clamp(.78rem, 2.4vw, .95rem);
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 18px;
  text-shadow: 0 2px 16px var(--shadow-deep);
}

#question {
  font-size: clamp(1.4rem, 5vw, 2.4rem);
  font-weight: 650;
  letter-spacing: -.01em;
  color: var(--ink);
  text-shadow: 0 3px 24px var(--shadow-deep);
  margin-bottom: 8px;
}

.answer {
  font-size: clamp(5.5rem, 26vw, 16rem);
  line-height: .92;
  font-weight: 850;
  letter-spacing: -.03em;
  margin: 6px 0 4px;
  background: linear-gradient(180deg, var(--red-light) 0%, var(--red) 78%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 6px 40px rgba(0,0,0,.5));
  animation: pop .5s cubic-bezier(.2,.9,.3,1.3) both;
}

.stage[data-state="yes"] .answer {
  background: linear-gradient(180deg, var(--gold-light) 0%, var(--gold) 82%);
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 6px 44px var(--gold-glow));
}

.stage[data-state="soon"] .answer {
  font-size: clamp(3.6rem, 15vw, 9rem);
  background: linear-gradient(180deg, var(--gold-light) 0%, var(--gold) 82%);
  -webkit-background-clip: text;
  background-clip: text;
}

@keyframes pop {
  0%   { opacity: 0; transform: scale(.7); }
  100% { opacity: 1; transform: scale(1); }
}

.answer-sub {
  font-size: clamp(1.05rem, 3.4vw, 1.5rem);
  font-weight: 500;
  color: var(--muted);
  margin-top: 10px;
  max-width: 22ch;
  text-shadow: 0 2px 18px var(--shadow-deep);
}
.answer-sub strong { color: var(--gold-light); font-weight: 750; }

/* ───── CTA ───── */
.cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 30px;
  padding: 15px 26px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--gold-light), var(--gold));
  color: #201503;
  font-size: clamp(.95rem, 2.8vw, 1.05rem);
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 10px 34px rgba(217,170,85,.28), inset 0 1px 0 rgba(255,255,255,.4);
  transition: transform .18s ease, box-shadow .18s ease;
}
.cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(217,170,85,.4), inset 0 1px 0 rgba(255,255,255,.5);
}
.cta[hidden] { display: none; }

/* ───── snow ───── */
.snow {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}
.snow span {
  position: absolute;
  top: -60px;
  user-select: none;
  pointer-events: none;
  animation: snowFall linear infinite;
}
@keyframes snowFall {
  0%   { transform: translateY(0) translateX(0) rotate(0deg); }
  33%  { transform: translateY(33vh) translateX(18px) rotate(120deg); }
  66%  { transform: translateY(66vh) translateX(-12px) rotate(240deg); }
  100% { transform: translateY(105vh) translateX(8px) rotate(360deg); opacity: 0; }
}

/* ───── ad ───── */
.ad-container {
  position: relative;
  z-index: 5;
  width: 100%;
  background: rgba(5,10,8,.55);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-align: center;
  padding: 18px 16px;
}
.ad-placeholder {
  color: var(--muted-2);
  font-size: .7rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

/* ───── footer ───── */
.site-footer {
  position: relative;
  z-index: 5;
  text-align: center;
  padding: 30px 20px 34px;
  background: var(--pine-deep);
}
.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 10px;
}
.footer-logo .brand-mark { width: 20px; height: 23px; }
.site-footer p {
  color: var(--muted-2);
  font-size: .8rem;
  line-height: 1.5;
  max-width: 46ch;
  margin: 0 auto;
}
.footer-nav {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 22px;
}
.footer-nav a {
  color: var(--muted);
  font-size: .82rem;
  text-decoration: none;
  transition: color .2s;
}
.footer-nav a:hover { color: var(--gold-light); }

/* ═══════════════════════════════════════════════════════
   CONTENT + FAQ
═══════════════════════════════════════════════════════ */
.content {
  background: var(--pine-deep);
  border-top: 1px solid var(--line);
  padding: clamp(46px, 8vw, 84px) 20px;
}
.content-inner {
  width: min(760px, 100%);
  margin: 0 auto;
}
.content-inner h2 {
  font-size: clamp(1.3rem, 4vw, 1.7rem);
  font-weight: 700;
  color: var(--ink);
  margin: 40px 0 12px;
  letter-spacing: -.01em;
}
.content-inner p {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.72;
  margin-bottom: 6px;
}
.content-inner p strong { color: var(--ink); font-weight: 650; }
.content-inner .intro {
  font-size: clamp(1.08rem, 2.6vw, 1.22rem);
  color: var(--ink);
  line-height: 1.65;
}
.content-cta {
  margin: 18px 0 8px;
}
.content-cta a {
  color: var(--gold-light);
  font-weight: 650;
  text-decoration: none;
  border-bottom: 1px solid var(--line-gold, rgba(217,170,85,.3));
  padding-bottom: 2px;
  transition: color .2s;
}
.content-cta a:hover { color: var(--gold); }

/* FAQ */
.faq-list {
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.faq-item {
  background: rgba(12, 24, 18, 0.5);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}
.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  cursor: pointer;
  padding: 16px 18px;
  font-weight: 600;
  color: var(--ink);
  list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-chevron {
  flex-shrink: 0;
  font-size: 1.3rem;
  line-height: 1;
  color: var(--gold);
  transition: transform .2s ease;
}
.faq-item[open] .faq-chevron { transform: rotate(45deg); }
.faq-item p {
  padding: 0 18px 16px;
  margin: 0;
  font-size: .96rem;
  color: var(--muted);
}
.faq-item p a { color: var(--gold-light); }

@media (prefers-reduced-motion: reduce) {
  .snow span { animation: none; display: none; }
  .answer { animation: none; }
}

/* ═══════════════════════════════════════════════════════
   SUBPAGE ADDITIONS — nav, detail cards, content sections,
   data tables, page banner (added for /kerstdag/ /christmas-day/ /boxing-day/)
═══════════════════════════════════════════════════════ */
.site-nav {
  display: flex;
  gap: 28px;
}
.site-nav a {
  color: rgba(251,247,236,.62);
  font-size: .88rem;
  font-weight: 600;
  text-decoration: none;
  text-shadow: 0 1px 12px var(--shadow-deep);
  transition: color .2s;
}
.site-nav a:hover { color: var(--ink); }

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line-gold);
  border-radius: 8px;
  background: var(--panel);
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
}
.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--ink);
  border-radius: 2px;
  transition: transform .2s ease, opacity .2s ease;
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.detail-card {
  padding: 28px 28px 24px;
  transition: background .2s;
}
.detail-card:hover { background: var(--gold-dim); }
.detail-card + .detail-card {
  border-left: 1px solid var(--line);
}
.detail-label {
  display: block;
  margin-bottom: 10px;
  color: var(--gold);
  font-size: .72rem;
  font-weight: 820;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.details strong {
  display: block;
  color: var(--ink);
  font-size: clamp(1.1rem, 2.2vw, 1.6rem);
  font-weight: 720;
  line-height: 1.2;
}

.content-section {
  position: relative;
  border-top: 1px solid var(--line-gold);
  background:
    radial-gradient(ellipse 80% 60% at 110% -10%, rgba(217,170,85,.06) 0%, transparent 60%),
    radial-gradient(ellipse 60% 40% at -10% 80%, rgba(192,64,58,.05) 0%, transparent 50%),
    var(--pine-mid);
  padding: 88px 0;
}
.content-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .035;
  background-image:
    radial-gradient(circle, #fff 0 1px, transparent 2px),
    radial-gradient(circle, #fff 0 1px, transparent 2px);
  background-size: 60px 60px, 100px 100px;
  background-position: 0 0, 30px 30px;
}
.content-inner {
  position: relative;
  width: min(760px, calc(100% - 48px));
  margin: 0 auto;
}
.section-heading {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 40px;
}
.section-heading h2 {
  white-space: nowrap;
  font-size: clamp(1.5rem, 3.5vw, 2.2rem);
  font-weight: 800;
  letter-spacing: -.01em;
}
.section-heading::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, var(--line-gold) 0%, transparent 100%);
}
.content-inner h2 {
  margin: 52px 0 18px;
  font-size: clamp(1.35rem, 2.8vw, 1.85rem);
  font-weight: 780;
  letter-spacing: -.01em;
  color: var(--ink);
}
.content-inner h2:first-child { margin-top: 0; }
.content-inner p {
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.75;
}
.content-inner strong { color: var(--ink); }

.faq-section {
  position: relative;
  padding: 88px 0;
  border-top: 1px solid var(--line-gold);
  background: var(--pine-deep);
}
.faq-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 70% 50% at 50% 0%, rgba(217,170,85,.05) 0%, transparent 60%);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .55s ease, transform .55s ease;
}
.reveal.visible {
  opacity: 1;
  transform: none;
}

/* ───── Sub-page banner ───── */
.page-banner {
  position: relative;
  overflow: hidden;
  padding: 80px 0 64px;
  background: linear-gradient(135deg, rgba(5,10,8,.98) 0%, rgba(9,16,13,.92) 100%),
              var(--pine-deep);
  border-bottom: 1px solid var(--line-gold);
}
.page-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 70% 60% at 100% 50%, rgba(217,170,85,.07) 0%, transparent 60%),
    radial-gradient(ellipse 40% 80% at 0% 50%, rgba(192,64,58,.04) 0%, transparent 50%);
}
.page-banner-inner {
  position: relative;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 28px;
  color: var(--muted-2);
  font-size: .82rem;
}
.breadcrumb a { color: var(--gold); text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }
.page-banner h1 {
  font-size: clamp(2.2rem, 6vw, 4rem);
  line-height: 1.05;
  letter-spacing: -.02em;
  margin-bottom: 18px;
}
.page-banner .lead {
  color: var(--muted);
  font-size: clamp(.98rem, 2vw, 1.18rem);
  line-height: 1.65;
  max-width: 52rem;
  margin: 0;
}
.page-site-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 26px 0 40px;
}
.page-site-header .site-nav a { font-size: .84rem; }

/* ───── Data table ───── */
.data-table {
  width: 100%;
  border-collapse: collapse;
  margin: 28px 0 48px;
  font-size: .98rem;
}
.data-table th {
  padding: 14px 18px;
  text-align: left;
  color: var(--gold);
  font-size: .74rem;
  font-weight: 820;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-bottom: 2px solid var(--line-gold);
  background: rgba(217,170,85,.04);
}
.data-table td {
  padding: 16px 18px;
  color: var(--muted);
  border-bottom: 1px solid var(--line);
  transition: background .15s;
}
.data-table td strong { color: var(--ink); }
.data-table tr:hover td { background: var(--gold-dim); }
.data-table tr.highlight td {
  background: rgba(217,170,85,.06);
}
.data-table tr.highlight td:first-child {
  border-left: 3px solid var(--gold);
  padding-left: 15px;
}

@media (max-width: 760px) {
  .nav-toggle { display: flex; }
  .site-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 8px;
    flex-direction: column;
    gap: 2px;
    background: var(--panel-strong);
    border: 1px solid var(--line-gold);
    border-radius: var(--radius);
    padding: 10px;
    box-shadow: 0 16px 40px rgba(0,0,0,.45);
  }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 10px 12px; border-radius: 8px; }
  .site-nav a:hover { background: var(--gold-dim); }
  .page-banner h1 { font-size: clamp(1.8rem, 8vw, 3rem); }
  .page-site-header .nav-toggle { display: flex; }
  .page-site-header .site-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 4px;
    flex-direction: column;
    gap: 2px;
    background: var(--panel-strong);
    border: 1px solid var(--line-gold);
    border-radius: var(--radius);
    padding: 10px;
    box-shadow: 0 16px 40px rgba(0,0,0,.45);
  }
  .page-site-header .site-nav.open { display: flex; }
  .page-site-header .site-nav a { padding: 10px 12px; border-radius: 8px; }
  .page-site-header .site-nav a:hover { background: var(--gold-dim); }
  .data-table th, .data-table td { padding: 12px 12px; font-size: .9rem; }
}

.details {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  border: 1px solid rgba(217,170,85,.18);
  border-radius: var(--radius-lg);
  background: linear-gradient(160deg, rgba(12,24,18,.95) 0%, rgba(7,14,10,.98) 100%);
  box-shadow: 0 24px 64px rgba(0,0,0,.4), 0 0 0 1px rgba(255,255,255,.04);
  backdrop-filter: blur(20px);
  overflow: hidden;
}
@media (max-width: 640px) {
  .details { grid-template-columns: 1fr; }
  .detail-card + .detail-card { border-left: none; border-top: 1px solid var(--line); }
}