:root {
  --paper: #ffffff;
  --paper-light: #ffffff;
  --ink: #1e1f23;
  --red: #d70721;
  --red-dark: #a80018;
  --blue: #d70721;
  --mint: #fff0f1;
  --line: #e8dfe0;
  --muted: #686b72;
  --display: "DM Sans", sans-serif;
  --body: "DM Sans", sans-serif;
  --radius: 18px;
  --shadow: 0 12px 32px rgba(56, 22, 27, .09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fffdfb; font-family: var(--body); line-height: 1.55; }
a { color: inherit; }
button, input { font: inherit; }
.skip-link { position: fixed; left: 12px; top: -100px; z-index: 1000; background: #fff; padding: 10px 14px; }
.skip-link:focus { top: 12px; }
.site-alert { display: flex; justify-content: center; gap: 18px; padding: 7px 20px; color: #fff; background: var(--red-dark); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.site-alert span + span::before { content: "•"; margin-right: 18px; color: #ff9cac; }
.site-header { position: sticky; top: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; min-height: 72px; padding: 10px max(24px, calc((100vw - 1180px) / 2)); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.96); backdrop-filter: blur(12px); }
.wordmark-copy { display: flex; flex-direction: column; line-height: 1; }
.wordmark-copy small { margin-top: 5px; color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.wordmark-mark { display: grid; width: 38px; height: 38px; place-items: center; color: #fff; background: var(--red); border: 0; border-radius: 12px; font-family: var(--display); font-size: 21px; box-shadow: none; }
.site-nav { display: flex; align-items: center; gap: 18px; font-size: 13px; font-weight: 700; }
.site-nav a { text-decoration: none; }
.site-nav a:not(.nav-cta):hover { color: var(--red-dark); }
.nav-toggle { display: none; padding: 8px 12px; color: #fff; background: var(--ink); border: 0; border-radius: 6px; }

.hero { display: grid; grid-template-columns: 2fr 1fr; width: min(1280px, calc(100% - 32px)); min-height: 500px; margin: 18px auto 0; overflow: hidden; border: 0; border-radius: 28px; background: var(--cream, #fff1f2); }
.hero-copy { position: relative; display: flex; flex-direction: column; justify-content: center; padding: 58px clamp(32px, 5vw, 72px); background-image: radial-gradient(circle, color-mix(in srgb, var(--red, #d70721) 10%, transparent) 1px, transparent 1px); background-position: 18px 18px; background-size: 20px 20px; }
.hero-copy::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, color-mix(in srgb, var(--cream, #fff1f2) 97%, transparent), color-mix(in srgb, var(--cream, #fff1f2) 82%, transparent)); pointer-events: none; }
.hero-copy > * { position: relative; z-index: 1; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: var(--red-dark); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 3px; background: currentColor; }
.hero h1 { max-width: 650px; margin: 0; font: 800 clamp(44px, 5vw, 68px)/1 var(--display); letter-spacing: -.05em; }
.hero-lede { max-width: 620px; margin: 22px 0 26px; color: #4c4e54; font-size: clamp(16px, 1.4vw, 19px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; padding: 13px 19px; border: 1px solid var(--ink); border-radius: 10px; font-weight: 800; text-decoration: none; transition: transform .15s ease, background .15s ease; }
.button:hover { transform: translateY(-2px); box-shadow: none; }
.button-primary { color: #fff; background: var(--red); }
.button-quiet { background: var(--paper-light); }
.hero-board { position: relative; min-height: 100%; overflow: hidden; /* background: #f7e6d7; */ border-left: 0; }
.hero-board > img { display: block; width: 100%; height: 100%; /* padding: clamp(32px, 6vw, 76px); */ object-fit: contain; object-position: center; }

.quick-links { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 8px; max-width: 1180px; margin: 18px auto 0; padding: 0 24px; }
.quick-links a { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; min-width: 0; padding: 13px; background: #fff; border: 1px solid var(--line); border-radius: 14px; text-decoration: none; box-shadow: 0 6px 18px rgba(56,22,27,.04); transition: transform .18s ease, border-color .18s ease; }
.quick-links a:hover { transform: translateY(-3px); border-color: #ef9aa6; }
.quick-link-icon { display: grid; width: 36px; height: 36px; place-items: center; background: var(--mint); border-radius: 11px; font-size: 18px; }
.quick-links a > span:nth-child(2) { min-width: 0; }
.quick-links strong, .quick-links small { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.quick-links strong { font-size: 12px; }
.quick-links small { margin-top: 1px; color: var(--muted); font-size: 9px; }
.quick-links b { color: var(--red); font-size: 13px; }

.category-strip, .menu-section { max-width: 1180px; margin: auto; padding: 72px 24px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 34px; }
.section-heading h2 { margin: 0; font: 800 clamp(34px, 4vw, 50px)/1 var(--display); letter-spacing: -.04em; }
.section-heading > p { max-width: 520px; margin: 0; color: var(--muted); }
.category-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; border: 0; }
.category-card { position: relative; min-height: 154px; padding: 18px; overflow: hidden; background: linear-gradient(145deg, #fff 0 68%, #fff1f2 68%); border: 1px solid var(--line); border-radius: 18px; text-decoration: none; box-shadow: 0 8px 24px rgba(83,25,34,.05); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.category-card:hover { transform: translateY(-4px); border-color: #f2a4af; box-shadow: 0 14px 30px rgba(83,25,34,.11); }
.category-number { color: var(--red); font-size: 10px; font-weight: 900; }
.category-icon { position: absolute; right: 16px; top: 16px; display: grid; width: 46px; height: 46px; place-items: center; border-radius: 15px; background: #fff1f2; font-size: 24px; box-shadow: inset 0 0 0 1px rgba(215,7,33,.08); }
.category-card strong { display: block; max-width: 78%; margin-top: 30px; font: 800 19px/1.15 var(--display); }
.category-card small { display: block; margin-top: 6px; color: var(--muted); font-size: 11px; }
.category-arrow { position: absolute; right: 18px; top: auto; bottom: 13px; color: var(--red); font-size: 22px; }
.category-kicker { position: absolute; left: 18px; top: 42px; color: #ffd75c; font-size: 8px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.category-card-classic { color: #fff; background: linear-gradient(145deg, #2a0b10 0 68%, #b00820 68%); border-color: #2a0b10; box-shadow: 0 12px 26px rgba(42,11,16,.18); }
.category-card-classic:hover { border-color: #ffca35; box-shadow: 0 18px 34px rgba(42,11,16,.25); }
.category-card-classic .category-number, .category-card-classic .category-arrow { color: #ffd75c; }
.category-card-classic .category-icon { background: #fff3c7; }
.category-card-classic strong { margin-top: 43px; }
.category-card-classic small { color: #f4ccd2; }

.order-tools { max-width: 1180px; margin: auto; padding: 18px 24px 72px; }
.order-tools-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(310px, .65fr); gap: 16px; }
.app-card, .hours-card { position: relative; min-width: 0; overflow: hidden; border-radius: 26px; }
.app-card { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(230px, .75fr); min-height: 580px; padding: 48px; color: #fff; background: linear-gradient(145deg, #31070e, #790518 70%, #a80018); }
.app-card::before { content: ""; position: absolute; right: -90px; top: -90px; width: 340px; height: 340px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.app-copy { position: relative; z-index: 2; }
.utility-label { display: inline-flex; padding: 7px 10px; color: inherit; background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.22); border-radius: 999px; font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.app-card h3, .hours-card h3 { margin: 22px 0 16px; font: 800 clamp(34px, 4vw, 52px)/.98 var(--display); letter-spacing: -.045em; }
.app-card p { max-width: 620px; color: #f2d9dd; }
.app-card ul { display: grid; gap: 10px; margin: 26px 0; padding: 0; list-style: none; }
.app-card li { position: relative; padding-left: 27px; color: #fff7f8; font-size: 14px; }
.app-card li::before { content: "✓"; position: absolute; left: 0; top: 0; color: #ffbd2e; font-weight: 900; }
.utility-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 28px; }
.text-arrow { color: #fff; font-size: 13px; font-weight: 800; text-decoration: none; }
.text-arrow.dark { color: var(--ink); }
.utility-fine-print { margin: 22px 0 0 !important; color: inherit; font-size: 10px !important; opacity: .74; }
.phone-scene { position: relative; display: grid; place-items: center; min-width: 0; }
.phone-orbit { position: absolute; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; }
.orbit-one { width: 310px; height: 310px; }
.orbit-two { width: 220px; height: 220px; }
.phone-shell { position: relative; z-index: 2; width: 205px; padding: 10px; border: 3px solid #21050a; border-radius: 37px; background: #171114; box-shadow: 0 30px 60px rgba(0,0,0,.38); transform: rotate(4deg); }
.phone-speaker { width: 62px; height: 7px; margin: 2px auto 8px; border-radius: 99px; background: #3d3438; }
.phone-screen { min-height: 380px; padding: 17px; color: var(--ink); background: #fff8f4; border-radius: 27px; }
.phone-top { display: flex; align-items: center; gap: 8px; font-size: 12px; }
.phone-top span { display: grid; width: 28px; height: 28px; place-items: center; color: #fff; background: var(--red); border-radius: 9px; font-size: 10px; font-weight: 900; }
.phone-food { display: grid; height: 120px; margin: 18px 0; place-items: center; background: #ffe8d7; border-radius: 18px; font-size: 64px; }
.phone-screen > strong { display: block; margin-bottom: 13px; font-size: 17px; }
.phone-choice { display: flex; justify-content: space-between; padding: 11px 0; border-top: 1px solid #eaded9; font-size: 10px; }
.phone-choice b { color: var(--red); }
.phone-button { margin-top: 15px; padding: 11px; color: #fff; background: var(--red); border-radius: 10px; font-size: 10px; font-weight: 900; text-align: center; }
.hours-card { display: flex; flex-direction: column; min-height: 580px; padding: 42px 36px; background: linear-gradient(160deg, #ffe9a3, #ffc83d); }
.hours-card .utility-label { align-self: flex-start; background: rgba(255,255,255,.48); border-color: rgba(30,31,35,.12); }
.hours-card h3 { padding-right: 28px; font-size: clamp(32px, 3.4vw, 46px); }
.hours-card > p { color: #4c3c1f; }
.hours-pin { position: absolute; right: 28px; top: 27px; width: 34px; height: 42px; background: var(--red); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); }
.hours-pin span { position: absolute; inset: 10px; background: #fff; border-radius: 50%; }
.hours-list { margin-top: auto; border-top: 2px solid rgba(30,31,35,.55); }
.hours-list div { display: flex; justify-content: space-between; gap: 12px; padding: 12px 0; border-bottom: 1px solid rgba(30,31,35,.25); font-size: 12px; }
.hours-list span { color: #5f4b21; }
.hours-list strong { text-align: right; }

.menu-section { min-width: 0; padding-top: 40px; }
.menu-toolbar { display: grid; grid-template-columns: minmax(260px,1fr) 2fr; gap: 24px; align-items: end; min-width: 0; max-width: 100%; padding: 22px; color: #fff; background: var(--red-dark); border: 0; border-radius: 18px; box-shadow: var(--shadow); }
.menu-search span { display: block; margin-bottom: 7px; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.menu-search input { width: 100%; min-height: 48px; padding: 0 15px; border: 2px solid var(--ink); border-radius: 0; background: var(--paper-light); }
.filter-buttons { display: flex; flex-wrap: wrap; gap: 7px; min-width: 0; max-width: 100%; }
.filter-button { padding: 9px 12px; color: #fff; background: transparent; border: 1px solid rgba(255,255,255,.55); border-radius: 999px; cursor: pointer; font-size: 12px; font-weight: 700; }
.filter-button.is-active, .filter-button:hover { color: var(--ink); background: #fff; }
.menu-groups { display: grid; min-width: 0; margin-top: 54px; }
.menu-collection { min-width: 0; max-width: 100%; scroll-margin-top: 120px; }
.menu-collection-heading { display: grid; grid-template-columns: 48px 1fr auto; align-items: end; gap: 16px; margin-bottom: 20px; padding-bottom: 17px; border-bottom: 2px solid var(--ink); }
.menu-collection-heading > span { color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.menu-collection-heading p { margin: 0 0 4px; color: var(--muted); font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.menu-collection-heading h3 { margin: 0; font: 800 clamp(30px, 3.6vw, 45px)/.95 var(--display); letter-spacing: -.035em; }
.menu-collection-heading > strong { padding: 7px 10px; color: var(--red-dark); background: #fff1c6; border-radius: 999px; font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.menu-feature-art, .menu-product-art { position: relative; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 50% 60%, #fff 0 38%, #f7eee4 72%, #efe2d2 100%); }
.menu-feature-art::after, .menu-product-art::after { position: absolute; left: 16%; right: 16%; bottom: 9%; height: 12px; content: ''; background: rgba(69,35,28,.13); border-radius: 50%; filter: blur(8px); }
.menu-feature-art img, .menu-product-art img { position: relative; z-index: 1; display: block; width: 88%; height: 88%; object-fit: contain; transition: transform .3s ease; }
.menu-feature-card:hover img, .menu-product-card:hover img { transform: scale(1.045); }
.menu-feature-art > span, .menu-product-art > span { font-size: 72px; }
.menu-feature-copy > p:first-child { margin: 0 0 5px; color: var(--red); font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }

/* ===== FIXED: menu-feature-pick grid layout for all devices ===== */
.menu-feature-pick {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: baseline;
  gap: 3px 18px;
  margin-top: 4px;
}
.menu-feature-pick > span {
  grid-column: 1 / -1;
  color: var(--muted);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.menu-feature-pick > strong {
  color: var(--red-dark);
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}
.menu-feature-pick > small {
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  white-space: nowrap;
  text-align: right;
  justify-self: end;
}
.menu-feature-pick > i {
  display: inline-block;
  width: 3px;
  height: 3px;
  margin: 0 5px 2px;
  background: var(--red);
  border-radius: 50%;
  align-self: center;
}
/* ===== END FIX ===== */

.menu-product-art > span { font-size: 48px; }
.menu-collection-classic .menu-collection-heading { border-bottom-color: var(--red); }
.menu-collection-classic .menu-feature-card { color: #fff; background: linear-gradient(155deg, #2a0b10, #780b1c); border-color: #780b1c; }
.menu-collection-classic .menu-feature-copy { border-top-color: rgba(255,255,255,.2); }
.menu-collection-classic .menu-feature-copy > p:nth-child(3), .menu-collection-classic .menu-feature-pick small, .menu-collection-classic .menu-feature-pick span { color: #f1cbd2; }
.menu-collection-classic .menu-feature-pick { border-top-color: rgba(255,255,255,.2); }
.menu-collection-classic .menu-feature-pick strong { color: #ffd75c; }
.table-wrap { width: 100%; min-width: 0; max-width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
table { width: 100%; border-collapse: collapse; }
th, td { padding: 16px 26px; border-bottom: 1px solid #ded8ca; text-align: left; }
th { color: var(--muted); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
th:nth-child(2), td:nth-child(2), th:nth-child(3), td:nth-child(3) { text-align: right; }
tbody tr:hover { background: #fff7dc; }
td:first-child { font-weight: 650; }
td strong { color: var(--red-dark); }
[hidden] { display: none !important; }
.no-results { padding: 50px; text-align: center; background: var(--paper-light); border: 2px dashed var(--ink); }
.no-results span { display: block; color: var(--muted); }

.trust-section { display: grid; grid-template-columns: 1.05fr .95fr; margin: 64px auto 0; width: min(1280px, calc(100% - 32px)); overflow: hidden; color: #fff; background: var(--ink); border-radius: 24px; }
.trust-main { padding: 72px 64px; }
.eyebrow.light { color: var(--mint); }
.trust-main h2 { max-width: 650px; margin: 0 0 24px; font: 800 clamp(38px, 4.5vw, 56px)/1 var(--display); }
.trust-main p { max-width: 650px; color: #d5d0c5; }
.button-light { margin-top: 18px; color: var(--ink); background: var(--mint); }
.trust-cards { display: grid; align-content: center; padding: 50px 64px 50px 0; }
.trust-cards div { position: relative; padding: 26px 20px 26px 60px; border-top: 1px solid #4a4741; }
.trust-cards span { position: absolute; left: 0; color: var(--red); font-weight: 900; }
.trust-cards strong { display: block; font: 400 25px/1 var(--display); }
.trust-cards p { margin: 6px 0 0; color: #bdb7ac; font-size: 14px; }

.hours-section { max-width: 1180px; margin: auto; padding: 92px 24px 18px; }
.hours-section-intro { display: grid; grid-template-columns: .95fr 1.05fr; align-items: end; gap: 64px; margin-bottom: 34px; }
.hours-section-intro h2 { margin: 0; font: 800 clamp(40px, 4.7vw, 60px)/1 var(--display); letter-spacing: -.05em; }
.hours-section-intro > p { margin: 0; color: var(--muted); font-size: 16px; }
.drive-hours-intro { margin-top: 72px; }
.hours-panel { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 24px; box-shadow: 0 16px 44px rgba(65,22,29,.09); }
.hours-panel-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 17px 24px; color: #fff; background: #2a0b10; font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.hours-panel-head strong { color: #ffd75c; }
.holiday-hours-table th, .drive-hours-table th { padding-top: 18px; padding-bottom: 18px; color: #fff; background: var(--red-dark); }
.holiday-hours-table th, .holiday-hours-table td, .drive-hours-table th, .drive-hours-table td { text-align: left; }
.holiday-hours-table th:first-child { width: 19%; }
.holiday-hours-table th:nth-child(2) { width: 33%; }
.holiday-hours-table td, .drive-hours-table td { vertical-align: middle; }
.holiday-hours-table tbody tr:nth-child(even), .drive-hours-table tbody tr:nth-child(even) { background: #f4f1ee; }
.holiday-hours-table tbody tr:hover, .drive-hours-table tbody tr:hover { background: #fff3c7; }
.holiday-hours-table td:first-child { white-space: nowrap; }
.holiday-hours-table td:nth-child(2) { color: #353137; font-weight: 750; }
.status-pill { display: inline-block; padding: 7px 10px; border-radius: 999px; font-size: 11px; font-weight: 850; line-height: 1.2; }
.status-check { color: #15563f; background: #dff6ea; }
.status-adjusted { color: #765200; background: #fff0be; }
.status-call { color: #8b1023; background: #fde2e7; }
.drive-hours-table th:first-child { width: 38%; }
.drive-hours-table td:first-child { color: var(--red-dark); font-weight: 850; }
.drive-hours-table td:nth-child(2) { color: #353137; font-weight: 750; }
.drive-hours-table td:nth-child(3) { color: var(--muted); }
.hours-source-note { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 22px 24px; background: #fff8f0; }
.hours-source-note p { max-width: 680px; margin: 0; color: var(--muted); font-size: 12px; }
.hours-source-note .button { white-space: nowrap; }

.faq-home { display: grid; grid-template-columns: minmax(250px, .72fr) minmax(0, 1.28fr); gap: 72px; max-width: 1180px; margin: auto; padding: 92px 24px; }
.faq-intro { align-self: start; position: sticky; top: 120px; }
.faq-intro h2 { margin: 0; font: 800 clamp(38px, 4.5vw, 58px)/1 var(--display); letter-spacing: -.045em; }
.faq-intro > p:not(.eyebrow) { color: var(--muted); }
.faq-list { border-top: 1px solid var(--ink); }
.faq-list details { border-bottom: 1px solid #cfc4c6; }
.faq-list summary { display: flex; justify-content: space-between; gap: 20px; padding: 23px 0; cursor: pointer; font-size: 18px; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { flex: 0 0 auto; display: grid; width: 28px; height: 28px; place-items: center; color: #fff; background: var(--red); border-radius: 50%; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 720px; margin: -4px 48px 23px 0; color: var(--muted); font-size: 15px; line-height: 1.7; }

.site-footer { padding: 0 max(24px, calc((100vw - 1240px) / 2)) 30px; color: #fff; background: #23080d; }
.footer-wordmark { display: flex; align-items: center; gap: 9px; font: 800 25px var(--display); }
.footer-wordmark span { display: grid; width: 34px; height: 34px; place-items: center; background: var(--red); border-radius: 10px; font-size: 17px; }
.page-shell { min-height: 70vh; padding: 70px 24px; }
.content-card { max-width: 900px; margin: auto; padding: clamp(28px,5vw,70px); background: var(--paper-light); border: 2px solid var(--ink); box-shadow: var(--shadow); }
.content-card > h1 { margin: 0 0 30px; font: 400 clamp(48px,7vw,82px)/.95 var(--display); }
.entry-content { font-size: 18px; }
.page-intro { max-width: 760px; margin: -10px 0 52px; color: #45413a; font-size: clamp(19px,2.2vw,25px); line-height: 1.5; }
.guide-sections { border-top: 2px solid var(--ink); }
.guide-section { display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding: 34px 0; border-bottom: 1px solid #c9c1b1; }
.guide-number { color: var(--red-dark); font-size: 12px; font-weight: 900; }
.guide-section h2 { margin: -7px 0 16px; font: 400 clamp(29px,3.5vw,42px)/1.05 var(--display); }
.guide-body { color: #45413a; font-size: 17px; }
.guide-body p:first-child, .guide-body ul:first-child, .guide-body ol:first-child { margin-top: 0; }
.guide-body li + li { margin-top: 8px; }
.text-link { color: var(--blue); font-weight: 800; }
.guide-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.guide-pills span { padding: 8px 12px; background: var(--mint); border: 1px solid var(--ink); border-radius: 999px; color: var(--ink); font-size: 13px; font-weight: 700; }
.mini-table { border-top: 1px solid var(--ink); }
.mini-table div { display: flex; justify-content: space-between; gap: 20px; padding: 12px 0; border-bottom: 1px solid #d8d0c1; }
.mini-table span { white-space: nowrap; }
.fine-print { color: var(--muted); font-size: 12px; }

.page-shell--legal { padding: 0; background: #fbf8f4; }
.legal-page { --legal-accent: #b7202d; --legal-dark: #23171a; color: var(--legal-dark); background: #fbf8f4; }
.legal-hero { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(320px, .55fr); gap: 76px; align-items: end; max-width: 1240px; margin: auto; padding: 94px 32px 76px; }
.legal-hero-copy { max-width: 850px; }
.legal-kicker { display: flex; align-items: center; gap: 11px; margin: 0 0 22px; color: var(--legal-accent); font-size: 11px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.legal-kicker span { width: 34px; height: 3px; background: currentColor; }
.legal-hero h1 { margin: 0; font: 800 clamp(58px, 7vw, 96px)/.9 var(--display); letter-spacing: -.065em; }
.legal-intro { max-width: 830px; margin: 28px 0 0; color: #5b5052; font-size: clamp(18px, 1.7vw, 23px); line-height: 1.62; }
.legal-status { position: relative; overflow: hidden; padding: 27px; color: #fff; background: var(--legal-dark); border-radius: 22px; box-shadow: 0 22px 45px rgba(45,20,26,.14); }
.legal-status::after { position: absolute; right: -50px; top: -50px; width: 140px; height: 140px; content: ""; border: 28px solid rgba(255,255,255,.05); border-radius: 50%; }
.legal-status > span { color: #ff9fac; font-size: 9px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.legal-status > strong { display: block; max-width: 260px; margin: 10px 0 27px; font: 800 26px/1.05 var(--display); }
.legal-status dl { margin: 0; }
.legal-status dl div { display: grid; grid-template-columns: 90px 1fr; gap: 14px; padding: 12px 0; border-top: 1px solid rgba(255,255,255,.16); }
.legal-status dt { color: #cdbfc2; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.legal-status dd { margin: 0; font-size: 11px; font-weight: 750; }
.legal-page--privacy-policy { --legal-accent: #2b6570; }
.legal-page--terms { --legal-accent: #7d4b21; }
.legal-page--contact { --legal-accent: #b7202d; }
.legal-page--disclaimer { --legal-accent: #a55d00; }
.legal-principles { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 1176px; margin: 0 auto 86px; overflow: hidden; border: 1px solid #dfd4d1; border-radius: 20px; background: #fff; }
.legal-principles div { min-height: 155px; padding: 25px 27px; border-right: 1px solid #dfd4d1; }
.legal-principles div:last-child { border-right: 0; }
.legal-principles span { color: var(--legal-accent); font-size: 10px; font-weight: 900; }
.legal-principles strong { display: block; margin: 22px 0 8px; font: 800 21px/1.1 var(--display); }
.legal-principles small { color: #6f6465; font-size: 12px; line-height: 1.55; }
.legal-layout { display: grid; grid-template-columns: 245px minmax(0, 820px); gap: 84px; justify-content: center; max-width: 1240px; margin: auto; padding: 82px 32px 105px; border-top: 1px solid #d7ccca; }
.legal-index { align-self: start; position: sticky; top: 112px; }
.legal-index > p { margin: 0 0 16px; color: var(--legal-accent); font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.legal-index nav { display: grid; border-top: 1px solid #bfb4b2; }
.legal-index nav a { display: grid; grid-template-columns: 26px 1fr; gap: 8px; padding: 13px 0; border-bottom: 1px solid #ded5d3; color: #4f4446; font-size: 12px; font-weight: 750; line-height: 1.35; text-decoration: none; }
.legal-index nav a:hover { color: var(--legal-accent); }
.legal-index nav span { color: #aa9b9d; font-size: 9px; }
.legal-index-note { margin-top: 24px; padding: 17px; background: #f1e5e3; border-radius: 12px; }
.legal-index-note strong { color: var(--legal-accent); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.legal-index-note p { margin: 7px 0 0; color: #69595c; font-size: 11px; line-height: 1.55; }
.legal-sections { border-top: 2px solid var(--legal-dark); }
.legal-section { display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 22px; scroll-margin-top: 115px; padding: 44px 0 48px; border-bottom: 1px solid #cfc4c2; }
.legal-section-number { padding-top: 7px; color: var(--legal-accent); font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.legal-section h2 { margin: 0 0 19px; font: 800 clamp(29px, 3.2vw, 42px)/1.02 var(--display); letter-spacing: -.035em; }
.legal-copy { color: #4e4546; font-size: 17px; line-height: 1.76; }
.legal-copy p { margin: 0 0 18px; }
.legal-copy p:last-child { margin-bottom: 0; }
.legal-copy ul, .legal-copy ol { margin: 19px 0 0; padding-left: 22px; }
.legal-copy li { padding-left: 4px; }
.legal-copy li + li { margin-top: 9px; }
.legal-copy .text-link { color: var(--legal-accent); }
.legal-copy .guide-pills { margin-top: 21px; }
.legal-copy .guide-pills span { border: 1px solid #d6c9c7; background: #fff; }
.legal-related { padding: 68px max(32px, calc((100vw - 1176px) / 2)) 76px; color: #fff; background: var(--legal-dark); }
.legal-related > p { margin: 0 0 19px; color: #ff9fac; font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.legal-related > div { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.24); border-left: 1px solid rgba(255,255,255,.24); }
.legal-related a { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 82px; padding: 18px; border-right: 1px solid rgba(255,255,255,.24); border-bottom: 1px solid rgba(255,255,255,.24); font-size: 13px; font-weight: 800; text-decoration: none; }
.legal-related a:hover { color: #fff; background: var(--legal-accent); }
.legal-related a span { color: #ff9fac; }

@media (max-width: 980px) {
  .nav-toggle { display: block; }
  .site-nav { position: absolute; top: 76px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 14px 24px 24px; background: var(--paper-light); border-bottom: 2px solid var(--ink); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 12px 0; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 60px 24px; }
  .hero-board { min-height: 430px; /* border-top: 2px solid var(--ink); */ border-left: 0; }
  .quick-links { grid-template-columns: repeat(3, 1fr); }
  .category-grid { grid-template-columns: repeat(2,1fr); }
  .order-tools-grid { grid-template-columns: 1fr; }
  .app-card, .hours-card { min-height: auto; }
  .hours-list { margin-top: 36px; }
  .menu-toolbar { grid-template-columns: 1fr; }
  .trust-section { grid-template-columns: 1fr; }
  .trust-main, .trust-cards { padding: 60px 24px; }
  .hours-section-intro { gap: 36px; }
  .faq-home { gap: 40px; }
  .legal-hero { grid-template-columns: 1fr; gap: 38px; padding-top: 72px; }
  .legal-status { max-width: none; }
  .legal-status dl { display: grid; grid-template-columns: repeat(3, 1fr); }
  .legal-status dl div { display: block; padding-right: 16px; }
  .legal-status dd { margin-top: 7px; }
  .legal-principles { margin-right: 32px; margin-left: 32px; }
  .legal-layout { grid-template-columns: 205px minmax(0, 1fr); gap: 48px; }
}

@media (max-width: 620px) {
  .site-alert { gap: 0; font-size: 8px; }
  .site-alert span + span::before { margin: 0 8px; }
  .site-alert span:nth-child(2) { display: none; }
  .site-header { min-height: 66px; padding: 10px 16px; }
  .wordmark-copy small { display: none; }
  .wordmark-mark { width: 34px; height: 34px; }
  .hero { min-height: auto; }
  .hero { width: calc(100% - 16px); margin-top: 8px; border-radius: 20px; }
  .hero-copy { padding: 36px 18px 32px; }
  .hero h1 { font-size: 42px; line-height: 1.02; }
  .hero-lede { font-size: 16px; }
  .hero-board { min-height: 245px; }
  .hero-board > img { object-position: 55% center; }
  .quick-links { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-top: 10px; padding: 0 8px; }
  .quick-links a { padding: 11px; }
  .quick-link-icon { width: 32px; height: 32px; font-size: 16px; }
  .category-strip, .menu-section { padding: 54px 16px; }
  .section-heading { display: block; }
  .section-heading h2 { font-size: 44px; }
  .section-heading > p { margin-top: 16px; }
  .category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .category-card { grid-column: auto; min-height: 138px; padding: 14px; }
  .category-icon { right: 12px; top: 12px; width: 38px; height: 38px; border-radius: 12px; font-size: 20px; }
  .category-card strong { max-width: 88%; margin-top: 34px; font-size: 15px; }
  .category-card-classic strong { margin-top: 44px; }
  .category-kicker { left: 14px; top: 38px; }
  .order-tools { padding: 4px 8px 52px; }
  .order-tools-heading { padding: 0 8px; }
  .app-card { grid-template-columns: 1fr; min-height: auto; padding: 34px 22px; border-radius: 20px; }
  .app-card h3, .hours-card h3 { font-size: 36px; }
  .phone-scene { min-height: 420px; margin-top: 25px; }
  .hours-card { min-height: auto; padding: 34px 22px; border-radius: 20px; }
  .utility-actions { align-items: stretch; flex-direction: column; }
  .utility-actions .button { width: 100%; }
  .menu-toolbar { padding: 14px; box-shadow: 5px 5px 0 var(--ink); }
  .filter-buttons { flex-wrap: wrap; overflow: visible; padding-bottom: 0; }
  .filter-button { flex: 0 0 auto; }
  .menu-groups { gap: 58px; margin-top: 42px; }
  .menu-collection-heading { grid-template-columns: 34px 1fr; gap: 10px; }
  .menu-collection-heading > strong { grid-column: 2; justify-self: start; }
  th, td { padding: 13px 15px; white-space: nowrap; }
  th:nth-child(3), td:nth-child(3) { display: none; }
  .trust-section { width: calc(100% - 16px); margin-top: 32px; border-radius: 20px; }
  .trust-main, .trust-cards { padding: 42px 22px; }
  .trust-cards { padding-top: 0; }
  .trust-cards div { padding-left: 44px; }
  .hours-section { padding: 62px 8px 0; }
  .hours-section-intro { grid-template-columns: 1fr; gap: 15px; padding: 0 8px; }
  .drive-hours-intro { margin-top: 54px; }
  .hours-panel { border-radius: 20px; }
  .hours-panel-head { align-items: flex-start; flex-direction: column; gap: 3px; padding: 15px 17px; }
  .hours-panel .table-wrap { overflow: visible; }
  .holiday-hours-table, .drive-hours-table { display: block; background: transparent; }
  .holiday-hours-table thead, .drive-hours-table thead { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
  .holiday-hours-table tbody, .drive-hours-table tbody { display: grid; gap: 10px; padding: 10px; }
  .holiday-hours-table tbody tr, .drive-hours-table tbody tr { display: grid; overflow: hidden; border: 1px solid #ded8ca; border-radius: 13px; background: #fff; box-shadow: 0 7px 18px rgba(42,11,16,.08); }
  .holiday-hours-table tbody td, .drive-hours-table tbody td { display: grid; grid-template-columns: minmax(100px,.75fr) minmax(0,1fr); gap: 10px; align-items: center; min-width: 0; padding: 10px 14px; border: 0; border-top: 1px solid #ebe6dd; white-space: normal; font-size: 12px; }
  .holiday-hours-table tbody td::before, .drive-hours-table tbody td::before { color: #746d67; font-size: 8px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
  .holiday-hours-table tbody td:nth-child(2), .drive-hours-table tbody td:first-child { order: -1; display: block; padding: 13px 14px; border: 0; color: #fff; background: var(--red-dark); font-size: 14px; font-weight: 850; }
  .holiday-hours-table tbody td:nth-child(2)::before, .drive-hours-table tbody td:first-child::before { display: none; }
  .holiday-hours-table tbody td:first-child::before { content: "Date"; }
  .holiday-hours-table tbody td:nth-child(3)::before { content: "What to expect"; }
  .drive-hours-table tbody td:nth-child(2)::before { content: "Typical opening"; }
  .drive-hours-table tbody td:nth-child(3)::before { content: "Closing time"; }
  .status-pill { padding: 6px 8px; white-space: normal; font-size: 10px; }
  .hours-source-note { align-items: stretch; flex-direction: column; gap: 16px; padding: 19px 17px; }
  .hours-source-note .button { width: 100%; white-space: normal; }
  .faq-home { grid-template-columns: 1fr; gap: 34px; padding: 62px 16px; }
  .faq-intro { position: static; }
  .faq-list summary { padding: 19px 0; font-size: 16px; }
  .faq-list details p { margin-right: 0; font-size: 14px; }
  .site-footer { padding-left: 18px; padding-right: 18px; }
  .page-shell { padding: 40px 14px; }
  .content-card { padding: 30px 20px; box-shadow: 5px 5px 0 var(--ink); }
  .content-card > h1 { font-size: 50px; }
  .page-intro { margin-bottom: 36px; font-size: 18px; }
  .guide-section { grid-template-columns: 36px 1fr; gap: 8px; }
  .guide-body { font-size: 15px; }
  .mini-table div { align-items: start; flex-direction: column; gap: 2px; }
  .legal-hero { gap: 28px; padding: 54px 18px 48px; }
  .legal-hero h1 { font-size: 52px; line-height: .94; }
  .legal-intro { margin-top: 21px; font-size: 17px; }
  .legal-status { padding: 22px; border-radius: 17px; }
  .legal-status > strong { margin-bottom: 20px; font-size: 23px; }
  .legal-status dl { grid-template-columns: 1fr; }
  .legal-status dl div { display: grid; grid-template-columns: 90px 1fr; padding-right: 0; }
  .legal-status dd { margin-top: 0; }
  .legal-principles { grid-template-columns: 1fr; margin: 0 18px 54px; }
  .legal-principles div { min-height: 0; border-right: 0; border-bottom: 1px solid #dfd4d1; }
  .legal-principles div:last-child { border-bottom: 0; }
  .legal-principles strong { margin-top: 13px; }
  .legal-layout { grid-template-columns: 1fr; gap: 46px; padding: 54px 18px 72px; }
  .legal-index { position: static; }
  .legal-index nav { grid-template-columns: repeat(2, minmax(0, 1fr)); border-left: 1px solid #ded5d3; }
  .legal-index nav a { grid-template-columns: 22px 1fr; padding: 12px 10px; border-right: 1px solid #ded5d3; }
  .legal-index-note { margin-top: 16px; }
  .legal-section { grid-template-columns: 30px minmax(0, 1fr); gap: 10px; padding: 35px 0 39px; }
  .legal-section h2 { font-size: 31px; }
  .legal-copy { font-size: 15.5px; line-height: 1.7; }
  .legal-related { padding: 48px 18px 56px; }
  .legal-related > div { grid-template-columns: repeat(2, 1fr); }
  .legal-related a { min-height: 72px; padding: 14px; font-size: 12px; }
}

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

:where(#menu-prices, #app-guide, #hours, #faqs, .category-card[id]) { scroll-margin-top: 112px; }
:where(a, button, input, summary):focus-visible { outline: 3px solid #1259d8; outline-offset: 3px; }

/* Single post hero and reading layout */
.single-post {
  overflow-x:clip;
}
.single-post .content-container {
  max-width:none;
  padding-right:0;
  padding-left:0;
}
.single-post .content-wrap {
  width:100%;
}
.single-post .article-post-thumbnail.alignwide {
  position:relative;
  left:auto;
  width:100%;
  max-width:none;
  margin-right:0;
  margin-bottom:clamp(-96px,-6vw,-64px);
  margin-left:0;
}
.single-post .article-post-thumbnail .post-thumbnail-inner {
  width:100%;
  aspect-ratio:1600 / 840;
  overflow:hidden;
}
.single-post .article-post-thumbnail .post-top-featured {
  display:block;
  width:100%;
  height:100%;
  max-width:none;
  margin:0;
  object-fit:cover;
  object-position:center;
}
.single-post.content-style-boxed .single-entry.content-bg,
.single-post .comments-area {
  width:min(calc(100% - 32px),1040px);
  margin-right:auto;
  margin-left:auto;
}


/* Footer redesign — polished navigation and trust panel */
.site-footer {
  position: relative;
  overflow: hidden;
  padding: clamp(58px, 7vw, 84px) max(24px, calc((100vw - 1240px) / 2)) 26px;
  color: #fff8f6;
  background:
    radial-gradient(circle at 5% 4%, rgba(230,0,35,.19), transparent 27%),
    radial-gradient(circle at 95% 88%, rgba(255,116,92,.09), transparent 30%),
    linear-gradient(150deg, #21070c 0%, #160408 100%);
}
.site-footer::before {
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, #e60023 0 28%, #ff715d 54%, rgba(255,255,255,.12) 78%, transparent 100%);
  content: "";
}
.footer-shell { position: relative; z-index: 1; max-width: 1240px; margin: 0 auto; }
.footer-feature {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(238px, .45fr);
  align-items: center;
  gap: clamp(34px, 5vw, 72px);
  overflow: hidden;
  padding: clamp(30px, 4vw, 46px);
  background: linear-gradient(130deg, rgba(255,255,255,.09), rgba(255,255,255,.025));
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 28px;
  box-shadow: 0 30px 80px rgba(0,0,0,.22), inset 0 1px rgba(255,255,255,.04);
}
.footer-feature::after {
  position: absolute;
  right: -90px;
  bottom: -120px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(230,0,35,.2), transparent 66%);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}
.footer-brand { position: relative; z-index: 1; max-width: 700px; }
.footer-wordmark {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #fff;
  font: 800 clamp(27px, 2.7vw, 36px)/1 var(--display);
  letter-spacing: -.03em;
}
.footer-wordmark span {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  place-items: center;
  color: #fff;
  background: linear-gradient(145deg, #f31b3a, #c80021);
  border: 1px solid rgba(255,255,255,.26);
  border-radius: 15px;
  box-shadow: 0 12px 28px rgba(230,0,35,.28);
  font-size: 21px;
}
.footer-wordmark .custom-logo-link { display: inline-flex; }
.footer-wordmark .custom-logo { width: 48px; height: 48px; object-fit: contain; }
.footer-brand > p { max-width: 690px; margin: 20px 0 0; color: #ead4d4; font-size: 15px; line-height: 1.75; }
.footer-badges { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 22px; }
.footer-badges span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 11px;
  color: #ffd1ca;
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
}
.footer-badges i {
  display: grid;
  width: 17px;
  height: 17px;
  place-items: center;
  color: #fff;
  background: #df1532;
  border-radius: 50%;
  font-size: 9px;
  font-style: normal;
}
.footer-actions { position: relative; z-index: 1; display: grid; min-width: 238px; gap: 11px; }
.footer-action {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 13px;
  font-size: 13px;
  font-weight: 850;
  text-align: center;
  text-decoration: none;
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.footer-action-primary { color: #fff; background: linear-gradient(135deg, #f01837, #d10024); box-shadow: 0 14px 30px rgba(230,0,35,.25); }
.footer-action-secondary { color: #fff; background: rgba(255,255,255,.055); border-color: rgba(255,255,255,.2); }
.footer-action:hover { transform: translateY(-2px); text-decoration: none; }
.footer-action-primary:hover { box-shadow: 0 18px 34px rgba(230,0,35,.33); }
.footer-action-secondary:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.34); }
.footer-action:focus-visible, .hybrid-footer-grid a:focus-visible, .footer-utility a:focus-visible, .hybrid-footer-lower a:focus-visible { outline: 3px solid #ffb7aa; outline-offset: 4px; border-radius: 6px; }
@media (max-width: 980px) {
  .footer-feature { grid-template-columns: 1fr; }
  .footer-actions { grid-template-columns: 1fr 1fr; min-width: 0; }
}
@media (max-width: 640px) {
  .site-footer { padding: 48px 16px 22px; }
  .footer-feature { gap: 26px; padding: 26px 22px; border-radius: 22px; }
  .footer-brand > p { font-size: 14px; }
  .footer-actions { grid-template-columns: 1fr; }
}
@media (max-width: 430px) {
  .footer-wordmark { font-size: 26px; }
  .footer-wordmark span, .footer-wordmark .custom-logo { width: 44px; height: 44px; }
  .footer-wordmark span { flex-basis: 44px; }
  .footer-badges { display: grid; justify-items: start; }
}

/* Native WordPress header and footer menus */
.site-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
}

.site-brand .custom-logo-link {
  display: block;
  line-height: 0;
}

.site-brand .custom-logo {
  width: auto;
  max-width: 150px;
  height: 42px;
  object-fit: contain;
}

.site-brand .wordmark-mark {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  place-items: center;
  color: #fff;
  background: var(--red);
  border-radius: 12px;
  font-size: 19px;
  font-weight: 900;
  text-decoration: none;
}

.site-brand .wordmark-copy {
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}

.site-brand .wordmark-copy strong {
  font: 800 22px/1 var(--display);
  letter-spacing: -.025em;
}

.site-brand .wordmark-copy small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.site-nav .primary-menu {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-nav .primary-menu > li {
  margin: 0;
  padding: 0;
}

.site-nav .primary-menu > li:last-child > a {
  color: #fff;
  background: var(--red);
  border-color: var(--red);
  border-radius: 999px;
}

.site-nav .primary-menu > li:last-child > a::after {
  margin-left: 7px;
  content: "→";
}

.footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-menu li {
  margin: 0;
  padding: 0;
}

.footer-wordmark .custom-logo-link {
  display: block;
  line-height: 0;
}

.footer-wordmark .custom-logo {
  width: auto;
  max-width: 160px;
  height: 42px;
  object-fit: contain;
}

@media (max-width: 900px) {
  .site-brand { min-width: 0; }

  .site-nav .primary-menu {
    align-items: stretch;
    flex-direction: column;
    gap: 4px;
  }

  .site-nav .primary-menu > li,
  .site-nav .primary-menu > li > a {
    width: 100%;
  }
}


/* Header navigation polish and three-column footer */
.site-nav {
  margin-left: auto;
}

.site-nav .primary-menu {
  gap: 3px;
}

.site-nav .primary-menu > li > a {
  display: flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border-radius: 9px;
  white-space: nowrap;
  transition: color .18s ease, background-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.site-nav .primary-menu > li:not(:last-child) > a:hover {
  color: var(--red-dark);
  background: #fff1ef;
}

.site-nav .primary-menu > li:last-child > a {
  min-height: 42px;
  margin-left: 8px;
  padding: 0 18px;
  box-shadow: 0 9px 22px rgba(230,0,35,.18);
  font-weight: 850;
}

.site-nav .primary-menu > li:last-child > a:hover {
  background: var(--red-dark);
  box-shadow: 0 12px 26px rgba(184,0,29,.24);
  transform: translateY(-1px);
}

@media (max-width: 1240px) and (min-width: 1101px) {
  .site-header {
    padding-right: 28px;
    padding-left: 28px;
  }

  .site-brand .wordmark-copy strong {
    font-size: 20px;
  }

  .site-nav .primary-menu > li > a {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 12px;
  }
}

@media (max-width: 1100px) {
  .nav-toggle {
    display: block;
    cursor: pointer;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    margin-left: 0;
    padding: 12px 18px 20px;
    background: rgba(255,255,255,.99);
    border-bottom: 2px solid var(--ink);
    box-shadow: 0 18px 35px rgba(25,10,12,.12);
  }

  .site-nav.is-open {
    display: block;
  }

  .site-nav .primary-menu {
    align-items: stretch;
    flex-direction: column;
    gap: 3px;
  }

  .site-nav .primary-menu > li,
  .site-nav .primary-menu > li > a {
    width: 100%;
  }

  .site-nav .primary-menu > li > a {
    min-height: 46px;
    justify-content: flex-start;
    padding: 0 12px;
  }

  .site-nav .primary-menu > li:last-child > a {
    justify-content: center;
    margin: 8px 0 0;
  }
}

@media (max-width: 760px) {
}

@media (max-width: 430px) {
}/* Reference-style information footer */

.site-footer-reference .footer-shell {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
}

.reference-footer-group .footer-menu,
.reference-footer-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.reference-footer-group .footer-menu li,
.reference-footer-info li {
  margin: 0 0 14px;
  padding: 0;
}

.reference-footer-group .footer-menu a {
  display: inline;
  margin: 0;
  color: #ececec;
  font-size: 15px;
  line-height: 1.5;
  text-decoration: none;
  transition: color .18s ease;
}

.reference-footer-group .footer-menu a::after {
  display: none;
}

.reference-footer-group .footer-menu a:hover {
  color: #ffd21f;
  text-decoration: none;
  transform: none;
}

.footer-legal-inline .footer-menu {
  display: flex;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-legal-inline .footer-menu li {
  display: flex;
  align-items: center;
  margin: 0;
}

.footer-legal-inline .footer-menu li::before {
  margin: 0 9px;
  color: #777;
  content: "|";
}

.footer-legal-inline .footer-menu a {
  display: inline;
  margin: 0;
  color: #ffd21f;
  font-size: 13px;
  text-decoration: none;
}

.footer-legal-inline .footer-menu a::after {
  display: none;
}

.footer-legal-inline .footer-menu a:hover {
  color: #fff;
  transform: none;
}

@media (max-width: 980px) {
}

@media (max-width: 640px) {

  .footer-legal-inline .footer-menu {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .footer-legal-inline .footer-menu li::before {
    display: none;
  }
}


/* Hybrid footer — consolidated lower navigation and legal area */
.site-footer-hybrid { position: relative; }
.hybrid-footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1.05fr;
  gap: 18px;
  margin-top: 30px;
}
.hybrid-footer-grid > * {
  position: relative;
  min-width: 0;
  padding: 27px 25px 24px;
  background: linear-gradient(145deg, rgba(255,255,255,.06), rgba(255,255,255,.022));
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 20px;
  box-shadow: 0 18px 44px rgba(0,0,0,.12);
}
.hybrid-footer-grid h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  color: #ffc1b6;
  font: 900 11px/1.35 var(--body);
  letter-spacing: .15em;
  text-transform: uppercase;
}
.hybrid-footer-grid h2::before { width: 24px; height: 3px; flex: 0 0 24px; background: #ef2440; border-radius: 999px; content: ""; }
.hybrid-footer-grid h2::after { height: 1px; flex: 1; background: rgba(255,255,255,.1); content: ""; }
.hybrid-footer-group .footer-menu, .hybrid-footer-info ul { margin: 0; padding: 0; list-style: none; }
.hybrid-footer-group .footer-menu { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.hybrid-footer-group .footer-menu li { min-width: 0; margin: 0; padding: 0; }
.hybrid-footer-group .footer-menu a {
  position: relative;
  display: flex;
  min-height: 44px;
  align-items: center;
  margin: 0;
  padding: 10px 13px 10px 17px;
  color: #fff5f2;
  background: rgba(255,255,255,.035);
  border: 1px solid transparent;
  border-radius: 11px;
  font-size: 13px;
  line-height: 1.35;
  text-decoration: none;
  transition: color .18s ease, background-color .18s ease, border-color .18s ease, transform .18s ease;
}
.hybrid-footer-group .footer-menu a::before {
  position: absolute;
  left: 8px;
  width: 3px;
  height: 3px;
  background: #ff7865;
  border-radius: 50%;
  content: "";
  opacity: .75;
}
.hybrid-footer-group .footer-menu a::after { display: none; }
.hybrid-footer-group .footer-menu a:hover { color: #fff; background: rgba(230,0,35,.14); border-color: rgba(255,125,103,.24); transform: translateY(-1px); }
.hybrid-footer-info ul { display: grid; gap: 9px; }
.hybrid-footer-info li {
  display: grid;
  grid-template-columns: minmax(78px,.65fr) minmax(0,1fr);
  gap: 12px;
  align-items: center;
  min-height: 44px;
  margin: 0;
  padding: 10px 13px;
  color: #f2dfe0;
  background: rgba(255,255,255,.035);
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 11px;
  font-size: 12px;
  line-height: 1.4;
}
.hybrid-footer-info li > span { width: auto; color: #c7aeb1; font-size: 9px; font-weight: 900; letter-spacing: .08em; text-align: left; text-transform: uppercase; }
.hybrid-footer-info strong, .hybrid-footer-info a { min-width: 0; color: #fff7f5; font-weight: 800; overflow-wrap: anywhere; text-decoration: none; }
.hybrid-footer-info a:hover { color: #ffb7aa; }
.footer-utility {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 18px;
  padding: 18px 22px;
  background: rgba(255,255,255,.035);
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 16px;
}
.footer-utility div { display: flex; flex-wrap: wrap; gap: 5px 10px; align-items: baseline; }
.footer-utility strong { color: #fff; font-size: 13px; }
.footer-utility span { color: #cdb8bb; font-size: 12px; }
.footer-utility > a { flex: 0 0 auto; padding: 9px 13px; color: #fff; border: 1px solid rgba(255,255,255,.17); border-radius: 9px; font-size: 11px; font-weight: 850; text-decoration: none; }
.footer-utility > a:hover { background: rgba(255,255,255,.08); }
.hybrid-footer-lower { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 24px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); color: #c9afb4; font-size: 11px; }
.hybrid-footer-copyright { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; }
.hybrid-footer-copyright span + span::before { margin-right: 9px; content: "•"; }
.site-footer-hybrid .footer-legal-inline .footer-menu { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px 18px; margin: 0; padding: 0; list-style: none; }
.site-footer-hybrid .footer-legal-inline .footer-menu li { margin: 0; }
.site-footer-hybrid .footer-legal-inline .footer-menu li::before { display: none; }
.site-footer-hybrid .footer-legal-inline .footer-menu a { color: #ffb7aa; font-size: 11px; text-decoration: none; }
.site-footer-hybrid .footer-legal-inline .footer-menu a:hover { color: #fff; }
.hybrid-footer-notice { max-width: 970px; margin: 16px auto 0; color: #9f858b; font-size: 10px; line-height: 1.65; text-align: center; }
@media (max-width: 1040px) {
  .hybrid-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hybrid-footer-info { grid-column: 1 / -1; }
  .hybrid-footer-info ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 700px) {
  .hybrid-footer-grid { grid-template-columns: 1fr; gap: 14px; }
  .hybrid-footer-info { grid-column: auto; }
  .hybrid-footer-info ul { grid-template-columns: 1fr; }
  .hybrid-footer-grid > * { padding: 24px 20px 20px; }
  .footer-utility { align-items: stretch; flex-direction: column; gap: 14px; }
  .footer-utility > a { align-self: flex-start; }
  .hybrid-footer-lower { align-items: flex-start; flex-direction: column; gap: 13px; }
  .site-footer-hybrid .footer-legal-inline .footer-menu { justify-content: flex-start; }
  .hybrid-footer-notice { text-align: left; }
}
@media (max-width: 480px) {
  .hybrid-footer-group .footer-menu { grid-template-columns: 1fr; }
  .hybrid-footer-info li { grid-template-columns: 82px minmax(0,1fr); }
  .hybrid-footer-copyright { align-items: flex-start; flex-direction: column; gap: 5px; }
  .hybrid-footer-copyright span + span::before { display: none; }
}



/* Customizer-controlled Back to Top button */
.wpx-back-to-top {
  position: fixed;
  right: clamp(18px, 2.5vw, 34px);
  bottom: clamp(18px, 2.5vw, 34px);
  z-index: 999;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 50%;
  background: #d9002b;
  color: #fff;
  box-shadow: 0 10px 28px rgba(26,0,5,.3);
  font: 700 25px/1 system-ui, sans-serif;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease, background-color .2s ease;
}
.wpx-back-to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.wpx-back-to-top:hover { background: #b80024; transform: translateY(-2px); }
.wpx-back-to-top:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
@media (max-width: 600px) { .wpx-back-to-top { width: 44px; height: 44px; right: 16px; bottom: 16px; font-size: 22px; } }
@media (prefers-reduced-motion: reduce) { .wpx-back-to-top { transition: none; } }

/* Unified premium menu cards */
.hero-board img {
  mix-blend-mode: multiply;
  background: transparent;
}

.menu-group {
  scroll-margin-top: 80px;
  margin-bottom: clamp(52px, 7vw, 56px);
}
.menu-collection-heading {
  align-items: end;
  padding-bottom: 18px;
  border-bottom: 1px solid #dfd4ca;
}
.menu-collection-heading > span {
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  color:#fff;
  background:var(--red);
  border-radius:50%;
  font-size:11px;
  font-weight:900;
}
.menu-collection-heading strong {
  padding:7px 11px;
  color:var(--red-dark);
  background:#f9e8e8;
  border-radius:999px;
}

.menu-card-grid {
  display:grid;
  grid-template-columns:repeat(12,minmax(0,1fr));
  grid-auto-flow:row;
  align-items:stretch;
  gap:16px;
}
.menu-feature-card,
.menu-product-card {
  overflow:hidden;
  height:100%;
  border:1px solid #e1d7ce;
  border-radius:18px;
  background:#fff;
  box-shadow:0 6px 20px rgba(48,29,25,.06);
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.menu-feature-card:hover,
.menu-product-card:hover {
  transform:translateY(-3px);
  border-color:#cdb9aa;
  box-shadow:0 14px 30px rgba(48,29,25,.11);
}

.menu-feature-card {
  grid-column:1 / -1;
  display:grid;
  grid-template-columns:minmax(360px,46%) 1fr;
  grid-template-rows:minmax(350px,auto);
  min-height:0;
  background:linear-gradient(135deg,#fff8ee 0%,#fff 72%);
}
.menu-feature-art {
  min-height:350px;
  background:#f7e9da;
}
.menu-feature-art img,
.menu-product-art img {
  width:88%;
  height:88%;
  object-fit:contain;
  mix-blend-mode:multiply;
}
.menu-feature-copy {
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:clamp(28px,4vw,54px);
  border:0;
  border-left:1px solid #e6d9cc;
}
.menu-feature-copy h4 {
  max-width:680px;
  font-size:clamp(34px,4vw,52px);
}
.menu-feature-copy > p:nth-child(3) {
  max-width:680px;
  font-size:14px;
  line-height:1.7;
}
.menu-feature-pick {
  margin-top:4px;
}

.menu-product-card {
  grid-column:span 3;
  display:flex;
  flex-direction:column;
  min-width:0;
}
.menu-product-art {
  aspect-ratio:1.18 / 1;
  min-height:0;
  background:#f8ecdf;
}
.menu-product-art img {
  width:86%;
  height:86%;
}
.menu-product-copy {
  display:flex;
  flex:1;
  flex-direction:column;
  min-height:118px;
  padding:18px 18px 16px;
}
.menu-product-copy h4 {
  margin:0 0 18px;
  color:#211f1e;
  font-size:15px;
  line-height:1.3;
  letter-spacing:-.01em;
  overflow-wrap:anywhere;
}
.menu-product-meta {
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:10px;
  margin-top:auto;
  padding-top:13px;
  border-top:1px solid #eee5dc;
}
.menu-product-meta strong {
  color:var(--red-dark);
  font-size:16px;
}
.menu-product-meta span {
  color:#726963;
  font-size:10px;
  font-weight:700;
  text-align:right;
}



/* Balance each category from its remaining item count */
.menu-items-0 .menu-feature-card { margin-bottom:0; }
.menu-items-1 .menu-feature-card {
  grid-column:span 6;
}
.menu-items-2 .menu-product-card { grid-column:span 6; }
.menu-items-3 .menu-product-card,
.menu-items-6 .menu-product-card { grid-column:span 4; }
.menu-items-4 .menu-product-card { grid-column:span 3; }
.menu-items-5 .menu-product-card { grid-column:span 4; }
.menu-items-5 .menu-product-card:nth-last-child(-n+2) { grid-column:span 6; }
.menu-items-7 .menu-product-card,
.menu-items-10 .menu-product-card,
.menu-items-14 .menu-product-card,
.menu-items-15 .menu-product-card,
.menu-items-16 .menu-product-card,
.menu-items-22 .menu-product-card { grid-column:span 3; }
.menu-items-7 .menu-product-card:nth-last-child(-n+3),
.menu-items-15 .menu-product-card:nth-last-child(-n+3) { grid-column:span 4; }
.menu-items-10 .menu-product-card:nth-last-child(-n+2),
.menu-items-14 .menu-product-card:nth-last-child(-n+2),
.menu-items-22 .menu-product-card:nth-last-child(-n+2) { grid-column:span 6; }

@media (max-width:980px) {
  .menu-card-grid {
    width:100%;
    max-width:100%;
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .menu-card-grid[class*="menu-items-"] > .menu-product-card { grid-column:auto; }
  .menu-items-1 .menu-feature-card,
  .menu-items-1 .menu-product-card { grid-column:auto; }
  .menu-items-2 .menu-product-card { grid-column:auto; }
  .menu-feature-card { grid-template-columns:minmax(300px,44%) 1fr; }
}
@media (max-width:760px) {
  .menu-group { scroll-margin-top:112px; }
  .menu-card-grid {
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:13px;
  }
  .menu-card-grid[class*="menu-items-"] > .menu-product-card { grid-column:auto; }
  .menu-items-1 .menu-product-card { grid-column:1 / -1; }
  .menu-feature-card {
    grid-template-columns:1fr;
    grid-template-rows:minmax(300px,auto) auto;
  }
  .menu-feature-copy {
    border-left:0;
    border-top:1px solid #e6d9cc;
  }
}
@media (max-width:520px) {
  .menu-group { scroll-margin-top:92px; margin-bottom:52px; }
  .menu-card-grid {
    width:100%;
    max-width:100%;
    grid-template-columns:minmax(0,1fr);
    gap:13px;
  }
  .menu-card-grid[class*="menu-items-"] > .menu-product-card { grid-column:1 / -1; }
  .menu-feature-card { grid-template-rows:260px auto; }
  .menu-feature-art { min-height:260px; }
  .menu-feature-copy { padding:25px 22px 27px; }
  .menu-feature-copy h4 { font-size:32px; }
  .menu-product-card {
    display:grid;
    width:100%;
    min-width:0;
    min-height:164px;
    grid-template-columns:minmax(124px,38%) minmax(0,1fr);
  }
  .menu-product-art { width:100%; height:100%; aspect-ratio:auto; }
  .menu-product-copy {
    min-width:0;
    min-height:164px;
    padding:16px;
  }
  .menu-product-copy h4 {
    margin-bottom:14px;
    font-size:15px;
    line-height:1.3;
    overflow-wrap:normal;
    word-break:normal;
  }
  .menu-product-meta {
    align-items:flex-start;
    flex-direction:column;
    gap:4px;
  }
  .menu-product-meta span { text-align:left; }
  .menu-items-1 .menu-feature-card {
    display:grid;
    grid-template-columns:42% 1fr;
    min-height:170px;
  }
  .menu-items-1 .menu-feature-art { width:100%; height:100%; aspect-ratio:auto; }
  .menu-items-1 .menu-feature-copy {
    min-height:170px;
    padding:16px;
    border-top:0;
    border-left:1px solid #e6d9cc;
  }

  /* ===== MOBILE FIX for menu-feature-pick ===== */
  .menu-feature-pick {
    grid-template-columns: 1fr auto;
    gap: 2px 12px;
  }
  .menu-feature-pick > strong {
    font-size: 12px;
    white-space: normal;
    word-break: break-word;
  }
  .menu-feature-pick > small {
    font-size: 9px;
    white-space: normal;
    text-align: right;
  }
  .menu-feature-pick > i {
    margin: 0 3px 1px;
    width: 2px;
    height: 2px;
  }
  /* Optional: stack price below name on extremely cramped screens */
  /* .menu-feature-pick { grid-template-columns: 1fr; } */
  /* .menu-feature-pick > small { text-align: left; justify-self: start; } */
}

/* Two-item categories: both use the original featured-card template */
.menu-items-1 .menu-feature-card {
  grid-column:span 6;
  grid-row:auto;
  display:grid;
  grid-template-columns:1fr;
  grid-template-rows:minmax(330px,1.15fr) auto;
  min-width:0;
  min-height:650px;
  height:100%;
  background:linear-gradient(155deg,#fffdf8,#fff1df);
}
.menu-items-1 .menu-feature-art {
  min-height:330px;
  aspect-ratio:auto;
}
.menu-items-1 .menu-feature-copy {
  display:block;
  padding:26px 28px 28px;
  border-left:0;
  border-top:1px solid #e5d7c7;
}
.menu-items-1 .menu-feature-copy > p,
.menu-items-1 .menu-feature-copy > h4,
.menu-items-1 .menu-feature-pick > span {
  display:block;
}
.menu-items-1 .menu-feature-copy h4 {
  margin:0;
  font:800 clamp(30px,3.2vw,42px)/.95 var(--display);
}
.menu-items-1 .menu-feature-copy > p:nth-child(3) {
  min-height:46px;
}
.menu-items-1 .menu-feature-pick {
  display:grid;
  grid-template-columns:1fr auto;
  gap:3px 18px;
  margin:0;
  padding-top:15px;
  border-top:1px solid #d9c8b8;
}
.menu-items-1 .menu-feature-pick strong {
  margin:0;
  color:var(--red-dark);
  font-size:13px;
}
.menu-items-1 .menu-feature-pick small {
  display:block;
  margin:0;
  padding:0;
  color:var(--muted);
  border:0;
  font-size:10px;
  font-weight:700;
}
@media (max-width:760px) {
  .menu-items-1 .menu-feature-card {
    min-height:590px;
    grid-template-rows:300px auto;
  }
}
@media (max-width:520px) {
  .menu-items-1 .menu-feature-card {
    grid-column:auto;
    min-height:0;
    grid-template-rows:250px auto;
  }
  .menu-items-1 .menu-feature-copy { padding:23px 21px 25px; }
}