/* ============================================================
   Harry Sharman — style.css
   Bold Illustration Design System  |  Red / Ink / Cream
   ============================================================ */

/* ── Reset ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
a { text-decoration: none; color: inherit; }
img { display: block; max-width: 100%; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

/* ── Tokens ── */
:root {
  --red:    #e63a25;
  --ink:    #1a1410;
  --cream:  #fefcf7;
  --f-sans: 'Archivo', system-ui, sans-serif;
  --f-hand: 'Caveat', cursive;
  --f-mono: 'JetBrains Mono', monospace;
}

/* ── Base ── */
html { background: var(--red); }
body {
  background: var(--red);
  color: var(--ink);
  font-family: var(--f-sans);
  overflow-x: hidden;
}

/* ── Container — max-width wrapper used inside full-bleed sections ── */
.container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 40px;
}

/* ══════════════════════════════
   HEADER
══════════════════════════════ */
.site-header {
  border-bottom: 2px solid var(--ink);
  background: var(--red);
  position: relative;
  padding: 20px 0;
}
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.brand {
  font-weight: 900;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: var(--ink);
  white-space: nowrap;
}
.brand-slash { color: var(--cream); margin: 0 3px; }
.top-nav { display: flex; gap: 28px; align-items: center; }
.nav-link { font-size: 13px; color: var(--ink); font-weight: 600; transition: color 0.15s; white-space: nowrap; }
.nav-link:hover { color: #fff; }
.nav-pill {
  font-size: 12px; background: var(--ink); color: var(--cream);
  padding: 8px 14px; border-radius: 999px;
  font-family: var(--f-mono); font-weight: 500;
  transition: opacity 0.15s; white-space: nowrap;
}
.nav-pill:hover { opacity: 0.8; }
.nav-toggle { display: none; font-size: 22px; color: var(--ink); padding: 4px 8px; line-height: 1; }

/* ══════════════════════════════
   HERO
══════════════════════════════ */
.hero-section { background: var(--red); }
.hero {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  padding-top: 52px;
  padding-bottom: 52px;
  align-items: center;
  min-height: 520px;
}

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; font-family: var(--f-mono); letter-spacing: 0.16em;
  margin-bottom: 22px; padding: 6px 14px;
  background: var(--cream); border-radius: 999px; border: 2px solid var(--ink);
}
.eyebrow-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--ink); flex-shrink: 0; }

.h1 {
  font-family: var(--f-sans); font-weight: 800;
  font-size: clamp(48px, 6vw, 88px);
  line-height: 0.93; letter-spacing: -0.04em;
  margin: 0; color: var(--ink);
}
.h1-em { background: var(--ink); color: var(--cream); padding: 2px 12px 0; border-radius: 4px; }
.h1-punct {
  font-family: var(--f-hand);
  font-size: clamp(38px, 4.5vw, 58px);
  color: var(--cream); vertical-align: top; margin-left: 6px; line-height: 1;
}

.hero-foot { font-size: 16px; line-height: 1.6; color: var(--ink); max-width: 480px; margin: 26px 0 30px; }
.foot-star { font-family: var(--f-hand); color: var(--cream); font-weight: 700; font-size: 22px; margin-right: 5px; vertical-align: middle; }

.cta-row { display: flex; gap: 14px; flex-wrap: wrap; }
.cta {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 13px 22px; font-family: var(--f-sans); font-size: 13px;
  font-weight: 700; letter-spacing: 0.06em; border: 2px solid var(--ink);
  transition: transform 0.15s, box-shadow 0.15s; cursor: pointer;
}
.cta:hover { transform: translate(-2px,-2px); box-shadow: 4px 4px 0 var(--ink); }
.cta-pri { background: var(--ink); color: var(--cream); }
.cta-sec { background: var(--cream); color: var(--ink); }
.cta-arrow { display: inline-block; animation: biPulse 1.6s ease-in-out infinite; }

