:root {
  color-scheme: light;
  --bg: #fcf7f1;
  --surface: #fffaf4;
  --surface-soft: #f8f0e7;
  --ink: #271c13;
  --muted: #715f52;
  --line: rgba(58, 38, 25, 0.14);
  --accent: #cf4500;
  --accent-dark: #a93600;
  --accent-soft: #f5d5c4;
  --purple: #6d48c7;
  --shadow: 0 24px 70px rgba(70, 40, 22, 0.1);
  --content-width: 1240px;
}

:root.dark {
  color-scheme: dark;
  --bg: #000;
  --surface: #323231;
  --surface-soft: #121212;
  --ink: #fff;
  --muted: #a1a1aa;
  --line: rgba(255, 238, 226, 0.14);
  --accent: #cf4500;
  --accent-dark: #ff7a38;
  --accent-soft: #35190d;
  --purple: #bda6ff;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "Space Grotesk", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

.site-page {
  min-height: 100vh;
  overflow: hidden;
  position: relative;
}

.site-noise {
  background-image: radial-gradient(rgba(80, 43, 23, 0.08) 0.65px, transparent 0.65px);
  background-size: 6px 6px;
  inset: 0;
  opacity: 0.26;
  pointer-events: none;
  position: fixed;
  z-index: 0;
}

.site-page-content {
  position: relative;
  z-index: 1;
}

.site-header {
  border-bottom: 1px solid var(--line);
  background: color-mix(in srgb, var(--bg) 90%, transparent);
  backdrop-filter: blur(18px);
  position: relative;
  z-index: 20;
}

.site-header-desktop,
.site-header-mobile {
  align-items: center;
  margin: 0 auto;
  max-width: 1480px;
  min-height: 84px;
  padding: 0 32px;
  position: relative;
}

.site-header-desktop {
  display: flex;
  justify-content: space-between;
}

.site-header-mobile {
  display: none;
}

.site-nav,
.site-actions {
  align-items: center;
  display: flex;
  flex: 1;
  gap: 24px;
}

.site-actions {
  justify-content: flex-end;
}

.site-nav a,
.footer-nav a {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: color 160ms ease;
  white-space: nowrap;
}

.site-nav a:hover,
.footer-nav a:hover,
.site-nav .site-nav-blog {
  color: var(--accent);
}

.site-brand-link,
.footer-brand {
  text-decoration: none;
}

.site-brand-link {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.site-brand {
  align-items: center;
  display: flex;
  gap: 10px;
}

.brand-diamond {
  align-items: center;
  color: var(--accent);
  display: inline-flex;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.brand-diamond svg {
  fill: currentColor;
  height: 100%;
  width: 100%;
}

.site-brand-copy {
  display: grid;
  line-height: 1.04;
}

.site-brand-copy strong {
  font-size: 18px;
  letter-spacing: -0.04em;
}

.site-brand-copy span {
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.theme-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--muted);
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  gap: 7px;
  padding: 8px;
}

.theme-toggle-icon {
  font-size: 16px;
}

.site-login,
.site-trial {
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  padding: 11px 17px;
  text-decoration: none;
}

.site-login {
  border: 1px solid var(--line);
}

.site-trial {
  background: var(--ink);
  color: var(--bg);
}

.blog-shell,
.article,
.blog-error {
  margin: 0 auto;
  max-width: var(--content-width);
  padding-left: 32px;
  padding-right: 32px;
}

.blog-hero {
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  padding-bottom: 78px;
  padding-top: 92px;
}

.section-label {
  align-items: center;
  color: var(--accent);
  display: flex;
  font-size: 12px;
  font-weight: 900;
  gap: 10px;
  letter-spacing: 0.16em;
  margin: 0 0 24px;
  text-transform: uppercase;
}

.section-label::before {
  background: currentColor;
  content: "";
  height: 2px;
  width: 30px;
}

.blog-hero h1,
.article-header h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(62px, 8vw, 126px);
  font-weight: 500;
  letter-spacing: -0.075em;
  line-height: 0.88;
  margin: 0;
}

.blog-intro {
  align-self: end;
  border-left: 1px solid var(--line);
  color: var(--muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(21px, 2.2vw, 30px);
  line-height: 1.35;
  margin: 0 0 6px;
  padding: 6px 0 6px 32px;
}

.post-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding-bottom: 100px;
}

.post-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: 0 12px 32px rgba(61, 35, 20, 0.04);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.post-card:hover {
  border-color: color-mix(in srgb, var(--accent) 45%, var(--line));
  box-shadow: var(--shadow);
  transform: translateY(-4px);
}

.post-card-featured {
  grid-column: 1 / -1;
}

.post-card-featured.post-card-has-image {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
}

.post-card-media {
  aspect-ratio: 16 / 9;
  background: var(--surface-soft);
  overflow: hidden;
}

.post-card-featured .post-card-media {
  aspect-ratio: auto;
  min-height: 440px;
}

.post-card-media img {
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
  width: 100%;
}

.post-card:hover .post-card-media img {
  transform: scale(1.025);
}

.post-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 34px;
  position: relative;
  z-index: 1;
}

