:root {
  --bg: #f7f6f2;
  --surface: rgba(255, 255, 255, 0.68);
  --ink: #111111;
  --ink-soft: #555555;
  --line: rgba(17, 17, 17, 0.1);
  --line-strong: rgba(17, 17, 17, 0.18);
  --accent: #101f1a;
  --accent-soft: #375a4b;
  --shadow: 0 24px 70px rgba(17, 17, 17, 0.08);
  --max: 1180px;
  --gutter: 40px;
  --measure: 700px;
  --hero-copy-max: 640px;
  --page-hero-max: 760px;
  --page-shell-max: 960px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "IBM Plex Sans", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top right, rgba(55, 90, 75, 0.08), transparent 22rem),
    radial-gradient(circle at left 18%, rgba(16, 31, 26, 0.04), transparent 24rem),
    var(--bg);
}

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

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

.site-shell {
  width: min(calc(100% - var(--gutter)), var(--max));
  margin: 0 auto;
}

.status-banner {
  padding: 14px 0 10px;
}

.status-banner p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.92rem;
  line-height: 1.6;
}

.status-banner a {
  color: var(--ink);
  font-weight: 600;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(17, 17, 17, 0.06);
  background: rgba(247, 246, 242, 0.84);
  backdrop-filter: blur(18px);
}

.brand,
.nav,
.hero-actions,
.footer-links,
.support-strip,
.article-meta {
  display: flex;
  align-items: center;
}

.brand {
  gap: 12px;
  min-height: 34px;
}

.brand-logo {
  display: block;
  width: auto;
  height: clamp(56px, 6vw, 84px);
  max-width: min(420px, 72vw);
  object-fit: contain;
}

.brand-word,
.eyebrow,
.nav a,
.button,
.list-kicker,
.article-label {
  font-family: "Space Grotesk", sans-serif;
}

.brand-word {
  color: var(--ink);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.nav {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 26px;
}

.nav a {
  color: var(--ink-soft);
  font-size: 0.96rem;
  font-weight: 500;
}

.nav a:hover,
.nav a:focus-visible {
  color: var(--ink);
}

main {
  padding-bottom: 72px;
}

.hero,
.about-layout,
.article-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  gap: clamp(32px, 5vw, 64px);
}

.hero {
  position: relative;
  min-height: clamp(480px, 66vh, 680px);
  align-items: center;
  padding: 56px clamp(26px, 4.2vw, 52px) 64px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 40px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.56)),
    linear-gradient(140deg, rgba(55, 90, 75, 0.06), rgba(16, 31, 26, 0.05));
  box-shadow: var(--shadow);
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--ink-soft);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  line-height: 1.02;
  letter-spacing: -0.04em;
}

h1 {
  max-width: 10ch;
  font-size: clamp(2.8rem, 5.8vw, 5rem);
}

h2 {
  max-width: 18ch;
  font-size: clamp(1.8rem, 3.2vw, 2.7rem);
}

h3 {
  max-width: 28ch;
  font-size: 1.26rem;
}

p,
li {
  color: var(--ink-soft);
  line-height: 1.72;
}

.hero-lead {
  max-width: none;
  margin: 24px 0 0;
  color: var(--ink);
  font-size: clamp(1.08rem, 1.45vw, 1.32rem);
  white-space: nowrap;
}

.hero-text,
.section-heading p,
.about-copy p,
.list-copy p,
.article-body p,
.article-body li,
.footer-legal {
  max-width: 60ch;
}

.hero-text {
  margin: 20px 0 0;
  max-width: 50ch;
  font-size: 1rem;
}

.hero-actions {
  gap: 14px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  min-width: 164px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 0.94rem;
  font-weight: 700;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: var(--hero-copy-max);
}

.hero-copy h1 {
  max-width: none;
  font-size: clamp(3rem, 5vw, 4.55rem);
  line-height: 0.96;
  text-wrap: normal;
}

.hero-copy h1 span {
  display: block;
}

.button-primary {
  color: #fff;
  background: var(--accent);
  box-shadow: 0 16px 42px rgba(16, 31, 26, 0.16);
}

.button-secondary {
  border: 1px solid var(--line-strong);
  background: rgba(255, 255, 255, 0.74);
}

.hero-visual {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
}

.hero-visual::before,
.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
}

