/* =========================================
   File role: Main stylesheet for the whole site.
   Project relation: Shared by the homepage, archive page, and processed article pages,
   so layout and component changes here affect the whole project.
   ========================================= */

/* ────────────────────────────
   RESET & BASE
──────────────────────────── */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ────────────────────────────
   CSS VARIABLES
──────────────────────────── */
:root {
  --navy:   #1B2C45;
  --navy2:  #243655;
  --navy3:  #162338;
  --beige:  #F5F0E8;
  --beige2: #EAE3D5;
  --beige3: #DDD4C0;
  --ink:    #141210;
  --muted:  #6B7280;
  --line:   rgba(27,44,69,0.12);
  --line2:  rgba(27,44,69,0.06);
}

/* ────────────────────────────
   GLOBAL STYLES
──────────────────────────── */
html {
  scroll-behavior: smooth;
}

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--beige);
  color: var(--ink);
  overflow-x: hidden;
  cursor: auto;
}

/* ────────────────────────────
   CUSTOM CURSOR
──────────────────────────── */
.cursor-dot {
  display: none;
}

.cursor-ring {
  width: 28px;
  height: 28px;
  border: 1px solid rgba(27,44,69,0.22);
  border-radius: 50%;
  position: fixed;
  pointer-events: none;
  z-index: 9998;
  transform: translate(-50%, -50%);
  opacity: 0;
  background: rgba(27,44,69,0.03);
  backdrop-filter: blur(2px);
  transition: width 0.25s ease, height 0.25s ease, opacity 0.25s ease, transform 0.12s ease, border-color 0.25s ease, background 0.25s ease;
}

.cursor-dot.hover {
  display: none;
}

.cursor-ring.hover {
  width: 42px;
  height: 42px;
  opacity: 0.9;
  border-color: rgba(27,44,69,0.34);
  background: rgba(27,44,69,0.05);
}

/* ────────────────────────────
   NAVIGATION
──────────────────────────── */
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 64px;
  height: 68px;
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  background: rgba(245,240,232,0.92);
  backdrop-filter: blur(12px);
  z-index: 100;
  animation: fadeDown 0.7s ease both;
}

.nav-left {
  display: flex;
  align-items: center;
  gap: 20px;
}

.nav-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--navy);
  text-decoration: none;
  transition: opacity 0.2s;
}

.nav-logo:hover {
  opacity: 0.7;
}

.nav-divider {
  width: 1px;
  height: 22px;
  background: var(--line);
}

.nav-tagline {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 300;
}

.nav-right {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* NL Language Switcher */
.nl-link {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 7px 14px;
  border: 1px solid var(--line);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  text-decoration: none;
  font-weight: 400;
  transition: border-color 0.2s, color 0.2s;
}

.nl-link:hover {
  border-color: var(--navy);
  color: var(--navy);
}

.nl-flag {
  font-size: 14px;
}

.nav-cta {
  background: var(--navy);
  color: var(--beige);
  border: none;
  padding: 10px 26px;
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.25s, transform 0.15s;
  font-weight: 500;
}

.nav-cta:hover {
  background: var(--navy2);
  transform: translateY(-1px);
}

/* ────────────────────────────
   HERO SECTION
──────────────────────────── */
.hero {
  display: grid;
  grid-template-columns: 55% 45%;
  min-height: 91vh;
  position: relative;
}

/* Animated background grid lines */
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(var(--line2) 1px, transparent 1px),
    linear-gradient(90deg, var(--line2) 1px, transparent 1px);
  background-size: 60px 60px;
  animation: gridShift 20s linear infinite;
  pointer-events: none;
  z-index: 0;
}

@keyframes gridShift {
  from { background-position: 0 0; }
  to   { background-position: 60px 60px; }
}

.hero-left {
  padding: 72px 64px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid var(--line);
  position: relative;
  z-index: 1;
  background: rgba(245,240,232,0.85);
  backdrop-filter: blur(4px);
  opacity: 0;
  animation: fadeUp 0.9s 0.2s ease forwards;
}

.hero-issue {
  display: flex;
  align-items: center;
  gap: 14px;
}