.post-card-no-image {
  background:
    radial-gradient(circle at 88% 18%, var(--accent-soft), transparent 24%),
    linear-gradient(135deg, var(--surface) 0%, var(--surface-soft) 100%);
  min-height: 300px;
  position: relative;
}

.post-card-featured.post-card-no-image {
  min-height: 360px;
}

.post-card-featured.post-card-no-image .post-card-body {
  justify-content: center;
  padding: clamp(38px, 6vw, 74px);
}

.post-card-no-image .post-card-body {
  padding: 38px;
}

.post-card-no-image::after {
  border: 1px solid color-mix(in srgb, var(--accent) 18%, transparent);
  border-radius: 50%;
  content: "";
  height: 260px;
  pointer-events: none;
  position: absolute;
  right: -74px;
  top: -110px;
  width: 260px;
}

.post-card-topline {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}

.post-category,
.post-card-category {
  color: var(--accent);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  margin: 0;
  text-transform: uppercase;
}

.post-card-ornament {
  color: var(--accent);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  line-height: 1;
}

.post-card h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(29px, 3vw, 48px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.04;
  margin: 0 0 18px;
}

.post-card h2 a {
  color: inherit;
  text-decoration: none;
}

.post-card-featured.post-card-no-image h2 {
  font-size: clamp(38px, 5vw, 64px);
  max-width: 780px;
}

.post-card:not(.post-card-featured) h2 {
  font-size: clamp(28px, 2.5vw, 38px);
}

.post-excerpt,
.post-card-excerpt {
  color: var(--muted);
  font-size: 16px;
  margin: 0 0 28px;
}

.post-meta,
.article-byline {
  align-items: center;
  display: flex;
  gap: 12px;
}

.post-card-footer {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 8px;
}

.author-avatar,
.post-author-avatar,
.article-author-avatar {
  align-items: center;
  background: var(--accent-soft);
  border: 1px solid color-mix(in srgb, var(--accent) 30%, transparent);
  border-radius: 50%;
  color: var(--accent-dark);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 11px;
  font-weight: 900;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.post-meta-copy,
.article-byline-copy {
  display: grid;
  font-size: 12px;
  line-height: 1.35;
}

.post-meta-copy strong,
.article-byline-copy strong {
  font-size: 13px;
}

.post-meta-copy span,
.article-byline-copy span {
  color: var(--muted);
}

.post-link,
.post-card-link {
  color: var(--accent);
  font-size: 13px;
  font-weight: 900;
  flex: 0 0 auto;
  margin-left: auto;
  text-decoration: none;
}

.empty-state {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 28px;
  grid-column: 1 / -1;
  padding: 64px 34px;
  text-align: center;
}

.empty-state h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 38px;
  margin: 0 0 12px;
}

.empty-state p {
  color: var(--muted);
  margin: 0;
}

.journal-cta {
  align-items: center;
  background: var(--accent);
  border-radius: 28px;
  color: #fff;
  display: flex;
  gap: 32px;
  justify-content: space-between;
  margin-bottom: 100px;
  min-height: 250px;
  overflow: hidden;
  padding: clamp(38px, 5vw, 64px);
  position: relative;
}

.journal-cta::after {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  content: "";
  height: 300px;
  pointer-events: none;
  position: absolute;
  right: -110px;
  top: -180px;
  width: 300px;
}

