:root {
  color-scheme: light;
  --red-900: #391812;
  --red-800: #5c2015;
  --red-700: #8f2e1b;
  --red-600: #b34421;
  --gold-500: #d99a2b;
  --gold-400: #e8b85c;
  --ochre-500: #b96f28;
  --sand-100: #fff7ea;
  --sand-200: #f4e3c7;
  --charcoal-900: #171716;
  --charcoal-800: #242321;
  --charcoal-700: #34312e;
  --gum-500: #526b59;
  --sky-500: #3e7d89;
  --paper: #fffaf0;
  --surface: rgba(255, 250, 240, 0.86);
  --surface-solid: #fffaf0;
  --surface-strong: #fff1d5;
  --text: #1d1a17;
  --muted: #6d6256;
  --accent-text: #805018;
  --line: rgba(70, 39, 25, 0.18);
  --shadow: 0 24px 80px rgba(56, 22, 10, 0.16);
  --radius: 8px;
  --max: 1180px;
  --header-h: 74px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 10000;
  padding: 12px 20px;
  color: #171716;
  background: #fffaf0;
  border: 2px solid #8f2e1b;
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid #3e7d89; outline-offset: 4px; }
.server-fallback { max-width: 900px; margin: 0 auto; padding: 32px 24px 80px; }
.server-fallback nav { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 40px; }
.server-fallback h1 { font-size: clamp(2rem, 6vw, 3.5rem); line-height: 1.12; }
.server-fallback p { line-height: 1.8; }

.legal-page { max-width: 860px; padding-top: 60px; padding-bottom: 80px; }
.legal-page h1 { font: bold clamp(2.5rem, 6vw, 4rem)/1.1 Georgia, serif; margin: 12px 0 24px; }
.legal-page h2 { font-size: 1.4rem; margin: 36px 0 12px; }
.legal-page p { line-height: 1.8; overflow-wrap: anywhere; }
.legal-page a, .privacy-banner a, .privacy-dialog a, .footer__legal a { text-decoration: underline; text-underline-offset: 3px; }
.footer__legal { max-width: var(--max); margin: 0 auto; padding: 24px 0; display: flex; flex-wrap: wrap; gap: 16px 24px; align-items: center; border-top: 1px solid var(--line); font-size: .9rem; }
.footer__legal button { appearance: none; border: 0; padding: 8px 0; background: none; color: inherit; font: inherit; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.privacy-banner { position: fixed; z-index: 5000; inset: auto 16px 16px; max-width: 1148px; margin: 0 auto; padding: 22px 26px; background: var(--surface-solid); color: var(--text); border: 1px solid var(--muted); border-radius: 8px; box-shadow: 0 8px 48px #0005; display: flex; align-items: center; gap: 24px; }
.privacy-banner h2 { margin: 0 0 8px; font-size: 1.2rem; }
.privacy-banner p { margin: 0; font-size: .92rem; line-height: 1.6; }
.consent-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.privacy-banner .consent-actions { flex: 0 0 350px; }
.consent-button { padding: 12px 15px; min-height: 44px; border: 1px solid currentColor; border-radius: 4px; color: var(--text); background: var(--surface-strong); font-family: inherit; font-size: .9rem; font-weight: 700; line-height: 1.3; cursor: pointer; }
.consent-button:hover { background: var(--surface-solid); }
.privacy-dialog { width: min(600px, calc(100% - 32px)); max-height: calc(100dvh - 32px); overflow: auto; padding: 28px; border: 1px solid var(--muted); border-radius: 8px; background: var(--surface-solid); color: var(--text); }
.privacy-dialog::backdrop { background: #0009; }
.privacy-dialog h2 { margin-top: 0; }
.privacy-dialog p { line-height: 1.6; }
.privacy-dialog label { display: flex; align-items: center; gap: 10px; min-height: 44px; font-weight: 700; }
.privacy-dialog input { width: 22px; height: 22px; accent-color: #8f2e1b; }
.embed-consent { padding: 24px; background: var(--surface-strong); color: var(--text); border: 1px solid var(--muted); }
.embed-consent[hidden], iframe[hidden], .privacy-banner[hidden] { display: none !important; }
@media (max-width: 720px) {
  .privacy-banner { inset: auto 8px 8px; padding: 18px; display: block; max-height: 60dvh; overflow: auto; }
  .privacy-banner .consent-actions { margin-top: 14px; }
  .footer__legal { padding: 22px 20px; }
}

.site-announcement {
  display: block;
  padding: 10px 20px;
  color: #fff;
  background: #a62b26;
  text-align: center;
  font-size: .82rem;
  font-weight: 800;
  text-decoration: none;
}

.managed-block {
  padding: clamp(42px, 7vw, 88px) 0;
  border-top: 1px solid var(--line);
  background: var(--paper);
}

.managed-block h2 {
  max-width: 780px;
  margin: 0 0 14px;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.6rem);
  letter-spacing: 0;
}

.managed-block p {
  max-width: 760px;
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.managed-block--banner,
.managed-block--cta {
  color: #fff;
  background: #242321;
}

.managed-block--banner p,
.managed-block--cta p {
  color: rgba(255,255,255,.72);
}

.managed-block--image img {
  width: 100%;
  max-height: 680px;
  object-fit: cover;
}

[data-theme="dark"] {
  color-scheme: dark;
  --paper: #161210;
  --surface: rgba(30, 24, 20, 0.9);
  --surface-solid: #211a16;
  --surface-strong: #2d2119;
  --text: #fff7ea;
  --muted: #d5bfa0;
  --accent-text: #e8b85c;
  --line: rgba(255, 242, 216, 0.16);
  --shadow: 0 26px 92px rgba(0, 0, 0, 0.42);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 10% 6%, rgba(217, 154, 43, 0.24), transparent 25rem),
    radial-gradient(circle at 95% 18%, rgba(143, 46, 27, 0.16), transparent 28rem),
    linear-gradient(180deg, var(--paper) 0%, var(--surface-strong) 56%, var(--paper) 100%);
  color: var(--text);
  background-color: var(--paper);
  min-height: 100vh;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(143, 46, 27, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(143, 46, 27, 0.035) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), transparent 72%);
  z-index: -2;
}

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

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

button {
  border: 0;
}

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

.site-shell {
  min-height: 100vh;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: var(--header-h);
  border-bottom: 1px solid var(--line);
  background: color-mix(in srgb, var(--paper) 88%, transparent);
  backdrop-filter: blur(18px);
}

.topbar__inner {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  min-height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: max-content;
}

.brand__logo {
  display: block;
  width: auto;
  height: 58px;
  border-radius: 3px;
}

.nav {
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav a {
  color: var(--muted);
  border-radius: 999px;
  padding: 10px 12px;
  font-size: 0.88rem;
  font-weight: 760;
  transition: color 180ms ease, background 180ms ease;
}

.nav a:hover,
.nav a[aria-current="page"] {
  color: var(--text);
  background: rgba(185, 111, 40, 0.13);
}

.header-actions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.icon-btn {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  color: var(--text);
  border: 1px solid var(--line);
  background: var(--surface);
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.icon-btn:hover {
  transform: translateY(-1px);
  border-color: rgba(185, 111, 40, 0.44);
}

.menu-toggle {
  display: none;
}

.btn {
  --btn-bg: var(--red-700);
  --btn-fg: #fff8eb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 12px 17px;
  border-radius: 999px;
  background: var(--btn-bg);
  color: var(--btn-fg);
  font-weight: 860;
  letter-spacing: 0;
  cursor: pointer;
  box-shadow: 0 14px 34px rgba(143, 46, 27, 0.24);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 44px rgba(143, 46, 27, 0.28);
}

.btn--gold {
  --btn-bg: linear-gradient(135deg, var(--gold-500), var(--ochre-500));
  --btn-fg: #20130d;
}

.btn--quiet {
  --btn-bg: transparent;
  --btn-fg: var(--text);
  border: 1px solid var(--line);
  box-shadow: none;
}

.btn--quiet:hover {
  background: rgba(185, 111, 40, 0.12);
  box-shadow: none;
}

.main {
  overflow: hidden;
}

.hero,
.courage-scorecard-section {
  scroll-margin-top: calc(var(--header-h) + 12px);
}

.hero {
  min-height: calc(70vh - var(--header-h));
  position: relative;
  display: grid;
  align-items: stretch;
  isolation: isolate;
  background: var(--charcoal-900);
  color: #fff8eb;
}

.hero__image {
  position: absolute;
  inset: 0;
  z-index: -3;
  overflow: hidden;
}

.hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% 50%;
  transform: scale(1.025);
  animation: hero-collage-drift 20s ease-in-out infinite alternate;
  will-change: transform;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(23, 23, 22, 0.94) 0%, rgba(44, 21, 12, 0.72) 42%, rgba(23, 23, 22, 0.2) 78%),
    linear-gradient(0deg, rgba(23, 23, 22, 0.72), rgba(23, 23, 22, 0.05) 44%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 28%;
  z-index: -1;
  background: linear-gradient(0deg, rgba(23, 23, 22, 0.88), transparent);
}

.hero__content {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  min-height: calc(70vh - var(--header-h));
  display: grid;
  align-content: center;
  padding: 44px 0 24px;
}

.hero__copy {
  max-width: 700px;
  animation: hero-copy-in 720ms ease both;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--accent-text);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.76rem;
  font-weight: 900;
}

.eyebrow::before {
  content: "";
  width: 30px;
  height: 2px;
  background: currentColor;
}

.hero .eyebrow, .page-hero .eyebrow, .courage-scorecard-section .eyebrow,
.cta-band .eyebrow, .archive-article__aside .eyebrow, .archive-article__hero .eyebrow,
.archive-feature .eyebrow {
  color: #e8b85c;
}

.hero h1,
.page-hero h1,
.section-title {
  margin: 14px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0;
  line-height: 0.96;
}

.hero h1 {
  max-width: 720px;
  font-size: clamp(2.35rem, 5vw, 5.15rem);
  line-height: 0.98;
  overflow-wrap: normal;
}

.hero__lead {
  max-width: 600px;
  margin: 22px 0 0;
  color: rgba(255, 248, 235, 0.9);
  font-size: clamp(1.08rem, 2.1vw, 1.42rem);
  line-height: 1.55;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.stable-strip {
  margin-top: 46px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  max-width: 760px;
}

.stable-strip__label {
  color: rgba(255, 248, 235, 0.78);
  font-size: 0.84rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 860;
}

.stable-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

/* Legacy SVG icon link — not used when real logos are present */
.stable-icons a:not(.stable-logo-link) {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 248, 235, 0.28);
  background: rgba(255, 248, 235, 0.1);
  color: #fff8eb;
  border-radius: 999px;
  backdrop-filter: blur(12px);
  transition: transform 180ms ease, background 180ms ease;
}

.stable-icons a:not(.stable-logo-link):hover {
  transform: translateY(-2px);
  background: rgba(255, 248, 235, 0.2);
}

.hero__ticker {
  align-self: end;
  margin-top: 52px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  max-width: 980px;
  background: rgba(255, 248, 235, 0.18);
  border: 1px solid rgba(255, 248, 235, 0.2);
  border-radius: var(--radius);
  overflow: hidden;
  backdrop-filter: blur(14px);
  animation: hero-copy-in 720ms 180ms ease both;
}

.hero .btn--quiet,
.cta-band .btn--quiet {
  --btn-fg: #fff8eb;
  border-color: rgba(255, 248, 235, 0.42);
  background: rgba(23, 23, 22, 0.2);
}

.hero .btn--quiet:hover,
.cta-band .btn--quiet:hover {
  background: rgba(255, 248, 235, 0.14);
}

@keyframes hero-copy-in {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hero-collage-drift {
  from {
    transform: scale(1.025) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.055) translate3d(-0.7%, -0.4%, 0);
  }
}

.ticker-item {
  padding: 18px;
  background: rgba(23, 23, 22, 0.46);
}

.ticker-item strong {
  display: block;
  color: var(--gold-400);
  font-size: clamp(1.5rem, 3.4vw, 2.2rem);
  line-height: 1;
}

.ticker-item span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 248, 235, 0.78);
  font-size: 0.86rem;
  line-height: 1.35;
}

.section {
  padding: clamp(68px, 9vw, 118px) 0;
}

.section--tight {
  padding: clamp(48px, 7vw, 82px) 0;
}

.wrap {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
}

.section-head {
  display: grid;
  gap: 14px;
  max-width: 760px;
  margin-bottom: 32px;
}

.section-head--split {
  max-width: none;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.55fr);
  align-items: end;
}

