@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --ink: #1d2525;
  --ink-soft: #56605d;
  --paper: #ffffff;
  --paper-deep: #e7e1d5;
  --white: #ffffff;
  --deep: #173c3c;
  --deep-2: #102f2f;
  --teal: #1d6764;
  --mint: #c8d9c6;
  --coral: #ee765c;
  --yellow: #e6c06f;
  --rule: rgba(29, 37, 37, .17);
  --rule-light: rgba(251, 250, 247, .24);
  --sans: 'Inter', Arial, sans-serif;
  --display: 'Manrope', Arial, sans-serif;
  --mono: 'Inter', Arial, sans-serif;
  --serif: 'Manrope', Arial, sans-serif;
  --type-display: clamp(52px, 6.4vw, 96px);
  --type-headline: clamp(38px, 4.6vw, 68px);
  --type-title: clamp(24px, 2.25vw, 34px);
  --type-card: clamp(20px, 1.7vw, 27px);
  --type-lede: clamp(18px, 1.5vw, 21px);
  --type-body: 16px;
  --type-body-small: 15px;
  --type-label: 11px;
  --type-micro: 11px;
  --leading-display: .98;
  --leading-headline: 1.02;
  --leading-title: 1.12;
  --leading-body: 1.62;
  --leading-body-tight: 1.52;
  --leading-label: 1.35;
  --max: 1400px;
  --gutter: clamp(20px, 4vw, 64px);
  --section-y: clamp(72px, 8vw, 112px);
  --heading-copy-gap: 16px;
  --heading-content-gap: clamp(40px, 4vw, 48px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: var(--type-body); line-height: var(--leading-body); }
body.has-community-viewer { overflow: hidden; }
img { display: block; width: 100%; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; transform: translateY(-150%); padding: 10px 14px; background: var(--coral); color: var(--white); }
.skip-link:focus { transform: translateY(0); }
.site-shell { width: min(100%, var(--max)); margin: 0 auto; padding-top: 144px; overflow: clip; background: var(--paper); }

.site-header { width: min(100%, var(--max)); min-height: 144px; padding: 34px var(--gutter); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: clamp(24px, 3vw, 48px); border-bottom: 1px solid var(--rule); position: fixed; top: 0; left: 50%; z-index: 50; isolation: isolate; transform: translateX(-50%); background: var(--paper); transition: min-height 420ms cubic-bezier(.16, 1, .3, 1), padding 420ms cubic-bezier(.16, 1, .3, 1), gap 420ms cubic-bezier(.16, 1, .3, 1), background-color 320ms cubic-bezier(.16, 1, .3, 1), border-color 320ms ease, box-shadow 320ms cubic-bezier(.16, 1, .3, 1), backdrop-filter 320ms cubic-bezier(.16, 1, .3, 1); }
.site-header.is-compact { min-height: 76px; padding-top: 12px; padding-bottom: 12px; gap: clamp(20px, 2.4vw, 38px); border-color: rgba(29, 37, 37, .1); background: rgba(255, 255, 255, .78); box-shadow: 0 12px 34px rgba(16, 47, 47, .1); -webkit-backdrop-filter: saturate(145%) blur(18px); backdrop-filter: saturate(145%) blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 10px; width: max-content; }
.brand-mark-image { width: 64px; height: 64px; flex: 0 0 64px; transition: width 420ms cubic-bezier(.16, 1, .3, 1), height 420ms cubic-bezier(.16, 1, .3, 1), flex-basis 420ms cubic-bezier(.16, 1, .3, 1); }
.brand-wordmark-image { display: block; width: auto; height: 30px; flex: 0 0 auto; transition: height 420ms cubic-bezier(.16, 1, .3, 1); }
.site-header.is-compact .brand-mark-image { width: 32px; height: 32px; flex-basis: 32px; }
.site-header.is-compact .brand-wordmark-image { height: 16px; }
.site-nav { display: flex; justify-content: center; align-items: center; gap: clamp(18px, 2.4vw, 38px); font-size: 15px; font-weight: 600; letter-spacing: .01em; transition: gap 420ms cubic-bezier(.16, 1, .3, 1), font-size 420ms cubic-bezier(.16, 1, .3, 1); }
.site-header.is-compact .site-nav { gap: clamp(16px, 2vw, 31px); font-size: 13px; }
.site-header.is-resizing,
.site-header.is-resizing .brand-mark-image,
.site-header.is-resizing .brand-wordmark-image,
.site-header.is-resizing .site-nav { transition: none; }
.site-nav a, .text-link, .footer-links a { transition: color .2s ease; }
.site-nav a:hover, .site-nav a[aria-current="page"], .text-link:hover, .footer-links a:hover { color: var(--coral); }
.site-nav .site-nav-cta { min-height: 40px; display: inline-flex; align-items: center; justify-content: center; padding: 9px 15px; border: 1px solid var(--coral); background: transparent; color: var(--coral); font-weight: 700; transition: background-color .2s ease, color .2s ease; }
.site-nav .site-nav-cta:hover { background: var(--coral); color: var(--deep); }
.site-nav .site-nav-cta:focus-visible { outline: 2px solid var(--coral); outline-offset: 3px; }
.header-actions { display: flex; align-items: center; gap: 18px; }
.language-toggle { position: relative; isolation: isolate; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); flex: 0 0 98px; width: 98px; height: 40px; padding: 3px; border-radius: 999px; background: color-mix(in srgb, var(--paper) 94%, transparent); box-shadow: inset 0 1px 2px rgba(29, 37, 37, .08), inset 0 -1px 0 rgba(251, 250, 247, .7); }
.language-carriage { position: absolute; z-index: 0; inset-block: 3px; inset-inline-start: 3px; width: calc((100% - 6px) / 2); border-radius: 999px; background: var(--white); box-shadow: 0 7px 14px rgba(16, 47, 47, .17), 0 2px 4px rgba(16, 47, 47, .12); transform: translate3d(0, 0, 0); transform-origin: center; }
.language-toggle.is-moving .language-carriage { will-change: transform, box-shadow; }
.language-toggle button { appearance: none; position: relative; z-index: 1; display: grid; place-items: center; min-width: 0; min-height: 34px; padding: 6px 5px; border: 0; border-radius: 999px; background: transparent; color: var(--ink-soft); font: 600 11px/1.35 var(--sans); letter-spacing: .03em; cursor: pointer; transition: color 140ms ease; }
.language-toggle button:hover { color: var(--coral); }
.language-toggle button.is-active { background: transparent; color: var(--deep); }
.language-toggle button:focus-visible { outline: 2px solid var(--coral); outline-offset: 1px; }
.text-link { font-size: 12px; font-weight: 600; }
.text-link span, .arrow-link span, .inline-link { color: var(--coral); }
.text-link .suggest-label { color: inherit; }
.suggest-label-short { display: none; }
.menu-toggle { position: relative; display: none; border: 0; background: none; color: var(--deep); padding: 6px 0; }
.menu-toggle span:not(.sr-only) { position: absolute; top: 50%; left: 50%; display: block; width: 24px; height: 2px; margin: 0; background: currentColor; transform-origin: center; transition: transform 360ms cubic-bezier(.16, 1, .3, 1); }
.menu-toggle span:nth-child(1) { transform: translate(-50%, -5px); }
.menu-toggle span:nth-child(2) { transform: translate(-50%, 5px); }
.menu-toggle:focus { outline: none; }
.menu-toggle:focus-visible { outline: 2px solid var(--coral); outline-offset: 2px; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translate(-50%, 0) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translate(-50%, 0) rotate(-45deg); }