.hero-visual::before {
  background-image:
    linear-gradient(rgba(17, 17, 17, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 17, 17, 0.04) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image:
    linear-gradient(180deg, rgba(0, 0, 0, 0.78), transparent 88%),
    linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.74) 36%, rgba(0, 0, 0, 0.96) 58%, rgba(0, 0, 0, 0.96) 100%);
  mask-composite: intersect;
}

.hero-visual::after {
  background:
    radial-gradient(circle at 72% 32%, rgba(55, 90, 75, 0.12), transparent 24%),
    radial-gradient(circle at 62% 68%, rgba(16, 31, 26, 0.06), transparent 26%);
}

.signal-orb,
.orbital-system {
  position: absolute;
}

.signal-orb {
  border-radius: 999px;
  filter: blur(10px);
}

.signal-orb-large {
  left: 56%;
  bottom: 10%;
  width: 240px;
  height: 240px;
  background: radial-gradient(circle, rgba(55, 90, 75, 0.34), transparent 68%);
  animation: drift 9s ease-in-out infinite;
}

.signal-orb-small {
  top: 14%;
  right: 10%;
  width: 156px;
  height: 156px;
  background: radial-gradient(circle, rgba(16, 31, 26, 0.24), transparent 70%);
  animation: drift 11s ease-in-out infinite reverse;
}

.orbital-system {
  inset: auto 0 0 auto;
  width: min(64%, 760px);
  height: 100%;
  transform: translateX(12%) translateY(2%);
}

.orbit-group {
  transform-origin: center;
  transform-box: view-box;
}

.orbit-group-outer {
  animation: orbitOuter 18.8s linear infinite;
}

.orbit-group-inner-base {
  animation: orbitInner 14.9s linear infinite;
}

.orbit-shell,
.orbit-core,
.guide-line {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.orbit-shell {
  stroke: rgba(17, 17, 17, 0.4);
  stroke-width: 3.2;
}

.orbit-core {
  stroke: rgba(27, 53, 43, 0.62);
  stroke-width: 2.5;
  stroke-dasharray: 11 8;
}

.guide-line {
  stroke: rgba(17, 17, 17, 0.2);
  stroke-width: 1.6;
}

.guide-line-soft {
  stroke: rgba(17, 17, 17, 0.14);
  stroke-dasharray: 10 10;
}

.orbit-node {
  fill: rgba(17, 17, 17, 0.68);
}

.section {
  padding: clamp(64px, 9vw, 96px) 0;
  border-top: 1px solid var(--line);
  scroll-margin-top: 96px;
}

.section-heading {
  display: grid;
  gap: 16px;
  margin-bottom: 34px;
  max-width: var(--page-hero-max);
}

.list-block {
  border-top: 1px solid var(--line);
}

.list-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: start;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.list-row-muted {
  grid-template-columns: minmax(0, 1fr);
}

.list-kicker,
.article-label {
  margin: 0 0 12px;
  color: var(--ink-soft);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.list-copy p:last-child,
.article-body p:last-child,
.about-copy p:last-child,
.sidebar-card p:last-child {
  margin-bottom: 0;
}

.list-copy h3 {
  max-width: 32ch;
}

.text-link {
  align-self: start;
  color: var(--ink);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.96rem;
  font-weight: 700;
  white-space: nowrap;
}

.text-link-muted {
  color: var(--ink-soft);
}

.text-link:hover,
.text-link:focus-visible {
  color: var(--accent-soft);
}

.about-layout {
  align-items: start;
}

.about-copy {
  display: grid;
  gap: 0;
}

.principle-list {
  border-top: 1px solid var(--line);
}

.principle-item {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 18px;
  align-items: baseline;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.principle-item span {
  color: var(--ink-soft);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
}

.principle-item p {
  margin: 0;
  color: var(--ink);
}

.support-strip {
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 28px 0 0;
}

.support-strip p {
  margin: 0;
  max-width: 36ch;
}

.footer {
  display: grid;
  gap: 14px;
  padding: 32px 0 48px;
  border-top: 1px solid var(--line);
}

.footer-links {
  flex-wrap: wrap;
  gap: 18px;
}

.footer-links a,
.footer-legal {
  font-size: 0.94rem;
}

.footer-legal {
  margin: 0;
}

.page {
  padding: 56px 0 80px;
}

.page-hero,
.article-hero {
  padding: 28px 0 48px;
}

.page-hero h1,
.article-hero h1 {
  max-width: 12ch;
  font-size: clamp(2.8rem, 6vw, 4.9rem);
}

.page-intro {
  max-width: 58ch;
  margin: 22px 0 0;
}

.page-panel,
.sidebar-card,
.support-note,
.legal-card {
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--surface);
  backdrop-filter: blur(18px);
}

.page-panel,
.sidebar-card,
.legal-card {
  padding: 22px;
}

.legal-card {
  max-width: 900px;
}

.stack-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 18px;
}

.article-page {
  padding-bottom: 60px;
}

.article-shell {
  align-items: start;
}

.article-body {
  max-width: 720px;
}

.article-meta {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.article-body h2 {
  max-width: none;
  margin-top: 36px;
  font-size: 1.7rem;
}

.article-body ul {
  padding-left: 20px;
}

.article-body ol {
  padding-left: 22px;
}

.article-body a {
  color: var(--ink);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgba(16, 31, 26, 0.28);
  text-underline-offset: 0.18em;
}

.article-body a:hover,
.article-body a:focus-visible {
  text-decoration-color: rgba(16, 31, 26, 0.72);
}

.article-body figure {
  margin: 28px 0;
}

.article-body figcaption {
  margin-top: 10px;
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.figure-caption-pad {
  padding: 0 18px 18px;
}

.article-lead-media,
.article-diagram-card,
.article-callout,
.article-checklist {
  margin: 30px 0;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: var(--shadow);
}

.article-lead-media img,
.article-diagram-card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 28px 28px 0 0;
}

.article-media-split {
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  margin: 32px 0;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow);
}

.article-media-split img {
  aspect-ratio: 1 / 1;
  width: 100%;
  object-fit: cover;
  border-radius: 22px;
}

.article-media-split-hero img {
  object-fit: contain;
  background: #f6f5f1;
}

.article-media-copy > *:first-child,
.article-callout > *:first-child,
.article-checklist > *:first-child {
  margin-top: 0;
}

.article-media-copy h3 {
  max-width: none;
  font-size: clamp(1.4rem, 2.2vw, 2rem);
}

.article-media-copy > *:last-child,
.article-callout > *:last-child,
.article-checklist > *:last-child {
  margin-bottom: 0;
}

.article-callout,
.article-checklist {
  padding: 20px 22px;
}

.article-insight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 28px 0 34px;
}

