:root {
  --bg: #f4f6ee;
  --bg-strong: #dde8dc;
  --surface: rgba(255, 255, 250, 0.88);
  --surface-strong: #fffff8;
  --ink: #172522;
  --muted: #5e6a65;
  --line: rgba(23, 37, 34, 0.16);
  --accent: #d44c2e;
  --accent-soft: #f4c542;
  --green: #1d6d5c;
  --sky: #9ed8d3;
  --shadow: 0 18px 48px rgba(23, 37, 34, 0.12);
  --radius-xl: 18px;
  --radius-lg: 12px;
  --radius-md: 8px;
  --content-width: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia,
    serif;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(29, 109, 92, 0.08) 0 1px, transparent 1px),
    linear-gradient(180deg, rgba(29, 109, 92, 0.06) 0 1px, transparent 1px),
    linear-gradient(180deg, #fbfcf4 0%, #f4f6ee 54%, #edf4ef 100%);
  background-size: 44px 44px, 44px 44px, auto;
  line-height: 1.7;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  border-top: 8px solid var(--accent);
}

.page-shell {
  width: min(calc(100% - 32px), var(--content-width));
  margin: 0 auto;
  padding: 24px 0 72px;
}

.hero,
.summary-card,
.theme-card,
.article-body,
.sidebar-card {
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.hero {
  padding: 28px;
  border: 1px solid rgba(23, 37, 34, 0.2);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 248, 0.92);
  box-shadow: var(--shadow);
}

.topbar,
.hero-grid,
.summary-strip,
.content-layout,
.publish-strip {
  display: grid;
  gap: 24px;
}

.topbar {
  grid-template-columns: 1fr auto;
  align-items: center;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 2px solid var(--ink);
}

.brand {
  display: flex;
  gap: 16px;
  align-items: center;
  min-width: 0;
}

.brand > div {
  min-width: 0;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 8px;
  background: var(--accent);
  color: #fffff8;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
}

.eyebrow,
.panel-label,
.card-kicker,
.theme-index,
.brand-subtitle,
.hero-meta,
.source-link {
  font-family: "Avenir Next Condensed", "Arial Narrow", Arial, sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow,
.panel-label,
.card-kicker,
.theme-index {
  color: var(--accent);
  font-size: 0.78rem;
}

.brand-subtitle,
.hero-meta,
.source-link {
  color: var(--muted);
  font-size: 0.76rem;
}

.brand .eyebrow {
  margin: 0;
}

.brand-subtitle {
  margin: 4px 0 0;
  overflow-wrap: anywhere;
}

.source-link {
  color: var(--ink);
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 1px solid var(--line);
}

.newsletter-link {
  display: inline-flex;
  align-items: center;
  min-height: 2.45rem;
  padding: 0 0.95rem;
  border-radius: 999px;
  border: 1px solid var(--ink);
  background: var(--accent-soft);
  color: var(--ink);
  font-family: "Avenir Next Condensed", "Arial Narrow", Arial, sans-serif;
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: none;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.25rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
}

.language-switcher a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.25rem;
  min-height: 2rem;
  padding: 0.35rem 0.55rem;
  border-radius: 999px;
  color: var(--muted);
  font-family: "Avenir Next Condensed", "Arial Narrow", Arial, sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.language-switcher a.is-active {
  background: var(--ink);
  color: #fff8ef;
}

.edition-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 16px;
  align-items: center;
  margin: 0 0 clamp(28px, 5vw, 56px);
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-family: "Avenir Next Condensed", "Arial Narrow", Arial, sans-serif;
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.edition-strip a {
  color: var(--ink);
  text-decoration: none;
}

.edition-strip a::before {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.45rem;
  border-radius: 50%;
  background: var(--accent);
  vertical-align: 0.05em;
}

a {
  color: inherit;
}

.hero-grid {
  grid-template-columns: minmax(0, 1.6fr) minmax(280px, 0.75fr);
  align-items: end;
}

.blog-home-hero {
  position: relative;
  padding: 26px 28px 32px;
  overflow: hidden;
}

.blog-home-hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 28px;
  width: min(22vw, 260px);
  height: 8px;
  background: var(--accent-soft);
}

.blog-home-hero .topbar {
  margin-bottom: 0;
}

