.hero-shell {
  position: relative;
  min-height: 824px;
  overflow-x: clip;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--color-accent) 3%, transparent), transparent);
}

.hero-centered {
  position: relative;
  z-index: 2;
  padding-top: 24px;
  text-align: center;
}

.hero-copy {
  position: relative;
  z-index: 5;
  width: min(calc(100% - 40px), 920px);
  margin-inline: auto;
}

.hero-copy h1 {
  margin-top: 12px;
  margin-bottom: 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
}

.hero-description {
  margin: 15px auto 0;
  color: var(--color-text-muted);
  font-size: 14px;
  line-height: 1.7;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 12px;
  color: var(--color-text-muted);
  font-family: var(--font-mono);
  font-size: 10px;
}

.trust-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.trust-item + .trust-item::before {
  margin: 0 10px;
  color: var(--color-border);
  content: "/";
}

.telegraph-stage {
  position: relative;
  z-index: 3;
  width: min(calc(100% - 48px), 1320px);
  height: 205px;
  margin: 24px auto 0;
}

.stage-caption {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--color-text-muted);
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: .16em;
}

.stage-caption::before {
  width: 22px;
  height: 1px;
  content: "";
  background: var(--color-accent);
}

.paper-band {
  position: absolute;
  top: 25px;
  right: 0;
  left: 0;
  height: 154px;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--color-paper) 48%, var(--color-border));
  border-radius: var(--radius-medium);
  color: var(--color-paper-ink);
  background:
    repeating-linear-gradient(0deg, transparent 0 5px, color-mix(in srgb, var(--color-paper-ink) 4%, transparent) 6px),
    linear-gradient(90deg, var(--color-paper), color-mix(in srgb, var(--color-paper) 92%, var(--color-white)), var(--color-paper));
}

.paper-band::before,
.paper-band::after {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 1;
  height: 15px;
  content: "";
  background: radial-gradient(circle, var(--color-bg) 0 3px, transparent 3.5px) 2px center / 23px 15px repeat-x;
}

.paper-band::before {
  top: -6px;
}

.paper-band::after {
  bottom: -6px;
}

.paper-rule {
  position: absolute;
  right: 186px;
  left: 188px;
  z-index: 2;
  border-top: 1px dashed color-mix(in srgb, var(--color-paper-ink) 28%, transparent);
}

.paper-rule-top {
  top: 51px;
}

.paper-rule-bottom {
  top: 102px;
}

.paper-meta {
  position: absolute;
  z-index: 3;
  color: var(--color-paper-muted);
  font-family: var(--font-mono);
  font-size: 8px;
  letter-spacing: .15em;
}

.paper-meta-left {
  top: 22px;
  left: 205px;
}

.paper-meta-right {
  right: 205px;
  bottom: 20px;
}

.key-base {
  position: absolute;
  bottom: 23px;
  left: 27px;
  z-index: 5;
  width: 148px;
  height: 75px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-medium);
  background: linear-gradient(155deg, var(--color-bg-panel-2), var(--color-bg-panel));
}

.key-base::before {
  position: absolute;
  right: 14px;
  bottom: 12px;
  left: 14px;
  height: 1px;
  content: "";
  background: var(--color-border);
}

.key-label {
  position: absolute;
  bottom: 18px;
  left: 14px;
  color: var(--color-text-muted);
  font-family: var(--font-mono);
  font-size: 7px;
  letter-spacing: .12em;
}

.key-pivot {
  position: absolute;
  top: 19px;
  left: 37px;
  width: 18px;
  height: 18px;
  border: 4px solid var(--color-border);
  border-radius: var(--radius-pill);
  background: var(--color-bg);
}

.key-arm {
  position: absolute;
  top: 21px;
  left: 46px;
  width: 77px;
  height: 7px;
  border-radius: var(--radius-pill);
  background: var(--color-text-muted);
  transform-origin: 0 50%;
  animation: key-press 3.8s ease-in-out infinite;
}

.key-arm::after {
  position: absolute;
  top: -8px;
  right: -5px;
  width: 23px;
  height: 23px;
  border: 1px solid var(--color-accent);
  border-radius: var(--radius-pill);
  content: "";
  background: var(--color-bg-panel);
}

