:root {
  --purple-950: #210032;
  --purple-900: #35004f;
  --purple-800: #4b006e;
  --purple-700: #66108d;
  --purple-500: #a849d0;
  --gold: #f4bd3f;
  --gold-light: #ffe39a;
  --coral: #ff695c;
  --lime: #b8df42;
  --cream: #fff8e7;
  --white: #ffffff;
  --ink: #25172d;
  --muted: #6d6072;
  --shadow: 0 20px 55px rgba(49, 0, 73, .16);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 86px;
  padding: 12px clamp(18px, 4vw, 64px);
  color: var(--white);
  background: rgba(39, 0, 58, .95);
  border-bottom: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(14px);
}
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { width: 62px; height: 62px; object-fit: contain; }
.brand span { font-family: Georgia, serif; font-size: 1.18rem; font-weight: 800; letter-spacing: .02em; }
.nav-links { display: flex; align-items: center; gap: 24px; }
.nav-links a { color: var(--white); text-decoration: none; font-weight: 750; font-size: .96rem; }
.nav-links a:hover, .nav-links a:focus-visible { color: var(--gold-light); }
.nav-order {
  padding: 11px 18px;
  color: var(--purple-950) !important;
  background: var(--gold);
  border-radius: 999px;
}
.menu-toggle { display: none; background: transparent; color: white; border: 1px solid rgba(255,255,255,.35); border-radius: 12px; padding: 9px 12px; }

.hero {
  position: relative;
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(380px, .98fr);
  align-items: center;
  overflow: hidden;
  color: white;
  background: linear-gradient(120deg, var(--purple-950), var(--purple-800) 70%, #8e209d);
}
.hero::before {
  content: "";
  position: absolute;
  inset: auto auto -200px -120px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: var(--coral);
  opacity: .34;
  filter: blur(3px);
}
.hero-copy { position: relative; z-index: 2; padding: 92px clamp(24px, 7vw, 110px); }
.eyebrow { margin: 0 0 14px; color: var(--gold-light); font-size: .88rem; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; line-height: 1.03; }
h1 { max-width: 760px; margin: 0; font-size: clamp(3.25rem, 7vw, 6.8rem); letter-spacing: -.055em; }
.hero-copy > p:not(.eyebrow) { max-width: 630px; margin: 25px 0 32px; font-size: clamp(1.05rem, 1.6vw, 1.28rem); color: #f8eefe; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-hours { max-width: 630px; margin: 34px 0 0; padding: 16px 19px 17px; color: var(--white); background: rgba(20, 0, 34, .30); border: 1px solid rgba(255, 227, 154, .48); border-left: 4px solid var(--gold); border-radius: 0 16px 16px 0; box-shadow: 0 14px 32px rgba(23, 0, 35, .16); }
.hero-hours p { margin: 0; }
.hours-kicker { color: var(--gold-light); font-size: .73rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.hours-main { display: flex; flex-wrap: wrap; gap: 9px; align-items: center; margin-top: 5px !important; font-size: clamp(1rem, 1.35vw, 1.13rem); }
.hours-main span { color: var(--gold); }
.hours-note { margin-top: 3px !important; color: #f3e9f8; font-size: .9rem; }
.hero-meal-link { display: grid; grid-template-columns: auto 1fr auto; gap: 10px; align-items: center; max-width: 630px; margin-top: 14px; padding: 13px 16px; color: var(--white); background: rgba(255,255,255,.10); border: 1px solid rgba(255,227,154,.42); border-radius: 15px; text-decoration: none; font-size: .95rem; font-weight: 850; transition: transform .18s cubic-bezier(.23,1,.32,1), background .18s ease, box-shadow .18s ease; }
.hero-meal-link span { color: var(--gold-light); font-size: .73rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.hero-meal-link b { color: var(--gold); font-size: 1.18rem; }
.hero-meal-link:hover, .hero-meal-link:focus-visible { color: var(--white); background: rgba(255,255,255,.16); box-shadow: 0 12px 26px rgba(18,0,31,.20); transform: translateY(-3px); }
.hero-meal-link:active { transform: translateY(-1px) scale(.98); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 13px 22px; border: 0; border-radius: 999px; text-decoration: none; font-weight: 850; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--purple-950); background: var(--gold); box-shadow: 0 12px 30px rgba(244,189,63,.25); }
.button-light { color: white; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.36); }
.button-dark { color: white; background: var(--purple-800); }
.button-outline { color: var(--purple-800); background: transparent; border: 2px solid var(--purple-700); }
.hero-visual { position: relative; min-height: 720px; }
.hero-visual > img:first-child { width: 100%; height: 720px; object-fit: cover; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--purple-800), transparent 32%); }
.hero-logo { position: absolute; z-index: 3; right: 6%; bottom: 5%; width: 190px; filter: drop-shadow(0 16px 28px rgba(20,0,30,.42)); }
.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; color: white; background: var(--purple-950); }
.trust-strip div { padding: 19px; text-align: center; background: rgba(255,255,255,.05); font-weight: 750; transition: transform .18s cubic-bezier(.23,1,.32,1), background .18s ease, box-shadow .18s ease; }
.trust-strip strong { color: var(--gold-light); }

