@font-face {
  font-family: "Nudica";
  src: url("assets/8Lkz2gfi4aZPhd9Mx8oPiTGtw.woff2") format("woff2");
  font-display: swap;
  font-weight: 400;
}

@font-face {
  font-family: "Nudica";
  src: url("assets/IPErV5vL5MPhenPeuFjBGnL2Zc.woff2") format("woff2");
  font-display: swap;
  font-weight: 500;
}

:root {
  --black: #000;
  --card: #090b10;
  --white: #fff;
  --muted-light: rgba(255, 255, 255, 0.5);
  --muted-dark: rgba(0, 0, 0, 0.5);
  --page-width: 1296px;
  --content-width: 1036px;
  --section-radius: 24px;
  --card-radius: 16px;
  --gradient-panel:
    radial-gradient(100.35% 95.32% at 1.49% -2.06%, #0b2a93 0%, transparent 100%),
    radial-gradient(65.16% 111.06% at 46.84% -1.01%, #596bfb 0%, transparent 100%),
    radial-gradient(91.97% 115.55% at -12.57% 114.11%, rgba(89, 107, 251, 0.32) 0%, transparent 100%),
    radial-gradient(88.63% 94.85% at 83.02% -10.3%, #30ffda 0%, transparent 100%),
    #000;
}

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

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

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--black);
  color: var(--white);
  font-family: "Nudica", sans-serif;
  -webkit-font-smoothing: antialiased;
}

main {
  overflow: hidden;
}

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

h1,
h2,
h3 {
  font-weight: 400;
}

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

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

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

/* Shared typography */

.hero-content h1,
.section-heading h2 {
  font-size: 63px;
  letter-spacing: -1.4px;
  line-height: 64px;
}

.section-heading p,
.hero-content > p {
  color: var(--muted-light);
  font-size: 16px;
  letter-spacing: -0.48px;
  line-height: 24px;
}

.button {
  display: inline-flex;
  height: 56px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 20px;
  border: 0;
  border-radius: 256px;
  font-size: 16px;
  letter-spacing: -0.48px;
  line-height: 24px;
  white-space: nowrap;
}

.button-light,
.button-outline-light {
  background: var(--white);
  color: var(--black);
}

/* Header */

.site-header {
  position: fixed;
  z-index: 20;
  top: 32px;
  left: 50%;
  width: min(100%, var(--page-width));
  height: 56px;
  padding: 0 24px;
  transform: translateX(-50%);
}

.site-header::after {
  position: absolute;
  right: 50%;
  bottom: -32px;
  width: 100vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  content: "";
  transform: translateX(50%);
}

.header-inner {
  display: flex;
  height: 56px;
  align-items: center;
  justify-content: space-between;
}

.header-logo,
.header-logo img {
  width: 138px;
  height: 41px;
}

.github-link {
  position: absolute;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 0;
  transform: translateX(-50%);
  font-size: 16px;
  letter-spacing: -0.48px;
}

.github-link img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.github-link span {
  margin-left: 0;
}

.header-cta {
  width: 170px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.14);
}

/* Hero */

.hero {
  position: relative;
  height: 900px;
  overflow: hidden;
  background: var(--gradient-panel);
}

.hero::after {
  position: absolute;
  z-index: 1;
  right: -10%;
  bottom: -35%;
  width: 85%;
  height: 65%;
  border-radius: 50%;
  background: #000;
  filter: blur(80px);
  content: "";
}

.hero-glow {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: radial-gradient(circle at 87% 27%, rgba(48, 255, 218, 0.28), transparent 31%);
}

.hero-content {
  position: relative;
  z-index: 4;
  width: min(100%, var(--page-width));
  height: 360px;
  margin: 0 auto;
  padding: 252px 24px 0;
}

.hero-content h1,
.hero-content > p {
  width: 577px;
}

.hero-content > p {
  height: 144px;
  margin-top: 24px;
}

.hero-actions {
  display: flex;
  gap: 10px;
}

.hero-actions .button:first-child {
  width: 173px;
}

.hero-actions .button:last-child {
  width: 354px;
}

.hero-visual {
  position: absolute;
  z-index: 2;
  top: 216px;
  left: calc(50% - 5px);
  width: 1036px;
  height: 700px;
  isolation: isolate;
  contain: paint;
  transform: translateZ(0);
}

