/* =============================================
   AUDAZ MEDIA — Global Stylesheet
   audaz.media · A division of AUDAZ Agency LLC
   ============================================= */

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

:root {
  --amber:   #EF9F27;
  --red:     #E24B4A;
  --obsidian:#0D0D0D;
  --ink:     #1a1a1a;
  --paper:   #FAF8F4;
  --muted:   #6b6760;
  --rule:    #e2ddd6;
  --accent-bg: #FFF8EE;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--paper);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.6;
}

a { color: inherit; text-decoration: none; }
a:hover { color: var(--amber); }

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

/* ---- NAV ---- */
nav {
  border-bottom: 2px solid var(--obsidian);
  padding: 0 2rem;
  background: var(--paper);
  position: sticky;
  top: 0;
  z-index: 100;
}
.nav-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 56px;
}
.nav-logo a {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.2rem;
  font-weight: 900;
  color: var(--obsidian);
  letter-spacing: -0.01em;
}
.nav-logo span { color: var(--amber); }
.nav-links {
  display: flex;
  gap: 2rem;
  list-style: none;
}
.nav-links a {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink);
  transition: color 0.2s;
}
.nav-links a:hover,
.nav-links a.active { color: var(--amber); }
.nav-badge {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--muted);
  border: 1px solid var(--rule);
  padding: 3px 10px;
  border-radius: 2px;
}

/* ---- MASTHEAD ---- */
.masthead {
  border-bottom: 1px solid var(--rule);
  padding: 3rem 2rem 2rem;
  text-align: center;
  background: var(--paper);
}
.masthead-eyebrow {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 1rem;
}
.masthead h1 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(3rem, 8vw, 6rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1;
  color: var(--obsidian);
}
.masthead h1 span { color: var(--amber); }
.masthead-tagline {
  font-size: 13px;
  letter-spacing: 0.08em;
  color: var(--muted);
  text-transform: uppercase;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  padding: 0.5rem 0;
  margin-top: 1.25rem;
  display: block;
}
.datebar {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0.6rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  color: var(--muted);
  letter-spacing: 0.05em;
  border-bottom: 1px solid var(--rule);
}

/* ---- CONTAINER ---- */
.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 2.5rem 2rem;
}

/* ---- SECTION LABEL ---- */
.section-label {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  padding-bottom: 0.75rem;
  border-bottom: 2px solid var(--obsidian);
  margin-bottom: 1.5rem;
}

/* ---- HERO GRID ---- */
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 3rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid var(--rule);
  margin-bottom: 2.5rem;
}
@media (max-width: 720px) { .hero-grid { grid-template-columns: 1fr; } }

.hero-category {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--amber);
  margin-bottom: 0.75rem;
}
.hero-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--obsidian);
  margin-bottom: 1rem;
}
.hero-title em { font-style: italic; color: var(--red); }
.hero-deck {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 1.25rem;
}
.byline {
  font-size: 11px;
  letter-spacing: 0.05em;
  color: var(--muted);
  text-transform: uppercase;
}
.byline strong { color: var(--ink); }

.hero-image {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  position: relative;
  overflow: hidden;
}
.hero-image-text {
  font-family: 'Playfair Display', serif;
  font-size: 5rem;
  font-weight: 900;
  color: rgba(239,159,39,0.2);
  letter-spacing: -0.04em;
}
.hero-image-label {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  font-size: 10px;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* ---- ARTICLE GRID ---- */
.article-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-bottom: 2.5rem;
}
.article-card {
  border-top: 2px solid var(--rule);
  padding-top: 1.25rem;
}
.article-card:hover h3 { color: var(--amber); }
.article-card h3 { transition: color 0.2s; }
.article-card .cat {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 0.5rem;
}
.article-card h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--obsidian);
  margin-bottom: 0.5rem;
}
.article-card p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 0.75rem;
}
.article-card .meta {
  font-size: 11px;
  color: var(--muted);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* ---- TWO COL LAYOUT ---- */
.two-col {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 3rem;
}
@media (max-width: 720px) { .two-col { grid-template-columns: 1fr; } }

/* ---- SIDEBAR ---- */
.sidebar-widget {
  border: 1px solid var(--rule);
  padding: 1.25rem;
  margin-bottom: 1.5rem;
  background: var(--accent-bg);
}
.sidebar-widget h4 {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  border-bottom: 1px solid var(--rule);
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.sidebar-widget p { font-size: 13px; color: var(--ink); line-height: 1.6; }
.sidebar-widget a { color: var(--amber); font-weight: 500; }
.sidebar-brief {
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--rule);
  font-size: 13px;
  color: var(--ink);
  line-height: 1.5;
}
.sidebar-brief:last-child { border-bottom: none; }
.sidebar-brief strong {
  display: block;
  font-size: 11px;
  color: var(--amber);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.25rem;
}

/* ---- FOOTER ---- */
footer {
  border-top: 2px solid var(--obsidian);
  margin-top: 3rem;
  background: var(--obsidian);
}
.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.footer-logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  font-weight: 900;
  color: white;
}
.footer-logo span { color: var(--amber); }
.footer-copy { font-size: 11px; color: rgba(255,255,255,0.4); letter-spacing: 0.05em; }
.footer-tagline { font-size: 11px; color: rgba(255,255,255,0.5); font-style: italic; }

