@font-face {
  font-family: "Test Signifier";
  src:
    url("/assets/fonts/Klim-Order-26060488/WOFF2/signifier-regular.woff2") format("woff2"),
    url("/assets/fonts/signifier-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Test Signifier";
  src:
    url("/assets/fonts/Klim-Order-26060488/WOFF2/signifier-regular-italic.woff2") format("woff2"),
    url("/assets/fonts/signifier-regular-italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Test Signifier";
  src:
    url("/assets/fonts/Klim-Order-26060488/WOFF2/signifier-bold.woff2") format("woff2"),
    url("/assets/fonts/signifier-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Test Signifier";
  src:
    url("/assets/fonts/Klim-Order-26060488/WOFF2/signifier-bold-italic.woff2") format("woff2"),
    url("/assets/fonts/signifier-bold-italic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "PP Neue Machina Inktrap";
  src:
    url("/assets/fonts/PP Neue Machina - Inktrap Essentials v2.0 2/web/PPNeueMachina-InktrapRegular.woff2") format("woff2"),
    url("/assets/fonts/PP Neue Machina - Inktrap Essentials v2.0 2/web/PPNeueMachina-InktrapRegular.woff") format("woff");
  font-weight: 375;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PP Neue Machina Inktrap";
  src:
    url("/assets/fonts/PP Neue Machina - Inktrap Essentials v2.0 2/web/PPNeueMachina-InktrapRegularItalic.woff2") format("woff2"),
    url("/assets/fonts/PP Neue Machina - Inktrap Essentials v2.0 2/web/PPNeueMachina-InktrapRegularItalic.woff") format("woff");
  font-weight: 375;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "PP Neue Machina Inktrap";
  src:
    url("/assets/fonts/PP Neue Machina - Inktrap Essentials v2.0 2/web/PPNeueMachina-InktrapBold.woff2") format("woff2"),
    url("/assets/fonts/PP Neue Machina - Inktrap Essentials v2.0 2/web/PPNeueMachina-InktrapBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PP Neue Machina Inktrap";
  src:
    url("/assets/fonts/PP Neue Machina - Inktrap Essentials v2.0 2/web/PPNeueMachina-InktrapBoldItalic.woff2") format("woff2"),
    url("/assets/fonts/PP Neue Machina - Inktrap Essentials v2.0 2/web/PPNeueMachina-InktrapBoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

:root {
  color-scheme: light;
  --paper: #fffff8;
  --khaki: #e6e5d0;
  --ink: #16160f;
  --muted: #6f6e5b;
  --deep: #060606;
  --line: rgba(98, 97, 77, 0.45);
  --line-soft: rgba(98, 97, 77, 0.18);
  --task-line: rgba(133, 132, 109, 0.32);
  --gold: #fdee00;
  --gold-hover: #fdee00;
  --gold-active: #e5d700;
  --acid: var(--gold);
  --ochre: #c49328;
  --white: #ffffff;
  --max: 1650px;
  --display: "Test Signifier", "Signifier", Georgia, "Times New Roman", serif;
  --tech: "PP Neue Machina Inktrap", "PP Neue Machina", "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
}

@property --statement-reveal {
  syntax: '<percentage>';
  inherits: false;
  initial-value: -35%;
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

html {
  scroll-behavior: auto;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--tech);
  font-weight: 375;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.32px;
}

a {
  color: inherit;
}

a:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 16px;
  left: 16px;
  z-index: 20;
  padding: 8px 14px;
  color: var(--deep);
  background: var(--gold);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: absolute;
  top: 43px;
  left: 50%;
  z-index: 5;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: min(calc(100% - 120px), 1600px);
  color: var(--white);
  transform: translateX(-50%);
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.site-header .brand img {
  display: block;
  width: auto;
  height: 39px;
}

.site-footer .brand img {
  display: block;
  width: auto;
  height: 34px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 7px;
}

.site-nav a,
.button {
  --button-border-stroke: rgba(255, 255, 255, 0.72);

  position: relative;
  display: inline-flex;
  height: 29px;
  min-height: 29px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  overflow: hidden;
  border-radius: 8px;
  isolation: isolate;
  font-family: var(--tech);
  font-weight: 375;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.32px;
  box-shadow: none;
  text-decoration: none;
  white-space: nowrap;
  transition:
    background-color 160ms ease,
    box-shadow 160ms ease,
    color 160ms ease,
    transform 120ms ease;
}

.site-nav a {
  width: 95px;
  padding-inline: 0;
  color: var(--white);
  background: rgba(255, 255, 255, 0.2);
}

.button {
  --button-border-stroke: rgba(6, 6, 6, 0.52);

  color: var(--deep);
  background: var(--gold);
}

.site-nav .nav-cta,
.button {
  width: 141px;
}

.site-nav a>span,
.button>span {
  position: relative;
  z-index: 3;
}

.site-nav a>span,
.button>span {
  display: inline-block;
  transform: translateY(1px);
}

.button-border {
  position: absolute;
  inset: 2px;
  z-index: 2;
  display: block;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  fill: none;
  overflow: visible;
  pointer-events: none;
}

.nav-cta .button-border,
.button .button-border {
  display: none;
}

.button-border-line {
  fill: none;
  stroke: var(--button-border-stroke);
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 0.22 0.78;
  stroke-dashoffset: 0.22;
  opacity: 0;
  vector-effect: non-scaling-stroke;
}

.site-nav a:is(:hover, :focus-visible),
.button:is(:hover, :focus-visible) {
  color: var(--deep);
  background-color: var(--gold-hover);
  box-shadow: 0 4px 12px rgba(6, 6, 6, 0.14);
}

.site-nav a:active {
  color: var(--deep);
  background-color: var(--gold-active);
  box-shadow: none;
  transform: translateY(1px);
}

.site-nav .nav-cta:active,
.button:active {
  color: var(--deep);
  background-color: var(--gold-active);
  box-shadow: none;
  transform: translateY(1px);
}

.hero:has(.blue-hue)::before,
.workflow:has(.blue-hue)::before,
.footer-hero:has(.blue-hue)::before,
.hero:has(.yellow-hue)::before,
.workflow:has(.yellow-hue)::before,
.footer-hero:has(.yellow-hue)::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.hero,
.footer-hero {
  position: relative;
  width: calc(100% - 48px);
  max-width: var(--max);
  margin: 22px auto 0;
  overflow: hidden;
  border-radius: 12px;
  background: #15150e;
}

.hero {
  min-height: 740px;
}

.hero-art,
.footer-art,
.workflow-art {
  display: block;
}

.hero-art,
.footer-art,
.workflow-art,
.mission-carousel-art,
.about-proof-art {
  pointer-events: none;
}

.hero-art::-webkit-media-controls,
.footer-art::-webkit-media-controls,
.workflow-art::-webkit-media-controls,
.mission-carousel-art::-webkit-media-controls,
.about-proof-art::-webkit-media-controls,
.hero-art::-webkit-media-controls-start-playback-button,
.footer-art::-webkit-media-controls-start-playback-button,
.workflow-art::-webkit-media-controls-start-playback-button,
.mission-carousel-art::-webkit-media-controls-start-playback-button,
.about-proof-art::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

.hero-art,
.footer-art,
.workflow-art {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-art,
.workflow-art,
.about-proof-art,
.footer-art {
  transform: scale(1.018);
  transform-origin: 50% 56%;
  animation: background-image-life 32s cubic-bezier(0.42, 0, 0.2, 1) infinite alternate;
  filter: brightness(1.012) saturate(1.028);
  will-change: transform, filter;
}

.hero-art {
  transform-origin: 50% 58%;
  animation-name: hero-image-drift;
  filter: brightness(0.8);
}

.workflow-art {
  transform-origin: 50% 52%;
  animation-duration: 36s;
  animation-delay: -9s;
  animation-direction: alternate-reverse;
}

.about-proof-art {
  transform-origin: 52% 42%;
  animation-duration: 38s;
  animation-delay: -15s;
}

.footer-art {
  transform-origin: 50% 44%;
  animation-duration: 34s;
  animation-delay: -6s;
  animation-direction: alternate-reverse;
}

.hero::after,
.workflow::after,
.about-proof::after,
.footer-hero::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background-image:
    radial-gradient(circle at 50% 50%, transparent 0 45%, rgba(0, 0, 0, 0.12) 82%),
    linear-gradient(110deg,
      transparent 0 30%,
      rgba(124, 201, 198, 0.08) 42%,
      rgba(253, 238, 0, 0.08) 50%,
      transparent 62% 100%);
  background-size: 100% 100%, 180% 100%;
  background-position: center, -45% center;
  pointer-events: none;
  animation: background-color-field 34s cubic-bezier(0.42, 0, 0.2, 1) infinite alternate;
}

.workflow::after,
.footer-hero::after {
  background: rgba(0, 0, 0, 0.6);
  animation: none;
}

.hero::after {
  background: rgba(0, 0, 0, 0.4);
  animation: none;
}

@keyframes hero-data-sweep {

  0%,
  18% {
    opacity: 0;
    transform: translate3d(-58%, 0, 0);
  }

  34% {
    opacity: 0.42;
  }

  58% {
    opacity: 0.28;
    transform: translate3d(28%, 0, 0);
  }

  100% {
    opacity: 0;
    transform: translate3d(58%, 0, 0);
  }
}

@keyframes background-image-life {
  0% {
    filter: brightness(1.006) saturate(1.02);
    transform: scale(1.018) translate3d(-0.26%, 0.16%, 0);
  }

  32% {
    filter: brightness(1.024) saturate(1.04);
    transform: scale(1.022) translate3d(0.22%, -0.3%, 0);
  }

  66% {
    filter: brightness(1.014) saturate(1.032);
    transform: scale(1.02) translate3d(0.34%, 0.18%, 0);
  }

  100% {
    filter: brightness(1.028) saturate(1.048);
    transform: scale(1.024) translate3d(-0.14%, -0.28%, 0);
  }
}

@keyframes hero-image-drift {
  0% {
    transform: scale(1.018) translate3d(-0.26%, 0.16%, 0);
  }

  32% {
    transform: scale(1.022) translate3d(0.22%, -0.3%, 0);
  }

  66% {
    transform: scale(1.02) translate3d(0.34%, 0.18%, 0);
  }

  100% {
    transform: scale(1.024) translate3d(-0.14%, -0.28%, 0);
  }
}

@keyframes background-color-field {
  0% {
    opacity: 0.58;
    background-position: center, -45% center;
  }

  45% {
    opacity: 0.76;
  }

  100% {
    opacity: 0.64;
    background-position: center, 145% center;
  }
}

.hero-copy {
  position: absolute;
  left: 50%;
  top: 70.8%;
  z-index: 3;
  width: min(1200px, calc(100% - 48px));
  color: var(--white);
  text-align: center;
  transform: translate(-50%, -50%);
}

h1,
h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: 0;
}

.hero h1 {
  font-size: clamp(48px, 5.65vw, 72px);
  line-height: 0.899111;
}

.hero-copy p {
  width: min(773px, 100%);
  margin: 14px auto 0;
  font-size: clamp(16px, 1.72vw, 22px);
  line-height: 1.2;
  letter-spacing: -0.44px;
}

.section-grid {
  display: grid;
  justify-content: center;
  grid-template-columns: minmax(0, 580px) minmax(280px, 468px);
  gap: clamp(40px, 9vw, 112px);
  width: min(calc(100% - 120px), var(--max));
  margin: 0 auto;
}

.intro {
  padding: 86px 0 103px;
}

.intro h2,
.capacity h2 {
  font-size: 40px;
  line-height: 1.1;
}

.intro p {
  align-self: start;
  margin: 12px 0 0;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.36px;
}

.capacity {
  position: relative;
  padding: 103px 0 0;
  background: var(--khaki);
}

.task-board {
  --task-cycle: 9.6s;

  z-index: 999;
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  width: min(calc(100% - 120px), var(--max));
  margin: 76px auto 0;
}

.task-board::before,
.task-board::after {
  position: absolute;
  top: 75px;
  width: 60px;
  height: 1px;
  content: "";
  background-image: linear-gradient(90deg, var(--white) 50%, transparent 0);
  background-size: 8px 1px;
}

.task-board::before {
  right: 100%;
}

.task-board::after {
  left: 100%;
}

.task-card {
  position: relative;
  min-height: auto;
  border: 1px solid rgba(255, 255, 255, 0.79);
  padding: 3px 2px 4px;
  border-radius: 8px;
}

.task-card-inner {
  position: relative;
  height: 100%;
  min-height: auto;
  padding: 30px 38px;
  overflow: visible;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.79);
  border: 1px solid var(--white);
  border-radius: 8px;
}

.task-card:not(:last-child)::after {
  position: absolute;
  top: 75px;
  left: 100%;
  z-index: 2;
  width: 8px;
  height: 1px;
  content: "";
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0 4px, transparent 4px 8px);
  background-size: 8px 1px;
  opacity: 0.45;
  pointer-events: none;
}

.task-card h3,
.source-tags {
  margin: 0;
  font-family: var(--tech);
  font-size: 16px;
  font-weight: 375;
  line-height: 1.2;
  text-transform: uppercase;
}

.task-card ol {
  display: grid;
  gap: 0;
  padding: 10px 0 0;
  margin: 0;
  list-style: none;
}

.task-card li {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 76px;
  gap: 14px;
  min-height: 79px;
  padding: 16px 0 12px;
  overflow: hidden;
  border-top: 1px solid var(--task-line);
  opacity: 1;
  animation: task-row-1 var(--task-cycle) ease-in-out infinite;
}

.task-card li:nth-child(2) {
  animation-name: task-row-2;
}

.task-card li:nth-child(3) {
  animation-name: task-row-3;
}

.task-card li:nth-child(4) {
  animation-name: task-row-4;
}

.task-card li::after {
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(253, 238, 0, 0.9), transparent);
  opacity: 0;
  pointer-events: none;
  transform: scaleX(0);
  transform-origin: left;
  animation: task-row-line-1 var(--task-cycle) ease-in-out infinite;
}

.task-card li:nth-child(2)::after {
  animation-name: task-row-line-2;
}

.task-card li:nth-child(3)::after {
  animation-name: task-row-line-3;
}

.task-card li:nth-child(4)::after {
  animation-name: task-row-line-4;
}

.task-card small {
  display: grid;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: -0.26px;
}

@keyframes task-row-1 {

  0%,
  3% {
    color: var(--muted);
    opacity: 0.5;
  }

  8%,
  88% {
    color: var(--ink);
    opacity: 1;
  }

  96%,
  100% {
    color: var(--muted);
    opacity: 0.5;
  }
}

@keyframes task-row-2 {

  0%,
  18% {
    color: var(--muted);
    opacity: 0.5;
  }

  24%,
  88% {
    color: var(--ink);
    opacity: 1;
  }

  96%,
  100% {
    color: var(--muted);
    opacity: 0.5;
  }
}

@keyframes task-row-3 {

  0%,
  33% {
    color: var(--muted);
    opacity: 0.5;
  }

  40%,
  88% {
    color: var(--ink);
    opacity: 1;
  }

  96%,
  100% {
    color: var(--muted);
    opacity: 0.5;
  }
}

@keyframes task-row-4 {

  0%,
  48% {
    color: var(--muted);
    opacity: 0.5;
  }

  56%,
  88% {
    color: var(--ink);
    opacity: 1;
  }

  96%,
  100% {
    color: var(--muted);
    opacity: 0.5;
  }
}

@keyframes task-row-line-1 {

  0%,
  3% {
    opacity: 0;
    transform: scaleX(0);
  }

  8% {
    opacity: 0.9;
    transform: scaleX(1);
  }

  14%,
  100% {
    opacity: 0;
    transform: scaleX(1);
  }
}

@keyframes task-row-line-2 {

  0%,
  18% {
    opacity: 0;
    transform: scaleX(0);
  }

  24% {
    opacity: 0.9;
    transform: scaleX(1);
  }

  30%,
  100% {
    opacity: 0;
    transform: scaleX(1);
  }
}

@keyframes task-row-line-3 {

  0%,
  33% {
    opacity: 0;
    transform: scaleX(0);
  }

  40% {
    opacity: 0.9;
    transform: scaleX(1);
  }

  46%,
  100% {
    opacity: 0;
    transform: scaleX(1);
  }
}

@keyframes task-row-line-4 {

  0%,
  48% {
    opacity: 0;
    transform: scaleX(0);
  }

  56% {
    opacity: 0.9;
    transform: scaleX(1);
  }

  62%,
  100% {
    opacity: 0;
    transform: scaleX(1);
  }
}

.mission-carousel {
  position: relative;
  width: min(100%, 1280px);
  height: 573px;
  margin: 80px auto 0;
  overflow: hidden;
}

.js-loaded .mission-carousel {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.js-loaded .mission-carousel.is-visible {
  opacity: 1;
  transform: none;
}

.mission-carousel-art {
  position: absolute;
  left: 19.75%;
  top: 66px;
  z-index: 1;
  display: block;
  width: 74.3%;
  height: 507px;
  object-fit: cover;
}

.mission-panel {
  position: absolute;
  left: 4%;
  top: 0;
  z-index: 2;
  width: 55%;
  height: 372px;
  padding: 48px 38px 0;
  overflow: hidden;
  color: var(--ink);
  background: var(--khaki);
}

.mission-tabs {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, max-content);
  gap: 55px;
  align-items: start;
  height: 26px;
  padding: 0 0 0 23px;
}

.mission-tabs::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  content: "";
  background: var(--line);
}

.mission-tabs button {
  position: relative;
  padding: 0;
  color: var(--ink);
  background: transparent;
  border: 0;
  font-family: var(--tech);
  font-size: 16px;
  font-weight: 375;
  line-height: 1.2;
  letter-spacing: -0.32px;
  text-transform: uppercase;
  cursor: pointer;
}

.mission-tabs button::after {
  position: absolute;
  left: 0;
  bottom: -9px;
  width: 79px;
  height: 4px;
  content: "";
  background: var(--gold);
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left;
}

.mission-tabs button.is-active {
  color: var(--ochre);
}

.mission-tabs button.is-active::after {
  opacity: 1;
  transform: scaleX(1);
  transition: opacity 140ms ease, transform 320ms cubic-bezier(0.16, 1, 0.3, 1);
}

.mission-divider {
  display: none;
}

.mission-slide {
  padding-top: 21px;
}

.mission-slide[hidden] {
  display: none;
}

.mission-slide h3 {
  margin: 0;
  font-family: var(--display);
  font-size: 36px;
  font-weight: 400;
  line-height: 52px;
  letter-spacing: 0;
}

.mission-slide p {
  width: min(461px, 100%);
  margin: 6px 0 0;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.32px;
}

.mission-slide.is-active {
  animation: mission-slide-in 420ms ease both;
}

@keyframes mission-slide-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.impact {
  padding: 64px 0 34px;
}

.impact-intro {
  grid-template-columns: minmax(0, 625px) minmax(280px, 468px);
  gap: 67px;
}

.impact h2 {
  font-size: 40px;
  line-height: 1.1;
}

.impact p {
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.36px;
}

.impact-intro p+p {
  margin-top: 22px;
}

.impact-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 91px;
  width: min(calc(100% - 120px), var(--max));
  margin: 84px auto 0;
  padding: 0;
}

.impact-stats div {
  display: grid;
  justify-items: center;
  text-align: center;
}

.impact-stats dt,
.impact-stats dd {
  margin: 0;
  text-align: center;
}

.impact-stats dt {
  color: var(--ink);
  font-family: var(--tech);
  font-size: 114px;
  font-weight: 375;
  line-height: 0.56;
  letter-spacing: -2.28px;
}

.impact-stats dd {
  margin-top: 8px;
  color: var(--ink);
  font-size: 23px;
  line-height: 1.2;
  letter-spacing: -0.46px;
}

.impact-notes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 549px));
  justify-content: center;
  gap: 29px 47px;
  width: min(calc(100% - 120px), 1600px);
  margin: 95px auto 0;
}

