:root {
  --black: #0b0b0b;
  --ink: #171717;
  --yellow: #f3d323;
  --yellow-soft: #ffe85c;
  --red: #c72026;
  --cream: #f6f2e8;
  --white: #fff;
  --muted: #6c6a64;
  --line: rgba(11,11,11,.14);
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Inter, Arial, sans-serif; font-size: 16px; line-height: 1.6; }
body.menu-open, body.lightbox-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; padding: 12px 18px; color: var(--black); background: var(--yellow); font-weight: 800; }
.skip-link:focus { top: 16px; }
.notice-bar { padding: 7px 20px; color: #ece9df; background: #242424; text-align: center; font-size: .76rem; letter-spacing: .04em; }

.site-header { position: sticky; top: 0; z-index: 100; color: var(--white); background: var(--black); border-bottom: 1px solid rgba(255,255,255,.12); }
.nav-wrap { height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; width: max-content; color: var(--white); }
.brand-image { width: 68px; height: 68px; object-fit: contain; }
nav { display: flex; align-items: center; gap: 34px; margin-left: auto; }
nav a { color: #dfddd5; font-weight: 700; font-size: .86rem; letter-spacing: .08em; text-transform: uppercase; }
nav a:hover, nav a:focus-visible { color: var(--yellow); }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 12px 21px; color: var(--black); background: var(--yellow); border: 2px solid var(--yellow); font-weight: 800; font-size: .9rem; letter-spacing: .055em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); background: var(--yellow-soft); }
.button-small { min-height: 42px; padding: 9px 16px; }
.button-ghost { color: var(--white); background: transparent; border-color: rgba(255,255,255,.58); }
.button-ghost:hover, .button-ghost:focus-visible { color: var(--black); background: var(--white); border-color: var(--white); }
.button-light { color: var(--black); background: var(--white); border-color: var(--white); }
.menu-button, .mobile-menu { display: none; }

