:root {
    --ink: #111113;
    --paper: #f5f2eb;
    --paper-2: #ebe5d9;
    --orange: #f05a32;
    --orange-light: #ff845f;
    --muted: #6b6760;
    --line: rgba(17, 17, 19, .14);
    --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, sans-serif; font-size: 16px; line-height: 1.55; }
a { color: inherit; }
img { max-width: 100%; display: block; }
button, input, textarea { font: inherit; }
.skip-link { position: fixed; top: .75rem; left: .75rem; z-index: 100; padding: .65rem 1rem; background: white; transform: translateY(-180%); }
.skip-link:focus { transform: none; }
.section-shell { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.eyebrow { margin: 0 0 .65rem; color: var(--orange); font: 700 .86rem/1 Inter, sans-serif; letter-spacing: .19em; text-transform: uppercase; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 20; min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 12px max(24px, calc((100vw - var(--max)) / 2)); color: white; background: rgba(10, 10, 11, .88); border-bottom: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand img { width: 66px; height: 66px; object-fit: contain; }
.language-switcher { display: flex; align-items: center; gap: .35rem; margin-left: auto; }
.language-switcher a { min-width: 34px; padding: .35rem .45rem; color: #d8d4cf; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; text-align: center; text-decoration: none; font-size: .72rem; font-weight: 700; letter-spacing: .04em; }
.language-switcher a:hover, .language-switcher a:focus-visible, .language-switcher a[aria-current="page"] { color: white; border-color: var(--orange); background: var(--orange); }
.main-nav { display: flex; align-items: center; gap: 1.65rem; }
.main-nav a { position: relative; text-decoration: none; font-weight: 600; font-size: .92rem; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.5rem; height: 2px; background: var(--orange); transition: right .2s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.nav-toggle { display: none; color: white; background: none; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; padding: .45rem .9rem; }

.hero { min-height: 760px; display: grid; grid-template-columns: minmax(0, .9fr) minmax(480px, 1.1fr); align-items: center; overflow: hidden; padding: 130px max(24px, calc((100vw - var(--max)) / 2)) 64px; color: white; background: radial-gradient(circle at 78% 50%, rgba(240,90,50,.22), transparent 33%), linear-gradient(135deg, #070708 0%, #151317 58%, #080808 100%); }
.hero-copy { position: relative; z-index: 2; }
.hero h1 { max-width: 700px; margin: 0; font: 600 clamp(4.5rem, 7.4vw, 7.8rem)/.82 "Barlow Condensed", sans-serif; letter-spacing: -.025em; text-transform: uppercase; }
.hero h1 em { color: var(--orange); font-style: normal; }
.hero-lead { max-width: 540px; margin: 2rem 0 0; color: #d8d4cf; font-size: 1.12rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: .75rem 1.25rem; border: 1px solid transparent; border-radius: 2px; text-decoration: none; font-weight: 700; cursor: pointer; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--orange); }
.button-primary:hover { background: #d94723; }
.button-ghost { color: white; border-color: rgba(255,255,255,.38); background: transparent; }
.address { display: inline-block; margin-top: 1.75rem; color: #aaa6a1; text-underline-offset: .3rem; }
.hero-art { position: relative; align-self: stretch; display: grid; align-items: center; width: min(780px, 58vw); margin-right: min(-10vw, -80px); }
.hero-art::before { content: ""; position: absolute; width: 68%; aspect-ratio: 1; left: 18%; top: 50%; transform: translateY(-50%); border: 1px solid rgba(240,90,50,.28); border-radius: 50%; box-shadow: 0 0 80px rgba(240,90,50,.12); }
.hero-art img { position: relative; z-index: 1; width: 100%; mix-blend-mode: screen; filter: contrast(1.12) saturate(.35); }
.ember { position: absolute; z-index: 2; width: 6px; height: 6px; border-radius: 50%; background: var(--orange-light); box-shadow: 0 0 18px 7px rgba(240,90,50,.35); animation: drift 5s ease-in-out infinite; }
.ember-one { left: 18%; top: 26%; }.ember-two { right: 18%; top: 38%; animation-delay: -1.7s; }.ember-three { right: 27%; bottom: 25%; animation-delay: -3s; }
@keyframes drift { 50% { transform: translate(12px,-28px) scale(.6); opacity: .45; } }

.menu-section { padding-block: 110px; }
.section-heading { display: grid; grid-template-columns: 1fr auto; align-items: end; column-gap: 2rem; margin-bottom: 2.6rem; }
.section-heading .eyebrow { grid-column: 1/-1; }
.section-heading h2, .contact-copy h2 { margin: 0; font: 600 clamp(3.7rem, 7vw, 6.7rem)/.85 "Barlow Condensed", sans-serif; letter-spacing: -.02em; text-transform: uppercase; }
.section-heading > p:last-child { max-width: 330px; margin: 0; color: var(--muted); text-align: right; }
.category-nav { position: sticky; top: 78px; z-index: 10; display: flex; gap: .5rem; overflow-x: auto; padding: 1rem 0; margin-bottom: 2rem; background: rgba(245,242,235,.95); scrollbar-width: thin; backdrop-filter: blur(10px); }
.category-nav a { flex: 0 0 auto; padding: .55rem .9rem; border: 1px solid var(--line); border-radius: 999px; color: #45413d; text-decoration: none; font-size: .88rem; font-weight: 600; }
.category-nav a:hover, .category-nav a:focus-visible { color: white; border-color: var(--orange); background: var(--orange); }
.menu-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: start; }
.menu-card { scroll-margin-top: 150px; padding: clamp(24px, 3vw, 40px); border: 1px solid var(--line); background: rgba(255,255,255,.42); }
.menu-card h3 { margin: 0 0 1.5rem; padding-bottom: .75rem; border-bottom: 2px solid var(--ink); font: 600 2rem/1 "Barlow Condensed", sans-serif; letter-spacing: .06em; text-transform: uppercase; }
.menu-items { display: grid; gap: 1.15rem; }
.menu-item { display: grid; grid-template-columns: 1fr auto; gap: 1rem; align-items: start; }
.item-main h4 { margin: 0; font: 600 1.2rem/1.08 "Barlow Condensed", sans-serif; letter-spacing: .035em; text-transform: uppercase; }
.item-main h4 small { margin-left: .5rem; color: var(--orange); font: 700 .64rem/1 Inter, sans-serif; letter-spacing: .04em; }
.item-main p { margin: .3rem 0 0; color: var(--muted); font-size: .88rem; line-height: 1.45; }
.price { white-space: nowrap; font: 600 1rem/1.25 Inter, sans-serif; }
.pizza-card, .extras-card { margin-top: 24px; }
.pizza-heading { display: grid; grid-template-columns: 1fr 180px; align-items: end; border-bottom: 2px solid var(--ink); margin-bottom: 1.5rem; }
.pizza-heading h3 { border: 0; margin: 0; }
.pizza-heading div { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; padding-bottom: .8rem; color: var(--muted); font-size: .78rem; font-weight: 700; text-align: right; text-transform: uppercase; }
.pizza-item { grid-template-columns: 1fr 76px 88px; }
.extras-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .7rem 2rem; }
.extras-grid div { display: flex; justify-content: space-between; gap: 1rem; padding-bottom: .5rem; border-bottom: 1px dotted #b7b0a5; }

.allergens { display: grid; grid-template-columns: 250px 1fr; gap: 5rem; align-items: center; padding-block: 72px; }
.allergen-title-wrap span { color: var(--orange); font-weight: 800; letter-spacing: .18em; }
.allergen-title-wrap h2 { margin: .2rem 0 0; font: 600 3.5rem/.9 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.allergens p { margin: 0; color: var(--muted); line-height: 1.85; }
.allergens strong { color: var(--ink); }

.contact-section { padding-block: 110px; color: white; background: #171519; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 8vw, 110px); }
.contact-copy > p:not(.eyebrow) { max-width: 440px; color: #bcb6b0; }
.contact-details { display: grid; gap: 1.2rem; margin-top: 3rem; }
.contact-details a, .contact-details > div { display: grid; grid-template-columns: 85px 1fr; text-decoration: none; }
.contact-details span { color: #89837e; font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; }
.contact-details strong { font-size: .96rem; font-weight: 600; }
.contact-form { padding: clamp(24px, 4vw, 42px); color: var(--ink); background: var(--paper); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.contact-form label { display: block; margin-bottom: 1rem; font-weight: 700; font-size: .86rem; }
.contact-form label span { color: var(--muted); font-weight: 400; }
.contact-form input, .contact-form textarea { width: 100%; margin-top: .45rem; padding: .8rem .9rem; border: 1px solid #c9c1b5; border-radius: 0; color: var(--ink); background: white; }
.contact-form input:focus, .contact-form textarea:focus { outline: 2px solid var(--orange); outline-offset: 1px; border-color: transparent; }
.contact-form textarea { resize: vertical; }
.contact-form .captcha-field { max-width: 270px; margin-top: .25rem; padding: .85rem 1rem; border-left: 3px solid var(--orange); background: var(--paper-2); }
.contact-form .captcha-field input { margin-bottom: 0; background: white; }
.contact-form .button { width: 100%; border: 0; }
.form-note { margin: .7rem 0 0; color: var(--muted); font-size: .75rem; text-align: center; }
.form-message { margin-bottom: 1rem; padding: .85rem 1rem; border-left: 4px solid; font-size: .88rem; }
.form-message.success { color: #174a2a; border-color: #2f8a51; background: #dff4e6; }
.form-message.error { color: #7c261c; border-color: #d44331; background: #f9e1dc; }
.form-message ul { margin: .4rem 0 0; padding-left: 1.2rem; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.site-footer { color: #aaa6a1; background: #09090a; }
.site-footer .section-shell { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.site-footer p { margin: 0; font-size: .82rem; }
.site-footer .site-credit { margin-top: .3rem; color: #78736e; }
.site-footer .site-credit a { color: #b7b1ab; font-weight: 600; text-underline-offset: .2rem; }
.site-footer a { color: white; text-underline-offset: .3rem; }
.footer-actions { display: flex; align-items: center; gap: 1.3rem; }
.cookie-settings { padding: 0; color: #aaa6a1; border: 0; border-bottom: 1px solid currentColor; background: transparent; font-size: .78rem; cursor: pointer; }
.cookie-settings:hover, .cookie-settings:focus-visible { color: white; }

.main-nav a[aria-current="page"] { color: var(--orange-light); }
.special-page { min-height: calc(100vh - 84px); background: var(--paper); }
.special-hero { overflow: hidden; padding: 150px 0 72px; color: white; background: radial-gradient(circle at 75% 40%, rgba(240,90,50,.2), transparent 30%), #0b0b0d; }
.special-hero-grid { min-height: 480px; display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; }
.special-hero h1 { margin: 0; font: 600 clamp(5rem, 9vw, 9rem)/.78 "Barlow Condensed", sans-serif; letter-spacing: -.025em; text-transform: uppercase; }
.special-hero h1 em { color: var(--orange); font-style: normal; }
.special-hero p:not(.eyebrow) { max-width: 420px; margin-top: 1.8rem; color: #c8c2bc; font-size: 1.05rem; }
.special-hero img { width: 120%; max-width: none; margin-left: -4%; mix-blend-mode: screen; filter: contrast(1.12) saturate(.35); }
.special-content { padding-block: 100px; }
.special-offers-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.special-offer-card { display: grid; grid-template-columns: 1fr auto; gap: 1.5rem; padding: 32px; border: 1px solid var(--line); background: rgba(255,255,255,.45); }
.special-offer-card h3 { margin: 0; font: 600 1.7rem/1 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.special-offer-card p { margin: .7rem 0 0; color: var(--muted); }
.special-offer-card strong { color: var(--orange); font-size: 1.15rem; white-space: nowrap; }
.special-empty { display: grid; grid-template-columns: 180px 1fr; gap: clamp(2rem, 6vw, 6rem); align-items: center; padding: clamp(35px, 6vw, 72px); border: 1px solid var(--line); background: var(--paper-2); }
.special-empty-number { color: transparent; -webkit-text-stroke: 1px rgba(17,17,19,.28); font: 600 9rem/.7 "Barlow Condensed", sans-serif; }
.special-empty h3 { margin: 0; font: 600 clamp(2.4rem, 4vw, 4rem)/.9 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.special-empty p { max-width: 520px; margin: 1rem 0 1.7rem; color: var(--muted); }
.back-to-menu { display: inline-block; margin-top: 2rem; color: var(--muted); font-weight: 600; text-underline-offset: .3rem; }

.admin-body { min-height: 100vh; background: #111113; }
.admin-header { min-height: 86px; display: flex; align-items: center; justify-content: space-between; padding: 10px max(20px, calc((100vw - 1120px) / 2)); color: white; border-bottom: 1px solid rgba(255,255,255,.13); }
.admin-header .brand img { width: 66px; height: 66px; }
.admin-header > a:last-child { color: #ccc6c0; font-size: .88rem; text-underline-offset: .3rem; }
.admin-shell { width: min(1120px, calc(100% - 36px)); margin-inline: auto; padding-block: 70px 110px; }
.admin-auth { width: min(540px, 100%); margin-inline: auto; padding: clamp(28px, 5vw, 50px); color: var(--ink); background: var(--paper); }
.admin-auth h1, .admin-editor h1 { margin: 0; font: 600 clamp(3.2rem, 6vw, 5.5rem)/.85 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.admin-auth > p:not(.eyebrow) { color: var(--muted); }
.admin-auth label { display: block; margin: 1rem 0; font-weight: 700; font-size: .86rem; }
.admin-auth input { width: 100%; margin-top: .45rem; padding: .85rem; border: 1px solid #c9c1b5; background: white; }
.admin-auth .button { width: 100%; margin-top: .5rem; border: 0; }
.admin-editor { color: white; }
.admin-title-row { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 1rem; }
.admin-logout { padding: .5rem 0; color: #bbb5af; border: 0; border-bottom: 1px solid currentColor; background: none; cursor: pointer; }
.admin-intro { margin: 0 0 2rem; color: #aaa49e; }
.offer-rows { display: grid; gap: 14px; }
.offer-edit-row { display: grid; grid-template-columns: 48px minmax(0, 1fr) 140px auto; gap: 14px; align-items: end; padding: 18px; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.045); }
.offer-language-fields { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.offer-language-fields fieldset { min-width: 0; margin: 0; padding: 12px; border: 1px solid rgba(255,255,255,.12); }
.offer-language-fields legend { padding-inline: .4rem; color: var(--orange-light); font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.offer-language-fields label + label { display: block; margin-top: .7rem; }
.offer-edit-row label { color: #bdb7b1; font-size: .76rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.offer-edit-row input, .offer-edit-row textarea { width: 100%; margin-top: .4rem; padding: .72rem; border: 1px solid rgba(255,255,255,.22); color: white; background: #1b191d; }
.offer-edit-row textarea { resize: vertical; }
.offer-edit-row input:focus, .offer-edit-row textarea:focus { outline: 2px solid var(--orange); outline-offset: 1px; border-color: transparent; }
.drag-number { align-self: center; color: var(--orange); font: 600 1.5rem/1 "Barlow Condensed", sans-serif; }
.row-actions { display: flex; gap: .4rem; padding-bottom: .12rem; }
.row-actions button { min-width: 36px; height: 40px; color: #d0cac5; border: 1px solid rgba(255,255,255,.2); background: transparent; cursor: pointer; }
.row-actions button:last-child { padding-inline: .7rem; color: #ff9b80; }
.admin-form-actions { display: flex; justify-content: space-between; gap: 1rem; margin-top: 1.5rem; }
.admin-add { color: white; border-color: rgba(255,255,255,.26); background: transparent; }
.admin-form-actions .button-primary { border: 0; }

.cookie-banner { position: fixed; z-index: 50; right: 22px; bottom: 22px; width: min(620px, calc(100% - 44px)); display: grid; grid-template-columns: auto 1fr; gap: .9rem 1rem; padding: 22px; color: white; border: 1px solid rgba(255,255,255,.18); background: rgba(17,17,19,.97); box-shadow: 0 18px 70px rgba(0,0,0,.38); backdrop-filter: blur(16px); }
.cookie-banner[hidden] { display: none; }
.cookie-icon { width: 38px; height: 38px; display: grid; place-items: center; color: var(--orange); border: 1px solid rgba(240,90,50,.55); border-radius: 50%; font-size: .8rem; }
.cookie-copy h2 { margin: 0; font: 600 1.7rem/1 "Barlow Condensed", sans-serif; letter-spacing: .05em; text-transform: uppercase; }
.cookie-copy p { margin: .45rem 0 0; color: #c8c2bc; font-size: .84rem; line-height: 1.5; }
.cookie-actions { grid-column: 2; display: flex; justify-content: flex-end; gap: .7rem; }
.cookie-actions .button { min-height: 42px; padding: .55rem .95rem; font-size: .83rem; }
.button-cookie-secondary { color: white; border-color: rgba(255,255,255,.28); background: transparent; }
.button-cookie-secondary:hover { border-color: white; background: rgba(255,255,255,.08); }

@media (max-width: 900px) {
    .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 150px; }
    .hero-art { width: min(700px, 110vw); min-height: 350px; margin: -20px -25vw -40px auto; }
    .menu-grid { grid-template-columns: 1fr; }
    .extras-grid { grid-template-columns: repeat(2, 1fr); }
    .allergens, .contact-grid { grid-template-columns: 1fr; gap: 2.5rem; }
    .special-hero-grid { grid-template-columns: 1fr; }
    .special-hero img { width: 105%; margin: -20px 0 -70px; }
    .offer-language-fields { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
    .section-shell { width: min(100% - 28px, var(--max)); }
    .site-header { min-height: 70px; padding-inline: 16px; }
    .site-header { gap: .65rem; }
    .brand img { width: 58px; height: 58px; }
    .language-switcher { gap: .2rem; }
    .language-switcher a { min-width: 29px; padding: .28rem .32rem; font-size: .66rem; }
    .nav-toggle { display: block; }
    .main-nav { position: absolute; inset: 70px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 8px 18px 18px; background: #0c0c0e; }
    .main-nav.open { display: flex; }
    .main-nav a { padding: .85rem; border-bottom: 1px solid rgba(255,255,255,.1); }
    .hero { padding: 130px 18px 28px; }
    .hero h1 { font-size: clamp(4rem, 22vw, 6.2rem); }
    .hero-lead { font-size: 1rem; }
    .hero-actions { display: grid; }
    .hero-art { width: 135vw; min-height: 280px; margin: -10px -45vw -30px -5vw; }
    .menu-section, .contact-section { padding-block: 76px; }
    .section-heading { display: block; }
    .section-heading > p:last-child { margin-top: 1rem; text-align: left; }
    .section-heading h2, .contact-copy h2 { font-size: 4.3rem; }
    .category-nav { top: 70px; margin-inline: -14px; padding-inline: 14px; }
    .menu-card { padding: 24px 18px; }
    .menu-item { gap: .65rem; }
    .item-main h4 { font-size: 1.12rem; }
    .item-main h4 small { display: block; margin: .35rem 0 0; }
    .pizza-heading { grid-template-columns: 1fr 132px; }
    .pizza-item { grid-template-columns: 1fr 60px 66px; }
    .pizza-item .price { font-size: .88rem; }
    .extras-grid, .field-row { grid-template-columns: 1fr; }
    .allergens { padding-block: 55px; }
    .contact-details a, .contact-details > div { grid-template-columns: 1fr; gap: .2rem; }
    .site-footer .section-shell { align-items: flex-start; flex-direction: column; justify-content: center; }
    .footer-actions { width: 100%; justify-content: space-between; }
    .cookie-banner { right: 12px; bottom: 12px; width: calc(100% - 24px); grid-template-columns: 1fr; padding: 18px; }
    .cookie-icon { display: none; }
    .cookie-actions { grid-column: 1; display: grid; grid-template-columns: 1fr 1fr; }
    .special-hero { padding: 130px 0 45px; }
    .special-hero-grid { min-height: 520px; }
    .special-hero h1 { font-size: clamp(4.8rem, 23vw, 7rem); }
    .special-hero img { width: 145%; margin: -10px -30% -55px; }
    .special-content { padding-block: 70px; }
    .special-offers-grid { grid-template-columns: 1fr; }
    .special-empty { grid-template-columns: 1fr; }
    .special-empty-number { font-size: 6rem; }
    .admin-shell { width: min(100% - 24px, 1120px); padding-block: 45px 80px; }
    .admin-title-row { align-items: flex-start; }
    .offer-edit-row { grid-template-columns: 36px 1fr; }
    .offer-edit-row > label, .offer-edit-row .offer-language-fields, .offer-edit-row .row-actions { grid-column: 2; }
    .drag-number { grid-row: 1 / span 4; align-self: start; margin-top: .5rem; }
    .admin-form-actions { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation: none !important; transition: none !important; }
}