.impact-notes p {
  min-height: 80px;
  padding-top: 11px;
  border-top: 1px solid var(--line);
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -0.44px;
  text-align: left;
  text-align-last: left;
  text-transform: uppercase;
}

.impact .impact-footnote {
  width: max-content;
  max-width: calc(100% - 120px);
  margin: 16px auto 0;
  text-align: center;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: -0.3px;
  white-space: nowrap;
}

.workflow {
  position: relative;
  min-height: 768px;
  overflow: hidden;
  color: var(--white);
  background: #0b0c11;
  z-index: 999;
}

.source-tags {
  position: absolute;
  inset: 62px 80px 112px;
  z-index: 4;
  padding: 0;
  list-style: none;
}

.source-tags li {
  --trace-angle: 0deg;
  --trace-left: 100%;
  --trace-length: 260px;
  --trace-offset: 10px;

  position: absolute;
  z-index: 0;
  min-width: 197px;
  padding: 15px 24px;
  border: 1px dotted rgba(255, 255, 255, 0.58);
  font-size: 16px;
  text-align: center;
  isolation: isolate;
  opacity: 0.5;
  color: var(--white);
  background-color: transparent;
  box-shadow: none;
  transition: opacity 0.4s ease, border-color 0.4s ease, background-color 0.4s ease, box-shadow 0.4s ease, font-weight 0.4s ease;
}

