:root {
  --ink: #13243a;
  --navy: #11243c;
  --red: #e44431;
  --red-dark: #c93224;
  --cream: #f3eddf;
  --paper: #fbf8ef;
  --yellow: #f4c448;
  --blue: #9db8cb;
  --line: rgba(19, 36, 58, .22);
  --serif: "Instrument Serif", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --shell: min(1240px, calc(100vw - 64px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.6; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 99; opacity: .24; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.11'/%3E%3C/svg%3E"); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea { color: inherit; font: inherit; }
button { cursor: pointer; }
.shell { width: var(--shell); margin-inline: auto; }
.shell-wide { width: min(1440px, calc(100vw - 32px)); margin-inline: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 999; padding: 10px 16px; background: white; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.eyebrow { margin: 0 0 16px; font-size: 11px; font-weight: 700; letter-spacing: .18em; line-height: 1.3; text-transform: uppercase; }
.eyebrow--rule { display: flex; gap: 14px; align-items: center; }
.eyebrow--rule::before { content: ""; width: 38px; height: 2px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: .97; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; }
h1 em, h2 em { color: var(--red); font-weight: 400; }
.text-link { display: inline-flex; gap: 13px; align-items: center; padding-bottom: 3px; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 19px; border: 1px solid currentColor; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; transition: .2s; }
.button--outline:hover { color: var(--paper); background: var(--ink); }
.button--dark { color: white; background: var(--ink); }
.button--dark:hover { background: var(--red); border-color: var(--red); }

/* Header */
.site-header { position: relative; z-index: 50; background: var(--paper); border-bottom: 1px solid var(--line); }
.site-header__inner { display: grid; grid-template-columns: 180px 1fr 180px; min-height: 92px; align-items: center; }
.brand { position: relative; display: inline-grid; width: 150px; grid-template: "the the" 10px "name name" 34px "of nyc" 16px / 27px 1fr; gap: 3px 7px; align-items: center; font-weight: 700; line-height: 1; }
.brand__the { grid-area: the; align-self: end; padding-left: 2px; font-size: 8px; letter-spacing: .32em; }
.brand__name { grid-area: name; align-self: center; font-family: var(--serif); font-size: 41px; font-weight: 400; letter-spacing: -.045em; line-height: .82; }
.brand__of { grid-area: of; align-self: start; color: var(--red); font-family: var(--serif); font-size: 15px; font-style: italic; line-height: 1; }
.brand__nyc { grid-area: nyc; align-self: start; font-size: 15px; letter-spacing: .22em; line-height: 1; }
.primary-nav { justify-self: center; }
.primary-nav ul { display: flex; gap: 34px; padding: 0; margin: 0; list-style: none; }
.primary-nav a { position: relative; font-size: 11px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.primary-nav a::after { content: ""; position: absolute; right: 0; bottom: -7px; left: 0; height: 2px; background: var(--red); transform: scaleX(0); transition: transform .2s; }
.primary-nav a:hover::after, .primary-nav .current-menu-item a::after { transform: none; }
.header-cta { justify-self: end; padding: 12px 15px; color: white; background: var(--red); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.header-cta span { margin-left: 8px; }
.menu-toggle { display: none; border: 0; background: transparent; }

/* Hero and map */
.hero { padding: 84px 0 65px; overflow: hidden; background: var(--cream); }
.hero__intro { display: grid; grid-template-columns: 1.4fr .6fr; gap: 10%; align-items: end; margin-bottom: 50px; }
.hero h1 { margin: 0; max-width: 800px; font-size: clamp(72px, 9vw, 130px); }
.hero__copy { max-width: 390px; padding-bottom: 12px; }
.hero__copy p { margin-bottom: 25px; font-family: var(--serif); font-size: 22px; line-height: 1.27; }
.map-wrap { border-top: 1px solid var(--ink); }
.map-toolbar { display: flex; gap: 24px; justify-content: space-between; align-items: center; min-height: 72px; }
.map-result { flex: none; margin: 0; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.map-result span { display: inline-flex; width: 27px; height: 27px; align-items: center; justify-content: center; margin-right: 6px; color: white; background: var(--red); border-radius: 50%; }
.map-filters { display: flex; gap: 4px; overflow-x: auto; scrollbar-width: none; }
.map-filters::-webkit-scrollbar { display: none; }
.map-filters button { flex: none; padding: 7px 12px; border: 0; border-radius: 20px; background: transparent; font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.map-filters button.is-active { color: white; background: var(--ink); }
.map-canvas { position: relative; min-height: 590px; overflow: hidden; background: #cad8db; border: 1px solid var(--ink); }
.map-canvas::before { content: ""; position: absolute; inset: 0; opacity: .35; background: repeating-linear-gradient(115deg, transparent 0 28px, rgba(255,255,255,.45) 29px 30px); }
.borough-map { position: absolute; top: 2%; left: 50%; width: min(850px, 92%); height: 96%; overflow: visible; transform: translateX(-50%); }
.borough path { vector-effect: non-scaling-stroke; stroke: var(--ink); stroke-width: 2.5; transition: fill .25s, opacity .25s, transform .25s; transform-origin: center; }
.borough:hover path, .borough.is-active path { fill: var(--yellow); }
.borough.is-muted { opacity: .25; }
.borough--bronx path { fill: #e8dfc9; }
.borough--manhattan path { fill: #f2bd3d; }
.borough--queens path { fill: #e94a38; }
.borough--brooklyn path { fill: #f3ede0; }
.borough--staten path { fill: #f0ae99; }
.borough text { pointer-events: none; fill: var(--ink); font: 700 17px var(--sans); letter-spacing: .12em; text-anchor: middle; }
.borough--queens text { fill: white; }
.vertical-label { transform: rotate(-77deg); transform-origin: 360px 214px; }
.water-lines { fill: none; stroke: rgba(255,255,255,.55); stroke-width: 2; }
.map-markers { position: absolute; inset: 0; pointer-events: none; }
.map-marker { position: absolute; top: var(--y); left: var(--x); z-index: 3; pointer-events: auto; transform: translate(-50%, -50%); }
.map-marker__dot { position: relative; display: block; width: 17px; height: 17px; background: white; border: 5px solid var(--ink); border-radius: 50%; box-shadow: 0 0 0 3px rgba(255,255,255,.7); transition: .2s; }
.map-marker:hover .map-marker__dot, .map-marker:focus .map-marker__dot { background: var(--yellow); transform: scale(1.25); }
.map-marker__card { position: absolute; bottom: 28px; left: 50%; display: none; width: 210px; padding: 14px; background: var(--paper); border: 1px solid var(--ink); box-shadow: 5px 5px 0 var(--ink); transform: translateX(-50%); }
.map-marker__card::after { content: ""; position: absolute; top: 100%; left: calc(50% - 6px); border: 6px solid transparent; border-top-color: var(--ink); }
.map-marker__card strong, .map-marker__card small { display: block; }
.map-marker__card strong { font-family: var(--serif); font-size: 20px; line-height: 1.05; }
.map-marker__card small { margin-top: 5px; font-size: 9px; line-height: 1.4; text-transform: uppercase; }
.map-marker:hover .map-marker__card, .map-marker:focus .map-marker__card { display: block; }
.map-marker[hidden] { display: none; }
.map-key { position: absolute; right: 18px; bottom: 16px; padding: 7px 10px; background: rgba(251,248,239,.9); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.map-key span { display: inline-block; width: 9px; height: 9px; margin-right: 6px; background: var(--ink); border-radius: 50%; }
.map-empty { position: absolute; top: 50%; left: 50%; display: grid; width: min(360px, 75%); padding: 19px 24px; text-align: center; background: rgba(251,248,239,.94); border: 1px solid var(--ink); box-shadow: 6px 6px 0 var(--ink); transform: translate(-50%, -50%); }
.map-empty strong { font-family: var(--serif); font-size: 24px; }
.map-empty span { font-size: 11px; }
.map-canvas--real { min-height: 630px; background: #cbd5d3; }
.map-canvas--real::before { display: none; }
.real-map { position: absolute; inset: 0; z-index: 1; min-height: 630px; background: #cbd5d3; font-family: var(--sans); }
.real-map .leaflet-tile-pane { filter: saturate(.56) sepia(.08) contrast(.92) brightness(1.04); }
.real-map .leaflet-control-attribution { padding: 3px 7px; color: var(--ink); background: rgba(251,248,239,.88); font-size: 9px; }
.real-map .leaflet-control-attribution a { color: var(--red-dark); }
.real-map .leaflet-control-zoom { overflow: hidden; border: 1px solid var(--ink); border-radius: 0; box-shadow: 4px 4px 0 var(--ink); }
.real-map .leaflet-control-zoom a { color: var(--ink); background: var(--paper); border-bottom-color: var(--ink); }
.real-map .leaflet-control-zoom a:hover { color: white; background: var(--red); }
.donyc-leaflet-marker { background: transparent; border: 0; }
.donyc-leaflet-marker span { position: relative; display: block; width: 28px; height: 28px; background: var(--red); border: 3px solid var(--paper); border-radius: 50% 50% 50% 0; box-shadow: 2px 3px 0 rgba(19,36,58,.9); transform: rotate(-45deg); }
.donyc-leaflet-marker span::after { content: ""; position: absolute; top: 8px; left: 8px; width: 6px; height: 6px; background: var(--yellow); border-radius: 50%; }
.real-map .leaflet-marker-icon:hover span { background: var(--ink); transform: rotate(-45deg) scale(1.12); }
.real-map .leaflet-popup-content-wrapper { padding: 0; background: var(--paper); border: 1px solid var(--ink); border-radius: 0; box-shadow: 6px 6px 0 var(--ink); }
.real-map .leaflet-popup-content { margin: 0; }
.real-map .leaflet-popup-tip { background: var(--ink); }
.donyc-map-popup { display: grid; padding: 17px; }
.donyc-map-popup > span { margin-bottom: 7px; color: var(--red); font-size: 8px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.donyc-map-popup strong { font-family: var(--serif); font-size: 24px; font-weight: 400; line-height: 1; }
.donyc-map-popup small { margin-top: 8px; font-size: 10px; line-height: 1.4; }
.donyc-map-popup a { margin-top: 13px; padding-top: 10px; color: var(--ink); border-top: 1px solid var(--line); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.map-identity { position: absolute; top: 18px; left: 18px; z-index: 500; display: flex; gap: 6px; align-items: baseline; padding: 9px 12px; color: white; background: var(--ink); border: 1px solid var(--paper); box-shadow: 4px 4px 0 var(--red); pointer-events: none; }
.map-identity strong { font-family: var(--serif); font-size: 22px; font-weight: 400; line-height: .8; }
.map-identity span { color: var(--yellow); font-size: 9px; font-weight: 700; letter-spacing: .14em; }
.map-admin-note { margin: 12px 0 0; padding: 10px 13px; color: var(--ink); background: var(--yellow); border-left: 4px solid var(--red); font-size: 11px; }
.map-wrap--geographic .map-empty { z-index: 600; }

.ticker { overflow: hidden; color: var(--cream); background: var(--red); border-block: 1px solid var(--ink); }
.ticker__track { display: flex; width: max-content; will-change: transform; animation: ticker 28s linear infinite; }
.ticker__group { display: flex; width: max(100vw, 820px); flex: none; gap: 30px; align-items: center; justify-content: space-around; padding: 14px 30px; white-space: nowrap; font-size: 11px; font-weight: 700; letter-spacing: .18em; }
.ticker i { color: var(--yellow); font-style: normal; }
@keyframes ticker {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

/* Cards and sections */
.section { padding-block: 110px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 48px; padding-bottom: 30px; border-bottom: 1px solid var(--line); }
.section-heading h2 { margin: 0; font-size: clamp(50px, 6vw, 82px); }
.card-grid, .starter-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.deli-card { min-width: 0; }
.deli-card__image { position: relative; display: block; aspect-ratio: 1.18; overflow: hidden; background: var(--blue); border: 1px solid var(--ink); }
.deli-card__image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.86) contrast(.95); transition: transform .5s; }
.deli-card:hover .deli-card__image img { transform: scale(1.035); }
.deli-card__year { position: absolute; right: 10px; bottom: 10px; padding: 5px 8px; color: white; background: var(--red); font-size: 9px; font-weight: 700; text-transform: uppercase; }
.deli-card__body { padding: 22px 5px 0; }
.deli-card__body .eyebrow { color: var(--red); }
.deli-card h3 { margin: 0 0 13px; font-family: var(--serif); font-size: 36px; font-weight: 400; }
.deli-card h3 a:hover { color: var(--red); }
.deli-card p { min-height: 50px; color: #4e5660; font-size: 14px; }
.image-placeholder { position: absolute; inset: 0; display: grid; place-items: center; color: var(--paper); background: var(--ink); font-family: var(--serif); font-size: 70px; }
.image-placeholder::before, .image-placeholder::after { content: ""; position: absolute; width: 180%; height: 36px; background: var(--red); transform: rotate(-24deg); }
.image-placeholder::after { background: var(--yellow); transform: rotate(27deg); }
.image-placeholder span { position: relative; z-index: 2; padding: 8px 16px; background: var(--ink); border: 1px solid var(--paper); }
.starter-card { min-height: 360px; padding: 30px; border: 1px solid var(--ink); }
.starter-card > span { font-size: 11px; font-weight: 700; }
.starter-card h3 { max-width: 270px; margin: 130px 0 18px; font-family: var(--serif); font-size: 36px; font-weight: 400; }
.starter-card p { max-width: 310px; font-size: 13px; }
.starter-card--red { color: white; background: var(--red); }
.starter-card--cream { background: var(--cream); }
.starter-card--blue { background: var(--blue); }

.mission { position: relative; overflow: hidden; padding: 125px 0; color: var(--cream); background: var(--navy); }
.mission::after { content: "DELI"; position: absolute; right: -30px; bottom: -145px; color: rgba(255,255,255,.035); font-family: var(--serif); font-size: 380px; line-height: 1; }
.mission__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1.5fr; gap: 13%; align-items: center; }
.mission__seal { display: flex; width: 320px; height: 320px; flex-direction: column; align-items: center; justify-content: center; margin: auto; border: 2px solid var(--red); border-radius: 50%; outline: 1px dashed var(--yellow); outline-offset: -13px; transform: rotate(-7deg); }
.mission__seal strong { color: var(--yellow); font-family: var(--serif); font-size: 92px; font-weight: 400; line-height: .8; }
.mission__seal span { font-size: 11px; font-weight: 700; letter-spacing: .25em; }
.mission h2 { margin: 0 0 35px; color: var(--paper); font-size: clamp(58px, 7vw, 98px); }
.mission__lead { max-width: 650px; font-family: var(--serif); font-size: 25px; line-height: 1.35; }
.mission__facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 55px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.25); }
.mission__facts strong, .mission__facts span { display: block; }
.mission__facts strong { color: var(--yellow); font-family: var(--serif); font-size: 45px; font-weight: 400; }
.mission__facts span { max-width: 130px; font-size: 9px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.newsletter { padding: 80px 0; background: var(--yellow); border-block: 1px solid var(--ink); }
.newsletter__inner { display: grid; grid-template-columns: 1fr .8fr; gap: 10%; align-items: end; }
.newsletter h2 { margin: 0; font-size: clamp(48px, 5vw, 72px); }
.newsletter h2 em { color: var(--red); }
.signup-form { display: flex; border-bottom: 2px solid var(--ink); }
.signup-form input { width: 100%; padding: 15px 2px; border: 0; outline: 0; background: transparent; }
.signup-form button { flex: none; border: 0; background: transparent; font-size: 11px; font-weight: 700; text-transform: uppercase; }

/* Archive and single */
.archive-page { background: var(--cream); }
.archive-hero { padding-top: 90px; }
.archive-hero h1 { margin: 0 0 25px; font-size: clamp(74px, 10vw, 140px); }
.archive-hero > p:last-child { max-width: 570px; font-family: var(--serif); font-size: 24px; }
.archive-map { margin-top: 70px; }
.navigation.pagination { margin-top: 60px; }
.nav-links { display: flex; gap: 8px; }
.page-numbers { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--ink); font-size: 12px; }
.page-numbers.current { color: white; background: var(--ink); }
.deli-single__header { display: grid; grid-template-columns: 1fr auto; gap: 40px; padding-block: 90px 55px; align-items: end; }
.deli-single__header h1 { max-width: 930px; margin: 0 0 24px; font-size: clamp(72px, 10vw, 140px); }
.deli-single__dek { max-width: 680px; margin: 0; font-family: var(--serif); font-size: 25px; line-height: 1.3; }
.deli-single__number { text-align: center; color: var(--red); font-family: var(--serif); font-size: 42px; line-height: .8; }
.deli-single__number span { color: var(--ink); font: 700 9px var(--sans); letter-spacing: .13em; }
.deli-single__hero { max-height: 780px; overflow: hidden; border: 1px solid var(--ink); }
.deli-single__hero img { width: 100%; max-height: 780px; object-fit: cover; }
.deli-single__layout { display: grid; grid-template-columns: 280px 1fr; gap: 10%; padding-block: 90px 120px; }
.deli-facts { align-self: start; padding: 24px; background: var(--cream); border-top: 4px solid var(--red); }
.deli-facts > div { padding: 16px 0; border-top: 1px solid var(--line); }
.deli-facts span, .deli-facts strong { display: block; }
.deli-facts span { margin-bottom: 3px; font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.deli-facts strong { font-family: var(--serif); font-size: 18px; font-weight: 400; line-height: 1.25; }
.deli-facts .button { width: 100%; margin-top: 20px; }
.prose { max-width: 760px; font-family: var(--serif); font-size: 22px; line-height: 1.62; }
.prose h1 { font-size: clamp(55px, 7vw, 92px); }
.prose h2 { margin: 1.3em 0 .5em; font-size: 48px; }
.prose h3 { margin: 1.3em 0 .5em; font-size: 30px; }
.prose a { color: var(--red); text-decoration: underline; }
.prose blockquote { margin: 2em 0; padding-left: 28px; color: var(--red); border-left: 4px solid currentColor; font-size: 36px; line-height: 1.2; }
.prose img { margin-block: 35px; }
.story-label { font: 700 10px var(--sans); letter-spacing: .18em; text-transform: uppercase; }
.page-layout { max-width: 830px; margin: auto; }
.prose--page { max-width: none; }
.comments-zone { padding: 90px 0; background: var(--cream); border-top: 1px solid var(--line); }
.comments-zone__inner { max-width: 850px; }
.comments-area h2, .comment-reply-title { font-family: var(--serif); font-size: 48px; font-weight: 400; }
.comment-list { padding: 0; margin: 35px 0 65px; list-style: none; }
.comment-list .comment { margin: 0 0 20px; padding: 25px; background: var(--paper); border: 1px solid var(--line); }
.comment-list .children { margin-top: 20px; list-style: none; }
.comment-author { display: flex; gap: 12px; align-items: center; font-size: 13px; }
.comment-author img { border-radius: 50%; }
.comment-meta { margin: 6px 0 16px 64px; font-size: 10px; }
.comment-form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.comment-form > p { margin: 0; }
.comment-form-comment, .comment-notes, .form-submit, .comment-form-cookies-consent { grid-column: 1 / -1; }
.comment-form label { display: block; margin-bottom: 6px; font-size: 10px; font-weight: 700; text-transform: uppercase; }
.comment-form input:not([type="checkbox"]), .comment-form textarea { width: 100%; padding: 13px; background: var(--paper); border: 1px solid var(--ink); }
.submit { padding: 14px 20px; color: white; background: var(--red); border: 0; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.post-list { border-top: 1px solid var(--line); }
.post-row { display: grid; grid-template-columns: 150px 1fr 1fr; gap: 30px; padding: 32px 0; border-bottom: 1px solid var(--line); }
.post-row h2 { font-size: 38px; }
.post-row p { margin: 0; }
.not-found { min-height: 70vh; padding-block: 120px; }
.not-found h1 { max-width: 850px; margin: 0 0 25px; font-size: clamp(75px, 11vw, 150px); }

/* Footer */
.site-footer { padding: 70px 0 24px; color: var(--paper); background: var(--red); }
.site-footer__grid { display: grid; grid-template-columns: 1.3fr .5fr 1fr; gap: 9%; }
.brand--footer { margin-bottom: 24px; color: white; }
.brand--footer .brand__of { color: var(--yellow); }
.site-footer__grid > div > p:not(.eyebrow) { max-width: 390px; font-family: var(--serif); font-size: 20px; line-height: 1.35; }
.site-footer nav ul { padding: 0; margin: 0; list-style: none; }
.site-footer nav a { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.footer-note a { font-family: var(--serif); font-size: 24px; border-bottom: 1px solid; }
.footer-socials { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
.footer-note .footer-socials a { display: inline-flex; gap: 7px; align-items: center; padding: 7px 10px; font: 700 8px/1 var(--sans); letter-spacing: .08em; border: 1px solid rgba(255,255,255,.55); text-transform: uppercase; transition: color .18s, background .18s, transform .18s; }
.footer-note .footer-socials a svg { width: 15px; height: 15px; flex: 0 0 15px; fill: currentColor; }
.footer-note .footer-socials a:hover { color: var(--ink); background: var(--yellow); border-color: var(--ink); }
.footer-note .footer-socials a:focus-visible { color: var(--ink); background: var(--paper); outline: 2px solid var(--yellow); outline-offset: 3px; }
.footer-sponsor { display: grid; grid-template-columns: 180px 1fr; gap: 45px; align-items: center; margin-top: 65px; padding: 27px 30px; color: var(--ink); background: var(--yellow); border: 1px solid var(--ink); box-shadow: 7px 7px 0 var(--navy); transform: rotate(-.25deg); }
.footer-sponsor__mark { display: flex; flex-direction: column; padding-right: 28px; border-right: 1px solid rgba(19,36,58,.35); line-height: 1; }
.footer-sponsor__mark span { margin-bottom: 6px; font-size: 8px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.footer-sponsor__mark strong { font-family: var(--serif); font-size: 31px; font-weight: 400; letter-spacing: -.03em; }
.footer-sponsor p { max-width: 790px; margin: 0; font-family: var(--serif); font-size: clamp(19px, 2vw, 25px); line-height: 1.25; }
.footer-sponsor p a { color: var(--red-dark); font-weight: 400; text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.footer-sponsor p a::after { content: " ↗"; font-family: var(--sans); font-size: .55em; text-decoration: none; }
.footer-sponsor p a:hover { color: var(--ink); }
.site-footer__bottom { display: flex; justify-content: space-between; margin-top: 34px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.35); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

@media (max-width: 900px) {
  :root { --shell: min(100% - 38px, 740px); }
  .site-header__inner { grid-template-columns: 1fr auto; min-height: 75px; }
  .menu-toggle { display: grid; width: 42px; height: 42px; place-content: center; gap: 5px; }
  .menu-toggle span:not(.screen-reader-text) { width: 24px; height: 2px; background: var(--ink); transition: .2s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .primary-nav { position: absolute; top: 75px; right: 0; left: 0; display: none; padding: 28px 19px; background: var(--paper); border-bottom: 1px solid var(--ink); }
  .primary-nav.is-open { display: block; }
  .primary-nav ul { flex-direction: column; gap: 20px; }
  .header-cta { display: none; }
  .hero { padding-top: 58px; }
  .hero__intro { grid-template-columns: 1fr; gap: 35px; }
  .hero__copy { margin-left: 20%; }
  .map-toolbar { align-items: start; flex-direction: column; padding: 18px 0; }
  .map-filters { width: 100%; }
  .map-canvas { min-height: 500px; }
  .map-canvas--real, .real-map { min-height: 540px; }
  .card-grid, .starter-grid { grid-template-columns: repeat(2, 1fr); }
  .card-grid article:last-child, .starter-grid > div:last-child { grid-column: 1 / -1; max-width: calc(50% - 13px); }
  .mission__grid { grid-template-columns: 1fr; }
  .mission__seal { display: none; }
  .newsletter__inner { grid-template-columns: 1fr; gap: 45px; }
  .deli-single__layout { grid-template-columns: 230px 1fr; gap: 7%; }
  .site-footer__grid { grid-template-columns: 1fr 1fr; }
  .footer-note { grid-column: 1 / -1; }
  .footer-sponsor { grid-template-columns: 155px 1fr; gap: 28px; }
}

@media (max-width: 600px) {
  :root { --shell: calc(100vw - 28px); }
  .section { padding-block: 75px; }
  .hero h1 { font-size: 61px; }
  .hero__copy { margin-left: 0; }
  .hero__copy p { font-size: 20px; }
  .map-canvas { min-height: 360px; }
  .map-canvas--real, .real-map { min-height: 440px; }
  .borough-map { width: 112%; }
  .map-key { display: none; }
  .map-marker__card { width: 150px; }
  .section-heading { display: block; }
  .section-heading .button { margin-top: 25px; }
  .card-grid, .starter-grid { grid-template-columns: 1fr; }
  .card-grid article:last-child, .starter-grid > div:last-child { grid-column: auto; max-width: none; }
  .deli-card h3 { font-size: 32px; }
  .mission { padding: 85px 0; }
  .mission__facts { gap: 8px; }
  .mission__facts strong { font-size: 36px; }
  .newsletter { padding: 60px 0; }
  .archive-hero { padding-top: 60px; }
  .archive-hero h1 { font-size: 70px; }
  .archive-map { margin-top: 45px; }
  .deli-single__header { grid-template-columns: 1fr; padding-top: 60px; }
  .deli-single__header h1 { font-size: 65px; }
  .deli-single__number { display: none; }
  .deli-single__layout { grid-template-columns: 1fr; }
  .prose { font-size: 19px; }
  .prose blockquote { font-size: 29px; }
  .comment-form { grid-template-columns: 1fr; }
  .comment-form > p { grid-column: 1; }
  .post-row { grid-template-columns: 1fr; gap: 10px; }
  .site-footer__grid { grid-template-columns: 1fr; }
  .footer-note { grid-column: auto; }
  .footer-sponsor { grid-template-columns: 1fr; gap: 18px; padding: 23px; }
  .footer-sponsor__mark { padding: 0 0 17px; border-right: 0; border-bottom: 1px solid rgba(19,36,58,.35); }
  .site-footer__bottom { gap: 20px; flex-direction: column; }
}

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