/* ========================================
   IRAN WAR UPDATES — Core Styles
   ======================================== */

:root {
  --bg-primary: #0a0a0a;
  --bg-secondary: #141414;
  --bg-tertiary: #1a1a1a;
  --bg-footer: #050505;
  --text-primary: #f0f0f0;
  --text-secondary: rgba(240, 240, 240, 0.7);
  --text-muted: rgba(240, 240, 240, 0.4);
  --accent-red: #c00;
  --accent-orange: #ff4500;
  --accent-red-glow: rgba(204, 0, 0, 0.3);
  --accent-orange-glow: rgba(255, 69, 0, 0.2);
  --font-headline: 'Montserrat', sans-serif;
  --font-subheadline: 'Oswald', sans-serif;
  --font-body: 'Inter', sans-serif;
  --max-width: 1200px;
  --ticker-height: 36px;
  --navbar-height: 60px;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--ticker-height) + var(--navbar-height) + 1rem);
}

body {
  background: var(--bg-primary);
  color: var(--text-primary);
  font-family: var(--font-body);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--accent-orange);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* ========================================
   TICKER BAR
   ======================================== */

.ticker-bar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: var(--ticker-height);
  background: var(--accent-red);
  overflow: hidden;
  display: flex;
  align-items: center;
}

.ticker-content {
  display: flex;
  white-space: nowrap;
  gap: 2rem;
  font-family: var(--font-body);
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 0 1rem;
}

.ticker-separator {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
}

/* ========================================
   NAVBAR
   ======================================== */

.navbar {
  position: sticky;
  top: var(--ticker-height);
  z-index: 999;
  background: rgba(10, 10, 10, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 2px solid var(--accent-red);
  height: var(--navbar-height);
  transition: background 0.3s ease;
}

.navbar.scrolled {
  background: rgba(10, 10, 10, 0.98);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.navbar-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 1.5rem;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar-logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
}

.logo-text {
  font-family: var(--font-subheadline);
  font-weight: 700;
  color: var(--accent-red);
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.logo-dot {
  width: 8px;
  height: 8px;
  background: var(--accent-orange);
  border-radius: 50%;
  display: inline-block;
}

.nav-links {
  display: none;
  gap: 1.5rem;
  list-style: none;
}

.nav-links a {
  font-family: var(--font-body);
  color: var(--text-primary);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  transition: color 0.2s;
  text-decoration: none;
}

.nav-links a:hover {
  color: var(--accent-red);
  text-decoration: none;
}

.nav-hamburger {
  display: flex;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}

.nav-hamburger span {
  width: 24px;
  height: 2px;
  background: var(--text-primary);
  border-radius: 2px;
  transition: all 0.3s ease;
}

.nav-hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.nav-hamburger.active span:nth-child(2) {
  opacity: 0;
}

.nav-hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* Mobile nav dropdown */
.nav-mobile {
  display: none;
  position: absolute;
  top: var(--navbar-height);
  left: 0;
  right: 0;
  background: rgba(10, 10, 10, 0.98);
  border-bottom: 2px solid var(--accent-red);
  padding: 1rem 1.5rem;
  flex-direction: column;
  gap: 1rem;
}

.nav-mobile.nav-open {
  display: flex;
}

.nav-mobile a {
  font-family: var(--font-body);
  color: var(--text-primary);
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  padding: 0.5rem 0;
  text-decoration: none;
}

/* ========================================
   HERO SECTION
   ======================================== */

.hero {
  position: relative;
  width: 100%;
  min-height: 420px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 4rem 1.5rem 3.5rem;
  margin-top: calc(var(--ticker-height));
  background:
    radial-gradient(ellipse at 50% 80%, rgba(255, 69, 0, 0.15) 0%, transparent 50%),
    radial-gradient(ellipse at 30% 60%, rgba(204, 0, 0, 0.1) 0%, transparent 40%),
    radial-gradient(ellipse at 70% 40%, rgba(255, 100, 0, 0.08) 0%, transparent 35%),
    linear-gradient(to bottom, #0d0500 0%, #0a0a0a 30%, #110800 60%, #0a0000 100%);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(10, 10, 10, 0.95) 0%,
    rgba(10, 10, 10, 0.4) 40%,
    rgba(10, 10, 10, 0.5) 70%,
    rgba(10, 10, 10, 0.7) 100%
  );
  z-index: 1;
}

.hero-smoke {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 25% 70%, rgba(255, 69, 0, 0.12), transparent 50%),
    radial-gradient(ellipse at 60% 50%, rgba(204, 0, 0, 0.08), transparent 45%),
    radial-gradient(ellipse at 80% 80%, rgba(255, 120, 0, 0.06), transparent 40%);
}

.hero-content {
  position: relative;
  z-index: 3;
  max-width: var(--max-width);
  width: 100%;
  margin: 0 auto;
}

.live-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--accent-red);
  color: #fff;
  padding: 6px 16px;
  font-family: var(--font-subheadline);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  border-radius: 4px;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}

