:root {
    --cream: #F7F1E4;
    --cream-2: #FBF6EC;
    --cream-3: #EFE4D2;
    --paper: #FAF4E9;
    --gold: #C08A48;
    --gold-dark: #A87335;
    --gold-soft: #D4A76A;
    --ink: #2B3528;
    --ink-soft: #4A5344;
    --green: #3B4A34;
    --green-dark: #2C3828;
    --white: #FFFcf6;
    --shadow: 0 10px 28px rgba(70, 50, 20, 0.08);
    --shadow-hover: 0 16px 36px rgba(70, 50, 20, 0.14);
    --radius: 22px;
    --radius-sm: 14px;
    --serif: "Cormorant Garamond", "Times New Roman", serif;
    --sans: "Outfit", "Segoe UI", sans-serif;
    --script: "Great Vibes", cursive;
    --max: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    font-family: var(--sans);
    background:
        radial-gradient(1200px 500px at 50% -80px, rgba(192,138,72,.12), transparent 60%),
        repeating-linear-gradient(0deg, rgba(120,90,40,.015) 0 1px, transparent 1px 3px),
        var(--cream);
    line-height: 1.55;
    min-height: 100vh;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1rem; }
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 600; line-height: 1.15; margin: 0 0 .4em; color: var(--ink); }
.wrap { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.site-main { padding-bottom: 40px; }

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Header */
.site-header { position: relative; z-index: 20; padding: 10px 0 32px; }
.nav-bar {
    width: min(1180px, calc(100% - 36px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 150px 1fr;
    align-items: center;
    gap: 0 8px;
    min-height: 56px;
    position: relative;
}
.nav-drawer { display: contents; }
.nav-cluster {
    display: flex;
    align-items: center;
    gap: 0 22px;
    flex-wrap: nowrap;
}
.nav-left { grid-column: 1; justify-content: flex-start; padding-right: 12px; }
.nav-right { grid-column: 3; justify-content: flex-end; padding-left: 12px; }
.nav-link {
    display: inline-flex;
    align-items: center;
    font-size: 11.5px;
    letter-spacing: .16em;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--ink);
    padding: 4px 2px 6px;
    border-bottom: 2px solid transparent;
    white-space: nowrap;
}
.nav-link:hover, .nav-link.is-active { border-bottom-color: var(--gold); color: var(--green-dark); }
.nav-link-long { letter-spacing: .08em; }
.nav-home-icon {
    display: inline-flex;
    width: 17px;
    height: 17px;
    margin-right: 5px;
    color: var(--gold);
}
.nav-home-icon .ico,
.nav-home-icon .ico svg { display: block; width: 17px; height: 17px; }
.nav-toggle {
    display: none;
    width: 44px;
    height: 44px;
    background: transparent;
    color: var(--ink);
    border: 0;
    border-radius: 10px;
    padding: 10px 8px;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    cursor: pointer;
    z-index: 6;
}
.nav-toggle span:nth-child(-n+3) {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--ink);
    border-radius: 2px;
    transition: transform .25s ease, opacity .25s ease;
}
.nav-bar.is-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-bar.is-open .nav-toggle span:nth-child(2) { opacity: 0; }
.nav-bar.is-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.brand-seal {
    width: 150px;
    height: 56px;
    margin: 0;
    position: relative;
    display: block;
    z-index: 4;
    grid-column: 2;
    overflow: visible;
    justify-self: center;
}
.brand-ring { display: none; }
.brand-seal img {
    position: absolute;
    left: 50%;
    top: 2px;
    width: 148px;
    height: 148px;
    max-width: none;
    object-fit: contain;
    background: transparent;
    border-radius: 50%;
    padding: 0;
    z-index: 1;
    transform: translateX(-50%);
    filter: drop-shadow(0 10px 18px rgba(90,60,20,.28));
}
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 0;
    cursor: pointer;
    font-family: var(--sans);
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 12px;
    padding: 12px 22px;
    transition: .2s ease;
}
.btn-gold { background: var(--gold); color: #fff; }
.btn-gold:hover { background: var(--gold-dark); transform: translateY(-1px); }
.btn-green { background: var(--green); color: #fff; }
.btn-green:hover { background: var(--green-dark); }
.btn-ghost { background: transparent; color: var(--gold); border: 1px solid var(--gold); }
.nav-order { padding: 10px 14px; position: relative; letter-spacing: 0; text-transform: none; }
.nav-order-icon {
    display: inline-flex;
    width: 28px;
    height: 28px;
}
.nav-order-icon .ico,
.nav-order-icon .ico svg { display: block; width: 28px; height: 28px; }
.nav-order-icon svg { stroke-width: 2.6; }
.cart-badge {
    position: absolute;
    top: 2px;
    right: 2px;
    min-width: 18px; height: 18px; border-radius: 50%;
    background: var(--green); color: #fff; font-size: 10px;
    display: inline-grid; place-items: center;
}

/* Cards & media */
.card {
    background: var(--cream-2);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    overflow: hidden;
}
.media { border-radius: var(--radius-sm); overflow: hidden; box-shadow: var(--shadow); position: relative; }
.media img, .card img { width: 100%; height: 100%; object-fit: cover; }
.script { font-family: var(--script); color: var(--gold); font-weight: 400; letter-spacing: .02em; }
.gold { color: var(--gold); }
.divider { width: 70px; height: 2px; background: var(--gold); margin: 14px 0 18px; border: 0; }
.divider.center { margin-inline: auto; }
.section-head {
    text-align: center;
    margin: 48px 0 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
}
.section-head h2 { font-size: clamp(28px, 4vw, 42px); margin: 0; }
.section-head::before, .section-head::after {
    content: "";
    width: 72px; height: 1px; background: var(--gold);
}

/* Home grid */
.home-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, minmax(232px, auto));
    grid-template-areas:
        "menu cakes specials"
        "contact wafels takeaway";
    gap: 18px;
    width: min(1180px, calc(100% - 36px));
    margin: 4px auto 24px;
    align-items: stretch;
}
.home-card {
    display: flex;
    flex-direction: column;
    min-height: 0;
    height: 100%;
    padding: 22px 22px 0;
    background: var(--cream-2);
    border: 1px solid rgba(192, 138, 72, .28);
    border-radius: 20px;
}
.home-card h2 { font-size: 34px; }
.home-card p { color: var(--ink-soft); font-size: 14.5px; }
.home-card .btn { align-self: flex-start; margin: 6px 0 16px; }
.home-card .media { height: 190px; margin-top: auto; border-bottom-left-radius: 0; border-bottom-right-radius: 0; }
.home-card.has-photo {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(120px, 1fr);
    align-items: stretch;
    padding: 0;
    min-height: 0;
    height: 100%;
    overflow: hidden;
}
.home-card-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 18px 8px 18px 20px;
    z-index: 2;
    min-width: 0;
    grid-column: 1;
    grid-row: 1;
    background: linear-gradient(90deg, var(--cream-2) 55%, rgba(251, 246, 236, 0) 100%);
}
.home-card.has-photo h2 {
    font-size: clamp(22px, 1.8vw, 26px);
    margin-bottom: 0;
}
.home-card.has-photo .divider {
    width: 68px;
    height: 1.5px;
    margin: 9px 0 11px;
}
.home-card.has-photo p { font-size: 13px; margin-bottom: .55rem; }
.home-card.has-photo .btn { margin: 2px 0 0; padding: 10px 16px; font-size: 11px; }
.home-card.has-photo .media {
    grid-column: 2;
    grid-row: 1;
    align-self: stretch;
    height: 100%;
    min-height: 0;
    margin: 0 0 0 -32%;
    width: calc(100% + 32%);
    border-radius: 0;
    box-shadow: none;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.4) 22%, #000 48%, #000 100%);
    mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.4) 22%, #000 48%, #000 100%);
}
.home-card.has-photo .media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.area-menu { grid-area: menu; }
.area-cakes { grid-area: cakes; }
.area-specials { grid-area: specials; }
.area-contact { grid-area: contact; }
.area-wafels { grid-area: wafels; }
.area-takeaway { grid-area: takeaway; position: relative; }
.contact-card {
    background:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 160' fill='none' stroke='%23C08A48' stroke-opacity='.18' stroke-width='1.2'%3E%3Cpath d='M20 140c20-40 40-70 90-90'/%3E%3Cpath d='M40 150c30-50 70-80 140-70'/%3E%3C/svg%3E") no-repeat bottom right,
        var(--cream-2);
    padding: 14px 16px 14px;
    overflow: visible;
}
.contact-card h2 { font-size: 22px; margin-bottom: 0; }
.contact-card .contact-rows { display: grid; gap: 5px; margin: 8px 0 8px; font-size: 13px; line-height: 1.35; }
.contact-row { display: grid; grid-template-columns: 22px 1fr; gap: 6px; align-items: start; }
.contact-row .ico { color: var(--gold); width: 18px; }
.contact-row .ico svg { width: 18px; height: 18px; }
.socials { display: flex; gap: 8px; margin: 4px 0 10px; }
.socials a {
    width: 28px; height: 28px; border: 1px solid var(--gold); color: var(--gold);
    border-radius: 50%; display: grid; place-items: center; font-size: 12px; font-weight: 600;
}
.socials a .ico { display: grid; place-items: center; width: 14px; height: 14px; }
.socials a .ico svg { width: 14px; height: 14px; }
.contact-card .btn { width: 100%; margin: 0; padding: 10px 16px; font-size: 11px; }
.badge-round {
    position: absolute; right: 10px; top: 10px;
    width: 74px; height: 74px; border-radius: 50%;
    background: var(--gold); color: #fff; display: grid; place-items: center;
    text-align: center; font-size: 10px; letter-spacing: .08em; line-height: 1.25;
    box-shadow: var(--shadow); z-index: 3; padding: 10px;
    text-transform: uppercase;
}