.key-contact {
  position: absolute;
  right: 18px;
  bottom: 23px;
  width: 19px;
  height: 8px;
  border-radius: var(--radius-small);
  background: var(--color-accent);
  opacity: .62;
  animation: contact-glow 3.8s ease-in-out infinite;
}

.punch-field {
  position: absolute;
  inset: 0 177px 0 178px;
  z-index: 4;
  overflow: hidden;
}

.punch-track {
  position: absolute;
  left: 2px;
  width: calc(100% + 72px);
  display: flex;
  align-items: center;
  justify-content: space-around;
  animation: tape-feed 10s linear infinite;
}

.punch-track-a {
  top: 41px;
}

.punch-track-b {
  top: 92px;
  animation-delay: -4s;
}

.punch {
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  border: 1px solid color-mix(in srgb, var(--color-paper-ink) 58%, transparent);
  border-radius: var(--radius-pill);
  background: color-mix(in srgb, var(--color-bg) 92%, transparent);
}

.punch-wide {
  width: 19px;
}

.punch-accent {
  border-color: var(--color-accent-dark);
  background: var(--color-accent);
  box-shadow: 0 0 14px color-mix(in srgb, var(--color-accent) 75%, transparent);
}

.signal-line {
  position: absolute;
  top: 75px;
  right: 164px;
  left: 174px;
  z-index: 3;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--color-accent-dark), var(--color-accent), var(--color-accent-dark), transparent);
}

.signal-pulse {
  position: absolute;
  top: 70px;
  left: 178px;
  z-index: 5;
  width: 11px;
  height: 11px;
  border: 2px solid var(--color-paper);
  border-radius: var(--radius-pill);
  background: var(--color-accent);
  box-shadow: 0 0 17px var(--color-accent);
  animation: signal-travel 6s linear infinite;
}

.delivery-stamp {
  position: absolute;
  top: 17px;
  right: 26px;
  z-index: 6;
  width: 126px;
  height: 126px;
  display: grid;
  place-items: center;
  border: 2px solid var(--color-accent-dark);
  border-radius: var(--radius-pill);
  color: var(--color-accent-dark);
  background: color-mix(in srgb, var(--color-paper) 83%, transparent);
  animation: stamp-breathe 4s ease-in-out infinite;
}

.delivery-stamp::before {
  position: absolute;
  inset: 7px;
  border: 1px dashed var(--color-accent-dark);
  border-radius: var(--radius-pill);
  content: "";
}

.stamp-copy {
  display: grid;
  gap: 3px;
  text-align: center;
  transform: rotate(-5deg);
}

.stamp-copy strong {
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 680;
  letter-spacing: .16em;
}

.stamp-copy span {
  font-family: var(--font-mono);
  font-size: 7px;
  letter-spacing: .13em;
}

.station-code {
  position: absolute;
  right: 0;
  bottom: 3px;
  color: var(--color-text-muted);
  font-family: var(--font-mono);
  font-size: 8px;
  letter-spacing: .16em;
}

.directory {
  position: relative;
  z-index: 4;
  width: min(calc(100% - 48px), 1180px);
  margin: 5px auto 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  border-top: 1px solid var(--color-border-soft);
  border-bottom: 1px solid var(--color-border-soft);
  background: color-mix(in srgb, var(--color-bg-panel) 58%, transparent);
}

.directory-group {
  min-width: 0;
  padding: 13px 20px 14px;
}

.directory-group + .directory-group {
  border-left: 1px solid var(--color-border-soft);
}

.directory-heading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  color: var(--color-text-muted);
  font-family: var(--font-mono);
  font-size: 8px;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.directory-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
}

.directory-item {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--color-text-muted);
  font-size: 10px;
  white-space: nowrap;
}

.directory-item svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  color: var(--color-text);
}

.platform-icon * {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.platform-icon .solid {
  fill: currentColor;
  stroke: none;
}

.flag {
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--color-text) 24%, transparent);
  border-radius: var(--radius-small);
  background: var(--color-flag-white);
}

.flag .white {
  fill: var(--color-flag-white);
}

.flag .red {
  fill: var(--color-flag-red);
}

.flag .red-dark {
  fill: var(--color-flag-red-dark);
}

.flag .blue {
  fill: var(--color-flag-blue);
}

.flag .blue-bright {
  fill: var(--color-flag-blue-bright);
}

