/* ====================================================================
   Robot Couture | High-Fashion Editorial v2
   True Vogue/Elle tension: asymmetric grids, overlapping text,
   dramatic negative space, full-bleed moments.
   $50,000 magazine art direction.
   ==================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Libre+Franklin:wght@200;300;400;500;600;700;800&display=swap');

:root {
  --color-bg: #ffffff;
  --color-surface: #fafaf8;
  --color-ink: #0a0a0a;
  --color-ink-secondary: #1a1a1a;
  --color-ink-muted: #7a7a7a;
  --color-accent: #c8102e;
  --color-rule: #000000;
  --color-rule-light: #e0e0e0;
  --color-cream: #f5f3ef;
  --color-hairline: #d8d8d0;
  --font-headline: 'Cormorant Garamond', 'Georgia', 'Times New Roman', serif;
  --font-body: 'Libre Franklin', 'Helvetica Neue', Arial, sans-serif;
  --max-width: 1320px;
  --article-width: 720px;
  --wide-width: 960px;
}

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

html { font-size: 17px; scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--color-ink);
  background: var(--color-bg);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--color-ink); text-decoration: none; }
a:hover { text-decoration: underline; }

/* ========================================
   LAYOUT
   ======================================== */
.container { max-width: var(--max-width); margin: 0 auto; padding: 0 3rem; }
.article-container { max-width: var(--article-width); margin: 0 auto; padding: 0 2rem; }
.wide-container { max-width: var(--wide-width); margin: 0 auto; padding: 0 2rem; }

/* ========================================
   HEADER | True Vogue masthead
   Thin rules above and below, immense weight,
   wide tracking, the name IS the brand.
   ======================================== */
.site-header {
  background: var(--color-bg);
  padding: 0;
  text-align: center;
}
.site-header .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

/* Thin rule above masthead */
.site-header::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: var(--color-ink);
}

.site-logo {
  font-family: var(--font-headline);
  font-size: 9rem;
  font-weight: 300;
  color: var(--color-ink);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  display: block;
  padding: 3.8rem 0 0.6rem;
  line-height: 0.88;
}
.site-logo:hover { text-decoration: none; }

.site-tagline {
  font-family: var(--font-body);
  font-size: 0.52rem;
  text-transform: uppercase;
  letter-spacing: 0.55em;
  color: var(--color-ink-muted);
  font-weight: 300;
  margin-bottom: 2.8rem;
}

/* Heavy double rule below masthead, above nav */
.site-nav {
  display: flex;
  gap: 3.5rem;
  align-items: center;
  border-top: 3px solid var(--color-ink);
  border-bottom: 1px solid var(--color-ink);
  padding: 0.75rem 0;
  width: 100%;
  justify-content: center;
}
.site-nav a {
  font-size: 0.58rem;
  text-transform: uppercase;
  letter-spacing: 0.35em;
  color: var(--color-ink);
  font-weight: 500;
  transition: color 0.2s;
}
.site-nav a:hover { color: var(--color-accent); text-decoration: none; }

/* ========================================
   HERO | Magazine cover with dramatic scale
   ======================================== */
.hero {
  padding: 11rem 0 10rem;
  text-align: center;
  background: var(--color-bg);
  position: relative;
}

.hero-label {
  font-family: var(--font-body);
  font-size: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.6em;
  color: var(--color-accent);
  margin-bottom: 3.5rem;
  font-weight: 600;
  display: inline-block;
  position: relative;
  padding: 0 2rem;
}
/* Decorative dashes flanking the label */
.hero-label::before,
.hero-label::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 40px;
  height: 1px;
  background: var(--color-accent);
}
.hero-label::before { right: 100%; }
.hero-label::after { left: 100%; }

.hero h1 {
  font-family: var(--font-headline);
  font-size: 9.5rem;
  line-height: 0.88;
  max-width: 1050px;
  margin: 0 auto 3.5rem;
  font-weight: 300;
  letter-spacing: -0.03em;
  font-style: italic;
}

