.blog-main {
  padding: 2rem var(--pad-x) 4.5rem;
  max-width: 1240px;
  margin: 0 auto;
}
.blog-hero { margin-bottom: 2.25rem; max-width: 42rem; }

/* Desktop Three.js wall — hidden until JS activates */
.blog-3d-stage {
  display: none;
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  height: min(88vh, 980px);
  min-height: 640px;
  border-radius: 0;
  overflow: hidden;
  background:
    radial-gradient(ellipse 80% 60% at 50% 40%, rgba(214, 255, 60, 0.08), transparent 55%),
    radial-gradient(ellipse 50% 40% at 80% 70%, rgba(255, 75, 110, 0.1), transparent 50%),
    linear-gradient(180deg, #05070d 0%, #0a1220 55%, #070b14 100%);
  border-top: 1px solid rgba(214, 255, 60, 0.18);
  border-bottom: 1px solid rgba(255, 75, 110, 0.15);
  touch-action: none;
  cursor: grab;
  margin-bottom: 2rem;
}
.blog-3d-stage:active { cursor: grabbing; }
body.blog-3d-active .blog-3d-stage {
  display: block;
}
body.blog-3d-active .blog-main {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
body.blog-3d-active .blog-hero {
  max-width: 1240px;
  margin: 0 auto 1rem;
  padding: 0 var(--pad-x);
}
body.blog-3d-active .blog-hero h1 {
  font-size: clamp(1.8rem, 3.8vw, 2.6rem);
}
body.blog-3d-active .blog-hero .lead {
  margin-top: 0.55rem;
  font-size: 1rem;
}
body.blog-3d-active .blog-3d-stage {
  height: min(92vh, 1040px);
  min-height: 720px;
}
body.blog-3d-active .post-mosaic[hidden] {
  display: none !important;
}
body.blog-3d-active .foot {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--pad-x);
  padding-right: var(--pad-x);
}
.blog-3d-canvas,
.blog-3d-canvas canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.blog-3d-vignette {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
  background:
    radial-gradient(ellipse 70% 65% at 50% 45%, transparent 40%, rgba(5, 7, 13, 0.55) 100%),
    linear-gradient(90deg, rgba(5, 7, 13, 0.55) 0%, transparent 12%, transparent 88%, rgba(5, 7, 13, 0.55) 100%);
}
.blog-3d-loading {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: grid;
  place-items: center;
  background: rgba(5, 7, 13, 0.72);
  color: var(--lime);
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.85rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}
.blog-3d-stage.is-loading .blog-3d-loading { opacity: 1; }
.blog-3d-scroll {
  position: absolute;
  left: 50%;
  bottom: 1.25rem;
  transform: translateX(-50%);
  z-index: 3;
  margin: 0;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  background: rgba(8, 12, 22, 0.72);
  border: 1px solid rgba(214, 255, 60, 0.35);
  color: rgba(232, 247, 255, 0.88);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  pointer-events: none;
  transition: opacity 0.5s ease, transform 0.5s ease;
  animation: tipPulse 2.4s ease-in-out infinite;
}
.blog-3d-scroll.is-hidden {
  opacity: 0;
  transform: translateX(-50%) translateY(8px);
  animation: none;
}
@keyframes tipPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(214, 255, 60, 0.15); }
  50% { box-shadow: 0 0 28px 0 rgba(214, 255, 60, 0.28); }
}
.blog-3d-tip {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  min-width: 200px;
  max-width: 280px;
  padding: 0.75rem 0.9rem;
  border-radius: 0.85rem;
  background: rgba(8, 12, 22, 0.9);
  border: 1px solid rgba(214, 255, 60, 0.45);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45), 0 0 30px rgba(214, 255, 60, 0.12);
  pointer-events: none;
  backdrop-filter: blur(10px);
}
.blog-3d-tip span {
  display: block;
  color: var(--lime);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.3rem;
}
.blog-3d-tip strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.05rem;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: var(--ice);
}
.blog-3d-tip em {
  display: inline-block;
  margin-top: 0.45rem;
  font-style: normal;
  font-weight: 700;
  font-size: 0.75rem;
  color: var(--coral);
}

