  :root {
    --groen-donker: #2e4d2a;
    --groen: #3d6b35;
    --groen-licht: #6f9b5e;
    --creme: #f7f3e6;
    --creme-donker: #efe8d3;
    --hout: #8a5a2b;
    --hout-licht: #b07c42;
    --accent: #c9542e;
    --inkt: #2b3324;
    --lijn: #d8cfae;
  }
  * { box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  body {
    margin: 0;
    font-family: "Source Sans 3", "Segoe UI", sans-serif;
    color: var(--inkt);
    background: var(--creme);
    line-height: 1.65;
    font-size: 17px;
  }
  h1, h2, h3 { font-family: "Fraunces", Georgia, serif; line-height: 1.15; }
  a { color: var(--groen); }

  .rand {
    height: 10px;
    background: repeating-linear-gradient(90deg,
      var(--groen-donker) 0 24px, var(--creme) 24px 26px,
      var(--hout) 26px 50px, var(--creme) 50px 52px);
  }

  header.hero {
    text-align: center;
    padding: 64px 20px 56px;
    background:
      radial-gradient(ellipse at 50% -20%, #ffffff88, transparent 60%),
      linear-gradient(180deg, #eef3e2 0%, var(--creme) 100%);
    border-bottom: 3px double var(--lijn);
  }
  .kicker {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 13px;
    font-weight: 600;
    color: var(--hout);
    margin: 0 0 14px;
  }
  header.hero h1 {
    font-size: clamp(38px, 7vw, 72px);
    font-weight: 900;
    color: var(--groen-donker);
    margin: 0 0 4px;
  }
  header.hero .onder {
    font-family: "Fraunces", Georgia, serif;
    font-style: italic;
    font-size: clamp(17px, 2.5vw, 22px);
    color: var(--groen);
    margin: 6px 0 0;
  }
  .ornament {
    display: flex; align-items: center; justify-content: center;
    gap: 14px; margin: 26px 0 0;
    color: var(--hout-licht); font-size: 15px;
  }
  .ornament::before, .ornament::after {
    content: ""; width: min(120px, 20vw); height: 1px;
    background: var(--hout-licht);
  }

  .koekoekknop {
    margin-top: 34px;
    display: inline-flex; align-items: center; gap: 12px;
    background: var(--groen);
    color: #fdfbf2;
    border: none;
    font: 600 18px/1 "Source Sans 3", sans-serif;
    padding: 16px 30px;
    border-radius: 999px;
    cursor: pointer;
    box-shadow: 0 4px 0 var(--groen-donker);
    transition: transform .08s ease, box-shadow .08s ease;
  }
  .koekoekknop:hover { background: var(--groen-licht); }
  .koekoekknop:active { transform: translateY(3px); box-shadow: 0 1px 0 var(--groen-donker); }
  .koekoekknop .vogel { font-size: 22px; transition: transform .3s ease; }
  .koekoekknop.speelt .vogel { transform: translateX(6px) rotate(-12deg); }

  main { max-width: 960px; margin: 0 auto; padding: 0 20px; }
  section { padding: 56px 0 8px; }
  section h2 {
    font-size: clamp(26px, 4vw, 36px);
    color: var(--groen-donker);
    margin: 0 0 6px;
  }
  section h2 .nr {
    color: var(--hout-licht);
    font-size: .6em;
    vertical-align: super;
    margin-right: 8px;
    letter-spacing: 1px;
  }
  .sublijn { color: var(--hout); font-style: italic; font-family: "Fraunces", serif; margin: 0 0 22px; }

  .intro { font-size: 19px; max-width: 46em; }

  .productshot {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 26px;
    align-items: center;
  }
  .productshot img {
    width: 100%;
    height: auto;
    max-width: 460px;
    justify-self: center;
  }
  @media (max-width: 720px) {
    .productshot { grid-template-columns: 1fr; }
    .productshot img { max-width: 340px; }
  }
  .viewer {
    position: relative;
    aspect-ratio: 4 / 3;
    width: 100%;
    max-width: 460px;
    justify-self: center;
    touch-action: pan-y;
  }
  .viewer img,
  .viewer .viewer-canvas {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    max-width: none;
  }
  .viewer img { transition: opacity .4s ease; }
  .viewer.viewer-live img { opacity: 0; pointer-events: none; }
  .viewer-hint {
    text-align: center;
    font-size: 13.5px;
    color: var(--hout);
    font-style: italic;
    margin: 6px 0 0;
  }
  @media (max-width: 720px) {
    .viewer { max-width: 340px; }
  }

  .kaarten {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 18px;
    margin: 26px 0 10px;
  }
  .kaart {
    background: #fffdf6;
    border: 1px solid var(--lijn);
    border-radius: 12px;
    padding: 20px 22px;
    box-shadow: 0 2px 0 var(--creme-donker);
  }
  .kaart .ico { font-size: 28px; }
  .kaart h3 { margin: 8px 0 6px; font-size: 19px; color: var(--groen-donker); }
  .kaart p { margin: 0; font-size: 15.5px; color: #4a5540; }

  .stappen { counter-reset: stap; display: grid; gap: 16px; margin: 26px 0 10px; }
  .stap {
    display: grid;
    grid-template-columns: 56px 1fr auto;
    gap: 18px;
    align-items: center;
    background: #fffdf6;
    border: 1px solid var(--lijn);
    border-left: 6px solid var(--groen-licht);
    border-radius: 12px;
    padding: 18px 22px;
  }
  .stap::before {
    counter-increment: stap;
    content: counter(stap);
    font-family: "Fraunces", serif;
    font-weight: 900;
    font-size: 30px;
    color: #fdfbf2;
    background: var(--groen);
    width: 52px; height: 52px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
  }
  .stap h3 { margin: 0 0 4px; font-size: 19px; color: var(--groen-donker); }
  .stap p { margin: 0; font-size: 15.5px; color: #4a5540; }
  .stap img.qr {
    width: 110px; height: 110px;
    background: #fff;
    border: 1px solid var(--lijn);
    border-radius: 8px;
    padding: 6px;
  }
  .stap code {
    background: var(--creme-donker);
    border-radius: 5px;
    padding: 1px 7px;
    font-size: 14px;
    color: var(--groen-donker);
  }
  @media (max-width: 640px) {
    .stap { grid-template-columns: 44px 1fr; }
    .stap::before { width: 42px; height: 42px; font-size: 24px; }
    .stap img.qr { grid-column: 2; justify-self: start; }
  }

  table.slag {
    border-collapse: collapse;
    width: 100%;
    margin: 22px 0;
    background: #fffdf6;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--lijn);
  }
  table.slag th, table.slag td { padding: 13px 18px; text-align: left; border-bottom: 1px solid var(--lijn); }
  table.slag tr:last-child td { border-bottom: none; }
  table.slag th {
    background: var(--groen);
    color: #fdfbf2;
    font-family: "Fraunces", serif;
    font-weight: 600;
    letter-spacing: .5px;
  }
  table.slag td:first-child { font-weight: 600; color: var(--groen-donker); white-space: nowrap; }

  .tip {
    background: linear-gradient(135deg, #fbf6dd, #f2f4e2);
    border: 1px solid #ddd28a;
    border-radius: 12px;
    padding: 16px 20px;
    margin: 22px 0;
    font-size: 15.5px;
    color: #5a5a28;
  }

  .fabriek {
    background: var(--groen-donker);
    color: #e9eedd;
    border-radius: 16px;
    padding: 40px 36px;
    margin: 30px 0 10px;
  }
  .fabriek h2 { color: #f2ecd6; margin-top: 0; }
  .fabriek .sublijn { color: #c9d3ae; }
  .fabriek a { color: #ffd98a; }
  .fabriek ul { padding-left: 22px; margin: 14px 0; }
  .fabriek li { margin: 7px 0; }
  .fabriek code { background: #ffffff1e; border-radius: 5px; padding: 1px 7px; font-size: 14px; }
  .knoppenrij { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 24px; }
  .knop {
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    padding: 13px 24px;
    border-radius: 999px;
    border: 2px solid #ffd98a;
    color: #ffd98a;
  }
  .knop:hover { background: #ffd98a; color: var(--groen-donker); }
  .knop.vol { background: #ffd98a; color: var(--groen-donker); }
  .knop.vol:hover { background: #ffe6ae; }

  footer {
    text-align: center;
    padding: 46px 20px 40px;
    color: var(--hout);
    font-size: 15px;
  }
  footer .merk {
    font-family: "Fraunces", serif;
    font-style: italic;
    font-size: 17px;
    color: var(--groen-donker);
    margin-bottom: 4px;
  }

  .taalwissel {
    position: absolute;
    top: 22px; right: 22px;
    font: 600 14px/1 "Source Sans 3", sans-serif;
    text-decoration: none;
    color: var(--groen-donker);
    background: #fffdf6;
    border: 1px solid var(--lijn);
    border-radius: 999px;
    padding: 8px 16px;
    box-shadow: 0 2px 0 var(--creme-donker);
  }
  .taalwissel:hover { background: var(--creme-donker); }
  header.hero { position: relative; }
