/* ============================================================
   GLOBAL.CSS — Food Park Charleroi
   Shared across all pages: tokens, reset, nav, footer, buttons
   ============================================================ */

/* ── DESIGN TOKENS ────────────────────────────────────────── */
:root {
    --bg:          #0c0a08;
    --bg-2:        #15120e;
    --bg-3:        #1d1813;
    --bg-velvet:   #1a1410;
    --ink:         #f4efe6;
    --ink-2:       #d8d0bf;
    --mute:        #8a7f6c;
    --line:        #2a241c;
    --line-brass:  rgba(201,169,110,.25);
    --yellow:      #FFD23F;
    --magenta:     #ff3ea5;
    --brass:       #c9a96e;
    --brass-2:     #e5cf9c;
    --glow-yellow:       0 0 30px rgba(255,210,63,.32), 0 0 60px rgba(255,210,63,.14);
    --glow-magenta:      0 0 30px rgba(255,62,165,.32),  0 0 60px rgba(255,62,165,.14);
    --glow-brass:        0 0 18px rgba(201,169,110,.28);
    --glow-soft-yellow:  0 0 18px rgba(255,210,63,.22);
    --glow-soft-magenta: 0 0 18px rgba(255,62,165,.22);
    --radius-sm:   8px;
    --radius-md:   14px;
    --radius-lg:   24px;
    --radius-pill: 999px;
    --transition:  .2s ease;
}

/* ── RESET ────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
html, body {
    background: var(--bg);
    color: var(--ink);
    font-family: 'Inter', sans-serif;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    line-height: 1.5;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

/* ── GRAIN OVERLAY ────────────────────────────────────────── */
body::before {
    content: "";
    position: fixed; inset: 0;
    pointer-events: none; z-index: 1;
    background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,.025) 1px, transparent 0);
    background-size: 3px 3px;
    mix-blend-mode: overlay;
    opacity: .6;
}

/* ── ACCESSIBILITY ────────────────────────────────────────── */
.skip-link {
    position: absolute; top: -100%; left: 16px;
    background: var(--yellow); color: #0b0b0b;
    padding: 10px 20px; border-radius: 0 0 var(--radius-sm) var(--radius-sm);
    font-family: 'JetBrains Mono', monospace;
    font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
    z-index: 10000; transition: top var(--transition);
}
.skip-link:focus { top: 0; }

/* ── SCROLL REVEAL ────────────────────────────────────────── */
.reveal {
    opacity: 0; transform: translateY(20px);
    transition: opacity .6s ease, transform .6s ease;
}
.reveal.is-visible { opacity: 1; transform: none; }

/* ── BUTTONS ──────────────────────────────────────────────── */
.btn-primary {
    display: inline-flex; align-items: center; gap: 10px;
    padding: 16px 28px; border-radius: var(--radius-pill);
    background: var(--yellow); color: #0b0b0b;
    font-weight: 700; font-size: 14px; letter-spacing: .08em; text-transform: uppercase;
    box-shadow: var(--glow-yellow);
    transition: transform var(--transition), box-shadow var(--transition);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(255,210,63,.55), 0 0 80px rgba(255,210,63,.25);
}
.btn-primary svg { width: 18px; height: 18px; flex-shrink: 0; }

.btn-magenta {
    display: inline-flex; align-items: center; gap: 10px;
    padding: 16px 28px; border-radius: var(--radius-pill);
    background: var(--magenta); color: #fff;
    font-weight: 700; font-size: 14px; letter-spacing: .08em; text-transform: uppercase;
    box-shadow: var(--glow-magenta);
    transition: transform var(--transition), box-shadow var(--transition);
}
.btn-magenta:hover { transform: translateY(-2px); box-shadow: 0 0 40px rgba(255,62,165,.55); }
.btn-magenta svg { width: 18px; height: 18px; flex-shrink: 0; }

.btn-ghost {
    display: inline-flex; align-items: center; gap: 10px;
    padding: 16px 26px; border-radius: var(--radius-pill);
    border: 1px solid rgba(246,244,239,.25); color: var(--ink);
    font-weight: 500; font-size: 14px; letter-spacing: .08em; text-transform: uppercase;
    background: transparent;
    transition: all var(--transition);
}
.btn-ghost:hover { border-color: var(--yellow); background: rgba(255,210,63,.08); }
.btn-ghost.magenta:hover { border-color: var(--magenta); background: rgba(255,62,165,.08); }
.btn-ghost svg { width: 18px; height: 18px; flex-shrink: 0; }