.hero-issue-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--navy);
  animation: pulse 2.8s ease-in-out infinite;
}

.hero-issue-label {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--navy);
  font-weight: 500;
}

.hero-center {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 0;
}

/* Animated heading - each word slides up */
.hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(62px, 6.8vw, 106px);
  line-height: 0.95;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-bottom: 36px;
  color: var(--navy);
  overflow: hidden;
}

.hero-title span {
  display: block;
  overflow: hidden;
}

.hero-title span > span {
  display: block;
  animation: slideUp 0.8s ease both;
}

.hero-title span:nth-child(1) > span { animation-delay: 0.3s; }
.hero-title span:nth-child(2) > span { animation-delay: 0.45s; }
.hero-title span:nth-child(3) > span { animation-delay: 0.6s; }
.hero-title span:nth-child(4) > span { animation-delay: 0.75s; }

@keyframes slideUp {
  from { transform: translateY(110%); opacity: 0; }
  to   { transform: translateY(0); opacity: 1; }
}

.hero-title .italic {
  font-style: italic;
  font-weight: 300;
  opacity: 0.6;
}

.hero-desc {
  font-size: 16px;
  line-height: 1.8;
  color: var(--muted);
  max-width: 400px;
  font-weight: 300;
  margin-bottom: 36px;
  opacity: 0;
  animation: fadeUp 0.8s 0.9s ease forwards;
}

.article-types {
  display: flex;
  gap: 10px;
  margin-bottom: 36px;
  opacity: 0;
  animation: fadeUp 0.8s 1s ease forwards;
}

.type-pill {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 16px;
  border: 1px solid var(--line);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--navy);
  transition: background 0.2s, border-color 0.2s;
}

.type-pill:hover {
  background: var(--beige2);
  border-color: var(--navy);
}

.type-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.dot-i {
  background: var(--navy);
}

.dot-l {
  background: transparent;
  border: 1.5px solid var(--navy);
}

.subscribe-row {
  display: flex;
  max-width: 420px;
  opacity: 0;
  animation: fadeUp 0.8s 1.1s ease forwards;
}

.subscribe-row form {
  display: flex;
  width: 100%;
}

.subscribe-row input {
  flex: 1;
  padding: 15px 18px;
  border: 1px solid var(--navy);
  border-right: none;
  background: transparent;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  outline: none;
  color: var(--ink);
  font-weight: 300;
  transition: background 0.2s;
}

.subscribe-row input::placeholder {
  color: var(--muted);
}

.subscribe-row input:focus {
  background: rgba(27,44,69,0.03);
}

.subscribe-row button {
  background: var(--navy);
  color: var(--beige);
  border: 1px solid var(--navy);
  padding: 15px 30px;
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s;
  font-weight: 500;
  white-space: nowrap;
}

.subscribe-row button:hover {
  background: var(--navy2);
}

.hero-note {
  margin-top: 12px;
  font-size: 11px;
  color: var(--muted);
  letter-spacing: 0.06em;
  opacity: 0;
  animation: fadeUp 0.8s 1.2s ease forwards;
}

.hero-stats {
  display: flex;
  gap: 40px;
  border-top: 1px solid var(--line);
  padding-top: 28px;
  opacity: 0;
  animation: fadeUp 0.8s 1.3s ease forwards;
}

.stat-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 4px;
  color: var(--navy);
}

.stat-label {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 300;
}

/* ── HERO RIGHT ── */
.hero-right {
  position: relative;
  overflow: hidden;
  background: var(--navy);
  z-index: 1;
  opacity: 0;
  animation: fadeIn 1.2s 0.4s ease forwards;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

.hero-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  opacity: 0.78;
  transition: transform 12s ease;
  mix-blend-mode: luminosity;
}

.hero-right:hover img {
  transform: scale(1.06);
}

.hero-right::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(27,44,69,0.28);
  pointer-events: none;
  z-index: 1;
}

/* Floating tags */
.hero-floats {
  position: absolute;
  top: 32px;
  right: 32px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-end;
}

