:root {
  --ink: #112329;
  --ink-soft: #344a50;
  --paper: #f5f0e4;
  --paper-bright: #fffdf7;
  --kraft: #d8ccb5;
  --line: #9d9b8f;
  --orange: #ff5b22;
  --orange-dark: #c83a08;
  --green: #12845a;
  --blue: #2657d6;
  --yellow: #f4c94f;
  --shadow: 7px 7px 0 rgba(17, 35, 41, 0.16);
  --shell: min(1180px, calc(100vw - 40px));
  --display: "Arial Narrow", "Aptos Narrow", "Helvetica Neue", Arial, sans-serif;
  --body: "Aptos", "Helvetica Neue", Arial, sans-serif;
  --utility: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(rgba(17, 35, 41, 0.045) 1px, transparent 1px),
    var(--paper);
  background-size: 100% 32px;
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
}

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

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

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

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  color: var(--paper-bright);
  background: var(--ink);
  transform: translateY(-160%);
}

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

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.site-header {
  position: relative;
  z-index: 20;
  color: var(--paper-bright);
  background: var(--ink);
  border-bottom: 5px solid var(--orange);
}

.header-inner {
  min-height: 88px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: stretch;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  padding-right: 28px;
  color: inherit;
  text-decoration: none;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
}

.brand-mark {
  width: 46px;
  height: 50px;
  display: grid;
  place-items: center;
  color: var(--ink);
  background: var(--paper-bright);
  border: 2px solid var(--paper-bright);
  box-shadow: inset 0 -13px 0 var(--orange);
  font-family: var(--utility);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: -0.08em;
}

.brand-copy {
  display: grid;
  gap: 1px;
}

.brand-name {
  font-family: var(--display);
  font-size: 20px;
  font-stretch: condensed;
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1;
  text-transform: uppercase;
}

.brand-byline {
  color: #bfcac8;
  font-family: var(--utility);
  font-size: 10px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  padding: 0 17px;
  color: #dce3e1;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--paper-bright);
  background: rgba(255, 255, 255, 0.08);
}

.site-nav a[aria-current="page"] {
  box-shadow: inset 0 -4px 0 var(--orange);
}

.header-action {
  align-self: center;
  margin-left: 20px;
}

.menu-button {
  display: none;
  align-self: center;
  width: 46px;
  height: 46px;
  padding: 0;
  color: var(--paper-bright);
  background: transparent;
  border: 1px solid #6e7e7d;
  font-family: var(--utility);
  font-size: 20px;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 12px 18px;
  color: var(--paper-bright);
  background: var(--blue);
  border: 2px solid var(--blue);
  box-shadow: 4px 4px 0 var(--ink);
  font-weight: 800;
  line-height: 1.15;
  text-decoration: none;
}

.button::after {
  content: "→";
  font-family: var(--utility);
  font-size: 20px;
  font-weight: 400;
}

.button:hover {
  background: #1741b7;
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 0 var(--ink);
}

.button-light {
  color: var(--ink);
  background: var(--paper-bright);
  border-color: var(--ink);
}

.button-orange {
  background: var(--orange);
  border-color: var(--orange);
}

.button-small {
  min-height: 42px;
  gap: 18px;
  padding: 9px 14px;
  font-size: 13px;
}

.utility-label,
.eyebrow {
  font-family: var(--utility);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.25;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--orange-dark);
}

.eyebrow::before {
  width: 30px;
  height: 7px;
  content: "";
  background: repeating-linear-gradient(90deg, var(--orange) 0 4px, transparent 4px 7px);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: var(--display);
  font-stretch: condensed;
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.94;
  text-wrap: balance;
}

h1 {
  margin-bottom: 28px;
  font-size: clamp(58px, 8.4vw, 122px);
  text-transform: uppercase;
}

h2 {
  margin-bottom: 22px;
  font-size: clamp(42px, 5.8vw, 78px);
  text-transform: uppercase;
}

h3 {
  margin-bottom: 12px;
  font-size: clamp(27px, 3vw, 39px);
}

.lede {
  max-width: 710px;
  color: var(--ink-soft);
  font-size: clamp(19px, 2vw, 25px);
  line-height: 1.42;
}