/* ── NAVIGATION ───────────────────────────────────────────── */
.site-nav {
    position: sticky; top: 0; z-index: 100;
    background: rgba(12,10,8,.88);
    backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
    border-bottom: 1px solid var(--line-brass);
    box-shadow: 0 4px 30px rgba(0,0,0,.4);
}
.nav-inner {
    max-width: 1200px; margin: 0 auto;
    padding: 0 40px; height: 68px;
    display: flex; align-items: center; justify-content: space-between; gap: 32px;
}
.nav-logo { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.nav-logo img { height: 38px; width: auto; }
.nav-logo-text {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 22px; letter-spacing: .1em;
    color: var(--yellow); text-shadow: var(--glow-soft-yellow);
    line-height: 1;
}
.nav-logo-sub {
    display: block;
    font-family: 'Cormorant Garamond', serif;
    font-style: italic; font-size: 11px;
    color: var(--brass-2); letter-spacing: .08em;
    text-shadow: none; text-transform: none;
}
.nav-links {
    display: flex; align-items: center; gap: 36px;
    list-style: none;
}
.nav-links a {
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px; letter-spacing: .2em; text-transform: uppercase;
    color: var(--ink-2); transition: color var(--transition);
    position: relative; padding-bottom: 2px;
}
.nav-links a::after {
    content: ""; position: absolute; bottom: -2px; left: 0; right: 0;
    height: 1px; background: var(--yellow); box-shadow: var(--glow-soft-yellow);
    transform: scaleX(0); transform-origin: left;
    transition: transform .25s ease;
}
.nav-links a:hover { color: var(--yellow); }
.nav-links a:hover::after,
.nav-links a[aria-current="page"]::after { transform: scaleX(1); }
.nav-links a[aria-current="page"] { color: var(--yellow); }
.nav-actions { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.nav-btn-call {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 10px 20px; border-radius: var(--radius-pill);
    background: var(--yellow); color: #0b0b0b;
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
    box-shadow: var(--glow-soft-yellow);
    transition: transform var(--transition), box-shadow var(--transition);
    white-space: nowrap;
}
.nav-btn-call:hover { transform: translateY(-1px); box-shadow: 0 0 28px rgba(255,210,63,.5); }
.nav-btn-call svg { width: 13px; height: 13px; flex-shrink: 0; }
.nav-btn-map {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 10px 18px; border-radius: var(--radius-pill);
    border: 1px solid var(--line-brass); color: var(--ink-2);
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px; letter-spacing: .12em; text-transform: uppercase;
    background: transparent; transition: all var(--transition); white-space: nowrap;
}
.nav-btn-map:hover { border-color: var(--brass); color: var(--brass-2); }
.nav-btn-map svg { width: 13px; height: 13px; flex-shrink: 0; }
.nav-burger {
    display: none;
    width: 42px; height: 42px; border-radius: 50%;
    background: rgba(255,255,255,.06); border: 1px solid var(--line-brass);
    align-items: center; justify-content: center;
    flex-direction: column; gap: 5px;
    transition: border-color var(--transition), background var(--transition);
}
.nav-burger:hover { border-color: var(--yellow); background: rgba(255,210,63,.06); }
.nav-burger span {
    display: block; width: 18px; height: 1.5px;
    background: var(--ink); border-radius: 2px;
    transition: transform .3s, opacity .3s, background var(--transition);
}
.nav-burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); background: var(--yellow); }
.nav-burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); background: var(--yellow); }
.nav-mobile { max-height: 0; overflow: hidden; transition: max-height .35s ease; border-top: 0 solid var(--line-brass); }
.nav-mobile.is-open { border-top-width: 1px; }
.nav-mobile-inner { padding: 20px 40px 24px; display: flex; flex-direction: column; gap: 4px; }
.nav-mobile-inner a {
    display: block; padding: 10px 0;
    font-family: 'JetBrains Mono', monospace;
    font-size: 12px; letter-spacing: .2em; text-transform: uppercase;
    color: var(--ink-2); border-bottom: 1px solid var(--line);
    transition: color var(--transition), padding-left var(--transition);
}
.nav-mobile-inner a:hover,
.nav-mobile-inner a[aria-current="page"] { color: var(--yellow); padding-left: 8px; }
.nav-mobile-inner a:last-of-type { border-bottom: none; }
.nav-mobile-actions { display: flex; gap: 10px; margin-top: 16px; flex-wrap: wrap; }