.flag .ink {
  fill: var(--color-black);
}

.tab-shell {
  min-width: 0;
}

.tab-list {
  display: flex;
  max-width: 100%;
  gap: 6px;
  padding: 5px;
  overflow-x: auto;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-pill);
  background: var(--color-bg-panel);
  -webkit-overflow-scrolling: touch;
}

.tab-list [role="tab"] {
  min-height: 38px;
  flex: 1 0 auto;
  padding: 0 16px;
  border: 0;
  border-radius: var(--radius-pill);
  color: var(--color-text-muted);
  background: transparent;
  font-size: 13px;
}

.tab-list [role="tab"][aria-selected="true"] {
  color: var(--color-bg);
  background: var(--color-accent);
}

[role="tabpanel"][hidden] {
  display: none;
}

.tab-panel {
  padding-top: 24px;
}

.toc-tabs {
  position: sticky;
  top: 10px;
  z-index: 70;
  max-width: 100%;
  display: flex;
  gap: 6px;
  padding: 6px;
  overflow-x: auto;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-pill);
  background: var(--color-bg-panel-2);
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.toc-tabs::-webkit-scrollbar {
  display: none;
}

.toc-tabs a {
  min-height: 38px;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  padding: 0 15px;
  border-radius: var(--radius-pill);
  color: var(--color-text-muted);
  font-size: 12px;
  white-space: nowrap;
}

.toc-tabs a.is-current,
.toc-tabs a[aria-current="location"] {
  color: var(--color-bg);
  background: var(--color-accent);
}

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

.faq-item {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-medium);
  background: var(--color-bg-panel);
}

.faq-item summary {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 19px;
  color: var(--color-text);
  cursor: pointer;
  list-style: none;
  font-weight: 580;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-pill);
  color: var(--color-accent);
  content: "+";
  font-family: var(--font-mono);
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-answer {
  padding: 0 19px 18px;
  color: var(--color-text-muted);
}

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

.plan-card {
  position: relative;
  min-width: 0;
  padding: 28px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-large);
  background: var(--color-bg-panel);
}

.plan-card.is-current {
  border-color: var(--color-accent);
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--color-accent) 8%, transparent), transparent 52%),
    var(--color-bg-panel-2);
}

.plan-ribbon {
  position: absolute;
  top: 17px;
  right: 17px;
  min-height: 25px;
  display: inline-flex;
  align-items: center;
  padding: 0 9px;
  border-radius: var(--radius-pill);
  color: var(--color-bg);
  background: var(--color-accent);
  font-family: var(--font-mono);
  font-size: 9px;
}

.plan-name {
  margin-bottom: 18px;
  color: var(--color-text-muted);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .12em;
}

.plan-price {
  display: flex;
  align-items: baseline;
  gap: 7px;
  margin-bottom: 20px;
}

.plan-price strong {
  font-size: clamp(38px, 4vw, 54px);
  font-weight: 430;
  line-height: 1;
}

.plan-price span {
  color: var(--color-text-muted);
  font-size: 13px;
}

.plan-features {
  min-height: 160px;
  margin: 0 0 24px;
  padding: 18px 0 0;
  border-top: 1px dashed var(--color-border);
  list-style: none;
}

.plan-features li {
  display: flex;
  gap: 10px;
  color: var(--color-text-muted);
  font-size: 14px;
}

.plan-features li + li {
  margin-top: 10px;
}

.plan-features li::before {
  flex: 0 0 auto;
  color: var(--color-accent);
  content: "·";
}

.plan-card .button {
  width: 100%;
}

.table-scroll,
.network-table-wrap,
.comparison-table-wrap {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-medium);
  background: var(--color-bg-panel);
  -webkit-overflow-scrolling: touch;
}

.data-table,
.network-table,
.comparison-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  color: var(--color-text-muted);
  font-size: 13px;
}

.data-table th,
.data-table td,
.network-table th,
.network-table td,
.comparison-table th,
.comparison-table td {
  padding: 15px 17px;
  border-bottom: 1px solid var(--color-border-soft);
  text-align: left;
  vertical-align: middle;
}

.data-table th,
.network-table th,
.comparison-table th {
  color: var(--color-text);
  background: var(--color-bg-panel-2);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .08em;
  white-space: nowrap;
}