.section-title {
  font-size: clamp(2.4rem, 6vw, 5.2rem);
  color: var(--text);
}

.section-copy {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.feature-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
}

.feature-grid--single {
  display: block;
}

.feature-grid--single .feature-copy {
  max-width: 780px;
}

.about-content {
  max-width: 860px;
}

.about-content > .reveal {
  max-width: 780px;
}

.feature-grid--reverse {
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
}

.feature-grid--reverse .feature-copy {
  order: 2;
}

.feature-grid--reverse .art-frame {
  order: 1;
}

.art-frame {
  position: relative;
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  min-height: 360px;
  background: var(--surface-solid);
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
}

.art-frame img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.art-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 42%, rgba(23, 23, 22, 0.42)),
    radial-gradient(circle at 15% 15%, rgba(255, 248, 235, 0.2), transparent 18rem);
  pointer-events: none;
}

.art-caption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #fff8eb;
}

.art-caption strong {
  font-size: 1rem;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid var(--line);
  color: var(--text);
  background: var(--surface);
  border-radius: 999px;
  padding: 8px 11px;
  font-weight: 820;
  font-size: 0.78rem;
}

.art-caption .pill {
  border-color: rgba(255, 248, 235, 0.3);
  color: #fff8eb;
  background: rgba(23, 23, 22, 0.42);
  backdrop-filter: blur(10px);
}

.metric-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0;
}

.metric {
  padding: 18px;
  border: 1px solid var(--line);
  background: var(--surface);
  border-radius: var(--radius);
}

.metric strong {
  display: block;
  color: var(--red-700);
  font-size: 1.85rem;
  line-height: 1;
}

[data-theme="dark"] .metric strong {
  color: var(--gold-400);
}

.metric span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.35;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.card-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: 0 16px 44px rgba(56, 22, 10, 0.07);
}

.card__body {
  padding: 22px;
}

.card__image {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--surface-strong);
}

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

.card:hover .card__image img {
  transform: scale(1.04);
}

.card h3 {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0;
}

.card p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.62;
}

.card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  padding: 6px 9px;
  background: rgba(217, 154, 43, 0.16);
  color: color-mix(in srgb, var(--red-700) 78%, var(--text));
  font-weight: 850;
  font-size: 0.76rem;
}

[data-theme="dark"] .badge {
  color: var(--gold-400);
}

.page-hero {
  position: relative;
  min-height: 310px;
  display: grid;
  align-items: end;
  color: #fff8eb;
  isolation: isolate;
  background: var(--charcoal-900);
}

.page-hero__image {
  position: absolute;
  inset: 0;
  z-index: -3;
}

.page-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-hero--issues {
  min-height: 455px;
  align-items: end;
}

.page-hero--issues .page-hero__image img {
  object-position: 50% 50%;
}

.page-hero.page-hero--issues::before {
  background: linear-gradient(90deg, rgba(28, 17, 12, 0.14) 0%, rgba(28, 17, 12, 0.35) 38%, rgba(28, 17, 12, 0.92) 68%, rgba(28, 17, 12, 0.96) 100%);
}

.page-hero.page-hero--issues .page-hero__inner {
  width: min(440px, calc(100% - 32px));
  margin-right: max(16px, calc((100% - var(--max)) / 2));
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 44px;
}

.page-hero.page-hero--issues h1 {
  max-width: 100%;
  font-size: clamp(2.75rem, 4vw, 4.35rem);
  line-height: 1;
}

.page-hero.page-hero--issues p {
  max-width: 100%;
}

[data-theme="dark"] .page-hero.page-hero--stories::before,
.page-hero.page-hero--stories::before {
  background:
    linear-gradient(90deg, rgba(12, 10, 8, 0.96) 0%, rgba(18, 13, 10, 0.9) 30%, rgba(20, 15, 11, 0.68) 49%, rgba(20, 15, 11, 0.3) 60%, transparent 70%);
}

.page-hero.page-hero--stories .page-hero__image img {
  object-position: 50% 50%;
}

.page-hero.page-hero--poll .page-hero__image {
  overflow: hidden;
}

.page-hero.page-hero--poll .page-hero__image img {
  width: 100%;
  max-width: 100%;
  object-position: center center;
  transform: none;
}


.page-hero.page-hero--poll .page-hero__inner {
  position: relative;
  z-index: 1;
}

.page-hero.page-hero--poll h1 {
  max-width: 720px;
}

.page-hero.page-hero--poll p {
  max-width: 600px;
}

.page-hero.page-hero--join .page-hero__image {
  overflow: hidden;
}

