@font-face {
  font-family: "Be Vietnam Pro";
  src: url("/assets/fonts/BeVietnamPro-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Be Vietnam Pro";
  src: url("/assets/fonts/BeVietnamPro-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Be Vietnam Pro";
  src: url("/assets/fonts/BeVietnamPro-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Be Vietnam Pro";
  src: url("/assets/fonts/BeVietnamPro-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: Geist;
  src: url("/assets/fonts/Geist-Variable.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --paper: #f4f9fd;
  --white: #ffffff;
  --ink: #123b66;
  --muted: #60758b;
  --line: #d6e5f0;
  --night: #123b66;
  --lime: #ffd65a;
  --coral: #ff7a59;
  --blue: #2699f2;
  --violet: #9570f4;
  --green: #2699f2;
  --amber: #e5aa30;
  --radius: 1.4rem;
  --wide: 78rem;
  --reading: 46rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background: var(--paper);
  font-family: "Be Vietnam Pro", sans-serif;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

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

a {
  color: inherit;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

button,
input,
textarea {
  color: inherit;
  font: inherit;
}

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

:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 4px;
}

.wide {
  width: min(calc(100% - 3rem), var(--wide));
  margin-inline: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.65rem 1rem;
  transform: translateY(-160%);
  background: var(--lime);
  font-weight: 700;
}

.skip-link:focus {
  transform: none;
}

.site-header {
  position: sticky;
  z-index: 30;
  top: 0;
  border-bottom: 1px solid color-mix(in srgb, var(--line) 80%, transparent);
  background: color-mix(in srgb, var(--paper) 92%, transparent);
  backdrop-filter: blur(14px);
}

.header-inner {
  display: flex;
  min-height: 4.8rem;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-family: Geist, sans-serif;
  font-size: 1.12rem;
  font-weight: 650;
  letter-spacing: -0.035em;
  text-decoration: none;
  white-space: nowrap;
}

.brand-mark {
  width: 2.2rem;
  flex: 0 0 auto;
}

.brand-mark svg {
  filter: drop-shadow(0 0.2rem 0.45rem rgb(18 59 102 / 16%));
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(0.65rem, 1.8vw, 1.5rem);
  font-size: 0.82rem;
  font-weight: 600;
}

.site-nav a {
  padding-block: 1rem;
  text-decoration: none;
}

.site-nav a:is(:hover, [aria-current="page"]) {
  text-decoration: underline;
  text-decoration-color: var(--green);
  text-decoration-thickness: 0.16rem;
  text-underline-offset: 0.45rem;
}

.search-open,
.text-button {
  border: 0;
  background: none;
  cursor: pointer;
  font-weight: 700;
}

.site-nav .search-open {
  padding: 0.65rem 0.85rem;
  border: 1px solid var(--ink);
  border-radius: 99rem;
}

.menu-button {
  display: none;
  width: 2.8rem;
  height: 2.8rem;
  padding: 0.7rem;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--white);
}

.menu-button > span:not(.sr-only) {
  display: block;
  height: 2px;
  margin-block: 4px;
  background: var(--ink);
}

.home-hero {
  overflow: hidden;
  color: var(--white);
  background: var(--night);
}

.home-hero-grid {
  display: grid;
  min-height: 39rem;
  grid-template-columns: minmax(0, 1.35fr) minmax(19rem, 0.65fr);
  align-items: center;
  gap: 4rem;
  padding-block: 5.2rem;
}

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

.hero-index,
.section-label,
.card-kicker {
  display: inline-block;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-index {
  color: var(--lime);
}

.hero-copy h1 {
  max-width: 14ch;
  margin: 1.25rem 0;
  font-family: Geist, sans-serif;
  font-size: clamp(3.3rem, 6.9vw, 6.8rem);
  font-weight: 680;
  letter-spacing: -0.075em;
  line-height: 0.94;
}

.hero-copy h1 em {
  color: var(--lime);
  font-style: normal;
}

.hero-copy > p {
  max-width: 38rem;
  color: #c3cec9;
  font-size: 1.05rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.1rem;
  margin-top: 2.1rem;
}

.button {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  padding: 0.72rem 1.15rem;
  border: 0;
  border-radius: 99rem;
  cursor: pointer;
  font-size: 0.86rem;
  font-weight: 700;
  text-decoration: none;
}

.button--light {
  color: var(--night);
  background: var(--lime);
}

.button--dark {
  color: var(--white);
  background: var(--night);
}

.home-hero .text-button {
  color: var(--white);
}

.hero-compass {
  position: relative;
  display: grid;
  justify-items: center;
}

.compass-ring {
  position: relative;
  display: grid;
  width: min(25vw, 19rem);
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid #82908a;
  border-radius: 50%;
}

.compass-ring::before,
.compass-ring::after {
  position: absolute;
  content: "";
  background: #596660;
}

.compass-ring::before {
  width: 1px;
  height: 135%;
}

.compass-ring::after {
  width: 135%;
  height: 1px;
}

.compass-ring i {
  width: 38%;
  aspect-ratio: 1;
  transform: rotate(45deg);
  border-radius: 12% 50% 12% 50%;
  background: var(--coral);
}

.compass-ring span,
.compass-ring b {
  position: absolute;
  z-index: 1;
}

.compass-ring span {
  font-size: 0.7rem;
  font-weight: 800;
}

.compass-ring b {
  right: -1.2rem;
  bottom: 1.2rem;
  color: var(--lime);
  font:
    700 2.2rem Geist,
    sans-serif;
}

.hero-compass p {
  margin-top: 2rem;
  color: #9aa6a1;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}

.hero-ticker {
  display: grid;
  grid-template-columns: 1.25fr repeat(5, 1fr);
  border-top: 1px solid #35423d;
}

.hero-ticker > span {
  align-self: center;
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 700;
}

.hero-ticker a {
  padding: 1.2rem 0.9rem;
  border-right: 1px solid #35423d;
  color: #b7c2bd;
  font-size: 0.78rem;
  text-align: center;
  text-decoration: none;
}

.hero-ticker a:last-child {
  border-right: 0;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2.2rem;
}

.section-heading h2 {
  max-width: 20ch;
  margin: 0.4rem 0 0;
  font:
    650 clamp(2rem, 4vw, 3.6rem) / 1.05 Geist,
    sans-serif;
  letter-spacing: -0.055em;
}

.featured,
.journey,
.related {
  padding-block: clamp(4rem, 8vw, 7rem);
}

.featured-story {
  position: relative;
  display: grid;
  overflow: hidden;
  min-height: 28rem;
  grid-template-columns: 1.1fr 0.9fr;
  border-radius: var(--radius);
  background: var(--white);
}

.featured-link,
.story-card-link {
  position: absolute;
  z-index: 2;
  inset: 0;
}

.featured-link:focus-visible,
.story-card-link:focus-visible {
  outline-offset: -5px;
}

.featured-art,
.story-visual,
.article-art {
  --tone: var(--coral);
  position: relative;
  overflow: hidden;
  background: var(--tone);
}

[data-tone="blue"] :is(.featured-art, .story-visual, .article-art),
[data-tone="blue"].article-header {
  --tone: var(--blue);
}

[data-tone="violet"] :is(.featured-art, .story-visual, .article-art),
[data-tone="violet"].article-header {
  --tone: var(--violet);
}

[data-tone="green"] :is(.featured-art, .story-visual, .article-art),
[data-tone="green"].article-header {
  --tone: var(--green);
}

[data-tone="amber"] :is(.featured-art, .story-visual, .article-art),
[data-tone="amber"].article-header {
  --tone: var(--amber);
}

.featured-art {
  display: grid;
  min-height: 26rem;
  place-items: center;
}

.featured-art::before,
.story-visual::before,
.article-art::before {
  position: absolute;
  width: 74%;
  aspect-ratio: 1;
  border: 1px solid rgb(23 32 29 / 35%);
  border-radius: 50%;
  content: "";
}

.featured-art span {
  z-index: 1;
  font:
    780 clamp(4rem, 9vw, 8rem) Geist,
    sans-serif;
  letter-spacing: -0.08em;
}

.featured-art i,
.story-visual i {
  position: absolute;
  width: 22%;
  aspect-ratio: 1;
  transform: rotate(45deg);
  background: var(--lime);
}

.featured-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 5vw, 4.5rem);
}

.featured-copy h3 {
  margin: 0.75rem 0 1rem;
  font:
    650 clamp(2rem, 4vw, 3.5rem) / 1.02 Geist,
    sans-serif;
  letter-spacing: -0.055em;
}

.read-more {
  margin-top: 1rem;
  font-size: 0.82rem;
  font-weight: 800;
}

.journey-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-block: 1px solid var(--line);
}

.journey-grid a {
  min-width: 0;
  padding: 2rem 1.1rem;
  border-right: 1px solid var(--line);
  text-decoration: none;
}

.journey-grid a:last-child {
  border-right: 0;
}

.journey-grid span {
  color: var(--muted);
  font:
    650 0.76rem Geist,
    sans-serif;
}

.journey-grid h3 {
  margin: 1.2rem 0 0.5rem;
  font:
    650 1.2rem Geist,
    sans-serif;
  letter-spacing: -0.03em;
}

.journey-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
}

.latest {
  padding-block: clamp(4rem, 8vw, 7rem);
  background: #e8e7df;
}

.story-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.3rem;
}

.story-card {
  position: relative;
  overflow: hidden;
  min-width: 0;
  border-radius: 1.15rem;
  background: var(--white);
  transition: transform 180ms ease;
}

.story-card:hover {
  transform: translateY(-4px);
}

.story-card--large {
  grid-column: span 2;
}

.story-visual {
  display: grid;
  min-height: 13rem;
  place-items: center;
}

.story-visual span {
  z-index: 1;
  padding: 0.4rem 0.7rem;
  background: var(--ink);
  color: var(--white);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.story-copy {
  padding: 1.55rem;
}

.story-copy h3 {
  margin: 0.5rem 0 0.75rem;
  font:
    650 1.35rem / 1.2 Geist,
    sans-serif;
  letter-spacing: -0.035em;
}

.story-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.manifesto {
  position: relative;
  padding-block: clamp(5rem, 10vw, 9rem);
  text-align: center;
}

.manifesto > span {
  position: absolute;
  top: 1rem;
  left: 50%;
  color: var(--lime);
  font:
    800 10rem Geist,
    sans-serif;
  transform: translateX(-50%);
}

.manifesto blockquote {
  position: relative;
  margin: 0;
  font:
    620 clamp(2rem, 5vw, 4.5rem) / 1.1 Geist,
    sans-serif;
  letter-spacing: -0.055em;
}

.manifesto p {
  margin-top: 2rem;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.section-hero {
  display: grid;
  min-height: 28rem;
  grid-template-columns: minmax(0, 1.3fr) minmax(15rem, 0.7fr);
  align-items: center;
  gap: 3rem;
  padding-block: 5rem;
}

.section-hero h1 {
  margin: 0.6rem 0 1rem;
  font:
    680 clamp(4rem, 9vw, 8rem) / 0.9 Geist,
    sans-serif;
  letter-spacing: -0.08em;
}

.section-hero h1 em {
  color: var(--coral);
  font-style: normal;
}

.section-hero > div:first-child > p {
  max-width: 45rem;
  color: var(--muted);
  font-size: 1.05rem;
}

.section-orbit {
  position: relative;
  display: grid;
  width: min(22vw, 15rem);
  aspect-ratio: 1;
  justify-self: center;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
}

.section-orbit span {
  z-index: 1;
  font:
    700 3.4rem Geist,
    sans-serif;
}

.section-orbit i {
  position: absolute;
  width: 42%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--coral);
  mix-blend-mode: multiply;
}

.section-feed {
  padding-bottom: 7rem;
}

.profile-directory {
  padding-bottom: 7rem;
}

.profile-directory > .section-heading > p {
  max-width: 25rem;
  margin: 0;
  color: var(--muted);
  font-size: 0.85rem;
}

.profile-filter {
  display: grid;
  gap: 0.65rem;
  margin-bottom: 1rem;
  padding: 1.25rem;
  border-radius: 1rem;
  background: var(--night);
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 700;
}

.profile-filter input {
  width: 100%;
  padding: 0.85rem 0;
  border: 0;
  border-bottom: 1px solid #596660;
  background: transparent;
  color: var(--white);
  font-size: 1rem;
}

.profile-filter input::placeholder {
  color: #94a19b;
}

.profile-result {
  margin: 0 0 1.25rem;
  color: var(--muted);
  font-size: 0.75rem;
}

.story-card[hidden] {
  display: none;
}

.feed-head {
  display: flex;
  justify-content: space-between;
  padding-block: 1rem;
  border-block: 1px solid var(--line);
  font-size: 0.78rem;
  font-weight: 700;
}

.feed-head p {
  margin: 0;
  color: var(--muted);
}

.section-feed .story-grid {
  margin-top: 1.3rem;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-block: 1.3rem;
  color: var(--muted);
  font-size: 0.76rem;
}

.breadcrumbs a {
  text-decoration: none;
}

.breadcrumbs span {
  margin-inline: 0.45rem;
}

.article-header {
  --tone: var(--coral);
  position: relative;
  overflow: hidden;
  padding: clamp(3rem, 7vw, 6rem) max(1.5rem, calc((100vw - var(--wide)) / 2));
  background: color-mix(in srgb, var(--tone) 14%, var(--paper));
}

.article-header > *:not(.article-art) {
  position: relative;
  z-index: 1;
  max-width: 62rem;
}

.article-header h1 {
  margin: 1rem 0 1.5rem;
  font:
    680 clamp(2.8rem, 6vw, 5.8rem) / 0.98 Geist,
    sans-serif;
  letter-spacing: -0.065em;
  overflow-wrap: anywhere;
}

.article-header > p {
  max-width: 48rem;
  font-size: 1.1rem;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1.3rem;
  font-size: 0.78rem;
  font-weight: 650;
}

.article-art {
  position: absolute;
  right: -4rem;
  bottom: -7rem;
  width: 25rem;
  aspect-ratio: 1;
  border-radius: 50%;
  opacity: 0.75;
}

.article-layout {
  display: grid;
  width: min(calc(100% - 3rem), 66rem);
  margin: 0 auto;
  grid-template-columns: 11rem minmax(0, var(--reading));
  gap: 4rem;
  padding-block: 4rem 6rem;
}

.article-aside {
  position: sticky;
  top: 7rem;
  align-self: start;
  font-size: 0.73rem;
}

.article-aside strong {
  display: block;
  margin-bottom: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.article-aside nav {
  display: grid;
  gap: 0.7rem;
}

.article-aside a {
  color: var(--muted);
  text-decoration: none;
}

.article-aside button {
  margin-top: 1.3rem;
  padding: 0.45rem 0;
  border: 0;
  border-bottom: 1px solid var(--ink);
  background: none;
  cursor: pointer;
  font-size: 0.74rem;
  font-weight: 700;
}

.prose {
  min-width: 0;
  font-size: 1.01rem;
}

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

.prose .lead {
  font-size: 1.24rem;
  line-height: 1.6;
}

.prose .profile-disclaimer {
  padding: 0.8rem 1rem;
  border-radius: 0.7rem;
  background: color-mix(in srgb, var(--blue) 10%, var(--white));
  color: var(--muted);
  font-size: 0.78rem;
}

.prose h2 {
  margin: 3rem 0 1rem;
  font:
    680 clamp(1.7rem, 4vw, 2.35rem) / 1.15 Geist,
    sans-serif;
  letter-spacing: -0.04em;
}

.prose p,
.prose li {
  color: #303b36;
}

.prose li + li {
  margin-top: 0.6rem;
}

.prose blockquote,
.prose .note {
  margin: 2rem 0;
  padding: 1.4rem 1.5rem;
  border-left: 5px solid var(--green);
  background: var(--white);
}

.prose blockquote {
  font:
    600 1.2rem / 1.55 Geist,
    sans-serif;
}

.comments {
  margin-bottom: 7rem;
  padding: clamp(2rem, 5vw, 4rem);
  border-radius: var(--radius);
  background: var(--white);
}

.comments-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1.3rem;
  border-bottom: 1px solid var(--line);
}

.comments-heading h2 {
  margin: 0.35rem 0 0;
  font:
    650 clamp(1.8rem, 4vw, 2.8rem) / 1.1 Geist,
    sans-serif;
  letter-spacing: -0.045em;
}

.comment-count,
.comment-note {
  color: var(--muted);
  font-size: 0.75rem;
}

.static-comments:empty,
.live-comments:empty {
  display: none;
}

.comment {
  display: grid;
  grid-template-columns: 2.5rem minmax(0, 1fr);
  gap: 1rem;
  padding-block: 1.4rem;
  border-bottom: 1px solid var(--line);
}

.avatar-fallback {
  display: grid;
  width: 2.5rem;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  background: var(--lime);
  font-weight: 800;
}

.comment header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem;
}

.comment time {
  color: var(--muted);
  font-size: 0.73rem;
}

.comment p {
  margin: 0.45rem 0 0;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

.comment-compose {
  margin-top: 1.5rem;
  padding: 1.25rem;
  border-radius: 1rem;
  background: var(--paper);
}

.comment-compose > p {
  margin-top: 0;
}

.comment-form {
  display: grid;
  gap: 0.8rem;
}

.comment-form textarea {
  width: 100%;
  min-height: 8rem;
  resize: vertical;
  padding: 0.9rem 1rem;
  border: 1px solid var(--line);
  border-radius: 0.8rem;
  background: var(--white);
}

.comment-form .button {
  justify-self: start;
}

.comment-user {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.logout-button {
  border: 0;
  background: none;
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: underline;
}

.comment-note {
  margin-bottom: 0;
}

.simple-page {
  max-width: var(--reading);
  margin-inline: auto;
  padding-block: clamp(5rem, 10vw, 9rem);
}

.simple-page h1,
.error-page h1 {
  margin: 0.7rem 0 1.2rem;
  font:
    680 clamp(3rem, 8vw, 6rem) / 0.95 Geist,
    sans-serif;
  letter-spacing: -0.065em;
}

.simple-page .lead {
  color: var(--muted);
  font-size: 1.15rem;
}

.simple-page hr {
  margin-block: 2.5rem;
  border: 0;
  border-top: 1px solid var(--line);
}

.site-footer {
  color: #bdc7c2;
  background: var(--night);
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 4rem;
  padding-block: 4rem;
}

.footer-brand {
  color: var(--white);
}

.footer-grid > div:first-child p {
  max-width: 32rem;
  color: #8f9c96;
  font-size: 0.85rem;
}

.footer-grid strong {
  color: var(--white);
  font-size: 0.78rem;
}

.footer-grid nav {
  display: grid;
  gap: 0.55rem;
  margin-top: 1rem;
}

.footer-grid nav a {
  font-size: 0.78rem;
  text-decoration: none;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 1.2rem;
  border-top: 1px solid #34413c;
  color: #83908a;
  font-size: 0.68rem;
}

.search-dialog {
  width: min(calc(100% - 2rem), 44rem);
  max-height: min(42rem, calc(100vh - 2rem));
  padding: clamp(1.5rem, 5vw, 3rem);
  border: 0;
  border-radius: var(--radius);
  background: var(--white);
  color: var(--ink);
}

.search-dialog::backdrop {
  background: rgb(20 33 29 / 74%);
  backdrop-filter: blur(5px);
}

.search-dialog > form {
  display: flex;
  justify-content: end;
}

.dialog-close {
  width: 2.5rem;
  aspect-ratio: 1;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: none;
  cursor: pointer;
  font-size: 1.4rem;
}

.search-dialog label {
  display: block;
  margin: 1rem 0;
  font:
    650 clamp(1.8rem, 5vw, 3rem) / 1.1 Geist,
    sans-serif;
  letter-spacing: -0.04em;
}

.search-dialog input {
  width: 100%;
  padding: 1rem 0;
  border: 0;
  border-block: 1px solid var(--line);
  background: transparent;
  font-size: 1.1rem;
}

#search-results {
  margin-top: 1rem;
}

#search-results ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#search-results a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 0.9rem;
  border-bottom: 1px solid var(--line);
  font-weight: 700;
  text-decoration: none;
}

#search-results small,
.search-status {
  color: var(--muted);
  font-size: 0.72rem;
}

@media (max-width: 62rem) {
  .menu-button {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    right: 1.5rem;
    left: 1.5rem;
    display: none;
    align-items: stretch;
    padding: 1rem;
    border: 1px solid var(--line);
    border-radius: 1rem;
    background: var(--white);
    box-shadow: 0 1.2rem 3rem rgb(23 32 29 / 14%);
  }

  .site-nav.is-open {
    display: grid;
  }

  .site-nav a {
    padding: 0.6rem;
  }

  .home-hero-grid {
    min-height: auto;
    grid-template-columns: minmax(0, 1fr) minmax(14rem, 0.45fr);
    gap: 2rem;
  }

  .journey-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .journey-grid a {
    border-bottom: 1px solid var(--line);
  }

  .journey-grid a:nth-child(2n) {
    border-right: 0;
  }

  .story-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .article-layout {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .article-aside {
    position: static;
    padding-bottom: 1.2rem;
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 42rem) {
  .wide {
    width: min(calc(100% - 2rem), var(--wide));
  }

  .home-hero-grid,
  .section-hero,
  .featured-story,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .home-hero-grid {
    gap: 3rem;
    padding-block: 4rem 3rem;
  }

  .hero-copy h1 {
    font-size: clamp(3.1rem, 15vw, 5rem);
  }

  .hero-compass {
    display: none;
  }

  .hero-ticker {
    display: flex;
    width: 100%;
    overflow-x: auto;
  }

  .hero-ticker a {
    flex: 0 0 auto;
  }

  .hero-ticker > span {
    flex: 0 0 auto;
    padding-right: 1rem;
  }

  .section-heading,
  .comments-heading,
  .footer-bottom {
    align-items: start;
    flex-direction: column;
  }

  .journey-grid,
  .story-grid {
    grid-template-columns: 1fr;
  }

  .journey-grid a,
  .journey-grid a:nth-child(2n) {
    border-right: 0;
  }

  .story-card--large {
    grid-column: auto;
  }

  .featured-art {
    min-height: 17rem;
  }

  .section-hero {
    min-height: 23rem;
    padding-block: 3.5rem;
  }

  .section-orbit,
  .article-art {
    display: none;
  }

  .article-header {
    padding-inline: 1rem;
  }

  .article-layout {
    width: min(calc(100% - 2rem), var(--reading));
    padding-block: 2.5rem 4rem;
  }

  .comments {
    margin-bottom: 4rem;
    padding: 1.25rem;
  }

  .footer-grid {
    gap: 2.5rem;
  }

  #search-results a {
    align-items: start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