/* Trust bar */
.trust-bar {
    width: min(1180px, calc(100% - 36px));
    margin: 0 auto;
    background: var(--cream-2);
    border: 1px solid rgba(192, 138, 72, .28);
    border-radius: 18px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    padding: 22px 6px 24px;
}
.trust-item { text-align: center; padding: 2px 14px; color: var(--gold); border-left: 1px solid rgba(192, 138, 72, .3); }
.trust-item:first-child { border-left: 0; }
.trust-item .ico {
    width: 52px;
    height: 52px;
    margin: 0 auto 12px;
    border: 1px solid rgba(192, 138, 72, .55);
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: var(--gold);
}
.trust-item .ico svg { width: 26px; height: 26px; margin: 0; }
.trust-item span {
    display: block;
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: .06em;
    line-height: 1.45;
    color: var(--ink);
    text-transform: uppercase;
}

/* Footer */
.site-footer {
    padding: 18px 0 36px;
    border-top: 1px solid rgba(90, 60, 20, .28);
    margin-top: 18px;
}
.footer-values {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1.1fr;
    gap: 0 18px;
    align-items: start;
    padding: 10px 0 24px;
}
.footer-values article {
    padding: 0 22px 0 0;
    border-right: 1px solid rgba(192, 138, 72, .38);
}
.footer-values article:not(:first-child) { padding-left: 18px; }
.footer-values h3 { font-family: var(--sans); font-size: 13px; letter-spacing: .12em; text-transform: uppercase; }
.footer-values p { font-size: 13px; color: var(--ink-soft); margin: 0; }
.value-icon { color: var(--gold); }
.value-icon .ico svg { width: 28px; height: 28px; }
.footer-script {
    font-family: var(--script);
    font-size: 28px;
    color: var(--gold);
    line-height: 1.25;
    padding-left: 18px;
}
p.footer-gold {     
    font-family: var(--serif);
    font-style: italic;
    font-size: clamp(16px, 1.7vw, 21px);
    letter-spacing: .02em;
    color: var(--gold-dark);
    text-align: center;
}
.footer-meta { text-align: center; font-size: 13px; color: var(--ink-soft); }
.footer-meta .tiny { font-size: 11px; opacity: .8; }

/* Page heroes */
.page-hero, .split-hero {
    width: min(1180px, calc(100% - 36px));
    margin: 8px auto 28px;
    display: grid;
    gap: 28px;
    align-items: center;
}
.split-hero { grid-template-columns: .9fr 1.2fr; }
.page-kicker { font-family: var(--script); font-size: 32px; color: var(--gold); margin-bottom: 8px; }
.photo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.photo-grid img, .photo-grid .media { height: 150px; border-radius: 14px; }
.icon-row {
    width: min(1180px, calc(100% - 36px));
    margin: 0 auto 32px;
    display: grid;
    background: transparent;
    gap: 0;
}
.icon-row.cols-6 { grid-template-columns: repeat(6, 1fr); }
.icon-row.cols-5 { grid-template-columns: repeat(5, 1fr); }
.icon-cell {
    text-align: center; color: var(--gold); padding: 12px 8px;
    border-left: 1px solid rgba(192,138,72,.35);
}
.icon-cell:first-child { border-left: 0; }
.icon-cell .ico svg { width: 32px; height: 32px; margin: 0 auto 8px; }
.icon-cell b { display: block; font-size: 11px; letter-spacing: .08em; font-weight: 600; text-transform: uppercase; }

.panel {
    width: min(1180px, calc(100% - 36px));
    margin: 0 auto 32px;
    background: var(--cream-2);
    border-radius: 28px;
    box-shadow: var(--shadow);
    padding: 32px;
    position: relative;
}
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.dot-list { list-style: none; padding: 0; margin: 0; }
.dot-list li { position: relative; padding: 6px 0 6px 18px; }
.dot-list li::before {
    content: ""; position: absolute; left: 0; top: 14px;
    width: 7px; height: 7px; border-radius: 50%; background: var(--gold);
}
.soft-note {
    background: var(--paper);
    border-radius: 18px;
    padding: 16px 18px;
    text-align: center;
    font-family: var(--script);
    font-size: 28px;
    color: var(--gold);
    width: min(1180px, calc(100% - 36px));
    margin: 0 auto 24px;
}