.section { padding: 96px clamp(20px, 6vw, 90px); }
.section-head { max-width: 760px; margin: 0 auto 44px; text-align: center; }
.section-head h2 { margin: 0 0 14px; color: var(--purple-900); font-size: clamp(2.45rem, 5vw, 4.4rem); letter-spacing: -.04em; }
.section-head p { margin: 0; color: var(--muted); font-size: 1.08rem; }
.section-head .tray-availability { display: inline-block; margin-top: 17px; padding: 9px 15px; color: var(--purple-900); background: #fff1bd; border: 1px solid rgba(244,189,63,.78); border-radius: 999px; font-size: .96rem; font-weight: 850; }
.section-purple { color: white; background: var(--purple-900); }
.section-purple .section-head h2, .section-purple .section-head p { color: white; }

.tier-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; max-width: 1220px; margin: 0 auto; }
.tier-card { position: relative; padding: 34px; background: white; border-radius: var(--radius); box-shadow: var(--shadow); border: 2px solid transparent; overflow: hidden; transition: transform .18s cubic-bezier(.23,1,.32,1), box-shadow .18s ease; }
.tier-card.featured { border-color: var(--gold); transform: translateY(-12px); }
.tier-card.featured::before { content: "Most popular"; position: absolute; top: 18px; right: -34px; transform: rotate(40deg); padding: 7px 42px; color: var(--purple-950); background: var(--gold); font-size: .75rem; font-weight: 900; text-transform: uppercase; }
.tier-size { display: inline-block; padding: 7px 11px; color: white; background: var(--purple-700); border-radius: 999px; font-size: .78rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.tier-card h3 { margin: 22px 0 8px; color: var(--purple-900); font-size: 2rem; }
.tier-meaning { color: var(--coral); font-weight: 800; }
.tier-price { margin: 18px 0; color: var(--purple-800); font-family: Georgia, serif; font-size: 3rem; font-weight: 900; }
.tier-price span { font-family: Inter, sans-serif; font-size: .92rem; color: var(--muted); }
.tier-card ul { padding: 0; margin: 22px 0 28px; list-style: none; }
.tier-card li { position: relative; padding: 8px 0 8px 25px; }
.tier-card li::before { content: "✦"; position: absolute; left: 0; color: var(--gold); }
.tier-card li.tier-protein { color: var(--purple-900); font-size: 1.35rem; }

.menu-toolbar { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 10px; max-width: 1100px; margin: 0 auto 34px; }
.filter-button { padding: 11px 16px; border: 1px solid #ddcee6; color: var(--purple-800); background: white; border-radius: 999px; font-weight: 800; }
.filter-button.active { color: white; background: var(--purple-700); border-color: var(--purple-700); }
.menu-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; max-width: 1240px; margin: 0 auto; }
.menu-card { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; min-height: 150px; padding: 24px; background: white; border-radius: 22px; border-top: 7px solid var(--gold); box-shadow: 0 11px 30px rgba(45,0,67,.08); transition: transform .18s cubic-bezier(.23,1,.32,1), box-shadow .18s ease; }
.menu-card h3 { margin: 0 0 7px; color: var(--purple-900); font-size: 1.28rem; }
.menu-thumb { flex: 0 0 72px; width: 72px; height: 72px; object-fit: cover; border-radius: 14px; }
.menu-card p { margin: 0; color: var(--muted); font-size: .94rem; }
.menu-price { display: block; margin-top: 12px; color: var(--purple-800); font-size: .84rem; font-weight: 850; }
.menu-card button { flex: 0 0 auto; width: 42px; height: 42px; border: 0; border-radius: 50%; color: white; background: var(--coral); font-size: 1.4rem; font-weight: 900; }
.menu-note { max-width: 900px; margin: 28px auto 0; padding: 18px 22px; text-align: center; color: var(--purple-950); background: #fff1bd; border-radius: 18px; font-weight: 700; }
.daily-menu-section { padding: 0 clamp(20px, 6vw, 90px); background: var(--cream); }
.daily-menu-card { display: flex; align-items: center; justify-content: space-between; gap: 30px; max-width: 1120px; margin: -35px auto 0; padding: 34px clamp(28px, 5vw, 60px); color: white; background: linear-gradient(105deg, var(--purple-950), var(--purple-800)); border: 1px solid rgba(255,227,154,.38); border-radius: 28px; box-shadow: var(--shadow); }
.daily-menu-card .eyebrow { margin-bottom: 8px; }
.daily-menu-card h2 { margin: 0; color: var(--gold-light); font-size: clamp(2rem, 3.8vw, 3.25rem); }
.daily-menu-card p:not(.eyebrow) { margin: 7px 0 0; color: #f3e9f8; font-size: 1.06rem; }
.daily-menu-card .button { flex: 0 0 auto; }

.specials-section { background: #fff8e5; }
.specials-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; max-width: 1120px; margin: 0 auto; }
.special-card { overflow: hidden; background: white; border-radius: 24px; box-shadow: var(--shadow); transition: transform .18s cubic-bezier(.23,1,.32,1), box-shadow .18s ease; }
.special-card img { width: 100%; height: 220px; object-fit: cover; }
.special-card div { padding: 24px; }
.special-card span { color: var(--coral); font-size: .78rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.special-card h3 { margin: 8px 0; color: var(--purple-900); font-size: 1.5rem; }
.special-card p { color: var(--muted); }
.special-card strong { color: var(--purple-800); }

.feature-split { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; max-width: 1220px; margin: 0 auto; align-items: center; }
.feature-image img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; border-radius: 34px 34px 130px 34px; box-shadow: var(--shadow); }
.feature-copy h2 { margin: 0 0 18px; color: var(--purple-900); font-size: clamp(2.5rem, 5vw, 4.2rem); }
.feature-copy p { color: var(--muted); font-size: 1.08rem; }
.feature-copy .ordering-easy { margin: 12px 0 0; color: var(--purple-800); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.25rem, 2.2vw, 1.7rem); font-weight: 800; }
.steps { display: grid; gap: 14px; margin: 28px 0; }
.step { display: grid; grid-template-columns: 45px 1fr; gap: 14px; align-items: start; }
.step b { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: var(--purple-950); background: var(--gold); box-shadow: 0 8px 16px rgba(64,0,89,.16); }
.steps .step b { opacity: 0; transform: translateX(72px); }
.steps.is-visible .step b { animation: step-marker-in .5s cubic-bezier(.23,1,.32,1) forwards; }
.steps.is-visible .step:nth-child(2) b { animation-delay: .14s; }
.steps.is-visible .step:nth-child(3) b { animation-delay: .28s; }
.step h3 { margin: 2px 0 4px; font-size: 1.18rem; color: var(--purple-800); }
.step p { margin: 0; font-size: .96rem; }

@keyframes step-marker-in {
  0% { opacity: 0; transform: translateX(72px); }
  72% { opacity: 1; transform: translateX(-5px); }
  100% { opacity: 1; transform: translateX(0); }
}

.gallery { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: repeat(2, 260px); gap: 16px; max-width: 1200px; margin: 0 auto; }
.gallery img { width: 100%; height: 100%; object-fit: cover; border-radius: 28px; }
.gallery img:first-child { grid-row: 1 / 3; }

.about-card { position: relative; display: grid; grid-template-columns: 1.12fr .88fr; min-height: 550px; max-width: 1120px; margin: 0 auto; overflow: hidden; color: white; background: linear-gradient(135deg, var(--purple-800), var(--purple-950)); border-radius: 36px; isolation: isolate; }
.about-card::before { content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; background: linear-gradient(90deg, transparent 18%, rgba(65, 0, 90, .26) 37%, var(--purple-900) 62%, var(--purple-950) 100%); }
.about-portrait { position: relative; z-index: 0; min-height: 550px; }
.about-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center 43%; }
.about-copy { position: relative; z-index: 2; align-self: center; margin-left: -108px; padding: 58px 58px 58px 132px; }
.about-kicker { display: flex; align-items: flex-start; justify-content: space-between; gap: 22px; }
.about-kicker .eyebrow { margin-top: 9px; padding: 7px 10px; color: var(--purple-900); background: rgba(255,248,231,.92); border: 1px solid rgba(255,227,154,.9); border-radius: 999px; box-shadow: 0 8px 18px rgba(33,0,50,.16); }
.about-crest { flex: 0 0 auto; width: 88px; filter: drop-shadow(0 10px 18px rgba(0,0,0,.28)); }
.about-card h2 { margin: 0 0 14px; color: var(--gold-light); font-size: clamp(2.4rem, 4vw, 3.8rem); }
.about-card p { color: #f1e7f5; }

.blog-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; max-width: 1150px; margin: 0 auto; }
.blog-card { padding: 28px; background: white; border-radius: 24px; box-shadow: var(--shadow); transition: transform .18s cubic-bezier(.23,1,.32,1), box-shadow .18s ease; }
.blog-card .tag { color: var(--coral); font-weight: 900; font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; }
.blog-card h3 { color: var(--purple-900); font-size: 1.55rem; }
.blog-card a { color: var(--purple-700); font-weight: 850; }

.contact-wrap { display: grid; grid-template-columns: .75fr 1.25fr; gap: 36px; max-width: 1100px; margin: 0 auto; }
.contact-panel { padding: 34px; color: white; background: var(--purple-950); border-radius: 28px; }
.contact-panel h2 { margin-top: 0; font-size: 2.5rem; color: var(--gold-light); }
.contact-panel a { color: var(--gold-light); font-weight: 850; }
.form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding: 32px; background: white; border-radius: 28px; box-shadow: var(--shadow); }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { color: var(--purple-900); font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; padding: 13px 14px; border: 1px solid #d8cadd; border-radius: 12px; background: #fffdf8; }
.field textarea { min-height: 118px; resize: vertical; }

.site-footer { padding: 44px clamp(20px, 6vw, 90px); color: white; background: #160021; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; max-width: 1200px; margin: auto; }
.footer-brand { display: flex; align-items: center; gap: 13px; }
.footer-brand img { width: 70px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-links a { color: white; }

.cart-button { position: fixed; z-index: 55; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 10px; min-height: 56px; padding: 12px 18px; border: 0; border-radius: 999px; color: var(--purple-950); background: var(--gold); box-shadow: 0 14px 35px rgba(40,0,58,.28); font-weight: 900; }
.cart-count { display: grid; place-items: center; width: 27px; height: 27px; color: white; background: var(--purple-800); border-radius: 50%; }
.drawer-backdrop { position: fixed; z-index: 80; inset: 0; background: rgba(20,0,28,.56); opacity: 0; pointer-events: none; transition: opacity .2s ease; }
.drawer { position: fixed; z-index: 90; top: 0; right: 0; width: min(460px, 100%); height: 100dvh; padding: 28px; color: var(--ink); background: var(--cream); transform: translateX(100%); transition: transform .25s ease; overflow-y: auto; }
.drawer.open { transform: translateX(0); }
.drawer-backdrop.open { opacity: 1; pointer-events: auto; }
.drawer-head { display: flex; justify-content: space-between; gap: 20px; align-items: center; }
.drawer-head h2 { color: var(--purple-900); font-size: 2.1rem; }
.icon-button { width: 42px; height: 42px; border: 0; border-radius: 50%; color: white; background: var(--purple-800); }
.cart-items { display: grid; gap: 11px; margin: 22px 0; }
.cart-item { display: flex; justify-content: space-between; gap: 16px; padding: 14px; background: white; border-radius: 14px; }
.cart-item button { color: #8d1b22; border: 0; background: transparent; font-weight: 800; }
.zelle-box { padding: 20px; background: #efe0ff; border-radius: 18px; }
.zelle-box strong { color: var(--purple-800); }
.payment-actions { display: grid; gap: 11px; margin-top: 18px; }
.notice { padding: 13px; color: #563e00; background: #fff1bd; border-radius: 12px; font-size: .9rem; }
.meal-message { position: relative; display: grid; gap: 15px; margin-top: 20px; padding: 24px; overflow: hidden; color: white; background: radial-gradient(circle at 96% 4%, rgba(244,189,63,.52), transparent 24%), linear-gradient(135deg, var(--purple-700), var(--purple-950) 72%); border: 1px solid rgba(255,227,154,.65); border-radius: 22px; box-shadow: 0 14px 28px rgba(33,0,50,.22); }
.meal-message::before { content: "✦"; position: absolute; top: -39px; right: 11px; color: rgba(255,227,154,.34); font-family: Georgia, serif; font-size: 9rem; line-height: 1; }
.meal-message > * { position: relative; z-index: 1; }
.meal-message-eyebrow { margin: 0; color: var(--gold-light); font-size: .72rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.meal-message h3 { max-width: 280px; margin: -4px 0 0; color: var(--gold-light); font-size: 1.85rem; }
.meal-message-phrases { display: grid; gap: 9px; padding: 14px 0; border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.meal-message-phrases p { display: grid; gap: 2px; margin: 0; }
.meal-message-phrases strong { color: white; font-family: Georgia, serif; font-size: 1.08rem; }
.meal-message-phrases span { color: #eadcf1; font-size: .78rem; }
.meal-message-status { margin: 0; color: #f7eefb; font-size: .9rem; line-height: 1.5; }
.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; }

@media (hover: hover) {
  .trust-strip div:hover { position: relative; z-index: 2; background: rgba(255,255,255,.13); box-shadow: 0 14px 26px rgba(15,0,24,.25); transform: translateY(-7px) scale(1.025); }
  .tier-card:hover, .menu-card:hover, .special-card:hover, .blog-card:hover { box-shadow: 0 22px 42px rgba(45,0,67,.19); transform: translateY(-8px) scale(1.012); }
  .tier-card.featured:hover { transform: translateY(-18px) scale(1.012); }
}

.trust-strip div:active, .tier-card:active, .menu-card:active, .special-card:active, .blog-card:active { box-shadow: 0 18px 36px rgba(45,0,67,.22); transform: translateY(-4px) scale(1.018); }
.tier-card.featured:active { transform: translateY(-15px) scale(1.018); }

.blog-hero { padding: 100px 24px 74px; color: white; text-align: center; background: linear-gradient(135deg, var(--purple-950), var(--purple-700)); }
.blog-hero h1 { margin: auto; font-size: clamp(3rem, 7vw, 5.5rem); }
.article-list { max-width: 900px; margin: 0 auto; display: grid; gap: 26px; }
.article { padding: 35px; background: white; border-radius: 25px; box-shadow: var(--shadow); }
.article h2 { color: var(--purple-900); font-size: 2rem; }
.article .meta { color: var(--coral); font-weight: 850; }

@media (max-width: 980px) {
  .nav-links { display: none; position: fixed; inset: 86px 0 auto; padding: 24px; flex-direction: column; align-items: stretch; background: var(--purple-950); }
  .nav-links.open { display: flex; }
  .menu-toggle { display: block; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding-bottom: 58px; }
  .hero-visual { min-height: 500px; }
  .hero-visual > img:first-child { height: 500px; }
  .trust-strip { grid-template-columns: 1fr 1fr; }
  .tier-grid, .menu-grid, .blog-grid, .specials-grid { grid-template-columns: 1fr 1fr; }
  .tier-card.featured { transform: none; }
  .feature-split, .contact-wrap { grid-template-columns: 1fr; }
  .daily-menu-card { align-items: flex-start; flex-direction: column; }
  .about-card { grid-template-columns: 1fr; min-height: 690px; }
  .about-card::before { background: linear-gradient(180deg, transparent 16%, rgba(65, 0, 90, .26) 42%, var(--purple-900) 72%, var(--purple-950) 100%); }
  .about-portrait { grid-area: 1 / 1; min-height: 690px; }
  .about-copy { grid-area: 1 / 1; align-self: end; margin: 230px 0 0; padding: 48px clamp(30px, 7vw, 74px) 54px; }
}

@media (max-width: 650px) {
  .site-header { min-height: 74px; padding: 8px 14px; }
  .brand img { width: 54px; height: 54px; }
  .brand span { font-size: 1rem; }
  .hero { min-height: auto; }
  .hero-copy { padding: 70px 22px 48px; }
  .hero-hours { margin-top: 26px; padding: 15px 16px 16px; }
  .hero-meal-link { grid-template-columns: 1fr auto; padding: 14px 15px; }
  .hero-meal-link span { grid-column: 1 / -1; }
  .hours-main { align-items: flex-start; flex-direction: column; gap: 2px; }
  .hours-main span { display: none; }
  .hero-visual, .hero-visual > img:first-child { min-height: 410px; height: 410px; }
  .hero-logo { width: 130px; }
  .trust-strip, .tier-grid, .menu-grid, .blog-grid, .specials-grid { grid-template-columns: 1fr; }
  .section { padding: 72px 18px; }
  .tier-card { padding: 26px; }
  .about-card, .about-portrait { min-height: 820px; }
  .about-card::before { background: linear-gradient(180deg, transparent 21%, rgba(65, 0, 90, .18) 42%, var(--purple-900) 62%, var(--purple-950) 100%); }
  .about-portrait img { object-position: center 30%; }
  .about-copy { margin-top: 320px; padding: 36px 26px 42px; }
  .about-crest { width: 70px; }
  .gallery { grid-template-columns: 1fr; grid-template-rows: repeat(3, 240px); }
  .gallery img:first-child { grid-row: auto; }
  .daily-menu-section { padding: 0 18px; }
  .daily-menu-card { gap: 20px; margin-top: -20px; padding: 30px 26px; }
  .daily-menu-card .button { width: 100%; }
  .form { grid-template-columns: 1fr; padding: 24px; }
  .field.full { grid-column: auto; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
  .cart-button { right: 13px; bottom: 13px; }
}

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