.float-pill {
  background: rgba(245,240,232,0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(245,240,232,0.22);
  color: var(--beige);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 7px 16px;
  font-weight: 400;
}

.float-pill:nth-child(1) { animation: floatA 5s ease-in-out infinite; }
.float-pill:nth-child(2) { animation: floatA 5s ease-in-out infinite 1.2s; }
.float-pill:nth-child(3) { animation: floatA 5s ease-in-out infinite 2.4s; }

@keyframes floatA {
  0%, 100% { transform: translateY(0px); }
  50%      { transform: translateY(-8px); }
}

.hero-photo-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 48px 36px 36px;
  background: linear-gradient(to top, rgba(27,44,69,0.9) 0%, transparent 100%);
  z-index: 2;
}

.hero-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 44px;
  font-weight: 700;
  color: var(--beige);
  line-height: 1;
  margin-bottom: 8px;
}

.hero-role {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--beige3);
  opacity: 0.8;
}

/* ────────────────────────────
   TICKER
──────────────────────────── */
.ticker {
  background: var(--navy);
  color: var(--beige);
  padding: 13px 0;
  overflow: hidden;
}

.ticker-track {
  display: flex;
  animation: tickerScroll 26s linear infinite;
  width: max-content;
}

.ticker-track:hover {
  animation-play-state: paused;
}

.ticker-item {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 0 36px;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0.75;
}

.ticker-sep {
  width: 4px;
  height: 4px;
  background: var(--beige3);
  border-radius: 50%;
  flex-shrink: 0;
}

.ticker-item.hi .ticker-sep {
  background: var(--beige);
  opacity: 1;
}

.ticker-item.hi {
  opacity: 1;
}

@keyframes tickerScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ────────────────────────────
   MANIFESTO SECTION
──────────────────────────── */
.manifesto {
  display: grid;
  grid-template-columns: 1fr 2fr;
  border-bottom: 1px solid var(--line);
}

.manifesto-left {
  padding: 64px;
  border-right: 1px solid var(--line);
  background: var(--beige2);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.eyebrow {
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--navy);
  font-weight: 500;
  margin-bottom: 12px;
}

.manifesto-desc {
  font-size: 15px;
  line-height: 1.75;
  color: var(--muted);
  font-weight: 300;
  max-width: 260px;
}

.big-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 120px;
  font-weight: 700;
  color: var(--beige3);
  line-height: 1;
  margin-top: auto;
  transition: color 0.4s;
}

.manifesto-left:hover .big-num {
  color: var(--beige);
}

.manifesto-right {
  padding: 64px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
}

.m-item-label {
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--navy);
  margin-bottom: 14px;
  font-weight: 500;
}

.m-item-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  line-height: 1.5;
  font-style: italic;
  font-weight: 300;
}

/* ────────────────────────────
   FORMAT CARDS
──────────────────────────── */
.formats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid var(--line);
}

.format-card {
  padding: 60px 64px;
  position: relative;
  overflow: hidden;
  transition: background 0.4s;
  border-right: 1px solid var(--line);
}

.format-card:last-child {
  border-right: none;
}

.format-card:hover {
  background: var(--beige2);
}

/* Animated circle */
.format-circle {
  position: absolute;
  right: -80px;
  bottom: -80px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  border: 1px solid var(--line);
  transition: transform 0.6s ease, opacity 0.4s;
  opacity: 0.6;
}

.format-card:hover .format-circle {
  transform: scale(1.2) translateX(-20px);
  opacity: 1;
}

.format-circle::before {
  content: '';
  position: absolute;
  inset: 20px;
  border-radius: 50%;
  border: 1px solid var(--line2);
  animation: rotateSlow 12s linear infinite;
}

@keyframes rotateSlow {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

.format-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 68px;
  font-weight: 700;
  color: var(--beige3);
  line-height: 1;
  margin-bottom: 24px;
  transition: color 0.3s;
}

.format-card:hover .format-num {
  color: var(--beige3);
}

.format-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  margin-bottom: 20px;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 500;
}

.badge-i {
  background: var(--navy);
  color: var(--beige);
}

.badge-l {
  background: transparent;
  color: var(--navy);
  border: 1px solid var(--line);
}

.format-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
  color: var(--navy);
  position: relative;
  z-index: 1;
}