.hero > .container > p {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 200;
  color: var(--color-ink-secondary);
  max-width: 440px;
  margin: 0 auto;
  line-height: 2.1;
  letter-spacing: 0.015em;
}

/* ========================================
   EDITORIAL COVER IMAGE
   ======================================== */
.cover-image {
  width: 100%;
  background: var(--color-ink);
  position: relative;
  overflow: hidden;
  aspect-ratio: 21/9;
}
.cover-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%) contrast(1.1);
  opacity: 0.9;
}
.cover-image .cover-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5rem 3rem 3rem;
  background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, transparent 100%);
  color: #fff;
}
.cover-image .cover-overlay h2 {
  font-family: var(--font-headline);
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.08;
  max-width: 650px;
}
.cover-image .cover-overlay p {
  font-weight: 300;
  font-size: 0.8rem;
  margin-top: 1rem;
  opacity: 0.7;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* ========================================
   SECTION LABELS | Category slugs
   ======================================== */
.kicker {
  font-family: var(--font-body);
  font-size: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  color: var(--color-accent);
  font-weight: 600;
  margin-bottom: 2.5rem;
  display: block;
}

/* ========================================
   EDITORIAL DIVIDERS
   ======================================== */
.editorial-rule {
  border: none;
  border-top: 1px solid var(--color-hairline);
  margin: 0;
}

.section-hairline {
  border: none;
  border-top: 1px solid var(--color-hairline);
  margin: 0;
}

/* ========================================
   ARTICLES SECTION | The grid with TENSION
   70/30 asymmetric. Text-dense beside airy.
   ======================================== */
.articles-section {
  padding: 10rem 0 11rem;
}

.articles-grid {
  display: grid;
  grid-template-columns: 7fr 3fr;
  gap: 0;
}

/* ========================================
   FEATURED (lead) article | Full-width editorial spread
   ======================================== */
.article-card.featured-card {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 0;
  padding: 0 0 5rem 0;
  margin-bottom: 5rem;
  border-bottom: 2px solid var(--color-ink);
  border: none;
  background: none;
}
.featured-card .featured-image {
  width: 100%;
  min-height: 520px;
  background: #111;
  position: relative;
  overflow: hidden;
  /* Image breaks out of container -- negative margin creates tension */
  margin-left: -3rem;
  width: calc(100% + 3rem);
}
.featured-card .featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%) contrast(1.05);
}
.featured-card .featured-text {
  max-width: 520px;
  padding: 3rem 0 3rem 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 2px solid var(--color-ink);
}
.featured-card .featured-text .card-category {
  font-size: 0.45rem;
  letter-spacing: 0.5em;
  margin-bottom: 1.8rem;
}
.featured-card .featured-text h3 {
  font-size: 3.8rem;
  margin-bottom: 1.6rem;
  line-height: 1.02;
  letter-spacing: -0.03em;
  font-weight: 400;
  font-style: italic;
}
.featured-card .featured-text p {
  font-size: 0.92rem;
  font-weight: 200;
  line-height: 2.05;
}

/* ========================================
   STANDARD ARTICLE CARDS | Magazine contents
   Dense left column, airy right column.
   ======================================== */
.article-card {
  padding: 3rem 3.5rem 3rem 0;
  border-bottom: 1px solid var(--color-hairline);
  transition: none;
  background: none;
  border-right: none;
  position: relative;
}
.article-card:nth-child(even) {
  padding: 3rem 0 3rem 3.5rem;
  border-left: 1px solid var(--color-hairline);
}
.article-card:hover { box-shadow: none; }

/* Category label -- ONLY element in accent red */
.article-card .card-category {
  font-family: var(--font-body);
  font-size: 0.42rem;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  color: var(--color-accent);
  font-weight: 700;
  margin-bottom: 1rem;
}