.article-insight-card {
  padding: 18px 18px 16px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow);
}

.article-insight-card h3 {
  max-width: none;
  font-size: 1.1rem;
}

.article-insight-card p {
  margin-bottom: 0;
  font-size: 0.95rem;
}

.article-callout {
  border-left: 4px solid rgba(27, 53, 43, 0.8);
}

.article-callout p {
  color: var(--ink);
}

.article-checklist ul {
  margin: 0;
}

.article-kicker {
  margin: 0 0 10px;
  color: var(--ink-soft);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.article-code-note {
  margin: 26px 0;
  padding: 18px 20px;
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 24px;
  background: #171818;
  color: rgba(255, 255, 255, 0.9);
  font-family: "IBM Plex Sans", sans-serif;
}

.article-code-note code,
.article-code-note pre {
  font-family: "IBM Plex Sans", sans-serif;
}

.article-code-note pre {
  margin: 0;
  white-space: pre-wrap;
}

.article-sidebar {
  display: grid;
  gap: 18px;
  align-self: start;
}

.article-shell {
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
}

.article-body {
  width: min(100%, 780px);
}

.article-sidebar {
  display: none;
}

.article-page .article-body {
  width: 100%;
  max-width: none;
}

.article-page .article-media-split {
  display: block;
  margin: 28px 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.article-page .article-media-split img {
  aspect-ratio: auto;
  width: 100%;
  max-width: 760px;
  margin: 0 0 18px;
  object-fit: cover;
  border-radius: 24px;
}

.article-page .article-media-copy {
  max-width: 60ch;
}

.article-page .article-insight-grid {
  display: block;
  margin: 24px 0 28px;
}

.article-page .article-insight-card {
  margin: 0 0 18px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.article-page .article-callout,
.article-page .article-checklist,
.article-page .article-code-note,
.article-page .article-lead-media {
  margin: 28px 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.article-page .article-code-note {
  color: var(--ink);
  font-family: "IBM Plex Sans", sans-serif;
}

.article-page .article-code-note pre,
.article-page .article-code-note code {
  font-family: "IBM Plex Sans", sans-serif;
}

.article-page .article-code-note pre {
  padding: 0;
  background: transparent;
}

.article-page .article-lead-media img {
  width: 100%;
  max-width: 760px;
  border-radius: 24px;
}

.article-page .figure-caption-pad {
  padding: 8px 0 0;
}

.article-shell-simple {
  display: block;
  max-width: 920px;
  margin: 0 auto;
}

.article-body-simple {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}

.article-body-simple h2 {
  max-width: 17ch;
  margin: 54px auto 0;
  font-size: clamp(1.8rem, 2.9vw, 2.7rem);
  line-height: 1.08;
}

.article-body-simple .article-kicker {
  max-width: 720px;
  margin: 38px auto 14px;
}

.article-body-simple .article-kicker:first-of-type {
  margin-top: 0;
}

.article-body-simple p,
.article-body-simple li,
.article-body-simple figcaption {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(1rem, 1.05vw, 1.08rem);
  line-height: 1.85;
}

.article-body-simple ul,
.article-body-simple ol {
  display: grid;
  gap: 10px;
  max-width: 720px;
  margin: 16px auto 0;
}

.article-body-simple ul {
  padding-left: 22px;
}

.article-body-simple ol {
  padding-left: 24px;
}

.article-figure {
  margin: 0 auto 42px;
}

.article-figure img {
  width: 100%;
  height: auto;
  border-radius: 22px;
}

.article-body-simple figcaption {
  margin-top: 10px;
  font-size: 0.95rem;
}

.article-principles {
  margin-top: 10px;
}

.article-standout {
  max-width: 720px;
  margin: 30px auto 8px;
  color: var(--ink);
  font-size: clamp(1.14rem, 1.45vw, 1.28rem);
  line-height: 1.72;
}

.article-model {
  max-width: 720px;
  margin: 34px auto;
  padding: 18px 20px;
  border-left: 3px solid rgba(16, 31, 26, 0.7);
  background: rgba(255, 255, 255, 0.34);
}

.article-model p {
  margin: 0;
  color: var(--ink);
}

.article-model .article-kicker {
  margin-bottom: 8px;
}

.article-page .article-hero {
  max-width: 920px;
  margin: 0 auto;
  padding: 18px 0 34px;
}

.article-page .article-hero h1 {
  max-width: 9.5ch;
  font-size: clamp(2.9rem, 5.4vw, 4.8rem);
  line-height: 0.95;
}

.article-page .page-intro {
  max-width: 740px;
  margin: 20px 0 0;
  font-size: clamp(1.04rem, 1.25vw, 1.18rem);
  line-height: 1.72;
}

.article-page .article-meta {
  gap: 14px;
  margin-top: 18px;
  font-size: 0.96rem;
}

.post-page {
  padding-bottom: 72px;
}

.post-hero {
  max-width: var(--page-hero-max);
  margin: 0 auto;
  padding: 8px 0 18px;
}

.post-hero h1 {
  max-width: 700px;
  font-size: clamp(2.2rem, 4.2vw, 3.6rem);
  line-height: 1;
  text-wrap: normal;
}

.post-hero .page-intro {
  max-width: 700px;
  margin: 18px 0 0;
  font-size: clamp(1.02rem, 1.08vw, 1.12rem);
  line-height: 1.76;
}

.post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.post-shell {
  max-width: var(--page-shell-max);
  margin: 0 auto;
}

.post-content {
  width: 100%;
}

.post-content > * + * {
  margin-top: 18px;
}

.post-content h2 {
  max-width: 700px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 44px;
  font-size: clamp(1.6rem, 2.2vw, 2.2rem);
  line-height: 1.12;
  text-wrap: normal;
}

.post-content p,
.post-content li,
.post-content figcaption {
  max-width: var(--measure);
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(0.99rem, 0.98vw, 1.06rem);
  line-height: 1.84;
}

.post-content ul,
.post-content ol {
  max-width: var(--measure);
  margin: 16px auto 0;
  padding-left: 24px;
}

.post-content ol {
  display: block;
}

.post-content ol li {
  margin-left: 0;
  margin-right: 0;
}

.post-figure {
  max-width: calc(var(--measure) - 60px);
  margin: 28px auto 34px;
}

.post-figure:first-child,
.post-figure-hero {
  margin-top: 0;
}

.post-figure img {
  width: 100%;
  height: auto;
  border-radius: 18px;
}

.post-figure figcaption {
  margin-top: 12px;
  font-size: 0.92rem;
}

.post-list {
  display: grid;
  gap: 10px;
}

.source-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.1em;
  margin-left: 0.22em;
  color: var(--ink-soft);
  font-size: 0.92em;
  font-weight: 600;
  text-decoration: none;
  vertical-align: baseline;
}

.source-link:hover,
.source-link:focus-visible {
  color: var(--ink);
}

.panel-kicker {
  margin: 0 0 14px;
  color: var(--ink-soft);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cta-strip {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
}

.cta-copy {
  margin: 18px 0 0;
}

.redirect-page {
  display: grid;
  place-items: center;
  min-height: 100vh;
}

.redirect-note {
  max-width: 560px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.78);
  text-align: center;
  box-shadow: var(--shadow);
}

@keyframes drift {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -16px, 0);
  }
}

@keyframes orbitOuter {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes orbitInner {
  from {
    transform: rotate(12deg);
  }
  to {
    transform: rotate(372deg);
  }
}

@media (max-width: 900px) {
  .topbar,
  .support-strip,
  .cta-strip,
  .article-meta {
    align-items: flex-start;
  }

  .topbar,
  .support-strip,
  .cta-strip {
    flex-direction: column;
  }

  .topbar {
    gap: 14px;
    padding: 14px 0;
  }

  .brand-logo {
    height: clamp(42px, 10vw, 56px);
    max-width: min(300px, 72vw);
  }

  .nav {
    width: 100%;
    justify-content: flex-start;
    gap: 14px 18px;
  }

  .hero,
  .about-layout,
  .article-shell,
  .list-row,
  .article-media-split,
  .article-insight-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding: 42px 24px 44px;
  }

  .hero-visual {
    inset: 0;
  }

  .section,
  .page {
    padding-top: 72px;
  }

  .hero-actions {
    flex-wrap: wrap;
  }

  .article-media-split {
    gap: 18px;
  }

  .support-strip .button,
  .cta-strip .button,
  .list-row .text-link {
    width: auto;
  }

  .orbital-system {
    width: min(92%, 560px);
    height: 88%;
    right: -18%;
    transform: translateX(0);
    opacity: 0.82;
  }

  .signal-orb-large {
    left: 44%;
    bottom: 8%;
  }
}

@media (max-width: 640px) {
  .site-shell {
    --gutter: 24px;
    width: min(calc(100% - var(--gutter)), var(--max));
  }

  h1 {
    max-width: 9ch;
    font-size: clamp(2.45rem, 13vw, 4rem);
  }

  .page-hero h1,
  .article-hero h1,
  h2 {
    max-width: 12ch;
    font-size: clamp(1.9rem, 8vw, 2.7rem);
  }

  .button {
    width: 100%;
    min-width: 0;
  }

  .topbar {
    align-items: flex-start;
  }

  .nav {
    gap: 12px 16px;
  }

  .nav a {
    font-size: 0.9rem;
  }

  .hero {
    padding: 18px 0 48px;
  }

  .hero-lead {
    margin-top: 18px;
    max-width: 18ch;
    white-space: normal;
  }

  .hero-actions {
    width: 100%;
    gap: 12px;
  }

  .hero-visual {
    min-height: 280px;
    border-radius: 28px;
  }

  .hero-visual-note {
    left: 16px;
    right: auto;
    bottom: 16px;
    max-width: 190px;
    padding: 12px 14px;
  }

  .hero-visual-kicker {
    margin-bottom: 8px;
    font-size: 0.7rem;
  }

  .hero-visual-line {
    font-size: 0.86rem;
  }

  .hero-visual-line + .hero-visual-line {
    margin-top: 6px;
  }

  .orbital-system {
    transform: translateX(12px);
  }

  .signal-orb-large {
    width: 160px;
    height: 160px;
  }

  .signal-orb-small {
    width: 100px;
    height: 100px;
  }

  .section {
    scroll-margin-top: 120px;
  }

  .list-row {
    gap: 12px;
    padding: 22px 0;
  }

  .footer {
    padding-bottom: 32px;
  }

  .status-banner p {
    font-size: 0.88rem;
  }
}
