/* Sushivaro — spoločný štýl webu (Bratislava, sushi bar) */

:root {
  --color-bg: oklch(0.97 0.012 60);
  --color-text: oklch(0.22 0.02 50);
  --color-muted: oklch(0.48 0.02 50);
  --color-border: oklch(0.88 0.012 50);
  --color-accent: oklch(0.56 0.16 29);
  --color-accent-dark: oklch(0.48 0.17 29);
  --color-link: oklch(0.5 0.1 150);
  --color-alt-bg: oklch(0.94 0.014 55);
  --color-card: oklch(0.995 0.005 60);
  --color-dark: oklch(0.22 0.02 50);
  --color-dark-muted: oklch(0.7 0.01 50);
  --color-tag-bg: oklch(0.5 0.1 150 / 0.14);
  --color-tag-text: oklch(0.4 0.1 150);
  --font-serif: Georgia, 'Iowan Old Style', 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  --font-sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  --max-width: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--color-bg);
  color: var(--color-text);
  font-family: var(--font-sans);
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--color-link); text-decoration: none; }
a:hover { color: var(--color-accent); }
h1, h2, h3 { font-family: var(--font-serif); font-weight: 600; margin: 0; }
p { margin: 0; }
ul { margin: 0; }
button { font-family: inherit; cursor: pointer; }
input, textarea, select { font-family: inherit; }

.wrap { max-width: var(--max-width); margin: 0 auto; padding: 0 32px; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: oklch(0.97 0.012 60 / 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--color-border);
}
.header-inner {
  max-width: var(--max-width); margin: 0 auto; padding: 16px 32px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.brand { display: flex; flex-direction: column; line-height: 1; }
.brand-name { font-family: var(--font-serif); font-size: 28px; font-weight: 600; font-style: italic; color: var(--color-text); }
.brand-tagline { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--color-muted); margin-top: 4px; }

.main-nav { display: flex; gap: 28px; font-size: 15px; font-weight: 500; }
.main-nav a { color: var(--color-text); }
.main-nav a.active { color: var(--color-accent); }

.header-actions { display: flex; align-items: center; gap: 16px; }
.phone-link { font-size: 14px; font-weight: 600; color: var(--color-text); white-space: nowrap; }
.cart-btn {
  position: relative; display: flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--color-dark); color: var(--color-card); font-size: 16px; flex-shrink: 0;
}
.cart-badge {
  position: absolute; top: -4px; right: -4px; background: var(--color-accent); color: #fff;
  font-size: 11px; font-weight: 700; border-radius: 50%; width: 18px; height: 18px;
  display: none; align-items: center; justify-content: center;
}
.cart-badge.show { display: flex; }

.nav-toggle { display: none; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-block; padding: 14px 28px; border-radius: 2px; font-weight: 600; font-size: 15px;
  border: 1px solid transparent; cursor: pointer; text-align: center;
}
.btn-dark { background: var(--color-dark); color: var(--color-card); }
.btn-dark:hover { background: oklch(0.28 0.02 50); color: var(--color-card); }
.btn-outline { border-color: var(--color-dark); color: var(--color-dark); background: transparent; }
.btn-outline:hover { background: var(--color-dark); color: var(--color-card); }
.btn-accent { background: var(--color-accent); color: #fff; padding: 16px 36px; font-weight: 700; font-size: 16px; }
.btn-accent:hover { background: var(--color-accent-dark); color: #fff; }
.btn-ghost { background: transparent; border: 1px solid var(--color-dark-muted); color: var(--color-card); padding: 10px 18px; border-radius: 2px; font-size: 13px; font-weight: 600; }
.btn-sm { padding: 8px 16px; font-size: 13px; border-radius: 2px; }

/* ---------- Hero ---------- */
.hero { padding: 64px 32px 80px; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 56px; align-items: center; }
.eyebrow { display: inline-block; font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--color-accent); font-weight: 600; margin-bottom: 18px; }
.hero-title { font-size: 52px; line-height: 1.08; font-weight: 600; margin: 0 0 22px; }
.hero-title em { color: var(--color-link); font-style: italic; }
.hero-lead { font-size: 17px; line-height: 1.6; color: var(--color-muted); max-width: 480px; margin: 0 0 32px; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }
.hero-media { aspect-ratio: 4/5; border-radius: 4px; overflow: hidden; background: var(--color-alt-bg); }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- Stats bar ---------- */
.stats-bar { background: var(--color-dark); color: var(--color-card); }
.stats-bar-inner {
  max-width: var(--max-width); margin: 0 auto; padding: 26px 32px;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; font-size: 14px; font-weight: 500;
}

/* ---------- Sections ---------- */
.section { padding: 80px 32px; }
.section-alt { background: var(--color-alt-bg); }
.section-dark { background: var(--color-dark); color: var(--color-card); }
.section-inner { max-width: var(--max-width); margin: 0 auto; }
.section-head-row { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 36px; gap: 16px; flex-wrap: wrap; }
.section-title { font-size: 34px; }
.section-title-center { font-size: 32px; text-align: center; margin: 0 0 12px; }
.section-lead-center { text-align: center; color: var(--color-muted); max-width: 560px; margin: 0 auto 48px; }

/* ---------- Highlight / dish cards ---------- */
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }

.dish-card { background: var(--color-card); border: 1px solid var(--color-border); border-radius: 4px; overflow: hidden; }
.dish-media { aspect-ratio: 1; overflow: hidden; background: var(--color-alt-bg); }
.dish-media img { width: 100%; height: 100%; object-fit: cover; }
.dish-body { padding: 18px; }
.dish-name { font-weight: 600; font-size: 16px; margin-bottom: 6px; }
.dish-desc { font-size: 13px; color: var(--color-muted); margin-bottom: 12px; }
.dish-price { font-weight: 700; color: var(--color-accent); }

/* ---------- Feature cards ---------- */
.feature-card { background: var(--color-card); padding: 32px; border-radius: 4px; }
.feature-icon { font-size: 28px; margin-bottom: 14px; }
.feature-title { font-size: 18px; font-weight: 700; margin: 0 0 8px; font-family: var(--font-sans); }
.feature-desc { font-size: 14px; color: var(--color-muted); line-height: 1.6; margin: 0 0 14px; }
.feature-link { font-weight: 600; font-size: 14px; }

.value-card { text-align: center; }
.value-icon { font-size: 30px; margin-bottom: 10px; }
.value-title { font-size: 16px; font-weight: 700; margin: 0 0 8px; font-family: var(--font-sans); }
.value-desc { font-size: 13px; color: var(--color-muted); line-height: 1.6; }

/* ---------- Story split ---------- */
.story-grid { padding: 80px 32px; display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 56px; align-items: center; }
.story-media { aspect-ratio: 4/3; border-radius: 4px; overflow: hidden; background: var(--color-alt-bg); }
.story-media img { width: 100%; height: 100%; object-fit: cover; }
.story-title { font-size: 32px; margin: 0 0 18px; }
.story-text { font-size: 15px; line-height: 1.7; color: var(--color-muted); margin: 0 0 24px; }
.story-link { font-weight: 600; font-size: 15px; border-bottom: 2px solid var(--color-accent); padding-bottom: 2px; }
.split-icon { font-size: 28px; margin-bottom: 10px; display: block; }
.split-list { font-size: 14px; line-height: 1.8; color: var(--color-muted); padding-left: 18px; margin: 0 0 20px; }

/* ---------- News cards (akcie) ---------- */
.news-card { background: var(--color-card); border-radius: 4px; overflow: hidden; }
.news-media { aspect-ratio: 16/9; overflow: hidden; background: var(--color-alt-bg); }
.news-media img { width: 100%; height: 100%; object-fit: cover; }
.news-body { padding: 18px; }
.news-date { font-size: 12px; color: var(--color-muted); margin-bottom: 6px; }
.news-title { font-weight: 700; font-size: 15px; margin-bottom: 8px; }
.news-desc { font-size: 13px; color: var(--color-muted); line-height: 1.5; margin: 0; }

/* ---------- Testimonials ---------- */
.testimonial-text { font-size: 15px; line-height: 1.7; font-style: italic; margin: 0 0 12px; }
.testimonial-author { font-size: 13px; color: var(--color-dark-muted); }

/* ---------- CTA ---------- */
.cta-section { padding: 70px 32px; text-align: center; max-width: var(--max-width); margin: 0 auto; }
.cta-title { font-size: 32px; margin: 0 0 16px; }
.cta-lead { color: var(--color-muted); margin: 0 0 28px; }

/* ---------- Team ---------- */
.team-card .dish-media { aspect-ratio: 1; border-radius: 4px; margin-bottom: 14px; }
.team-name { font-weight: 700; font-size: 16px; }
.team-role { font-size: 13px; color: var(--color-muted); }

