/* ============================================================
   BRONX CANNABIS VOICE
   Visual style: The LA Local (thelalocal.org)
   ============================================================ */

:root {
  --yellow:       #C9A520;
  --yellow-dark:  #A88610;
  --green:        #2D6A4F;
  --green-mid:    #40916C;
  --green-light:  #74C69D;
  --gold:         #C9A84C;
  --black:        #000000;
  --near-black:   #111111;
  --white:        #FFFFFF;
  --body-bg:      #FFFFFF;
  --text:         #111111;
  --text-muted:   #555555;
  --border:       #E0E0E0;
  --newsletter-bg:#4E52C2;
  --font-serif:   Georgia, 'Times New Roman', serif;
  --font-sans:    -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  --font-display: 'Arial Black', 'Franklin Gothic Heavy', 'Impact', var(--font-sans);
  --max:          1180px;
  --radius:       3px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; }
body { font-family: var(--font-sans); background: var(--body-bg); color: var(--text); line-height: 1.5; }
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: underline; }
img { display: block; max-width: 100%; height: auto; }
ul { list-style: none; }
button { cursor: pointer; font-family: inherit; }
.container { max-width: var(--max); margin: 0 auto; padding: 0 20px; }

/* ── ALERT BAR ── */
.alert-bar { background: var(--yellow); padding: 7px 0; font-size: 0.8rem; font-weight: 700; }
.alert-bar-inner { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.alert-bar-label { font-weight: 900; font-size: 0.78rem; margin-right: 4px; color: var(--black); }
.alert-pill { display: inline-block; background: var(--black); color: var(--white); padding: 4px 14px; border-radius: 20px; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.02em; transition: background 0.2s; }
.alert-pill:hover { background: var(--green); text-decoration: none; }
.alert-pill.green { background: var(--green); }
.alert-pill.green:hover { background: var(--green-mid); }

/* ── SITE HEADER ── */
.site-header { background: var(--white); border-bottom: 2px solid var(--black); position: sticky; top: 0; z-index: 100; }
.header-inner { display: flex; flex-direction: column; align-items: center; padding: 14px 20px 0; }
.site-logo { text-align: center; text-decoration: none; display: block; margin-bottom: 10px; }
.site-logo:hover { text-decoration: none; }
.logo-wordmark { font-family: var(--font-display); font-size: clamp(2.4rem, 6.5vw, 4.4rem); font-weight: 900; letter-spacing: -2px; text-transform: uppercase; color: var(--black); line-height: 1; display: flex; align-items: baseline; gap: 10px; }
.logo-the { font-size: 0.42em; font-weight: 900; letter-spacing: 0.04em; color: var(--black); align-self: center; }
.logo-accent {
  /* Bronx/NYC: borough blue → electric → gold */
  background: linear-gradient(90deg, #0D47A1 0%, #1976D2 35%, #C9A520 70%, #A88610 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-style: italic;
}
.logo-sub { font-size: 0.68rem; color: var(--text-muted); letter-spacing: 0.12em; text-transform: uppercase; font-weight: 400; margin-top: 3px; font-family: var(--font-sans); display: flex; gap: 10px; justify-content: center; }
.logo-sub span { border-right: 1px solid var(--border); padding-right: 10px; }
.logo-sub span:last-child { border-right: none; padding-right: 0; }

/* ── MAIN NAV ── */
.main-nav { display: flex; align-items: center; gap: 0; border-top: 1px solid var(--border); width: 100%; justify-content: center; flex-wrap: wrap; }
.main-nav a { display: block; padding: 10px 16px; font-size: 0.8rem; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; color: var(--text); border-bottom: 3px solid transparent; transition: all 0.15s; }
.main-nav a:hover, .main-nav a.active { color: var(--green); border-color: var(--green); text-decoration: none; }
.main-nav .nav-sponsor { background: var(--yellow); color: var(--black) !important; border-radius: 20px; margin-left: 8px; padding: 5px 16px; border-bottom: none !important; font-size: 0.75rem; }
.main-nav .nav-sponsor:hover { background: var(--yellow-dark); text-decoration: none; }
.hamburger { display: none; background: none; border: none; padding: 8px; }
.hamburger span { display: block; width: 22px; height: 2px; background: var(--black); margin: 5px 0; }

/* ── CATEGORY BADGES ── */
.badge { display: inline-block; padding: 3px 10px; border-radius: 3px; font-size: 0.65rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: var(--white); margin-bottom: 6px; }
.badge-laws      { background: #E65100; }
.badge-tourism   { background: #1565C0; }
.badge-delivery  { background: #6A1B9A; }
.badge-scene     { background: #558B2F; }
.badge-events    { background: #AD1457; }
.badge-products  { background: #4E342E; }
.badge-culture   { background: #37474F; }
.badge-dispensary{ background: #283593; }
.badge-guide     { background: #5D4037; }
.badge-equity    { background: #00695C; }
.badge-bronx     { background: #0D47A1; }
.badge-sponsor   { background: var(--yellow); color: var(--black); }
.badge-latest    { background: #E53935; }

/* ── HERO ── */
.hero-section { border-bottom: 1px solid var(--border); padding: 24px 0 0; }
.hero-grid { display: grid; grid-template-columns: 1fr 340px; gap: 32px; align-items: start; }
.hero-main-img { width: 100%; height: 420px; object-fit: cover; display: block; margin-bottom: 16px; }
.hero-main h1 { font-family: var(--font-serif); font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 700; line-height: 1.2; margin-bottom: 10px; color: var(--black); }
.hero-main h1 a { color: var(--black); }
.hero-main h1 a:hover { text-decoration: underline; }
.hero-excerpt { font-size: 1rem; color: var(--text-muted); line-height: 1.6; margin-bottom: 12px; }
.hero-byline { display: flex; align-items: center; gap: 8px; font-size: 0.82rem; color: var(--text-muted); padding-top: 12px; border-top: 1px solid var(--border); }
.byline-dot { width: 28px; height: 28px; background: var(--green); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--white); font-weight: 900; font-size: 0.75rem; flex-shrink: 0; }
.hero-byline strong { color: var(--black); }

/* ── LATEST SIDEBAR ── */
.latest-sidebar { border-left: 1px solid var(--border); padding-left: 24px; }
.latest-sidebar h2 { font-family: var(--font-serif); font-size: 1.35rem; font-weight: 700; margin-bottom: 16px; padding-bottom: 10px; border-bottom: 2px solid var(--black); }
.latest-item { display: grid; grid-template-columns: 88px 1fr; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--border); }
.latest-item:last-child { border-bottom: none; }
.latest-thumb { width: 88px; height: 66px; object-fit: cover; flex-shrink: 0; }
.latest-text .badge { margin-bottom: 4px; }
.latest-title { font-family: var(--font-serif); font-size: 0.9rem; font-weight: 700; line-height: 1.3; color: var(--black); }
.latest-title:hover { text-decoration: underline; }
.latest-date { font-size: 0.72rem; color: var(--text-muted); margin-top: 4px; }

/* ── SECTION LABELS ── */
.section-label { font-family: var(--font-display); font-size: 1.1rem; font-weight: 900; text-transform: uppercase; letter-spacing: 0.05em; padding: 20px 0 14px; border-bottom: 3px solid var(--black); margin-bottom: 20px; display: flex; align-items: center; justify-content: space-between; }
.section-label a { font-size: 0.75rem; font-weight: 700; color: var(--green); letter-spacing: 0; }

/* ── ARTICLE CARDS ── */
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px 24px; margin-bottom: 40px; }
.news-grid.two-col { grid-template-columns: repeat(2, 1fr); }
.news-grid.four-col { grid-template-columns: repeat(4, 1fr); }
.article-card { display: block; text-decoration: none; color: var(--text); }
.article-card:hover { text-decoration: none; }
.card-img-wrap { position: relative; overflow: hidden; margin-bottom: 10px; }
.card-img-wrap img { width: 100%; height: 210px; object-fit: cover; display: block; transition: transform 0.35s ease; }
.article-card:hover .card-img-wrap img { transform: scale(1.03); }
.card-img-wrap .badge { position: absolute; bottom: 8px; left: 8px; margin: 0; }
.card-title { font-family: var(--font-serif); font-size: 1.05rem; font-weight: 700; line-height: 1.35; color: var(--black); margin-bottom: 6px; }
.article-card:hover .card-title { text-decoration: underline; }
.card-excerpt { font-size: 0.85rem; color: var(--text-muted); line-height: 1.55; margin-bottom: 8px; }
.card-meta { font-size: 0.72rem; color: var(--text-muted); }
.card-meta strong { color: var(--black); }
.card-large .card-img-wrap img { height: 300px; }
.card-large .card-title { font-size: 1.3rem; }

/* ── VIDEO FEATURE ── */
.video-feature-section { background: var(--near-black); padding: 52px 0; color: var(--white); }
.video-feature-inner { display: grid; grid-template-columns: 1fr 1.4fr; gap: 48px; align-items: center; }
.video-feature-copy h2 { font-family: var(--font-display); font-size: clamp(1.4rem, 3vw, 2rem); font-weight: 900; line-height: 1.15; margin-bottom: 14px; color: var(--white); }
.video-feature-copy p { font-size: 0.95rem; color: rgba(255,255,255,0.75); line-height: 1.65; margin-bottom: 20px; }
.video-read-more { display: inline-block; color: var(--yellow); font-weight: 700; font-size: 0.9rem; border-bottom: 2px solid var(--yellow); padding-bottom: 2px; }
.video-read-more:hover { color: var(--white); border-color: var(--white); text-decoration: none; }
.video-wrapper { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: 6px; box-shadow: 0 8px 32px rgba(0,0,0,0.5); }
.video-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }
@media (max-width: 760px) { .video-feature-inner { grid-template-columns: 1fr; } }

/* ── ENTITY SECTION ── */
.entity-section { background: #F7F7F5; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 40px 0; margin: 40px 0; }
.entity-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.entity-block h3 { font-family: var(--font-serif); font-size: 1rem; font-weight: 700; margin-bottom: 8px; color: var(--black); border-bottom: 2px solid var(--green); padding-bottom: 8px; }
.entity-block p { font-size: 0.88rem; color: var(--text-muted); line-height: 1.7; }
.entity-block a { color: var(--green); font-weight: 600; }
.entity-block a:hover { color: var(--green-mid); }

/* ── SPONSOR BAND ── */
.sponsor-band { background: var(--black); color: var(--white); padding: 36px 0; }
.sponsor-band-inner { display: grid; grid-template-columns: 1fr 260px; gap: 40px; align-items: center; }
.sponsor-kicker { font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--yellow); margin-bottom: 8px; font-weight: 700; }
.sponsor-band h2 { font-family: var(--font-display); font-size: 2rem; font-weight: 900; color: var(--white); margin-bottom: 10px; text-transform: uppercase; }
.sponsor-band p { font-size: 0.9rem; color: rgba(255,255,255,0.75); line-height: 1.7; max-width: 580px; margin-bottom: 18px; }
.sponsor-nap { font-size: 0.82rem; color: rgba(255,255,255,0.55); margin-bottom: 18px; }
.sponsor-nap a { color: var(--yellow); }
.sponsor-links { display: flex; gap: 10px; flex-wrap: wrap; }
.btn-yellow { display: inline-block; background: var(--yellow); color: var(--black); padding: 9px 22px; border-radius: 22px; font-weight: 800; font-size: 0.82rem; transition: background 0.2s; }
.btn-yellow:hover { background: var(--yellow-dark); text-decoration: none; }
.btn-white-outline { display: inline-block; border: 2px solid rgba(255,255,255,0.4); color: var(--white); padding: 8px 20px; border-radius: 22px; font-weight: 700; font-size: 0.82rem; transition: all 0.2s; }
.btn-white-outline:hover { border-color: var(--white); text-decoration: none; }
.sponsor-band-img { width: 100%; height: 180px; object-fit: cover; border-radius: 4px; border: 2px solid rgba(255,255,255,0.15); }
.sponsor-quick-links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.sponsor-quick-links a { font-size: 0.72rem; color: rgba(255,255,255,0.5); text-decoration: underline; }
.sponsor-quick-links a:hover { color: var(--yellow); }

/* ── NEWSLETTER ── */
.newsletter-section { background: var(--newsletter-bg); padding: 52px 0; color: var(--white); }
.newsletter-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.newsletter-copy h2 { font-family: var(--font-display); font-size: 1.8rem; font-weight: 900; margin-bottom: 10px; line-height: 1.2; }
.newsletter-copy p { font-size: 0.95rem; color: rgba(255,255,255,0.85); line-height: 1.6; }
.checkbox-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 16px; background: var(--white); border-radius: 6px; padding: 16px; margin-bottom: 12px; }
.checkbox-grid label { display: flex; align-items: center; gap: 8px; font-size: 0.82rem; color: var(--black); font-weight: 600; cursor: pointer; }
.checkbox-grid input[type="checkbox"] { accent-color: var(--green); width: 16px; height: 16px; }
.newsletter-input-row { display: flex; gap: 8px; }
.newsletter-input-row input[type="email"] { flex: 1; padding: 12px 16px; border: none; border-radius: 4px; font-size: 0.9rem; font-family: var(--font-sans); }
.newsletter-input-row input[type="email"]::placeholder { color: #999; }
.newsletter-input-row button { background: var(--black); color: var(--white); padding: 12px 24px; border: none; border-radius: 4px; font-weight: 800; font-size: 0.88rem; font-family: var(--font-sans); transition: background 0.2s; }
.newsletter-input-row button:hover { background: var(--green); }

/* ── ARTICLE PAGE ── */
.article-page-header { border-bottom: 1px solid var(--border); padding: 32px 0 24px; background: var(--white); }
.breadcrumb { font-size: 0.78rem; color: var(--text-muted); margin-bottom: 12px; display: flex; gap: 6px; align-items: center; }
.breadcrumb a { color: var(--text-muted); }
.breadcrumb a:hover { color: var(--green); }
.article-h1 { font-family: var(--font-serif); font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 700; line-height: 1.2; max-width: 800px; margin-bottom: 14px; color: var(--black); }
.article-meta-row { display: flex; align-items: center; gap: 14px; font-size: 0.8rem; color: var(--text-muted); flex-wrap: wrap; }
.article-featured-img { width: 100%; max-height: 480px; object-fit: cover; display: block; }
.content-layout { display: grid; grid-template-columns: 1fr 300px; gap: 48px; align-items: start; padding: 36px 0; }
.article-body { font-size: 1.05rem; line-height: 1.8; color: var(--text); max-width: 720px; }
.article-body h2 { font-family: var(--font-serif); font-size: 1.5rem; font-weight: 700; margin: 36px 0 12px; color: var(--black); border-bottom: 2px solid var(--green); padding-bottom: 8px; }
.article-body h3 { font-family: var(--font-serif); font-size: 1.2rem; margin: 26px 0 10px; color: var(--black); }
.article-body p { margin-bottom: 20px; }
.article-body a { color: var(--green); font-weight: 600; }
.article-body a:hover { color: var(--green-mid); }
.article-body ul, .article-body ol { margin: 0 0 20px 24px; }
.article-body li { margin-bottom: 8px; }
.article-body blockquote { border-left: 4px solid var(--yellow); padding: 12px 20px; margin: 28px 0; background: #FAFAF7; font-style: italic; font-size: 1.1rem; border-radius: 0 3px 3px 0; }

/* ── SPONSOR CALLOUT ── */
.sponsor-callout { background: var(--black); color: var(--white); padding: 26px 30px; border-radius: 4px; margin: 36px 0; }
.sponsor-callout .kicker { font-size: 0.65rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--yellow); margin-bottom: 6px; font-weight: 700; }
.sponsor-callout h4 { font-family: var(--font-display); font-size: 1.1rem; font-weight: 900; color: var(--white); margin-bottom: 8px; text-transform: uppercase; }
.sponsor-callout p { font-size: 0.9rem; color: rgba(255,255,255,0.8); margin-bottom: 16px; }
.sponsor-callout strong { color: var(--white); }

/* ── TAGS ── */
.tag-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0; }
.tag { display: inline-block; padding: 4px 12px; background: #F0F0EE; border-radius: 20px; font-size: 0.75rem; color: var(--text-muted); font-weight: 600; border: 1px solid var(--border); }
.tag:hover { background: var(--green); color: var(--white); border-color: var(--green); text-decoration: none; }

/* ── SIDEBAR ── */
.sidebar-widget { border: 1px solid var(--border); border-radius: 3px; overflow: hidden; margin-bottom: 24px; }
.widget-header { background: var(--black); color: var(--white); padding: 10px 16px; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.widget-body { padding: 14px 16px; }
.widget-list li { padding: 10px 0; border-bottom: 1px solid var(--border); font-size: 0.85rem; }
.widget-list li:last-child { border-bottom: none; }
.widget-list a { color: var(--text); font-weight: 600; line-height: 1.4; }
.widget-list a:hover { color: var(--green); text-decoration: none; }
.sponsor-sidebar { background: var(--black); color: var(--white); padding: 20px; border-radius: 3px; margin-bottom: 24px; text-align: center; }
.sponsor-sidebar .kicker { font-size: 0.62rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--yellow); margin-bottom: 8px; font-weight: 700; }
.sponsor-sidebar .name { font-family: var(--font-display); font-size: 1.1rem; font-weight: 900; color: var(--white); margin-bottom: 10px; text-transform: uppercase; }
.sponsor-sidebar p { font-size: 0.82rem; color: rgba(255,255,255,0.7); margin-bottom: 14px; line-height: 1.5; }

/* ── NAP BOX ── */
.nap-box { border: 2px solid var(--yellow); border-radius: 3px; padding: 20px 24px; margin: 28px 0; background: #FAFAF5; }
.nap-box h3 { font-family: var(--font-serif); font-size: 1.1rem; margin-bottom: 12px; }
.nap-row { display: flex; gap: 8px; margin-bottom: 7px; font-size: 0.9rem; }
.nap-label { font-weight: 700; min-width: 80px; color: var(--text-muted); }

/* ── MAP ── */
.map-wrap { border: 1px solid var(--border); border-radius: 3px; overflow: hidden; margin: 24px 0; }
.map-wrap iframe { display: block; width: 100%; height: 400px; border: none; }

/* ── DIRECTIONS ── */
.direction-item { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; border-bottom: 1px solid var(--border); font-size: 0.9rem; }
.direction-item:last-child { border-bottom: none; }
.direction-from { font-weight: 700; }
.direction-dist { font-size: 0.78rem; color: var(--text-muted); }
.direction-btn { display: inline-block; padding: 5px 14px; background: var(--green); color: var(--white) !important; border-radius: 3px; font-size: 0.75rem; font-weight: 700; transition: background 0.15s; }
.direction-btn:hover { background: var(--green-mid); text-decoration: none; color: var(--white) !important; }
/* Override .article-body a color for direction buttons */
.article-body .direction-btn,
.article-body .direction-btn:hover,
.widget-body .direction-btn,
.widget-body .direction-btn:hover { color: var(--white) !important; }

/* ── SPONSOR HERO ── */
.sponsor-hero { background: var(--black); padding: 64px 0 48px; text-align: center; border-bottom: 4px solid var(--yellow); }
.sponsor-hero .badge { margin-bottom: 14px; }
.sponsor-hero h1 { font-family: var(--font-display); font-size: clamp(2.2rem, 5vw, 3.5rem); font-weight: 900; color: var(--white); text-transform: uppercase; margin-bottom: 14px; }
.sponsor-hero p { font-size: 1rem; color: rgba(255,255,255,0.75); max-width: 600px; margin: 0 auto 24px; line-height: 1.6; }

/* ── FOOTER ── */
.divider { border: none; border-top: 1px solid var(--border); margin: 32px 0; }
.site-footer { background: var(--black); color: rgba(255,255,255,0.7); padding: 52px 0 0; }
.footer-top-logo { font-family: var(--font-display); font-size: 1.5rem; font-weight: 900; color: var(--white); text-transform: uppercase; margin-bottom: 8px; }
.footer-top-logo span { background: var(--green); color: var(--white); padding: 1px 6px; border-radius: 2px; font-style: italic; }
.footer-tagline { font-size: 0.82rem; color: rgba(255,255,255,0.45); margin-bottom: 14px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 36px; margin-bottom: 40px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.footer-col h5 { font-size: 0.65rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--yellow); margin-bottom: 14px; font-weight: 800; }
.footer-col ul li { margin-bottom: 9px; }
.footer-col a { font-size: 0.83rem; color: rgba(255,255,255,0.55); transition: color 0.15s; }
.footer-col a:hover { color: var(--white); text-decoration: none; }
.footer-socials { display: flex; gap: 10px; margin-top: 14px; }
.social-icon { display: flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.25); font-size: 0.75rem; font-weight: 900; color: rgba(255,255,255,0.6); transition: all 0.15s; }
.social-icon:hover { border-color: var(--white); color: var(--white); text-decoration: none; }
.footer-bottom { padding: 16px 0; display: flex; justify-content: space-between; align-items: center; font-size: 0.75rem; color: rgba(255,255,255,0.3); flex-wrap: wrap; gap: 8px; }
.footer-bottom a { color: rgba(255,255,255,0.4); }
.footer-bottom a:hover { color: rgba(255,255,255,0.7); }
section.section { padding: 40px 0; }

/* ── PLATFORM DIRECTORY GRID ── */
.platform-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 24px 0; }
.platform-btn { display: flex; align-items: center; gap: 13px; padding: 12px 14px; border: 1.5px solid #E0E0E0; border-radius: 6px; text-decoration: none; color: #111; transition: border-color 0.15s, box-shadow 0.15s; background: #fff; }
.platform-btn:hover { border-color: #999; box-shadow: 0 2px 8px rgba(0,0,0,0.08); text-decoration: none; color: #111; }
.platform-icon { width: 40px; height: 40px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 0.7rem; color: #fff; flex-shrink: 0; font-family: var(--font-display); letter-spacing: 0; line-height: 1; }
.platform-name { font-weight: 700; font-size: 0.88rem; color: #111; line-height: 1.25; }
.platform-sub { font-weight: 400; font-size: 0.75rem; color: #777; display: block; }
@media (max-width: 540px) { .platform-grid { grid-template-columns: 1fr; } }

/* ── FOOTER ADDRESS / QUICK LINKS ── */
.footer-addr { font-size: 0.82rem; color: rgba(255,255,255,0.55); line-height: 1.65; margin-bottom: 14px; }
.footer-addr strong { color: rgba(255,255,255,0.85); display: block; margin-bottom: 4px; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.06em; }
.footer-qlinks { list-style: none; padding: 0; margin: 0; }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .news-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  .hero-grid { grid-template-columns: 1fr 280px; gap: 20px; }
}
@media (max-width: 768px) {
  .main-nav { display: none; }
  .main-nav.open { display: flex; flex-direction: column; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: var(--white); z-index: 999; padding: 60px 20px 20px; overflow-y: auto; }
  .main-nav.open a { padding: 14px 0; border-bottom: 1px solid var(--border); font-size: 1rem; }
  .hamburger { display: block; position: absolute; right: 16px; top: 50%; transform: translateY(-50%); }
  .header-inner { position: relative; }
  .hero-grid { grid-template-columns: 1fr; }
  .latest-sidebar { border-left: none; border-top: 2px solid var(--black); padding-left: 0; padding-top: 20px; }
  .news-grid { grid-template-columns: 1fr; }
  .news-grid.two-col, .news-grid.four-col { grid-template-columns: 1fr; }
  .content-layout { grid-template-columns: 1fr; }
  .newsletter-inner, .sponsor-band-inner, .entity-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .hero-main-img { height: 260px; }
}
@media (max-width: 480px) {
  .footer-grid, .footer-bottom, .checkbox-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .logo-wordmark { font-size: 2rem; }
  .alert-bar-inner { gap: 5px; }
}