.journal-cta > * {
  position: relative;
  z-index: 1;
}

.journal-cta .section-label {
  color: rgba(255, 255, 255, 0.72);
  font-family: "Space Grotesk", ui-sans-serif, system-ui, sans-serif;
  font-size: 11px;
  letter-spacing: 0.16em;
  margin-bottom: 14px;
}

.journal-cta h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 4vw, 50px);
  letter-spacing: -0.04em;
  line-height: 1.05;
  margin: 0;
  max-width: 720px;
}

.journal-cta a,
.article-cta a {
  background: #17120f;
  border-radius: 999px;
  color: #fff;
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 900;
  padding: 15px 22px;
  text-decoration: none;
}

.site-footer {
  border-top: 1px solid var(--line);
}

.site-footer-inner {
  align-items: center;
  display: grid;
  gap: 28px;
  grid-template-columns: 1fr auto 1fr;
  margin: 0 auto;
  max-width: var(--content-width);
  min-height: 120px;
  padding: 28px 32px;
}

.footer-brand {
  align-items: center;
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  gap: 8px;
  width: max-content;
}

.footer-brand .brand-diamond {
  height: 22px;
  width: 22px;
}

.footer-nav {
  display: flex;
  gap: 20px;
}

.site-footer p {
  color: var(--muted);
  font-size: 11px;
  margin: 0;
  text-align: right;
}

.article {
  max-width: 1120px;
  padding-bottom: 110px;
  padding-top: 70px;
}

.article-header {
  margin: 0 auto 48px;
  max-width: 920px;
}

.back-link,
.article-back {
  color: var(--accent);
  display: inline-block;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 45px;
  text-decoration: none;
}

.article-header h1 {
  font-size: clamp(50px, 7vw, 94px);
  line-height: 0.98;
}

.article-excerpt {
  color: var(--muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(21px, 2.5vw, 30px);
  line-height: 1.4;
  margin: 30px 0;
  max-width: 780px;
}

.article-byline {
  margin-top: 0;
}

.article-hero {
  margin: 0 0 42px;
}

.article-hero img {
  border-radius: 30px;
  max-height: 680px;
  object-fit: cover;
  width: 100%;
}

figcaption {
  color: var(--muted);
  font-size: 12px;
  margin-top: 10px;
  text-align: center;
}

.article-reading-surface {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 30px;
  box-shadow: 0 20px 55px rgba(61, 35, 20, 0.05);
  margin: 0 auto;
  max-width: 920px;
  padding: clamp(32px, 6vw, 76px);
}

.article-content {
  color: color-mix(in srgb, var(--ink) 90%, var(--muted));
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.8;
}

.article-content > :first-child {
  margin-top: 0;
}

.article-content > :last-child {
  margin-bottom: 0;
}

.article-content p,
.article-content ul,
.article-content ol,
.article-content blockquote {
  margin: 0 0 1.4em;
}

.article-content h2,
.article-content h3,
.article-content h4 {
  color: var(--ink);
  font-family: "Space Grotesk", ui-sans-serif, system-ui, sans-serif;
  letter-spacing: -0.04em;
  line-height: 1.15;
  margin: 2em 0 0.7em;
}

.article-content h2 {
  font-size: clamp(29px, 4vw, 43px);
}

.article-content h3 {
  font-size: clamp(24px, 3vw, 32px);
}

.article-content h4 {
  font-size: 21px;
}

.article-content a {
  color: var(--accent-dark);
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.article-content blockquote {
  border-left: 4px solid var(--accent);
  color: var(--ink);
  font-size: 1.22em;
  font-style: italic;
  padding: 8px 0 8px 28px;
}

.article-content code {
  background: var(--surface-soft);
  border-radius: 5px;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.83em;
  padding: 0.12em 0.32em;
}

.article-content hr {
  border: 0;
  border-top: 1px solid var(--line);
  margin: 2.5em 0;
}

.content-image,
.video-embed {
  margin: 2.2em -24px;
}

.content-image img,
.video-frame {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
}

.video-frame {
  aspect-ratio: 16 / 9;
  background: #000;
}

.video-frame iframe {
  border: 0;
  height: 100%;
  width: 100%;
}

.article-tags {
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 50px;
  padding-top: 24px;
}

.article-tags span {
  background: var(--surface-soft);
  border-radius: 999px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  padding: 7px 11px;
}

.article-cta {
  align-items: center;
  background: var(--accent-soft);
  border-radius: 28px;
  display: flex;
  gap: 25px;
  justify-content: space-between;
  margin: 34px auto 0;
  max-width: 920px;
  padding: 34px;
}

.article-cta p {
  color: var(--accent-dark);
  font-family: "Space Grotesk", ui-sans-serif, system-ui, sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.article-cta h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(21px, 3vw, 30px);
  line-height: 1.2;
  margin: 4px 0 0;
}

.article-cta-mark {
  color: var(--accent);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 44px;
}

.blog-error {
  min-height: 64vh;
  padding-bottom: 110px;
  padding-top: 110px;
  text-align: center;
}

.blog-error h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 7vw, 88px);
  letter-spacing: -0.055em;
  margin: 0 0 15px;
}