/* Menu */
.menu-hero {
    width: min(1180px, calc(100% - 36px));
    margin: 4px auto 18px;
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    min-height: 230px;
    box-shadow: var(--shadow);
}
.menu-hero img { width: 100%; height: 230px; object-fit: cover; }
.hours-box {
    position: absolute; right: 18px; top: 18px;
    background: rgba(247,241,228,.94);
    border: 1px solid var(--gold);
    border-radius: 16px;
    padding: 14px 16px;
    max-width: 230px;
    text-align: center;
    font-size: 13px;
}
.hours-box .ico { color: var(--gold); }
.cat-jump {
    width: min(1180px, calc(100% - 36px));
    margin: 8px auto 24px;
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    gap: 8px;
}
.cat-jump a { text-align: center; color: var(--gold); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.cat-jump .ico svg { width: 28px; height: 28px; margin: 0 auto 6px; }
.menu-grid { width: min(1180px, calc(100% - 36px)); margin: 0 auto 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.menu-card { background: var(--cream-2); border-radius: 20px; box-shadow: var(--shadow); padding: 20px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 16px; align-items: start; }
.menu-card.wide { grid-column: 1 / -1; grid-template-columns: 1.3fr .7fr; }
.menu-card h2 { font-size: 28px; }
.menu-card .media { min-height: 150px; }
.price { float: right; color: var(--gold-dark); font-weight: 600; }

/* Specials */
.specials-grid { width: min(1180px, calc(100% - 36px)); margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 22px; }
.special-card { background: var(--cream-2); border-radius: 24px; box-shadow: var(--shadow); overflow: hidden; }
.special-card .media { height: 220px; border-radius: 0; }
.special-card .body { padding: 20px; }
.special-card .price-lg { font-family: var(--serif); font-size: 32px; color: var(--gold); }
.chip { display: inline-block; background: var(--ink); color: #fff; border-radius: 999px; padding: 6px 12px; font-size: 11px; letter-spacing: .08em; }
.specials-poster {
    width: min(720px, calc(100% - 32px));
    margin: 8px auto 36px;
    display: grid;
    gap: 28px;
}
.specials-poster img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: var(--shadow-hover);
    background: #f4ead8;
}
.specials-empty {
    text-align: center;
    padding: 64px 20px;
    color: var(--ink-soft);
}

/* Shop */
.shop-grid { width: min(1180px, calc(100% - 36px)); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.product-card { background: var(--cream-2); border-radius: 20px; box-shadow: var(--shadow); overflow: hidden; display: flex; flex-direction: column; transition: .2s ease; }
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); }
.product-card .media { height: 210px; }
.product-card .body { padding: 18px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.status { font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--gold-dark); }
.status.uitverkocht, .status.tijdelijk_niet { color: #8a3b2a; }
.qty { width: 64px; padding: 8px; border-radius: 8px; border: 1px solid var(--cream-3); font-family: var(--sans); }

/* Forms */
.form { display: grid; gap: 12px; }
.form label { font-size: 13px; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-soft); }
.form input, .form textarea, .form select {
    width: 100%; padding: 11px 12px; border: 1px solid #e2d3bc; border-radius: 10px;
    font-family: var(--sans); background: #fff; color: var(--ink);
}
.alert { padding: 12px 14px; border-radius: 12px; margin: 0 auto 16px; width: min(1180px, calc(100% - 36px)); }
.alert-ok { background: #e7f0df; }
.alert-err { background: #f6e2da; }
.table { width: 100%; border-collapse: collapse; }
.table th, .table td { padding: 10px 8px; border-bottom: 1px solid #eadcc8; text-align: left; }

/* Mosaic / about */
.mosaic { width: min(1180px, calc(100% - 36px)); margin: 0 auto 28px; display: grid; gap: 16px; }
.mosaic.about { grid-template-columns: 1.1fr 1.4fr; }
.mosaic.light { grid-template-columns: .7fr 1.1fr 1fr .7fr; }
.news-grid { width: min(1180px, calc(100% - 36px)); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }

.prose { font-size: 15.5px; color: var(--ink-soft); }
.prose p:last-child { margin-bottom: 0; }
.callout { color: var(--gold); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.gold-underline { color: var(--gold); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }

.has-leaf {
    position: relative;
    overflow: hidden;
}
.has-leaf::after {
    content: "";
    position: absolute;
    right: 10px;
    bottom: 6px;
    width: 90px;
    height: 70px;
    pointer-events: none;
    opacity: .28;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 90 70' fill='none' stroke='%23C08A48' stroke-width='1.2'%3E%3Cpath d='M8 62c18-28 34-46 72-54'/%3E%3Cpath d='M22 58c10-8 18-6 22 2M38 42c8-10 16-8 20 2M54 28c8-8 14-6 18 4'/%3E%3C/svg%3E") no-repeat bottom right;
}
.has-leaf-left::before {
    content: "";
    position: absolute;
    left: 8px;
    bottom: 8px;
    width: 80px;
    height: 60px;
    pointer-events: none;
    opacity: .22;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 60' fill='none' stroke='%23C08A48' stroke-width='1.2'%3E%3Cpath d='M6 50c16-22 28-36 58-42'/%3E%3Cpath d='M18 46c8-8 16-6 20 2'/%3E%3C/svg%3E") no-repeat;
}
.divider-ornament {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 12px 0 18px;
    color: var(--gold);
}
.divider-ornament::before,
.divider-ornament::after {
    content: "";
    width: 48px;
    height: 1px;
    background: var(--gold);
}
.divider-ornament span {
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
    background: var(--gold);
}

/* Wafels */
.waffle-hero { grid-template-columns: .85fr 1.15fr; align-items: stretch; }
.waffle-copy { padding: 32px 30px 48px; }
.waffle-copy h1 { font-size: clamp(34px, 4.4vw, 48px); }
.waffle-photos { grid-template-columns: 1fr 1fr; gap: 12px; }
.waffle-photos .media { height: 148px; }
.menu-choices { position: relative; }
.menu-choices h3 { font-family: var(--serif); font-size: 26px; }
.script-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: min(1180px, calc(100% - 36px));
    margin: 0 auto 30px;
    padding: 14px 20px;
    background: var(--cream-2);
    border: 1px solid rgba(192, 138, 72, .4);
    border-radius: 14px;
    font-family: var(--serif);
    font-style: italic;
    font-size: clamp(16px, 1.7vw, 21px);
    letter-spacing: .02em;
    color: var(--gold-dark);
    text-align: center;
}
.script-footer .ico { color: var(--gold); flex: 0 0 auto; }
.script-footer .ico svg { width: 20px; height: 20px; }

.info-cols .card { padding: 24px 24px 40px; }
.pill-btns { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.pill-btns .btn { padding: 8px 12px; font-size: 10px; }

/* Lichte gelato */
.light-title { text-align: center; padding: 8px 0 10px; }
.light-title h1 { font-size: clamp(28px, 4vw, 44px); letter-spacing: .06em; text-transform: uppercase; }
.light-intro {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 12px;
    width: min(1180px, calc(100% - 36px));
    margin: 0 auto 28px;
    padding: 12px;
    border: 1px solid rgba(192,138,72,.35);
    border-radius: 24px;
}
.light-intro .card { padding: 26px 26px 40px; box-shadow: none; background: transparent; }
.light-intro .media { min-height: 320px; }
.feature-desc {
    display: block;
    margin-top: 6px;
    font-size: 12px;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 400;
    color: var(--ink-soft);
    line-height: 1.35;
}
.light-mosaic {
    display: grid;
    grid-template-columns: .8fr 1.05fr 1fr .9fr;
    gap: 14px;
    width: min(1180px, calc(100% - 36px));
    margin: 0 auto 18px;
}
.light-mosaic .stack { display: grid; gap: 14px; }
.light-mosaic .media { min-height: 160px; }
.light-mosaic .tall { min-height: 340px; }
.light-slot { padding: 24px 20px 40px; text-align: center; }
.light-slot .dots { letter-spacing: .4em; color: var(--gold); margin: 16px 0; }
.page-address {
    text-align: center;
    color: var(--gold);
    font-family: var(--serif);
    font-size: 18px;
    margin: 8px auto 28px;
    padding-top: 14px;
    border-top: 1px solid rgba(192,138,72,.45);
    width: min(720px, calc(100% - 36px));
}

/* Menu hours + cards */
.hours-box.scallop {
    background: var(--white);
    border: 2px solid rgba(192,138,72,.35);
    border-radius: 42px 48px 50px 40px / 36px 40px 46px 38px;
    padding: 16px 18px 12px;
    max-width: 210px;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.45;
}
.hours-box.scallop strong { display: block; font-weight: 700; }
.hours-box.scallop p { margin: 0; }
.menu-grid.menu-board {
    grid-template-columns: repeat(12, 1fr);
}
.menu-board .menu-card { grid-column: span 3; grid-template-columns: 1fr; }
.menu-board .menu-card.has-side {
    grid-template-columns: 1.1fr .9fr;
}
.menu-board .span-6 { grid-column: span 6; }
.menu-board .span-4 { grid-column: span 4; }
.menu-board .span-3 { grid-column: span 3; }
.menu-board .coupe-photos {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}
.menu-board .coupe-photos .media { min-height: 110px; }
.two-list { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 24px; }
.menu-card.stack .media { min-height: 110px; margin-bottom: 10px; }

.ico svg { width: 24px; height: 24px; display: block; }

/* Motion */
.page-loader {
    position: fixed;
    inset: 0;
    z-index: 200;
    display: grid;
    place-items: center;
    background: var(--cream);
    transition: opacity .55s ease, visibility .55s ease;
}
.page-loader.is-done {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.page-loader-inner {
    position: relative;
    width: 128px;
    height: 128px;
    display: grid;
    place-items: center;
}
.page-loader-inner img {
    width: 92px;
    height: 92px;
    object-fit: contain;
    animation: loader-seal .9s ease both;
}
.loader-ring {
    position: absolute;
    inset: 0;
    border: 2px solid rgba(192,138,72,.2);
    border-top-color: var(--gold);
    border-radius: 50%;
    animation: loader-spin 1s linear infinite;
}
@keyframes loader-spin { to { transform: rotate(360deg); } }
@keyframes loader-seal {
    from { opacity: 0; transform: scale(.86); }
    to { opacity: 1; transform: scale(1); }
}

body.is-loading .site-header,
body.is-loading .site-main,
body.is-loading .site-footer {
    opacity: 0;
}
body.is-ready .site-header,
body.is-ready .site-main,
body.is-ready .site-footer {
    opacity: 1;
    transition: opacity .7s ease;
}
body.page-leave .site-header,
body.page-leave .site-main,
body.page-leave .site-footer {
    opacity: 0;
    transition: opacity .28s ease;
}

.nav-link {
    transition: color .25s ease, border-color .25s ease, transform .25s ease;
}
.nav-link:hover { transform: translateY(-1px); }
.brand-seal img {
    transition: transform .4s ease;
}
.brand-seal:hover img { transform: translateX(-50%) scale(1.04) rotate(-2deg); }
.btn {
    transition: background .25s ease, transform .25s ease, box-shadow .25s ease, color .25s ease;
}
.btn:hover { box-shadow: 0 8px 18px rgba(90,60,20,.14); }
.btn-green:hover { transform: translateY(-1px); }
.socials a {
    transition: background .25s ease, color .25s ease, transform .25s ease;
}
.socials a:hover {
    background: var(--gold);
    color: #fff;
    transform: translateY(-2px);
}
.card, .menu-card, .special-card, .panel, .hours-box {
    transition: transform .4s ease, box-shadow .4s ease;
}
.home-card:hover, .menu-card:hover, .special-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-hover);
}
.product-card { transition: transform .35s ease, box-shadow .35s ease; }
.media img, .card img, .menu-hero img {
    transition: transform .7s ease, opacity .5s ease, filter .5s ease;
}
.home-card:hover .media img,
.special-card:hover .media img,
.product-card:hover .media img,
.menu-card:hover .media img {
    transform: scale(1.05);
}
img.is-loading-img {
    opacity: 0;
    filter: blur(8px);
}
img.is-loaded {
    opacity: 1;
    filter: none;
}

.reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .7s ease, transform .7s ease;
}
.reveal.is-in {
    opacity: 1;
    transform: none;
}
.home-card:nth-child(1) { transition-delay: .04s; }
.home-card:nth-child(2) { transition-delay: .1s; }
.home-card:nth-child(3) { transition-delay: .16s; }
.home-card:nth-child(4) { transition-delay: .08s; }
.home-card:nth-child(5) { transition-delay: .14s; }
.home-card:nth-child(6) { transition-delay: .2s; }
.reveal.is-in { transition-delay: 0s; }

.cart-badge { animation: badge-pop .35s ease; }
.js-added { animation: fade-up .4s ease; display: inline-block; margin-top: 8px; }
@keyframes badge-pop {
    0% { transform: scale(.4); }
    70% { transform: scale(1.18); }
    100% { transform: scale(1); }
}
@keyframes fade-up {
    from { opacity: 0; transform: translateY(6px); }
    to { opacity: 1; transform: none; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after {
        animation: none !important;
        transition: none !important;
    }
    .page-loader { display: none; }
    body.is-loading .site-header,
    body.is-loading .site-main,
    body.is-loading .site-footer,
    .reveal {
        opacity: 1;
        transform: none;
    }
    img.is-loading-img { opacity: 1; filter: none; }
}

@media (max-width: 1100px) {
    .brand-seal { width: 132px; height: 52px; }
    .brand-seal img { width: 132px; height: 132px; top: 2px; }
    .nav-bar { min-height: 52px; grid-template-columns: 1fr 136px 1fr; }
    .site-header { padding-bottom: 32px; }
    .nav-link { font-size: 10.5px; letter-spacing: .12em; }
    .nav-link-long { letter-spacing: .06em; }
    .nav-cluster { gap: 0 14px; }
    .home-grid { grid-template-rows: repeat(2, minmax(210px, auto)); }
    .page-sprig { width: 110px; height: 85px; top: -12px; }
    .light-mosaic {
        grid-template-columns: 1fr 1fr;
    }
    .menu-board .menu-card,
    .menu-board .span-6,
    .menu-board .span-4,
    .menu-board .span-3 { grid-column: span 6; }
}

@media (max-width: 980px) {
    .nav-bar {
        display: grid;
        grid-template-columns: 1fr;
        justify-items: center;
        min-height: 108px;
        padding-bottom: 4px;
    }
    .nav-toggle {
        display: inline-flex;
        position: absolute;
        left: 4px;
        top: 32px;
    }
    .brand-seal {
        width: 96px;
        height: 96px;
        margin: 0 auto;
        justify-self: center;
        grid-column: 1;
        overflow: visible;
    }
    .brand-seal img {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        height: 100%;
        transform: none;
    }
    .brand-seal:hover img { transform: none; }
    .site-header { padding: 8px 0 12px; }
    .nav-drawer {
        display: none;
        grid-column: 1;
        width: 100%;
        background: var(--cream-2);
        border-radius: 16px;
        box-shadow: var(--shadow);
        padding: 12px 16px 18px;
        margin-top: 8px;
        flex-direction: column;
        gap: 4px;
        z-index: 30;
    }
    .nav-bar.is-open .nav-drawer { display: flex; }
    .nav-cluster {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        width: 100%;
        padding: 0;
        grid-column: auto;
    }
    .nav-cluster .nav-link,
    .nav-cluster .btn {
        width: 100%;
        justify-content: flex-start;
        white-space: normal;
        padding: 12px 6px;
        border-bottom: 1px solid rgba(192,138,72,.18);
    }
    .nav-cluster .btn { margin-top: 8px; justify-content: center; border-bottom: 0; }
    .nav-link-long { white-space: normal; letter-spacing: .12em; }
    .home-grid, .menu-grid, .shop-grid, .news-grid, .two-col, .split-hero, .mosaic.about, .mosaic.light, .footer-values, .trust-bar, .icon-row, .cat-jump,
    .waffle-hero, .light-intro, .light-mosaic, .two-list {
        grid-template-columns: 1fr;
        grid-template-areas: none;
    }
    .home-grid { display: flex; flex-direction: column; grid-template-rows: none; }
    .trust-item { border-left: 0; }
    .home-card.has-photo {
        display: flex;
        flex-direction: column;
        min-height: 0;
        height: auto;
    }
    .home-card-copy { padding: 22px 22px 12px; background: none; }
    .home-card.has-photo h2 { font-size: 28px; }
    .home-card.has-photo .media {
        height: 190px;
        min-height: 190px;
        width: 100%;
        margin: 0;
        clip-path: none;
        -webkit-mask-image: none;
        mask-image: none;
        border-radius: 0;
    }
    .contact-card { padding: 22px; overflow: visible; }
    .contact-card h2 { font-size: 28px; }
    .contact-card .contact-rows { gap: 10px; margin: 12px 0 14px; font-size: 14px; }
    .footer-values article,
    .footer-values article:not(:first-child) {
        border-right: 0;
        padding: 0 0 16px;
    }
    .footer-script { padding-left: 0; }
    .menu-card, .menu-card.wide, .menu-board .menu-card.has-side { grid-template-columns: 1fr; }
    .menu-board .menu-card,
    .menu-board .span-6,
    .menu-board .span-4,
    .menu-board .span-3 { grid-column: span 1; }
    .menu-grid.menu-board { grid-template-columns: 1fr; }
    .cat-jump { grid-template-columns: repeat(3, 1fr); }
    .icon-row.cols-6, .icon-row.cols-5 { grid-template-columns: repeat(2, 1fr); }
    .icon-cell { border-left: 0; }
    .hours-box { position: static; max-width: none; margin: 12px; }
    .badge-round {
        width: 72px;
        height: 72px;
        font-size: 9px;
        right: 10px;
        top: auto;
        bottom: 10px;
    }
    .waffle-photos .media { min-height: 180px; height: auto; }
}

/* Menu — scoped to this page only */
body.page-menu {
    --board: min(1180px, calc(100% - 36px));
    --card-line: rgba(192, 138, 72, .28);
}
body.page-menu .menu-hero {
    position: relative;
    width: var(--board);
    margin: 0 auto 20px;
    border: 1px solid var(--card-line);
    border-radius: 20px;
    overflow: hidden;
    height: clamp(190px, 17.5vw, 250px);
    min-height: 0;
    box-shadow: none;
}
body.page-menu .menu-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 18%;
}

/* Openingsuren-cartouche met holle hoeken */
body.page-menu .hours-box {
    position: absolute;
    right: 6.5%;
    top: 50%;
    transform: translateY(-50%);
    width: clamp(136px, 13.3vw, 186px);
    aspect-ratio: 136 / 145;
    max-width: none;
    padding: 0;
    margin: 0;
    background: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    display: grid;
    place-items: center;
}
body.page-menu .hours-frame {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}
body.page-menu .hours-frame path {
    fill: #FCF6EA;
    stroke: var(--gold);
    stroke-width: 1;
    vector-effect: non-scaling-stroke;
}
body.page-menu .hours-inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 6% 9%;
    color: var(--ink);
    text-transform: uppercase;
}
body.page-menu .hours-inner strong {
    display: block;
    font-family: var(--sans);
    font-weight: 500;
    font-size: clamp(10px, .96vw, 13px);
    letter-spacing: .03em;
    line-height: 1.45;
    color: var(--ink);
    text-wrap: balance;
}
body.page-menu .hours-inner p {
    margin: 2px 0 0;
    font-size: clamp(7.5px, .72vw, 10px);
    font-weight: 500;
    letter-spacing: .03em;
    line-height: 1.4;
}
body.page-menu .hours-inner .hours-note { margin-top: 10px; }
body.page-menu .hours-inner .ico { color: var(--gold); margin-top: 8px; }
body.page-menu .hours-inner .ico svg {
    width: clamp(16px, 1.6vw, 22px);
    height: clamp(16px, 1.6vw, 22px);
}

/* Categoriebalk */
body.page-menu .cat-jump {
    width: var(--board);
    margin: 0 auto 20px;
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    gap: 0;
    align-items: stretch;
    background: var(--cream-2);
    border: 1px solid var(--card-line);
    border-radius: 16px;
    padding: 16px 6px;
}
body.page-menu .cat-jump a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 9px;
    text-align: center;
    color: var(--ink);
    font-size: clamp(9px, .8vw, 11px);
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    line-height: 1.45;
    padding: 2px 10px;
    border-left: 1px solid rgba(192, 138, 72, .3);
    transition: color .2s ease;
}
body.page-menu .cat-jump a:first-child { border-left: 0; }
body.page-menu .cat-jump a:hover { color: var(--gold-dark); }
body.page-menu .cat-jump .ico { color: var(--gold); }
body.page-menu .cat-jump .ico svg {
    width: clamp(24px, 2.2vw, 30px);
    height: clamp(24px, 2.2vw, 30px);
    margin: 0;
}

/* Menubord */
body.page-menu .menu-board {
    width: var(--board);
    margin: 0 auto 14px;
    display: grid;
    gap: 12px;
}
body.page-menu .menu-row {
    display: grid;
    gap: 12px;
    align-items: stretch;
}
body.page-menu .row-drinks { grid-template-columns: 227fr 470fr 284fr; }
body.page-menu .row-coupes { grid-template-columns: 516fr 203fr 257fr; }
body.page-menu .row-savoury { grid-template-columns: 227fr 257fr 252fr 229fr; }
body.page-menu .row-sweet { grid-template-columns: 322fr 250fr 395fr; }

body.page-menu .menu-card {
    position: relative;
    overflow: hidden;
    display: block;
    grid-column: auto;
    align-items: stretch;
    min-height: 0;
    padding: 15px 17px 16px;
    background: var(--cream-2);
    border: 1px solid var(--card-line);
    border-radius: 14px;
    box-shadow: none;
}
body.page-menu .menu-card h2 {
    font-family: var(--serif);
    font-weight: 600;
    font-size: clamp(13px, 1.1vw, 16px);
    letter-spacing: .03em;
    text-transform: uppercase;
    color: var(--gold-dark);
    margin: 0 0 8px;
    line-height: 1.2;
    position: relative;
    z-index: 2;
}
body.page-menu .menu-card h2 .tt-none { text-transform: none; }
body.page-menu .menu-card h2.center { text-align: center; }
body.page-menu .menu-card .dot-list,
body.page-menu .menu-card .menu-sub,
body.page-menu .menu-card .menu-plain {
    position: relative;
    z-index: 2;
}
body.page-menu .menu-card .dot-list li {
    padding: 1.5px 0 1.5px 13px;
    font-size: clamp(10.5px, .87vw, 12.5px);
    font-weight: 500;
    color: var(--ink);
    line-height: 1.45;
}
body.page-menu .menu-card .dot-list li::before {
    top: .66em;
    width: 4px;
    height: 4px;
    background: var(--gold);
}
body.page-menu .menu-card .dot-list .sub { padding-left: 10px; }
body.page-menu .menu-card .menu-sub {
    margin: 0 0 3px;
    font-family: var(--serif);
    font-size: clamp(11px, .92vw, 13.5px);
    letter-spacing: .05em;
    text-transform: uppercase;
    line-height: 1.3;
    color: var(--ink);
}
body.page-menu .menu-card .menu-sub.gold { color: var(--gold); }
body.page-menu .menu-card .menu-sub + .menu-sub { margin-bottom: 9px; }
body.page-menu .menu-card .menu-plain {
    margin: 0;
    font-size: clamp(10.5px, .87vw, 12.5px);
    font-weight: 500;
    line-height: 1.5;
    color: var(--ink);
}

/* Uitgesneden productfoto rechtsonder */
body.page-menu .menu-card .cut {
    position: absolute;
    right: -2%;
    bottom: -3%;
    width: 50%;
    height: 88%;
    z-index: 1;
    pointer-events: none;
}
body.page-menu .menu-card .cut img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-mask-image: radial-gradient(115% 105% at 76% 78%, #000 38%, rgba(0, 0, 0, .6) 60%, transparent 80%);
    mask-image: radial-gradient(115% 105% at 76% 78%, #000 38%, rgba(0, 0, 0, .6) 60%, transparent 80%);
}
body.page-menu .menu-card .cut.cut-lg { width: 56%; height: 76%; bottom: 0; }
body.page-menu .menu-card:has(.cut) > .dot-list,
body.page-menu .menu-card:has(.cut) > .menu-plain { max-width: 58%; }
body.page-menu .row-sweet .menu-card:last-child:has(.cut) > .dot-list { max-width: 54%; }

/* Icoon-decoratie voor kaarten zonder foto */
body.page-menu .menu-card .menu-deco {
    position: absolute;
    right: 16px;
    bottom: 14px;
    color: var(--gold);
    opacity: .42;
    z-index: 1;
}
body.page-menu .menu-card .menu-deco .ico svg {
    width: clamp(38px, 4vw, 58px);
    height: clamp(38px, 4vw, 58px);
}

/* Warme dranken + smoothies delen één kaart */
body.page-menu .menu-card.split {
    display: grid;
    grid-template-columns: 200fr 262fr;
    gap: 16px;
    padding: 13px 14px 14px;
}
body.page-menu .menu-card.split .mc-col { position: relative; min-width: 0; }
body.page-menu .menu-card.split .menu-deco { right: 4px; bottom: 0; }
body.page-menu .smoothie-photo {
    height: clamp(72px, 7.4vw, 104px);
    margin: 0 0 6px;
    border-radius: 4px;
    overflow: hidden;
}
body.page-menu .smoothie-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 32%;
}

/* IJscoupes */
body.page-menu .menu-card.coupes {
    display: flex;
    flex-direction: column;
    padding: 11px 14px 11px;
}
body.page-menu .menu-card.coupes .three-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 18px;
    position: relative;
    z-index: 2;
}
body.page-menu .menu-card.coupes .coupe-photos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: auto;
    padding-top: 6px;
}
body.page-menu .menu-card.coupes .coupe-photos .cut {
    position: relative;
    inset: auto;
    width: 100%;
    height: clamp(60px, 6.1vw, 86px);
}

