
:root {
  --ink: #24160f;
  --muted: #755f51;
  --cream: #fbf6ed;
  --paper: #fffdf8;
  --orange: #e66f18;
  --orange-dark: #bd5010;
  --line: rgba(67, 42, 26, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: "Avenir Next", "Segoe UI", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.announcement { background: var(--ink); color: #f9eadc; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.announcement-inner { min-height: 34px; display: flex; justify-content: space-between; align-items: center; }
.announcement a { color: #fff; font-weight: 700; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(251,246,237,.92); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.nav-wrap { height: 96px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.brand img { width: 78px; height: 78px; object-fit: contain; object-position: left center; }
.desktop-nav { display: flex; gap: 34px; align-items: center; font-size: 14px; font-weight: 650; }
.desktop-nav a { position: relative; }
.desktop-nav a:after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--orange); transition: right .25s ease; }
.desktop-nav a:hover:after { right: 0; }
.nav-order { justify-self: end; display: inline-flex; align-items: center; gap: 10px; min-height: 46px; padding: 0 20px; border: 1px solid var(--ink); border-radius: 999px; font-size: 13px; font-weight: 750; transition: .25s ease; }
.nav-order:hover { background: var(--ink); color: white; }
.nav-order svg, .button svg, .quick-order svg, .mobile-call svg { width: 17px; height: 17px; }

.hero { min-height: 720px; display: grid; grid-template-columns: 1.02fr .98fr; gap: 72px; align-items: center; padding-block: 76px 90px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--orange-dark); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow > span { display: inline-block; width: 28px; height: 1px; background: currentColor; }
.hero h1, .section-heading h2, .weekend h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.055em; line-height: .98; }
.hero h1 { max-width: 650px; font-size: clamp(62px, 7vw, 96px); }
em { color: var(--orange); font-weight: 400; }
.hero-lead { max-width: 560px; margin: 30px 0 0; color: var(--muted); font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 36px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 11px; min-height: 56px; padding: 0 26px; border-radius: 999px; font-size: 14px; font-weight: 800; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: white; box-shadow: 0 14px 30px rgba(213,89,13,.22); }
.button-primary:hover { background: var(--orange-dark); box-shadow: 0 18px 36px rgba(213,89,13,.3); }
.text-link { display: inline-flex; align-items: center; gap: 10px; padding-block: 10px; border-bottom: 1px solid var(--ink); font-size: 14px; font-weight: 750; }
.text-link svg { width: 18px; height: 18px; transition: transform .2s ease; }
.text-link:hover svg { transform: translateX(4px); }
.hero-proof { display: flex; gap: 14px; align-items: center; margin-top: 50px; }
.proof-mark { width: 43px; height: 43px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-family: Georgia, serif; font-size: 13px; color: var(--orange); }
.hero-proof p { margin: 0; display: grid; gap: 3px; font-size: 13px; }
.hero-proof span { color: var(--muted); font-size: 12px; }

.hero-visual { position: relative; min-height: 548px; }
.hero-visual:before { content: ""; position: absolute; inset: 28px -18px -20px 50px; border: 1px solid rgba(230,111,24,.42); border-radius: 48% 48% 22px 22px; }
.hero-image-frame { position: absolute; inset: 0 18px 22px 0; overflow: hidden; border-radius: 48% 48% 22px 22px; background: #d8ad74; }
.hero-image-frame img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.01); }
.delivery-badge { position: absolute; right: -20px; top: 70px; width: 140px; height: 140px; display: grid; place-items: center; align-content: center; gap: 8px; border-radius: 50%; background: var(--orange); color: white; box-shadow: 0 20px 45px rgba(93,48,20,.22); transform: rotate(5deg); }
.delivery-icon { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; transform: rotate(-35deg); }
.delivery-badge p { margin: 0; display: grid; text-align: center; line-height: 1.02; }
.delivery-badge strong { font-family: Georgia, serif; font-size: 20px; font-weight: 400; }
.delivery-badge span { font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.made-card { position: absolute; left: -54px; bottom: 62px; min-width: 170px; padding: 18px 22px; display: flex; align-items: center; gap: 12px; background: rgba(255,253,248,.94); border: 1px solid var(--line); box-shadow: 0 18px 50px rgba(73,46,30,.13); backdrop-filter: blur(10px); }
.made-card > span { font-family: Georgia, serif; color: var(--orange); font-size: 28px; }
.made-card p { margin: 0; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .1em; line-height: 1.4; text-transform: uppercase; }

.benefit-band { background: var(--paper); border-block: 1px solid var(--line); }
.benefits { min-height: 142px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; }
.benefits article { min-height: 72px; padding: 0 34px; display: flex; align-items: center; gap: 20px; border-right: 1px solid var(--line); }
.benefits article:first-child { padding-left: 0; }
.benefits article:last-child { border: 0; }
.benefits article > span { color: var(--orange); font-family: Georgia, serif; font-size: 28px; }
.benefits strong { display: block; margin-bottom: 6px; font-family: Georgia, serif; font-size: 17px; font-weight: 400; }
.benefits p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.45; }