/* Photo column */
.hero-right {
  position: relative; display: flex;
  justify-content: center; align-items: center;
  min-height: 460px;
}
.sparkles { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.photo-frame {
  width: 320px; background: var(--cream);
  padding: 13px 13px 18px; border: 2px solid var(--ink);
  box-shadow: 8px 8px 0 var(--ink); transform: rotate(-2deg);
  position: relative; z-index: 2;
  animation: biFloat 6s ease-in-out infinite;
}
.photo-img { width: 100%; border: 1px solid rgba(26,20,16,0.2); }
.photo-caption {
  font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.16em;
  color: var(--ink); margin-top: 10px; text-align: center; font-weight: 500;
}
.tape { position: absolute; width: 70px; height: 22px; background: rgba(254,252,247,0.75); border: 1px dashed rgba(26,20,16,0.3); z-index: 3; }
.tape-left  { top: -14px; left: 28px;  transform: rotate(-8deg); }
.tape-right { top: -10px; right: 22px; transform: rotate(6deg);  }
.scribble { position: absolute; font-family: var(--f-hand); font-size: 24px; font-weight: 700; color: var(--cream); z-index: 4; pointer-events: none; white-space: nowrap; }
.scribble-right { top: 14px;    right: -14px; transform: rotate(8deg);  }
.scribble-left  { bottom: 26px; left: -22px;  transform: rotate(-6deg); }

/* ══════════════════════════════
   MARQUEE
══════════════════════════════ */
.marquee {
  background: var(--ink); color: var(--cream);
  padding: 13px 0; font-family: var(--f-mono); font-size: 13px; letter-spacing: 0.18em;
  overflow: hidden; white-space: nowrap;
  border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink);
}
.marquee-inner { display: inline-flex; animation: marqueeScroll 28s linear infinite; }

/* ══════════════════════════════
   THREE CARDS
══════════════════════════════ */
.cards-section { display: grid; grid-template-columns: repeat(3,1fr); }
.card {
  padding: 28px 28px 28px; min-height: 280px; display: flex; flex-direction: column;
  cursor: pointer; position: relative; border-right: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  transition: transform 0.25s cubic-bezier(.22,.61,.36,1), box-shadow 0.25s;
}
.card:hover { transform: translate(-3px,-3px); box-shadow: 6px 6px 0 var(--ink); z-index: 1; }
.card-writing  { background: var(--cream); color: var(--ink); }
.card-podcast  { background: var(--ink);   color: var(--cream); }
.card-building { background: var(--cream); color: var(--ink); border-right: none; }
.card-tag { font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.16em; margin-bottom: 28px; }
.card-title {
  font-family: var(--f-sans); font-weight: 800;
  font-size: clamp(28px, 3.2vw, 48px);
  line-height: 0.95; letter-spacing: -0.03em; margin-bottom: auto;
}
.card-title em { font-style: italic; font-weight: 400; }
.card-sub { font-size: 14px; line-height: 1.5; margin-top: 20px; opacity: 0.8; max-width: 260px; }
.card-arrow { position: absolute; top: 28px; right: 28px; font-size: 24px; font-weight: 700; }

/* ══════════════════════════════
   ESSAYS
══════════════════════════════ */
.essays-section {
  background: var(--cream);
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  padding: 56px 0 44px;
}
.essays-head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 28px; gap: 20px; }
.essays-title {
  font-family: var(--f-sans); font-weight: 800;
  font-size: clamp(22px, 3vw, 40px);
  line-height: 1; letter-spacing: -0.02em; color: var(--ink);
}
.essays-dot { color: var(--red); }
.essays-all { font-family: var(--f-mono); font-size: 12px; color: var(--ink); letter-spacing: 0.04em; white-space: nowrap; transition: color 0.15s; flex-shrink: 0; }
.essays-all:hover { color: var(--red); }