.hero { position: relative; min-height: 660px; display: grid; align-items: center; overflow: hidden; color: var(--white); background: var(--black); }
.hero-image, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: 52% center; filter: saturate(.75) contrast(1.08); }
.hero-overlay { background: linear-gradient(90deg, rgba(5,5,5,.97) 0%, rgba(5,5,5,.9) 38%, rgba(5,5,5,.42) 68%, rgba(5,5,5,.24) 100%), linear-gradient(0deg, rgba(0,0,0,.44), transparent 60%); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 8px; background: var(--yellow); box-shadow: 0 -2px 0 rgba(255,255,255,.18); }
.hero-content { position: relative; z-index: 2; padding-block: 96px 120px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 14px; color: var(--yellow); font-size: .78rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow span, .eyebrow::after { display: inline-block; flex: 0 0 auto; width: 28px; height: 3px; background: var(--red); }
.eyebrow::after { content: ""; }
.eyebrow.dark { color: var(--ink); }
.hero h1, .section h2, .delivery-band h2, .social-copy h2, .visit h2 { margin: 0; font-family: "Bebas Neue", Impact, sans-serif; font-weight: 400; line-height: .92; letter-spacing: .012em; text-transform: uppercase; }
.hero h1 { max-width: 820px; font-size: clamp(4.3rem, 8.6vw, 7.7rem); }
.hero h1 em { color: var(--yellow); font-family: Playball, Georgia, cursive; font-size: .82em; font-weight: 400; text-transform: none; }
.hero-copy { max-width: 610px; margin: 28px 0; color: #dedbd2; font-size: 1.12rem; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-brand-mark { position: absolute; right: max(40px, calc((100vw - 1180px)/2)); bottom: 42px; z-index: 3; width: 190px; height: auto; border-radius: 50%; filter: drop-shadow(0 16px 24px rgba(0,0,0,.42)); transform: rotate(3deg); }

.quick-actions { padding: 26px 0 30px; color: var(--ink); background: var(--cream); border-bottom: 1px solid var(--line); }
.quick-grid { min-height: 112px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.quick-grid a { min-width: 0; display: flex; align-items: center; gap: 16px; padding: 24px 25px; background: var(--white); border: 1px solid rgba(11,11,11,.13); border-top: 6px solid var(--yellow); box-shadow: 0 10px 25px rgba(55,42,0,.08); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.quick-grid a:hover, .quick-grid a:focus-visible { transform: translateY(-3px); border-color: rgba(199,32,38,.42); box-shadow: 0 15px 32px rgba(55,42,0,.13); outline: none; }
.quick-grid svg { width: 43px; height: 43px; flex: 0 0 auto; padding: 9px; color: var(--yellow); background: var(--black); border-radius: 50%; fill: none; stroke: currentColor; stroke-width: 1.8; }
.quick-grid span { min-width: 0; font-size: .9rem; line-height: 1.4; }
.quick-grid b { display: block; margin-bottom: 4px; color: var(--red); font-size: .71rem; letter-spacing: .12em; text-transform: uppercase; }

.section { padding-block: 112px; }
.section-heading { display: grid; grid-template-columns: minmax(0,1.6fr) minmax(260px,.7fr); align-items: end; gap: 70px; margin-bottom: 48px; }
.section-heading h2 { font-size: clamp(3.3rem, 6vw, 5.7rem); }
.section-heading > p { max-width: 420px; margin: 0 0 5px; color: var(--muted); font-size: 1.02rem; }
.category-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 16px; }
.category { position: relative; min-height: 480px; display: flex; align-items: end; overflow: hidden; color: var(--white); background: var(--black); }
.category img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .62; transition: transform .55s ease, opacity .55s ease; }
.category:hover img { transform: scale(1.035); opacity: .72; }
.category::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.9), transparent 68%); }
.category > div:last-child { position: relative; z-index: 2; padding: 32px; }
.category span { color: var(--yellow); font-family: "Bebas Neue"; font-size: 1.1rem; letter-spacing: .12em; }
.category h3 { margin: 5px 0 8px; font-family: "Bebas Neue"; font-size: 2.3rem; font-weight: 400; line-height: 1; letter-spacing: .025em; text-transform: uppercase; }
.category p { margin: 0; color: #d3d0c8; font-size: .91rem; }
.drive-card { color: var(--white); background: var(--black); }
.drive-card img { opacity: .9; object-position: center; }
.drive-card::after { display: block; background: linear-gradient(0deg, rgba(0,0,0,.94) 0%, rgba(0,0,0,.78) 38%, rgba(0,0,0,.08) 76%); }
.drive-mark { position: absolute !important; inset: 25px auto auto 25px !important; z-index: 2; padding: 12px 16px 15px !important; color: var(--black); background: var(--yellow); box-shadow: 6px 6px 0 var(--black); font-family: "Bebas Neue"; font-size: clamp(3.1rem, 5vw, 4.7rem); line-height: .75; transform: rotate(-3deg); }
.drive-mark strong { color: var(--red); font-weight: 400; }
.drive-card > div:last-child { color: var(--white); }
.drive-card span { color: var(--yellow); }
.drive-card p { color: #e1ded7; }

.delivery-band { padding-block: 75px; color: var(--white); background: var(--red); }
.delivery-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.delivery-band h2 { font-size: clamp(3.1rem, 5.5vw, 5rem); }
.delivery-band p:last-child { margin: 12px 0 0; color: #f8d7d8; }

.gallery-section { background: #fff; }
.gallery-heading { grid-template-columns: 1fr auto; }
.text-link { align-self: end; padding-bottom: 6px; border-bottom: 2px solid var(--red); font-weight: 800; font-size: .86rem; letter-spacing: .06em; text-transform: uppercase; }
.text-link:hover { color: var(--red); }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 260px; grid-auto-flow: dense; gap: 10px; }
.gallery-item { position: relative; overflow: hidden; padding: 0; background: var(--black); border: 0; cursor: zoom-in; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease, opacity .45s ease; }
.gallery-item span { position: absolute; left: 14px; bottom: 14px; padding: 5px 9px; color: var(--black); background: var(--yellow); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; opacity: 0; transform: translateY(5px); transition: .25s ease; }
.gallery-item:hover img, .gallery-item:focus-visible img { transform: scale(1.04); opacity: .72; }
.gallery-item:hover span, .gallery-item:focus-visible span { opacity: 1; transform: translateY(0); }
.gallery-tall { grid-row: span 2; }
.gallery-wide { grid-column: span 2; }
.photo-note { margin: 14px 0 0; color: #777; font-size: .78rem; }

.social-section { color: var(--ink); background: #fff8df; }
.social-hub { max-width: 1180px; }
.social-hub-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 60px; margin-bottom: 38px; }
.social-hub-heading h2 { margin: 0; font-family: "Bebas Neue", Impact, sans-serif; font-size: clamp(3.5rem, 6vw, 5.2rem); font-weight: 400; line-height: .92; letter-spacing: .012em; text-transform: uppercase; }
.social-hub-heading > p { max-width: 390px; margin: 0 0 5px; color: var(--muted); }
.social-feed { max-width: 1080px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: stretch; gap: 18px; margin-inline: auto; }
.social-post { position: relative; height: 100%; display: flex; overflow: hidden; flex-direction: column; color: var(--ink); background: var(--white); border: 1px solid #d6d3cc; box-shadow: 0 10px 28px rgba(70,53,0,.11); cursor: pointer; touch-action: manipulation; transition: transform .22s ease, box-shadow .22s ease; }
.social-post:hover, .social-post:has(.social-post-hit:focus-visible) { transform: translateY(-4px); box-shadow: 0 18px 44px rgba(70,53,0,.18); }
.social-post-hit { position: absolute; inset: 0; z-index: 10; display: block; border-radius: inherit; }
.social-post-hit:focus-visible { outline: 3px solid var(--yellow); outline-offset: -5px; }
.post-header { min-height: 82px; display: flex; align-items: center; gap: 11px; padding: 13px 16px; }
.post-avatar { width: 48px; height: 48px; flex: 0 0 auto; border: 2px solid #dedede; border-radius: 50%; object-fit: cover; }
.post-header > div { display: grid; min-width: 0; line-height: 1.35; }
.post-header strong { overflow: hidden; font-size: 1rem; text-overflow: ellipsis; }
.post-header span { color: #777; font-size: .78rem; }
.platform-badge { width: 42px; height: 42px; display: grid; place-items: center; margin-left: auto; flex: 0 0 auto; border-radius: 12px; }
.platform-badge img { width: 26px; height: 26px; }
.instagram-badge { background: linear-gradient(145deg, #7738e8 5%, #e31a6c 50%, #ffb000 95%); }
.facebook-badge { background: #1877f2; }
.yelp-badge { margin: 0; background: #d32323; }
.post-photo { width: 100%; height: 228px; object-fit: cover; background: #e8e5dd; }
.instagram-post, .facebook-post, .yelp-post { border-radius: 24px; }
.instagram-post .post-photo { object-position: center 56%; }
.instagram-body { padding: 16px 18px 20px; }
.instagram-actions { display: flex; align-items: center; gap: 15px; margin-bottom: 10px; font-size: 1.65rem; line-height: 1; }
.instagram-actions span:nth-child(3) { font-size: 1.55rem; transform: rotate(-20deg); }
.instagram-body p { margin: 0 0 10px; font-size: .9rem; font-weight: 750; line-height: 1.42; }
.post-details { display: flex; flex-wrap: wrap; gap: 6px 14px; margin-bottom: 12px; color: #777; font-size: .82rem; }
.post-details span + span::before { content: "•"; margin-right: 14px; color: #aaa; }
.post-link { color: #5f5f5f; font-size: .9rem; letter-spacing: .08em; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; text-transform: uppercase; }
.facebook-copy { padding: 15px 18px 17px; }
.facebook-copy p { margin: 0 0 7px; font-size: .9rem; line-height: 1.42; }
.facebook-copy span { color: #666; font-size: .78rem; line-height: 1.42; }
.facebook-media { background: #f0f2f5; }
.facebook-media img { width: 100%; height: 228px; object-fit: cover; object-position: center 68%; }
.facebook-location { padding: 10px 14px; color: #65676b; border-bottom: 1px solid #e1e1e1; font-size: .74rem; text-align: center; }
.facebook-actions { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: auto; padding: 12px 8px; color: #626262; text-align: center; font-size: .82rem; font-weight: 800; }
.facebook-actions span { padding: 4px; }
.yelp-photo { width: 100%; height: 228px; object-fit: cover; object-position: center; }
.yelp-body { padding: 18px 18px 20px; }
.yelp-business { display: flex; align-items: center; gap: 13px; }
.yelp-business > div { display: grid; line-height: 1.35; }
.yelp-business strong { font-size: 1rem; }
.yelp-business span { color: #777; font-size: .78rem; }
.yelp-stars { display: flex; gap: 10px; margin: 14px 0 11px; color: #d32323; font-size: 1.4rem; line-height: 1; }
.yelp-body p { margin: 0 0 10px; color: #5c5c5c; font-size: .9rem; line-height: 1.42; }
.yelp-facts { display: grid; gap: 3px; margin-bottom: 14px; color: #777; font-size: .82rem; }

.visit { padding-block: 64px; background: var(--yellow); border-block: 6px solid var(--black); }
.visit-grid { max-width: 860px; display: grid; grid-template-columns: 1fr 1fr; min-height: 390px; background: var(--white); box-shadow: 0 25px 65px rgba(0,0,0,.12); }
.visit-copy { display: grid; align-content: center; justify-items: center; padding: 28px 32px; text-align: center; }
.visit h2 { font-size: clamp(3.1rem, 4.4vw, 4rem); }
.address { display: block; margin: 16px 0 8px; font-size: 1rem; font-weight: 700; line-height: 1.4; }
.phone { display: inline-block; color: var(--red); font-size: 1.1rem; font-weight: 800; }
.hours { width: 100%; margin: 16px 0; padding-block: 10px; border-block: 1px solid var(--line); }
.hours div { display: flex; align-items: center; flex-direction: column; justify-content: center; gap: 2px; padding: 4px 0; text-align: center; }
.hours span { color: var(--muted); }
.hours strong { white-space: nowrap; }
.map-wrap { min-height: 390px; background: #ddd; }
.map-wrap iframe { width: 100%; height: 100%; min-height: 390px; display: block; border: 0; }

.wing-promo { padding: 62px 0 68px; background: var(--cream); font-family: "Chewy", "Arial Rounded MT Bold", sans-serif; }
.wing-promo-heading { margin-bottom: 25px; }
.wing-promo-heading .eyebrow { justify-content: center; margin-bottom: 10px; font-family: inherit; font-weight: 400; letter-spacing: .04em; text-transform: none; }
.wing-promo-heading h2 { max-width: 900px; margin: 0 auto; font-family: inherit; font-size: clamp(3.15rem, 5.5vw, 5.15rem); font-weight: 400; line-height: .98; letter-spacing: 0; text-align: center; }
.wing-promo-heading h2 em { color: var(--red); font-style: normal; }
.wing-promo-inner { min-height: 142px; display: grid; grid-template-columns: 200px minmax(0,1fr) auto; align-items: stretch; overflow: hidden; color: var(--white); background: var(--black); border: 2px solid var(--black); border-radius: 18px; box-shadow: 0 14px 34px rgba(50,35,0,.17); transition: transform .2s ease, box-shadow .2s ease; }
.wing-promo-inner:hover, .wing-promo-inner:focus-visible { transform: translateY(-3px); box-shadow: 0 20px 42px rgba(50,35,0,.24); outline: 3px solid var(--yellow); outline-offset: 4px; }
.wing-photo-box { min-height: 142px; overflow: hidden; background: #2b211c; }
.wing-photo-box img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.wing-promo-copy { display: grid; align-content: center; padding: 12px 22px; background: #e5252d; }
.wing-promo-copy strong { color: var(--white); font-family: "Chewy", "Arial Rounded MT Bold", sans-serif; font-size: clamp(2.4rem, 3.4vw, 3rem); font-weight: 400; line-height: 1; letter-spacing: .01em; }
.wing-promo-copy p { max-width: 620px; margin: 4px 0 0; color: #fff; font-size: .9rem; line-height: 1.3; }
.wing-promo-cta { min-width: 176px; display: flex; align-items: center; flex-direction: column; justify-content: center; gap: 5px; padding: 14px 20px; color: var(--white); background: var(--black); font-size: 1rem; font-weight: 400; letter-spacing: .01em; }
.wing-promo-cta img { width: 86px; height: 58px; object-fit: contain; }

@media (min-width: 901px) {
  .wing-promo-inner { width: min(850px, calc(100% - 48px)); min-height: 132px; grid-template-columns: 170px minmax(0, 520px) 160px; }
  .wing-photo-box { min-height: 132px; height: 132px; }
  .wing-promo-copy { padding: 8px 22px; }
  .wing-promo-copy strong { font-size: 2.55rem; }
  .wing-promo-copy p { margin-top: 4px; font-size: 1rem; line-height: 1.18; }
  .wing-promo-cta { min-width: 160px; gap: 4px; padding: 8px 14px; font-size: 1.05rem; }
  .wing-promo-cta img { width: 70px; height: 46px; }
}

footer { padding: 72px 0 22px; color: #cbc8c0; background: var(--black); }
.footer-grid { display: grid; grid-template-columns: repeat(4, 1fr); justify-items: center; gap: 42px; padding-bottom: 55px; text-align: center; }
.footer-grid > div { width: 100%; }
.footer-brand { margin: 0 auto 23px; }
.footer-brand .brand-image { width: 112px; height: 112px; }
footer h2 { margin: 0 0 18px; color: var(--yellow); font-size: .74rem; letter-spacing: .15em; text-transform: uppercase; }
footer p { margin: 8px 0; font-size: .86rem; }
footer .footer-grid a:not(.brand) { display: block; margin: 8px 0; font-size: .9rem; }
footer .footer-grid a:hover { color: var(--yellow); }
.footer-socials { display: flex; align-items: center; justify-content: center; gap: 12px; }
footer .footer-grid .footer-socials a { width: 44px; height: 44px; display: grid; place-items: center; margin: 0; border-radius: 12px; transition: transform .2s ease; }
.footer-socials a:hover, .footer-socials a:focus-visible { transform: translateY(-2px); }
.footer-socials .instagram { background: linear-gradient(145deg, #7738e8 5%, #e31a6c 50%, #ffb000 95%); }
.footer-socials .facebook { background: #1877f2; }
.footer-socials .yelp { background: #d32323; }
.footer-socials img { width: 23px; height: 23px; }
.footer-bottom { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 8px 28px; padding-top: 22px; color: #85827c; border-top: 1px solid #2e2e2e; text-align: center; font-size: .73rem; }
.footer-credit { flex-basis: 100%; }
.footer-bottom a { color: #aaa7a0; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.footer-bottom a:hover, .footer-bottom a:focus-visible { color: var(--yellow); }

.lightbox { width: min(900px, calc(100% - 32px)); max-width: none; padding: 0; overflow: visible; background: transparent; border: 0; }
.lightbox::backdrop { background: rgba(0,0,0,.9); backdrop-filter: blur(4px); }
.lightbox img { max-width: 100%; max-height: 82vh; margin: auto; object-fit: contain; box-shadow: 0 20px 70px rgba(0,0,0,.4); }
.lightbox-close { position: absolute; right: 0; top: -48px; width: 42px; height: 42px; color: var(--white); background: transparent; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; font-size: 1.8rem; line-height: 1; cursor: pointer; }

@media (max-width: 900px) {
  :root { --shell: min(100% - 30px, 720px); }
  .site-header nav, .site-header .button-small { display: none; }
  .menu-button { width: 44px; height: 44px; display: grid; align-content: center; gap: 5px; padding: 10px; color: var(--white); background: transparent; border: 1px solid #4b4b4b; }
  .menu-button span { display: block; height: 2px; background: currentColor; }
  .mobile-menu { position: fixed; inset: 115px 0 auto; z-index: 99; padding: 18px 25px 26px; color: var(--white); background: var(--black); border-top: 1px solid #333; }
  .mobile-menu:not([hidden]) { display: grid; }
  .mobile-menu a { padding: 13px 0; border-bottom: 1px solid #333; font-weight: 800; text-transform: uppercase; }
  .mobile-menu a:last-child { margin-top: 10px; padding: 13px; color: var(--black); background: var(--yellow); border: 0; text-align: center; }
  .hero { min-height: 650px; }
  .hero h1 { font-size: clamp(4.1rem, 15vw, 6.3rem); }
  .hero-brand-mark { right: 24px; bottom: 42px; width: 140px; }
  .quick-grid { grid-template-columns: 1fr; gap: 10px; }
  .quick-grid a { padding: 19px 22px; }
  .section { padding-block: 82px; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .section-heading h2 { font-size: clamp(3.3rem, 10vw, 4.8rem); }
  .selection .section-heading, .social-hub-heading, .gallery-heading { text-align: center; }
  .selection .section-heading .eyebrow, .social-hub-heading .eyebrow, .gallery-heading .eyebrow, .delivery-inner .eyebrow { justify-content: center; }
  .selection .section-heading > p, .social-hub-heading > p { margin-inline: auto; }
  .category-grid { grid-template-columns: 1fr 1fr; }
  .category-featured { grid-column: span 2; }
  .category { min-height: 430px; }
  .delivery-inner { align-items: center; flex-direction: column; gap: 30px; text-align: center; }
  .gallery-heading .text-link { justify-self: center; }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .gallery-wide { grid-column: span 2; }
  .social-hub-heading { grid-template-columns: 1fr; gap: 18px; }
  .social-hub { max-width: 620px; }
  .social-feed { max-width: 520px; grid-template-columns: 1fr; gap: 24px; }
  .post-photo, .yelp-photo { height: clamp(260px, 43vw, 330px); }
  .facebook-media img { height: clamp(250px, 40vw, 310px); object-position: center 68%; }
  .visit-grid { grid-template-columns: 1fr; }
  .map-wrap, .map-wrap iframe { min-height: 440px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .wing-promo-inner { max-width: 760px; min-height: 120px; grid-template-columns: 145px minmax(0, 1fr) 130px; }
  .wing-photo-box { min-height: 120px; height: 120px; }
  .wing-promo-copy { padding: 8px 14px; }
  .wing-promo-copy strong { font-size: 1.9rem; }
  .wing-promo-copy p { margin-top: 2px; font-size: .78rem; line-height: 1.2; }
  .wing-promo-cta { grid-column: auto; min-width: 130px; min-height: 120px; gap: 3px; padding: 8px 12px; }
  .wing-promo-cta img { width: 64px; height: 42px; }
}

@media (max-width: 620px) {
  .notice-bar { font-size: .65rem; }
  .nav-wrap { height: 72px; }
  .brand-image { width: 58px; height: 58px; }
  .mobile-menu { top: 103px; }
  .hero { min-height: 610px; align-items: start; }
  .hero-image { object-position: 62% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(3,3,3,.96), rgba(3,3,3,.68)), linear-gradient(0deg, rgba(0,0,0,.72), transparent); }
  .hero-content { padding-top: 80px; }
  .hero h1 { font-size: clamp(3.7rem, 17vw, 5.4rem); }
  .hero-copy { margin-block: 20px; font-size: 1rem; }
  .button-row .button { width: 100%; }
  .hero-brand-mark { display: none; }
  .quick-actions { padding: 18px 0 22px; }
  .quick-grid { width: calc(100% - 30px); }
  .section { padding-block: 68px; }
  .section-heading { margin-bottom: 34px; }
  .section-heading h2 { font-size: 3.35rem; }
  .category-grid { grid-template-columns: 1fr; }
  .category-featured { grid-column: auto; }
  .category { min-height: 405px; }
  .category > div:last-child { padding: 25px; }
  .delivery-band { padding-block: 60px; }
  .delivery-band h2 { font-size: 3.5rem; }
  .gallery-heading { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 220px; }
  .gallery-wide { grid-column: span 2; }
  .gallery-tall { grid-row: span 2; }
  .social-hub-heading { margin-bottom: 28px; }
  .social-hub-heading h2 { font-size: 3.55rem; }
  .social-feed { gap: 22px; }
  .instagram-post, .facebook-post, .yelp-post { border-radius: 18px; }
  .post-header { min-height: 96px; gap: 12px; padding: 15px 18px; }
  .post-avatar { width: 58px; height: 58px; }
  .post-header strong { font-size: 1.05rem; }
  .post-header span { font-size: .82rem; }
  .platform-badge { width: 50px; height: 50px; border-radius: 14px; }
  .platform-badge img { width: 31px; height: 31px; }
  .post-photo, .yelp-photo { height: min(68vw, 310px); }
  .instagram-body { padding: 20px 20px 25px; }
  .instagram-body p { font-size: 1rem; }
  .facebook-copy { padding: 19px 20px 23px; }
  .facebook-copy p { font-size: 1rem; }
  .facebook-media img { height: min(62vw, 290px); object-position: center 68%; }
  .facebook-actions { padding: 19px 8px; font-size: .95rem; }
  .yelp-body { padding: 24px 20px 28px; }
  .yelp-business { gap: 14px; }
  .yelp-business strong { font-size: 1.1rem; }
  .yelp-business span { font-size: .86rem; }
  .yelp-stars { gap: 12px; margin: 21px 0 17px; font-size: 1.65rem; }
  .yelp-body p { font-size: 1.02rem; }
  .visit { padding-inline: 10px; }
  .visit-copy { padding: 42px 25px; }
  .visit h2 { font-size: 3.8rem; }
  .hours div { align-items: center; gap: 1px; }
  .map-wrap, .map-wrap iframe { min-height: 360px; }
  .wing-promo { padding: 50px 8px 54px; }
  .wing-promo-heading { margin-bottom: 19px; }
  .wing-promo-heading .eyebrow { gap: 8px; font-size: .85rem; letter-spacing: .02em; }
  .eyebrow::after, .eyebrow span { width: 22px; }
  .wing-promo-heading h2 { max-width: 540px; font-size: 2.8rem; }
  .wing-promo-inner { grid-template-columns: 1fr; text-align: left; border-radius: 14px; }
  .wing-photo-box { grid-column: 1 / -1; grid-row: 1; min-height: 225px; max-height: 245px; }
  .wing-photo-box img { object-position: center; }
  .wing-promo-copy { grid-column: 1; grid-row: 2; padding: 10px 18px 12px; text-align: center; }
  .wing-promo-copy p { margin-inline: auto; }
  .wing-promo-copy strong { font-size: 2.25rem; }
  .wing-promo-copy p { font-size: .82rem; line-height: 1.25; }
  .wing-promo-cta { grid-column: 1 / -1; grid-row: 3; min-height: 56px; }
  .wing-promo-cta img { width: 72px; height: 48px; }
  footer { padding: 42px 0 18px; }
  .footer-grid { grid-template-columns: 1fr; gap: 20px; padding-bottom: 28px; }
  .footer-brand { margin-bottom: 10px; }
  .footer-brand .brand-image { width: 94px; height: 94px; }
  footer h2 { margin-bottom: 7px; }
  footer p { margin: 4px 0; }
  footer .footer-grid a:not(.brand) { margin: 4px 0; }
  .footer-bottom { flex-direction: column; gap: 4px; padding-top: 15px; }
}

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