:root {
  --ink: #111923;
  --muted: #5a6673;
  --faint: #7b8590;
  --paper: #f6f1e8;
  --paper-soft: #fbf7ee;
  --paper-warm: #efe4cf;
  --line: rgba(17, 25, 35, 0.14);
  --line-strong: rgba(17, 25, 35, 0.22);
  --blue: #3027ee;
  --blue-deep: #19158d;
  --red: #e4362e;
  --gold: #b47a20;
  --green: #218a50;
  --shadow: 0 22px 64px rgba(17, 25, 35, 0.12);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 10% 0%, rgba(255, 255, 255, 0.72), transparent 28rem),
    linear-gradient(180deg, #fdfaf4 0%, var(--paper) 46%, #f4ecdf 100%);
  color: var(--ink);
  font-family: "Outfit", "Noto Serif SC", sans-serif;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(17, 25, 35, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 25, 35, 0.028) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: linear-gradient(to bottom, black 0%, transparent 72%);
}

a {
  color: inherit;
  text-decoration: none;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  clip-path: inset(50%);
}

button {
  font: inherit;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1,
h2 {
  font-family: "Noto Serif SC", serif;
  letter-spacing: 0;
}

.section-band {
  padding-inline: clamp(22px, 5vw, 72px);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 24px;
  padding: 16px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid var(--line);
  background: rgba(253, 250, 244, 0.9);
  backdrop-filter: blur(18px);
  transition: box-shadow 180ms ease;
}

.site-header[data-elevated="true"] {
  box-shadow: 0 12px 28px rgba(17, 25, 35, 0.08);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  font-weight: 800;
}

.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(48, 39, 238, 0.14);
}

.brand-text {
  font-size: 1.08rem;
  letter-spacing: 0;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: clamp(20px, 4vw, 54px);
  color: #263543;
  font-size: 0.98rem;
  font-weight: 700;
}

.nav-links a,
.text-link {
  border-bottom: 2px solid transparent;
  transition: color 160ms ease, border-color 160ms ease;
}

.nav-links a:hover,
.text-link:hover {
  color: var(--blue);
  border-color: var(--blue);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid var(--blue);
  border-radius: 6px;
  font-weight: 800;
  white-space: nowrap;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.header-cta,
.button.primary {
  background: var(--blue);
  color: #fff;
  box-shadow: 0 10px 24px rgba(48, 39, 238, 0.2);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.54);
  color: var(--blue);
}

.header-cta:hover,
.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(48, 39, 238, 0.24);
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 0;
  background: transparent;
}

.menu-button span {
  width: 20px;
  height: 2px;
  background: var(--ink);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1.18fr);
  align-items: center;
  gap: clamp(28px, 5vw, 64px);
  padding-top: clamp(44px, 7vh, 76px);
  padding-bottom: 0;
  min-height: min(720px, calc(100vh - 76px));
}

.eyebrow,
.section-kicker {
  color: var(--red);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
}

h1 {
  max-width: 690px;
  margin-top: 18px;
  font-size: clamp(3.7rem, 6.8vw, 6.6rem);
  line-height: 1.04;
}

.hero-lede {
  max-width: 650px;
  margin-top: 26px;
  color: #243442;
  font-family: "Noto Serif SC", serif;
  font-size: clamp(1.08rem, 1.55vw, 1.28rem);
  line-height: 1.78;
}

.hero-actions,
.share-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 32px;
}

.evidence-board {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border-left: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(206, 190, 159, 0.6), rgba(242, 232, 211, 0.82)),
    var(--paper-warm);
  box-shadow: inset 16px 0 32px rgba(17, 25, 35, 0.04);
}

.evidence-board::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.18), transparent 42%),
    repeating-linear-gradient(0deg, rgba(17, 25, 35, 0.018), rgba(17, 25, 35, 0.018) 1px, transparent 1px, transparent 7px);
}

.paper-card {
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(17, 25, 35, 0.16);
  border-radius: 6px;
  background: rgba(255, 252, 244, 0.94);
  box-shadow: 0 18px 38px rgba(17, 25, 35, 0.14);
}