/* Supplement-pillen */
body.page-menu .menu-card .pill-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 8px;
    position: relative;
    z-index: 2;
}
body.page-menu .menu-card .pill {
    display: inline-block;
    padding: 3.5px 7px;
    border: 1px solid var(--gold);
    border-radius: 999px;
    background: #FDF8EF;
    color: var(--gold-dark);
    font-size: clamp(6.5px, .56vw, 8.5px);
    font-weight: 500;
    letter-spacing: .05em;
    text-transform: uppercase;
    line-height: 1.2;
    white-space: nowrap;
}

body.page-menu .menu-allergen {
    width: var(--board);
    margin: 0 auto 30px;
    text-align: center;
    font-size: clamp(10.5px, .85vw, 12px);
    color: var(--ink-soft);
    letter-spacing: .01em;
}

@media (max-width: 900px) {
    body.page-menu .row-drinks { grid-template-columns: 1fr 1fr; }
    body.page-menu .row-drinks .menu-card.split { grid-column: span 2; }
    body.page-menu .row-coupes { grid-template-columns: 1fr 1fr; }
    body.page-menu .row-coupes .menu-card.coupes { grid-column: span 2; }
    body.page-menu .row-savoury { grid-template-columns: 1fr 1fr; }
    body.page-menu .row-sweet { grid-template-columns: 1fr 1fr; }
    body.page-menu .row-sweet .menu-card:last-child { grid-column: span 2; }
    body.page-menu .cat-jump a { font-size: 8px; }
}
@media (max-width: 680px) {
    body.page-menu .menu-row,
    body.page-menu .row-drinks,
    body.page-menu .row-coupes,
    body.page-menu .row-savoury,
    body.page-menu .row-sweet { grid-template-columns: 1fr; }
    body.page-menu .row-drinks .menu-card.split,
    body.page-menu .row-coupes .menu-card.coupes,
    body.page-menu .row-sweet .menu-card:last-child { grid-column: span 1; }
    body.page-menu .menu-card.split { grid-template-columns: 1fr; gap: 10px; }
    body.page-menu .cat-jump { grid-template-columns: repeat(3, 1fr); }
    body.page-menu .cat-jump a:nth-child(3n+1) { border-left: 0; }
    body.page-menu .cat-jump a { border-top: 1px solid var(--card-line); }
    body.page-menu .cat-jump a:nth-child(-n+3) { border-top: 0; }
    body.page-menu .menu-card .cut { width: 44%; height: 76%; }
    body.page-menu .menu-card:has(.cut) > .dot-list,
    body.page-menu .menu-card:has(.cut) > .menu-plain,
    body.page-menu .row-sweet .menu-card:last-child:has(.cut) > .dot-list { max-width: 58%; }
    body.page-menu .menu-card.coupes .three-list { grid-template-columns: 1fr 1fr; }
    body.page-menu .hours-box { right: 4%; width: 132px; }
}

