/* Warm Editorial — Monocle-inspired quiet luxury theme */

/* ═══════════════════════════════════════════
   MASTHEAD
   ═══════════════════════════════════════════ */
[data-theme="warm-editorial"] .masthead {
  background: var(--bg);
  border-bottom: 1px solid var(--border);
  padding: 1.25rem 0;
}

[data-theme="warm-editorial"] .masthead-brand a {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.6rem;
  color: var(--fg);
  letter-spacing: 0.02em;
  text-decoration: none;
}

[data-theme="warm-editorial"] .masthead-brand a:hover {
  color: var(--accent);
}

/* ═══════════════════════════════════════════
   NAVBAR
   ═══════════════════════════════════════════ */
[data-theme="warm-editorial"] .navbar {
  border-bottom: none;
  padding: 0.75rem 0;
}

[data-theme="warm-editorial"] .navbar a {
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 400;
  text-transform: lowercase;
  letter-spacing: 0.06em;
  color: var(--fg-2);
  text-decoration: none;
  padding: 0.5rem 1.25rem;
  transition: color 0.2s ease;
}

[data-theme="warm-editorial"] .navbar a:hover {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}

[data-theme="warm-editorial"] .navbar a.active {
  color: var(--accent);
}

/* ═══════════════════════════════════════════
   HERO / OPENER
   ═══════════════════════════════════════════ */
[data-theme="warm-editorial"] .hero-block {
  padding: 4rem 0 3rem;
  border-bottom: 1px solid var(--border-soft);
  margin-bottom: 3rem;
}

[data-theme="warm-editorial"] .hero-block::before {
  content: '';
  display: block;
  width: 3rem;
  height: 2px;
  background: var(--accent);
  margin-bottom: 2rem;
}

[data-theme="warm-editorial"] .hero-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 1.25;
  color: var(--fg);
  margin-bottom: 1.25rem;
  max-width: 42rem;
}

[data-theme="warm-editorial"] .hero-deck {
  font-family: var(--font-body);
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--fg-2);
  max-width: 36rem;
}

[data-theme="warm-editorial"] .hero-tag {
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--accent);
  margin-bottom: 1rem;
  display: block;
}

[data-theme="warm-editorial"] .hero-time {
  font-family: var(--font-body);
  font-size: 0.75rem;
  color: var(--muted);
  letter-spacing: 0.04em;
  margin-top: 1rem;
  display: block;
}

[data-theme="warm-editorial"] .hero-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

[data-theme="warm-editorial"] .hero-link:hover .hero-title {
  color: var(--accent);
}

/* ═══════════════════════════════════════════
   NEWS SECTIONS
   ═══════════════════════════════════════════ */
[data-theme="warm-editorial"] .section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 0 1rem;
  border-top: 2px solid var(--accent);
  margin-bottom: 1.5rem;
}

[data-theme="warm-editorial"] .section-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.3rem;
  color: var(--fg);
  letter-spacing: 0.01em;
}

[data-theme="warm-editorial"] .section-more {
  font-family: var(--font-body);
  font-size: 0.75rem;
  color: var(--muted);
  text-decoration: none;
  letter-spacing: 0.04em;
  text-transform: lowercase;
}

[data-theme="warm-editorial"] .section-more:hover {
  color: var(--accent);
}

/* ═══════════════════════════════════════════
   NEWS ITEMS
   ═══════════════════════════════════════════ */
[data-theme="warm-editorial"] .news-item {
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--border-soft);
  transition: background 0.2s ease;
}

[data-theme="warm-editorial"] .news-item:last-child {
  border-bottom: none;
}

[data-theme="warm-editorial"] .news-item a {
  text-decoration: none;
  color: inherit;
  display: block;
}

[data-theme="warm-editorial"] .news-item-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.15rem;
  line-height: 1.5;
  color: var(--fg);
  margin-bottom: 0.5rem;
  transition: color 0.2s ease;
}

[data-theme="warm-editorial"] .news-item:hover .news-item-title {
  color: var(--accent);
}