.page-hero.page-hero--join .page-hero__image img {
  object-position: left center;
}


.page-hero.page-hero--join .page-hero__inner {
  position: relative;
  z-index: 1;
}

.page-hero.page-hero--join h1 {
  max-width: 610px;
}

.page-hero.page-hero--join p {
  max-width: 570px;
}

.page-hero.page-hero--about .page-hero__image {
  overflow: hidden;
}

.page-hero.page-hero--about .page-hero__image img {
  width: 100%;
  max-width: 100%;
  object-position: center center;
  transform: none;
}


.page-hero.page-hero--about .page-hero__inner {
  position: relative;
  z-index: 1;
}

.page-hero.page-hero--about h1 {
  max-width: 760px;
}

.page-hero.page-hero--about p {
  max-width: 650px;
}

.page-hero.page-hero--family .page-hero__image {
  overflow: hidden;
}

.page-hero.page-hero--family .page-hero__image img {
  object-position: left center;
}


.page-hero.page-hero--family .page-hero__inner {
  position: relative;
  z-index: 1;
}

.page-hero.page-hero--family h1 {
  max-width: 780px;
}

[data-theme="dark"] .page-hero.page-hero--issues::before {
  background: linear-gradient(90deg, rgba(28, 17, 12, 0.18) 0%, rgba(28, 17, 12, 0.4) 38%, rgba(28, 17, 12, 0.94) 68%, rgba(28, 17, 12, 0.97) 100%);
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(23, 23, 22, 0.92), rgba(42, 21, 13, 0.7), rgba(23, 23, 22, 0.22)),
    linear-gradient(0deg, rgba(23, 23, 22, 0.86), transparent);
}

.page-hero.page-hero--poll::before,
.page-hero.page-hero--join::before,
.page-hero.page-hero--about::before,
.page-hero.page-hero--family::before,
[data-theme="dark"] .page-hero.page-hero--poll::before,
[data-theme="dark"] .page-hero.page-hero--join::before,
[data-theme="dark"] .page-hero.page-hero--about::before,
[data-theme="dark"] .page-hero.page-hero--family::before {
  background: linear-gradient(90deg, rgba(28, 17, 12, 0.95) 0%, rgba(28, 17, 12, 0.88) 50%, rgba(28, 17, 12, 0.34) 100%);
}

.page-hero--plain::before {
  display: none;
}

.page-hero__inner {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  padding: 66px 0 38px;
}

.page-hero h1 {
  max-width: 820px;
  color: #fff8eb;
  font-size: clamp(2.8rem, 7vw, 6rem);
}

.page-hero p {
  max-width: 680px;
  margin: 18px 0 0;
  color: rgba(255, 248, 235, 0.84);
  font-size: 1.16rem;
  line-height: 1.65;
}

.form-panel,
.poll-panel,
.newsletter-panel {
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow);
  padding: clamp(22px, 4vw, 34px);
}

.mailchimp-honeypot {
  position: absolute;
  left: -5000px;
}

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

.field {
  display: grid;
  gap: 8px;
}

.field--full {
  grid-column: 1 / -1;
}