/* ---------- Big stats ---------- */
.big-stats { padding: 60px 32px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; text-align: center; max-width: var(--max-width); margin: 0 auto; }
.big-stat-num { font-family: var(--font-serif); font-size: 40px; font-weight: 600; }
.big-stat-label { font-size: 13px; color: var(--color-dark-muted); margin-top: 6px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--color-alt-bg); border-top: 1px solid var(--color-border); }
.footer-grid { max-width: var(--max-width); margin: 0 auto; padding: 56px 32px 28px; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 32px; }
.footer-brand-name { font-family: var(--font-serif); font-size: 24px; font-weight: 600; font-style: italic; }
.footer-brand-desc { font-size: 13px; color: var(--color-muted); line-height: 1.6; margin: 12px 0 0; max-width: 260px; }
.footer-col-title { font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 14px; }
.footer-links { display: flex; flex-direction: column; gap: 8px; font-size: 14px; }
.footer-contact { font-size: 14px; line-height: 1.7; color: var(--color-text); }
.footer-bottom {
  max-width: var(--max-width); margin: 0 auto; padding: 20px 32px; border-top: 1px solid var(--color-border);
  font-size: 12px; color: var(--color-muted); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px;
}
.footer-bottom-simple {
  max-width: var(--max-width); margin: 0 auto; padding: 32px; font-size: 12px; color: var(--color-muted);
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px;
}
.footer-bottom-simple .footer-links { flex-direction: row; gap: 16px; flex-wrap: wrap; }