.meetup-slip {
  top: 32px;
  left: clamp(18px, 4vw, 62px);
  width: min(330px, 45%);
  padding: 18px 20px;
  transform: rotate(-1.8deg);
}

.slip-top {
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
}

.meetup-logo {
  color: #e51937;
  font-size: 1.35rem;
  font-style: italic;
  font-weight: 900;
}

.meetup-slip p {
  margin-top: 18px;
  font-weight: 700;
}

.meetup-slip h2,
.next-card h2 {
  margin-top: 10px;
  font-family: "Outfit", "Noto Serif SC", sans-serif;
  font-size: clamp(1.75rem, 2.5vw, 2.55rem);
  line-height: 1.08;
}

.slip-meta {
  margin-top: 18px;
  color: #344353;
  font-size: 0.94rem;
}

.slip-rsvp {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  color: #214d31;
  font-weight: 800;
}

.slip-rsvp::before {
  display: inline-grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 50%;
  background: #22a554;
  color: #fff;
  content: "✓";
  font-size: 0.7rem;
}

.board-photo {
  position: absolute;
  z-index: 1;
  top: 46px;
  right: clamp(24px, 5vw, 260px);
  width: min(290px, 34%);
  height: 220px;
  padding: 16px;
  transform: rotate(1.2deg);
  border: 10px solid #fffaf0;
  background:
    linear-gradient(135deg, rgba(74, 58, 42, 0.2), rgba(16, 21, 28, 0.08)),
    #d6c4a6;
  box-shadow: 0 16px 36px rgba(17, 25, 35, 0.16);
}

.whiteboard {
  display: grid;
  height: 100%;
  align-content: center;
  gap: 10px;
  padding: 14px;
  border: 1px solid rgba(17, 25, 35, 0.18);
  background: rgba(248, 250, 248, 0.82);
  color: rgba(33, 56, 70, 0.66);
  font-family: "Noto Serif SC", serif;
  font-size: 0.9rem;
}

.whiteboard span:nth-child(even) {
  justify-self: end;
}

.topic-note {
  top: 50px;
  right: 42px;
  width: 205px;
  padding: 20px;
  transform: rotate(4.5deg);
  background: #f8eab8;
}

.topic-note strong,
.topic-note span,
.topic-note em {
  display: block;
}

.topic-note strong {
  margin-bottom: 10px;
  font-family: "Noto Serif SC", serif;
}

.topic-note span {
  margin-top: 8px;
  font-family: "Noto Serif SC", serif;
}

.topic-note em {
  margin-top: 18px;
  color: #6b5940;
  text-align: right;
}

.next-card {
  right: 34px;
  bottom: 42px;
  z-index: 3;
  width: min(520px, 58%);
  padding: 22px 24px;
}

.tag {
  display: inline-flex;
  padding: 5px 9px;
  border-radius: 4px;
  background: rgba(48, 39, 238, 0.09);
  color: var(--blue);
  font-size: 0.82rem;
  font-weight: 800;
}

.next-card p {
  margin-top: 12px;
  color: #374656;
}

.next-card .button {
  width: min(280px, 100%);
  margin-top: 18px;
}

.next-card small {
  display: block;
  margin-top: 12px;
  color: var(--muted);
}

.stamp {
  position: absolute;
  z-index: 2;
  right: 54px;
  bottom: 66px;
  display: grid;
  width: 96px;
  height: 96px;
  place-items: center;
  border: 3px double rgba(228, 54, 46, 0.82);
  border-radius: 50%;
  color: var(--red);
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  transform: rotate(-13deg);
}

.cloth-card {
  position: absolute;
  z-index: 2;
  left: clamp(32px, 6vw, 110px);
  bottom: 12px;
  width: 260px;
  padding: 26px 18px;
  transform: rotate(-7deg);
  background: #11314a;
  color: #fff8e8;
  box-shadow: 0 18px 42px rgba(17, 25, 35, 0.22);
  text-align: center;
}

.cloth-card::before,
.cloth-card::after {
  position: absolute;
  inset: -6px;
  z-index: -1;
  content: "";
  border: 1px dashed rgba(255, 248, 232, 0.35);
}

