:root {
    --ink: #171615;
    --muted: #66615b;
    --cream: #f7f1e7;
    --paper: #fffdf8;
    --warm: #efe3d2;
    --red: #ed1b2f;
    --red-dark: #b80e20;
    --yellow: #ffc400;
    --green: #596b42;
    --border: rgba(23, 22, 21, .14);
    --shadow: 0 22px 60px rgba(42, 32, 22, .13);
    --radius: 22px;
    --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 17px; line-height: 1.68; -webkit-font-smoothing: antialiased; }
body.menu-is-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
p { margin: 0 0 1.15rem; }
h1, h2, h3, h4 { margin: 0 0 .7em; line-height: 1.08; letter-spacing: -.025em; font-weight: 850; }
h1 { font-size: clamp(2.25rem, 5vw, 3.35rem); }
h2 { font-size: clamp(1.9rem, 3.7vw, 2.75rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.45rem); }
.screen-reader-text { border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; word-wrap: normal !important; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 9999; padding: 10px 16px; background: #fff; color: #111; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.site-shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }

.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(247, 241, 231, .96); border-bottom: 1px solid var(--border); backdrop-filter: blur(14px); }
body.admin-bar .site-header { top: 32px; }
.header-inner { min-height: 98px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; flex: 0 0 auto; text-decoration: none; }
.brand img { width: 130px; height: 84px; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: clamp(16px, 2vw, 30px); }
.main-nav > a:not(.button) { font-size: .96rem; font-weight: 750; text-decoration: none; padding: 12px 0; position: relative; }
.main-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 8px; height: 2px; background: var(--red); transition: right .2s ease; }
.main-nav > a:not(.button):hover::after, .main-nav > a:not(.button):focus-visible::after { right: 0; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--border); background: var(--paper); border-radius: 50%; padding: 11px; cursor: pointer; }
.menu-toggle > span:not(.screen-reader-text) { display: block; height: 2px; margin: 5px 0; background: var(--ink); transition: transform .2s, opacity .2s; }