.essay-list { display: flex; flex-direction: column; border-top: 1.5px solid var(--ink); }
.essay-row {
  display: grid;
  grid-template-columns: 44px 100px 1fr 72px 28px;
  gap: 14px; padding: 18px 0; align-items: baseline;
  border-bottom: 1.5px solid var(--ink);
  cursor: pointer; transition: background 0.18s, color 0.18s;
  color: var(--ink);
}
.essay-row:hover { background: var(--ink); color: var(--cream); padding-left: 12px; padding-right: 12px; margin: 0 -12px; }
.essay-n    { font-family: var(--f-mono); font-size: 12px; opacity: 0.55; }
.essay-cat  { font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; opacity: 0.55; }
.essay-title { font-family: var(--f-sans); font-weight: 600; font-size: 17px; letter-spacing: -0.01em; }
.essay-date  { font-family: var(--f-mono); font-size: 11px; opacity: 0.55; text-align: right; }
.essay-arrow { font-size: 16px; font-weight: 700; text-align: right; }

/* ══════════════════════════════
   BUILDING
══════════════════════════════ */
.building-section { background: var(--ink); color: var(--cream); padding: 60px 0; border-bottom: 2px solid var(--cream); }
.building-head { margin-bottom: 36px; }
.building-label { font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.18em; opacity: 0.45; margin-bottom: 8px; }
.building-title { font-family: var(--f-sans); font-weight: 800; font-size: clamp(24px, 3vw, 40px); line-height: 1; letter-spacing: -0.02em; color: var(--cream); }
.projects-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); }
.project-card {
  padding: 26px 28px 28px; border: 1.5px solid rgba(254,252,247,0.1);
  display: flex; flex-direction: column;
  transition: background 0.2s, border-color 0.2s;
}
.project-card:hover { background: rgba(254,252,247,0.05); border-color: rgba(254,252,247,0.25); }
.project-card-label { font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; opacity: 0.4; margin-bottom: 10px; }
.project-card h3 { font-family: var(--f-sans); font-weight: 700; font-size: 20px; letter-spacing: -0.02em; margin-bottom: 10px; color: var(--cream); }
.project-card p { font-size: 14px; line-height: 1.65; opacity: 0.62; flex-grow: 1; margin-bottom: 18px; }
.project-card-link { font-family: var(--f-mono); font-size: 11px; color: var(--red); letter-spacing: 0.06em; transition: opacity 0.15s; }
.project-card-link:hover { opacity: 0.7; }

/* ══════════════════════════════
   PODCAST
══════════════════════════════ */
.podcast-section { padding: 80px 40px; background: var(--red); border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); text-align: center; }
.podcast-inner { max-width: 700px; margin: 0 auto; }
.podcast-label { font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.18em; margin-bottom: 14px; opacity: 0.65; }
.podcast-title { font-family: var(--f-sans); font-weight: 800; font-size: clamp(36px, 5.5vw, 64px); line-height: 0.95; letter-spacing: -0.03em; margin-bottom: 20px; }
.podcast-title em { font-style: italic; font-weight: 400; }
.podcast-desc { font-size: 16px; line-height: 1.65; opacity: 0.8; margin-bottom: 32px; }
.podcast-player { margin-bottom: 24px; }
.podcast-links { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.podcast-btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 24px; font-family: var(--f-mono); font-size: 12px;
  font-weight: 500; letter-spacing: 0.04em; border: 2px solid var(--ink);
  transition: transform 0.15s, box-shadow 0.15s; cursor: pointer;
}
.podcast-btn:hover { transform: translate(-2px,-2px); box-shadow: 4px 4px 0 var(--ink); }
.podcast-btn-spotify { background: var(--ink); color: var(--cream); }
.podcast-btn-apple   { background: var(--cream); color: var(--ink); }

