/*
Theme Name: Rolling Chef
Theme URI: https://rollingchef.co
Author: Rolling Chef
Author URI: https://rollingchef.co
Description: A bold, modern multi-page WordPress theme for Rolling Chef — authentic Mexican taco catering in Amsterdam. Includes Home, Catering, Walking Dinner, Hot Sauces, and Markets pages, Google Reviews section, booking/order forms (AJAX), and a floating WhatsApp button. Brand colors: black (#000000), indigo (#44499B), mint green (#99D4B6).
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rolling-chef
Tags: catering, restaurant, multi-page, responsive, custom-menu, one-page, featured-images
*/

/* ===================================================================
   BRAND COLOR VARIABLES
   EDIT: Change these hex codes to update the whole site's colors.
   =================================================================== */
:root {
    --color-black: #000000;
    --color-purple: #44499B;
    --color-mint: #99D4B6;
    --color-white: #FFFFFF;

    --color-text: #1a1a1a;
    --color-muted: #6b7280;
    --color-light: #f6f7f9;
    --color-border: #e5e7eb;
    --color-dark-2: #111116;
    --purple-dark: #363a7d;
    --mint-dark: #6fb894;
    --whatsapp-green: #25D366;

    --font-heading: 'Montserrat', sans-serif;
    --font-display: 'Bebas Neue', sans-serif;
    --font-body: 'Inter', sans-serif;

    --radius: 16px;
    --radius-sm: 10px;
    --shadow: 0 12px 34px rgba(0,0,0,0.10);
    --shadow-lg: 0 20px 50px rgba(0,0,0,0.18);
    --max-width: 1200px;
    --nav-height: 78px;
}

/* ===================================================================
   RESET & BASE
   =================================================================== */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--nav-height); }
body {
    font-family: var(--font-body);
    color: var(--color-text);
    line-height: 1.65;
    background: var(--color-white);
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: var(--color-purple); transition: color .2s ease; }
h3, h4, h5 { font-family: var(--font-heading); font-weight: 700; line-height: 1.15; color: var(--color-black); }
h1, h2 { font-family: var(--font-display); font-weight: 400; line-height: 1.05; letter-spacing: 2px; text-transform: uppercase; color: var(--color-black); }
ul { list-style: none; }

.container { width: 100%; max-width: var(--max-width); margin: 0 auto; padding: 0 24px; }
.section { padding: 92px 0; }
.section-dark { background: var(--color-black); color: var(--color-white); }
.section-dark h1, .section-dark h2, .section-dark h3, .section-dark h4 { color: var(--color-white); }
.section-light { background: var(--color-light); }
.section-title { font-size: 2.4rem; text-align: center; margin-bottom: 14px; }
.section-subtitle { text-align: center; color: var(--color-muted); max-width: 660px; margin: 0 auto 56px; font-size: 1.06rem; }
.section-dark .section-subtitle { color: rgba(255,255,255,0.72); }
.accent-bar { width: 72px; height: 4px; background: var(--color-mint); border-radius: 4px; margin: 0 auto 22px; }
.text-mint { color: var(--color-mint); }
.text-purple { color: var(--color-purple); }

/* ===================================================================
   BUTTONS
   =================================================================== */
.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    font-family: var(--font-heading);
    font-weight: 700; font-size: 1rem;
    padding: 15px 34px; border-radius: 50px;
    cursor: pointer; border: none; text-align: center;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}
