/*
Theme Name: Asian Energy Outlook
Theme URI: https://asianenergyoutlook.com
Author: Asian Energy Outlook
Description: Editorial newspaper theme for Asian Energy Outlook — Asia Pacific energy intelligence.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: aeo
*/

/* ── RESET ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

/* ── DESIGN TOKENS ── */
:root {
  --ink:       #0a0a08;
  --paper:     #f5f0e8;
  --accent:    #c8381a;
  --gold:      #d4a843;
  --muted:     #8a8070;
  --rule:      #d0c9b8;
  --highlight: #fff9e6;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: 'Playfair Display', Georgia, serif;
  overflow-x: hidden;
}

/* ── NOISE TEXTURE ── */
body::before {
  content: '';
  position: fixed; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 9999;
  opacity: 0.35;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }

/* ── LAYOUT ── */
.container { max-width: 1280px; margin: 0 auto; padding: 0 3rem; }

/* ── MASTHEAD ── */
.masthead {
  border-bottom: 3px double var(--ink);
  padding: 0 3rem;
  position: sticky; top: 0;
  background: var(--paper);
  z-index: 100;
}

.masthead-top {
  font-family: 'DM Mono', monospace;
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  color: var(--muted);
  text-transform: uppercase;
  border-bottom: 1px solid var(--rule);
}

.masthead-top-row1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--rule);
}

.masthead-top-row2 {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  padding: 0.4rem 0;
  overflow: hidden;
}

.masthead-top .date-line { display: flex; gap: 2rem; }
.masthead-top .ticker { display: flex; gap: 2.5rem; overflow: hidden; flex: 1; }
.ticker-item { white-space: nowrap; }
.ticker-item .up { color: #2a7a3b; }
.ticker-item .dn { color: var(--accent); }

.masthead-brand { text-align: center; padding: 1rem 0 0.8rem; }

.brand-eyebrow {
  font-family: 'DM Mono', monospace;
  font-size: 0.6rem;
  letter-spacing: 0.4em;
  color: var(--muted);
  text-transform: uppercase;
  margin-bottom: 0.3rem;
}

.brand-name {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 4vw, 3.4rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1;
  color: var(--ink);
}
.brand-name em { font-style: italic; color: var(--accent); }
.brand-name a { color: inherit; text-decoration: none; }

.brand-tagline {
  font-family: 'DM Mono', monospace;
  font-size: 0.6rem;
  letter-spacing: 0.35em;
  color: var(--muted);
  margin-top: 0.4rem;
  text-transform: uppercase;
}

.masthead-nav {
  display: flex;
  justify-content: center;
  gap: 0;
  padding: 0.5rem 0;
  border-top: 1px solid var(--rule);
  margin-top: 0.5rem;
  flex-wrap: wrap;
}

.masthead-nav a {
  font-family: 'DM Mono', monospace;
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink);
  text-decoration: none;
  padding: 0.3rem 1.2rem;
  border-right: 1px solid var(--rule);
  transition: background 0.15s, color 0.15s;
}
.masthead-nav a:first-child { border-left: 1px solid var(--rule); }
.masthead-nav a:hover,
.masthead-nav a.current-menu-item { background: var(--accent); color: var(--paper); }

.masthead-controls {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-shrink: 0;
}

.ctl-btn {
  background: none;
  border: 1px solid var(--rule);
  color: var(--ink);
  font-family: 'DM Mono', monospace;
  font-size: 0.58rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.28rem 0.7rem;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
}
.ctl-btn:hover { background: var(--ink); color: var(--paper); }
.ctl-btn.accent { background: var(--accent); border-color: var(--accent); color: #fff; }
.ctl-btn.accent:hover { background: var(--ink); border-color: var(--ink); }

/* ── BREAKING TICKER ── */
.breaking-bar {
  background: var(--accent);
  color: #fff;
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 2.2rem;
}
.breaking-label {
  font-family: 'DM Mono', monospace;
  font-size: 0.6rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  background: var(--ink);
  padding: 0 1rem;
  height: 100%;
  display: flex;
  align-items: center;
  white-space: nowrap;
  flex-shrink: 0;
}
.breaking-scroll { flex: 1; overflow: hidden; position: relative; }
.breaking-scroll-inner {
  display: flex;
  animation: scrollTicker 40s linear infinite;
  white-space: nowrap;
}
.breaking-scroll-inner span {
  font-family: 'DM Mono', monospace;
  font-size: 0.7rem;
  padding: 0 3rem;
  letter-spacing: 0.05em;
}
.breaking-scroll-inner span::after { content: ' ◆ '; opacity: 0.5; }

@keyframes scrollTicker {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ── SECTION LABEL ── */
.section-label {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 2.5rem 0 1.5rem;
}
.section-label .title {
  font-family: 'DM Mono', monospace;
  font-size: 0.65rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  background: var(--ink);
  color: var(--paper);
  padding: 0.35rem 0.8rem;
  white-space: nowrap;
}
.section-label::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--ink);
}