/* IJs 50% minder vet & suiker — scoped to this page only */
body.page-licht .licht-head {
    width: min(1180px, calc(100% - 36px));
    margin: 0 auto;
    padding: 0 0 16px;
    position: relative;
    text-align: center;
}
body.page-licht .licht-head h1 {
    font-size: clamp(32px, 5.6vw, 72px);
    line-height: 1.02;
    letter-spacing: .005em;
    text-transform: uppercase;
    padding-top: 32px;
    color: #33261A;
    margin: 0 0 2px;
}
body.page-licht .licht-script {
    font-family: var(--script);
    font-weight: 400;
    color: var(--gold);
    font-size: clamp(26px, 4.8vw, 62px);
    line-height: 1.15;
    margin: 0;
}
body.page-licht .licht-orn {
    display: block;
    width: 92px;
    height: 8px;
    margin: 8px auto 0;
    opacity: .85;
    background:
        radial-gradient(circle, var(--gold) 2.2px, transparent 2.4px) center / 8px 8px no-repeat,
        linear-gradient(var(--gold), var(--gold)) left center / 34px 1px no-repeat,
        linear-gradient(var(--gold), var(--gold)) right center / 34px 1px no-repeat;
}
body.page-licht .page-sprig {
    top: -70px;
    width: 172px;
    height: 132px;
    opacity: .6;
}

body.page-licht .licht-intro {
    width: min(1180px, calc(100% - 36px));
    margin: 0 auto 18px;
    display: grid;
    grid-template-columns: .8fr 1fr;
    gap: 12px;
    padding: 11px;
    border: 1px solid rgba(192, 138, 72, .3);
    border-radius: 22px;
}
body.page-licht .licht-copy {
    background: #FDF8EF;
    border: 1px solid rgba(192, 138, 72, .28);
    border-radius: 14px;
    padding: 24px 28px;
}
body.page-licht .licht-copy p {
    font-size: 14px;
    line-height: 1.55;
    color: var(--ink-soft);
    margin: 0 0 15px;
}
body.page-licht .licht-copy p:last-child { margin-bottom: 0; }
body.page-licht .licht-copy-last { margin-top: -6px; }
body.page-licht .licht-intro .media {
    height: 400px;
    border-radius: 14px;
    box-shadow: none;
}
body.page-licht .licht-intro .media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.page-licht .licht-features {
    width: min(1180px, calc(100% - 36px));
    margin: 0 auto 18px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    background: #FDF8EF;
    border: 1px solid rgba(192, 138, 72, .28);
    border-radius: 18px;
    padding: 20px 12px 18px;
}
body.page-licht .licht-feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 16px;
    border-left: 1px solid rgba(192, 138, 72, .3);
}
body.page-licht .licht-feature:first-child { border-left: 0; }
body.page-licht .licht-ico {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid rgba(192, 138, 72, .55);
    display: grid;
    place-items: center;
    color: var(--gold);
    margin-bottom: 12px;
}
body.page-licht .licht-ico .ico svg { width: 24px; height: 24px; }
body.page-licht .licht-feature b {
    font-family: var(--sans);
    font-weight: 600;
    font-size: 15px;
    letter-spacing: .01em;
    color: var(--ink);
    margin-bottom: 6px;
}
body.page-licht .licht-feature-desc {
    font-size: 12px;
    line-height: 1.4;
    color: var(--ink-soft);
    max-width: 195px;
}

body.page-licht .licht-mosaic {
    width: min(1180px, calc(100% - 36px));
    margin: 0 auto 16px;
    display: grid;
    grid-template-columns: 1.19fr 1.08fr 1.33fr 1fr;
    gap: 14px;
}
body.page-licht .licht-mosaic > .media { height: 400px; }
body.page-licht .licht-mosaic .media {
    border-radius: 14px;
    box-shadow: none;
    overflow: hidden;
}
body.page-licht .licht-mosaic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
body.page-licht .licht-stack {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 14px;
    height: 400px;
}
body.page-licht .licht-note {
    background: #FDF8EF;
    border: 1px solid rgba(192, 138, 72, .28);
    border-radius: 14px;
    padding: 26px 22px 20px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}
body.page-licht .licht-note p {
    font-size: 13.5px;
    line-height: 1.55;
    color: var(--ink-soft);
    margin: 0;
}
body.page-licht .licht-dash {
    display: block;
    width: 48px;
    border-top: 1px dashed var(--gold);
    margin: 18px 0;
    opacity: .8;
}
body.page-licht .licht-heart {
    color: var(--gold);
    margin-top: auto;
    padding-top: 18px;
}
body.page-licht .licht-heart .ico svg { width: 30px; height: 30px; }
body.page-licht .licht-note::after {
    content: "";
    position: absolute;
    right: 8px;
    bottom: 6px;
    width: 92px;
    height: 72px;
    opacity: .4;
    pointer-events: none;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 92 72' fill='none' stroke='%23C08A48' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 66C28 52 54 32 88 6'/%3E%3Cpath d='M0 0C6-5.5 14-5.5 19 0C14 5.5 6 5.5 0 0' transform='translate(22,53) rotate(-38)'/%3E%3Cpath d='M0 0C6-5.5 14-5.5 19 0C14 5.5 6 5.5 0 0' transform='translate(37,43) rotate(142)'/%3E%3Cpath d='M0 0C5.5-5 12-5 17 0C12 5 5.5 5 0 0' transform='translate(52,32) rotate(-38)'/%3E%3Cpath d='M0 0C5.5-5 12-5 17 0C12 5 5.5 5 0 0' transform='translate(66,22) rotate(142)'/%3E%3Cpath d='M0 0C5-4.5 11-4.5 15 0C11 4.5 5 4.5 0 0' transform='translate(79,13) rotate(-38)'/%3E%3C/svg%3E") no-repeat bottom right;
}

body.page-licht .licht-address {
    width: min(1180px, calc(100% - 36px));
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    background: #FDF8EF;
    border: 1px solid rgba(192, 138, 72, .28);
    border-radius: 14px;
    padding: 14px 28px;
}
body.page-licht .licht-address p {
    margin: 0;
    font-family: var(--serif);
    font-size: 19px;
    letter-spacing: .04em;
    color: var(--gold-dark);
    white-space: nowrap;
}
body.page-licht .licht-address i {
    font-style: normal;
    color: var(--gold);
    margin: 0 8px;
}
body.page-licht .licht-rule {
    position: relative;
    width: 116px;
    height: 1px;
    background: rgba(192, 138, 72, .55);
    flex: 0 0 auto;
}
body.page-licht .licht-rule::after {
    content: "";
    position: absolute;
    top: -2.5px;
    right: -16px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--gold);
}
body.page-licht .licht-rule:last-child::after { right: auto; left: -16px; }

@media (max-width: 1100px) {
    body.page-licht .page-sprig { width: 120px; height: 92px; top: -52px; }
    body.page-licht .licht-intro .media,
    body.page-licht .licht-mosaic > .media,
    body.page-licht .licht-stack { height: 330px; }
    body.page-licht .licht-feature { padding: 0 8px; }
    body.page-licht .licht-feature-desc { font-size: 11.5px; }
}
@media (max-width: 980px) {
    body.page-licht .licht-intro {
        grid-template-columns: 1fr;
        padding: 10px;
    }
    body.page-licht .licht-intro .media { height: 260px; }
    body.page-licht .licht-features {
        grid-template-columns: 1fr 1fr;
        gap: 22px 0;
        padding: 22px 8px;
    }
    body.page-licht .licht-feature { border-left: 0; }
    body.page-licht .licht-mosaic {
        grid-template-columns: 1fr 1fr;
    }
    body.page-licht .licht-mosaic > .media,
    body.page-licht .licht-stack { height: 260px; }
    body.page-licht .licht-note { grid-column: 1 / -1; }
    body.page-licht .licht-address {
        gap: 14px;
        padding: 12px 16px;
    }
    body.page-licht .licht-address p { font-size: 15px; white-space: normal; text-align: center; }
    body.page-licht .licht-rule { width: 40px; }
    body.page-licht .licht-rule::after { display: none; }
}