/* ══════════════════════════════
   FOOTER
══════════════════════════════ */
.site-footer { padding: 56px 40px 40px; text-align: center; background: var(--red); border-top: 2px solid var(--ink); }
.footer-h { font-family: var(--f-sans); font-weight: 800; font-size: clamp(30px, 4.5vw, 52px); letter-spacing: -0.03em; color: var(--ink); margin-bottom: 18px; }
.footer-links { display: flex; gap: 28px; justify-content: center; margin-bottom: 28px; flex-wrap: wrap; }
.footer-link { font-family: var(--f-mono); font-size: 13px; color: var(--cream); font-weight: 500; letter-spacing: 0.02em; transition: color 0.15s; }
.footer-link:hover { color: #fff; }
.footer-copy { font-size: 11px; color: var(--ink); font-family: var(--f-mono); opacity: 0.6; }

/* ══════════════════════════════
   BLOG PAGE
══════════════════════════════ */
.blog-page { background: var(--cream); }
.blog-page html { background: var(--cream); }
.blog-page .site-header { background: var(--cream); }
.blog-page .top-nav.open { background: var(--cream); border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); }

.blog-hero { background: var(--cream); border-bottom: 2px solid var(--ink); padding: 52px 0 44px; }
.page-title { font-family: var(--f-sans); font-weight: 800; font-size: clamp(44px, 7vw, 80px); line-height: 0.9; letter-spacing: -0.03em; margin-bottom: 14px; }
.page-subtitle { font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.1em; opacity: 0.5; margin-top: 16px; }

.blog-filters-wrap { background: var(--cream); border-bottom: 2px solid var(--ink); padding: 16px 0; }
.blog-filters { display: flex; gap: 8px; flex-wrap: wrap; }
.filter-btn {
  font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase;
  padding: 5px 13px; border: 1.5px solid var(--ink); background: transparent; color: var(--ink);
  cursor: pointer; border-radius: 999px; transition: background 0.15s, color 0.15s;
}
.filter-btn.active, .filter-btn:hover { background: var(--ink); color: var(--cream); }

.blog-main { background: var(--cream); padding: 0; }
/* Blog list reuses essay-list / essay-row styles */
.blog-list-item {
  display: grid;
  grid-template-columns: 44px 100px 1fr 72px 28px;
  gap: 14px; padding: 18px 0; align-items: baseline;
  border-bottom: 1.5px solid var(--ink);
  cursor: pointer; transition: background 0.18s, color 0.18s; color: var(--ink);
}
.blog-list-item:hover { background: var(--ink); color: var(--cream); padding-left: 12px; padding-right: 12px; margin: 0 -12px; }
.blog-list-title { font-family: var(--f-sans); font-weight: 600; font-size: 17px; letter-spacing: -0.01em; }
.blog-list-title a { color: inherit; }
.blog-list-excerpt { display: none; }
.blog-list-date { font-family: var(--f-mono); font-size: 11px; opacity: 0.55; text-align: right; }

.blog-footer { background: var(--cream) !important; border-top: 2px solid var(--ink); }
.blog-footer .footer-h { color: var(--ink); }
.blog-footer .footer-link { color: var(--ink); }
.blog-footer .footer-copy { color: var(--ink); opacity: 0.5; }

/* ══════════════════════════════
   POST PAGE
══════════════════════════════ */
.post-page { background: var(--cream); }
.post-page .site-header { background: var(--cream); }
.post-page .top-nav.open { background: var(--cream); border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); }

.back-link { display: inline-flex; align-items: center; gap: 6px; font-family: var(--f-mono); font-size: 12px; letter-spacing: 0.06em; opacity: 0.5; padding-top: 28px; padding-bottom: 8px; transition: opacity 0.15s; }
.back-link:hover { opacity: 1; }