.button { display: inline-flex; min-height: 52px; padding: 13px 24px; align-items: center; justify-content: center; gap: 9px; border: 2px solid var(--red); border-radius: 999px; background: var(--red); color: #fff; font-weight: 850; line-height: 1.1; text-decoration: none; cursor: pointer; transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease; box-shadow: 0 10px 25px rgba(237, 27, 47, .18); }
.button:hover, .button:focus-visible { transform: translateY(-2px); background: var(--red-dark); border-color: var(--red-dark); box-shadow: 0 14px 28px rgba(237, 27, 47, .25); }
.button-small { min-height: 45px; padding: 10px 21px; }
.button-outline { background: rgba(0,0,0,.25); border-color: rgba(255,255,255,.8); color: #fff; box-shadow: none; }
.button-outline:hover { background: #fff; color: var(--ink); border-color: #fff; }
.button-outline-dark { background: transparent; color: var(--ink); border-color: var(--ink); box-shadow: none; }
.button-outline-dark:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.button-dark { background: var(--ink); border-color: var(--ink); box-shadow: none; }
.button-dark:hover { background: #000; border-color: #000; }
.button-full { width: 100%; }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 28px; }
.text-link { font-weight: 800; color: var(--red-dark); text-decoration: none; padding: 10px 2px; }

.hero { position: relative; color: #fff; overflow: hidden; }
.hero-home { min-height: 710px; display: grid; align-items: center; background-image: url("/wp-content/uploads/2026/01/kitchen.jpeg"); background-size: cover; background-position: center; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12,12,12,.9) 0%, rgba(12,12,12,.72) 47%, rgba(12,12,12,.25) 100%); }
.hero-content { position: relative; z-index: 1; padding-block: 92px; }
.hero-content h1 { max-width: 820px; font-size: clamp(2.35rem, 5.1vw, 3.6rem); }
.hero-lead { max-width: 730px; font-size: clamp(1.06rem, 2vw, 1.28rem); color: rgba(255,255,255,.88); }
.eyebrow { margin: 0 0 17px; color: var(--yellow); font-size: .78rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow-dark { color: var(--red-dark); }
.fact-list { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); max-width: 760px; margin: 42px 0 0; padding: 0; list-style: none; border: 1px solid rgba(255,255,255,.27); border-radius: 18px; background: rgba(15,15,15,.42); backdrop-filter: blur(8px); }
.fact-list li { padding: 17px 20px; border-right: 1px solid rgba(255,255,255,.22); }
.fact-list li:last-child { border-right: 0; }
.fact-list strong, .fact-list span { display: block; }
.fact-list strong { font-size: 1.05rem; }
.fact-list span { font-size: .78rem; color: rgba(255,255,255,.7); }

.section { padding: 100px 0; }
.section-tight { padding-top: 40px; }
.section-warm { background: var(--warm); }
.section-dark { background: var(--ink); color: #fff; }
.split-layout { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr); align-items: center; gap: clamp(48px, 7vw, 90px); }
.lead { font-size: clamp(1.08rem, 2vw, 1.3rem); color: #423d38; }
.image-stack { position: relative; padding: 0 0 30px 30px; }
.image-stack::before { content: ""; position: absolute; left: 0; bottom: 0; width: 75%; height: 75%; border-radius: var(--radius); background: var(--yellow); }
.image-stack img { position: relative; z-index: 1; width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.image-note { position: absolute; z-index: 2; right: -18px; bottom: 0; max-width: 250px; padding: 18px 22px; border-radius: 16px; background: var(--paper); box-shadow: var(--shadow); }
.image-note strong, .image-note span { display: block; }
.image-note span { color: var(--muted); font-size: .85rem; }
.section-heading { max-width: 720px; margin: 0 auto 48px; text-align: center; }
.section-heading > :last-child { margin-bottom: 0; }
.card-grid { display: grid; gap: 22px; }
.card-grid-three { grid-template-columns: repeat(3, minmax(0,1fr)); }
.card-grid-two { grid-template-columns: repeat(2, minmax(0,1fr)); }
.info-card { min-height: 240px; padding: 34px; border: 1px solid rgba(23,22,21,.1); border-radius: var(--radius); background: rgba(255,253,248,.82); box-shadow: 0 10px 30px rgba(42,32,22,.05); }
.info-card h2 { font-size: 1.65rem; }
.card-number { display: inline-flex; margin-bottom: 26px; color: var(--red-dark); font-weight: 900; letter-spacing: .12em; }
.centered-action { display: flex; justify-content: center; margin-top: 38px; }
.teaser-card { display: flex; justify-content: space-between; align-items: center; gap: 40px; padding: clamp(34px, 5vw, 62px); border: 1px solid rgba(89,107,66,.32); border-radius: 28px; background: linear-gradient(120deg, #f4f0df, #dde3cc); }
.teaser-card > div { max-width: 700px; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 45px; }
.cta-inner > div:first-child { max-width: 730px; }
.cta-light { color: var(--ink); }

.page-hero { padding: 90px 0 70px; background: linear-gradient(135deg, #f7f1e7, #eadbc6); }
.page-hero .site-shell { max-width: 980px; }
.page-hero h1 { max-width: 900px; }
.page-hero .lead { max-width: 820px; }
.page-hero-compact { padding-block: 62px 48px; }
.page-hero-photo { position: relative; min-height: 520px; display: grid; align-items: end; color: #fff; background: url("/wp-content/uploads/2026/01/kitchen-disaster.png") center/cover no-repeat; }
.page-hero-photo .page-hero-content { position: relative; z-index: 1; padding-bottom: 72px; }
.page-hero-photo p:not(.eyebrow) { max-width: 720px; font-size: 1.15rem; color: rgba(255,255,255,.88); }
.page-hero-green { background: linear-gradient(135deg, #293026, #657b4a); color: #fff; }
.page-hero-green .lead { color: rgba(255,255,255,.82); }
.fact-strip { display: grid; grid-template-columns: repeat(4, 1fr); margin: -85px 0 0; padding: 0; position: relative; z-index: 4; list-style: none; border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow); }
.fact-strip li { padding: 24px 28px; border-right: 1px solid var(--border); }
.fact-strip li:last-child { border-right: 0; }
.fact-strip strong, .fact-strip span { display: block; }
.fact-strip span { margin-top: 5px; color: var(--muted); font-size: .82rem; }
.details-card, .contact-panel, .form-card, .content-card { padding: clamp(28px, 4vw, 44px); border: 1px solid var(--border); border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow); }
.details-card dl { margin: 0 0 28px; }
.details-card dl > div { display: grid; grid-template-columns: 120px 1fr; gap: 18px; padding: 13px 0; border-bottom: 1px solid var(--border); }
.details-card dt { color: var(--muted); }
.details-card dd { margin: 0; font-weight: 750; }
.gallery-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 22px; }
.gallery-grid img { width: 100%; height: 430px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.place-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.place-card { display: block; padding: 24px; border: 1px solid var(--border); border-radius: 16px; background: var(--paper); text-decoration: none; transition: transform .18s, border-color .18s, box-shadow .18s; }
.place-card:hover { transform: translateY(-3px); border-color: var(--red); box-shadow: 0 14px 30px rgba(42,32,22,.08); }
.place-card strong, .place-card span { display: block; }
.place-card span { margin-top: 5px; color: var(--muted); font-size: .85rem; }
.faq-list { max-width: 900px; }
.faq-list details { border-bottom: 1px solid var(--border); background: transparent; }
.faq-list summary { padding: 24px 52px 24px 0; position: relative; font-size: 1.12rem; font-weight: 850; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 8px; top: 21px; width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--paper); color: var(--red); font-size: 1.4rem; }
.faq-list details[open] summary::after { content: "–"; }
.faq-list details p { max-width: 760px; padding: 0 50px 24px 0; color: var(--muted); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: start; gap: 26px; }
.contact-list { padding: 0; list-style: none; }
.contact-list li { border-top: 1px solid var(--border); }
.contact-list li:last-child { border-bottom: 1px solid var(--border); }
.contact-list a { display: block; padding: 13px 0; font-weight: 780; color: var(--red-dark); text-decoration: none; overflow-wrap: anywhere; }

/* WPForms */
.form-card .wpforms-container { margin: 0; }
.form-card .wpforms-field { padding: 0 0 18px !important; }
.form-card .wpforms-field-label, .form-card legend { color: var(--ink) !important; font-weight: 800 !important; }
.form-card input:not([type="checkbox"]):not([type="radio"]), .form-card textarea, .form-card select { width: 100% !important; max-width: none !important; min-height: 50px; padding: 12px 14px !important; border: 1px solid #c9c0b6 !important; border-radius: 10px !important; background: #fff !important; color: var(--ink) !important; font: inherit !important; }
.form-card textarea { min-height: 150px; }
.form-card button[type="submit"] { min-height: 52px !important; padding: 12px 26px !important; border: 2px solid var(--red) !important; border-radius: 999px !important; background: var(--red) !important; color: #fff !important; font-weight: 850 !important; }

/* Reserveren: donkere pagina rond het boekingssysteem, witte formulieren */
.ern-page-reserveren { background: #111; color: #fff; }
.ern-page-reserveren .site-header { color: var(--ink); }
.ern-page-reserveren .page-hero { background: linear-gradient(135deg, #0d0d0d, #24211f); color: #fff; border-bottom: 1px solid rgba(255,255,255,.12); }
.ern-page-reserveren .page-hero .lead { color: rgba(255,255,255,.82); }
.ern-page-reserveren .eyebrow-dark { color: var(--yellow); }
.booking-section { padding-bottom: 100px; background: #111; }
.booking-card { padding: clamp(16px, 3vw, 34px); border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); background: #1b1b1b; box-shadow: 0 24px 70px rgba(0,0,0,.35); overflow: hidden; }
.booking-card .elementor-section, .booking-card .elementor-container, .booking-card .elementor-column, .booking-card .elementor-widget-wrap { max-width: 100% !important; width: 100% !important; }
.booking-card .bootstrap.template-9 { color: #111; }
.booking-card .bootstrap.template-9 .panel { border: 1px solid #d7d1ca !important; border-radius: 12px !important; overflow: hidden; background: #fff !important; box-shadow: none !important; }
.booking-card .bootstrap.template-9 .panel-heading { padding: 16px !important; border: 0 !important; background: #111 !important; color: #fff !important; }
.booking-card .bootstrap.template-9 .panel-heading h4, .booking-card .bootstrap.template-9 .panel-heading * { color: #fff !important; }
.booking-card .bootstrap.template-9 .panel-body { background: #fff !important; }
.booking-card .bootstrap.template-9 .btn-primary, .booking-card .bootstrap.template-9 button.book-now-button, .booking-card .bootstrap.template-9 .selected { border-color: var(--red) !important; background: var(--red) !important; color: #fff !important; }
.booking-card .bootstrap.template-9 input, .booking-card .bootstrap.template-9 textarea, .booking-card .bootstrap.template-9 select { border-radius: 8px !important; border-color: #c9c0b6 !important; background: #fff !important; color: #111 !important; }
.booking-card .bootstrap.template-9 .service-name, .booking-card .bootstrap.template-9 .time-slot { color: #111 !important; }
.booking-card .bootstrap.template-9 label, .booking-card .bootstrap.template-9 p, .booking-card .bootstrap.template-9 span { color: #111; }
.booking-card .bootstrap.template-9 .panel-heading span, .booking-card .bootstrap.template-9 .panel-heading label, .booking-card .bootstrap.template-9 .panel-heading p { color: #fff !important; }

.site-footer { padding: 72px 0 28px; background: #25221f; color: rgba(255,255,255,.78); }
.footer-grid { display: grid; grid-template-columns: 1.25fr 1fr 1.35fr 1fr; gap: 42px; }
.footer-grid h2 { margin-bottom: 14px; color: #fff; font-size: 1rem; letter-spacing: .02em; }
.footer-grid a { color: #fff; overflow-wrap: anywhere; }
.footer-brand img { width: 140px; height: 100px; object-fit: contain; margin: -14px 0 10px; filter: drop-shadow(0 4px 14px rgba(0,0,0,.22)); }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 45px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.14); font-size: .82rem; }

.contact-dock { position: fixed; right: 22px; bottom: 22px; z-index: 1100; display: grid; justify-items: center; gap: 10px; }
.contact-dock__items { display: grid; gap: 10px; transform: translateY(15px); opacity: 0; pointer-events: none; transition: opacity .2s, transform .2s; }
.contact-dock.is-open .contact-dock__items { transform: none; opacity: 1; pointer-events: auto; }
.contact-action { width: 58px; height: 58px; display: grid; place-items: center; border: 0; border-radius: 50%; color: #fff; box-shadow: 0 9px 24px rgba(0,0,0,.22); cursor: pointer; text-decoration: none; }
.contact-action svg { width: 29px; height: 29px; fill: currentColor; }
.contact-action--whatsapp { background: #25d366; }
.contact-action--phone { background: #111; }
.contact-action--mail { background: var(--red); }
.contact-action--toggle { background: var(--yellow); color: #171615; }
.contact-action--toggle .icon-close { display: none; }
.contact-dock.is-open .contact-action--toggle .icon-contact { display: none; }
.contact-dock.is-open .contact-action--toggle .icon-close { display: block; }
.cht-widget, .chaty-widget, .chaty-widget-is { display: none !important; }

@media (max-width: 1020px) {
    .main-nav { gap: 14px; }
    .main-nav > a:not(.button) { font-size: .86rem; }
    .split-layout { gap: 45px; }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 860px) {
    body.admin-bar .site-header { top: 46px; }
    .site-shell { width: min(calc(100% - 28px), var(--shell)); }
    .header-inner { min-height: 82px; }
    .brand img { width: 104px; height: 70px; }
    .menu-toggle { display: block; position: relative; z-index: 3; }
    .main-nav { position: fixed; inset: 82px 0 auto; display: none; max-height: calc(100vh - 82px); padding: 24px 22px 34px; overflow-y: auto; background: var(--cream); border-top: 1px solid var(--border); box-shadow: 0 18px 40px rgba(0,0,0,.12); }
    body.admin-bar .main-nav { top: 128px; }
    .main-nav.is-open { display: grid; }
    .main-nav > a:not(.button) { padding: 10px 4px; font-size: 1.05rem; }
    .main-nav .button { margin-top: 8px; }
    .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
    .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    .hero-home { min-height: 650px; background-position: 60% center; }
    .hero-content { padding-block: 72px; }
    .fact-list, .fact-strip { grid-template-columns: repeat(2, 1fr); }
    .fact-list li:nth-child(2), .fact-strip li:nth-child(2) { border-right: 0; }
    .fact-list li:nth-child(-n+2), .fact-strip li:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.22); }
    .fact-strip li:nth-child(-n+2) { border-bottom-color: var(--border); }
    .split-layout, .contact-grid { grid-template-columns: 1fr; }
    .card-grid-three { grid-template-columns: 1fr; }
    .gallery-grid { grid-template-columns: 1fr; }
    .gallery-grid img { height: 360px; }
    .place-grid { grid-template-columns: repeat(2, 1fr); }
    .teaser-card, .cta-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 620px) {
    body { font-size: 16px; }
    h1 { font-size: 2.2rem; }
    h2 { font-size: 1.85rem; }
    .section { padding: 70px 0; }
    .section-tight { padding-top: 28px; }
    .hero-home { min-height: 700px; }
    .hero-overlay { background: linear-gradient(90deg, rgba(12,12,12,.92), rgba(12,12,12,.66)); }
    .hero-content h1 { font-size: 2.35rem; }
    .button-row { align-items: stretch; flex-direction: column; }
    .button-row .button { width: 100%; }
    .fact-list li { padding: 15px; }
    .image-stack { padding: 0 0 22px 18px; }
    .image-note { right: -4px; padding: 14px 16px; }
    .card-grid-two, .place-grid { grid-template-columns: 1fr; }
    .info-card { min-height: 0; padding: 28px; }
    .page-hero { padding: 64px 0 52px; }
    .page-hero-photo { min-height: 480px; }
    .fact-strip { margin-top: -55px; }
    .fact-strip li { padding: 18px; }
    .details-card dl > div { grid-template-columns: 1fr; gap: 2px; }
    .gallery-grid img { height: 280px; }
    .footer-grid { grid-template-columns: 1fr; gap: 26px; }
    .footer-bottom { flex-direction: column; }
    .contact-dock { right: 14px; bottom: 14px; }
    .contact-action { width: 54px; height: 54px; }
    .booking-card { width: 100%; margin-left: 0; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
