@font-face { font-family: "Barlow Condensed"; src: url("../fonts/barlow-condensed-latin-700-normal.woff2") format("woff2"); font-style: normal; font-weight: 700; font-display: swap; }
@font-face { font-family: "Barlow Condensed"; src: url("../fonts/barlow-condensed-latin-800-normal.woff2") format("woff2"); font-style: normal; font-weight: 800; font-display: swap; }
@font-face { font-family: "Barlow Condensed"; src: url("../fonts/barlow-condensed-latin-900-normal.woff2") format("woff2"); font-style: normal; font-weight: 900; font-display: swap; }
@font-face { font-family: "Inter"; src: url("../fonts/inter-latin-400-normal.woff2") format("woff2"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Inter"; src: url("../fonts/inter-latin-500-normal.woff2") format("woff2"); font-style: normal; font-weight: 500; font-display: swap; }
@font-face { font-family: "Inter"; src: url("../fonts/inter-latin-600-normal.woff2") format("woff2"); font-style: normal; font-weight: 600; font-display: swap; }
@font-face { font-family: "Inter"; src: url("../fonts/inter-latin-700-normal.woff2") format("woff2"); font-style: normal; font-weight: 700; font-display: swap; }

:root {
  --ink: #0b0d10;
  --ink-2: #15181d;
  --cream: #f4eedf;
  --paper: #fffaf0;
  --white: #fffdf7;
  --blue: #1957ff;
  --blue-dark: #0c3fd7;
  --red: #ff4d3d;
  --red-dark: #e73528;
  --muted: #77746d;
  --line: rgba(11, 13, 16, 0.16);
  --shell: min(100% - 32px, 1440px);
  --condensed: "Barlow Condensed", "Arial Narrow", Impact, sans-serif;
  --sans: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--sans); overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }
button:disabled { cursor: wait; opacity: .72; }
img { display: block; max-width: 100%; }
::selection { background: var(--blue); color: white; }

.shell { width: var(--shell); margin-inline: auto; }
.sr-only { clip: rect(0, 0, 0, 0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 999; padding: 12px 16px; color: white; background: var(--blue); transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }
.eyebrow { margin: 0 0 16px; font-size: .74rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; border: 1px solid transparent; padding: 0 20px; font-size: .88rem; font-weight: 700; cursor: pointer; transition: color .2s ease, background .2s ease, border .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 18px; height: 18px; transition: transform .2s ease; }
.button:hover svg { transform: translate(3px, -1px); }
.button-red { color: white; background: var(--red); border-color: var(--red); }
.button-red:hover { background: var(--blue); border-color: var(--blue); }
.button-blue { color: white; background: var(--blue); border-color: var(--blue); }
.button-blue:hover { background: var(--ink); border-color: var(--ink); }
.button-black { color: white; background: var(--ink); border-color: var(--ink); }
.button-black:hover { color: var(--ink); background: transparent; }
.button-cream { color: var(--ink); background: var(--cream); border-color: var(--cream); }
.button-cream:hover { color: white; background: var(--blue); border-color: var(--blue); }
.button-large { min-height: 60px; padding-inline: 28px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; font-size: .82rem; font-weight: 800; padding-bottom: 5px; border-bottom: 2px solid currentColor; text-transform: uppercase; letter-spacing: .06em; }
.text-link svg { width: 16px; transition: transform .2s; }
.text-link:hover svg { transform: translate(4px, -1px); }
.text-link.light { color: var(--cream); }

/* Header */
.site-header { position: sticky; top: 0; z-index: 100; height: 72px; color: var(--cream); background: rgba(11, 13, 16, .95); border-bottom: 1px solid rgba(244, 238, 223, .22); backdrop-filter: blur(16px); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.brand { display: inline-grid; grid-template-columns: auto 8px; grid-template-rows: auto auto; column-gap: 7px; align-items: center; width: max-content; font-family: var(--condensed); font-weight: 800; line-height: .82; text-transform: uppercase; }
.brand > span { grid-column: 1; font-size: 1.28rem; letter-spacing: -.025em; }
.brand > i { grid-column: 2; grid-row: 1 / 3; display: block; width: 4px; height: 35px; background: var(--red); transform: skew(-10deg); }
.brand > small { grid-column: 1; font-size: .76rem; letter-spacing: .31em; color: var(--cream); }
.menu-toggle { display: grid; place-items: center; width: 44px; height: 44px; color: var(--cream); background: transparent; border: 1px solid rgba(244, 238, 223, .35); cursor: pointer; }
.menu-close-icon { display: none; }
.menu-toggle[aria-expanded="true"] .menu-open-icon { display: none; }
.menu-toggle[aria-expanded="true"] .menu-close-icon { display: inline-flex; }
.primary-nav { position: fixed; inset: 72px 0 auto; min-height: calc(100dvh - 72px); padding: 30px 20px; display: flex; flex-direction: column; align-items: stretch; gap: 0; color: var(--cream); background: var(--ink); transform: translateX(100%); visibility: hidden; transition: transform .28s ease, visibility .28s; }
.primary-nav.is-open { transform: translateX(0); visibility: visible; }
.primary-nav > a:not(.button) { padding: 18px 0; font-family: var(--condensed); font-size: 2.3rem; font-weight: 700; border-bottom: 1px solid rgba(244, 238, 223, .18); }
.primary-nav .nav-business { display: flex; justify-content: space-between; align-items: center; color: var(--red); }
.nav-cta { display: none; }
.nav-mobile-cta { margin-top: 28px; }

/* Hero */
.hero { min-height: calc(100svh - 72px); color: var(--cream); background: var(--ink); overflow: hidden; }
.hero-grid { padding-block: 48px 44px; display: grid; gap: 38px; }
.signal-eyebrow { display: inline-flex; gap: 6px; padding: 9px 12px; color: var(--blue); border: 1px solid var(--blue); }
.signal-eyebrow span { color: var(--cream); }
.hero h1 { max-width: 880px; margin: 0; font-family: var(--condensed); font-size: clamp(4.2rem, 21vw, 7.2rem); font-weight: 700; line-height: .78; letter-spacing: -.035em; text-transform: none; }
.hero-lede { max-width: 670px; margin: 25px 0 28px; color: rgba(244, 238, 223, .8); font-size: 1rem; line-height: 1.65; }
.search-bar { width: 100%; display: grid; gap: 1px; padding: 3px; color: var(--ink); background: var(--cream); border: 1px solid rgba(244, 238, 223, .7); box-shadow: 0 18px 60px rgba(0, 0, 0, .25); }
.search-bar label { min-height: 58px; display: flex; align-items: center; gap: 11px; padding: 0 14px; background: var(--cream); }
.search-bar label + label { border-top: 1px solid rgba(11, 13, 16, .18); }
.search-bar label svg { flex: 0 0 auto; width: 20px; color: var(--ink); }
.search-bar input { width: 100%; min-width: 0; color: var(--ink); background: transparent; border: 0; outline: 0; font-size: .9rem; }
.search-bar input::placeholder { color: #5f5d58; opacity: 1; }
.search-bar label:focus-within { box-shadow: inset 0 0 0 2px var(--blue); }
.search-bar button { min-height: 60px; padding: 0 20px; display: flex; align-items: center; justify-content: center; gap: 10px; color: white; background: var(--red); border: 0; font-family: var(--condensed); font-size: 1.15rem; font-weight: 700; cursor: pointer; }
.search-bar button:hover { background: var(--blue); }
.search-bar button svg { width: 19px; }
.proof-row { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 10px 22px; color: rgba(244, 238, 223, .76); font-size: .78rem; font-weight: 600; }
.proof-row span { display: inline-flex; align-items: center; gap: 7px; }
.proof-row span:not(:last-child)::after { content: ""; width: 7px; height: 7px; margin-left: 14px; background: var(--red); border-radius: 50%; }
.proof-row svg { width: 16px; height: 16px; color: var(--blue); }
.hero-collage { position: relative; min-height: 560px; width: calc(100% + 16px); margin-right: -16px; }
.photo-card { position: absolute; z-index: 2; margin: 0; overflow: hidden; border: 1px solid rgba(244, 238, 223, .85); background: #23262d; box-shadow: 0 18px 45px rgba(0, 0, 0, .35); }
.photo-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease, filter .5s ease; }
.photo-card:hover img { transform: scale(1.035); filter: saturate(1.08); }
.photo-card figcaption { position: absolute; left: 10px; bottom: 10px; display: flex; align-items: center; gap: 5px; padding: 6px 9px; color: white; background: rgba(11, 13, 16, .86); font-size: .62rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.photo-card figcaption svg { width: 12px; height: 12px; }
.photo-city { left: 0; top: 0; width: 63%; height: 54%; clip-path: polygon(0 0, 91% 0, 100% 12%, 100% 100%, 8% 100%, 0 88%); }
.photo-food { right: 0; top: 6%; width: 37%; height: 39%; clip-path: polygon(0 0, 91% 0, 100% 11%, 100% 100%, 0 100%); }
.photo-adventure { left: 2%; bottom: 0; width: 50%; height: 43%; clip-path: polygon(8% 0, 100% 0, 100% 100%, 9% 100%, 0 88%, 0 10%); }
.photo-maker { right: 0; bottom: 2%; width: 45%; height: 50%; clip-path: polygon(0 0, 91% 0, 100% 10%, 100% 100%, 0 100%); }
.collage-block { position: absolute; z-index: 1; display: block; }
.block-blue { left: 8%; bottom: -15px; width: 42%; height: 42%; background: var(--blue); }
.block-red { right: -10px; top: 36%; width: 58px; height: 58px; background: var(--red); border-radius: 50%; border: 2px solid var(--cream); z-index: 4; }
.marquee { padding: 14px 0; overflow: hidden; color: var(--ink); background: var(--red); border-block: 1px solid var(--ink); white-space: nowrap; }
.marquee div { width: max-content; display: flex; align-items: center; gap: 18px; font-family: var(--condensed); font-size: 1.1rem; font-weight: 700; letter-spacing: .05em; animation: marquee 28s linear infinite; }
.marquee i { width: 10px; height: 10px; background: var(--cream); border-radius: 50%; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* Home sections */
.section { padding-block: 82px; }
.cream-section { background: var(--cream); }
.dark-section { color: var(--cream); background: var(--ink); }
.section-heading { margin-bottom: 36px; }
.section-heading h2, .process-intro h2, .business-panel h2, .newsletter-section h2, .nominate-band h2 { margin: 0; font-family: var(--condensed); font-size: clamp(3.4rem, 15vw, 6.2rem); font-weight: 700; line-height: .84; letter-spacing: -.025em; }
.section-heading > p, .section-heading > div > p:not(.eyebrow) { max-width: 580px; margin: 18px 0 0; color: #5e5c56; line-height: 1.7; }
.section-heading.light p:not(.eyebrow) { color: rgba(244, 238, 223, .68); }
.category-grid { display: grid; border: 1px solid var(--ink); }
.category-card { min-height: 280px; padding: 24px; display: flex; flex-direction: column; border-bottom: 1px solid var(--ink); background: var(--cream); transition: color .25s, background .25s; }
.category-card:last-child { border-bottom: 0; }
.category-card > span { font-family: var(--condensed); font-size: 1rem; font-weight: 700; color: var(--red); }
.category-card h3 { margin: 20px 0 12px; font-family: var(--condensed); font-size: 2.15rem; font-weight: 700; line-height: .9; }
.category-card p { margin: 0 0 28px; color: #636059; font-size: .85rem; line-height: 1.65; }
.category-card strong { margin-top: auto; display: flex; justify-content: space-between; align-items: center; font-size: .72rem; text-transform: uppercase; letter-spacing: .07em; }
.category-card strong svg { width: 18px; }
.category-card:hover { color: white; background: var(--blue); }
.category-card:hover p, .category-card:hover > span { color: white; }
.center-action { margin-top: 30px; text-align: center; }
.city-section { overflow: hidden; }
.city-grid { display: grid; gap: 12px; }
.city-card { position: relative; min-height: 265px; padding: 22px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; color: var(--cream); background: var(--ink-2); border: 1px solid rgba(244, 238, 223, .3); transition: transform .25s, border .25s; }
.city-card::before { content: ""; position: absolute; inset: auto -15% -40% auto; width: 180px; aspect-ratio: 1; border: 28px solid currentColor; border-radius: 50%; opacity: .1; }
.city-card.blue { background: var(--blue); }
.city-card.red { color: var(--ink); background: var(--red); }
.city-card.cream { color: var(--ink); background: var(--cream); }
.city-card:hover { transform: translateY(-5px); border-color: var(--cream); }
.city-number { font-family: var(--condensed); font-size: 1.1rem; font-weight: 700; }
.city-card p { margin: 0 0 8px; font-size: .67rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.city-card h3 { margin: 0 0 16px; font-family: var(--condensed); font-size: 3rem; font-weight: 700; line-height: .82; }
.city-card h3 small { margin-left: 8px; font-family: var(--sans); font-size: .75rem; }
.status-dot { display: inline-flex; align-items: center; gap: 7px; font-size: .67rem; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }
.status-dot::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: currentColor; animation: pulse 2s infinite; }
.city-arrow { position: absolute; top: 20px; right: 20px; width: 22px; }
@keyframes pulse { 50% { opacity: .3; } }
.process-section { background: var(--paper); }
.process-grid { display: grid; gap: 48px; }
.process-intro > p:not(.eyebrow) { margin: 22px 0 28px; color: #5e5c56; line-height: 1.7; }
.process-steps { border-top: 1px solid var(--ink); }
.process-steps article { padding: 25px 0; display: grid; grid-template-columns: 46px 1fr; gap: 15px; border-bottom: 1px solid var(--ink); }
.process-steps article > span { color: var(--blue); font-family: var(--condensed); font-size: 1.1rem; font-weight: 700; }
.process-steps h3 { margin: 0 0 8px; font-family: var(--condensed); font-size: 2rem; line-height: 1; }
.process-steps p { margin: 0; color: #5d5a54; font-size: .88rem; line-height: 1.65; }
.nominate-band { color: white; background: var(--red); border-block: 1px solid var(--ink); }
.nominate-grid { padding-block: 58px; display: grid; gap: 28px; }
.giant-mark { display: flex; align-items: center; font-family: var(--condensed); font-size: 4rem; font-weight: 800; line-height: .8; }
.nominate-band .eyebrow { color: var(--ink); }
.nominate-band p:not(.eyebrow) { margin: 0 0 24px; line-height: 1.7; }
.nominate-band small { margin-top: 12px; display: block; color: rgba(255, 255, 255, .8); font-size: .68rem; }
.row-heading { display: flex; flex-direction: column; gap: 24px; }
.editorial-grid { display: grid; gap: 34px; }
.story-card { display: block; }
.story-art { position: relative; min-height: 280px; margin-bottom: 18px; padding: 18px; display: flex; align-items: center; justify-content: center; overflow: hidden; color: white; background: var(--blue); border: 1px solid var(--ink); }
.story-art::before, .story-art::after { content: ""; position: absolute; border: 1px solid currentColor; }
.story-art::before { inset: 16%; transform: rotate(8deg); }
.story-art::after { width: 45%; aspect-ratio: 1; border-radius: 50%; transform: translate(35%, -20%); }
.story-art span { position: absolute; top: 16px; left: 16px; font-family: var(--condensed); font-weight: 700; }
.story-art > svg { position: relative; z-index: 1; width: 64px; height: 64px; stroke-width: 1.2; transition: transform .3s; }
.story-card:hover .story-art > svg { transform: rotate(-8deg) scale(1.08); }
.art-2 { color: var(--ink); background: var(--red); }
.art-3 { color: var(--ink); background: var(--cream); }
.story-card > p { margin: 0 0 9px; color: var(--red); font-size: .67rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.story-card h3 { margin: 0 0 10px; font-family: var(--condensed); font-size: 2.1rem; line-height: .95; }
.story-card > span { display: block; color: #5c5954; font-size: .84rem; line-height: 1.6; }
.story-card strong { margin-top: 18px; display: inline-flex; gap: 8px; align-items: center; font-size: .72rem; text-transform: uppercase; }
.story-card strong svg { width: 16px; }
.business-panel { padding-block: 64px; color: var(--cream); background: var(--blue); }
.business-grid { display: grid; gap: 26px; }
.business-panel p:not(.eyebrow) { margin: 0 0 24px; color: rgba(255, 255, 255, .8); line-height: 1.7; }
.business-panel .button-blue { color: var(--ink); background: var(--cream); border-color: var(--cream); }
.newsletter-section { padding-block: 72px; color: var(--cream); background: var(--ink); }
.newsletter-grid { display: grid; gap: 38px; }
.newsletter-section p:not(.eyebrow) { color: rgba(244, 238, 223, .7); line-height: 1.7; }
.newsletter-section small { display: block; margin-top: 12px; color: rgba(244, 238, 223, .58); }
.newsletter-section small a { text-decoration: underline; }

/* Forms */
.inline-form { position: relative; display: grid; gap: 10px; }
.inline-form label > span { display: block; margin-bottom: 7px; font-size: .68rem; font-weight: 700; text-transform: uppercase; }
.inline-form input { width: 100%; height: 54px; padding: 0 15px; color: var(--ink); background: var(--cream); border: 1px solid var(--ink); outline: 0; }
.inline-form.dark input { border-color: rgba(244, 238, 223, .4); }
.inline-form input:focus { box-shadow: 0 0 0 3px var(--blue); }
.inline-form .button { min-height: 54px; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.form-message { grid-column: 1 / -1; margin: 3px 0 0; font-size: .78rem; }
.form-message.success { color: #38c875; }
.form-message.error { color: #ff7d72; }
.spin { animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.stack-form { position: relative; display: grid; gap: 19px; }
.form-grid { display: grid; gap: 19px; }
.stack-form label > span { display: block; margin-bottom: 8px; font-size: .72rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.stack-form label small { color: #72706a; font-weight: 500; }
.stack-form input, .stack-form select, .stack-form textarea { width: 100%; min-height: 54px; padding: 13px 15px; color: var(--ink); background: var(--paper); border: 1px solid var(--ink); border-radius: 0; outline: 0; }
.stack-form textarea { min-height: 145px; resize: vertical; }
.stack-form input:focus, .stack-form select:focus, .stack-form textarea:focus { box-shadow: 0 0 0 3px var(--blue); }
.check-label { display: grid !important; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; }
.check-label input { width: 18px; min-height: 18px; margin: 1px 0 0; padding: 0; accent-color: var(--blue); }
.check-label span { margin: 0 !important; font-size: .75rem !important; font-weight: 500 !important; line-height: 1.5; text-transform: none !important; letter-spacing: 0 !important; }
.success-card { padding: 36px; color: var(--cream); background: var(--blue); }
.success-card > svg { width: 44px; height: 44px; margin-bottom: 28px; }
.success-card h2 { margin: 0 0 15px; font-family: var(--condensed); font-size: 3.2rem; line-height: .9; }
.success-card p:last-child { margin-bottom: 0; line-height: 1.7; }

/* Footer */
.site-footer { color: var(--cream); background: #050607; border-top: 1px solid rgba(244, 238, 223, .2); }
.footer-top { padding-block: 55px; display: grid; gap: 48px; }
.footer-brand > p { max-width: 400px; margin: 24px 0; color: rgba(244, 238, 223, .62); font-size: .85rem; line-height: 1.7; }
.footer-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 36px 20px; }
.footer-links h2 { margin: 0 0 16px; color: var(--red); font-size: .67rem; text-transform: uppercase; letter-spacing: .14em; }
.footer-links a { width: max-content; max-width: 100%; display: block; margin: 11px 0; color: rgba(244, 238, 223, .72); font-size: .79rem; }
.footer-links a:hover { color: white; }
.footer-bottom { padding-block: 20px; display: flex; flex-direction: column; gap: 10px; color: rgba(244, 238, 223, .43); border-top: 1px solid rgba(244, 238, 223, .14); font-size: .66rem; }
.footer-bottom p { margin: 0; }
.footer-bottom > div { display: flex; flex-wrap: wrap; gap: 8px 20px; }
.footer-bottom a { text-decoration: underline; }
.social-share { margin-top: 24px; display: flex; flex-wrap: wrap; align-items: center; gap: 8px 14px; font-size: .66rem; text-transform: uppercase; letter-spacing: .06em; }
.social-share span { color: rgba(244, 238, 223, .45); }
.social-share a { color: var(--cream); text-decoration: underline; text-underline-offset: 3px; }
.social-profiles { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 8px 14px; }
.social-profiles a { color: var(--cream); font-size: .68rem; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.article-page .social-share { display: inline-flex; margin: 0 0 0 12px; vertical-align: middle; }
.flash-stack { position: fixed; z-index: 500; top: 88px; right: 16px; left: 16px; display: grid; gap: 8px; pointer-events: none; }
.flash { min-height: 52px; padding: 14px 48px 14px 16px; position: relative; color: white; background: var(--ink); border-left: 6px solid var(--blue); box-shadow: 0 12px 36px rgba(0,0,0,.24); font-size: .8rem; line-height: 1.45; pointer-events: auto; }
.flash.success { border-color: #2ccb71; }
.flash.error { border-color: var(--red); }
.flash button { position: absolute; top: 5px; right: 7px; width: 38px; height: 38px; color: white; background: transparent; border: 0; font-size: 1.5rem; cursor: pointer; }
.form-error-summary { margin-bottom: 22px; padding: 18px; color: #8b1810; background: #fff0ed; border: 1px solid var(--red); }
.form-error-summary ul { margin: 8px 0 0; padding-left: 20px; font-size: .8rem; line-height: 1.6; }

/* Interior page system */
.page-hero { padding: 62px 0 68px; color: var(--cream); background: var(--ink); border-bottom: 1px solid var(--ink); }
.page-hero .eyebrow { color: var(--red); }
.page-hero h1 { max-width: 1050px; margin: 0; font-family: var(--condensed); font-size: clamp(4.3rem, 19vw, 9rem); font-weight: 700; line-height: .8; letter-spacing: -.03em; }
.page-hero-lede { max-width: 750px; margin: 24px 0 0; color: rgba(244, 238, 223, .76); font-size: 1rem; line-height: 1.7; }
.page-hero-action { margin-top: 28px; }
.page-hero.tone-blue { background: var(--blue); }
.page-hero.tone-blue .eyebrow { color: var(--cream); }
.page-hero.tone-red { color: var(--ink); background: var(--red); }
.page-hero.tone-red .eyebrow { color: var(--ink); }
.page-hero.tone-red .page-hero-lede { color: rgba(11, 13, 16, .72); }
.page-hero.tone-cream { color: var(--ink); background: var(--cream); }
.page-hero.tone-cream .page-hero-lede { color: #5c5954; }
.page-section { padding-block: 62px 80px; }
.paper-section { background: var(--paper); }
.breadcrumbs { margin-bottom: 44px; }
.breadcrumbs ol { margin: 0; padding: 0; display: flex; flex-wrap: wrap; align-items: center; gap: 7px; list-style: none; color: #6b6861; font-size: .7rem; }
.breadcrumbs li { display: flex; align-items: center; gap: 7px; }
.breadcrumbs svg { width: 13px; height: 13px; }
.breadcrumbs a { text-decoration: underline; text-underline-offset: 3px; }
.listing-intro { margin-bottom: 34px; display: grid; gap: 16px; }
.listing-intro h2 { margin: 0; font-family: var(--condensed); font-size: clamp(3rem, 13vw, 5.6rem); line-height: .86; }
.listing-intro p { max-width: 620px; margin: 0; color: #5c5954; line-height: 1.7; }

/* Discover */
.explorer { border-top: 1px solid var(--ink); }
.explorer-controls { padding-block: 20px; display: grid; gap: 10px; }
.explorer-controls label { min-height: 66px; padding: 9px 13px; display: grid; grid-template-columns: 24px 1fr; grid-template-rows: auto auto; column-gap: 11px; align-items: center; background: var(--paper); border: 1px solid var(--ink); }
.explorer-controls label > svg { grid-row: 1 / 3; width: 20px; }
.explorer-controls label > span { align-self: end; color: var(--red); font-size: .59rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.explorer-controls input, .explorer-controls select { align-self: start; min-width: 0; width: 100%; padding: 0; color: var(--ink); background: transparent; border: 0; outline: 0; font-size: .81rem; }
.explorer-controls label:focus-within { box-shadow: inset 0 0 0 2px var(--blue); }
.clear-filters { min-height: 48px; display: flex; align-items: center; justify-content: center; gap: 7px; color: var(--ink); background: transparent; border: 1px solid var(--ink); font-size: .72rem; font-weight: 700; cursor: pointer; }
.clear-filters svg { width: 15px; }
.explorer-summary { padding: 19px 0; display: flex; flex-direction: column; gap: 6px; border-block: 1px solid var(--ink); }
.explorer-summary p { margin: 0; font-family: var(--condensed); font-size: 1.5rem; }
.explorer-summary p strong { color: var(--blue); }
.explorer-summary > span { color: #67645e; font-size: .72rem; }
.explorer-results { padding-top: 42px; display: grid; gap: 54px; }
.result-list { border-top: 1px solid var(--ink); }
.result-list > a { min-height: 106px; padding: 18px 0; display: flex; align-items: center; justify-content: space-between; gap: 18px; border-bottom: 1px solid var(--ink); transition: padding .2s, background .2s; }
.result-list > a:hover { padding-inline: 13px; background: var(--paper); }
.result-list span { display: grid; gap: 4px; }
.result-list small { color: var(--red); font-size: .59rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.result-list strong { font-family: var(--condensed); font-size: 1.75rem; line-height: 1; }
.result-list em { color: #66635d; font-size: .7rem; font-style: normal; }
.result-list svg { width: 20px; }
.empty-result { padding: 30px; background: var(--paper); border: 1px solid var(--ink); }
.empty-result h2 { margin: 0; font-family: var(--condensed); font-size: 2rem; }
.empty-result p { color: #5f5c56; line-height: 1.6; }

/* City and category indexes */
.all-city-grid { display: grid; gap: 12px; }
.all-city-card { min-height: 320px; padding: 22px; display: flex; flex-direction: column; color: var(--cream); background: var(--ink); border: 1px solid var(--ink); transition: transform .25s; }
.all-city-card:hover { transform: translateY(-4px); }
.all-city-card.blue { background: var(--blue); }
.all-city-card.red { color: var(--ink); background: var(--red); }
.all-city-card.cream { color: var(--ink); background: var(--paper); }
.all-city-card > span { font-family: var(--condensed); font-weight: 700; }
.all-city-card > small { margin: 40px 0 8px; font-size: .59rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.all-city-card h2 { margin: 0; font-family: var(--condensed); font-size: 3.4rem; line-height: .85; }
.all-city-card h2 em { margin-left: 8px; font-family: var(--sans); font-size: .7rem; font-style: normal; }
.all-city-card p { margin: 16px 0 25px; font-size: .78rem; line-height: 1.6; opacity: .78; }
.all-city-card strong { margin-top: auto; display: flex; align-items: center; justify-content: space-between; font-size: .67rem; text-transform: uppercase; letter-spacing: .06em; }
.all-city-card strong svg { width: 18px; }
.all-category-list { border-top: 1px solid var(--ink); }
.all-category-list > a { padding: 25px 0; display: grid; grid-template-columns: 38px 1fr 25px; gap: 12px; align-items: center; border-bottom: 1px solid var(--ink); }
.all-category-list > a > span { align-self: start; color: var(--red); font-family: var(--condensed); font-weight: 700; }
.all-category-list small { font-size: .59rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.all-category-list h2 { margin: 6px 0 8px; font-family: var(--condensed); font-size: 2.4rem; line-height: .9; }
.all-category-list p { margin: 0; color: #66635d; font-size: .78rem; line-height: 1.6; }
.all-category-list > a > svg { width: 21px; transition: transform .2s; }
.all-category-list > a:hover > svg { transform: translateX(5px); }

/* City detail */
.city-detail-hero { padding: 36px 0 64px; color: var(--cream); background: var(--ink); }
.city-detail-hero.blue { background: var(--blue); }
.city-detail-hero.red { color: var(--ink); background: var(--red); }
.city-detail-hero.cream { color: var(--ink); background: var(--cream); }
.city-detail-hero .breadcrumbs { color: currentColor; opacity: .7; }
.city-detail-hero .eyebrow { display: flex; align-items: center; gap: 8px; }
.city-detail-hero .eyebrow svg { width: 16px; }
.city-detail-hero h1 { margin: 0; font-family: var(--condensed); font-size: clamp(6rem, 28vw, 13rem); line-height: .75; }
.city-detail-hero h1 small { margin-left: 10px; font-family: var(--sans); font-size: .9rem; }
.city-detail-hero > .shell > p:not(.eyebrow) { max-width: 680px; margin: 28px 0; line-height: 1.7; opacity: .78; }
.city-detail-hero > .shell > div:last-child { display: flex; flex-wrap: wrap; align-items: center; gap: 15px; }
.share-button { min-height: 46px; padding: 0 15px; display: inline-flex; align-items: center; gap: 8px; color: currentColor; background: transparent; border: 1px solid currentColor; font-size: .7rem; font-weight: 700; cursor: pointer; }
.share-button svg { width: 16px; }
.city-guide-layout { display: grid; gap: 32px; }
.city-guide-layout h2 { margin: 0; font-family: var(--condensed); font-size: clamp(3.1rem, 13vw, 5.8rem); line-height: .86; }
.big-copy { color: #56534e; font-size: 1rem; line-height: 1.75; }
.guide-status { padding: 28px; color: var(--cream); background: var(--ink); }
.guide-status span { display: block; color: var(--red); font-size: .61rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.guide-status strong { display: block; margin: 14px 0; font-family: var(--condensed); font-size: 2.4rem; }
.guide-status p { margin: 0; color: rgba(244, 238, 223, .68); font-size: .78rem; line-height: 1.65; }
.city-category-list { margin-top: 50px; border-top: 1px solid var(--ink); }
.city-category-list > a { padding: 20px 0; display: grid; grid-template-columns: 40px 1fr 22px; gap: 10px; align-items: center; border-bottom: 1px solid var(--ink); }
.city-category-list > a > span { color: var(--red); font-family: var(--condensed); font-weight: 700; }
.city-category-list h3 { margin: 0 0 4px; font-family: var(--condensed); font-size: 1.8rem; line-height: 1; }
.city-category-list p { margin: 0; color: #66635d; font-size: .7rem; }
.city-category-list svg { width: 18px; }
.guide-cta { padding-block: 68px; color: white; background: var(--blue); }
.guide-cta h2 { max-width: 900px; margin: 0 0 22px; font-family: var(--condensed); font-size: clamp(3.3rem, 14vw, 6.6rem); line-height: .84; }
.guide-cta p:not(.eyebrow) { max-width: 680px; margin: 0 0 28px; color: rgba(255, 255, 255, .76); line-height: 1.7; }

/* Category detail */
.category-detail-hero { padding: 35px 0 68px; color: var(--cream); background: var(--ink); }
.category-detail-hero .breadcrumbs { color: rgba(244, 238, 223, .6); }
.category-detail-grid { display: grid; gap: 38px; }
.category-detail-grid h1 { margin: 0; font-family: var(--condensed); font-size: clamp(5rem, 23vw, 11rem); line-height: .76; }
.category-detail-grid > div:first-child > p:not(.eyebrow) { max-width: 700px; margin: 24px 0; color: rgba(244, 238, 223, .72); line-height: 1.7; }
.category-detail-grid > div:first-child > div { display: flex; flex-wrap: wrap; gap: 12px; }
.category-question-card { padding: 28px; color: var(--ink); background: var(--cream); border: 8px solid var(--blue); }
.category-question-card > svg { width: 38px; height: 38px; color: var(--blue); }
.category-question-card p { margin: 30px 0 14px; color: var(--red); font-size: .62rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.category-question-card strong { padding: 12px 0; display: block; font-family: var(--condensed); font-size: 1.8rem; border-top: 1px solid var(--ink); }
.category-city-grid { display: grid; border: 1px solid var(--ink); }
.category-city-grid > a { position: relative; min-height: 195px; padding: 22px; display: flex; flex-direction: column; border-bottom: 1px solid var(--ink); }
.category-city-grid > a:last-child { border-bottom: 0; }
.category-city-grid small { color: var(--red); font-size: .58rem; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.category-city-grid h3 { margin: 20px 0 10px; font-family: var(--condensed); font-size: 2.1rem; }
.category-city-grid span { margin-top: auto; font-size: .66rem; color: #68655f; }
.category-city-grid svg { position: absolute; top: 20px; right: 20px; width: 18px; }
.transparent-band { padding-block: 58px; color: var(--cream); background: var(--ink); }
.transparent-band > div { display: grid; gap: 25px; }
.transparent-band h2 { margin: 0; font-family: var(--condensed); font-size: 3.4rem; line-height: .86; }
.transparent-band > div > p { margin: 0; color: rgba(244, 238, 223, .68); line-height: 1.7; }
.transparent-band a { color: white; text-decoration: underline; }

/* Submission and partner pages */
.form-layout, .partner-layout { display: grid; gap: 48px; }
.form-layout h2, .partner-layout h2 { margin: 0; font-family: var(--condensed); font-size: clamp(3rem, 13vw, 5.4rem); line-height: .86; }
.form-layout > div:first-child > p:not(.eyebrow), .partner-layout > div:first-child > p:not(.eyebrow) { color: #5d5a54; line-height: 1.7; }
.mini-points { margin-top: 30px; display: grid; gap: 1px; background: var(--ink); border: 1px solid var(--ink); }
.mini-points span { padding: 16px; display: grid; gap: 5px; background: var(--paper); font-size: .72rem; }
.mini-points strong { color: var(--blue); font-family: var(--condensed); font-size: 1.35rem; }
.small-print-band { padding-block: 36px; color: var(--cream); background: var(--ink); }
.small-print-band > div { display: grid; gap: 10px; }
.small-print-band strong { font-family: var(--condensed); font-size: 1.6rem; }
.small-print-band p { margin: 0; color: rgba(244, 238, 223, .65); font-size: .75rem; line-height: 1.65; }
.pricing-grid { display: grid; gap: 14px; }
.pricing-grid article { padding: 28px; display: flex; flex-direction: column; background: var(--paper); border: 1px solid var(--ink); }
.pricing-grid article.featured { color: var(--cream); background: var(--blue); }
.plan-top { display: flex; align-items: center; justify-content: space-between; }
.plan-top svg { width: 28px; height: 28px; }
.plan-top span { font-size: .59rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.pricing-grid h3 { margin: 42px 0 12px; font-family: var(--condensed); font-size: 2.7rem; line-height: .9; }
.pricing-grid article > p { min-height: 62px; margin: 0 0 22px; color: #64615b; font-size: .8rem; line-height: 1.55; }
.pricing-grid article.featured > p { color: rgba(255, 255, 255, .72); }
.price { padding: 17px 0; display: flex; align-items: baseline; gap: 8px; border-block: 1px solid currentColor; }
.price strong { font-family: var(--condensed); font-size: 3.2rem; line-height: 1; }
.price span { font-size: .68rem; }
.pricing-grid ul { margin: 22px 0 26px; padding: 0; display: grid; gap: 12px; list-style: none; }
.pricing-grid li { display: flex; gap: 9px; align-items: flex-start; font-size: .75rem; }
.pricing-grid li svg { flex: 0 0 auto; width: 15px; height: 15px; color: var(--red); }
.pricing-grid article.featured li svg { color: var(--cream); }
.pricing-grid .button { margin-top: auto; }
.pricing-note { color: #77736c; font-size: .66rem; text-align: center; }
.trust-note { margin-top: 32px; padding: 22px; color: var(--cream); background: var(--ink); }
.trust-note strong { color: var(--red); font-family: var(--condensed); font-size: 1.5rem; }
.trust-note p { margin: 10px 0; color: rgba(244, 238, 223, .66) !important; font-size: .75rem; line-height: 1.6 !important; }
.trust-note a { font-size: .7rem; font-weight: 700; text-decoration: underline; }
.faq-section { padding-block: 72px; color: var(--cream); background: var(--ink); }
.faq-section h2 { margin: 0 0 30px; font-family: var(--condensed); font-size: 3.8rem; line-height: .86; }
.faq-list { border-top: 1px solid rgba(244, 238, 223, .35); }
.faq-list details { border-bottom: 1px solid rgba(244, 238, 223, .35); }
.faq-list summary { padding: 22px 0; display: flex; justify-content: space-between; gap: 20px; font-family: var(--condensed); font-size: 1.6rem; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--red); }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 780px; margin: 0 0 24px; color: rgba(244, 238, 223, .68); font-size: .82rem; line-height: 1.7; }

/* Methodology, about, advertising */
.method-grid { display: grid; gap: 1px; background: var(--ink); border: 1px solid var(--ink); }
.method-grid article { padding: 26px; background: var(--paper); }
.method-grid article > svg { width: 34px; height: 34px; color: var(--blue); stroke-width: 1.5; }
.method-grid article > span { display: block; margin: 38px 0 8px; color: var(--red); font-family: var(--condensed); font-weight: 700; }
.method-grid h2 { margin: 0 0 12px; font-family: var(--condensed); font-size: 2.25rem; }
.method-grid p { margin: 0; color: #625f59; font-size: .8rem; line-height: 1.65; }
.criteria-section { padding-block: 70px; color: var(--cream); background: var(--blue); }
.criteria-grid { display: grid; gap: 35px; }
.criteria-grid h2 { margin: 0; font-family: var(--condensed); font-size: 4rem; line-height: .86; }
.criteria-grid ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid white; }
.criteria-grid li { padding: 18px 0; display: grid; gap: 5px; border-bottom: 1px solid white; }
.criteria-grid li strong { font-family: var(--condensed); font-size: 1.5rem; }
.criteria-grid li span { color: rgba(255, 255, 255, .72); font-size: .75rem; line-height: 1.5; }
.editorial-policy { display: grid; gap: 44px; }
.editorial-policy h2 { margin: 0; font-family: var(--condensed); font-size: 3rem; line-height: .9; }
.editorial-policy p:not(.eyebrow) { color: #5d5a54; line-height: 1.75; }
.manifesto { display: grid; gap: 35px; }
.manifesto-lead { margin: 0; font-family: var(--condensed); font-size: clamp(2.9rem, 12vw, 5.2rem); font-weight: 600; line-height: .95; }
.manifesto-lead em { color: var(--blue); font-style: normal; }
.manifesto > div p { color: #54514c; line-height: 1.8; }
.values-band { color: var(--cream); background: var(--ink); }
.values-band > div { display: grid; }
.values-band article { padding: 42px 0; border-bottom: 1px solid rgba(244, 238, 223, .3); }
.values-band article:last-child { border-bottom: 0; }
.values-band span { color: var(--red); font-family: var(--condensed); font-weight: 700; }
.values-band h2 { margin: 22px 0 10px; font-family: var(--condensed); font-size: 2.7rem; }
.values-band p { margin: 0; color: rgba(244, 238, 223, .62); font-size: .8rem; line-height: 1.6; }
.join-grid { display: grid; gap: 24px; }
.join-grid h2 { margin: 0; font-family: var(--condensed); font-size: 4rem; line-height: .86; }
.join-grid > div:last-child p { color: #5b5852; line-height: 1.7; }
.ad-layout { display: grid; gap: 42px; }
.ad-layout h2 { margin: 0; font-family: var(--condensed); font-size: 3.5rem; line-height: .86; }
.ad-layout h3 { margin: 0 0 9px; font-family: var(--condensed); font-size: 2rem; }
.ad-layout > div:last-child > p { color: #5b5852; line-height: 1.7; }
.check-list { margin: 28px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); }
.check-list li { padding: 16px 0; display: flex; gap: 12px; align-items: center; border-bottom: 1px solid var(--ink); font-size: .8rem; }
.check-list svg { width: 17px; color: var(--blue); }

/* Newsletter and contact */
.newsletter-page-grid { display: grid; gap: 42px; }
.newsletter-page-grid h2, .newsletter-signup-card h2 { margin: 0; font-family: var(--condensed); font-size: 3.5rem; line-height: .86; }
.newsletter-page-grid ol { margin: 28px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); }
.newsletter-page-grid li { padding: 16px 0; display: grid; gap: 5px; border-bottom: 1px solid var(--ink); }
.newsletter-page-grid li strong { font-family: var(--condensed); font-size: 1.5rem; }
.newsletter-page-grid li span { color: #64615b; font-size: .75rem; }
.newsletter-signup-card { padding: 30px; color: var(--cream); background: var(--ink); }
.newsletter-signup-card .inline-form { margin-top: 28px; grid-template-columns: 1fr; }
.newsletter-signup-card small { display: block; margin-top: 14px; color: rgba(244, 238, 223, .52); font-size: .65rem; line-height: 1.5; }
.contact-grid { display: grid; gap: 12px; }
.contact-grid > a { min-height: 245px; padding: 24px; display: flex; flex-direction: column; background: var(--paper); border: 1px solid var(--ink); transition: color .2s, background .2s; }
.contact-grid > a:hover { color: white; background: var(--blue); }
.contact-grid > a > svg { width: 27px; }
.contact-grid small { margin: 32px 0 8px; color: var(--red); font-size: .58rem; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.contact-grid h2 { margin: 0; font-family: var(--condensed); font-size: clamp(1.8rem, 8vw, 2.5rem); overflow-wrap: anywhere; }
.contact-grid p { margin: 12px 0 25px; color: #64615b; font-size: .75rem; line-height: 1.55; }
.contact-grid > a:hover p, .contact-grid > a:hover small { color: white; }
.contact-grid strong { margin-top: auto; display: flex; align-items: center; gap: 7px; font-size: .67rem; text-transform: uppercase; }
.contact-grid strong svg { width: 15px; }
.contact-note { margin-top: 40px; padding: 30px; color: var(--cream); background: var(--ink); }
.contact-note h2 { margin: 0; font-family: var(--condensed); font-size: 2.7rem; }
.contact-note p { color: rgba(244, 238, 223, .65); line-height: 1.6; }
.contact-note > div { display: flex; flex-wrap: wrap; gap: 10px; }
.contact-note .stack-form { margin-top: 24px; }
.contact-note .stack-form label > span { color: var(--cream); }
.contact-note .stack-form .check-label span { color: rgba(244,238,223,.72); }
.contact-note .form-error-summary { color: var(--cream); background: rgba(255,77,61,.18); }

/* Articles and legal */
.article-page > header { padding: 42px 0 60px; color: var(--cream); background: var(--ink); }
.article-page > header .breadcrumbs { color: rgba(244, 238, 223, .6); }
.article-page > header .eyebrow { color: var(--red); }
.article-page h1 { max-width: 1020px; margin: 0; font-family: var(--condensed); font-size: clamp(4.5rem, 19vw, 9rem); line-height: .8; }
.article-dek { max-width: 740px; margin: 24px 0; color: rgba(244, 238, 223, .7); font-size: 1.05rem; line-height: 1.7; }
.article-layout { padding-block: 60px 80px; display: grid; gap: 48px; }
.article-body section { margin-bottom: 44px; }
.article-body h2 { margin: 0 0 18px; font-family: var(--condensed); font-size: 2.7rem; line-height: .95; }
.article-body p, .article-body li { color: #504d48; line-height: 1.85; }
.article-body ul { padding-left: 22px; }
.article-layout > aside { height: fit-content; padding: 28px; color: var(--cream); background: var(--blue); }
.article-layout > aside strong { display: block; font-family: var(--condensed); font-size: 2rem; }
.article-layout > aside p:not(.eyebrow) { color: rgba(255,255,255,.72); font-size: .78rem; line-height: 1.6; }
.legal-hero { padding: 35px 0 58px; color: var(--cream); background: var(--ink); }
.legal-hero .breadcrumbs { color: rgba(244, 238, 223, .6); }
.legal-hero .eyebrow { color: var(--red); }
.legal-hero h1 { margin: 0; font-family: var(--condensed); font-size: clamp(4.2rem, 18vw, 8rem); line-height: .8; }
.legal-hero > div > p:last-child { color: rgba(244, 238, 223, .55); font-size: .72rem; }
.legal-body { padding-block: 55px 80px; background: var(--paper); }
.legal-shell { max-width: 860px; }
.legal-body section { padding-bottom: 29px; margin-bottom: 29px; border-bottom: 1px solid var(--line); }
.legal-body section:last-child { border-bottom: 0; }
.legal-body h2 { margin: 0 0 15px; font-family: var(--condensed); font-size: 2.2rem; }
.legal-body h3 { margin: 23px 0 9px; font-size: .9rem; }
.legal-body p, .legal-body li { color: #504d48; font-size: .82rem; line-height: 1.8; }
.legal-body a { color: var(--blue); text-decoration: underline; }
.not-found { min-height: calc(100svh - 72px); padding-block: 80px; display: grid; align-items: center; color: var(--cream); background: var(--ink); }
.not-found > div > span { color: var(--red); font-family: var(--condensed); font-size: 1.5rem; }
.not-found h1 { max-width: 800px; margin: 18px 0; font-family: var(--condensed); font-size: clamp(4.5rem, 19vw, 9rem); line-height: .78; }
.not-found > div > p:not(.eyebrow) { max-width: 580px; color: rgba(244, 238, 223, .68); line-height: 1.7; }
.not-found > div > div { margin-top: 28px; display: flex; flex-wrap: wrap; align-items: center; gap: 22px; }

@media (min-width: 650px) {
  :root { --shell: min(100% - 48px, 1440px); }
  .hero-grid { padding-top: 62px; }
  .search-bar { grid-template-columns: 1.15fr .85fr auto; gap: 0; }
  .search-bar label { min-height: 68px; }
  .search-bar label + label { border-top: 0; border-left: 1px solid rgba(11, 13, 16, .18); }
  .search-bar button { min-height: 68px; padding-inline: 24px; }
  .hero-collage { min-height: 680px; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .category-card:nth-child(odd) { border-right: 1px solid var(--ink); }
  .category-card:nth-last-child(-n+2) { border-bottom: 0; }
  .city-grid { grid-template-columns: repeat(2, 1fr); }
  .editorial-grid { grid-template-columns: repeat(3, 1fr); gap: 18px; }
  .story-art { min-height: 220px; }
  .inline-form { grid-template-columns: 1fr 1.35fr auto; align-items: end; }
  .form-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-links { grid-template-columns: repeat(3, 1fr); }
  .footer-bottom { flex-direction: row; justify-content: space-between; }
  .all-city-grid { grid-template-columns: repeat(2, 1fr); }
  .category-city-grid { grid-template-columns: repeat(2, 1fr); }
  .category-city-grid > a:nth-child(odd) { border-right: 1px solid var(--ink); }
  .category-city-grid > a:nth-last-child(-n+2) { border-bottom: 0; }
  .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid article:last-child { grid-column: 1 / -1; }
  .method-grid { grid-template-columns: repeat(2, 1fr); }
  .values-band > div { grid-template-columns: repeat(3, 1fr); }
  .values-band article { padding: 48px 25px; border-right: 1px solid rgba(244, 238, 223, .3); border-bottom: 0; }
  .values-band article:first-child { padding-left: 0; }
  .values-band article:last-child { padding-right: 0; border-right: 0; }
  .contact-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 960px) {
  .site-header { height: 86px; }
  .brand > span { font-size: 1.5rem; }
  .brand > small { font-size: .83rem; }
  .menu-toggle, .nav-mobile-cta { display: none; }
  .primary-nav { position: static; min-height: auto; padding: 0; flex-direction: row; align-items: center; gap: clamp(18px, 2.4vw, 42px); background: transparent; transform: none; visibility: visible; }
  .primary-nav > a:not(.button) { position: relative; padding: 10px 0; font-family: var(--sans); font-size: .78rem; font-weight: 600; border: 0; }
  .primary-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 0; bottom: 2px; height: 2px; background: var(--red); transform: scaleX(0); transform-origin: left; transition: transform .2s; }
  .primary-nav > a:not(.button):hover::after { transform: scaleX(1); }
  .primary-nav .nav-business { color: var(--cream); }
  .primary-nav .nav-business svg { display: none; }
  .nav-cta { display: inline-flex; min-height: 44px; }
  .hero { min-height: calc(100vh - 86px); }
  .hero-grid { min-height: 765px; padding-block: 58px 48px; grid-template-columns: minmax(0, 1.05fr) minmax(450px, .95fr); align-items: center; gap: clamp(30px, 4vw, 70px); }
  .hero h1 { font-size: clamp(6.6rem, 8.7vw, 9.4rem); }
  .hero-lede { font-size: 1.04rem; }
  .hero-collage { min-height: 620px; }
  .section { padding-block: 112px; }
  .split-heading { display: grid; grid-template-columns: 1.05fr .75fr; align-items: end; gap: 60px; }
  .split-heading > p, .split-heading > div > p:not(.eyebrow) { margin: 0 0 8px; }
  .category-grid { grid-template-columns: repeat(4, 1fr); }
  .category-card { min-height: 330px; border-right: 1px solid var(--ink); }
  .category-card:nth-child(4n) { border-right: 0; }
  .category-card:nth-child(-n+4) { border-bottom: 1px solid var(--ink); }
  .category-card:nth-child(n+5) { border-bottom: 0; }
  .category-card p { font-size: .8rem; }
  .city-grid { grid-template-columns: repeat(3, 1fr); }
  .city-card { min-height: 310px; }
  .process-grid { grid-template-columns: .82fr 1.18fr; gap: 110px; align-items: start; }
  .process-intro { position: sticky; top: 120px; }
  .process-steps article { padding: 34px 0; grid-template-columns: 70px 1fr; }
  .process-steps h3 { font-size: 2.6rem; }
  .nominate-grid { min-height: 410px; grid-template-columns: .35fr 1fr .72fr; gap: 60px; align-items: center; }
  .giant-mark { font-size: 5.8rem; transform: rotate(-90deg); transform-origin: center; }
  .row-heading { flex-direction: row; align-items: end; justify-content: space-between; }
  .story-art { min-height: 330px; }
  .business-panel { padding-block: 90px; }
  .business-grid, .newsletter-grid { grid-template-columns: 1.1fr .9fr; align-items: end; gap: 90px; }
  .newsletter-section { padding-block: 100px; }
  .footer-top { padding-block: 76px; grid-template-columns: .8fr 1.2fr; gap: 100px; }
  .page-hero { padding: 88px 0 96px; }
  .page-section { padding-block: 90px 112px; }
  .listing-intro { margin-bottom: 52px; grid-template-columns: 1fr .8fr; align-items: end; gap: 80px; }
  .explorer-controls { grid-template-columns: 1fr 1fr .9fr auto; }
  .explorer-summary { flex-direction: row; align-items: center; justify-content: space-between; }
  .explorer-results { grid-template-columns: repeat(2, 1fr); gap: 55px; }
  .all-city-grid { grid-template-columns: repeat(3, 1fr); }
  .all-category-list > a { min-height: 160px; grid-template-columns: 70px 1fr 40px; }
  .all-category-list > a > div { display: grid; grid-template-columns: 150px minmax(240px, .6fr) 1fr; gap: 35px; align-items: center; }
  .all-category-list h2, .all-category-list p { margin: 0; }
  .city-detail-hero { padding: 52px 0 94px; }
  .city-guide-layout { grid-template-columns: 1fr 360px; gap: 90px; align-items: start; }
  .guide-status { position: sticky; top: 120px; }
  .city-category-list > a { padding: 26px 0; grid-template-columns: 70px 1fr 30px; }
  .city-category-list h3 { font-size: 2.4rem; }
  .category-detail-hero { padding: 50px 0 95px; }
  .category-detail-grid { grid-template-columns: 1fr 360px; gap: 80px; align-items: end; }
  .category-city-grid { grid-template-columns: repeat(3, 1fr); }
  .category-city-grid > a { border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink) !important; }
  .category-city-grid > a:nth-child(3n) { border-right: 0; }
  .category-city-grid > a:nth-last-child(-n+3) { border-bottom: 0 !important; }
  .transparent-band > div { grid-template-columns: 1fr .8fr; gap: 80px; align-items: center; }
  .form-layout, .partner-layout { grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: start; }
  .form-layout > div:first-child, .partner-layout > div:first-child { position: sticky; top: 120px; }
  .small-print-band > div { grid-template-columns: 200px 1fr; align-items: start; }
  .pricing-grid { grid-template-columns: repeat(3, 1fr); }
  .pricing-grid article:last-child { grid-column: auto; }
  .faq-section { padding-block: 100px; }
  .method-grid { grid-template-columns: repeat(4, 1fr); }
  .criteria-grid { grid-template-columns: .65fr 1.35fr; gap: 100px; }
  .criteria-grid li { grid-template-columns: 220px 1fr; align-items: center; }
  .editorial-policy, .manifesto, .join-grid, .ad-layout { grid-template-columns: repeat(2, 1fr); gap: 90px; }
  .newsletter-page-grid { grid-template-columns: 1fr .85fr; gap: 90px; align-items: start; }
  .newsletter-signup-card { position: sticky; top: 120px; padding: 42px; }
  .contact-grid { grid-template-columns: repeat(4, 1fr); }
  .article-layout { grid-template-columns: minmax(0, 1fr) 320px; gap: 90px; }
  .article-layout > aside { position: sticky; top: 120px; }
  .article-body { max-width: 760px; }
}

@media (min-width: 1280px) {
  .hero-grid { grid-template-columns: 1.05fr 1fr; }
  .hero-collage { min-height: 680px; }
  .photo-city { width: 61%; }
  .photo-food { width: 37%; }
  .photo-adventure { width: 48%; }
  .photo-maker { width: 45%; }
  .city-card h3 { font-size: 3.6rem; }
}

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

/* Admin command center */
.admin-body { background: #ece7dc; }
.admin-body .skip-link { z-index: 1000; }
.admin-app { min-height: 100svh; }
.admin-sidebar { position: fixed; z-index: 300; inset: 0 auto 0 0; width: min(84vw, 290px); padding: 24px; display: flex; flex-direction: column; color: var(--cream); background: var(--ink); transform: translateX(-102%); transition: transform .25s ease; }
.admin-nav-open .admin-sidebar { transform: translateX(0); }
.admin-brand { padding-bottom: 28px; border-bottom: 1px solid rgba(244,238,223,.2); }
.admin-brand > small { display: block; margin-top: 15px; color: rgba(244,238,223,.48); font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; }
.admin-sidebar nav { margin-top: 26px; display: grid; gap: 6px; }
.admin-sidebar nav a { min-height: 50px; padding: 0 13px; display: flex; align-items: center; gap: 12px; color: rgba(244,238,223,.68); font-size: .78rem; font-weight: 700; }
.admin-sidebar nav a svg { width: 19px; }
.admin-sidebar nav a:hover, .admin-sidebar nav a.active { color: white; background: var(--blue); }
.admin-user { margin-top: auto; padding-top: 22px; display: grid; gap: 4px; border-top: 1px solid rgba(244,238,223,.2); }
.admin-user strong { font-size: .8rem; }
.admin-user span { color: rgba(244,238,223,.5); font-size: .65rem; overflow-wrap: anywhere; }
.admin-user form { margin-top: 8px; }
.admin-user button { padding: 0; color: var(--red); background: none; border: 0; font-size: .7rem; font-weight: 800; cursor: pointer; }
.admin-main { min-width: 0; }
.admin-topbar { min-height: 96px; padding: 18px 16px; display: flex; align-items: center; gap: 14px; background: var(--paper); border-bottom: 1px solid var(--ink); }
.admin-topbar > div { min-width: 0; margin-right: auto; }
.admin-topbar p { margin: 0 0 4px; color: var(--red); font-size: .58rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.admin-topbar h1 { margin: 0; font-family: var(--condensed); font-size: clamp(2rem, 10vw, 3rem); line-height: .85; }
.admin-topbar > .button { display: none; }
.admin-menu { flex: 0 0 auto; width: 44px; height: 44px; display: grid; place-items: center; color: var(--ink); background: transparent; border: 1px solid var(--ink); }
.admin-menu svg { width: 21px; }
.admin-content { width: min(100% - 32px, 1320px); margin: 0 auto; padding-block: 26px 70px; }
.admin-stat-grid { display: grid; gap: 10px; }
.admin-stat-grid article { min-height: 170px; padding: 22px; display: flex; flex-direction: column; border: 1px solid var(--ink); background: var(--paper); }
.admin-stat-grid article.red { color: white; background: var(--red); }
.admin-stat-grid article.blue { color: white; background: var(--blue); }
.admin-stat-grid article.ink { color: var(--cream); background: var(--ink); }
.admin-stat-grid article > span { font-size: .64rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.admin-stat-grid article > strong { margin-top: 25px; font-family: var(--condensed); font-size: 4.2rem; line-height: .8; }
.admin-stat-grid article > small { margin-top: auto; opacity: .68; font-size: .68rem; }
.admin-panel { margin-top: 16px; padding: 20px; background: var(--paper); border: 1px solid var(--ink); }
.admin-panel-head { margin-bottom: 20px; display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: 16px; }
.admin-panel-head h2, .admin-panel > h2, .admin-update h2 { margin: 0; font-family: var(--condensed); font-size: 2.6rem; line-height: .88; }
.admin-table-wrap { width: 100%; overflow-x: auto; }
.admin-table { width: 100%; min-width: 780px; border-collapse: collapse; font-size: .72rem; }
.admin-table th { padding: 12px; text-align: left; color: #6a665f; font-size: .58rem; letter-spacing: .09em; text-transform: uppercase; border-bottom: 1px solid var(--ink); }
.admin-table td { padding: 14px 12px; border-bottom: 1px solid rgba(11,13,16,.15); vertical-align: middle; }
.admin-table td strong, .admin-table td small { display: block; }
.admin-table td small { margin-top: 3px; color: #6b6760; }
.type-pill, .status-pill { display: inline-flex; padding: 6px 9px; border: 1px solid var(--ink); font-size: .56rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; white-space: nowrap; }
.type-business { color: white; background: var(--blue); }
.type-nomination { background: var(--red); }
.type-newsletter { background: var(--cream); }
.type-contact { color: var(--cream); background: var(--ink); }
.status-new { color: white; background: var(--red); }
.status-qualified { color: white; background: #087f3b; }
.status-archived { opacity: .55; }
.table-action { width: 35px; height: 35px; display: grid; place-items: center; border: 1px solid var(--ink); }
.table-action svg { width: 16px; }
.admin-empty { padding: 40px 20px; text-align: center; border: 1px dashed #8b877e; }
.admin-empty h3 { font-family: var(--condensed); font-size: 2rem; }
.admin-quick-grid { margin-top: 16px; display: grid; gap: 10px; }
.admin-quick-grid > a { min-height: 190px; padding: 22px; position: relative; display: flex; flex-direction: column; background: var(--paper); border: 1px solid var(--ink); }
.admin-quick-grid span { color: var(--red); font-size: .6rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.admin-quick-grid h2 { max-width: 280px; margin: auto 0 0; font-family: var(--condensed); font-size: 2.3rem; line-height: .9; }
.admin-quick-grid > a > svg { position: absolute; top: 20px; right: 20px; width: 20px; }
.admin-filters { margin-bottom: 26px; display: grid; gap: 10px; }
.admin-filters label > span { display: block; margin-bottom: 5px; font-size: .58rem; font-weight: 800; text-transform: uppercase; }
.admin-filters input, .admin-filters select { width: 100%; min-height: 48px; padding: 9px 12px; color: var(--ink); background: white; border: 1px solid var(--ink); }
.clear-filter-link { min-height: 44px; display: grid; place-items: center; font-size: .7rem; text-decoration: underline; }
.pagination { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 5px; }
.pagination a { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--ink); font-size: .7rem; }
.pagination a.active { color: white; background: var(--blue); }
.admin-detail-head { margin-bottom: 16px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; }
.admin-detail-grid, .admin-settings-grid { display: grid; gap: 16px; }
.admin-detail-grid .admin-panel, .admin-settings-grid .admin-panel { margin: 0; }
.submission-message { margin: 24px 0; padding: 20px; background: var(--cream); border-left: 6px solid var(--blue); }
.submission-message span { color: var(--red); font-size: .6rem; font-weight: 800; text-transform: uppercase; }
.submission-message p { margin-bottom: 0; line-height: 1.7; }
.submission-fields { margin: 0; display: grid; }
.submission-fields > div { padding: 13px 0; display: grid; gap: 5px; border-bottom: 1px solid rgba(11,13,16,.15); }
.submission-fields dt { color: #6a665f; font-size: .58rem; font-weight: 800; text-transform: uppercase; }
.submission-fields dd { margin: 0; font-size: .78rem; overflow-wrap: anywhere; }
.submission-fields a { color: var(--blue); text-decoration: underline; }
.admin-update { height: fit-content; }
.admin-update .stack-form { margin-top: 24px; }
.admin-system dl { margin: 20px 0 0; }
.admin-system dl > div { padding: 12px 0; display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid rgba(11,13,16,.15); font-size: .72rem; }
.admin-system dt { font-weight: 800; }
.admin-system dd { margin: 0; text-align: right; }
.admin-login { min-height: 100svh; color: var(--cream); background: var(--ink); }
.admin-login-panel { width: min(100% - 32px, 1100px); min-height: 100svh; margin: auto; padding: 34px 0; display: grid; align-items: center; gap: 46px; }
.admin-login-panel > div > .eyebrow { margin-top: 60px; color: var(--red); }
.admin-login-panel h1 { max-width: 650px; margin: 0; font-family: var(--condensed); font-size: clamp(4.5rem, 18vw, 8rem); line-height: .77; }
.admin-login-panel > div > p:last-child { max-width: 580px; color: rgba(244,238,223,.64); line-height: 1.7; }
.admin-login form { padding: 28px; color: var(--ink); background: var(--cream); }
.admin-login form h2 { margin: 0 0 24px; font-family: var(--condensed); font-size: 2.5rem; }
.admin-login form label { margin-bottom: 16px; display: block; }
.admin-login form label span { margin-bottom: 7px; display: block; font-size: .65rem; font-weight: 800; text-transform: uppercase; }
.admin-login form input { width: 100%; min-height: 54px; padding: 12px; border: 1px solid var(--ink); }
.admin-login form .button { width: 100%; margin-top: 6px; }
.admin-login form small { margin-top: 14px; display: block; color: #6b6760; font-size: .65rem; line-height: 1.5; }

@media (min-width: 650px) {
  .flash-stack { left: auto; width: 420px; }
  .admin-stat-grid { grid-template-columns: repeat(2, 1fr); }
  .admin-quick-grid { grid-template-columns: repeat(3, 1fr); }
  .admin-filters { grid-template-columns: 1.5fr 1fr 1fr auto auto; align-items: end; }
  .admin-settings-grid { grid-template-columns: repeat(2, 1fr); }
  .admin-system { grid-column: 1 / -1; }
}

@media (min-width: 960px) {
  .admin-sidebar { width: 270px; transform: none; }
  .admin-main { margin-left: 270px; }
  .admin-menu { display: none; }
  .admin-topbar { min-height: 112px; padding-inline: 34px; }
  .admin-topbar > .button { display: inline-flex; }
  .admin-content { width: min(100% - 64px, 1320px); padding-block: 38px 90px; }
  .admin-stat-grid { grid-template-columns: repeat(4, 1fr); }
  .admin-panel { padding: 30px; }
  .admin-detail-grid { grid-template-columns: minmax(0, 1fr) 380px; }
  .admin-update { position: sticky; top: 24px; }
  .admin-settings-grid { grid-template-columns: repeat(3, 1fr); align-items: start; }
  .admin-system { grid-column: auto; }
  .admin-login-panel { grid-template-columns: 1.15fr .85fr; gap: 90px; }
  .admin-login form { padding: 42px; }
}