.hero-layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  object-fit: contain;
  transform: translate3d(0, 0, 0);
}

.hero-layer-top {
  animation: float-top-layer 6s cubic-bezier(0.44, 0, 0.56, 1) infinite alternate;
  will-change: transform;
}

.hero-layer-bottom {
  animation: float-bottom-layer 6s cubic-bezier(0.44, 0, 0.56, 1) infinite alternate;
  will-change: transform;
}

.motion-ready .hero-layer-top,
.motion-ready .hero-layer-bottom {
  animation-play-state: paused;
}

.hero-motion-ready .hero.is-motion-active .hero-layer-top,
.hero-motion-ready .hero.is-motion-active .hero-layer-bottom {
  animation-play-state: running;
}

.scroll-cue {
  position: absolute;
  z-index: 5;
  bottom: 48px;
  left: 48px;
  width: 32px;
  height: 32px;
}

.scroll-cue span {
  position: absolute;
  top: 5px;
  left: 10px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
}

.scroll-cue span:last-child {
  top: 12px;
}

/* How it works */

.logic {
  height: 1672px;
  padding-top: 128px;
  overflow: hidden;
  background: #000;
}

.logic .section-heading {
  width: 643px;
  height: 264px;
  margin: auto;
  text-align: center;
}

.logic .section-heading h2 {
  font-size: 61px;
}

.logic .section-heading p {
  margin-top: 24px;
}

.logic-visual {
  position: relative;
  width: min(100%, var(--page-width));
  height: 366px;
  margin: 354px auto 0;
  --board-entry: 0;
  --language-entry: 0;
  --lower-language-entry: 0;
  --language-opacity: 0;
  --number-entry: 0;
  --chip-entry: 0;
  --layer-descent: 0;
  --layer-split: 0;
}

.logic-circuit-paths {
  position: absolute;
  z-index: 0;
  top: -516px;
  left: 50%;
  width: 1438px;
  height: 1187px;
  max-width: none;
  opacity: var(--language-opacity);
  transform: translateX(-50%);
  animation: circuit-pulse 4s ease-in-out infinite alternate;
}

.logic-board {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  width: 647px;
  height: 355px;
  max-width: none;
  object-fit: fill;
  opacity: var(--board-entry);
  transform: translateX(-50%) scale(calc(1.4 - (0.4 * var(--board-entry))));
  transform-origin: center;
}

.logic-board-edge {
  position: absolute;
  z-index: 3;
  top: 355px;
  left: 50%;
  width: 647px;
  height: 11px;
  max-width: none;
  opacity: var(--number-entry);
  transform: translateX(-50%);
}

.logic-board-animation {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 50%;
  width: 647px;
  height: 355px;
  max-width: none;
  opacity: var(--chip-entry);
  transform: translateX(-50%);
  animation: circuit-pulse 3s ease-in-out infinite alternate;
}

.motion-ready .logic-circuit-paths,
.motion-ready .logic-board-animation {
  animation-play-state: paused;
}

.motion-ready .logic.is-motion-active .logic-circuit-paths,
.motion-ready .logic.is-motion-active .logic-board-animation {
  animation-play-state: running;
}

.logic-output-glow {
  position: absolute;
  z-index: 4;
  top: 350px;
  left: 50%;
  width: 602px;
  height: 159px;
  max-width: none;
  opacity: var(--number-entry);
  transform: translateX(-50%);
}

.logic-language-node {
  position: absolute;
  z-index: 1;
  width: 60px;
  height: 60px;
  max-width: none;
  overflow: hidden;
  border-radius: 14px;
  opacity: var(--language-opacity);
}

.logic-language-cpp {
  top: -304px;
  left: calc(50% - 250px);
  transform: translate(
    calc(-64px + (362px * var(--language-entry))),
    calc(-64px + (368px * var(--language-entry)))
  );
}

.logic-language-python {
  top: -304px;
  left: calc(50% + 189px);
  transform: translate(
    calc(64px - (362px * var(--language-entry))),
    calc(-64px + (368px * var(--language-entry)))
  );
}