/* Article number/index for editorial feel -- large faded serif numbering */
.article-card {
  counter-increment: article-index;
}
.articles-grid {
  counter-reset: article-index;
}
.article-card::after {
  content: counter(article-index, decimal-leading-zero);
  position: absolute;
  top: 2.5rem;
  right: 1.5rem;
  font-family: var(--font-headline);
  font-size: 5.5rem;
  font-weight: 300;
  font-style: italic;
  line-height: 1;
  color: rgba(0,0,0,0.04);
  pointer-events: none;
}
.article-card:nth-child(even)::after {
  right: auto;
  left: 2rem;
}
.article-card.featured-card::after {
  content: none;
}

.article-card h3 {
  font-family: var(--font-headline);
  font-size: 1.55rem;
  line-height: 1.18;
  margin-bottom: 0.9rem;
  letter-spacing: -0.01em;
  font-weight: 500;
}
.article-card h3 a { color: var(--color-ink); }
.article-card h3 a:hover { text-decoration: none; opacity: 0.55; }
.article-card p {
  color: var(--color-ink-secondary);
  font-size: 0.84rem;
  font-weight: 200;
  line-height: 2.05;
  margin-bottom: 1rem;
}
.article-card .card-meta {
  font-size: 0.58rem;
  color: var(--color-ink-muted);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 400;
}

/* Card image -- thin border like printed magazine photographs */
.article-card .card-image {
  width: 100%;
  aspect-ratio: 16/9;
  background: #111;
  margin-bottom: 1.4rem;
  overflow: hidden;
  border: 1px solid #000;
}
.article-card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%) contrast(1.05);
}

/* All editorial images get magazine-print border */
.featured-card .featured-image,
.cover-image,
.article-hero-image,
.article-body figure {
  border: 1px solid #000;
}

/* ========================================
   ABOUT SECTION | Asymmetric editorial
   ======================================== */
.about-section {
  padding: 12rem 0;
  border-top: 3px solid var(--color-rule);
  background: var(--color-cream);
  position: relative;
}
/* Giant decorative quote mark */
.about-section::before {
  content: '\201C';
  position: absolute;
  top: 5rem;
  right: 6rem;
  font-family: var(--font-headline);
  font-size: 20rem;
  line-height: 1;
  color: rgba(0,0,0,0.03);
  pointer-events: none;
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 8rem;
  align-items: start;
}
.about-grid h2 {
  font-family: var(--font-headline);
  font-size: 3.6rem;
  line-height: 1.05;
  letter-spacing: -0.02em;
  font-weight: 400;
  font-style: italic;
}
.about-grid p {
  color: var(--color-ink-secondary);
  margin-bottom: 1.5rem;
  font-size: 0.92rem;
  font-weight: 200;
  line-height: 2.1;
}

/* ========================================
   STATS | Bold Vogue numbers on black
   ======================================== */
.stats-section {
  padding: 6rem 0;
  border-top: 3px solid var(--color-rule);
  background: var(--color-ink);
  color: #fff;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  text-align: center;
}
.stat-item h3 {
  font-family: var(--font-headline);
  font-size: 5rem;
  color: #fff;
  margin-bottom: 0.6rem;
  font-weight: 300;
  letter-spacing: -0.03em;
  font-style: italic;
}
.stat-item p {
  font-size: 0.6rem;
  color: rgba(255,255,255,0.4);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 300;
  line-height: 1.6;
}

/* ========================================
   NEWSLETTER | Refined, centered
   ======================================== */