/* Anchored to the 3D wall corners — never the browser chrome */
.blog-3d-game,
.blog-3d-sound {
  position: absolute;
  top: 0.85rem;
  z-index: 8;
  margin: 0;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(214, 255, 60, 0.4);
  background: rgba(8, 12, 22, 0.78);
  color: var(--lime);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  backdrop-filter: blur(10px);
  transition: background 0.25s ease, box-shadow 0.25s ease, color 0.25s ease;
}
.blog-3d-game { left: 0.85rem; right: auto; }
.blog-3d-sound { right: 0.85rem; left: auto; }
body.blog-article-open .blog-3d-game,
body.blog-article-open .blog-3d-sound {
  opacity: 0;
  pointer-events: none;
}
.blog-3d-game:hover,
.blog-3d-sound:hover {
  background: rgba(214, 255, 60, 0.16);
  box-shadow: 0 0 24px rgba(214, 255, 60, 0.2);
}
.blog-3d-game.is-on,
.blog-3d-sound.is-on {
  color: #081016;
  background: rgba(214, 255, 60, 0.88);
  border-color: rgba(214, 255, 60, 0.95);
}

/* Dolly into article (no full-page reload) */
.blog-3d-stage.is-exiting .blog-3d-vignette {
  background: radial-gradient(ellipse 55% 50% at 50% 45%, transparent 8%, rgba(5, 7, 13, 0.95) 100%);
  transition: background 0.55s ease;
}
.blog-3d-stage.is-article {
  pointer-events: none;
  filter: blur(8px) saturate(0.85);
  transition: filter 0.45s ease;
}
body.blog-article-open {
  overflow: hidden;
}
body.blog-article-open .blog-hero,
body.blog-article-open .foot,
body.blog-article-open .top {
  opacity: 0.2;
  pointer-events: none;
  transition: opacity 0.35s ease;
}
/* Separate game overlay — never mutates the 3D wall.
   Must beat style.css `body > * { position: relative; z-index: 1 }` */
body > #moc-game.moc-game,
#moc-game.moc-game {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  height: 100dvh !important;
  margin: 0 !important;
  z-index: 10000 !important;
  background: #05070d !important;
  display: block;
}
#moc-game.moc-game[hidden] { display: none !important; }
.moc-game-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  cursor: crosshair;
}
.moc-game-exit,
.moc-game-mute {
  position: absolute;
  top: 0.85rem;
  z-index: 2;
  margin: 0;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(214, 255, 60, 0.4);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}
.moc-game-exit {
  left: 0.85rem;
  background: rgba(214, 255, 60, 0.88);
  color: #081016;
}
.moc-game-mute {
  right: 0.85rem;
  background: rgba(8, 12, 22, 0.82);
  color: var(--lime);
}
.moc-game-mute.is-muted {
  color: rgba(232, 241, 255, 0.55);
  border-color: rgba(232, 241, 255, 0.25);
  background: rgba(8, 12, 22, 0.65);
}
.moc-game-hud {
  position: absolute;
  top: 0.85rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  padding: 0.55rem 1rem;
  border-radius: 0.85rem;
  background: rgba(8, 12, 22, 0.82);
  border: 1px solid rgba(214, 255, 60, 0.35);
  color: var(--ice);
  font-size: 0.8rem;
  pointer-events: none;
}
.moc-game-hud strong {
  color: var(--lime);
  font-family: var(--font-display);
  font-size: 1.15rem;
}
.moc-game-hud em {
  font-style: normal;
  opacity: 0.7;
  font-size: 0.7rem;
}
body.moc-game-open { overflow: hidden; }
#blog-game-portal { display: none !important; }

