:root {
  --red: #bd1f37;
  --red-dark: #861326;
  --orange: #ff6b24;
  --yellow: #ffc941;
  --navy: #17235d;
  --blue: #06a8cf;
  --ink: #1c2231;
  --muted: #666e7d;
  --cream: #fff7e8;
  --paper: #ffffff;
  --sky: #eafaff;
  --line: #e5e9f0;
  --shadow: 0 18px 55px rgba(23, 35, 93, .14);
  --shadow-soft: 0 12px 34px rgba(29, 36, 51, .09);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--paper); line-height: 1.55; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
.container { width: min(1180px, calc(100% - 36px)); margin-inline: auto; }
.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; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 2000; background: #fff; padding: 10px 14px; border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { top: 16px; }

.top-ticker { overflow: hidden; background: var(--navy); color: #fff; font-weight: 850; font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; }
.ticker-track { width: max-content; display: flex; align-items: center; gap: 20px; min-height: 36px; animation: ticker 28s linear infinite; }
.ticker-track i { color: var(--yellow); font-style: normal; }
@keyframes ticker { to { transform: translateX(-50%); } }

.site-header { position: sticky; top: 0; z-index: 300; background: rgba(255,255,255,.88); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(231,233,238,.78); transition: box-shadow .25s ease, background .25s ease; }
.site-header.scrolled { background: rgba(255,255,255,.97); box-shadow: 0 10px 30px rgba(23,35,93,.08); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { position: relative; width: 50px; height: 50px; display: grid; grid-template-columns: repeat(3,1fr); align-items: end; gap: 2px; padding: 8px 6px; border-radius: 16px; background: linear-gradient(145deg,var(--orange),var(--red)); color: #fff; font-weight: 950; box-shadow: 0 8px 20px rgba(189,31,55,.22); transform: rotate(-2deg); }
.brand-mark span { display: grid; place-items: center; height: 58%; border-radius: 4px 4px 7px 7px; background: rgba(255,255,255,.17); font-size: .65rem; }
.brand-mark span:nth-child(2) { height: 78%; }
.brand-mark span:nth-child(3) { height: 96%; }
.brand:hover .brand-mark { animation: brand-pop .55s ease; }
@keyframes brand-pop { 50% { transform: rotate(3deg) scale(1.08); } }
.brand-copy { display: grid; line-height: 1.03; }
.brand-copy strong { color: var(--red); font-size: 1.35rem; text-transform: uppercase; letter-spacing: .03em; }
.brand-copy small { font-weight: 850; color: var(--ink); }
.site-nav { display: flex; align-items: center; gap: 24px; }
.site-nav a { position: relative; text-decoration: none; font-weight: 780; }
.site-nav > a:not(.nav-order)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 3px; border-radius: 99px; background: var(--red); transition: right .22s ease; }
.site-nav > a:not(.nav-order):hover::after { right: 0; }
.nav-order { padding: 12px 17px; border-radius: 999px; background: var(--red); color: #fff !important; box-shadow: 0 10px 22px rgba(189,31,55,.2); animation: subtle-pulse 2.5s ease-in-out infinite; }
.nav-order:hover { background: var(--red-dark); transform: translateY(-1px); }
@keyframes subtle-pulse { 50% { box-shadow: 0 10px 30px rgba(189,31,55,.35); } }
.nav-toggle { display: none; border: 0; background: var(--cream); color: var(--ink); border-radius: 10px; padding: 9px 12px; font-weight: 850; }

.hero { position: relative; overflow: hidden; padding: 82px 0 105px; background: radial-gradient(circle at 10% 0%, #d2f6ff 0, transparent 36%), radial-gradient(circle at 92% 18%, #fff2dd 0, transparent 28%), linear-gradient(135deg, #fff 25%, #eefbff 100%); }
.hero-grid { position: relative; z-index: 4; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 62px; }
.hero-blob { position: absolute; border-radius: 48% 52% 55% 45%; filter: blur(2px); opacity: .65; animation: blob-float 8s ease-in-out infinite; }
.blob-one { width: 360px; height: 360px; right: -110px; top: 55px; background: rgba(255,201,65,.2); }
.blob-two { width: 260px; height: 260px; left: -120px; bottom: 80px; background: rgba(6,168,207,.12); animation-delay: -3s; }
@keyframes blob-float { 50% { transform: translate3d(0,-18px,0) rotate(8deg) scale(1.06); border-radius: 55% 45% 42% 58%; } }
.floating-food { position: absolute; z-index: 2; display: grid; place-items: center; width: 58px; height: 58px; border-radius: 20px; background: rgba(255,255,255,.8); box-shadow: var(--shadow-soft); backdrop-filter: blur(8px); font-size: 1.65rem; animation: food-float 5s ease-in-out infinite; }
.food-one { left: 4%; top: 18%; transform: rotate(-9deg); }
.food-two { right: 3%; bottom: 26%; animation-delay: -1.7s; }
.food-three { left: 47%; bottom: 6%; animation-delay: -3.2s; }
@keyframes food-float { 50% { transform: translateY(-18px) rotate(8deg); } }
.wave-divider { position: absolute; left: 0; right: 0; bottom: -2px; width: 100%; height: 90px; z-index: 3; }
.wave-divider path { fill: #fff; }
.eyebrow { margin: 0 0 10px; color: var(--red); font-weight: 950; text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; }
h1, h2 { margin: 0; line-height: 1.04; letter-spacing: -.038em; }
h1 { max-width: 720px; font-size: clamp(3.1rem, 6.2vw, 6rem); }
h2 { font-size: clamp(2rem, 4vw, 3.45rem); }
h3 { line-height: 1.15; }
.animated-word { position: relative; display: inline-block; color: var(--red); min-width: 4.8ch; }
.animated-word::after { content: ""; position: absolute; left: 0; right: 0; bottom: .05em; height: .13em; z-index: -1; background: var(--yellow); border-radius: 99px; transform: scaleX(.9) rotate(-1deg); }
.animated-word.word-out { animation: word-out .22s ease both; }
.animated-word.word-in { animation: word-in .35s cubic-bezier(.2,.8,.2,1) both; }
@keyframes word-out { to { opacity: 0; transform: translateY(12px) rotate(2deg); } }
@keyframes word-in { from { opacity: 0; transform: translateY(-12px) rotate(-2deg); } }
.hero-lead { max-width: 620px; margin: 25px 0 0; font-size: 1.2rem; color: var(--muted); }
.hero-actions, .leaflet-actions, .feature-actions, .location-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 30px; }
.button { position: relative; overflow: hidden; display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 51px; padding: 0 22px; border-radius: 999px; text-decoration: none; font-weight: 920; transition: transform .2s ease, background .2s ease, box-shadow .2s ease, color .2s ease; }
.button::before { content: ""; position: absolute; inset: -100% auto -100% -35%; width: 28%; transform: rotate(18deg); background: rgba(255,255,255,.3); transition: left .55s ease; }
.button:hover::before { left: 115%; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: linear-gradient(135deg,var(--red),#e03b4f); color: #fff; box-shadow: 0 13px 27px rgba(189,31,55,.23); }
.button-primary:hover { background: linear-gradient(135deg,var(--red-dark),var(--red)); box-shadow: 0 17px 34px rgba(189,31,55,.3); }
.button-order b { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 50%; background: rgba(255,255,255,.2); transition: transform .25s ease; }
.button-order:hover b { transform: translateX(4px); }
.button-secondary { border: 2px solid var(--navy); color: var(--navy); background: rgba(255,255,255,.78); }
.button-secondary:hover { background: var(--navy); color: #fff; }
.button-light { background: #fff; color: var(--red-dark); box-shadow: 0 12px 28px rgba(70,7,19,.16); }
.button-light:hover { color: var(--red); }
.full-width { width: 100%; }
.text-link { color: #fff; text-decoration: none; font-weight: 900; }
.text-link span { display: inline-block; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }
.text-link.dark { color: var(--navy); }
.status-row { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 25px; color: var(--muted); font-size: .94rem; }
.status-pill { padding: 7px 11px; border-radius: 999px; font-weight: 920; background: #e9eefb; color: var(--navy); }
.status-pill.open { background: #ddf8e7; color: #11612f; }
.status-pill.closed { background: #fde8ea; color: #8e1830; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 17px; margin-top: 20px; color: var(--navy); font-size: .88rem; font-weight: 850; }
.hero-media { position: relative; transform-style: preserve-3d; transition: transform .2s ease-out; }
.hero-image-wrap { position: relative; overflow: hidden; border-radius: 34px; box-shadow: var(--shadow); transform: translateZ(20px); }
.hero-image-wrap img { width: 100%; aspect-ratio: 1.25 / 1; object-fit: cover; transition: transform 1s cubic-bezier(.2,.8,.2,1); }
.hero-media:hover img { transform: scale(1.045); }
.shine { position: absolute; inset: -80% -30%; background: linear-gradient(110deg, transparent 40%, rgba(255,255,255,.34) 50%, transparent 60%); transform: translateX(-65%) rotate(4deg); animation: image-shine 5.5s ease-in-out infinite; }
@keyframes image-shine { 55%,100% { transform: translateX(75%) rotate(4deg); } }
.hero-badge { position: absolute; display: grid; padding: 15px 18px; color: #fff; border-radius: 17px; box-shadow: var(--shadow); transform: translateZ(40px); animation: badge-bob 4s ease-in-out infinite; }
.hero-badge strong { font-size: 1.2rem; }
.hero-badge span { font-size: .83rem; opacity: .83; }
.badge-phone { left: -28px; bottom: 30px; background: var(--navy); }
.badge-fresh { right: -24px; top: 30px; background: linear-gradient(135deg,var(--orange),var(--red)); animation-delay: -2s; }
@keyframes badge-bob { 50% { transform: translateZ(40px) translateY(-8px) rotate(1deg); } }

.quick-info { position: relative; z-index: 7; margin-top: -23px; }
.info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.info-grid article { display: flex; gap: 13px; align-items: center; min-height: 96px; padding: 20px; border: 1px solid var(--line); border-radius: 19px; background: #fff; box-shadow: var(--shadow-soft); transition: transform .25s ease, box-shadow .25s ease; }
.info-grid article:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.info-grid article div { display: grid; }
.info-grid strong { color: var(--navy); }
.info-grid a, .info-grid span:not(.info-icon) { color: var(--muted); text-decoration: none; }
.info-icon { width: 44px; height: 44px; flex: 0 0 44px; display: grid; place-items: center; border-radius: 13px; background: var(--cream); color: var(--red); font-size: 1.2rem; font-weight: 950; transition: transform .25s ease; }
.info-grid article:hover .info-icon { transform: rotate(-8deg) scale(1.08); }

.order-strip { padding: 30px 0 0; }
.order-strip-inner { position: relative; overflow: hidden; display: flex; justify-content: space-between; align-items: center; gap: 30px; padding: 24px 28px; border-radius: 24px; background: linear-gradient(120deg,var(--navy),#273987 65%,#30499a); color: #fff; box-shadow: var(--shadow-soft); }
.order-strip-inner::after { content: ""; position: absolute; width: 210px; height: 210px; right: 23%; top: -100px; border: 28px solid rgba(255,255,255,.07); border-radius: 50%; animation: spin-slow 18s linear infinite; }
@keyframes spin-slow { to { transform: rotate(360deg); } }
.order-strip-inner > * { position: relative; z-index: 2; }
.order-strip-inner > div { display: grid; }
.order-strip-inner strong { font-size: clamp(1.3rem,2.3vw,2rem); }
.order-kicker { color: var(--yellow); font-weight: 920; text-transform: uppercase; letter-spacing: .12em; font-size: .75rem; }

.menu-section { padding: 105px 0 95px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; }
.section-heading.centered { display: grid; justify-items: center; text-align: center; }
.section-heading > p, .section-heading.centered > p { max-width: 500px; color: var(--muted); margin: 0 0 4px; }
.menu-tools { display: grid; gap: 18px; margin-top: 35px; }
.search-box { position: relative; }
.search-icon { position: absolute; left: 18px; top: 50%; transform: translateY(-50%); color: var(--red); font-size: 1.5rem; font-weight: 950; pointer-events: none; }
.search-box input { width: 100%; min-height: 58px; border: 1px solid var(--line); border-radius: 18px; padding: 0 18px 0 50px; outline: none; background: #f8f9fb; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease, transform .2s ease; }
.search-box input:focus { border-color: var(--navy); box-shadow: 0 0 0 5px rgba(23,35,93,.09); background: #fff; transform: translateY(-1px); }
.filter-row { display: flex; gap: 9px; overflow-x: auto; padding: 2px 0 7px; scrollbar-width: thin; }
.filter-button { white-space: nowrap; border: 1px solid var(--line); border-radius: 999px; padding: 10px 15px; background: #fff; color: var(--ink); cursor: pointer; font-weight: 850; transition: transform .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease; }
.filter-button:hover { transform: translateY(-2px); }
.filter-button.active { background: var(--navy); border-color: var(--navy); color: #fff; box-shadow: 0 8px 20px rgba(23,35,93,.18); }
.menu-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; margin-top: 31px; perspective: 1200px; }
.menu-card { display: flex; flex-direction: column; min-height: 100%; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #fff; box-shadow: 0 8px 28px rgba(29,36,51,.055); transition: transform .28s cubic-bezier(.2,.8,.2,1), box-shadow .28s ease, border-color .28s ease; animation: card-enter .52s cubic-bezier(.2,.8,.2,1) both; }
.menu-card:hover { transform: translateY(-8px) rotateX(1deg); border-color: rgba(189,31,55,.2); box-shadow: 0 20px 48px rgba(23,35,93,.13); }
@keyframes card-enter { from { opacity: 0; transform: translateY(28px) scale(.97); } to { opacity: 1; transform: none; } }
.menu-card-header { position: relative; overflow: hidden; padding: 22px 22px 16px; background: linear-gradient(135deg, var(--cream), #fff); border-bottom: 1px solid var(--line); }
.menu-card-header::after { content: ""; position: absolute; width: 120px; height: 120px; right: -48px; top: -68px; border: 20px solid rgba(189,31,55,.05); border-radius: 50%; transition: transform .35s ease; }
.menu-card:hover .menu-card-header::after { transform: scale(1.25) rotate(22deg); }
.menu-card h3 { position: relative; z-index: 1; margin: 0; color: var(--red); font-size: 1.56rem; }
.menu-list { list-style: none; margin: 0; padding: 8px 22px 20px; }
.menu-item { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 14px; align-items: baseline; padding: 11px 0; border-bottom: 1px dashed #d8dce4; transition: padding-left .18s ease, background .18s ease; }
.menu-item:hover { padding-left: 7px; background: linear-gradient(90deg,rgba(255,201,65,.12),transparent); }
.menu-item:last-child { border-bottom: 0; }
.menu-item-name { font-weight: 730; }
.menu-item-note { display: block; color: var(--muted); font-size: .82rem; font-weight: 520; margin-top: 2px; }
.menu-item-price { color: var(--navy); font-weight: 950; white-space: nowrap; }
.menu-empty { text-align: center; padding: 50px 20px; color: var(--muted); }
.menu-note { margin: 25px 0 0; color: var(--muted); font-size: .9rem; }

.feature-band { position: relative; overflow: hidden; padding: 86px 0; background: linear-gradient(130deg,var(--red-dark),var(--red) 55%,#e54355); color: #fff; }
.feature-band .eyebrow { color: #ffe4a8; }
.feature-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr .82fr; gap: 58px; align-items: center; }
.feature-copy p:not(.eyebrow) { max-width: 620px; font-size: 1.08rem; opacity: .9; }
.feature-image { position: relative; transform-style: preserve-3d; transition: transform .2s ease-out; }
.feature-image img { width: 100%; aspect-ratio: 1.35/1; object-fit: cover; border-radius: 29px; box-shadow: 0 22px 50px rgba(57,5,14,.28); }
.feature-sticker { position: absolute; right: -16px; bottom: 24px; padding: 12px 15px; border-radius: 14px; background: var(--yellow); color: var(--navy); font-weight: 950; transform: rotate(-3deg) translateZ(30px); box-shadow: var(--shadow-soft); animation: sticker-wiggle 3.8s ease-in-out infinite; }
@keyframes sticker-wiggle { 50% { transform: rotate(2deg) translateY(-5px) translateZ(30px); } }
.feature-bubbles span { position: absolute; display: block; border-radius: 50%; background: rgba(255,255,255,.08); animation: bubbles 11s linear infinite; }
.feature-bubbles span:nth-child(1) { width: 54px; height: 54px; left: 7%; bottom: -65px; }
.feature-bubbles span:nth-child(2) { width: 86px; height: 86px; left: 33%; bottom: -100px; animation-delay: -4s; }
.feature-bubbles span:nth-child(3) { width: 38px; height: 38px; right: 22%; bottom: -55px; animation-delay: -7s; }
.feature-bubbles span:nth-child(4) { width: 110px; height: 110px; right: 4%; bottom: -125px; animation-delay: -2s; }
@keyframes bubbles { to { transform: translateY(-520px) rotate(180deg); opacity: 0; } }

.how-section { padding: 100px 0; background: linear-gradient(180deg,#fff,#f8fbff); }
.steps-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 42px; }
.step-card { position: relative; overflow: hidden; min-height: 255px; padding: 28px; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: var(--shadow-soft); transition: transform .28s ease, box-shadow .28s ease; }
.step-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.step-card > span { position: absolute; right: 18px; top: 5px; color: rgba(23,35,93,.06); font-size: 6rem; line-height: 1; font-weight: 1000; }
.step-icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 16px; background: linear-gradient(135deg,var(--cream),#fff1d1); color: var(--red); font-size: 1.35rem; font-weight: 1000; transition: transform .3s ease; }
.step-card:hover .step-icon { transform: rotate(-8deg) scale(1.08); }
.step-card h3 { margin: 26px 0 8px; color: var(--navy); font-size: 1.25rem; }
.step-card p { margin: 0; color: var(--muted); }
.center-action { display: flex; justify-content: center; margin-top: 34px; }

.gallery-section { padding: 92px 0; background: #f7fafc; }
.gallery-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.gallery-grid figure { position: relative; margin: 0; overflow: hidden; border-radius: 24px; min-height: 380px; background: #ddd; box-shadow: var(--shadow-soft); transform-style: preserve-3d; transition: transform .2s ease-out, box-shadow .25s ease; }
.gallery-grid figure:hover { box-shadow: var(--shadow); }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.8,.2,1), filter .4s ease; }
.gallery-grid figure:hover img { transform: scale(1.08); filter: saturate(1.1); }
.gallery-grid figcaption { position: absolute; left: 14px; right: 14px; bottom: 14px; display: grid; padding: 13px 15px; border-radius: 15px; background: rgba(255,255,255,.92); color: var(--navy); backdrop-filter: blur(9px); transform: translateZ(24px); }
.gallery-grid figcaption strong { font-weight: 950; }
.gallery-grid figcaption span { color: var(--muted); font-size: .83rem; }

.visit-section { padding: 98px 0; }
.visit-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 22px; }
.hours-card, .location-card { border: 1px solid var(--line); border-radius: 27px; overflow: hidden; background: #fff; box-shadow: var(--shadow-soft); }
.hours-card { padding: 31px; }
.hours-list { margin: 25px 0; }
.hours-list div { display: flex; justify-content: space-between; gap: 20px; padding: 10px 0; border-bottom: 1px solid var(--line); transition: padding-left .18s ease, color .18s ease; }
.hours-list div:hover { padding-left: 6px; color: var(--red); }
.hours-list dt { font-weight: 800; }
.hours-list dd { margin: 0; color: var(--muted); }
.location-card { display: grid; grid-template-rows: auto minmax(330px,1fr); }
.location-copy { padding: 31px; }
.location-copy p:not(.eyebrow) { color: var(--muted); }
.location-card iframe { width: 100%; height: 100%; min-height: 350px; border: 0; filter: saturate(.85); transition: filter .3s ease; }
.location-card:hover iframe { filter: saturate(1.05); }

.leaflet-section { padding: 92px 0; background: var(--sky); }
.leaflet-grid { display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 44px; }
.leaflet-grid > div > p:not(.eyebrow) { color: var(--muted); }
.leaflet-image { transform-style: preserve-3d; transition: transform .2s ease-out; }
.leaflet-image img { border-radius: 21px; box-shadow: var(--shadow); transform: translateZ(14px); }

.allergen-section { padding: 66px 0 92px; }
.allergen-box { position: relative; overflow: hidden; display: grid; grid-template-columns: .95fr 1.05fr; gap: 38px; align-items: center; padding: 34px; border-radius: 25px; background: linear-gradient(120deg,var(--navy),#263781); color: #fff; }
.allergen-box::after { content: "!"; position: absolute; right: 25px; top: -35px; font-size: 11rem; font-weight: 1000; color: rgba(255,255,255,.04); }
.allergen-box > * { position: relative; z-index: 2; }
.allergen-box .eyebrow { color: #ffcf73; }
.allergen-box h2 { font-size: clamp(1.7rem,3vw,2.5rem); }
.allergen-box > p { margin: 0; opacity: .86; }

.site-footer { padding: 30px 0 92px; background: #10172e; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1fr auto auto; gap: 28px; align-items: center; }
.footer-grid > div { display: grid; }
.footer-grid span { opacity: .72; font-size: .9rem; }
.footer-grid a { color: #fff; font-weight: 920; text-decoration: none; }
.mobile-order-bar { display: none; }

.order-modal[hidden] { display: none; }
.order-modal { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; padding: 20px; }
.order-modal-backdrop { position: absolute; inset: 0; background: rgba(10,16,38,.7); backdrop-filter: blur(6px); animation: fade-in .2s ease; }
.order-modal-card { position: relative; z-index: 2; width: min(520px,100%); padding: 34px; border-radius: 28px; background: #fff; box-shadow: 0 30px 90px rgba(0,0,0,.28); animation: modal-in .35s cubic-bezier(.2,.8,.2,1); }
.order-modal-card h2 { font-size: clamp(1.9rem,5vw,2.7rem); }
.order-modal-card p:not(.eyebrow) { color: var(--muted); }
.modal-close { position: absolute; right: 15px; top: 12px; width: 40px; height: 40px; border: 0; border-radius: 50%; background: #f3f5f8; font-size: 1.7rem; cursor: pointer; }
.modal-icon { display: grid; place-items: center; width: 62px; height: 62px; margin-bottom: 18px; border-radius: 18px; background: var(--cream); font-size: 2rem; animation: sticker-wiggle 3.2s ease-in-out infinite; }
@keyframes fade-in { from { opacity: 0; } }
@keyframes modal-in { from { opacity: 0; transform: translateY(24px) scale(.96); } }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s cubic-bezier(.2,.8,.2,1), transform .7s cubic-bezier(.2,.8,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: .12s; }
.reveal-delay-2 { transition-delay: .24s; }

@media (max-width: 1040px) {
  .site-nav { gap: 16px; }
  .site-nav > a:not(.nav-order) { display: none; }
  .hero-grid, .feature-grid, .visit-grid, .leaflet-grid { grid-template-columns: 1fr; }
  .hero-copy, .hero-media { max-width: 780px; }
  .hero-media { margin-inline: auto; }
  .badge-phone { left: 18px; }
  .badge-fresh { right: 18px; }
  .menu-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-grid figure:last-child { grid-column: 1 / -1; }
  .leaflet-grid img { order: -1; }
}

@media (max-width: 760px) {
  body { padding-bottom: 66px; }
  .top-ticker { font-size: .72rem; }
  .nav-toggle { display: inline-flex; }
  .site-nav { display: none; position: absolute; left: 18px; right: 18px; top: 70px; padding: 16px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: var(--shadow); flex-direction: column; align-items: stretch; gap: 5px; }
  .site-nav.open { display: flex; animation: modal-in .25s ease; }
  .site-nav > a:not(.nav-order) { display: block; }
  .site-nav a { padding: 11px 12px; border-radius: 10px; }
  .nav-order { text-align: center; }
  .hero { padding: 52px 0 88px; }
  .hero-grid { gap: 38px; }
  h1 { font-size: clamp(2.8rem, 14vw, 4.45rem); }
  .floating-food { width: 47px; height: 47px; border-radius: 15px; font-size: 1.3rem; opacity: .7; }
  .food-one { left: -5px; top: 12%; }
  .food-two { right: -5px; bottom: 20%; }
  .food-three { display: none; }
  .info-grid, .menu-grid, .gallery-grid, .allergen-box, .steps-grid { grid-template-columns: 1fr; }
  .order-strip-inner { align-items: stretch; flex-direction: column; }
  .order-strip-inner .button { width: 100%; }
  .gallery-grid figure, .gallery-grid figure:last-child { min-height: 320px; grid-column: auto; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 14px; }
  .menu-section { padding: 78px 0 72px; }
  .feature-band, .how-section, .gallery-section, .visit-section, .leaflet-section { padding: 72px 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .site-footer { padding-bottom: 35px; }
  .mobile-order-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 500; display: grid; grid-template-columns: 1.15fr .85fr; background: #fff; box-shadow: 0 -8px 24px rgba(29,36,51,.14); }
  .mobile-order-bar a { min-height: 64px; display: grid; place-items: center; text-decoration: none; font-weight: 920; }
  .mobile-order-bar a:first-child { background: linear-gradient(135deg,var(--red),#e03b4f); color: #fff; }
  .mobile-order-bar a:last-child { color: var(--navy); }
}

@media (max-width: 480px) {
  .container { width: min(100% - 24px, 1180px); }
  .brand-copy strong { font-size: 1.1rem; }
  .brand-copy small { font-size: .75rem; }
  .brand-mark { width: 45px; height: 45px; }
  .hero-actions .button, .leaflet-actions .button { width: 100%; }
  .hero-badge { position: static; margin-top: -16px; margin-inline: 12px; }
  .badge-fresh { display: none; }
  .hours-card, .location-copy, .allergen-box, .order-modal-card { padding: 25px; }
  .feature-sticker { right: 8px; }
  .hero-trust { gap: 10px; }
}

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

@media print {
  .top-ticker, .site-header, .hero, .quick-info, .order-strip, .feature-band, .how-section, .gallery-section, .visit-section, .leaflet-section, .allergen-section, .site-footer, .mobile-order-bar, .menu-tools { display: none !important; }
  .menu-section { padding: 0; }
  .menu-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .menu-card { break-inside: avoid; box-shadow: none; }
}