.cloth-card span,
.cloth-card em {
  display: block;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
}

.cloth-card strong {
  display: block;
  margin: 12px 0;
  font-family: "Noto Serif SC", serif;
  font-size: 1.42rem;
  line-height: 1.3;
}

.proof-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 4vw, 54px);
  padding-top: 28px;
  padding-bottom: 28px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(253, 250, 244, 0.72);
  font-size: clamp(1rem, 1.5vw, 1.22rem);
}

.proof-line > div,
.proof-line > span {
  position: relative;
}

.proof-line > span::before {
  position: absolute;
  left: calc(clamp(18px, 4vw, 54px) / -2);
  color: #111923;
  content: "·";
}

.proof-line strong {
  font-weight: 700;
}

.proof-icon {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 14px;
  vertical-align: -7px;
  border: 2px solid var(--ink);
  border-radius: 5px;
}

.proof-icon::before {
  display: block;
  height: 8px;
  border-bottom: 2px solid var(--ink);
  content: "";
}

.events,
.records,
.archive,
.share {
  padding-top: clamp(52px, 8vw, 86px);
  padding-bottom: clamp(52px, 8vw, 86px);
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 24px;
}

.compact-heading h2,
.archive-copy h2,
.share h2 {
  margin-top: 10px;
  font-size: clamp(1.45rem, 2.8vw, 2.55rem);
  line-height: 1.22;
}

.compact-heading h2,
.archive-copy h2 {
  max-width: 760px;
}

.section-heading p {
  max-width: 450px;
  color: var(--muted);
  font-family: "Noto Serif SC", serif;
  line-height: 1.65;
}

.activity-table {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: rgba(255, 252, 244, 0.78);
}

.activity-row {
  display: grid;
  grid-template-columns: 64px minmax(0, 1.1fr) minmax(250px, 0.58fr) 72px 96px;
  gap: 18px;
  align-items: center;
  padding: 18px 22px;
  border-bottom: 1px solid var(--line);
}

.activity-row:last-child {
  border-bottom: 0;
}

.activity-row.featured {
  background: #f9efd8;
}

.event-no {
  color: var(--blue);
  font-size: 1.28rem;
  font-weight: 900;
}

.activity-row h3 {
  font-family: "Noto Serif SC", serif;
  font-size: clamp(1.05rem, 1.45vw, 1.28rem);
  line-height: 1.32;
}

.activity-row.featured h3 {
  font-family: "Outfit", "Noto Serif SC", sans-serif;
}

.activity-row p {
  color: #3f4d5b;
  font-size: 0.94rem;
}

.activity-row a,
.status {
  color: var(--blue);
  font-weight: 800;
  text-align: right;
  white-space: nowrap;
}

.activity-row a {
  grid-column: 4;
}

.activity-row .status,
.activity-row.featured strong {
  grid-column: 5;
}

.activity-row.featured strong {
  padding: 4px 8px;
  border: 1px solid rgba(180, 122, 32, 0.36);
  border-radius: 4px;
  color: #8d5c13;
  font-size: 0.82rem;
  white-space: nowrap;
}

.table-link {
  display: block;
  width: max-content;
  margin-top: 18px;
  margin-left: auto;
  color: var(--blue);
  font-weight: 800;
}

.records {
  background: rgba(255, 252, 244, 0.54);
}

.record-metrics {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: rgba(255, 252, 244, 0.82);
}

.record-metric {
  min-height: 136px;
  padding: clamp(16px, 2vw, 24px);
  border-right: 1px solid var(--line);
}

.record-metric:last-child {
  border-right: 0;
}

.record-metric span {
  color: var(--muted);
  font-family: "Noto Serif SC", serif;
  font-size: 0.98rem;
}

.record-metric strong {
  display: block;
  margin-top: 18px;
  color: var(--ink);
  font-size: clamp(1.6rem, 2.6vw, 2.8rem);
  line-height: 1;
}

.record-metric:nth-child(1) strong,
.record-metric:nth-child(4) strong {
  color: var(--blue);
}