.blog-error p {
  color: var(--muted);
  font-size: 18px;
  margin: 0 auto 30px;
  max-width: 560px;
}

.blog-error a {
  color: var(--accent);
  font-weight: 900;
}

@media (max-width: 1180px) {
  .site-header-desktop {
    display: none;
  }

  .site-header-mobile {
    display: flex;
    justify-content: space-between;
  }

  .site-header-mobile .site-brand-link {
    left: 50%;
    position: absolute;
  }

  .mobile-navigation summary {
    cursor: pointer;
    display: grid;
    gap: 4px;
    list-style: none;
    padding: 10px;
  }

  .mobile-navigation summary::-webkit-details-marker {
    display: none;
  }

  .mobile-navigation summary span {
    background: var(--ink);
    border-radius: 2px;
    display: block;
    height: 2px;
    width: 21px;
  }

  .mobile-navigation-panel {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: var(--shadow);
    left: 18px;
    padding: 20px;
    position: absolute;
    top: 70px;
    width: min(330px, calc(100vw - 36px));
  }

  .mobile-navigation-panel nav,
  .mobile-navigation-actions {
    display: grid;
    gap: 9px;
  }

  .mobile-navigation-panel nav a {
    border-bottom: 1px solid var(--line);
    color: var(--ink);
    font-size: 15px;
    font-weight: 800;
    padding: 10px 5px;
    text-decoration: none;
  }

  .mobile-navigation-actions {
    grid-template-columns: 1fr 1fr;
    margin-top: 18px;
    text-align: center;
  }

  .theme-toggle-compact {
    font-size: 19px;
  }

  .site-footer-inner {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .site-footer p {
    text-align: center;
  }
}

@media (max-width: 780px) {
  .site-header-mobile {
    min-height: 72px;
    padding: 0 18px;
  }

  .site-brand-copy strong {
    font-size: 16px;
  }

  .brand-diamond {
    height: 24px;
    width: 24px;
  }

  .blog-shell,
  .article,
  .blog-error {
    padding-left: 18px;
    padding-right: 18px;
  }

  .blog-hero {
    gap: 28px;
    grid-template-columns: 1fr;
    padding-bottom: 50px;
    padding-top: 58px;
  }

  .blog-hero h1 {
    font-size: clamp(58px, 22vw, 88px);
  }

  .blog-intro {
    border-left: 0;
    border-top: 1px solid var(--line);
    font-size: 21px;
    padding: 22px 0 0;
  }

  .post-grid {
    grid-template-columns: 1fr;
    padding-bottom: 68px;
  }

  .post-card-featured {
    display: flex;
    grid-column: auto;
  }

  .post-card-featured .post-card-media {
    min-height: 260px;
  }

  .post-card {
    border-radius: 22px;
  }

  .post-card-body {
    padding: 25px;
  }

  .post-card-featured.post-card-no-image,
  .post-card-no-image {
    min-height: 0;
  }

  .post-card-featured.post-card-no-image .post-card-body,
  .post-card-no-image .post-card-body {
    padding: 30px 25px;
  }

  .post-card-featured.post-card-no-image h2 {
    font-size: clamp(34px, 11vw, 48px);
  }

  .post-card-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .post-card-link {
    margin-left: 50px;
  }

  .journal-cta {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 68px;
    min-height: 0;
    padding: 42px 22px;
  }

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

  .article {
    padding-bottom: 72px;
    padding-top: 45px;
  }

  .back-link {
    margin-bottom: 32px;
  }

  .article-header h1 {
    font-size: clamp(46px, 15vw, 68px);
  }

  .article-hero img,
  .article-reading-surface {
    border-radius: 22px;
  }

  .article-reading-surface {
    padding: 28px 22px;
  }

  .content-image,
  .video-embed {
    margin-left: 0;
    margin-right: 0;
  }

  .article-cta {
    align-items: flex-start;
    flex-direction: column;
    padding: 26px;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

/* Landing-page visual system */
:root,
:root.dark {
  color-scheme: light;
  --bg: #f4f0e9;
  --surface: #fffdf9;
  --surface-soft: #eee6dc;
  --ink: #171714;
  --muted: #716c64;
  --line: rgba(42, 38, 32, 0.12);
  --accent: #c9572d;
  --accent-dark: #9d3f20;
  --accent-soft: #f1d8cb;
  --shadow: 0 20px 52px rgba(57, 43, 26, 0.1);
  --content-width: 1180px;
}

.site-noise {
  opacity: 0.13;
}

.blog-hero {
  align-items: end;
  gap: 42px;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
  padding: 70px 0 52px;
}

.blog-hero h1,
.article-header h1,
.empty-state h2,
.journal-cta h2,
.article-excerpt,
.article-content,
.article-cta h2 {
  font-family: "Space Grotesk", ui-sans-serif, system-ui, sans-serif;
}

.blog-hero h1 {
  max-width: 780px;
  font-size: clamp(52px, 7.2vw, 88px);
  font-weight: 700;
  letter-spacing: -0.065em;
  line-height: .96;
}

.blog-intro {
  border-left: 0;
  font-family: "Space Grotesk", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.5;
  padding-left: 0;
}

.post-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding-bottom: 70px;
}

.post-card,
.post-card-featured,
.post-card-featured.post-card-has-image {
  display: flex;
  min-height: 380px;
  grid-column: auto;
  grid-template-columns: none;
  color: inherit;
  text-decoration: none;
}

.post-card-media,
.post-card-featured .post-card-media {
  aspect-ratio: 16 / 9;
  min-height: 0;
}

.post-card-body,
.post-card-no-image .post-card-body,
.post-card-featured.post-card-no-image .post-card-body {
  justify-content: flex-start;
  padding: 24px;
}

.post-card-no-image,
.post-card-featured.post-card-no-image {
  min-height: 330px;
}

.post-card h2,
.post-card:not(.post-card-featured) h2,
.post-card-featured.post-card-no-image h2 {
  font-family: "Space Grotesk", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(23px, 2.4vw, 30px);
  font-weight: 700;
  line-height: 1.08;
}

.post-card-excerpt {
  display: -webkit-box;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.journal-cta {
  min-height: 0;
  margin-bottom: 70px;
  padding: 38px 44px;
}

.journal-cta h2 {
  font-size: clamp(30px, 4vw, 46px);
}

.article {
  padding-top: 55px;
}

.article-header h1 {
  font-size: clamp(48px, 7vw, 84px);
  font-weight: 700;
  letter-spacing: -0.055em;
}

.article-excerpt {
  font-size: clamp(19px, 2.3vw, 27px);
}

@media (max-width: 980px) {
  .post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .blog-hero {
    gap: 22px;
    grid-template-columns: 1fr;
    padding: 46px 0 38px;
  }

  .blog-hero h1 {
    font-size: clamp(46px, 14vw, 66px);
  }

  .blog-intro {
    border-top: 1px solid var(--line);
    padding-top: 18px;
  }

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

  .post-card,
  .post-card-featured,
  .post-card-featured.post-card-has-image {
    min-height: 0;
  }

  .post-card-footer {
    align-items: center;
    flex-direction: row;
  }

  .post-card-link {
    margin-left: auto;
  }

  .journal-cta {
    padding: 30px 24px;
  }
}