.blog-home-hero .hero-grid {
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.8fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.hero-copy h1 {
  margin: 0 0 18px;
  font-size: clamp(2.8rem, 6vw, 5.4rem);
  line-height: 0.94;
  max-width: 11ch;
}

.hero-copy,
.hero-panel {
  min-width: 0;
}

.blog-home-hero .hero-copy h1 {
  max-width: 10.5ch;
  font-size: clamp(3.25rem, 7vw, 6.4rem);
  line-height: 0.92;
  overflow-wrap: anywhere;
}

.hero-dek {
  margin: 0;
  max-width: 54ch;
  font-size: 1.1rem;
  color: #3d302a;
}

.blog-home-hero .hero-dek {
  max-width: 40ch;
  font-size: clamp(1.08rem, 1.6vw, 1.28rem);
  line-height: 1.85;
}

.alias-note {
  margin: 18px 0 0;
  color: var(--muted);
  font-family: "Avenir Next Condensed", "Arial Narrow", Arial, sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.hero-meta span {
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 248, 0.72);
}

.hero-panel {
  padding: 24px;
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(33, 24, 20, 0.95), rgba(57, 38, 27, 0.92));
  color: #fff7ef;
}

.blog-home-hero .hero-panel {
  padding: 26px;
  border: 1px solid rgba(23, 37, 34, 0.2);
  border-top: 8px solid var(--green);
  background: #f4f6ee;
  color: var(--ink);
  box-shadow: none;
}

.blog-home-hero .hero-panel .panel-label {
  margin: 0 0 12px;
  color: var(--accent);
}

.blog-home-hero .hero-panel h2 {
  margin: 0 0 14px;
  font-size: clamp(1.65rem, 2.6vw, 2.25rem);
  line-height: 1.12;
}

.blog-home-hero .hero-panel p {
  color: #453732;
  font-size: 1.04rem;
  line-height: 1.8;
}

.focus-actions {
  display: grid;
  gap: 12px;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 2px solid var(--ink);
}

.focus-actions a,
.focus-actions span {
  font-family: "Avenir Next Condensed", "Arial Narrow", Arial, sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.focus-actions a {
  color: var(--ink);
  text-decoration: none;
}

.focus-actions span {
  color: var(--muted);
}

.hero-visual,
.editorial-figure {
  margin: 28px 0 0;
}

.hero-visual img,
.editorial-figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  border: 1px solid rgba(23, 37, 34, 0.2);
  box-shadow: 0 14px 36px rgba(23, 37, 34, 0.1);
}

.hero-visual img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.blog-home-hero .hero-visual {
  margin-top: 34px;
}

.blog-home-hero .hero-visual img {
  max-height: 430px;
  border-radius: 8px;
}

.editorial-figure {
  margin-bottom: 24px;
}

.editorial-figure figcaption {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.95rem;
}

.editorial-figure figcaption a {
  color: var(--ink);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.editorial-figure-tight {
  margin-top: 0;
  margin-bottom: 26px;
}

.hero-panel p {
  margin: 0;
}

.hero-highlights {
  margin: 20px 0 0;
  padding-left: 18px;
}

.hero-highlights li + li {
  margin-top: 10px;
}

.summary-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 28px 0 48px;
}

.publish-strip {
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
  align-items: center;
  padding: 20px 24px;
  margin-bottom: 48px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.author-lockup {
  display: flex;
  align-items: center;
  gap: 14px;
}

.author-lockup p {
  margin: 0;
  color: #453732;
}

.author-avatar {
  display: inline-grid;
  place-items: center;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #211814;
  color: #fff8ef;
  font-family: "Avenir Next Condensed", "Arial Narrow", Arial, sans-serif;
  letter-spacing: 0.12em;
}

.publish-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  color: var(--muted);
  font-family: "Avenir Next Condensed", "Arial Narrow", Arial, sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.publish-meta span {
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 250, 243, 0.58);
}

.summary-card,
.sidebar-card {
  padding: 24px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: rgba(255, 250, 243, 0.74);
}

.summary-card h2,
.sidebar-card h3 {
  margin: 8px 0 10px;
  font-size: 1.3rem;
  line-height: 1.15;
}

.summary-card p:last-child,
.sidebar-card p,
.theme-card p,
.article-body p,
.startup-entry p {
  margin: 0;
  color: #453732;
}

