/* ========================================
   FLAREDUST RECORDS — Shared Stylesheet
   ======================================== */

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --accent: #cd2653;
  --paper: #f5efe0;
  --text: #1a1a1a;
  --muted: #6d6d6d;
  --border: #dcd7ca;
  --bg: #ffffff;
}

body {
  font-family: 'Inter', sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
}

/* ── HEADER ── */
header { background: #fff; border-bottom: 1px solid var(--border); position: sticky; top: 0; z-index: 100; padding: 1.2rem 0; }
.header-inner { max-width: 1000px; margin: 0 auto; padding: 0 2rem; display: flex; align-items: center; justify-content: space-between; }
.logo-wrap { display: flex; align-items: center; gap: 0.9rem; text-decoration: none; }
.logo-wrap img { width: 52px; height: 52px; object-fit: contain; }
.logo-name { font-family: 'DM Serif Display', serif; font-size: 1.05rem; color: var(--text); line-height: 1.2; display: block; }
.logo-sub { font-size: 0.7rem; color: var(--muted); text-transform: uppercase; letter-spacing: 0.1em; display: block; }
nav { display: flex; gap: 1.8rem; }
nav a { font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.08em; text-decoration: none; color: var(--text); border-bottom: 2px solid transparent; padding-bottom: 2px; transition: color .25s, border-color .25s; }
nav a:hover, nav a.active { color: var(--accent); border-color: var(--accent); }

/* ── CONTAINER ── */
.container { max-width: 1000px; margin: 0 auto; padding: 0 2rem; }
.container--narrow { max-width: 800px; margin: 0 auto; padding: 0 2rem; }

/* ── BREADCRUMB ── */
.breadcrumb { padding: 1.5rem 0 0.5rem; font-size: 0.82rem; color: var(--muted); display: flex; gap: 0.4rem; flex-wrap: wrap; }
.breadcrumb a { color: var(--text); text-decoration: none; transition: color .25s; }
.breadcrumb a:hover { color: var(--accent); }

/* ── HERO (Homepage) ── */
.hero { padding: 4.5rem 0 3rem; text-align: center; border-bottom: 1px solid var(--border); }
.hero-eyebrow { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.15em; color: var(--muted); margin-bottom: 1.2rem; }
.hero-title { font-family: 'DM Serif Display', serif; font-size: 3.8rem; font-style: italic; line-height: 1.05; letter-spacing: -0.02em; margin-bottom: 1.5rem; }
.hero-rule { width: 36px; height: 2px; background: var(--accent); margin: 0 auto 1.5rem; }
.hero-sub { font-size: 1.05rem; color: var(--muted); max-width: 560px; margin: 0 auto; line-height: 1.7; }

/* ── HERO (Artist page with image) ── */
.hero-image-wrap { margin: 1.5rem 0 0; border-radius: 6px; overflow: hidden; width: 100%; height: 420px; position: relative; }
.hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.hero-overlay { position: absolute; bottom: 0; left: 0; right: 0; padding: 2rem 2.5rem; background: linear-gradient(transparent, rgba(10,8,8,0.75)); }
.hero-genres { display: flex; gap: 0.5rem; margin-bottom: 0.8rem; flex-wrap: wrap; }
.genre-pill { background: rgba(255,255,255,0.18); backdrop-filter: blur(6px); border: 1px solid rgba(255,255,255,0.25); color: #fff; font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.08em; padding: 0.25rem 0.65rem; border-radius: 2px; }
.hero-name { font-family: 'DM Serif Display', serif; font-size: 3rem; color: #fff; line-height: 1.1; margin-bottom: 0.5rem; }
.hero-tagline { color: rgba(255,255,255,0.85); font-size: 0.95rem; margin-bottom: 1rem; }
.hero-buttons { display: flex; gap: 0.8rem; flex-wrap: wrap; }
.btn-hero { background: #fff; color: var(--accent); border: none; border-radius: 3px; padding: 0.55rem 1.2rem; font-size: 0.78rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.07em; text-decoration: none; transition: all .25s; }
.btn-hero:hover { background: var(--accent); color: #fff; }

/* Hero with logo (e.g. Slitknob) */
.hero-image-wrap--logo { display: flex; align-items: center; justify-content: center; }
.hero-logo { width: 180px; height: 180px; object-fit: contain; opacity: 0.7; position: relative; z-index: 1; }

/* ── SECTIONS ── */
.section { padding: 3.5rem 0; border-bottom: 1px solid var(--border); }
.section-heading { font-family: 'DM Serif Display', serif; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.15em; color: var(--muted); margin-bottom: 2rem; }
.section-title { font-family: 'DM Serif Display', serif; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.15em; color: var(--muted); margin-bottom: 1.5rem; }

/* ── PAGE HEADER (About, Contact, etc.) ── */
.page-header { padding: 4rem 0 2.5rem; border-bottom: 1px solid var(--border); }
.page-header--center { text-align: center; }
.page-header h1 { font-family: 'DM Serif Display', serif; font-size: 3.2rem; font-style: italic; line-height: 1.05; }
.page-header p { font-size: 1rem; color: var(--muted); max-width: 560px; margin: 1rem auto 0; }
.page-body { padding: 3rem 0; }
.page-body h2 { font-family: 'DM Serif Display', serif; font-size: 1.2rem; text-transform: uppercase; letter-spacing: 0.06em; margin: 2.5rem 0 1rem; padding-bottom: 0.6rem; border-bottom: 1px solid var(--border); }
.page-body h2:first-child { margin-top: 0; }
.page-body p { font-size: 0.97rem; line-height: 1.85; margin-bottom: 1rem; }
.page-body a { color: var(--accent); text-decoration: none; border-bottom: 1px solid currentColor; }
.page-body strong { font-weight: 600; }

/* ── ARTISTS LIST (Homepage) ── */
.artist-list { list-style: none; }
.artist-item { display: flex; align-items: center; justify-content: space-between; padding: 1.2rem 0; border-bottom: 1px solid var(--border); transition: padding-left .25s; }
.artist-item:last-child { border-bottom: none; }
.artist-item:hover { padding-left: 0.5rem; }
.artist-item-left { display: flex; align-items: center; gap: 1.2rem; }
.artist-thumb { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; flex-shrink: 0; border: 2px solid transparent; transition: border-color .25s; }
.artist-item:hover .artist-thumb { border-color: var(--accent); }
.artist-link { font-family: 'DM Serif Display', serif; font-size: 2rem; text-decoration: none; color: var(--text); transition: color .25s; }
.artist-item:hover .artist-link { color: var(--accent); }
.artist-meta { font-size: 0.78rem; color: var(--muted); text-transform: uppercase; letter-spacing: 0.08em; }
.artist-arrow { color: var(--accent); opacity: 0; transition: opacity .25s; font-size: 1.2rem; }
.artist-item:hover .artist-arrow { opacity: 1; }

/* ── RELEASES LIST (Homepage) ── */
.release-list { list-style: none; }
.release-item { display: flex; align-items: flex-start; gap: 1.5rem; padding: 1.4rem 0; border-bottom: 1px solid var(--border); transition: padding-left .25s; }
.release-item:last-child { border-bottom: none; }
.release-item:hover { padding-left: 0.5rem; }
.release-cover { width: 64px; height: 64px; border-radius: 3px; flex-shrink: 0; overflow: hidden; background: var(--paper); border: 2px solid transparent; transition: border-color .25s; }
.release-item:hover .release-cover { border-color: var(--accent); }
.release-cover img { width: 100%; height: 100%; object-fit: cover; }
.release-info { flex: 1; }
.release-num { font-size: 0.75rem; color: var(--accent); text-transform: uppercase; letter-spacing: 0.1em; font-style: italic; margin-bottom: 0.3rem; }
.release-title { font-family: 'DM Serif Display', serif; font-size: 1.3rem; text-decoration: none; color: var(--text); transition: color .25s; }
.release-item:hover .release-title { color: var(--accent); }
.release-by { font-size: 0.85rem; color: var(--muted); margin-top: 0.2rem; }
.release-tags { display: flex; gap: 0.5rem; margin-top: 0.5rem; flex-wrap: wrap; }
.tag { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.06em; background: var(--paper); padding: 0.2rem 0.6rem; border-radius: 2px; color: var(--muted); }

/* ── CONTENT GRID (Artist bio + sidebar) ── */
.content-grid { display: grid; grid-template-columns: 1fr 320px; gap: 3rem; margin: 3rem 0; }
.bio h2 { font-family: 'DM Serif Display', serif; font-size: 1.2rem; text-transform: uppercase; letter-spacing: 0.06em; margin: 2rem 0 0.8rem; padding-bottom: 0.5rem; border-bottom: 1px solid var(--border); }
.bio h2:first-child { margin-top: 0; }
.bio p { line-height: 1.85; margin-bottom: 1rem; font-size: 0.97rem; }
.bio a { color: var(--accent); text-decoration: none; border-bottom: 1px solid currentColor; }

/* ── DISCOGRAPHY (Artist page) ── */
.disco-list { list-style: none; }
.disco-item { padding: 0.9rem 0; border-bottom: 1px solid var(--border); display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.disco-item:last-child { border-bottom: none; }
.disco-cover { width: 72px; height: 72px; border-radius: 3px; overflow: hidden; flex-shrink: 0; background: var(--paper); }
.disco-cover img { width: 100%; height: 100%; object-fit: cover; }
.disco-cover-placeholder { width: 72px; height: 72px; border-radius: 3px; background: linear-gradient(135deg, var(--paper) 0%, var(--border) 100%); }
.disco-info { flex: 1; }
.disco-year { font-size: 0.75rem; color: var(--muted); text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 0.15rem; }
.disco-title { font-family: 'DM Serif Display', serif; font-size: 0.98rem; text-decoration: none; color: var(--text); transition: color .25s; }
.disco-title:hover { color: var(--accent); }
.disco-type { font-size: 0.7rem; color: var(--accent); text-transform: uppercase; letter-spacing: 0.06em; margin-top: 0.15rem; }
.disco-arrow { color: var(--accent); font-size: 1rem; flex-shrink: 0; }

/* ── LIVE SHOWS (Artist page) ── */
.show-list { list-style: none; }
.show-item { display: flex; gap: 1.2rem; padding: 0.7rem 0; border-bottom: 1px solid var(--border); font-size: 0.92rem; align-items: baseline; }
.show-item:last-child { border-bottom: none; }
.show-date { font-size: 0.75rem; color: var(--accent); text-transform: uppercase; letter-spacing: 0.06em; font-style: italic; min-width: 70px; flex-shrink: 0; }
.show-info { color: var(--text); line-height: 1.5; }
.show-info strong { font-weight: 600; }

/* ── SIDEBAR (Artist page) ── */
.sidebar-card { background: var(--paper); border-radius: 4px; padding: 1.8rem; }
.sidebar-section { margin-bottom: 1.5rem; padding-bottom: 1.5rem; border-bottom: 1px solid var(--border); }
.sidebar-section:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; }
.sidebar-label { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--muted); font-weight: 600; margin-bottom: 0.5rem; }
.sidebar-value { font-size: 0.93rem; }
.sidebar-link { display: block; font-size: 0.88rem; text-decoration: none; color: var(--text); margin-bottom: 0.4rem; transition: color .25s; }
.sidebar-link:hover { color: var(--accent); }
.sidebar-cta { display: inline-block; background: var(--accent); color: #fff; text-decoration: none; padding: 0.6rem 1.2rem; border-radius: 3px; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.07em; font-weight: 600; transition: opacity .25s; }
.sidebar-cta:hover { opacity: 0.85; }

/* ── VIDEOS (Artist page) ── */
.video-section { padding: 3rem 0; border-top: 1px solid var(--border); }
.video-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; }
.video-embed { position: relative; width: 100%; aspect-ratio: 16/9; border-radius: 4px; overflow: hidden; background: #000; }
.video-embed--full { margin-bottom: 0; }
.video-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: none; }
.video-title { font-family: 'DM Serif Display', serif; font-size: 0.95rem; margin-top: 0.7rem; color: var(--text); }
.video-grid--mt { margin-top: 2rem; }

/* ── GALLERY (Artist page) ── */
.gallery-section { padding: 3rem 0; border-top: 1px solid var(--border); }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.gallery-item { aspect-ratio: 1; border-radius: 4px; overflow: hidden; transition: transform .3s; }
.gallery-item:hover { transform: scale(1.02); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; }

/* ── ABOUT SNIPPET (Homepage) ── */
.about-snippet { padding: 3.5rem 0; }
.about-snippet p { font-size: 1rem; line-height: 1.85; max-width: 640px; margin-bottom: 1rem; }
.about-snippet a { color: var(--accent); text-decoration: none; border-bottom: 1px solid currentColor; }
.cta-block { background: var(--paper); border-radius: 4px; padding: 2.5rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; margin: 2rem 0; }
.cta-block h3 { font-family: 'DM Serif Display', serif; font-size: 1.4rem; margin-bottom: 0.4rem; }
.cta-block p { font-size: 0.9rem; color: var(--muted); }
.btn, .about-snippet a.btn { display: inline-block; background: var(--accent); color: #fff; padding: 0.75rem 1.5rem; border-radius: 3px; text-decoration: none; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.08em; font-weight: 600; white-space: nowrap; transition: all .25s; border: 2px solid var(--accent); border-bottom: 2px solid var(--accent); }
.btn:hover, .about-snippet a.btn:hover { background: #fff; color: var(--accent); }

/* ── STATS GRID (About page) ── */
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin: 2.5rem 0; }
.stat-card { background: var(--paper); border-radius: 4px; padding: 1.8rem; text-align: center; }
.stat-num { font-family: 'DM Serif Display', serif; font-size: 2.4rem; color: var(--accent); line-height: 1; margin-bottom: 0.4rem; }
.stat-lbl { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--muted); }

/* ── CONTACT FORM ── */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin: 2.5rem 0; }
.contact-card { background: var(--paper); border-radius: 4px; padding: 2rem; text-align: center; }
.contact-card h3 { font-family: 'DM Serif Display', serif; font-size: 1.1rem; margin-bottom: 0.5rem; }
.contact-card p { font-size: 0.88rem; color: var(--muted); margin-bottom: 0.8rem; line-height: 1.5; }
.contact-card a { color: var(--accent); text-decoration: none; font-weight: 600; font-size: 0.88rem; border-bottom: 1px solid currentColor; }
.form-group { margin-bottom: 1.5rem; }
.form-group label { display: block; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--muted); font-weight: 600; margin-bottom: 0.5rem; }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 0.75rem; border: 1px solid var(--border); border-radius: 3px; font-family: 'Inter', sans-serif; font-size: 0.93rem; color: var(--text); background: #fff; transition: border-color .25s; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: var(--accent); }
.form-group textarea { min-height: 140px; resize: vertical; }
.submit-btn { display: inline-block; background: var(--accent); color: #fff; border: none; padding: 0.8rem 2rem; border-radius: 3px; font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.08em; font-weight: 600; cursor: pointer; transition: opacity .25s; font-family: 'Inter', sans-serif; }
.submit-btn:hover { opacity: 0.85; }
.follow-section { margin: 3rem 0 0; padding-top: 2rem; border-top: 1px solid var(--border); }
.follow-section h2 { font-family: 'DM Serif Display', serif; font-size: 1.2rem; margin-bottom: 1rem; }
.social-links { display: flex; gap: 1.5rem; flex-wrap: wrap; }
.social-links a { font-size: 0.88rem; color: var(--text); text-decoration: none; border-bottom: 1px solid var(--border); padding-bottom: 2px; transition: color .25s, border-color .25s; }
.social-links a:hover { color: var(--accent); border-color: var(--accent); }

/* ── NEWS PAGE ── */
.featured-card { background: var(--paper); border-radius: 6px; padding: 2.5rem; margin: 3rem 0; text-align: center; }
.featured-card h2 { font-family: 'DM Serif Display', serif; font-size: 1.5rem; margin-bottom: 0.5rem; }
.featured-card p { font-size: 0.9rem; color: var(--muted); margin-bottom: 1.5rem; }
.featured-card iframe { border-radius: 12px; }
.news-section { padding: 3rem 0; }
.news-year { font-family: 'DM Serif Display', serif; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.15em; color: var(--muted); margin-bottom: 1.5rem; padding-bottom: 0.5rem; border-bottom: 1px solid var(--border); }
.news-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-bottom: 3rem; }
.news-card { border: 1px solid var(--border); border-radius: 4px; overflow: hidden; transition: border-color .25s, transform .25s; }
.news-card:hover { border-color: var(--accent); transform: translateY(-2px); }
.news-card-img { width: 100%; aspect-ratio: 16/9; object-fit: cover; display: block; background: var(--paper); }
.news-card-body { padding: 1.5rem; }
.news-card-date { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--accent); font-style: italic; margin-bottom: 0.4rem; }
.news-card-title { font-family: 'DM Serif Display', serif; font-size: 1.2rem; margin-bottom: 0.5rem; line-height: 1.3; }
.news-card-title a { color: var(--text); text-decoration: none; transition: color .25s; }
.news-card-title a:hover { color: var(--accent); }
.news-card-text { font-size: 0.88rem; color: var(--muted); line-height: 1.6; margin-bottom: 0.8rem; }
.news-card-artist { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--muted); }
.news-tag { display: inline-block; font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.06em; background: var(--paper); padding: 0.15rem 0.5rem; border-radius: 2px; color: var(--muted); margin-right: 0.4rem; }
.news-card-video { position: relative; width: 100%; aspect-ratio: 16/9; background: #000; }
.news-card-video iframe { width: 100%; height: 100%; border: none; }

/* ── RELEASE DETAIL PAGE ── */
.release-hero { display: grid; grid-template-columns: 280px 1fr; gap: 3rem; padding: 2.5rem 0 3rem; border-bottom: 1px solid var(--border); }
.cover-wrap { position: relative; }
.cover-art { aspect-ratio: 1; border-radius: 4px; overflow: hidden; border: 3px solid var(--accent); }
.cover-art img { width: 100%; height: 100%; object-fit: cover; }
.release-meta h1 { font-family: 'DM Serif Display', serif; font-size: 2.2rem; line-height: 1.1; margin-bottom: 0.5rem; }
.release-artist { font-size: 1rem; color: var(--muted); margin-bottom: 2rem; }
.release-artist a { color: var(--text); font-weight: 600; text-decoration: none; transition: color .25s; }
.release-artist a:hover { color: var(--accent); }
.meta-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem 1.5rem; padding: 1.5rem 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); margin-bottom: 1.8rem; }
.meta-label { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--muted); font-weight: 600; margin-bottom: 0.2rem; }
.meta-value { font-family: 'DM Serif Display', serif; font-size: 1rem; }
.listen-btns { display: flex; gap: 0.8rem; flex-wrap: wrap; }
.btn-outline { background: transparent; color: var(--accent); }
.btn-outline:hover { background: var(--accent); color: #fff; }
.more-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.more-card { text-decoration: none; color: var(--text); transition: transform .25s; display: block; }
.more-card:hover { transform: translateY(-4px); }
.more-cover { aspect-ratio: 1; border-radius: 4px; overflow: hidden; margin-bottom: 0.9rem; border: 2px solid transparent; transition: border-color .25s, box-shadow .25s; }
.more-card:hover .more-cover { border-color: var(--accent); box-shadow: 0 4px 16px rgba(205,38,83,0.15); }
.more-cover img { width: 100%; height: 100%; object-fit: cover; }
.more-year { font-size: 0.72rem; color: var(--muted); text-transform: uppercase; letter-spacing: 0.07em; margin-bottom: 0.2rem; }
.more-title { font-family: 'DM Serif Display', serif; font-size: 0.95rem; margin-bottom: 0.2rem; }
.more-artist { font-size: 0.82rem; color: var(--muted); }

/* ── FOOTER ── */
footer { background: var(--paper); border-top: 1px solid var(--border); padding: 3rem 0; margin-top: 3rem; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 2rem; margin-bottom: 2.5rem; }
.footer-logo { display: flex; align-items: center; gap: 0.9rem; margin-bottom: 0.8rem; text-decoration: none; }
.footer-logo img { width: 40px; height: 40px; object-fit: contain; }
.footer-logo-name { font-family: 'DM Serif Display', serif; font-size: 0.95rem; color: var(--text); line-height: 1.2; display: block; }
.footer-logo-sub { font-size: 0.65rem; color: var(--muted); text-transform: uppercase; letter-spacing: 0.1em; display: block; }
.footer-tagline { font-size: 0.85rem; color: var(--muted); line-height: 1.6; }
.footer-col h5 { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--muted); margin-bottom: 1rem; }
.footer-col a { display: block; font-size: 0.88rem; color: var(--text); text-decoration: none; margin-bottom: 0.55rem; transition: color .25s; }
.footer-col a:hover { color: var(--accent); }
.footer-bottom { border-top: 1px solid var(--border); padding-top: 1.5rem; display: flex; justify-content: space-between; align-items: center; font-size: 0.78rem; color: var(--muted); }
.footer-bottom a { color: var(--muted); text-decoration: none; }
.footer-bottom a:hover { color: var(--accent); }

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .header-inner { flex-direction: column; gap: 1rem; }
  nav { gap: 1rem; flex-wrap: wrap; justify-content: center; }
  .hero-title { font-size: 2.4rem; }
  .hero-name { font-size: 2rem; }
  .artist-link { font-size: 1.5rem; }
  .content-grid { grid-template-columns: 1fr; }
  .release-hero { grid-template-columns: 1fr; }
  .cta-block { flex-direction: column; }
  .stats-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .video-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .more-grid { grid-template-columns: repeat(2, 1fr); }
  .news-grid { grid-template-columns: 1fr; }
  .page-header h1 { font-size: 2.2rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; gap: 0.5rem; text-align: center; }
}