/* ── FOOTER ───────────────────────────────────────────────── */
.site-footer {
    background: var(--bg);
    border-top: 1px solid var(--line-brass);
    position: relative; overflow: hidden;
}
.site-footer::before {
    content: ""; position: absolute; inset: 0; pointer-events: none;
    background:
        radial-gradient(ellipse 50% 60% at 0% 100%, rgba(255,210,63,.06), transparent),
        radial-gradient(ellipse 50% 60% at 100% 0%,  rgba(255,62,165,.04), transparent);
}
.footer-inner { position: relative; z-index: 2; max-width: 1200px; margin: 0 auto; padding: 70px 40px 0; }
.footer-grid {
    display: grid; grid-template-columns: 1.1fr 1fr 1fr 1.2fr;
    gap: 48px; padding-bottom: 60px;
    border-bottom: 1px solid var(--line-brass);
}
.footer-label {
    display: inline-flex; align-items: center; gap: 10px;
    font-family: 'JetBrains Mono', monospace;
    font-size: 10px; letter-spacing: .25em; text-transform: uppercase;
    color: var(--brass); margin-bottom: 20px;
}
.footer-label::before {
    content: ""; width: 28px; height: 1px;
    background: linear-gradient(90deg, transparent, var(--brass));
    box-shadow: var(--glow-brass);
}
.footer-brand {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 28px; letter-spacing: .08em;
    color: var(--yellow); text-shadow: var(--glow-soft-yellow);
    margin: 0 0 14px; display: block;
}
.footer-brand-sub {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic; font-size: 16px;
    color: var(--brass-2); letter-spacing: .04em;
    text-shadow: none; margin-left: 6px;
}
.footer-legal p { font-size: 13px; color: var(--ink-2); line-height: 1.65; margin: 0 0 4px; }
.footer-legal .vat { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: var(--mute); letter-spacing: .06em; margin-top: 10px; }
.footer-contact-row {
    display: flex; align-items: center; gap: 10px;
    margin-bottom: 12px; color: var(--ink-2); font-size: 13px; line-height: 1.4;
    transition: color var(--transition);
}
.footer-contact-row:hover { color: var(--yellow); }
.footer-contact-row svg { width: 15px; height: 15px; flex-shrink: 0; color: var(--brass); }
.footer-social { display: flex; gap: 8px; margin-top: 18px; }
.footer-social-link {
    width: 34px; height: 34px; border-radius: 50%;
    border: 1px solid var(--line-brass); display: grid; place-items: center;
    color: var(--mute); transition: all var(--transition);
}
.footer-social-link:hover { border-color: var(--yellow); color: var(--yellow); box-shadow: var(--glow-soft-yellow); }
.footer-social-link svg { width: 14px; height: 14px; }
.footer-hours-row { display: flex; flex-direction: column; gap: 1px; margin-bottom: 8px; }
.footer-hours-row .day { font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: var(--brass); margin-bottom: 1px; }
.footer-hours-row .time { font-size: 13px; color: var(--ink-2); }
.footer-hours-note { font-size: 11px; color: var(--mute); margin-top: 10px; line-height: 1.5; font-style: italic; }
.footer-newsletter-sub { font-size: 13px; color: var(--ink-2); margin: 0 0 16px; line-height: 1.6; }
.footer-form { display: flex; flex-direction: column; gap: 10px; }
.footer-input {
    width: 100%; padding: 12px 16px; border-radius: var(--radius-md);
    background: rgba(255,255,255,.04); border: 1px solid var(--line-brass);
    color: var(--ink); font-family: 'Inter', sans-serif; font-size: 14px;
    outline: none; transition: border-color var(--transition), box-shadow var(--transition);
}
.footer-input:focus { border-color: rgba(255,210,63,.5); box-shadow: var(--glow-soft-yellow); }
.footer-input::placeholder { color: var(--mute); }
.footer-gdpr { display: flex; align-items: flex-start; gap: 8px; font-size: 11px; color: var(--mute); line-height: 1.5; cursor: pointer; }
.footer-gdpr input[type="checkbox"] { margin-top: 2px; flex-shrink: 0; accent-color: var(--yellow); cursor: pointer; }
.footer-gdpr a { color: var(--brass-2); border-bottom: 1px dotted var(--brass); }
.footer-gdpr a:hover { color: var(--yellow); }
.footer-submit {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    padding: 13px 24px; border-radius: var(--radius-pill);
    background: var(--yellow); color: #0b0b0b;
    font-family: 'Inter', sans-serif; font-weight: 700;
    font-size: 13px; letter-spacing: .08em; text-transform: uppercase;
    width: 100%; box-shadow: var(--glow-soft-yellow);
    transition: transform var(--transition), box-shadow var(--transition);
}
.footer-submit:hover { transform: translateY(-2px); box-shadow: 0 0 30px rgba(255,210,63,.5); }
.footer-bottom {
    position: relative; z-index: 2;
    max-width: 1200px; margin: 0 auto; padding: 20px 40px;
    display: flex; align-items: center; justify-content: space-between;
    gap: 16px; flex-wrap: wrap;
}
.footer-copy  { font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: .08em; color: var(--mute); }
.footer-legal-links {
    display: flex; align-items: center; gap: 10px;
    font-family: 'JetBrains Mono', monospace; font-size: 11px; color: var(--mute);
}
.footer-legal-links a { color: var(--mute); transition: color var(--transition); }
.footer-legal-links a:hover { color: var(--brass-2); }
.footer-credits { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: var(--mute); }
.footer-credits a { color: var(--brass-2); border-bottom: 1px dotted var(--brass); transition: color var(--transition); }
.footer-credits a:hover { color: var(--yellow); }

