:root {
  --bg: #fbfbf8;
  --ink: #0c0d0c;
  --muted: #595d59;
  --line: #d9dbd5;
  --line-strong: #aeb1a9;
  --soft: #f0f1eb;
  --green: #98f009;
  --green-dark: #3f5d00;
  --green-soft: #eaffbd;
  --max: 1180px;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 100;
  padding: 10px 14px;
  background: var(--ink);
  color: white;
  transform: translateY(-150%);
}
.skip-link:focus {
  transform: none;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.brand-lockup picture,
.hero-art picture {
  display: contents;
}
.brand-lockup img {
  display: block;
  width: 106px;
  height: 45px;
  object-fit: contain;
}
.brand-lockup-compact img {
  width: 42px;
  height: 42px;
}
.nav {
  height: 72px;
}
.site-shell > .nav-wrap {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  opacity: 0;
  transform: translateY(-110%);
  background: color-mix(in srgb, var(--bg) 90%, transparent);
  pointer-events: none;
  transition:
    opacity 0.24s var(--ease),
    transform 0.32s var(--ease),
    border-color 0.3s var(--ease),
    box-shadow 0.3s var(--ease);
}
.site-shell > .nav-wrap.is-past-hero {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}
.nav-links a:hover {
  color: var(--ink);
}

.chumbo-hero {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(420px, 1.18fr);
  gap: clamp(36px, 5vw, 72px);
  align-items: center;
  min-height: 100svh;
  padding-block: 64px;
}
.chumbo-hero h1,
.section-intro h2,
.security-copy h2,
.closing h2 {
  margin: 16px 0 22px;
  font-size: clamp(44px, 6.1vw, 76px);
  line-height: 0.96;
  letter-spacing: -0.065em;
  text-wrap: balance;
}
.chumbo-hero h1 em {
  color: var(--green-dark);
  font-style: normal;
}
.promise-line {
  display: block;
  color: inherit;
}
.hero-copy {
  max-width: 590px;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.5;
}
.hero-note {
  font: 11px/1.5 var(--mono);
  color: var(--muted);
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  font: 600 11px/1.2 var(--mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.eyebrow-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 3px var(--green-soft);
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 30px 0 18px;
}

.hero-art {
  position: relative;
  min-height: clamp(500px, 67vh, 650px);
  overflow: hidden;
  background: var(--bg);
  isolation: isolate;
}
.hero-art::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(12, 13, 12, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(12, 13, 12, 0.055) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(
    to bottom,
    transparent,
    black 14%,
    black 86%,
    transparent
  );
}
.hero-art-wordmark {
  position: absolute;
  top: 14%;
  left: 0;
  z-index: 1;
  width: 100%;
  filter: drop-shadow(0 9px 14px rgba(12, 13, 12, 0.13));
}
.hero-art-hand {
  position: absolute;
  right: 1%;
  bottom: 4%;
  z-index: 2;
  width: 31%;
  transform: rotate(9deg);
  filter: drop-shadow(7px 9px 0 rgba(12, 13, 12, 0.12));
  animation: hero-click 3s ease-in-out infinite;
}
.hero-art-badge {
  position: absolute;
  bottom: 7%;
  left: 3%;
  z-index: 2;
  display: grid;
  width: 104px;
  aspect-ratio: 1;
  place-items: center;
  border: 2px solid var(--green-dark);
  border-radius: 50%;
  color: var(--green-dark);
  font: 600 10px/1.2 var(--mono);
  text-align: center;
  text-transform: uppercase;
  transform: rotate(-10deg);
}
@keyframes hero-click {
  50% {
    transform: translateY(-7px) rotate(5deg);
  }
}

.truth-band {
  background: var(--green);
  border-color: var(--ink);
}
.truth-cell {
  border-color: rgba(0, 0, 0, 0.24);
  padding: 25px 30px;
}
.truth-cell strong {
  font-size: 21px;
  line-height: 1.05;
  letter-spacing: -0.025em;
}
.truth-cell strong > span {
  display: inline;
  margin: 0 5px 0 0;
  color: var(--ink);
  font:
    700 36px/1 Geist,
    sans-serif;
  letter-spacing: -0.05em;
}
.truth-cell small {
  display: block;
  margin-top: 6px;
  font: 500 11px/1.4 var(--mono);
  text-transform: uppercase;
  letter-spacing: 0.045em;
}

.section {
  padding-block: 120px;
}
.section-intro {
  display: block;
  max-width: 820px;
}
.transformation {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  column-gap: clamp(36px, 6vw, 80px);
  align-items: end;
}
.transformation-statement {
  display: block;
  width: 100%;
  max-height: 390px;
  object-fit: contain;
  filter: drop-shadow(0 12px 24px rgba(23, 25, 24, 0.08));
}
.transformation .object-flow {
  grid-column: 1 / -1;
}
.section-intro h2,
.security-copy h2,
.closing h2 {
  font-size: clamp(38px, 5vw, 62px);
}
.section-intro > p:last-child,
.security-copy > p:last-child,
.closing-copy > p {
  max-width: 640px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}
.section-label {
  color: var(--green-dark);
  font: 600 11px/1.2 var(--mono);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.object-flow {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, auto));
  align-items: center;
  gap: 18px;
  margin-top: 70px;
}
.object-node {
  display: grid;
  place-items: center;
  min-width: 0;
  text-align: center;
}
.object-node img {
  width: 100%;
  max-width: 180px;
  aspect-ratio: 1;
  object-fit: contain;
  transition: transform 0.28s var(--ease);
}
.object-node:hover img {
  transform: translateY(-8px) rotate(-2deg);
}
.object-node strong {
  margin-top: 14px;
  font-size: 17px;
}
.object-node span {
  margin-top: 4px;
  color: var(--muted);
  font: 11px var(--mono);
}
.flow-arrow {
  color: var(--green-dark);
  font: 600 clamp(24px, 3vw, 40px)/1 var(--mono);
}
.object-node-green {
  padding: 20px 12px;
  border-radius: 50%;
  background: var(--green-soft);
}

.security-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 84px;
  align-items: center;
  border-top: 1px solid var(--line);
}
.security-card {
  position: relative;
  min-height: 410px;
  padding: 40px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--ink);
  color: #fff;
}
.request-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  padding: 18px 0;
  border-bottom: 1px solid #343734;
}
.request-row span {
  color: #a7aca7;
  font: 11px var(--mono);
}
.request-row code {
  grid-column: 1;
  font: 500 13px var(--mono);
}
.request-row b {
  grid-column: 2;
  color: var(--green);
  font: 500 11px var(--mono);
}
.rls-gate {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  margin-top: 38px;
  color: #9ea39e;
  font: 11px var(--mono);
  text-align: center;
}
.rls-gate::before,
.rls-gate::after {
  content: "";
  position: absolute;
}
.rls-gate strong {
  padding: 14px 16px;
  border: 1px solid var(--green);
  border-radius: 5px;
  color: var(--green);
  font-size: 14px;
}
.security-card > img {
  position: absolute;
  right: -20px;
  bottom: -25px;
  width: 145px;
  transform: rotate(-12deg);
}

