/* Huisstijl Shape.Haus: zwart, wit, Styrene, grote fotografie. Geen accentkleur. */
@font-face { font-family: "Styrene A"; src: url(/assets/fonts/StyreneALC-Bold.woff2) format("woff2"); font-weight: 700; font-display: swap; }
@font-face { font-family: "Styrene B"; src: url(/assets/fonts/StyreneBLC-Light.woff2) format("woff2"); font-weight: 300; font-display: swap; }
@font-face { font-family: "Styrene B"; src: url(/assets/fonts/StyreneBLC-Regular.woff2) format("woff2"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Styrene B"; src: url(/assets/fonts/StyreneBLC-Bold.woff2) format("woff2"); font-weight: 700; font-display: swap; }

:root {
  --ink: #000;
  --black: #1d1d1c;
  --white: #fafafa;
  --grey: #7c7c7c;
  --line: #c8c8c8;
  --font: "Styrene B", "Helvetica Neue", Arial, sans-serif;
  --head: "Styrene A", "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; margin: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font); font-weight: 300; color: var(--black); background: var(--white); line-height: 1.55; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3 { font-family: var(--head); font-weight: 700; line-height: 1.02; letter-spacing: -0.01em; }
h1 { font-size: clamp(2.4rem, 5.6vw, 4.2rem); }
h2 { font-size: clamp(1.8rem, 3.8vw, 2.8rem); }
h3 { font-size: 1.3rem; line-height: 1.15; }

.wrap { width: min(1160px, 100% - 32px); margin-inline: auto; }

.btn { display: inline-block; background: var(--white); color: var(--black); font: 700 .78rem var(--font); text-transform: uppercase; letter-spacing: .04em; padding: 17px 28px; border: 0; border-radius: 12px; text-decoration: none; cursor: pointer; transition: opacity .15s; }
.btn:hover { opacity: .85; }
.btn:focus-visible, input:focus-visible { outline: 2px solid var(--white); outline-offset: 2px; }
.btn[disabled] { opacity: .6; cursor: wait; }
.btn--small { padding: 11px 16px; font-size: .7rem; }
.btn--full { width: 100%; }

.topbar { background: var(--ink); color: var(--white); position: sticky; top: 0; z-index: 10; }
.topbar__in { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-block: 14px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 400; font-size: .95rem; }
.topbar__date { font-size: .85rem; color: #fafafab3; }

.hero { color: var(--white); padding: 72px 0 88px; background: linear-gradient(90deg, #000000f2 0%, #000000c7 45%, #00000066 100%), url(/assets/hero.jpg) center / cover no-repeat var(--ink); }
.hero__grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 64px; align-items: start; }
.eyebrow { text-transform: uppercase; letter-spacing: .12em; font-size: .74rem; font-weight: 700; margin-bottom: 20px; }
.lead { font-size: 1.2rem; font-weight: 400; line-height: 1.3; margin-top: 22px; max-width: 32em; }
.meta { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 0; }
.meta li { border: 1px solid #fafafa59; border-radius: 1000px; padding: 6px 14px; font-size: .82rem; font-weight: 400; }
.listhead { font-weight: 700; margin-bottom: 12px; }
.checks { list-style: none; padding: 0; display: grid; gap: 10px; max-width: 36em; }
.checks li { padding-left: 28px; position: relative; }
.checks li::before { content: ""; position: absolute; left: 0; top: .45em; width: 13px; height: 6px; border-left: 2px solid var(--white); border-bottom: 2px solid var(--white); transform: rotate(-45deg); }

.countdown { display: flex; gap: 8px; margin-top: 12px; }
.formcol { min-width: 0; }
.countdown div { background: #1d1d1ce6; border-radius: 12px; padding: 14px 0; flex: 1; text-align: center; }
.countdown b { display: block; font: 700 1.8rem var(--head); font-variant-numeric: tabular-nums; }
.countdown span { font-size: .66rem; text-transform: uppercase; letter-spacing: .1em; color: #fafafa99; font-weight: 400; }

.formcard { background: var(--white); color: var(--black); border-radius: 20px; padding: 36px; scroll-margin-top: 90px; }
.formcard h2 { font-size: 1.5rem; line-height: 1.1; margin-bottom: 24px; }
.signup { display: grid; gap: 14px; }
.signup label { font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; display: grid; gap: 6px; }
.signup input { font: 400 1rem var(--font); padding: 14px; border: 1px solid var(--line); border-radius: 12px; background: #fff; color: var(--black); width: 100%; }
.signup select { font: 400 1rem var(--font); padding: 14px 40px 14px 14px; border: 1px solid var(--line); border-radius: 12px; background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none' stroke='%231d1d1c' stroke-width='2'%3E%3Cpath d='m1 1 5 5 5-5'/%3E%3C/svg%3E") no-repeat right 16px center; color: var(--black); width: 100%; appearance: none; -webkit-appearance: none; text-transform: none; letter-spacing: 0; }
.signup select:invalid { color: #7c7c7c99; font-weight: 300; }
.signup select:focus-visible { outline: 2px solid var(--black); outline-offset: 2px; }
.signup input::placeholder { color: #7c7c7c99; font-weight: 300; }
.signup input:focus-visible { outline-color: var(--black); }
.formcard .btn { background: var(--black); color: var(--white); margin-top: 6px; }
.hp { position: absolute !important; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.formnote { font-size: .78rem; color: var(--grey); }
.formerror { font-size: .9rem; font-weight: 400; color: #b3261e; }

section { padding: 96px 0; }
.learn { background: var(--white); }
.learn h2 { max-width: 14em; }
.sub { max-width: 36em; margin-top: 18px; font-size: 1.1rem; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 52px; }
.card { background: var(--black); color: var(--white); border-radius: 20px; padding: 32px; }
.card__nr { font: 700 .74rem var(--font); text-transform: uppercase; letter-spacing: .12em; color: #fafafa99; }
.card h3 { margin-top: 72px; }
.card p { margin-top: 12px; color: #fafafad9; font-size: .97rem; }

.plates { padding: 0; background: var(--ink); }
.plates__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; }
.plates__grid img { width: 100%; height: 78vh; min-height: 440px; object-fit: cover; }
.plates__cap { color: #fafafab3; font-size: .74rem; font-weight: 400; text-transform: uppercase; letter-spacing: .12em; text-align: center; padding: 20px 16px; }

.host { background: var(--ink); color: var(--white); }
.host__grid { display: grid; grid-template-columns: 400px 1fr; gap: 64px; align-items: center; }
.host__photo { aspect-ratio: 4 / 5; width: 100%; height: auto; object-fit: cover; border-radius: 20px; }
.host__role { color: #fafafa99; margin: 10px 0 22px; font-weight: 400; }
.host p + p { margin-top: 12px; }
.host p { max-width: 34em; }

.stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 36px; max-width: 34em; }
.stats div { border-top: 1px solid #fafafa40; padding-top: 14px; }
.stats dt { font: 700 2rem var(--head); }
.stats dd { margin: 4px 0 0; font-size: .74rem; font-weight: 400; text-transform: uppercase; letter-spacing: .06em; color: #fafafa99; overflow-wrap: anywhere; hyphens: auto; }

.proof { background: var(--white); }
.proof h2 { text-align: center; }
.reviews { columns: 3 300px; column-gap: 12px; margin-top: 52px; }
.review { break-inside: avoid; margin: 0 0 12px; background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 28px; }
.review__stars { letter-spacing: .15em; font-size: .9rem; color: var(--black); }
.review blockquote { margin: 14px 0 22px; font-weight: 400; }
.review figcaption { display: flex; align-items: center; gap: 10px; }
.review b { font-weight: 700; font-size: .92rem; }
.review small { margin-left: auto; color: var(--grey); font-size: .68rem; font-weight: 400; text-align: right; }

.closer { color: var(--white); text-align: center; padding: 140px 0; background: linear-gradient(#000000b3, #000000b3), url(/assets/werk-1.jpg) center / cover no-repeat var(--ink); }
.closer h2 { max-width: 16em; margin-inline: auto; }
.closer p { color: #fafafacc; margin: 18px 0 30px; font-weight: 400; }

.footer { background: var(--ink); color: #fafafa80; padding: 40px 0; font-size: .74rem; text-align: center; }
.footer img { margin: 0 auto 18px; }
.footer p { max-width: 60em; margin: 8px auto 0; }

.thanks { text-align: center; background: var(--ink); color: var(--white); padding: 88px 0 96px; }
.thanks h1 { font-size: clamp(2.2rem, 5vw, 3.6rem); }
.thanks .lead { margin-inline: auto; }
.thanks__check { display: inline-grid; place-items: center; width: 60px; height: 60px; border-radius: 50%; background: var(--white); color: var(--black); margin-bottom: 24px; }
.vsl__label { margin-top: 44px; font-weight: 700; }
.vsl { position: relative; max-width: 760px; margin: 14px auto 0; aspect-ratio: 16 / 9; border-radius: 20px; overflow: hidden; display: grid; place-content: center; justify-items: center; gap: 14px; background: linear-gradient(#000000a6, #000000a6), url(/assets/hero-small.jpg) center / cover no-repeat var(--black); border: 1px solid #fafafa26; }
.vsl__play { display: grid; place-items: center; width: 68px; height: 68px; border-radius: 50%; background: var(--white); color: var(--black); }
.vsl p { font-size: .85rem; font-weight: 400; color: #fafafacc; padding-inline: 16px; }
.thanks__cdlabel { margin-top: 48px; font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: #fafafa99; }
.thanks .countdown { max-width: 420px; margin-inline: auto; }
.steps { padding-bottom: 0; }
.steps .cards { margin-top: 0; }
.steps .card h3 { margin-top: 40px; }
.steps .card { display: flex; flex-direction: column; }
.card__links { display: grid; gap: 8px; margin-top: auto; padding-top: 24px; }
.btn--ghost { background: transparent; color: var(--white); border: 1px solid #fafafa59; text-align: center; padding: 13px 16px; }
.project { padding-bottom: 0; }
.project .eyebrow { color: var(--grey); }
.project img { border-radius: 20px; width: 100%; height: auto; }
.project__hero { margin-top: 40px; }
.project .project__plan { max-width: 420px; justify-self: center; }
.project__note { margin-top: 12px; font-size: .78rem; color: var(--grey); font-weight: 400; }
.project__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 64px; align-items: center; margin-top: 88px; }
.project h3 { font-size: 1.6rem; margin-bottom: 18px; }
.project__head { margin-top: 88px; }
.project p + p { margin-top: 12px; }
.compare { width: 100%; border-collapse: collapse; font-size: .92rem; }
.compare th, .compare td { text-align: left; padding: 14px 10px 14px 0; border-top: 1px solid var(--line); vertical-align: top; font-weight: 400; }
.compare thead th { border-top: 0; font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.compare tbody th { font-weight: 700; }
.ticks { list-style: none; padding: 0; display: grid; gap: 10px; margin-top: 16px; }
.ticks li { padding-left: 28px; position: relative; }
.ticks li::before { content: ""; position: absolute; left: 0; top: .45em; width: 13px; height: 6px; border-left: 2px solid var(--black); border-bottom: 2px solid var(--black); transform: rotate(-45deg); }
.day { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.day figure { margin: 0; }
.day figcaption { margin-top: 12px; font-weight: 700; }
.plan { padding-left: 1.4em; display: grid; gap: 8px; font-weight: 400; }
.facts div { border-top: 1px solid var(--line); padding: 16px 0; display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 16px; }
.facts dt { font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; padding-top: 4px; }
.facts dd { margin: 0; font-weight: 400; }
.facts--cols { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 64px; }
.timeline { list-style: none; padding: 0; margin-top: 24px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.timeline li { display: flex; flex-direction: column; background: var(--black); color: var(--white); border-radius: 20px; padding: 28px; }
.timeline__nr { font-size: .74rem; font-weight: 700; letter-spacing: .12em; color: #fafafa99; }
.timeline b { margin-top: 56px; min-height: 2.3em; font: 700 1.25rem/1.15 var(--head); }
.timeline__when { margin-top: 14px; padding-top: 14px; border-top: 1px solid #fafafa33; font-size: .88rem; font-weight: 400; color: #fafafab3; min-height: 4.2em; }
.topbar--static { position: static; }

.legal { max-width: 44em; }
.legal h2 { font-size: 1.2rem; margin-top: 32px; }
.legal p { margin-top: 10px; }

.stickybar { display: none; }

@media (max-width: 860px) {
  .stickybar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 20; display: block; padding: 22px 16px calc(12px + env(safe-area-inset-bottom)); background: var(--white); color: var(--black); border-top: 1px solid var(--line); box-shadow: 0 -8px 24px #0000001f; transform: translateY(0); transition: transform .3s; }
  .stickybar[hidden] { display: block; transform: translateY(calc(100% + 24px)); }
  .stickybar__tag { position: absolute; left: 16px; top: -13px; display: inline-flex; align-items: center; gap: 7px; background: var(--ink); color: var(--white); border-radius: 1000px; padding: 6px 12px; font-size: .62rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
  .stickybar__tag i { width: 6px; height: 6px; border-radius: 50%; background: var(--white); }
  .stickybar p { line-height: 1.2; margin-bottom: 12px; }
  .stickybar b { display: block; font: 700 1rem var(--head); }
  .stickybar p span { display: block; margin-top: 5px; font-size: .8rem; color: var(--grey); font-weight: 400; }
  .stickybar .btn { position: relative; display: block; text-align: center; background: var(--black); color: var(--white); padding: 16px 48px; }
  .btn--arrow svg { position: absolute; right: 6px; top: 50%; transform: translateY(-50%); width: 34px; height: 34px; padding: 9px; border-radius: 8px; background: var(--white); color: var(--black); }
  .footer { padding-bottom: 170px; }
  .topbar { position: static; }
  .formcard { scroll-margin-top: 16px; }
  .hero { padding: 40px 0 56px; background-image: linear-gradient(180deg, #000000e6 0%, #000000bf 100%), url(/assets/hero-small.jpg); }
  .hero__grid, .host__grid { grid-template-columns: minmax(0, 1fr); gap: 40px; }
  .project__grid { grid-template-columns: minmax(0, 1fr); gap: 32px; margin-top: 64px; }
  .project__head { margin-top: 64px; }
  .day, .facts--cols { grid-template-columns: minmax(0, 1fr); }
  .day { gap: 28px; }
  .timeline { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .timeline li { padding: 22px; }
  .timeline b { font-size: 1.05rem; margin-top: 36px; }
  .facts div { grid-template-columns: 110px minmax(0, 1fr); }
  .cards { grid-template-columns: 1fr; }
  .card { min-height: 0; }
  .topbar__date { display: none; }
  .countdown div { width: auto; flex: 1; }
  .host__photo { max-width: 320px; }
  .plates__grid { grid-template-columns: 1fr 1fr; }
  .plates__grid img { height: 46vh; min-height: 0; }
  .plates__grid img:first-child { grid-column: 1 / -1; height: 56vh; }
  section { padding: 64px 0; }
  .plates { padding: 0; }
}

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