.logic-language-pytorch {
  top: -164px;
  left: calc(50% + 199px);
  transform: translate(
    calc(22px - (220px * var(--lower-language-entry))),
    calc(-54px + (218px * var(--lower-language-entry)))
  );
}

.logic-language-csharp {
  top: -164px;
  left: calc(50% - 261px);
  transform: translate(
    calc(-22px + (220px * var(--lower-language-entry))),
    calc(-54px + (218px * var(--lower-language-entry)))
  );
}

.logic-number-layer,
.logic-chip-layer {
  position: absolute;
  z-index: 5;
  left: 50%;
  width: 417px;
  height: 439px;
  max-width: none;
  object-fit: fill;
}

.logic-number-layer {
  top: 272px;
  opacity: var(--number-entry);
  transform: translateX(calc(-50% + (200px * var(--layer-split)))) translateY(
    calc(-188px + (188px * var(--number-entry)) + (252px * var(--layer-descent)))
  );
}

.logic-chip-layer {
  top: 224px;
  opacity: var(--chip-entry);
  transform: translateX(calc(-50% - (200px * var(--layer-split)))) translateY(
    calc(-140px + (140px * var(--chip-entry)) + (300px * var(--layer-descent)))
  );
}

@keyframes circuit-pulse {
  from { filter: brightness(0.82); }
  to { filter: brightness(1.2); }
}

/* Architecture showcase */

.architecture {
  height: 1256px;
  padding: 24px;
  background: #000;
}

.gradient-panel {
  width: 100%;
  height: 1208px;
  padding: 128px max(24px, calc((100% - var(--content-width)) / 2));
  overflow: hidden;
  border-radius: var(--section-radius);
  background: var(--gradient-panel);
}

.wide-card {
  display: grid;
  width: var(--content-width);
  height: 464px;
  grid-template-columns: 454px 454px;
  gap: 64px;
  padding: 32px;
  overflow: hidden;
  border-radius: var(--card-radius);
  background: #000;
}

.wide-card + .wide-card {
  margin-top: 24px;
}

.wide-card .card-copy {
  display: flex;
  height: 400px;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.wide-card h2 {
  font-size: 44px;
  letter-spacing: -1.4px;
  line-height: 56px;
}

.wide-card h2 span {
  color: #00a2ca;
}

.wide-card h2 .muted-accent {
  color: rgba(255, 255, 255, 0.5);
}

.wide-card p {
  width: 400px;
  color: var(--muted-light);
  font-size: 14px;
  letter-spacing: -0.32px;
  line-height: 20px;
}

.wide-card > img {
  width: 454px;
  height: 400px;
  object-fit: cover;
}

/* Hardware cards */

.benefits {
  height: 1592px;
  padding: 24px;
  overflow: hidden;
  background: #000;
  color: #000;
}

.benefits-inner {
  width: 100%;
  height: 1544px;
  padding: 92px max(24px, calc((100% - var(--content-width)) / 2));
  overflow: hidden;
  border-radius: var(--section-radius);
  background: #fff;
}

.benefits .section-heading {
  width: 643px;
  height: 152px;
}

.benefits .section-heading p {
  margin-top: 24px;
  color: var(--muted-dark);
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.8px;
  line-height: 32px;
}

.benefit-grid {
  display: grid;
  width: var(--content-width);
  height: 1080px;
  margin-top: 128px;
  grid-template-columns: repeat(2, 506px);
  grid-template-rows: 464px 592px;
  gap: 24px;
}

.benefit-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--card-radius);
  background: #000;
  color: #fff;
}

.benefit-wide {
  grid-column: 1 / -1;
}

.benefit-card h3,
.software-card h3 {
  font-size: 32px;
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 40px;
}

.benefit-card p,
.software-card p {
  color: var(--muted-light);
  font-size: 14px;
  letter-spacing: -0.32px;
  line-height: 20px;
}

.benefit-wide h3 {
  position: absolute;
  z-index: 2;
  top: 32px;
  left: 32px;
}

.benefit-wide p {
  position: absolute;
  z-index: 2;
  bottom: 32px;
  left: 32px;
  width: 350px;
}

.benefit-wide img {
  position: absolute;
  top: 0;
  right: 0;
  width: 629px;
  height: 464px;
  max-width: none;
  object-fit: cover;
}