/* Fixed SPA article overlay — no page reload */
.blog-article {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 3.5rem max(1rem, var(--pad-x)) 2.5rem;
  overflow-y: auto;
  overscroll-behavior: contain;
  background:
    radial-gradient(ellipse 70% 50% at 50% 0%, rgba(214, 255, 60, 0.08), transparent 55%),
    rgba(5, 7, 13, 0.78);
  backdrop-filter: blur(16px) saturate(1.1);
  -webkit-backdrop-filter: blur(16px) saturate(1.1);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
.blog-article[hidden] { display: none !important; }
.blog-article.is-in {
  opacity: 1;
  pointer-events: auto;
}
.blog-article-inner {
  width: min(760px, 100%);
  margin: 0 auto;
  padding: 1.75rem 1.5rem 2.25rem;
  border-radius: 1.35rem;
  border: 1px solid rgba(214, 255, 60, 0.22);
  background:
    linear-gradient(180deg, rgba(14, 20, 34, 0.96), rgba(8, 12, 22, 0.98));
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.45);
  transform: translateY(28px) scale(0.97);
  filter: blur(8px);
  transition:
    transform 0.55s cubic-bezier(0.2, 0.8, 0.2, 1),
    filter 0.55s ease;
}
.blog-article.is-in .blog-article-inner {
  transform: none;
  filter: none;
}
.blog-article-close {
  position: sticky;
  top: 0.25rem;
  float: right;
  z-index: 2;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 0 0.5rem 0.5rem;
  border-radius: 999px;
  border: 1px solid rgba(214, 255, 60, 0.45);
  background: rgba(8, 12, 22, 0.92);
  color: var(--lime);
  font-size: 1.45rem;
  line-height: 1;
  cursor: pointer;
}
.blog-article-close:hover {
  background: rgba(214, 255, 60, 0.18);
}
.blog-article .meta {
  margin: 0 0 0.75rem;
  color: var(--lime);
  font-size: 0.85rem;
  font-weight: 700;
}
.blog-article h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 4.5vw, 2.85rem);
  letter-spacing: -0.04em;
  line-height: 1.05;
  color: var(--ice);
}
.blog-article .dek {
  margin: 0.85rem 0 1.25rem;
  color: var(--muted);
  font-size: 1.05rem;
  max-width: 42ch;
}
.blog-article .article-hero {
  margin: 0 0 1.35rem;
  border-radius: 1.1rem;
  overflow: hidden;
  max-height: 360px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.blog-article .article-hero img {
  width: 100%;
  height: 100%;
  max-height: 360px;
  object-fit: cover;
  display: block;
}
.blog-article .prose {
  color: rgba(232, 247, 255, 0.9);
  font-size: 1.05rem;
}
.blog-article .prose p { margin: 0 0 1.1rem; }
.blog-article .prose h2 {
  margin: 1.6rem 0 0.65rem;
  font-family: var(--font-display);
  letter-spacing: -0.03em;
  font-size: 1.35rem;
}
.blog-article .prose ul { margin: 0 0 1.1rem; padding-left: 1.2rem; }
.blog-article .prose li { margin: 0.35rem 0; }
.blog-article .prose a { color: var(--lime); }
.blog-article .back {
  display: flex;
  gap: 1.25rem;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 1.75rem;
}
.blog-article .back button {
  border: 0;
  background: none;
  color: var(--lime);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  padding: 0;
}
.blog-article .back a { color: var(--muted); text-decoration: none; }
.blog-article .back a:hover { color: var(--lime); }

@media (max-width: 1023px) {
  body.blog-3d-active .blog-hero {
    padding: 0 var(--pad-x);
    margin-bottom: 0.75rem;
  }
  body.blog-3d-active .blog-hero h1 {
    font-size: clamp(1.55rem, 7vw, 2.1rem);
  }
  body.blog-3d-active .blog-hero .lead {
    font-size: 0.95rem;
  }
  body.blog-3d-active .blog-3d-stage {
    height: min(78vh, 720px);
    min-height: 420px;
  }
  body.blog-3d-active .blog-3d-tip {
    display: none; /* touch: titles already on panels */
  }
  body.blog-3d-active .post-mosaic[hidden] {
    display: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .blog-3d-stage { display: none !important; }
  body.blog-3d-active .post-mosaic[hidden] { display: grid !important; }
}
.eyebrow {
  margin: 0 0 0.55rem;
  color: var(--lime);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-family: var(--font-display);
}
.blog-hero h1,
.article h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 5vw, 3.4rem);
  letter-spacing: -0.04em;
  line-height: 1.02;
  color: var(--ice);
}
.blog-hero .lead,
.dek {
  margin: 0.9rem 0 0;
  color: var(--muted);
  font-size: 1.1rem;
  max-width: 42ch;
}

/* Irregular mosaic */
.post-mosaic {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: minmax(160px, auto);
  gap: 1rem;
  perspective: 1600px;
}
.post-tile {
  --rx: 0deg;
  --ry: 0deg;
  --glow: 0.35;
  position: relative;
  grid-column: span 4;
  grid-row: span 1;
  min-height: 250px;
  border-radius: 1.35rem;
  overflow: hidden;
  background: #0a1220;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  isolation: isolate;
  transform-style: preserve-3d;
  transform: rotateX(var(--rx)) rotateY(var(--ry)) translateZ(0);
  transition:
    transform 0.18s ease-out,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.35),
    0 0 0 1px rgba(214, 255, 60, calc(var(--glow) * 0.15));
  animation: tileFloat 7s ease-in-out infinite;
}
.post-tile:nth-child(3n) { animation-duration: 8.5s; animation-delay: -1.2s; }
.post-tile:nth-child(3n+1) { animation-duration: 6.4s; animation-delay: -2.4s; }
.post-tile:nth-child(3n+2) { animation-duration: 9.2s; animation-delay: -0.6s; }