/* ---- ARTICLE PAGE ---- */
.article-page { max-width: 720px; margin: 0 auto; padding: 3rem 2rem; }
.article-page .article-cat {
  font-size: 10px; font-weight: 500; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--amber); margin-bottom: 1rem;
}
.article-page h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 700; line-height: 1.2;
  color: var(--obsidian); margin-bottom: 1rem;
}
.article-page .article-deck {
  font-size: 17px; color: var(--muted); line-height: 1.7;
  border-left: 4px solid var(--amber);
  padding-left: 1.25rem; margin-bottom: 1.5rem;
}
.article-page .article-byline {
  font-size: 11px; letter-spacing: 0.05em;
  text-transform: uppercase; color: var(--muted);
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--rule);
  margin-bottom: 2rem;
}
.article-page .article-byline strong { color: var(--ink); }
.article-body h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem; font-weight: 700;
  color: var(--obsidian); margin: 2rem 0 0.75rem;
}
.article-body p { font-size: 16px; line-height: 1.85; margin-bottom: 1.25rem; color: var(--ink); }
.article-body blockquote {
  border-left: 4px solid var(--amber);
  margin: 2rem 0; padding: 1rem 1.5rem;
  background: var(--accent-bg);
  font-family: 'Playfair Display', serif;
  font-style: italic; font-size: 1.1rem;
  color: var(--obsidian); line-height: 1.6;
}

/* ---- PRESS PAGE ---- */
.press-hero {
  background: var(--obsidian);
  padding: 3rem 2rem;
  margin-bottom: 2rem;
}
.press-hero-inner { max-width: 1100px; margin: 0 auto; }
.press-hero h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  font-weight: 900; color: white; margin-bottom: 0.5rem;
}
.press-hero p { font-size: 14px; color: rgba(255,255,255,0.6); }

.press-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1px; background: var(--rule);
  border: 1px solid var(--rule); margin-bottom: 2rem;
}
.stat-box { background: var(--paper); padding: 1.5rem; text-align: center; }
.stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 2rem; font-weight: 900;
  color: var(--amber); display: block;
}
.stat-label {
  font-size: 11px; text-transform: uppercase;
  letter-spacing: 0.1em; color: var(--muted); margin-top: 0.25rem;
}
.press-section {
  border-top: 2px solid var(--obsidian);
  padding-top: 1.5rem; margin-bottom: 2rem;
}
.press-section h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem; font-weight: 700; margin-bottom: 1rem;
}
.press-section p, .press-section li {
  font-size: 14px; color: var(--ink);
  line-height: 1.7; margin-bottom: 0.5rem;
}
.press-section ul { padding-left: 1.25rem; }
.contact-block {
  background: var(--accent-bg);
  border: 1px solid var(--rule);
  border-left: 4px solid var(--amber);
  padding: 1.5rem; margin-bottom: 1.5rem;
}
.contact-block h4 {
  font-size: 11px; font-weight: 500;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 0.75rem;
}
.contact-block p { font-size: 14px; color: var(--ink); margin-bottom: 0.25rem; }
.contact-block a { color: var(--amber); }
.dl-btn {
  display: inline-block;
  background: var(--obsidian); color: white;
  padding: 0.75rem 1.75rem;
  font-size: 12px; font-weight: 500;
  letter-spacing: 0.1em; text-transform: uppercase;
  cursor: pointer; border: none;
  transition: background 0.2s; margin-top: 0.75rem;
}
.dl-btn:hover { background: var(--amber); color: var(--obsidian); }

/* ---- ABOUT PAGE ---- */
.about-header {
  border-bottom: 2px solid var(--obsidian);
  padding-bottom: 1.5rem; margin-bottom: 2rem;
}
.about-header h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2rem; font-weight: 700;
  color: var(--obsidian); margin-bottom: 0.5rem;
}
.mission-block {
  background: var(--obsidian); color: white;
  padding: 2rem; margin-bottom: 2rem;
}
.mission-block p {
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem; font-style: italic;
  line-height: 1.6; color: rgba(255,255,255,0.9);
}
.mission-block .amber { color: var(--amber); }
.staff-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem; margin-bottom: 2rem;
}
.staff-card { border: 1px solid var(--rule); padding: 1.5rem; }
.staff-initials {
  width: 48px; height: 48px;
  background: var(--obsidian); color: var(--amber);
  font-size: 16px; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1rem; border-radius: 2px;
}
.staff-card h4 {
  font-family: 'Playfair Display', serif;
  font-size: 1rem; font-weight: 700; margin-bottom: 0.25rem;
}
.staff-card .role {
  font-size: 11px; text-transform: uppercase;
  letter-spacing: 0.1em; color: var(--amber); margin-bottom: 0.5rem;
}
.staff-card p { font-size: 13px; color: var(--muted); line-height: 1.6; }
.coverage-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem; margin-bottom: 2rem;
}
.coverage-item {
  border-left: 3px solid var(--amber);
  padding: 0.75rem 1rem;
  background: var(--accent-bg);
}
.coverage-item.red-border { border-left-color: var(--red); }
.coverage-item.dark-border { border-left-color: var(--obsidian); }
.coverage-item strong {
  display: block; font-size: 12px;
  text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 0.25rem;
}
.coverage-item p { font-size: 13px; color: var(--muted); margin: 0; }

/* ---- RESPONSIVE ---- */
@media (max-width: 600px) {
  .nav-links { display: none; }
  .datebar { flex-direction: column; gap: 0.25rem; text-align: center; }
  .footer-inner { flex-direction: column; text-align: center; }
}