.post-header-wrap { padding-top: 32px; padding-bottom: 36px; border-bottom: 2px solid var(--ink); }
.post-header-wrap h1 { font-family: var(--f-sans); font-weight: 800; font-size: clamp(26px, 4vw, 48px); line-height: 1.05; letter-spacing: -0.025em; margin-bottom: 18px; }
.post-meta { font-family: var(--f-mono); font-size: 12px; opacity: 0.55; display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.tag { font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; padding: 3px 9px; border: 1.5px solid currentColor; border-radius: 999px; opacity: 0.65; }

.post-body-wrap { padding-top: 48px; padding-bottom: 80px; max-width: 780px; }
.post-body { font-size: 17px; line-height: 1.8; color: var(--ink); }
.post-body h2 { font-family: var(--f-sans); font-weight: 700; font-size: 26px; letter-spacing: -0.01em; margin: 2.2em 0 0.8em; }
.post-body h3 { font-family: var(--f-sans); font-weight: 700; font-size: 21px; letter-spacing: -0.01em; margin: 1.8em 0 0.6em; }
.post-body p { margin-bottom: 1.4em; }
.post-body a { border-bottom: 1.5px solid var(--red); color: var(--ink); transition: color 0.15s; }
.post-body a:hover { color: var(--red); }
.post-body blockquote { border-left: 3px solid var(--red); padding: 2px 0 2px 20px; margin: 1.8em 0; font-style: italic; opacity: 0.75; }
.post-body ul, .post-body ol { padding-left: 24px; margin-bottom: 1.4em; }
.post-body li { margin-bottom: 0.4em; }
.post-body strong { font-weight: 700; }
.post-body code { font-family: var(--f-mono); font-size: 0.88em; background: rgba(26,20,16,0.07); padding: 2px 6px; border-radius: 3px; }
.post-body pre { background: var(--ink); color: var(--cream); padding: 20px 24px; border-radius: 4px; overflow-x: auto; margin-bottom: 1.4em; }
.post-body pre code { background: none; padding: 0; font-size: 14px; }
.post-body img { max-width: 100%; margin: 1.8em 0; }

/* ══════════════════════════════
   ANIMATIONS
══════════════════════════════ */
@keyframes biFloat {
  0%,100% { transform: rotate(-2deg) translateY(0);   }
  50%      { transform: rotate(-2deg) translateY(-8px); }
}
@keyframes biPulse {
  0%,100% { transform: scale(1);    }
  50%      { transform: scale(1.06); }
}
@keyframes marqueeScroll {
  from { transform: translateX(0);    }
  to   { transform: translateX(-50%); }
}

/* ══════════════════════════════
   MOBILE  ≤ 900px
══════════════════════════════ */
@media (max-width: 900px) {
  .container { padding: 0 24px; }
  .site-header { padding: 16px 0; }
  .top-nav { display: none; flex-direction: column; gap: 18px; }
  .top-nav.open {
    display: flex; position: absolute;
    top: 100%; left: 0; right: 0;
    background: var(--red);
    padding: 24px; z-index: 100;
  }
  .nav-toggle { display: flex; }

  .hero { grid-template-columns: 1fr; padding-top: 36px; padding-bottom: 32px; min-height: auto; gap: 48px; }
  .hero-right { min-height: 360px; order: -1; }
  .photo-frame { width: 250px; }
  .scribble-right { right: 0; font-size: 20px; }
  .scribble-left  { left: -8px; font-size: 20px; }

  .cards-section { grid-template-columns: 1fr; }
  .card { border-right: none; }

  .essays-section { padding: 40px 0 32px; }
  .essay-row {
    grid-template-columns: 36px 1fr 60px 22px;
    gap: 10px; padding: 14px 0;
  }
  .essay-cat { display: none; }
  .essay-title { font-size: 15px; }
  .essay-row:hover { padding-left: 8px; padding-right: 8px; margin: 0 -8px; }

  .building-section { padding: 48px 0; }
  .podcast-section  { padding: 56px 24px; }
  .site-footer      { padding: 48px 24px 36px; }

  .blog-hero { padding: 40px 0 32px; }
  .blog-filters-wrap { padding: 14px 0; }
  .blog-list-item {
    grid-template-columns: 1fr 60px 22px;
    gap: 10px; padding: 14px 0;
  }
  .blog-list-item .essay-n,
  .blog-list-item .essay-cat { display: none; }
  .blog-list-item:hover { padding-left: 8px; padding-right: 8px; margin: 0 -8px; }

  .back-link { padding-top: 20px; }
  .post-header-wrap { padding-top: 24px; padding-bottom: 28px; }
  .post-body-wrap { padding-top: 32px; padding-bottom: 56px; max-width: 100%; }
}

/* ── Utility ── */
.empty-state { padding: 48px 0; opacity: 0.4; font-family: var(--f-mono); font-size: 13px; text-align: center; }


/* ── Reading progress bar ── */
#reading-progress-bar {
  position: fixed; top: 0; left: 0; height: 3px; width: 0%;
  background: var(--red); z-index: 9999; transition: width 0.1s linear;
}

