/* DiamondScope landing page: broadcast graphics meet inspection hardware. */
html {
  scroll-behavior: smooth;
}

.ds-landing {
  --ds-ink: #08131e;
  --ds-ink-soft: #142536;
  --ds-paper: #f2eddf;
  --ds-paper-bright: #fffaf0;
  --ds-red: #e6382f;
  --ds-red-dark: #a91f1c;
  --ds-blue: #0c55d9;
  --ds-blue-bright: #1c73ff;
  --ds-yellow: #f5cf37;
  --ds-chrome: #b9c1c5;
  --ds-chrome-light: #e6e9e7;
  --ds-white: #ffffff;
  --ds-rule: 3px;
  --ds-shell: 1280px;
  --ds-display: "Barlow Condensed", "Arial Narrow", Impact, sans-serif;
  --ds-body: "Space Grotesk", "Trebuchet MS", sans-serif;
  margin: 0;
  min-width: 0;
  overflow-x: hidden;
  color: var(--ds-ink);
  background: var(--ds-paper);
  font-family: var(--ds-body);
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.ds-landing *,
.ds-landing *::before,
.ds-landing *::after {
  box-sizing: border-box;
}

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

.ds-landing a {
  color: inherit;
  text-decoration: none;
}

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

.ds-landing a:focus-visible,
.ds-landing button:focus-visible {
  outline: 3px solid var(--ds-yellow);
  outline-offset: 4px;
}

.ds-landing ::selection {
  color: var(--ds-white);
  background: var(--ds-blue);
}

.ds-shell {
  width: min(calc(100% - 64px), var(--ds-shell));
  margin-inline: auto;
}

.ds-skip {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 12px 18px;
  color: var(--ds-white);
  background: var(--ds-ink);
  font-weight: 700;
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

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

.ds-header {
  position: sticky;
  z-index: 100;
  top: 0;
  padding-top: env(safe-area-inset-top, 0px);
  border-bottom: var(--ds-rule) solid var(--ds-ink);
  background: rgba(242, 237, 223, 0.96);
  box-shadow: 0 2px 0 rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(12px);
}

.ds-header__inner {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto minmax(220px, 1fr);
  align-items: center;
  width: min(calc(100% - 64px), var(--ds-shell));
  min-height: 76px;
  margin-inline: auto;
  gap: 32px;
}

.ds-brand {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  min-height: 44px;
  gap: 10px;
}

.ds-brand__mark {
  position: relative;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 3px solid currentColor;
  transform: rotate(45deg);
}

.ds-brand__mark::before,
.ds-brand__mark::after,
.ds-brand__mark span::before,
.ds-brand__mark span::after {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--ds-red);
  content: "";
}

.ds-brand__mark::before { top: 3px; left: 3px; }
.ds-brand__mark::after { right: 3px; bottom: 3px; }
.ds-brand__mark span::before { top: 3px; right: 3px; }
.ds-brand__mark span::after { bottom: 3px; left: 3px; }

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

.ds-brand__type > span {
  color: var(--ds-blue);
}

.ds-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
}

.ds-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-family: var(--ds-display);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ds-nav a::after {
  position: absolute;
  right: 0;
  bottom: 7px;
  left: 0;
  height: 3px;
  background: var(--ds-red);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.ds-nav a:hover::after,
.ds-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.ds-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-height: 52px;
  padding: 0 20px;
  gap: 24px;
  border: 3px solid var(--ds-ink);
  background: var(--ds-yellow);
  box-shadow: 5px 5px 0 var(--ds-ink);
  font-family: var(--ds-display);
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.055em;
  line-height: 1;
  text-transform: uppercase;
  transition: box-shadow 160ms ease, transform 160ms ease, background 160ms ease;
}

.ds-button:hover {
  box-shadow: 2px 2px 0 var(--ds-ink);
  transform: translate(3px, 3px);
}

.ds-button--nav {
  justify-self: end;
  min-height: 44px;
  padding-inline: 17px;
  background: var(--ds-red);
  color: var(--ds-white);
  box-shadow: 4px 4px 0 var(--ds-ink);
  font-size: 15px;
}

.ds-progress {
  position: fixed;
  z-index: 110;
  top: calc(76px + env(safe-area-inset-top, 0px));
  right: 0;
  left: 0;
  height: 4px;
  pointer-events: none;
}

.ds-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--ds-blue-bright);
  transform: scaleX(0);
  transform-origin: left;
  will-change: transform;
}

.ds-hero {
  position: relative;
  min-height: calc(100vh - 76px);
  min-height: calc(100svh - 76px);
  overflow: hidden;
  border-bottom: var(--ds-rule) solid var(--ds-ink);
  background:
    linear-gradient(115deg, transparent 0 63%, rgba(12, 85, 217, 0.08) 63% 72%, transparent 72%),
    var(--ds-paper);
}

.ds-hero::before {
  position: absolute;
  top: 0;
  right: max(0px, calc((100% - var(--ds-shell)) / 2 - 40px));
  width: clamp(240px, 28vw, 440px);
  height: 16px;
  background: repeating-linear-gradient(90deg, var(--ds-red) 0 52px, var(--ds-yellow) 52px 70px, var(--ds-blue) 70px 122px, var(--ds-ink) 122px 136px);
  content: "";
}

.ds-hero__noise {
  position: absolute;
  inset: 0;
  opacity: 0.32;
  pointer-events: none;
  background-image: radial-gradient(rgba(8, 19, 30, 0.28) 0.75px, transparent 0.75px);
  background-size: 7px 7px;
  mask-image: linear-gradient(90deg, black, transparent 58%);
}

.ds-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
  align-items: center;
  min-height: calc(100vh - 76px);
  min-height: calc(100svh - 76px);
  padding-block: 72px 68px;
  gap: clamp(50px, 7vw, 110px);
}

.ds-hero__copy {
  min-width: 0;
}

.ds-overline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100%, 570px);
  margin: 0 0 24px;
  padding: 8px 10px;
  border-block: 2px solid var(--ds-ink);
  font-family: var(--ds-display);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

.ds-overline span:last-child {
  color: var(--ds-red-dark);
}

.ds-hero h1,
.ds-section-head h2,
.ds-output-head h2,
.ds-pricing-head h2,
.ds-final h2 {
  margin: 0;
  font-family: var(--ds-display);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.84;
  text-transform: uppercase;
}

.ds-hero h1 {
  max-width: 690px;
  font-size: clamp(74px, 7.1vw, 112px);
}

.ds-hero h1 em,
.ds-section-head h2 em,
.ds-output-head h2 em,
.ds-pricing-head h2 em,
.ds-final h2 em {
  position: relative;
  color: var(--ds-red);
  font-style: italic;
}

.ds-hero h1 em::after {
  position: absolute;
  right: 0;
  bottom: -4px;
  left: 3px;
  height: 7px;
  background: var(--ds-yellow);
  content: "";
  transform: skewX(-24deg);
}