.field label {
  color: var(--text);
  font-size: 0.82rem;
  font-weight: 860;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.field input,
.field textarea,
.field select {
  width: 100%;
  border: 1px solid var(--muted);
  border-radius: var(--radius);
  background: color-mix(in srgb, var(--surface-solid) 88%, transparent);
  color: var(--text);
  min-height: 48px;
  padding: 13px 14px;
  outline: 0;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.field textarea {
  min-height: 138px;
  resize: vertical;
}

.field input:focus,
.field textarea:focus,
.field select:focus {
  border-color: var(--gold-500);
  box-shadow: 0 0 0 4px rgba(217, 154, 43, 0.18);
}

.success-note {
  display: none;
  margin-top: 16px;
  padding: 14px 16px;
  border-radius: var(--radius);
  background: rgba(82, 107, 89, 0.16);
  color: var(--text);
  border: 1px solid rgba(82, 107, 89, 0.28);
}

.success-note.is-visible {
  display: block;
}

.success-note.is-error {
  background: rgba(179, 68, 33, 0.12);
  border-color: rgba(179, 68, 33, 0.36);
  color: var(--red-700);
}

.form-privacy {
  max-width: 64ch;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.55;
}

.submission-status {
  display: none;
  margin: 12px 0 0;
  color: var(--accent-text);
  font-size: 0.82rem;
  font-weight: 700;
}

.submission-status.is-visible {
  display: block;
}

.submission-status.is-error {
  color: #ffb39b;
}

button:disabled {
  cursor: wait;
  opacity: 0.62;
}

/* Honeypot field — visually hidden, must not use inline style (CSP) */
.story-hp-wrap {
  position: absolute;
  left: -9999px;
  height: 0;
  overflow: hidden;
}

.story-feed-column {
  display: grid;
  gap: 20px;
  align-content: start;
}

.story-feed {
  display: grid;
  gap: 14px;
}

.story-loading {
  color: var(--muted);
  font-style: italic;
  padding: 24px 0;
}

.empty-state {
  color: var(--muted);
  padding: 32px 0;
  text-align: center;
}

/* Pagination */
.pager {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.pager-pages {
  display: flex;
  align-items: center;
  gap: 4px;
}

.pager-btn {
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  border: 1px solid var(--line);
  background: var(--surface);
  border-radius: var(--radius);
  font-size: .88rem;
  cursor: pointer;
  transition: background 150ms, border-color 150ms;
}

.pager-btn:hover {
  border-color: var(--red-700, #5c2015);
  background: var(--bg, #fff7ea);
}

.pager-current {
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
  background: var(--red-700, #5c2015);
  color: #fff;
  font-size: .88rem;
  font-weight: 700;
}

.pager-ellipsis {
  padding: 0 4px;
  color: var(--muted);
}

.pager-prev,
.pager-next {
  font-size: .82rem;
  padding: 0 14px;
}

.story-card {
  display: grid;
  gap: 10px;
  padding: 18px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--surface);
  animation: feed-in 420ms ease both;
}

.story-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.story-card h3 {
  margin: 0;
  font-size: 1.04rem;
}

.story-card h3 a {
  color: inherit;
  text-decoration: none;
}

.story-card h3 a:hover,
.story-card h3 a:focus-visible {
  color: var(--red-700);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.story-card__read {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--red-700);
  font-weight: 800;
  text-decoration: none;
}

.story-card__read svg {
  width: 16px;
}

.story-detail {
  min-height: 70vh;
  background: var(--paper);
}

.story-detail__header {
  padding: clamp(82px, 12vw, 145px) 0 clamp(45px, 7vw, 80px);
  color: #fff8eb;
  background: linear-gradient(135deg, #171716, #552116);
}

.story-detail__header h1 {
  max-width: 950px;
  margin: 22px 0;
  color: #fff8eb;
  font-size: clamp(2.7rem, 7vw, 6.7rem);
  line-height: .95;
  overflow-wrap: anywhere;
}

.story-detail__meta {
  color: rgba(255, 248, 235, .78);
}

.story-detail__layout {
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(230px, 300px);
  justify-content: space-between;
  gap: clamp(35px, 8vw, 90px);
  padding-block: clamp(55px, 8vw, 100px);
}

.story-detail__body {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.12rem;
  line-height: 1.9;
  overflow-wrap: anywhere;
}

.story-share {
  height: fit-content;
  display: grid;
  gap: 10px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.story-share h2 {
  margin: 0 0 6px;
  font-size: 1.25rem;
}

.story-share a,
.story-share button {
  min-height: 44px;
  display: flex;
  align-items: center;
  padding: 10px 13px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--text);
  background: transparent;
  font: inherit;
  font-weight: 750;
  text-decoration: none;
  cursor: pointer;
}

.story-share a:hover,
.story-share button:hover {
  border-color: var(--gold-500);
}

.story-share [role="status"] {
  min-height: 1.4em;
  margin: 2px 0 0;
  color: var(--muted);
  font-size: .82rem;
}

@media (max-width: 760px) {
  .story-detail__layout {
    grid-template-columns: 1fr;
  }
}

.story-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

@keyframes feed-in {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.bar-item {
  display: grid;
  gap: 7px;
}

.bar-item__label {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  color: var(--muted);
  font-size: 0.88rem;
}

.bar-track {
  height: 10px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(143, 46, 27, 0.14);
}

.bar-fill {
  display: block;
  height: 100%;
  width: 100%;
  border-radius: inherit;
}

.poll-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(340px, 1fr);
  gap: 28px;
}

.poll-options {
  display: grid;
  gap: 10px;
}

.poll-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 16px;
  color: var(--text);
  background: color-mix(in srgb, var(--surface-solid) 82%, transparent);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  cursor: pointer;
  text-align: left;
}

.poll-option:hover,
.poll-option.is-selected {
  border-color: var(--gold-500);
  background: rgba(217, 154, 43, 0.16);
}

.poll-option:disabled {
  cursor: default;
}

.poll-option span:first-child {
  font-weight: 850;
}

.poll-results {
  display: grid;
  gap: 12px;
}

.poll-total {
  margin: 0 0 6px;
  color: var(--muted);
}

.poll-total strong {
  color: var(--text);
  font-size: 1.45rem;
}

.bar-item__label small {
  color: var(--muted);
  font-size: 0.8em;
}

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

.courage-scorecard-section {
  --score-primary: #b34421;
  --score-primary-light: #e8b85c;
  --score-primary-dark: #5c2015;
  --score-bg-dark: #171716;
  --score-card-bg: rgba(255, 255, 255, 0.035);
  --score-card-border: rgba(255, 248, 235, 0.14);
  --score-text-main: #fff8eb;
  --score-text-muted: #d5bfa0;
  --score-accent-glow: rgba(179, 68, 33, 0.34);
  position: relative;
  overflow: hidden;
  padding: 92px 16px;
  background:
    linear-gradient(135deg, rgba(179, 68, 33, 0.25), transparent 42%),
    linear-gradient(180deg, #211610 0%, var(--score-bg-dark) 100%);
  color: var(--score-text-main);
}

.courage-bg-glow {
  position: absolute;
  width: 500px;
  height: 500px;
  background: var(--score-primary);
  filter: blur(150px);
  opacity: 0.15;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.courage-scorecard__inner {
  position: relative;
  z-index: 1;
  width: min(var(--max), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(420px, 1.12fr);
  align-items: center;
  gap: clamp(34px, 6vw, 78px);
}

.scorecard-intro {
  max-width: 470px;
}

.scorecard-intro h2 {
  margin: 16px 0 0;
  color: #fff8eb;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.5rem, 4.4vw, 4.6rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.scorecard-intro > p {
  margin: 22px 0 0;
  color: var(--score-text-muted);
  line-height: 1.7;
  font-size: 1.05rem;
}

.scorecard-intro__facts {
  margin-top: 30px;
  display: grid;
  gap: 1px;
  border: 1px solid var(--score-card-border);
  background: var(--score-card-border);
  border-radius: var(--radius);
  overflow: hidden;
}

.scorecard-intro__facts span {
  padding: 13px 15px;
  color: #fff8eb;
  background: rgba(23, 23, 22, 0.68);
  font-size: 0.88rem;
  font-weight: 760;
}

.scorecard-container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 690px;
  background: var(--score-card-bg);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--score-card-border);
  border-radius: var(--radius);
  padding: 40px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4), inset 0 1px 1px rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.scorecard-view {
  display: none;
  animation: scorecard-fade-in 0.5s ease forwards;
}

.scorecard-view.is-active {
  display: block;
}

@keyframes scorecard-fade-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.scorecard-view h2 {
  font-size: 2.15rem;
  font-weight: 850;
  text-align: center;
  margin: 0 0 10px;
  letter-spacing: 0;
  line-height: 1.05;
  background: linear-gradient(135deg, #ffffff 0%, #fff1d5 52%, var(--score-primary-light) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.scorecard-subtitle {
  color: var(--score-text-muted);
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.6;
  margin: 0 0 30px;
}

.scorecard-progress {
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  height: 6px;
  border-radius: 999px;
  margin-bottom: 35px;
  position: relative;
}

.scorecard-progress__bar {
  height: 100%;
  background: linear-gradient(90deg, var(--score-primary), var(--score-primary-light));
  width: 0;
  border-radius: 999px;
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 0 15px var(--score-accent-glow);
}

.scorecard-question-box h2 {
  font-size: 1.4rem;
  font-weight: 760;
  margin-bottom: 25px;
  line-height: 1.4;
  text-align: left;
  background: none;
  -webkit-text-fill-color: currentColor;
}

.scorecard-options {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.scorecard-option {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--score-card-border);
  padding: 18px 24px;
  border-radius: var(--radius);
  color: var(--score-text-main);
  font-size: 1rem;
  font-weight: 680;
  text-align: left;
  cursor: pointer;
  transition: all 0.25s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.scorecard-option::after {
  content: "›";
  opacity: 0;
  transition: all 0.2s ease;
  transform: translateX(-5px);
  color: var(--score-primary-light);
  font-size: 1.6rem;
  line-height: 1;
}

.scorecard-option:hover {
  background: rgba(179, 68, 33, 0.16);
  border-color: var(--score-primary-light);
  transform: translateX(4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.scorecard-option:hover::after {
  opacity: 1;
  transform: translateX(0);
}

.scorecard-cta {
  background: linear-gradient(135deg, var(--score-primary) 0%, var(--score-primary-dark) 100%);
  color: #ffffff;
  border: 0;
  padding: 16px 32px;
  font-size: 1.1rem;
  font-weight: 800;
  border-radius: var(--radius);
  cursor: pointer;
  width: 100%;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px var(--score-accent-glow);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.scorecard-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(179, 68, 33, 0.5);
  background: linear-gradient(135deg, var(--score-primary-light) 0%, var(--score-primary) 100%);
}

.scorecard-form {
  display: grid;
  gap: 20px;
}

.scorecard-field {
  display: grid;
  gap: 8px;
  text-align: left;
}

.scorecard-field label {
  display: block;
  font-size: 0.85rem;
  font-weight: 760;
  text-transform: uppercase;
  letter-spacing: 0;
  color: var(--score-text-muted);
}

.scorecard-field input {
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid var(--score-card-border);
  padding: 14px;
  border-radius: var(--radius);
  color: #ffffff;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.scorecard-field input:focus {
  outline: 0;
  border-color: var(--score-primary-light);
  box-shadow: 0 0 10px var(--score-accent-glow);
}

.scorecard-results-header {
  text-align: center;
  margin-bottom: 30px;
}

.scorecard-score-display {
  position: relative;
  width: 140px;
  height: 140px;
  margin: 0 auto 20px;
  background: radial-gradient(circle, rgba(179, 68, 33, 0.18) 0%, transparent 70%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  border: 3px solid var(--score-card-border);
  box-shadow: 0 0 30px var(--score-accent-glow);
}

.scorecard-score-num {
  font-size: 3rem;
  font-weight: 850;
  color: #ffffff;
  line-height: 1;
}

.scorecard-score-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0;
  color: var(--score-text-muted);
  margin-top: 4px;
}

.scorecard-archetype-badge {
  display: inline-block;
  background: rgba(179, 68, 33, 0.18);
  border: 1px solid var(--score-primary-light);
  padding: 8px 18px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 1.1rem;
  color: #ffffff;
  margin-bottom: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.scorecard-description {
  color: var(--score-text-muted);
  line-height: 1.6;
  margin: 0 0 25px;
  font-size: 1rem;
}

.scorecard-share-card {
  background: linear-gradient(135deg, #391812 0%, #171716 100%);
  border: 2px solid var(--score-primary);
  border-radius: var(--radius);
  padding: 25px;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.scorecard-share-card::before {
  content: "SHAREABLE CARD PREVIEW";
  position: absolute;
  top: 8px;
  left: 12px;
  font-size: 0.65rem;
  font-weight: 850;
  letter-spacing: 0;
  color: var(--score-primary-light);
}

.scorecard-share-card p {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0;
  color: var(--score-text-muted);
  margin: 0 0 5px;
}

.scorecard-share-card p:last-child {
  font-size: 0.75rem;
  text-transform: none;
  margin: 10px 0 0;
}

.scorecard-share-card h3 {
  font-size: 1.5rem;
  margin: 12px 0 8px;
  font-weight: 850;
  color: #ffffff;
}

.scorecard-share-card div {
  font-size: 2rem;
  font-weight: 850;
  color: var(--score-primary-light);
}

.scorecard-rec-box {
  background: rgba(255, 255, 255, 0.02);
  border-left: 4px solid var(--score-primary);
  padding: 15px 20px;
  border-radius: 0 var(--radius) var(--radius) 0;
  text-align: left;
  margin-bottom: 25px;
}

.scorecard-rec-box h3 {
  font-weight: 780;
  margin: 0 0 5px;
  font-size: 0.95rem;
}

.scorecard-rec-box p {
  font-size: 0.9rem;
  color: var(--score-text-muted);
  line-height: 1.4;
  margin: 0;
}

.scorecard-result-form {
  display: grid;
  gap: 9px;
  margin: 0 0 24px;
  padding: 16px;
  border: 1px solid var(--score-card-border);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.025);
}

.scorecard-result-form label {
  color: var(--score-text-muted);
  font-size: 0.82rem;
  font-weight: 760;
}

.scorecard-result-form > div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}

.scorecard-result-form input {
  min-width: 0;
  border: 1px solid var(--score-card-border);
  border-radius: var(--radius);
  background: rgba(0, 0, 0, 0.24);
  color: #ffffff;
  padding: 12px 13px;
  outline: 0;
}

.scorecard-result-form input:focus {
  border-color: var(--score-primary-light);
  box-shadow: 0 0 0 3px rgba(232, 184, 92, 0.15);
}

.scorecard-result-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border-radius: var(--radius);
  padding: 11px 14px;
  background: var(--score-primary-light);
  color: #20130d;
  font-weight: 820;
  cursor: pointer;
}

.scorecard-result-success {
  display: none;
  margin: 0;
  color: var(--score-primary-light);
  font-size: 0.82rem;
}

.scorecard-result-success.is-visible {
  display: block;
}

.scorecard-result-success.is-error {
  color: #ffb39b;
}

.scorecard-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.scorecard-share-btn {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--score-card-border);
  color: #ffffff;
  padding: 14px;
  border-radius: var(--radius);
  font-weight: 720;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.scorecard-share-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--score-text-muted);
}

.scorecard-hero-icon {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  margin: 0 auto 20px;
  font-size: 4rem;
  color: var(--score-primary-light);
  text-shadow: 0 0 25px var(--score-accent-glow);
  animation: scorecard-pulse 3s infinite ease-in-out;
}

.scorecard-hero-icon--small {
  width: 56px;
  height: 56px;
  font-size: 3rem;
}

@keyframes scorecard-pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.9;
  }
  50% {
    transform: scale(1.05);
    opacity: 1;
  }
}

.one-stable-showcase {
  --stable-bg: #12100e;
  --stable-card-bg: #1a1715;
  --stable-text-main: #ffffff;
  --stable-text-muted: #a39e99;
  --color-mannkal: #ff3b30;
  --color-ron: #ffcc00;
  --color-mannwest: #ff9500;
  --color-backbone: #34c759;
  background:
    radial-gradient(circle at 18% 18%, rgba(217, 154, 43, 0.14), transparent 24rem),
    radial-gradient(circle at 85% 12%, rgba(143, 46, 27, 0.2), transparent 28rem),
    var(--stable-bg);
  color: var(--stable-text-main);
}

.one-stable-showcase__header {
  width: min(800px, calc(100% - 32px));
  margin: 0 auto 50px;
  text-align: center;
}

.one-stable-showcase__header h2 {
  margin: 0 0 15px;
  font-size: clamp(2rem, 4.4vw, 2.9rem);
  font-weight: 780;
  letter-spacing: 0;
}

.one-stable-showcase__header p {
  color: var(--stable-text-muted);
  font-size: 1.1rem;
  line-height: 1.6;
  margin: 0;
}

.one-stable-showcase__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
  perspective: 1000px;
}

.stable-tilt-card {
  background: var(--stable-card-bg);
  border: 1px solid #2a2521;
  border-radius: 16px;
  padding: 30px 24px;
  display: flex;
  flex-direction: column;
  min-height: 380px;
  position: relative;
  transition: transform 0.1s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  transform-style: preserve-3d;
  cursor: pointer;
  will-change: transform;
}

.stable-tilt-card[data-theme="mannkal"]:hover {
  border-color: var(--color-mannkal);
  box-shadow: 0 10px 30px rgba(255, 59, 48, 0.15);
}

.stable-tilt-card[data-theme="ron"]:hover {
  border-color: var(--color-ron);
  box-shadow: 0 10px 30px rgba(255, 204, 0, 0.15);
}

.stable-tilt-card[data-theme="mannwest"]:hover {
  border-color: var(--color-mannwest);
  box-shadow: 0 10px 30px rgba(255, 149, 0, 0.15);
}

.stable-tilt-card[data-theme="backbone"]:hover {
  border-color: var(--color-backbone);
  box-shadow: 0 10px 30px rgba(52, 199, 89, 0.15);
}

.stable-tilt-card__icon {
  width: 45px;
  height: 45px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  background: rgba(255, 255, 255, 0.03);
  font-size: 1.3rem;
  transform: translateZ(20px);
}

/* Logo container inside home-page tilt cards */
.stable-tilt-card__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  width: 100%;
  padding: 10px 12px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 8px;
  box-sizing: border-box;
}

.stable-tilt-card__logo img {
  max-height: 44px;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.stable-tilt-card[data-theme="mannkal"] .stable-tilt-card__icon {
  color: var(--color-mannkal);
  background: rgba(255, 59, 48, 0.1);
}

.stable-tilt-card[data-theme="ron"] .stable-tilt-card__icon {
  color: var(--color-ron);
  background: rgba(255, 204, 0, 0.1);
}

.stable-tilt-card[data-theme="mannwest"] .stable-tilt-card__icon {
  color: var(--color-mannwest);
  background: rgba(255, 149, 0, 0.1);
}

.stable-tilt-card[data-theme="backbone"] .stable-tilt-card__icon {
  color: var(--color-backbone);
  background: rgba(52, 199, 89, 0.1);
}

.stable-tilt-card h3 {
  font-size: 1.4rem;
  font-weight: 760;
  margin: 0 0 15px;
  transform: translateZ(30px);
}

.stable-tilt-card p {
  color: var(--stable-text-muted);
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0;
  flex-grow: 1;
  transform: translateZ(15px);
}

.stable-tilt-card__button {
  background: transparent;
  border: 1px solid #3a332d;
  color: var(--stable-text-main);
  padding: 12px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 0.9rem;
  text-align: center;
  text-decoration: none;
  margin-top: 20px;
  transition: all 0.3s ease;
  transform: translateZ(25px);
  position: relative;
  overflow: hidden;
}

.stable-tilt-card[data-theme="mannkal"] .stable-tilt-card__button:hover {
  background: var(--color-mannkal);
  border-color: var(--color-mannkal);
  color: #000;
}

.stable-tilt-card[data-theme="ron"] .stable-tilt-card__button:hover {
  background: var(--color-ron);
  border-color: var(--color-ron);
  color: #000;
}

.stable-tilt-card[data-theme="mannwest"] .stable-tilt-card__button:hover {
  background: var(--color-mannwest);
  border-color: var(--color-mannwest);
  color: #000;
}

.stable-tilt-card[data-theme="backbone"] .stable-tilt-card__button:hover {
  background: var(--color-backbone);
  border-color: var(--color-backbone);
  color: #000;
}

.stable-tilt-card__button:active {
  transform: translateZ(25px) scale(0.95);
}

.article-card {
  min-height: 410px;
  display: flex;
  flex-direction: column;
}

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

.article-card.archive-card--text {
  min-height: 0;
  border-top: 3px solid var(--gold-500);
}

.archive-card__image {
  display: block;
  overflow: hidden;
}

.archive-card__image img {
  transition: transform 500ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.archive-card:hover .archive-card__image img {
  transform: scale(1.035);
}

.article-card .card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.archive-card__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 14px;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 700;
}

.badge--link {
  color: inherit;
  text-decoration: none;
}

.badge--link:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.archive-card h3 a {
  color: inherit;
  text-decoration: none;
}

.archive-card p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.archive-card__link {
  margin-top: auto;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--red-700);
  font-size: 0.86rem;
  font-weight: 900;
  text-decoration: none;
}

.archive-card__link svg {
  width: 18px;
  transition: transform 180ms ease;
}

.archive-card__link:hover svg {
  transform: translateX(4px);
}

.archive-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  min-height: 520px;
  margin-bottom: 28px;
  overflow: hidden;
  color: #fff8eb;
  border-radius: var(--radius);
  background: var(--charcoal-900);
  box-shadow: var(--shadow);
}

.archive-feature__image {
  min-height: 420px;
}

.archive-feature.archive-feature--text {
  grid-template-columns: minmax(0, 1fr);
  min-height: 0;
}

.archive-feature__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.archive-feature__body {
  align-content: center;
  display: grid;
  gap: 18px;
  padding: clamp(34px, 5vw, 68px);
  background:
    linear-gradient(145deg, rgba(143, 46, 27, 0.4), transparent 55%),
    var(--charcoal-900);
}

.archive-feature__body h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 4vw, 4.5rem);
  line-height: 0.95;
  letter-spacing: 0;
}

.archive-feature__body p {
  margin: 0;
  color: rgba(255, 248, 235, 0.76);
  line-height: 1.7;
}

.archive-feature .archive-card__meta {
  color: rgba(255, 248, 235, 0.68);
}

.archive-feature .badge,
.archive-feature .badge--link:hover,
.archive-article__hero .badge,
.archive-article__hero .badge--link:hover {
  color: var(--gold-400);
  background: rgba(232, 184, 92, 0.12);
}

.archive-article__hero .archive-card__meta {
  color: #e4d7c6;
}

.archive-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 0 34px;
  border-block: 1px solid var(--line);
}

