:root {
  --paper: #f7f2eb;
  --paper-deep: #ebe1d7;
  --ink: #242024;
  --muted: #6e6365;
  --line: #d7cbc4;
  --plum: #54223d;
  --plum-dark: #351024;
  --rose: #c96d82;
  --rose-soft: #f4d9de;
  --leaf: #2e6658;
  --leaf-soft: #dcece4;
  --gold: #c58b3b;
  --shadow: 0 20px 60px rgba(78, 42, 42, 0.12);
  --radius-xl: 28px;
  --radius-lg: 18px;
  --radius-md: 12px;
  --max: 1220px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  scroll-behavior: smooth;
}

* { box-sizing: border-box; }
html { background: var(--paper); }
body { margin: 0; min-width: 320px; background: var(--paper); color: var(--ink); line-height: 1.5; }
a { color: inherit; }
button, input { font: inherit; }
button { cursor: pointer; }
button:focus-visible, a:focus-visible, input:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 3000; top: 8px; left: 8px; transform: translateY(-160%); background: var(--ink); color: #fff; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }

.site-header { width: min(var(--max), calc(100% - 44px)); height: 76px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 22px; border-bottom: 1px solid rgba(84, 34, 61, 0.12); }
.brand { display: inline-flex; align-items: center; gap: 9px; font-weight: 760; letter-spacing: -0.035em; text-decoration: none; font-size: 1.12rem; white-space: nowrap; }
.brand em { color: var(--plum); font-family: Georgia, serif; font-weight: 500; }
.brand-mark { width: 25px; height: 25px; display: inline-grid; place-items: center; border: 1px solid var(--plum); border-radius: 50%; color: var(--plum); font-size: .82rem; }
.site-header nav { display: flex; gap: 23px; font-size: .9rem; color: var(--muted); }
.site-header nav a, .quiet-link { text-decoration: none; }
.site-header nav a:hover, .quiet-link:hover { color: var(--plum); }
.quiet-link { font-size: .86rem; color: var(--plum); white-space: nowrap; }

