/* Instrument Serif en Archivo, SIL Open Font License, zelf gehost */
@font-face {
  font-family: 'Instrument Serif';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/fonts/instrument-serif-italic-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Instrument Serif';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/fonts/instrument-serif-italic-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Instrument Serif';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/fonts/instrument-serif-normal-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Instrument Serif';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/fonts/instrument-serif-normal-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 62% 125%;
  font-display: swap;
  src: url(/assets/fonts/archivo-normal-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 62% 125%;
  font-display: swap;
  src: url(/assets/fonts/archivo-normal-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Hito Matcha. Opmaak naar het voorbeeld van mizubatea.com, met gratis letters (Instrument Serif en Archivo).
   Kleuren en letters staan bovenaan, zodat de eigen huisstijl later op één plek past. */
:root {
  --paper: #fffdf8;
  --ink: #0b3329;
  --lime: #61ed00;
  --lime-hover: #57d500;
  --stone: #f1eee6;
  --band: #f5f2ea;
  --line: #e3ded2;
  --muted: #4a6660;
  --s1: #dbe8b8; --s2: #c3d897; --s3: #a9c676; --s4: #8eb158;
  --s5: #739842; --s6: #597c30; --s7: #3e5d1f; --hoji: #8b5e3c;
  --serif: "Instrument Serif", Georgia, "Times New Roman", serif;
  --sans: "Archivo", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  --pad: 50px;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-stretch: 112%; font-size: 16px; line-height: 1.5; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-underline-offset: 3px; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; font-stretch: normal; line-height: 1.2; letter-spacing: -.005em; margin: 0 0 .45em; }
h1 { font-size: clamp(46px, 5.4vw, 82px); }
h2 { font-size: clamp(36px, 4vw, 62px); }
h3 { font-size: clamp(26px, 2.3vw, 38px); }
p { margin: 0 0 1em; }
.wrap { padding-left: var(--pad); padding-right: var(--pad); }
.skip { position: absolute; left: -9999px; }
.skip:focus { left: 16px; top: 16px; z-index: 50; background: var(--paper); padding: 8px 14px; }
@media (max-width: 800px) { :root { --pad: 20px; } }

/* Kop: menu links en rechts, logo in het midden */
.site-header { position: sticky; top: 0; z-index: 30; background: var(--paper); }
.hdr { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 83px; padding: 0 35px; }
.nav-l, .nav-r { display: flex; align-items: center; }
.nav-r { justify-content: flex-end; }
.hdr .nav-l a, .hdr .nav-r a { padding: 15px; font-size: 16px; font-weight: 500; text-decoration: none; white-space: nowrap; }
.hdr .nav-l a:hover, .hdr .nav-r a:hover { text-decoration: underline; }
.hdr a[aria-current="page"] { text-decoration: underline; text-underline-offset: 6px; }
.logo { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-family: var(--serif); font-size: 29px; line-height: 1; white-space: nowrap; font-stretch: normal; }
.mark { width: 38px; height: 38px; border-radius: 50%; border: 1.5px solid currentColor; display: inline-grid; place-items: center; flex: none; }
.mark::after { content: ""; width: 16px; height: 16px; border-radius: 50%; background: var(--s5); }
.hdr .nav-r a.lang, .hdr-lang { display: inline-flex; align-items: center; justify-content: center; height: 22px; min-width: 28px; margin-left: 4px; padding: 0 8px; border-radius: 999px; background: var(--lime); font-size: 12px; font-weight: 600; text-decoration: none; }
.menu-btn, .hdr-lang, .drawer { display: none; }
@media (max-width: 1000px) {
  .hdr { min-height: 64px; padding: 0 12px; }
  .nav-l, .nav-r { display: none; }
  .menu-btn { display: inline-flex; justify-self: start; background: none; border: 0; padding: 10px 8px; font: inherit; font-weight: 500; color: var(--ink); cursor: pointer; }
  .hdr-lang { display: inline-flex; justify-self: end; margin-right: 8px; }
  .logo { font-size: 24px; }
  .mark { width: 32px; height: 32px; }
  .mark::after { width: 13px; height: 13px; }
  .site-header.open .drawer { display: block; }
  .drawer { position: absolute; left: 0; right: 0; top: 100%; background: var(--paper); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 6px var(--pad) 22px; box-shadow: 0 16px 30px rgba(11, 51, 41, .08); }
  .drawer a { display: block; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 18px; font-weight: 500; text-decoration: none; }
}

/* Knoppen en pijllinks */
.btn { display: inline-flex; align-items: center; gap: 10px; background: var(--lime); color: var(--ink); border: 1px solid var(--lime); border-radius: 3px; padding: 16px 22px; font-size: 13px; line-height: 1.35; letter-spacing: .1em; text-decoration: none; }
.btn::after { content: "\2192"; }
.btn:hover { background: var(--lime-hover); border-color: var(--lime-hover); }
.btn-ghost { background: transparent; color: inherit; border-color: currentColor; }
.btn-ghost:hover { background: rgba(11, 51, 41, .06); border-color: currentColor; }
.more { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; letter-spacing: .1em; text-decoration: none; padding: 10px 0; }
.more::after { content: "\2192"; }
.more:hover { text-decoration: underline; }
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.kicker { font-size: 12px; letter-spacing: .1em; text-transform: uppercase; margin: 0 0 16px; }

/* Broodkruimels */
.crumbs { font-size: 13px; letter-spacing: .02em; color: var(--muted); padding-top: 22px; }
.crumbs ol { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 6px; }
.crumbs li + li::before { content: "/"; margin-right: 6px; }
.crumbs a { color: var(--muted); }

/* Secties */
.section { padding: 100px 0; }
.section.alt { background: var(--band); }
.has-crumbs main > .section:first-of-type { padding-top: 44px; }
.lead { font-size: 18px; max-width: 640px; }
.row-head { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-bottom: 34px; }
.row-head h2 { margin: 0; }
.grid-2 { display: grid; grid-template-columns: 1.15fr 1fr; gap: 64px; align-items: center; }
.cols-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.cols-3 h3 { font-size: clamp(26px, 2.2vw, 34px); }
.cols-3 p { color: var(--muted); margin: 0; }
@media (max-width: 800px) {
  .section { padding: 64px 0; }
  .lead { font-size: 17px; }
  .grid-2 { grid-template-columns: 1fr; gap: 30px; }
  .cols-3 { grid-template-columns: 1fr; gap: 30px; }
}

/* Openingsbeeld over de volle breedte, grote kop in lime */
.hero-full { position: relative; min-height: min(78vh, 760px); display: flex; align-items: flex-end; background: var(--ink); color: var(--paper); overflow: hidden; }
.hero-media { position: absolute; inset: 0; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11, 51, 41, .9) 0%, rgba(11, 51, 41, .6) 42%, rgba(11, 51, 41, .08) 78%), linear-gradient(180deg, rgba(11, 51, 41, 0) 45%, rgba(11, 51, 41, .55) 100%); }
.hero-copy { position: relative; z-index: 1; padding-top: 160px; padding-bottom: 72px; max-width: 980px; }
.hero-copy h1 { color: var(--lime); margin-bottom: .25em; }
.hero-copy p { font-size: 18px; max-width: 560px; }
@media (max-width: 800px) {
  .hero-full { min-height: 600px; }
  .hero-copy { padding-bottom: 48px; }
  .hero-media::after { background: linear-gradient(180deg, rgba(11, 51, 41, .25) 0%, rgba(11, 51, 41, .88) 55%, rgba(11, 51, 41, .92) 100%); }
}

/* Beeld over de volle breedte met een uitspraak erover */
.statement-img { position: relative; min-height: 560px; display: flex; align-items: center; color: var(--paper); background: var(--ink); overflow: hidden; }
.statement-media, .words-media { position: absolute; inset: 0; }
.statement-media > *, .words-media > * { position: absolute; inset: 0; width: 100%; height: 100%; aspect-ratio: auto !important; object-fit: cover; }
.statement-media::after { content: ""; position: absolute; inset: 0; background: rgba(11, 51, 41, .6); }
.statement-media .ph::after, .words-media .ph::after { display: none; }
.statement-copy { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; text-align: center; padding-top: 110px; padding-bottom: 110px; }
.statement-copy h2 { color: var(--paper); }
.statement-copy p { font-size: 18px; max-width: 640px; margin: 0 auto; }

/* Echte foto's in hun vakken */
.pic { display: block; width: 100%; height: auto; }
.hero-media .pic { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center 62%; }
.card-media .pic { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.split .pic { height: 100%; min-height: 540px; object-fit: cover; }
.grid-2 > .pic { aspect-ratio: 4 / 3; object-fit: cover; }
.range .pic { aspect-ratio: 4 / 3; object-fit: cover; margin-bottom: 26px; }
.card-l .pic { aspect-ratio: 16 / 10; object-fit: cover; margin-bottom: 18px; }
.prose .pic { margin: 30px 0 10px; }
@media (max-width: 800px) { .split .pic { min-height: 320px; order: -1; } }

/* Half donker vlak, half beeld */
.split { display: grid; grid-template-columns: 1fr 1fr; background: var(--ink); color: var(--paper); }
.split-text { padding: 100px clamp(24px, 7vw, 110px); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.split-text p { max-width: 520px; }
.split .ph { aspect-ratio: auto !important; min-height: 540px; height: 100%; }
@media (max-width: 800px) {
  .split { grid-template-columns: 1fr; }
  .split .ph { min-height: 320px; order: -1; }
  .split-text { padding: 60px var(--pad); }
}

/* Productnamen groot over een beeld */
.words { position: relative; background: var(--ink); color: var(--paper); overflow: hidden; }
.words-media::after { content: ""; position: absolute; inset: 0; background: rgba(11, 51, 41, .45); }
.words-list { position: relative; display: flex; flex-wrap: wrap; justify-content: center; gap: 4px 48px; max-width: 1300px; margin: 0 auto; padding: 130px var(--pad); }
.words-list a { font-family: var(--serif); font-size: clamp(38px, 4.6vw, 70px); line-height: 1.25; text-decoration: none; opacity: .62; transition: opacity .2s; }
.words-list a:first-child, .words-list a:hover { opacity: 1; }
@media (max-width: 800px) { .words-list { padding: 80px var(--pad); gap: 0 26px; } }

/* Fotoplekken: tijdelijk een kleurvlak, later een eigen foto */
.ph { margin: 0; position: relative; overflow: hidden; width: 100%; }
.ph::after { content: ""; position: absolute; width: 30%; aspect-ratio: 1; border-radius: 50%; background: rgba(255, 255, 255, .3); left: 50%; top: 50%; transform: translate(-50%, -50%); }
.g1 { background: linear-gradient(135deg, var(--s1), var(--s4)); --c: var(--s3); }
.g2 { background: linear-gradient(135deg, var(--s2), var(--s5)); --c: var(--s4); }
.g3 { background: linear-gradient(135deg, var(--s3), var(--s6)); --c: var(--s5); }
.g4 { background: linear-gradient(135deg, var(--s4), var(--s7)); --c: var(--s6); }
.g5 { background: linear-gradient(135deg, var(--s5), var(--s7)); --c: var(--s7); }
.gh { background: linear-gradient(135deg, #c79a74, var(--hoji)); --c: var(--hoji); }
.prose .ph { margin: 30px 0 10px; }

/* Productkaarten: beeld op lichte ondergrond met balk, naam in de schreefletter */
.products { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; }
.products-1 { grid-template-columns: minmax(0, 520px); }
.card-p { display: block; text-decoration: none; }
.card-media { position: relative; aspect-ratio: 5 / 4; background: var(--stone); overflow: hidden; }
.card-media .ph { position: absolute; inset: 0; background: var(--stone); }
.card-media .ph::after { width: 44%; background: var(--c); }
.card-bar { position: absolute; left: 0; right: 0; bottom: 0; padding: 11px 0; background: rgba(255, 253, 248, .78); text-align: center; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.card-p:hover .card-bar { background: var(--lime); }
.card-p h2, .card-p h3 { font-size: 21px; line-height: 1.3; margin: 14px 0 2px; }
.card-p .cat { font-size: 14px; color: var(--muted); margin: 0; }
@media (max-width: 700px) { .products { grid-template-columns: 1fr; gap: 26px; } }

/* Drie kolommen met beeld, titel, tekst en pijllink */
.range { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 34px; }
.range .ph { aspect-ratio: 4 / 3 !important; margin-bottom: 26px; }
.range h3 { margin-bottom: 12px; }
.range p { margin-bottom: 14px; max-width: 520px; }
@media (max-width: 800px) { .range { grid-template-columns: 1fr; gap: 48px; } }

/* Leeskaarten */
.learn { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; margin-top: 34px; }
.card-l { display: block; text-decoration: none; }
.card-l .ph { aspect-ratio: 16 / 10 !important; margin-bottom: 18px; }
.card-l h3 { font-size: 26px; margin-bottom: 8px; }
.card-l p { color: var(--muted); margin: 0; }
.card-l:hover h3 { text-decoration: underline; }
@media (max-width: 800px) { .learn { grid-template-columns: 1fr; } }

/* Lopende tekst */
.prose { max-width: 760px; margin: 0 auto; }
.prose h2 { font-size: clamp(30px, 3vw, 44px); margin-top: 1.4em; }
.prose h2:first-child { margin-top: 0; }
.prose ul, .prose ol { padding-left: 1.3em; margin: 0 0 1em; }
.prose li { margin-bottom: .45em; }
.facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 26px; }
.fact { background: var(--band); padding: 14px 16px; font-size: 14px; color: var(--muted); }
.fact b { display: block; font-family: var(--serif); font-size: 34px; font-weight: 400; color: var(--ink); line-height: 1.1; }

/* Veelgestelde vragen */
details.faq { border-bottom: 1px solid var(--line); padding: 18px 0; }
details.faq summary { cursor: pointer; font-weight: 500; list-style: none; position: relative; padding-right: 34px; }
details.faq summary::-webkit-details-marker { display: none; }
details.faq summary::after { content: "+"; position: absolute; right: 4px; top: -3px; font-size: 22px; }
details.faq[open] summary::after { content: "\2212"; }
details.faq div { padding-top: 8px; color: var(--muted); }
details.faq div p:last-child { margin: 0; }

/* Kopen en verkopen */
.buy { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.buy .box { background: var(--paper); border: 1px solid var(--line); padding: 44px; display: flex; flex-direction: column; align-items: flex-start; }
.buy .box h3 { font-size: clamp(28px, 2.4vw, 38px); }
.buy .box p { color: var(--muted); }
.buy .box .btn { margin-top: auto; }
@media (max-width: 800px) { .buy { grid-template-columns: 1fr; } .buy .box { padding: 30px 24px; } }

/* Waar te koop */
.stores { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-top: 34px; }
.store { background: var(--paper); border: 1px solid var(--line); padding: 44px; display: flex; flex-direction: column; align-items: flex-start; }
.store h2 { font-size: clamp(30px, 2.6vw, 40px); }
.store p { color: var(--muted); }
.store .btn { margin-top: auto; }
.store-logo { font-family: var(--serif); font-size: 24px; background: var(--band); padding: 14px 20px; margin-bottom: 22px; }
.tag { display: inline-block; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; background: var(--lime); padding: 4px 10px; margin-bottom: 14px; }
@media (max-width: 800px) { .stores { grid-template-columns: 1fr; } .store { padding: 30px 24px; } }
.note { font-size: 14px; color: var(--muted); }
.store-list { list-style: none; margin: 34px 0 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 12px; }
.store-list li { border: 1px solid var(--line); padding: 18px 20px; display: flex; flex-direction: column; }
.store-list a { font-family: var(--serif); font-size: 24px; text-decoration: none; }
.store-list span { color: var(--muted); font-size: 14px; }

/* Voet: beeldmerk in het midden, drie kolommen */
.site-footer { background: var(--ink); color: var(--paper); padding: 80px 0 40px; }
.site-footer a { text-decoration: none; }
.site-footer a:hover { text-decoration: underline; }
.fmark { display: flex; justify-content: center; margin-bottom: 72px; }
.fmark .mark { width: 68px; height: 68px; border-width: 2px; }
.fmark .mark::after { width: 28px; height: 28px; background: var(--s3); }
.fcols { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; }
.fh { font-family: var(--serif); font-size: 22px; font-stretch: normal; margin: 0 0 16px; }
.fcols ul { list-style: none; margin: 0; padding: 0; }
.fcols li { margin: 0 0 12px; font-weight: 500; }
.fpoints li { margin-bottom: 8px; }
.fpoints li::before { content: "\2022\00a0"; }
.fcta { display: flex; justify-content: space-between; align-items: center; gap: 16px; max-width: 405px; margin-top: 22px; padding: 12px 0; border-bottom: 1px solid rgba(255, 253, 248, .6); }
.fcta span:last-child { font-size: 12px; letter-spacing: .1em; text-transform: uppercase; white-space: nowrap; }
.fcta span:last-child::after { content: " \2192"; }
.flegal { margin-top: 64px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px 24px; font-size: 14px; font-weight: 500; }
@media (max-width: 800px) {
  .fcols { grid-template-columns: 1fr 1fr; gap: 36px 24px; }
  .fcols > :first-child { grid-column: 1 / -1; }
  .fmark { margin-bottom: 48px; }
}