.btn-mint { background: var(--color-mint); color: var(--color-black); }
.btn-mint:hover { transform: translateY(-3px); box-shadow: 0 12px 26px rgba(153,212,182,0.5); color: var(--color-black); }
.btn-purple { background: var(--color-purple); color: var(--color-white); }
.btn-purple:hover { transform: translateY(-3px); box-shadow: 0 12px 26px rgba(68,73,155,0.45); color: var(--color-white); }
.btn-dark { background: var(--color-black); color: var(--color-white); }
.btn-dark:hover { transform: translateY(-3px); box-shadow: var(--shadow); color: var(--color-white); }
.btn-outline { background: transparent; color: var(--color-white); border: 2px solid var(--color-white); }
.btn-outline:hover { background: var(--color-white); color: var(--color-black); }
.btn-outline-dark { background: transparent; color: var(--color-black); border: 2px solid var(--color-black); }
.btn-outline-dark:hover { background: var(--color-black); color: var(--color-white); }
.btn-whatsapp { background: var(--whatsapp-green); color: var(--color-white); }
.btn-whatsapp:hover { transform: translateY(-3px); box-shadow: 0 12px 26px rgba(37,211,102,0.5); color: var(--color-white); }
.btn-lg { padding: 17px 42px; font-size: 1.08rem; }
.btn-block { width: 100%; }

/* ===================================================================
   HEADER / NAV
   =================================================================== */
.site-header {
    position: fixed; top: 0; left: 0; width: 100%; z-index: 1000;
    background: rgba(0,0,0,0.94);
    backdrop-filter: blur(10px);
    transition: background .3s ease, box-shadow .3s ease;
}
.site-header.scrolled { background: rgba(0,0,0,0.99); box-shadow: 0 4px 22px rgba(0,0,0,0.35); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: var(--nav-height); }
.site-logo { display: flex; align-items: center; gap: 12px; }
/* Logo is black-on-transparent; invert to render white on the dark nav */
.site-logo img { height: 46px; width: auto; filter: invert(1); }
.site-logo .logo-text { font-family: var(--font-heading); font-weight: 900; font-size: 1.25rem; color: var(--color-white); letter-spacing: .5px; text-transform: uppercase; }
.site-logo .logo-text span { color: var(--color-mint); }

.nav-menu { display: flex; gap: 28px; align-items: center; }
.nav-menu a { color: var(--color-white); font-family: var(--font-heading); font-weight: 600; font-size: .95rem; position: relative; padding: 6px 0; }
.nav-menu a:hover { color: var(--color-mint); }
.nav-menu a.active { color: var(--color-mint); }
.nav-menu a.active::after {
    content: ''; position: absolute; bottom: -2px; left: 0; width: 100%; height: 2px; background: var(--color-mint); border-radius: 2px;
}
.nav-menu .nav-cta { background: var(--color-mint); color: var(--color-black); padding: 10px 22px; border-radius: 50px; }
.nav-menu .nav-cta:hover { color: var(--color-black); transform: translateY(-2px); }
.nav-menu .nav-cta.active::after { display: none; }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; color: var(--color-white); font-size: 1.6rem; }

/* ===================================================================
   PAGE HERO (inner pages)
   =================================================================== */