.menu-section { padding-block: 120px; }
.section-heading { display: grid; grid-template-columns: 1fr 400px; gap: 60px; align-items: end; margin-bottom: 52px; }
.section-heading h2 { max-width: 660px; font-size: clamp(48px, 5.8vw, 74px); }
.section-heading > p { margin: 0 0 7px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px 20px; }
.product-card { overflow: hidden; border-bottom: 1px solid var(--line); }
.product-image { position: relative; aspect-ratio: 1 / 1.04; overflow: hidden; background: #e7c69a; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.65,.3,1); }
.quick-order { position: absolute; right: 12px; bottom: 12px; display: inline-flex; align-items: center; gap: 7px; padding: 11px 14px; border-radius: 999px; background: rgba(36,22,15,.92); color: white; font-size: 12px; font-weight: 750; opacity: 0; transform: translateY(8px); transition: .25s ease; }
.product-card a:hover .product-image img { transform: scale(1.055); }
.product-card a:hover .quick-order { opacity: 1; transform: none; }
.product-info { min-height: 96px; display: flex; justify-content: space-between; gap: 15px; align-items: center; }
.product-info p { margin: 0 0 4px; color: var(--muted); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.product-info h3 { margin: 0; font-family: Georgia, serif; font-size: 21px; font-weight: 400; }
.product-info > strong { white-space: nowrap; color: var(--orange-dark); font-size: 14px; }

.about-section { padding-block: 120px; background: var(--paper); border-block: 1px solid var(--line); }
.about-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 100px; align-items: center; }
.about-visual { position: relative; min-height: 560px; display: grid; place-items: center; }
.about-visual:before { content: ""; position: absolute; width: 78%; height: 90%; background: #f0ddc6; border-radius: 50% 50% 22px 22px; transform: rotate(-3deg); }
.about-visual img { position: relative; z-index: 1; width: 94%; filter: drop-shadow(0 24px 28px rgba(63,38,23,.16)); }
.about-seal { position: absolute; z-index: 2; right: -22px; bottom: 36px; width: 132px; height: 132px; display: grid; place-content: center; gap: 5px; border-radius: 50%; background: var(--ink); color: white; text-align: center; box-shadow: 0 18px 40px rgba(45,25,15,.22); }
.about-seal strong { font-family: Georgia, serif; font-size: 20px; font-weight: 400; }
.about-seal span { color: #e9cbb4; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.about-copy h2, .full-menu h2, .contact-panel h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(48px, 5.5vw, 72px); font-weight: 400; letter-spacing: -.055em; line-height: 1; }
.about-copy > p:not(.eyebrow) { margin: 20px 0 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.about-copy .about-intro { color: var(--ink) !important; font-family: Georgia, serif; font-size: 21px !important; line-height: 1.55 !important; }
.about-values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 38px; padding-top: 28px; border-top: 1px solid var(--line); }
.about-values div { display: grid; gap: 5px; }
.about-values strong { color: var(--orange-dark); font-family: Georgia, serif; font-size: 18px; font-weight: 400; }
.about-values span { color: var(--muted); font-size: 11px; line-height: 1.4; }

.full-menu { margin-block: 120px; padding: 72px; background: var(--ink); color: white; }
.full-menu-head { display: grid; grid-template-columns: 1fr 390px; gap: 60px; align-items: end; margin-bottom: 54px; padding-bottom: 42px; border-bottom: 1px solid rgba(255,255,255,.14); }
.full-menu h2 em { color: #f79a55; }
.full-menu-head > p { margin: 0 0 6px; color: #cab4a5; font-size: 14px; line-height: 1.7; }
.menu-columns { display: grid; grid-template-columns: repeat(3, 1fr); gap: 46px; }
.menu-group-title { min-height: 66px; }
.menu-group-title h3 { margin: 0 0 7px; font-family: Georgia, serif; font-size: 23px; font-weight: 400; }
.menu-group-title span { color: #a88d7d; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.menu-group ul { margin: 18px 0 0; padding: 0; list-style: none; }
.menu-group li { display: flex; align-items: baseline; gap: 10px; min-height: 48px; padding-block: 13px; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 12px; }
.menu-group li > span { color: #f7eee8; }
.menu-group li i { flex: 1; min-width: 16px; border-bottom: 1px dotted rgba(255,255,255,.25); }
.menu-group li strong { color: #f2a064; white-space: nowrap; font-weight: 650; }

.weekend { min-height: 390px; margin-bottom: 120px; padding: 60px 72px; display: grid; grid-template-columns: 1fr 280px; gap: 60px; align-items: center; overflow: hidden; position: relative; background: var(--orange); color: white; border-radius: 6px; }
.weekend:before, .weekend:after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; }
.weekend:before { width: 420px; height: 420px; right: -90px; top: -100px; }
.weekend:after { width: 300px; height: 300px; right: -30px; top: -40px; }
.weekend-copy, .weekend-price { position: relative; z-index: 1; }
.eyebrow.light { color: #ffe1c9; }
.weekend h2 { font-size: clamp(48px, 5.5vw, 72px); }
.weekend h2 em { color: #3b2114; }
.weekend-copy > p:not(.eyebrow) { max-width: 650px; margin: 22px 0 30px; color: #fff2e8; line-height: 1.65; }
.button-light { background: white; color: var(--ink); }
.weekend-price { justify-self: center; text-align: center; }
.weekend-price span { display: block; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; }
.weekend-price strong { display: block; margin: 2px 0 -2px; font-family: Georgia, serif; font-size: 112px; font-weight: 400; line-height: .9; letter-spacing: -.08em; }
.weekend-price sup { font-size: .35em; vertical-align: top; position: relative; top: .2em; }
.weekend-price p { margin: 0; font-size: 13px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }

.contact-section { min-height: 760px; display: grid; grid-template-columns: 1fr 1fr; background: #2c1c14; color: white; }
.contact-map-panel { position: relative; min-height: 100%; overflow: hidden; background: #d9d1c8; }
.contact-map-panel iframe { width: 100%; height: 100%; min-height: 760px; border: 0; filter: saturate(.74) contrast(.96); }
.contact-map-panel iframe[hidden] { display: none; }
.map-consent-placeholder { position: absolute; z-index: 1; inset: 0; min-height: 760px; display: grid; place-content: center; justify-items: center; padding: 60px 12% 145px; background: radial-gradient(circle at 28% 24%, rgba(230,111,24,.13), transparent 34%), linear-gradient(145deg, #ede4d9, #d6c7b8); color: var(--ink); text-align: center; }
.map-consent-placeholder[hidden] { display: none; }
.map-placeholder-icon { width: 62px; height: 62px; display: grid; place-items: center; margin-bottom: 20px; border: 1px solid rgba(67,42,26,.18); border-radius: 50%; background: rgba(255,253,248,.7); color: var(--orange-dark); box-shadow: 0 14px 34px rgba(67,42,26,.08); }
.map-placeholder-icon svg { width: 26px; height: 26px; }
.map-kicker { margin: 0 0 10px !important; color: var(--orange-dark) !important; font-size: 9px !important; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.map-consent-placeholder h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(30px, 3vw, 42px); font-weight: 400; letter-spacing: -.04em; }
.map-consent-placeholder > p:not(.map-kicker) { max-width: 480px; margin: 16px 0 24px; color: #6d584b; font-size: 13px; line-height: 1.7; }
.map-consent-placeholder button { min-height: 48px; padding: 0 20px; border: 0; border-radius: 999px; background: var(--ink); color: white; font: inherit; font-size: 12px; font-weight: 800; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.map-consent-placeholder button:hover { transform: translateY(-2px); background: var(--orange-dark); }
.contact-map-panel > a { position: absolute; left: 30px; right: 30px; bottom: 30px; display: grid; gap: 5px; padding: 20px 22px; background: rgba(255,253,248,.95); color: var(--ink); border: 1px solid rgba(67,42,26,.13); box-shadow: 0 18px 50px rgba(36,22,15,.2); backdrop-filter: blur(12px); }
.contact-map-panel > a span { color: var(--orange-dark); font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.contact-map-panel > a strong { font-family: Georgia, serif; font-size: 18px; font-weight: 400; }
.contact-map-panel > a small { color: var(--muted); font-size: 11px; }
.contact-panel { max-width: 660px; padding: 78px 7vw; align-self: center; }
.contact-panel h2 { max-width: 580px; }
.contact-panel h2 em { color: #f69349; }
.contact-list { margin-top: 42px; border-top: 1px solid rgba(255,255,255,.14); }
.contact-list > div { display: grid; grid-template-columns: 42px 1fr; gap: 18px; padding-block: 20px; border-bottom: 1px solid rgba(255,255,255,.14); }
.contact-list > div > span { color: #ec8c47; font-family: Georgia, serif; font-size: 18px; }
.contact-list p { margin: 0; display: grid; gap: 6px; }
.contact-list small { color: #ad9586; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.contact-list strong, .contact-list a { font-size: 15px; font-weight: 600; line-height: 1.5; }
.contact-actions { display: flex; align-items: center; gap: 28px; margin-top: 32px; }
.contact-map { display: inline-flex; align-items: center; gap: 9px; padding-block: 8px; border-bottom: 1px solid rgba(255,255,255,.5); font-size: 13px; font-weight: 750; }
.contact-map svg { width: 17px; height: 17px; }

.contact-form-section { padding-block: 120px; background: var(--cream); border-bottom: 1px solid var(--line); }
.contact-form-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 100px; align-items: start; }
.form-intro h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(46px, 5vw, 68px); font-weight: 400; letter-spacing: -.055em; line-height: 1; }
.form-intro > p:not(.eyebrow) { max-width: 430px; margin: 24px 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.form-intro > a { display: inline-flex; align-items: center; gap: 10px; padding-block: 8px; border-bottom: 1px solid var(--ink); font-size: 13px; font-weight: 750; }
.form-intro > a svg { width: 17px; height: 17px; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 20px; padding: 44px; background: var(--paper); border: 1px solid var(--line); box-shadow: 0 24px 70px rgba(69,42,24,.08); }
.contact-form label { display: grid; gap: 9px; }
.contact-form label > span { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-form input, .contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(67,42,26,.26); border-radius: 0; padding: 12px 2px; background: transparent; color: var(--ink); font: inherit; font-size: 14px; outline: none; transition: border-color .2s ease; }
.contact-form textarea { min-height: 126px; resize: vertical; line-height: 1.55; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--orange); }
.form-message, .form-submit { grid-column: 1 / -1; }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-submit { display: flex; align-items: center; gap: 20px; margin-top: 4px; }
.form-submit button { flex: 0 0 auto; min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; padding: 0 24px; border: 0; border-radius: 999px; background: var(--orange); color: white; font: inherit; font-size: 13px; font-weight: 800; cursor: pointer; box-shadow: 0 14px 30px rgba(213,89,13,.18); transition: .25s ease; }
.form-submit button:hover { transform: translateY(-2px); background: var(--orange-dark); }
.form-submit button svg { width: 17px; height: 17px; }
.form-submit small { max-width: 310px; color: var(--muted); font-size: 10px; line-height: 1.5; }

.site-footer { padding: 72px 0 24px; background: var(--paper); }
.footer-main { display: grid; grid-template-columns: 2fr 1fr 1fr 1.35fr; gap: 56px; padding-bottom: 58px; }
.footer-brand img { width: 126px; }
.footer-brand p { margin: 20px 0 0; color: var(--muted); font-family: Georgia, serif; font-size: 17px; line-height: 1.5; }
.footer-column, .footer-order { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.footer-column > span, .footer-order > span { margin-bottom: 6px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.footer-column a { font-size: 13px; }
.footer-column a:hover { color: var(--orange-dark); }
.footer-order a { color: var(--orange-dark); font-family: Georgia, serif; font-size: 25px; }
.footer-order .footer-email { color: var(--ink); font-family: inherit; font-size: 12px; }
.footer-order small { color: var(--muted); font-size: 11px; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; letter-spacing: .05em; text-transform: uppercase; }
.mobile-call { display: none; }

/* Privatnost i kolačići */
.privacy-dialog-open { overflow: hidden; }
.cookie-banner[hidden], .cookie-settings[hidden], .privacy-button[hidden] { display: none; }
.cookie-kicker { margin: 0 0 7px; color: var(--orange-dark); font-size: 9px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.cookie-banner { position: fixed; z-index: 80; left: 24px; right: 24px; bottom: 24px; width: min(940px, calc(100% - 48px)); margin-inline: auto; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 28px; align-items: end; padding: 26px; border: 1px solid rgba(67,42,26,.16); background: rgba(255,253,248,.98); color: var(--ink); box-shadow: 0 28px 80px rgba(36,22,15,.24); backdrop-filter: blur(18px); }
.cookie-banner-copy { display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 17px; align-items: start; }
.privacy-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: #f7e7d7; color: var(--orange-dark); }
.privacy-icon svg { width: 23px; height: 23px; }
.cookie-banner h2, .cookie-settings h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.035em; }
.cookie-banner h2 { font-size: 27px; }
.cookie-banner-copy > div > p:last-child { max-width: 610px; margin: 10px 0 0; color: var(--muted); font-size: 12px; line-height: 1.62; }
.cookie-actions { min-width: 202px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.cookie-actions button, .cookie-settings-actions button { min-height: 44px; border-radius: 999px; padding: 0 16px; font: inherit; font-size: 11px; font-weight: 800; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease; }
.cookie-actions button:hover, .cookie-settings-actions button:hover { transform: translateY(-1px); }
.cookie-primary { border: 1px solid var(--orange); background: var(--orange); color: white; }
.cookie-primary:hover { background: var(--orange-dark); }
.cookie-secondary { border: 1px solid var(--ink); background: transparent; color: var(--ink); }
.cookie-secondary:hover { background: var(--ink); color: white; }
.cookie-link { grid-column: 1 / -1; min-height: 34px !important; border: 0; background: transparent; color: var(--muted); text-decoration: underline; text-underline-offset: 4px; }

.cookie-settings { position: fixed; z-index: 90; inset: 0; display: grid; place-items: center; overflow-y: auto; padding: 28px; background: rgba(36,22,15,.66); backdrop-filter: blur(8px); }
.cookie-settings-card { width: min(680px, 100%); max-height: calc(100vh - 56px); overflow-y: auto; padding: 34px; border: 1px solid rgba(67,42,26,.14); background: var(--paper); color: var(--ink); box-shadow: 0 30px 100px rgba(20,11,7,.34); }
.cookie-settings-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; }
.cookie-settings h2 { font-size: 36px; }
.cookie-close { width: 42px; height: 42px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--ink); font: inherit; font-family: Arial, sans-serif; font-size: 27px; font-weight: 300; line-height: 1; cursor: pointer; transition: .2s ease; }
.cookie-close:hover { background: var(--ink); color: white; }
.cookie-settings-intro { margin: 18px 0 25px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.consent-list { border-top: 1px solid var(--line); }
.consent-item { min-height: 118px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px; align-items: center; padding-block: 22px; border-bottom: 1px solid var(--line); }
.consent-unused { grid-template-columns: 1fr; }
.consent-title-row { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; }
.consent-title-row h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 18px; font-weight: 400; }
.consent-status { display: inline-flex; align-items: center; min-height: 22px; padding: 0 8px; border-radius: 999px; background: #f5e7d9; color: var(--orange-dark); font-size: 8px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.consent-status.always { background: #e7efe4; color: #3f6b37; }
.consent-status.unused { background: #eee9e4; color: #736358; }
.consent-item-copy > p { max-width: 490px; margin: 8px 0 0; color: var(--muted); font-size: 11px; line-height: 1.6; }
.consent-switch { flex: 0 0 auto; display: grid; grid-template-columns: 48px; justify-items: center; gap: 6px; cursor: pointer; }
.consent-switch input { position: absolute; opacity: 0; pointer-events: none; }
.consent-switch > span { position: relative; width: 48px; height: 27px; display: block; border-radius: 999px; background: #cfc4ba; transition: background .2s ease; }
.consent-switch > span:after { content: ""; position: absolute; top: 4px; left: 4px; width: 19px; height: 19px; border-radius: 50%; background: white; box-shadow: 0 2px 5px rgba(36,22,15,.2); transition: transform .2s ease; }
.consent-switch input:checked + span { background: var(--orange); }
.consent-switch input:checked + span:after { transform: translateX(21px); }
.consent-switch input:focus-visible + span { outline: 3px solid rgba(230,111,24,.3); outline-offset: 3px; }
.consent-switch b { width: 110px; color: var(--muted); font-size: 9px; font-weight: 750; line-height: 1.3; text-align: center; }
.consent-note { margin: 20px 0 0; color: var(--muted); font-size: 10px; line-height: 1.55; }
.cookie-settings-actions { display: flex; justify-content: flex-end; gap: 9px; margin-top: 24px; }
.cookie-cancel { border: 1px solid var(--line); background: transparent; color: var(--muted); }
.cookie-save { border: 1px solid var(--orange); background: var(--orange); color: white; }
.cookie-save:hover { background: var(--orange-dark); }
.privacy-button { position: fixed; z-index: 27; right: 18px; bottom: 18px; min-height: 42px; display: inline-flex; align-items: center; gap: 8px; padding: 0 15px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; background: rgba(36,22,15,.94); color: white; font: inherit; font-size: 10px; font-weight: 750; box-shadow: 0 10px 30px rgba(36,22,15,.2); cursor: pointer; backdrop-filter: blur(10px); transition: transform .2s ease, background .2s ease; }
.privacy-button:hover { transform: translateY(-2px); background: var(--orange-dark); }
.privacy-button svg { width: 17px; height: 17px; }

@media (max-width: 920px) {
  .nav-wrap { grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .hero { grid-template-columns: 1fr; gap: 58px; padding-block: 64px; }
  .hero-copy { max-width: 720px; }
  .hero-visual { min-height: 640px; width: min(620px, 94%); justify-self: end; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .section-heading { grid-template-columns: 1fr; gap: 24px; }
  .section-heading > p { max-width: 600px; }
  .benefits { grid-template-columns: 1fr; padding-block: 24px; }
  .benefits article, .benefits article:first-child { padding: 20px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .benefits article:last-child { border-bottom: 0; }
  .about-grid { grid-template-columns: 1fr; gap: 70px; }
  .about-visual { width: min(620px, 92%); justify-self: center; }
  .full-menu { padding: 54px 48px; }
  .full-menu-head { grid-template-columns: 1fr; gap: 22px; }
  .menu-columns { grid-template-columns: 1fr; gap: 44px; }
  .menu-group-title { min-height: 0; }
  .contact-section { grid-template-columns: .9fr 1.1fr; }
  .contact-panel { padding-inline: 6vw; }
  .contact-form-grid { grid-template-columns: 1fr; gap: 52px; }
  .form-intro > p:not(.eyebrow) { max-width: 620px; }
  .footer-main { grid-template-columns: 2fr 1fr 1fr; }
  .footer-order { grid-column: 1 / -1; padding-top: 26px; border-top: 1px solid var(--line); }
  .weekend { grid-template-columns: 1fr 200px; padding-inline: 48px; }
  .weekend-price strong { font-size: 90px; }
  .cookie-banner { grid-template-columns: 1fr; align-items: start; }
  .cookie-actions { min-width: 0; grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 32px, 1180px); }
  .announcement-inner { justify-content: center; }
  .announcement-inner span { display: none; }
  .nav-wrap { height: 74px; }
  .brand img { width: 58px; height: 58px; }
  .nav-order { min-height: 42px; padding: 0 15px; }
  .nav-order span { display: none; }
  .hero { min-height: auto; padding-block: 52px 72px; gap: 48px; }
  .hero h1 { font-size: clamp(54px, 17vw, 72px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 16px; }
  .hero-visual { min-height: 430px; width: calc(100% - 10px); }
  .hero-visual:before { inset: 18px -9px -12px 28px; }
  .hero-image-frame { inset: 0 8px 12px 0; }
  .delivery-badge { right: -8px; top: 38px; width: 112px; height: 112px; }
  .delivery-badge strong { font-size: 17px; }
  .delivery-badge span { font-size: 10px; }
  .made-card { left: -14px; bottom: 36px; min-width: 154px; padding: 14px 16px; }
  .menu-section { padding-block: 88px; }
  .section-heading h2 { font-size: 48px; }
  .product-grid { grid-template-columns: 1fr 1fr; gap: 18px 10px; }
  .product-info { min-height: 88px; align-items: flex-start; padding-top: 13px; flex-direction: column; justify-content: flex-start; gap: 5px; }
  .product-info h3 { font-size: 18px; }
  .quick-order { display: none; }
  .about-section { padding-block: 88px; }
  .about-grid { gap: 50px; }
  .about-visual { min-height: 410px; width: 100%; }
  .about-seal { right: 0; bottom: 6px; width: 110px; height: 110px; }
  .about-copy h2, .full-menu h2, .contact-panel h2 { font-size: 48px; }
  .about-values { grid-template-columns: 1fr; gap: 15px; }
  .about-values div { grid-template-columns: 82px 1fr; align-items: baseline; }
  .full-menu { width: 100%; margin-block: 88px; padding: 62px 24px; }
  .full-menu-head { margin-bottom: 36px; padding-bottom: 30px; }
  .menu-columns { gap: 40px; }
  .weekend { min-height: 550px; margin-bottom: 88px; padding: 46px 28px; grid-template-columns: 1fr; gap: 32px; }
  .weekend h2 { font-size: 50px; }
  .weekend-price { justify-self: start; text-align: left; }
  .weekend-price strong { font-size: 92px; }
  .contact-section { min-height: 0; grid-template-columns: 1fr; }
  .contact-map-panel, .contact-map-panel iframe { min-height: 440px; }
  .map-consent-placeholder { min-height: 440px; padding: 46px 24px 130px; }
  .map-placeholder-icon { width: 52px; height: 52px; margin-bottom: 14px; }
  .map-consent-placeholder h3 { font-size: 30px; }
  .map-consent-placeholder > p:not(.map-kicker) { margin-block: 12px 18px; font-size: 11px; }
  .contact-map-panel > a { left: 16px; right: 16px; bottom: 16px; }
  .contact-panel { max-width: none; padding: 70px 24px 82px; }
  .contact-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .contact-form-section { padding-block: 88px; }
  .contact-form-grid { gap: 42px; }
  .form-intro h2 { font-size: 48px; }
  .contact-form { grid-template-columns: 1fr; padding: 30px 22px; gap: 22px; }
  .form-message, .form-submit { grid-column: auto; }
  .form-submit { align-items: flex-start; flex-direction: column; }
  .site-footer { padding-bottom: 98px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 42px 20px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-order { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
  .mobile-call { position: fixed; z-index: 25; left: 16px; right: 16px; bottom: 14px; display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 56px; border-radius: 999px; background: var(--ink); color: white; box-shadow: 0 16px 40px rgba(36,22,15,.28); font-size: 14px; font-weight: 800; }
  .cookie-banner { left: 12px; right: 12px; bottom: 12px; width: calc(100% - 24px); max-height: calc(100vh - 24px); overflow-y: auto; gap: 20px; padding: 22px 18px; }
  .cookie-banner-copy { grid-template-columns: 1fr; gap: 12px; }
  .privacy-icon { width: 42px; height: 42px; }
  .cookie-banner h2 { font-size: 25px; }
  .cookie-banner-copy > div > p:last-child { font-size: 11px; }
  .cookie-actions { grid-template-columns: 1fr; }
  .cookie-link { grid-column: auto; }
  .cookie-settings { padding: 12px; }
  .cookie-settings-card { max-height: calc(100vh - 24px); padding: 25px 18px; }
  .cookie-settings h2 { font-size: 29px; }
  .cookie-settings-intro { font-size: 12px; }
  .consent-item { grid-template-columns: 1fr; gap: 16px; }
  .consent-switch { grid-template-columns: 48px 1fr; justify-items: start; align-items: center; }
  .consent-switch b { width: auto; text-align: left; }
  .cookie-settings-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .privacy-button { right: 18px; bottom: 82px; }
}

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

