/* ═══════════════════════════════════════════════════════════════════════════════
   Bakkerij De Korenschoof — Theme v4
   Warm · Ambachtelijk · Modern · Productgericht
   Geïnspireerd op: bakkerijlanckriet.be + patisserienicolas.bedon't 
   ═══════════════════════════════════════════════════════════════════════════════ */
:root {
    --cream:        #F7F6F4;
    --beige:        #EDECEA;
    --beige-mid:    #E1DFDB;
    --warm-white:   #FFFFFF;
    --brown:        #181816;
    --brown-mid:    #3D3B38;
    --amber:        #2D5A3D;
    --amber-hover:  #224530;
    --amber-pale:   rgba(45,90,61,.10);
    --gold:         #4A7C5F;
    --espresso:     #0F0F0E;
    --muted:        #7A7875;
    --muted-light:  #A8A6A2;
    --border:       #E3E1DD;
    --text:         #1C1C1A;
    --font-serif:   Georgia, 'Times New Roman', 'Palatino Linotype', serif;
    --font-sans:    system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --max-w:        1280px;
    --gutter:       clamp(20px, 5vw, 64px);
    --radius:       6px;
    --radius-md:    10px;
    --radius-lg:    16px;
    --shadow-card:  0 2px 12px rgba(0,0,0,.06), 0 8px 32px rgba(0,0,0,.04);
    --shadow-hover: 0 4px 20px rgba(0,0,0,.10), 0 16px 40px rgba(0,0,0,.07);
}

/* ── RESET ────────────────────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-sans); font-size: 16px; line-height: 1.7; color: var(--text); background: var(--cream); }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--amber); text-decoration: none; }
a:hover { text-decoration: underline; }
a, button, [role="button"], label { touch-action: manipulation; }

/* ══════════════════════════════════════════════════════════════════════════════
   HEADER
   ══════════════════════════════════════════════════════════════════════════════ */
.site-header {
    position: relative; z-index: 200;
    background: var(--cream);
    border-bottom: 1px solid var(--border);
}
.site-header::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0; height: 3px;
    background: linear-gradient(90deg, var(--amber) 0%, var(--gold) 50%, var(--amber) 100%);
}
.header-inner {
    display: flex; align-items: center; height: 64px;
    max-width: var(--max-w); margin: 0 auto;
    padding: 0 var(--gutter); gap: 0;
}
.site-logo {
    font-family: var(--font-serif); font-size: 19px; font-weight: normal;
    color: var(--brown); letter-spacing: .01em;
    text-decoration: none; margin-right: auto; flex-shrink: 0;
}
.site-logo:hover { text-decoration: none; color: var(--brown); }
.logo-img { max-height: 38px; width: auto; }

/* Nav links — underline-animatie van links naar rechts */
.site-nav { display: flex; align-items: stretch; height: 100%; }
.nav-link {
    display: flex; align-items: center;
    padding: 0 16px; font-size: 13.5px; font-weight: 400;
    color: var(--text); text-decoration: none;
    letter-spacing: .02em; white-space: nowrap;
    position: relative;
    transition: color .2s;
}
.nav-link::after {
    content: '';
    position: absolute; bottom: 0; left: 16px; right: 16px;
    height: 2px; background: var(--amber);
    transform: scaleX(0); transform-origin: left;
    transition: transform .25s ease;
}
.nav-link:hover { color: var(--brown); text-decoration: none; }
.nav-link:hover::after { transform: scaleX(1); }
.nav-link.active { color: var(--brown); font-weight: 600; }
.nav-link.active::after { transform: scaleX(1); }

/* Header rechts: contact als tekst-link met pijl, geen button */
.header-right { display: flex; align-items: center; gap: 20px; flex-shrink: 0; margin-left: 12px; }
.header-cta {
    font-size: 13.5px; font-weight: 600; color: var(--amber);
    text-decoration: none; letter-spacing: .02em;
    display: flex; align-items: center; gap: 6px;
    padding-bottom: 1px;
    border-bottom: 1px solid transparent;
    transition: border-color .2s, color .2s;
}
.header-cta::after { content: '→'; font-style: normal; }
.header-cta:hover { border-bottom-color: var(--amber); text-decoration: none; color: var(--amber-hover); }
.header-cta.active { color: var(--brown); border-bottom-color: var(--brown); }