.theme-board {
  margin-bottom: 44px;
}

.home-section {
  margin: 48px 0;
}

.section-heading {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 20px;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
}

.theme-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.theme-card {
  padding: 22px;
  min-height: 220px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 250, 243, 0.78), rgba(240, 227, 210, 0.84));
}

.theme-card h3 {
  margin: 18px 0 10px;
  font-size: 1.35rem;
  line-height: 1.1;
}

.theme-card-accent {
  background: linear-gradient(180deg, rgba(184, 79, 47, 0.92), rgba(125, 44, 25, 0.95));
}

.theme-card-accent h3,
.theme-card-accent p,
.theme-card-accent .theme-index {
  color: #fff7ef;
}

.content-layout {
  grid-template-columns: minmax(0, 1.8fr) minmax(280px, 0.8fr);
  align-items: start;
}

.article-body {
  padding: 38px;
  border-radius: var(--radius-xl);
  border: 1px solid var(--line);
  background: rgba(255, 249, 241, 0.85);
  box-shadow: 0 20px 60px rgba(67, 45, 28, 0.08);
}

.article-body section + section {
  margin-top: 48px;
}

.article-body h2 {
  margin: 8px 0 18px;
  font-size: clamp(2rem, 4vw, 2.9rem);
  line-height: 1.05;
}

.article-body h3 {
  margin: 28px 0 12px;
  font-size: 1.35rem;
  line-height: 1.2;
}

.article-body p + p {
  margin-top: 16px;
}

.post-page .page-shell {
  width: min(calc(100% - 40px), 1240px);
}

.post-page .hero {
  padding: 30px 34px 34px;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 250, 243, 0.96), rgba(242, 234, 222, 0.9)),
    linear-gradient(115deg, rgba(184, 79, 47, 0.12), transparent 48%);
}

.post-page .topbar {
  margin-bottom: 42px;
}

.post-page .hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  align-items: end;
}

.post-page .hero-copy h1 {
  max-width: 16ch;
  font-size: clamp(2.45rem, 5vw, 4.75rem);
  line-height: 1.02;
}

.post-page .hero-dek {
  max-width: 60ch;
  font-size: clamp(1.04rem, 1.5vw, 1.2rem);
  line-height: 1.85;
}

.post-page .hero-panel {
  align-self: end;
  display: block;
  padding: 22px 24px 24px;
  border: 1px solid rgba(255, 248, 239, 0.16);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(33, 24, 20, 0.9), rgba(53, 45, 35, 0.88)),
    linear-gradient(135deg, rgba(77, 107, 74, 0.2), transparent);
  box-shadow: 0 18px 48px rgba(33, 24, 20, 0.18);
}

.post-page .hero-panel .panel-label {
  margin: 0 0 14px;
  color: var(--accent-soft);
  font-size: 0.72rem;
}

.post-page .hero-panel p:last-child {
  margin: 0;
  font-size: clamp(0.98rem, 1.25vw, 1.1rem);
  line-height: 1.8;
  color: rgba(255, 248, 239, 0.9);
}

.post-page .hero-visual {
  margin-top: 30px;
}

.post-page .hero-visual img {
  max-height: 440px;
  border-radius: 18px;
}

.post-page .publish-strip {
  width: min(100%, 1060px);
  margin: 34px auto 54px;
  padding: 18px 0;
}

.post-page .content-layout {
  grid-template-columns: minmax(0, 760px) minmax(240px, 300px);
  justify-content: center;
  gap: 56px;
}

.post-page .article-body {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.post-page .generated-article {
  font-size: 1.08rem;
  line-height: 2;
}

.post-page .generated-article p {
  color: #2f2925;
}

.post-page .generated-article > p:first-child {
  margin-bottom: 22px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-size: clamp(1.18rem, 2vw, 1.35rem);
  line-height: 1.9;
}

.post-page .generated-article h2 {
  position: relative;
  margin: 56px 0 18px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  font-size: clamp(1.55rem, 2.3vw, 2.05rem);
  line-height: 1.25;
}

.post-page .generated-article h2::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 72px;
  height: 2px;
  background: var(--accent);
}

.post-page .generated-article p + p {
  margin-top: 20px;
}

.post-page .article-figure {
  margin: 30px 0 34px;
}