.newsletter-section {
  padding: 12rem 0;
  text-align: center;
  background: var(--color-bg);
  border-top: 1px solid var(--color-hairline);
}
.newsletter-section h2 {
  font-family: var(--font-headline);
  font-size: 3.5rem;
  margin-bottom: 1rem;
  font-weight: 300;
  font-style: italic;
  letter-spacing: -0.02em;
}
.newsletter-section p {
  color: var(--color-ink-muted);
  margin-bottom: 3.5rem;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 200;
  font-size: 0.88rem;
  line-height: 2.0;
}
.newsletter-form {
  display: flex;
  gap: 0;
  max-width: 440px;
  margin: 0 auto;
}
.newsletter-form input[type="email"] {
  flex: 1;
  padding: 1.1rem 1.5rem;
  border: 1px solid var(--color-ink);
  border-right: none;
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: 300;
  background: var(--color-bg);
  letter-spacing: 0.02em;
}
.newsletter-form input[type="email"]:focus {
  outline: none;
  border-color: var(--color-ink);
}
.newsletter-form button {
  padding: 1.1rem 2.5rem;
  background: var(--color-ink);
  color: #fff;
  border: 1px solid var(--color-ink);
  font-family: var(--font-body);
  font-size: 0.58rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  cursor: pointer;
  transition: background 0.25s, color 0.25s;
}
.newsletter-form button:hover {
  background: #fff;
  color: var(--color-ink);
}

/* ========================================
   FOOTER | Sparse, authoritative
   ======================================== */
.site-footer {
  padding: 3rem 0 2.5rem;
  border-top: 1px solid var(--color-hairline);
  font-size: 0.62rem;
  color: var(--color-ink-muted);
  letter-spacing: 0.08em;
  background: #f5f3ef;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
.footer-links { display: flex; gap: 3.5rem; }
.footer-links a {
  color: var(--color-ink-muted);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 400;
  font-size: 0.58rem;
}
.footer-links a:hover { color: var(--color-ink); text-decoration: none; }

/* ========================================
   ARTICLE PAGE | Vogue feature layout
   ======================================== */
.article-header {
  padding: 8rem 0 4.5rem;
  border-bottom: 1px solid var(--color-hairline);
  background: var(--color-bg);
  text-align: center;
}
.article-header .article-container .article-category {
  font-size: 0.42rem;
  text-transform: uppercase;
  letter-spacing: 0.6em;
  color: var(--color-accent);
  font-weight: 600;
  margin-bottom: 3rem;
}
.article-header h1 {
  font-family: var(--font-headline);
  font-size: 6rem;
  line-height: 0.92;
  margin-bottom: 3rem;
  letter-spacing: -0.03em;
  font-weight: 300;
  font-style: italic;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.article-header .article-subtitle {
  font-family: var(--font-body);
  font-size: 1.05rem;
  font-weight: 200;
  color: var(--color-ink-secondary);
  line-height: 2.0;
  margin-bottom: 3rem;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}
.article-meta {
  font-size: 0.52rem;
  color: var(--color-ink-muted);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  padding-top: 1.2rem;
  border-top: 1px solid var(--color-hairline);
  margin-top: 2rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.article-meta time { font-weight: 600; }
.article-meta .byline { margin-right: 0; }

/* Full bleed article image */
.article-hero-image {
  width: 100%;
  max-height: 600px;
  overflow: hidden;
  background: #111;
  aspect-ratio: 21/9;
}
.article-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%) contrast(1.08);
}

/* ========================================
   ARTICLE BODY | Generous reading experience
   Weight 200, line-height 2.1+
   ======================================== */
.article-body {
  padding: 4.5rem 0 7rem;
}
.article-body h2 {
  font-family: var(--font-headline);
  font-size: 2.8rem;
  margin: 5rem 0 1.6rem;
  line-height: 1.08;
  letter-spacing: -0.02em;
  font-weight: 400;
  font-style: italic;
}
.article-body h2::before {
  content: '';
  display: block;
  width: 50px;
  height: 1px;
  background: var(--color-hairline);
  margin-bottom: 2.5rem;
}
.article-body h3 {
  font-family: var(--font-headline);
  font-size: 1.8rem;
  margin: 3.5rem 0 0.9rem;
  line-height: 1.15;
  font-weight: 500;
}
.article-body p {
  margin-bottom: 1.6rem;
  font-size: 1.02rem;
  font-weight: 200;
  line-height: 2.15;
  letter-spacing: 0.008em;
}
.article-body p strong {
  font-weight: 600;
}

/* Dramatic drop cap */
.article-body p:first-of-type::first-letter {
  font-family: var(--font-headline);
  font-size: 9rem;
  float: left;
  line-height: 0.65;
  margin: 0.12rem 1.2rem 0 -0.05rem;
  font-weight: 700;
  color: var(--color-ink);
  font-style: italic;
}
.article-body ul, .article-body ol {
  margin: 1.5rem 0 2.5rem 1.5rem;
}
.article-body li {
  margin-bottom: 0.8rem;
  line-height: 2.0;
  font-weight: 200;
  font-size: 1rem;
}

/* Numbered lists get special editorial treatment */
.article-body ol {
  counter-reset: editorial;
  list-style: none;
  padding: 0;
  margin-left: 0;
}
.article-body ol li {
  counter-increment: editorial;
  padding-left: 3rem;
  position: relative;
}
.article-body ol li::before {
  content: counter(editorial) '.';
  position: absolute;
  left: 0;
  font-family: var(--font-headline);
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--color-ink);
  top: -0.1em;
}