/* ── About strip ── */
.about-strip { padding: 48px 40px; background: var(--cream); border-bottom: 2px solid var(--ink); }
.about-strip-inner { max-width: 900px; margin: 0 auto; display: flex; align-items: flex-start; gap: 48px; flex-wrap: wrap; }
.about-strip-text { flex: 1; min-width: 260px; font-size: 16px; line-height: 1.7; color: var(--ink); opacity: 0.85; }
.about-strip-stats { display: flex; gap: 32px; flex-shrink: 0; }
.about-stat { display: flex; flex-direction: column; align-items: center; text-align: center; }
.about-stat-n { font-size: 28px; font-weight: 900; color: var(--red); line-height: 1; }
.about-stat-l { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; opacity: 0.5; margin-top: 4px; }

/* ── Essay row excerpts ── */
.essay-title-wrap { flex: 1; display: flex; flex-direction: column; min-width: 0; }
.essay-excerpt { font-size: 11px; color: var(--ink); opacity: 0; max-height: 0; overflow: hidden; transition: opacity 0.2s, max-height 0.2s; line-height: 1.4; margin-top: 2px; }
.essay-row:hover .essay-excerpt, .blog-list-item:hover .essay-excerpt { opacity: 0.55; max-height: 40px; }
.essay-row:hover, .blog-list-item:hover { background: rgba(0,0,0,0.03); }
.essay-row, .blog-list-item { transition: background 0.15s; }

/* ── Email signup ── */
.signup-section { padding: 56px 40px; background: var(--ink); border-top: 2px solid var(--ink); }
.signup-inner { max-width: 700px; margin: 0 auto; display: flex; align-items: center; gap: 32px; flex-wrap: wrap; }
.signup-text { flex: 1; min-width: 200px; color: var(--cream); }
.signup-text strong { display: block; font-size: 18px; font-weight: 800; margin-bottom: 4px; }
.signup-text span { font-size: 13px; opacity: 0.65; }
.signup-form { display: flex; gap: 8px; flex-shrink: 0; flex-wrap: wrap; }
.signup-input { border: 2px solid rgba(255,255,255,0.25); border-radius: 4px; padding: 10px 16px; font-size: 14px; background: rgba(255,255,255,0.07); color: var(--cream); outline: none; width: 220px; font-family: inherit; }
.signup-input::placeholder { opacity: 0.4; color: var(--cream); }
.signup-input:focus { border-color: var(--red); }
.signup-btn { background: var(--red); color: var(--cream); border: 2px solid var(--red); border-radius: 4px; padding: 10px 20px; font-size: 14px; font-weight: 700; cursor: pointer; font-family: inherit; transition: background 0.15s; white-space: nowrap; }
.signup-btn:hover { background: #c0392b; border-color: #c0392b; }

/* Signup confirmation */
.thanks-page { min-height: 100vh; display: flex; flex-direction: column; }
.thanks-main { background: var(--red); flex: 1; display: flex; align-items: center; }
.thanks-inner { padding-top: 84px; padding-bottom: 96px; }
.thanks-kicker { display: inline-block; margin-bottom: 18px; padding: 6px 12px; background: var(--cream); border: 2px solid var(--ink); border-radius: 999px; font-family: var(--f-mono); font-size: 12px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.12em; }
.thanks-title { max-width: 760px; margin-bottom: 18px; font-size: clamp(52px, 7vw, 98px); line-height: 0.92; font-weight: 900; letter-spacing: 0; color: var(--ink); }
.thanks-copy { max-width: 560px; margin-bottom: 30px; font-size: 18px; line-height: 1.55; color: var(--ink); }

/* Post page signup */
.post-after { padding: 48px 0 0; }
.post-signup { margin-top: 48px; padding: 32px; background: var(--ink); border-radius: 4px; display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.post-signup strong { color: var(--cream); font-size: 16px; font-weight: 800; flex: 1; min-width: 200px; }
.signup-form-post { flex-shrink: 0; }

/* ── Read next ── */
.read-next-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; opacity: 0.4; margin-bottom: 16px; padding-top: 48px; border-top: 2px solid var(--ink); }
.read-next-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 0; }
.read-next-card { display: flex; flex-direction: column; padding: 20px; border: 2px solid var(--ink); border-radius: 4px; text-decoration: none; color: var(--ink); transition: background 0.15s, transform 0.15s; }
.read-next-card:hover { background: var(--red); color: var(--cream); transform: translate(-2px,-2px); box-shadow: 4px 4px 0 var(--ink); }
.read-next-cat { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; opacity: 0.45; margin-bottom: 8px; }
.read-next-title { font-size: 15px; font-weight: 800; line-height: 1.35; margin-bottom: 6px; }
.read-next-excerpt { font-size: 12px; line-height: 1.5; opacity: 0.65; }
.read-next-card:hover .read-next-cat,
.read-next-card:hover .read-next-excerpt { opacity: 0.8; }