.hero { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); min-height: 650px; border-bottom: 1px solid var(--rule); scroll-margin-top: 144px; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(56px, 9vw, 130px) var(--gutter); padding-right: clamp(30px, 6vw, 95px); }
.eyebrow, .section-kicker, .card-meta, .image-caption, .directory-card-top, .ticker, .footer-label, .event-date, .voice-top, .voice-footer, .form-row label, .form-row-label { font-family: var(--sans); text-transform: uppercase; letter-spacing: .055em; font-size: var(--type-label); font-weight: 700; line-height: var(--leading-label); }
.eyebrow { display: flex; align-items: center; gap: 11px; color: var(--coral); font-size: 12px; font-weight: 700; letter-spacing: .045em; }
.eyebrow-line { width: 32px; height: 1px; background: currentColor; }
.eyebrow-date { margin-left: 0; color: var(--ink-soft); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3, h4 { font-family: var(--display); font-weight: 800; letter-spacing: -.03em; text-wrap: balance; }
h1 { max-width: 650px; margin: 0 0 30px; font-size: var(--type-display); line-height: var(--leading-display); }
h2 { margin-bottom: 20px; font-size: var(--type-headline); line-height: var(--leading-headline); }
h3 { margin-bottom: 12px; font-size: var(--type-title); line-height: var(--leading-title); }
em { font-family: inherit; font-style: normal; font-weight: 400; letter-spacing: inherit; }
.hero-intro { max-width: 34ch; margin-bottom: 32px; color: var(--ink-soft); font-size: var(--type-lede); line-height: 1.5; }
.hero-actions { display: flex; align-items: center; gap: 17px; flex-wrap: wrap; }
.hero-actions .button { width: 190px; flex: 0 0 190px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 25px; min-height: 47px; padding: 12px 17px; border: 1px solid transparent; font-size: 12px; font-weight: 700; transition: transform .2s, background .2s, color .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-dark { border-color: var(--ink); background: var(--white); color: var(--ink); }
.button-dark:hover { background: var(--coral); }
.button-quiet { border-color: var(--rule); }
.button-quiet:hover { border-color: var(--ink); }
.button-outline { border-color: var(--ink); margin-top: 26px; }
.button-outline:hover { border-color: var(--coral); background: var(--white); color: var(--ink); }
.button-light { background: var(--paper); color: var(--deep); }
.button-light:hover { background: var(--coral); color: var(--white); }
.button-coral { border-color: var(--coral); background: var(--coral); color: var(--deep-2); }
.button-coral:hover { border-color: var(--deep); background: var(--deep); color: var(--white); }
.button-coral:focus-visible { outline: 2px solid var(--coral); outline-offset: 3px; }
.pulse-dot { width: 7px; height: 7px; flex: 0 0 7px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 0 rgba(238, 118, 92, .32); }
.hero-dateline { display: flex; align-items: center; gap: 12px; margin-bottom: 26px; color: var(--ink-soft); font-family: var(--sans); font-size: 12px; font-weight: 700; letter-spacing: .045em; line-height: 1.35; text-transform: uppercase; }
.hero-dateline .pulse-dot { animation: local-date-pulse 2.4s cubic-bezier(.16, 1, .3, 1) infinite; }
@keyframes local-date-pulse { 0%, 62%, 100% { box-shadow: 0 0 0 0 rgba(238, 118, 92, .32); } 26% { box-shadow: 0 0 0 7px rgba(238, 118, 92, 0); } }
.hero-media { position: relative; min-height: 650px; overflow: hidden; background: var(--deep); }
.hero-media[data-hero-period="sunrise"] { background: #9a6f58; }
.hero-media[data-hero-period="daylight"] { background: #6d9eb7; }
.hero-media[data-hero-period="sunset"] { background: #704638; }
.hero-media[data-hero-period="night"] { background: var(--deep-2); }
.hero-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(140deg, rgba(16, 47, 47, .11), transparent 52%, rgba(16, 47, 47, .28)); pointer-events: none; }
.hero-media img { height: 100%; object-fit: cover; }
.image-caption { position: absolute; z-index: 2; left: 25px; right: 25px; bottom: 21px; display: flex; justify-content: space-between; color: var(--white); text-shadow: 0 1px 8px rgba(0,0,0,.3); }
.hero-media-stamp { position: absolute; z-index: 2; top: 28px; right: 28px; width: 70px; height: 70px; display: grid; place-content: center; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; color: var(--white); font-family: var(--mono); font-size: 10px; line-height: 1.1; text-align: center; letter-spacing: .1em; }
.hero-media-stamp span { color: var(--coral); }
.hero-weather { --aqi-ink: #45504d; --aqi-surface: #e3e0d8; border-block: 1px solid var(--rule); background: var(--paper); }
.weather-overview { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 16px var(--gutter); border-bottom: 1px solid var(--rule); background: var(--white); }
.weather-overview h2 { max-width: 620px; margin: 0; font-size: clamp(29px, 3.2vw, 46px); line-height: var(--leading-headline); letter-spacing: -.04em; }
.weather-overview h2 em { font-family: var(--serif); font-weight: 500; }
.weather-overview p { max-width: 480px; margin: 0; color: var(--ink-soft); font-size: var(--type-body-small); line-height: var(--leading-body-tight); text-align: right; }
.weather-compact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: var(--rule); }
.weather-current, .weather-alerts { min-width: 0; min-height: 210px; padding: 18px 20px 16px; }
.weather-current { display: flex; flex-direction: column; justify-content: space-between; background: var(--deep); color: var(--white); }
.weather-current-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; }
.weather-current time { display: grid; gap: 2px; max-width: calc(100% - 82px); color: var(--mint); font: 500 12px/1.35 var(--mono); letter-spacing: .05em; }
.weather-current-label { font-size: 1em; font-weight: 700; letter-spacing: .055em; text-transform: uppercase; }
.weather-current-day { text-transform: none; }
.weather-current-top > img { width: 58px; height: 58px; flex: 0 0 auto; filter: invert(1); mix-blend-mode: screen; }
.weather-current-copy { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-block: 12px; }
.weather-current-copy h3 { min-width: 0; margin: 0; color: var(--white); font-size: clamp(27px, 2.7vw, 40px); line-height: 1; letter-spacing: -.04em; }
.weather-current-temp { flex: 0 0 auto; margin: 0; color: var(--coral); font-family: var(--serif); font-size: clamp(25px, 2.4vw, 36px); font-style: italic; font-variant-numeric: tabular-nums; line-height: 1; white-space: nowrap; }
.weather-aqi { min-width: 0; background: var(--aqi-surface); color: var(--aqi-ink); font-variant-numeric: tabular-nums; }
.weather-aqi[data-aqi-level="good"] { --aqi-ink: #1e5638; --aqi-surface: #d8e8dc; }
.weather-aqi[data-aqi-level="moderate"] { --aqi-ink: #675000; --aqi-surface: #f0e3a5; }
.weather-aqi[data-aqi-level="sensitive"] { --aqi-ink: #793e08; --aqi-surface: #f1d0a5; }
.weather-aqi[data-aqi-level="unhealthy"] { --aqi-ink: #81251c; --aqi-surface: #efc4be; }
.weather-aqi[data-aqi-level="very-unhealthy"] { --aqi-ink: #583064; --aqi-surface: #dbc9df; }
.weather-aqi[data-aqi-level="hazardous"] { --aqi-ink: #672032; --aqi-surface: #e5bec9; }
.weather-aqi-current { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: center; gap: 8px; min-height: 44px; margin-bottom: 12px; padding: 8px 10px; }
.weather-aqi-current [data-weather-aqi-label] { grid-column: 1; font: 600 var(--type-micro)/var(--leading-label) var(--mono); letter-spacing: .07em; text-align: left; text-transform: uppercase; white-space: nowrap; }
.weather-aqi-current strong { grid-column: 3; font: 700 18px/1 var(--sans); text-align: right; white-space: nowrap; }
.weather-aqi-current small { font: 600 var(--type-micro)/var(--leading-label) var(--mono); letter-spacing: .06em; }
.weather-aqi-current [data-weather-aqi-category] { grid-column: 2; grid-row: 1; font-size: 11px; font-weight: 650; line-height: 1.35; text-align: center; white-space: nowrap; }
.weather-periods { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--rule-light); }
.weather-periods div { min-width: 0; padding: 10px 8px 0 0; border-right: 1px solid var(--rule-light); }
.weather-periods div + div { padding-left: 12px; }
.weather-periods div:last-child { border-right: 0; }
.weather-periods span { display: block; color: var(--mint); font: 400 var(--type-micro)/var(--leading-label) var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.weather-periods img { display: block; width: 30px; height: 30px; margin-block: 3px; filter: invert(1); mix-blend-mode: screen; }
.weather-periods strong { display: block; color: var(--white); font-size: 11px; font-weight: 500; line-height: 1.35; overflow-wrap: anywhere; }
.weather-alerts { background: var(--mint); }
.weather-panel-title { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; margin-bottom: 13px; }
.weather-panel-title h3 { max-width: 220px; margin: 0; font-size: clamp(24px, 2.3vw, 34px); line-height: var(--leading-title); letter-spacing: -.04em; }
.weather-panel-title img { width: 48px; height: 48px; object-fit: contain; mix-blend-mode: multiply; }
.weather-warning-list div { display: flex; justify-content: space-between; gap: 12px; padding-block: 9px; border-bottom: 1px solid rgba(29,37,37,.18); }
.weather-warning-list span { color: var(--ink-soft); font: 400 var(--type-micro)/var(--leading-body-tight) var(--mono); letter-spacing: .07em; text-transform: uppercase; }
.weather-warning-list strong { max-width: 58%; margin: 0; font-size: 12px; font-weight: 600; line-height: 1.4; text-align: right; }
.weather-warning-list strong.is-active { color: #8b2e1f; }
.weather-outlook { background: var(--paper-deep); }
.weather-outlook-heading { display: flex; align-items: center; min-height: 58px; padding: 12px var(--gutter); border-bottom: 1px solid var(--rule); background: var(--white); }
.weather-outlook-heading h3 { margin: 0; font-size: clamp(24px, 2.4vw, 34px); line-height: var(--leading-title); letter-spacing: -.04em; }
.weather-days { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); border-top: 1px solid var(--rule); border-left: 1px solid var(--rule); }
.weather-day { display: grid; grid-template-rows: auto minmax(72px, 1fr) auto; min-width: 0; min-height: 205px; padding: 14px 14px 12px; border-right: 1px solid var(--rule); border-bottom: 1px solid var(--rule); background: var(--paper); }
.weather-day[data-weather-tone="weekend"] { background: var(--mint); }
.weather-day time { color: var(--ink-soft); font: 600 11px/1.35 var(--sans); letter-spacing: .05em; text-transform: uppercase; }
.weather-day-main { position: relative; top: 6px; align-self: center; display: grid; justify-items: start; gap: 4px; padding-block: 8px; }
.weather-day-main img { width: 42px; height: 42px; object-fit: contain; mix-blend-mode: multiply; }
.weather-day-main strong { color: var(--ink); font-size: clamp(12px, 1.15vw, 15px); font-weight: 600; line-height: 1.15; overflow-wrap: anywhere; }
.weather-day-stats { display: grid; gap: 8px; margin-top: 8px; padding-top: 7px; border-top: 1px solid var(--rule); }
.weather-day-stats > [data-weather-day-temp] { color: var(--coral); font: italic 500 17px/1 var(--serif); font-variant-numeric: tabular-nums; }
.weather-aqi-day { display: grid; grid-template-columns: 1fr auto; gap: 3px 8px; padding: 7px 8px; }
.weather-aqi-day [data-weather-aqi-label] { font: 600 var(--type-micro)/var(--leading-label) var(--mono); letter-spacing: .07em; }
.weather-aqi-day strong { font: 700 14px/1 var(--sans); }
.weather-aqi-day [data-weather-aqi-category] { grid-column: 1 / -1; font-size: var(--type-micro); font-weight: 650; line-height: var(--leading-label); }
.weather-attribution { display: flex; justify-content: flex-end; align-items: center; min-height: 38px; padding: 7px var(--gutter); border-top: 1px solid var(--rule); font-family: var(--mono); font-size: 8px; line-height: 1.4; letter-spacing: .07em; text-transform: uppercase; }
.weather-attribution-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 6px 18px; }
.weather-attribution a { color: var(--deep); font-weight: 700; text-decoration: underline; text-decoration-color: var(--coral); text-underline-offset: 4px; }
.weather-retry { padding: 7px 9px; border: 1px solid var(--deep); background: transparent; color: var(--deep); font-family: var(--mono); font-size: var(--type-micro); line-height: var(--leading-label); font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.weather-retry:hover { background: var(--deep); color: var(--white); }
.weather-retry:focus-visible { outline: 2px solid var(--coral); outline-offset: 2px; }
.hero-weather[data-weather-state="loading"] .weather-current-copy,
.hero-weather[data-weather-state="loading"] .weather-days,
.hero-weather[data-weather-state="loading"] .weather-alerts { animation: weather-pulse 1.4s ease-in-out infinite alternate; }
@keyframes weather-pulse { to { opacity: .42; } }
.ticker { display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: center; gap: 22px; min-height: 49px; padding: 0 var(--gutter); background: var(--coral); color: var(--white); }
.ticker-label { color: var(--ink); font-weight: 700; white-space: nowrap; }
.ticker-viewport { min-width: 0; overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent); }
.ticker-track { display: flex; width: max-content; align-items: center; animation: ticker-scroll var(--ticker-duration, 28s) linear infinite; }
.ticker-item { display: inline-flex; align-items: center; gap: 18px; padding-right: 72px; color: inherit; white-space: nowrap; }
.ticker-item__label { color: var(--ink); font-weight: 700; }
.ticker-item__headline { letter-spacing: .03em; }
.ticker-item:hover .ticker-item__headline, .ticker-item:focus-visible .ticker-item__headline { text-decoration: underline; text-decoration-color: var(--white); text-underline-offset: 4px; }
.ticker-track:hover, .ticker-viewport:focus-within .ticker-track { animation-play-state: paused; }
@keyframes ticker-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .ticker-track { animation-play-state: paused; } }

.section { padding: var(--section-y) var(--gutter); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: var(--heading-content-gap); }
.section-heading h2 { margin-bottom: 0; }
.section-kicker { margin-bottom: 18px; color: var(--coral); }
.section-tab { display: flex; align-items: center; width: max-content; min-height: 28px; margin: 0 0 18px; padding: 7px 12px 6px; background: var(--coral); color: var(--deep); font-family: var(--sans); font-size: var(--type-label); font-weight: 700; line-height: var(--leading-label); letter-spacing: .09em; text-transform: uppercase; }
.heading-note { max-width: 240px; margin-bottom: 5px; color: var(--ink-soft); font-size: var(--type-body-small); line-height: var(--leading-body-tight); }
.directory-section .heading-note { max-width: 420px; margin: var(--heading-copy-gap) 0 0; }
.arrow-link { display: inline-flex; align-items: center; gap: 25px; width: max-content; border-bottom: 1px solid var(--ink); padding-bottom: 8px; font-size: 12px; font-weight: 700; }
.arrow-link:hover { border-color: var(--coral); color: var(--coral); }
.intro-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 10%; align-items: end; }
.intro-grid-about { display: block; }
.intro-lead h2 { max-width: 660px; margin-bottom: 0; }
.intro-description { max-width: 660px; margin: var(--heading-copy-gap) 0 0; color: var(--ink-soft); font-size: var(--type-lede); line-height: var(--leading-body); }
.intro-body { padding-bottom: 10px; }
.intro-body > p:first-child { max-width: 450px; color: var(--ink-soft); font-size: var(--type-lede); line-height: var(--leading-body); }
.intro-image-row { display: grid; grid-template-columns: 1fr 245px; gap: 4%; align-items: stretch; margin-top: 44px; }
.editorial-image { margin: 0; }
.editorial-image-wide { min-height: 100%; background: var(--paper-deep); }
.editorial-image img { max-height: 470px; object-fit: cover; object-position: center 48%; }
.editorial-image-wide img { height: 100%; max-height: none; }
.intro-cta { width: max-content; margin-top: 24px; }
.issue-note { align-self: stretch; display: flex; flex-direction: column; padding-bottom: 0; }
.issue-note-number { display: block; padding-bottom: 12px; border-bottom: 1px solid var(--rule); font-family: var(--mono); font-size: 11px; color: var(--coral); }
.issue-note p { margin: 17px 0 24px; color: var(--ink-soft); font-family: var(--serif); font-size: 22px; line-height: 1.2; }
.issue-note .intro-cta { margin-top: auto; }
.dispatch-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 90px; border-top: 1px solid var(--rule); }
.dispatch-grid[hidden] { display: none; }
.dispatch-card { min-width: 0; display: flex; flex-direction: column; padding: 15px 12px 0; border-right: 1px solid var(--rule); }
.dispatch-card:last-child { border-right: 0; }
.dispatch-card-offset, .dispatch-card-short { padding-top: 15px; }
.dispatch-image { aspect-ratio: 1.45 / 1; overflow: hidden; background: var(--paper-deep); }
.dispatch-card-tall .dispatch-image { aspect-ratio: 1.45 / 1; }
.dispatch-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.dispatch-card:hover .dispatch-image img { transform: scale(1.035); }
.dispatch-card-body { flex: 1; display: flex; flex-direction: column; padding: 13px 0 0; }
.dispatch-card .card-meta { margin-bottom: 7px; color: var(--coral); }
.dispatch-card h3 { min-height: 2.16em; margin-bottom: 16px; font-size: var(--type-card); line-height: 1.08; }
.dispatch-card p { min-height: 62px; margin-bottom: 22px; color: var(--ink-soft); font-size: var(--type-body-small); line-height: var(--leading-body-tight); }
.dispatch-footer { display: flex; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 12px; border-top: 1px solid var(--rule); color: var(--ink-soft); font-family: var(--serif); font-size: 13px; font-style: italic; }

.calendar-section {
  --calendar-muted: color-mix(in srgb, var(--white) 74%, var(--deep));
  --calendar-rule: color-mix(in srgb, var(--white) 22%, transparent);
  background: var(--deep);
  color: var(--white);
}
.section-heading-light { align-items: end; }
.section-heading-light .section-kicker { color: var(--mint); }
.calendar-controls { display: flex; gap: 7px; flex-wrap: wrap; }
.filter-button { min-height: 44px; padding: 10px 14px; border: 1px solid var(--calendar-rule); color: var(--calendar-muted); background: transparent; font-family: var(--sans); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .055em; }
.filter-button:hover, .filter-button.is-active { border-color: var(--coral); color: var(--white); background: color-mix(in srgb, var(--coral) 13%, transparent); }
.filter-button:focus-visible { outline: 2px solid var(--coral); outline-offset: 3px; }
.calendar-intro { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 18px; }
.calendar-month-label { margin: 0 0 3px; color: var(--white); font-size: clamp(25px, 2.4vw, 36px); font-weight: 500; letter-spacing: -.03em; }
.calendar-month-note { max-width: 480px; margin: 0; color: var(--calendar-muted); font-size: 13px; text-align: right; }
.calendar-list { border-block: 1px solid var(--calendar-rule); }
.calendar-day-group { display: grid; grid-template-columns: minmax(104px, .22fr) minmax(0, 1.78fr); gap: clamp(24px, 4vw, 58px); padding-block: 20px; border-bottom: 1px solid var(--calendar-rule); }
.calendar-day-group:last-child { border-bottom: 0; }
.calendar-day-group[hidden] { display: none; }
.calendar-date-heading { min-width: 0; display: flex; flex-direction: column; justify-content: space-between; gap: 20px; padding-block: 4px; }
.calendar-date-heading h3 { margin: 0; }
.calendar-date-heading time { display: flex; align-items: flex-start; gap: 12px; color: var(--mint); }
.calendar-day-group-weekend .calendar-date-heading time { color: var(--coral); }
.calendar-date-heading strong { font-family: var(--sans); font-size: clamp(48px, 5vw, 62px); line-height: .78; font-weight: 500; letter-spacing: -.04em; font-variant-numeric: tabular-nums; }
.calendar-date-heading time span { padding-top: 2px; font: 500 10px/1.25 var(--mono); letter-spacing: .07em; text-transform: uppercase; }
.calendar-date-count { color: var(--calendar-muted); font: 400 10px/1.3 var(--mono); letter-spacing: .07em; text-transform: uppercase; }
.calendar-day-events { min-width: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.event-card { position: relative; min-width: 0; min-height: 196px; padding: 20px 22px 18px; background: var(--deep-2); color: var(--white); }
.event-card-copy { position: relative; z-index: 1; min-height: 156px; display: flex; flex-direction: column; }
.event-card .card-meta { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 11px; color: var(--mint); letter-spacing: .06em; }
.event-card-weekend .card-meta { color: var(--coral); }
.event-card h4 { max-width: 390px; overflow-wrap: anywhere; margin: 0 0 9px; font-size: clamp(22px, 2vw, 28px); font-weight: 500; line-height: 1.08; letter-spacing: -.03em; }
.event-card p { max-width: 390px; margin: 0 0 18px; color: var(--calendar-muted); font-size: var(--type-body-small); line-height: var(--leading-body-tight); }
.event-footer { display: flex; justify-content: space-between; gap: 15px; margin-top: auto; padding-top: 11px; border-top: 1px solid var(--calendar-rule); color: var(--calendar-muted); font-family: var(--mono); font-size: var(--type-micro); line-height: var(--leading-label); text-transform: uppercase; letter-spacing: .07em; }
.event-card-hit { position: absolute; inset: 0; z-index: 2; width: 100%; padding: 0; border: 0; background: transparent; cursor: pointer; }
.event-card-hit:focus-visible { outline: 3px solid var(--white); outline-offset: -6px; }
.event-card:not(.event-card-weekend) .event-card-hit:focus-visible { outline-color: var(--coral); }
.event-card:has(.event-card-hit:hover) { background: color-mix(in srgb, var(--deep-2) 88%, var(--teal)); }
.event-card:has(.event-card-hit:active) { background: var(--teal); }
.event-card[hidden] { display: none; }
.calendar-submit { display: flex; justify-content: center; margin-top: clamp(28px, 4vw, 48px); }
.calendar-submit .button { min-width: 190px; }
.calendar-empty-state { min-height: 220px; display: grid; place-content: center; gap: 8px; padding: 34px; border-block: 1px solid var(--calendar-rule); text-align: center; }
.calendar-empty-state p { margin: 0; color: var(--white); font: 500 28px/1.05 var(--serif); }
.calendar-empty-state span { color: var(--calendar-muted); font-size: 13px; }
.arrow-link-light { margin-left: auto; border-color: var(--rule-light); color: var(--white); }
.event-popover { position: fixed; z-index: 90; width: min(390px, calc(100vw - 32px)); max-height: min(610px, calc(100vh - 32px)); padding: 30px; overflow-y: auto; background: var(--paper); color: var(--ink); box-shadow: 0 28px 72px rgba(4,24,24,.34); opacity: 0; transform: translateY(12px); transition: opacity 180ms ease, transform 280ms cubic-bezier(.16,1,.3,1); }
.event-popover.is-open { opacity: 1; transform: translateY(0); }
.event-popover-close { position: absolute; top: 16px; right: 16px; width: 44px; height: 44px; display: grid; place-items: center; padding: 0; border: 1px solid var(--rule); background: transparent; color: var(--ink); transition: background 180ms ease, color 180ms ease, border-color 180ms ease; }
.event-popover-close:hover { border-color: var(--coral); background: var(--coral); color: var(--white); }
.event-popover-close:focus-visible { outline: 2px solid var(--coral); outline-offset: 2px; }
.event-popover-close svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.event-popover-kicker { margin: 0 52px 12px 0; color: var(--coral); font: 500 var(--type-micro)/var(--leading-label) var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.event-popover h3 { max-width: 310px; margin-bottom: 24px; font-size: clamp(28px, 3vw, 39px); line-height: 1.02; letter-spacing: -.04em; }
.event-popover-details { margin: 0; border-top: 1px solid var(--rule); }
.event-popover-details div { display: grid; grid-template-columns: 84px minmax(0, 1fr); gap: 16px; padding-block: 12px; border-bottom: 1px solid var(--rule); }
.event-popover-details dt { color: var(--ink-soft); font: 400 var(--type-micro)/var(--leading-body) var(--mono); letter-spacing: .09em; text-transform: uppercase; }
.event-popover-details dd { margin: 0; font-size: var(--type-body-small); line-height: var(--leading-body-tight); }
.event-popover-source { display: flex; margin: 22px auto 0; text-decoration: none; }
.event-popover-source[hidden] { display: none; }
[data-event-share] { display: flex; flex-direction: column; align-items: center; }
.event-popover-source,
[data-event-share] > .button { width: 190px; min-width: 190px; height: 48px; min-height: 48px; padding: 12px 16px; white-space: nowrap; }
.event-popover-source:focus-visible,
[data-event-share] > .button:focus-visible { outline: 2px solid var(--coral); outline-offset: 3px; }
[data-event-share] > .button:disabled { opacity: .6; cursor: wait; transform: none; }
[data-event-share] > [role="status"] { margin: 10px 0 0; color: var(--ink-soft); font-size: var(--type-label); line-height: var(--leading-body-tight); text-align: center; }

.eat-section { background: var(--white); }
.eat-feature { display: grid; grid-template-columns: 1.25fr .75fr; min-height: 530px; background: var(--paper); }
.eat-feature-image { position: relative; min-height: 450px; overflow: hidden; }
.eat-feature-image img { height: 100%; object-fit: cover; }
.image-tag { position: absolute; left: 20px; bottom: 17px; padding: 6px 8px; background: rgba(251,250,247,.86); font-family: var(--mono); font-size: var(--type-micro); line-height: var(--leading-label); text-transform: uppercase; letter-spacing: .08em; }
.eat-feature-copy { display: flex; flex-direction: column; justify-content: center; padding: 42px clamp(28px, 5vw, 78px); }
.eat-feature-copy .card-meta { color: var(--coral); }
.eat-feature-copy h3 { max-width: 420px; font-size: clamp(34px, 4vw, 58px); }
.eat-feature-copy p { max-width: 390px; color: var(--ink-soft); font-size: var(--type-body-small); line-height: var(--leading-body); }
.tag-list { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 8px; }
.tag-list span { padding: 6px 8px; border: 1px solid var(--rule); font-family: var(--mono); font-size: var(--type-micro); line-height: var(--leading-label); text-transform: uppercase; letter-spacing: .08em; }
.eat-feature-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.eat-feature-actions .button { margin-top: 0; }
.eat-listing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 55px; border-top: 1px solid var(--rule); }
.eat-listing-card { display: flex; flex-direction: column; min-width: 0; padding: 14px 12px 0; border-right: 1px solid var(--rule); }
.eat-listing-card:first-child, .eat-listing-card:last-child { padding-left: 12px; padding-right: 12px; }
.eat-listing-card:last-child { border-right: 0; }
.eat-listing-card-offset { padding-top: 14px; }
.eat-listing-image { position: relative; aspect-ratio: 1.4 / 1; overflow: hidden; background: var(--paper-deep); }
.eat-listing-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .35s ease, filter .35s ease; }
.eat-listing-card:hover .eat-listing-image img { transform: scale(1.035); filter: saturate(1.08); }
.eat-listing-body { display: flex; flex: 1; flex-direction: column; padding-top: 13px; }
.eat-listing-card .card-meta { margin-bottom: 8px; color: var(--coral); }
.eat-listing-card h3 { min-height: 2.1em; margin-bottom: 14px; font-size: var(--type-card); line-height: 1.05; }
.eat-listing-card p { min-height: 5.8em; margin-bottom: 0; color: var(--ink-soft); font-size: var(--type-body-small); line-height: var(--leading-body-tight); }
.eat-listing-facts { display: flex; flex-wrap: wrap; align-items: baseline; gap: 7px 14px; min-height: 18px; margin-top: 22px; color: var(--ink); font-family: var(--mono); font-size: var(--type-label); font-variant-numeric: tabular-nums; line-height: var(--leading-body-tight); text-transform: uppercase; letter-spacing: .04em; }
.eat-listing-footer { display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding-top: 12px; border-top: 1px solid var(--rule); color: var(--ink-soft); font-family: var(--serif); font-size: 14px; font-style: italic; line-height: 1.4; }
.eat-listing-footer a { display: inline-flex; align-items: center; min-height: 44px; margin-top: auto; color: var(--ink); font-family: var(--sans); font-size: 12px; font-style: normal; font-weight: 700; }
.directory-source-note { margin: 24px 0 0; color: var(--ink-soft); font-family: var(--mono); font-size: var(--type-micro); line-height: var(--leading-label); letter-spacing: .07em; text-transform: uppercase; }

.directory-section { padding-bottom: 0; background: var(--paper-deep); }
.directory-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--rule); }
.directory-card { position: relative; min-height: 530px; display: flex; flex-direction: column; justify-content: space-between; padding: 25px; overflow: hidden; }
.directory-card-dark { background: var(--deep); color: var(--white); }
.directory-card-image { color: var(--white); }
.directory-card-image > img, .directory-card-overlay { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.directory-card-overlay { background: linear-gradient(180deg, rgba(17,34,34,.42), rgba(17,34,34,.8)); }
.directory-card-top, .directory-card-content { position: relative; z-index: 1; }
.directory-card-top { display: flex; justify-content: space-between; gap: 20px; color: var(--mint); }
.directory-card-image .directory-card-top { color: var(--white); }
.directory-card-content { margin-top: auto; padding-top: 100px; }
.directory-card-content h3 { margin-bottom: 15px; font-size: clamp(49px, 6vw, 86px); line-height: .87; }
.directory-card-content p { max-width: 350px; min-height: 4.5em; margin-bottom: 0; color: rgba(251,250,247,.72); font-size: var(--type-body-small); line-height: var(--leading-body); }
.round-arrow { width: 44px; height: 44px; display: grid; place-items: center; margin-top: 27px; border: 1px solid var(--coral); border-radius: 50%; color: var(--white); transition: background .2s, color .2s; }
.round-arrow:hover { background: var(--coral); color: var(--ink); }

.civic-section { background: var(--mint); scroll-margin-top: 84px; }
.notice-board-intro { max-width: 760px; }
.mbsa-logo { display: block; width: min(280px, 42vw); height: 82px; margin: 0 0 28px -12px; object-fit: cover; object-position: center; mix-blend-mode: multiply; }
.notice-board-intro .section-kicker { margin-bottom: 18px; color: var(--teal); }
.notice-board-intro h2 { max-width: 680px; margin-bottom: 0; font-size: clamp(42px, 5vw, 72px); }
.notice-board-intro p { max-width: 560px; margin: var(--heading-copy-gap) 0 0; color: var(--teal); font-size: var(--type-body-small); line-height: var(--leading-body); }
.civic-notice-board { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin-top: var(--heading-content-gap); background: var(--rule); }
.civic-item { min-height: 300px; display: flex; flex-direction: column; align-items: flex-start; align-self: stretch; padding: 26px; background: rgba(251,250,247,.56); }
.civic-item .card-meta { color: var(--teal); }
.civic-item-meta { display: flex; align-items: baseline; flex-wrap: wrap; justify-content: space-between; gap: 8px 24px; width: 100%; margin-bottom: 16px; }
.civic-item-meta .civic-date { margin-left: auto; white-space: nowrap; }
.civic-item h3 { font-size: 28px; }
.civic-item p { color: var(--ink-soft); font-size: var(--type-body-small); line-height: var(--leading-body-tight); }
.civic-item a { margin-top: auto; padding-top: 28px; color: var(--teal); font-size: 12px; font-weight: 700; }
.civic-item--empty { min-height: 190px; }

.voices-section { background: var(--white); }
.voices-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--rule); }
.voice-card { min-height: 285px; display: flex; flex-direction: column; justify-content: space-between; padding: 22px; background: var(--paper); }
.voice-card-accent { background: var(--coral); }
.voice-top, .voice-footer { display: flex; align-items: center; justify-content: space-between; gap: 15px; color: var(--ink-soft); }
.voice-card-accent .voice-top, .voice-card-accent .voice-footer { color: var(--ink); }
.platform { display: grid; place-items: center; width: 27px; height: 27px; flex: 0 0 27px; border-radius: 50%; color: var(--white); font-family: var(--sans); font-size: 15px; letter-spacing: 0; text-transform: none; }
.platform-fb { background: #4267b2; }
.platform-ig { background: #ad4c82; }
.platform-x { border: 1px solid var(--ink); background: var(--white); color: var(--ink); }
.voice-top > span:nth-child(2) { flex: 1; }
.voice-card p { margin: 35px 0; font-family: var(--serif); font-size: clamp(20px, 2vw, 28px); line-height: 1.17; }
.voice-footer { padding-top: 15px; border-top: 1px solid var(--rule); font-size: var(--type-micro); line-height: var(--leading-label); }

.submit-section { display: grid; grid-template-columns: 1fr 1fr; gap: 9%; background: var(--deep-2); color: var(--white); }
.submit-copy .section-kicker { color: var(--coral); }
.submit-copy h2 { margin-bottom: 0; font-size: clamp(43px, 5.4vw, 76px); }
.submit-copy p { max-width: 350px; margin: var(--heading-copy-gap) 0 0; color: rgba(251,250,247,.68); font-size: var(--type-body); line-height: var(--leading-body); }
.submit-form { display: grid; align-content: center; gap: 0; }
.form-row { display: grid; grid-template-columns: 1fr 1.55fr; gap: 20px; align-items: center; padding: 13px 0; border-bottom: 1px solid var(--rule-light); }
.form-row label, .form-row-label { color: var(--mint); }
.form-row input, .form-row textarea, .form-row select { width: 100%; border: 0; outline: 0; resize: vertical; padding: 4px 0; color: var(--white); background: transparent; font-size: 16px; }
.form-row input:focus-visible, .form-row textarea:focus-visible, .form-row select:focus-visible { outline: 2px solid var(--coral); outline-offset: 4px; }
.form-row input::placeholder, .form-row textarea::placeholder { color: rgba(251,250,247,.62); }
.form-row select { appearance: none; color: var(--white); }
.form-row option { color: var(--ink); }
.form-row input[type="date"], .form-row input[type="time"] { min-height: 32px; color-scheme: dark; }
.time-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.time-fields label { display: grid; gap: 5px; min-width: 0; }
.time-fields label > span { color: rgba(200, 217, 198, .72); }
.button:disabled { cursor: not-allowed; opacity: .6; transform: none; }
.button:disabled:hover { background: var(--paper); color: var(--deep); }
.submit-form .button { width: max-content; margin-top: 28px; }
.submit-button { border-color: var(--coral); background: var(--coral); color: var(--deep); }
.submit-button:hover { border-color: var(--white); background: var(--white); color: var(--deep); }
.submit-button:disabled { cursor: wait; opacity: .62; }
.form-honeypot { display: none !important; }
.form-status { grid-column: 1 / -1; max-width: 52ch; margin: 16px 0 0; color: var(--mint); font-size: 14px; line-height: 1.5; }
.form-status[data-state="error"] { color: color-mix(in srgb, var(--coral) 72%, var(--white)); }
.site-footer { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; padding: 52px var(--gutter) 23px; border-top: 1px solid var(--rule); background: var(--white); color: var(--ink); }
.brand-reverse .brand-mark-image { width: 56px; height: 56px; flex-basis: 56px; }
.brand-reverse .brand-wordmark-image { height: 24px; }
.footer-brand p { margin: 25px 0 0; color: var(--ink-soft); font-family: var(--serif); font-size: 22px; line-height: 1.3; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 45px; }
.footer-links > div { display: flex; flex-direction: column; align-items: flex-start; gap: 7px; }
.footer-label { margin-bottom: 9px; color: var(--coral); }
.footer-links a { color: var(--ink-soft); font-size: 13px; }
.footer-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 16px; padding-top: 19px; border-top: 1px solid var(--rule); color: var(--ink-soft); font-family: var(--mono); font-size: var(--type-micro); line-height: var(--leading-label); text-transform: uppercase; letter-spacing: .06em; }
.footer-bottom a { color: var(--ink); }

@media (max-width: 980px) {
  .site-shell { padding-top: 96px; }
  .site-header { min-height: 96px; grid-template-columns: auto 1fr auto; gap: 18px; padding-top: 20px; padding-bottom: 20px; }
  .site-header.is-compact { min-height: 72px; padding-top: 10px; padding-bottom: 10px; }
  .brand-mark-image { width: 48px; height: 48px; flex-basis: 48px; }
  .brand-wordmark-image { height: 22px; }
  .site-header.is-compact .brand-mark-image { width: 34px; height: 34px; flex-basis: 34px; }
  .site-header.is-compact .brand-wordmark-image { height: 17px; }
  .menu-toggle { display: block; order: 2; }
  .site-nav { position: absolute; top: 100%; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px var(--gutter) 18px; background: var(--paper); border-bottom: 1px solid var(--rule); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 13px 0; border-bottom: 1px solid var(--rule); }
  .site-nav .site-nav-cta { min-height: 48px; margin-top: 12px; padding: 13px 17px; border: 1px solid var(--coral); }
  .header-actions { justify-content: flex-end; }
  .language-toggle { order: -1; }
  .header-actions > .text-link { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy {
    min-height: auto;
    padding-top: clamp(39.2px, 6.3vw, 91px);
    padding-bottom: clamp(39.2px, 6.3vw, 91px);
  }
  .hero-media { min-height: 500px; }
  .weather-compact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .weather-current, .weather-alerts { padding-inline: 17px; }
  .weather-days { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .intro-grid, .eat-feature, .civic-section { grid-template-columns: 1fr; gap: 35px; }
  .dispatch-grid { grid-template-columns: repeat(2, 1fr); row-gap: clamp(64px, 8vw, 80px); }
  .eat-listing-grid { grid-template-columns: repeat(2, 1fr); row-gap: clamp(64px, 8vw, 80px); }
  .eat-listing-card p { min-height: 4.35em; }
  .dispatch-card:nth-child(2n), .eat-listing-card:nth-child(2n) { border-right: 0; }
  .dispatch-card:nth-child(n+3), .eat-listing-card:nth-child(n+3) { border-top: 1px solid var(--rule); }
  .intro-body { padding-bottom: 0; }
  .eat-feature-copy { padding: 45px 35px 55px; }
  .civic-notice-board { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .civic-item { align-self: auto; }
  .civic-aside { display: flex; justify-content: space-between; align-items: flex-start; }
}

@media (max-width: 700px) {
  :root { --section-y: 64px; --heading-content-gap: 36px; }
  .site-shell { padding-top: 88px; }
  .site-header { min-height: 88px; grid-template-columns: auto 1fr auto; gap: 8px; padding-top: 16px; padding-bottom: 16px; }
  .site-header.is-compact { min-height: 68px; padding-top: 8px; padding-bottom: 8px; }
  .brand-mark-image { width: 44px; height: 44px; flex-basis: 44px; }
  .brand-wordmark-image { height: 20px; }
  .site-header.is-compact .brand-mark-image { width: 34px; height: 34px; flex-basis: 34px; }
  .site-header.is-compact .brand-wordmark-image { height: 16px; }
  .brand-reverse .brand-mark-image { width: 48px; height: 48px; flex-basis: 48px; }
  .brand-reverse .brand-wordmark-image { height: 22px; }
  .header-actions { justify-self: end; gap: 8px; }
  .language-toggle { flex-basis: 94px; width: 94px; height: 38px; }
  .language-toggle button { min-height: 32px; padding-inline: 4px; }
  .header-actions .text-link { display: inline-flex; align-items: center; min-height: 44px; white-space: nowrap; }
  .menu-toggle { order: initial; justify-self: end; width: 44px; height: 44px; padding: 0; align-content: center; }
  .hero-copy { min-height: auto; padding-top: 47.6px; padding-bottom: 40.6px; }
  .hero-media { min-height: 350px; }
  .hero-intro { font-size: clamp(15px, 3.8vw, var(--type-lede)); }
  .hero-actions .button { width: 190px; flex-basis: 190px; }
  .weather-overview { display: block; padding-block: 24px 21px; }
  .weather-overview h2 { font-size: clamp(33px, 10vw, 47px); }
  .weather-overview p { margin-top: var(--heading-copy-gap); text-align: left; }
  .weather-compact-grid { grid-template-columns: 1fr; grid-auto-rows: 1fr; }
  .weather-current, .weather-alerts { min-height: 260px; padding: 20px var(--gutter) 18px; }
  .weather-alerts { display: flex; flex-direction: column; justify-content: center; }
  .weather-current-copy { align-items: flex-start; flex-wrap: wrap; row-gap: 9px; }
  .weather-current-temp { max-width: 100%; font-size: clamp(28px, 9vw, 36px); }
  .weather-current time { font-size: 11px; }
  .weather-outlook-heading { min-height: 54px; }
  .weather-days { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .weather-day { min-height: 205px; }
  .weather-current-copy h3 { font-size: clamp(34px, 10vw, 48px); }
  .weather-attribution { align-items: flex-start; justify-content: space-between; gap: 12px; padding-block: 11px; font-size: 8px; line-height: 1.4; }
  .weather-attribution-links { justify-content: flex-start; }
  .ticker { gap: 10px; padding-top: 10px; padding-bottom: 10px; }
  .ticker-label { max-width: 75px; white-space: normal; line-height: 1.1; }
  .ticker-item { gap: 10px; padding-right: 40px; font-family: var(--sans); font-size: 12px; }
  .ticker-item__headline { font-size: 8px; line-height: 1.35; }
  .ticker-item__label { display: none; }
  .section { padding-top: var(--section-y); padding-bottom: var(--section-y); }
  .directory-section { padding-bottom: 0; }
  .section-heading { display: block; margin-bottom: var(--heading-content-gap); }
  .section-heading .arrow-link { margin-top: 24px; }
  .heading-note { margin-top: var(--heading-copy-gap); }
  .intro-image-row { grid-template-columns: 1fr; gap: 30px; margin-top: 36px; }
  .editorial-image-wide { min-height: 0; }
  .editorial-image-wide img { height: auto; max-height: 300px; }
  .issue-note { display: block; }
  .issue-note p { margin-bottom: 0; }
  .issue-note .intro-cta { margin-top: 24px; }
  .dispatch-grid { display: block; margin-top: 58px; }
  .dispatch-card, .dispatch-card-offset, .dispatch-card-short { padding: 28px 0 48px; border-right: 0; border-bottom: 1px solid var(--rule); }
  .dispatch-card:last-child { border-bottom: 0; }
  .eat-listing-grid { display: block; margin-top: 38px; }
  .eat-listing-card, .eat-listing-card-offset { padding: 28px 0 48px; border-right: 0; border-bottom: 1px solid var(--rule); }
  .eat-listing-card:first-child, .eat-listing-card:last-child { padding-left: 0; padding-right: 0; }
  .eat-listing-card:last-child { border-bottom: 0; }
  .dispatch-image, .dispatch-card-tall .dispatch-image, .eat-listing-image { aspect-ratio: 1.55 / 1; }
  .dispatch-card h3, .dispatch-card p, .eat-listing-card h3, .eat-listing-card p { min-height: auto; }
  .editorial-image img { max-height: 300px; }
  .calendar-controls { margin-top: 27px; }
  .calendar-intro { display: block; }
  .calendar-month-note { margin-top: 8px; text-align: left; }
  .calendar-day-group { grid-template-columns: 1fr; gap: 14px; padding-block: 18px; }
  .calendar-date-heading { flex-direction: row; align-items: end; gap: 16px; padding-block: 0; }
  .calendar-date-heading strong { font-size: 48px; }
  .calendar-date-count { padding-bottom: 2px; }
  .calendar-day-events { grid-template-columns: 1fr; }
  .event-card { min-height: 176px; padding: 18px 19px 16px; }
  .event-card-copy { min-height: 142px; }
  .event-card h4 { font-size: clamp(21px, 6vw, 26px); }
  .calendar-day-group-multiple .calendar-day-events { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: min(80vw, 320px); gap: 12px; overflow-x: auto; overscroll-behavior-inline: auto; padding-bottom: 0; scroll-snap-type: inline mandatory; scrollbar-width: none; touch-action: pan-x pan-y; -webkit-overflow-scrolling: touch; }
  .calendar-day-group-multiple .calendar-day-events::-webkit-scrollbar { display: none; width: 0; height: 0; }
  .calendar-day-group-multiple .event-card { scroll-snap-align: start; }
  .calendar-section { padding-bottom: 48px; }
  .calendar-submit { margin-top: 48px; }
  .directory-grid, .voices-grid { grid-template-columns: 1fr; }
  .arrow-link-light { margin-top: 20px; }
  .event-popover { inset: auto 16px 16px !important; width: auto; max-height: min(560px, calc(100vh - 32px)); padding: 26px 24px; }
  .eat-feature-image { min-height: 300px; }
  .mini-card { min-height: auto; }
  .directory-card { min-height: 450px; }
  .civic-notice-board { grid-template-columns: 1fr; margin-top: var(--heading-content-gap); }
  .mbsa-logo { width: min(250px, 70vw); height: 72px; margin: 0 0 24px -8px; }
  .civic-item { min-height: 0; }
  .voices-grid { gap: 1px; }
  .voice-card { min-height: 245px; }
  .submit-section { grid-template-columns: 1fr; gap: 26px; }
  .form-row { grid-template-columns: 1fr; gap: 5px; }
  .submit-form .submit-button { justify-self: center; }
  .site-footer { grid-template-columns: 1fr; gap: 38px; }
  .footer-bottom { display: grid; grid-template-columns: 1fr 1fr; }
  .footer-bottom a { grid-column: 1 / -1; }
}

@media (max-width: 390px) {
  .site-header { gap: 6px; padding-left: 16px; padding-right: 16px; }
  .brand { gap: 8px; }
  .brand-mark-image { width: 40px; height: 40px; flex-basis: 40px; }
  .site-header.is-compact .brand-mark-image { width: 30px; height: 30px; flex-basis: 30px; }
  .brand-wordmark-image { display: none; }
  .site-footer .brand-wordmark-image { display: block; height: 20px; }
  .header-actions { gap: 6px; }
  .language-toggle { flex-basis: 88px; width: 88px; }
  .language-toggle button { font-size: 9px; }
  .header-actions .text-link { font-size: 10px; }
  .suggest-label-full { display: none; }
  .suggest-label-short { display: inline; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .language-carriage { transition: none !important; }
  .site-header { transition: none !important; }
  .hero-dateline .pulse-dot { animation: none !important; box-shadow: 0 0 0 4px rgba(238, 118, 92, .18); }
}

/* Eatery directory */
.eateries-directory-page {
  --listing-meta-min: 12px;
  --listing-title-min: 2.06em;
  --listing-tags-min: 23px;
  --listing-description-min: 4.5em;
  --recommendation-title-min: 2.05em;
  --recommendation-description-min: 5.8em;
  --recommendation-tags-min: 57px;
}
.move-directory-page {
  --listing-meta-min: 12px;
  --listing-title-min: 3.09em;
  --listing-tags-min: 53px;
  --listing-description-min: 7.5em;
  --recommendation-title-min: 2.94em;
  --recommendation-description-min: 8.7em;
  --recommendation-tags-min: 57px;
}
.learn-directory-page {
  --listing-meta-min: 30px;
  --listing-title-min: 4.12em;
  --listing-tags-min: 53px;
  --listing-description-min: 4.5em;
  --recommendation-title-min: 3.92em;
  --recommendation-description-min: 7.25em;
  --recommendation-tags-min: 57px;
}
.directory-hero { padding-top: 105px; padding-bottom: 96px; border-bottom: 1px solid var(--rule); }
.directory-hero-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(270px, .65fr); gap: 8vw; align-items: end; margin-top: 30px; }
.directory-hero h1 { margin: 0; max-width: 720px; font-size: clamp(62px, 10vw, 150px); line-height: .86; letter-spacing: -.075em; }
.directory-hero-copy { padding-bottom: 5px; }
.directory-hero-copy .lede { max-width: 410px; margin: 0; color: var(--ink); font-family: var(--serif); font-size: clamp(23px, 2.3vw, 34px); line-height: 1.05; }
.directory-hero-copy .directory-source-note { max-width: 350px; margin-top: 30px; }
.eateries-directory-page .directory-hero-grid { display: block; }
.eateries-directory-page .directory-hero-heading .lede { max-width: 680px; margin: 38px 0 0; color: var(--ink); font-family: var(--serif); font-size: clamp(23px, 2.3vw, 34px); line-height: 1.05; }
.directory-results { padding-top: 94px; }
.directory-results-heading { margin-bottom: 37px; }
.directory-toolbar { display: grid; grid-template-columns: auto minmax(230px, 1fr) 210px; gap: 15px; align-items: center; padding: 15px 0; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.directory-search-label { color: var(--coral); font-family: var(--mono); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.directory-search, .directory-filter { width: 100%; padding: 12px 13px; color: var(--ink); background: transparent; border: 1px solid var(--rule); border-radius: 0; font: 14px var(--sans); }
.directory-search:focus, .directory-filter:focus { outline: 2px solid var(--coral); outline-offset: 2px; }
.directory-filter { cursor: pointer; }
.directory-halal-note { max-width: 760px; margin: 16px 0 0; color: var(--ink-soft); font-size: 12px; line-height: 1.5; }
.directory-halal-note strong { color: var(--ink); font-weight: 600; }
.eateries-page-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: 30px; margin-top: 55px; border-top: 1px solid var(--rule); }
.directory-listing-card { position: relative; display: flex; flex-direction: column; min-width: 0; padding: 14px 0 28px; }
.directory-listing-card::after { position: absolute; top: 0; right: -15px; bottom: 0; border-right: 1px solid var(--rule); content: ""; }
.directory-listing-card:nth-child(3n)::after { display: none; }
.directory-listing-card:nth-child(n + 4) { padding-top: 40px; border-top: 1px solid var(--rule); }
.directory-listing-image { position: relative; aspect-ratio: 1.45 / 1; overflow: hidden; background: var(--paper-deep); }
.directory-listing-image img, .eat-listing-image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.directory-listing-image.is-placeholder img, .eat-listing-image.is-placeholder img { filter: saturate(.78); }
.image-tag-small { top: auto; right: 8px; bottom: 8px; left: auto; padding: 7px 9px; font-size: var(--type-micro); line-height: var(--leading-label); }
.directory-listing-content { display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding-top: 19px; }
.eatery-feature-content .card-meta, .eatery-recommendation-content .card-meta, .directory-listing-content .card-meta { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 6px 14px; width: 100%; }
.directory-listing-content .card-meta { min-height: var(--listing-meta-min); }
.eatery-feature-content .card-meta span:last-child, .eatery-recommendation-content .card-meta span:last-child, .directory-listing-content .card-meta span:last-child { margin-left: auto; text-align: right; }
.directory-listing-content h2 { width: 100%; min-height: var(--listing-title-min); margin: 14px 0 12px; font-size: var(--type-card); line-height: var(--leading-title); letter-spacing: -.03em; }
.directory-listing-content p { max-width: 390px; margin: 0; color: var(--muted); font-size: var(--type-body-small); line-height: var(--leading-body); }
.directory-listing-stats { display: flex; flex-wrap: wrap; gap: 7px 18px; width: 100%; min-height: 66px; margin-top: auto; padding-top: 12px; border-top: 1px solid var(--rule); color: var(--ink); font-family: var(--mono); font-size: var(--type-label); line-height: var(--leading-body-tight); text-transform: uppercase; letter-spacing: .04em; }
.directory-listing-address { min-height: 3.6em; margin-top: 13px !important; font-family: var(--serif); font-size: 16px !important; font-style: italic; line-height: 1.2 !important; }
.learn-directory-page .directory-listing-address { min-height: 4.8em; }
.directory-listing-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 18px; width: 100%; min-height: 35px; margin-top: 8px; }
.directory-listing-content .text-link { display: inline-flex; align-items: center; min-height: 27px; color: var(--ink); font-size: 12px; font-weight: 600; }
.directory-listing-content .text-link span { color: var(--coral); }
.directory-bottom-note { margin-top: 38px; }
.directory-bottom-note a { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
.directory-empty { grid-column: 1 / -1; padding: 45px 0; color: var(--muted); font-family: var(--serif); font-size: 24px; }
/* Eatery directory presentation */
.eatery-showcase, .eatery-recommendations { padding-top: 88px; }
.eatery-showcase { padding-bottom: 88px; border-bottom: 1px solid var(--rule); }
.eatery-recommendations { padding-bottom: 96px; }
.eatery-showcase .heading-note { max-width: 700px; margin: 18px 0 0; }
.eatery-feature-card { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(320px, .6fr); min-height: 560px; background: var(--paper-deep); }
.eatery-feature-image { position: relative; min-height: 560px; overflow: hidden; background: var(--deep); }
.eatery-feature-image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.eatery-feature-image.is-placeholder img { filter: saturate(.8); }
.eatery-feature-content { display: flex; flex-direction: column; align-items: flex-start; padding: 42px 42px 38px; }
.eatery-feature-content .card-meta { width: 100%; margin-bottom: auto; color: var(--coral); }
.eatery-feature-content h2 { max-width: 520px; margin: 46px 0 18px; font-size: clamp(45px, 6vw, 92px); line-height: .88; letter-spacing: -.07em; }
.eatery-feature-deck { max-width: 470px; margin: 0; color: var(--ink-soft); font-family: var(--serif); font-size: clamp(21px, 2vw, 30px); line-height: 1.08; }
.directory-tag-row { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 22px; }
.directory-tag { display: inline-flex; align-items: center; min-height: 25px; padding: 5px 8px; border: 1px solid var(--rule); color: var(--ink-soft); font-family: var(--mono); font-size: var(--type-micro); line-height: var(--leading-label); letter-spacing: .06em; text-transform: uppercase; }
.halal-image-label { position: absolute; left: 0; bottom: 0; z-index: 3; display: inline-flex; align-items: center; gap: 9px; min-height: 40px; padding: 10px 14px; background: var(--deep); color: var(--white); font-family: var(--mono); font-size: 10px; font-weight: 500; line-height: 1.2; letter-spacing: .1em; text-transform: uppercase; }
.halal-image-label::before { width: 7px; height: 7px; flex: 0 0 7px; border-radius: 50%; background: var(--coral); content: ""; }
.eatery-feature-facts { display: flex; flex-wrap: wrap; gap: 8px 18px; width: 100%; margin: 31px 0 26px; padding-top: 13px; border-top: 1px solid var(--rule); color: var(--ink); font-family: var(--mono); font-size: var(--type-micro); letter-spacing: .05em; line-height: var(--leading-body-tight); text-transform: uppercase; }
.eatery-feature-content .button { margin-top: auto; }
.eatery-recommendation-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); column-gap: 36px; margin-top: 50px; border-top: 1px solid var(--rule); }
.eatery-recommendation-card { position: relative; display: flex; flex-direction: column; min-width: 0; padding: 14px 0 0; }
.eatery-recommendation-card:not(:last-child)::after { position: absolute; top: 0; right: -18px; bottom: 0; border-right: 1px solid var(--rule); content: ""; }
.eatery-recommendation-image { position: relative; aspect-ratio: 1.25 / 1; overflow: hidden; background: var(--paper-deep); }
.eatery-recommendation-image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.eatery-recommendation-image.is-placeholder img { filter: saturate(.78); }
.eatery-recommendation-content { display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding-top: 16px; }
.eatery-recommendation-content .card-meta { margin-bottom: 13px; color: var(--coral); }
.eatery-recommendation-content h3 { width: 100%; min-height: var(--recommendation-title-min); margin-bottom: 14px; font-size: clamp(23px, 2.1vw, 34px); line-height: .98; letter-spacing: -.055em; }
.eatery-recommendation-content p { width: 100%; min-height: var(--recommendation-description-min); margin: 0; color: var(--ink-soft); font-size: var(--type-body-small); line-height: var(--leading-body-tight); }
.recommendation-footer { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; width: 100%; margin-top: auto; padding-top: 12px; border-top: 1px solid var(--rule); color: var(--ink); font-family: var(--mono); font-size: var(--type-micro); line-height: var(--leading-label); letter-spacing: .04em; text-transform: uppercase; }
.recommendation-footer .text-link { font-family: var(--sans); font-size: 11px; letter-spacing: 0; text-transform: none; }
.directory-toolbar { grid-template-columns: auto minmax(220px, 1.4fr) repeat(3, minmax(130px, .65fr)); }
.eateries-directory-page .directory-toolbar { grid-template-columns: auto minmax(220px, 1.4fr) repeat(4, minmax(130px, .65fr)); }
.directory-alpha { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 23px; color: var(--ink-soft); font-family: var(--mono); font-size: 10px; letter-spacing: .05em; text-transform: uppercase; }
.directory-alpha::before { margin-right: 8px; color: var(--coral); content: "Jump to"; }
.directory-alpha a { display: inline-flex; justify-content: center; align-items: center; width: 27px; height: 27px; border: 1px solid var(--rule); color: var(--ink); transition: background .2s, color .2s, border-color .2s; }
.directory-alpha a:hover { border-color: var(--coral); background: var(--white); color: var(--ink); }
.directory-letter-group { scroll-margin-top: 30px; }
.directory-letter-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-top: 58px; padding-bottom: 10px; border-bottom: 1px solid var(--rule); }
.directory-letter-heading h3 { margin: 0; color: var(--coral); font-family: var(--serif); font-size: 42px; font-style: italic; font-weight: 500; line-height: 1; }
.directory-letter-heading span { color: var(--ink-soft); font-family: var(--mono); font-size: var(--type-micro); line-height: var(--leading-label); letter-spacing: .07em; text-transform: uppercase; }
.directory-letter-group .eateries-page-grid { margin-top: 0; border-top: 0; }
.directory-listing-content .directory-tag-row { width: 100%; min-height: var(--listing-tags-min); margin-top: 13px; }
.directory-listing-content .directory-tag { min-height: 23px; padding: 4px 7px; font-size: var(--type-micro); line-height: var(--leading-label); }
.directory-listing-content h2 { margin-top: 17px; }
.directory-listing-content > p:not(.directory-listing-address) { width: 100%; min-height: var(--listing-description-min); margin-bottom: 23px; }
.directory-listing-content .directory-listing-address { width: 100%; }
.eatery-recommendation-content .directory-tag-row { width: 100%; min-height: var(--recommendation-tags-min); margin-bottom: 19px; }

@media (max-width: 1100px) {
  .eatery-feature-card { grid-template-columns: minmax(0, 1.15fr) minmax(290px, .85fr); }
  .eatery-feature-content { padding: 32px; }
  .directory-toolbar { grid-template-columns: auto minmax(190px, 1fr) repeat(3, minmax(110px, .65fr)); }
  .eateries-directory-page .directory-toolbar { grid-template-columns: auto minmax(190px, 1fr) repeat(4, minmax(110px, .65fr)); }
  .eatery-recommendation-grid { column-gap: 28px; }
  .eatery-recommendation-card:not(:last-child)::after { right: -14px; }
}

@media (max-width: 980px) {
  .eatery-feature-card { grid-template-columns: 1fr; }
  .eatery-feature-image { min-height: 430px; aspect-ratio: 1.45 / 1; }
  .eatery-feature-content { min-height: 430px; }
  .eatery-recommendation-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .eatery-recommendation-card::after { display: none; }
  .eatery-recommendation-card:nth-child(odd)::after { display: block; }
  .eatery-recommendation-card:nth-child(3n), .eatery-recommendation-card:nth-child(4n) { border-top: 1px solid var(--rule); padding-top: 14px; }
  .directory-toolbar, .eateries-directory-page .directory-toolbar { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .directory-toolbar > * { min-width: 0; }
  .directory-search-label { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  .eatery-showcase, .eatery-recommendations { padding-top: 66px; }
  .eatery-showcase { padding-bottom: 66px; }
  .eatery-recommendations { padding-bottom: 72px; }
  .eatery-feature-image { min-height: 300px; }
  .eatery-feature-content { min-height: 0; padding: 27px 22px 25px; }
  .eatery-feature-content h2 { margin-top: 54px; font-size: clamp(47px, 16vw, 82px); }
  .eatery-feature-deck { font-size: 22px; }
  .eatery-feature-content .button { margin-top: 10px; }
  .eatery-recommendation-grid { display: block; margin-top: 34px; }
  .eatery-recommendation-card, .eatery-recommendation-card + .eatery-recommendation-card, .eatery-recommendation-card:nth-child(3n), .eatery-recommendation-card:nth-child(4n) { padding: 14px 0 28px; border-right: 0; border-bottom: 1px solid var(--rule); border-top: 0; }
  .eatery-recommendation-card::after, .eatery-recommendation-card:nth-child(odd)::after { display: none; }
  .eatery-recommendation-card:last-child { border-bottom: 0; }
  .eatery-recommendation-image { aspect-ratio: 1.45 / 1; }
  .eatery-recommendation-content h3, .eatery-recommendation-content p { min-height: auto; }
  .directory-toolbar, .eateries-directory-page .directory-toolbar { grid-template-columns: minmax(0, 1fr); gap: 9px; }
  .directory-search, .directory-filter { min-height: 44px; }
  .directory-search-label { grid-column: auto; }
  .directory-alpha { gap: 6px; }
  .directory-alpha::before { width: 100%; margin-right: 0; }
  .directory-letter-heading { margin-top: 42px; }
}

@media (max-width: 980px) {
  .directory-hero-grid { grid-template-columns: 1fr; gap: 35px; }
  .directory-hero-copy { padding-bottom: 0; }
  .eateries-page-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .directory-listing-card::after { display: none; }
  .directory-listing-card:nth-child(odd)::after { display: block; }
  .directory-listing-card:nth-child(n + 3) { padding-top: 40px; border-top: 1px solid var(--rule); }
  .learn-directory-page { --listing-title-min: 3.09em; }
}

@media (max-width: 700px) {
  .directory-hero { padding-top: 75px; padding-bottom: 73px; }
  .directory-hero h1 { font-size: clamp(58px, 18vw, 100px); }
  .directory-toolbar, .eateries-directory-page .directory-toolbar { grid-template-columns: minmax(0, 1fr); gap: 9px; }
  .directory-search-label { margin-bottom: 3px; }
  .eateries-page-grid { display: block; margin-top: 38px; }
  .directory-listing-card { padding: 14px 0 30px; border-bottom: 1px solid var(--rule); }
  .directory-listing-card::after, .directory-listing-card:nth-child(odd)::after { display: none; }
  .directory-listing-card:nth-child(n + 3) { padding-top: 30px; }
  .directory-listing-card:last-child { border-bottom: 0; }
  .directory-listing-stats { min-height: 0; }
  .directory-listing-address, .learn-directory-page .directory-listing-address { min-height: 0; }
  .directory-listing-content .card-meta, .directory-listing-content h2, .directory-listing-content .directory-tag-row, .directory-listing-content > p:not(.directory-listing-address), .eatery-recommendation-content h3, .eatery-recommendation-content p, .eatery-recommendation-content .directory-tag-row { min-height: 0; }
  .directory-listing-content h2 { font-size: 36px; }
}

/* Move directory presentation */
.move-showcase, .move-recommendations { padding-top: 88px; }
.move-showcase { padding-bottom: 88px; border-bottom: 1px solid var(--rule); }
.move-recommendations { padding-bottom: 96px; }
.directory-card-button { margin-top: 27px; }
.learn-showcase, .learn-recommendations { padding-top: 88px; }
.learn-showcase { padding-bottom: 88px; border-bottom: 1px solid var(--rule); }
.learn-recommendations { padding-bottom: 96px; }
.move-showcase .eatery-feature-card,
.learn-showcase .eatery-feature-card,
.move-showcase .eatery-feature-image,
.learn-showcase .eatery-feature-image,
.move-showcase .eatery-feature-content,
.learn-showcase .eatery-feature-content { min-width: 0; max-width: 100%; }
.move-showcase .eatery-feature-image,
.learn-showcase .eatery-feature-image { width: 100%; }
.move-showcase .eatery-feature-image img,
.learn-showcase .eatery-feature-image img { position: absolute; inset: 0; max-width: 100%; }
.move-showcase .eatery-feature-content h2,
.learn-showcase .eatery-feature-content h2 {
  width: 100%;
  max-width: 100%;
  font-size: clamp(36px, 3.6vw, 50px);
  line-height: .98;
  letter-spacing: -.035em;
  overflow-wrap: break-word;
}

@media (max-width: 980px) {
  .move-showcase .eatery-feature-card { grid-template-columns: 1fr; }
  .move-showcase .eatery-feature-image { min-height: 430px; aspect-ratio: 1.45 / 1; }
  .move-showcase .eatery-feature-content { min-height: 430px; }
  .learn-showcase .eatery-feature-card { grid-template-columns: 1fr; }
  .learn-showcase .eatery-feature-image { min-height: 430px; aspect-ratio: 1.45 / 1; }
  .learn-showcase .eatery-feature-content { min-height: 430px; }
}

@media (max-width: 700px) {
  .move-showcase, .move-recommendations { padding-top: 66px; }
  .move-showcase { padding-bottom: 66px; }
  .move-recommendations { padding-bottom: 72px; }
  .move-showcase .eatery-feature-image { min-height: 0; aspect-ratio: 4 / 3; }
  .move-showcase .eatery-feature-content { min-height: 0; padding: 27px 22px 25px; }
  .learn-showcase, .learn-recommendations { padding-top: 66px; }
  .learn-showcase { padding-bottom: 66px; }
  .learn-recommendations { padding-bottom: 72px; }
  .learn-showcase .eatery-feature-image { min-height: 0; aspect-ratio: 4 / 3; }
  .learn-showcase .eatery-feature-content { min-height: 0; padding: 27px 22px 25px; }
}

/* Typography direction: publication-first, without decorative editorial shorthand. */
.eyebrow,
.section-kicker { display: none; }

.hero-intro,
.lede,
.heading-note,
.intro-description,
.weather-overview p,
.notice-board-intro p,
.eat-feature-copy p,
.directory-card-content p,
.submit-copy p {
  font-family: var(--sans);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
}

.lede,
.intro-description {
  max-width: 66ch;
  font-size: var(--type-lede);
  line-height: 1.55;
}

.directory-hero-copy .lede,
.eateries-directory-page .directory-hero-heading .lede,
.eatery-feature-deck {
  font-family: var(--sans);
  font-size: var(--type-lede);
  font-style: normal;
  font-weight: 400;
  line-height: 1.55;
}

.issue-note p,
.voice-card p,
.footer-brand p,
.directory-listing-address {
  font-family: var(--sans);
  font-style: normal;
  letter-spacing: 0;
}

.issue-note p,
.voice-card p {
  max-width: 65ch;
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.55;
}

.dispatch-footer,
.eat-listing-footer {
  font-family: var(--sans);
  font-style: normal;
}

.card-meta,
.image-caption,
.directory-card-top,
.footer-label,
.event-date,
.voice-top,
.voice-footer,
.form-row label,
.form-row-label,
.directory-source-note,
.directory-search-label,
.directory-tag,
.halal-image-label,
.directory-alpha,
.directory-letter-heading span {
  font-family: var(--sans);
  font-size: var(--type-label);
  font-style: normal;
  font-weight: 700;
  letter-spacing: .055em;
  line-height: var(--leading-label);
}

.directory-listing-content h2 {
  font-family: var(--display);
  font-weight: 800;
  letter-spacing: -.03em;
}

.directory-letter-heading h3 {
  font-family: var(--display);
  font-style: normal;
  font-weight: 800;
  letter-spacing: -.03em;
}

@media (max-width: 700px) {
  .language-toggle button,
  .header-actions .text-link { font-size: 11px; }
  .directory-hero h1 { font-size: clamp(50px, 15vw, 76px); }
  .hero-intro { max-width: 30ch; }
}

.directory-source-note {
  max-width: 68ch;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  text-transform: none;
}

/* Section tabs intentionally override container-level paragraph treatments. */
.section .section-tab,
.rss-news .section-tab {
  width: max-content;
  min-height: 28px;
  margin: 0 0 18px;
  padding: 7px 12px 6px;
  color: var(--deep);
  font-family: var(--sans);
  font-size: var(--type-label);
  font-weight: 700;
  line-height: var(--leading-label);
  letter-spacing: .09em;
  text-transform: uppercase;
}

/* Promotion enquiries */
.promotion-hero { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); gap: clamp(42px, 8vw, 120px); align-items: end; padding: clamp(92px, 10vw, 148px) var(--gutter) clamp(74px, 9vw, 124px); border-bottom: 1px solid var(--rule); }
.promotion-hero h1 { max-width: 830px; margin: 0; font-size: clamp(58px, 8vw, 96px); line-height: .94; letter-spacing: -.04em; }
.promotion-hero-copy { max-width: 520px; padding-bottom: 8px; }
.promotion-hero-copy p { max-width: 46ch; margin: 0; color: var(--ink-soft); font-size: clamp(17px, 1.5vw, 21px); line-height: 1.55; }
.promotion-hero-copy p + p { margin-top: 18px; }
.promotion-hero-copy .button { margin-top: 30px; }
.promotion-options { padding: var(--section-y) var(--gutter); background: var(--paper); }
.promotion-section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .62fr); gap: clamp(36px, 7vw, 100px); align-items: end; margin-bottom: clamp(48px, 6vw, 78px); }
.promotion-section-heading h2 { max-width: 760px; margin: 0; font-size: var(--type-headline); line-height: var(--leading-headline); letter-spacing: -.03em; }
.promotion-section-heading > p { max-width: 48ch; margin: 0; color: var(--ink-soft); font-size: var(--type-body); line-height: var(--leading-body); }
.promotion-option-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.promotion-option { display: flex; flex-direction: column; min-width: 0; padding: clamp(30px, 3.5vw, 48px); }
.promotion-option + .promotion-option { border-left: 1px solid var(--rule); }
.promotion-option h3 { margin: 0; font-size: clamp(28px, 2.7vw, 39px); line-height: 1.08; letter-spacing: -.03em; }
.promotion-option > p { min-height: 0; margin: 20px 0 0; color: var(--ink-soft); line-height: 1.58; }
.promotion-option ul { display: grid; gap: 10px; min-height: 9em; margin: 26px 0 0; padding: 22px 0 0; border-top: 1px solid var(--rule); list-style: none; }
.promotion-option li { position: relative; padding-left: 17px; color: var(--ink); font-size: var(--type-body-small); line-height: 1.45; }
.promotion-option li::before { position: absolute; top: .63em; left: 0; width: 6px; height: 6px; background: var(--coral); border-radius: 50%; content: ''; }
.promotion-option > a { display: inline-block; margin-top: auto; padding-top: 28px; color: var(--deep); font-weight: 700; text-decoration: underline; text-decoration-color: rgba(29,103,100,.35); text-underline-offset: 5px; }
.promotion-option > a:hover { color: var(--coral); text-decoration-color: currentColor; }
.promotion-option > a:focus-visible { outline: 2px solid var(--coral); outline-offset: 4px; }
.promotion-standards { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .7fr); gap: clamp(42px, 8vw, 120px); padding: var(--section-y) var(--gutter); background: var(--mint); color: var(--deep); }
.promotion-standards h2 { max-width: 760px; margin: 0; font-size: var(--type-headline); line-height: var(--leading-headline); letter-spacing: -.03em; }
.promotion-standards > div { align-self: end; max-width: 52ch; }
.promotion-standards p { margin: 0; font-size: var(--type-body); line-height: var(--leading-body); }
.promotion-standards p + p { margin-top: 18px; }
.promotion-enquiry { scroll-margin-top: 90px; }
.promotion-enquiry .submit-copy p:not(.section-tab) { max-width: 410px; }
.promotion-enquiry .section-tab, .promotion-enquiry .submit-button { color: var(--deep-2); }
.promotion-enquiry .form-row label span { color: rgba(200,217,198,.72); font-size: inherit; font-weight: 400; letter-spacing: 0; text-transform: none; }
.promotion-form-note { max-width: 60ch; margin: 20px 0 0; color: rgba(251,250,247,.72); font-size: var(--type-micro); line-height: 1.55; }
.promotion-form-note a { color: var(--mint); text-decoration: underline; text-underline-offset: 3px; }
.promotion-form-note a:hover { color: var(--coral); }
.sponsored-label { display: inline-flex; align-items: center; min-height: 25px; padding: 5px 8px; border: 1px solid currentColor; color: var(--deep); font-size: var(--type-label); font-weight: 700; letter-spacing: .055em; line-height: var(--leading-label); text-transform: uppercase; }

@media (max-width: 980px) {
  .promotion-hero, .promotion-section-heading, .promotion-standards { grid-template-columns: 1fr; }
  .promotion-hero-copy, .promotion-standards > div { max-width: 680px; }
  .promotion-option-grid { grid-template-columns: 1fr; }
  .promotion-option + .promotion-option { border-top: 1px solid var(--rule); border-left: 0; }
  .promotion-option > p, .promotion-option ul { min-height: 0; }
}

@media (max-width: 700px) {
  .promotion-hero { padding-top: 76px; }
  .promotion-hero h1 { font-size: clamp(52px, 15vw, 76px); }
  .promotion-option { padding-inline: 0; }
}

/* Promote follows the documented publication palette and type scale. */
.promotion-page { --paper: #f3f0e9; --white: #fbfaf7; }
.promotion-page h1, .promotion-page h2, .promotion-page h3 { text-wrap: balance; }
.promotion-page .promotion-hero h1 { font-size: var(--type-display); line-height: var(--leading-display); letter-spacing: -.03em; }
.promotion-page .promotion-option h3 { font-size: var(--type-title); line-height: var(--leading-title); min-height: 2.24em; }
.promotion-page .promotion-hero .button-dark { background: var(--ink); color: var(--white); border-color: var(--ink); }
.promotion-page .promotion-hero .button-dark:hover { background: var(--coral); color: var(--deep-2); border-color: var(--coral); }
.promotion-page .promotion-option > a:hover { color: var(--teal); }
.promotion-page .form-row input, .promotion-page .form-row select, .promotion-page .form-row textarea { color: var(--white); caret-color: var(--coral); }
.promotion-page .form-row select option { background: var(--deep-2); color: var(--white); }
.promotion-page .promotion-form-note { font-size: 13px; }
.promotion-page ::selection { background: var(--mint); color: var(--deep-2); }
@media (max-width: 980px) {
  .promotion-page .promotion-option h3 { min-height: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .promotion-page *, .promotion-page *::before, .promotion-page *::after { scroll-behavior: auto !important; transition: none !important; }
}