:root {
  --ink: #1f211c;
  --ink-soft: #57594f;
  --paper: #f4efe5;
  --paper-2: #ebe3d5;
  --white: #fffdf8;
  --olive: #4e5b3c;
  --olive-dark: #39432d;
  --terracotta: #a34f31;
  --line: rgba(31,33,28,.15);
  --line-dark: rgba(255,255,255,.16);
  --shadow: 0 24px 70px rgba(36,29,18,.13);
  --radius: 26px;
  --radius-sm: 16px;
  --shell: 1220px;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
body.dialog-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
img { max-width: 100%; display: block; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; transform: translateY(-180%); padding: 10px 14px; background: var(--white); z-index: 1000; border-radius: 8px; }
.skip-link:focus { transform: none; }

.topbar { position: absolute; inset: 0 0 auto; z-index: 20; color: var(--white); }
.topbar-inner { height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line-dark); }
.brand-mini { display: flex; align-items: center; gap: 12px; min-width: 0; }
.brand-mini strong { display: block; letter-spacing: .18em; font-size: 13px; }
.brand-mini small { display: block; margin-top: 3px; font-size: 9px; letter-spacing: .12em; opacity: .65; white-space: nowrap; }
.brand-mark { width: 38px; aspect-ratio: 1; border: 1px solid currentColor; border-radius: 50%; display: grid; place-items: center; font-family: var(--serif); font-size: 20px; }
.top-actions { display: flex; align-items: center; gap: 10px; }
.language-select { position: relative; height: 42px; display: inline-flex; align-items: center; border: 1px solid var(--line-dark); border-radius: 999px; background: rgba(255,255,255,.06); color: var(--white); transition: background .2s ease, border-color .2s ease; }
.language-select:hover { background: rgba(255,255,255,.11); border-color: rgba(255,255,255,.3); }
.language-select::after { content: '⌄'; position: absolute; right: 10px; top: 50%; transform: translateY(-58%); font-size: 11px; opacity: .7; pointer-events: none; }
.language-select select { appearance: none; -webkit-appearance: none; height: 100%; border: 0; outline: 0; background: transparent; color: inherit; padding: 0 26px 0 12px; border-radius: inherit; font-size: 11px; font-weight: 800; letter-spacing: .08em; cursor: pointer; }
.language-select select option { color: var(--ink); background: var(--white); }
.language-select:focus-within { outline: 3px solid rgba(217,205,182,.72); outline-offset: 3px; }
.icon-button, .close-button { border: 0; background: transparent; cursor: pointer; }
.icon-button { width: 42px; height: 42px; border: 1px solid var(--line-dark); border-radius: 50%; display: grid; place-items: center; }
.icon-button svg { width: 18px; fill: currentColor; }
.button { min-height: 46px; padding: 0 19px; border-radius: 999px; border: 1px solid transparent; display: inline-flex; align-items: center; justify-content: center; gap: 8px; cursor: pointer; font-weight: 700; font-size: 14px; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-1px); }
.button-dark { background: var(--white); color: var(--ink); }
.button-light { background: var(--white); color: var(--ink); }
.button-ghost-light { background: transparent; border-color: rgba(255,255,255,.35); color: var(--white); }
.button-ghost-light:hover { background: rgba(255,255,255,.08); }