.archive-stats .metric {
  padding: 24px 20px;
}

.archive-stats .metric + .metric {
  border-left: 1px solid var(--line);
}

.archive-category-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 24px;
}

.archive-category-links a,
.archive-pagination a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  color: var(--muted);
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface-solid);
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
}

.archive-category-links a:hover,
.archive-category-links a[aria-current="page"],
.archive-pagination a:hover,
.archive-pagination a[aria-current="page"] {
  color: #fff8eb;
  border-color: var(--red-700);
  background: var(--red-700);
}

.archive-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 32px;
}

.archive-pagination a {
  min-width: 40px;
  padding-inline: 10px;
}

.archive-toolbar {
  scroll-margin-top: calc(var(--header-h) + 24px);
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto;
  gap: 16px;
  align-items: center;
  margin: 0 0 12px;
}

.archive-search {
  min-height: 52px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface-solid);
}

.archive-search svg {
  width: 20px;
  flex: 0 0 auto;
  color: var(--red-700);
}

.archive-search input {
  width: 100%;
  padding: 0;
  color: var(--ink);
  border: 0;
  outline: 0;
  background: transparent;
  font: inherit;
}

.archive-filters {
  display: flex;
  gap: 6px;
  padding: 5px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface-solid);
}

.archive-filters button {
  min-height: 40px;
  padding: 0 14px;
  color: var(--muted);
  border: 0;
  border-radius: 5px;
  background: transparent;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 800;
  cursor: pointer;
}