/* ── Footer nav ── */
.footer-nav { display: flex; gap: 24px; justify-content: center; margin-bottom: 32px; flex-wrap: wrap; }
.footer-nav-link { color: var(--cream); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; text-decoration: none; opacity: 0.55; transition: opacity 0.15s; }
.footer-nav-link:hover { opacity: 1; }

/* ── Responsive ── */
@media (max-width: 600px) {
  .about-strip { padding: 36px 20px; }
  .about-strip-inner { flex-direction: column; gap: 24px; }
  .about-strip-stats { justify-content: space-around; width: 100%; }
  .signup-section { padding: 40px 20px; }
  .signup-inner { flex-direction: column; align-items: flex-start; gap: 20px; }
  .signup-input { width: 100%; }
  .read-next-grid { grid-template-columns: 1fr; }
  .post-signup { flex-direction: column; align-items: flex-start; }
}

/* ── Beautiful Thinking Card Grid ──────────────────────────── */
#blog-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  padding: 0;
}

.bt-card {
  display: flex;
  flex-direction: column;
  background: var(--cream);
  border: 1.5px solid rgba(26,20,16,0.1);
  color: var(--ink);
  text-decoration: none;
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
  cursor: pointer;
}

.bt-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(26,20,16,0.15);
  border-color: var(--red);
}

.bt-thumb {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--ink);
  flex-shrink: 0;
}

.bt-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease, opacity 0.3s ease;
  opacity: 0.88;
}

.bt-card:hover .bt-thumb img {
  transform: scale(1.07);
  opacity: 1;
}

.bt-thumb-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #1a1410 0%, #3a2e28 100%);
}

.bt-body {
  padding: 16px 18px 18px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 8px;
}

.bt-tag {
  font-family: var(--f-mono);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--red);
  line-height: 1;
}

.bt-title {
  font-family: var(--f-sans);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: var(--ink);
  transition: color 0.18s ease;
  flex: 1;
}

.bt-card:hover .bt-title {
  color: var(--red);
}

.bt-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(26,20,16,0.08);
}

.bt-date {
  font-family: var(--f-mono);
  font-size: 10px;
  opacity: 0.45;
}

.bt-arrow {
  font-size: 13px;
  font-weight: 700;
  color: var(--red);
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.bt-card:hover .bt-arrow {
  opacity: 1;
  transform: translateX(0);
}

@media (max-width: 900px) {
  #blog-list { grid-template-columns: repeat(2, 1fr); gap: 18px; }
}

@media (max-width: 560px) {
  #blog-list { grid-template-columns: 1fr; gap: 14px; }
  .bt-body { padding: 12px 14px 14px; }
}