.post-tile.tile-feature { grid-column: span 7; grid-row: span 2; min-height: 440px; }
.post-tile.tile-wide { grid-column: span 8; min-height: 300px; }
.post-tile.tile-tall { grid-column: span 4; grid-row: span 2; min-height: 440px; }
.post-tile.tile-normal { grid-column: span 4; }

/* Animated aurora border */
.post-tile::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 3;
  border-radius: inherit;
  padding: 1px;
  background: conic-gradient(
    from var(--spin, 0deg),
    #d6ff3c,
    #45e7ff,
    #ff4b6e,
    #ffb347,
    #d6ff3c
  );
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.55;
  animation: spinBorder 6s linear infinite;
  pointer-events: none;
}
.post-tile:nth-child(even)::before { animation-duration: 8s; animation-direction: reverse; }
.post-tile:hover::before { opacity: 1; filter: saturate(1.3) brightness(1.15); }

/* Soft ambient bloom */
.post-tile::after {
  content: "";
  position: absolute;
  inset: -20%;
  z-index: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(214, 255, 60, 0.22), transparent 42%),
    radial-gradient(circle at 80% 30%, rgba(255, 75, 110, 0.2), transparent 40%),
    radial-gradient(circle at 50% 90%, rgba(69, 231, 255, 0.18), transparent 45%);
  opacity: 0.55;
  animation: auroraShift 10s ease-in-out infinite alternate;
  pointer-events: none;
  mix-blend-mode: screen;
}

.post-tile .tile-media {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
}
.post-tile .tile-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.12) translate3d(0, 0, 0);
  animation: kenBurns 18s ease-in-out infinite alternate;
  will-change: transform;
}
.post-tile:nth-child(odd) .tile-media img { animation-direction: alternate-reverse; animation-duration: 22s; }
.post-tile:nth-child(3n) .tile-media img { animation-duration: 16s; }

.post-tile .tile-shade {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(125deg, rgba(8, 12, 22, 0.15) 0%, transparent 45%),
    linear-gradient(180deg, rgba(8, 12, 22, 0.05) 0%, rgba(8, 12, 22, 0.4) 45%, rgba(8, 12, 22, 0.94) 100%);
  pointer-events: none;
}

/* Sweeping light beam */
.post-tile .tile-shine {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  background: linear-gradient(
    105deg,
    transparent 35%,
    rgba(255, 255, 255, 0.18) 48%,
    rgba(214, 255, 60, 0.12) 52%,
    transparent 65%
  );
  transform: translateX(-120%) skewX(-15deg);
  opacity: 0;
}
.post-tile:hover .tile-shine {
  opacity: 1;
  animation: shineSweep 0.95s ease forwards;
}

.post-tile .tile-body {
  position: relative;
  z-index: 5;
  margin-top: auto;
  padding: 1.2rem 1.25rem 1.3rem;
  transform: translateZ(28px);
}
.post-tile .meta {
  margin: 0 0 0.4rem;
  color: var(--lime);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-shadow: 0 0 18px rgba(214, 255, 60, 0.35);
}
.post-tile h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 2.2vw, 1.55rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: var(--ice);
  transition: color 0.25s ease, text-shadow 0.25s ease;
}
.tile-feature h2 { font-size: clamp(1.6rem, 3vw, 2.25rem); max-width: 16ch; }
.post-tile:hover h2 {
  color: #fff;
  text-shadow: 0 0 24px rgba(214, 255, 60, 0.35);
}
.post-tile p {
  margin: 0.55rem 0 0;
  color: rgba(232, 247, 255, 0.78);
  font-size: 0.95rem;
  max-width: 40ch;
}
.tile-normal p { display: none; }
.read-pill {
  display: inline-flex;
  margin-top: 0.9rem;
  padding: 0.38rem 0.75rem;
  border-radius: 999px;
  background: rgba(214, 255, 60, 0.14);
  border: 1px solid rgba(214, 255, 60, 0.4);
  color: var(--lime);
  font-weight: 700;
  font-size: 0.78rem;
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}
.post-tile:hover .read-pill {
  transform: translateX(4px);
  background: rgba(214, 255, 60, 0.28);
  box-shadow: 0 0 24px rgba(214, 255, 60, 0.25);
}