.post-page .article-figure img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 22px;
}

.post-page .article-figure figcaption {
  max-width: 68ch;
  line-height: 1.6;
}

.post-page .article-video {
  margin: 34px 0 38px;
}

.post-page .article-video iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  border-radius: 18px;
  background: #14110f;
  box-shadow: 0 18px 44px rgba(67, 45, 28, 0.14);
}

.post-page .article-video figcaption {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.post-page .sidebar {
  gap: 14px;
}

.post-page .sidebar-card {
  padding: 20px;
  border-radius: 14px;
  background: rgba(255, 250, 243, 0.62);
  box-shadow: none;
}

.post-page .sidebar-card h3 {
  font-size: 1.1rem;
}

.post-page .source-list,
.post-page .sidebar-ordered {
  font-size: 0.96rem;
  line-height: 1.6;
}

.startup-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.startup-entry {
  padding: 18px;
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, rgba(244, 236, 224, 0.8), rgba(255, 251, 245, 0.86));
  border: 1px solid rgba(33, 24, 20, 0.08);
}

.startup-entry h3 {
  margin: 0 0 8px;
}

.sidebar {
  position: sticky;
  top: 22px;
  display: grid;
  gap: 16px;
}

.sidebar-list,
.source-list,
.sidebar-ordered {
  margin: 16px 0 0;
  padding-left: 20px;
  color: #453732;
}

.sidebar-list li + li,
.source-list li + li,
.sidebar-ordered li + li {
  margin-top: 10px;
}

.source-list a {
  color: var(--ink);
}

.tag-list,
.share-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.tag-list a,
.share-actions a {
  color: var(--ink);
  text-decoration: none;
  padding: 8px 11px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 248, 0.78);
  font-size: 0.94rem;
}

.share-actions a {
  border-radius: 8px;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 28px;
  align-items: end;
  margin-top: 44px;
  padding-top: 32px;
  border-top: 3px solid var(--ink);
}

.site-footer h2 {
  margin: 8px 0 0;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.05;
}

.site-footer p {
  margin: 0;
  color: var(--muted);
}

.footer-links {
  display: grid;
  gap: 12px;
  justify-items: end;
  text-align: right;
}

.site-footer a {
  color: var(--ink);
  text-underline-offset: 3px;
}

.powered-by {
  font-family: "Avenir Next Condensed", "Arial Narrow", Arial, sans-serif;
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.site-alias {
  font-size: 0.92rem;
}

.latest-layout {
  display: grid;
  gap: 20px;
}

.blog-manifesto {
  display: grid;
  gap: 20px;
}

.manifesto-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.manifesto-card {
  position: relative;
  display: block;
  min-height: 250px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 248, 0.86);
  text-decoration: none;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.manifesto-card::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  height: 7px;
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  background: var(--green);
}

.manifesto-card:hover,
.manifesto-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(29, 109, 92, 0.38);
  box-shadow: 0 14px 30px rgba(23, 37, 34, 0.1);
}

.manifesto-card.is-featured {
  grid-column: span 2;
  background: var(--ink);
}

.manifesto-card h3 {
  margin: 16px 0 10px;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1.1;
}

.manifesto-card p {
  margin: 0;
  color: #453732;
}

.manifesto-card span {
  display: inline-block;
  margin-top: 18px;
  color: inherit;
  text-underline-offset: 4px;
  text-decoration: underline;
}

.manifesto-card.is-featured h3,
.manifesto-card.is-featured p,
.manifesto-card.is-featured span,
.manifesto-card.is-featured .theme-index {
  color: #fff7ef;
}

.subscribe-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: 28px;
  align-items: center;
  padding: 30px;
  border: 2px solid var(--ink);
  border-radius: var(--radius-xl);
  background: var(--accent-soft);
  color: var(--ink);
  box-shadow: 0 14px 0 rgba(23, 37, 34, 0.08);
}

.subscribe-section::before {
  content: "WEEKLY";
  position: absolute;
  top: -14px;
  left: 28px;
  padding: 3px 10px;
  border: 1px solid var(--ink);
  background: var(--surface-strong);
  font-family: "Avenir Next Condensed", "Arial Narrow", Arial, sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
}

.subscribe-section h2 {
  margin: 8px 0 0;
  font-size: clamp(2rem, 4vw, 3.15rem);
  line-height: 1;
}