.benefit-card:not(.benefit-wide) {
  padding: 464px 32px 32px;
}

.benefit-card:not(.benefit-wide) img {
  position: absolute;
  top: 32px;
  left: 0;
  width: 506px;
  height: 400px;
  object-fit: cover;
}

.benefit-card:not(.benefit-wide) p {
  width: 350px;
  margin-top: 16px;
}

/* Software */

.software {
  height: 1084px;
  padding: 116px 24px 0;
  background: #000;
}

.software > .section-heading {
  width: min(100%, 1248px);
  height: 112px;
  margin: auto;
  text-align: center;
}

.software > .section-heading p {
  margin-top: 24px;
}

.software-grid {
  display: grid;
  width: var(--content-width);
  height: 612px;
  margin: 8px auto 0;
  grid-template-columns: repeat(2, 506px);
  gap: 24px;
}

.software-card {
  display: flex;
  height: 612px;
  flex-direction: column;
  gap: 32px;
  padding: 32px;
  overflow: hidden;
  border-radius: var(--card-radius);
  background: var(--card);
}

.software-card-lower {
  transform: translateY(240px);
}

.software-card p {
  margin-top: 16px;
}

.software-card img {
  width: 442px;
  height: 400px;
  object-fit: cover;
}

/* Edge carousel */

.edge {
  height: 1180px;
  padding-top: 128px;
  overflow: hidden;
  background: #000;
}

.edge-heading {
  width: var(--content-width);
  height: 148px;
  margin: auto;
}

.edge-heading h2 {
  width: 643px;
}

.edge-heading p {
  width: 643px;
  margin-top: 24px;
  font-size: 14px;
  line-height: 20px;
}

.carousel {
  margin-top: 128px;
}

.carousel-track {
  display: flex;
  width: max-content;
  gap: 24px;
  padding-left: calc((100vw - var(--content-width)) / 2);
  transition: transform 600ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.edge-card {
  position: relative;
  width: 940px;
  height: 464px;
  flex: none;
  overflow: hidden;
  border-radius: var(--section-radius);
  background: var(--card);
}

.edge-card-gradient {
  background: var(--gradient-panel);
}

.edge-card-copy {
  position: relative;
  z-index: 2;
  display: flex;
  width: 411px;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
}

.edge-card h3 {
  font-size: 44px;
  font-weight: 400;
  letter-spacing: -1.4px;
  line-height: 56px;
}

.edge-card p {
  color: var(--muted-light);
  font-size: 14px;
  letter-spacing: -0.32px;
  line-height: 20px;
}

.mobile-copy {
  display: none;
}

.edge-card img {
  position: absolute;
  top: 0;
  right: 0;
  width: 53%;
  height: 100%;
  object-fit: cover;
}

.carousel-controls {
  display: flex;
  width: var(--content-width);
  margin: 128px auto 0;
  gap: 24px;
}

.carousel-controls button {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  background: transparent;
  color: #fff;
  cursor: pointer;
}

/* Footer */

.site-footer {
  height: 883px;
  padding: 92px max(24px, calc((100% - 1248px) / 2)) 116px;
  overflow: hidden;
  background: #fff;
  color: #000;
}

.footer-banner {
  position: relative;
  width: 1248px;
  height: 462px;
  overflow: hidden;
  border-radius: var(--card-radius);
  background: #0d0f17;
  color: #fff;
}

.footer-banner-copy {
  position: relative;
  z-index: 2;
  width: 503px;
  height: 100%;
  padding: 64px;
}

.footer-banner h2 {
  font-size: 44px;
  font-weight: 400;
  letter-spacing: -1.4px;
  line-height: 56px;
}

.footer-banner p {
  margin-top: 27px;
  color: var(--muted-light);
  font-size: 16px;
  letter-spacing: -0.48px;
  line-height: 24px;
}

.footer-banner .button {
  margin-top: 24px;
}

.footer-banner > img {
  position: absolute;
  top: 0;
  left: 394px;
  width: 934px;
  height: 462px;
  max-width: none;
  object-fit: cover;
}

.footer-bottom {
  display: grid;
  width: 1248px;
  margin-top: 115px;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  row-gap: 40px;
}

.footer-logo {
  grid-column: 1;
}

.footer-logo,
.footer-logo img {
  width: 138px;
  height: 41px;
}

.footer-bottom > p {
  grid-column: 1;
  font-size: 16px;
  line-height: 24px;
}

.footer-bottom nav {
  display: flex;
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: center;
  justify-content: flex-end;
  gap: 16px;
}

.footer-bottom nav a {
  display: inline-flex;
  height: 56px;
  align-items: center;
  gap: 8px;
  padding: 16px 20px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 256px;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
}

.reveal,
.motion-ready .reveal[data-revealed="true"] {
  opacity: 1;
  transform: none;
}

.motion-ready .reveal {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition:
    opacity 800ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 800ms cubic-bezier(0.22, 1, 0.36, 1);
}

.motion-ready .reveal[data-revealed="true"] {
  will-change: auto;
}

.motion-ready .reveal.footer-art {
  opacity: 0;
  transform: skewX(24deg);
  transform-origin: 100% 50%;
  transition:
    opacity 900ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 1100ms cubic-bezier(0.22, 1, 0.36, 1);
}

.motion-ready .reveal.footer-art[data-revealed="true"] {
  opacity: 1;
  transform: none;
}

@keyframes float-top-layer {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(0, -100px, 0); }
}