.article-body blockquote {
  border-left: 2px solid var(--color-ink);
  padding: 0.5rem 0 0.5rem 3rem;
  margin: 4rem 0;
  font-style: italic;
  color: var(--color-ink-secondary);
  font-size: 1.05rem;
  font-weight: 300;
  line-height: 2.0;
}

/* Pull quotes | DOMINATE the page */
.article-body .pullquote {
  font-family: var(--font-headline);
  font-size: 5.5rem;
  line-height: 1.02;
  text-align: center;
  padding: 7rem 2rem;
  margin: 8rem -6rem;
  border-top: 3px solid var(--color-ink);
  border-bottom: 3px solid var(--color-ink);
  font-style: italic;
  font-weight: 300;
  color: var(--color-ink);
  letter-spacing: -0.03em;
  position: relative;
}
/* Decorative quotation mark */
.article-body .pullquote::before {
  content: '\201C';
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 3rem;
  color: var(--color-accent);
  font-style: normal;
}

/* Inline figure in articles -- FULL BLEED */
.article-body figure {
  margin: 5rem -6rem;
  background: #111;
}
.article-body figure img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  filter: grayscale(100%) contrast(1.05);
}
.article-body figcaption {
  padding: 1.2rem 0;
  font-size: 0.6rem;
  color: var(--color-ink-muted);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  text-align: center;
  background: var(--color-bg);
  font-weight: 400;
}

/* ========================================
   RELATED ARTICLES
   ======================================== */
.related-articles {
  padding: 6rem 0;
  border-top: 3px solid var(--color-rule);
  background: var(--color-cream);
}
.related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
.related-grid .article-card {
  padding: 0;
  border: none;
  border-bottom: none;
}
.related-grid .article-card:nth-child(even) {
  padding: 0;
  border-left: none;
}

/* ========================================
   PAGE (About, etc.)
   ======================================== */
.page-header {
  padding: 8rem 0 4.5rem;
  background: var(--color-bg);
  border-bottom: 1px solid var(--color-hairline);
  text-align: center;
}
.page-header h1 {
  font-family: var(--font-headline);
  font-size: 5rem;
  margin-bottom: 1.5rem;
  font-weight: 300;
  font-style: italic;
  letter-spacing: -0.025em;
}
.page-header p {
  font-size: 1rem;
  font-weight: 200;
  color: var(--color-ink-secondary);
  max-width: 440px;
  margin: 0 auto;
  line-height: 2.0;
}
.page-body {
  padding: 4.5rem 0 7rem;
}
.page-body h2 {
  font-family: var(--font-headline);
  font-size: 2.5rem;
  margin: 4rem 0 1.2rem;
  line-height: 1.1;
  font-weight: 400;
  font-style: italic;
}
.page-body p {
  margin-bottom: 1.5rem;
  font-size: 1rem;
  font-weight: 200;
  color: var(--color-ink-secondary);
  line-height: 2.1;
}

