/* MadeFlow uitlegpagina - merkkleuren Jeroen van Eerden (2026-07-02).
   Motief: zachte binnenkant + rand in de volle kleur. Groen (Amulet) is de baas. */
:root {
    --green: #89A47F;
    --green-soft: #E8EFE3;
    --green-ink: #4c6349;
    --gold: #C89A3D;
    --gold-soft: #F7EBCF;
    --gold-ink: #7a5c1c;
    --purple: #786684;
    --purple-soft: #E9E4EE;
    --purple-ink: #4f4159;
    --orange: #B8683D;
    --orange-soft: #F1DFD3;
    --orange-ink: #7d4022;
    --dark: #5D6558;
    --cream: #F6F3EC;
    --cream2: #FFFDF8;
    --ink: #2E332C;
    --muted: #8b8a80;
    --line: #E4E0D6;
}
* { box-sizing: border-box; }
body {
    margin: 0;
    background: var(--cream);
    color: var(--ink);
    font-family: "DM Sans", system-ui, sans-serif;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
.w { max-width: 960px; margin: 0 auto; padding: 0 24px; }
.w-narrow { max-width: 680px; margin: 0 auto; padding: 0 24px; }
h1, h2, h3 { font-family: "Fraunces", Georgia, serif; font-weight: 400; line-height: 1.15; margin: 0; }
em { font-style: italic; color: var(--green); }
section { padding: 76px 0; }
section + section { border-top: 1px solid var(--line); }
.kicker { font-family: "Caveat", cursive; font-size: 1.5rem; color: var(--green); }
p { margin: 0 0 16px; }
.muted { color: var(--muted); }

.card { background: var(--cream2); border: 2px solid var(--line); border-radius: 18px; padding: 24px; }
.card.green { background: var(--green-soft); border-color: var(--green); }
.card.gold { background: var(--gold-soft); border-color: var(--gold); }
.card.purple { background: var(--purple-soft); border-color: var(--purple); }
.card.orange { background: var(--orange-soft); border-color: var(--orange); }
.tagline { font-size: .75rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; margin-bottom: 8px; }
.green .tagline { color: var(--green-ink); }
.gold .tagline { color: var(--gold-ink); }
.purple .tagline { color: var(--purple-ink); }
.orange .tagline { color: var(--orange-ink); }
.card h3 { font-size: 1.15rem; margin-bottom: 6px; }
.card p { margin: 0; color: #5b554c; font-size: .95rem; }

nav.uitleg-nav { background: transparent; }
.nav-in { display: flex; align-items: center; justify-content: space-between; padding: 20px 24px; max-width: 960px; margin: 0 auto; }
.logo { display: flex; align-items: center; gap: 10px; font-family: "Fraunces", serif; font-size: 1.35rem; font-weight: 500; }
.logo img { width: 34px; height: 34px; }
.nav-mail { color: var(--green-ink); text-decoration: none; font-weight: 600; font-size: .95rem; }
.nav-mail:hover { text-decoration: underline; }

.hero { background: linear-gradient(180deg, var(--green-soft), var(--cream)); text-align: center; border-bottom: 1px solid var(--line); }
.hero h1 { font-size: clamp(2.2rem, 5.5vw, 3.6rem); max-width: 800px; margin: 0 auto; }
.hero .sub { max-width: 640px; margin: 22px auto 0; font-size: 1.15rem; color: #575c52; }

.grid { display: grid; gap: 16px; }
.g3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 820px) { .g3 { grid-template-columns: 1fr; } }
.sec-head { text-align: center; max-width: 680px; margin: 0 auto 40px; }
.sec-head h2 { font-size: clamp(1.7rem, 4vw, 2.4rem); }
.sec-head p { color: var(--muted); font-size: 1.05rem; margin-top: 12px; }

.verhaal p { font-size: 1.08rem; }
.verhaal .slotzin { font-family: "Fraunces", serif; font-size: 1.35rem; color: var(--green-ink); margin-top: 26px; }

.twee-kolom { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: start; }
@media (max-width: 820px) { .twee-kolom { grid-template-columns: 1fr; } }
.twee-kolom h2 { font-size: 1.8rem; margin-bottom: 16px; }

.tijden { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border: 2px solid var(--line); border-radius: 22px; overflow: hidden; background: var(--cream2); }
@media (max-width: 820px) { .tijden { grid-template-columns: 1fr; } }
.tijd { padding: 34px 30px; }
.tijd.oud { background: var(--gold-soft); border-right: 2px solid var(--line); }
@media (max-width: 820px) { .tijd.oud { border-right: 0; border-bottom: 2px solid var(--line); } }
.tijd.nieuw { background: var(--green-soft); }
.tijd .jaartal { font-family: "Fraunces", serif; font-size: 2.4rem; }
.tijd.oud .jaartal { color: var(--gold-ink); }
.tijd.nieuw .jaartal { color: var(--green-ink); }
.tijd ul { margin: 14px 0 0; padding: 0; list-style: none; }
.tijd li { padding: 9px 0; border-bottom: 1px solid rgba(0, 0, 0, .06); color: #4d4a42; font-size: .98rem; }
.tijd li:last-child { border-bottom: 0; }
.tijden-brug { text-align: center; max-width: 640px; margin: 34px auto 0; font-size: 1.12rem; color: #575c52; }

.ai-lijst { list-style: none; padding: 0; margin: 18px 0 0; }
.ai-lijst li { padding: 14px 0; border-bottom: 1px solid var(--line); }
.ai-lijst li:last-child { border-bottom: 0; }
.ai-lijst strong { display: block; margin-bottom: 2px; }
.ai-lijst span { color: #5b554c; font-size: .95rem; }

.slot { background: var(--cream2); text-align: center; }
.slot h2 { font-size: clamp(1.7rem, 4vw, 2.3rem); max-width: 680px; margin: 0 auto; }
.slot p { max-width: 560px; margin: 18px auto 0; color: #575c52; }
.mail-link { display: inline-block; margin-top: 26px; background: var(--green); color: #fff; text-decoration: none; font-weight: 600; padding: 14px 28px; border-radius: 999px; box-shadow: 0 6px 18px rgba(137, 164, 127, .35); }
.mail-link:hover { filter: brightness(.96); }

footer.uitleg-footer { padding: 36px 0; text-align: center; color: var(--muted); font-size: .9rem; }
footer.uitleg-footer .flinks { margin-top: 10px; }
footer.uitleg-footer a { color: var(--green-ink); text-decoration: none; margin: 0 10px; }
footer.uitleg-footer a:hover { text-decoration: underline; }

img { max-width: 100%; display: block; }
.foto-band { max-width: 1120px; margin: 0 auto; padding: 0 24px; }
.foto-band img { width: 100%; aspect-ratio: 21 / 9; object-fit: cover; border-radius: 22px; border: 2px solid var(--line); }
figure { margin: 0; }
figcaption { font-family: "Caveat", cursive; font-size: 1.15rem; color: var(--muted); margin-top: 10px; text-align: center; }
.foto-portret img { width: 100%; border-radius: 20px; border: 2px solid var(--gold); background: var(--gold-soft); }
.brood-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 44px; }
@media (max-width: 820px) { .brood-strip { grid-template-columns: 1fr; } }
.brood-strip img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 18px; border: 2px solid var(--line); }
.schermen { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 34px; }
@media (max-width: 820px) { .schermen { grid-template-columns: 1fr; } }
.schermen img { width: 100%; border-radius: 14px; border: 2px solid var(--line); background: #fff; }
.portret-rond { width: 110px; height: 110px; border-radius: 50%; object-fit: cover; border: 3px solid var(--green); margin: 0 auto 18px; }
.foto-rij { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 34px; }
@media (max-width: 820px) { .foto-rij { grid-template-columns: 1fr; } }
.foto-rij img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 18px; border: 2px solid var(--line); }
.kolom-beeld { margin-top: 24px; }
.kolom-beeld.crop-43 img { aspect-ratio: 4 / 3; object-fit: cover; }
.kolom-beeld.crop-45 img { aspect-ratio: 1 / 1; object-fit: cover; object-position: center 30%; }
.kolom-beeld img, .kolom-beeld svg { width: 100%; height: auto; border-radius: 14px; border: 2px solid var(--line); background: var(--cream2); display: block; }
.kolom-beeld svg text { font-family: "DM Sans", system-ui, sans-serif; }