/* ---------- Cookie banner ---------- */
.cookie-banner {
  position: fixed; bottom: 0; left: 0; right: 0; background: var(--color-dark); color: var(--color-card);
  padding: 18px 32px; display: flex; align-items: center; justify-content: space-between; gap: 24px; z-index: 100;
  flex-wrap: wrap; transform: translateY(120%); transition: transform 0.3s ease;
}
.cookie-banner.show { transform: translateY(0); }
.cookie-text { margin: 0; font-size: 13px; max-width: 640px; }
.cookie-text a { color: oklch(0.7 0.1 150); text-decoration: underline; }
.cookie-actions { display: flex; gap: 12px; flex-shrink: 0; }
.btn-accept { background: var(--color-accent); border: none; color: #fff; padding: 10px 18px; border-radius: 2px; font-size: 13px; font-weight: 600; }

/* ---------- Simple sub-page header row (legal pages) ---------- */
.simple-header .header-inner { justify-content: space-between; }
.order-link { font-size: 14px; font-weight: 600; color: var(--color-text); }

/* ---------- Legal / text pages ---------- */
.legal-wrap { max-width: 760px; margin: 0 auto; padding: 64px 32px 100px; }
.legal-wrap h1 { font-size: 38px; margin: 0 0 6px; }
.legal-date { font-size: 13px; color: var(--color-muted); margin: 0 0 28px; }
.legal-wrap h2 { font-size: 19px; font-weight: 700; margin: 32px 0 10px; font-family: var(--font-sans); }
.legal-wrap p { font-size: 15px; line-height: 1.75; color: oklch(0.35 0.02 50); margin: 0 0 8px; }
.legal-wrap ul { font-size: 15px; line-height: 1.8; color: oklch(0.35 0.02 50); padding-left: 20px; margin: 0 0 8px; }
.legal-table { width: 100%; border-collapse: collapse; font-size: 14px; margin: 12px 0; }
.legal-table td, .legal-table th { padding: 10px 0; border-bottom: 1px solid var(--color-border); text-align: left; }
.legal-table td:last-child, .legal-table th:last-child { text-align: right; font-weight: 600; }
.legal-table.small { font-size: 13px; }
.legal-table.small td:last-child { text-align: left; font-weight: 400; }

/* ---------- Page hero (centered) ---------- */
.page-hero { padding: 64px 32px 16px; text-align: center; }
.page-hero.tight { padding-bottom: 0; }
.page-hero h1 { font-size: 44px; margin: 0 0 16px; }
.page-hero p { color: var(--color-muted); max-width: 560px; margin: 0 auto; }

/* ---------- Menu page ---------- */
.menu-layout { padding: 24px 32px 100px; display: grid; grid-template-columns: 1fr 360px; gap: 40px; align-items: start; max-width: var(--max-width); margin: 0 auto; }
.category-filters { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 32px; }
.category-btn {
  border: 1px solid var(--color-border); background: #fff; color: var(--color-text);
  padding: 8px 16px; border-radius: 20px; font-size: 13px; font-weight: 600;
}
.category-btn.active { border-color: var(--color-dark); background: var(--color-dark); color: #fff; }

.item-card { background: var(--color-card); border: 1px solid var(--color-border); border-radius: 4px; padding: 18px; display: flex; flex-direction: column; }
.item-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 8px; margin-bottom: 6px; }
.item-name { font-weight: 700; font-size: 16px; }
.item-tag { font-size: 10px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; background: var(--color-tag-bg); color: var(--color-tag-text); padding: 3px 8px; border-radius: 2px; white-space: nowrap; }
.item-desc { font-size: 13px; color: var(--color-muted); line-height: 1.5; margin-bottom: 14px; flex: 1; }
.item-footer { display: flex; align-items: center; justify-content: space-between; }
.item-price { font-weight: 700; color: var(--color-accent); font-size: 15px; }
.btn-add { background: var(--color-dark); color: #fff; border: none; padding: 8px 16px; border-radius: 2px; font-size: 13px; font-weight: 600; }
.qty-controls { display: none; align-items: center; gap: 10px; }
.qty-controls.show { display: flex; }
.btn-add.hide { display: none; }
.qty-btn { width: 26px; height: 26px; border-radius: 50%; border: 1px solid var(--color-border); background: #fff; cursor: pointer; font-weight: 700; }
.qty-value { font-weight: 600; min-width: 14px; text-align: center; }

.cart-panel { position: sticky; top: 96px; background: var(--color-card); border: 1px solid var(--color-border); border-radius: 4px; padding: 24px; }
.cart-title { font-size: 22px; margin: 0 0 16px; }
.cart-empty-text { color: var(--color-muted); font-size: 14px; }
.cart-lines { display: flex; flex-direction: column; gap: 14px; margin-bottom: 18px; }
.cart-line { display: flex; justify-content: space-between; align-items: center; gap: 8px; }
.cart-line-name { font-size: 14px; font-weight: 600; }
.cart-line-meta { font-size: 12px; color: var(--color-muted); }
.cart-line-right { display: flex; align-items: center; gap: 8px; }
.cart-line-total { font-size: 14px; font-weight: 700; }
.cart-line-remove { border: none; background: none; color: var(--color-muted); cursor: pointer; font-size: 14px; }
.cart-summary { border-top: 1px solid var(--color-border); padding-top: 14px; display: flex; flex-direction: column; gap: 6px; font-size: 14px; margin-bottom: 18px; }
.cart-summary-row { display: flex; justify-content: space-between; }
.cart-summary-row.muted { color: var(--color-muted); }
.cart-summary-row.total { font-weight: 700; font-size: 16px; padding-top: 6px; }
.btn-checkout { width: 100%; background: var(--color-accent); color: #fff; border: none; padding: 14px; border-radius: 2px; font-weight: 700; font-size: 15px; }
.btn-checkout:disabled { opacity: 0.5; cursor: not-allowed; }
.cart-min-note { font-size: 12px; color: var(--color-accent-dark); margin-bottom: 10px; display: none; }
.cart-note { font-size: 12px; color: var(--color-muted); margin-top: 16px; }

/* ---------- Checkout modal ---------- */
.modal-overlay {
  position: fixed; inset: 0; background: oklch(0.15 0.01 50 / 0.6); z-index: 200;
  display: none; align-items: center; justify-content: center; padding: 24px;
}
.modal-overlay.show { display: flex; }
.modal {
  background: #fff; max-width: 480px; width: 100%; border-radius: 6px; padding: 32px;
  max-height: 90vh; overflow-y: auto;
}
.modal-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.modal-title { font-size: 24px; }
.modal-close { border: none; background: none; font-size: 18px; cursor: pointer; color: var(--color-muted); }
.form-col { display: flex; flex-direction: column; gap: 12px; }
.form-input, .form-textarea {
  padding: 12px; border: 1px solid var(--color-border); border-radius: 2px; font-size: 14px; font-family: inherit; width: 100%;
}
.form-textarea { min-height: 60px; resize: vertical; }
.radio-group { display: flex; flex-direction: column; gap: 8px; font-size: 14px; margin-top: 4px; }
.radio-option { display: flex; align-items: center; gap: 8px; }
.modal-total { display: flex; justify-content: space-between; font-weight: 700; font-size: 16px; border-top: 1px solid var(--color-border); margin-top: 8px; padding-top: 12px; }
.btn-submit { width: 100%; background: var(--color-accent); color: #fff; border: none; padding: 14px; border-radius: 2px; font-weight: 700; font-size: 15px; margin-top: 8px; }
.modal-consent { font-size: 11px; color: var(--color-muted); text-align: center; margin: 0; }
.honeypot-field { position: absolute; left: -9999px; top: -9999px; opacity: 0; height: 0; width: 0; overflow: hidden; }

/* ---------- Contact page ---------- */
.contact-grid { padding: 48px 32px 80px; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; max-width: var(--max-width); margin: 0 auto; }
.info-stack { display: flex; flex-direction: column; gap: 22px; }
.info-card { background: var(--color-card); border: 1px solid var(--color-border); border-radius: 4px; padding: 24px; }
.info-card-title { font-weight: 700; font-size: 15px; margin-bottom: 6px; }
.info-card-body { font-size: 14px; color: var(--color-muted); line-height: 1.6; }
.contact-photo { aspect-ratio: 4/3; border-radius: 4px; overflow: hidden; margin-bottom: 20px; }
.contact-photo img { width: 100%; height: 100%; object-fit: cover; }
.contact-form-card { background: var(--color-card); border: 1px solid var(--color-border); border-radius: 4px; padding: 24px; }
.contact-form-card h3 { font-size: 20px; margin: 0 0 16px; }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 900px; margin: 0 auto; }
.faq-title { font-weight: 700; font-size: 15px; margin-bottom: 6px; }
.faq-text { font-size: 14px; color: var(--color-muted); line-height: 1.6; margin: 0; }

/* ---------- Notice banner (form results) ---------- */
.notice {
  max-width: var(--max-width); margin: 24px auto 0; padding: 14px 24px; border-radius: 4px; font-size: 14px; font-weight: 600;
}
.notice.success { background: oklch(0.5 0.1 150 / 0.14); color: oklch(0.35 0.1 150); border: 1px solid oklch(0.5 0.1 150 / 0.3); }
.notice.error { background: oklch(0.56 0.16 29 / 0.12); color: var(--color-accent-dark); border: 1px solid oklch(0.56 0.16 29 / 0.3); }

/* ---------- Standalone response pages (contact/order confirmation) ---------- */
.response-page { min-height: 60vh; display: flex; align-items: center; justify-content: center; padding: 64px 32px; }
.response-box { max-width: 520px; text-align: center; background: var(--color-card); border: 1px solid var(--color-border); border-radius: 6px; padding: 48px 36px; }
.response-icon { font-size: 44px; margin-bottom: 16px; }
.response-title { font-size: 26px; margin: 0 0 12px; }
.response-text { font-size: 15px; color: var(--color-muted); line-height: 1.6; margin: 0 0 24px; }
.response-order-num { font-family: var(--font-serif); font-size: 22px; font-weight: 600; color: var(--color-accent); margin: 0 0 12px; }

/* ---------- Utility ---------- */
.text-center { text-align: center; }
.mt-0 { margin-top: 0; }

/* ================= RESPONSIVE ================= */
@media (max-width: 1000px) {
  .hero { grid-template-columns: 1fr; }
  .hero-media { order: -1; aspect-ratio: 16/9; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .story-grid { grid-template-columns: 1fr; }
  .story-media { order: -1; aspect-ratio: 16/9; }
  .menu-layout { grid-template-columns: 1fr; }
  .cart-panel { position: static; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .stats-bar-inner { grid-template-columns: repeat(2, 1fr); }
  .big-stats { grid-template-columns: 1fr; }
}

@media (max-width: 780px) {
  .main-nav { display: none; }
  .nav-toggle {
    display: flex; align-items: center; justify-content: center; width: 40px; height: 40px;
    border: 1px solid var(--color-border); background: #fff; border-radius: 4px; font-size: 18px;
  }
  .header-inner.nav-open .main-nav {
    display: flex; position: absolute; top: 100%; left: 0; right: 0; background: var(--color-bg);
    flex-direction: column; padding: 16px 32px; border-bottom: 1px solid var(--color-border); gap: 16px;
  }
  .site-header { position: sticky; }
  .header-inner { position: relative; flex-wrap: wrap; }
  .phone-link { display: none; }
  .hero-title { font-size: 38px; }
  .grid-2 { grid-template-columns: 1fr; }
  .grid-4 { grid-template-columns: 1fr 1fr; }
  .faq-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; padding: 40px 24px 24px; }
  .wrap, .section, .hero, .story-grid, .cta-section, .menu-layout, .contact-grid { padding-left: 20px; padding-right: 20px; }
  .footer-bottom, .footer-bottom-simple { flex-direction: column; }
  .legal-wrap { padding: 40px 20px 64px; }
}

@media (max-width: 480px) {
  .grid-4 { grid-template-columns: 1fr; }
  .hero-title { font-size: 32px; }
  .cookie-banner { flex-direction: column; align-items: flex-start; }
}