.source-tags li.is-active {
  opacity: 1;
  font-weight: 700;

  background-color: rgba(255, 255, 255, 0.045);
  border-color: rgba(253, 238, 0, 0.86);
  box-shadow:
    0 0 18px rgba(253, 238, 0, 0.14),
    inset 0 0 0 1px rgba(253, 238, 0, 0.2);
}

.source-tags li::before {
  position: absolute;
  left: var(--trace-left);
  top: 50%;
  z-index: -1;
  width: var(--trace-length);
  height: 1px;
  content: "";
  background: linear-gradient(90deg, rgba(253, 238, 0, 0.85), rgba(255, 255, 255, 0.32), transparent);
  opacity: 0;
  pointer-events: none;
  transform: translate3d(var(--trace-offset), -50%, 0) rotate(var(--trace-angle)) scaleX(0);
  transform-origin: left center;
}

.source-tags li.is-active::before {
  animation: source-trace-activate 2s ease-in-out forwards;
}

.source-tags li:nth-child(1) {
  --trace-angle: 24deg;
  --trace-length: 340px;

  left: 0;
  top: 0;
}

.source-tags li:nth-child(2) {
  --trace-angle: 92deg;
  --trace-left: 50%;
  --trace-length: 210px;
  --trace-offset: 0;

  left: 48%;
  top: 49px;
}

.source-tags li:nth-child(3) {
  --trace-angle: 15deg;
  --trace-length: 290px;

  left: 15%;
  top: 99px;
}

.source-tags li:nth-child(4) {
  --trace-angle: 166deg;
  --trace-left: 0;
  --trace-length: 310px;
  --trace-offset: -10px;

  right: 8%;
  top: 119px;
}

.source-tags li:nth-child(5) {
  --trace-angle: -24deg;
  --trace-length: 330px;

  left: 8.3%;
  bottom: 116px;
}

.source-tags li:nth-child(6) {
  --trace-angle: -154deg;
  --trace-left: 0;
  --trace-length: 300px;
  --trace-offset: -10px;

  right: 19.5%;
  bottom: 0;
}

@keyframes source-trace-activate {
  0% {
    opacity: 0;
    transform: translate3d(var(--trace-offset), -50%, 0) rotate(var(--trace-angle)) scaleX(0);
  }

  20% {
    opacity: 0.72;
    transform: translate3d(var(--trace-offset), -50%, 0) rotate(var(--trace-angle)) scaleX(0.3);
  }

  55% {
    opacity: 0.32;
    transform: translate3d(var(--trace-offset), -50%, 0) rotate(var(--trace-angle)) scaleX(1);
  }

  100% {
    opacity: 0;
    transform: translate3d(var(--trace-offset), -50%, 0) rotate(var(--trace-angle)) scaleX(1);
  }
}

.workflow-copy {
  position: absolute;
  left: 50%;
  top: 52%;
  z-index: 4;
  width: min(854px, calc(100% - 48px));
  text-align: center;
  transform: translate(-50%, -50%);
}

.workflow-copy h2 {
  font-size: 60px;
  line-height: 1;
}

.workflow-copy p {
  width: min(448px, 100%);
  margin: 22px auto 15px;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.36px;
}

.statement {
  position: relative;
  width: auto;
  min-height: 381px;
  margin:
    67px max(38px, calc((100% - 1280px) / 2 + 76px)) 100px max(38px, calc((100% - 1280px) / 2 + 60px));
  padding: 40px 28px 38px;
  border: 1px dashed #85846d;
}