.post-tile:hover {
  --glow: 1;
  box-shadow:
    0 28px 60px rgba(0, 0, 0, 0.45),
    0 0 50px rgba(214, 255, 60, 0.18),
    0 0 80px rgba(255, 75, 110, 0.12);
  border-color: rgba(214, 255, 60, 0.45);
  z-index: 2;
}
.post-tile:hover .tile-media img {
  animation-play-state: paused;
  transform: scale(1.18);
  transition: transform 0.7s ease;
}

/* Entrance */
.post-tile.reveal {
  opacity: 0;
  filter: blur(10px);
  transform: rotateX(8deg) translateY(28px) scale(0.96);
}
.post-tile.reveal.is-in {
  opacity: 1;
  filter: blur(0);
  transform: rotateX(var(--rx)) rotateY(var(--ry)) translateY(0) scale(1);
  transition:
    opacity 0.8s ease,
    filter 0.8s ease,
    transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}

@keyframes spinBorder {
  to { --spin: 360deg; }
}
@property --spin {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
@keyframes auroraShift {
  from { transform: translate3d(-4%, -2%, 0) scale(1); }
  to { transform: translate3d(5%, 3%, 0) scale(1.08); }
}
@keyframes kenBurns {
  from { transform: scale(1.1) translate3d(-2%, -1%, 0); }
  to { transform: scale(1.2) translate3d(2%, 1.5%, 0); }
}
@keyframes shineSweep {
  to { transform: translateX(130%) skewX(-15deg); }
}
@keyframes tileFloat {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -4px; }
}

.article { max-width: 760px; }
.article-hero {
  margin: 0 0 1.5rem;
  border-radius: 1.4rem;
  overflow: hidden;
  max-height: 420px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
}
.article-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(8, 12, 22, 0.35));
  pointer-events: none;
}
.article-hero img {
  width: 100%;
  height: 100%;
  max-height: 420px;
  object-fit: cover;
  animation: kenBurns 20s ease-in-out infinite alternate;
}
.article .meta {
  margin: 0 0 0.75rem;
  color: var(--lime);
  font-size: 0.85rem;
  font-weight: 700;
}
.article .prose {
  margin-top: 1.5rem;
  color: rgba(232, 247, 255, 0.9);
  font-size: 1.05rem;
}
.article .prose p { margin: 0 0 1.1rem; }
.article .prose h2 {
  margin: 1.8rem 0 0.7rem;
  font-family: var(--font-display);
  letter-spacing: -0.03em;
  font-size: 1.45rem;
}
.article .prose ul { margin: 0 0 1.1rem; padding-left: 1.2rem; }
.article .prose li { margin: 0.35rem 0; }
.article .prose a { color: var(--lime); }
.article .prose a:hover { color: var(--coral); }
.back {
  display: inline-block;
  margin-top: 2rem;
  font-weight: 700;
  color: var(--lime);
  text-decoration: none;
}
.back:hover { color: var(--coral); }

@media (max-width: 980px) {
  .post-tile,
  .post-tile.tile-feature,
  .post-tile.tile-wide,
  .post-tile.tile-tall,
  .post-tile.tile-normal {
    grid-column: span 6;
    grid-row: span 1;
    min-height: 270px;
  }
  .post-tile.tile-feature { grid-column: span 12; min-height: 340px; }
  .tile-normal p { display: block; }
}
@media (max-width: 640px) {
  .post-mosaic { grid-template-columns: 1fr; perspective: none; }
  .post-tile,
  .post-tile.tile-feature,
  .post-tile.tile-wide,
  .post-tile.tile-tall,
  .post-tile.tile-normal {
    grid-column: span 1;
    min-height: 250px;
    animation: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .post-tile,
  .post-tile::before,
  .post-tile::after,
  .post-tile .tile-media img,
  .article-hero img,
  .post-tile .tile-shine {
    animation: none !important;
  }
  .post-tile.reveal,
  .post-tile.reveal.is-in {
    filter: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}