.live-dot {
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
}

.hero-headline {
  font-family: var(--font-headline);
  font-weight: 900;
  font-size: clamp(34px, 7.6vw, 91px);
  line-height: 1.05;
  color: var(--text-primary);
  text-transform: uppercase;
  text-shadow: 0 4px 30px var(--accent-red-glow);
  margin-bottom: 1rem;
}

.hero-headline .highlight {
  color: var(--accent-red);
}

.hero-subheadline {
  font-family: var(--font-body);
  font-size: clamp(14px, 2.5vw, 20px);
  color: var(--text-secondary);
  margin-bottom: 1rem;
  max-width: 700px;
  line-height: 1.6;
}

.hero-timestamp {
  font-family: var(--font-body);
  font-size: 13px;
  color: var(--text-muted);
  display: block;
}

/* ========================================
   BREAKING NEWS BAR
   ======================================== */

.breaking-bar {
  background: linear-gradient(90deg, var(--accent-red), var(--accent-orange));
  padding: 0.75rem 1.5rem;
}

.breaking-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.breaking-label {
  font-family: var(--font-subheadline);
  font-weight: 700;
  background: #fff;
  color: var(--accent-red);
  padding: 3px 12px;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-shrink: 0;
}

.breaking-text {
  font-family: var(--font-body);
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
}

/* ========================================
   BREAKING FEATURE SECTION
   ======================================== */

.breaking-feature {
  padding: 2.5rem 1.5rem;
  background: linear-gradient(to bottom, #0d0000, var(--bg-primary));
  border-bottom: 1px solid #1a1a1a;
}

.breaking-feature-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: center;
}

.breaking-feature-image {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
}

.breaking-feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.breaking-feature:hover .breaking-feature-image img {
  transform: scale(1.03);
}

.breaking-feature-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--accent-red);
  color: #fff;
  font-family: var(--font-subheadline);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  padding: 4px 14px;
  border-radius: 3px;
  text-transform: uppercase;
  animation: pulse 1.5s ease-in-out infinite;
}

.breaking-feature-content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.breaking-feature-category {
  font-family: var(--font-subheadline);
  font-size: 12px;
  color: var(--accent-orange);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 600;
}

.breaking-feature-title {
  font-family: var(--font-headline);
  font-weight: 900;
  font-size: clamp(22px, 3.5vw, 34px);
  color: var(--text-primary);
  line-height: 1.15;
}

.breaking-feature-excerpt {
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-top: 0.25rem;
}

.breaking-feature-meta {
  display: flex;
  gap: 1rem;
  font-family: var(--font-body);
  font-size: 13px;
  color: var(--text-muted);
  margin-top: 0.25rem;
}

.breaking-feature-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.75rem;
  padding: 0.75rem 1.75rem;
  background: var(--accent-red);
  color: #fff;
  font-family: var(--font-subheadline);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
  width: fit-content;
}