.ds-hero__lede {
  max-width: 610px;
  margin: 30px 0 0;
  font-size: clamp(17px, 1.4vw, 21px);
  font-weight: 500;
  line-height: 1.55;
}

.ds-hero__actions {
  display: flex;
  align-items: center;
  margin-top: 34px;
  gap: 30px;
}

.ds-button--primary {
  min-width: 224px;
  background: var(--ds-blue);
  color: var(--ds-white);
}

.ds-text-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  gap: 10px;
  border-bottom: 2px solid var(--ds-ink);
  font-family: var(--ds-display);
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.ds-text-link span {
  color: var(--ds-red);
  transition: transform 160ms ease;
}

.ds-text-link:hover span {
  transform: translateY(3px);
}

.ds-hero__trust {
  display: flex;
  align-items: center;
  margin-top: 38px;
  gap: 26px;
}

.ds-credit-badge {
  display: flex;
  align-items: center;
  min-width: 176px;
  min-height: 72px;
  padding: 8px 14px;
  gap: 10px;
  border: 2px solid var(--ds-ink);
  background: var(--ds-yellow);
  box-shadow: 4px 4px 0 var(--ds-red);
  transform: rotate(-2deg);
}

.ds-credit-badge strong {
  font-family: var(--ds-display);
  font-size: 48px;
  font-weight: 900;
  line-height: 0.8;
}

.ds-credit-badge span {
  border-left: 2px solid var(--ds-ink);
  padding-left: 10px;
  font-family: var(--ds-display);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.05;
  text-transform: uppercase;
}

.ds-hero__trust ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  gap: 5px 16px;
  list-style: none;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.ds-hero__trust li::before {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--ds-blue);
  content: "";
}

.ds-rig-wrap {
  position: relative;
  width: min(100%, 540px);
  margin-inline: auto;
  perspective: 1100px;
}

.ds-rig-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 32px;
  padding-inline: 10px;
  border: 2px solid var(--ds-ink);
  background: var(--ds-yellow);
  font-family: var(--ds-display);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1;
  text-transform: uppercase;
}

.ds-rig-label--top {
  width: 78%;
  margin: 0 0 -2px auto;
}

.ds-rig-label--bottom {
  width: 90%;
  margin: -2px auto 0 0;
  background: var(--ds-chrome-light);
}

.ds-rig-scale {
  word-spacing: 3px;
}

.ds-rig {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  position: relative;
  padding: 22px 22px 0;
  border: 4px solid var(--ds-ink);
  background: linear-gradient(135deg, #dfe4e4, #929ca2 48%, #eef0ed 49% 65%, #9da6aa);
  box-shadow: 15px 16px 0 var(--ds-blue), 22px 23px 0 var(--ds-ink);
  transform: rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) rotate(1deg);
  transform-style: preserve-3d;
  transition: transform 180ms ease-out;
}

.ds-rig::before {
  position: absolute;
  z-index: -1;
  inset: -13px 28px 34px -13px;
  border: 2px solid var(--ds-red);
  content: "";
  transform: translateZ(-10px);
}

.ds-rig__frame {
  position: relative;
  display: grid;
  min-height: 550px;
  overflow: hidden;
  place-items: center;
  border: 3px solid var(--ds-ink);
  background:
    linear-gradient(rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04)),
    repeating-linear-gradient(0deg, transparent 0 39px, rgba(255, 255, 255, 0.08) 39px 40px),
    repeating-linear-gradient(90deg, transparent 0 39px, rgba(255, 255, 255, 0.08) 39px 40px),
    #071018;
}

.ds-rig__frame::before,
.ds-rig__frame::after {
  position: absolute;
  z-index: 4;
  background: rgba(255, 255, 255, 0.35);
  content: "";
  pointer-events: none;
}

.ds-rig__frame::before { top: 50%; right: 18px; left: 18px; height: 1px; }
.ds-rig__frame::after { top: 18px; bottom: 18px; left: 50%; width: 1px; }

.ds-registration {
  position: absolute;
  z-index: 7;
  width: 22px;
  height: 22px;
}

.ds-registration::before,
.ds-registration::after {
  position: absolute;
  background: var(--ds-yellow);
  content: "";
}

.ds-registration::before { top: 10px; left: 0; width: 22px; height: 2px; }
.ds-registration::after { top: 0; left: 10px; width: 2px; height: 22px; }
.ds-registration--tl { top: 10px; left: 10px; }
.ds-registration--tr { top: 10px; right: 10px; }
.ds-registration--bl { bottom: 10px; left: 10px; }
.ds-registration--br { right: 10px; bottom: 10px; }

.ds-specimen {
  position: relative;
  z-index: 2;
  display: block;
  width: 64%;
  aspect-ratio: 5 / 7;
  overflow: hidden;
  border: 5px solid var(--ds-paper-bright);
  outline: 2px solid var(--ds-red);
  background: var(--ds-paper-bright);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.48);
}

.ds-specimen::after {
  position: absolute;
  inset: 0;
  opacity: 0;
  content: "";
  pointer-events: none;
}