.format-desc {
  font-size: 15px;
  line-height: 1.8;
  color: var(--muted);
  font-weight: 300;
  max-width: 380px;
  position: relative;
  z-index: 1;
}

/* ────────────────────────────
   STORIES SECTION (BLOG POSTS)
──────────────────────────── */
.stories-section {
  padding: 80px 64px;
}

.stories-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}

.stories-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 42px;
  font-weight: 700;
  color: var(--navy);
}

.view-all-link {
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--navy);
  text-decoration: none;
  border-bottom: 1px solid var(--navy);
  padding-bottom: 2px;
  transition: opacity 0.2s;
}

.view-all-link:hover {
  opacity: 0.7;
}

.filter-tabs {
  display: flex;
  gap: 4px;
}

.ftab {
  padding: 7px 18px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--muted);
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 400;
  transition: all 0.2s;
}

.ftab.active {
  background: var(--navy);
  color: var(--beige);
  border-color: var(--navy);
}

.ftab:hover:not(.active) {
  background: var(--beige2);
  border-color: var(--navy);
}

.stories-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.s-card {
  display: block;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.s-img-wrap {
  overflow: hidden;
  margin-bottom: 18px;
  aspect-ratio: 3/2;
  position: relative;
}

.s-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 500;
}

.s-badge-i {
  background: var(--navy);
  color: var(--beige);
}

.s-badge-l {
  background: rgba(245,240,232,0.92);
  color: var(--navy);
  border: 1px solid var(--line);
}

.s-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s ease, filter 0.4s ease;
  filter: saturate(0.7);
}

.s-card:hover .s-img {
  transform: scale(1.07);
  filter: saturate(1.05);
}

.s-meta {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 12px;
}

.s-date {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 300;
}

.s-tag {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--navy);
  font-weight: 500;
  opacity: 0.65;
}

.s-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 600;
  margin-bottom: 10px;
  transition: color 0.2s;
  color: var(--ink);
}

.s-card:hover .s-title {
  color: var(--navy);
}

.s-excerpt {
  font-size: 14px;
  line-height: 1.7;
  color: var(--muted);
  font-weight: 300;
}

.s-read {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--navy);
  text-decoration: none;
  border-bottom: 1px solid var(--navy);
  padding-bottom: 2px;
  opacity: 0.55;
  transition: opacity 0.2s;
}

.s-card:hover .s-read {
  opacity: 1;
}

/* ────────────────────────────
   PULL QUOTE
──────────────────────────── */
.pull-quote {
  background: var(--navy);
  padding: 110px 120px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.pull-quote::before {
  content: '\201C';
  font-family: 'Cormorant Garamond', serif;
  font-size: 360px;
  line-height: 1;
  color: rgba(245,240,232,0.04);
  position: absolute;
  top: -60px;
  left: 40px;
  pointer-events: none;
  font-weight: 700;
}

/* Parallax orbs */
.orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(245,240,232,0.08), transparent 70%);
}

.orb1 {
  width: 400px;
  height: 400px;
  top: -150px;
  right: -100px;
  animation: orbDrift 10s ease-in-out infinite;
}

.orb2 {
  width: 280px;
  height: 280px;
  bottom: -100px;
  left: 8%;
  animation: orbDrift 7s ease-in-out infinite 2s reverse;
}

.orb3 {
  width: 180px;
  height: 180px;
  top: 30%;
  right: 15%;
  animation: orbDrift 9s ease-in-out infinite 1s;
}

@keyframes orbDrift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(20px, -18px) scale(1.05); }
  66%      { transform: translate(-10px, 14px) scale(0.97); }
}

.pq-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(28px, 3.8vw, 50px);
  line-height: 1.38;
  font-style: italic;
  font-weight: 300;
  max-width: 800px;
  margin: 0 auto 28px;
  position: relative;
  color: var(--beige);
}

.pq-author {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--beige3);
  font-weight: 400;
  opacity: 0.65;
}

/* ────────────────────────────
   CONTACT SECTION
──────────────────────────── */
.contact-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--line);
}

.contact-left {
  padding: 80px 64px;
  background: var(--beige2);
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.1;
  color: var(--navy);
  margin-bottom: 18px;
}