.breaking-feature-cta:hover {
  background: #e00;
  transform: translateY(-1px);
  box-shadow: 0 4px 20px var(--accent-red-glow);
  text-decoration: none;
}

@media (min-width: 768px) {
  .breaking-feature-inner {
    grid-template-columns: 1.1fr 1fr;
    gap: 2.5rem;
  }

  .breaking-feature {
    padding: 3rem 1.5rem;
  }
}

/* ========================================
   CONTENT GRID
   ======================================== */

.content-grid {
  padding: 3rem 1.5rem;
}

.grid-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.section-title {
  font-family: var(--font-subheadline);
  font-size: 22px;
  color: var(--text-primary);
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 2px solid var(--accent-red);
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
}

/* Key Updates Column */
.update-card {
  background: var(--bg-secondary);
  border-left: 3px solid var(--accent-red);
  padding: 1.25rem;
  margin-bottom: 1rem;
  border-radius: 0 4px 4px 0;
  transition: border-color 0.2s, background 0.2s;
}

.update-card:hover {
  border-color: var(--accent-orange);
  background: var(--bg-tertiary);
}

.update-time {
  font-family: var(--font-body);
  font-size: 11px;
  color: var(--accent-orange);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.update-card h3 {
  font-family: var(--font-subheadline);
  font-size: 16px;
  color: var(--text-primary);
  margin: 0.5rem 0;
  font-weight: 600;
  line-height: 1.3;
}

.update-card p {
  font-size: 13px;
  color: var(--text-secondary);
  line-height: 1.5;
}

/* Video Placeholder */
.video-placeholder {
  background: var(--bg-secondary);
  aspect-ratio: 16 / 9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #222;
  border-radius: 4px;
  gap: 1rem;
}

.video-play-icon {
  width: 64px;
  height: 64px;
  background: var(--accent-red);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
  transition: transform 0.2s, background 0.2s;
}

.video-play-icon:hover {
  transform: scale(1.1);
  background: var(--accent-orange);
}

.video-placeholder p {
  font-size: 13px;
  color: var(--text-muted);
}

.video-caption {
  font-size: 12px;
  color: var(--text-muted);
  margin-top: 0.75rem;
  font-style: italic;
}

/* Map Section */
.map-placeholder {
  background: var(--bg-secondary);
  aspect-ratio: 4 / 3;
  position: relative;
  border: 1px solid #222;
  border-radius: 4px;
  overflow: hidden;
  background-image:
    radial-gradient(circle at 52% 35%, rgba(204, 0, 0, 0.15) 0%, transparent 30%),
    radial-gradient(circle at 48% 55%, rgba(255, 69, 0, 0.1) 0%, transparent 25%),
    radial-gradient(circle at 40% 65%, rgba(204, 0, 0, 0.08) 0%, transparent 20%);
}

.map-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 30px 30px;
}

.map-pin {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 6px;
  z-index: 2;
}

.map-pin-dot {
  width: 12px;
  height: 12px;
  background: var(--accent-red);
  border-radius: 50%;
  box-shadow: 0 0 12px var(--accent-red-glow), 0 0 24px var(--accent-red-glow);
}

.map-pin-label {
  font-family: var(--font-body);
  font-size: 11px;
  color: var(--text-primary);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
}

.map-legend {
  position: absolute;
  bottom: 12px;
  left: 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 10px;
  color: var(--text-muted);
  z-index: 2;
}

.map-legend-item {
  display: flex;
  align-items: center;
  gap: 6px;
}

.map-legend-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

/* ========================================
   SHARE SECTION
   ======================================== */

.share-section {
  padding: 2.5rem 1.5rem;
  border-top: 1px solid #1a1a1a;
}

.share-inner {
  max-width: var(--max-width);
  margin: 0 auto;
}

.share-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.share-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border: 2px solid #333;
  border-radius: 6px;
  background: var(--bg-secondary);
  color: var(--text-primary);
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}