.page-hero {
    padding: calc(var(--nav-height) + 80px) 0 80px;
    text-align: center; color: var(--color-white);
    background: linear-gradient(135deg, #000 0%, var(--purple-dark) 100%);
}
.page-hero h1 { font-size: 3rem; margin-bottom: 18px; color: var(--color-white); }
.page-hero p { font-size: 1.2rem; max-width: 680px; margin: 0 auto; opacity: .9; }

/* ===================================================================
   HOMEPAGE HERO
   =================================================================== */
.hero {
    min-height: 100vh;
    display: flex; align-items: center; justify-content: center; text-align: center;
    color: var(--color-white);
    padding: calc(var(--nav-height) + 40px) 0 80px;
    position: relative;
    background:
        radial-gradient(circle at 20% 30%, rgba(68,73,155,0.5) 0%, transparent 45%),
        radial-gradient(circle at 80% 70%, rgba(153,212,182,0.18) 0%, transparent 45%),
        linear-gradient(135deg, #000000 0%, #14142b 60%, #000000 100%);
}
.hero::before {
    content: ''; position: absolute; inset: 0;
    background-image: radial-gradient(rgba(255,255,255,0.05) 1px, transparent 1px);
    background-size: 26px 26px; opacity: .5; pointer-events: none;
}
.hero .container { position: relative; z-index: 1; }
.hero .eyebrow { font-family: var(--font-heading); font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--color-mint); font-size: .85rem; margin-bottom: 18px; }
.hero h1 { font-size: 3.8rem; color: var(--color-white); margin-bottom: 22px; }
.hero h1 .highlight { color: var(--color-mint); }
.hero p { font-size: 1.25rem; max-width: 660px; margin: 0 auto 38px; opacity: .92; }
.hero-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ===================================================================
   WHAT WE DO — service cards
   =================================================================== */
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.services-grid-5 { grid-template-columns: repeat(5, 1fr); }

/* ── Workshop Spotlight (homepage teaser) ── */
.workshop-spotlight { background: var(--color-black); padding: 80px 0; }
.workshop-spotlight-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.workshop-spotlight-img { border-radius: 16px; overflow: hidden; }
.workshop-spotlight-img img { width: 100%; height: 420px; object-fit: cover; display: block; }
.workshop-spotlight-text h2 { font-family: var(--font-display); font-size: 2.6rem; letter-spacing: 2px; text-transform: uppercase; color: #fff; margin-bottom: 18px; line-height: 1.1; }
.workshop-spotlight-text p { color: rgba(255,255,255,.75); font-size: 1.05rem; line-height: 1.7; margin-bottom: 28px; }
.workshop-spotlight-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 32px; }
.ws-badge { display: inline-flex; align-items: center; gap: 7px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15); color: #fff; padding: 8px 16px; border-radius: 50px; font-size: .9rem; font-weight: 600; }
.ws-badge i { color: var(--color-mint); }
.service-card-featured { border-color: var(--color-purple); }
.service-card-featured .service-icon { background: linear-gradient(135deg, var(--color-purple), #6b71d4); color: #fff; }

/* ── Workshop Page ── */
.workshop-modules-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 42px; }
.module-card { background: #fff; border-radius: 16px; padding: 36px 28px; text-align: center; box-shadow: var(--shadow-sm); border: 2px solid transparent; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.module-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: var(--color-purple); }
.module-icon { font-size: 2.8rem; margin-bottom: 18px; }
.module-card h3 { font-size: 1.3rem; margin-bottom: 12px; }
.module-card p { color: var(--color-muted); font-size: .95rem; line-height: 1.65; }
.module-card:nth-child(2) { border-color: var(--color-mint); }
.module-card:nth-child(2) .module-icon { color: var(--color-purple); }
.workshop-info-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 48px; }
.workshop-info-item { text-align: center; padding: 28px 20px; background: var(--color-black); border-radius: 12px; color: #fff; }
.workshop-info-item i { font-size: 1.6rem; color: var(--color-mint); margin-bottom: 12px; display: block; }
.workshop-info-item strong { display: block; font-size: 1.1rem; font-family: var(--font-heading); margin-bottom: 4px; }
.workshop-info-item span { font-size: .9rem; color: rgba(255,255,255,.65); }
.service-card {
    background: var(--color-white); border: 1px solid var(--color-border); border-radius: var(--radius);
    padding: 38px 26px; text-align: center;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
    display: flex; flex-direction: column;
}
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); border-color: transparent; }
.service-icon {
    width: 72px; height: 72px; margin: 0 auto 20px; border-radius: 50%;
    background: linear-gradient(135deg, var(--color-purple), var(--purple-dark));
    color: var(--color-white); display: flex; align-items: center; justify-content: center; font-size: 1.7rem;
}
.service-card:nth-child(2) .service-icon { background: linear-gradient(135deg, var(--color-mint), var(--mint-dark)); color: var(--color-black); }
.service-card:nth-child(4) .service-icon { background: linear-gradient(135deg, var(--color-mint), var(--mint-dark)); color: var(--color-black); }
.service-card h3 { font-size: 1.25rem; margin-bottom: 10px; }
.service-card p { color: var(--color-muted); font-size: .95rem; margin-bottom: 22px; flex-grow: 1; }
.service-card .learn-more { font-family: var(--font-heading); font-weight: 700; color: var(--color-purple); font-size: .92rem; }
.service-card .learn-more i { transition: transform .2s ease; }
.service-card:hover .learn-more i { transform: translateX(4px); }

/* ===================================================================
   MENU HIGHLIGHTS
   =================================================================== */
.menu-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.menu-item { text-align: center; padding: 30px 20px; border-radius: var(--radius); transition: background .25s ease; }
.menu-item:hover { background: rgba(255,255,255,0.05); }
.menu-emoji { font-size: 3.2rem; margin-bottom: 14px; }
.menu-item h4 { font-size: 1.3rem; margin-bottom: 8px; }
.menu-item p { color: rgba(255,255,255,0.72); font-size: .95rem; }
.section-light .menu-item:hover { background: var(--color-white); box-shadow: var(--shadow); }
.section-light .menu-item p { color: var(--color-muted); }

/* ===================================================================
   ABOUT
   =================================================================== */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.about-text h2 { font-size: 2.3rem; margin-bottom: 20px; }
.about-text p { color: var(--color-muted); margin-bottom: 16px; }
.about-map { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.about-map iframe { width: 100%; height: 340px; border: 0; display: block; }
.about-address { background: var(--color-white); border: 1px solid var(--color-border); border-radius: var(--radius); padding: 24px; margin-top: 18px; }
.about-address .contact-detail { margin-bottom: 12px; }
.about-address .contact-detail:last-child { margin-bottom: 0; }

/* ===================================================================
   GOOGLE REVIEWS
   =================================================================== */
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.review-card { background: var(--color-white); border: 1px solid var(--color-border); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow); color: var(--color-text); }
.review-header { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
.review-avatar { width: 50px; height: 50px; border-radius: 50%; background: var(--color-purple); color: var(--color-white); display: flex; align-items: center; justify-content: center; font-weight: 700; font-family: var(--font-heading); font-size: 1.25rem; flex-shrink: 0; }
.review-meta h4 { font-size: 1.05rem; margin-bottom: 2px; }
.review-meta span { font-size: .82rem; color: var(--color-muted); }
.review-stars { color: #FBBC04; margin-bottom: 12px; font-size: 1rem; }
.review-text { color: var(--color-muted); font-size: .97rem; }
.review-google { display: flex; align-items: center; gap: 8px; margin-top: 18px; font-size: .82rem; color: var(--color-muted); }
.g-logo b:nth-child(1){color:#4285F4;} .g-logo b:nth-child(2){color:#EA4335;} .g-logo b:nth-child(3){color:#FBBC04;} .g-logo b:nth-child(4){color:#4285F4;} .g-logo b:nth-child(5){color:#34A853;} .g-logo b:nth-child(6){color:#EA4335;}
.g-logo { font-weight: 700; font-family: var(--font-heading); }
.reviews-cta { text-align: center; margin-top: 48px; }

/* ===================================================================
   CTA BANNER
   =================================================================== */
.cta-banner { background: linear-gradient(135deg, var(--color-purple) 0%, var(--purple-dark) 100%); color: var(--color-white); text-align: center; padding: 80px 0; }
.cta-banner h2 { color: var(--color-white); font-size: 2.4rem; margin-bottom: 26px; }

/* ===================================================================
   PACKAGE CARDS (catering)
   =================================================================== */
.packages-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.package-card { background: var(--color-white); border: 1px solid var(--color-border); border-radius: var(--radius); padding: 40px 30px; text-align: center; transition: transform .25s ease, box-shadow .25s ease; position: relative; display: flex; flex-direction: column; }
.package-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.package-card.featured { border: 2px solid var(--color-purple); box-shadow: var(--shadow); }
.package-badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--color-purple); color: var(--color-white); font-family: var(--font-heading); font-size: .78rem; font-weight: 700; padding: 6px 20px; border-radius: 50px; white-space: nowrap; }
.package-card h3 { font-size: 1.55rem; margin-bottom: 8px; }
.package-price { font-family: var(--font-heading); font-size: 2.6rem; font-weight: 900; color: var(--color-purple); margin: 12px 0 6px; }
.package-price small { font-size: .95rem; color: var(--color-muted); font-weight: 500; }
.package-card ul { margin: 24px 0 28px; text-align: left; flex-grow: 1; }
.package-card ul li { padding: 9px 0; border-bottom: 1px dashed var(--color-border); color: var(--color-muted); }
.package-card ul li i { color: var(--color-mint); margin-right: 8px; }

/* ===================================================================
   FULL MENU LIST (catering / walking dinner)
   =================================================================== */
.menu-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; max-width: 900px; margin: 0 auto; }
.menu-list-item { display: flex; gap: 18px; align-items: flex-start; background: var(--color-white); border: 1px solid var(--color-border); border-radius: var(--radius-sm); padding: 22px; }
.menu-list-item .emoji { font-size: 2.4rem; line-height: 1; }
.menu-list-item h4 { font-size: 1.2rem; margin-bottom: 6px; }
.menu-list-item p { color: var(--color-muted); font-size: .93rem; }

/* ===================================================================
   STEPS (how it works)
   =================================================================== */
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.step-card { text-align: center; padding: 34px 24px; background: var(--color-white); border-radius: var(--radius); box-shadow: var(--shadow); }
.step-number { width: 56px; height: 56px; margin: 0 auto 18px; border-radius: 50%; background: var(--color-purple); color: var(--color-white); font-family: var(--font-heading); font-weight: 900; font-size: 1.4rem; display: flex; align-items: center; justify-content: center; }
.step-card h4 { font-size: 1.2rem; margin-bottom: 10px; }
.step-card p { color: var(--color-muted); font-size: .95rem; }

/* ===================================================================
   HOT SAUCE PRODUCTS
   =================================================================== */
.products-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.product-card { background: var(--color-white); border: 1px solid var(--color-border); border-radius: var(--radius); padding: 36px 28px; text-align: center; transition: transform .25s ease, box-shadow .25s ease; display: flex; flex-direction: column; }
.product-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.product-emoji { font-size: 3.6rem; margin-bottom: 16px; }
.product-card h3 { font-size: 1.4rem; margin-bottom: 8px; }
.product-card p { color: var(--color-muted); font-size: .95rem; margin-bottom: 16px; flex-grow: 1; }
.heat-level { margin-bottom: 12px; font-size: 1.05rem; }
.heat-level .on { filter: grayscale(0); opacity: 1; }
.heat-level .off { filter: grayscale(1); opacity: .3; }
.product-price { font-family: var(--font-heading); font-size: 1.8rem; font-weight: 900; color: var(--color-purple); margin-bottom: 20px; }

/* ===================================================================
   MARKETS
   =================================================================== */
.markets-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; max-width: 940px; margin: 0 auto; }
.market-card { background: var(--color-white); border: 1px solid var(--color-border); border-radius: var(--radius); padding: 38px 32px; box-shadow: var(--shadow); }
.market-card .market-day { display: inline-block; background: var(--color-mint); color: var(--color-black); font-family: var(--font-heading); font-weight: 700; font-size: .82rem; padding: 6px 16px; border-radius: 50px; margin-bottom: 16px; }
.market-card h3 { font-size: 1.6rem; margin-bottom: 12px; }
.market-card p { color: var(--color-muted); margin-bottom: 20px; }