[data-theme="warm-editorial"] .news-item-excerpt {
  font-family: var(--font-body);
  font-size: 0.9rem;
  line-height: 1.8;
  color: var(--fg-2);
  margin-bottom: 0.5rem;
}

[data-theme="warm-editorial"] .news-item-time {
  font-family: var(--font-body);
  font-size: 0.7rem;
  color: var(--muted);
  letter-spacing: 0.06em;
}

/* ═══════════════════════════════════════════
   ARTICLE PAGE
   ═══════════════════════════════════════════ */
[data-theme="warm-editorial"] .article-header {
  padding: 4rem 0 2.5rem;
  max-width: 40rem;
  margin: 0 auto;
}

[data-theme="warm-editorial"] .article-header::before {
  content: '';
  display: block;
  width: 2.5rem;
  height: 2px;
  background: var(--accent);
  margin-bottom: 2rem;
}

[data-theme="warm-editorial"] .article-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.3;
  color: var(--fg);
  margin-bottom: 1.5rem;
}

[data-theme="warm-editorial"] .article-meta {
  font-family: var(--font-body);
  font-size: 0.75rem;
  color: var(--muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

[data-theme="warm-editorial"] .article-body {
  max-width: 38rem;
  margin: 0 auto;
  padding: 2rem 0 4rem;
}

[data-theme="warm-editorial"] .article-body p {
  font-family: var(--font-body);
  font-size: 1.05rem;
  line-height: 1.9;
  color: var(--fg);
  margin-bottom: 1.75rem;
}

[data-theme="warm-editorial"] .article-body h2 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.5rem;
  margin: 3rem 0 1.25rem;
  color: var(--fg);
}

[data-theme="warm-editorial"] .article-body h3 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.2rem;
  margin: 2.5rem 0 1rem;
  color: var(--fg);
}

[data-theme="warm-editorial"] .article-body blockquote {
  border-left: 2px solid var(--accent);
  padding-left: 1.5rem;
  margin: 2rem 0;
  font-style: italic;
  color: var(--fg-2);
}

/* ═══════════════════════════════════════════
   FEATURE BLOCK
   ═══════════════════════════════════════════ */
[data-theme="warm-editorial"] .feature-card {
  background: var(--surface-warm);
  padding: 2rem 2.25rem;
  border-radius: 2px;
  transition: border-color 0.2s ease;
  border: 1px solid transparent;
  text-decoration: none;
  color: inherit;
  display: block;
}

[data-theme="warm-editorial"] .feature-card:hover {
  border-color: var(--accent);
}

[data-theme="warm-editorial"] .feature-card-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5;
  color: var(--fg);
  margin-bottom: 0.75rem;
  display: block;
}

[data-theme="warm-editorial"] .feature-card:hover .feature-card-title {
  color: var(--accent);
}

[data-theme="warm-editorial"] .feature-card-excerpt {
  font-family: var(--font-body);
  font-size: 0.88rem;
  line-height: 1.7;
  color: var(--fg-2);
  display: block;
  margin-bottom: 0.75rem;
}

[data-theme="warm-editorial"] .feature-card-time {
  font-family: var(--font-body);
  font-size: 0.7rem;
  color: var(--muted);
  letter-spacing: 0.06em;
  display: block;
}

/* ═══════════════════════════════════════════
   EXPLAINER
   ═══════════════════════════════════════════ */
[data-theme="warm-editorial"] .explainer-card {
  background: var(--surface-warm);
  padding: 2rem 2rem;
  border-radius: 2px;
  text-decoration: none;
  color: inherit;
  display: block;
  transition: border-color 0.2s ease;
  border: 1px solid var(--border-soft);
}

[data-theme="warm-editorial"] .explainer-card:hover {
  border-color: var(--accent);
}

[data-theme="warm-editorial"] .explainer-number {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 400;
  color: var(--accent);
  line-height: 1;
  margin-bottom: 0.75rem;
  display: block;
}

[data-theme="warm-editorial"] .explainer-card-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.4;
  color: var(--fg);
  margin-bottom: 0.5rem;
  display: block;
}

[data-theme="warm-editorial"] .explainer-card:hover .explainer-card-title {
  color: var(--accent);
}

