:root {
  --orange: #ff4d00;
  --orange-dark: #d93f00;
  --lime: #d8ff3e;
  --ink: #12110f;
  --cream: #f7f0e6;
  --paper: #fffaf2;
  --muted: #6f6961;
  --line: rgba(18, 17, 15, .14);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.announcement { height: 38px; padding: 0 5vw; background: var(--lime); display: flex; justify-content: center; align-items: center; gap: 18px; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.announcement button, .announcement a { border: 0; background: none; cursor: pointer; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; font-size: 11px; border-bottom: 1px solid var(--ink); padding: 1px 0; }
.announcement button b, .announcement a b { margin-left: 4px; }
.skip-link { position: fixed; z-index: 200; left: 14px; top: -60px; background: var(--ink); color: white; padding: 12px 16px; font-weight: 800; }
.skip-link:focus { top: 14px; }

.site-header { height: 90px; padding: 0 5vw; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 36px; border-bottom: 1px solid var(--line); background: rgba(255,250,242,.94); position: sticky; top: 0; z-index: 50; backdrop-filter: blur(16px); }
.brand { display: flex; align-items: center; gap: 10px; border: 0; background: none; padding: 0; cursor: pointer; text-align: left; }
.brand img { width: 58px; height: 58px; object-fit: contain; border-radius: 50%; }
.brand span { display: flex; flex-direction: column; line-height: .85; }
.brand b { font-size: 23px; letter-spacing: -.05em; }
.brand small { margin-top: 7px; font-size: 9px; font-weight: 900; letter-spacing: .18em; color: var(--orange); }
.site-header nav { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2.2vw, 38px); }
.site-header nav button, .site-header nav a { border: 0; background: none; padding: 9px 0; cursor: pointer; font-size: 13px; font-weight: 700; position: relative; }
.site-header nav button::after, .site-header nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 2px; height: 2px; background: var(--orange); transition: right .2s ease; }
.site-header nav button:hover::after, .site-header nav a:hover::after { right: 0; }
.deal-button, .primary-button, .white-button, .outline-button { border: 0; cursor: pointer; font-weight: 900; letter-spacing: .02em; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.deal-button { background: var(--ink); color: white; padding: 14px 20px; border-radius: 4px; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.deal-button:hover, .primary-button:hover, .white-button:hover { transform: translateY(-2px); box-shadow: 0 9px 22px rgba(18,17,15,.17); }
.nav-toggle { display: none; }

.hero { min-height: 700px; display: grid; grid-template-columns: .95fr 1.05fr; padding: 75px 5vw 90px; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero-copy { align-self: center; max-width: 660px; position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 24px; font-size: 11px; letter-spacing: .2em; font-weight: 900; text-transform: uppercase; color: var(--orange); }
.eyebrow span { width: 28px; height: 2px; background: currentColor; display: inline-block; }
.hero h1, .menu-page h1, .center-heading h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(62px, 7.1vw, 112px); line-height: .83; font-weight: 900; letter-spacing: -.065em; }
h1 em, h2 em { font-weight: 400; color: var(--orange); }
.hero-intro { max-width: 570px; margin: 34px 0 0; color: #554f48; font-size: 18px; line-height: 1.7; }
.hero-actions { margin-top: 36px; display: flex; align-items: center; gap: 28px; }
.primary-button { display: inline-flex; align-items: center; justify-content: center; gap: 28px; padding: 17px 23px; border-radius: 3px; background: var(--orange); color: white; font-size: 13px; text-transform: uppercase; letter-spacing: .09em; }
.primary-button b { font-size: 18px; }
.text-button { border: 0; border-bottom: 1px solid var(--ink); padding: 4px 0; background: transparent; font-size: 13px; font-weight: 800; cursor: pointer; }
.hero-proof { margin-top: 56px; display: flex; align-items: center; gap: 18px; font-size: 12px; }
.hero-proof b { border-right: 1px solid var(--line); padding-right: 18px; }
.hero-proof span { color: var(--muted); }
.hero-visual { min-height: 560px; position: relative; }
.orange-orbit { width: 610px; height: 610px; border-radius: 50%; background: var(--orange); position: absolute; right: -165px; top: -15px; }
.poster-card { position: absolute; border: 0; padding: 0; background: white; box-shadow: 0 30px 70px rgba(41,25,12,.25); overflow: hidden; }
.poster-card img { width: 100%; height: 100%; object-fit: cover; }
.poster-front { cursor: pointer; width: min(610px, 45vw); aspect-ratio: 16 / 9; right: -2%; top: 82px; transform: rotate(2.4deg); border: 11px solid white; transition: transform .3s ease; }
.poster-front:hover { transform: rotate(0deg) translateY(-8px); }
.poster-back { width: min(475px, 36vw); aspect-ratio: 16 / 9; left: -2%; bottom: 25px; transform: rotate(-7deg); border: 9px solid white; filter: saturate(.85); }
.fresh-stamp { position: absolute; width: 126px; height: 126px; border-radius: 50%; background: var(--lime); right: -1%; bottom: 8%; display: flex; flex-direction: column; justify-content: center; align-items: center; transform: rotate(8deg); box-shadow: 0 14px 30px rgba(18,17,15,.15); }
.fresh-stamp b { font-size: 23px; letter-spacing: .08em; }
.fresh-stamp span { font-size: 9px; font-weight: 900; letter-spacing: .16em; }

.section-pad { padding: 110px 5vw; }
.section-heading { display: grid; grid-template-columns: 1fr minmax(280px, 420px); align-items: end; gap: 8vw; margin-bottom: 55px; }
.section-heading h2, .special-copy h2, .newsletter h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(42px, 4.7vw, 70px); line-height: .95; letter-spacing: -.045em; }
.section-heading > p { margin: 0; font-size: 16px; line-height: 1.75; color: var(--muted); }
.location-select { background: var(--cream); }
.location-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.location-card { min-height: 365px; background: var(--paper); border: 1px solid var(--line); display: grid; grid-template-columns: 90px 1fr; transition: transform .25s ease, box-shadow .25s ease; }
.location-card:hover { transform: translateY(-5px); box-shadow: 0 22px 45px rgba(36,27,17,.1); }
.location-number { padding: 28px 20px; border-right: 1px solid var(--line); color: var(--orange); font-family: Georgia, serif; font-size: 18px; }
.location-body { padding: 50px 46px 36px; display: flex; flex-direction: column; align-items: flex-start; }
.location-body > span { font-size: 10px; letter-spacing: .18em; font-weight: 900; text-transform: uppercase; color: var(--muted); }
.location-body h3 { margin: 14px 0 14px; font-family: Georgia, serif; font-size: clamp(38px, 4vw, 58px); line-height: 1; letter-spacing: -.05em; }
.location-body p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.location-phone { margin-top: 26px; font-size: 18px; font-weight: 900; color: var(--orange); }
.location-actions { margin-top: auto; padding-top: 34px; display: flex; align-items: center; gap: 25px; }
.location-actions button, .location-actions a { border: 0; background: none; padding: 5px 0; cursor: pointer; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; font-weight: 900; }
.location-actions button { color: var(--orange); }

.menu-lineup { background: var(--ink); color: white; }
.section-heading.light .eyebrow { color: var(--lime); }
.outline-button { justify-self: end; border: 1px solid rgba(255,255,255,.5); background: transparent; color: white; padding: 15px 20px; border-radius: 3px; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.outline-button:hover { background: white; color: var(--ink); }
.category-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255,255,255,.19); border-left: 1px solid rgba(255,255,255,.19); }
.category-grid article { min-height: 190px; padding: 32px; border-right: 1px solid rgba(255,255,255,.19); border-bottom: 1px solid rgba(255,255,255,.19); display: grid; grid-template-columns: 50px 1fr auto; align-items: center; gap: 24px; transition: background .2s ease, color .2s ease; }
.category-grid article:hover { background: var(--lime); color: var(--ink); }
.category-grid article > span { color: var(--orange); font-family: Georgia, serif; font-size: 15px; }
.category-grid h3 { margin: 0; font-family: Georgia, serif; font-size: clamp(27px, 2.5vw, 38px); letter-spacing: -.035em; }
.category-grid p { margin: 9px 0 0; color: #aaa49c; font-size: 13px; }
.category-grid article:hover p { color: #49453f; }
.category-grid article > b { font-size: 22px; }

.special-feature { background: var(--paper); display: grid; grid-template-columns: .78fr 1.22fr; gap: 9vw; align-items: center; }
.special-copy > p:not(.eyebrow) { max-width: 470px; margin: 28px 0 32px; color: var(--muted); line-height: 1.75; }
.special-poster { cursor: pointer; border: 0; padding: 13px; position: relative; background: white; transform: rotate(1.5deg); box-shadow: 0 24px 60px rgba(45,31,17,.18); transition: transform .25s ease; }
.special-poster:hover { transform: rotate(0) translateY(-5px); }
.special-poster img { width: 100%; max-height: 660px; object-fit: contain; background: #eee; }
.special-poster span { position: absolute; left: -22px; bottom: 35px; background: var(--lime); padding: 12px 18px; font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }

.page-kicker { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; }
.page-kicker span { color: var(--orange); margin: 0 8px; }
.menu-page { background: var(--cream); }
.menu-page-head { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 40px; padding: 50px 0 60px; }
.menu-page-head h1 { font-size: clamp(70px, 8vw, 124px); }
.menu-contact { text-align: right; padding-bottom: 7px; }
.menu-contact p { max-width: 250px; color: var(--muted); line-height: 1.6; }
.menu-contact a { font-size: 22px; color: var(--orange); font-weight: 900; }
.menu-contact .menu-download { display: block; margin-top: 13px; color: var(--ink); font-size: 10px; letter-spacing: .11em; text-transform: uppercase; }
.menu-switch { display: inline-flex; padding: 5px; background: var(--ink); border-radius: 4px; margin-bottom: 80px; }
.menu-switch button, .menu-switch a { border: 0; color: white; background: transparent; padding: 14px 22px; cursor: pointer; font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; border-radius: 2px; }
.menu-switch button.active, .menu-switch a.active { background: var(--lime); color: var(--ink); }
.menu-intro { max-width: 800px; margin-bottom: 45px; }
.menu-intro h2 { font-family: Georgia, serif; font-size: 44px; margin: 0 0 14px; letter-spacing: -.04em; }
.menu-intro p { color: var(--muted); line-height: 1.7; }
.menu-intro small { display: block; margin-top: 11px; color: #8a847c; font-size: 11px; }
.menu-board-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.menu-board-grid button { border: 1px solid var(--line); padding: 10px 10px 0; background: white; cursor: zoom-in; overflow: hidden; }
.menu-board-grid img { width: 100%; aspect-ratio: 16 / 9; object-fit: contain; background: #ece8e0; transition: transform .3s ease; }
.menu-board-grid button:hover img { transform: scale(1.015); }
.menu-board-grid button > span { display: flex; justify-content: space-between; padding: 16px 7px; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .09em; }
.menu-board-grid button > span b { color: var(--orange); }
.menu-cta { margin-top: 75px; padding: 46px; background: var(--ink); color: white; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.menu-cta span { color: var(--lime); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .18em; }
.menu-cta h2 { margin: 9px 0 0; font-family: Georgia, serif; font-size: clamp(28px, 3vw, 46px); }

.specials-page, .locations-page { background: var(--cream); }
.center-heading { max-width: 800px; margin: 10px auto 75px; text-align: center; }
.center-heading .eyebrow { justify-content: center; }
.center-heading > p:last-child { max-width: 590px; margin: 30px auto 0; color: var(--muted); line-height: 1.7; }
.specials-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; max-width: 1180px; margin: auto; }
.special-card { background: white; border: 1px solid var(--line); }
.special-image { width: 100%; border: 0; padding: 12px; background: white; position: relative; cursor: zoom-in; }
.special-image img { width: 100%; aspect-ratio: 16 / 9; object-fit: contain; background: #ece8e0; }
.special-image span { position: absolute; right: 24px; bottom: 24px; background: var(--ink); color: white; padding: 10px 12px; font-size: 9px; text-transform: uppercase; letter-spacing: .11em; font-weight: 900; }
.special-card > div { padding: 26px 30px 32px; border-top: 1px solid var(--line); }
.special-card > div span { font-size: 10px; color: var(--orange); text-transform: uppercase; letter-spacing: .14em; font-weight: 900; }
.special-card h2 { margin: 9px 0 12px; font-family: Georgia, serif; font-size: 38px; letter-spacing: -.04em; }
.special-card a { font-weight: 900; }
.hours-banner { max-width: 1180px; margin: -15px auto 35px; padding: 24px 28px; background: var(--lime); display: flex; justify-content: center; gap: 40px; align-items: center; font-size: 13px; }
.hours-banner span { font-size: 10px; text-transform: uppercase; letter-spacing: .15em; font-weight: 900; }
.locations-page .location-grid { max-width: 1180px; margin: auto; }

.contact-page { background: var(--cream); }
.contact-layout { max-width: 1180px; margin: auto; display: grid; grid-template-columns: .75fr 1.25fr; gap: 35px; align-items: start; }
.contact-locations { display: grid; gap: 14px; }
.contact-locations article { background: var(--ink); color: white; padding: 32px; }
.contact-locations article span, .jobs-card > span { color: var(--lime); font-size: 10px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.contact-locations h2 { margin: 10px 0 14px; font-family: Georgia, serif; font-size: 34px; letter-spacing: -.04em; }
.contact-locations article a { color: var(--lime); font-weight: 900; }
.contact-locations > p { padding: 20px 5px; color: var(--muted); }
.contact-locations > p a { color: var(--orange); font-weight: 900; }
.contact-form { background: white; border: 1px solid var(--line); padding: 38px; display: grid; gap: 20px; }
.contact-form .field-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.contact-form label { display: grid; gap: 8px; font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid var(--line); background: var(--paper); padding: 14px; border-radius: 2px; outline: none; font: inherit; text-transform: none; letter-spacing: normal; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(255,77,0,.1); }
.contact-form .primary-button { justify-self: start; }
.hidden-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-status { padding: 14px 16px; font-size: 13px; line-height: 1.5; }
.form-status.success { background: #e7ffc8; border-left: 4px solid #63a312; }
.form-status.error { background: #ffe5dc; border-left: 4px solid var(--orange); }
.jobs-card { max-width: 800px; margin: auto; padding: 55px; background: var(--ink); color: white; }
.jobs-card h2 { margin: 14px 0; font-family: Georgia, serif; font-size: clamp(38px, 5vw, 62px); line-height: 1; letter-spacing: -.05em; }
.jobs-card p { max-width: 620px; color: #b2ada5; line-height: 1.7; margin-bottom: 28px; }
.error-page { min-height: 100vh; padding: 8vh 7vw; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; background: var(--cream); }
.error-page > img { width: 120px; height: 120px; object-fit: contain; margin-bottom: 28px; }
.error-page h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(62px, 9vw, 124px); line-height: .85; letter-spacing: -.06em; }
.error-page > p:not(.eyebrow) { color: var(--muted); font-size: 18px; }

.newsletter { background: var(--orange); color: white; padding: 70px 5vw; display: grid; grid-template-columns: 1fr minmax(320px, 500px); gap: 8vw; align-items: end; }
.newsletter .eyebrow { color: var(--lime); }
.newsletter > div:last-child { display: flex; flex-direction: column; align-items: flex-start; }
.newsletter > div:last-child p { max-width: 420px; margin: 0 0 22px; line-height: 1.65; }
.white-button { background: white; color: var(--ink); padding: 16px 20px; border-radius: 3px; text-transform: uppercase; letter-spacing: .08em; font-size: 11px; }
.white-button b { margin-left: 20px; }
footer { background: var(--ink); color: white; padding: 70px 5vw 30px; }
.footer-main { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: 50px; padding-bottom: 55px; }
.footer-brand { display: flex; align-items: center; align-self: start; gap: 14px; }
.footer-brand img { width: 75px; height: 75px; object-fit: contain; background: white; border-radius: 50%; }
.footer-brand div { display: flex; flex-direction: column; }
.footer-brand b { font-size: 30px; line-height: 1; }
.footer-brand span { margin-top: 5px; color: var(--orange); font-size: 9px; letter-spacing: .16em; font-weight: 900; }
.footer-main > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-main p { color: var(--lime); margin: 0 0 10px; font-size: 10px; letter-spacing: .15em; text-transform: uppercase; font-weight: 900; }
.footer-main a, .footer-main button { border: 0; padding: 0; background: none; color: white; font-weight: 800; cursor: pointer; }
.footer-main span { color: #9d9891; font-size: 12px; line-height: 1.7; }
.footer-social { display: flex; gap: 22px; padding: 0 0 25px; }
.footer-social a { color: var(--lime); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.14); padding-top: 26px; display: flex; justify-content: space-between; color: #77736d; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.mobile-actions { display: none; }

.modal-shell { position: fixed; z-index: 100; inset: 0; background: rgba(18,17,15,.78); backdrop-filter: blur(6px); display: grid; place-items: center; padding: 20px; }
.subscribe-modal { width: min(880px, 100%); max-height: calc(100vh - 40px); overflow: auto; display: grid; grid-template-columns: .86fr 1.14fr; background: var(--paper); position: relative; box-shadow: 0 35px 100px rgba(0,0,0,.34); }
.modal-close { position: absolute; z-index: 2; right: 14px; top: 12px; width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--line); background: rgba(255,255,255,.93); cursor: pointer; font-size: 25px; line-height: 1; }
.modal-art { min-height: 520px; background: var(--orange); color: white; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; overflow: hidden; position: relative; }
.modal-art::before, .modal-art::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; }
.modal-art::before { width: 330px; height: 330px; }
.modal-art::after { width: 430px; height: 430px; }
.modal-art img { width: 220px; height: 220px; object-fit: contain; border-radius: 50%; background: white; z-index: 1; }
.modal-art span { margin-top: 25px; z-index: 1; font-size: 13px; line-height: 1.35; letter-spacing: .2em; font-weight: 900; }
.modal-content { padding: 65px 60px 50px; }
.modal-content h2 { font-family: Georgia, serif; font-size: 50px; margin: 0 0 15px; letter-spacing: -.05em; }
.modal-content > p:not(.eyebrow) { color: var(--muted); line-height: 1.6; margin: 0 0 25px; }
.modal-content form { display: grid; gap: 16px; }
.modal-content label { display: grid; gap: 7px; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.modal-content input:not([type="checkbox"]) { width: 100%; border: 1px solid var(--line); background: white; padding: 14px 15px; border-radius: 2px; outline: none; text-transform: none; letter-spacing: normal; font-weight: 400; }
.modal-content input:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(255,77,0,.1); }
.modal-content .consent { display: flex; grid-template-columns: none; flex-direction: row; align-items: flex-start; text-transform: none; letter-spacing: normal; font-weight: 400; line-height: 1.45; color: var(--muted); }
.consent input { margin-top: 3px; accent-color: var(--orange); }
.modal-content form .primary-button { margin-top: 5px; }
.modal-content small { display: block; margin-top: 14px; color: var(--muted); text-align: center; }
.success-message { min-height: 380px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.success-message > span { width: 55px; height: 55px; border-radius: 50%; display: grid; place-items: center; background: var(--lime); font-size: 25px; font-weight: 900; margin-bottom: 22px; }
.success-message p { color: var(--muted); line-height: 1.6; }
.success-message .primary-button { margin-top: 18px; }
.lightbox { cursor: zoom-out; padding: 60px; }
.lightbox .modal-close { position: fixed; right: 22px; top: 20px; background: var(--lime); }
.lightbox > img { width: auto; max-width: 100%; max-height: calc(100vh - 80px); object-fit: contain; box-shadow: 0 25px 80px rgba(0,0,0,.45); cursor: default; }

@media (max-width: 1000px) {
  .site-header { grid-template-columns: auto 1fr auto auto; }
  .nav-toggle { display: flex; grid-column: 3; width: 42px; height: 42px; border: 0; background: transparent; flex-direction: column; justify-content: center; gap: 6px; cursor: pointer; }
  .nav-toggle span { display: block; height: 2px; background: var(--ink); width: 23px; }
  .site-header nav { display: none; position: absolute; left: 0; right: 0; top: 89px; background: var(--paper); padding: 22px 5vw 32px; flex-direction: column; align-items: stretch; border-bottom: 1px solid var(--line); box-shadow: 0 18px 30px rgba(18,17,15,.1); }
  .site-header nav.open { display: flex; }
  .site-header nav button, .site-header nav a { text-align: left; font-size: 16px; padding: 11px 0; }
  .hero { grid-template-columns: 1fr; padding-top: 60px; }
  .hero-copy { max-width: 780px; }
  .hero-visual { min-height: 620px; margin-top: 30px; }
  .orange-orbit { right: -40px; }
  .poster-front { width: 600px; right: 2%; }
  .poster-back { width: 470px; left: 3%; }
  .section-heading { grid-template-columns: 1fr; }
  .section-heading > p { max-width: 600px; }
  .special-feature { gap: 5vw; }
  .footer-main { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 700px) {
  body { padding-bottom: 69px; }
  .announcement { height: 34px; padding: 0 12px; gap: 10px; font-size: 9px; letter-spacing: .08em; }
  .announcement button, .announcement a { font-size: 9px; }
  .site-header { height: 72px; padding: 0 18px; gap: 6px; top: 0; }
  .site-header nav { top: 71px; }
  .brand img { width: 46px; height: 46px; }
  .brand b { font-size: 19px; }
  .brand small { font-size: 7px; }
  .deal-button { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .nav-toggle { grid-column: 2; }
  .hero { min-height: auto; padding: 54px 20px 60px; }
  .hero h1, .menu-page h1, .center-heading h1 { font-size: clamp(56px, 17vw, 78px); line-height: .87; }
  .hero-intro { font-size: 16px; line-height: 1.6; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-proof { margin-top: 40px; flex-wrap: wrap; gap: 10px 14px; }
  .hero-visual { min-height: 370px; margin-top: 35px; }
  .orange-orbit { width: 390px; height: 390px; right: -150px; top: 12px; }
  .poster-front { width: 345px; right: -3%; top: 28px; border-width: 7px; }
  .poster-back { width: 285px; left: -8%; bottom: 10px; border-width: 6px; }
  .fresh-stamp { width: 91px; height: 91px; right: 0; bottom: 0; }
  .fresh-stamp b { font-size: 17px; }
  .fresh-stamp span { font-size: 7px; }
  .section-pad { padding: 75px 20px; }
  .section-heading { gap: 22px; margin-bottom: 38px; }
  .section-heading h2, .special-copy h2, .newsletter h2 { font-size: 44px; }
  .location-grid { grid-template-columns: 1fr; }
  .location-card { min-height: 330px; grid-template-columns: 58px 1fr; }
  .location-number { padding: 23px 14px; }
  .location-body { padding: 38px 27px 28px; }
  .location-body h3 { font-size: 43px; }
  .category-grid { grid-template-columns: 1fr; }
  .category-grid article { min-height: 150px; padding: 25px 20px; grid-template-columns: 35px 1fr auto; gap: 13px; }
  .category-grid p { line-height: 1.5; }
  .section-heading .outline-button { justify-self: start; }
  .special-feature { grid-template-columns: 1fr; gap: 55px; }
  .special-poster span { left: -10px; }
  .menu-page-head { grid-template-columns: 1fr; padding: 40px 0; }
  .menu-contact { text-align: left; }
  .menu-switch { margin-bottom: 55px; width: 100%; }
  .menu-switch button, .menu-switch a { flex: 1; padding: 13px 9px; font-size: 9px; text-align: center; }
  .menu-intro h2 { font-size: 36px; }
  .menu-board-grid { grid-template-columns: 1fr; gap: 17px; }
  .menu-cta { padding: 30px 24px; flex-direction: column; align-items: flex-start; }
  .specials-grid { grid-template-columns: 1fr; }
  .special-card > div { padding: 23px; }
  .hours-banner { flex-direction: column; align-items: flex-start; gap: 7px; }
  .contact-layout { grid-template-columns: 1fr; }
  .contact-form { padding: 25px 20px; }
  .contact-form .field-row { grid-template-columns: 1fr; }
  .jobs-card { padding: 36px 25px; }
  .newsletter { padding: 60px 20px; grid-template-columns: 1fr; gap: 30px; }
  .footer-main { grid-template-columns: 1fr; gap: 35px; }
  footer { padding: 55px 20px 25px; }
  .footer-bottom { gap: 15px; flex-direction: column; }
  .mobile-actions { position: fixed; z-index: 60; bottom: 0; left: 0; right: 0; height: 69px; display: grid; grid-template-columns: 1fr 1fr; background: var(--ink); border-top: 1px solid rgba(255,255,255,.16); }
  .mobile-actions button, .mobile-actions a { border: 0; background: var(--ink); color: white; display: flex; flex-direction: column; justify-content: center; align-items: center; border-right: 1px solid rgba(255,255,255,.16); cursor: pointer; }
  .mobile-actions b { font-size: 12px; }
  .mobile-actions span { margin-top: 3px; font-size: 9px; color: var(--lime); text-transform: uppercase; letter-spacing: .1em; }
  .subscribe-modal { grid-template-columns: 1fr; }
  .modal-art { min-height: 180px; }
  .modal-art::before { width: 190px; height: 190px; }
  .modal-art::after { width: 260px; height: 260px; }
  .modal-art img { width: 105px; height: 105px; }
  .modal-art span { margin-top: 10px; font-size: 9px; }
  .modal-content { padding: 42px 26px 30px; }
  .modal-content h2 { font-size: 41px; }
  .lightbox { padding: 55px 10px 80px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