@keyframes float-bottom-layer {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(0, 100px, 0); }
}

@keyframes float-top-layer-mobile {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(0, -24px, 0); }
}

@keyframes float-bottom-layer-mobile {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(0, 24px, 0); }
}

@media (max-width: 700px) {
  :root {
    --content-width: 294px;
  }

  .site-header {
    width: 100%;
    transition:
      top 240ms ease,
      width 240ms ease,
      padding 240ms ease,
      transform 240ms ease,
      opacity 240ms ease,
      background-color 240ms ease,
      border-color 240ms ease;
  }

  .site-header.is-scrolled {
    top: 12px;
    width: calc(100% - 24px);
    height: 64px;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    background: rgba(5, 6, 10, 0.78);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(16px);
  }

  .site-header.is-scrolled::after {
    display: none;
  }

  .site-header.is-scrolled .header-inner {
    height: 46px;
  }

  .site-header.over-footer {
    opacity: 0;
    pointer-events: none;
  }

  .site-header.is-hidden {
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -140%);
  }

  .github-link {
    display: none;
  }

  .header-logo,
  .header-logo img {
    width: 116px;
    height: auto;
  }

  .header-cta {
    width: 152px;
    height: 48px;
    padding: 12px 16px;
    font-size: 14px;
  }

  .hero-content h1,
  .section-heading h2 {
    font-size: 63px;
    line-height: 64px;
  }

  .hero {
    height: 900px;
  }

  .hero-content {
    width: 100%;
    height: 624px;
    padding: 160px 24px 0;
  }

  .hero-content h1,
  .hero-content > p {
    width: 342px;
  }

  .hero-content h1 {
    height: 384px;
  }

  .hero-content > p {
    height: 216px;
  }

  .hero-actions {
    width: max-content;
  }

  .hero-visual {
    top: 547px;
    left: 2px;
    width: 396px;
    height: 268px;
  }

  .hero-layer-top {
    animation-name: float-top-layer-mobile;
  }

  .hero-layer-bottom {
    animation-name: float-bottom-layer-mobile;
  }

  .scroll-cue {
    display: none;
  }

  .logic .section-heading {
    width: 390px;
    height: 352px;
  }

  .logic .section-heading h2 {
    height: 256px;
  }

  .logic .section-heading p {
    height: 72px;
  }

  .logic-visual {
    width: 390px;
    margin-top: 354px;
  }

  .logic-board {
    width: 887px;
  }

  .architecture {
    height: 1953.3px;
  }

  .gradient-panel {
    height: 1905.3px;
    padding: 128px 24px;
  }

  .wide-card {
    display: flex;
    width: 294px;
    height: auto;
    flex-direction: column;
    gap: 64px;
    padding: 32px;
  }

  .wide-card:first-child {
    height: 870.6px;
  }

  .wide-card:last-child {
    height: 754.6px;
  }

  .wide-card .card-copy {
    width: 230px;
    height: 540px;
  }

  .wide-card:last-child .card-copy {
    height: 424px;
  }

  .wide-card h2 {
    font-size: 44px;
    line-height: 56px;
  }

  .wide-card p {
    width: 230px;
  }

  .wide-card > img {
    width: 230px;
    height: 202.6px;
  }

  .benefits {
    height: 1618.7px;
  }

  .benefits-inner {
    height: 1570.7px;
    padding: 92px 24px;
  }

  .benefits .section-heading {
    width: 294px;
    height: 312px;
  }

  .benefits .section-heading h2 {
    height: 192px;
  }

  .benefits .section-heading p {
    height: 96px;
  }

  .benefit-grid {
    width: 294px;
    height: 984px;
    grid-template-columns: 135px 135px;
    grid-template-rows: 464px 496px;
  }

  .benefit-wide {
    width: 294px;
    height: 464px;
  }

  .benefit-wide img {
    width: 294px;
    height: 217px;
  }

  .benefit-wide p {
    width: 230px;
  }

  .benefit-card:not(.benefit-wide) {
    width: 135px;
    height: 496px;
    padding: 171px 32px 32px;
  }

  .benefit-card:not(.benefit-wide) img {
    top: 32px;
    width: 135px;
    height: 107px;
  }

  .benefit-card:not(.benefit-wide) p {
    width: 71px;
  }

  .benefit-card h3,
  .software-card h3 {
    font-size: 32px;
    line-height: 40px;
    overflow-wrap: anywhere;
  }

  .software {
    height: 1360.3px;
    padding: 116px 48px 0;
  }

  .software > .section-heading {
    width: 294px;
    height: 224px;
  }

  .software > .section-heading h2 {
    height: 128px;
  }

  .software-grid {
    width: 294px;
    height: 776px;
    margin-top: 8px;
    grid-template-columns: 135px 135px;
    gap: 24px;
  }

  .software-card {
    width: 135px;
    height: 776px;
    padding: 32px;
  }

  .software-card-lower {
    transform: translateY(240px);
  }

  .software-card img {
    width: 71px;
    height: 64px;
    margin-top: auto;
  }

  .edge {
    height: 1222px;
  }

  .edge-heading {
    width: 342px;
    height: 336px;
  }

  .edge-heading h2 {
    width: 342px;
    height: 192px;
  }

  .edge-heading p {
    width: 342px;
    height: 120px;
  }

  .carousel {
    margin-top: 128px;
  }

  .carousel-track {
    gap: 12px;
    padding-left: 24px;
  }

  .edge-card {
    width: 340px;
    height: 430px;
  }

  .edge-card-copy {
    width: 340px;
    height: 136px;
    justify-content: flex-start;
    gap: 16px;
    padding: 24px;
  }

  .edge-card h3 {
    font-size: 32px;
    line-height: 40px;
  }

  .edge-card img {
    top: 173px;
    right: 24px;
    width: 292px;
    height: 257px;
    object-fit: cover;
  }

  .carousel-controls {
    width: 342px;
    margin-top: 32px;
    gap: 8px;
  }

  .carousel-controls button {
    width: 40px;
    height: 40px;
  }

  .site-footer {
    height: auto;
    min-height: 883px;
    padding: 92px 24px 72px;
  }

  .footer-banner {
    width: 342px;
    height: 462px;
  }

  .footer-banner-copy {
    width: 100%;
    padding: 56px 32px;
  }

  .footer-banner h2 {
    font-size: 40px;
    line-height: 48px;
  }

  .footer-banner p {
    width: 100%;
  }

  .footer-banner > img {
    left: -512px;
    width: 934px;
  }

  .footer-bottom {
    display: flex;
    width: 342px;
    margin-top: 88px;
    align-items: flex-start;
    flex-direction: column;
    gap: 32px;
  }

  .footer-bottom nav {
    display: flex;
    width: 100%;
    order: 2;
    justify-content: flex-start;
    gap: 12px;
  }

  .footer-bottom > p {
    order: 3;
  }

  .desktop-copy {
    display: none;
  }

  .mobile-copy {
    display: inline;
  }
}