/* Shared page components (kop, ornament, takje, slotbalk) */
.page-head {
    width: min(1180px, calc(100% - 36px));
    margin: 0 auto 22px;
    padding: 0 0 2px;
    position: relative;
    text-align: center;
}
.page-head h1{
    padding-top: 32px;
}
.page-head h1,
.page-head h2 {
    font-size: clamp(30px, 3.7vw, 46px);
    line-height: 1.08;
    margin: 0 0 4px;
    color: var(--ink);
}
.page-head.compact {
    margin: 34px auto 20px;
}
.page-head.compact h2 {
    font-size: clamp(24px, 2.9vw, 35px);
    margin: 0;
}
.page-head-kicker {
    font-family: var(--serif);
    font-style: italic;
    font-weight: 500;
    color: var(--gold);
    font-size: clamp(19px, 2.1vw, 27px);
    line-height: 1.2;
    margin: 0;
}
.orn-line {
    display: block;
    position: relative;
    width: 168px;
    height: 9px;
    margin: 12px auto 0;
    background:
        linear-gradient(var(--gold), var(--gold)) left center / 68px 1px no-repeat,
        linear-gradient(var(--gold), var(--gold)) right center / 68px 1px no-repeat;
}
.orn-line::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 7px;
    height: 7px;
    background: var(--gold);
    transform: translate(-50%, -50%) rotate(45deg);
}
.page-sprig {
    position: absolute;
    top: -26px;
    width: 136px;
    height: 105px;
    opacity: .5;
    pointer-events: none;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 150 115' fill='none' stroke='%23C08A48' stroke-width='1.05' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 10C40 26 78 52 132 104'/%3E%3Cg%3E%3Cpath d='M0 0C7-6.5 16-6.5 23 0C16 6.5 7 6.5 0 0' transform='translate(24,19) rotate(-46)'/%3E%3Cpath d='M0 0C7-6.5 16-6.5 23 0C16 6.5 7 6.5 0 0' transform='translate(37,26) rotate(134)'/%3E%3Cpath d='M0 0C6.5-6 15-6 21 0C15 6 6.5 6 0 0' transform='translate(50,36) rotate(-46)'/%3E%3Cpath d='M0 0C6.5-6 15-6 21 0C15 6 6.5 6 0 0' transform='translate(64,46) rotate(134)'/%3E%3Cpath d='M0 0C6-5.5 14-5.5 19 0C14 5.5 6 5.5 0 0' transform='translate(78,56) rotate(-46)'/%3E%3Cpath d='M0 0C6-5.5 14-5.5 19 0C14 5.5 6 5.5 0 0' transform='translate(92,68) rotate(134)'/%3E%3Cpath d='M0 0C5.5-5 12-5 17 0C12 5 5.5 5 0 0' transform='translate(106,82) rotate(-46)'/%3E%3Cpath d='M0 0C5-4.5 11-4.5 15 0C11 4.5 5 4.5 0 0' transform='translate(120,95) rotate(134)'/%3E%3C/g%3E%3C/svg%3E") no-repeat center / contain;
}
.page-sprig-l { left: 16px; }
.page-sprig-r { right: 16px; transform: scaleX(-1); }

@media (max-width: 980px) {
    .page-sprig { display: none; }
    .page-head.compact { margin: 26px auto 16px; }
    .script-footer { gap: 10px; padding: 12px 14px; }
}

/* Wafels & pannenkoeken — scoped to this page only */
body.page-wafels .wafel-hero {
    width: min(1180px, calc(100% - 36px));
    margin: 0 auto 18px;
    display: grid;
    grid-template-columns: .55fr 1fr;
    gap: 14px;
    align-items: stretch;
}
body.page-wafels .wafel-copy {
    background: var(--cream-2);
    border-radius: 20px;
    box-shadow: var(--shadow);
    padding: 34px 32px 40px;
    position: relative;
    overflow: hidden;
}
body.page-wafels .wafel-copy h1 {
    font-size: clamp(36px, 4.9vw, 62px);
    line-height: 1.06;
    margin: 0 0 6px;
    color: var(--ink);
}
body.page-wafels .wafel-kicker {
    font-family: var(--serif);
    font-style: italic;
    font-weight: 500;
    color: var(--gold);
    font-size: clamp(20px, 2.2vw, 28px);
    line-height: 1.2;
    margin: 0;
}
body.page-wafels .wafel-rule {
    display: block;
    width: 96px;
    height: 1.5px;
    background: var(--gold);
    margin: 10px 0 22px;
}
body.page-wafels .wafel-prose p {
    font-size: 14.5px;
    line-height: 1.62;
    color: var(--ink-soft);
    margin: 0 0 16px;
}
body.page-wafels .wafel-prose p:last-child { margin-bottom: 0; }
body.page-wafels .wafel-copy::after {
    content: "";
    position: absolute;
    right: 14px;
    bottom: 10px;
    width: 130px;
    height: 96px;
    opacity: .38;
    pointer-events: none;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 130 96' fill='none' stroke='%23C08A48' stroke-width='1.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 92C26 66 52 40 92 18'/%3E%3Cpath d='M0 0C6-5.5 14-5.5 19 0C14 5.5 6 5.5 0 0' transform='translate(26,72) rotate(-34)'/%3E%3Cpath d='M0 0C6-5.5 14-5.5 19 0C14 5.5 6 5.5 0 0' transform='translate(40,62) rotate(146)'/%3E%3Cpath d='M0 0C5.5-5 12-5 17 0C12 5 5.5 5 0 0' transform='translate(54,50) rotate(-34)'/%3E%3Cpath d='M0 0C5.5-5 12-5 17 0C12 5 5.5 5 0 0' transform='translate(68,40) rotate(146)'/%3E%3Cpath d='M0 0C5-4.5 11-4.5 15 0C11 4.5 5 4.5 0 0' transform='translate(82,29) rotate(-34)'/%3E%3Cpath d='M92 18c4-5 4-9 0-12-4 3-4 7 0 12z'/%3E%3C/svg%3E") no-repeat bottom right;
}
body.page-wafels .wafel-photos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}
body.page-wafels .wafel-photos .media {
    height: 262px;
    border-radius: 14px;
    box-shadow: none;
    overflow: hidden;
}
body.page-wafels .wafel-photos img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.page-wafels .wafel-ingredients {
    width: min(1180px, calc(100% - 36px));
    margin: 0 auto 26px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    background: var(--cream-2);
    border: 1px solid rgba(192, 138, 72, .28);
    border-radius: 16px;
    padding: 22px 6px;
}
body.page-wafels .wafel-ingredient {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 2px 12px;
    border-left: 1px solid rgba(192, 138, 72, .3);
}
body.page-wafels .wafel-ingredient:first-child { border-left: 0; }
body.page-wafels .wafel-ingredient .ico {
    color: var(--gold);
    flex: 0 0 auto;
}
body.page-wafels .wafel-ingredient .ico svg { width: 36px; height: 36px; }
body.page-wafels .wafel-ingredient b {
    font-weight: 600;
    font-size: 12px;
    letter-spacing: .06em;
    line-height: 1.45;
    text-transform: uppercase;
    color: var(--ink);
}

body.page-wafels .page-head.compact {
    margin: 8px auto 20px;
}
body.page-wafels .page-head.compact h2 {
    font-size: clamp(30px, 4vw, 47px);
}

body.page-wafels .wafel-menu {
    width: min(1180px, calc(100% - 36px));
    margin: 0 auto 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: var(--cream-2);
    border-radius: 20px;
    box-shadow: var(--shadow);
    padding: 32px 34px 40px;
}
body.page-wafels .wafel-menu-col {
    position: relative;
    padding: 0 34px 214px;
    min-height: 300px;
}
body.page-wafels .wafel-menu-col + .wafel-menu-col {
    border-left: 1px solid rgba(192, 138, 72, .32);
}
body.page-wafels .wafel-menu-col h3 {
    font-family: var(--serif);
    font-weight: 600;
    font-size: clamp(22px, 2.4vw, 30px);
    color: var(--gold-dark);
    margin: 0 0 16px;
}
body.page-wafels .wafel-menu-col .dot-list li {
    padding: 5px 0 5px 20px;
    font-size: 14.5px;
    color: var(--ink);
    line-height: 1.4;
}
body.page-wafels .wafel-menu-col .dot-list li::before {
    top: 13px;
    width: 6px;
    height: 6px;
}
body.page-wafels .wafel-menu-col::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 6px;
    transform: translateX(-50%);
    width: min(380px, 94%);
    height: 200px;
    opacity: .8;
    pointer-events: none;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
}
body.page-wafels .wafel-art-wafels::after {
    background-image: url("../img/illustrations/wafel-art.png");
}
body.page-wafels .wafel-art-pannen::after {
    background-image: url("../img/illustrations/pannenkoek-art.png");
}

@media (max-width: 1100px) {
    body.page-wafels .wafel-photos .media { height: 200px; }
    body.page-wafels .wafel-ingredient {
        flex-direction: column;
        text-align: center;
        gap: 8px;
        padding: 2px 6px;
    }
    body.page-wafels .wafel-menu-col { padding: 0 18px 196px; }
}
@media (max-width: 980px) {
    body.page-wafels .wafel-hero,
    body.page-wafels .wafel-menu { grid-template-columns: 1fr; }
    body.page-wafels .wafel-copy { padding: 26px 22px 32px; }
    body.page-wafels .wafel-photos .media { height: 190px; }
    body.page-wafels .wafel-ingredients {
        grid-template-columns: 1fr 1fr;
        gap: 20px 0;
        padding: 22px 8px;
    }
    body.page-wafels .wafel-ingredient { border-left: 0; }
    body.page-wafels .wafel-menu { padding: 24px 18px 30px; }
    body.page-wafels .wafel-menu-col { padding: 0 6px 176px; min-height: 0; }
    body.page-wafels .wafel-menu-col + .wafel-menu-col {
        border-left: 0;
        border-top: 1px solid rgba(192, 138, 72, .32);
        padding-top: 24px;
    }
    body.page-wafels .wafel-menu-col::after {
        width: min(300px, 90%);
        height: 160px;
    }
}

