/* Food-first direction: crisp white, sign-inspired red and blue, charcoal accents. */
:root {
  --paper: #ffffff;
  --ink: #292c2e;
  --muted: #5d605b;
  --sand: #edf2f5;
  --line: #d6dce0;
  --red: #a02548;
  --red-dark: #6f2432;
  --accent: #96364f;
  --brand: #a02548;
  --radius: 12px;
}
body { background: var(--paper); }
::selection { background: #d1b58d; color: #232628; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline-color: var(--accent); }
h2 { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; letter-spacing: -.045em; line-height: 1.13; }
.eyebrow { color: var(--accent); letter-spacing: 2px; font-size: 11px; }
.button {
  background: var(--red); border-color: var(--red); color: #fff8ee;
  border-radius: var(--radius); padding: 15px 27px; min-height: 54px;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.button:hover { background: var(--red-dark); border-color: var(--red-dark); color: #fff8ee; transform: translateY(-2px); }
.button:active { transform: translateY(0); }
.button.light { color: #25282a; background: #f3ecdf; border-color: #f3ecdf; }
.button.light:hover { background: #ddc9ab; border-color: #ddc9ab; }
.button.outline { background: transparent; color: var(--ink); border-color: #777974; }
.button.outline:hover { background: #e9dfd0; color: var(--ink); border-color: #777974; }
.text-link { text-decoration-color: #8f928b; text-decoration-thickness: 1px; }
.text-link:hover { color: var(--red); text-decoration-color: var(--red); }
.topline { background: #1b1e20; color: #c9c7bf; font-size: 10px; padding-block: 11px; letter-spacing: 1.5px; }
.site-header { background: var(--paper); border-color: var(--line); height: 110px; }
.brand > img { filter: none; }
footer .brand > img { filter: invert(1); }
.desktop-nav { gap: 32px; }
.desktop-nav > a, .more summary { font-size: 13px; }
.desktop-nav > a:not(.button):hover { color: var(--red); }
.site-header .button { background: var(--brand); border-color: var(--brand); color: #fff6f0; min-height: 48px; }
.site-header .button:hover { background: #b14759; border-color: #b14759; }
.desktop-nav > a[aria-current='page'], .mobile-nav nav a[aria-current='page'] { color: var(--red); }
.desktop-nav > a.button[aria-current='page'] { color: #fff6f0; }
.more-menu, .mobile-nav nav { background: var(--paper); border-color: var(--line); color: var(--ink); }
.more-menu { border-radius: 12px; padding: 17px 20px; box-shadow: 0 16px 40px #0004; }
.hero { grid-template-columns: 52% 48%; min-height: 650px; padding-block: 28px 34px; }
.hero-copy { padding-top: 40px; padding-bottom: 20px; padding-right: 7%; }
.hero h1 { color: #292c2e; font-size: clamp(54px,5.45vw,86px); line-height: 1.08; letter-spacing: -.045em; }
.hero .eyebrow { color: var(--accent); font-size: 10px; letter-spacing: 2px; }
.hero .lede { color: var(--muted); font-size: 16px; line-height: 1.85; }
.hero .actions { gap: 30px; margin-top: 15px; margin-bottom: 45px; }
.hero-photo { margin-right: 10.4%; border-radius: 18px; background: #313436; }
.hero-photo img { object-position: 50% 54%; }
.hero-photo figcaption { background: #222628ed; border: 1px solid #68655e; color: #f7f1e8; border-radius: 8px; bottom: 20px; right: 20px; padding: 12px 16px; font-size: 9px; letter-spacing: 1.5px; }
.hero-award { border-color: var(--line); padding-top: 23px; gap: 20px; }
.hero-award .hero-sign { border-radius: 8px; }
.hero-award strong { color: var(--accent); font-size: 10px; letter-spacing: 1.7px; }
.hero-award div > span { color: var(--muted); font-size: 14px; }
.recognition { background: #1e2224; border-color: #3b3f40; padding-block: 30px; }
.recognition a + a { border-color: #444749; }
.recognition span { color: #aaaFA9; font-size: 9px; letter-spacing: 1.7px; }
.recognition strong { font-size: 19px; font-weight: 400; color: #f0e8db; }
.food-section { padding-block: 100px; }
.section-heading h2 { font-size: clamp(40px,3.7vw,54px); }
.section-heading p:not(.eyebrow) { color: var(--muted); }
.food-large { border-radius: 16px; }
.food-label { padding: 100px 34px 32px; }
.food-label h3 { font-family: Georgia,serif; font-size: 35px; line-height: 1.1; }
.food-label span { color: #eee0cc; }
.food-list a > span { color: var(--accent); font-size: 10px; }
.food-list h3 { font-family: Georgia,serif; font-size: 30px; letter-spacing: -.025em; }
.food-list a:hover h3 { color: var(--red); }
.visit-home { margin-inline: 5%; border-radius: 18px; overflow: hidden; }
.visit-content { padding: 60px 10%; }
.visit-content h2 { font-size: clamp(34px,3.2vw,47px); }
.visit-content > p:not(.eyebrow) { color: var(--muted); }
.visit-content dl { border-color: #ccc1b1; }
.visit-content dt { color: var(--accent); }
.story-home { padding-block: 115px; grid-template-columns: .35fr 1.35fr .85fr; gap: 55px; }
.story-home h2 { font-size: 44px; }
.story-home p:not(.eyebrow) { color: var(--muted); }
.story-home figure { padding: 10px; background: #fffdf8; transform: rotate(2deg); border: 1px solid var(--line); border-radius: 12px; }
.story-home figure img { border-radius: 6px; }
.story-home figcaption { color: #65594c; }
.order-band { background: #303437; color: #f5f0e7; border-block: 1px solid #484c4d; padding-block: 65px; }
.order-band h2 { font-size: 45px; }
.order-band p:not(.eyebrow) { color: #c6c8c0; }
footer { background: #232628; color: #f5f0e7; }
.footer-main { padding-top: 65px; }
.footer-main h3 { color: #ede4d6; }
.footer-main p, .footer-main a:not(.brand) { color: #bdbfb7; }
.footer-main a:hover { color: #f3ecdf; }
.social a { border-radius: 50%; border-color: #4e5252; }
.footer-bottom { color: #a6aaa3; border-color: #393d3e; }
.page-intro { padding-block: 70px 55px; }
.page-intro h1 { color: var(--ink); }
.page-intro .eyebrow { color: var(--accent); }
.intro-text { color: var(--muted); }
.category-nav { background: var(--sand); border-color: var(--line); }
.category-nav a { border-radius: 7px; }
.category-nav a:hover, .category-nav a.active { color: var(--red); }
.menu-section-title h2 { font-size: 39px; }
.menu-meta > span, .source-note { color: var(--muted); }
.price { color: var(--red); }
.note, .order-card, .paper-aside, .award-feature, .contact-address, .arrival > div { border-radius: 14px; }
.hours-panel { background: #303437; color: #f5f0e7; border-radius: 16px 0 0 16px; }
.hours-panel .eyebrow, .order-band .eyebrow { color: #dfc29d; }
.visit-overview figure img { border-radius: 0 16px 16px 0; }
.order-card { border: 1px solid var(--line); }
.story-banner img, .story-recognition img, .award-feature img, .careers-layout figure img { border-radius: 14px; }
.story-year, .step > span, .press-list article > span, .gallery figcaption span { color: var(--red); }
.gallery-open { border-radius: 14px; }
.gallery figcaption { color: var(--muted); }
dialog { background: var(--paper); color: var(--ink); border-radius: 16px; border: 1px solid #646865; }
dialog::backdrop { background: #0d1011e8; backdrop-filter: blur(7px); }
.close-lightbox { color: var(--ink); border-radius: 8px; }
.close-lightbox:hover { background: var(--sand); }
.print-button { color: var(--ink); border-radius: 6px; }
.gift-art { background: #353a3d; color: #f4e6d0; border: 1px solid #7a7060; border-radius: 18px; box-shadow: 0 18px 40px #0004; }
.gift-art h2 { font-family: var(--display); }
.mobile-actions { background: var(--paper); border-color: var(--line); }
.mobile-actions a { border-radius: 10px; color: var(--ink); }
.mobile-actions a:last-child { background: var(--red); color: #fff8ee; }
@media(max-width:1150px) {
 .desktop-nav { gap: 20px; }
 .hero h1 { font-size: 5.45vw; }
 .story-home { grid-template-columns: 1.3fr 1fr; }
 .story-home h2 { font-size: 39px; }
}
@media(max-width:960px) {
 .site-header { height: 92px; }
 .hero { min-height: 590px; }
 .hero-copy { padding-top: 30px; }
 .hero h1 { font-size: 5.55vw; }
 .hero .eyebrow { font-size: 9px; letter-spacing: 1px; }
 .hero .actions { gap: 18px; }
 .hero .lede { font-size: 14px; }
 .hero-award { gap: 12px; }
 .hero-award div > span { font-size: 12px; }
 .hero-photo figcaption { right: 12px; bottom: 12px; font-size: 8px; padding: 10px; letter-spacing: 1px; }
 .visit-content { padding: 40px 9%; }
 .visit-content h2 { font-size: 35px; }
 .story-home { padding-block: 80px; }
 .order-band h2 { font-size: 37px; }
 .food-section { padding-block: 70px; }
}
@media(max-width:700px) {
 .topline { font-size: 9px; letter-spacing: .4px; }
 .site-header { height: 86px; }
 .hero { padding: 0 0 24px; }
 .hero-copy { padding: 38px 6% 30px; }
 .hero h1 { font-size: clamp(40px,10.55vw,70px); line-height: 1.1; }
 .hero .eyebrow { letter-spacing: 1.2px; font-size: 9px; }
 .hero .lede { font-size: 15px; }
 .hero .actions { gap: 24px; margin: 7px 0 30px; }
 .hero .button { padding-inline: 23px; }
 .hero-award { gap: 17px; padding-top: 22px; }
 .hero-award strong { font-size: 10px; letter-spacing: 1.2px; }
 .hero-award div > span { font-size: 12px; }
 .hero-photo { margin: 0 6%; border-radius: 14px; height: 420px; }
 .hero-photo figcaption { right: 14px; bottom: 14px; padding: 12px; font-size: 8px; }
 .recognition { padding: 3px 6%; }
 .recognition a { padding-block: 20px; }
 .recognition span { font-size: 8px; letter-spacing: 1px; }
 .recognition strong { font-size: 15px; }
 .food-section { padding-block: 58px; }
 .section-heading h2 { font-size: 40px; }
 .food-label h3 { font-size: 32px; }
 .food-list h3 { font-size: 29px; }
 .visit-home { margin-inline: 5%; border-radius: 14px; }
 .visit-content { padding: 32px 7% 38px; }
 .visit-content h2 { font-size: 36px; }
 .visit-content dl { gap: 20px; }
 .visit-content dd { font-size: 13px; }
 .visit-content dt { font-size: 10px; }
 .story-home { display: block; padding-block: 60px; }
 .story-home h2 { font-size: 38px; }
 .order-band { padding: 42px 6%; }
 .order-band h2 { font-size: 37px; }
 .page-intro { padding-block: 42px 34px; }
 .page-intro h1 { font-size: clamp(36px,10vw,60px); }
 .menu-section-title h2 { font-size: 34px; }
 .hours-panel { border-radius: 14px 14px 0 0; }
 .visit-overview figure img { border-radius: 0 0 14px 14px; }
 .mobile-nav nav { background: var(--paper); }
 .footer-main { padding-top: 45px; }
}
@media(max-width:360px) {
 .hero .actions { gap: 18px; }
 .hero .button { padding-inline: 18px; }
 .hero h1 { font-size: 39px; }
 .hero-photo { height: 350px; }
 .hero-award div > span { font-size: 11px; }
 .hero-award strong { font-size: 9px; }
 .story-home h2, .section-heading h2 { font-size: 35px; }
 .visit-content h2 { font-size: 32px; }
}
@media(prefers-reduced-motion:reduce) { .button:hover { transform: none; } }
@media print {
 body { background: white; color: black; }
 .page-intro h1, .page-intro .eyebrow, .intro-text, .source-note, .reheat-layout p { color: black; }
 .note, .paper-aside { background: white; }
}

/* Explicit foregrounds for the few dark surfaces. */
.hours-panel .text-link, .order-band .text-link { color: #f5f0e7; }
.hours-panel .text-link:hover, .order-band .text-link:hover { color: #e5c7a1; }

/* Food leads. Compact compositions replace oversized, empty sections. */
h2 { font-family: var(--display); letter-spacing: -.035em; }
.site-header { height: 92px; }
.site-header .brand { height: 82px; width: 190px; }
.site-header .brand > img { width: 210px; height: 110px; }
.topline { padding-block: 8px; }
.hero { grid-template-columns: 44% 56%; grid-template-areas: 'copy photo'; min-height: 0; padding: 0; max-width: 1800px; }
.hero-copy { grid-area: copy; padding: 44px 8% 30px 11.4%; justify-content: center; }
.hero h1 { font-size: clamp(44px,4.65vw,73px); line-height: 1.06; margin-bottom: 22px; }
.hero h1 span { color: var(--red); }
.hero-copy .eyebrow { margin-bottom: 23px; }
.hero .lede { font-size: 15px; line-height: 1.7; margin-bottom: 13px; }
.hero .actions { margin: 8px 0 28px; gap: 25px; }
.hero .button { padding-inline: 23px; }
.hero-award { margin-top: 0; padding-top: 18px; gap: 15px; }
.hero-award .hero-sign { width: 60px; height: 52px; }
.hero-award div > span { font-size: 12px; }
.hero-photo { grid-area: photo; min-height: 510px; margin: 0; border-radius: 0; }
.hero-photo img { object-position: center 57%; }
.hero-photo figcaption { background: #25282bf2; right: 24px; bottom: 24px; }
.recognition { background: #deebf3; border-color: #c4d4de; padding-block: 22px; }
.recognition a + a { border-color: #b8cbd7; }
.recognition span { color: #475761; }
.recognition strong { color: #242b30; font-family: var(--body); font-weight: 700; font-size: 17px; }
.food-section { padding-block: 52px; }
.section-heading { gap: 28px; margin-bottom: 26px; }
.section-heading h2 { font-size: clamp(30px,2.65vw,40px); }
.section-heading .eyebrow { margin-bottom: 13px; }
.food-editorial { grid-template-columns: 1.15fr 1fr; gap: 20px; }
.food-large { min-height: 0; height: 510px; }
.food-large > img { height: 100%; object-position: center; }
.food-list { display: grid; grid-template-rows: 1fr 1fr; gap: 20px; }
.food-list .food-small { position: relative; overflow: hidden; min-height: 0; padding: 0; border: 0; border-radius: 14px; background: #25282b; display: block; }
.food-small > img { position: absolute; width: 100%; height: 100%; object-fit: cover; object-position: center 65%; transition: transform .4s; }
.food-small.people-card > img { object-position: center top; }
.food-small:hover > img { transform: scale(1.035); }
.food-label { padding: 65px 27px 24px; background: linear-gradient(transparent,#111c); color: white; }
.food-label h3, .food-list .food-label h3 { font-family: var(--display); font-size: 29px; line-height: 1.15; margin: 9px 0 0; color: white; }
.food-list .food-label h3 { font-size: 25px; }
.food-label span { font-size: 10px; font-weight: 700; letter-spacing: 1.6px; color: white; }
.visit-home { background: #e1ecf3; border-radius: 16px; }
.visit-content { padding: 35px 8%; }
.visit-content h2 { font-size: clamp(29px,2.5vw,37px); margin-bottom: 18px; }
.visit-content .eyebrow { margin-bottom: 16px; }
.visit-content dl { margin-top: 20px; padding-block: 16px; border-color: #b6c9d6; }
.visit-image img { min-height: 480px; }
.story-home { padding-block: 54px; display: grid; grid-template-columns: 1.15fr 1fr; gap: 65px; align-items: center; }
.story-home .eyebrow { margin-bottom: 17px; }
.story-home h2 { font-size: clamp(30px,2.65vw,39px); }
.story-home figure { transform: rotate(1.5deg); margin: 0; padding: 8px; background: #fff; }
.story-home figure img { height: 320px; aspect-ratio: auto; object-position: center 48%; }
.story-home figcaption { color: #535a5e; margin-block: 9px 2px; }
.order-band { padding: 40px 5%; background: #92223f; border-color: #92223f; }
.order-band h2 { font-size: 34px; }
.order-band .eyebrow { color: #ffe0e9; }
.order-band p:not(.eyebrow) { color: #fff3f6; }
.button.light { background: #fff; border-color: #fff; }
.button.light:hover { background: #e1ecf3; border-color: #e1ecf3; }
.footer-main { padding-block: 44px 30px; }
.page-intro { padding-block: 44px 35px; }
.page-intro h1 { font-size: clamp(42px,4.3vw,65px); }
.guide { padding-block: 48px; gap: 55px; }
.story-body { padding-block: 42px; gap: 55px; }
.menu-section { padding-block: 42px; gap: 55px; }
.small-cta { padding-block: 45px; }
@media(min-width:1800px) {
 .hero-copy { padding-left: 72px; }
}
@media(max-width:1150px) {
 .hero { grid-template-columns: 47% 53%; }
 .hero-copy { padding: 34px 7% 28px 10.6%; }
 .hero h1 { font-size: 4.85vw; }
 .hero-photo { min-height: 500px; }
 .hero .actions { gap: 17px; }
 .hero .button { padding-inline: 19px; }
 .food-large { height: 450px; }
 .food-list .food-label h3 { font-size: 22px; }
 .story-home { gap: 40px; }
}
@media(max-width:960px) {
 .site-header { height: 80px; }
 .hero-copy { padding: 30px 7% 25px 10.6%; }
 .hero h1 { font-size: 4.9vw; }
 .hero-photo { min-height: 465px; }
 .hero .lede { font-size: 14px; }
 .hero .eyebrow { letter-spacing: 1px; font-size: 9px; }
 .hero .actions { gap: 13px; }
 .hero .button { padding-inline: 16px; font-size: 13px; }
 .hero .text-link { font-size: 12px; }
 .hero-award div > span { font-size: 11px; }
 .hero-award strong { font-size: 9px; letter-spacing: 1px; }
 .hero-award .hero-sign { width: 48px; height: 46px; }
 .section-heading h2 { font-size: 31px; }
 .food-label { padding: 60px 20px 21px; }
 .food-label h3 { font-size: 26px; }
 .food-list .food-label h3 { font-size: 22px; }
 .visit-content { padding: 30px 8%; }
 .visit-content h2 { font-size: 29px; }
 .visit-content dl { flex-direction: column; gap: 12px; }
 .visit-image img { min-height: 540px; }
 .story-home h2 { font-size: 30px; }
 .story-home figure img { height: 340px; }
 .order-band h2 { font-size: 30px; }
}
@media(max-width:700px) {
 .topline { padding-block: 7px; }
 .site-header { height: 74px; }
 .site-header .brand { width: 151px; height: 68px; }
 .site-header .brand > img { width: 174px; height: 90px; }
 .hero { display: flex; flex-direction: column; padding: 0; }
 .hero-photo { min-height: 0; height: 300px; margin: 0; border-radius: 0; flex: none; }
 .hero-photo img { object-position: center 58%; }
 .hero-photo figcaption { right: 15px; bottom: 14px; font-size: 8px; padding: 9px 12px; }
 .hero-copy { padding: 26px 6% 25px; }
 .hero .eyebrow { font-size: 9px; margin-bottom: 15px; letter-spacing: 1px; }
 .hero h1 { font-size: clamp(38px,10.5vw,65px); margin-bottom: 16px; }
 .hero .lede { font-size: 15px; line-height: 1.65; margin-bottom: 12px; }
 .hero .actions { gap: 24px; margin: 5px 0 22px; }
 .hero .button { font-size: 14px; padding-inline: 23px; }
 .hero .text-link { font-size: 14px; }
 .hero-award { gap: 14px; padding-top: 16px; }
 .hero-award .hero-sign { width: 52px; height: 46px; }
 .hero-award strong { font-size: 9px; }
 .hero-award div > span { font-size: 12px; }
 .recognition { padding: 0 6%; }
 .recognition a { padding-block: 16px; }
 .recognition strong { font-size: 13px; }
 .recognition a + a { border-top-color: #b8cbd7; }
 .food-section { padding-block: 35px; }
 .section-heading h2 { font-size: 32px; }
 .section-heading p:not(.eyebrow) { margin-bottom: 10px; }
 .food-editorial { display: block; }
 .food-large { height: 350px; }
 .food-list { margin-top: 16px; gap: 16px; grid-template-rows: repeat(2,225px); }
 .food-label h3, .food-list .food-label h3 { font-size: 26px; }
 .visit-home { border-radius: 14px; }
 .visit-image img { min-height: 0; height: 240px; }
 .visit-content { padding: 28px 7%; }
 .visit-content h2 { font-size: 29px; }
 .visit-content dl { flex-direction: row; gap: 23px; }
 .story-home { display: flex; flex-direction: column; gap: 28px; padding-block: 36px; align-items: stretch; }
 .story-home h2 { font-size: 30px; }
 .story-home figure { width: 95%; max-width: none; margin: 0 auto; }
 .story-home figure img { height: 300px; }
 .order-band { padding: 30px 6%; }
 .order-band h2 { font-size: 30px; }
 .order-band .button { margin-top: 20px; }
 .footer-main { padding-top: 35px; }
 .page-intro { padding-block: 32px 26px; }
 .page-intro h1 { font-size: clamp(36px,10vw,56px); }
 .guide, .story-body { padding-block: 35px; }
 .menu-section { padding-block: 32px; }
}
@media(max-width:360px) {
 .hero-photo { height: 270px; }
 .hero h1 { font-size: 36px; }
 .hero .actions { gap: 18px; }
 .hero .button { padding-inline: 18px; }
 .hero .text-link { font-size: 13px; }
 .visit-content dl { gap: 14px; }
 .visit-content dd { font-size: 12px; }
 .food-label h3, .food-list .food-label h3 { font-size: 23px; }
}
@media(prefers-reduced-motion:reduce) { .food-small:hover > img { transform: none; } }

/* Frame the official homepage photo without its embedded white margins. */
.hero-photo img { height: 133.3333%; top: -16.6667%; object-position: center; }

/* Keep photo crops stable as desktop columns resize. */
.food-large:hover img,
.food-small:hover > img,
.gallery-open:hover img {
  transform: none;
}
.food-large img,
.food-small > img,
.gallery-open img {
  transition: none;
}
@media (min-width: 701px) {
  .hero-photo {
    aspect-ratio: 4 / 3;
    height: auto;
    min-height: 0;
    align-self: center;
    width: 100%;
  }
  .food-editorial {
    gap: 2%;
    align-items: start;
  }
  .food-large {
    aspect-ratio: 4 / 3;
    height: auto;
    min-height: 0;
  }
  .food-large > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }
  .food-list {
    gap: 0;
    row-gap: 7.76%;
    height: 100%;
    min-height: 0;
  }
  .visit-home,
  .visit-overview {
    align-items: center;
  }
  .visit-image img,
  .visit-overview figure img,
  .story-home figure img,
  .story-recognition img,
  .award-feature img,
  .careers-layout figure img {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 3;
  }
  .story-banner img {
    height: auto;
    aspect-ratio: 3 / 1;
  }
  .gallery-open img,
  .gallery-item.g0 img,
  .gallery-item.g1 img {
    height: auto;
    aspect-ratio: 4 / 3;
  }
}

.food-large:hover .food-label h3,
.food-large:focus-visible .food-label h3 {
  color: var(--red);
}

/* Keep the visit photo and hours panel inside one aligned card. */
.visit-overview {
  align-items: stretch;
  background: #303437;
  border-radius: 16px;
  overflow: hidden;
}
.visit-overview .hours-panel {
  border-radius: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.visit-overview figure {
  display: flex;
  align-items: center;
}
.visit-overview figure img {
  border-radius: 0;
}
@media (min-width: 701px) and (max-width: 1279px) {
  .visit-overview {
    display: flex;
    flex-direction: column;
  }
  .visit-overview .hours-panel {
    padding: 32px;
  }
  .visit-overview figure img {
    aspect-ratio: 4 / 3;
    height: auto;
  }
}

@media (min-width: 1280px) {
  .visit-overview .hours-panel { padding: 36px; }
}

/* QA refinements: consistent grids, keyboard states, and practical targets. */
.desktop-nav > a:not(.button) {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}
.more-menu a,
.category-nav a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.category-nav { padding-block: 10px; }
.category-nav a { padding-inline: 4px; }
.social a { width: 44px; height: 44px; }
.mobile-actions a { min-height: 44px; }
.close-lightbox { min-width: 60px; min-height: 44px; }
.recognition a:focus-visible strong { text-decoration: underline; }
.food-large:focus-visible .food-label h3,
.food-small:focus-visible .food-label h3 { color: var(--red); }
.gallery-open { position: relative; }
.gallery-open::after {
  content: 'View photo';
  position: absolute;
  bottom: 12px;
  right: 12px;
  padding: 7px 12px;
  border-radius: 7px;
  color: #fff;
  background: #24282bed;
  font-size: 12px;
  font-weight: 700;
  opacity: 0;
  transition: opacity .15s;
  pointer-events: none;
}
.gallery-open:hover::after,
.gallery-open:focus-visible::after { opacity: 1; }
.error-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; padding-bottom: 64px; }
@media (min-width: 701px) {
  .gallery { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 30px; }
  .gallery .gallery-item { grid-column: auto; }
}
@media (min-width: 961px) {
  .menu-section { display: block; }
  .menu-section-title { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: end; margin-bottom: 24px; }
  .menu-section-title h2 { margin: 0; }
  .menu-section-title p { max-width: none; margin: 0; }
  .menu-items { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); column-gap: 48px; }
  .menu-item,
  .menu-item:first-child,
  .menu-item:last-child { padding-block: 18px; border-bottom: 1px solid var(--line); }
}
@media (max-width: 700px) {
  .footer-main > div > a:not(.brand) { min-height: 44px; padding-block: 10px; margin-bottom: 0; }
  .category-nav { gap: 2px 12px; }
  .footer-bottom a { display: inline-flex; min-height: 44px; align-items: center; }
  .reheat-index { padding-top: 10px; }
}
@media (hover: none) { .gallery-open::after { opacity: 1; } }

/* Keep the requested red hover text readable over food photography. */
:is(.food-large,.food-small):is(:hover,:focus-visible) .food-label {
  background: linear-gradient(transparent, #ffffff 34%);
}
:is(.food-large,.food-small):is(:hover,:focus-visible) .food-label h3 {
  color: var(--red);
}
:is(.food-large,.food-small):is(:hover,:focus-visible) .food-label span {
  color: var(--muted);
}