.contact-title em {
  font-style: italic;
  font-weight: 300;
}

.contact-desc {
  font-size: 15px;
  line-height: 1.8;
  color: var(--muted);
  font-weight: 300;
  max-width: 340px;
  margin-bottom: 36px;
}

.contact-rows {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact-row {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 18px;
  border: 1px solid var(--line);
  transition: background 0.2s, border-color 0.2s;
}

.contact-row:hover {
  background: var(--beige);
  border-color: var(--navy);
}

.crow-icon {
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  flex-shrink: 0;
  transition: border-color 0.2s;
}

.contact-row:hover .crow-icon {
  border-color: var(--navy);
}

.crow-text strong {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: var(--navy);
  margin-bottom: 2px;
}

.crow-text span {
  font-size: 12px;
  color: var(--muted);
  font-weight: 300;
}

/* Tally embed */
.contact-right {
  padding: 80px 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tally-label {
  font-size: 10px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--navy);
  font-weight: 500;
  margin-bottom: 24px;
  opacity: 0.7;
}

/* ────────────────────────────
   BLOG-SPECIFIC STYLES
──────────────────────────── */
.blog-header {
  padding: 80px 64px;
  background: var(--beige2);
  border-bottom: 1px solid var(--line);
  text-align: center;
}

.blog-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 52px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 12px;
}

.blog-subtitle {
  font-size: 16px;
  color: var(--muted);
  margin-bottom: 32px;
}

.all-posts-section {
  padding: 80px 64px;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
}

.load-more-wrap {
  text-align: center;
  padding: 40px 0;
}

.load-more-btn {
  background: var(--navy);
  color: var(--beige);
  border: none;
  padding: 14px 36px;
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.25s;
  font-weight: 500;
}

.load-more-btn:hover {
  background: var(--navy2);
}

.loading {
  text-align: center;
  padding: 60px 20px;
  font-family: 'DM Sans', sans-serif;
  color: var(--muted);
  font-size: 15px;
  grid-column: 1 / -1;
}

.no-posts {
  text-align: center;
  padding: 80px 20px;
  grid-column: 1 / -1;
}

.no-posts-icon {
  font-size: 64px;
  margin-bottom: 20px;
}

.no-posts-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 12px;
}

.no-posts-desc {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  color: var(--muted);
}

/* Subscribe CTA Section */
.subscribe-cta {
  padding: 100px 64px;
  background: var(--beige2);
  border-top: 1px solid var(--line);
}

/* Article Pages */
.article-topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(245,240,232,0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}

.article-topbar-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.article-brand {
  font-family: 'Inter', 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--navy);
  text-decoration: none;
}

.article-topbar-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.article-shell {
  max-width: 760px;
  margin: 0 auto;
  padding: 40px 24px 96px;
}

.article-header {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  margin-bottom: 28px;
}

.article-type-label {
  margin-bottom: 16px;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
}

.article-action-link {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid var(--line);
  background: #fff;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--navy);
  text-decoration: none;
  border-radius: 999px;
}

.article-action-link:hover {
  background: var(--beige);
}

.article-byline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--muted);
}

.article-authors-line {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.article-author-visuals {
  display: inline-flex;
  align-items: center;
  margin-right: 2px;
}

.article-author-avatar {
  width: 32px;
  height: 32px;
  margin-left: -8px;
  border-radius: 50%;
  border: 1px solid rgba(27, 44, 69, 0.16);
  background: #fff;
  color: var(--navy);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(20, 18, 16, 0.06);
}

.article-author-avatar:first-child {
  margin-left: 0;
}

.article-author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.article-author-avatar-fallback {
  font-size: 11px;
  letter-spacing: 0.06em;
  font-weight: 700;
}

.article-author-names {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
}

.article-author-link,
.article-author-name,
.article-date-line,
.article-readtime-line {
  font-size: 15px;
  color: var(--muted);
}

.article-author-link {
  text-decoration: underline;
  text-underline-offset: 0.12em;
  color: var(--muted);
}

.article-author-link:hover {
  color: var(--navy);
}

.article-meta-separator {
  color: var(--muted);
  margin: 0 2px;
}

.article-language-line {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.article-page-title {
  font-family: 'Inter', 'DM Sans', sans-serif;
  font-size: clamp(40px, 5vw, 54px);
  line-height: 1.04;
  color: var(--navy);
  margin-bottom: 16px;
  font-weight: 800;
  letter-spacing: -0.03em;
  max-width: 670px;
}

.article-page-excerpt {
  max-width: 670px;
  font-size: 20px;
  line-height: 1.55;
  color: var(--muted);
  font-weight: 400;
  margin-bottom: 14px;
}

.article-header-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  min-height: 20px;
}

.article-source-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  font-size: 12px;
  color: var(--muted);
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

.article-source-link::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid rgba(27, 44, 69, 0.18);
  background: linear-gradient(135deg, rgba(27, 44, 69, 0.12), rgba(27, 44, 69, 0.02));
  flex-shrink: 0;
}

