:root {
  color-scheme: dark;
  --ink: #f2f0e9;
  --muted: #a8b0ae;
  --paper: #f2efe7;
  --paper-ink: #121516;
  --paper-muted: #5a615f;
  --ground: #05090b;
  --surface: #0b1115;
  --surface-raised: #10191e;
  --line: rgba(232, 239, 241, 0.16);
  --line-strong: rgba(232, 239, 241, 0.32);
  --paper-line: rgba(18, 21, 22, 0.18);
  --amber: #f2b84b;
  --amber-soft: #d6a443;
  --cyan: #64c9ee;
  --danger: #ff6b62;
  --measure: 84rem;
  --page-gutter: clamp(1.25rem, 3.4vw, 3.75rem);
  --mono: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  --sans: "IBM Plex Sans", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--ground);
}

body {
  margin: 0;
  min-width: 20rem;
  overflow-x: hidden;
  background: var(--ground);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(100, 201, 238, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(100, 201, 238, 0.035) 1px, transparent 1px);
  background-size: 3rem 3rem;
  mask-image: linear-gradient(to bottom, #000, transparent 55rem);
}

a {
  color: inherit;
  text-decoration: none;
}

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

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

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

h1,
h2,
h3 {
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

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

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 100;
  padding: 0.75rem 1rem;
  transform: translateY(-160%);
  background: var(--amber);
  color: var(--paper-ink);
  font-family: var(--mono);
  font-size: 0.75rem;
  text-transform: uppercase;
}

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

.site-header {
  position: relative;
  z-index: 20;
  min-height: 4.5rem;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
  padding: 0.75rem var(--page-gutter);
  border-bottom: 1px solid var(--line);
  background: rgba(5, 9, 11, 0.92);
  backdrop-filter: blur(16px);
}

.wordmark,
.product-name {
  width: max-content;
  font-family: var(--mono);
  font-size: 0.79rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.wordmark span,
.product-name::first-letter {
  color: var(--amber);
}

.primary-nav,
.mobile-nav nav,
.header-actions,
.hero-actions,
.final-actions {
  display: flex;
  align-items: center;
}

.primary-nav {
  gap: clamp(1.4rem, 2.6vw, 2.8rem);
  color: #ccd0cc;
  font-size: 0.84rem;
}

.mobile-nav {
  display: none;
}

.mobile-nav summary {
  width: max-content;
  padding: 0.55rem 0;
  color: #ccd0cc;
  font-family: var(--mono);
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
}

.mobile-nav nav {
  gap: 1.5rem;
  padding: 0.75rem 0 0.25rem;
  border-top: 1px solid var(--line);
  color: #ccd0cc;
  font-size: 0.82rem;
}

.primary-nav a,
.sign-in,
.site-footer a,
.text-link {
  transition: color 160ms ease;
}

.primary-nav a:hover,
.sign-in:hover,
.site-footer a:hover,
.text-link:hover {
  color: var(--amber);
}

.header-actions {
  justify-content: flex-end;
  gap: 1.25rem;
}

.sign-in {
  font-family: var(--mono);
  font-size: 0.73rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.button {
  min-height: 3.1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 0.9rem 1.2rem;
  border: 1px solid transparent;
  font-family: var(--mono);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--amber);
  color: var(--paper-ink);
}

.button-primary:hover {
  background: #ffd172;
  color: var(--paper-ink);
}

.button-small {
  min-height: 2.55rem;
  padding: 0.72rem 1rem;
  font-size: 0.66rem;
}

.text-link {
  width: max-content;
  padding-block: 0.5rem;
  border-bottom: 1px solid var(--line-strong);
  font-size: 0.9rem;
}

.text-link-dark {
  border-color: var(--paper-line);
}

.eyebrow,
.section-kicker span,
.story-steps span,
.capability-list article > span,
.ledger-label {
  color: var(--amber);
  font-family: var(--mono);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.hero {
  position: relative;
  min-height: min(70vh, 44rem);
  display: grid;
  grid-template-columns: minmax(19rem, 0.78fr) minmax(34rem, 1.22fr);
  align-items: center;
  gap: clamp(2.5rem, 5vw, 6.5rem);
  padding: clamp(3.2rem, 7vh, 5.4rem) var(--page-gutter) clamp(2.6rem, 5vh, 4.5rem);
  border-bottom: 1px solid var(--line);
}

.hero::after {
  position: absolute;
  inset: auto 0 0 0;
  height: 8rem;
  content: "";
  pointer-events: none;
  background: linear-gradient(transparent, rgba(100, 201, 238, 0.025));
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 37rem;
}

.product-name {
  display: block;
  margin-bottom: clamp(2rem, 4vh, 3.4rem);
  color: var(--ink);
  font-size: 0.88rem;
}

.hero h1 {
  max-width: 16ch;
  margin: 0.8rem 0 1.25rem;
  font-size: clamp(2.65rem, 3.8vw, 4.2rem);
  font-weight: 400;
  letter-spacing: -0.048em;
  line-height: 0.98;
}

.hero-support {
  max-width: 38rem;
  margin-bottom: 1.8rem;
  color: #bac0bd;
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  line-height: 1.62;
}

.hero-actions,
.final-actions {
  gap: 1.4rem;
  flex-wrap: wrap;
}

.hero-product {
  position: relative;
  min-width: 0;
  margin-bottom: 0;
}

.hero-product::before {
  position: absolute;
  top: -1.25rem;
  right: -1.25rem;
  width: 5rem;
  height: 1px;
  content: "";
  background: var(--amber);
  box-shadow: 4.9rem 0 0 0 var(--amber);
}

.hero-product-frame {
  position: relative;
  aspect-ratio: 72 / 37;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  background: var(--surface);
  box-shadow: 0 2.5rem 7rem rgba(0, 0, 0, 0.34);
}

.hero-product-frame::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(90deg, rgba(5, 9, 11, 0.22), transparent 28%, transparent 75%, rgba(5, 9, 11, 0.14));
}

.hero-product img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 55% center;
  filter: saturate(0.8) contrast(1.06);
}

.hero-product figcaption {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 0.7rem;
  color: #8e9794;
  font-family: var(--mono);
  font-size: 0.62rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.hero-product figcaption span:first-child {
  color: var(--cyan);
}

.workflow-band {
  max-width: var(--measure);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 auto;
  border-inline: 1px solid var(--line);
}

.workflow-band a {
  min-height: 7.6rem;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  gap: 0.35rem 1rem;
  padding: 1.35rem clamp(1rem, 2.3vw, 2rem);
  border-right: 1px solid var(--line);
  transition: background 160ms ease;
}

.workflow-band a:last-child {
  border-right: 0;
}

.workflow-band a:hover {
  background: rgba(100, 201, 238, 0.045);
}

.workflow-band span {
  grid-row: 1 / 3;
  color: var(--amber);
  font-family: var(--mono);
  font-size: 0.66rem;
}

.workflow-band strong {
  font-size: 1.05rem;
  font-weight: 500;
}

.workflow-band small {
  align-self: end;
  color: #89918e;
  font-size: 0.78rem;
}

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

.section-dark {
  background: var(--surface);
}

.connected-review,
.pricing-entry {
  display: grid;
  grid-template-columns: minmax(9rem, 0.25fr) minmax(20rem, 0.75fr) minmax(20rem, 0.65fr);
  gap: clamp(2rem, 5vw, 6rem);
  padding: clamp(5rem, 9vw, 9rem) var(--page-gutter);
}

.section-kicker {
  display: flex;
  gap: 1.2rem;
  align-items: flex-start;
}

.section-kicker span {
  color: var(--paper-muted);
}

.section-light .eyebrow {
  color: #8a6119;
}

.section-heading h2,
.pricing-entry h2,
.capabilities-heading h2,
.source-heading h2,
.story-copy h2,
.final-cta h2 {
  margin-bottom: 1.2rem;
  font-size: clamp(2.25rem, 4.2vw, 4.8rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.section-lede {
  align-self: end;
  max-width: 41rem;
  margin-bottom: 0.35rem;
  color: #454b49;
  font-size: clamp(1.05rem, 1.4vw, 1.28rem);
  line-height: 1.68;
}

.product-story {
  min-height: 42rem;
  display: grid;
  grid-template-columns: minmax(18rem, 0.58fr) minmax(32rem, 1.42fr);
  align-items: center;
  gap: clamp(3rem, 6vw, 7rem);
  padding: clamp(5rem, 9vw, 9rem) var(--page-gutter);
  border-top: 1px solid var(--line);
}

.story-copy {
  max-width: 47rem;
}

.product-story-reverse {
  grid-template-columns: minmax(32rem, 1.42fr) minmax(18rem, 0.58fr);
  border-color: var(--paper-line);
}

.product-story-reverse .story-copy {
  grid-column: 2;
  margin-left: auto;
}

.product-story-reverse .product-clip {
  grid-column: 1;
  grid-row: 1;
}

.story-copy > p:not(.eyebrow) {
  max-width: 38rem;
  color: var(--muted);
  font-size: 1.06rem;
}

.section-light .story-copy > p:not(.eyebrow) {
  color: var(--paper-muted);
}

.story-steps {
  padding: 0;
  margin: 2.2rem 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.section-light .story-steps {
  border-color: var(--paper-line);
}

.story-steps li {
  margin: 0;
  border-bottom: 1px solid var(--line);
}

.story-steps button {
  width: 100%;
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  gap: 1rem;
  padding: 0.78rem 0;
  border: 0;
  background: transparent;
  color: #cbd0cd;
  font: inherit;
  font-size: 0.86rem;
  text-align: left;
  cursor: pointer;
  transition: color 160ms ease, background 160ms ease;
}

.story-steps button:hover,
.story-steps button[aria-current="step"] {
  background: linear-gradient(90deg, rgba(100, 201, 238, 0.08), transparent 82%);
  color: var(--ink);
}

.section-light .story-steps li {
  border-color: var(--paper-line);
}

.section-light .story-steps button {
  color: #343a38;
}

.section-light .story-steps button:hover,
.section-light .story-steps button[aria-current="step"] {
  background: linear-gradient(90deg, rgba(36, 110, 134, 0.1), transparent 82%);
  color: var(--paper-ink);
}

.product-clip {
  min-width: 0;
  margin: 0;
}

.product-clip-frame {
  position: relative;
  aspect-ratio: 72 / 37;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  background: #070b0e;
  box-shadow: 0 2rem 6rem rgba(0, 0, 0, 0.3);
}

.section-light .product-clip-frame {
  border-color: var(--paper-line);
  box-shadow: 0 2rem 5rem rgba(24, 28, 29, 0.16);
}

.product-clip video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #070b0e;
}

.clip-control {
  position: absolute;
  right: 0.8rem;
  bottom: 0.8rem;
  z-index: 2;
  min-height: 2.55rem;
  padding: 0.72rem 0.9rem;
  border: 1px solid var(--line-strong);
  background: rgba(5, 9, 11, 0.9);
  color: var(--ink);
  font-family: var(--mono);
  font-size: 0.64rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  backdrop-filter: blur(10px);
  transition: background 160ms ease, border-color 160ms ease;
}

.clip-control:hover,
.clip-control[aria-pressed="true"] {
  border-color: var(--cyan);
  background: rgba(11, 17, 21, 0.96);
}

.product-clip figcaption {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 0.7rem;
  color: #8e9794;
  font-family: var(--mono);
  font-size: 0.62rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.product-clip figcaption span:first-child {
  color: var(--cyan);
}

.section-light .product-clip figcaption {
  color: var(--paper-muted);
}

.section-light .product-clip figcaption span:first-child {
  color: #246e86;
}

.source-network {
  display: grid;
  grid-template-columns: minmax(18rem, 0.62fr) minmax(34rem, 1.38fr);
  gap: clamp(3rem, 7vw, 8rem);
  padding: clamp(5rem, 9vw, 9rem) var(--page-gutter);
  border-block: 1px solid var(--line);
}

.source-heading {
  align-self: center;
}

.source-heading h2 {
  font-size: clamp(2.4rem, 4.5vw, 5rem);
}

.source-heading > p:not(.eyebrow) {
  max-width: 38rem;
  color: var(--muted);
}

.source-note {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
  font-family: var(--mono);
  font-size: 0.7rem;
  line-height: 1.65;
}

.source-component {
  min-width: 0;
}

.globe-stage {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  background: #05090b;
}

.globe-fallback,
.globe-canvas,
.globe-canvas canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.globe-fallback {
  object-fit: cover;
  opacity: 1;
  transition: opacity 240ms ease;
}

.globe-canvas {
  opacity: 0;
  transition: opacity 240ms ease;
}

[data-source-globe][data-state="ready"] .globe-fallback {
  opacity: 0;
}

[data-source-globe][data-state="ready"] .globe-canvas {
  opacity: 1;
}

.globe-caption {
  position: absolute;
  right: 1rem;
  bottom: 0.85rem;
  left: 1rem;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin: 0;
  color: #8f9996;
  font-family: var(--mono);
  font-size: 0.6rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.globe-caption span:first-child {
  color: var(--cyan);
}

.source-ledger {
  border-top: 1px solid var(--line-strong);
}

.ledger-label {
  margin: 0;
  padding: 0.9rem 0;
  border-bottom: 1px solid var(--line);
  color: var(--cyan);
}

.source-ledger button {
  width: 100%;
  display: grid;
  grid-template-columns: 3rem minmax(12rem, 0.75fr) minmax(16rem, 1.25fr);
  gap: 1rem;
  align-items: center;
  padding: 1.15rem 0.25rem;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.source-ledger button[aria-pressed="true"] {
  background: linear-gradient(90deg, rgba(100, 201, 238, 0.09), transparent 82%);
}

.source-ledger button > span {
  color: var(--cyan);
  font-family: var(--mono);
  font-size: 0.72rem;
}

.source-ledger button > strong {
  font-size: 0.9rem;
  font-weight: 500;
}

.source-ledger button > small {
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.5;
}

.capabilities {
  padding: clamp(5rem, 9vw, 9rem) var(--page-gutter);
}

.capabilities-heading {
  max-width: 57rem;
  margin-bottom: clamp(3rem, 6vw, 6rem);
}

.capability-list {
  border-top: 1px solid var(--line-strong);
}

.capability-list article {
  display: grid;
  grid-template-columns: minmax(4rem, 0.18fr) minmax(17rem, 0.6fr) minmax(18rem, 1fr);
  gap: clamp(1rem, 4vw, 4rem);
  padding: 1.6rem 0;
  border-bottom: 1px solid var(--line);
}

.capability-list h3,
.capability-list p {
  margin: 0;
}

.capability-list h3 {
  font-size: clamp(1.3rem, 2.2vw, 2rem);
  font-weight: 400;
}

.capability-list p {
  max-width: 42rem;
  color: var(--muted);
}

.pricing-entry {
  grid-template-columns: minmax(20rem, 1fr) minmax(20rem, 0.8fr);
  border-block: 1px solid var(--paper-line);
}

.pricing-entry > div:last-child {
  align-self: end;
}

.pricing-entry > div:last-child p {
  max-width: 36rem;
  margin-bottom: 1.5rem;
  color: var(--paper-muted);
  font-size: 1.08rem;
}

.final-cta {
  min-height: 36rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(5rem, 10vw, 10rem) var(--page-gutter);
  background:
    linear-gradient(90deg, transparent 0 67%, rgba(100, 201, 238, 0.06) 67% 67.1%, transparent 67.1%),
    linear-gradient(135deg, #05090b 0 72%, #0a1216 72%);
}

.final-cta h2 {
  max-width: 17ch;
  font-size: clamp(3rem, 6.5vw, 7.5rem);
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 2rem;
  align-items: end;
  padding: 3rem var(--page-gutter);
  border-top: 1px solid var(--line);
  color: #919996;
  font-size: 0.79rem;
}

.site-footer p {
  margin: 1rem 0 0;
}

.site-footer nav {
  display: flex;
  gap: 1.5rem;
}

.footer-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.35rem;
}

@keyframes hero-rise {
  from {
    opacity: 0;
    transform: translateY(1.2rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hero-stage {
  from {
    opacity: 0;
    transform: translateX(1.2rem) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

.motion-ready .hero-copy > * {
  animation: hero-rise 560ms cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

.motion-ready .hero-copy > :nth-child(2) {
  animation-delay: 60ms;
}

.motion-ready .hero-copy > :nth-child(3) {
  animation-delay: 110ms;
}

.motion-ready .hero-copy > :nth-child(4) {
  animation-delay: 170ms;
}

.motion-ready .hero-copy > :nth-child(5) {
  animation-delay: 230ms;
}

.motion-ready .hero-product {
  animation: hero-stage 680ms 140ms cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

.motion-ready [data-reveal] {
  opacity: 0;
  transform: translateY(1.25rem);
  transition: opacity 520ms ease, transform 520ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.motion-ready [data-reveal].is-revealed {
  opacity: 1;
  transform: translateY(0);
}

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

  .primary-nav {
    display: none;
  }

  .mobile-nav {
    grid-column: 1 / -1;
    display: block;
    margin-top: -0.25rem;
  }

  .hero {
    grid-template-columns: minmax(18rem, 0.9fr) minmax(28rem, 1.1fr);
    gap: 2.5rem;
  }

  .connected-review {
    grid-template-columns: minmax(8rem, 0.25fr) minmax(20rem, 0.75fr);
  }

  .section-lede {
    grid-column: 2;
  }

  .source-network {
    grid-template-columns: 1fr;
  }

  .source-heading {
    max-width: 52rem;
  }
}

@media (max-width: 800px) {
  .site-header {
    min-height: 4.1rem;
    gap: 1rem;
  }

  .header-actions {
    gap: 0.8rem;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 3.2rem;
    padding-top: 3.5rem;
  }

  .product-name {
    margin-bottom: 2.2rem;
  }

  .hero h1 {
    font-size: clamp(2.65rem, 12vw, 4.3rem);
  }

  .workflow-band {
    grid-template-columns: repeat(2, 1fr);
    border-inline: 0;
  }

  .workflow-band a {
    border-bottom: 1px solid var(--line);
  }

  .workflow-band a:nth-child(2) {
    border-right: 0;
  }

  .connected-review,
  .pricing-entry {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .section-lede {
    grid-column: auto;
  }

  .product-story,
  .product-story-reverse {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .product-story .story-copy,
  .product-story-reverse .story-copy,
  .product-story .product-clip,
  .product-story-reverse .product-clip {
    grid-column: 1;
    grid-row: auto;
  }

  .source-ledger button {
    grid-template-columns: 2.4rem 1fr;
  }

  .globe-stage {
    aspect-ratio: 4 / 3;
  }

  .source-ledger button > small {
    grid-column: 2;
  }

  .capability-list article {
    grid-template-columns: 3rem 1fr;
    gap: 0.7rem 1rem;
  }

  .capability-list p {
    grid-column: 2;
  }

  .site-footer {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .site-footer nav {
    flex-wrap: wrap;
  }

  .footer-meta {
    align-items: flex-start;
  }
}

@media (max-width: 520px) {
  :root {
    --page-gutter: 1.25rem;
  }

  .wordmark {
    font-size: 0.68rem;
  }

  .header-actions .button {
    min-height: 2.35rem;
    padding-inline: 0.72rem;
    font-size: 0.59rem;
  }

  .sign-in {
    font-size: 0.66rem;
  }

  .mobile-nav nav {
    gap: 1rem;
    justify-content: space-between;
    font-size: 0.75rem;
  }

  .hero {
    padding-top: 2.8rem;
  }

  .hero-actions,
  .final-actions {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .hero-product figcaption {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.25rem;
  }

  .product-clip figcaption {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.25rem;
  }

  .workflow-band a {
    min-height: 7rem;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto 1fr;
  }

  .workflow-band span {
    grid-row: auto;
  }

  .section-heading h2,
  .pricing-entry h2,
  .capabilities-heading h2,
  .source-heading h2,
  .story-copy h2 {
    font-size: clamp(2.2rem, 10vw, 3rem);
  }

  .final-cta h2 {
    font-size: clamp(2.8rem, 14vw, 4rem);
  }
}

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

  .motion-ready [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