/* ── MODAL ────────────────────────────────────────────────── */
#signatureModal {
    position: fixed; inset: 0; z-index: 9000;
    display: flex; align-items: center; justify-content: center;
}
#signatureModal.hidden { display: none; }
.modal-backdrop {
    position: absolute; inset: 0;
    background: rgba(0,0,0,.75); backdrop-filter: blur(6px);
}
.modal-panel {
    position: relative; z-index: 1;
    width: 90%; max-width: 520px;
    border-radius: var(--radius-lg);
    background: var(--bg-2); border: 1px solid var(--line-brass);
    overflow: hidden; box-shadow: 0 40px 80px rgba(0,0,0,.7);
}
.modal-cover { position: relative; aspect-ratio: 16/9; overflow: hidden; }
.modal-cover img { width: 100%; height: 100%; object-fit: cover; }
.modal-badge {
    position: absolute; top: 14px; left: 14px;
    padding: 5px 12px; border-radius: var(--radius-pill);
    font-family: 'JetBrains Mono', monospace; font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase;
    background: var(--yellow); color: #0b0b0b;
}
.modal-theme-dessert .modal-badge { background: var(--magenta); color: #0b0b0b; }
.modal-logo { position: absolute; bottom: 14px; right: 14px; height: 36px; width: auto; }
.modal-body { padding: 24px; }
.modal-title { font-family: 'Bebas Neue', sans-serif; font-size: 26px; letter-spacing: .04em; color: var(--ink); margin-bottom: 6px; }
.modal-desc { font-size: 14px; color: var(--ink-2); line-height: 1.6; }
.modal-price { font-family: 'Bebas Neue', sans-serif; font-size: 22px; color: var(--yellow); }
.modal-theme-dessert .modal-price { color: var(--magenta); }
.modal-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 20px; }
.btn-street  { background: var(--yellow);  color: #0b0b0b; padding: 10px 20px; border-radius: var(--radius-pill); font-weight: 700; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.btn-dessert { background: var(--magenta); color: #0b0b0b; padding: 10px 20px; border-radius: var(--radius-pill); font-weight: 700; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.btn-modal-close { padding: 10px 20px; border-radius: var(--radius-pill); border: 1px solid var(--line-brass); color: var(--ink-2); font-size: 13px; letter-spacing: .05em; transition: border-color var(--transition), color var(--transition); }
.btn-modal-close:hover { border-color: var(--brass); color: var(--brass-2); }

/* ── MOBILE NEON REDUCTION ────────────────────────────────── */
/* Reduce glow bleed on touch screens — strong glows bleed into adjacent elements */
@media (max-width: 768px) {
    :root {
        --glow-yellow:        0 0 14px rgba(255,210,63,.22);
        --glow-magenta:       0 0 14px rgba(255,62,165,.20);
        --glow-soft-yellow:   0 0 10px rgba(255,210,63,.16);
        --glow-soft-magenta:  0 0 10px rgba(255,62,165,.16);
    }
}
/* Disable translate hover on touch devices (hover state sticks on tap) */
@media (hover: none) {
    .btn-primary:hover,
    .btn-magenta:hover,
    .btn-ghost:hover,
    .footer-submit:hover,
    .nav-btn-call:hover {
        transform: none;
    }
}

/* ── NAV RESPONSIVE ───────────────────────────────────────── */
@media (max-width: 1024px) {
    .nav-links  { display: none; }
    .nav-actions { display: none; }
    .nav-burger { display: flex; }

   .nav-mobile-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 20px;
    width: 100%;
}

.nav-mobile-actions .nav-btn-call,
.nav-mobile-actions .nav-btn-map {
    flex: 1;
    min-width: 0;
    justify-content: flex-start;
padding-left: 18px;
}

    .nav-mobile-inner a {
        font-size: 12px;
        font-weight: 500;
        letter-spacing: .22em;
        padding: 11px 0;
    }
}

@media (max-width: 600px) {
    .nav-inner {
        padding: 0 20px;
    }

    .nav-mobile-inner {
        padding: 16px 20px 20px;
    }
}

/* ── FOOTER RESPONSIVE ────────────────────────────────────── */
@media (max-width: 980px) {
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
    .footer-inner { padding: 50px 24px 0; }
    .footer-bottom { padding: 20px 24px; flex-direction: column; text-align: center; }
}
@media (max-width: 600px) {
    .footer-grid { grid-template-columns: 1fr; }
}
.nav-btn-call {
    color: #111 !important;
    text-shadow: none !important;
}