.section-bordered {
  border-top: 1px solid var(--line);
}
.production-intro {
  margin-bottom: 58px;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.feature-card {
  position: relative;
  min-height: 310px;
  overflow: hidden;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--bg);
}
.feature-card h3 {
  margin: 12px 0;
  font-size: 23px;
  line-height: 1.08;
  letter-spacing: -0.035em;
}
.feature-card p {
  color: var(--muted);
  line-height: 1.55;
}
.feature-card-art {
  grid-column: span 2;
  padding: 0;
  background: var(--green);
}
.feature-card-art img {
  width: 100%;
  height: 100%;
  min-height: 310px;
  padding: 7%;
  object-fit: contain;
  object-position: center;
}
.feature-card-dark {
  background: var(--ink);
  color: #fff;
}
.feature-card-dark p {
  color: #aeb3ae;
}
.feature-card-dark .cell-kicker {
  color: var(--green);
}
.feature-object {
  position: absolute;
  right: -16px;
  bottom: -20px;
  width: 150px;
  opacity: 0.85;
}
.feature-object-small {
  width: 116px;
}
.code-block {
  display: block;
  margin-top: 24px;
  padding: 14px;
  overflow-x: auto;
  background: var(--soft);
  font: 11px/1.5 var(--mono);
}

.start-section {
  border-top: 1px solid var(--line);
}
.setup-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 54px;
}
.setup-step {
  min-height: 330px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--bg);
}
.setup-step-green {
  border-color: var(--ink);
  background: var(--green);
}
.setup-step h3 {
  margin: 24px 0 12px;
  font-size: 27px;
  line-height: 1.05;
  letter-spacing: -0.04em;
}
.setup-step p {
  color: var(--muted);
  line-height: 1.55;
}
.setup-step code {
  display: block;
  margin-top: 24px;
  padding: 14px;
  background: var(--soft);
  font: 11px/1.4 var(--mono);
}
.setup-step-green p {
  color: #263100;
}
.depth-intro {
  margin-bottom: 58px;
}
.depth-bridge {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  overflow: hidden;
  border: 1px solid var(--ink);
  border-radius: 8px;
  background: var(--ink);
}
.depth-art {
  min-height: 560px;
  background: var(--green);
}
.depth-art img {
  width: 100%;
  height: 100%;
  padding: 9%;
  object-fit: contain;
}
.depth-list {
  display: grid;
  align-content: center;
  padding: 26px 42px 34px;
  color: #fff;
}
.depth-list article {
  padding: 22px 0;
  border-bottom: 1px solid #343734;
}
.depth-list article:first-child {
  padding-top: 0;
}
.depth-list span {
  color: var(--green);
  font: 600 10px/1.2 var(--mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.depth-list h3 {
  margin: 7px 0 5px;
  font-size: 22px;
  line-height: 1.1;
  letter-spacing: -0.035em;
}
.depth-list p {
  color: #aeb3ae;
  line-height: 1.5;
}
.depth-list .button {
  justify-self: start;
  margin-top: 28px;
}
.depth-list .button-light {
  color: var(--ink);
}
.fork {
  margin-top: 54px;
}
.lane-card {
  border-radius: 7px;
}
.lane-card h3 {
  font-size: 27px;
}
.lane-card code {
  display: block;
  margin-top: 24px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.75);
  font: 11px/1.4 var(--mono);
}
.lane-number {
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font: 600 11px var(--mono);
}

.closing {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 72px;
  align-items: center;
  padding-block: 100px;
  border-top: 1px solid var(--line);
  text-align: left;
}
.closing-art {
  height: 480px;
  overflow: hidden;
  border-radius: 7px;
  background: var(--green);
}
.closing-art img {
  width: 100%;
  height: 100%;
  padding: 8%;
  object-fit: contain;
  object-position: center;
}
.closing-copy .command {
  margin-top: 25px;
}
.closing-links {
  justify-content: flex-start;
  margin-inline: 0;
}
.footer {
  border-top: 1px solid var(--line);
  padding-block: 36px;
}
.footer .brand-lockup img {
  width: 92px;
}
.footer > p {
  color: var(--muted);
  font: 11px var(--mono);
}

html.motion-ready .reveal {
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 0.65s var(--ease),
    transform 0.65s var(--ease);
}
html.motion-ready .reveal.is-in {
  opacity: 1;
  transform: none;
}

@media (hover: hover) and (pointer: fine) {
  body {
    cursor:
      url("./assets/brand/cutouts/cursors/web-32/agent-pointer.png") 4 2,
      default;
  }
  a,
  button,
  [role="button"] {
    cursor:
      url("./assets/brand/cutouts/cursors/web-32/pointer.png") 13 2,
      pointer;
  }
  button:active,
  a:active {
    cursor:
      url("./assets/brand/cutouts/cursors/web-32/click.png") 8 2,
      pointer;
  }
  input,
  textarea,
  select,
  code {
    cursor: auto;
  }
}
@media (forced-colors: active) {
  body,
  a,
  button {
    cursor: auto;
  }
}

@media (max-width: 900px) {
  .chumbo-hero {
    grid-template-columns: 1fr;
    gap: 32px;
    min-height: auto;
    padding-block: 48px 72px;
  }
  .hero-main {
    display: flex;
    flex-direction: column;
    max-width: 720px;
  }
  .hero-art {
    order: -1;
    width: 100%;
    min-height: clamp(350px, 52vw, 470px);
  }
  .transformation {
    grid-template-columns: 1fr;
  }
  .transformation-statement {
    width: min(100%, 520px);
    margin: 36px auto 0;
  }
  .object-flow {
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
  }
  .flow-arrow {
    display: none;
  }
  .security-section {
    grid-template-columns: 1fr;
    gap: 44px;
  }
  .setup-steps {
    grid-template-columns: repeat(3, 1fr);
  }
  .depth-bridge {
    grid-template-columns: 1fr;
  }
  .depth-art {
    min-height: 380px;
  }
  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .feature-card-art {
    grid-column: span 2;
  }
  .closing {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .container {
    width: min(calc(100% - 30px), var(--max));
  }
  .nav {
    height: 62px;
  }
  .brand-lockup img {
    width: 90px;
  }
  .brand-lockup-compact img {
    width: 38px;
    height: 38px;
  }
  .nav-links a:nth-child(-n + 3) {
    display: none;
  }
  .chumbo-hero {
    box-sizing: border-box;
    gap: 24px;
    min-height: 100vh;
    min-height: 100lvh;
    padding-block: 22px 38px;
  }
  .hero-main {
    justify-content: flex-start;
  }
  .chumbo-hero h1 {
    margin: 0;
    font-size: clamp(44px, 12vw, 49px);
    font-weight: 700;
    line-height: 0.94;
    letter-spacing: -0.058em;
  }
  .chumbo-hero .eyebrow {
    order: 1;
    display: none;
  }
  .hero-art {
    width: 100%;
    min-height: clamp(285px, 37svh, 325px);
  }
  .hero-art::before {
    background-size: 34px 34px;
  }
  .hero-art-wordmark {
    top: 14%;
    left: 0;
    width: 100%;
    max-width: none;
  }
  .hero-art-hand {
    right: 1%;
    bottom: 0;
    width: 126px;
  }
  .hero-art-badge {
    bottom: 3%;
    left: 1%;
    width: 78px;
    border-width: 1.5px;
    font-size: 7.5px;
  }
  .hero-copy {
    margin: 20px 0 0;
    font-size: 16.5px;
    line-height: 1.55;
  }
  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 22px;
    margin: 26px 0 0;
  }
  .command {
    width: 100%;
    padding-block: 17px;
  }
  .hero-actions .text-link {
    align-self: flex-start;
  }
  .truth-grid {
    grid-template-columns: 1fr;
  }
  .truth-cell {
    border-left: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.25);
  }
  .truth-cell:first-child {
    border-top: 0;
  }
  .section {
    padding-block: 82px;
  }
  .section-intro h2,
  .security-copy h2,
  .closing h2 {
    font-size: 41px;
  }
  .object-flow {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 38px;
    margin-top: 48px;
  }
  .object-node img {
    max-width: 140px;
  }
  .security-card {
    min-height: 420px;
    padding: 26px 20px;
  }
  .request-row {
    grid-template-columns: 1fr;
  }
  .request-row code,
  .request-row b {
    grid-column: 1;
  }
  .feature-grid {
    grid-template-columns: 1fr;
  }
  .setup-steps {
    grid-template-columns: 1fr;
  }
  .setup-step {
    min-height: auto;
  }
  .depth-art {
    min-height: 290px;
  }
  .depth-list {
    padding: 28px 24px 32px;
  }
  .depth-list h3 {
    font-size: 21px;
  }
  .feature-card-art {
    grid-column: auto;
    min-height: 280px;
  }
  .fork {
    grid-template-columns: 1fr;
  }
  .closing {
    padding-block: 82px;
  }
  .closing-art {
    height: 360px;
  }
  .footer-top {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-art-hand {
    animation: none;
  }
  html.motion-ready .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