.home-hero {
  position: relative;
  overflow: hidden;
  padding: 84px 0 96px;
  background:
    linear-gradient(90deg, transparent 0 57%, rgba(38, 87, 214, 0.055) 57% 100%);
  border-bottom: 2px solid var(--ink);
}

.home-hero::after {
  position: absolute;
  width: 210px;
  height: 210px;
  right: -80px;
  top: 36px;
  content: "";
  border: 25px solid var(--yellow);
  border-radius: 50%;
  opacity: 0.65;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.78fr);
  gap: clamp(40px, 7vw, 96px);
  align-items: center;
}

.hero-copy h1 span {
  display: block;
  color: var(--blue);
}

.hero-copy .lede {
  max-width: 620px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 35px;
}

.trust-line {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 20px;
  margin-top: 28px;
  color: var(--ink-soft);
  font-family: var(--utility);
  font-size: 11px;
  text-transform: uppercase;
}

.trust-line span::before {
  content: "✓ ";
  color: var(--green);
  font-weight: 900;
}

.count-ticket {
  position: relative;
  color: var(--ink);
  background: var(--paper-bright);
  border: 3px solid var(--ink);
  box-shadow: var(--shadow);
  transform: rotate(1.2deg);
}

.count-ticket::before,
.count-ticket::after {
  position: absolute;
  left: -11px;
  width: 19px;
  height: 19px;
  content: "";
  background: var(--paper);
  border: 3px solid var(--ink);
  border-radius: 50%;
}

.count-ticket::before {
  top: 112px;
}

.count-ticket::after {
  bottom: 83px;
}

.ticket-head {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 20px 22px;
  color: var(--paper-bright);
  background: var(--ink);
}