/* ========================================
   EDITORIAL DIVIDER
   ======================================== */
.editorial-divider {
  width: 50px;
  height: 1px;
  background: var(--color-ink);
  margin: 5rem auto;
}

/* ========================================
   RESPONSIVE
   ======================================== */
@media (max-width: 1024px) {
  .hero h1 { font-size: 5.5rem; }
  .article-header h1 { font-size: 4rem; }
  .articles-grid { grid-template-columns: 1fr 1fr; }
  .featured-card { grid-template-columns: 1fr; }
  .featured-card .featured-image {
    margin-left: 0;
    width: 100%;
    min-height: 400px;
  }
  .featured-card .featured-text {
    padding: 2.5rem 0 2.5rem 0;
  }
  .featured-card .featured-text h3 { font-size: 2.8rem; }
  .about-grid { gap: 4rem; }
  .article-body .pullquote {
    font-size: 3.5rem;
    margin: 5rem -2rem;
  }
  .article-body figure { margin: 3rem -2rem; }
}

@media (max-width: 768px) {
  html { font-size: 16px; }
  .container { padding: 0 2rem; }
  .site-logo { font-size: 3.8rem; letter-spacing: 0.1em; }
  .hero { padding: 6rem 0 5rem; }
  .hero h1 { font-size: 3.5rem; }
  .articles-section { padding: 5rem 0 6rem; }
  .articles-grid { grid-template-columns: 1fr; }
  .article-card { padding: 2.5rem 0; }
  .article-card:nth-child(even) { padding: 2.5rem 0; border-left: none; }
  .about-section { padding: 5rem 0; }
  .about-section::before { display: none; }
  .about-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .about-grid h2 { font-size: 2.8rem; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stat-item h3 { font-size: 3.2rem; }
  .related-grid { grid-template-columns: 1fr; }
  .article-header { padding: 5rem 0 3rem; }
  .article-header h1 { font-size: 3rem; }
  .article-body .pullquote {
    padding: 3.5rem 1rem;
    font-size: 2.2rem;
    margin: 4rem 0;
  }
  .article-body figure { margin: 3rem 0; }
  .article-body p:first-of-type::first-letter {
    font-size: 5rem;
  }
  .featured-card .featured-image { min-height: 300px; }
  .featured-card .featured-text h3 { font-size: 2.2rem; }
  .newsletter-section { padding: 5rem 0; }
  .page-header h1 { font-size: 3.2rem; }
}

@media (max-width: 480px) {
  .site-header { padding: 0; }
  .site-logo { font-size: 2.4rem; letter-spacing: 0.06em; padding: 1.5rem 0 0.3rem; }
  .site-nav { gap: 1.2rem; flex-wrap: wrap; }
  .site-nav a { font-size: 0.55rem; letter-spacing: 0.12em; }
  .hero { padding: 4rem 0 3.5rem; }
  .hero h1 { font-size: 2.6rem; }
  .hero-label::before, .hero-label::after { display: none; }
  .article-header h1 { font-size: 2.2rem; }
  .stats-grid { grid-template-columns: 1fr 1fr; gap: 1.5rem; }
  .stat-item h3 { font-size: 2.4rem; }
  .newsletter-form { flex-direction: column; }
  .newsletter-form input[type="email"] { border-right: 1px solid var(--color-ink); }
  .footer-inner { flex-direction: column; gap: 1rem; text-align: center; }
  .page-header h1 { font-size: 2.6rem; }
  .about-grid h2 { font-size: 2.2rem; }
  .article-body .pullquote {
    font-size: 1.7rem;
    padding: 2.5rem 0.5rem;
  }
  .article-body p:first-of-type::first-letter {
    font-size: 3.8rem;
  }
}