.archive-filters button:hover,
.archive-filters button.is-active {
  color: #fff8eb;
  background: var(--red-700);
}

.archive-count {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.archive-results-summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 18px; }
.archive-results-summary .archive-count { margin: 0; }
.archive-clear { min-height: 44px; padding: 8px 0; border: 0; background: none; color: var(--accent-text); font: inherit; font-size: .86rem; font-weight: 750; text-decoration: underline; text-underline-offset: 4px; cursor: pointer; }

.archive-empty {
  display: none;
  padding: 70px 20px;
  text-align: center;
}

.archive-empty.is-visible {
  display: block;
}

.archive-empty--static {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface-solid);
}

.archive-empty h2,
.archive-empty h3 {
  margin: 0 0 8px;
  font-family: var(--font-display);
  font-size: 2rem;
}

.archive-article {
  background: var(--paper);
}

.archive-article__hero {
  position: relative;
  min-height: 480px;
  overflow: hidden;
  color: #fff8eb;
  background: var(--charcoal-900);
  isolation: isolate;
}

.archive-article__hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(23, 23, 22, 0.98) 0%, rgba(23, 23, 22, 0.86) 56%, rgba(23, 23, 22, 0.38) 100%),
    linear-gradient(0deg, rgba(23, 23, 22, 0.9), transparent 54%);
}

.archive-article__hero.archive-article__hero--text {
  min-height: 0;
}

.archive-article__hero-image {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.archive-article__hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.archive-article__header {
  min-height: 480px;
  display: grid;
  align-content: end;
  gap: 20px;
  padding-block: 64px 48px;
}

.archive-article__hero--text .archive-article__header { min-height: 0; }

.archive-back {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 248, 235, 0.76);
  font-size: 0.82rem;
  font-weight: 850;
  text-decoration: none;
}

.archive-back svg {
  width: 18px;
  transform: rotate(180deg);
}

.archive-article__header h1 {
  max-width: 980px;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 4.7vw, 4.75rem);
  line-height: 1.04;
  letter-spacing: 0;
  text-wrap: balance;
}

.archive-article__dek {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 248, 235, 0.78);
  font-size: clamp(1rem, 1.7vw, 1.22rem);
  line-height: 1.65;
}

.archive-byline {
  display: flex;
  gap: 20px;
  color: var(--gold-300);
  font-size: 0.84rem;
  font-weight: 850;
}