/* Pre-order items */
.preorder-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; max-width: 900px; margin: 0 auto 50px; }
.preorder-item { display: flex; justify-content: space-between; align-items: center; gap: 18px; background: var(--color-white); border: 1px solid var(--color-border); border-radius: var(--radius-sm); padding: 22px 24px; }
.preorder-item .info h4 { font-size: 1.15rem; margin-bottom: 4px; }
.preorder-item .info p { color: var(--color-muted); font-size: .9rem; }
.preorder-item .price-add { text-align: right; white-space: nowrap; }
.preorder-item .price-add .price { font-family: var(--font-heading); font-weight: 900; color: var(--color-purple); font-size: 1.2rem; display: block; margin-bottom: 8px; }
.add-order-btn { background: var(--color-black); color: var(--color-white); border: none; border-radius: 50px; padding: 8px 18px; font-family: var(--font-heading); font-weight: 600; font-size: .85rem; cursor: pointer; transition: background .2s ease; }
.add-order-btn:hover { background: var(--color-purple); }
.add-order-btn.added { background: var(--color-mint); color: var(--color-black); }

/* ===================================================================
   FORMS
   =================================================================== */
.form-wrap { background: var(--color-white); padding: 44px; border-radius: var(--radius); box-shadow: var(--shadow); border: 1px solid var(--color-border); max-width: 760px; margin: 0 auto; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-row-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-family: var(--font-heading); font-weight: 600; font-size: .9rem; margin-bottom: 6px; }
.form-group input, .form-group select, .form-group textarea {
    width: 100%; padding: 13px 15px; border: 1px solid var(--color-border);
    border-radius: var(--radius-sm); font-family: var(--font-body); font-size: .96rem; background: var(--color-white); transition: border .2s ease, box-shadow .2s ease;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: var(--color-purple); box-shadow: 0 0 0 3px rgba(68,73,155,0.12); }