.subscribe-note {
  max-width: 38ch;
  margin: 14px 0 0;
  color: rgba(23, 37, 34, 0.74);
}

.subscribe-section .eyebrow,
.subscribe-form label {
  color: var(--ink);
}

.subscribe-form {
  display: grid;
  gap: 14px;
}

.subscribe-controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.subscribe-controls input,
.subscribe-controls button {
  min-height: 52px;
  border-radius: 999px;
  font: inherit;
}

.subscribe-controls input {
  width: 100%;
  padding: 0 18px;
  border: 1px solid rgba(23, 37, 34, 0.28);
  background: rgba(255, 255, 248, 0.92);
  color: var(--ink);
}

.subscribe-controls button {
  padding: 0 24px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: #fffff8;
  cursor: pointer;
}

.hidden,
.hidden-field {
  display: none;
}

.series-note-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.series-note-grid .section-heading {
  grid-column: 1 / -1;
}

.series-note-card {
  min-height: 230px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 250, 243, 0.74);
}

.series-note-card h3 {
  margin: 0 0 12px;
  font-size: clamp(1.45rem, 2.6vw, 2rem);
  line-height: 1.1;
}

.series-note-card p {
  margin: 0;
  color: #453732;
}

.thanks-page {
  min-height: calc(100vh - 96px);
  display: grid;
  place-items: center;
}

.thanks-card {
  width: min(100%, 760px);
}

.thanks-card h1 {
  margin: 8px 0 16px;
  font-size: clamp(3rem, 7vw, 5.6rem);
  line-height: 0.95;
}

.thanks-card p {
  max-width: 52ch;
  color: #453732;
}

.feature-article,
.series-intro,
.list-article {
  border-top: 1px solid var(--line);
  padding-top: 24px;
}

.feature-article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.78fr);
  gap: 28px;
  align-items: center;
}

.feature-image,
.list-image {
  display: block;
  overflow: hidden;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: rgba(255, 250, 243, 0.72);
}

.feature-image img,
.list-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-image {
  aspect-ratio: 16 / 9;
}

.feature-copy h3,
.list-article h3,
.update-card h3 {
  margin: 8px 0 10px;
  font-size: clamp(1.6rem, 3vw, 2.35rem);
  line-height: 1.05;
}

.feature-copy h3 a,
.list-article h3 a,
.text-cta {
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.feature-copy p,
.update-card p,
.series-intro p,
.list-article p {
  margin: 0;
  color: #453732;
}

.update-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.update-card {
  min-height: 240px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 250, 243, 0.74);
}

.update-card.is-live {
  background: linear-gradient(180deg, rgba(33, 24, 20, 0.95), rgba(57, 38, 27, 0.92));
}

.update-card.is-live h3,
.update-card.is-live p,
.update-card.is-live a,
.update-card.is-live .theme-index {
  color: #fff7ef;
}

.update-card a,
.update-card span {
  display: inline-block;
  margin-top: 18px;
  color: var(--ink);
}

.series-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr) auto;
  gap: 24px;
  align-items: end;
}

.series-intro h2 {
  margin: 8px 0 0;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
}

.text-cta {
  white-space: nowrap;
}

.article-list {
  display: grid;
  gap: 22px;
}

.list-article {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
}

.list-image {
  aspect-ratio: 4 / 3;
}

.list-date {
  display: grid;
  place-items: center;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: rgba(255, 250, 243, 0.74);
  color: var(--accent);
  font-family: "Avenir Next Condensed", "Arial Narrow", Arial, sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
}

.is-upcoming {
  grid-template-columns: 140px minmax(0, 1fr);
}

