/* ==========================================================================
   Dylan Seibel News — dylanseibel.com
   News / journalism design — navy + white + red
   ========================================================================== */

:root {
  --navy:        #1a2744;
  --navy-light:  #243158;
  --navy-dark:   #121c33;
  --red:         #c0392b;
  --red-light:   #e74c3c;
  --red-pale:    #fdf2f1;
  --gray-50:     #f8f9fa;
  --gray-100:    #f1f3f5;
  --gray-200:    #e9ecef;
  --gray-300:    #dee2e6;
  --gray-400:    #ced4da;
  --gray-500:    #adb5bd;
  --gray-600:    #6c757d;
  --gray-700:    #495057;
  --gray-800:    #343a40;
  --gray-900:    #212529;
  --white:       #ffffff;
  --text:        #1f2d3d;
  --text-muted:  #5a6474;
  --border:      #e2e6ea;
  --shadow-sm:   0 1px 3px rgba(0,0,0,.08);
  --shadow-md:   0 4px 12px rgba(0,0,0,.10);
  --shadow-lg:   0 8px 24px rgba(0,0,0,.12);
  --radius:      4px;
  --radius-md:   6px;
  --radius-lg:   10px;
  --container:   1180px;
  --font-serif:  'Playfair Display', Georgia, 'Times New Roman', serif;
  --font-sans:   'DM Sans', system-ui, -apple-system, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: var(--font-sans); color: var(--text); background: var(--white); line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--red); text-decoration: none; }
a:hover { text-decoration: underline; }
ul, ol { list-style: none; }

.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }

/* Top Bar */
.top-bar { background: var(--navy-dark); color: rgba(255,255,255,.65); font-size: .75rem; font-weight: 500; letter-spacing: .04em; text-transform: uppercase; padding: 6px 0; }
.top-bar .container { display: flex; justify-content: space-between; align-items: center; }
.top-bar a { color: rgba(255,255,255,.65); }
.top-bar a:hover { color: var(--white); text-decoration: none; }
.top-bar-left, .top-bar-right { display: flex; gap: 20px; align-items: center; }

/* Header */
#site-header { background: var(--navy); border-bottom: 3px solid var(--red); position: sticky; top: 0; z-index: 200; }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 64px; gap: 24px; }

.site-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; flex-shrink: 0; }
.logo-mark { width: 40px; height: 40px; background: var(--red); border-radius: var(--radius); display: flex; align-items: center; justify-content: center; font-family: var(--font-serif); font-weight: 700; font-size: 1rem; color: var(--white); flex-shrink: 0; }
.logo-text-wrap { display: flex; flex-direction: column; line-height: 1.2; }
.logo-name { font-family: var(--font-serif); font-weight: 700; font-size: 1.1rem; color: var(--white); }
.logo-sub { font-size: .68rem; font-weight: 500; color: rgba(255,255,255,.6); letter-spacing: .06em; text-transform: uppercase; }

.site-nav { display: flex; align-items: center; gap: 4px; }
.site-nav a { font-size: .85rem; font-weight: 500; color: rgba(255,255,255,.8); padding: 6px 12px; border-radius: var(--radius); text-decoration: none; white-space: nowrap; transition: background .15s, color .15s; }
.site-nav a:hover { background: rgba(255,255,255,.1); color: var(--white); }
.site-nav a.nav-cta { background: var(--red); color: var(--white); margin-left: 8px; }
.site-nav a.nav-cta:hover { background: var(--red-light); }

.hamburger { display: none; flex-direction: column; justify-content: space-between; width: 28px; height: 20px; background: none; border: none; cursor: pointer; padding: 0; flex-shrink: 0; }
.hamburger span { display: block; height: 2px; background: var(--white); border-radius: 2px; transition: transform .25s, opacity .25s; }

/* Category Nav */
.category-nav { background: var(--gray-50); border-bottom: 1px solid var(--border); }
.category-nav .container { display: flex; gap: 0; overflow-x: auto; scrollbar-width: none; }
.category-nav a { font-size: .78rem; font-weight: 600; color: var(--text-muted); padding: 10px 14px; white-space: nowrap; text-decoration: none; border-bottom: 2px solid transparent; letter-spacing: .03em; text-transform: uppercase; transition: color .15s, border-color .15s; }
.category-nav a:hover, .category-nav a.active { color: var(--red); border-color: var(--red); }