@media (max-width: 700px) {
  :root {
    --content-width: calc(100vw - 32px);
  }

  .hero {
    height: clamp(1016px, calc(1478px - 100vw), 1158px);
  }

  .site-header {
    top: 24px;
    padding: 0 16px;
  }

  .header-cta {
    width: 144px;
    padding-inline: 12px;
  }

  .hero-content h1,
  .section-heading h2 {
    font-size: 52px;
    letter-spacing: -1.1px;
    line-height: 54px;
  }

  .hero-content {
    height: auto;
    padding: 152px 16px 0;
  }

  .hero-content h1,
  .hero-content > p {
    width: 100%;
    height: auto;
  }

  .hero-content > p {
    margin-top: 20px;
  }

  .hero-actions {
    width: 100%;
    margin-top: 20px;
    flex-direction: column;
  }

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

  .hero-actions .button:last-child {
    padding-inline: 14px;
    font-size: 14px;
  }

  .hero-visual {
    top: auto;
    bottom: 24px;
    left: 0;
    width: 100vw;
    height: clamp(240px, 62vw, 380px);
  }

  .logic .section-heading {
    width: 100%;
    height: auto;
    padding: 0 16px;
  }

  .logic .section-heading h2,
  .logic .section-heading p {
    height: auto;
  }

  .logic-visual {
    width: 100%;
  }

  .architecture {
    height: auto;
    padding: 16px;
  }

  .gradient-panel {
    height: auto;
    padding: 80px 16px;
  }

  .wide-card,
  .wide-card:first-child,
  .wide-card:last-child {
    width: 100%;
    height: auto;
    gap: 32px;
    padding: 24px;
  }

  .wide-card .card-copy,
  .wide-card:last-child .card-copy {
    width: 100%;
    height: auto;
  }

  .wide-card h2 {
    font-size: 38px;
    line-height: 46px;
  }

  .wide-card p,
  .wide-card > img {
    width: 100%;
  }

  .wide-card > img {
    height: auto;
    aspect-ratio: 1.135;
  }

  .benefits,
  .benefits-inner {
    height: auto;
  }

  .benefits-inner {
    padding: 80px 16px;
  }

  .benefits .section-heading,
  .benefits .section-heading h2,
  .benefits .section-heading p {
    width: 100%;
    height: auto;
  }

  .benefit-grid {
    width: 100%;
    height: auto;
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .benefit-wide,
  .benefit-card:not(.benefit-wide) {
    width: 100%;
    height: 464px;
  }

  .benefit-card:not(.benefit-wide) {
    padding: 244px 32px 32px;
  }

  .benefit-card:not(.benefit-wide) img {
    width: 100%;
    height: 212px;
  }

  .benefit-card:not(.benefit-wide) p {
    width: 100%;
  }

  .benefit-card h3,
  .software-card h3 {
    overflow-wrap: normal;
  }

  .software {
    height: auto;
    padding: 96px 16px 160px;
  }

  .software > .section-heading,
  .software > .section-heading h2 {
    width: 100%;
    height: auto;
  }

  .software-grid {
    width: 100%;
    height: auto;
    margin-top: 64px;
    grid-template-columns: 1fr;
  }

  .software-card {
    width: 100%;
    height: 500px;
  }

  .software-card-lower {
    transform: none;
  }

  .software-card img {
    width: 100%;
    height: 240px;
    object-fit: contain;
  }

  .edge {
    height: auto;
    padding: 104px 0 120px;
  }

  .edge-heading,
  .edge-heading h2,
  .edge-heading p {
    width: calc(100vw - 32px);
    height: auto;
  }

  .carousel {
    margin-top: 88px;
  }

  .carousel-track {
    padding-left: 16px;
  }

  .edge-card {
    width: calc(100vw - 32px);
  }

  .edge-card-copy {
    width: 100%;
  }

  .edge-card img {
    right: 16px;
    width: calc(100% - 32px);
  }

  .carousel-controls {
    width: calc(100vw - 32px);
  }

  .site-footer {
    min-height: 0;
    padding: 72px 16px 64px;
  }

  .footer-banner {
    width: 100%;
    height: 480px;
  }

  .footer-banner-copy {
    padding: 48px 24px;
  }

  .footer-banner h2 {
    font-size: 36px;
    line-height: 44px;
  }

  .footer-bottom {
    width: 100%;
    margin-top: 72px;
  }

  .footer-bottom nav a {
    height: 52px;
    padding: 14px 16px;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }

  .motion-ready .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