.lang-switcher { display: flex; gap: 4px; }
.lang-pill {
    padding: 4px 9px; border-radius: 50px; font-size: 11px; font-weight: 700;
    letter-spacing: .5px; border: 1.5px solid var(--border);
    color: var(--muted); text-decoration: none; transition: border-color .15s, color .15s;
}
.lang-pill:hover { border-color: var(--amber); color: var(--amber); text-decoration: none; }
.lang-pill.active { background: var(--amber); border-color: var(--amber); color: #fff; cursor: default; }
.nav-toggle {
    display: none; flex-direction: column; gap: 5px;
    background: none; border: none; cursor: pointer;
    padding: 6px; border-radius: var(--radius); margin-left: 8px;
}
.nav-toggle span {
    display: block; width: 22px; height: 2px;
    background: var(--brown); border-radius: 2px;
    transition: transform .2s, opacity .2s;
}

/* ══════════════════════════════════════════════════════════════════════════════
   HOME — OPENING  (merk links, grote foto rechts)
   ══════════════════════════════════════════════════════════════════════════════ */
.home-opening {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 580px;
    background: linear-gradient(145deg, var(--cream) 0%, var(--beige) 55%, var(--beige-mid) 100%);
    border-bottom: 1px solid var(--border);
}
.opening-content {
    padding: 72px var(--gutter) 72px 0;
    display: flex; flex-direction: column; justify-content: center;
    padding-left: var(--gutter);
}
.opening-tag {
    font-size: 11px; font-weight: 600; letter-spacing: 2.5px;
    text-transform: uppercase; color: var(--amber);
    margin-bottom: 20px; display: block;
}
.opening-title {
    font-family: var(--font-serif);
    font-size: clamp(30px, 4.5vw, 58px);
    font-weight: normal; line-height: 1.12;
    background: linear-gradient(135deg, var(--brown) 0%, var(--amber) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 16px; letter-spacing: -.02em;
}
.opening-sub {
    font-size: 17px; color: var(--muted); line-height: 1.7;
    max-width: 420px; margin-bottom: 32px;
}
.opening-meta {
    display: flex; flex-direction: column; gap: 14px;
    margin-bottom: 36px;
    padding: 24px 20px;
    background: rgba(255,255,255,.55);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    max-width: 380px;
}
.opening-meta-item { display: flex; flex-direction: column; gap: 3px; }
.ometa-label {
    font-size: 10px; font-weight: 700; text-transform: uppercase;
    letter-spacing: .12em; color: var(--muted);
}
.ometa-value { font-size: 13.5px; color: var(--brown); line-height: 1.65; }
.opening-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 16px; }
.opening-phone {
    font-size: 15px; font-weight: 600; color: var(--brown);
    text-decoration: none; border-bottom: 1.5px solid var(--border);
    padding-bottom: 1px; transition: border-color .15s, color .15s;
}
.opening-phone:hover { border-color: var(--amber); color: var(--amber); text-decoration: none; }
.opening-photo {
    position: relative; overflow: hidden;
    background: var(--beige-mid);
}
.opening-photo img {
    width: 100%; height: 100%;
    object-fit: cover; object-position: center;
    display: block;
    will-change: transform;
}

/* ── GEDEELDE SECTION LABELS ─────────────────────────────────────────────────── */
.section-tag {
    font-size: 11px; font-weight: 600; letter-spacing: 2.5px;
    text-transform: uppercase; color: var(--amber);
    margin-bottom: 12px; display: block;
}
.section-title {
    font-family: var(--font-serif);
    font-size: clamp(24px, 3.5vw, 40px); font-weight: normal;
    color: var(--brown); line-height: 1.2; margin-bottom: 12px;
}
.section-lead { font-size: 15px; color: var(--muted); line-height: 1.7; }

/* ── BUTTONS ──────────────────────────────────────────────────────────────────── */
.btn-primary {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    padding: 13px 28px;
    background: linear-gradient(135deg, var(--amber) 0%, var(--gold) 100%);
    color: #fff;
    border-radius: 3px; font-size: 13px; font-weight: 700;
    letter-spacing: .07em; text-transform: uppercase;
    text-decoration: none; border: none; cursor: pointer;
    transition: filter .2s, transform .12s;
    min-height: 48px;
}
.btn-primary:hover { filter: brightness(1.1); transform: translateY(-1px); text-decoration: none; color: #fff; }
.btn-outline {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    padding: 12px 26px; background: transparent; color: var(--brown);
    border: 2px solid var(--brown); border-radius: 3px;
    font-size: 13px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase;
    text-decoration: none;
    transition: background .15s, color .15s, border-color .15s;
    min-height: 48px;
}
.btn-outline:hover { background: var(--brown); color: #fff; text-decoration: none; }

/* ══════════════════════════════════════════════════════════════════════════════
   HOME — PRODUCTKAARTEN  (Lanckriet-stijl)
   ══════════════════════════════════════════════════════════════════════════════ */
.home-products {
    background: var(--warm-white);
    padding: 80px var(--gutter);
    border-bottom: 1px solid var(--border);
}
.products-header {
    max-width: var(--max-w); margin: 0 auto 52px;
}
.product-cards {
    max-width: var(--max-w); margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.product-card {
    background: var(--cream);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    overflow: hidden;
    text-decoration: none; color: var(--text);
    display: flex; flex-direction: column;
    transition: box-shadow .25s, transform .25s;
    box-shadow: var(--shadow-card);
}
.product-card:hover {
    box-shadow: var(--shadow-hover);
    transform: translateY(-4px);
    text-decoration: none; color: var(--text);
}
.pc-photo {
    aspect-ratio: 4/3;
    overflow: hidden;
    background: var(--beige-mid);
    position: relative;
}
.pc-photo::after {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(24,24,22,.55) 0%, transparent 55%);
    opacity: 0; transition: opacity .35s;
}
.product-card:hover .pc-photo::after { opacity: 1; }
.pc-photo img {
    width: 100%; height: 100%;
    object-fit: cover; object-position: center;
    display: block;
    transition: transform .5s cubic-bezier(.25,.46,.45,.94);
}
.product-card:hover .pc-photo img { transform: scale(1.06); }
.pc-body {
    padding: 22px 22px 26px;
    display: flex; flex-direction: column; gap: 6px; flex: 1;
}
.pc-icon { font-size: 24px; margin-bottom: 2px; }
.pc-title {
    font-family: var(--font-serif); font-size: 19px; font-weight: normal;
    color: var(--brown); line-height: 1.2;
}
.pc-desc { font-size: 14px; color: var(--muted); line-height: 1.6; flex: 1; }
.pc-link {
    display: inline-flex; align-items: center; gap: 6px;
    margin-top: 10px; font-size: 13.5px; font-weight: 600;
    color: var(--amber);
    transition: gap .2s;
}
.product-card:hover .pc-link { gap: 10px; }

/* ══════════════════════════════════════════════════════════════════════════════
   HOME — VERHAALSTRIP  (foto + tekst)
   ══════════════════════════════════════════════════════════════════════════════ */
.home-story {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 540px;
    border-bottom: 1px solid var(--border);
}
.story-photo {
    position: relative; overflow: hidden;
    background: var(--beige-mid);
}
.story-photo img {
    width: 100%; height: 100%;
    object-fit: cover; object-position: center;
    display: block;
    will-change: transform;
}
.story-text {
    background: var(--cream);
    padding: 72px var(--gutter);
    display: flex; flex-direction: column; justify-content: center;
    border-left: 1px solid var(--border);
}
.story-heading {
    font-family: var(--font-serif);
    font-size: clamp(26px, 3.5vw, 42px); font-weight: normal;
    background: linear-gradient(135deg, var(--brown) 0%, var(--amber) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.2; margin-bottom: 18px;
}
.story-body {
    font-size: 16px; color: var(--muted); line-height: 1.8;
    max-width: 420px; margin-bottom: 32px;
}
.story-stats {
    display: grid; grid-template-columns: repeat(2, 1fr);
    gap: 1px; background: var(--border);
    border: 1px solid var(--border);
    border-radius: var(--radius-md); overflow: hidden;
    margin-bottom: 36px; max-width: 340px;
}
.sstats-item {
    background: var(--warm-white); padding: 18px 20px;
    display: flex; flex-direction: column; gap: 3px;
}
.sstats-item strong {
    font-family: var(--font-serif); font-size: 28px; font-weight: normal;
    color: var(--brown); line-height: 1;
}
.sstats-item span { font-size: 12px; color: var(--muted); letter-spacing: .04em; }

/* ══════════════════════════════════════════════════════════════════════════════
   HOME — TESTIMONIAL
   ══════════════════════════════════════════════════════════════════════════════ */
.home-testimonial {
    background: var(--beige);
    padding: 88px var(--gutter);
    border-bottom: 1px solid var(--border);
}
.testimonial-wrap {
    max-width: 720px; margin: 0 auto; position: relative;
}
.testimonial-mark {
    font-family: var(--font-serif); font-size: 110px; line-height: .65;
    color: var(--amber); opacity: .16;
    position: absolute; top: -10px; left: -6px;
    pointer-events: none; user-select: none;
}
.testimonial-wrap blockquote {
    font-family: var(--font-serif);
    font-size: clamp(18px, 2.5vw, 23px); font-style: italic;
    color: var(--brown); line-height: 1.55;
    margin-bottom: 32px; position: relative; z-index: 1;
}
.testimonial-who { display: flex; align-items: center; gap: 14px; }
.testimonial-avatar {
    width: 46px; height: 46px; border-radius: 50%;
    background: var(--amber); color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-family: var(--font-serif); font-size: 20px; flex-shrink: 0;
}
.testimonial-who strong { display: block; font-size: 15px; font-weight: 600; color: var(--brown); }
.testimonial-who span { font-size: 13px; color: var(--muted); }

/* ══════════════════════════════════════════════════════════════════════════════
   HOME — BEZOEK ONS
   ══════════════════════════════════════════════════════════════════════════════ */
.home-visit {
    background: linear-gradient(155deg, #0C1D14 0%, #142B1E 50%, #1A3829 100%);
    padding: 80px var(--gutter);
    border-bottom: none;
}
.home-visit .section-tag { color: #7DC99A; }
.home-visit .visit-title { color: #FFFFFF; }
.home-visit .visit-body { color: rgba(255,255,255,.60); }
.home-visit .vd-label { color: rgba(255,255,255,.32); }
.home-visit .vd-block p { color: rgba(255,255,255,.78); }
.home-visit .vd-hours { color: rgba(255,255,255,.60); }
.home-visit .vd-phone { color: #7DC99A; }
.home-visit .vd-phone:hover { color: #A8E0BA; }
.home-visit .btn-primary {
    background: #fff; color: var(--amber);
    background-image: none; filter: none;
}
.home-visit .btn-primary:hover { filter: none; background: rgba(255,255,255,.90); color: var(--amber-hover); transform: translateY(-1px); }
.visit-inner {
    max-width: var(--max-w); margin: 0 auto;
    display: grid; grid-template-columns: 1.4fr 1fr;
    gap: 72px; align-items: start;
}
.visit-title {
    font-family: var(--font-serif);
    font-size: clamp(24px, 3.5vw, 40px); font-weight: normal;
    color: var(--brown); line-height: 1.2; margin-bottom: 14px;
}
.visit-body { font-size: 16px; color: var(--muted); line-height: 1.75; margin-bottom: 32px; max-width: 460px; }
.visit-details { display: flex; flex-direction: column; gap: 28px; }
.vd-block {}
.vd-label {
    font-size: 10px; font-weight: 700; text-transform: uppercase;
    letter-spacing: .12em; color: var(--muted); margin-bottom: 6px;
}
.vd-block p { font-size: 14px; color: var(--brown); line-height: 1.7; }
.vd-phone {
    display: inline-block; margin-top: 8px;
    font-size: 17px; font-weight: 700; color: var(--amber);
    text-decoration: none; letter-spacing: -.01em;
    transition: color .15s;
}
.vd-phone:hover { color: var(--amber-hover); text-decoration: none; }
.vd-hours { font-size: 14px; color: var(--brown); line-height: 1.8; }

/* ── HOME EXTRA ───────────────────────────────────────────────────────────────── */
.home-extra { padding: 72px var(--gutter); background: var(--cream); border-top: 1px solid var(--border); }
.home-extra-inner { max-width: 760px; }

/* ══════════════════════════════════════════════════════════════════════════════
   BINNENPAGINA'S
   ══════════════════════════════════════════════════════════════════════════════ */
.page-header {
    background: var(--warm-white);
    border-bottom: 1px solid var(--border);
    padding: 56px var(--gutter) 48px;
}
.page-header-inner {
    max-width: var(--max-w); margin: 0 auto;
    border-left: 3px solid var(--amber); padding-left: 24px;
}
.breadcrumb {
    display: flex; align-items: center; gap: 8px;
    font-size: 13px; color: var(--muted); margin-bottom: 14px;
}
.breadcrumb a { color: var(--muted); text-decoration: none; transition: color .15s; }
.breadcrumb a:hover { color: var(--amber); }
.breadcrumb span[aria-hidden] { opacity: .5; }
.page-title {
    font-family: var(--font-serif);
    font-size: clamp(26px, 4vw, 50px); font-weight: normal;
    color: var(--brown); line-height: 1.15; margin-bottom: 10px;
    letter-spacing: -.01em;
}
.page-lead { font-size: 17px; color: var(--muted); max-width: 560px; line-height: 1.65; }
.page-content { padding: 64px var(--gutter) 96px; background: var(--cream); }
.page-content-inner { max-width: 800px; }

/* ── CONTENT BLOCKS ───────────────────────────────────────────────────────────── */
.content-blocks h1, .content-blocks h2, .content-blocks h3, .content-blocks h4 {
    font-family: var(--font-serif); font-weight: normal; line-height: 1.25;
    color: var(--brown); margin: 1.8em 0 .6em;
}
.content-blocks h1:first-child, .content-blocks h2:first-child { margin-top: 0; }
.content-blocks h1 { font-size: 2em; }
.content-blocks h2 { font-size: 1.55em; }
.content-blocks h3 { font-size: 1.2em; }
.content-blocks h4 { font-size: 1.05em; }
.content-blocks p { margin-bottom: 1.1em; color: var(--text); line-height: 1.78; }
.content-blocks ul, .content-blocks ol { padding-left: 1.4em; margin-bottom: 1.2em; }
.content-blocks li { margin-bottom: .55em; line-height: 1.7; }
.content-blocks a { color: var(--text); text-decoration: none; font-weight: 500; transition: color .15s; }
.content-blocks a:hover { color: var(--amber); text-decoration: none; }
.content-blocks h1 a, .content-blocks h2 a,
.content-blocks h3 a, .content-blocks h4 a { font-weight: inherit; }
.content-blocks a.btn { text-decoration: none; }
.content-blocks blockquote {
    border-left: 3px solid var(--amber); padding: 18px 24px;
    margin: 1.8em 0; background: var(--beige);
    border-radius: 0 var(--radius-md) var(--radius-md) 0;
}
.content-blocks blockquote p { margin: 0 0 8px; font-family: var(--font-serif); font-style: italic; font-size: 1.05em; color: var(--brown); }
.content-blocks blockquote cite { font-size: .85em; color: var(--muted); }
.content-blocks hr { border: none; border-top: 1px solid var(--border); margin: 3em 0; }
.content-blocks figure { margin: 1.8em 0; }
.content-blocks figure img { border-radius: var(--radius-md); box-shadow: var(--shadow-card); }
.content-blocks figcaption { text-align: center; font-size: .85em; color: var(--muted); margin-top: 8px; }
.content-blocks table {
    width: 100%; border-collapse: collapse; margin: 1.6em 0;
    font-size: .95em; display: block; overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: var(--radius-md); border: 1px solid var(--border);
}
.content-blocks th { background: var(--brown); color: var(--cream); padding: 12px 16px; text-align: left; font-weight: 600; font-size: .88em; }
.content-blocks td { padding: 11px 16px; border-bottom: 1px solid var(--border); }
.content-blocks tr:last-child td { border-bottom: none; }
.content-blocks tr:nth-child(even) td { background: var(--beige); }

/* Button bloktype */
.btn,
.content-blocks .btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    padding: 13px 30px; border-radius: 3px;
    font-size: 13px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase;
    font-family: var(--font-sans);
    cursor: pointer; text-decoration: none; border: none; min-height: 48px;
    transition: background .15s, transform .1s, color .15s;
}
.btn-primary,
.content-blocks .btn-primary {
    background: linear-gradient(135deg, var(--amber) 0%, var(--gold) 100%); color: #fff;
}
.btn-primary:hover,
.content-blocks .btn-primary:hover {
    filter: brightness(1.1); transform: translateY(-1px);
    text-decoration: none; color: #fff;
}
.btn-secondary,
.content-blocks .btn-secondary {
    background: transparent; color: var(--brown-mid);
    border: 2px solid var(--beige-mid);
}
.btn-secondary:hover,
.content-blocks .btn-secondary:hover {
    border-color: var(--amber); color: var(--amber);
    background: var(--amber-pale); text-decoration: none;
}

/* ── CONTACT CARDS ────────────────────────────────────────────────────────────── */
.contact-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin: 32px 0; }
.cc-card {
    background: var(--warm-white); border: 1px solid var(--border);
    border-radius: var(--radius-md); padding: 20px 22px;
    display: flex; gap: 14px; align-items: flex-start;
}
.cc-icon { font-size: 22px; flex-shrink: 0; margin-top: 2px; }
.cc-card h3 { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: 6px; }
.cc-card p, .cc-card a { font-size: 14px; color: var(--text); line-height: 1.5; display: block; }
.cc-card a { color: var(--amber); }
.cc-card a:hover { text-decoration: underline; }

/* ── EMBED ────────────────────────────────────────────────────────────────────── */
.embed-block { margin: 32px 0; }
.embed-block .embed-wrapper { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: var(--radius-lg); }
.embed-block .embed-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }
.embed-block figcaption { margin-top: 10px; font-size: 13px; color: var(--muted); text-align: center; }

/* ── CONTACT FORM ─────────────────────────────────────────────────────────────── */
.form-feedback { padding: 14px 18px; border-radius: var(--radius-md); margin-bottom: 28px; font-weight: 500; font-size: 15px; }
.form-feedback.success { background: #F0FDF4; border: 1px solid #86EFAC; color: #166534; }
.form-feedback.error   { background: #FFF5F5; border: 1px solid #FCA5A5; color: #991B1B; }
.contact-form { margin-top: 8px; }
.contact-form .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.contact-form .field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 20px; }
.contact-form label { font-size: 13.5px; font-weight: 600; color: var(--brown); }
.required { color: var(--amber); }
.optional { font-weight: 400; color: var(--muted); font-size: .85em; }
.contact-form input, .contact-form textarea {
    padding: 12px 14px; border: 1.5px solid var(--border);
    border-radius: var(--radius); font-size: 15px; font-family: var(--font-sans);
    color: var(--text); background: var(--warm-white); width: 100%;
    transition: border-color .15s, box-shadow .15s;
}
.contact-form input:focus, .contact-form textarea:focus {
    outline: none; border-color: var(--amber);
    box-shadow: 0 0 0 3px var(--amber-pale);
}
.contact-form textarea { resize: vertical; min-height: 130px; }
.btn-submit {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 14px 38px;
    background: linear-gradient(135deg, var(--amber) 0%, var(--gold) 100%);
    color: #fff;
    border: none; border-radius: 3px; font-size: 13px; font-weight: 700;
    letter-spacing: .07em; text-transform: uppercase;
    font-family: var(--font-sans); cursor: pointer; min-height: 52px;
    transition: filter .2s, transform .1s;
}
.btn-submit:hover { filter: brightness(1.1); transform: translateY(-1px); }
.form-privacy { font-size: 12.5px; color: var(--muted); margin-bottom: 16px; }
.form-privacy a { color: var(--amber); text-decoration: underline; }
.maps-embed { margin-top: 40px; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--border); }

/* ── COOKIE BANNER ────────────────────────────────────────────────────────────── */
.cookie-banner {
    position: fixed; bottom: 0; left: 0; right: 0; z-index: 9000;
    background: var(--warm-white); border-top: 1px solid var(--border);
    box-shadow: 0 -4px 24px rgba(61,32,8,.10);
    padding: 14px var(--gutter) calc(14px + env(safe-area-inset-bottom,0px));
    transform: translateY(100%); transition: transform .35s ease;
}
.cookie-banner.visible { transform: translateY(0); }
.cookie-inner { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; max-width: var(--max-w); margin: 0 auto; }
.cookie-text { flex: 1; min-width: 200px; font-size: 13px; color: var(--muted); margin: 0; }
.cookie-text a { color: var(--amber); text-decoration: underline; }
.cookie-actions { display: flex; gap: 10px; flex-shrink: 0; }
.cookie-btn {
    padding: 9px 22px; border-radius: 50px; font-size: 13px; font-weight: 600;
    font-family: var(--font-sans); cursor: pointer; white-space: nowrap;
    transition: background .15s, color .15s, border-color .15s;
}
.cookie-accept { background: var(--amber); color: #fff; border: none; }
.cookie-accept:hover { background: var(--amber-hover); }
.cookie-refuse { background: transparent; color: var(--muted); border: 1.5px solid var(--border); }
.cookie-refuse:hover { border-color: var(--muted); color: var(--brown); }

/* ── FOOTER ───────────────────────────────────────────────────────────────────── */
.site-footer {
    background: linear-gradient(170deg, #0F0F0E 0%, #0C1910 100%);
    position: relative;
}
.site-footer::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0; height: 3px;
    background: linear-gradient(90deg, transparent, var(--amber), var(--gold), var(--amber), transparent);
}
.footer-top {
    display: grid; grid-template-columns: 2fr 1fr 1.4fr; gap: 56px;
    max-width: var(--max-w); margin: 0 auto;
    padding: 64px var(--gutter) 52px;
    border-bottom: 1px solid rgba(255,255,255,.07);
}
.footer-logo { display: block; font-family: var(--font-serif); font-size: 21px; font-weight: normal; color: var(--cream); margin-bottom: 10px; text-decoration: none; }
.footer-tagline { font-size: 14px; color: rgba(253,250,244,.30); line-height: 1.6; }
.footer-social { display: flex; gap: 8px; margin-top: 20px; }
.footer-social-link { display: flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 50%; background: rgba(255,255,255,.08); transition: background .15s; }
.footer-social-link:hover { background: rgba(255,255,255,.15); text-decoration: none; }
.footer-social-link svg { width: 15px; height: 15px; stroke: var(--cream); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.footer-col-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: rgba(253,250,244,.28); margin-bottom: 16px; }
.footer-nav { display: flex; flex-direction: column; gap: 10px; }
.footer-nav a { font-size: 14px; color: var(--muted-light); text-decoration: none; transition: color .15s; }
.footer-nav a:hover { color: var(--cream); }
.footer-info { display: flex; flex-direction: column; gap: 8px; }
.footer-address { font-size: 13px; color: rgba(253,250,244,.32); line-height: 1.65; }
.footer-info a { font-size: 14px; color: var(--muted-light); text-decoration: none; transition: color .15s; word-break: break-word; }
.footer-info a:hover { color: var(--cream); }
.footer-hours { font-size: 13px; color: rgba(253,250,244,.28); line-height: 1.75; }
.footer-bottom {
    display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px;
    max-width: var(--max-w); margin: 0 auto;
    padding: 18px var(--gutter) calc(18px + env(safe-area-inset-bottom,0px));
    font-size: 12px; color: rgba(253,250,244,.25);
}
.footer-bottom a { color: inherit; text-decoration: none; transition: color .15s; }
.footer-bottom a:hover { color: rgba(253,250,244,.6); }
.footer-bottom p { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }

/* ── SCROLL REVEAL ────────────────────────────────────────────────────────────── */
.reveal {
    opacity: 0;
    transform: translateY(36px);
    transition: opacity .7s ease, transform .7s ease;
}
.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}
.product-card.reveal:nth-child(2) { transition-delay: .12s; }
.product-card.reveal:nth-child(3) { transition-delay: .24s; }
.product-card.reveal:nth-child(4) { transition-delay: .36s; }

/* ══════════════════════════════════════════════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════════════════════════════════════════════ */
@media (max-width: 1100px) {
    .product-cards { grid-template-columns: repeat(2, 1fr); }
    .footer-top { grid-template-columns: 1fr 1fr; }
    .footer-brand { grid-column: 1 / -1; }
    .visit-inner { gap: 48px; }
}

@media (max-width: 860px) {
    /* Mobiele nav */
	.site-nav {
          display: none; position: fixed; top: 67px; left: 0; right: 0;
          height: auto;
          background: white;
          border-bottom: 1px solid var(--border);
          flex-direction: column; align-items: stretch;
          padding: 12px 16px 20px; gap: 2px;
          box-shadow: 0 8px 24px rgba(0,0,0,.10); z-index: 9999;
      		}
    .site-nav.open { display: flex; }
    .nav-link { padding: 12px 14px; min-height: 44px; display: flex; align-items: center; font-size: 15px; }
    .nav-toggle { display: flex; }
    .nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .nav-toggle.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
    .nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    /* Opening */
    .home-opening { grid-template-columns: 1fr; min-height: auto; }
    .opening-photo { min-height: 320px; order: -1; }
    .opening-content { padding: 48px var(--gutter); }
    /* Verhaal */
    .home-story { grid-template-columns: 1fr; }
    .story-photo { min-height: 340px; }
    .story-text { padding: 52px var(--gutter); border-left: none; border-top: 1px solid var(--border); }
    /* Bezoek */
    .visit-inner { grid-template-columns: 1fr; gap: 40px; }
    /* Footer */
    .footer-top { grid-template-columns: 1fr; gap: 32px; padding: 48px var(--gutter) 36px; }
    .footer-brand { grid-column: auto; }
}

@media (max-width: 640px) {
    .product-cards { grid-template-columns: 1fr; }
    .opening-meta { max-width: 100%; }
    .opening-actions { flex-direction: column; align-items: flex-start; }
    .story-stats { max-width: 100%; }
    .home-testimonial { padding: 64px var(--gutter); }
    .testimonial-mark { font-size: 80px; }
    .contact-cards { grid-template-columns: 1fr; }
    .contact-form .form-row { grid-template-columns: 1fr; }
    .contact-form input, .contact-form textarea { font-size: max(16px, 1em); }
    .footer-bottom { flex-direction: column; gap: 6px; text-align: center; }
    .footer-top { padding: 36px var(--gutter) 28px; }
    .cookie-inner { flex-direction: column; align-items: stretch; gap: 12px; }
    .cookie-actions { flex-direction: row; }
    .cookie-btn { flex: 1; text-align: center; }
    .page-header { padding: 40px var(--gutter) 32px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
        scroll-behavior: auto !important;
    }
}