[data-theme="warm-editorial"] .explainer-card-excerpt {
  font-family: var(--font-body);
  font-size: 0.85rem;
  line-height: 1.7;
  color: var(--fg-2);
  display: block;
}

/* ═══════════════════════════════════════════
   SPECIAL HUB
   ═══════════════════════════════════════════ */
[data-theme="warm-editorial"] .special-hub {
  border: 1px solid var(--border);
  padding: 2.5rem;
  position: relative;
  overflow: hidden;
  border-radius: 2px;
}

[data-theme="warm-editorial"] .special-hub::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, transparent 60%, rgba(161, 98, 7, 0.04));
  pointer-events: none;
}

[data-theme="warm-editorial"] .special-hub-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.4rem;
  color: var(--fg);
  margin-bottom: 1rem;
}

[data-theme="warm-editorial"] .special-hub-desc {
  font-family: var(--font-body);
  font-size: 0.9rem;
  line-height: 1.7;
  color: var(--fg-2);
}

/* ═══════════════════════════════════════════
   SOURCES
   ═══════════════════════════════════════════ */
[data-theme="warm-editorial"] .sources {
  border-top: 1px solid var(--accent);
  padding-top: 1.5rem;
  margin-top: 3rem;
}

[data-theme="warm-editorial"] .sources-title {
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--muted);
  margin-bottom: 1rem;
}

[data-theme="warm-editorial"] .sources li {
  font-family: 'SF Mono', 'Fira Code', monospace;
  font-size: 0.78rem;
  line-height: 1.8;
  color: var(--fg-2);
  padding: 0.25rem 0;
}

[data-theme="warm-editorial"] .sources a {
  color: var(--accent);
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

[data-theme="warm-editorial"] .sources a:hover {
  border-bottom-color: var(--accent);
}

/* ═══════════════════════════════════════════
   FOOTER
   ═══════════════════════════════════════════ */
[data-theme="warm-editorial"] .site-footer {
  border-top: 1px solid var(--border);
  padding: 2rem 0;
  margin-top: 4rem;
}

[data-theme="warm-editorial"] .site-footer p,
[data-theme="warm-editorial"] .site-footer a {
  font-family: var(--font-display);
  font-size: 0.8rem;
  color: var(--muted);
  letter-spacing: 0.02em;
}

[data-theme="warm-editorial"] .site-footer a:hover {
  color: var(--accent);
}

/* ═══════════════════════════════════════════
   WARM-EDITORIAL HOMEPAGE COMPONENTS
   ═══════════════════════════════════════════ */
.we-home {
  max-width: 68rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* Opener / Lead */
.we-opener {
  padding: 4.5rem 0 3.5rem;
  border-bottom: 1px solid var(--border-soft);
  margin-bottom: 3.5rem;
}

.we-opener::before {
  content: '';
  display: block;
  width: 3rem;
  height: 2px;
  background: var(--accent);
  margin-bottom: 2.5rem;
}

.we-lead {
  text-decoration: none;
  color: inherit;
  display: block;
}

.we-lead-tag {
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--accent);
  display: block;
  margin-bottom: 1rem;
}

.we-lead-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 1.2;
  color: var(--fg);
  margin-bottom: 1.25rem;
  max-width: 44rem;
  transition: color 0.2s ease;
}

.we-lead:hover .we-lead-title {
  color: var(--accent);
}

.we-lead-deck {
  font-family: var(--font-body);
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--fg-2);
  max-width: 38rem;
  margin-bottom: 1rem;
}

.we-lead-time {
  font-family: var(--font-body);
  font-size: 0.72rem;
  color: var(--muted);
  letter-spacing: 0.06em;
}

/* Picks Grid */
.we-picks {
  margin-bottom: 4rem;
}

.we-picks-title {
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--muted);
  margin-bottom: 1.5rem;
}

.we-picks-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.we-card {
  background: var(--surface-warm);
  padding: 2rem 1.75rem;
  border-radius: 2px;
  text-decoration: none;
  color: inherit;
  display: block;
  border: 1px solid transparent;
  transition: border-color 0.2s ease;
}