main { overflow: hidden; }
.hero { width: min(var(--max), calc(100% - 44px)); margin: 0 auto; padding: 68px 0 66px; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr); gap: 70px; align-items: center; }
.eyebrow { margin: 0 0 12px; color: var(--plum); text-transform: uppercase; font-size: .73rem; letter-spacing: .13em; font-weight: 800; }
.dot { display: inline-block; width: 8px; height: 8px; margin: 0 7px 1px 0; border-radius: 50%; background: var(--rose); box-shadow: 0 0 0 4px var(--rose-soft); }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1 { max-width: 730px; margin: 0; font-size: clamp(3.15rem, 6vw, 5.75rem); line-height: .97; letter-spacing: -0.075em; font-weight: 770; }
h1 i { font-family: Georgia, "Times New Roman", serif; color: var(--plum); font-weight: 400; letter-spacing: -0.065em; }
.hero-lede { max-width: 625px; margin: 24px 0 0; color: var(--muted); font-size: 1.08rem; line-height: 1.7; }
.hero-lede strong { color: var(--ink); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 29px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 46px; padding: 11px 18px; border-radius: 999px; text-decoration: none; font-weight: 750; font-size: .93rem; transition: transform 140ms ease, background 140ms ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--plum); color: #fff; box-shadow: 0 10px 23px rgba(84, 34, 61, .22); }
.button-primary:hover { background: var(--plum-dark); }
.button-ghost { border: 1px solid var(--line); color: var(--ink); background: rgba(255,255,255,.38); }
.button-ghost:hover { border-color: var(--plum); }
.hero-stats { margin: 47px 0 0; display: flex; gap: 0; border-top: 1px solid var(--line); padding-top: 19px; }
.hero-stats div { flex: 1; padding-right: 18px; }
.hero-stats div + div { padding-left: 18px; border-left: 1px solid var(--line); }
.hero-stats dt { color: var(--plum); font-family: Georgia, serif; font-size: 1.8rem; line-height: 1; font-weight: 700; }
.hero-stats dd { margin: 5px 0 0; color: var(--muted); font-size: .78rem; }
.hero-art { min-height: 520px; position: relative; background: var(--paper-deep); border-radius: 50% 50% 44% 40% / 38% 42% 52% 48%; isolation: isolate; overflow: hidden; box-shadow: var(--shadow); }
.hero-art::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(135deg, rgba(68,16,45,.18), transparent 45%, rgba(255,255,255,.18)); pointer-events: none; }
.hero-art img { width: 100%; height: 100%; min-height: 520px; display: block; object-fit: cover; object-position: center; filter: saturate(.9) contrast(1.04); }
.hero-art p { position: absolute; z-index: 2; left: clamp(44px, 8%, 72px); bottom: clamp(62px, 13%, 94px); margin: 0; padding: 8px 10px; border-radius: 9px; color: #fff; background: rgba(31, 17, 25, .56); font-weight: 700; font-size: .9rem; line-height: 1.25; text-shadow: 0 2px 14px rgba(0,0,0,.55); backdrop-filter: blur(5px); }
.hero-art p span { display: inline-block; margin-top: 4px; opacity: .9; font-weight: 600; font-size: .72rem; }
.hero-seal { position: absolute; z-index: 3; right: 21px; top: 21px; display: grid; place-items: center; width: 81px; aspect-ratio: 1; border-radius: 50%; background: var(--paper); color: var(--plum); border: 1px solid rgba(84,34,61,.3); font-family: Georgia, serif; font-size: 1rem; line-height: .98; text-align: center; box-shadow: 0 12px 24px rgba(0,0,0,.16); }

.decision-strip { width: min(var(--max), calc(100% - 44px)); margin: 0 auto; padding: 23px 28px; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 20px; align-items: center; background: var(--plum-dark); color: #fff; border-radius: var(--radius-lg); }
.decision-icon { display: grid; width: 43px; height: 43px; place-items: center; color: var(--plum); background: var(--rose-soft); border-radius: 50%; }
.decision-strip .eyebrow { color: #efbac6; margin-bottom: 3px; }
.decision-strip p:not(.eyebrow) { margin: 0; color: rgba(255,255,255,.85); font-size: .95rem; }
.decision-strip strong { color: #fff; }
.inline-arrow { color: #fff; text-decoration: none; font-size: .85rem; font-weight: 800; white-space: nowrap; }
.inline-arrow:hover { color: #f1bfd0; }

.section { width: min(var(--max), calc(100% - 44px)); margin: 0 auto; padding: 105px 0 0; }
.section-heading { display: flex; justify-content: space-between; gap: 40px; align-items: end; margin-bottom: 28px; }
.section-heading h2, .method-section h2, .visual-title-wrap h2 { margin: 0; font-size: clamp(2rem, 3.4vw, 3rem); line-height: 1.04; letter-spacing: -0.055em; }
.section-intro { max-width: 490px; margin: 0; color: var(--muted); font-size: .95rem; line-height: 1.65; }
.filter-bar { min-height: 66px; display: flex; align-items: center; gap: 12px; padding: 10px; margin-bottom: 18px; border: 1px solid var(--line); border-radius: var(--radius-md); background: rgba(255,255,255,.44); }
.search-field { flex: 1 1 230px; min-width: 180px; }
.search-field input { width: 100%; border: 0; border-bottom: 1px solid transparent; background: transparent; padding: 10px 8px; color: var(--ink); font-size: .91rem; outline: none; }
.search-field input:focus { border-bottom-color: var(--plum); }
.filter-controls { display: flex; flex-wrap: wrap; gap: 7px; }
.filter { min-height: 34px; padding: 6px 11px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); background: #fff8; font-size: .77rem; font-weight: 750; }
.filter:hover, .filter.is-active { color: #fff; border-color: var(--plum); background: var(--plum); }
.result-count { margin: 0 2px 0 auto; color: var(--muted); font-size: .78rem; white-space: nowrap; }
.walk-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
@media (min-width: 721px) { .walk-grid > .venue-card:last-child:nth-child(odd) { grid-column: 1 / -1; width: calc((100% - 18px) / 2); justify-self: center; } }
.venue-card { position: relative; display: flex; flex-direction: column; gap: 18px; min-height: 413px; padding: 27px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff9; box-shadow: 0 12px 35px rgba(78,42,42,.05); }
.venue-card::after { content: ""; position: absolute; inset: 0; pointer-events: none; border-radius: inherit; border: 1px solid transparent; transition: border .18s ease; }
.venue-card:hover::after { border-color: rgba(84,34,61,.38); }
.venue-head { display: flex; justify-content: space-between; gap: 16px; align-items: start; }
.card-number { display: grid; min-width: 37px; height: 37px; place-items: center; border-radius: 50%; background: var(--rose-soft); color: var(--plum); font-weight: 900; font-size: .84rem; }
.venue-title { margin: 0; font-size: 1.45rem; letter-spacing: -0.035em; line-height: 1.1; }
.venue-type { margin: 5px 0 0; color: var(--muted); text-transform: uppercase; letter-spacing: .1em; font-size: .68rem; font-weight: 800; }
.confidence { display: inline-flex; align-items: center; border-radius: 99px; padding: 4px 8px; color: var(--leaf); background: var(--leaf-soft); font-size: .68rem; font-weight: 800; white-space: nowrap; }
.confidence.medium { color: #8c5b13; background: #f8e7c6; }
.venue-route { display: flex; align-items: center; gap: 9px; padding: 11px 13px; border-radius: 10px; background: var(--paper); font-size: .83rem; }
.venue-route b { color: var(--plum); font-size: 1.05rem; }
.venue-why { margin: 0; color: #443a3c; font-size: .92rem; line-height: 1.62; }
.venue-details { margin: -2px 0 0; padding: 0; list-style: none; color: var(--muted); font-size: .81rem; line-height: 1.5; }
.venue-details li { position: relative; padding-left: 16px; margin-top: 7px; }
.venue-details li::before { content: ""; position: absolute; width: 5px; height: 5px; left: 1px; top: .56em; border-radius: 50%; background: var(--rose); }
.tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: auto; }
.tag { display: inline-flex; align-items: center; min-height: 25px; padding: 4px 8px; border: 1px solid #ded1ca; border-radius: 99px; color: #6a5259; font-size: .68rem; font-weight: 700; }
.card-actions { display: flex; gap: 9px; flex-wrap: wrap; }
.venue-best { margin: 0; color: var(--muted); font-size: .8rem; line-height: 1.5; }
.venue-best strong { color: var(--ink); }
.sources-detail { margin-top: -5px; color: var(--muted); font-size: .72rem; }
.sources-detail summary { width: max-content; color: var(--plum); cursor: pointer; font-weight: 800; }
.sources-detail ul { display: grid; gap: 5px; margin: 8px 0 0; padding-left: 18px; }
.sources-detail a { color: var(--plum); }
.card-action { display: inline-flex; align-items: center; justify-content: center; min-height: 38px; padding: 8px 11px; border-radius: 8px; text-decoration: none; background: var(--plum); color: #fff; font-size: .78rem; font-weight: 800; }
.card-action.secondary { color: var(--plum); background: transparent; border: 1px solid var(--plum); }
.card-action:hover { filter: brightness(.93); }
.empty-state { grid-column: 1/-1; padding: 40px; border: 1px dashed var(--line); border-radius: var(--radius-lg); color: var(--muted); text-align: center; }

.map-section { padding-top: 110px; }
.map-heading { margin-bottom: 21px; }
.map-key { display: flex; flex-wrap: wrap; align-items: center; justify-content: end; gap: 13px; color: var(--muted); font-size: .75rem; }
.map-key span { display: inline-flex; align-items: center; gap: 6px; }
.map-key i { display: inline-block; width: 9px; height: 9px; border-radius: 50%; }
.key-origin { background: var(--plum); box-shadow: 0 0 0 3px var(--rose-soft); }
.key-walk { background: var(--leaf); }
.key-more { background: var(--gold); }
.map-shell { overflow: hidden; display: grid; grid-template-columns: minmax(0, 1fr) 265px; min-height: 485px; border: 1px solid var(--line); border-radius: var(--radius-xl); background: #fff; box-shadow: var(--shadow); }
#map { min-height: 485px; width: 100%; z-index: 0; }
.map-side { padding: 23px 18px; border-left: 1px solid var(--line); background: #fffdfa; }
.map-side-title { margin: 0 0 13px; font-size: .75rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; color: var(--plum); }
.map-list { display: grid; gap: 6px; }
.map-item { width: 100%; display: flex; gap: 9px; align-items: center; padding: 9px 6px; border: 0; background: transparent; text-align: left; color: var(--ink); }
.map-item:hover { background: var(--paper); border-radius: 8px; }
.map-num { display: grid; flex: 0 0 22px; height: 22px; place-items: center; color: #fff; border-radius: 50%; background: var(--leaf); font-size: .68rem; font-weight: 900; }
.map-num.more { background: var(--gold); }
.map-item span:last-child { font-size: .78rem; line-height: 1.2; }
.map-item small { display: block; margin-top: 2px; color: var(--muted); }
.text-button { padding: 0; border: 0; background: transparent; color: var(--plum); font-weight: 800; font-size: .78rem; text-decoration: underline; text-underline-offset: 4px; }
.map-side .text-button { margin-top: 16px; }
.map-caveat { margin: 18px 0 0; padding-top: 15px; border-top: 1px solid var(--line); color: var(--muted); font-size: .7rem; line-height: 1.5; }
.pin { display: grid; width: 31px; height: 31px; place-items: center; border: 2px solid #fff; border-radius: 50% 50% 50% 0; background: var(--leaf); color: #fff; font-size: .72rem; font-weight: 900; transform: rotate(-45deg); box-shadow: 0 4px 12px rgba(0,0,0,.24); }
.pin > span { display: block; transform: rotate(45deg); }
.pin.pin-origin { background: var(--plum); width: 34px; height: 34px; }
.pin.pin-more { background: var(--gold); }
.leaflet-popup-content-wrapper { border-radius: 13px; box-shadow: 0 12px 32px rgba(0,0,0,.17); }
.leaflet-popup-content { font-family: inherit; min-width: 205px; margin: 14px 16px; }
.popup-title { margin: 0 0 4px; font-size: .88rem; line-height: 1.15; }
.popup-copy { margin: 0 0 8px; color: var(--muted); font-size: .75rem; }
.popup-link { color: var(--plum); font-size: .75rem; font-weight: 800; }

.delivery-section { padding-top: 110px; }
.address-callout { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; margin-bottom: 20px; padding: 14px 17px; border: 1px solid #e2cacb; border-radius: var(--radius-md); color: #533f45; background: #fff8fa; font-size: .86rem; line-height: 1.5; }
.callout-mark { display: grid; width: 29px; height: 29px; place-items: center; color: #fff; background: var(--plum); border-radius: 50%; font-family: Georgia, serif; }
.copy-address { padding: 0; border: 0; color: var(--plum); background: transparent; font: inherit; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
#copy-feedback { color: var(--leaf); font-size: .72rem; font-weight: 800; }
.delivery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.delivery-card { display: flex; flex-direction: column; min-height: 270px; padding: 20px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: rgba(255,255,255,.65); }
.delivery-card.doorDash { border-color: #ecdac5; background: #fffaf4; }
.delivery-top { display: flex; justify-content: space-between; gap: 9px; align-items: start; }
.delivery-provider { margin: 0 0 6px; color: var(--muted); font-size: .69rem; letter-spacing: .1em; text-transform: uppercase; font-weight: 850; }
.delivery-title { margin: 0; font-size: 1.02rem; line-height: 1.15; letter-spacing: -.025em; }
.delivery-status { display: inline-flex; flex: 0 0 auto; align-items: center; min-height: 23px; padding: 4px 6px; border-radius: 5px; color: var(--leaf); background: var(--leaf-soft); font-size: .62rem; font-weight: 850; text-align: right; }
.delivery-card.doorDash .delivery-status { color: #8c5b13; background: #f8e7c6; }
.delivery-copy { margin: 13px 0 0; color: #554b4d; font-size: .8rem; line-height: 1.58; }
.delivery-action { margin-top: auto; padding-top: 15px; display: flex; justify-content: space-between; align-items: end; gap: 10px; }
.delivery-action span { max-width: 164px; color: var(--muted); font-size: .68rem; line-height: 1.4; }
.delivery-link { display: inline-flex; align-items: center; justify-content: center; min-height: 36px; padding: 8px 10px; border-radius: 7px; color: var(--plum); border: 1px solid var(--plum); text-decoration: none; font-size: .75rem; font-weight: 850; white-space: nowrap; }
.source-note { margin: 11px 0 0; color: var(--muted); font-size: .64rem; line-height: 1.35; }
.delivery-link:hover { background: var(--plum); color: #fff; }

.dossier-section { padding-top: 110px; }
.beyond-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.beyond-card { padding: 19px; border: 1px dashed #cfc1b9; border-radius: var(--radius-lg); color: var(--muted); background: rgba(255,255,255,.32); }
.beyond-card h3 { margin: 0; color: var(--ink); font-size: 1rem; letter-spacing: -.025em; }
.beyond-card p { margin: 7px 0 0; font-size: .79rem; line-height: 1.55; }
.beyond-meta { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 13px; color: #775e63; font-size: .71rem; font-weight: 750; }
.beyond-card a { display: inline-block; margin-top: 13px; color: var(--plum); font-size: .75rem; font-weight: 800; text-decoration: none; }

.visual-section { width: min(var(--max), calc(100% - 44px)); margin: 115px auto 0; display: grid; grid-template-columns: .72fr 1.28fr; gap: 47px; align-items: center; padding: 47px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.visual-title-wrap p:not(.eyebrow) { color: var(--muted); font-size: .9rem; line-height: 1.66; }
.photo-gallery { display: grid; grid-template-columns: 1fr 1.05fr; grid-template-rows: 190px 190px; gap: 11px; }
.photo-card { position: relative; overflow: hidden; border-radius: 14px; background: var(--paper-deep); }
.photo-card:first-child { grid-row: 1 / 3; }
.photo-card img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .4s ease; }
.photo-card:hover img { transform: scale(1.035); }
.photo-card figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 18px 11px 8px; color: #fff; background: linear-gradient(transparent, rgba(0,0,0,.75)); font-size: .64rem; line-height: 1.3; }
.photo-card a { color: #fff; }

.method-section { padding-bottom: 106px; }
.method-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 65px; }
.method-grid h2 { max-width: 620px; }
.notes-list { margin: 23px 0 0; padding: 0; list-style: none; }
.notes-list li { position: relative; padding: 0 0 13px 23px; color: var(--muted); font-size: .87rem; line-height: 1.65; }
.notes-list li::before { content: "✦"; position: absolute; left: 0; top: 1px; color: var(--rose); font-size: .72rem; }
.source-card { padding: 24px; border-radius: var(--radius-lg); background: var(--plum-dark); color: #fff; }
.source-card-label { margin: 0 0 13px; color: #eaa2b4; font-size: .69rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.source-group { padding: 11px 0; border-top: 1px solid rgba(255,255,255,.15); }
.source-group strong { display: block; font-size: .88rem; }
.source-group p { margin: 3px 0 0; color: rgba(255,255,255,.71); font-size: .76rem; line-height: 1.5; }
.source-card .text-button { display: inline-block; margin-top: 17px; color: #fff; }

.site-footer { width: min(var(--max), calc(100% - 44px)); min-height: 86px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 30px; color: var(--muted); font-size: .76rem; border-top: 1px solid var(--line); }
.site-footer > div { display: flex; align-items: center; gap: 8px; color: var(--ink); font-weight: 800; }
.site-footer p { margin: 0; }
.site-footer code { color: var(--plum); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .7rem; }
.site-footer a { color: var(--plum); text-decoration: none; font-weight: 800; }

@media (max-width: 940px) {
  .hero { grid-template-columns: 1fr; gap: 45px; padding-top: 55px; }
  .hero-art { max-width: 630px; width: min(100%, 630px); min-height: 390px; }
  .hero-art img { min-height: 390px; }
  .delivery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .method-grid, .visual-section { grid-template-columns: 1fr; gap: 30px; }
  .visual-title-wrap { max-width: 650px; }
  .site-footer { grid-template-columns: 1fr auto; }
  .site-footer p { grid-column: 1/-1; grid-row: 2; padding-bottom: 18px; }
}

@media (max-width: 720px) {
  .site-header, .hero, .decision-strip, .section, .visual-section, .site-footer { width: min(100% - 28px, var(--max)); }
  .site-header { height: 66px; }
  .site-header nav, .quiet-link { display: none; }
  .site-header { justify-content: space-between; }
  .site-header::after { content: "BK · 11216"; color: var(--muted); font-size: .69rem; font-weight: 800; letter-spacing: .08em; }
  .hero { padding: 44px 0 48px; gap: 34px; }
  h1 { font-size: clamp(3rem, 15vw, 4.3rem); }
  .hero-lede { font-size: 1rem; }
  .hero-stats { margin-top: 34px; }
  .hero-art, .hero-art img { min-height: 370px; }
  .decision-strip { grid-template-columns: auto 1fr; gap: 13px; padding: 18px; }
  .decision-strip .inline-arrow { grid-column: 2; }
  .section { padding-top: 78px; }
  .section-heading { display: block; margin-bottom: 20px; }
  .section-intro { margin-top: 13px; }
  .filter-bar { align-items: stretch; flex-wrap: wrap; padding: 8px; }
  .search-field { flex-basis: 100%; }
  .filter-controls { overflow-x: auto; flex-wrap: nowrap; padding-bottom: 2px; }
  .filter { white-space: nowrap; }
  .result-count { margin: 0 5px; }
  .walk-grid, .delivery-grid, .beyond-grid { grid-template-columns: 1fr; }
  .venue-card { min-height: auto; padding: 22px; }
  .map-heading { display: block; }
  .map-key { justify-content: start; margin-top: 14px; }
  .map-shell { grid-template-columns: 1fr; min-height: 0; border-radius: 18px; }
  #map { min-height: 370px; }
  .map-side { border-top: 1px solid var(--line); border-left: 0; }
  .map-list { grid-template-columns: 1fr 1fr; }
  .map-caveat { margin-top: 14px; }
  .address-callout { grid-template-columns: auto 1fr; padding: 13px; }
  #copy-feedback { grid-column: 2; }
  .delivery-card { min-height: 237px; }
  .visual-section { margin-top: 80px; padding: 35px 0; }
  .photo-gallery { grid-template-rows: 156px 156px; }
  .method-section { padding-bottom: 72px; }
  .site-footer { display: flex; flex-wrap: wrap; gap: 12px 20px; padding: 20px 0; }
  .site-footer p { width: 100%; padding-bottom: 0; }
}

@media (max-width: 410px) {
  .hero-stats div { padding-right: 10px; }
  .hero-stats div + div { padding-left: 10px; }
  .hero-stats dt { font-size: 1.5rem; }
  .map-list { grid-template-columns: 1fr; }
  .delivery-action { align-items: start; flex-direction: column; }
}