.hero { min-height: 720px; position: relative; overflow: hidden; color: var(--white); background: #151914; display: grid; align-items: end; }
.hero-photo { position: absolute; inset: 0; background-image: linear-gradient(120deg, rgba(8,12,8,.2), rgba(8,12,8,.08)), url('https://unsplash.com/photos/GuhZ2lXdgGA/download?force=true'); background-size: cover; background-position: center 44%; transform: scale(1.02); animation: heroZoom 16s ease-out both; }
.hero-scrim { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(13,16,12,.88) 0%, rgba(13,16,12,.62) 44%, rgba(13,16,12,.2) 72%, rgba(13,16,12,.36) 100%), linear-gradient(0deg, rgba(13,16,12,.82), transparent 50%); }
.hero-content { position: relative; z-index: 2; padding: 150px 0 54px; }
.hero-logo-wrap { display: flex; align-items: center; gap: 16px; }
.official-logo { width: 56px; height: 56px; object-fit: contain; filter: invert(1); opacity: .92; }
.eyebrow { display: inline-block; font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; color: var(--olive-dark); }
.eyebrow.light { color: rgba(255,255,255,.72); }
.hero h1 { max-width: 820px; margin: 24px 0 22px; font-family: var(--serif); font-size: clamp(58px, 7.2vw, 104px); line-height: .91; letter-spacing: -.045em; font-weight: 400; }
.hero h1 em { font-weight: 400; color: #d9cdb6; }
.hero-lead { max-width: 580px; font-size: 18px; line-height: 1.65; color: rgba(255,255,255,.76); }
.hero-buttons { display: flex; gap: 10px; margin-top: 30px; flex-wrap: wrap; }
.hero-meta { margin-top: 72px; padding-top: 22px; border-top: 1px solid var(--line-dark); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; max-width: 670px; }
.hero-meta div { display: grid; gap: 5px; }
.meta-label { font-size: 10px; text-transform: uppercase; letter-spacing: .15em; color: rgba(255,255,255,.48); }
.hero-meta strong { font-size: 13px; font-weight: 650; }
@keyframes heroZoom { from { transform: scale(1.08); } to { transform: scale(1.02); } }

.utility { padding: 80px 0 0; background: var(--paper); }
.menu-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 28px; padding-bottom: 32px; }
.menu-heading h2, .info-copy h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; line-height: 1; }
.menu-heading h2 { font-size: clamp(44px, 5vw, 70px); margin: 8px 0 0; }
.search-launch { min-width: 310px; height: 54px; border-radius: 999px; border: 1px solid var(--line); background: rgba(255,255,255,.48); display: flex; align-items: center; gap: 12px; padding: 0 15px 0 18px; cursor: pointer; color: var(--ink-soft); transition: border-color .2s ease, background .2s ease; }
.search-launch:hover { border-color: rgba(31,33,28,.35); background: var(--white); }
.search-launch svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.search-launch span { flex: 1; text-align: left; }
kbd { font-family: var(--sans); font-size: 11px; padding: 4px 7px; border-radius: 7px; border: 1px solid var(--line); background: var(--white); }
.category-strip-wrap { position: sticky; top: 0; z-index: 14; background: rgba(244,239,229,.88); backdrop-filter: blur(16px); border-block: 1px solid var(--line); }
.category-strip { display: flex; gap: 8px; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: none; padding: 12px 0; }
.category-strip::-webkit-scrollbar { display: none; }
.category-chip { flex: 0 0 auto; padding: 11px 16px; border: 0; border-radius: 999px; background: transparent; color: var(--ink-soft); cursor: pointer; font-weight: 700; font-size: 13px; transition: background .2s ease, color .2s ease; }
.category-chip:hover, .category-chip.active { background: var(--ink); color: var(--white); }