.article-cover {
  max-width: 670px;
  margin: 28px auto 40px;
}

.article-cover img {
  width: 100%;
  display: block;
  object-fit: contain;
}

.article-body {
  max-width: 670px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.9;
  color: var(--ink);
}

.beehiiv-article-shell .typedream.content {
  font-family: var(--wt-body-font, Inter, sans-serif);
}

.article-body > * + * {
  margin-top: 24px;
}

.article-body h2,
.article-body h3 {
  font-family: 'Cormorant Garamond', serif;
  color: var(--navy);
  line-height: 1.15;
  margin-top: 48px;
}

.article-body h2 {
  font-size: 38px;
}

.article-body h3 {
  font-size: 30px;
}

.article-body p,
.article-body ul,
.article-body ol,
.article-body blockquote {
  max-width: 760px;
}

.article-body ul,
.article-body ol {
  padding-left: 24px;
}

.article-body li + li {
  margin-top: 10px;
}

.article-body a {
  color: var(--navy);
}

.article-body blockquote {
  border-left: 2px solid var(--line);
  padding-left: 22px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 30px;
  line-height: 1.35;
  font-style: italic;
  color: var(--navy);
}

.article-endcap {
  max-width: 670px;
  margin: 56px auto 0;
  padding: 28px;
  border-top: 0;
  background: var(--navy);
  border-radius: 24px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}

.article-endcap-copy {
  flex: 1;
}

.article-endcap-title {
  font-family: 'Inter', 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--beige);
  margin-bottom: 6px;
}

.article-endcap-text {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(245,240,232,0.72);
}

.article-endcap-copy .article-source-link {
  margin-top: 14px;
  color: rgba(245,240,232,0.72);
}

.article-endcap-copy .article-source-link:hover {
  color: var(--beige);
}

.article-endcap-copy .article-source-link::before {
  border-color: rgba(245,240,232,0.22);
  background: linear-gradient(135deg, rgba(245,240,232,0.22), rgba(245,240,232,0.05));
}

.article-endcap-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.article-endcap .article-action-link {
  border-color: rgba(245,240,232,0.2);
  background: rgba(245,240,232,0.08);
  color: var(--beige);
}

.article-endcap .article-action-link:hover {
  background: rgba(245,240,232,0.16);
}

.cta-content {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.cta-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 48px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 16px;
}

.cta-desc {
  font-size: 16px;
  line-height: 1.8;
  color: var(--muted);
  margin-bottom: 36px;
}

.subscribe-row-inline {
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}

.subscribe-row-inline form {
  display: flex;
  max-width: 460px;
  width: 100%;
}

.subscribe-row-inline input {
  flex: 1;
  padding: 16px 20px;
  border: 1px solid var(--navy);
  border-right: none;
  background: var(--beige);
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  outline: none;
  color: var(--ink);
  font-weight: 300;
}

.subscribe-row-inline button {
  background: var(--navy);
  color: var(--beige);
  border: 1px solid var(--navy);
  padding: 16px 32px;
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s;
  font-weight: 500;
  white-space: nowrap;
}

.subscribe-row-inline button:hover {
  background: var(--navy2);
}

[data-subscribe-feedback] {
  width: 100%;
}