.ticket-title {
  font-family: var(--display);
  font-size: 26px;
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.ticket-status {
  padding: 5px 8px;
  color: var(--ink);
  background: var(--yellow);
  font-family: var(--utility);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ticket-meta {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-bottom: 2px solid var(--ink);
}

.ticket-field {
  min-height: 72px;
  padding: 13px 16px;
  border-right: 1px solid var(--line);
}

.ticket-field:nth-child(2n) {
  border-right: 0;
}

.ticket-field:nth-child(n + 3) {
  border-top: 1px solid var(--line);
}

.field-label {
  display: block;
  margin-bottom: 6px;
  color: #6c7778;
  font-family: var(--utility);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.field-value {
  display: block;
  font-size: 14px;
  font-weight: 800;
}

.ticket-count {
  padding: 20px 22px 18px;
}

.count-prompt {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 12px;
  font-family: var(--utility);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.count-boxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
}

.count-box {
  min-height: 66px;
  display: grid;
  place-items: center;
  background: #f7f4eb;
  border: 2px solid var(--ink);
  font-family: var(--utility);
  font-size: 31px;
  font-weight: 900;
}

.count-box.is-marked {
  color: var(--paper-bright);
  background: var(--blue);
}

.ticket-result {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 2px dashed var(--line);
}

.result-copy strong {
  display: block;
  font-family: var(--display);
  font-size: 24px;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.result-copy span {
  color: var(--ink-soft);
  font-size: 12px;
}

.stamp {
  padding: 8px 11px;
  color: var(--orange-dark);
  border: 3px solid currentColor;
  font-family: var(--utility);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transform: rotate(-5deg);
}

.barcode {
  height: 55px;
  margin: 0 22px 18px;
  background: repeating-linear-gradient(90deg, var(--ink) 0 2px, transparent 2px 5px, var(--ink) 5px 9px, transparent 9px 12px, var(--ink) 12px 13px, transparent 13px 17px);
}

.barcode-code {
  margin: -10px 22px 20px;
  font-family: var(--utility);
  font-size: 9px;
  letter-spacing: 0.36em;
  text-align: center;
}

.warehouse-strip {
  padding: 17px 0;
  color: var(--paper-bright);
  background: var(--blue);
  border-bottom: 2px solid var(--ink);
}

.warehouse-route {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-family: var(--utility);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.warehouse-route span:not(:last-child)::after {
  margin-left: clamp(16px, 4vw, 55px);
  color: #95afea;
  content: "→";
}

.section {
  padding: 100px 0;
  border-bottom: 2px solid var(--ink);
}

.section-compact {
  padding: 70px 0;
}

.section-dark {
  color: var(--paper-bright);
  background: var(--ink);
}

.section-blue {
  color: var(--paper-bright);
  background: var(--blue);
}

.section-kraft {
  background: var(--kraft);
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(290px, 0.48fr);
  gap: clamp(35px, 8vw, 110px);
  align-items: end;
  margin-bottom: 52px;
}

.section-head p {
  margin-bottom: 3px;
  color: inherit;
  font-size: 18px;
}

.section-dark .eyebrow,
.section-blue .eyebrow {
  color: #ffb393;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
}

.process-step {
  position: relative;
  min-height: 280px;
  padding: 27px 24px;
  border-right: 1px solid currentColor;
}

.process-step:last-child {
  border-right: 0;
}

.process-step h3 {
  margin-top: 67px;
  font-size: 37px;
  text-transform: uppercase;
}

.process-step p {
  color: #c7d0ce;
  font-size: 14px;
}

.process-no {
  position: absolute;
  top: 26px;
  left: 24px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--ink);
  background: var(--yellow);
  border-radius: 50%;
  font-family: var(--utility);
  font-size: 12px;
  font-weight: 900;
}

.control-callout {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin-top: 38px;
  padding: 22px 24px;
  color: var(--ink);
  background: var(--yellow);
  border: 2px solid var(--ink);
  box-shadow: 5px 5px 0 var(--orange);
}

.control-callout strong {
  font-family: var(--display);
  font-size: 24px;
  letter-spacing: -0.035em;
  line-height: 1;
  text-transform: uppercase;
}

.control-callout p {
  margin: 0;
  font-size: 15px;
}

.control-symbol {
  width: 47px;
  height: 47px;
  display: grid;
  place-items: center;
  color: var(--paper-bright);
  background: var(--green);
  font-family: var(--utility);
  font-size: 23px;
  font-weight: 900;
}

.ledger {
  background: var(--paper-bright);
  border: 3px solid var(--ink);
  box-shadow: var(--shadow);
}

.ledger-head,
.ledger-row {
  display: grid;
  grid-template-columns: 1.3fr 0.72fr 0.9fr 0.7fr;
  align-items: center;
}

.ledger-head {
  color: var(--paper-bright);
  background: var(--ink);
}

.ledger-row:nth-child(odd) {
  background: #ebe6d9;
}

.ledger-head > span,
.ledger-row > span {
  min-height: 60px;
  display: flex;
  align-items: center;
  padding: 12px 16px;
  border-right: 1px solid var(--line);
}

.ledger-head > span:last-child,
.ledger-row > span:last-child {
  border-right: 0;
}

.ledger-head > span {
  min-height: 44px;
  font-family: var(--utility);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ledger-row > span {
  font-size: 14px;
}

.ledger-row strong {
  display: block;
}

.status-pill {
  width: max-content;
  padding: 4px 8px;
  color: var(--paper-bright);
  background: var(--green);
  font-family: var(--utility);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.status-pill.alert {
  background: var(--orange-dark);
}

.role-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.role-label {
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 21px;
  background: var(--paper-bright);
  border: 2px solid var(--ink);
  box-shadow: 4px 4px 0 rgba(17, 35, 41, 0.16);
}

.role-label:nth-child(2) {
  transform: rotate(-0.7deg);
}

.role-label:nth-child(3) {
  transform: rotate(0.7deg);
}

.role-code {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-family: var(--utility);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.role-label h3 {
  margin: 35px 0 10px;
  font-size: 30px;
  text-transform: uppercase;
}

.role-label p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 13px;
}

.cta-band {
  padding: 76px 0;
  color: var(--paper-bright);
  background: var(--orange);
  border-bottom: 2px solid var(--ink);
}

.cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  align-items: center;
}

.cta-inner h2 {
  max-width: 790px;
  margin-bottom: 10px;
  font-size: clamp(40px, 5vw, 67px);
}

.cta-inner p {
  max-width: 670px;
  margin: 0;
  font-size: 18px;
}

.page-hero {
  padding: 78px 0 68px;
  border-bottom: 2px solid var(--ink);
}

.page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.5fr);
  gap: clamp(45px, 8vw, 115px);
  align-items: end;
}

.page-hero h1 {
  max-width: 900px;
  margin-top: 25px;
  margin-bottom: 28px;
  font-size: clamp(54px, 7.5vw, 102px);
}

.page-hero-aside {
  padding: 24px;
  background: var(--paper-bright);
  border: 3px solid var(--ink);
  box-shadow: var(--shadow);
}

.page-hero-aside .barcode {
  height: 38px;
  margin: 22px 0 8px;
}

.aside-line {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 9px 0;
  border-bottom: 1px solid var(--line);
  font-family: var(--utility);
  font-size: 11px;
}

.aside-line:last-child {
  border-bottom: 0;
}

.aside-line strong {
  text-align: right;
}

.module-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 3px solid var(--ink);
  background: var(--paper-bright);
}

.module-item {
  min-height: 205px;
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  padding: 25px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.module-item:nth-child(2n) {
  border-right: 0;
}

.module-item:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.module-code {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  color: var(--paper-bright);
  background: var(--ink);
  font-family: var(--utility);
  font-size: 11px;
  font-weight: 900;
}

.module-item h3 {
  margin-bottom: 10px;
  font-size: 29px;
  text-transform: uppercase;
}

.module-item p {
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 14px;
}

.feature-stage {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  border: 3px solid var(--ink);
  box-shadow: var(--shadow);
}

.feature-stage-copy {
  padding: clamp(30px, 5vw, 65px);
  color: var(--paper-bright);
  background: var(--ink);
}

.feature-stage-copy h2 {
  font-size: clamp(42px, 5vw, 68px);
}

.feature-stage-copy p {
  color: #ced7d5;
  font-size: 17px;
}

.feature-stage-sheet {
  position: relative;
  padding: clamp(28px, 5vw, 60px);
  background: var(--paper-bright);
}

.blind-banner {
  margin-bottom: 26px;
  padding: 12px 15px;
  color: var(--paper-bright);
  background: var(--blue);
  font-family: var(--utility);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.feature-count-row {
  display: grid;
  grid-template-columns: 1fr 120px;
  gap: 18px;
  align-items: end;
  padding: 19px 0;
  border-bottom: 1px solid var(--line);
}

.feature-count-row strong {
  display: block;
  font-size: 16px;
}

.feature-count-row span {
  color: var(--ink-soft);
  font-family: var(--utility);
  font-size: 10px;
}

.quantity-box {
  height: 54px;
  display: grid;
  place-items: center;
  border: 2px solid var(--ink);
  font-family: var(--utility);
  font-size: 24px;
  font-weight: 900;
}

.feature-count-row.masked .quantity-box {
  color: #7d8989;
  background: repeating-linear-gradient(135deg, #eeeadd 0 6px, #e1dbca 6px 12px);
}

.decision-chain {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.decision {
  position: relative;
  min-height: 230px;
  padding: 24px;
  background: var(--paper-bright);
  border: 2px solid var(--ink);
}

.decision:not(:last-child)::after {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -23px;
  content: "→";
  font-family: var(--utility);
  font-size: 20px;
  font-weight: 900;
}

.decision .utility-label {
  color: var(--orange-dark);
}

.decision h3 {
  margin: 36px 0 12px;
  font-size: 30px;
  text-transform: uppercase;
}

.decision p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
}

.timeline {
  position: relative;
  border-left: 4px solid var(--ink);
}

.timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 30px;
  padding: 0 0 58px 42px;
}

.timeline-item:last-child {
  padding-bottom: 0;
}

.timeline-item::before {
  position: absolute;
  top: 0;
  left: -12px;
  width: 17px;
  height: 17px;
  content: "";
  background: var(--orange);
  border: 3px solid var(--ink);
  border-radius: 50%;
}

.timeline-label {
  font-family: var(--utility);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.timeline-copy h3 {
  margin-bottom: 10px;
  font-size: 32px;
  text-transform: uppercase;
}

.timeline-copy p {
  max-width: 700px;
  margin-bottom: 0;
  color: var(--ink-soft);
}

.scope-table {
  border: 3px solid var(--ink);
  background: var(--paper-bright);
}

.scope-row {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  border-bottom: 1px solid var(--line);
}

.scope-row:last-child {
  border-bottom: 0;
}

.scope-row > * {
  padding: 18px 21px;
}

.scope-row strong {
  border-right: 1px solid var(--line);
  font-family: var(--utility);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.scope-row span {
  color: var(--ink-soft);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  align-items: start;
}

.price-ticket {
  position: relative;
  background: var(--paper-bright);
  border: 3px solid var(--ink);
  box-shadow: var(--shadow);
}

.price-ticket.featured {
  margin-top: 35px;
}

.price-ticket-head {
  padding: 25px 27px;
  color: var(--paper-bright);
  background: var(--ink);
}

.featured .price-ticket-head {
  background: var(--blue);
}

.price-ticket-head h2 {
  margin-bottom: 8px;
  font-size: 45px;
}

.price-ticket-head p {
  margin: 0;
  color: #d8dfdd;
}

.price-body {
  padding: 28px;
}

.price-line {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 13px 0;
  border-bottom: 1px dashed var(--line);
}

.price-line strong {
  text-align: right;
}

.price-note {
  margin: 25px 0;
  padding: 16px;
  background: #eee9dc;
  border-left: 5px solid var(--orange);
  font-size: 14px;
}

.faq-list {
  border-top: 3px solid var(--ink);
}

.faq-item {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 40px;
  padding: 29px 0;
  border-bottom: 1px solid var(--line);
}

.faq-item h3 {
  margin: 0;
  font-size: 28px;
  text-transform: uppercase;
}

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

.support-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.support-label {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  padding: 23px;
  background: var(--paper-bright);
  border: 2px solid var(--ink);
  box-shadow: 4px 4px 0 rgba(17, 35, 41, 0.16);
}

.support-label h3 {
  margin: 50px 0 12px;
  font-size: 31px;
  text-transform: uppercase;
}

.support-label p {
  color: var(--ink-soft);
  font-size: 14px;
}

.support-label a {
  margin-top: auto;
  color: var(--blue);
  font-weight: 900;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.system-boundary {
  display: grid;
  grid-template-columns: 1fr 90px 1fr;
  align-items: stretch;
  border: 3px solid var(--ink);
  background: var(--paper-bright);
}

.boundary-side {
  padding: 35px;
}

.boundary-side h3 {
  margin: 22px 0 13px;
  font-size: 33px;
  text-transform: uppercase;
}

.boundary-side ul {
  margin: 0;
  padding-left: 20px;
}

.boundary-side li {
  margin: 8px 0;
}

.boundary-divider {
  display: grid;
  place-items: center;
  color: var(--paper-bright);
  background: var(--ink);
  font-family: var(--utility);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.site-footer {
  padding: 48px 0 25px;
  color: #dce3e1;
  background: var(--ink);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr repeat(3, 0.6fr);
  gap: 45px;
  padding-bottom: 45px;
}

.footer-intro p {
  max-width: 330px;
  color: #aebbb9;
  font-size: 14px;
}

.footer-title {
  margin-bottom: 15px;
  color: var(--paper-bright);
  font-family: var(--utility);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-links {
  display: grid;
  gap: 9px;
}

.footer-links a {
  width: max-content;
  color: #cbd5d3;
  font-size: 14px;
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--paper-bright);
  text-decoration: underline;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding-top: 20px;
  color: #8fa09e;
  border-top: 1px solid #405256;
  font-family: var(--utility);
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .header-inner {
    grid-template-columns: auto 1fr auto;
  }

  .menu-button {
    display: block;
    justify-self: end;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    align-items: stretch;
    flex-direction: column;
    background: var(--ink);
    border-top: 1px solid #405256;
    border-bottom: 5px solid var(--orange);
  }

  .site-nav[data-open] {
    display: flex;
  }

  .site-nav a {
    min-height: 51px;
    padding-inline: max(20px, calc((100vw - 940px) / 2));
    border-bottom: 1px solid #405256;
  }

  .header-action {
    display: none;
  }

  .hero-grid,
  .page-hero-grid,
  .section-head,
  .feature-stage {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 65px;
  }

  .count-ticket {
    width: min(620px, 100%);
    margin-inline: auto;
  }

  .process-grid,
  .role-grid,
  .decision-chain {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-step:nth-child(2) {
    border-right: 0;
  }

  .process-step:nth-child(-n + 2) {
    border-bottom: 1px solid currentColor;
  }

  .decision:nth-child(2)::after {
    display: none;
  }

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

  .support-label {
    min-height: 210px;
  }

  .footer-grid {
    grid-template-columns: 1fr repeat(3, 0.6fr);
  }
}

@media (max-width: 720px) {
  :root {
    --shell: min(100% - 28px, 1180px);
  }

  .brand {
    padding-right: 15px;
    border-right: 0;
  }

  .brand-byline {
    display: none;
  }

  .home-hero,
  .section {
    padding-block: 67px;
  }

  .warehouse-route {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .warehouse-route span:not(:last-child)::after {
    margin-left: 12px;
  }

  .process-grid,
  .role-grid,
  .module-list,
  .decision-chain,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .process-step,
  .process-step:nth-child(2),
  .module-item,
  .module-item:nth-child(2n),
  .module-item:nth-last-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid currentColor;
  }

  .process-step:last-child,
  .module-item:last-child {
    border-bottom: 0;
  }

  .role-label:nth-child(2),
  .role-label:nth-child(3) {
    transform: none;
  }

  .control-callout,
  .cta-inner,
  .faq-item,
  .system-boundary {
    grid-template-columns: 1fr;
  }

  .cta-inner .button {
    justify-self: start;
  }

  .ledger {
    overflow-x: auto;
  }

  .ledger-head,
  .ledger-row {
    min-width: 680px;
  }

  .feature-stage {
    box-shadow: 4px 4px 0 rgba(17, 35, 41, 0.16);
  }

  .decision:not(:last-child)::after {
    top: auto;
    right: 20px;
    bottom: -25px;
    transform: rotate(90deg);
  }

  .timeline-item {
    grid-template-columns: 1fr;
    gap: 11px;
    padding-left: 28px;
  }

  .scope-row {
    grid-template-columns: 1fr;
  }

  .scope-row strong {
    padding-bottom: 4px;
    border-right: 0;
  }

  .scope-row span {
    padding-top: 4px;
  }

  .price-ticket.featured {
    margin-top: 0;
  }

  .boundary-divider {
    min-height: 55px;
    writing-mode: horizontal-tb;
  }

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

  .footer-intro {
    grid-column: 1 / -1;
  }

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

@media (max-width: 480px) {
  h1 {
    font-size: clamp(50px, 19vw, 72px);
  }

  .brand-name {
    font-size: 17px;
  }

  .brand-mark {
    width: 40px;
    height: 45px;
  }

  .hero-actions,
  .hero-actions .button {
    width: 100%;
  }

  .ticket-meta,
  .feature-count-row {
    grid-template-columns: 1fr;
  }

  .ticket-field,
  .ticket-field:nth-child(2n) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .ticket-field:nth-child(n + 3) {
    border-top: 0;
  }

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

  .footer-intro {
    grid-column: auto;
  }
}

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

.proto-attribution {
  position: fixed;
  z-index: 1000;
  right: 16px;
  bottom: 16px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  box-sizing: border-box;
  min-height: 46px;
  padding: 9px 13px 9px 9px;
  border: 1px solid rgba(20, 29, 35, 0.18);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(20, 29, 35, 0.16);
  color: #343239;
  font: 600 14px/1.1 ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease;
}
.proto-attribution strong {
  color: #6d43ea;
  font-weight: 750;
}
.proto-attribution-mark {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 8px;
  background: #161b1f;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
}
.proto-attribution:hover,
.proto-attribution:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(20, 29, 35, 0.22);
}
.proto-attribution:focus-visible {
  outline: 3px solid #6d43ea;
  outline-offset: 3px;
}
@media (max-width: 640px) {
  .proto-attribution {
    right: 8px;
    bottom: 8px;
    min-height: 42px;
    padding: 7px 11px 7px 7px;
    font-size: 13px;
  }
  .proto-attribution-mark {
    width: 26px;
    height: 26px;
  }
}