.menu-sections { padding: 56px 0 100px; }
.menu-section { scroll-margin-top: 82px; margin-bottom: 82px; }
.section-head { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 20px; margin-bottom: 26px; }
.section-kicker { display: flex; align-items: center; gap: 10px; color: var(--ink-soft); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.section-kicker::before { content: ''; width: 34px; height: 1px; background: currentColor; }
.section-head h2 { font-family: var(--serif); font-size: clamp(34px, 4vw, 52px); font-weight: 400; letter-spacing: -.03em; margin: 8px 0 0; }
.section-count { font-size: 12px; color: var(--ink-soft); padding-bottom: 5px; }
.dish-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.dish-card { min-width: 0; }
.dish-card-button { width: 100%; height: 100%; min-height: 100%; display: flex; flex-direction: column; border: 1px solid var(--line); padding: 0; border-radius: var(--radius); overflow: hidden; background: rgba(255,255,255,.44); text-align: left; cursor: pointer; box-shadow: 0 1px 0 rgba(255,255,255,.65) inset; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.dish-card-button:hover { transform: translateY(-4px); box-shadow: var(--shadow); background: var(--white); }
.dish-card-button:focus-visible, .category-chip:focus-visible, .button:focus-visible, .icon-button:focus-visible, .search-launch:focus-visible, .info-card:focus-visible, .mobile-nav a:focus-visible, .mobile-nav button:focus-visible { outline: 3px solid #8c9c6c; outline-offset: 3px; }
.dish-image-wrap { position: relative; aspect-ratio: 16/10; overflow: hidden; background: linear-gradient(135deg, #d8c9b5, #a79b85); }
.dish-image-wrap.image-fallback::after, .modal-photo-wrap.image-fallback::after { content: 'GARDENKA'; position: absolute; inset: 0; display: grid; place-items: center; color: rgba(31,33,28,.42); font-family: var(--serif); font-size: 18px; letter-spacing: .18em; background: radial-gradient(circle at 72% 28%, rgba(255,255,255,.28), transparent 30%), linear-gradient(135deg, #e3d8c5, #c4b397); }
.dish-image { width: 100%; height: 100%; object-fit: cover; transition: transform .5s cubic-bezier(.2,.7,.2,1); }
.dish-card-button:hover .dish-image { transform: scale(1.04); }
.dish-badge { position: absolute; left: 14px; top: 14px; display: none; padding: 7px 10px; border-radius: 999px; background: rgba(255,253,248,.92); color: var(--ink); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(8px); }
.dish-badge:not(:empty) { display: inline-flex; }
.dish-body { display: flex; flex-direction: column; flex: 1; padding: 19px 19px 18px; }
.dish-title-row { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 14px; align-items: start; }
.dish-title-row h3 { margin: 0; min-height: 48px; font-family: var(--serif); font-size: 22px; line-height: 1.08; font-weight: 400; letter-spacing: -.018em; }
.dish-price { font-size: 15px; white-space: nowrap; }
.dish-description { min-height: 61px; margin: 11px 0 18px; color: var(--ink-soft); font-size: 13px; line-height: 1.55; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.dish-meta { display: flex; gap: 8px; flex-wrap: wrap; margin-top: auto; }
.dish-meta span { font-size: 10px; font-weight: 700; color: var(--ink-soft); padding: 6px 8px; border: 1px solid var(--line); border-radius: 999px; }
.dish-meta .dish-open { margin-left: auto; background: var(--ink); color: var(--white); border-color: var(--ink); }
.empty-state { grid-column: 1 / -1; padding: 48px; border: 1px dashed var(--line); border-radius: var(--radius); text-align: center; color: var(--ink-soft); }

.info-band { padding: 90px 0; background: var(--ink); color: var(--white); }
.info-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 72px; align-items: start; }
.info-copy h2 { font-size: clamp(48px, 5vw, 74px); margin: 14px 0 22px; }
.info-copy p { max-width: 520px; color: rgba(255,255,255,.65); line-height: 1.7; }
.info-cards { display: grid; gap: 12px; }
.info-card { width: 100%; min-height: 90px; border: 1px solid var(--line-dark); background: rgba(255,255,255,.04); color: var(--white); padding: 18px; display: grid; grid-template-columns: 48px minmax(0,1fr) auto; gap: 14px; align-items: center; border-radius: 18px; text-align: left; cursor: pointer; transition: background .2s ease, transform .2s ease; }
.info-card:hover { background: rgba(255,255,255,.08); transform: translateX(3px); }
.info-card strong, .info-card small { display: block; }
.info-card small { margin-top: 4px; color: rgba(255,255,255,.54); }
.info-icon { width: 48px; height: 48px; border-radius: 50%; background: #d5c7aa; color: var(--ink); display: grid; place-items: center; font-family: var(--serif); font-size: 18px; }

.footer { padding: 46px 0 110px; background: #171913; color: rgba(255,255,255,.68); border-top: 1px solid var(--line-dark); }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 26px; align-items: start; }
.footer-brand { font-family: var(--serif); letter-spacing: .24em; color: var(--white); font-size: 22px; }
.footer p { font-size: 12px; line-height: 1.6; }
.footer-links { display: flex; gap: 18px; }
.footer-links a, .footer-links button { border: 0; padding: 0; background: transparent; color: var(--white); cursor: pointer; font-size: 13px; }
.photo-note { grid-column: 1 / -1; opacity: .55; }

.mobile-nav { display: none; }
.toast { position: fixed; left: 50%; bottom: 26px; z-index: 60; max-width: min(420px, calc(100% - 32px)); padding: 12px 16px; border-radius: 999px; background: rgba(31,33,28,.96); color: var(--white); font-size: 13px; font-weight: 700; box-shadow: 0 16px 42px rgba(0,0,0,.24); opacity: 0; transform: translate(-50%, 12px); pointer-events: none; transition: opacity .2s ease, transform .2s ease; }
.toast.visible { opacity: 1; transform: translate(-50%, 0); }
.to-top { position: fixed; right: 22px; bottom: 22px; z-index: 15; width: 46px; height: 46px; border: 0; border-radius: 50%; background: var(--ink); color: var(--white); cursor: pointer; box-shadow: 0 12px 28px rgba(0,0,0,.2); opacity: 0; transform: translateY(10px); pointer-events: none; transition: .2s ease; }
.to-top.visible { opacity: 1; transform: none; pointer-events: auto; }

.sheet { width: 100%; max-width: none; height: 100%; max-height: none; margin: 0; padding: 0; border: 0; background: transparent; color: var(--ink); }
.sheet::backdrop { background: rgba(15,16,13,.62); backdrop-filter: blur(5px); }
.sheet-panel, .dish-modal { position: absolute; right: 0; top: 0; height: 100%; width: min(640px, 100%); background: var(--paper); box-shadow: -24px 0 70px rgba(0,0,0,.2); overflow-y: auto; animation: slideIn .28s cubic-bezier(.2,.7,.2,1) both; }
.search-panel { padding: 38px; }
.compact-panel { padding: 38px; width: min(560px, 100%); }
.sheet-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; margin-bottom: 30px; }
.sheet-head h2 { margin: 8px 0 0; font-family: var(--serif); font-size: 42px; font-weight: 400; letter-spacing: -.035em; }
.close-button { width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; font-size: 28px; line-height: 1; }
.search-field { height: 58px; border: 1px solid var(--line); background: var(--white); border-radius: 16px; display: flex; align-items: center; padding: 0 12px 0 16px; gap: 10px; }
.search-field svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; flex: none; }
.search-field input { width: 100%; border: 0; outline: 0; background: transparent; font-size: 17px; }
.search-field button { width: 34px; height: 34px; border: 0; background: var(--paper-2); border-radius: 50%; cursor: pointer; }
.search-hint { font-size: 12px; color: var(--ink-soft); margin: 12px 3px 24px; }
.search-results { display: grid; gap: 10px; }
.search-result { width: 100%; display: grid; grid-template-columns: 76px minmax(0,1fr) auto; gap: 13px; align-items: center; border: 1px solid var(--line); background: rgba(255,255,255,.48); border-radius: 16px; padding: 9px; text-align: left; cursor: pointer; }
.search-result img { width: 76px; height: 68px; object-fit: cover; border-radius: 11px; background: var(--paper-2); }
.search-result strong, .search-result small { display: block; }
.search-result small { margin-top: 4px; color: var(--ink-soft); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.search-result-price { font-weight: 800; font-size: 13px; white-space: nowrap; }
@keyframes slideIn { from { transform: translateX(40px); opacity: .5; } to { transform: none; opacity: 1; } }

.dish-modal { width: min(760px, 100%); padding-bottom: 48px; }
.modal-photo-wrap { position: relative; height: min(45vh, 420px); background: var(--paper-2); overflow: hidden; }
.modal-photo { width: 100%; height: 100%; object-fit: cover; }
.modal-close { position: absolute; top: 18px; right: 18px; z-index: 2; background: rgba(255,253,248,.92); }
.modal-body { padding: 34px 38px; }
.modal-category { color: var(--olive-dark); }
.modal-title-row { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 18px; align-items: start; margin: 10px 0 0; }
.modal-title-row h2 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; font-size: clamp(38px, 5vw, 58px); line-height: .98; }
.modal-price { font-size: 20px; font-weight: 800; padding-top: 8px; }
.modal-desc { margin: 24px 0; font-size: 17px; line-height: 1.65; color: var(--ink-soft); }
.modal-data { display: flex; flex-wrap: wrap; gap: 9px; padding-block: 18px; border-block: 1px solid var(--line); }
.modal-data span { padding: 8px 10px; border-radius: 999px; background: var(--white); font-size: 11px; font-weight: 800; }
.variant-list { margin-top: 26px; }
.variant-list h3 { font-size: 12px; text-transform: uppercase; letter-spacing: .14em; margin-bottom: 12px; }
.variant-row { display: flex; justify-content: space-between; gap: 20px; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.variant-row strong { white-space: nowrap; }
.modal-actions { margin-top: 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.modal-actions a { min-height: 52px; }

.allergen-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.allergen-item { border: 1px solid var(--line); border-radius: 14px; padding: 12px; display: grid; grid-template-columns: 30px 1fr; gap: 10px; align-items: center; background: rgba(255,255,255,.45); }
.allergen-number { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--white); font-weight: 800; font-size: 11px; }
.allergen-item strong { font-size: 12px; }
.dialog-note { margin-top: 22px; font-size: 12px; color: var(--ink-soft); line-height: 1.6; }
.contact-stack { display: grid; gap: 10px; }
.contact-person { display: flex; gap: 14px; align-items: center; padding: 18px; background: var(--ink); color: var(--white); border-radius: 18px; margin-bottom: 8px; }
.avatar { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; background: #d7c8a9; color: var(--ink); font-family: var(--serif); }
.contact-person strong, .contact-person small { display: block; }
.contact-person small { opacity: .62; margin-top: 4px; }
.contact-row { display: grid; grid-template-columns: 100px minmax(0,1fr); gap: 18px; padding: 16px 2px; border-bottom: 1px solid var(--line); align-items: start; }
.contact-row span { font-size: 12px; color: var(--ink-soft); }
.contact-row strong { font-size: 14px; overflow-wrap: anywhere; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .dish-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .info-grid { grid-template-columns: 1fr; gap: 48px; }
  .menu-heading { align-items: stretch; flex-direction: column; }
  .search-launch { width: 100%; min-width: 0; }
}

@media (max-width: 680px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .topbar-inner { height: 72px; }
  .brand-mini small { display: none; }
  .brand-mark { width: 34px; }
  .top-actions .icon-button { display: none; }
  .top-actions { gap: 7px; }
  .language-select { height: 40px; }
  .language-select select { padding-left: 10px; padding-right: 24px; }
  .top-actions .button { min-height: 40px; padding-inline: 14px; }
  .hero { min-height: 760px; }
  .hero-photo { background-position: 57% center; }
  .hero-scrim { background: linear-gradient(0deg, rgba(13,16,12,.94), rgba(13,16,12,.32) 75%), linear-gradient(90deg, rgba(13,16,12,.48), transparent); }
  .hero-content { padding: 120px 0 34px; }
  .official-logo { width: 48px; height: 48px; }
  .hero h1 { font-size: clamp(54px, 17vw, 74px); margin-top: 18px; }
  .hero-lead { font-size: 16px; line-height: 1.55; }
  .hero-meta { margin-top: 48px; grid-template-columns: 1fr; gap: 14px; }
  .utility { padding-top: 58px; }
  .menu-heading h2 { font-size: 48px; }
  .menu-sections { padding-top: 40px; padding-bottom: 64px; }
  .menu-section { margin-bottom: 60px; }
  .section-head { margin-bottom: 20px; }
  .section-head h2 { font-size: 38px; }
  .dish-grid { grid-template-columns: 1fr; gap: 14px; }
  .dish-card-button { display: grid; grid-template-columns: 124px minmax(0,1fr); border-radius: 20px; }
  .dish-image-wrap { aspect-ratio: auto; height: 100%; min-height: 154px; }
  .dish-body { padding: 16px; }
  .dish-title-row h3 { min-height: 0; font-size: 20px; }
  .dish-description { min-height: 0; -webkit-line-clamp: 2; margin: 9px 0 14px; font-size: 12px; }
  .dish-badge { left: 8px; top: 8px; font-size: 8px; }
  .info-band { padding: 66px 0; }
  .info-copy h2 { font-size: 50px; }
  .footer { padding-bottom: 106px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; }
  .mobile-nav { position: fixed; z-index: 30; left: 10px; right: 10px; bottom: 10px; display: grid; grid-template-columns: repeat(4,1fr); gap: 3px; padding: 6px; border: 1px solid rgba(255,255,255,.12); border-radius: 22px; background: rgba(29,31,26,.94); color: var(--white); backdrop-filter: blur(18px); box-shadow: 0 14px 40px rgba(0,0,0,.28); }
  .mobile-nav a, .mobile-nav button { min-width: 0; min-height: 52px; border: 0; background: transparent; color: inherit; border-radius: 16px; display: grid; place-items: center; align-content: center; gap: 2px; cursor: pointer; }
  .mobile-nav span { font-size: 18px; line-height: 1; }
  .mobile-nav small { font-size: 9px; letter-spacing: .02em; opacity: .72; }
  .toast { bottom: 84px; }
  .to-top { bottom: 82px; right: 16px; }
  .sheet-panel, .dish-modal { top: auto; bottom: 0; width: 100%; height: min(88vh, 820px); border-radius: 26px 26px 0 0; animation: sheetUp .28s cubic-bezier(.2,.7,.2,1) both; }
  .search-panel, .compact-panel { padding: 24px 18px 32px; }
  .sheet-head h2 { font-size: 36px; }
  .modal-photo-wrap { height: 34vh; min-height: 240px; }
  .modal-body { padding: 24px 19px 30px; }
  .modal-title-row h2 { font-size: 42px; }
  .modal-actions { grid-template-columns: 1fr; }
  .allergen-grid { grid-template-columns: 1fr; }
  .search-result { grid-template-columns: 64px minmax(0,1fr) auto; }
  .search-result img { width: 64px; height: 58px; }
  @keyframes sheetUp { from { transform: translateY(50px); opacity: .5; } to { transform: none; opacity: 1; } }
}

@media (max-width: 380px) {
  .brand-mark { display: none; }
  .top-actions .button { padding-inline: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