.data-table td:first-child,
.network-table td:first-child,
.comparison-table td:first-child {
  color: var(--color-text);
  font-weight: 560;
}

.data-table tr:last-child td,
.network-table tr:last-child td,
.comparison-table tr:last-child td {
  border-bottom: 0;
}

.table-group-row td {
  color: var(--color-accent);
  background: color-mix(in srgb, var(--color-accent) 5%, var(--color-bg-panel));
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .1em;
}

.prose > .data-table {
  display: block;
  max-width: 100%;
  min-width: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.platform-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.platform-card {
  min-width: 0;
  display: grid;
  min-height: 190px;
  align-content: space-between;
  padding: 20px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-large);
  background: var(--color-bg-panel);
  transition: transform var(--transition-fast), border-color var(--transition-fast);
}

.platform-card:hover {
  transform: translateY(-3px);
  border-color: var(--color-accent-dark);
}

.platform-card svg {
  width: 32px;
  height: 32px;
  color: var(--color-accent);
}

.platform-card h3 {
  margin: 24px 0 15px;
  font-size: 18px;
}

.platform-card .button {
  min-width: 0;
  padding-inline: 12px;
}

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

.article-card {
  min-width: 0;
  display: flex;
  min-height: 276px;
  flex-direction: column;
  padding: 25px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-large);
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--color-paper) 3%, transparent), transparent 45%),
    var(--color-bg-panel);
}

.article-card-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin-bottom: 32px;
  color: var(--color-text-muted);
  font-family: var(--font-mono);
  font-size: 9px;
}

.article-card h3 {
  font-size: 23px;
  line-height: 1.35;
}

.article-card p {
  font-size: 14px;
}

.article-card-link {
  margin-top: auto;
  color: var(--color-accent);
  font-size: 13px;
}

.callout {
  position: relative;
  margin: 28px 0;
  padding: 22px 24px 22px 30px;
  border: 1px solid var(--color-border);
  border-radius: 0 var(--radius-medium) var(--radius-medium) 0;
  background: var(--color-bg-panel);
}

.callout::before {
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  width: 4px;
  content: "";
  background: var(--color-accent);
}

.callout-title {
  display: block;
  margin-bottom: 7px;
  color: var(--color-text);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .1em;
}

.promo-block {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 30px;
  margin-top: 56px;
  padding: clamp(26px, 5vw, 48px);
  overflow: hidden;
  border: 1px solid var(--color-accent-dark);
  border-radius: var(--radius-large);
  background:
    radial-gradient(circle at 85% 20%, color-mix(in srgb, var(--color-accent) 14%, transparent), transparent 34%),
    var(--color-bg-panel-2);
}

.promo-block h2 {
  margin-bottom: 10px;
  font-size: clamp(28px, 4vw, 44px);
}

.float-cta {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 130;
  min-height: 45px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0 18px;
  border: 1px solid var(--color-accent);
  border-radius: var(--radius-pill);
  color: var(--color-bg);
  background: var(--color-accent);
  font-size: 13px;
  font-weight: 680;
  transition: transform var(--transition-fast), background-color var(--transition-fast);
}

.float-cta:hover {
  transform: translateY(-2px);
  background: var(--color-text);
}

.float-cta::before {
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  border-radius: var(--radius-pill);
  content: "";
  background: var(--color-bg);
}

.palette-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.swatch {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-medium);
  background: var(--color-bg-panel);
}

.swatch-color {
  height: 84px;
}

.swatch-copy {
  padding: 12px;
  color: var(--color-text-muted);
  font-family: var(--font-mono);
  font-size: 9px;
  overflow-wrap: anywhere;
}

.swatch-bg .swatch-color { background: var(--color-bg); }
.swatch-panel .swatch-color { background: var(--color-bg-panel); }
.swatch-panel-2 .swatch-color { background: var(--color-bg-panel-2); }
.swatch-border .swatch-color { background: var(--color-border); }
.swatch-accent .swatch-color { background: var(--color-accent); }
.swatch-accent-dark .swatch-color { background: var(--color-accent-dark); }
.swatch-text .swatch-color { background: var(--color-text); }
.swatch-muted .swatch-color { background: var(--color-text-muted); }
.swatch-paper .swatch-color { background: var(--color-paper); }
.swatch-success .swatch-color { background: var(--color-success); }
.swatch-warn .swatch-color { background: var(--color-warn); }
.swatch-error .swatch-color { background: var(--color-error); }