.share-btn svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.share-btn--twitter:hover {
  border-color: #1da1f2;
  color: #1da1f2;
  background: rgba(29, 161, 242, 0.1);
}

.share-btn--facebook:hover {
  border-color: #1877f2;
  color: #1877f2;
  background: rgba(24, 119, 242, 0.1);
}

/* ========================================
   COUNTDOWN SECTION
   ======================================== */

.countdown-section {
  padding: 2.5rem 1.5rem;
  text-align: center;
  border-top: 1px solid #1a1a1a;
}

.countdown-inner {
  max-width: var(--max-width);
  margin: 0 auto;
}

.countdown-inner .section-title {
  text-align: center;
  display: inline-block;
}

.countdown {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
}

.countdown-unit {
  background: var(--bg-secondary);
  padding: 1rem 1.25rem;
  border-radius: 8px;
  text-align: center;
  min-width: 80px;
  border: 1px solid #222;
}

.countdown-number {
  font-family: var(--font-headline);
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 900;
  color: var(--accent-orange);
  display: block;
  line-height: 1;
}

.countdown-label {
  font-family: var(--font-body);
  font-size: 11px;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 0.5rem;
  display: block;
}

.countdown-separator {
  font-family: var(--font-headline);
  font-size: 36px;
  font-weight: 900;
  color: var(--accent-orange);
  line-height: 1;
}

.countdown-imminent {
  font-family: var(--font-subheadline);
  font-size: 28px;
  font-weight: 700;
  color: var(--accent-red);
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* ========================================
   REACTIONS SECTION
   ======================================== */

.reactions-section {
  padding: 2.5rem 1.5rem;
  border-top: 1px solid #1a1a1a;
}

.reactions-inner {
  max-width: var(--max-width);
  margin: 0 auto;
}

.reactions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.reaction-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 12px 20px;
  background: var(--bg-secondary);
  border: 1px solid #222;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s;
  min-width: 72px;
}

.reaction-btn:hover {
  border-color: var(--accent-orange);
  background: var(--bg-tertiary);
  transform: translateY(-2px);
}

.reaction-btn.reacted {
  border-color: var(--accent-orange);
  background: rgba(255, 69, 0, 0.1);
}

.reaction-emoji {
  font-size: 28px;
  line-height: 1;
}

.reaction-count {
  font-family: var(--font-body);
  font-size: 12px;
  color: var(--text-secondary);
  font-weight: 600;
}

/* ========================================
   COMMENTS SECTION
   ======================================== */

.comments-section {
  padding: 2.5rem 1.5rem;
  border-top: 1px solid #1a1a1a;
}

.comments-inner {
  max-width: 800px;
  margin: 0 auto;
}

.comment-count {
  font-size: 14px;
  color: var(--text-muted);
  font-family: var(--font-body);
  font-weight: 400;
  margin-left: 0.5rem;
}

.comment-card {
  display: flex;
  gap: 1rem;
  padding: 1.25rem;
  background: var(--bg-secondary);
  border-radius: 8px;
  margin-bottom: 0.75rem;
  border: 1px solid #1a1a1a;
}

.comment-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
}

.comment-body {
  flex: 1;
  min-width: 0;
}

.comment-meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.4rem;
}

.comment-name {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  color: var(--text-primary);
}

.comment-time {
  font-size: 12px;
  color: var(--text-muted);
}

.comment-text {
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.5;
}

.comment-like {
  background: none;
  border: none;
  color: var(--text-muted);
  font-size: 13px;
  cursor: pointer;
  margin-top: 0.5rem;
  padding: 0;
  transition: color 0.2s;
}

.comment-like:hover {
  color: var(--accent-red);
}

.load-more {
  display: block;
  width: 100%;
  padding: 12px;
  background: var(--bg-tertiary);
  border: 1px solid #222;
  border-radius: 6px;
  color: var(--text-secondary);
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  margin-top: 1rem;
  transition: all 0.2s;
}

.load-more:hover {
  border-color: var(--accent-red);
  color: var(--text-primary);
}

