:root {
  --blue: #0b3b8f;
  --blue-dark: #062862;
  --blue-ink: #082658;
  --lemon: #f4bd16;
  --lemon-soft: #fff4b8;
  --green: #315a30;
  --ink: #14233d;
  --muted: #667189;
  --line: #dce4f0;
  --paper: #fffdf8;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(6, 40, 98, 0.13);
  --serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  --sans: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.dialog-open, body.cart-open { overflow: hidden; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
img { display: block; max-width: 100%; }
svg { display: block; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}

.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section-shell { position: relative; overflow: clip; }
.skip-link {
  position: fixed; z-index: 1000; top: 12px; left: 12px; transform: translateY(-150%);
  background: var(--blue-dark); color: white; padding: 10px 14px; border-radius: 8px;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky; z-index: 100; top: 0;
  background: rgba(255, 253, 248, 0.9);
  border-bottom: 1px solid rgba(11, 59, 143, 0.1);
  backdrop-filter: blur(18px);
}
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { width: 54px; height: 54px; border-radius: 50%; }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { color: var(--blue); font-family: var(--serif); font-size: 1.42rem; font-weight: 600; letter-spacing: 0.04em; }
.brand-copy span { margin-top: 6px; color: var(--muted); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.desktop-nav a { position: relative; color: var(--blue-ink); font-size: 0.9rem; font-weight: 650; text-decoration: none; }
.desktop-nav a::after { position: absolute; right: 0; bottom: -7px; left: 0; height: 2px; background: var(--lemon); content: ""; transform: scaleX(0); transition: transform 180ms ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 16px; }
.language-switch { display: flex; align-items: center; gap: 5px; color: #8a93a5; font-size: 0.78rem; font-weight: 800; }
.language-switch button { border: 0; background: transparent; color: #8a93a5; cursor: pointer; padding: 6px 3px; }
.language-switch button[aria-pressed="true"] { color: var(--blue); }
.header-call { display: inline-flex; align-items: center; gap: 8px; background: var(--blue); color: white; padding: 10px 15px; border-radius: 999px; font-size: 0.88rem; font-weight: 750; text-decoration: none; }
.header-call svg { width: 17px; fill: currentColor; }
.header-cart { min-height: 42px; display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(11,59,143,0.18); border-radius: 999px; background: white; color: var(--blue); cursor: pointer; padding: 8px 10px 8px 14px; font-size: 0.88rem; font-weight: 780; }
.header-cart:hover { border-color: var(--blue); background: #f8fbff; }
.header-cart svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.cart-count { min-width: 22px; height: 22px; display: inline-grid; place-items: center; border-radius: 999px; background: var(--lemon); color: var(--blue-dark); padding-inline: 5px; font-size: 0.7rem; font-weight: 850; line-height: 1; }
.cart-count.is-empty { background: var(--line); color: var(--muted); }

.hero { min-height: 690px; display: grid; align-items: center; padding: 74px 0 72px; background: linear-gradient(135deg, #fffdf8 0%, #ffffff 74%); }
.hero-filigree { position: absolute; z-index: 0; pointer-events: none; user-select: none; }
.hero-filigree-desktop { inset: 0; width: 100%; height: 100%; max-width: none; object-fit: cover; opacity: 0.1; }
.hero-filigree-mobile { display: none; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 0.98fr 1.02fr; align-items: center; gap: 58px; }
.eyebrow, .kicker { color: var(--blue); font-size: 0.76rem; font-weight: 850; letter-spacing: 0.2em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow > span:first-child { width: 30px; height: 2px; background: var(--lemon); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); color: var(--blue-ink); font-weight: 500; letter-spacing: -0.035em; }
h1 { max-width: 610px; margin: 22px 0 24px; font-size: clamp(2.9rem, 4.35vw, 4.1rem); line-height: 1.02; }
.hero-title-line { display: block; white-space: nowrap; }
h2 { margin-bottom: 20px; font-size: clamp(2.35rem, 4vw, 4rem); line-height: 1.03; }
.hero-lead { max-width: 585px; color: #4d5b73; font-size: clamp(1.02rem, 1.4vw, 1.2rem); line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 999px; padding: 13px 22px; cursor: pointer; font-weight: 750; line-height: 1.2; text-align: center; text-decoration: none; transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .text-button:focus-visible, .menu-tabs button:focus-visible, .dialog-close:focus-visible, .language-switch button:focus-visible, .header-cart:focus-visible, .cart-quantity button:focus-visible, .mobile-actions button:focus-visible, a:focus-visible { outline: 3px solid rgba(244, 189, 22, 0.75); outline-offset: 3px; }
.button svg { width: 19px; fill: currentColor; }
.button-primary { background: var(--blue); color: white; box-shadow: 0 12px 26px rgba(11, 59, 143, 0.2); }
.button-primary:hover { background: var(--blue-dark); box-shadow: 0 16px 30px rgba(11, 59, 143, 0.26); }
.button-secondary { border-color: rgba(11, 59, 143, 0.25); background: rgba(255,255,255,0.65); color: var(--blue); }
.button-secondary:hover { background: white; border-color: var(--blue); }
.button-light { background: white; color: var(--blue-dark); }
.quick-facts { display: grid; grid-template-columns: auto auto 1fr; gap: 32px; margin-top: 26px; padding-top: 22px; border-top: 1px solid rgba(11,59,143,0.14); }
.quick-facts > div { display: grid; }
.fact-label { margin-bottom: 4px; color: var(--muted); font-size: 0.74rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.quick-facts a, .quick-facts strong { color: var(--blue-ink); font-weight: 780; text-decoration: none; }
.quick-delivery-fact { min-width: 150px; }
.hero-visual { position: relative; }
.hero-image-frame { position: relative; overflow: hidden; aspect-ratio: 1.16; border: 9px solid white; border-radius: 50% 50% 12px 12px / 46% 46% 12px 12px; box-shadow: var(--shadow); }
.hero-image-frame::after { position: absolute; inset: 13px; border: 1px solid rgba(255,255,255,0.7); border-radius: inherit; content: ""; pointer-events: none; }
.hero-image-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 59% center; }
.image-note { position: absolute; right: 22px; bottom: 19px; z-index: 2; background: rgba(6,40,98,0.78); color: white; padding: 6px 10px; border-radius: 99px; font-size: 0.67rem; letter-spacing: 0.04em; }

.brand-strip { background: var(--blue); color: white; }
.brand-strip-inner { min-height: 72px; display: flex; align-items: center; justify-content: space-around; gap: 22px; font-family: var(--serif); font-size: 1.08rem; font-style: italic; }
.brand-strip i { width: 7px; height: 7px; background: var(--lemon); transform: rotate(45deg); }

.delivery-band { padding: 48px 0; background: var(--lemon-soft); border-bottom: 1px solid rgba(11,59,143,0.1); }
.delivery-band-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 82px 1.05fr 1fr auto; align-items: center; gap: 28px; }
.delivery-mark { width: 82px; height: 82px; display: grid; place-items: center; border-radius: 24px; background: var(--blue); color: white; box-shadow: 0 16px 32px rgba(11,59,143,0.17); transform: rotate(-3deg); }
.delivery-mark svg { width: 43px; fill: none; stroke: currentColor; stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
.delivery-copy .kicker { margin-bottom: 6px; }
.delivery-copy h2 { margin: 0; font-size: clamp(2rem, 3vw, 2.8rem); }
.delivery-details { margin: 0; color: #4d5b73; }
.delivery-band .button { white-space: nowrap; }

.menu-section { padding: 118px 0 110px; background: white; }
.section-heading { display: grid; grid-template-columns: 1.05fr 0.95fr; align-items: end; gap: 90px; margin-bottom: 48px; }
.section-heading h2 { margin-bottom: 0; }
.kicker { margin-bottom: 16px; }
.section-intro { max-width: 560px; color: var(--muted); font-size: 1.02rem; }
.section-intro p { margin-bottom: 14px; }
.text-button { border: 0; border-bottom: 1px solid var(--blue); background: transparent; color: var(--blue); cursor: pointer; padding: 0 0 4px; font-weight: 750; }
.menu-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 22px; margin-bottom: 22px; }
.menu-search { width: min(100%, 650px); min-height: 58px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; padding: 0 12px 0 18px; border: 1px solid rgba(11,59,143,0.17); border-radius: 18px; background: var(--paper); box-shadow: 0 12px 34px rgba(6,40,98,0.06); }
.menu-search:focus-within { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(11,59,143,0.08), 0 15px 38px rgba(6,40,98,0.08); }
.menu-search > svg { width: 22px; fill: none; stroke: var(--blue); stroke-width: 1.8; stroke-linecap: round; }
.menu-search input { min-width: 0; border: 0; outline: 0; background: transparent; color: var(--blue-ink); font: inherit; font-size: 1rem; }
.menu-search input::placeholder { color: #8a93a5; }
.menu-search button { width: 36px; height: 36px; border: 0; border-radius: 50%; background: rgba(11,59,143,0.08); color: var(--blue); cursor: pointer; font-size: 1.3rem; line-height: 1; }
.menu-search-status { min-width: 180px; margin: 0; color: var(--muted); font-size: 0.85rem; text-align: right; }
.menu-tabs { display: flex; gap: 8px; margin-bottom: 28px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.menu-tabs button { min-width: 100px; border: 1px solid var(--line); border-radius: 999px; background: white; color: var(--blue); cursor: pointer; padding: 10px 18px; font-weight: 760; }
.menu-tabs button[aria-selected="true"] { border-color: var(--blue); background: var(--blue); color: white; }
.menu-panel { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 52px; }
.menu-panel[hidden] { display: none; }
.menu-card[hidden] { display: none; }
.menu-section.is-searching .menu-tabs { display: none; }
.menu-card { position: relative; display: flex; align-items: start; justify-content: space-between; gap: 26px; min-height: 126px; padding: 24px 2px; border-bottom: 1px solid var(--line); }
.menu-card h3 { margin-bottom: 7px; color: var(--blue-ink); font-family: var(--serif); font-size: 1.48rem; font-weight: 600; line-height: 1.2; }
.menu-card p { max-width: 430px; margin-bottom: 0; color: var(--muted); font-size: 0.9rem; line-height: 1.55; }
.menu-card > strong, .menu-card-actions > strong { flex: none; color: var(--blue); font-family: var(--serif); font-size: 1.48rem; font-weight: 650; white-space: nowrap; }
.menu-card small { color: var(--muted); font-family: var(--sans); font-size: 0.68rem; font-weight: 760; text-transform: uppercase; }
.menu-card-actions { flex: none; display: grid; justify-items: end; gap: 11px; }
.add-to-cart { min-height: 36px; display: inline-flex; align-items: center; gap: 7px; border: 1px solid rgba(11,59,143,0.2); border-radius: 999px; background: white; color: var(--blue); cursor: pointer; padding: 7px 12px; font-size: 0.76rem; font-weight: 800; line-height: 1; transition: border-color 160ms ease, background 160ms ease, color 160ms ease, transform 160ms ease; }
.add-to-cart:hover { border-color: var(--blue); background: var(--blue); color: white; transform: translateY(-1px); }
.add-to-cart span:first-child { font-size: 1.15rem; font-weight: 500; line-height: 0.8; }
.menu-card-signature { margin-inline: -18px; padding-inline: 18px; background: linear-gradient(90deg, rgba(255,244,184,0.56), transparent); border-radius: 14px; }
.signature-label { position: absolute; top: 3px; left: 18px; color: #8a6500; font-size: 0.57rem; font-weight: 850; letter-spacing: 0.12em; }
.menu-card-signature h3 { margin-top: 8px; }
.menu-empty { margin-top: 28px; padding: 54px 24px; border: 1px dashed rgba(11,59,143,0.22); border-radius: 22px; background: var(--paper); text-align: center; }
.menu-empty[hidden] { display: none; }
.menu-empty > span { width: 48px; height: 48px; display: grid; place-items: center; margin: 0 auto 14px; border-radius: 50%; background: var(--lemon); color: var(--blue-dark); font-family: var(--serif); font-size: 1.5rem; font-weight: 700; }
.menu-empty h3 { margin-bottom: 6px; color: var(--blue-ink); font-family: var(--serif); font-size: 1.5rem; }
.menu-empty p { margin: 0; color: var(--muted); }
.menu-disclaimer { margin: 34px 0 0; color: #7c8494; font-size: 0.83rem; }

.story-section { padding: 116px 0; background: linear-gradient(145deg, #f8fbff, var(--paper)); }
.story-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; align-items: center; gap: 100px; }
.story-logo { display: flex; align-items: center; justify-content: center; }
.logo-halo { position: relative; width: min(100%, 390px); aspect-ratio: 1; flex: none; display: grid; place-items: center; padding: 26px; border: 1px solid rgba(11,59,143,0.17); border-radius: 50%; background: white; box-shadow: 0 22px 70px rgba(6,40,98,0.1); }
.logo-halo img { position: relative; z-index: 1; width: 100%; height: auto; aspect-ratio: 1; object-fit: contain; border-radius: 50%; }
.story-copy { max-width: 620px; }
.story-copy p:not(.kicker) { color: var(--muted); font-size: 1.04rem; }
.inline-link { display: inline-flex; align-items: center; gap: 14px; margin-top: 16px; color: var(--blue); font-weight: 780; text-decoration: none; }
.inline-link span:last-child { transition: transform 180ms ease; }
.inline-link:hover span:last-child { transform: translateX(5px); }

.visit-section { padding: 118px 0; background: white; }
.visit-grid { display: grid; grid-template-columns: 1.35fr 0.65fr; gap: 28px; }
.map-card { position: relative; overflow: hidden; min-height: 560px; border-radius: 28px; background: #e9eef6; box-shadow: 0 18px 54px rgba(6,40,98,0.1); }
.map-card iframe { width: 100%; height: 100%; min-height: 560px; border: 0; filter: saturate(0.7) contrast(1.02); }
.map-overlay { position: absolute; left: 24px; bottom: 24px; width: min(360px, calc(100% - 48px)); display: grid; gap: 12px; padding: 24px; border-radius: 18px; background: rgba(255,255,255,0.94); box-shadow: 0 14px 40px rgba(6,40,98,0.15); backdrop-filter: blur(12px); }
.map-overlay > span, .footer-label { color: var(--blue); font-size: 0.68rem; font-weight: 850; letter-spacing: 0.16em; }
.map-overlay strong { color: var(--blue-ink); font-family: var(--serif); font-size: 1.25rem; line-height: 1.4; }
.map-overlay .button { width: fit-content; min-height: 46px; padding: 10px 18px; }
.hours-card { padding: 36px 34px; border-radius: 28px; background: var(--blue-dark); color: white; box-shadow: var(--shadow); }
.status-row { display: flex; align-items: center; gap: 9px; color: #dbe7ff; font-size: 0.74rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.status-dot { width: 9px; height: 9px; border-radius: 50%; background: #64d586; box-shadow: 0 0 0 5px rgba(100,213,134,0.12); }
.status-dot.closed { background: #f2c044; box-shadow: 0 0 0 5px rgba(242,192,68,0.12); }
.hours-card h3 { margin: 20px 0 18px; font-family: var(--serif); font-size: 2.1rem; font-weight: 500; }
.hours-list { margin: 0; }
.hours-list > div { display: flex; justify-content: space-between; gap: 20px; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.12); }
.hours-list dt { color: #dce7ff; }
.hours-list dd { margin: 0; font-weight: 740; }
.contact-line { display: grid; margin-top: 28px; }
.contact-line span { color: #bdcbed; font-size: 0.75rem; font-weight: 750; letter-spacing: 0.08em; text-transform: uppercase; }
.contact-line a { text-decoration: none; }
.contact-phone { margin-top: 5px; color: var(--lemon); font-family: var(--serif); font-size: 1.6rem; font-weight: 600; }
.contact-whatsapp { width: fit-content; margin-top: 9px; color: #b8f1cb; font-size: 0.83rem; font-weight: 800; }

.faq-section { padding: 110px 0; background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: 0.72fr 1.28fr; gap: 100px; align-items: start; }
.faq-intro { overflow: hidden; }
.faq-ornament-pair { width: 300px; height: 165px; display: flex; margin-top: 20px; opacity: 0.075; pointer-events: none; }
.faq-ornament { width: 150px; height: 165px; display: block; flex: none; background: url("assets/azzurro-hero-filigree.png") left top / 520px auto no-repeat; }
.faq-ornament-mirror { transform: scaleX(-1); }
.faq-list details { border-top: 1px solid rgba(11,59,143,0.18); }
.faq-list details:last-child { border-bottom: 1px solid rgba(11,59,143,0.18); }
.faq-list summary { position: relative; cursor: pointer; list-style: none; padding: 24px 46px 24px 0; color: var(--blue-ink); font-family: var(--serif); font-size: 1.32rem; font-weight: 600; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; top: 21px; right: 3px; color: var(--blue); content: "+"; font-family: var(--sans); font-size: 1.65rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 660px; margin: -6px 0 23px; color: var(--muted); }

.final-cta { padding: 28px 0 0; background: var(--paper); }
.final-cta-inner { position: relative; overflow: hidden; min-height: 300px; display: flex; align-items: center; justify-content: space-between; gap: 50px; padding: 58px 64px; border-radius: 30px 30px 0 0; background: var(--blue); color: white; }
.final-cta-inner > :not(.final-cta-ornament) { position: relative; z-index: 1; }
.final-cta-ornament { position: absolute; top: -38px; left: 50%; width: 300px; height: 220px; background: url("assets/azzurro-hero-filigree.png") left top / 650px auto no-repeat; filter: brightness(0) invert(1); opacity: 0.085; pointer-events: none; }
.final-cta-ornament-mirror { right: 50%; left: auto; transform: scaleX(-1); }
.final-cta .kicker { color: var(--lemon); }
.final-cta h2 { max-width: 740px; margin-bottom: 0; color: white; }
.final-cta-note { margin: 18px 0 0; color: #dce7ff; font-weight: 650; }
.final-cta .button { flex: none; }

.site-footer { background: var(--blue-dark); color: white; padding: 62px 0 110px; }
.footer-grid { display: grid; grid-template-columns: 1.15fr 0.95fr 1.05fr 0.85fr 1.15fr; gap: 34px; }
.footer-brand img { width: 74px; height: 74px; border-radius: 50%; }
.footer-brand-block > p { max-width: 210px; margin: 16px 0 0; }
.footer-grid p { color: #d8e4ff; font-size: 0.9rem; }
.footer-grid a { text-decoration: none; }
.site-footer .footer-label { color: var(--lemon); font-size: 0.72rem; }
.social-links { display: grid; gap: 8px; margin-top: 14px; }
.social-links a { display: flex; align-items: center; gap: 9px; color: #d8e4ff; font-size: 0.86rem; transition: color 180ms ease, transform 180ms ease; }
.social-links a:hover { color: white; transform: translateX(3px); }
.social-icon { width: 28px; height: 28px; flex: 0 0 28px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,0.2); border-radius: 50%; color: var(--lemon); }
.social-icon svg { width: 14px; height: 14px; fill: currentColor; }
.social-links a[href*="instagram"] .social-icon svg { fill: none; stroke: currentColor; stroke-width: 1.8; }
.social-links a[href*="instagram"] .social-icon-dot { fill: currentColor; stroke: none; }
.footer-whatsapp { color: #b8f1cb; font-weight: 750; }
.footer-cookie-button { border: 0; background: transparent; color: inherit; cursor: pointer; padding: 0; font: inherit; text-align: left; }
.footer-cookie-button:hover { color: white; text-decoration: underline; text-underline-offset: 3px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 42px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.12); color: #aebfe2; font-size: 0.78rem; }
.footer-bottom p { margin: 0; }

.pwa-install-card {
  position: fixed; z-index: 550; bottom: 18px; left: 18px; width: min(410px, calc(100% - 36px));
  display: grid; grid-template-columns: 64px minmax(0, 1fr); gap: 14px 15px;
  overflow: hidden; border: 1px solid rgba(11,59,143,0.16); border-radius: 20px;
  background: rgba(255,255,255,0.98); box-shadow: 0 20px 62px rgba(3,24,62,0.2); padding: 18px;
  color: var(--ink); backdrop-filter: blur(16px);
}
.pwa-install-card::before { position: absolute; top: 0; right: 0; left: 0; height: 4px; background: linear-gradient(90deg, var(--blue) 0 74%, var(--lemon) 74%); content: ""; }
.pwa-install-card[hidden] { display: none; }
.pwa-install-card > img { width: 62px; height: 62px; border: 1px solid rgba(11,59,143,0.12); border-radius: 17px; box-shadow: 0 8px 20px rgba(6,40,98,0.1); }
.pwa-copy { min-width: 0; padding-right: 25px; }
.pwa-copy strong { display: block; margin-top: 1px; color: var(--blue-ink); font-family: var(--serif); font-size: 1.16rem; line-height: 1.25; }
.pwa-copy p { margin: 4px 0 0; color: var(--muted); font-size: 0.79rem; line-height: 1.45; }
.pwa-copy .pwa-ios-help { margin-top: 8px; color: var(--blue); font-weight: 720; }
.pwa-ios-help[hidden] { display: none; }
.pwa-close { position: absolute; top: 12px; right: 12px; width: 30px; height: 30px; display: grid; place-items: center; border: 0; border-radius: 50%; background: transparent; color: var(--muted); cursor: pointer; padding: 0; }
.pwa-close:hover { background: rgba(11,59,143,0.07); color: var(--blue); }
.pwa-close svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
.pwa-actions { grid-column: 1 / -1; display: flex; justify-content: flex-end; align-items: center; gap: 8px; }
.pwa-actions .button { min-height: 42px; padding: 9px 16px; font-size: 0.8rem; }
.pwa-later { border: 0; background: transparent; color: var(--muted); cursor: pointer; padding: 9px 11px; font-size: 0.78rem; font-weight: 750; }
.pwa-later:hover { color: var(--blue); }

.cookie-banner {
  position: fixed; z-index: 600; right: 18px; bottom: 18px; left: 18px;
  width: min(900px, calc(100% - 36px)); margin-inline: auto;
  display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 22px;
  border: 1px solid rgba(11,59,143,0.16); border-radius: 18px; background: rgba(255,255,255,0.98);
  box-shadow: 0 18px 60px rgba(3,24,62,0.2); padding: 17px 18px 17px 20px;
  color: var(--ink); backdrop-filter: blur(16px);
}
.cookie-banner[hidden] { display: none; }
.cookie-copy strong { display: block; color: var(--blue-ink); font-family: var(--serif); font-size: 1.1rem; }
.cookie-copy p { margin: 3px 0 0; color: var(--muted); font-size: 0.79rem; line-height: 1.45; }
.cookie-copy a { color: var(--blue); font-weight: 750; }
.cookie-actions { display: flex; gap: 8px; }
.cookie-actions .button { min-height: 42px; padding: 9px 15px; font-size: 0.78rem; white-space: nowrap; }

.legal-page { min-height: calc(100vh - 230px); padding: 74px 0 90px; background: linear-gradient(145deg, var(--paper), white 72%); }
.legal-container { width: min(900px, calc(100% - 40px)); }
.legal-intro { margin-bottom: 30px; }
.legal-intro .kicker { margin-bottom: 12px; }
.legal-intro h1 { max-width: none; margin: 0 0 10px; font-size: clamp(2.6rem, 6vw, 4.5rem); }
.legal-updated { margin: 0; color: var(--muted); font-size: 0.86rem; }
.legal-card { border: 1px solid rgba(11,59,143,0.12); border-radius: 28px; background: white; box-shadow: 0 22px 65px rgba(6,40,98,0.08); padding: 18px 46px; }
.legal-card section { padding: 28px 0; border-bottom: 1px solid var(--line); scroll-margin-top: 100px; }
.legal-card section:last-child { border-bottom: 0; }
.legal-card h2 { margin: 0 0 10px; font-family: var(--serif); font-size: 1.65rem; letter-spacing: -0.02em; }
.legal-card p { margin: 0 0 14px; color: #4d5b73; }
.legal-card p:last-child { margin-bottom: 0; }
.legal-card a { color: var(--blue); font-weight: 720; }
.legal-card .button { width: fit-content; margin-top: 6px; }
.legal-back { color: var(--blue); font-size: 0.86rem; font-weight: 750; text-decoration: none; }
.legal-footer { padding: 0 0 38px; }
.legal-footer-bottom { margin-top: 0; }
.legal-footer a { text-decoration: none; }

.mobile-actions { display: none; }
.cart-dialog {
  width: min(480px, 100%);
  max-width: 100%;
  height: 100dvh;
  max-height: none;
  margin: 0 0 0 auto;
  border: 0;
  padding: 0;
  background: white;
  color: var(--ink);
  box-shadow: -24px 0 70px rgba(3,24,62,0.24);
}
.cart-dialog::backdrop { background: rgba(3,24,62,0.62); backdrop-filter: blur(5px); }
.cart-shell { height: 100%; display: grid; grid-template-rows: auto minmax(0, 1fr) auto; }
.cart-header { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 22px 26px 18px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,0.97); }
.cart-header .kicker { margin-bottom: 4px; }
.cart-header h2 { margin: 0; font-size: 1.85rem; }
.cart-header-actions { flex: none; display: flex; align-items: center; gap: 10px; }
.cart-clear { border: 0; background: transparent; color: #7a8497; cursor: pointer; padding: 7px 2px; font-size: 0.76rem; font-weight: 750; text-decoration: underline; text-underline-offset: 3px; }
.cart-clear[hidden] { display: none; }
.cart-content { overflow-y: auto; padding: 8px 26px 20px; }
.cart-empty { min-height: 390px; display: grid; place-items: center; align-content: center; text-align: center; }
.cart-empty[hidden] { display: none; }
.cart-empty > svg { width: 54px; margin-bottom: 18px; fill: none; stroke: var(--blue); stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; }
.cart-empty h3 { margin-bottom: 7px; color: var(--blue-ink); font-family: var(--serif); font-size: 1.55rem; }
.cart-empty p { margin-bottom: 22px; color: var(--muted); }
.cart-empty .button { width: fit-content; }
.cart-items { display: grid; }
.cart-item { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 14px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.cart-item-copy { min-width: 0; }
.cart-item-name { display: block; margin-bottom: 3px; color: var(--blue-ink); font-family: var(--serif); font-size: 1.2rem; font-weight: 650; line-height: 1.25; }
.cart-item-price { color: var(--muted); font-size: 0.79rem; }
.cart-item-actions { display: grid; justify-items: end; gap: 8px; }
.cart-quantity { display: grid; grid-template-columns: 32px 30px 32px; align-items: center; overflow: hidden; border: 1px solid rgba(11,59,143,0.18); border-radius: 999px; background: white; }
.cart-quantity button { width: 32px; height: 32px; border: 0; background: transparent; color: var(--blue); cursor: pointer; font-size: 1.1rem; line-height: 1; }
.cart-quantity output { color: var(--blue-ink); font-size: 0.83rem; font-weight: 820; text-align: center; }
.cart-remove { border: 0; background: transparent; color: #7a8497; cursor: pointer; padding: 0; font-size: 0.73rem; text-decoration: underline; text-underline-offset: 3px; }
.cart-order-details { display: grid; gap: 12px; margin-top: 18px; }
.cart-order-details[hidden] { display: none; }
.cart-order-details > label { display: grid; gap: 5px; color: var(--blue-ink); font-size: 0.78rem; font-weight: 800; }
.cart-order-details input, .cart-order-details textarea { width: 100%; border: 1px solid rgba(11,59,143,0.18); border-radius: 12px; outline: 0; background: var(--paper); color: var(--ink); padding: 11px 13px; font: inherit; font-size: 0.9rem; resize: vertical; }
.cart-order-details input:focus, .cart-order-details textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(11,59,143,0.08); }
.cart-delivery-address[hidden] { display: none; }
.cart-order-type { min-width: 0; margin: 0 0 2px; border: 0; padding: 0; }
.cart-order-type legend { margin-bottom: 6px; color: var(--blue-ink); font-size: 0.78rem; font-weight: 800; }
.cart-order-options { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.cart-order-options label { position: relative; cursor: pointer; }
.cart-order-options input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.cart-order-options span { min-height: 40px; display: grid; place-items: center; border: 1px solid rgba(11,59,143,0.18); border-radius: 11px; background: white; color: var(--blue); padding: 7px 8px; font-size: 0.76rem; font-weight: 790; line-height: 1.2; text-align: center; }
.cart-order-options input:checked + span { border-color: var(--blue); background: var(--blue); color: white; }
.cart-order-options input:focus-visible + span { outline: 3px solid rgba(244,189,22,0.75); outline-offset: 2px; }
.cart-footer { padding: 11px 26px 13px; border-top: 1px solid var(--line); background: white; box-shadow: 0 -8px 24px rgba(6,40,98,0.05); }
.cart-footer[hidden] { display: none; }
.cart-total-row { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; color: var(--blue-ink); font-weight: 800; }
.cart-total-row strong { color: var(--blue); font-family: var(--serif); font-size: 1.45rem; }
.cart-minimum { margin: 1px 0 8px; color: #8a6500; font-size: 0.74rem; font-weight: 720; }
.cart-minimum.is-reached { color: var(--green); }
.cart-submit { width: 100%; min-height: 46px; padding-block: 10px; }
.cart-submit:disabled { cursor: not-allowed; opacity: 0.48; transform: none; box-shadow: none; }
.cart-confirmation { margin: 5px 0 0; color: var(--muted); font-size: 0.66rem; line-height: 1.35; text-align: center; }
.menu-dialog { width: min(720px, calc(100% - 28px)); max-height: calc(100vh - 28px); border: 0; border-radius: 24px; padding: 0; background: white; color: var(--ink); box-shadow: 0 30px 90px rgba(3,24,62,0.35); }
.menu-dialog::backdrop { background: rgba(3,24,62,0.72); backdrop-filter: blur(6px); }
.dialog-bar { position: sticky; z-index: 2; top: 0; display: flex; justify-content: space-between; align-items: center; padding: 20px 24px; background: rgba(255,255,255,0.96); border-bottom: 1px solid var(--line); }
.dialog-bar .kicker { margin-bottom: 3px; }
.dialog-bar h2 { margin: 0; font-size: 1.8rem; }
.dialog-close { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: white; color: var(--blue); cursor: pointer; padding: 0; font-size: 1.7rem; line-height: 1; }
.dialog-close svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
.dialog-image-wrap { display: flex; justify-content: center; padding: 30px; background: #f1f4f8; }
.dialog-image-wrap img { width: min(100%, 520px); height: auto; box-shadow: 0 14px 38px rgba(6,40,98,0.16); }
.dialog-actions { position: sticky; bottom: 0; display: flex; justify-content: center; gap: 10px; padding: 18px 24px; background: rgba(255,255,255,0.96); border-top: 1px solid var(--line); }
.noscript { position: fixed; z-index: 999; right: 10px; bottom: 10px; left: 10px; background: var(--blue-dark); color: white; padding: 12px; text-align: center; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity 650ms ease var(--delay, 0ms), transform 650ms cubic-bezier(.2,.7,.2,1) var(--delay, 0ms); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .hero { padding-top: 58px; }
  .hero-grid { grid-template-columns: 1fr; gap: 58px; }
  .hero-copy { max-width: 760px; }
  h1 { max-width: 760px; font-size: clamp(3.5rem, 8vw, 4.8rem); }
  .hero-visual { max-width: 760px; }
  .hero-image-frame { aspect-ratio: 1.48; border-radius: 32px; }
  .hero-image-frame img { object-position: 60% center; }
  .delivery-band-inner { grid-template-columns: 82px 1fr; }
  .delivery-details, .delivery-band .button { grid-column: 2; }
  .delivery-band .button { width: fit-content; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; }
  .story-grid { gap: 58px; }
  .visit-grid { grid-template-columns: 1fr; }
  .hours-card { display: grid; grid-template-columns: 1fr 1fr; column-gap: 40px; }
  .hours-card .status-row, .hours-card h3, .hours-card .contact-line { grid-column: 1 / -1; }
  .faq-grid { grid-template-columns: 1fr; gap: 30px; }
  .faq-ornament-pair { width: 220px; height: 118px; margin-top: 10px; opacity: 0.06; }
  .faq-ornament { width: 110px; height: 118px; background-size: 390px auto; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 700px) {
  html { scroll-padding-top: 72px; }
  body { padding-bottom: 66px; }
  .container { width: min(100% - 28px, 1180px); }
  .header-inner { min-height: 68px; }
  .brand img { width: 44px; height: 44px; }
  .brand-copy strong { font-size: 1.16rem; }
  .brand-copy span { display: none; }
  .header-call, .header-cart { display: none; }
  .hero { min-height: auto; padding: 44px 0 72px; }
  .hero-filigree-desktop { display: none; }
  .hero-filigree-mobile { display: block; width: 700px; height: auto; max-width: none; opacity: 0.075; }
  .hero-filigree-mobile-top { top: -8px; left: -4px; clip-path: inset(0 45% 45% 0); }
  .hero-filigree-mobile-bottom { right: -5px; bottom: -18px; clip-path: inset(45% 0 0 45%); }
  h1 { font-size: clamp(2.8rem, 13.5vw, 3.6rem); }
  .hero-title-line { white-space: normal; }
  .hero-lead { font-size: 1rem; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .quick-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 24px; }
  .quick-delivery-fact { grid-column: 1 / -1; }
  .hero-image-frame { aspect-ratio: 0.93; border-width: 6px; border-radius: 110px 110px 18px 18px; }
  .hero-image-frame img { object-position: 64% center; }
  .brand-strip-inner { justify-content: flex-start; overflow: hidden; min-height: 62px; white-space: nowrap; }
  .brand-strip-inner span:nth-of-type(4), .brand-strip-inner i:nth-of-type(3) { display: none; }
  .delivery-band { padding: 42px 0; }
  .delivery-band-inner { grid-template-columns: 1fr; gap: 18px; }
  .delivery-mark { width: 70px; height: 70px; }
  .delivery-details, .delivery-band .button { grid-column: 1; }
  .delivery-band .button { width: 100%; }
  .menu-section, .story-section, .visit-section, .faq-section { padding: 82px 0; }
  .menu-toolbar { width: 100%; display: grid; gap: 10px; }
  .menu-search { width: 100%; max-width: none; }
  .menu-search-status { min-width: 0; text-align: left; }
  .menu-tabs { overflow-x: auto; padding-bottom: 14px; }
  .menu-panel { grid-template-columns: 1fr; }
  .menu-card { min-height: 114px; }
  .story-grid { grid-template-columns: 1fr; gap: 46px; }
  .story-logo { order: 2; }
  .logo-halo { max-width: 300px; }
  .map-card, .map-card iframe { min-height: 580px; }
  .map-overlay { right: 18px; bottom: 18px; left: 18px; width: auto; }
  .hours-card { display: block; padding: 30px 24px; }
  .final-cta-inner { min-height: 390px; display: grid; align-content: center; padding: 46px 26px; border-radius: 24px 24px 0 0; }
  .final-cta-ornament { top: auto; bottom: -42px; left: 50%; width: 210px; height: 160px; background-size: 455px auto; opacity: 0.06; }
  .final-cta-ornament-mirror { right: 50%; left: auto; }
  .footer-grid { grid-template-columns: 1fr; gap: 26px; }
  .footer-bottom { display: grid; }
  body[data-page="terms"] { padding-bottom: 0; }
  .legal-header-inner { gap: 14px; }
  .legal-back { display: none; }
  .legal-page { padding: 50px 0 66px; }
  .legal-container { width: min(100% - 28px, 900px); }
  .legal-intro h1 { font-size: clamp(2.55rem, 13vw, 3.5rem); }
  .legal-card { border-radius: 20px; padding: 8px 20px; }
  .legal-card section { padding: 24px 0; }
  .legal-card h2 { font-size: 1.42rem; }
  .legal-card .button { width: 100%; }
  .cookie-banner { bottom: 78px; display: grid; grid-template-columns: 1fr; gap: 13px; padding: 15px; }
  body[data-page="terms"] .cookie-banner { bottom: 14px; }
  .cookie-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .cookie-actions .button { width: 100%; white-space: normal; }
  .pwa-install-card { bottom: 78px; left: 14px; width: calc(100% - 28px); padding: 16px; }
  .pwa-actions .button { width: auto; }
  .mobile-actions { position: fixed; z-index: 90; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: repeat(4, 1fr); min-height: 64px; border-top: 1px solid rgba(11,59,143,0.12); background: rgba(255,255,255,0.96); box-shadow: 0 -8px 28px rgba(6,40,98,0.09); backdrop-filter: blur(14px); }
  .mobile-actions a, .mobile-actions button { min-width: 0; display: grid; place-items: center; align-content: center; gap: 2px; border: 0; background: transparent; color: var(--blue); cursor: pointer; padding: 6px 2px; font-size: 0.64rem; font-weight: 800; line-height: 1; text-decoration: none; }
  .mobile-actions svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
  .mobile-cart-icon { position: relative; display: block; }
  .mobile-actions .cart-count { position: absolute; top: -8px; right: -13px; min-width: 17px; height: 17px; border: 2px solid white; padding-inline: 3px; font-size: 0.56rem; }
  .cart-dialog { width: 100%; height: 100dvh; max-height: 100dvh; margin: 0; border-radius: 0; }
  .cart-header { padding: max(16px, env(safe-area-inset-top)) 16px 13px; }
  .cart-header h2 { font-size: 1.55rem; }
  .cart-header .dialog-close { width: 40px; height: 40px; }
  .cart-content { padding: 5px 16px 14px; }
  .cart-footer { padding: 9px 16px max(10px, env(safe-area-inset-bottom)); }
  .cart-empty { min-height: 310px; }
  .menu-card { gap: 14px; }
  .menu-card-actions { gap: 8px; }
  .add-to-cart { padding: 7px 10px; }
  .dialog-image-wrap { padding: 18px; }
  .dialog-actions { display: grid; }
}

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