:root {
    --ink: #1d1714;
    --cream: #f5f0e7;
    --paper: #fffdf8;
    --orange: #e65f16;
    --orange-dark: #c9470c;
    --muted: #746b64;
    --line: #dcd2c4;
    --green: #4d8a38;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }

.announcement {
    min-height: 34px; padding: 7px 5vw; background: var(--orange); color: white;
    display: flex; justify-content: space-between; align-items: center;
    font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
}
.announcement span { display: flex; gap: 9px; align-items: center; }
.announcement i { width: 6px; height: 6px; border-radius: 50%; background: #b8f66c; box-shadow: 0 0 0 4px #ffffff20; }
.announcement.closed i { background: #ffd0bf; }
.site-header {
    height: 86px; padding: 0 5vw; background: var(--paper); display: grid;
    grid-template-columns: 1fr auto 1fr; align-items: center; gap: 36px; position: relative; z-index: 20;
    border-bottom: 1px solid #eee8df;
}
.brand { display: flex; align-items: center; gap: 12px; width: max-content; }
.brand-logo { width: 58px; height: 58px; flex: 0 0 auto; border-radius: 50%; object-fit: contain; background: #fff; }
.brand-mark {
    width: 46px; height: 46px; border-radius: 50%; background: var(--ink); color: var(--orange);
    display: grid; place-items: center; font-family: Georgia, serif; font-size: 18px; font-weight: 900;
    border: 2px solid var(--orange);
}
.brand strong { display: block; font-family: Georgia, serif; font-size: 19px; letter-spacing: .05em; }
.brand small { display: block; margin-top: 2px; color: var(--muted); font-size: 8px; letter-spacing: .16em; text-transform: uppercase; }
.site-header nav { display: flex; gap: 34px; font-size: 13px; font-weight: 700; }
.site-header nav a { position: relative; }
.site-header nav a::after { content: ""; position: absolute; height: 2px; left: 0; right: 100%; bottom: -8px; background: var(--orange); transition: .25s; }
.site-header nav a:hover::after { right: 0; }
.button {
    min-height: 52px; padding: 0 25px; background: var(--orange); color: white; border: 0;
    display: inline-flex; align-items: center; justify-content: center; gap: 24px;
    font-size: 11px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase;
    transition: transform .2s, background .2s;
}
.button:hover { transform: translateY(-2px); background: var(--orange-dark); }
.button:disabled {
    cursor: not-allowed;
    opacity: 1;
    background: #c9c1b8;
    color: #6f6862;
    transform: none;
}
.button-small { min-height: 43px; padding: 0 18px; justify-self: end; }
.eyebrow { margin: 0 0 22px; font-size: 10px; font-weight: 900; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow span { display: flex; gap: 12px; align-items: center; }
.eyebrow span::before { content: ""; width: 34px; height: 2px; background: var(--orange); }
.eyebrow-dark { color: var(--orange); }

.hero { min-height: 690px; position: relative; overflow: hidden; background: #17110e; color: white; display: flex; align-items: center; }
.hero-image { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, #140e0cf5 0%, #17100ed9 34%, #17100e4f 65%, transparent 100%); }
.hero-content { width: min(690px, 90vw); margin-left: 8vw; position: relative; z-index: 1; padding: 70px 0 95px; }
.hero h1, h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.045em; line-height: .99; }
.hero h1 { font-size: clamp(52px, 6.2vw, 91px); }
.hero h1 em, .shop-intro h1 em { color: var(--orange); font-weight: 500; }
.hero-content > p:not(.eyebrow) { max-width: 550px; margin: 28px 0; color: #ded5cf; line-height: 1.75; font-size: 15px; }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 34px; }
.text-link { color: white; font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; border-bottom: 1px solid #ffffff50; padding-bottom: 6px; }
.lieferando-link {
    width: max-content; margin-top: 18px; display: flex; align-items: center; gap: 9px;
    color: #cfc3bb; font-size: 10px; font-weight: 700; letter-spacing: .03em;
    transition: color .2s;
}
.lieferando-link > span {
    width: 22px; height: 22px; display: grid; place-items: center; border-radius: 5px;
    background: white; color: #f36805; font-size: 12px; font-weight: 900;
}
.lieferando-link b { color: white; font-size: 13px; }
.lieferando-link:hover { color: white; }
.hero-rating { margin-top: 48px; padding-top: 20px; width: max-content; border-top: 1px solid #ffffff25; display: flex; gap: 17px; align-items: center; color: #cfc3bb; }
.hero-rating span { color: #ffae32; font-size: 18px; letter-spacing: 3px; }
.hero-rating strong { font-size: 12px; }
.hero-info {
    position: absolute; right: 5vw; bottom: 0; z-index: 2; min-width: 355px; padding: 22px 24px;
    background: var(--paper); color: var(--ink); display: flex; align-items: center; gap: 15px;
}
.hero-info div { flex: 1; }
.hero-info small { display: block; color: var(--muted); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.hero-info strong { display: block; margin-top: 5px; font-family: Georgia, serif; font-size: 15px; }
.hero-info > a { width: 34px; height: 34px; display: grid; place-items: center; background: var(--ink); color: white; }
.quick-facts { display: grid; grid-template-columns: repeat(3, 1fr); padding: 0 7vw; background: var(--cream); border-bottom: 1px solid var(--line); }
.quick-facts > div { padding: 34px 5vw; display: flex; gap: 18px; align-items: center; border-right: 1px solid var(--line); }
.quick-facts > div:last-child { border: 0; }
.quick-facts > div > span { color: var(--orange); font-family: Georgia, serif; font-size: 22px; font-style: italic; }
.quick-facts p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.quick-facts strong { display: block; color: var(--ink); font-size: 12px; letter-spacing: .05em; text-transform: uppercase; }
.section { padding: 110px 8vw; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 55px; }
.section-heading h2, .story h2, .location h2 { font-size: clamp(45px, 5vw, 72px); }
.section-heading > p { max-width: 460px; margin: 0 0 5px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.product-preview-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.product-preview-grid article {
    min-width: 0; overflow: hidden; background: var(--cream); display: flex; flex-direction: column;
    box-shadow: 0 16px 45px rgba(45, 30, 19, .06);
}
.product-preview-media { height: 220px; position: relative; overflow: hidden; background: var(--ink); }
.product-preview-media img { height: 100%; object-fit: cover; transition: transform .45s ease; }
.product-preview-grid article:hover .product-preview-media img { transform: scale(1.035); }
.product-preview-media.without-image { display: grid; place-items: center; background: linear-gradient(135deg, #2b211c, #15100d); }
.product-preview-monogram { color: #ffffff16; font-family: Georgia, serif; font-size: 110px; line-height: 1; }
.product-preview-badge {
    position: absolute; left: 18px; top: 18px; padding: 8px 10px; background: rgba(255, 253, 248, .94);
    color: var(--orange); font-size: 8px; font-weight: 900; text-transform: uppercase; letter-spacing: .13em;
}
.product-preview-content { min-height: 210px; padding: 25px 27px 27px; display: flex; flex-direction: column; }
.product-preview-grid h3 { margin: 0 0 10px; font-family: Georgia, serif; font-size: 30px; font-weight: 500; }
.product-preview-grid p { margin: 0 0 28px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.product-preview-content > div { margin-top: auto; display: flex; justify-content: space-between; align-items: center; }
.product-preview-content > div a {
    width: 40px; height: 40px; display: grid; place-items: center; background: var(--ink); color: white;
    font-size: 22px; transition: background .2s;
}
.product-preview-content > div a:hover { background: var(--orange); }
.center-link { display: flex; width: max-content; gap: 20px; margin: 42px auto 0; padding-bottom: 7px; border-bottom: 1px solid var(--ink); font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.story { background: var(--cream); display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; align-items: center; }
.story-image { min-height: 540px; position: relative; }
.story-image img { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.story-image > span { position: absolute; left: -25px; bottom: 35px; padding: 18px 22px; background: var(--orange); color: white; font-family: Georgia, serif; font-size: 17px; line-height: 1.25; }
.story > div > p:not(.eyebrow) { color: var(--muted); line-height: 1.85; font-size: 14px; margin: 28px 0; }
.story blockquote { margin: 0; padding-left: 22px; border-left: 2px solid var(--orange); font-family: Georgia, serif; font-size: 19px; font-style: italic; line-height: 1.5; }
.reviews { padding-top: 135px; padding-bottom: 135px; background: var(--ink); color: white; scroll-margin-top: 30px; }
.reviews-intro { display: flex; justify-content: space-between; align-items: flex-end; gap: 60px; margin-bottom: 72px; }
.reviews h2 { font-size: clamp(52px, 6vw, 86px); }
.google-score { display: flex; align-items: center; gap: 28px; padding: 29px 35px; border: 1px solid #ffffff20; }
.google-score > strong { font-family: Georgia, serif; font-size: 78px; font-weight: 500; line-height: 1; }
.review-stars { display: block; color: #ffb32d; letter-spacing: 4px; font-size: 23px; }
.google-score p { margin: 9px 0 0; color: #bdb3ad; font-size: 13px; }
.google-score p b { color: white; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.review-grid article { min-height: 330px; padding: 38px; display: flex; flex-direction: column; background: #29211d; border: 1px solid #ffffff12; }
.review-grid blockquote { margin: 44px 0; font-family: Georgia, serif; font-size: 27px; line-height: 1.45; }
.review-grid footer { min-height: auto; margin-top: auto; padding: 21px 0 0; display: flex; align-items: center; justify-content: space-between; gap: 14px; background: transparent; border-top: 1px solid #ffffff18; }
.review-grid footer strong { font-size: 13px; }
.review-grid footer span { color: #948982; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.google-review-link { width: max-content; margin: 48px auto 0; padding-bottom: 9px; display: flex; gap: 21px; border-bottom: 1px solid #ffffff60; font-size: 12px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.operations { background: var(--cream); scroll-margin-top: 30px; }
.operations-heading h2 { font-size: clamp(45px, 5vw, 72px); }
.operations-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; align-items: start; }
.schedule-card, .contact-card {
    min-width: 0; overflow: hidden; background: var(--paper); border: 0;
    box-shadow: 0 22px 65px rgba(52, 35, 23, .09);
}
.schedule-card { position: relative; display: flex; flex-direction: column; }
.schedule-card::before { content: ""; position: absolute; z-index: 1; inset: 0 0 auto; height: 5px; background: var(--orange); }
.schedule-card-restaurant::before { background: var(--ink); }
.schedule-card header {
    min-height: 122px; padding: 31px 32px 25px; display: flex;
    justify-content: space-between; align-items: center; gap: 22px; border-bottom: 1px solid var(--line);
}
.schedule-card header > div { display: flex; align-items: center; gap: 13px; }
.schedule-icon {
    width: 52px; height: 52px; flex: 0 0 auto; border-radius: 50%; display: grid; place-items: center;
    background: var(--orange); color: white; font-family: Georgia, serif; font-size: 24px;
}
.schedule-card-restaurant .schedule-icon { background: var(--ink); }
.schedule-card header small { color: var(--muted); font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.schedule-card h3, .contact-card h3 { margin: 4px 0 0; font-family: Georgia, serif; font-size: 31px; font-weight: 500; }
.opening-status {
    max-width: 155px; padding: 9px 12px; border-radius: 99px; background: #eee8df; color: var(--muted);
    font-size: 9px; font-weight: 800; line-height: 1.25; text-align: center;
}
.opening-status.is-open { background: #e5f3de; color: #326222; }
.schedule-card ul { margin: 0; padding: 10px 32px 8px; list-style: none; }
.schedule-card li {
    min-height: 53px; padding: 15px 0; display: flex; justify-content: space-between; align-items: center;
    gap: 20px; border-bottom: 1px solid var(--line); font-size: 12px;
}
.schedule-card li span { color: var(--muted); }
.schedule-card li strong { font-size: 11px; text-align: right; }
.schedule-card li.today {
    margin: 7px -14px; padding: 15px 14px; background: var(--ink); color: white;
    border-bottom-color: transparent;
}
.schedule-card li.today span, .schedule-card li.today strong { color: white; }
.schedule-card li.today span::after {
    content: "Heute"; margin-left: 9px; color: #ff9a62; font-size: 7px;
    font-weight: 900; letter-spacing: .11em; text-transform: uppercase;
}
.schedule-card .button, .schedule-card > .contact-link {
    width: calc(100% - 64px); min-height: 54px; margin: 18px 32px 32px;
}
.schedule-card > .contact-link {
    display: flex; align-items: center; justify-content: center; padding: 16px;
    background: var(--ink); color: white; border: 0; text-align: center;
}
.contact-card {
    grid-column: 1 / -1; min-height: 390px; display: grid;
    grid-template-columns: minmax(330px, .8fr) minmax(0, 1.2fr);
}
.contact-details {
    position: relative; padding: 46px 50px; overflow: hidden; background: var(--ink); color: white;
}
.contact-details::after {
    content: "09120"; position: absolute; right: -10px; bottom: -24px; color: rgba(255, 255, 255, .035);
    font-family: Georgia, serif; font-size: clamp(84px, 9vw, 145px); line-height: 1;
}
.contact-details .kicker { position: relative; z-index: 1; color: #ff8a4c; }
.contact-details h3 { position: relative; z-index: 1; max-width: 430px; margin-bottom: 22px; font-size: 38px; line-height: 1.08; }
.contact-details > a { position: relative; z-index: 1; padding: 16px 0; display: block; border-bottom: 1px solid rgba(255, 255, 255, .14); }
.contact-details > a:last-child { border-bottom: 0; }
.contact-details > a span { display: block; margin-bottom: 6px; color: #9f938c; font-size: 8px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.contact-details > a strong { color: white; font-size: 14px; line-height: 1.45; overflow-wrap: anywhere; }
.contact-card iframe { width: 100%; height: 100%; min-height: 390px; border: 0; }
.contact-link { display: inline-block; padding-bottom: 5px; border-bottom: 1px solid var(--line); font-size: 12px; font-weight: 800; }
.hours { padding: 38px; background: var(--cream); }
.hours h3 { margin: 0; padding-bottom: 20px; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; font-family: Georgia, serif; font-size: 21px; font-weight: 500; }
.hours h3 i { width: 8px; height: 8px; border-radius: 50%; background: var(--green); }
.hours ul { list-style: none; padding: 8px 0; margin: 0 0 22px; }
.hours li { display: flex; justify-content: space-between; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 12px; }
.hours li span { color: var(--muted); }
.hours .button { width: 100%; }

/* Shop */
.shop-page { background: var(--cream); min-height: 100vh; }
.shop-intro {
    min-height: 330px; padding: 65px 6vw; background: var(--ink); color: white;
    display: grid; grid-template-columns: 1fr minmax(320px, 460px); gap: 8vw; align-items: center;
}
.shop-intro h1 { margin: 0; font-family: Georgia, serif; font-size: clamp(52px, 6vw, 82px); line-height: .96; font-weight: 500; letter-spacing: -.045em; }
.delivery-check { padding: 28px; background: #2a211d; border: 1px solid #ffffff17; }
.delivery-check .shop-availability { margin: -4px 0 20px; padding: 10px 12px; display: flex; align-items: center; gap: 10px; background: #3a2e28; color: #c8bdb7; }
.shop-availability i { width: 8px; height: 8px; flex: 0 0 auto; border-radius: 50%; background: #d57c60; }
.shop-availability.is-open i { background: #8fcf72; }
.shop-availability span { font-size: 10px; line-height: 1.4; }
.shop-availability strong { margin-right: 6px; color: white; text-transform: uppercase; letter-spacing: .08em; }
.delivery-check label { display: block; margin-bottom: 12px; font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.delivery-check > div { display: flex; }
.delivery-check input { width: 100%; height: 51px; padding: 0 16px; border: 0; background: white; font-size: 18px; letter-spacing: .1em; outline: none; }
.delivery-check button { border: 0; padding: 0 22px; background: var(--orange); color: white; font-size: 10px; font-weight: 900; text-transform: uppercase; }
.delivery-check p { min-height: 30px; margin: 13px 0 0; color: #bfb4ae; font-size: 11px; line-height: 1.5; }
.delivery-check p.status-success { color: #b9e5a9; }
.delivery-check p.status-error { color: #ffae93; }
.shop-layout { max-width: 1480px; margin: auto; padding: 44px 4vw 100px; display: grid; grid-template-columns: minmax(0, 1fr) 370px; gap: 34px; align-items: start; }
.shop-layout > *, .menu-column { min-width: 0; }
.category-nav { width: 100%; max-width: 100%; padding: 0 0 27px; display: flex; gap: 11px; overflow-x: auto; overscroll-behavior-inline: contain; }
.category-nav a { flex: none; padding: 11px 16px; background: var(--paper); border: 1px solid var(--line); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.menu-category { margin-bottom: 48px; scroll-margin-top: 20px; }
.category-heading { display: flex; align-items: baseline; gap: 15px; margin-bottom: 18px; }
.category-heading span { color: var(--orange); font-family: Georgia, serif; font-style: italic; }
.category-heading h2 { font-size: 35px; }
.category-heading p { margin: 7px 0 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.shop-products { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.shop-product { min-height: 170px; padding: 20px; background: var(--paper); border: 1px solid transparent; display: grid; grid-template-columns: 108px minmax(0, 1fr) 42px; align-items: stretch; gap: 16px; transition: .2s; }
.shop-product:hover { border-color: var(--orange); transform: translateY(-2px); }
.shop-product.without-image { grid-template-columns: minmax(0, 1fr) 42px; }
.shop-product-copy { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; }
.shop-product-image { width: 108px; height: 108px; border-radius: 2px; object-fit: cover; align-self: start; }
.badge { margin-bottom: 14px; padding: 5px 8px; background: #f7ded0; color: var(--orange); font-size: 7px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.product-labels { min-height: 25px; margin-bottom: 12px; display: flex; align-items: center; gap: 7px; }
.product-labels .badge { margin: 0; }
.product-code { padding: 5px 8px; background: var(--cream); color: var(--muted); font-size: 7px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.shop-product h3 { margin: 0 0 7px; font-family: Georgia, serif; font-size: 22px; font-weight: 500; }
.shop-product p { margin: 0 0 18px; color: var(--muted); font-size: 12px; line-height: 1.55; }
.shop-product strong { margin-top: auto; font-family: Georgia, serif; font-size: 16px; }
.add-product { grid-column: 3; align-self: end; width: 42px; height: 42px; border: 0; background: var(--ink); color: white; font-size: 22px; transition: .2s; }
.shop-product.without-image .add-product { grid-column: 2; }
.add-product:hover { background: var(--orange); }
.cart { position: sticky; top: 20px; background: var(--paper); box-shadow: 0 12px 45px #291d1420; }
.cart-heading { padding: 22px 24px; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; font-family: Georgia, serif; font-size: 20px; }
.cart-heading b { width: 28px; height: 28px; border-radius: 50%; background: var(--orange); color: white; display: grid; place-items: center; font: 700 11px Arial; }
.cart-empty { min-height: 280px; padding: 45px; display: grid; place-items: center; align-content: center; color: var(--muted); text-align: center; }
.cart-empty span { width: 60px; height: 60px; display: grid; place-items: center; border-radius: 50%; background: var(--cream); color: var(--orange); font-size: 30px; }
.cart-empty p { font-size: 12px; }
.cart-items { padding: 0 24px; }
.cart-line { padding: 18px 0; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; gap: 16px; }
.cart-line strong { display: block; font-size: 12px; }
.cart-line small { display: block; margin-top: 5px; color: var(--muted); font-size: 10px; }
.quantity { display: flex; align-items: center; gap: 8px; }
.quantity button { width: 25px; height: 25px; border: 1px solid var(--line); background: var(--cream); }
.quantity span { min-width: 12px; text-align: center; font-size: 11px; }
.cart-summary { padding: 22px 24px 24px; }
.cart-summary > div { display: flex; justify-content: space-between; margin-bottom: 12px; font-size: 11px; color: var(--muted); }
.cart-summary .cart-total { padding-top: 15px; border-top: 1px solid var(--line); color: var(--ink); font-family: Georgia, serif; font-size: 18px; }
.cart-summary > p { min-height: 17px; margin: 12px 0; color: #ad4a2f; font-size: 10px; line-height: 1.5; }
.cart-summary > p.ok { color: var(--green); }
.cart-checkout { width: 100%; }
.cart-close, .cart-bar, .cart-backdrop { display: none; }

/* Checkout */
.checkout {
    position: fixed; z-index: 100; inset: 0; padding: 30px; background: #120d0ad9;
    overflow-y: auto; opacity: 0; transition: opacity .22s;
}
.checkout.visible { opacity: 1; }
.checkout-dialog {
    max-width: 1080px; min-height: 620px; margin: auto; background: var(--paper); position: relative;
    display: grid; grid-template-columns: .72fr 1.28fr; transform: translateY(18px); transition: transform .22s;
}
.checkout.visible .checkout-dialog { transform: translateY(0); }
.checkout-close { position: absolute; z-index: 2; right: 16px; top: 14px; width: 36px; height: 36px; border: 0; background: var(--ink); color: white; font-size: 22px; }
.checkout-copy { padding: 65px 48px; background: var(--cream); }
.checkout-copy h2 { font-size: 50px; }
.checkout-copy > p:last-child { margin-top: 27px; color: var(--muted); font-size: 13px; line-height: 1.7; }
#checkout-form { padding: 52px 48px 42px; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.form-grid label { position: relative; color: var(--muted); font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.form-grid .wide { grid-column: 1 / 3; }
.form-grid input, .form-grid textarea {
    display: block; width: 100%; margin-top: 7px; padding: 13px 12px; border: 1px solid var(--line); background: white; color: var(--ink); outline: none; text-transform: none;
}
.form-grid input:focus, .form-grid textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 2px #e65f1617; }
.street-field { z-index: 3; }
.suggestions { position: absolute; top: 100%; left: 0; right: 0; background: white; border: 1px solid var(--line); box-shadow: 0 12px 24px #1d171420; }
.suggestions button { width: 100%; padding: 10px 12px; border: 0; border-bottom: 1px solid var(--line); background: white; text-align: left; font-size: 12px; }
.suggestions button:hover { background: var(--cream); }
.suggestions small { display: block; margin-top: 3px; color: var(--muted); font-size: 9px; }
.delivery-status { margin: 15px 0; padding: 11px 13px; background: var(--cream); color: var(--muted); font-size: 11px; line-height: 1.5; }
.delivery-status.success { background: #edf6e9; color: #326222; }
.delivery-status.error { background: #fff0ec; color: #9c3f27; }
fieldset { margin: 18px 0; padding: 0; border: 0; }
fieldset legend { margin-bottom: 9px; color: var(--muted); font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.payment-option { display: flex; gap: 11px; align-items: flex-start; padding: 14px; border: 1px solid var(--line); }
.payment-option input { accent-color: var(--orange); }
.payment-option strong, .payment-option small { display: block; }
.payment-option strong { font-size: 12px; }
.payment-option small { margin-top: 4px; color: var(--muted); font-size: 9px; line-height: 1.4; }
.checkout-error { min-height: 20px; margin-bottom: 8px; color: #a43822; font-size: 11px; line-height: 1.5; }
.checkout-submit { width: 100%; }
.order-success { grid-column: 2; padding: 80px 50px; text-align: center; align-self: center; }
.order-success > span { width: 72px; height: 72px; margin: auto; border-radius: 50%; background: #e7f3e2; color: var(--green); display: grid; place-items: center; font-size: 30px; }
.order-success h3 { margin: 22px 0 10px; font-family: Georgia, serif; font-size: 34px; }
.order-success p { color: var(--muted); line-height: 1.6; }
.order-success a { display: inline-block; margin-top: 18px; padding-bottom: 5px; border-bottom: 1px solid var(--ink); font-size: 10px; font-weight: 900; text-transform: uppercase; }

footer { min-height: 120px; padding: 28px 5vw; background: #120e0c; color: white; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-brand .brand-logo { width: 62px; height: 62px; }
.footer-brand small { color: #90857f; }
footer p, footer > div { color: #8f8580; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
footer > div { display: flex; gap: 24px; }

@media (max-width: 1050px) {
    .shop-layout { grid-template-columns: minmax(0, 1fr) 330px; padding-left: 22px; padding-right: 22px; }
    .shop-products { grid-template-columns: 1fr; }
    .contact-card { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 850px) {
    .site-header { grid-template-columns: 1fr auto; }
    .site-header nav { display: none; }
    .hero-content { margin-left: 6vw; }
    .quick-facts { padding: 0 3vw; }
    .product-preview-grid { grid-template-columns: 1fr; }
    .review-grid { grid-template-columns: 1fr; }
    .story { gap: 6vw; }
    .section { padding: 85px 6vw; }
    .operations-grid { grid-template-columns: 1fr; }
    .contact-card { grid-column: auto; }
    .shop-layout { grid-template-columns: 1fr; }
    .menu-column, .menu-category, .shop-products, .shop-product, .cart { width: 100%; max-width: 100%; min-width: 0; }

    /* Mobile: Warenkorb wird zur fixen Leiste mit ausfahrbarem Panel */
    .cart {
        position: fixed; z-index: 92; left: 0; right: 0; bottom: 0; top: auto;
        max-height: 82vh; overflow-y: auto; -webkit-overflow-scrolling: touch;
        transform: translateY(101%); visibility: hidden;
        transition: transform .26s ease, visibility .26s;
        box-shadow: 0 -14px 45px #291d1433;
    }
    .cart.is-open { transform: translateY(0); visibility: visible; }
    .cart-heading { position: sticky; top: 0; z-index: 1; background: var(--paper); gap: 12px; }
    .cart-heading b { margin-left: auto; }
    .cart-close { display: grid; place-items: center; width: 32px; height: 32px; border: 0; background: var(--cream); color: var(--ink); font-size: 21px; line-height: 1; }
    .cart-summary { padding-bottom: calc(24px + env(safe-area-inset-bottom)); }

    .cart-backdrop { display: block; position: fixed; z-index: 91; inset: 0; background: #120d0a99; opacity: 0; transition: opacity .26s; }
    .cart-backdrop.is-open { opacity: 1; }

    .cart-bar {
        display: flex; position: fixed; z-index: 90; left: 0; right: 0; bottom: 0;
        width: 100%; min-height: 62px; padding: 0 18px calc(0px + env(safe-area-inset-bottom));
        align-items: center; gap: 13px;
        border: 0; background: var(--ink); color: white; text-align: left;
        box-shadow: 0 -8px 30px #291d1433;
        transform: translateY(101%); transition: transform .26s ease;
    }
    .cart-bar.is-visible { transform: translateY(0); }
    .cart-bar-count { flex: none; width: 27px; height: 27px; border-radius: 50%; background: var(--orange); color: white; display: grid; place-items: center; font: 700 11px Arial; }
    .cart-bar-label { flex: 1; font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
    .cart-bar strong { font-family: Georgia, serif; font-size: 17px; font-weight: 500; }
    body.cart-bar-visible .shop-layout { padding-bottom: 110px; }
    .checkout-dialog { grid-template-columns: 1fr; }
    .checkout-copy { padding: 48px; }
    .checkout-copy h2 { font-size: 42px; }
    .order-success { grid-column: 1; }
}
@media (max-width: 620px) {
    html, body { max-width: 100%; overflow-x: hidden; }
    .announcement { justify-content: center; }
    .announcement-detail { display: none !important; }
    .site-header { height: 72px; padding: 0 17px; }
    .brand-mark { width: 40px; height: 40px; font-size: 15px; }
    .brand strong { font-size: 16px; }
    .button-small { min-height: 39px; padding: 0 11px; font-size: 8px; gap: 7px; }
    .hero { min-height: 680px; align-items: flex-start; }
    .hero-image { object-position: 62% center; }
    .hero-shade { background: linear-gradient(90deg, #140e0cf5, #17100e91); }
    .hero-content { margin: 0; padding: 80px 21px 125px; width: 100%; }
    .hero h1 { font-size: 50px; }
    .hero-content > p:not(.eyebrow) { font-size: 14px; }
    .hero-actions { flex-direction: column; align-items: flex-start; }
    .lieferando-link { max-width: 100%; line-height: 1.4; }
    .hero-info { right: 0; width: 100%; min-width: 0; }
    .quick-facts { grid-template-columns: 1fr; padding: 0 20px; }
    .quick-facts > div { padding: 22px 0; border-right: 0; border-bottom: 1px solid var(--line); }
    .section { padding: 70px 21px; }
    .section-heading { flex-direction: column; align-items: flex-start; }
    .section-heading h2, .story h2, .reviews h2, .operations-heading h2 { font-size: 44px; }
    .reviews-intro { align-items: flex-start; flex-direction: column; }
    .google-score { width: 100%; }
    .google-score > strong { font-size: 60px; }
    .review-stars { font-size: 19px; }
    .review-grid article { min-height: 280px; padding: 28px; }
    .review-grid blockquote { font-size: 22px; }
    .google-review-link { width: 100%; justify-content: space-between; }
    .story { grid-template-columns: 1fr; }
    .schedule-card header { min-height: 0; padding: 28px 22px 23px; align-items: flex-start; flex-direction: column; }
    .schedule-card ul { padding-left: 22px; padding-right: 22px; }
    .schedule-card .button, .schedule-card > .contact-link { width: calc(100% - 44px); margin: 16px 22px 22px; }
    .schedule-card li { gap: 12px; }
    .schedule-card li strong { font-size: 10px; }
    .contact-card { display: flex; flex-direction: column; }
    .contact-details { padding: 35px 26px; }
    .contact-details h3 { font-size: 32px; }
    .contact-card iframe { height: 270px; min-height: 270px; flex: none; }
    .story-image { min-height: 390px; }
    .story-image > span { left: -8px; }
    .shop-intro { padding: 53px 21px; grid-template-columns: 1fr; }
    .shop-intro h1 { font-size: 53px; }
    .delivery-check { padding: 20px; }
    .delivery-check > div, .delivery-check input { min-width: 0; }
    .shop-page { width: 100%; max-width: 100%; overflow-x: hidden; }
    .shop-layout { width: 100%; max-width: 100%; padding: 28px 13px 70px; overflow: hidden; }
    .category-nav { max-width: calc(100vw - 26px); padding-bottom: 20px; }
    .category-heading { align-items: flex-start; gap: 10px; }
    .category-heading > div { min-width: 0; }
    .category-heading h2 { font-size: clamp(31px, 10vw, 40px); line-height: 1.05; overflow-wrap: anywhere; }
    .category-heading p { font-size: 10px; }
    .shop-products { grid-template-columns: minmax(0, 1fr); }
    .shop-product {
        width: 100%;
        min-width: 0;
        min-height: 154px;
        padding: 14px;
        grid-template-columns: 76px minmax(0, 1fr) 44px;
        align-items: stretch;
        gap: 10px;
    }
    .shop-product.without-image { grid-template-columns: minmax(0, 1fr) 44px; }
    .shop-product-copy { width: 100%; min-width: 0; }
    .shop-product-image { width: 76px; height: 76px; }
    .shop-product h3, .shop-product p { max-width: 100%; overflow-wrap: anywhere; }
    .product-labels { min-width: 0; flex-wrap: wrap; }
    .add-product { grid-column: 3; width: 44px; height: 44px; align-self: end; justify-self: end; }
    .shop-product.without-image .add-product { grid-column: 2; }
    .cart-line { flex-wrap: wrap; }
    .quantity { margin-left: auto; }
    .checkout { padding: 0; }
    .checkout-dialog { min-height: 100vh; }
    .checkout-copy { padding: 55px 22px 35px; }
    #checkout-form { min-width: 0; padding: 30px 22px 45px; }
    .form-grid { grid-template-columns: 1fr; }
    .form-grid .wide { grid-column: auto; }
    .form-grid label, .form-grid input, .form-grid textarea, .payment-option, .payment-option span { min-width: 0; }
    footer { flex-direction: column; align-items: flex-start; padding: 40px 22px; }
}

@media (max-width: 390px) {
    .site-header .brand small { display: none; }
    .site-header { gap: 10px; }
    .button-small { padding: 0 9px; }
    .shop-intro h1 { font-size: 46px; }
    .category-heading h2 { font-size: 31px; }
}