.comment-form-fake {
  display: flex;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.comment-form-fake input {
  flex: 1;
  padding: 12px 16px;
  background: var(--bg-secondary);
  border: 1px solid #222;
  border-radius: 6px;
  color: var(--text-muted);
  font-family: var(--font-body);
  font-size: 14px;
}

.comment-form-fake button {
  padding: 12px 24px;
  background: var(--accent-red);
  border: none;
  border-radius: 6px;
  color: #fff;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  cursor: not-allowed;
  opacity: 0.5;
}

/* ========================================
   FOOTER
   ======================================== */

.site-footer {
  background: var(--bg-footer);
  border-top: 2px solid var(--accent-red);
  padding: 3rem 1.5rem 1.5rem;
  margin-top: 2rem;
}

.footer-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.footer-inner h3 {
  font-family: var(--font-subheadline);
  font-size: 16px;
  color: var(--text-primary);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
}

.footer-inner p {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.6;
}

.footer-disclaimer {
  background: rgba(204, 0, 0, 0.1);
  border: 1px solid rgba(204, 0, 0, 0.3);
  border-radius: 6px;
  padding: 1rem 1.25rem;
}

.footer-disclaimer p {
  color: var(--accent-orange);
  font-weight: 600;
}

.footer-bottom {
  padding-top: 1.5rem;
  border-top: 1px solid #1a1a1a;
}

.footer-bottom p {
  font-size: 12px;
  color: var(--text-muted);
}

.footer-nav {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 1rem;
}

.footer-nav a {
  font-family: var(--font-body);
  font-size: 12px;
  color: var(--text-muted);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: color 0.2s;
}

.footer-nav a:hover {
  color: var(--accent-red);
  text-decoration: none;
}

.footer-nav .footer-nav-sep {
  color: rgba(240, 240, 240, 0.15);
  font-size: 10px;
  user-select: none;
}

/* ========================================
   ARTICLE PAGE STYLES (for future articles)
   ======================================== */

.article-page {
  max-width: 800px;
  margin: calc(var(--ticker-height) + var(--navbar-height) + 2rem) auto 3rem;
  padding: 0 1.5rem;
}

.article-header {
  margin-bottom: 2rem;
}

.article-category {
  font-family: var(--font-subheadline);
  font-size: 13px;
  color: var(--accent-orange);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
}

.article-title {
  font-family: var(--font-headline);
  font-weight: 900;
  font-size: clamp(28px, 5vw, 52px);
  line-height: 1.1;
  color: var(--text-primary);
  margin: 0.75rem 0;
}

.article-meta {
  font-size: 14px;
  color: var(--text-muted);
  display: flex;
  gap: 1rem;
}

.article-body p {
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  color: var(--text-secondary);
}

.article-body h2 {
  font-family: var(--font-subheadline);
  font-size: 24px;
  color: var(--text-primary);
  margin: 2rem 0 1rem;
}

/* ========================================
   RESPONSIVE — TABLET (768px+)
   ======================================== */

@media (min-width: 768px) {
  .nav-links {
    display: flex;
  }

  .nav-hamburger {
    display: none;
  }

  .grid-inner {
    grid-template-columns: 1fr 1fr;
  }

  .grid-col--map {
    grid-column: 1 / -1;
  }

  .hero-headline {
    font-size: clamp(46px, 7.6vw, 91px);
  }

  .footer-inner {
    grid-template-columns: 1fr 1fr;
  }

  .countdown-unit {
    min-width: 100px;
    padding: 1.25rem 1.5rem;
  }
}

/* ========================================
   RESPONSIVE — DESKTOP (1024px+)
   ======================================== */

@media (min-width: 1024px) {
  .grid-inner {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-col--map {
    grid-column: auto;
  }

  .hero {
    padding: 5rem 2rem 4rem;
  }

  .logo-text {
    font-size: 22px;
  }

  .countdown-unit {
    min-width: 120px;
    padding: 1.5rem 2rem;
  }
}