.form-group textarea { resize: vertical; min-height: 120px; }
.form-group .hint { font-size: .82rem; color: var(--color-muted); margin-top: 5px; }
.checkbox-row { display: flex; align-items: center; gap: 12px; padding: 12px 14px; border: 1px solid var(--color-border); border-radius: var(--radius-sm); margin-bottom: 12px; }
.checkbox-row input[type="checkbox"] { width: auto; }
.checkbox-row label { margin: 0; flex-grow: 1; font-weight: 600; }
.checkbox-row .qty { width: 90px; }
.form-notice { padding: 14px 18px; border-radius: var(--radius-sm); margin-bottom: 20px; font-size: .95rem; display: none; }
.form-notice.show { display: block; }
.form-notice.success { background: rgba(153,212,182,0.28); color: #1e6b4a; border: 1px solid var(--color-mint); }
.form-notice.error { background: #fdecea; color: #b71c1c; border: 1px solid #f5c6cb; }
.form-note { text-align: center; margin-top: 18px; font-size: .92rem; color: var(--color-muted); }

/* ===================================================================
   FOOTER
   =================================================================== */
.site-footer { background: var(--color-black); color: rgba(255,255,255,0.72); padding: 66px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1.3fr; gap: 44px; margin-bottom: 46px; }
.footer-col .footer-logo { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.footer-col .footer-logo img { height: 52px; filter: invert(1); }
.footer-col p { font-size: .95rem; margin-bottom: 10px; }
.footer-col h4 { color: var(--color-white); font-size: 1.08rem; margin-bottom: 18px; }
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul li a { color: rgba(255,255,255,0.72); }
.footer-col ul li a:hover { color: var(--color-mint); }
.footer-col .contact-detail { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 14px; }
.footer-col .contact-detail i { color: var(--color-mint); margin-top: 4px; width: 18px; }
.footer-col .contact-detail a, .footer-col .contact-detail span { color: rgba(255,255,255,0.72); }
.footer-social { display: flex; gap: 14px; margin-top: 18px; }
.footer-social a { width: 42px; height: 42px; border-radius: 50%; background: rgba(255,255,255,0.1); color: var(--color-white); display: flex; align-items: center; justify-content: center; font-size: 1.05rem; transition: background .2s ease, transform .2s ease; }
.footer-social a:hover { background: var(--color-mint); color: var(--color-black); transform: translateY(-3px); }
.footer-social a.wa:hover { background: var(--whatsapp-green); color: var(--color-white); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.12); padding-top: 22px; text-align: center; font-size: .88rem; }

/* contact detail generic (used in about + footer) */
.contact-detail { display: flex; align-items: flex-start; gap: 14px; }
.contact-detail i { width: 44px; height: 44px; border-radius: 50%; background: var(--color-mint); color: var(--color-black); display: flex; align-items: center; justify-content: center; font-size: 1.05rem; flex-shrink: 0; }
.about-address .contact-detail i { width: 40px; height: 40px; font-size: 1rem; }

/* ===================================================================
   WHATSAPP FLOATING BUTTON
   =================================================================== */
.whatsapp-float {
    position: fixed; bottom: 26px; right: 26px; z-index: 1500;
    width: 62px; height: 62px; border-radius: 50%;
    background: var(--whatsapp-green); color: var(--color-white);
    display: flex; align-items: center; justify-content: center;
    font-size: 1.9rem; box-shadow: 0 6px 20px rgba(37,211,102,0.5);
    transition: transform .25s ease; animation: wa-pulse 2.2s infinite;
}
.whatsapp-float:hover { transform: scale(1.1); color: var(--color-white); }
@keyframes wa-pulse {
    0% { box-shadow: 0 0 0 0 rgba(37,211,102,0.5); }
    70% { box-shadow: 0 0 0 18px rgba(37,211,102,0); }
    100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); }
}