.ds-specimen__photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ds-specimen__topline {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  border-bottom: 3px solid var(--ds-ink);
  color: var(--ds-white);
  background: var(--ds-red);
  font-family: var(--ds-display);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.ds-specimen__topline b {
  font-size: 24px;
  line-height: 1;
}

.ds-specimen__portrait {
  position: relative;
  overflow: hidden;
  background: linear-gradient(#f2c93e 0 42%, #f2eddf 42% 45%, #17733c 45% 100%);
}

.ds-specimen__sun {
  position: absolute;
  top: 24px;
  left: 18px;
  width: 64px;
  height: 64px;
  border: 8px solid rgba(255, 255, 255, 0.65);
  border-radius: 50%;
}

.ds-specimen__field {
  position: absolute;
  right: -40%;
  bottom: -33%;
  left: -40%;
  aspect-ratio: 1;
  border: 18px solid rgba(242, 237, 223, 0.7);
  transform: rotate(45deg);
}

.ds-specimen__player {
  position: absolute;
  right: 15%;
  bottom: -12%;
  width: 48%;
  height: 78%;
  transform: rotate(-8deg);
}

.ds-specimen__player i {
  position: absolute;
  top: 0;
  left: 35%;
  width: 45%;
  aspect-ratio: 1;
  border-radius: 50% 50% 45% 45%;
  background: var(--ds-ink);
}

.ds-specimen__player b {
  position: absolute;
  top: 20%;
  right: 5%;
  bottom: 0;
  left: 7%;
  border-radius: 48% 48% 10% 10%;
  background: var(--ds-blue);
  transform: skewX(-7deg);
}

.ds-specimen__player em {
  position: absolute;
  z-index: 2;
  top: 34%;
  left: -37%;
  width: 100%;
  height: 15%;
  background: var(--ds-ink);
  transform: rotate(-27deg);
}

.ds-specimen__name {
  position: relative;
  z-index: 2;
  padding: 9px 10px 11px;
  border-top: 5px solid var(--ds-blue);
  background: var(--ds-paper-bright);
  font-family: var(--ds-display);
  line-height: 1;
}

.ds-specimen__name small {
  display: block;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.ds-specimen__name strong {
  display: block;
  margin-top: 3px;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.ds-target {
  position: absolute;
  z-index: 6;
  width: 82px;
  height: 82px;
  border: 2px solid var(--ds-yellow);
  color: var(--ds-ink);
  background: rgba(245, 207, 55, 0.08);
  box-shadow: inset 0 0 0 5px rgba(245, 207, 55, 0.08);
}

.ds-target::before,
.ds-target::after {
  position: absolute;
  background: var(--ds-yellow);
  content: "";
}

.ds-target::before { top: 50%; left: -8px; width: calc(100% + 16px); height: 1px; }
.ds-target::after { top: -8px; left: 50%; width: 1px; height: calc(100% + 16px); }

.ds-target span {
  position: absolute;
  z-index: 2;
  top: -18px;
  left: -2px;
  min-width: 28px;
  padding: 2px 5px;
  background: var(--ds-yellow);
  font: 800 10px/1 var(--ds-body);
}

.ds-target--tl { top: 96px; left: 55px; }
.ds-target--tr { top: 96px; right: 55px; }
.ds-target--bl { bottom: 84px; left: 55px; }
.ds-target--br { right: 55px; bottom: 84px; }

.ds-scan-beam {
  position: absolute;
  z-index: 8;
  top: 5%;
  right: 20px;
  left: 20px;
  height: 4px;
  background: var(--ds-blue-bright);
  box-shadow: 0 0 10px var(--ds-blue-bright), 0 0 34px 10px rgba(28, 115, 255, 0.36);
  animation: ds-scan 3.5s cubic-bezier(0.45, 0, 0.55, 1) infinite alternate;
}

.ds-scan-beam::before {
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 36px;
  background: linear-gradient(transparent, rgba(28, 115, 255, 0.2));
  content: "";
}

.ds-edge-readout {
  position: absolute;
  z-index: 9;
  padding: 5px 7px;
  color: var(--ds-white);
  background: var(--ds-blue);
  font: 700 9px/1 var(--ds-body);
  letter-spacing: 0.08em;
}

.ds-edge-readout b { color: var(--ds-yellow); }
.ds-edge-readout--left { top: 49%; left: 8px; transform: rotate(-90deg) translateX(-50%); transform-origin: left top; }
.ds-edge-readout--right { right: 8px; bottom: 30%; transform: rotate(90deg) translateX(50%); transform-origin: right bottom; }

.ds-rig__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
  color: var(--ds-white);
  font: 700 9px/1 var(--ds-body);
  letter-spacing: 0.09em;
}

.ds-rig__footer i,
.ds-stage__status i {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 5px;
  border-radius: 50%;
  background: var(--ds-yellow);
  box-shadow: 0 0 8px var(--ds-yellow);
  animation: ds-pulse 1.4s steps(2, end) infinite;
}

@keyframes ds-scan {
  from { transform: translateY(0); }
  to { transform: translateY(485px); }
}

@keyframes ds-pulse {
  50% { opacity: 0.35; }
}

.ds-ticker {
  position: relative;
  z-index: 5;
  overflow: hidden;
  border-bottom: var(--ds-rule) solid var(--ds-ink);
  color: var(--ds-white);
  background: var(--ds-red);
}

.ds-ticker__track {
  display: flex;
  align-items: center;
  width: max-content;
  min-height: 62px;
  animation: ds-ticker 24s linear infinite;
  font-family: var(--ds-display);
  font-size: 25px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.ds-ticker__track span { padding-inline: 26px; }
.ds-ticker__track i { width: 12px; height: 12px; background: var(--ds-yellow); transform: rotate(45deg); }

@keyframes ds-ticker {
  to { transform: translateX(-50%); }
}

.ds-section {
  position: relative;
  padding-block: clamp(100px, 10vw, 160px);
  scroll-margin-top: 76px;
}

.ds-section-head {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  margin-bottom: clamp(70px, 8vw, 120px);
  gap: 30px 60px;
}

.ds-section-index,
.ds-label {
  margin: 0 0 18px;
  color: var(--ds-red-dark);
  font-family: var(--ds-display);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

.ds-section-head .ds-section-index {
  grid-column: 1 / -1;
  margin-bottom: -8px;
}

.ds-section-head h2,
.ds-output-head h2,
.ds-pricing-head h2 {
  font-size: clamp(64px, 7vw, 106px);
}

.ds-section-head > p:last-child {
  max-width: 420px;
  margin: 0;
  padding: 20px 0 5px 24px;
  border-left: 5px solid var(--ds-blue);
  font-size: 18px;
  font-weight: 500;
}

.ds-features {
  background:
    radial-gradient(circle at 9px 9px, rgba(8, 19, 30, 0.1) 1px, transparent 1.5px) 0 0 / 18px 18px,
    var(--ds-paper);
}

.ds-feature-story {
  display: grid;
  grid-template-columns: minmax(440px, 1.05fr) minmax(380px, 0.95fr);
  align-items: start;
  gap: clamp(60px, 8vw, 120px);
}

.ds-feature-stage {
  position: sticky;
  top: 120px;
  min-width: 0;
}

.ds-stage__chrome {
  position: relative;
  border: 4px solid var(--ds-ink);
  background: linear-gradient(145deg, #c9ced0, #eff0ec 45%, #9ea8ac 46% 100%);
  box-shadow: 13px 13px 0 var(--ds-red), 17px 17px 0 var(--ds-ink);
}

.ds-stage__chrome::before {
  position: absolute;
  z-index: 3;
  top: -16px;
  right: 34px;
  width: 130px;
  height: 25px;
  border: 3px solid var(--ds-ink);
  background: var(--ds-yellow);
  content: "VIEW / 01";
  font: 800 11px/20px var(--ds-body);
  letter-spacing: 0.12em;
  text-align: center;
}

.ds-stage__bar,
.ds-stage__readouts {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  padding-inline: 16px;
  color: var(--ds-white);
  background: var(--ds-ink);
  font: 700 10px/1 var(--ds-body);
  letter-spacing: 0.1em;
}

.ds-stage__status { color: var(--ds-yellow); }

.ds-stage__viewport {
  position: relative;
  display: grid;
  min-height: clamp(430px, 45vw, 590px);
  overflow: hidden;
  place-items: center;
  margin: 15px;
  border: 2px solid var(--ds-ink);
  background:
    repeating-linear-gradient(0deg, transparent 0 39px, rgba(255, 255, 255, 0.07) 39px 40px),
    repeating-linear-gradient(90deg, transparent 0 39px, rgba(255, 255, 255, 0.07) 39px 40px),
    #08131e;
}

.ds-stage-card {
  position: relative;
  z-index: 2;
  width: 42%;
  aspect-ratio: 5 / 7;
  padding: 8px;
  border: 2px solid var(--ds-red);
  background: var(--ds-paper-bright);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  transition: filter 450ms ease, opacity 450ms ease, transform 450ms ease;
}

.ds-stage-card__art {
  height: calc(100% - 36px);
  background:
    radial-gradient(circle at 62% 34%, var(--ds-ink) 0 9%, transparent 9.5%),
    linear-gradient(105deg, transparent 41%, var(--ds-blue) 41% 61%, transparent 61%),
    linear-gradient(165deg, var(--ds-yellow) 0 42%, var(--ds-red) 42% 67%, #1f783d 67%);
}

.ds-stage-card__band {
  display: flex;
  align-items: center;
  height: 36px;
  color: var(--ds-white);
  background: var(--ds-blue);
  font: 900 14px/1 var(--ds-display);
  letter-spacing: 0.1em;
  text-align: center;
  justify-content: center;
}

.ds-stage-corners {
  position: absolute;
  z-index: 5;
  inset: 11%;
  transition: opacity 350ms ease, transform 450ms ease;
}

.ds-stage-corners b {
  position: absolute;
  display: grid;
  width: 112px;
  height: 112px;
  place-items: start;
  padding: 8px;
  border: 2px solid var(--ds-yellow);
  color: var(--ds-ink);
  background: linear-gradient(135deg, rgba(245, 207, 55, 0.88) 0 24px, transparent 24px);
  font: 800 10px/1 var(--ds-body);
}

.ds-stage-corners b:nth-child(1) { top: 0; left: 0; }
.ds-stage-corners b:nth-child(2) { top: 0; right: 0; transform: rotate(90deg); }
.ds-stage-corners b:nth-child(3) { bottom: 0; left: 0; transform: rotate(-90deg); }
.ds-stage-corners b:nth-child(4) { right: 0; bottom: 0; transform: rotate(180deg); }

.ds-stage-contrast,
.ds-stage-heat,
.ds-stage-grid {
  position: absolute;
  z-index: 4;
  inset: 0;
  opacity: 0;
  transition: opacity 450ms ease;
}

.ds-stage-contrast {
  background: repeating-linear-gradient(112deg, transparent 0 9px, rgba(255, 255, 255, 0.14) 9px 12px);
  mix-blend-mode: saturation;
}

.ds-stage-heat {
  background:
    radial-gradient(circle at 50% 50%, rgba(28, 115, 255, 0.2), transparent 45%),
    rgba(0, 47, 151, 0.5);
}

.ds-stage-heat i {
  position: absolute;
  border: 2px solid var(--ds-blue-bright);
  border-radius: 50%;
  box-shadow: 0 0 30px rgba(28, 115, 255, 0.65);
}

.ds-stage-heat i:nth-child(1) { top: 14%; left: 12%; width: 35%; aspect-ratio: 1; }
.ds-stage-heat i:nth-child(2) { right: 9%; bottom: 11%; width: 48%; aspect-ratio: 1; }
.ds-stage-heat i:nth-child(3) { top: 35%; right: 16%; width: 18%; aspect-ratio: 1; background: rgba(245, 207, 55, 0.3); }

.ds-stage-grid {
  background-image:
    linear-gradient(rgba(245, 207, 55, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(245, 207, 55, 0.18) 1px, transparent 1px);
  background-size: 10% 10%;
}

.ds-stage-crosshair {
  position: absolute;
  z-index: 7;
  background: rgba(255, 255, 255, 0.28);
}

.ds-stage-crosshair--x { top: 50%; right: 0; left: 0; height: 1px; }
.ds-stage-crosshair--y { top: 0; bottom: 0; left: 50%; width: 1px; }

.ds-feature-stage[data-mode="contrast"] .ds-stage-card { filter: grayscale(1) contrast(1.8); transform: scale(1.2); }
.ds-feature-stage[data-mode="contrast"] .ds-stage-contrast { opacity: 1; }
.ds-feature-stage[data-mode="contrast"] .ds-stage-corners { opacity: 0; transform: scale(1.15); }
.ds-feature-stage[data-mode="heatmap"] .ds-stage-card { filter: grayscale(1) contrast(1.2) sepia(1) hue-rotate(165deg) saturate(3); transform: scale(1.13); }
.ds-feature-stage[data-mode="heatmap"] .ds-stage-heat,
.ds-feature-stage[data-mode="heatmap"] .ds-stage-grid { opacity: 1; }
.ds-feature-stage[data-mode="heatmap"] .ds-stage-corners { opacity: 0; }
.ds-feature-stage[data-mode="normalized"] .ds-stage-card { transform: scale(1.34); }
.ds-feature-stage[data-mode="normalized"] .ds-stage-corners { opacity: 0; transform: scale(0.75); }

.ds-stage__readouts {
  min-height: 55px;
  border-top: 2px solid var(--ds-ink);
  color: var(--ds-chrome-light);
  background: transparent;
}

.ds-stage__readouts span {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.ds-stage__readouts b { color: var(--ds-ink); font-size: 11px; }

.ds-feature-steps {
  min-width: 0;
}

.ds-feature-step {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  min-height: 55vh;
  min-height: 55svh;
  align-content: center;
  padding-block: 60px;
  gap: 18px;
  border-top: 2px solid rgba(8, 19, 30, 0.32);
  opacity: 0.48;
  transition: opacity 300ms ease, transform 300ms ease;
}

.ds-feature-step:last-child { border-bottom: 2px solid rgba(8, 19, 30, 0.32); }
.ds-feature-step.is-active { opacity: 1; transform: translateX(-8px); }

.ds-feature-step__number {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 2px solid var(--ds-ink);
  background: var(--ds-paper);
  font-family: var(--ds-display);
  font-weight: 900;
}

.ds-feature-step.is-active .ds-feature-step__number {
  color: var(--ds-white);
  background: var(--ds-red);
  box-shadow: 4px 4px 0 var(--ds-ink);
}

.ds-feature-step h3,
.ds-process-list h3 {
  margin: 0;
  font-family: var(--ds-display);
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 0.95;
  text-transform: uppercase;
}

.ds-feature-step p {
  margin: 21px 0;
  font-size: 17px;
  line-height: 1.65;
}

.ds-feature-step small {
  color: var(--ds-blue);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.ds-process {
  overflow: hidden;
  color: var(--ds-white);
  background:
    linear-gradient(125deg, transparent 0 72%, rgba(230, 56, 47, 0.16) 72% 81%, transparent 81%),
    var(--ds-ink);
}

.ds-process::before {
  position: absolute;
  top: 48px;
  right: -80px;
  width: 300px;
  height: 300px;
  border: 38px solid var(--ds-blue);
  content: "";
  opacity: 0.28;
  transform: rotate(45deg);
}

.ds-section-head--light .ds-section-index { color: var(--ds-yellow); }
.ds-section-head--light h2 em { color: var(--ds-yellow); }

.ds-process-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border: 3px solid var(--ds-white);
  list-style: none;
}

.ds-process-list > li {
  position: relative;
  min-width: 0;
  min-height: 500px;
  padding: 28px clamp(25px, 3vw, 42px) 38px;
  background-image: radial-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 9px 9px;
}

.ds-process-list > li + li { border-left: 3px solid var(--ds-white); }
.ds-process-list > li:nth-child(2) { background-color: var(--ds-blue); }
.ds-process-list > li:nth-child(3) { color: var(--ds-ink); background-color: var(--ds-yellow); }

.ds-process-list__num {
  display: block;
  margin-bottom: 42px;
  font-family: var(--ds-display);
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.15em;
}

.ds-process-list__icon {
  position: relative;
  width: 150px;
  height: 170px;
  margin: 0 auto 42px;
  border: 3px solid currentColor;
}

.ds-process-list__icon::before,
.ds-process-list__icon::after {
  position: absolute;
  width: 35px;
  height: 35px;
  border-color: var(--ds-red);
  border-style: solid;
  content: "";
}

.ds-process-list__icon::before { top: -9px; left: -9px; border-width: 5px 0 0 5px; }
.ds-process-list__icon::after { right: -9px; bottom: -9px; border-width: 0 5px 5px 0; }

.ds-process-list__icon--frame i {
  position: absolute;
  inset: 22px;
  border: 2px dashed currentColor;
  transform: rotate(-4deg);
}

.ds-process-list__icon--inspect i,
.ds-process-list__icon--inspect b {
  position: absolute;
  width: 58px;
  height: 58px;
  border: 3px solid var(--ds-yellow);
}

.ds-process-list__icon--inspect i { top: 18px; left: 15px; }
.ds-process-list__icon--inspect b { right: 15px; bottom: 18px; }

.ds-process-list__icon--report i {
  position: absolute;
  inset: 19px 24px;
  background: repeating-linear-gradient(0deg, transparent 0 17px, currentColor 17px 20px);
}

.ds-process-list__icon--report b {
  position: absolute;
  right: 5px;
  bottom: 8px;
  padding: 5px 7px;
  color: var(--ds-white);
  background: var(--ds-red);
  font: 900 14px/1 var(--ds-display);
}

.ds-process-list .ds-label { margin-bottom: 12px; color: var(--ds-yellow); }
.ds-process-list > li:nth-child(3) .ds-label { color: var(--ds-red-dark); }
.ds-process-list h3 { font-size: clamp(34px, 3vw, 46px); }
.ds-process-list > li > div:last-child > p:last-child { margin: 18px 0 0; font-size: 15px; line-height: 1.65; }

.ds-outputs {
  background: var(--ds-paper-bright);
}

.ds-output-head,
.ds-pricing-head {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(240px, 0.6fr);
  align-items: end;
  margin-bottom: 68px;
  gap: 50px;
}

.ds-output-head > p {
  max-width: 350px;
  margin: 0 0 10px;
  padding: 18px;
  border: 2px solid var(--ds-ink);
  background: var(--ds-yellow);
  box-shadow: 5px 5px 0 var(--ds-ink);
  font-size: 15px;
  font-weight: 600;
}

.ds-output-board {
  display: grid;
  grid-template-columns: 0.9fr 1.25fr 0.9fr;
  grid-template-rows: repeat(2, minmax(290px, auto));
  border: 4px solid var(--ds-ink);
  background: var(--ds-ink);
  gap: 4px;
}

.ds-output {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  overflow: hidden;
  background: var(--ds-paper);
}

.ds-output::after {
  position: absolute;
  right: -30px;
  bottom: -30px;
  width: 90px;
  height: 90px;
  border: 15px solid rgba(8, 19, 30, 0.08);
  content: "";
  transform: rotate(45deg);
}

.ds-output__top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 11px;
  border-bottom: 2px solid currentColor;
  font: 800 11px/1 var(--ds-body);
  letter-spacing: 0.1em;
}

.ds-output > p,
.ds-output > div:last-child p {
  position: relative;
  z-index: 2;
  margin: 18px 0 0;
  font: 900 25px/1 var(--ds-display);
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.ds-output--card { grid-row: 1 / 3; }
.ds-output--corners { background: linear-gradient(145deg, var(--ds-paper) 0 72%, var(--ds-yellow) 72%); }
.ds-output--pdf { grid-column: 2 / 4; flex-direction: row; align-items: flex-end; gap: 25px; color: var(--ds-white); background: var(--ds-red); }
.ds-output--pdf .ds-output__top { position: absolute; top: 20px; right: 20px; left: 20px; }
.ds-output--pdf small { font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }

.ds-mini-card {
  position: relative;
  width: min(75%, 180px);
  aspect-ratio: 5 / 7;
  margin: 30px auto 10px;
  border: 7px solid var(--ds-white);
  outline: 2px solid var(--ds-red);
  background: linear-gradient(160deg, var(--ds-yellow) 0 37%, var(--ds-blue) 37% 70%, #318052 70%);
  box-shadow: 10px 10px 0 rgba(8, 19, 30, 0.18);
}

.ds-mini-card i {
  position: absolute;
  right: 18%;
  bottom: 16%;
  width: 40%;
  height: 52%;
  border-radius: 48% 48% 10% 10%;
  background: var(--ds-ink);
  transform: skew(-8deg);
}

.ds-mini-card b {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 8px;
  color: var(--ds-white);
  background: var(--ds-red);
  font: 900 11px/1 var(--ds-display);
  letter-spacing: 0.1em;
  text-align: center;
}

.ds-corner-quads {
  display: grid;
  grid-template-columns: repeat(2, 74px);
  justify-content: center;
  margin: 36px auto 8px;
  gap: 10px;
}

.ds-corner-quads i {
  position: relative;
  aspect-ratio: 1;
  border: 2px solid var(--ds-ink);
  background:
    linear-gradient(135deg, var(--ds-yellow) 0 35%, transparent 35%),
    var(--ds-blue);
}

.ds-corner-quads i::after {
  position: absolute;
  inset: 10px;
  border: 2px solid var(--ds-white);
  content: "";
}

.ds-output--mono { color: var(--ds-white); background: #151515; }
.ds-mono-view {
  width: min(78%, 170px);
  aspect-ratio: 5 / 4;
  margin: 35px auto 8px;
  border: 2px solid var(--ds-white);
  background:
    radial-gradient(circle at 66% 34%, #fff 0 12%, transparent 12.5%),
    linear-gradient(115deg, transparent 35%, #fff 35% 54%, transparent 54%),
    repeating-linear-gradient(45deg, #111 0 8px, #eee 8px 10px);
  filter: contrast(1.8);
}

.ds-output--heat { color: var(--ds-white); background: var(--ds-blue); }
.ds-heat-view {
  position: relative;
  width: min(78%, 170px);
  aspect-ratio: 5 / 4;
  margin: 35px auto 8px;
  overflow: hidden;
  border: 2px solid var(--ds-white);
  background:
    linear-gradient(rgba(255, 255, 255, 0.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.16) 1px, transparent 1px),
    #063180;
  background-size: 18px 18px;
}

.ds-heat-view i {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, var(--ds-yellow), var(--ds-blue-bright) 28%, transparent 68%);
}

.ds-heat-view i:nth-child(1) { top: -25%; left: -15%; width: 90%; aspect-ratio: 1; }
.ds-heat-view i:nth-child(2) { right: -20%; bottom: -25%; width: 85%; aspect-ratio: 1; }
.ds-heat-view i:nth-child(3) { top: 20%; right: 18%; width: 35%; aspect-ratio: 1; }

.ds-pdf-view {
  position: relative;
  width: 180px;
  min-width: 180px;
  height: 220px;
  margin: 55px 0 0 20px;
  padding: 16px;
  color: var(--ds-ink);
  background: var(--ds-white);
  box-shadow: 9px 9px 0 var(--ds-ink);
  transform: rotate(-4deg);
}

.ds-pdf-view strong { font: 900 36px/1 var(--ds-display); }
.ds-pdf-view i { display: block; height: 4px; margin-top: 18px; background: var(--ds-chrome); }
.ds-pdf-view i:nth-of-type(2) { width: 65%; }
.ds-pdf-view i:nth-of-type(3) { height: 62px; background: linear-gradient(90deg, var(--ds-blue) 48%, transparent 48% 52%, #111 52%); }
.ds-pdf-view b { position: absolute; right: 11px; bottom: 11px; padding: 5px; color: var(--ds-white); background: var(--ds-red); font: 900 14px/1 var(--ds-display); }

.ds-pricing {
  overflow: hidden;
  border-top: var(--ds-rule) solid var(--ds-ink);
  background:
    radial-gradient(circle at 90% 10%, rgba(230, 56, 47, 0.12) 0 12%, transparent 12.2%),
    radial-gradient(var(--ds-blue) 0.7px, transparent 0.7px) 0 0 / 12px 12px,
    var(--ds-paper);
}

.ds-pricing-note {
  justify-self: end;
  padding: 14px 20px;
  border: 3px solid var(--ds-ink);
  background: var(--ds-yellow);
  box-shadow: 7px 7px 0 var(--ds-red);
  transform: rotate(2deg);
}

.ds-pricing-note strong,
.ds-pricing-note span { display: block; text-transform: uppercase; }
.ds-pricing-note strong { font: 900 31px/1 var(--ds-display); }
.ds-pricing-note span { margin-top: 4px; font-size: 10px; font-weight: 700; letter-spacing: 0.13em; }

.ds-pricing-rule {
  margin: 0 0 40px;
  padding: 16px 20px;
  border-block: 2px solid var(--ds-ink);
  color: var(--ds-white);
  background: var(--ds-blue);
  font-size: 14px;
  letter-spacing: 0.02em;
  text-align: center;
}

.ds-pack-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: 18px;
}

.ds-pack {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 470px;
  flex-direction: column;
  padding: 26px 24px 24px;
  overflow: hidden;
  border: 3px solid var(--ds-ink);
  background: var(--ds-paper-bright);
  box-shadow: 7px 7px 0 var(--ds-ink);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.ds-pack:hover { box-shadow: 11px 11px 0 var(--ds-ink); transform: translate(-4px, -4px); }

.ds-pack__foil {
  position: absolute;
  top: -55px;
  right: -60px;
  width: 180px;
  height: 180px;
  border: 28px solid rgba(8, 19, 30, 0.08);
  transform: rotate(45deg);
}

.ds-pack__foil::after {
  position: absolute;
  inset: 15px;
  border: 6px solid rgba(255, 255, 255, 0.28);
  content: "";
}

.ds-pack__tier {
  position: relative;
  z-index: 2;
  margin: 0;
  padding-bottom: 14px;
  border-bottom: 2px solid currentColor;
  font: 800 12px/1 var(--ds-body);
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.ds-pack__price {
  display: flex;
  align-items: flex-start;
  margin-top: 48px;
  font-family: var(--ds-display);
}

.ds-pack__price sup { margin-top: 12px; font-size: 26px; font-weight: 900; }
.ds-pack__price strong { font-size: 92px; font-weight: 900; letter-spacing: -0.07em; line-height: 0.75; }
.ds-pack h3 { margin: 30px 0 0; font: 900 34px/1 var(--ds-display); text-transform: uppercase; }
.ds-pack h3 span { display: block; margin-top: 5px; font: 700 12px/1 var(--ds-body); letter-spacing: 0.14em; }
.ds-pack > p:not(.ds-pack__tier) { margin: 25px 0 30px; font-size: 13px; line-height: 1.55; }

.ds-pack a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 50px;
  margin-top: auto;
  padding: 0 14px;
  border: 2px solid currentColor;
  font: 900 15px/1 var(--ds-display);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: color 160ms ease, background 160ms ease;
}

.ds-pack a:hover { color: var(--ds-white); background: var(--ds-ink); }
.ds-pack--bronze { background: #c98255; }
.ds-pack--silver { background: linear-gradient(135deg, #e9eceb, #aab1b3); }
.ds-pack--gold { background: var(--ds-yellow); }
.ds-pack--stellar { color: var(--ds-white); background: var(--ds-blue); }
.ds-pack--stellar a:hover { color: var(--ds-ink); background: var(--ds-yellow); }
.ds-pack--featured { transform: translateY(-13px); box-shadow: 8px 21px 0 var(--ds-red); }
.ds-pack--featured:hover { transform: translate(-4px, -17px); box-shadow: 12px 25px 0 var(--ds-red); }

.ds-pack__flag {
  position: absolute;
  z-index: 3;
  top: 38px;
  right: -43px;
  width: 170px;
  padding: 5px;
  color: var(--ds-white);
  background: var(--ds-red);
  font: 800 9px/1 var(--ds-body);
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(45deg);
}

.ds-final {
  position: relative;
  overflow: hidden;
  padding-block: clamp(100px, 12vw, 180px);
  border-block: 4px solid var(--ds-ink);
  color: var(--ds-white);
  background: var(--ds-red);
}

.ds-final::before {
  position: absolute;
  top: 50%;
  left: 62%;
  width: min(45vw, 580px);
  aspect-ratio: 1;
  border: min(7vw, 95px) solid rgba(8, 19, 30, 0.18);
  content: "";
  transform: translateY(-50%) rotate(45deg);
}

.ds-final__stripes {
  position: absolute;
  inset: 0;
  opacity: 0.13;
  background: repeating-linear-gradient(120deg, transparent 0 35px, var(--ds-white) 35px 37px);
}

.ds-final__inner {
  position: relative;
  z-index: 2;
}

.ds-final .ds-overline { color: var(--ds-white); border-color: var(--ds-white); }
.ds-final .ds-overline span:last-child { color: var(--ds-yellow); }
.ds-final h2 { max-width: 900px; font-size: clamp(78px, 10vw, 150px); }
.ds-final h2 em { color: var(--ds-yellow); }
.ds-final__inner > p:not(.ds-overline) { margin: 35px 0; font-size: 20px; font-weight: 600; }
.ds-button--final { min-width: 230px; color: var(--ds-ink); background: var(--ds-yellow); box-shadow-color: var(--ds-ink); }

.ds-footer {
  color: var(--ds-white);
  background: var(--ds-ink);
  padding-bottom: env(safe-area-inset-bottom, 0px);
}

.ds-footer__inner {
  display: grid;
  grid-template-columns: 1fr minmax(300px, 1.2fr) 1fr;
  align-items: center;
  min-height: 150px;
  padding-block: 34px;
  gap: 35px;
}

.ds-brand--footer .ds-brand__type > span { color: var(--ds-yellow); }
.ds-footer p { max-width: 550px; margin: 0; color: var(--ds-chrome-light); font-size: 11px; line-height: 1.6; text-align: center; }
.ds-footer nav { display: flex; justify-self: end; gap: 20px; }
.ds-footer nav a { display: inline-flex; align-items: center; min-height: 44px; font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.ds-footer nav a:hover { color: var(--ds-yellow); }

.ds-js [data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 600ms ease, transform 600ms cubic-bezier(0.2, 0.75, 0.3, 1);
}

.ds-js [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1100px) {
  .ds-shell,
  .ds-header__inner { width: min(calc(100% - 48px), var(--ds-shell)); }

  .ds-header__inner { grid-template-columns: 1fr auto auto; gap: 24px; }
  .ds-nav { gap: 22px; }
  .ds-hero__grid { grid-template-columns: minmax(0, 1fr) minmax(390px, 0.82fr); gap: 45px; }
  .ds-hero h1 { font-size: clamp(70px, 8.3vw, 92px); }
  .ds-rig__frame { min-height: 490px; }
  .ds-target { width: 70px; height: 70px; }
  .ds-target--tl { top: 88px; left: 42px; }
  .ds-target--tr { top: 88px; right: 42px; }
  .ds-target--bl { bottom: 75px; left: 42px; }
  .ds-target--br { right: 42px; bottom: 75px; }
  @keyframes ds-scan { from { transform: translateY(0); } to { transform: translateY(425px); } }
  .ds-feature-story { grid-template-columns: minmax(400px, 1fr) minmax(320px, 0.8fr); gap: 65px; }
  .ds-stage__viewport { min-height: 470px; }
  .ds-stage-corners b { width: 88px; height: 88px; }
  .ds-process-list > li { min-height: 480px; padding-inline: 25px; }
  .ds-process-list__icon { width: 125px; height: 145px; }
  .ds-pack-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 25px; }
  .ds-pack { min-height: 420px; }
  .ds-pack--featured { transform: none; box-shadow: 8px 8px 0 var(--ds-red); }
  .ds-pack--featured:hover { transform: translate(-4px, -4px); box-shadow: 12px 12px 0 var(--ds-red); }
}

@media (max-width: 860px) {
  .ds-header__inner { min-height: 70px; }
  .ds-nav { display: none; }
  .ds-header__inner { grid-template-columns: 1fr auto; }
  .ds-progress { top: calc(70px + env(safe-area-inset-top, 0px)); }
  .ds-hero { min-height: auto; }
  .ds-hero__grid { grid-template-columns: 1fr; min-height: auto; padding-block: 72px 88px; gap: 80px; }
  .ds-hero__copy { max-width: 690px; }
  .ds-rig-wrap { width: min(85%, 550px); }
  .ds-rig__frame { min-height: 560px; }
  .ds-target { width: 82px; height: 82px; }
  .ds-target--tl { top: 96px; left: 55px; }
  .ds-target--tr { top: 96px; right: 55px; }
  .ds-target--bl { bottom: 84px; left: 55px; }
  .ds-target--br { right: 55px; bottom: 84px; }
  @keyframes ds-scan { from { transform: translateY(0); } to { transform: translateY(495px); } }
  .ds-section { scroll-margin-top: 70px; }
  .ds-section-head { grid-template-columns: 1fr; }
  .ds-section-head > p:last-child { max-width: 540px; }
  .ds-feature-story { display: block; }
  .ds-feature-stage { position: relative; top: auto; max-width: 650px; margin: 0 auto 65px; }
  .ds-stage__viewport { min-height: 560px; }
  .ds-feature-step { min-height: auto; padding-block: 55px; opacity: 1; }
  .ds-feature-step.is-active { transform: none; }
  .ds-process-list { grid-template-columns: 1fr; }
  .ds-process-list > li { display: grid; grid-template-columns: auto 150px minmax(0, 1fr); align-items: center; min-height: 330px; gap: 25px; }
  .ds-process-list > li + li { border-top: 3px solid var(--ds-white); border-left: 0; }
  .ds-process-list__num { align-self: start; margin: 0; }
  .ds-process-list__icon { width: 120px; height: 145px; margin: 0; }
  .ds-output-head,
  .ds-pricing-head { grid-template-columns: 1fr; }
  .ds-output-head > p { max-width: 480px; }
  .ds-pricing-note { justify-self: start; }
  .ds-output-board { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: repeat(3, minmax(280px, auto)); }
  .ds-output--card { grid-row: 1 / 3; }
  .ds-output--pdf { grid-column: 1 / 3; }
  .ds-footer__inner { grid-template-columns: 1fr; justify-items: center; gap: 18px; }
  .ds-brand--footer { justify-self: center; }
  .ds-footer nav { justify-self: center; }
}

@media (max-width: 600px) {
  .ds-shell,
  .ds-header__inner { width: min(calc(100% - 32px), var(--ds-shell)); }

  .ds-header__inner { min-height: 66px; gap: 12px; }
  .ds-brand__mark { width: 25px; height: 25px; border-width: 2px; }
  .ds-brand__type { font-size: 21px; }
  .ds-button--nav { min-height: 44px; padding-inline: 12px; gap: 9px; font-size: 13px; box-shadow: 3px 3px 0 var(--ds-ink); }
  .ds-progress { top: calc(66px + env(safe-area-inset-top, 0px)); }
  .ds-hero__grid { padding-block: 54px 72px; gap: 66px; }
  .ds-hero::before { width: 190px; height: 11px; }
  .ds-overline { margin-bottom: 19px; padding-inline: 5px; font-size: 10px; letter-spacing: 0.11em; }
  .ds-hero h1 { font-size: clamp(58px, 18.4vw, 74px); line-height: 0.87; }
  .ds-hero h1 em::after { height: 5px; }
  .ds-hero__lede { margin-top: 25px; font-size: 16px; }
  .ds-hero__actions { align-items: stretch; flex-direction: column; margin-top: 28px; gap: 16px; }
  .ds-button--primary { width: 100%; min-width: 0; }
  .ds-text-link { align-self: flex-start; }
  .ds-hero__trust { align-items: flex-start; flex-direction: column; margin-top: 30px; gap: 22px; }
  .ds-credit-badge { min-width: 170px; }
  .ds-hero__trust ul { display: grid; grid-template-columns: 1fr 1fr; }
  .ds-rig-wrap { width: calc(100% - 13px); margin-left: 0; }
  .ds-rig-label { font-size: 9px; letter-spacing: 0.08em; }
  .ds-rig-scale { display: none; }
  .ds-rig-label--bottom { justify-content: flex-start; }
  .ds-rig { padding: 12px 12px 0; box-shadow: 9px 10px 0 var(--ds-blue), 14px 15px 0 var(--ds-ink); }
  .ds-rig::before { inset: -9px 18px 25px -9px; }
  .ds-rig__frame { min-height: 430px; }
  .ds-specimen { width: 66%; border-width: 6px; }
  .ds-specimen__topline { height: 35px; padding-inline: 7px; font-size: 8px; }
  .ds-specimen__topline b { font-size: 20px; }
  .ds-specimen__name strong { font-size: 19px; }
  .ds-target { width: 61px; height: 61px; }
  .ds-target--tl { top: 78px; left: 24px; }
  .ds-target--tr { top: 78px; right: 24px; }
  .ds-target--bl { bottom: 68px; left: 24px; }
  .ds-target--br { right: 24px; bottom: 68px; }
  .ds-rig__footer { min-height: 37px; font-size: 7px; letter-spacing: 0.04em; }
  @keyframes ds-scan { from { transform: translateY(0); } to { transform: translateY(365px); } }
  .ds-ticker__track { min-height: 50px; font-size: 20px; }
  .ds-ticker__track span { padding-inline: 18px; }
  .ds-section { padding-block: 88px; }
  .ds-section-head { margin-bottom: 60px; }
  .ds-section-head .ds-section-index { margin-bottom: -2px; }
  .ds-section-head h2,
  .ds-output-head h2,
  .ds-pricing-head h2 { font-size: clamp(55px, 17vw, 70px); }
  .ds-section-head > p:last-child { padding: 14px 0 2px 16px; font-size: 16px; }
  .ds-feature-stage { margin-bottom: 55px; }
  .ds-stage__chrome { box-shadow: 8px 8px 0 var(--ds-red), 11px 11px 0 var(--ds-ink); }
  .ds-stage__chrome::before { right: 17px; width: 105px; }
  .ds-stage__bar { min-height: 42px; padding-inline: 9px; font-size: 8px; letter-spacing: 0.06em; }
  .ds-stage__viewport { min-height: 390px; margin: 9px; }
  .ds-stage-card { width: 48%; }
  .ds-stage-corners { inset: 9%; }
  .ds-stage-corners b { width: 67px; height: 67px; padding: 5px; }
  .ds-stage__readouts { min-height: 52px; padding-inline: 9px; font-size: 8px; letter-spacing: 0.04em; }
  .ds-stage__readouts b { font-size: 9px; }
  .ds-feature-step { grid-template-columns: 45px minmax(0, 1fr); padding-block: 45px; gap: 8px; }
  .ds-feature-step h3 { font-size: 38px; }
  .ds-feature-step p { font-size: 15px; }
  .ds-process-list > li { display: block; min-height: 0; padding: 25px 24px 38px; }
  .ds-process-list__num { margin-bottom: 24px; }
  .ds-process-list__icon { width: 115px; height: 130px; margin: 0 auto 32px; }
  .ds-process-list h3 { font-size: 37px; }
  .ds-output-head,
  .ds-pricing-head { margin-bottom: 48px; gap: 30px; }
  .ds-output-board { display: block; border-width: 3px; background: transparent; }
  .ds-output { min-height: 290px; border-bottom: 3px solid var(--ds-ink); }
  .ds-output:last-child { border-bottom: 0; }
  .ds-output--card { min-height: 450px; }
  .ds-output--pdf { min-height: 330px; align-items: flex-end; flex-direction: row; }
  .ds-pdf-view { width: 145px; min-width: 145px; height: 185px; margin-left: 4px; }
  .ds-pricing-note { padding: 12px 16px; }
  .ds-pricing-rule { padding-inline: 13px; text-align: left; }
  .ds-pack-grid { grid-template-columns: 1fr; gap: 22px; }
  .ds-pack { min-height: 400px; }
  .ds-pack__price { margin-top: 40px; }
  .ds-final { padding-block: 96px; }
  .ds-final h2 { font-size: clamp(66px, 21vw, 88px); }
  .ds-final__inner > p:not(.ds-overline) { font-size: 17px; }
  .ds-button--final { width: 100%; }
  .ds-footer p { max-width: 330px; }
  .ds-footer nav { width: 100%; justify-content: space-around; gap: 10px; }
}

@media (max-width: 390px) {
  .ds-shell,
  .ds-header__inner { width: calc(100% - 28px); }
  .ds-brand { gap: 7px; }
  .ds-brand__type { font-size: 19px; }
  .ds-button--nav { padding-inline: 10px; font-size: 12px; }
  .ds-hero h1 { font-size: 61px; }
  .ds-rig__frame { min-height: 405px; }
  .ds-target--tl { top: 72px; left: 20px; }
  .ds-target--tr { top: 72px; right: 20px; }
  .ds-target--bl { bottom: 62px; left: 20px; }
  .ds-target--br { right: 20px; bottom: 62px; }
  @keyframes ds-scan { from { transform: translateY(0); } to { transform: translateY(340px); } }
  .ds-stage__viewport { min-height: 365px; }
  .ds-stage-corners b { width: 61px; height: 61px; }
  .ds-output--pdf { gap: 14px; }
  .ds-pdf-view { width: 130px; min-width: 130px; height: 170px; }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .ds-landing *,
  .ds-landing *::before,
  .ds-landing *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  .ds-js [data-reveal] {
    opacity: 1;
    transform: none;
  }

  .ds-ticker { transform: none; }
  .ds-ticker__track { animation: none; }
  .ds-rig { transform: rotate(1deg); }
  .ds-scan-beam { top: 50%; }
}

@media (forced-colors: active) {
  .ds-button,
  .ds-pack,
  .ds-output,
  .ds-stage__chrome,
  .ds-rig { box-shadow: none; }

  .ds-scan-beam,
  .ds-progress span { background: Highlight; }
}