.article-tools { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.article-tool { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 10px 16px; border: 1px solid rgba(255, 248, 235, .45); border-radius: 6px; background: rgba(23, 23, 22, .6); color: #fff8eb; font: inherit; font-size: .88rem; font-weight: 750; text-decoration: none; cursor: pointer; }
.article-tool:hover { background: #fff8eb; color: #1d1a17; }
.article-tool:focus-visible { outline: 2px solid #e8b85c; outline-offset: 3px; }
.article-copy-status { color: #e8b85c; font-size: .88rem; }
.article-copy-fallback { max-width: 640px; color: #fff8eb; font-size: .9rem; }
.article-copy-fallback input { display: block; width: 100%; margin-top: 8px; padding: 12px; border: 1px solid #e8b85c; border-radius: 6px; background: #fff8eb; color: #1d1a17; font: inherit; }
.archive-article__main { min-width: 0; }
.article-continue { margin-top: 48px; color: var(--text); }
.article-continue a { color: var(--text); }

.archive-article__layout {
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(260px, 340px);
  justify-content: space-between;
  gap: clamp(40px, 8vw, 100px);
  padding-block: clamp(58px, 8vw, 110px);
}

.archive-article__content {
  max-width: 70ch;
  scroll-margin-top: calc(var(--header-h) + 24px);
  overflow-wrap: anywhere;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.125rem;
  line-height: 1.86;
}

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

.archive-article__content h2,
.archive-article__content h3,
.archive-article__content h4 {
  margin: 2.1em 0 0.65em;
  font-family: var(--font-display);
  line-height: 1.05;
  letter-spacing: 0;
}

.archive-article__content h2 {
  font-size: clamp(2rem, 4vw, 3.25rem);
}

.archive-article__content h3 {
  font-size: clamp(1.65rem, 3vw, 2.4rem);
}

.archive-article__content p,
.archive-article__content ul,
.archive-article__content ol,
.archive-article__content blockquote {
  margin: 0 0 1.35em;
}

.archive-article__content a {
  color: var(--red-700);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.archive-article__content blockquote {
  padding: 8px 0 8px 24px;
  color: var(--muted);
  border-left: 4px solid var(--gold-500);
  font-size: 1.18rem;
  font-style: italic;
}

.archive-article__content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: var(--radius);
}

.archive-article__content figure {
  margin: 32px 0;
}

.archive-article__content figcaption {
  margin-top: -20px;
  color: var(--muted);
  font-family: var(--font-sans);
  font-size: 0.76rem;
  line-height: 1.5;
}

.archive-article__content iframe {
  width: 100%;
  min-height: 430px;
  display: block;
  margin: 30px 0;
  border: 0;
  border-radius: var(--radius);
}

.archive-article__content table {
  width: 100%;
  display: block;
  overflow-x: auto;
  border-collapse: collapse;
  font-family: var(--font-sans);
  font-size: 0.9rem;
}

.archive-article__content th,
.archive-article__content td {
  padding: 10px 12px;
  border: 1px solid var(--line);
}

.archive-article__aside {
  align-self: start;
  display: grid;
  gap: 22px;
  position: sticky;
  top: calc(var(--header-h) + 24px);
}

.archive-article__aside > div {
  padding: 26px;
  color: #fff8eb;
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(143, 46, 27, 0.42), transparent 58%),
    var(--charcoal-900);
}

.archive-article__aside h2 {
  margin: 8px 0 12px;
  font-family: var(--font-display);
  font-size: 2.3rem;
  line-height: 0.98;
  letter-spacing: 0;
}

.archive-article__aside p {
  color: rgba(255, 248, 235, 0.72);
  line-height: 1.65;
}

.archive-related {
  display: grid;
  gap: 2px;
  padding: 0;
  color: var(--ink);
  border: 1px solid var(--line);
  background: var(--surface-solid);
}

.archive-related > strong {
  padding: 20px 20px 10px;
  font-size: 0.78rem;
  text-transform: uppercase;
}

.archive-related a {
  display: grid;
  gap: 4px;
  padding: 14px 20px;
  color: var(--ink);
  border-top: 1px solid var(--line);
  font-family: var(--font-display);
  font-size: 1.12rem;
  line-height: 1.1;
  text-decoration: none;
}

.archive-related a span {
  color: var(--red-700);
  font-family: var(--font-sans);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.archive-source {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
  text-decoration: none;
}

.archive-source svg {
  width: 16px;
}

.archive-not-found {
  min-height: 70vh;
  display: grid;
  align-items: center;
}

.family-card {
  display: grid;
  grid-template-rows: 180px 1fr;
  min-height: 100%;
  overflow: hidden;
}

.family-card__media {
  display: block;
  width: 100%;
  height: 180px;
  overflow: hidden;
  background: var(--surface-2);
}

.family-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.family-card__media--backbone img {
  object-position: 67% center;
}

.family-card__media--ron img {
  object-position: 42% 58%;
}

.family-card__media--mannkal img {
  object-position: 68% center;
}

.family-card__media--mannwest img {
  object-position: 42% center;
}

.family-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: #fff8eb;
  border-radius: 8px;
  background: linear-gradient(145deg, var(--red-700), var(--gold-500));
}

/* Family page card logos */
.family-logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  width: 100%;
  padding: 14px 18px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid rgba(0,0,0,.08);
  box-sizing: border-box;
}

[data-theme="dark"] .family-logo-wrap,
.theme-dark .family-logo-wrap {
  background: #fff;
}

.family-logo-img {
  max-width: 100%;
  max-height: 62px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

/* Hero strip small logo chips */
.stable-icons {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

/* Real logo links in the hero strip */
.stable-logo-link {
  display: inline-flex;
  align-items: center;
  /* Reset any inherited circular-disc styles */
  width: auto;
  height: auto;
  border-radius: 0;
  border: none;
  background: none;
  backdrop-filter: none;
  transition: opacity 180ms ease;
}

.stable-logo-link:hover {
  opacity: 0.85;
  transform: none;
  background: none;
}

/* White rectangular chip — keeps all logos legible on the dark hero */
.stable-logo-chip {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  padding: 5px 12px;
  background: #fff;
  border-radius: 5px;
  box-sizing: border-box;
}

.stable-logo-chip img {
  max-height: 26px;
  max-width: 88px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.cta-band {
  position: relative;
  overflow: hidden;
  color: #fff8eb;
  background: var(--charcoal-900);
  isolation: isolate;
}

.cta-band::before {
  display: none;
}

.cta-band::after {
  display: none;
}

.cta-band .section-title,
.cta-band .section-copy {
  color: #fff8eb;
}

.cta-band .section-copy {
  opacity: 0.82;
}

.join-content {
  grid-template-columns: minmax(0, 1fr);
}

.timeline {
  display: grid;
  gap: 16px;
  border-left: 2px solid rgba(217, 154, 43, 0.36);
  padding-left: 22px;
}

.timeline-item {
  position: relative;
}

.timeline-item::before {
  content: "";
  position: absolute;
  left: -29px;
  top: 4px;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--gold-500);
  box-shadow: 0 0 0 6px rgba(217, 154, 43, 0.16);
}

.timeline-item h3 {
  margin: 0;
}

.timeline-item p {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.62;
}

.footer {
  border-top: 1px solid var(--line);
  padding: 58px 0 28px;
  color: var(--muted);
  background: color-mix(in srgb, var(--paper) 86%, transparent);
}

.footer__main,
.footer__bottom {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
}

.footer__main {
  display: grid;
  grid-template-columns: minmax(280px, 1.3fr) repeat(3, minmax(150px, 0.7fr));
  gap: 42px;
}

.footer__logo {
  display: block;
  width: min(210px, 100%);
  height: auto;
  border-radius: 4px;
}

.footer__brand p {
  max-width: 360px;
  margin: 12px 0 0;
  line-height: 1.6;
}

.footer__group {
  display: grid;
  align-content: start;
  gap: 11px;
}

.footer__group strong {
  margin-bottom: 4px;
  color: var(--text);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0;
}

.footer__group a {
  color: var(--muted);
  font-weight: 680;
  font-size: 0.9rem;
}

.footer__group a:hover {
  color: var(--red-700);
}

[data-theme="dark"] .footer__group a:hover {
  color: var(--gold-400);
}

.footer__bottom {
  margin-top: 42px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.footer a {
  font-weight: 760;
}

.site-shell--not-found {
  --accent-text: #805018;
  --paper: #fefefe;
  --surface: rgba(254, 254, 254, 0.94);
  --surface-solid: #fefefe;
  --surface-strong: #fefefe;
  --text: #1d1a17;
  --muted: #6d6256;
  --line: rgba(70, 39, 25, 0.16);
  color-scheme: light;
  color: var(--text);
  background: #fefefe;
}

.site-shell--not-found .topbar,
.site-shell--not-found .footer {
  background: #fefefe;
}

.not-found-page {
  color: #1d1a17;
  background: #fefefe;
}

.not-found-page__art {
  min-height: 680px;
  position: relative;
  width: min(100%, 1792px);
  margin: 0 auto;
  background: #fefefe;
}

.not-found-page__art picture,
.not-found-page__art img {
  display: block;
  width: 100%;
}

.not-found-page__art picture {
  width: 50%;
  margin-left: auto;
}

.not-found-page__art img {
  height: 680px;
  object-fit: cover;
  object-position: 76% center;
}

.not-found-page__content {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: max(32px, calc((100% - var(--max)) / 2));
  width: min(45%, 560px);
  transform: translateY(-50%);
}

.not-found-page__content h1 {
  max-width: 560px;
  margin: 15px 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.25rem, 5.5vw, 5.8rem);
  line-height: 0.94;
  letter-spacing: -0.045em;
}

.not-found-page__content > p {
  max-width: 520px;
  margin: 0 0 26px;
  color: #5d544b;
  font-size: clamp(1rem, 1.35vw, 1.15rem);
  line-height: 1.65;
}

.not-found-page__links {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 20px;
  margin-top: 24px;
}

.not-found-page__links a {
  color: #51483f;
  font-size: 0.88rem;
  font-weight: 760;
  text-decoration: underline;
  text-decoration-color: rgba(217, 154, 43, 0.7);
  text-underline-offset: 4px;
}

.not-found-page__links a:hover {
  color: var(--red-700);
}

.footer__bottom a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--text);
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 620ms ease, transform 620ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

svg {
  width: 1em;
  height: 1em;
  display: block;
}

@media (max-width: 1080px) {
  .nav {
    position: fixed;
    inset: var(--header-h) 16px auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    border-radius: var(--radius);
    border: 1px solid var(--line);
    background: var(--surface-solid);
    box-shadow: var(--shadow);
  }

  .nav.is-open {
    display: flex;
  }

  .nav a {
    border-radius: var(--radius);
  }

  .menu-toggle {
    display: inline-grid;
  }

  .header-actions .btn {
    display: none;
  }

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

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

  .feature-grid,
  .feature-grid--reverse,
  .poll-panel,
  .section-head--split,
  .courage-scorecard__inner {
    grid-template-columns: 1fr;
  }

  .courage-scorecard__inner {
    width: min(820px, 100%);
  }

  .scorecard-intro {
    max-width: 680px;
  }

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

  .feature-grid--reverse .feature-copy,
  .feature-grid--reverse .art-frame {
    order: initial;
  }

  .archive-feature,
  .archive-article__layout {
    grid-template-columns: 1fr;
  }

  .archive-feature__image {
    max-height: 520px;
  }

  .archive-article__layout {
    max-width: 820px;
  }

  .archive-article__aside {
    position: static;
  }
}

@media (max-width: 680px) {
  :root {
    --header-h: 68px;
  }

  .topbar__inner,
  .wrap,
  .hero__content,
  .page-hero__inner,
  .footer__main,
  .footer__bottom {
    width: min(100% - 22px, var(--max));
  }

  .topbar__inner {
    gap: 8px;
  }

  .brand__logo {
    height: 52px;
  }

  .hero {
    min-height: 0;
  }

  .hero__image img {
    object-position: 64% 50%;
  }

  .hero::before {
    background:
      linear-gradient(90deg, rgba(23, 23, 22, 0.96) 0%, rgba(37, 19, 12, 0.84) 58%, rgba(23, 23, 22, 0.36) 100%),
      linear-gradient(0deg, rgba(23, 23, 22, 0.9), rgba(23, 23, 22, 0.12) 46%);
  }

  .hero__content {
    min-height: 0;
    align-content: start;
    padding: 38px 0 27px;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(2.15rem, 10vw, 3rem);
    overflow-wrap: break-word;
  }

  .hero__lead {
    font-size: 1rem;
  }

  .hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero__ticker,
  .metric-row,
  .card-grid,
  .card-grid--four,
  .article-grid,
  .scorecard-actions,
  .one-stable-showcase__grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .hero__ticker {
    margin-top: 36px;
  }

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

  .archive-feature__image {
    min-height: 280px;
    aspect-ratio: 4 / 3;
  }

  .archive-feature__body {
    padding: 30px 22px 34px;
  }

  .archive-feature__body h2 {
    font-size: 2.65rem;
  }

  .archive-stats {
    grid-template-columns: 1fr;
  }

  .archive-stats .metric {
    padding-inline: 0;
  }

  .archive-stats .metric + .metric {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .archive-toolbar {
    grid-template-columns: 1fr;
  }

  .archive-filters {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .archive-article__hero,
  .archive-article__header {
    min-height: 430px;
  }

  .archive-article__header {
    padding-block: 62px 40px;
  }

  .archive-article__hero::after {
    background: linear-gradient(90deg, rgba(23, 23, 22, .96), rgba(23, 23, 22, .84));
  }

  .archive-article__header h1 {
    font-size: clamp(2.15rem, 8.8vw, 3.1rem);
    overflow-wrap: break-word;
  }

  .archive-byline {
    flex-direction: column;
    gap: 6px;
  }

  .archive-article__layout {
    padding-block: 44px 70px;
  }

  .archive-article__content {
    font-size: 1.0625rem;
    line-height: 1.78;
  }

  .archive-article__content iframe {
    min-height: 220px;
  }

  .courage-scorecard-section {
    padding: 58px 11px;
  }

  .courage-bg-glow {
    width: 340px;
    height: 340px;
  }

  .scorecard-container {
    padding: 24px 18px;
  }

  .scorecard-intro h2 {
    font-size: 2.65rem;
  }

  .scorecard-view h2 {
    font-size: 1.95rem;
  }

  .scorecard-question-box h2 {
    font-size: 1.16rem;
  }

  .scorecard-option {
    padding: 15px 16px;
  }

  .scorecard-result-form > div {
    grid-template-columns: 1fr;
  }

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

  .footer__main {
    gap: 30px;
  }

  .footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .not-found-page__art {
    min-height: 0;
    display: flex;
    flex-direction: column;
  }

  .not-found-page__content {
    position: static;
    order: 1;
    width: auto;
    padding: 58px 22px 44px;
    transform: none;
  }

  .not-found-page__content h1 {
    margin-top: 13px;
    font-size: clamp(2.85rem, 13vw, 3.45rem);
  }

  .not-found-page__content > p {
    font-size: 1rem;
  }

  .not-found-page__art picture {
    width: 100%;
    order: 2;
    aspect-ratio: 4 / 3;
    overflow: hidden;
  }

  .not-found-page__art img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 76% center;
  }

  .one-stable-showcase__header {
    width: min(100% - 22px, 800px);
    margin-bottom: 30px;
  }

  .one-stable-showcase__grid {
    width: min(100% - 22px, 1200px);
  }

  .stable-tilt-card {
    min-height: 330px;
  }

  .page-hero {
    min-height: 260px;
  }

  .page-hero--issues {
    min-height: 570px;
    align-items: end;
  }

  .page-hero--issues .page-hero__image {
    inset: 0 0 auto;
    height: 275px;
  }

  .page-hero--issues .page-hero__image img {
    object-position: 30% 50%;
  }

  .page-hero.page-hero--stories .page-hero__image img {
    object-position: 43% 50%;
  }

  .page-hero.page-hero--poll .page-hero__image img {
    width: 100%;
    max-width: 100%;
    object-position: center center;
    transform: none;
  }

  .page-hero.page-hero--poll::before,
  [data-theme="dark"] .page-hero.page-hero--poll::before {
    background:
      linear-gradient(
        90deg,
        rgba(28, 17, 12, 0.97) 0%,
        rgba(28, 17, 12, 0.94) 48%,
        rgba(28, 17, 12, 0.72) 72%,
        rgba(28, 17, 12, 0.3) 100%
      );
  }

  .page-hero.page-hero--join .page-hero__image img {
    object-position: 68% center;
  }

  .page-hero.page-hero--join::before,
  [data-theme="dark"] .page-hero.page-hero--join::before {
    background:
      linear-gradient(
        90deg,
        rgba(24, 17, 12, 0.9) 0%,
        rgba(24, 17, 12, 0.86) 42%,
        rgba(24, 17, 12, 0.7) 58%,
        rgba(24, 17, 12, 0.22) 72%,
        rgba(24, 17, 12, 0) 82%
      );
  }

  .page-hero.page-hero--join h1 {
    max-width: 64%;
    overflow-wrap: normal;
    word-break: normal;
    font-size: clamp(2rem, 8.7vw, 2.5rem);
  }

  .page-hero.page-hero--join p {
    max-width: 64%;
    font-size: 1rem;
  }

  .page-hero.page-hero--about .page-hero__image img {
    width: 100%;
    max-width: 100%;
    object-position: center center;
    transform: none;
  }

  .page-hero.page-hero--about::before,
  [data-theme="dark"] .page-hero.page-hero--about::before {
    background:
      linear-gradient(
        90deg,
        rgba(18, 13, 10, 0.96) 0%,
        rgba(18, 13, 10, 0.95) 42%,
        rgba(18, 13, 10, 0.92) 66%,
        rgba(18, 13, 10, 0.9) 94%,
        rgba(18, 13, 10, 0.7) 97%,
        rgba(18, 13, 10, 0) 100%
      );
  }

  .page-hero.page-hero--about h1 {
    max-width: 100%;
    font-size: clamp(2.25rem, 11vw, 3.25rem);
  }

  .page-hero.page-hero--about p {
    max-width: 100%;
    font-size: 1rem;
  }

  .page-hero.page-hero--stories::before,
  [data-theme="dark"] .page-hero.page-hero--stories::before {
    background:
      linear-gradient(90deg, rgba(10, 8, 7, 0.98) 0%, rgba(15, 11, 9, 0.9) 34%, rgba(18, 13, 10, 0.7) 62%, rgba(18, 13, 10, 0.42) 100%),
      linear-gradient(0deg, rgba(10, 8, 7, 0.48), transparent 58%);
  }

  .page-hero.page-hero--issues::before,
  [data-theme="dark"] .page-hero.page-hero--issues::before {
    background: linear-gradient(180deg, transparent 0%, rgba(12, 9, 7, 0.14) 35%, rgba(12, 9, 7, 0.48) 45%, var(--charcoal-900) 55%, var(--charcoal-900) 100%);
  }

  .page-hero.page-hero--issues .page-hero__inner {
    width: min(100% - 32px, 520px);
    margin-right: auto;
    margin-left: auto;
    padding-top: 300px;
    padding-bottom: 42px;
  }

  .page-hero.page-hero--issues h1 {
    font-size: clamp(2.25rem, 10vw, 3rem);
  }

  .page-hero h1,
  .section-title {
    font-size: clamp(2.25rem, 12vw, 3.6rem);
  }

  .page-hero h1 {
    overflow-wrap: break-word;
  }

  .section {
    padding: 58px 0;
  }

  .art-frame {
    min-height: 270px;
  }

  .poll-panel,
  .form-panel,
  .newsletter-panel {
    padding: 18px;
  }

}

@media (max-width: 480px) {
  .brand__logo {
    height: 48px;
  }

  .scorecard-intro h2 {
    font-size: 2.25rem;
  }
}

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

/* Keep links legible on the dark theme without changing brand backgrounds. */
[data-theme="dark"] .archive-card__link,
[data-theme="dark"] .archive-article__content a,
[data-theme="dark"] .archive-related a span,
[data-theme="dark"] .story-card__read,
[data-theme="dark"] .story-card h3 a:hover,
[data-theme="dark"] .story-card h3 a:focus-visible,
[data-theme="dark"] .success-note.is-error { color: #e8b85c; }
.archive-article__content a, .form-privacy a { text-decoration: underline; }
.courage-scorecard-section { background-color: #171716; }
.btn--gold { background-color: #d99a2b; }
.scorecard-cta { background-color: #b34421; }
.field input::placeholder, .field textarea::placeholder { color: var(--muted); opacity: 1; }

.managed-block iframe { width: 100%; min-height: 360px; aspect-ratio: 16 / 9; border: 0; }
.footer__managed { max-width: var(--wrap); margin: 0 auto 24px; padding-inline: 24px; }