/* ===================================================================
   404
   =================================================================== */
.error-404 { min-height: 70vh; display: flex; align-items: center; justify-content: center; text-align: center; padding: calc(var(--nav-height) + 60px) 0 80px; }
.error-404 h1 { font-size: 6rem; color: var(--color-purple); }
.error-404 h2 { font-size: 1.8rem; margin: 10px 0 20px; }
.error-404 p { color: var(--color-muted); margin-bottom: 28px; }

/* ===================================================================
   PHOTO HERO / IMAGES (real photos)
   =================================================================== */
/* Homepage hero with a photo background + dark overlay for legibility */
.hero.hero-photo {
    background: none;
}
.hero.hero-photo::after {
    content: ''; position: absolute; inset: 0; z-index: 0;
    background-size: cover; background-position: center;
    background-image: var(--hero-img);
}
.hero.hero-photo::before {
    content: ''; position: absolute; inset: 0; z-index: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.62) 55%, rgba(20,20,43,0.82) 100%);
    background-image: none; opacity: 1;
}

/* Inner-page hero with a photo background + dark overlay */
.page-hero.has-bg {
    position: relative;
    background: none;
    background-size: cover; background-position: center;
    isolation: isolate;
}
.page-hero.has-bg::before {
    content: ''; position: absolute; inset: 0; z-index: -1;
    background: linear-gradient(135deg, rgba(0,0,0,0.72) 0%, rgba(54,58,125,0.72) 100%);
}
.page-hero .container { position: relative; z-index: 1; }
.hero-tagline { font-family: var(--font-heading); font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--color-mint); font-size: .8rem; margin-top: 26px; }