/* ── HERO ── */
.hero {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 0;
  border-bottom: 2px solid var(--ink);
  margin-top: 2rem;
  animation: fadeInUp 0.6s ease-out both;
}

.hero-lead {
  border-right: 2px solid var(--ink);
  padding: 2rem 2.5rem 2rem 0;
  grid-row: span 2;
  cursor: pointer;
  transition: background 0.2s;
}
.hero-lead:hover { background: var(--highlight); }

.hero-lead .kicker {
  font-family: 'DM Mono', monospace;
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.8rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.hero-lead .kicker::before {
  content: '';
  display: inline-block;
  width: 2rem; height: 2px;
  background: var(--accent);
}

.hero-lead h1 {
  font-size: clamp(1.9rem, 3.5vw, 3.2rem);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.025em;
  margin-bottom: 1.2rem;
}
.hero-lead h1 em { font-style: italic; color: var(--accent); }
.hero-lead h1 a { color: inherit; }

.hero-lead .deck {
  font-size: 1.05rem;
  line-height: 1.65;
  color: #3a3530;
  margin-bottom: 1.5rem;
  border-left: 3px solid var(--gold);
  padding-left: 1rem;
}

.hero-lead .byline {
  font-family: 'DM Mono', monospace;
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  color: var(--muted);
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}

/* Hero featured image */
.hero-thumb {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  margin-bottom: 1.5rem;
}

.hero-thumb-placeholder {
  width: 100%;
  aspect-ratio: 16/9;
  background: linear-gradient(135deg, #1a2535 0%, #0d3b5c 35%, #1a5276 65%, #0a0a08 100%);
  position: relative;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.hero-thumb-placeholder::after {
  content: '亚洲能源';
  position: absolute;
  font-family: 'Noto Serif SC', serif;
  font-size: 5rem;
  color: rgba(255,255,255,0.06);
  bottom: -0.5rem; right: 0.5rem;
  line-height: 1;
}

/* Hero sidebar */
.hero-sidebar { padding: 0 0 1.5rem 2rem; }

.hero-sidebar-item {
  border-bottom: 1px solid var(--rule);
  padding: 1.2rem 0;
  cursor: pointer;
  transition: background 0.15s;
}
.hero-sidebar-item:hover { background: var(--highlight); }
.hero-sidebar-item:first-child { padding-top: 0; }

.hero-sidebar-item .kicker {
  font-family: 'DM Mono', monospace;
  font-size: 0.58rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.4rem;
}
.hero-sidebar-item h3 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.4rem;
}
.hero-sidebar-item h3 a { color: inherit; }
.hero-sidebar-item:hover h3 a { color: var(--accent); }
.hero-sidebar-item .meta {
  font-family: 'DM Mono', monospace;
  font-size: 0.58rem;
  color: var(--muted);
  letter-spacing: 0.05em;
}

/* ── MARKETS STRIP ── */
.markets-strip {
  background: var(--ink);
  color: var(--paper);
  padding: 1.2rem 3rem;
  display: grid;
  grid-template-columns: auto repeat(5, 1fr);
  gap: 2rem;
  align-items: center;
  margin-bottom: 2.5rem;
}
.markets-strip .label {
  font-family: 'DM Mono', monospace;
  font-size: 0.58rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  white-space: nowrap;
  border-right: 1px solid rgba(255,255,255,0.15);
  padding-right: 2rem;
}
.market-item { text-align: center; }
.market-item .name {
  font-family: 'DM Mono', monospace;
  font-size: 0.55rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(245,240,232,0.5);
  margin-bottom: 0.3rem;
}
.market-item .price {
  font-family: 'DM Mono', monospace;
  font-size: 1rem;
  font-weight: 500;
  color: var(--paper);
}
.market-item .change {
  font-family: 'DM Mono', monospace;
  font-size: 0.6rem;
  margin-top: 0.15rem;
}
.market-item .change.up { color: #5db870; }
.market-item .change.dn { color: #e06b5a; }

/* Live dot */
.live-dot {
  display: inline-block; width: 6px; height: 6px;
  background: #5db870; border-radius: 50%;
  animation: livepulse 2s ease-in-out infinite;
  margin-right: 0.35rem; vertical-align: middle;
}
@keyframes livepulse { 0%,100%{opacity:1} 50%{opacity:0.3} }

/* ── NEWS GRID ── */
.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 2px solid var(--ink);
  border-left: 2px solid var(--ink);
  margin-bottom: 2.5rem;
  animation: fadeInUp 0.6s ease-out 0.1s both;
}

.news-card {
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  padding: 1.5rem;
  cursor: pointer;
  transition: background 0.15s;
  position: relative;
}
.news-card:hover { background: var(--highlight); }

.news-card .kicker {
  font-family: 'DM Mono', monospace;
  font-size: 0.58rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.6rem;
}
.news-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.7rem;
}
.news-card h3 a { color: inherit; }
.news-card:hover h3 a { color: var(--accent); }
.news-card p {
  font-size: 0.85rem;
  line-height: 1.6;
  color: #4a4540;
}
.news-card .card-footer {
  margin-top: 1rem;
  padding-top: 0.8rem;
  border-top: 1px solid var(--rule);
  font-family: 'DM Mono', monospace;
  font-size: 0.58rem;
  color: var(--muted);
  display: flex;
  justify-content: space-between;
  align-items: center;
  letter-spacing: 0.05em;
}
.news-card .card-tag {
  background: var(--gold);
  color: var(--ink);
  padding: 0.15rem 0.5rem;
  font-size: 0.52rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.news-card.wide { grid-column: span 2; }
.news-card.featured { background: var(--ink); color: var(--paper); }
.news-card.featured h3 { color: var(--paper); }
.news-card.featured h3 a { color: var(--paper); }
.news-card.featured p { color: rgba(245,240,232,0.7); }
.news-card.featured .kicker { color: var(--gold); }
.news-card.featured .card-footer { border-top-color: rgba(255,255,255,0.15); color: rgba(245,240,232,0.5); }
.news-card.featured:hover { background: #1a1a16; }

/* ── REGIONAL COLUMNS ── */
.regional-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 2px solid var(--ink);
  border-left: 2px solid var(--ink);
  margin-bottom: 2.5rem;
  animation: fadeInUp 0.6s ease-out 0.2s both;
}
.regional-col {
  border-right: 1px solid var(--ink);
  padding: 1.5rem;
}
.regional-col .region-head {
  font-family: 'DM Mono', monospace;
  font-size: 0.6rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--accent);
  border-bottom: 2px solid var(--accent);
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.regional-item {
  border-bottom: 1px solid var(--rule);
  padding: 0.8rem 0;
  transition: background 0.15s;
}
.regional-item:last-child { border-bottom: none; }
.regional-item:hover h4 { color: var(--accent); }
.regional-item h4 {
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.3rem;
  transition: color 0.15s;
}
.regional-item h4 a { color: inherit; }
.regional-item .meta {
  font-family: 'DM Mono', monospace;
  font-size: 0.55rem;
  color: var(--muted);
  letter-spacing: 0.05em;
}

/* ── DATA CHART SECTION ── */
.data-section {
  background: var(--ink);
  color: var(--paper);
  padding: 2.5rem 3rem;
  margin-bottom: 2.5rem;
}
.data-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 2rem;
  border-bottom: 1px solid rgba(255,255,255,0.15);
  padding-bottom: 1rem;
}
.data-header h2 { font-size: 1.5rem; font-weight: 700; color: var(--paper); }
.data-header .subtitle {
  font-family: 'DM Mono', monospace;
  font-size: 0.6rem;
  letter-spacing: 0.15em;
  color: rgba(245,240,232,0.4);
  margin-top: 0.3rem;
  text-transform: uppercase;
}
.data-header .source {
  font-family: 'DM Mono', monospace;
  font-size: 0.55rem;
  color: rgba(245,240,232,0.35);
  letter-spacing: 0.1em;
}
.chart-container {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 1rem;
  height: 200px;
  align-items: flex-end;
}
.chart-col { display: flex; flex-direction: column; align-items: center; gap: 0.5rem; height: 100%; justify-content: flex-end; }
.chart-bars { display: flex; gap: 4px; align-items: flex-end; height: 160px; }
.chart-bar { width: 20px; border-radius: 2px 2px 0 0; }
.chart-bar.solar { background: var(--gold); }
.chart-bar.wind  { background: #5db870; }
.chart-bar.coal  { background: #6b6a65; }
.chart-bar.hydro { background: #4a90d9; }
.chart-col .x-label {
  font-family: 'DM Mono', monospace;
  font-size: 0.55rem;
  color: rgba(245,240,232,0.4);
  letter-spacing: 0.05em;
  text-align: center;
}
.chart-legend {
  display: flex; gap: 2rem;
  margin-top: 1.5rem; padding-top: 1rem;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.legend-item {
  display: flex; align-items: center; gap: 0.5rem;
  font-family: 'DM Mono', monospace;
  font-size: 0.58rem;
  color: rgba(245,240,232,0.5);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.legend-dot { width: 10px; height: 10px; border-radius: 1px; flex-shrink: 0; }

/* ── SINGLE POST ── */
.single-post-wrap { max-width: 780px; margin: 3rem auto; padding: 0 3rem; }

.post-kicker {
  font-family: 'DM Mono', monospace;
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.8rem;
  display: flex; align-items: center; gap: 0.5rem;
}
.post-kicker::before {
  content: '';
  display: inline-block;
  width: 2rem; height: 2px;
  background: var(--accent);
}

.post-title {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.025em;
  margin-bottom: 1rem;
}

.post-deck {
  font-size: 1.1rem;
  line-height: 1.65;
  color: #3a3530;
  margin-bottom: 1.5rem;
  border-left: 3px solid var(--gold);
  padding-left: 1rem;
}

.post-byline {
  font-family: 'DM Mono', monospace;
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  color: var(--muted);
  display: flex; gap: 1.5rem; flex-wrap: wrap;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid var(--ink);
}

.post-featured-image {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  margin-bottom: 2rem;
}

.post-content {
  font-size: 1rem;
  line-height: 1.8;
  color: #2a2520;
}
.post-content p { margin-bottom: 1.4rem; }
.post-content h2 { font-size: 1.5rem; font-weight: 900; margin: 2rem 0 0.8rem; }
.post-content h3 { font-size: 1.2rem; font-weight: 700; margin: 1.5rem 0 0.6rem; }
.post-content blockquote {
  font-size: 1.2rem;
  font-style: italic;
  border-left: 4px solid var(--accent);
  padding: 0.8rem 1.5rem;
  margin: 1.5rem 0;
  color: #3a3530;
  line-height: 1.5;
}
.post-content ul, .post-content ol {
  margin: 1rem 0 1.4rem 1.5rem;
}
.post-content li { margin-bottom: 0.4rem; line-height: 1.7; }
.post-content img { margin: 2rem 0; }
.post-content a { color: var(--accent); border-bottom: 1px solid transparent; transition: border-color 0.15s; }
.post-content a:hover { border-bottom-color: var(--accent); }

/* ── ARCHIVE / CATEGORY ── */
.archive-wrap { max-width: 1280px; margin: 0 auto; padding: 0 3rem; }
.archive-header {
  margin: 2.5rem 0 1.5rem;
  border-bottom: 2px solid var(--ink);
  padding-bottom: 1rem;
}
.archive-header h1 {
  font-size: 2rem;
  font-weight: 900;
}
.archive-header .archive-desc {
  font-family: 'DM Mono', monospace;
  font-size: 0.62rem;
  color: var(--muted);
  margin-top: 0.4rem;
  letter-spacing: 0.1em;
}

/* ── SEARCH FORM ── */
.search-form-wrap {
  display: flex;
  gap: 0;
  margin: 1rem 0;
}
.search-form-wrap input[type="search"] {
  flex: 1;
  background: var(--highlight);
  border: 1px solid var(--rule);
  border-right: none;
  padding: 0.65rem 1rem;
  font-family: 'DM Mono', monospace;
  font-size: 0.7rem;
  color: var(--ink);
  outline: none;
}
.search-form-wrap button {
  background: var(--ink); color: var(--paper); border: none;
  font-family: 'DM Mono', monospace; font-size: 0.6rem;
  letter-spacing: 0.12em; text-transform: uppercase;
  padding: 0.65rem 1.2rem; cursor: pointer;
  transition: background 0.15s;
}
.search-form-wrap button:hover { background: var(--accent); }

/* ── PAGINATION ── */
.pagination {
  display: flex; justify-content: center; gap: 0.5rem;
  margin: 2.5rem 0; font-family: 'DM Mono', monospace; font-size: 0.62rem;
}
.pagination a, .pagination span {
  border: 1px solid var(--rule);
  padding: 0.4rem 0.9rem;
  color: var(--ink);
  text-decoration: none;
  transition: all 0.15s;
  letter-spacing: 0.08em;
}
.pagination a:hover, .pagination .current {
  background: var(--ink); color: var(--paper); border-color: var(--ink);
}

/* ── FOOTER ── */
footer {
  background: var(--ink);
  color: rgba(245,240,232,0.6);
  padding: 3rem;
  border-top: 4px solid var(--accent);
}
.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-brand .name {
  font-size: 1.8rem;
  font-weight: 900;
  color: var(--paper);
  letter-spacing: -0.02em;
  margin-bottom: 0.5rem;
}
.footer-brand .name em { font-style: italic; color: var(--gold); }
.footer-brand .name a { color: inherit; }
.footer-brand p { font-size: 0.82rem; line-height: 1.65; font-family: 'Playfair Display', serif; }
.footer-col h4 {
  font-family: 'DM Mono', monospace;
  font-size: 0.6rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
}
.footer-col a {
  display: block;
  font-family: 'DM Mono', monospace;
  font-size: 0.65rem;
  letter-spacing: 0.05em;
  color: rgba(245,240,232,0.5);
  text-decoration: none;
  margin-bottom: 0.5rem;
  transition: color 0.15s;
}
.footer-col a:hover { color: var(--paper); }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'DM Mono', monospace;
  font-size: 0.58rem;
  letter-spacing: 0.08em;
  color: rgba(245,240,232,0.3);
}

/* ── ANIMATIONS ── */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes growBar {
  to { transform: scaleY(1); }
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .masthead, .container, .markets-strip, .data-section, footer { padding-left: 1.5rem; padding-right: 1.5rem; }
  .hero { grid-template-columns: 1fr; }
  .hero-lead { border-right: none; border-bottom: 2px solid var(--ink); }
  .hero-sidebar { padding: 1.5rem 0 0; }
  .news-grid { grid-template-columns: 1fr; }
  .news-card.wide { grid-column: span 1; }
  .regional-grid { grid-template-columns: 1fr 1fr; }
  .footer-top { grid-template-columns: 1fr; gap: 2rem; }
  .markets-strip { grid-template-columns: 1fr 1fr; gap: 1rem; }
  .chart-container { grid-template-columns: repeat(4, 1fr); }
  .single-post-wrap, .archive-wrap { padding-left: 1.5rem; padding-right: 1.5rem; }
}

@media (max-width: 600px) {
  .masthead-top { flex-direction: column; gap: 0.5rem; align-items: flex-start; }
  .masthead-top .ticker { display: none; }
  .regional-grid { grid-template-columns: 1fr; }
  .chart-container { grid-template-columns: repeat(3, 1fr); }
}