/* Hero Section */
.hero-section { padding: 40px 0 32px; background: var(--white); border-bottom: 1px solid var(--border); }
.hero-grid { display: grid; grid-template-columns: 1fr 340px; gap: 32px; align-items: start; }

.feature-article { display: flex; flex-direction: column; gap: 16px; }
.feature-img-wrap { aspect-ratio: 16/9; background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%); border-radius: var(--radius-md); overflow: hidden; display: flex; align-items: center; justify-content: center; position: relative; }
.feature-img-wrap svg { opacity: .18; }
.feature-category-badge { position: absolute; top: 16px; left: 16px; background: var(--red); color: var(--white); font-size: .7rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 4px 10px; border-radius: 2px; }
.feature-headline { font-family: var(--font-serif); font-size: 1.85rem; font-weight: 700; line-height: 1.25; color: var(--text); }
.feature-headline a { color: var(--text); text-decoration: none; }
.feature-headline a:hover { color: var(--red); }
.feature-deck { font-size: 1.05rem; color: var(--text-muted); line-height: 1.6; }
.feature-meta { font-size: .78rem; color: var(--gray-500); display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.feature-meta .byline { color: var(--red); font-weight: 600; }
.feature-meta .sep { color: var(--gray-300); }

.hero-sidebar { display: flex; flex-direction: column; gap: 0; }
.hero-sidebar-article { padding: 16px 0; border-bottom: 1px solid var(--border); display: flex; flex-direction: column; gap: 6px; }
.hero-sidebar-article:first-child { padding-top: 0; }
.hero-sidebar-article:last-child { border-bottom: none; padding-bottom: 0; }
.hero-sidebar-cat { font-size: .68rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; color: var(--red); }
.hero-sidebar-headline { font-family: var(--font-serif); font-size: 1rem; font-weight: 700; line-height: 1.3; color: var(--text); }
.hero-sidebar-headline a { color: inherit; text-decoration: none; }
.hero-sidebar-headline a:hover { color: var(--red); }
.hero-sidebar-meta { font-size: .72rem; color: var(--gray-500); }

/* Section Headers */
.section-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 24px; padding-bottom: 10px; border-bottom: 2px solid var(--navy); }
.section-title { font-family: var(--font-serif); font-size: 1.25rem; font-weight: 700; color: var(--navy); }
.section-link { font-size: .78rem; font-weight: 600; color: var(--red); text-decoration: none; }
.section-link:hover { text-decoration: underline; }

/* Articles Grid */
.articles-section { padding: 40px 0; }
.articles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }

.article-card { display: flex; flex-direction: column; gap: 12px; }
.article-card-img { aspect-ratio: 16/10; border-radius: var(--radius-md); overflow: hidden; display: flex; align-items: center; justify-content: center; position: relative; }
.article-card-img.navy { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%); }
.article-card-img.red-dark { background: linear-gradient(135deg, #7b1c14 0%, var(--red) 100%); }
.article-card-img.green-dark { background: linear-gradient(135deg, #1a4d2e 0%, #2d7a4f 100%); }
.article-card-img.slate { background: linear-gradient(135deg, #2c3e50 0%, #3d5166 100%); }
.article-card-img.amber-dark { background: linear-gradient(135deg, #7c4500 0%, #d97706 100%); }
.article-card-img.gray-dark { background: linear-gradient(135deg, #374151 0%, #6b7280 100%); }
.article-card-img svg { opacity: .2; }
.article-card-cat { font-size: .68rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; color: var(--red); }
.article-card-headline { font-family: var(--font-serif); font-size: 1.1rem; font-weight: 700; line-height: 1.3; color: var(--text); }
.article-card-headline a { color: inherit; text-decoration: none; }
.article-card-headline a:hover { color: var(--red); }
.article-card-deck { font-size: .9rem; color: var(--text-muted); line-height: 1.55; flex: 1; }
.article-card-meta { font-size: .72rem; color: var(--gray-500); }
.article-card-meta .byline { color: var(--red); font-weight: 600; }

/* Content + Sidebar */
.content-sidebar-layout { display: grid; grid-template-columns: 1fr 300px; gap: 48px; align-items: start; padding: 40px 0; }

/* Sidebar */
.sidebar { display: flex; flex-direction: column; gap: 28px; }
.sidebar-widget { background: var(--gray-50); border: 1px solid var(--border); border-radius: var(--radius-md); padding: 20px; }
.sidebar-widget-title { font-family: var(--font-serif); font-size: 1rem; font-weight: 700; color: var(--navy); margin-bottom: 16px; padding-bottom: 10px; border-bottom: 2px solid var(--navy); }
.sidebar-article { display: flex; gap: 10px; padding: 12px 0; border-bottom: 1px solid var(--border); align-items: flex-start; }
.sidebar-article:last-child { border-bottom: none; padding-bottom: 0; }
.sidebar-article-num { font-family: var(--font-serif); font-size: 1.2rem; font-weight: 700; color: var(--gray-300); min-width: 26px; line-height: 1; padding-top: 2px; }
.sidebar-article-headline { font-size: .88rem; font-weight: 600; line-height: 1.35; }
.sidebar-article-headline a { color: var(--text); text-decoration: none; }
.sidebar-article-headline a:hover { color: var(--red); }
.sidebar-article-meta { font-size: .7rem; color: var(--gray-500); margin-top: 3px; }

.sidebar-bio { text-align: center; }
.sidebar-bio .avatar { width: 72px; height: 72px; background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%); border-radius: 50%; margin: 0 auto 12px; display: flex; align-items: center; justify-content: center; font-family: var(--font-serif); font-size: 1.4rem; font-weight: 700; color: var(--white); }
.sidebar-bio p { font-size: .88rem; color: var(--text-muted); line-height: 1.55; margin-bottom: 14px; }
.sidebar-links { display: flex; flex-direction: column; gap: 8px; margin-top: 10px; }
.sidebar-link { font-size: .82rem; font-weight: 500; color: var(--navy); text-decoration: none; display: flex; align-items: center; gap: 6px; }
.sidebar-link::before { content: '→'; color: var(--red); }
.sidebar-link:hover { color: var(--red); }

.area-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.area-tag { font-size: .75rem; font-weight: 600; color: var(--navy); background: var(--gray-100); border: 1px solid var(--border); border-radius: 20px; padding: 4px 10px; text-decoration: none; }
.area-tag:hover { background: var(--navy); color: var(--white); text-decoration: none; }

/* Article Page */
.article-header { padding: 40px 0 32px; border-bottom: 1px solid var(--border); }
.article-category { font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--red); margin-bottom: 12px; }
.article-category a { color: inherit; text-decoration: none; }
.article-headline { font-family: var(--font-serif); font-size: 2.4rem; font-weight: 700; line-height: 1.2; color: var(--text); margin-bottom: 16px; }
.article-deck { font-size: 1.15rem; color: var(--text-muted); line-height: 1.6; margin-bottom: 20px; font-style: italic; }
.article-byline { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.byline-avatar { width: 40px; height: 40px; background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--font-serif); font-weight: 700; font-size: .9rem; color: var(--white); flex-shrink: 0; }
.byline-details { font-size: .82rem; }
.byline-name { font-weight: 600; color: var(--red); }
.byline-meta { color: var(--gray-500); margin-top: 2px; }

.article-hero-img { width: 100%; aspect-ratio: 16/8; border-radius: var(--radius-lg); margin: 28px 0; display: flex; align-items: center; justify-content: center; }
.article-hero-img.navy-bg { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%); }
.article-hero-img.red-bg { background: linear-gradient(135deg, #7b1c14 0%, var(--red) 100%); }
.article-hero-img.green-bg { background: linear-gradient(135deg, #1a4d2e 0%, #2d7a4f 100%); }
.article-hero-img.slate-bg { background: linear-gradient(135deg, #2c3e50 0%, #3d5166 100%); }
.article-hero-img.amber-bg { background: linear-gradient(135deg, #7c4500 0%, #d97706 100%); }
.article-hero-img svg { opacity: .18; }

.article-body { font-size: 1.05rem; line-height: 1.82; color: var(--text); }
.article-body h2 { font-family: var(--font-serif); font-size: 1.5rem; font-weight: 700; color: var(--text); margin: 36px 0 14px; line-height: 1.3; }
.article-body h3 { font-family: var(--font-serif); font-size: 1.15rem; font-weight: 700; color: var(--text); margin: 24px 0 10px; }
.article-body p { margin-bottom: 20px; }
.article-body p:last-child { margin-bottom: 0; }
.article-body ul, .article-body ol { margin: 0 0 20px 22px; display: flex; flex-direction: column; gap: 8px; }
.article-body ul { list-style: disc; }
.article-body ol { list-style: decimal; }
.article-body li { line-height: 1.65; }
.article-body a { color: var(--red); font-weight: 500; }
.article-body strong { font-weight: 700; }
.article-body blockquote { border-left: 3px solid var(--red); padding: 4px 0 4px 20px; margin: 24px 0; font-style: italic; color: var(--text-muted); }

.article-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 32px; padding-top: 24px; border-top: 1px solid var(--border); }
.article-tag { font-size: .75rem; font-weight: 600; color: var(--navy); background: var(--gray-100); border: 1px solid var(--border); border-radius: 20px; padding: 4px 12px; text-decoration: none; }
.article-tag:hover { background: var(--navy); color: var(--white); text-decoration: none; }

/* Page Header */
.page-header { background: var(--navy); color: var(--white); padding: 48px 0; border-bottom: 3px solid var(--red); }
.page-header h1 { font-family: var(--font-serif); font-size: 2.2rem; font-weight: 700; line-height: 1.25; margin-bottom: 10px; }
.page-header p { font-size: 1.05rem; color: rgba(255,255,255,.75); max-width: 600px; }

/* About */
.about-layout { display: grid; grid-template-columns: 1fr 300px; gap: 48px; align-items: start; padding: 48px 0; }
.about-body h2 { font-family: var(--font-serif); font-size: 1.5rem; font-weight: 700; color: var(--text); margin: 32px 0 14px; }
.about-body h2:first-child { margin-top: 0; }
.about-body p { font-size: 1.02rem; line-height: 1.78; color: var(--text); margin-bottom: 18px; }
.about-body strong { font-weight: 700; }
.about-stat-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin: 24px 0; }
.about-stat { background: var(--gray-50); border: 1px solid var(--border); border-radius: var(--radius-md); padding: 16px; }
.about-stat-value { font-family: var(--font-serif); font-size: 1.8rem; font-weight: 700; color: var(--red); }
.about-stat-label { font-size: .8rem; color: var(--text-muted); font-weight: 500; margin-top: 2px; }

/* Contact */
.contact-layout { display: grid; grid-template-columns: 1fr 300px; gap: 48px; align-items: start; padding: 48px 0; }
.contact-form-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 32px; box-shadow: var(--shadow-sm); }
.contact-form-card h2 { font-family: var(--font-serif); font-size: 1.5rem; font-weight: 700; color: var(--text); margin-bottom: 8px; }
.contact-form-card > p { font-size: .92rem; color: var(--text-muted); margin-bottom: 24px; line-height: 1.6; }

/* Form */
.form-group { margin-bottom: 18px; }
.form-label { display: block; font-size: .82rem; font-weight: 600; color: var(--text); margin-bottom: 6px; }
.form-input { width: 100%; padding: 10px 14px; border: 1.5px solid var(--border); border-radius: var(--radius); font-family: var(--font-sans); font-size: .95rem; color: var(--text); background: var(--white); transition: border-color .15s, box-shadow .15s; appearance: none; }
.form-input:focus { outline: none; border-color: var(--navy); box-shadow: 0 0 0 3px rgba(26,39,68,.08); }
.form-input::placeholder { color: var(--gray-400); }
.form-textarea { resize: vertical; min-height: 130px; }
.form-select { cursor: pointer; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236c757d' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 36px; }
.form-name-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-alert { display: none; padding: 12px 16px; border-radius: var(--radius); font-size: .88rem; margin-bottom: 16px; line-height: 1.5; }
.form-alert.visible { display: block; }
.form-alert--error { background: var(--red-pale); border: 1px solid #f5c6c2; color: #8b2119; }
.form-alert--success { background: #f0fdf4; border: 1px solid #bbf7d0; color: #166534; }
.form-alert a { color: inherit; font-weight: 600; }
.form-submit-row { margin-top: 6px; }

/* Buttons */
.btn { display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-sans); font-size: .9rem; font-weight: 600; padding: 10px 20px; border-radius: var(--radius); border: 2px solid transparent; cursor: pointer; text-decoration: none; transition: background .15s, color .15s, border-color .15s; line-height: 1; white-space: nowrap; }
.btn--primary { background: var(--red); color: var(--white); border-color: var(--red); }
.btn--primary:hover { background: var(--red-light); border-color: var(--red-light); text-decoration: none; color: var(--white); }
.btn--navy { background: var(--navy); color: var(--white); border-color: var(--navy); }
.btn--navy:hover { background: var(--navy-light); text-decoration: none; color: var(--white); }
.btn--outline { background: transparent; color: var(--navy); border-color: var(--navy); }
.btn--outline:hover { background: var(--navy); color: var(--white); text-decoration: none; }
.btn--outline-white { background: transparent; color: var(--white); border-color: rgba(255,255,255,.5); }
.btn--outline-white:hover { background: rgba(255,255,255,.1); text-decoration: none; color: var(--white); }
.btn--sm { font-size: .8rem; padding: 7px 14px; }
.btn--lg { font-size: 1rem; padding: 13px 26px; }
.btn[disabled] { opacity: .6; cursor: not-allowed; }

/* Coverage Strip */
.coverage-strip { background: var(--navy); color: var(--white); padding: 40px 0; }
.coverage-strip .section-title { color: var(--white); }
.coverage-strip .section-header { border-color: rgba(255,255,255,.2); margin-bottom: 28px; }
.coverage-strip .section-link { color: rgba(255,255,255,.7); }
.coverage-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.coverage-card { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-md); padding: 18px; text-decoration: none; transition: background .15s; display: block; }
.coverage-card:hover { background: rgba(255,255,255,.13); text-decoration: none; }
.coverage-card-name { font-family: var(--font-serif); font-size: 1rem; font-weight: 700; color: var(--white); margin-bottom: 4px; }
.coverage-card-county { font-size: .72rem; color: rgba(255,255,255,.5); letter-spacing: .04em; text-transform: uppercase; font-weight: 500; }

/* CTA Band */
.cta-band { background: var(--gray-50); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 40px 0; text-align: center; }
.cta-band h2 { font-family: var(--font-serif); font-size: 1.6rem; font-weight: 700; color: var(--navy); margin-bottom: 10px; }
.cta-band p { font-size: 1rem; color: var(--text-muted); max-width: 500px; margin: 0 auto 24px; line-height: 1.6; }
.cta-buttons { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* Breadcrumb */
.breadcrumb { padding: 14px 0; border-bottom: 1px solid var(--border); }
.breadcrumb ol { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.breadcrumb li { font-size: .78rem; color: var(--gray-500); display: flex; align-items: center; gap: 6px; }
.breadcrumb li::after { content: '/'; color: var(--gray-300); }
.breadcrumb li:last-child::after { content: ''; }
.breadcrumb li a { color: var(--gray-500); text-decoration: none; }
.breadcrumb li a:hover { color: var(--red); }
.breadcrumb li[aria-current] { color: var(--text); font-weight: 500; }

/* Footer */
#site-footer { background: var(--navy-dark); color: rgba(255,255,255,.8); padding: 48px 0 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-brand .site-logo { margin-bottom: 14px; }
.footer-brand p { font-size: .88rem; color: rgba(255,255,255,.55); line-height: 1.65; max-width: 280px; }
.footer-col h5 { font-size: .72rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; color: rgba(255,255,255,.4); margin-bottom: 14px; }
.footer-links { display: flex; flex-direction: column; gap: 8px; }
.footer-links a { font-size: .88rem; color: rgba(255,255,255,.65); text-decoration: none; transition: color .15s; }
.footer-links a:hover { color: var(--white); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding: 18px 0; font-size: .78rem; color: rgba(255,255,255,.35); flex-wrap: wrap; gap: 10px; }
.footer-legal { display: flex; gap: 16px; }
.footer-legal a { color: rgba(255,255,255,.35); text-decoration: none; }
.footer-legal a:hover { color: rgba(255,255,255,.7); }

/* News Index */
.news-index-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; }
.news-list-article { display: flex; gap: 20px; padding: 24px 0; border-bottom: 1px solid var(--border); align-items: flex-start; }
.news-list-article:first-child { padding-top: 0; }
.news-list-img { width: 120px; height: 80px; flex-shrink: 0; border-radius: var(--radius); overflow: hidden; display: flex; align-items: center; justify-content: center; }
.news-list-img.navy { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%); }
.news-list-img.red-dark { background: linear-gradient(135deg, #7b1c14 0%, var(--red) 100%); }
.news-list-img.green-dark { background: linear-gradient(135deg, #1a4d2e 0%, #2d7a4f 100%); }
.news-list-img.slate { background: linear-gradient(135deg, #2c3e50 0%, #3d5166 100%); }
.news-list-img.amber-dark { background: linear-gradient(135deg, #7c4500 0%, #d97706 100%); }
.news-list-img.gray-dark { background: linear-gradient(135deg, #374151 0%, #6b7280 100%); }
.news-list-img svg { opacity: .25; }
.news-list-cat { font-size: .65rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; color: var(--red); margin-bottom: 5px; }
.news-list-headline { font-family: var(--font-serif); font-size: 1rem; font-weight: 700; line-height: 1.3; margin-bottom: 4px; }
.news-list-headline a { color: var(--text); text-decoration: none; }
.news-list-headline a:hover { color: var(--red); }
.news-list-meta { font-size: .7rem; color: var(--gray-500); }

/* Utilities */
.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; }

/* Responsive */
@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr 280px; gap: 24px; }
  .articles-grid { grid-template-columns: repeat(2, 1fr); }
  .coverage-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .about-layout, .contact-layout, .content-sidebar-layout { grid-template-columns: 1fr 260px; gap: 32px; }
  .news-index-grid { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-sidebar { display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; }
  .about-layout, .contact-layout, .content-sidebar-layout { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .container { padding: 0 16px; }
  .site-nav { display: none; position: absolute; top: 64px; left: 0; right: 0; background: var(--navy); flex-direction: column; align-items: stretch; padding: 12px 16px 20px; border-top: 1px solid rgba(255,255,255,.1); box-shadow: 0 8px 24px rgba(0,0,0,.25); gap: 4px; }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 12px 16px; font-size: .95rem; }
  .site-nav a.nav-cta { margin-left: 0; text-align: center; margin-top: 4px; }
  .hamburger { display: flex; }
  .top-bar, .category-nav { display: none; }
  .feature-headline { font-size: 1.45rem; }
  .article-headline { font-size: 1.7rem; }
  .page-header h1 { font-size: 1.7rem; }
  .page-header { padding: 32px 0; }
  .articles-grid { grid-template-columns: 1fr; }
  .hero-sidebar { grid-template-columns: 1fr; }
  .hero-section, .articles-section { padding: 28px 0; }
  .coverage-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
  .footer-brand p { max-width: none; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .contact-form-card { padding: 22px 18px; }
  .form-name-row { grid-template-columns: 1fr; }
  .cta-buttons { flex-direction: column; align-items: center; }
  .news-list-article { flex-direction: column; gap: 12px; }
  .news-list-img { width: 100%; height: 140px; }
}

@media (max-width: 600px) {
  .feature-headline { font-size: 1.25rem; }
  .article-headline { font-size: 1.45rem; }
  .page-header h1 { font-size: 1.45rem; }
  .coverage-grid { grid-template-columns: 1fr; }
  .coverage-strip, .cta-band { padding: 28px 0; }
  .cta-band h2 { font-size: 1.3rem; }
  .about-stat-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   SUPPLEMENTAL — aliases & additions for contact/about/news pages
   ============================================================ */

/* Alert boxes (contact form success/error) */
.alert-box { display: none; padding: 14px 18px; border-radius: var(--radius); font-size: .9rem; margin-bottom: 20px; line-height: 1.55; background: #f0fdf4; border: 1px solid #bbf7d0; color: #166534; }
.alert-box.visible { display: block; }
.alert-box.alert-error { background: #fef2f2; border-color: #fecaca; color: #991b1b; }
.alert-box strong { font-weight: 700; display: block; margin-bottom: 2px; }

/* Form control aliases (input/select/textarea) */
.form-control { width: 100%; padding: 10px 14px; border: 1.5px solid var(--border); border-radius: var(--radius); font-family: var(--font-sans); font-size: .95rem; color: var(--text); background: var(--white); transition: border-color .15s, box-shadow .15s; appearance: none; }
.form-control:focus { outline: none; border-color: var(--navy); box-shadow: 0 0 0 3px rgba(26,39,68,.08); }
.form-control::placeholder { color: var(--gray-400); }
textarea.form-control { resize: vertical; min-height: 130px; }
select.form-control { cursor: pointer; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236c757d' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 36px; }

/* Form row (two-column layout) */
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
@media (max-width: 540px) { .form-row { grid-template-columns: 1fr; } }

/* Required asterisk */
.required { color: var(--red); margin-left: 2px; }

/* Contact card / form wrap */
.contact-form-wrap { min-width: 0; }
.contact-sidebar { min-width: 0; }
.contact-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 32px; box-shadow: var(--shadow-sm); }

/* Button aliases — flat class names */
.btn-primary { display: inline-flex; align-items: center; font-family: var(--font-sans); font-size: .9rem; font-weight: 600; padding: 10px 22px; border-radius: var(--radius); border: 2px solid var(--red); background: var(--red); color: var(--white); cursor: pointer; text-decoration: none; transition: background .15s, border-color .15s; line-height: 1; white-space: nowrap; }
.btn-primary:hover { background: var(--red-light); border-color: var(--red-light); color: var(--white); text-decoration: none; }
.btn-secondary-light { display: inline-flex; align-items: center; font-family: var(--font-sans); font-size: .9rem; font-weight: 600; padding: 10px 22px; border-radius: var(--radius); border: 2px solid rgba(255,255,255,.5); background: transparent; color: var(--white); cursor: pointer; text-decoration: none; transition: background .15s, border-color .15s; line-height: 1; white-space: nowrap; }
.btn-secondary-light:hover { background: rgba(255,255,255,.12); color: var(--white); text-decoration: none; }

/* Form submit button */
.form-submit { width: 100%; justify-content: center; padding: 12px 24px; font-size: 1rem; }

/* About body list styles */
.about-body ul { margin: 0 0 18px 0; padding-left: 1.4rem; }
.about-body ul li { font-size: 1.02rem; line-height: 1.7; color: var(--text); margin-bottom: 8px; }
.about-body ul li strong { font-weight: 600; }
.about-body a { color: var(--red); text-decoration: underline; }

/* What-to-send list in contact sidebar */
.what-to-send-list { list-style: none; padding: 0; margin: 0; }
.what-to-send-list li { font-size: .88rem; color: var(--text); padding: 8px 0; border-bottom: 1px solid var(--border); line-height: 1.55; }
.what-to-send-list li:last-child { border-bottom: none; }
.what-to-send-list li strong { font-weight: 600; color: var(--navy); display: block; margin-bottom: 1px; }

/* Article card image placeholder */
.article-card-img-placeholder { width: 100%; aspect-ratio: 16/9; }

/* Category filter area */
.area-tag { display: inline-block; padding: 4px 12px; border-radius: 20px; font-size: .78rem; font-weight: 600; color: var(--navy); background: var(--gray-50); border: 1px solid var(--border); text-decoration: none; transition: background .15s, color .15s; }
.area-tag:hover { background: var(--navy); color: var(--white); text-decoration: none; }

/* ── Image fills for photo containers ── */
.feature-img-wrap img,
.article-card-img img,
.article-hero-img img { width:100%;height:100%;object-fit:cover;display:block;position:absolute;inset:0; }
.feature-img-wrap { position:relative; }
.article-card-img { position:relative; }
.article-hero-img { position:relative;overflow:hidden; }
/* Remove background gradients when image present */
.article-card-img:has(img) { background:none; }
.feature-img-wrap:has(img) { background:none; }
.article-hero-img:has(img) { background:none; }