/* About section photo */
.about-photo { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.about-photo img { width: 100%; height: 460px; object-fit: cover; display: block; }

/* Founder strip */
.founder-strip { display: grid; grid-template-columns: 320px 1fr; gap: 40px; align-items: center; background: var(--color-light); border-radius: var(--radius); overflow: hidden; }
.founder-strip img { width: 100%; height: 100%; min-height: 320px; object-fit: cover; display: block; }
.founder-strip .founder-text { padding: 40px 40px 40px 0; }
.founder-strip .founder-text h3 { font-size: 1.6rem; margin-bottom: 12px; }
.founder-strip .founder-text p { color: var(--color-muted); margin-bottom: 14px; }

/* Market card images */
.market-card { padding: 0; overflow: hidden; }
.market-card .market-img { width: 100%; height: 220px; object-fit: cover; display: block; }
.market-card .market-body { padding: 30px 32px 36px; }

/* ===================================================================
   LANGUAGE TOGGLE
   =================================================================== */
.btn-lang {
    background: none; border: none; cursor: pointer;
    color: rgba(255,255,255,0.55); font-family: var(--font-heading);
    font-weight: 700; font-size: .85rem; padding: 4px 7px;
    border-radius: 4px; transition: color .2s ease;
}
.btn-lang.active { color: var(--color-mint); }
.lang-sep { color: rgba(255,255,255,0.3); font-size: .8rem; line-height: 1; user-select: none; }
.lang-toggle { display: flex; align-items: center; gap: 2px; }

/* Bilingual content visibility */
.lang-nl { display: none; }
body.lang-nl .lang-en { display: none; }
body.lang-nl .lang-nl { display: block; }
body.lang-nl span.lang-nl { display: inline; }
body.lang-nl a.lang-nl { display: inline; }
body.lang-nl li.lang-nl { display: list-item; }
/* hero tagline + eyebrow inline correction */
body.lang-nl p.lang-nl { display: block; }

/* ===================================================================
   USP — WHY BOOK US
   =================================================================== */
.usp-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.usp-card {
    background: var(--color-white); border: 1px solid var(--color-border);
    border-radius: var(--radius); padding: 32px 24px; text-align: center;
    transition: transform .25s ease, box-shadow .25s ease;
}
.usp-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.usp-icon { font-size: 1.8rem; color: var(--color-mint); margin-bottom: 16px; }
.usp-card h3 { font-size: 1rem; margin-bottom: 10px; letter-spacing: 1px; }
.usp-card p { color: var(--color-muted); font-size: .92rem; line-height: 1.6; }

/* ===================================================================
   RESPONSIVE
   =================================================================== */
@media (max-width: 1000px) {
    .services-grid, .menu-grid { grid-template-columns: repeat(2, 1fr); }
    .services-grid-5 { grid-template-columns: repeat(3, 1fr); }
    .workshop-spotlight-inner { grid-template-columns: 1fr; gap: 36px; }
    .workshop-modules-grid { grid-template-columns: repeat(2, 1fr); }
    .workshop-info-strip { grid-template-columns: repeat(2, 1fr); }
    .packages-grid, .reviews-grid, .steps-grid, .products-grid { grid-template-columns: 1fr; }
    .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
    .markets-grid, .menu-list, .preorder-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .hero h1 { font-size: 3rem; }
    .founder-strip { grid-template-columns: 1fr; }
    .founder-strip img { min-height: 260px; }
    .founder-strip .founder-text { padding: 0 32px 36px; }
    .about-photo img { height: 340px; }
    .usp-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
    .nav-toggle { display: block; }
    .nav-menu {
        position: absolute; top: var(--nav-height); left: 0; width: 100%;
        background: rgba(0,0,0,0.99); flex-direction: column; gap: 0;
        max-height: 0; overflow: hidden; transition: max-height .35s ease;
    }
    .nav-menu.open { max-height: 600px; padding: 12px 0; }
    .nav-menu .lang-toggle { padding: 10px 24px 14px; justify-content: flex-start; }
    .nav-menu a { padding: 15px 24px; width: 100%; }
    .nav-menu .nav-cta { margin: 8px 24px; text-align: center; }
    .services-grid, .menu-grid, .usp-grid { grid-template-columns: 1fr; }
    .services-grid-5 { grid-template-columns: repeat(2, 1fr); }
    .workshop-modules-grid, .workshop-info-strip { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; }
    .form-row, .form-row-3 { grid-template-columns: 1fr; }
    .form-wrap { padding: 28px; }
    .section { padding: 64px 0; }
    .hero h1 { font-size: 2.3rem; }
    .page-hero h1 { font-size: 2.1rem; }
    .section-title, .cta-banner h2 { font-size: 1.9rem; }
    .preorder-item { flex-direction: column; align-items: flex-start; }
    .preorder-item .price-add { text-align: left; }
}