.cta-note {
  font-size: 11px;
  color: var(--muted);
  letter-spacing: 0.06em;
}

/* ────────────────────────────
   SCROLL PROGRESS BAR
──────────────────────────── */
.progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  height: 2px;
  background: var(--navy);
  z-index: 200;
  transform-origin: left;
  transform: scaleX(0);
  transition: transform 0.1s linear;
}

/* ────────────────────────────
   FOOTER
──────────────────────────── */
footer {
  background: var(--navy);
  padding: 32px 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.25em;
  color: var(--beige);
}

.footer-links {
  display: flex;
  gap: 28px;
}

.footer-links a {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(245,240,232,0.4);
  text-decoration: none;
  transition: color 0.2s;
}

.footer-links a:hover {
  color: var(--beige);
}

.footer-copy {
  font-size: 11px;
  color: rgba(245,240,232,0.28);
  letter-spacing: 0.06em;
  line-height: 1.5;
}

.footer-updated,
.article-updated {
  display: block;
  margin-top: 4px;
  opacity: 0.9;
}

/* ────────────────────────────
   SCROLL REVEAL ANIMATIONS
──────────────────────────── */
.sr {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

.sr.in {
  opacity: 1;
  transform: translateY(0);
}

/* ────────────────────────────
   KEYFRAME ANIMATIONS
──────────────────────────── */
@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(-14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.6);
    opacity: 0.4;
  }
}

/* ────────────────────────────
   ACCESSIBILITY
──────────────────────────── */
.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: var(--navy);
  color: var(--beige);
  padding: 8px 16px;
  text-decoration: none;
  font-size: 14px;
  z-index: 10000;
}

.skip-link:focus {
  top: 0;
}

.keyboard-nav *:focus {
  outline: 2px solid var(--navy);
  outline-offset: 2px;
}

/* ────────────────────────────
   RESPONSIVE BREAKPOINTS
──────────────────────────── */
@media (max-width: 960px) {
  body {
    cursor: auto;
  }

  .cursor-dot,
  .cursor-ring {
    display: none;
  }

  nav {
    padding: 0 24px;
  }

  .nav-tagline,
  .nav-divider {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero::before {
    display: none;
  }

  .hero-left {
    padding: 48px 24px;
    border-right: none;
    border-bottom: 1px solid var(--line);
    background: var(--beige);
  }

  .hero-right {
    height: 400px;
  }

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

  .manifesto-left {
    padding: 40px 24px;
    border-right: none;
    border-bottom: 1px solid var(--line);
  }

  .big-num {
    font-size: 80px;
  }

  .manifesto-right {
    grid-template-columns: 1fr;
    padding: 40px 24px;
    gap: 32px;
  }

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

  .format-card {
    padding: 48px 24px;
    border-right: none !important;
    border-bottom: 1px solid var(--line);
  }

  .stories-section {
    padding: 60px 24px;
  }

  .stories-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .stories-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .pull-quote {
    padding: 72px 28px;
  }

  .contact-section {
    grid-template-columns: 1fr;
  }

  .contact-left {
    padding: 60px 24px;
    border-right: none;
    border-bottom: 1px solid var(--line);
  }

  .contact-right {
    padding: 60px 24px;
  }

  .blog-header {
    padding: 60px 24px;
  }

  .all-posts-section {
    padding: 60px 24px;
  }

  .subscribe-cta {
    padding: 72px 24px;
  }

  .article-shell {
    padding: 48px 24px 72px;
  }

  .article-body {
    font-size: 17px;
  }

  .article-body blockquote {
    font-size: 24px;
  }

  .subscribe-row-inline form {
    flex-direction: column;
  }

  .subscribe-row-inline input {
    border-right: 1px solid var(--navy);
    border-bottom: none;
  }

  .subscribe-row-inline button {
    width: 100%;
  }

  footer {
    flex-direction: column;
    gap: 16px;
    padding: 28px 24px;
    text-align: center;
  }

  .footer-links {
    flex-wrap: wrap;
    justify-content: center;
  }
}

/* Tablet-specific adjustments */
@media (min-width: 768px) and (max-width: 960px) {
  .stories-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