.we-card:hover {
  border-color: var(--accent);
}

.we-card-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.45;
  color: var(--fg);
  margin-bottom: 0.6rem;
  display: block;
  transition: color 0.2s ease;
}

.we-card:hover .we-card-title {
  color: var(--accent);
}

.we-card-excerpt {
  font-family: var(--font-body);
  font-size: 0.85rem;
  line-height: 1.7;
  color: var(--fg-2);
  display: block;
  margin-bottom: 0.75rem;
}

.we-card-time {
  font-family: var(--font-body);
  font-size: 0.68rem;
  color: var(--muted);
  letter-spacing: 0.06em;
  display: block;
}

/* Feature Spread */
.we-feature {
  margin-bottom: 4rem;
  padding: 3rem 0;
  border-top: 2px solid var(--accent);
}

.we-feature-label {
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--accent);
  margin-bottom: 2rem;
  display: block;
}

.we-feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}

.we-feature-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 2px;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.we-feature-content {
  padding-top: 0.5rem;
}

.we-feature-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.35;
  color: var(--fg);
  margin-bottom: 1rem;
  transition: color 0.2s ease;
}

.we-feature-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.we-feature-link:hover .we-feature-title {
  color: var(--accent);
}

.we-feature-excerpt {
  font-family: var(--font-body);
  font-size: 0.95rem;
  line-height: 1.8;
  color: var(--fg-2);
  margin-bottom: 1rem;
}

.we-feature-time {
  font-family: var(--font-body);
  font-size: 0.7rem;
  color: var(--muted);
  letter-spacing: 0.06em;
}

/* News Sections */
.we-section {
  margin-bottom: 3.5rem;
}

.we-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 0 1rem;
  border-top: 2px solid var(--accent);
  margin-bottom: 1rem;
}

.we-section-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.2rem;
  color: var(--fg);
}

.we-section-more {
  font-family: var(--font-body);
  font-size: 0.72rem;
  color: var(--muted);
  text-decoration: none;
  letter-spacing: 0.04em;
  text-transform: lowercase;
}

.we-section-more:hover {
  color: var(--accent);
}

.we-section-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.we-item {
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--border-soft);
  position: relative;
}

.we-item:last-child {
  border-bottom: none;
}

.we-item::before {
  content: '·';
  position: absolute;
  left: -1rem;
  top: 1.5rem;
  color: var(--accent);
  font-size: 1.5rem;
  line-height: 1;
}

.we-item a {
  text-decoration: none;
  color: inherit;
  display: block;
  padding-left: 0.5rem;
}

.we-item-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.05rem;
  line-height: 1.5;
  color: var(--fg);
  margin-bottom: 0.35rem;
  display: block;
  transition: color 0.2s ease;
}

.we-item:hover .we-item-title {
  color: var(--accent);
}

.we-item-time {
  font-family: var(--font-body);
  font-size: 0.68rem;
  color: var(--muted);
  letter-spacing: 0.06em;
  display: block;
}

/* ═══════════════════════════════════════════
   MOBILE RESPONSIVE
   ═══════════════════════════════════════════ */
@media (max-width: 768px) {
  .we-home {
    padding: 0 1.25rem;
  }

  .we-opener {
    padding: 3rem 0 2.5rem;
  }

  .we-lead-title {
    font-size: 2rem;
  }

  .we-picks-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .we-feature-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .we-feature-title {
    font-size: 1.3rem;
  }

  [data-theme="warm-editorial"] .hero-title {
    font-size: 2rem;
  }

  [data-theme="warm-editorial"] .article-title {
    font-size: 1.8rem;
  }

  [data-theme="warm-editorial"] .article-header {
    padding: 2.5rem 0 1.5rem;
  }

  .we-item::before {
    display: none;
  }

  .we-item a {
    padding-left: 0;
  }
}

@media (max-width: 480px) {
  .we-lead-title {
    font-size: 1.7rem;
  }

  .we-card {
    padding: 1.5rem 1.25rem;
  }

  [data-theme="warm-editorial"] .hero-title {
    font-size: 1.6rem;
  }
}