@media (max-width: 1080px) {
  .hero-grid,
  .content-layout,
  .summary-strip,
  .theme-grid,
  .publish-strip,
  .site-footer,
  .feature-article,
  .series-intro,
  .list-article,
  .is-upcoming,
  .update-grid,
  .manifesto-grid,
  .subscribe-section,
  .series-note-grid {
    grid-template-columns: 1fr;
  }

  .manifesto-card.is-featured {
    grid-column: auto;
  }

  .blog-home-hero .hero-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .edition-strip {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .blog-home-hero .hero-copy h1 {
    max-width: 10ch;
  }

  .publish-meta {
    justify-content: flex-start;
  }

  .footer-links {
    justify-items: start;
    text-align: left;
  }

  .theme-card {
    min-height: auto;
  }

  .sidebar {
    position: static;
  }

  .startup-list {
    grid-template-columns: 1fr;
  }

  .list-date {
    width: 92px;
    height: 92px;
  }
}

@media (max-width: 720px) {
  .page-shell {
    width: min(calc(100% - 14px), var(--content-width));
    padding: 8px 0 44px;
  }

  .hero,
  .article-body,
  .summary-card,
  .sidebar-card,
  .theme-card {
    padding: 18px;
  }

  .blog-home-hero {
    padding: 18px;
  }

  .blog-home-hero::before {
    right: 18px;
    width: 34vw;
    height: 6px;
  }

  .topbar {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 0;
    padding-bottom: 14px;
  }

  .brand {
    align-items: flex-start;
    gap: 12px;
  }

  .brand-mark {
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    font-size: 0.78rem;
  }

  .brand-subtitle {
    max-width: 26ch;
    line-height: 1.35;
  }

  .nav-actions {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: start;
    justify-content: flex-start;
    gap: 0.55rem;
  }

  .language-switcher,
  .source-link,
  .newsletter-link {
    max-width: 100%;
  }

  .newsletter-link {
    min-height: 2.3rem;
    white-space: normal;
    line-height: 1.25;
  }

  .edition-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem 1rem;
    margin: 0 0 34px;
    padding: 12px 0 14px;
    font-size: 0.68rem;
    letter-spacing: 0.1em;
    line-height: 1.45;
  }

  .edition-strip span {
    flex-basis: 100%;
  }

  .edition-strip a::before {
    width: 0.42rem;
    height: 0.42rem;
    margin-right: 0.36rem;
  }

  .blog-home-hero .hero-grid {
    gap: 24px;
  }

  .hero-copy h1 {
    max-width: none;
    font-size: clamp(2.2rem, 12vw, 4rem);
  }

  .post-page .hero {
    padding: 18px;
    border-radius: var(--radius-lg);
  }

  .post-page .topbar {
    margin-bottom: 30px;
  }

  .post-page .hero-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .post-page .hero-copy h1 {
    max-width: 11ch;
    font-size: clamp(1.85rem, 7.2vw, 2.15rem);
    line-height: 1.18;
    line-break: anywhere;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .post-page .hero-dek {
    max-width: 100%;
    font-size: 0.98rem;
    line-height: 1.72;
    line-break: anywhere;
    overflow-wrap: anywhere;
  }

  .post-page .hero-meta {
    display: grid;
    grid-template-columns: 1fr;
  }

  .blog-home-hero .hero-copy h1 {
    max-width: 100%;
    font-size: clamp(1.95rem, 7.6vw, 2.25rem);
    line-height: 1.18;
    line-break: anywhere;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .blog-home-hero .hero-dek,
  .blog-home-hero .hero-panel p {
    max-width: 34ch;
    font-size: 0.98rem;
    line-height: 1.75;
    overflow-wrap: normal;
    word-break: keep-all;
  }

  .alias-note {
    margin-top: 14px;
    font-size: 0.7rem;
    letter-spacing: 0.1em;
  }

  .hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
  }

  .hero-meta span {
    display: grid;
    place-items: center;
    flex: 1 1 calc(50% - 8px);
    min-width: 0;
    min-height: 2.55rem;
    padding: 0.55rem 0.4rem;
    text-align: center;
    font-size: 0.6rem;
    letter-spacing: 0.1em;
    line-height: 1.2;
    overflow-wrap: anywhere;
  }

  .blog-home-hero .hero-panel {
    padding: 18px;
  }

  .blog-home-hero .hero-panel h2 {
    max-width: none;
    font-size: 1.45rem;
    overflow-wrap: normal;
    word-break: keep-all;
  }

  .focus-actions {
    gap: 8px;
    margin-top: 18px;
    padding-top: 14px;
  }

  .blog-home-hero .hero-visual {
    margin-top: 26px;
  }

  .article-body h2,
  .section-heading h2 {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
  }

  .subscribe-section {
    padding: 22px;
  }

  .subscribe-controls {
    grid-template-columns: 1fr;
  }
}