/* Ijstaarten — scoped to this page only */
body.page-ijstaarten .cake-hero {
    width: min(1180px, calc(100% - 36px));
    margin: 0 auto 18px;
    display: grid;
    grid-template-columns: .88fr 1.12fr;
    gap: 14px;
    align-items: stretch;
}
body.page-ijstaarten .cake-copy {
    background: #FDF8EF;
    border: 1px solid rgba(192, 138, 72, .28);
    border-radius: 14px;
    box-shadow: none;
    padding: 28px 30px 40px;
    position: relative;
    overflow: hidden;
}
body.page-ijstaarten .cake-copy h1 {
    font-size: clamp(36px, 4.8vw, 56px);
    line-height: 1.06;
    margin: 0 0 4px;
    color: var(--ink);
}
body.page-ijstaarten .cake-copy .page-kicker {
    font-size: clamp(26px, 3vw, 36px);
    margin: 0 0 4px;
}
body.page-ijstaarten .cake-copy .divider-ornament { margin: 10px 0 16px; }
body.page-ijstaarten .cake-copy .prose p {
    font-size: 14.5px;
    line-height: 1.58;
    margin: 0 0 12px;
}
body.page-ijstaarten .cake-copy .prose p:last-child { margin-bottom: 0; }
body.page-ijstaarten .cake-photos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    align-content: start;
}
body.page-ijstaarten .cake-photo-hero {
    grid-column: 1 / -1;
    aspect-ratio: 16 / 10;
    height: auto;
}
body.page-ijstaarten .cake-photos .media:not(.cake-photo-hero) {
    aspect-ratio: 1 / 1;
    height: auto;
}
body.page-ijstaarten .cake-photos .media,
body.page-ijstaarten .cake-more .media {
    border-radius: 14px;
    box-shadow: none;
    overflow: hidden;
}
body.page-ijstaarten .cake-more .media {
    height: 100%;
    min-height: 0;
}
body.page-ijstaarten .cake-photos img,
body.page-ijstaarten .cake-more img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.page-ijstaarten .page-head.compact {
    margin: 28px auto 18px;
}
body.page-ijstaarten .page-head.compact h2 {
    font-size: clamp(28px, 3.4vw, 42px);
}

body.page-ijstaarten .cake-more {
    width: min(1180px, calc(100% - 36px));
    margin: 0 auto 22px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 228px;
    gap: 14px;
}
body.page-ijstaarten .cake-icons {
    grid-column: span 2;
    background: #FDF8EF;
    border: 1px solid rgba(192, 138, 72, .28);
    border-radius: 14px;
    box-shadow: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px 6px;
    padding: 14px 10px;
    align-content: center;
}
body.page-ijstaarten .cake-icons .icon-cell {
    border: 0;
    padding: 4px 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
body.page-ijstaarten .cake-icons .icon-cell .ico {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid rgba(192, 138, 72, .5);
    display: grid;
    place-items: center;
    color: var(--gold);
}
body.page-ijstaarten .cake-icons .icon-cell .ico svg {
    width: 22px;
    height: 22px;
    margin: 0;
}
body.page-ijstaarten .cake-icons .icon-cell b {
    font-size: 11px;
    letter-spacing: .06em;
    line-height: 1.3;
    max-width: 110px;
}

body.page-ijstaarten .info-cols {
    background: #FDF8EF;
    border: 1px solid rgba(192, 138, 72, .28);
    box-shadow: none;
    border-radius: 18px;
    padding: 28px 32px 32px;
}

@media (max-width: 1100px) {
    body.page-ijstaarten .cake-more {
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: 210px;
    }
    body.page-ijstaarten .cake-icons { grid-column: span 2; }
}
@media (max-width: 980px) {
    body.page-ijstaarten .cake-hero { grid-template-columns: 1fr; }
    body.page-ijstaarten .cake-copy { padding: 24px 22px 32px; }
    body.page-ijstaarten .cake-more { grid-auto-rows: 190px; }
    body.page-ijstaarten .info-cols { padding: 22px 18px; }
    body.page-ijstaarten .info-cols .two-col { grid-template-columns: 1fr; }
}

/* Over ons — scoped to this page only */
body.page-over {
    --over-line: rgba(192, 138, 72, .28);
}
body.page-over .over-hero,
body.page-over .over-source,
body.page-over .over-values,
body.page-over .over-feel {
    width: min(1180px, calc(100% - 36px));
    margin: 0 auto 14px;
    display: grid;
    gap: 14px;
}
body.page-over .over-hero {
    grid-template-columns: 1.55fr 1.45fr .95fr;
    min-height: 300px;
}
body.page-over .over-source {
    grid-template-columns: 1.35fr 1.3fr 1.05fr .9fr 1.25fr;
    min-height: 220px;
}
body.page-over .over-feel {
    grid-template-columns: 1.05fr 1fr 1.14fr 1.05fr;
    min-height: 250px;
    margin-bottom: 30px;
}
body.page-over .over-card {
    display: flex;
    flex-direction: column;
    background: var(--cream-2);
    border: 1px solid var(--over-line);
    border-radius: 18px;
    padding: 22px 24px;
    position: relative;
    overflow: hidden;
}
body.page-over .over-intro { padding: 26px 28px 22px; }
body.page-over .over-intro h1 {
    font-size: clamp(26px, 2.9vw, 37px);
    line-height: 1.08;
    margin: 0;
    color: var(--ink);
}
body.page-over .over-card h2 {
    font-size: clamp(17px, 1.8vw, 22px);
    line-height: 1.18;
    margin: 0 0 11px;
    color: var(--ink);
}
body.page-over .over-orn {
    display: block;
    position: relative;
    width: 76px;
    height: 7px;
    margin: 11px 0 13px;
    background:
        linear-gradient(var(--gold), var(--gold)) left center / 31px 1px no-repeat,
        linear-gradient(var(--gold), var(--gold)) right center / 31px 1px no-repeat;
}
body.page-over .over-orn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 6px;
    height: 6px;
    background: var(--gold);
    transform: translate(-50%, -50%) rotate(45deg);
}
body.page-over .over-card h2 + .over-orn { margin-top: -3px; }
body.page-over .over-prose p {
    font-size: 12.5px;
    line-height: 1.58;
    color: var(--ink-soft);
    margin: 0 0 9px;
}
body.page-over .over-prose p:last-child { margin-bottom: 0; }
body.page-over .over-source .over-card h2 { font-size: clamp(17px, 1.7vw, 20px); }
body.page-over .over-source .over-prose p { font-size: 12px; }
body.page-over .over-script {
    font-family: var(--script);
    font-size: clamp(18px, 1.7vw, 23px);
    line-height: 1.25;
    color: var(--gold);
    margin: auto 0 0;
    padding-top: 14px;
}
body.page-over .over-card .btn {
    align-self: flex-start;
    margin: auto 0 0;
    padding: 11px 18px;
    font-size: 11px;
}
body.page-over .media {
    position: relative;
    min-height: 0;
    border-radius: 14px;
    box-shadow: none;
    overflow: hidden;
}
body.page-over .media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
body.page-over .over-hero .media:last-child img { object-position: 50% 24%; }

body.page-over .over-values {
    grid-template-columns: 164px repeat(6, 1fr);
    align-items: center;
    gap: 0;
    background: #F3E7D4;
    border: 1px solid var(--over-line);
    border-radius: 18px;
    padding: 16px 18px;
}
body.page-over .over-values-title { padding-right: 14px; }
body.page-over .over-values-title h2 {
    font-size: clamp(18px, 1.9vw, 24px);
    margin: 0 0 4px;
    color: var(--ink);
}
body.page-over .over-values-title p {
    margin: 0;
    font-size: 11px;
    line-height: 1.35;
    color: var(--ink-soft);
}
body.page-over .over-value {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 2px 7px;
    border-left: 1px solid rgba(192, 138, 72, .3);
}
body.page-over .over-value .ico {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(192, 138, 72, .55);
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: var(--gold);
}
body.page-over .over-value .ico svg { width: 19px; height: 19px; }
body.page-over .over-value span {
    font-size: 9.5px;
    font-weight: 600;
    letter-spacing: .04em;
    line-height: 1.42;
    text-transform: uppercase;
    color: var(--ink);
}

@media (max-width: 1100px) {
    body.page-over .over-hero { min-height: 270px; }
    body.page-over .over-source {
        grid-template-columns: 1.3fr 1fr 1fr;
        min-height: 0;
    }
    body.page-over .over-source .media { height: 210px; }
    body.page-over .over-feel {
        grid-template-columns: 1fr 1fr;
        min-height: 0;
    }
    body.page-over .over-feel .media { height: 230px; }
    body.page-over .over-values { grid-template-columns: repeat(3, 1fr); }
    body.page-over .over-values-title {
        grid-column: 1 / -1;
        padding: 0 0 6px;
    }
    body.page-over .over-value:nth-child(3n+2) { border-left: 0; }
}
@media (max-width: 980px) {
    body.page-over .over-hero,
    body.page-over .over-source,
    body.page-over .over-feel {
        grid-template-columns: 1fr;
        min-height: 0;
    }
    body.page-over .over-intro { padding: 24px 22px 22px; }
    body.page-over .over-card { padding: 22px; }
    body.page-over .over-hero .media,
    body.page-over .over-source .media,
    body.page-over .over-feel .media { height: 220px; }
    body.page-over .over-values {
        grid-template-columns: 1fr 1fr;
        gap: 14px 0;
        padding: 18px 14px;
    }
    body.page-over .over-value { border-left: 0; }
}

/* Take away — scoped to this page only */
body.page-takeaway {
    --ta-line: rgba(192, 138, 72, .3);
    --ta-card: #FDF8EF;
}