@keyframes key-press {
  0%,
  72%,
  100% {
    transform: rotate(0);
  }
  78%,
  86% {
    transform: rotate(9deg);
  }
}

@keyframes contact-glow {
  0%,
  72%,
  100% {
    opacity: .42;
  }
  80%,
  86% {
    opacity: 1;
  }
}

@keyframes tape-feed {
  from {
    transform: translateX(-72px);
  }
  to {
    transform: translateX(0);
  }
}

@keyframes signal-travel {
  0% {
    opacity: 0;
    transform: translateX(0);
  }
  8%,
  88% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(calc(100vw - 390px));
  }
}

@keyframes stamp-breathe {
  0%,
  100% {
    opacity: .78;
    transform: rotate(-2deg) scale(.98);
  }
  50% {
    opacity: 1;
    transform: rotate(-2deg) scale(1);
  }
}

@media (max-width: 980px) {
  .platform-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

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

  .plan-features {
    min-height: 0;
  }

  .delivery-stamp {
    right: 18px;
  }
}

@media (max-width: 768px) {
  .hero-shell {
    min-height: auto;
    padding-bottom: 36px;
  }

  .hero-centered {
    padding-top: 22px;
  }

  .telegraph-stage {
    width: calc(100% - 32px);
    height: 178px;
  }

  .paper-band {
    height: 132px;
  }

  .key-base {
    left: 12px;
    bottom: 38px;
    transform: scale(.76);
    transform-origin: left bottom;
  }

  .punch-field {
    right: 112px;
    left: 112px;
  }

  .paper-rule {
    right: 120px;
    left: 120px;
  }

  .delivery-stamp {
    top: 17px;
    right: 10px;
    width: 98px;
    height: 98px;
  }

  .stamp-copy strong {
    font-size: 14px;
  }

  .paper-meta,
  .stage-caption,
  .station-code {
    display: none;
  }

  .signal-line {
    right: 105px;
    left: 105px;
  }

  .signal-pulse {
    left: 106px;
  }

  .directory {
    width: calc(100% - 32px);
    grid-template-columns: 1fr;
  }

  .directory-group + .directory-group {
    border-top: 1px solid var(--color-border-soft);
    border-left: 0;
  }

  .directory-list {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 3px;
  }

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

  .promo-block {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .hero-copy {
    width: calc(100% - 32px);
  }

  .hero-actions .cta {
    flex: 1 1 140px;
  }

  .trust-row {
    gap: 7px 0;
  }

  .trust-item + .trust-item::before {
    margin-inline: 7px;
  }

  .platform-grid,
  .article-grid {
    grid-template-columns: 1fr;
  }

  .platform-card {
    min-height: 160px;
  }

  .faq-item summary {
    min-height: 58px;
  }

  .float-cta {
    right: 14px;
    bottom: 14px;
  }

  .tab-list [role="tab"] {
    min-height: 42px;
  }
}

@media (max-width: 430px) {
  .telegraph-stage {
    height: 160px;
  }

  .paper-band {
    top: 18px;
    height: 122px;
  }

  .key-base {
    bottom: 40px;
    left: 7px;
    transform: scale(.62);
  }

  .delivery-stamp {
    top: 28px;
    width: 82px;
    height: 82px;
  }

  .stamp-copy strong {
    font-size: 12px;
  }

  .stamp-copy span {
    font-size: 6px;
  }

  .punch-field {
    right: 88px;
    left: 80px;
  }

  .paper-rule {
    right: 90px;
    left: 82px;
  }

  .paper-rule-top {
    top: 45px;
  }

  .paper-rule-bottom {
    top: 92px;
  }

  .punch-track-a {
    top: 36px;
  }

  .punch-track-b {
    top: 83px;
  }

  .signal-line {
    top: 67px;
    right: 84px;
    left: 80px;
  }

  .signal-pulse {
    top: 62px;
    left: 80px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .key-arm,
  .key-contact,
  .punch-track,
  .signal-pulse,
  .delivery-stamp,
  .scan-text {
    animation: none;
  }
}