.statement::before {
  position: absolute;
  inset: 21px 22px -21px -22px;
  z-index: -1;
  content: "";
  border: 1px dashed #85846d;
  pointer-events: none;
}

.statement p {
  margin: 0 0 15px;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.32px;
  text-transform: uppercase;
}

.statement h2 {
  max-width: 1068px;
  margin-top: 0;
  font-family: var(--tech);
  font-weight: 375;
  font-size: 66px;
  line-height: 1.01;
  letter-spacing: -1.32px;
}

.js-loaded .statement #statement-title {
  --statement-reveal: -35%;
  -webkit-mask-image: linear-gradient(to bottom,
      black var(--statement-reveal),
      transparent calc(var(--statement-reveal) + 35%));
  mask-image: linear-gradient(to bottom,
      black var(--statement-reveal),
      transparent calc(var(--statement-reveal) + 35%));
  transition: --statement-reveal 1.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.js-loaded .statement.is-visible #statement-title {
  --statement-reveal: 100%;
}

.products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 487px));
  justify-content: center;
  gap: 46px;
  width: min(calc(100% - 120px), 1029px);
  margin: 120px auto;
}

.product-card {
  --card-background: var(--paper);
  --card-border: var(--line);
  --card-color: var(--ink);
  --icon-filter: none;

  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 601px;
  padding: 35px 44px 61px;
  color: var(--card-color);
  background-color: var(--card-background);
  text-align: center;
  text-decoration: none;
  border: 2px dotted var(--card-border);
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.product-card::before {
  position: absolute;
  inset: 14px 9px -14px -14px;
  z-index: -1;
  content: "";
  border: 2px dotted var(--card-border);
  pointer-events: none;
  transition: border-color 160ms ease;
}

.product-card::after {
  position: absolute;
  inset: -1px;
  z-index: 1;
  content: "";
  background:
    linear-gradient(90deg, transparent, rgba(253, 238, 0, 0.55), transparent) top left / 100% 1px no-repeat,
    linear-gradient(180deg, transparent, rgba(253, 238, 0, 0.42), transparent) top right / 1px 100% no-repeat,
    linear-gradient(270deg, transparent, rgba(253, 238, 0, 0.35), transparent) bottom right / 100% 1px no-repeat,
    linear-gradient(0deg, transparent, rgba(253, 238, 0, 0.32), transparent) bottom left / 1px 100% no-repeat;
  opacity: 0;
  pointer-events: none;
}

.product-card:focus-within::after {
  animation: product-card-audit 900ms ease-out both;
}

.product-card>* {
  position: relative;
  z-index: 2;
}

.product-icon {
  position: relative;
  flex: 0 0 auto;
  margin: 0 auto;
}

.product-icon img {
  position: absolute;
  display: block;
  filter: var(--icon-filter);
  max-width: none;
  transition: filter 160ms ease;
}

.product-icon-workforce {
  width: 246px;
  height: 279px;
  margin-bottom: 31px;
}

.product-icon-geppetto {
  width: 300px;
  height: 264px;
  margin-top: 8px;
  margin-bottom: 38px;
}

.product-icon-workforce img:nth-child(1) {
  left: 0.21px;
  top: 15.8px;
  width: 180.57px;
  height: 182.03px;
}

.product-icon-workforce img:nth-child(2) {
  left: 162.07px;
  top: 165.23px;
  width: 83.92px;
  height: 98.31px;
}

.product-icon-workforce img:nth-child(3) {
  left: 83.51px;
  top: 83.9px;
  width: 141.79px;
  height: 31.17px;
}

.product-icon-workforce img:nth-child(4) {
  left: 0.11px;
  top: 230.08px;
  width: 123px;
  height: 33.38px;
}

.product-icon-workforce img:nth-child(5) {
  left: 123.08px;
  top: 116.32px;
  width: 102.22px;
  height: 14.97px;
}

.product-icon-workforce img:nth-child(6) {
  left: 20.31px;
  top: 199.62px;
  width: 102.77px;
  height: 14.31px;
}

.product-icon-workforce img:nth-child(7) {
  left: 225.25px;
  top: 15.64px;
  width: 20.75px;
  height: 68.29px;
}

.product-icon-workforce img:nth-child(8) {
  left: 0;
  top: 96.34px;
  width: 88.24px;
  height: 85.65px;
}

.product-icon-workforce img:nth-child(9) {
  left: 123.09px;
  top: 213.88px;
  width: 39.25px;
  height: 16.2px;
}

.product-icon-workforce img:nth-child(10) {
  left: 83.65px;
  top: 35.16px;
  width: 39.41px;
  height: 15.9px;
}

.product-icon-workforce img:nth-child(11) {
  left: 83.52px;
  top: 68.33px;
  width: 39.56px;
  height: 15.57px;
}

.product-icon-workforce img:nth-child(12) {
  left: 123.02px;
  top: 148.73px;
  width: 39.19px;
  height: 15.36px;
}

.product-icon-workforce img:nth-child(13) {
  left: 65.05px;
  top: 83.96px;
  width: 18.48px;
  height: 15.63px;
}

.product-icon-workforce img:nth-child(14) {
  left: 106.02px;
  top: 131.82px;
  width: 17.13px;
  height: 16.9px;
}

.product-icon-workforce img:nth-child(15) {
  left: 106.54px;
  top: 0;
  width: 16.65px;
  height: 16.25px;
}

.product-icon-workforce img:nth-child(16) {
  left: 122.78px;
  top: 263.41px;
  width: 15.77px;
  height: 15.59px;
}

.product-icon-geppetto img:nth-child(1) {
  left: 0;
  top: 54.53px;
  width: 30.07px;
  height: 3.91px;
}

.product-icon-geppetto img:nth-child(2) {
  left: 30.07px;
  top: 31.33px;
  width: 240.41px;
  height: 129.25px;
}

.product-icon-geppetto img:nth-child(3) {
  left: 30.1px;
  top: 160.53px;
  width: 211.28px;
  height: 103.47px;
}

.product-icon-geppetto img:nth-child(4) {
  left: 270.37px;
  top: 160.56px;
  width: 29.62px;
  height: 103.43px;
}

.product-icon-geppetto img:nth-child(5) {
  left: 178.49px;
  top: 5.43px;
  width: 32.48px;
  height: 25.79px;
}

.product-icon-geppetto img:nth-child(6) {
  left: 210.94px;
  top: 236.98px;
  width: 30.44px;
  height: 26.99px;
}

.product-icon-geppetto img:nth-child(7) {
  left: 210.56px;
  top: 0;
  width: 60.08px;
  height: 5.66px;
}

.product-icon-geppetto img:nth-child(8) {
  left: 149.21px;
  top: 0.03px;
  width: 29.42px;
  height: 5.32px;
}

.product-card h2 {
  width: min(255px, 100%);
  min-height: 53px;
  font-size: 48px;
  line-height: 1.1;
}

.product-card p {
  width: min(397px, 100%);
  min-height: 93px;
  margin: 20px auto 0;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.36px;
}

.product-card .button {
  width: 141px;
  margin-top: 0;
}

.product-card:focus-within {
  --card-background: var(--ink);
  --card-border: var(--muted);
  --card-color: var(--paper);
  --icon-filter: brightness(0) invert(1);
}

@media (hover: hover) and (pointer: fine) {
  .product-card:hover {
    --card-background: var(--ink);
    --card-border: var(--muted);
    --card-color: var(--paper);
    --icon-filter: brightness(0) invert(1);
  }

  .product-card:hover::after {
    animation: product-card-audit 900ms ease-out both;
  }
}

@keyframes product-card-audit {
  0% {
    opacity: 0;
    clip-path: inset(0 100% 100% 0);
  }

  36% {
    opacity: 0.86;
    clip-path: inset(0 0 100% 0);
  }

  58% {
    opacity: 0.7;
    clip-path: inset(0 0 0 0);
  }

  100% {
    opacity: 0;
    clip-path: inset(0);
  }
}

.capability {
  padding: 0 0 124px;
}

.capability h2 {
  font-size: 48px;
  line-height: 1.1;
}

.capability-copy p {
  max-width: 456px;
  margin: 27px 0 0;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.36px;
}

.capability-list {
  display: grid;
  gap: 0;
}

.capability-list article {
  padding: 0 0 27px 0;
}

.capability-list article:last-child {}

.capability-list h3 {
  margin: 0;
  font-family: var(--tech);
  font-weight: 375;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.36px;
  text-transform: uppercase;
  border-top: 1px solid #000;
  border-bottom: 1px dashed #000;
  padding: 15px 0 11px 0;
}

.capability-list p {
  max-width: 583px;
  margin: 17px 0 0;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.36px;
}

.footer-hero {
  width: 100%;
  max-width: none;
  min-height: 623px;
  margin: 0;
  border-radius: 0;
}

.footer-hero-copy {
  position: absolute;
  left: 50%;
  top: 155px;
  z-index: 3;
  width: min(821px, calc(100% - 40px));
  color: var(--white);
  text-align: center;
  transform: translateX(-50%);
}

.footer-hero h2 {
  font-family: var(--tech);
  font-weight: 375;
  font-size: 66px;
  line-height: 1.01;
  letter-spacing: -1.32px;
}

.footer-hero .button {
  margin-top: 21px;
  width: 210px;
  height: 46px;
  min-height: 46px;
}

.site-footer {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  width: calc(100% - 114px);
  margin: -145px auto 0;
  padding-top: 17px;
  color: var(--white);
  border-top: 1px solid transparent;
  background-image: linear-gradient(90deg, var(--white) 0 9px, transparent 9px 18px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 18px 1px;
}

.footer-links {
  display: grid;
  gap: 5px;
  justify-self: center;
  padding: 8px 0 0;
  margin: 0;
  list-style: none;
}

.footer-links,
.site-footer-credit {
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.36px;
}

.site-footer a {
  position: relative;
  text-decoration: none;
}

/* .site-footer a::after {
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 1px;
  content: "";
  background: currentColor;
  opacity: 0.75;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
} */

.site-footer a:is(:hover, :focus-visible)::after {
  transform: scaleX(1);
}

.site-footer-credit {
  justify-self: end;
  padding-top: 8px;
  margin: 0;
}

.about-page {
  border-top: 11px solid var(--acid);
}

.about-page .site-header {
  color: var(--ink);
}

.about-page .site-header .brand img {
  filter: none;
}

.about-page .site-nav a {
  color: var(--white);
  background: var(--deep);
}

.about-page .site-nav .nav-cta {
  color: var(--deep);
  background: var(--gold);
}

.about-page .site-nav a:is(:hover, :focus-visible) {
  color: var(--deep);
  background-color: var(--gold-hover);
  box-shadow: 0 4px 12px rgba(6, 6, 6, 0.14);
}

.about-page .site-nav a:active {
  color: var(--deep);
  background-color: var(--gold-active);
}

.about-page .button {
  background: var(--acid);
}

.about-hero {
  width: min(calc(100% - 114px), var(--max));
  margin: 0 auto;
  padding: 229px 0 68px;
}

.about-hero::before {
  display: block;
  height: 1px;
  margin-bottom: 19px;
  content: "";
  background-image: linear-gradient(90deg, var(--ink) 0 4px, transparent 4px 8px);
  background-repeat: repeat-x;
  background-size: 8px 1px;
}

.about-hero h1 {
  max-width: 1001px;
  font-size: 66px;
  line-height: 1.01;
}

.about-hero p {
  max-width: 595px;
  margin: 43px 0 0;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.36px;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 32px;
  width: min(calc(100% - 114px), 760px);
  margin: 0 auto 96px;
}

.contact-form label {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact-form label.full {
  grid-column: 1 / -1;
}

.contact-form label>span {
  font-family: var(--tech);
  font-size: 14px;
  font-weight: 375;
  line-height: 1.2;
  letter-spacing: -0.28px;
  color: var(--ink);
  text-transform: uppercase;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 14px 16px;
  color: var(--deep);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-family: var(--tech);
  font-size: 16px;
  font-weight: 375;
  line-height: 1.2;
  letter-spacing: -0.32px;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.contact-form textarea {
  min-height: 148px;
  resize: vertical;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: var(--muted);
}

.contact-form input:hover,
.contact-form textarea:hover {
  border-color: var(--ink);
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--ink);
  box-shadow: 0 0 0 3px rgba(253, 238, 0, 0.35);
}

.form-actions {
  display: flex;
  align-items: center;
  margin-top: 8px;
}

.form-actions button {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 48px;
  padding: 0 26px;
  color: var(--deep);
  background: var(--gold);
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-family: var(--tech);
  font-weight: 375;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.32px;
  white-space: nowrap;
  transition: background-color 160ms ease, box-shadow 160ms ease, transform 120ms ease;
}

.form-actions button>span {
  transform: translateY(1px);
}

.form-actions button svg {
  width: 16px;
  height: 16px;
  overflow: visible;
}

.form-actions button path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.form-actions button:is(:hover, :focus-visible) {
  background-color: var(--gold-hover);
  box-shadow: 0 4px 12px rgba(6, 6, 6, 0.14);
}

.form-actions button:is(:hover, :focus-visible) svg {
  transform: translateX(2px);
}

.form-actions button:active {
  background-color: var(--gold-active);
  box-shadow: none;
  transform: translateY(1px);
}

.form-actions button:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
}

.about-proof {
  position: relative;
  min-height: 775px;
  overflow: hidden;
  color: var(--white);
  background: #15150e;
}

.about-proof-art {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.about-proof::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  content: "";
  background: #0008;
  pointer-events: none;
}

.about-proof-copy {
  position: relative;
  z-index: 3;
  width: min(calc(100% - 120px), var(--max));
  margin: 0 auto;
  padding-top: 157px;
}

.about-proof h2 {
  width: max-content;
  max-width: 100%;
  font-size: 48px;
  line-height: 1.1;
  white-space: nowrap;
}

.about-proof-text {
  max-width: 595px;
  margin: 132px 0 0;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.36px;
}

.about-proof-text p {
  margin: 0;
}

.about-proof-text p+p {
  margin-top: 22px;
}

.about-beliefs {
  padding: 70px 0 126px;
}

.about-beliefs-inner {
  display: grid;
  grid-template-columns: minmax(0, 470px) minmax(0, 641px);
  gap: 52px;
  width: min(calc(100% - 120px), var(--max));
  margin: 0 auto;
  justify-content: center;
}

.about-beliefs h2 {
  font-size: 48px;
  line-height: 1.1;
}

.belief-list {
  display: grid;
  gap: 103px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.belief-list li {
  padding-top: 2px;
}

.belief-list span {
  display: block;
  margin-bottom: 11px;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.36px;
}

.belief-list p {
  margin: 0;
  font-size: 40px;
  line-height: 1.08;
  letter-spacing: -0.8px;
}

.about-team {
  --team-bg-start: 525px;

  padding: 0 0 124px;
  background:
    linear-gradient(to bottom,
      var(--paper) 0,
      var(--paper) var(--team-bg-start),
      var(--khaki) var(--team-bg-start),
      var(--khaki) 100%);
}

.about-team-inner {
  width: min(calc(100% - 94px), 1234px);
  margin: 0 auto;
}

.about-team h2 {
  max-width: 720px;
  margin-inline: 0 auto;
  font-size: 48px;
  line-height: 1.1;
  text-align: left;
  text-wrap: balance;
}

.team-grid {
  display: flex;
  gap: 70px 35px;
  padding: 14px 13px 18px;
  margin: 67px -13px 0;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-padding-inline: 13px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.team-grid::-webkit-scrollbar {
  display: none;
}

.team-member {
  flex: 0 0 calc((100% - 35px) / 2);
  min-width: 0;
  scroll-snap-align: start;
}

.team-portrait {
  position: relative;
  aspect-ratio: 1;
  margin: 0 0 50px;
}

.team-portrait::before,
.team-portrait::after {
  position: absolute;
  z-index: 2;
  content: "";
  border: 2px dashed #85846d;
  pointer-events: none;
}

.team-portrait::before {
  inset: -2px;
  transform: translate(6px, -8px);
}

.team-portrait::after {
  inset: -2px;
  transform: translate(-5px, 8px);
}

.team-portrait picture {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}

.team-portrait img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}

.team-member h3 {
  margin: 0;
  font-family: var(--display);
  font-weight: 400;
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: 0;
}

.team-member p {
  max-width: 573px;
  margin: 20px 0 0;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.36px;
}

.team-member .team-role {
  margin-top: 6px;
}

.team-controls {
  display: flex;
  justify-content: flex-end;
  gap: 19px;
  margin: 36px 0 0;
}

.team-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 53px;
  height: 53px;
  padding: 0;
  color: var(--ink);
  background: transparent;
  border: 0;
  cursor: pointer;
  transition: color 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.team-arrow svg {
  width: 53px;
  height: 32px;
  overflow: visible;
}

.team-arrow path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: square;
  stroke-linejoin: miter;
  stroke-width: 2;
}

.team-arrow:disabled {
  color: var(--line);
  cursor: default;
  opacity: 0.75;
}

.team-arrow:not(:disabled):is(:hover, :focus-visible) {
  transform: translateX(2px);
}

.team-arrow:first-child:not(:disabled):is(:hover, :focus-visible) {
  transform: translateX(-2px);
}

.team-progress,
.mobile-scroll-progress {
  display: none;
}

.js-loaded main>section:not(.hero) {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.js-loaded main>section.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 900px) {
  .site-header {
    top: 28px;
    width: calc(100% - 64px);
  }

  .site-header .brand img {
    height: 38px;
  }

  .site-nav a {
    padding-inline: 14px;
    font-size: 14px;
  }

  .hero {
    width: calc(100% - 32px);
    min-height: 620px;
  }

  .hero h1 {
    font-size: 56px;
  }

  .section-grid {
    grid-template-columns: 1fr;
    width: min(calc(100% - 48px), var(--max));
    gap: 24px;
  }

  .task-board,
  .products {
    grid-template-columns: 1fr;
    width: min(calc(100% - 48px), 560px);
  }

  .task-board::before,
  .task-board::after {
    display: none;
  }

  .task-card::after {
    display: none;
  }
  .task-card small {
    display: none;
  }
  .task-card li {
    min-height: auto;
  }

  .task-card-inner {
    min-height: auto;
  }

  .mission-carousel {
    width: min(calc(100% - 48px), 760px);
    height: auto;
    margin-top: 64px;
    overflow: visible;
  }

  .mission-carousel-art {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    margin-top: -32px;
  }

  .mission-panel {
    position: relative;
    left: auto;
    top: auto;
    width: min(100%, 602px);
    height: auto;
    min-height: auto;
    padding-bottom: 28px;
  }

  .impact-intro,
  .impact-stats,
  .impact-notes {
    grid-template-columns: 1fr;
  }

  .impact-stats {
    row-gap: 52px;
  }

  .impact-notes {
    gap: 29px;
  }

  .source-tags {
    inset: 48px 24px 64px;
  }

  .source-tags li {
    min-width: 150px;
    padding: 12px;
    font-size: 13px;
  }

  .statement {
    padding: 28px;
  }

  .workflow-copy h2 {
    font-size: 52px;
  }

  .statement h2 {
    font-size: 52px;
    line-height: 1.04;
    letter-spacing: -1.04px;
  }

  .about-hero {
    width: min(calc(100% - 64px), var(--max));
    padding-top: 192px;
  }

  .about-hero h1 {
    font-size: 52px;
    line-height: 1.04;
    letter-spacing: -1.04px;
  }

  .contact-form {
    grid-template-columns: 1fr;
    width: min(calc(100% - 64px), 560px);
    gap: 24px;
    margin-bottom: 72px;
  }

  .about-beliefs-inner {
    grid-template-columns: 1fr;
  }

  .about-beliefs-inner {
    width: min(calc(100% - 64px), var(--max));
    gap: 48px;
  }

  .belief-list {
    gap: 56px;
  }

  .about-team {
    --team-bg-start: 545px;
  }

  .about-team-inner {
    width: min(calc(100% - 64px), 640px);
  }

  .about-team h2 {
    margin-inline: auto;
  }

  .team-grid {
    gap: 64px;
  }

  .team-member {
    flex-basis: min(610px, 100%);
  }
}

@media (max-width: 620px) {
  body {
    font-size: 15px;
  }

  .mission-tabs {
    display: flex;
    flex-direction: column;
    height: auto;
    padding-left: 0;
    padding-bottom: 23px;
  }

  .site-header {
    align-items: center;
    flex-direction: column;
    gap: 16px;
    top: 32px;
    width: calc(100% - 56px);
  }

  .site-header .brand {
    justify-content: center;
    max-width: 100%;
  }

  .site-header .brand img {
    height: 32px;
    max-width: 100%;
  }

  .site-nav {
    gap: 4px;
    justify-content: center;
    width: 100%;
    margin-top: 0;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .site-nav::-webkit-scrollbar {
    display: none;
  }

  .site-nav a,
  .button {
    min-height: 34px;
    padding: 8px 12px;
    font-size: 14px;
    letter-spacing: -0.28px;
  }

  .hero {
    width: calc(100% - 24px);
    min-height: 540px;
  }

  .hero-copy {
    top: 59%;
    width: calc(100% - 36px);
  }

  .hero h1 {
    font-size: clamp(40px, 11vw, 48px);
    line-height: 1;
    text-wrap: balance;
  }

  .hero-copy p {
    width: min(320px, 100%);
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.32;
    letter-spacing: -0.32px;
  }

  .intro,
  .capacity {
    padding-block: 56px;
  }

  .section-grid {
    width: calc(100% - 40px);
    gap: 20px;
  }

  .intro h2,
  .impact-intro h2,
  .capacity h2,
  .capability h2 {
    font-size: clamp(29px, 8vw, 34px);
    line-height: 1.16;
    text-wrap: balance;
  }

  .intro h2>span {
    display: block;
  }

  .intro h2>span+span {
    margin-top: 0.2em;
  }

  .intro h2 br {
    display: none;
  }

  .intro .mobile-keep {
    white-space: nowrap;
  }

  .intro .mobile-break {
    display: block;
  }

  .capacity h2 {
    font-size: clamp(27px, 7.4vw, 32px);
  }

  .intro p,
  .workflow-copy p,
  .capability-copy p,
  .capability-list p {
    font-size: 16px;
    line-height: 1.36;
    letter-spacing: -0.32px;
  }

  .task-board {
    display: flex;
    width: 100%;
    margin-top: 44px;
    gap: 18px;
    padding: 0 24px 4px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-padding-inline: 24px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .task-board::-webkit-scrollbar,
  .products::-webkit-scrollbar {
    display: none;
  }

  .task-card {
    flex: 0 0 calc(100vw - 48px);
    scroll-snap-align: start;
  }

  .task-card-inner {
    min-height: auto;
    padding: 24px;
  }

  .task-card li {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .mission-carousel {
    width: calc(100% - 40px);
    margin-top: 52px;
  }

  .mission-panel {
    z-index: 3;
    width: 100%;
    margin-top: -76px;
    padding: 0;
    overflow: visible;
    background: transparent;
  }

  .mission-tabs {
    gap: 24px;
    width: min(calc(100% - 32px), 360px);
    margin: 0;
    padding: 25px 26px 30px;
    overflow: visible;
    background: var(--khaki);
  }

  .mission-tabs::before {
    display: none;
  }

  .mission-tabs button {
    width: max-content;
  }

  .mission-divider {
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
    margin: 0 0 28px;
    background: rgba(98, 97, 77, 0.5);
  }

  .mission-divider::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 78px;
    height: 1px;
    content: "";
    background: var(--gold);
    transition: left 320ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  .mission-panel[data-active-mission="1"] .mission-divider::before {
    left: calc(50% - 39px);
  }

  .mission-panel[data-active-mission="2"] .mission-divider::before {
    left: calc(100% - 78px);
  }

  .mission-slide {
    margin-top: 0;
    padding-top: 0;
  }

  .mission-slide h3 {
    font-size: clamp(28px, 7.8vw, 32px);
    line-height: 1.14;
    text-wrap: balance;
  }

  .mission-slide p,
  .impact p {
    font-size: 16px;
    line-height: 1.36;
    letter-spacing: -0.32px;
  }

  .impact {
    padding: 52px 0 32px;
  }

  .impact-stats {
    width: calc(100% - 40px);
    margin-top: 56px;
    row-gap: 42px;
  }

  .impact-stats div {
    justify-items: start;
    text-align: left;
  }

  .impact-stats dt,
  .impact-stats dd {
    text-align: left;
  }

  .impact-stats dt {
    font-size: 72px;
    letter-spacing: -1.44px;
  }

  .impact-stats dd {
    font-size: 18px;
    letter-spacing: -0.36px;
  }

  .impact-notes {
    width: calc(100% - 40px);
    margin-top: 56px;
  }

  .impact-notes p {
    min-height: auto;
    font-size: 16px;
    line-height: 1.34;
    letter-spacing: -0.32px;
  }

  .impact .impact-footnote {
    width: calc(100% - 40px);
    max-width: none;
    font-size: 13px;
    line-height: 1.34;
    letter-spacing: -0.26px;
    white-space: normal;
  }

  .workflow {
    min-height: auto;
    padding: 36px 20px 72px;
  }

  .source-tags li:nth-child(n) {
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }

  .source-tags {
    position: relative;
    inset: auto;
    z-index: 4;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
  }

  .source-tags li {
    position: static;
    flex: 1 1 130px;
    min-width: 0;
    padding: 11px 10px;
    font-size: 12px;
  }

  .source-tags li::before {
    display: none;
  }

  .workflow-copy {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    margin: 48px auto 0;
    transform: none;
  }

  .workflow-copy h2,
  .footer-hero h2 {
    font-size: clamp(34px, 10vw, 42px);
    line-height: 1.08;
    letter-spacing: -0.8px;
    text-wrap: balance;
  }

  .statement {
    width: calc(100% - 32px);
    margin: 48px auto 64px;
    min-height: auto;
    padding: 28px 24px 32px;
  }

  .statement::before {
    inset: 12px 12px -12px -12px;
  }

  .statement h2 {
    margin-top: 0;
    font-family: var(--tech);
    font-size: clamp(29px, 8.2vw, 34px);
    line-height: 1.16;
    letter-spacing: 0;
    text-wrap: balance;
  }

  .mobile-scroll-progress {
    --scroll-progress-left: 0%;
    --scroll-progress-size: 33%;

    position: relative;
    display: block;
    width: min(188px, 54vw);
    height: 1px;
    margin: 18px auto 0;
    overflow: hidden;
    background: rgba(98, 97, 77, 0.28);
  }

  .mobile-scroll-progress span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: var(--scroll-progress-left);
    width: var(--scroll-progress-size);
    background: var(--ink);
    transition: left 120ms linear;
  }

  .products {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    gap: 28px;
    margin: 64px 0 14px;
    padding: 0 24px 4px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-padding-inline: 24px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .product-card {
    flex: 0 0 calc(100vw - 48px);
    min-height: auto;
    padding: 26px 20px 38px;
    scroll-snap-align: center;
  }

  .product-card::before {
    inset: 8px 6px -8px -8px;
  }

  .product-card::after {
    display: none;
  }

  .product-card:focus-within {
    --card-background: var(--paper);
    --card-border: var(--line);
    --card-color: var(--ink);
    --icon-filter: none;
  }

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

  .product-card h2 {
    min-height: auto;
    font-size: 38px;
  }

  .product-card p {
    min-height: auto;
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.34;
    letter-spacing: -0.32px;
  }

  .product-icon {
    transform: scale(0.74);
    transform-origin: top center;
    margin-bottom: -50px;
  }

  .product-icon-workforce {
    margin-bottom: -34px;
  }

  .products+.mobile-scroll-progress {
    margin-top: 10px;
    margin-bottom: 62px;
  }

  .capability {
    padding-bottom: 72px;
  }

  .capability-list article {
    padding-block: 24px 22px;
  }

  .footer-hero {
    min-height: 460px;
  }

  .footer-hero-copy {
    width: calc(100% - 40px);
    top: 40%;
  }

  .footer-hero .button {
    margin-top: 20px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    width: 100%;
    gap: 36px;
    margin-top: 0;
    padding: 32px 20px 32px;
    background: #15150e;
  }

  .site-footer .brand {
    justify-content: center;
  }

  .site-footer .footer-links {
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
    justify-self: center;
  }

  .site-footer .site-footer-credit {
    justify-self: center;
    opacity: 0.3;
    margin-bottom: 0;
  }

  .site-footer .brand img {
    height: 30px;
  }

  .footer-links,
  .site-footer-credit {
    justify-self: start;
    padding-top: 0;
    font-size: 16px;
  }

  .about-page {
    border-top-width: 8px;
  }

  .about-hero {
    width: calc(100% - 40px);
    padding: 180px 0 54px;
  }

  .about-hero h1 {
    font-size: clamp(34px, 9.5vw, 42px);
    line-height: 1.08;
    letter-spacing: -0.8px;
    text-wrap: balance;
  }

  .about-hero p {
    margin-top: 28px;
    font-size: 16px;
    line-height: 1.36;
    letter-spacing: -0.32px;
  }

  .about-proof {
    min-height: auto;
  }

  .about-proof-copy {
    width: calc(100% - 40px);
    padding: 48px 0 56px;
  }

  .about-proof h2,
  .about-beliefs h2,
  .about-team h2 {
    font-size: clamp(32px, 9vw, 40px);
    line-height: 1.12;
    text-wrap: balance;
  }

  .about-team h2 {
    margin-inline: 0 auto;
    text-align: left;
  }

  .about-proof h2 {
    white-space: normal;
  }

  .about-proof-text {
    max-width: 24rem;
    margin-top: clamp(48px, 14vw, 72px);
    font-size: 16px;
    line-height: 1.36;
    letter-spacing: -0.32px;
  }

  .about-beliefs {
    padding: 56px 0 72px;
  }

  .about-beliefs-inner {
    width: calc(100% - 40px);
    gap: 36px;
  }

  .belief-list {
    gap: 42px;
  }

  .belief-list p {
    font-size: clamp(24px, 7vw, 30px);
    line-height: 1.18;
    letter-spacing: -0.6px;
    text-wrap: balance;
  }

  .about-team {
    --team-bg-start: clamp(286px, 76vw, 390px);

    padding-bottom: 56px;
  }

  .about-team-inner {
    width: calc(100% - 32px);
  }

  .team-grid {
    gap: 22px;
    margin: 34px -16px 0;
    padding: 10px 16px 8px;
    scroll-padding-inline: 16px;
  }

  .team-member {
    --team-mobile-measure: min(calc(100vw - 48px), 430px);

    flex-basis: calc(100vw - 32px);
    max-width: calc(100vw - 32px);
  }

  .team-portrait {
    width: var(--team-mobile-measure);
    margin: 0 auto 30px;
  }

  .team-controls {
    justify-content: center;
    margin-top: 14px;
  }

  .team-arrow {
    display: none;
  }

  .team-progress {
    --scroll-progress-left: 0%;
    --scroll-progress-size: 20%;

    position: relative;
    display: block;
    width: min(188px, 54vw);
    height: 1px;
    overflow: hidden;
    background: rgba(98, 97, 77, 0.28);
  }

  .team-progress-bar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: var(--scroll-progress-left);
    width: var(--scroll-progress-size);
    background: var(--ink);
    transition: left 120ms linear;
  }

  .team-member h3 {
    width: var(--team-mobile-measure);
    margin-inline: auto;
    font-size: clamp(28px, 8vw, 34px);
    line-height: 1.08;
    text-align: left;
  }

  .team-member p {
    width: var(--team-mobile-measure);
    max-width: none;
    margin-inline: auto;
    font-size: 14px;
    line-height: 1.34;
    letter-spacing: -0.28px;
    text-align: left;
  }

  .team-member .team-role {
    margin-top: 4px;
    font-size: 13px;
    line-height: 1.2;
  }

  .about-page .site-footer {
    padding-top: 24px;
  }
}

@media (max-width: 360px) {
  .site-header {
    width: calc(100% - 24px);
  }

  .site-nav {
    overflow-x: visible;
  }

  .site-nav a {
    width: 82px;
    padding-inline: 0;
    font-size: 13px;
  }

  .site-nav .nav-cta {
    width: 118px;
  }

  .hero h1 {
    font-size: 40px;
  }

  .product-icon {
    transform: scale(0.66);
    margin-bottom: -72px;
  }

  .product-icon-workforce {
    margin-bottom: -54px;
  }
}

@view-transition {
  navigation: auto;
}

::view-transition-old(root),
::view-transition-new(root) {
  animation-duration: 420ms;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

::view-transition-old(root) {
  animation-name: page-fade-out;
}

::view-transition-new(root) {
  animation-name: page-fade-in;
}

@keyframes page-fade-out {
  to {
    opacity: 0.18;
  }
}

@keyframes page-fade-in {
  from {
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  @view-transition {
    navigation: none;
  }

  html {
    scroll-behavior: auto;
  }

  .js-loaded main>section:not(.hero),
  .js-loaded .mission-carousel {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .js-loaded .statement #statement-title {
    --statement-reveal: 100%;
    -webkit-mask-image: none;
    mask-image: none;
    transition: none;
  }

  .site-nav a,
  .button,
  .team-arrow,
  .site-footer a::after,
  .product-card,
  .product-card::before,
  .product-card::after,
  .product-icon img {
    transition: none;
  }

  .source-tags li {
    opacity: 1;
    transition: none;
  }

  .source-tags li.is-active::before {
    animation: none;
  }

  .task-card,
  .task-card::after,
  .task-card li,
  .task-card li::after,
  .product-card::after,
  .hero-art,
  .workflow-art,
  .about-proof-art,
  .footer-art,
  .button-border-line {
    animation: none;
  }

  .site-nav a:is(:hover, :focus-visible),
  .button:is(:hover, :focus-visible),
  .team-arrow:is(:hover, :focus-visible) {
    transform: none;
  }

  .team-grid {
    scroll-behavior: auto;
  }

  .source-tags li::before,
  .task-card::after,
  .task-card li::after,
  .product-card::after,
  .site-footer a::after {
    opacity: 0;
  }

  .hero::before,
  .hero::after,
  .workflow::before,
  .workflow::after,
  .about-proof::before,
  .about-proof::after,
  .footer-hero::after,
  .footer-hero::before {
    animation: none;
    transform: none;
  }

  .hero::before,
  .workflow::before,
  .about-proof::before,
  .footer-hero::before {
    opacity: 0;
  }

  .hero-art,
  .workflow-art,
  .about-proof-art,
  .footer-art {
    filter: none;
    transform: none;
    will-change: auto;
  }
}

/* Statecraft Vue overrides after static Beck & Stone import */
.source-tags li.is-active {
  opacity: 1;
  font-weight: 700;
}

.source-tags li::before,
.source-tags li.is-active::before {
  display: none;
  animation: none;
}

@media (min-width: 621px) {
  .source-tags {
    inset: 42px 56px 88px;
  }

  .source-tags li {
    min-width: 138px;
    padding: 9px 12px;
    font-size: 12px;
    line-height: 1.12;
    opacity: 0.3;
  }

  .source-tags li:nth-child(1) { left: 0; top: 0; right: auto; bottom: auto; }
  .source-tags li:nth-child(2) { left: 28%; top: 8px; right: auto; bottom: auto; }
  .source-tags li:nth-child(3) { right: 22%; top: 0; left: auto; bottom: auto; }
  .source-tags li:nth-child(4) { right: 0; top: 78px; left: auto; bottom: auto; }
  .source-tags li:nth-child(5) { left: 2%; top: 128px; right: auto; bottom: auto; }
  .source-tags li:nth-child(6) { left: 27%; top: 160px; right: auto; bottom: auto; }
  .source-tags li:nth-child(7) { right: 31%; top: 150px; left: auto; bottom: auto; }
  .source-tags li:nth-child(8) { right: 2%; top: 218px; left: auto; bottom: auto; }
  .source-tags li:nth-child(9) { left: 6%; bottom: 170px; right: auto; top: auto; }
  .source-tags li:nth-child(10) { left: 30%; bottom: 126px; right: auto; top: auto; }
  .source-tags li:nth-child(11) { right: 29%; bottom: 142px; left: auto; top: auto; }
  .source-tags li:nth-child(12) { right: 3%; bottom: 96px; left: auto; top: auto; }
  .source-tags li:nth-child(13) { left: 12%; bottom: 24px; right: auto; top: auto; }
  .source-tags li:nth-child(14) { left: 47%; bottom: 0; right: auto; top: auto; }
  .source-tags li:nth-child(15) { right: 16%; bottom: 16px; left: auto; top: auto; }

  .workflow-copy .button {
    width: 190px;
    height: 46px;
    min-height: 46px;
  }
}

@media (max-width: 620px) {
  .source-tags li {
    opacity: 1;
  }
}

.case-study-card {
  position: relative;
  display: block;
  width: min(calc(100% - 120px), var(--max));
  margin: 76px auto 0;
  padding: 56px 48px 34px;
  border: 1px solid var(--line);
  border-left: 10px solid var(--gold);
  background: var(--paper);
  overflow: hidden;
}

.case-study-tag {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  margin: 0;
  padding: 8px 18px 9px;
  color: var(--deep);
  background: var(--gold);
  font-family: var(--tech);
  font-size: 14px;
  font-weight: 375;
  letter-spacing: 0.4px;
  line-height: 1;
  text-transform: uppercase;
}

.case-study-card .impact-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  width: 100%;
  margin: 0;
}

.case-study-card .impact-stats div {
  align-content: start;
  min-height: auto;
  padding: 4px 24px;
  border: 0;
  border-left: 1px solid var(--line-soft);
  background: transparent;
  text-align: center;
}

.case-study-card .impact-stats div:first-child {
  border-left: 0;
}

.case-study-card .impact-stats dt {
  font-size: clamp(40px, 4.4vw, 64px);
  line-height: 0.94;
  letter-spacing: -1px;
  text-align: center;
}

.case-study-card .impact-stats dd {
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.2;
  text-align: center;
}

.case-study-card .impact-notes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 48px;
  width: 100%;
  margin: 40px 0 0;
}

.case-study-card .impact-footnote {
  width: 100%;
  max-width: none;
  margin: 34px 0 0;
  text-align: center;
}

@media (max-width: 900px) {
  .case-study-card {
    width: min(calc(100% - 48px), 760px);
    padding: 52px 26px 30px;
  }

  .case-study-card .impact-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 0;
  }

  .case-study-card .impact-notes {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .hero h1 {
    white-space: normal;
  }

  .source-tags li {
    min-width: 120px;
    font-size: 11px;
  }

  .case-study-card .impact-stats {
    grid-template-columns: 1fr;
  }
}

/* Final requested visual overrides */
.hero .hero-art {
  filter: brightness(0.9) !important;
}

.hero h1 {
  font-size: clamp(56px, 6.4vw, 88px);
  max-width: none;
  margin-inline: auto;
  white-space: nowrap;
}

.hero-copy p {
  font-size: clamp(19px, 2.1vw, 27px);
  width: min(940px, 100%);
  max-width: none;
}

@media (max-width: 900px) {
  .hero h1 {
    white-space: normal;
  }
}

.role-list-bns a {
  position: relative;
  padding-left: 22px;
  transition: background-color 180ms ease, padding-left 180ms ease;
}

.role-list-bns a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  content: "";
  background: var(--gold);
  transition: width 180ms ease;
}

.role-list-bns a:is(:hover, :focus, :focus-visible) {
  padding-left: 34px;
  background-color: rgba(253, 238, 0, 0.08);
}

.role-list-bns a:is(:hover, :focus, :focus-visible)::before {
  width: 10px;
}

/* Task cards animate as whole cards, sequenced left -> right */
.task-card h3 {
  color: var(--deep);
}

.task-card small {
  display: none !important;
}

.task-card li {
  grid-template-columns: 1fr !important;
  color: var(--ink);
  opacity: 1;
  animation: none !important;
}

.task-card li::after {
  animation: none !important;
}

.task-card {
  --card-cycle: 6s;
  opacity: 0.3;
  animation: task-card-cycle var(--card-cycle) ease-in-out infinite;
}

.task-board .task-card:nth-child(1) {
  animation-delay: 0s;
}

.task-board .task-card:nth-child(2) {
  animation-delay: calc(var(--card-cycle) / 3);
}

.task-board .task-card:nth-child(3) {
  animation-delay: calc(var(--card-cycle) / 3 * 2);
}

@keyframes task-card-cycle {
  0%, 6% { opacity: 0.3; }
  16%, 30% { opacity: 1; }
  42%, 100% { opacity: 0.3; }
}

@media (min-width: 901px) {
  .mission-panel {
    width: 61% !important;
    height: 360px !important;
    padding: 44px 42px 0 !important;
  }

  .mission-slide {
    padding-top: 24px !important;
  }

  .mission-slide p {
    width: min(560px, 100%) !important;
  }
}

/* Mobile: stack the task cards vertically instead of a horizontal carousel */
@media (max-width: 900px) {
  .task-board {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    overflow: visible !important;
    scroll-snap-type: none !important;
    padding: 0 20px 4px !important;
  }

  .task-board .task-card {
    flex: none !important;
    width: 100% !important;
    scroll-snap-align: none !important;
  }
}
