/* wagoe.com — see docs/designtaal.md for the rationale behind every value. */

/* ---- fonts (self-hosted, OFL) ---- */
@font-face { font-family: "Newsreader"; src: url(/fonts/Newsreader-var.woff2) format("woff2"); font-weight: 400 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Newsreader"; src: url(/fonts/Newsreader-Italic.woff2) format("woff2"); font-weight: 400; font-style: italic; font-display: swap; }
@font-face { font-family: "Source Sans 3"; src: url(/fonts/SourceSans3-Regular.woff2) format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Source Sans 3"; src: url(/fonts/SourceSans3-Semibold.woff2) format("woff2"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "Source Sans 3"; src: url(/fonts/SourceSans3-It.woff2) format("woff2"); font-weight: 400; font-style: italic; font-display: swap; }
@font-face { font-family: "Space Grotesk"; src: url(/fonts/SpaceGrotesk-wght.woff2) format("woff2"); font-weight: 300 700; font-style: normal; font-display: swap; }

/* ---- tokens ---- */
:root {
  --paper: #FAF8F4; --paper-2: #F3EFE7; --surface: #FFFFFF;
  --ink: #1E2230; --ink-2: #5B6070; --rule: #E2DCD1;
  --accent: #22457F; --accent-ink: #183461;
  --mark: #C08A3E;                       /* ochre: alleen op donker als tekst, op papier nooit onder 18px */
  --mark-text: #9A6D26;                  /* donkere ochre voor kleine nummering op papier (AA) */
  --serif: "Newsreader", Georgia, "Times New Roman", serif;
  --sans: "Source Sans 3", system-ui, "Segoe UI", sans-serif;
  --grotesk: "Space Grotesk", var(--sans);
  --max: 1160px; --gutter: 32px;
}

/* ---- base ---- */
*, *::before, *::after { box-sizing: border-box; }
html { color-scheme: light; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 17px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; }
a { color: var(--accent); text-decoration: none; transition: color 150ms; }
a:hover { color: var(--accent-ink); text-decoration: underline; }
a:focus-visible, .btn:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; letter-spacing: -0.01em; margin: 0; text-wrap: pretty; }
h1 { font-size: 56px; line-height: 1.05; }
h2 { font-size: 36px; line-height: 1.15; }
h3 { font-size: 24px; line-height: 1.25; }
p { margin: 0; text-wrap: pretty; }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 40px; }
.label { font-size: 13px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink-2); line-height: 1.3; }
.lead { font-size: 21px; line-height: 1.5; }
.muted { color: var(--ink-2); }
.small { font-size: 15px; line-height: 1.5; }
.num { font-size: 13px; font-weight: 600; letter-spacing: 0.06em; color: var(--mark-text); font-variant-numeric: tabular-nums; }
.btn { display: inline-flex; align-items: center; justify-content: center; height: 48px; padding: 0 24px; background: var(--accent); color: #fff; border-radius: 4px; font-weight: 600; font-size: 16px; transition: background 150ms; }
.btn:hover { background: var(--accent-ink); color: #fff; text-decoration: none; }
.link { font-weight: 600; font-size: 16px; }

/* ---- nav ---- */
.nav { display: flex; align-items: center; justify-content: space-between; height: 88px; }
.lockup { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); }
.lockup:hover { text-decoration: none; color: var(--ink); }
.mark { width: 37px; height: 44px; display: block; }
.wm { font-family: var(--grotesk); font-weight: 600; letter-spacing: -0.02em; line-height: 1; font-size: 40px; color: var(--ink); }
.nav .links { display: flex; gap: 32px; align-items: center; font-size: 15px; }
.nav .links a { color: var(--ink); }
.nav .lang { font-size: 13px; font-weight: 600; letter-spacing: 0.06em; color: var(--ink-2); }

/* ---- band: nav + hero op navy (richting B) ---- */
.band { position: relative; overflow: hidden; background: var(--ink); color: var(--paper); }
.band .nav .links a, .band .lockup, .band .wm { color: var(--paper); }
.band .mark { stroke: var(--paper); } .band .mark circle { fill: var(--paper); }
.band .nav .lang { color: rgba(250,248,244,.65); }
.band .nav .links a:hover { color: var(--paper); }
.hero { position: relative; padding: 120px 0 160px; }
.hero-bg { position: absolute; inset: 0; background: url(/img/stier-mono.jpg) center 0 / 100% auto no-repeat; opacity: 0.10; mix-blend-mode: screen; filter: invert(1); pointer-events: none; }
.hero .inner { position: relative; }
.hero .copy { max-width: 960px; display: flex; flex-direction: column; gap: 32px; }
.hero .label { color: var(--mark); }
.hero h1 { font-size: 88px; line-height: 0.98; letter-spacing: -0.02em; color: var(--paper); }
.hero h1 em { font-style: italic; font-weight: 400; color: var(--mark); }
.hero .lead { max-width: 640px; color: rgba(250,248,244,.82); }
.hero .actions { display: flex; gap: 32px; align-items: center; flex-wrap: wrap; }
.hero .btn { background: var(--paper); color: var(--ink); }
.hero .btn:hover { background: #fff; color: var(--ink); }
.hero .link { color: var(--paper); }
.hero .link:hover { color: #fff; }

/* ---- sections ---- */
.section { padding: 120px 0; }
.section.alt { background: var(--paper-2); }
.section-head { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: var(--gutter); padding-top: 32px; border-top: 1px solid var(--rule); margin-bottom: 48px; }
.section-head .kicker { grid-column: span 3; }
.section-head .title { grid-column: span 7; }

.grid3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.card { background: var(--surface); border: 1px solid var(--rule); border-radius: 4px; padding: 32px; display: flex; flex-direction: column; gap: 16px; }
.card .answer { border-top: 1px solid var(--rule); padding-top: 16px; margin-top: auto; display: flex; flex-direction: column; gap: 6px; }

.steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--gutter); }
.step { display: flex; flex-direction: column; gap: 12px; padding-top: 24px; border-top: 1px solid var(--rule); }

.product { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: var(--gutter); align-items: start; }
.product + .product { margin-top: 72px; }
.product .ptext { grid-column: span 5; display: flex; flex-direction: column; gap: 16px; position: sticky; top: 32px; }
.pname { font-size: 32px; }
.product .shots { grid-column: 7 / span 6; display: flex; flex-direction: column; gap: 24px; }
.shot { margin: 0; display: flex; flex-direction: column; gap: 10px; }
.shot img { display: block; width: 100%; height: auto; border: 1px solid var(--rule); border-radius: 4px; background: #fff; }
.shot.tall img { max-height: 620px; width: auto; max-width: 100%; }
.shot figcaption { font-size: 14px; line-height: 1.5; color: var(--ink-2); }

.about { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: var(--gutter); }
.about .text { grid-column: 4 / span 7; display: flex; flex-direction: column; gap: 20px; }

.cta { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 24px; }
.cta h2 { max-width: 720px; }
.cta .lead { max-width: 600px; }
.cta .actions { display: flex; gap: 32px; align-items: center; flex-wrap: wrap; justify-content: center; }

.footer { border-top: 1px solid var(--rule); padding: 40px 0 56px; display: flex; justify-content: space-between; align-items: flex-start; gap: var(--gutter); font-size: 15px; color: var(--ink-2); }
.footer .col { display: flex; flex-direction: column; gap: 6px; }
.footer a { color: var(--ink-2); }
.small-lockup .mark { width: 18px; height: 22px; }
.small-lockup .wm { font-size: 20px; }

/* ---- mobile ---- */
@media (max-width: 700px) {
  h1 { font-size: 38px; } h2 { font-size: 28px; } h3 { font-size: 22px; }
  .lead { font-size: 19px; }
  .wrap { padding: 0 20px; }
  .section { padding: 72px 0; }
  .section-head { display: flex; flex-direction: column; gap: 16px; padding-top: 24px; margin-bottom: 32px; }
  .grid3, .steps { grid-template-columns: repeat(1, minmax(0, 1fr)); }
  .nav { height: 72px; }
  .nav .links a:not(.lang) { display: none; }
  .mark { width: 27px; height: 32px; } .wm { font-size: 30px; }
  .hero { padding: 40px 0 72px; }
  .hero h1 { font-size: 48px; }
  .hero-bg { background-size: 160% auto; background-position: center -20px; }
  .hero .actions, .cta .actions { flex-direction: column; align-items: flex-start; gap: 16px; }
  .cta .actions { align-items: center; }
  .product { display: flex; flex-direction: column; gap: 24px; }
  .product .ptext { position: static; }           /* sticky kolom uit: zou over de beelden plakken */
  .product + .product { margin-top: 56px; }
  .about { display: flex; }
  .footer { flex-direction: column; }
  .card { padding: 24px; }
}

@media (prefers-reduced-motion: reduce) { a, .btn { transition: none; } }