body.page-takeaway .ta-hero {
    display: grid;
    grid-template-columns: .78fr 1fr;
    align-items: center;
    gap: 24px;
    margin: 0 0 26px;
    padding-left: max(18px, calc((100% - 1180px) / 2));
}
body.page-takeaway .ta-hero-copy {
    position: relative;
    padding: 26px 0 30px 52px;
}
body.page-takeaway .ta-title {
    font-family: var(--script);
    font-weight: 400;
    font-size: clamp(56px, 7.6vw, 104px);
    line-height: .92;
    letter-spacing: .01em;
    color: #3E2B1F;
    margin: 0 0 10px;
}
body.page-takeaway .ta-spark {
    position: absolute;
    left: -4px;
    top: 22px;
    width: 320px;
    height: 210px;
    pointer-events: none;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 210' fill='none' stroke='%233E2B1F' stroke-width='4.5' stroke-linecap='round'%3E%3Cpath d='M6 76L36 68'/%3E%3Cpath d='M4 96L36 94'/%3E%3Cpath d='M8 116L38 120'/%3E%3Cpath d='M282 44L308 26'/%3E%3Cpath d='M292 66L318 52'/%3E%3C/svg%3E") no-repeat left top / contain;
}
body.page-takeaway .ta-heart-lead {
    position: absolute;
    left: 90%;
    top: 46%;
    color: var(--gold);
}
body.page-takeaway .ta-heart-lead .ico svg { width: 30px; height: 30px; }
body.page-takeaway .ta-kicker {
    font-family: var(--serif);
    font-weight: 700;
    font-size: clamp(20px, 2.2vw, 30px);
    line-height: 1.2;
    color: #33261A;
    margin: 0;
}
body.page-takeaway .ta-kicker-script {
    font-family: var(--serif);
    font-size: clamp(21px, 2.4vw, 32px);
    line-height: 1.2;
    margin: 0;
}
body.page-takeaway .ta-kicker-script em {
    font-style: italic;
    font-weight: 600;
    color: var(--gold);
}
body.page-takeaway .ta-kicker-script span { color: #33261A; }
body.page-takeaway .ta-orn {
    display: block;
    width: 124px;
    height: 34px;
    margin: 10px 0 0 48px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 124 34' fill='none' stroke='%23C08A48' stroke-width='1.6' stroke-linecap='round'%3E%3Cpath d='M4 20C22 6 48 6 64 19'/%3E%3Cpath d='M82 26C74 18 76 9 84 11C87 11.6 89 13.6 90 16C91 13.6 93 11.6 96 11C104 9 106 18 98 26L90 32z'/%3E%3C/svg%3E") no-repeat left center / contain;
}
body.page-takeaway .ta-hero-photo {
    height: clamp(300px, 34vw, 430px);
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, .4) 12%, #000 32%, #000 100%);
    mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, .4) 12%, #000 32%, #000 100%);
}
body.page-takeaway .ta-hero-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.page-takeaway .ta-panel {
    width: min(1180px, calc(100% - 36px));
    margin: 0 auto 16px;
    background: #F6EBDA;
    border: 1px solid rgba(192, 138, 72, .38);
    border-radius: 22px;
    padding: 30px 26px 26px;
}
body.page-takeaway .ta-lead {
    max-width: 660px;
    margin: 0 auto 24px;
    text-align: center;
}
body.page-takeaway .ta-lead h2 {
    font-size: clamp(28px, 3.4vw, 40px);
    line-height: 1.1;
    margin: 0 0 10px;
    color: var(--ink);
}
body.page-takeaway .ta-lead p {
    font-size: 15px;
    line-height: 1.6;
    color: var(--ink-soft);
    margin: 0;
}
body.page-takeaway .ta-lead .gold { font-weight: 600; }

body.page-takeaway .ta-row {
    display: grid;
    grid-template-columns: .72fr 1fr;
    align-items: stretch;
    gap: 20px;
    margin-bottom: 18px;
    min-height: 268px;
}
body.page-takeaway .ta-row:last-child { margin-bottom: 0; }
body.page-takeaway .ta-card {
    display: flex;
    flex-direction: column;
    background: var(--ta-card);
    border: 1px solid var(--ta-line);
    border-radius: 14px;
    padding: 20px 22px 22px;
    text-align: center;
}
body.page-takeaway .ta-card h3 {
    font-family: var(--sans);
    font-weight: 600;
    font-size: clamp(13px, 1.3vw, 16px);
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--gold);
    margin: 0;
}
body.page-takeaway .ta-rule {
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(192, 138, 72, .5);
    margin: 11px 0 16px;
}
body.page-takeaway .ta-photo {
    position: relative;
    min-height: 0;
    border-radius: 14px;
    box-shadow: none;
    overflow: hidden;
}
body.page-takeaway .ta-photo img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.page-takeaway .ta-hours {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    flex: 1;
    padding: 0 4px;
}
body.page-takeaway .ta-hour {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 14px;
    align-items: center;
    text-align: left;
}
body.page-takeaway .ta-hour .ico { color: var(--gold); }
body.page-takeaway .ta-hour .ico svg { width: 34px; height: 34px; }
body.page-takeaway .ta-hour p {
    margin: 0;
    font-size: 12px;
    letter-spacing: .07em;
    line-height: 1.5;
    text-transform: uppercase;
    color: var(--ink);
}
body.page-takeaway .ta-hour p b { font-weight: 600; }
body.page-takeaway .ta-hour p span {
    display: inline-block;
    margin-top: 8px;
}

body.page-takeaway .ta-card-lead {
    font-size: 13px;
    line-height: 1.55;
    color: var(--ink);
    margin: 0 0 16px;
}
body.page-takeaway .ta-partners {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 14px;
    margin: 0 0 18px;
}
body.page-takeaway .ta-partner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    min-height: 92px;
    padding: 12px 20px;
    border-radius: 12px;
    font-weight: 700;
    line-height: 1.05;
    color: #fff;
    transition: .2s ease;
}
body.page-takeaway .ta-partner:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(90, 60, 20, .18);
}
body.page-takeaway .ta-partner-uber {
    background: #0F1210;
    font-size: clamp(19px, 2vw, 26px);
    letter-spacing: -.01em;
}
body.page-takeaway .ta-partner-uber span:last-child { color: #06C167; }
body.page-takeaway .ta-partner-takeaway {
    background: #FF8000;
    font-size: clamp(15px, 1.6vw, 20px);
    letter-spacing: -.01em;
}
body.page-takeaway .ta-partner-takeaway i { font-style: normal; font-size: .78em; }
body.page-takeaway .ta-partner-mark {
    display: block;
    width: 38px;
    height: 30px;
    margin-bottom: 4px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 30' fill='%23ffffff'%3E%3Cpath d='M19 1L3 12v2h32v-2z'/%3E%3Cpath d='M6 16h26v3a8 8 0 0 1-8 8H14a8 8 0 0 1-8-8z'/%3E%3Cpath fill='%23FF8000' d='M13 17.5h1.6v5.5H13zM15.4 17.5H17v5.5h-1.6zM17.8 17.5h1.6v5.5h-1.6zM22.4 17.5H24v5.5h-1.6z'/%3E%3C/svg%3E") no-repeat center / contain;
}
body.page-takeaway .ta-card-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: auto 0 0;
    font-family: var(--serif);
    font-style: italic;
    font-size: 14px;
    line-height: 1.45;
    color: var(--gold-dark);
}
body.page-takeaway .ta-card-note .ico { color: var(--gold); flex: 0 0 auto; }
body.page-takeaway .ta-card-note .ico svg { width: 22px; height: 22px; }

body.page-takeaway .ta-order {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr 1fr;
    flex: 1;
}
body.page-takeaway .ta-order-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 12px 10px;
    border-left: 1px solid rgba(192, 138, 72, .45);
}
body.page-takeaway .ta-order-item:nth-child(3n+1) { border-left: 0; }
body.page-takeaway .ta-order-item .ico { color: var(--gold); }
body.page-takeaway .ta-order-item .ico svg { width: 32px; height: 32px; }
body.page-takeaway .ta-order-item b {
    font-family: var(--sans);
    font-weight: 600;
    font-size: 11px;
    letter-spacing: .07em;
    line-height: 1.35;
    text-transform: uppercase;
    color: var(--gold);
    margin: 9px 0 4px;
}
body.page-takeaway .ta-order-item span {
    font-size: 12px;
    line-height: 1.35;
    color: var(--ink-soft);
}

@media (max-width: 1100px) {
    body.page-takeaway .ta-hero { gap: 16px; }
    body.page-takeaway .ta-heart-lead { left: auto; right: 6%; }
    body.page-takeaway .ta-row { min-height: 240px; }
    body.page-takeaway .ta-hour { grid-template-columns: 34px 1fr; gap: 10px; }
    body.page-takeaway .ta-hour .ico svg { width: 28px; height: 28px; }
    body.page-takeaway .ta-order-item { padding: 10px 6px 12px; }
    body.page-takeaway .ta-order-item span { font-size: 11.5px; }
}
@media (max-width: 980px) {
    body.page-takeaway .ta-hero {
        grid-template-columns: 1fr;
        gap: 0;
        padding-left: 0;
    }
    body.page-takeaway .ta-hero-copy {
        width: min(1180px, calc(100% - 36px));
        margin: 0 auto;
        padding: 8px 0 22px;
        text-align: center;
    }
    body.page-takeaway .ta-spark { display: none; }
    body.page-takeaway .ta-heart-lead { display: none; }
    body.page-takeaway .ta-orn { margin: 12px auto 0; }
    body.page-takeaway .ta-hero-photo {
        height: 260px;
        -webkit-mask-image: none;
        mask-image: none;
    }
    body.page-takeaway .ta-panel { padding: 24px 16px 20px; }
    body.page-takeaway .ta-row {
        grid-template-columns: 1fr;
        gap: 14px;
        min-height: 0;
    }
    body.page-takeaway .ta-photo { height: 220px; }
    body.page-takeaway .ta-hours { padding: 0; }
    body.page-takeaway .ta-hour { justify-content: center; }
}
@media (max-width: 680px) {
    body.page-takeaway .ta-order { grid-template-columns: 1fr 1fr; }
    body.page-takeaway .ta-order-item { border-left: 0; }
    body.page-takeaway .ta-partners { flex-wrap: wrap; }
}