.record-metric:nth-child(3) strong {
  color: var(--gold);
}

.record-icon {
  display: inline-grid;
  width: 32px;
  height: 32px;
  place-items: center;
  margin-bottom: 12px;
  border-radius: 7px;
  color: #fff;
  font-weight: 900;
}

.podcast-platforms {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-top: 0;
}

.podcast-platforms a {
  position: relative;
  display: inline-grid;
  align-items: center;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.podcast-platforms a:hover {
  transform: translateY(-2px);
  border-color: rgba(48, 39, 238, 0.32);
  box-shadow: 0 10px 20px rgba(17, 25, 35, 0.08);
}

.platform-icon {
  position: relative;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 8px;
}

.platform-icon.apple {
  background: #9b42f5;
}

.platform-icon.apple::before,
.platform-icon.apple::after {
  position: absolute;
  inset: 6px;
  content: "";
  border: 2px solid rgba(255, 255, 255, 0.88);
  border-radius: 50%;
}

.platform-icon.apple::after {
  inset: 11px;
  background: #fff;
}

.platform-icon.overcast {
  background: #f6803a;
}

.platform-icon.overcast::before,
.platform-icon.overcast::after {
  position: absolute;
  content: "";
  border: 2px solid #fff;
  border-color: #fff transparent transparent transparent;
  border-radius: 50%;
}

.platform-icon.overcast::before {
  width: 20px;
  height: 20px;
}

.platform-icon.overcast::after {
  width: 12px;
  height: 12px;
}

.platform-icon.overcast::after {
  border-width: 2px;
}

.platform-icon.pocket {
  background: #e7475e;
}

.platform-icon.pocket::before {
  width: 16px;
  height: 13px;
  content: "";
  border: 3px solid #fff;
  border-top: 0;
  border-radius: 0 0 14px 14px;
}

.platform-icon.spotify {
  background: #1db954;
}

.platform-icon.spotify::before,
.platform-icon.spotify::after {
  position: absolute;
  left: 8px;
  width: 15px;
  height: 6px;
  content: "";
  border-top: 2px solid #111923;
  border-radius: 50%;
  transform: rotate(10deg);
}

.platform-icon.spotify::before {
  top: 9px;
}

.platform-icon.spotify::after {
  top: 15px;
  width: 12px;
}

.platform-icon.rss {
  overflow: hidden;
  background: #f47a3c;
}

.platform-icon.rss::before,
.platform-icon.rss::after {
  position: absolute;
  content: "";
}

.platform-icon.rss::before {
  right: 5px;
  bottom: 5px;
  width: 17px;
  height: 17px;
  border: 3px solid #fff;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 50%;
}

.platform-icon.rss::after {
  left: 7px;
  bottom: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
}

.archive {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(28px, 5vw, 62px);
  align-items: start;
}

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

.archive-card {
  display: grid;
  gap: 18px;
  min-height: 190px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: rgba(255, 252, 244, 0.74);
}

.archive-card span {
  color: var(--red);
  font-size: 0.82rem;
  font-weight: 800;
}

.archive-card .card-link {
  width: max-content;
  color: var(--blue);
  border-bottom: 2px solid currentColor;
}

.archive-card strong {
  font-family: "Noto Serif SC", serif;
  font-size: 1.25rem;
  line-height: 1.3;
}

.archive-card p {
  color: var(--muted);
  font-family: "Noto Serif SC", serif;
  line-height: 1.65;
}

.archive-card.muted {
  opacity: 0.82;
}

.archive-card.podcast-card {
  display: flex;
  align-items: center;
  align-content: start;
}

.share {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
  border-top: 1px solid var(--line);
}

.share h2 {
  max-width: 860px;
}

.share p {
  max-width: 760px;
  margin-top: 18px;
  color: var(--muted);
  font-family: "Noto Serif SC", serif;
  line-height: 1.72;
}

.share .share-actions {
  margin-top: 0;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 30px clamp(22px, 5vw, 72px);
  border-top: 1px solid var(--line);
  background: #111923;
  color: rgba(255, 252, 244, 0.72);
}

.site-footer strong {
  display: block;
  color: #fff;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-weight: 800;
}

.footer-links a:hover {
  color: #fff;
}

@media (max-width: 1100px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .evidence-board {
    min-height: 540px;
    border: 1px solid var(--line);
  }

  .record-metrics,
  .archive,
  .archive-grid,
  .share {
    grid-template-columns: 1fr;
  }

  .record-metric {
    min-height: 132px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .record-metric:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 840px) {
  .site-header {
    grid-template-columns: 1fr auto auto;
    gap: 10px;
  }

  .nav-links {
    display: none;
  }

  .site-header[data-menu-open="true"] .nav-links {
    position: absolute;
    top: 100%;
    right: 14px;
    left: 14px;
    display: grid;
    gap: 0;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(253, 250, 244, 0.98);
    box-shadow: 0 18px 38px rgba(17, 25, 35, 0.14);
  }

  .site-header[data-menu-open="true"] .nav-links a {
    padding: 14px 16px;
    border-bottom: 1px solid var(--line);
  }

  .site-header[data-menu-open="true"] .nav-links a:last-child {
    border-bottom: 0;
  }

  .menu-button {
    display: inline-flex;
  }

  .hero {
    padding-top: 28px;
  }

  h1 {
    font-size: clamp(3.25rem, 12vw, 5.2rem);
  }

  .proof-line {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .activity-row,
  .activity-row.featured {
    grid-template-columns: 48px minmax(0, 1fr) auto;
    gap: 8px 14px;
  }

  .activity-row p {
    grid-column: 2 / -1;
  }

  .activity-row a,
  .activity-row .status {
    grid-column: 3;
    grid-row: 1;
  }

  .activity-row.featured strong {
    grid-column: 2 / 3;
    width: max-content;
  }
}

@media (max-width: 640px) {
  .section-band {
    padding-inline: 16px;
  }

  .site-header {
    padding: 12px 14px;
  }

  .brand-text {
    font-size: 0.98rem;
  }

  .brand-mark {
    width: 36px;
    height: 36px;
  }

  .header-cta {
    min-height: 38px;
    padding-inline: 12px;
    font-size: 0.82rem;
  }

  .menu-button {
    width: 34px;
  }

  h1 {
    margin-top: 14px;
    font-size: clamp(2.72rem, 13.2vw, 4.15rem);
    line-height: 1.08;
  }

  .hero-lede {
    margin-top: 18px;
    font-size: 1rem;
    line-height: 1.68;
  }

  .hero-actions {
    display: grid;
    gap: 10px;
    margin-top: 22px;
  }

  .evidence-board {
    min-height: 336px;
    margin-inline: -16px;
    border-right: 0;
    border-left: 0;
  }

  .meetup-slip,
  .board-photo,
  .topic-note,
  .cloth-card {
    display: none;
  }

  .next-card {
    top: 22px;
    right: 16px;
    bottom: auto;
    left: 16px;
    width: auto;
    padding: 18px;
  }

  .next-card h2 {
    font-size: 1.7rem;
  }

  .next-card .button {
    width: 100%;
  }

  .stamp {
    top: 26px;
    right: 24px;
    bottom: auto;
    width: 72px;
    height: 72px;
    font-size: 0.68rem;
  }

  .proof-line {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 18px;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 0.92rem;
  }

  .proof-line > span::before {
    content: "";
  }

  .proof-icon {
    display: none;
  }

  .section-heading {
    display: block;
  }

  .section-heading p {
    margin-top: 10px;
  }

  .activity-row,
  .activity-row.featured {
    grid-template-columns: 42px minmax(0, 1fr);
    padding: 14px;
  }

  .activity-row a,
  .activity-row .status {
    grid-column: 2;
    grid-row: auto;
    text-align: left;
  }

  .activity-row.featured strong {
    grid-column: 2;
  }

  .archive-card {
    min-height: 0;
  }

  .share-actions {
    display: grid;
    gap: 10px;
    width: 100%;
  }

  .site-footer {
    display: grid;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
