@font-face {
  font-family: "Archivo Variable";
  src: url("assets/fonts/archivo-variable.woff2") format("woff2-variations");
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 62% 125%;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Mono";
  src: url("assets/fonts/ibm-plex-mono-400.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Mono";
  src: url("assets/fonts/ibm-plex-mono-500.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

:root {
  --void: #0f1720;
  --void-deep: #0a1118;
  --panel: #1e2931;
  --slate: #2f3942;
  --steel: #455867;
  --ash: #d7d7cf;
  --cream: #f2efe6;
  --paper: #e9e6dc;
  --orange: #ff7a2f;
  --orange-dark: #db5c16;
  --line-dark: rgba(215, 215, 207, 0.17);
  --line-light: rgba(15, 23, 32, 0.16);
  --display: "Archivo Variable", "Arial Narrow", Arial, sans-serif;
  --mono: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  --body: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shell: min(1220px, calc(100vw - 48px));
  --header-height: 76px;
}

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

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

body {
  margin: 0;
  color: var(--void);
  background: var(--cream);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.nav-open {
  overflow: hidden;
}

img,
svg {
  display: block;
}

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

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

button {
  color: inherit;
  font: inherit;
}

::selection {
  color: var(--void);
  background: var(--orange);
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 20;
  padding: 10px 14px;
  color: var(--void);
  background: var(--orange);
  font-family: var(--mono);
  font-size: 12px;
  transform: translateY(-160%);
}

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

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 10;
  height: var(--header-height);
  color: var(--cream);
  border-bottom: 1px solid transparent;
  transition: background-color 220ms ease, border-color 220ms ease;
}

.site-header.is-scrolled {
  background: rgba(15, 23, 32, 0.94);
  border-color: var(--line-dark);
  backdrop-filter: blur(14px);
}

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

.brand {
  display: inline-flex;
  align-items: center;
  color: var(--cream);
}

.brand .brand-wordmark {
  width: 150px;
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-nav > a:not(.nav-cta) {
  color: rgba(242, 239, 230, 0.68);
  transition: color 160ms ease;
}

.site-nav > a:not(.nav-cta):hover,
.site-nav .language-link {
  color: var(--cream);
}

.site-nav .language-link {
  padding-left: 18px;
  border-left: 1px solid var(--line-dark);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 38px;
  padding: 0 14px;
  color: var(--cream);
  border: 1px solid rgba(242, 239, 230, 0.34);
  transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.nav-cta:hover {
  background: rgba(242, 239, 230, 0.07);
  border-color: rgba(242, 239, 230, 0.6);
}

.nav-cta:active,
.button:active {
  transform: translateY(1px);
}

.nav-cta svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
}

.menu-toggle span:not(.sr-only) {
  display: block;
  width: 22px;
  height: 1px;
  margin: 6px auto;
  background: var(--cream);
  transition: transform 180ms ease;
}

.hero {
  position: relative;
  min-height: 890px;
  padding: 154px 0 106px;
  overflow: hidden;
  color: var(--cream);
  background: var(--void);
}

.hero::before {
  position: absolute;
  top: var(--header-height);
  left: calc(50% - 610px);
  width: 1px;
  height: calc(100% - var(--header-height));
  content: "";
  background: var(--line-dark);
}

.hero-grid,
.closing-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.52;
  background-image:
    linear-gradient(rgba(215, 215, 207, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(215, 215, 207, 0.035) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0.9), transparent 78%);
}

.hero-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(560px, 1.18fr);
  gap: 54px;
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 580px;
  padding-left: 26px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 24px;
  color: var(--steel);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow > span {
  width: 24px;
  height: 2px;
  background: var(--orange);
}

.hero .eyebrow,
.eyebrow-light {
  color: rgba(242, 239, 230, 0.56);
}

.hero h1,
.section h2,
.closing-inner h2 {
  margin: 0;
  font-family: var(--display);
  font-stretch: 112%;
  font-weight: 620;
  letter-spacing: -0.05em;
  line-height: 0.98;
}

.hero h1 {
  max-width: 660px;
  font-size: clamp(56px, 5vw, 76px);
}

.hero-lede {
  max-width: 570px;
  margin: 28px 0 0;
  color: rgba(242, 239, 230, 0.68);
  font-size: 18px;
  line-height: 1.68;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 48px;
  padding: 0 20px;
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
}

.button .apple-icon {
  fill: currentColor;
  stroke: none;
}

.button-download,
.button-arrow-reveal {
  gap: 0;
  overflow: hidden;
}

.button-download {
  width: 207px;
}

.button-arrow-reveal {
  width: 194px;
}

.button-slide-icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: width 280ms cubic-bezier(0.2, 0.8, 0.2, 1), margin 280ms cubic-bezier(0.2, 0.8, 0.2, 1), opacity 180ms ease, transform 280ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.button-slide-icon svg {
  flex: 0 0 18px;
}

.button-slide-icon-start {
  width: 18px;
  margin-right: 14px;
  opacity: 1;
}

.button-slide-icon-end {
  width: 0;
  margin-left: 0;
  opacity: 0;
  transform: translateX(10px);
}

.button-download:is(:hover, :focus-visible),
.button-arrow-reveal:is(:hover, :focus-visible) {
  transform: scale(1.02);
}

.button-download:is(:hover, :focus-visible) .button-slide-icon-start {
  width: 0;
  margin-right: 0;
  opacity: 0;
  transform: translateX(-10px);
}

.button-download:is(:hover, :focus-visible) .button-slide-icon-end,
.button-arrow-reveal:is(:hover, :focus-visible) .button-slide-icon-end {
  width: 18px;
  margin-left: 14px;
  opacity: 1;
  transform: translateX(0);
}

.button-primary {
  color: var(--void);
  background: var(--orange);
  border: 1px solid var(--orange);
}

.button-primary:hover {
  background: #ff8b4b;
  border-color: #ff8b4b;
}

.button-quiet {
  color: var(--cream);
  border: 1px solid rgba(242, 239, 230, 0.25);
}

.button-quiet:hover {
  background: rgba(242, 239, 230, 0.07);
  border-color: rgba(242, 239, 230, 0.48);
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  padding: 0;
  margin: 36px 0 0;
  color: rgba(242, 239, 230, 0.46);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.1em;
  list-style: none;
  text-transform: uppercase;
}

.hero-meta li {
  display: flex;
  align-items: center;
}

.hero-meta li:not(:last-child)::after {
  width: 3px;
  height: 3px;
  margin: 0 11px;
  content: "";
  background: var(--orange);
}

.shot-frame {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  color: var(--cream);
  background: var(--void-deep);
  border: 1px solid rgba(215, 215, 207, 0.2);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.32);
}

.shot-frame img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
}

.hero-shot {
  transform: translateX(24px);
}

.signal-strip {
  color: var(--cream);
  background: var(--panel);
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

.signal-track {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.13em;
}

.signal-track i {
  flex: 1;
  height: 1px;
  margin: 0 20px;
  background: rgba(215, 215, 207, 0.17);
}

.signal-track i::after {
  display: block;
  width: 5px;
  height: 5px;
  margin-top: -2px;
  margin-left: 50%;
  content: "";
  background: var(--orange);
  transform: rotate(45deg);
}

.section {
  padding: 132px 0;
}

.section h2 {
  font-size: clamp(46px, 5vw, 70px);
}

.product-section {
  background: var(--cream);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.65fr);
  gap: 92px;
  align-items: end;
}

.section-heading h2 {
  max-width: 760px;
}

.section-heading > p {
  max-width: 510px;
  margin: 0 0 6px;
  color: #4f5d67;
  font-size: 17px;
  line-height: 1.76;
}

.pillar-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 76px;
  border: 1px solid var(--line-light);
}

.pillar {
  min-height: 280px;
  padding: 32px;
}

.pillar + .pillar {
  border-left: 1px solid var(--line-light);
}

.pillar > span {
  color: var(--orange-dark);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.1em;
}

.pillar h3,
.execution-band h3 {
  margin: 70px 0 0;
  font-family: var(--display);
  font-size: clamp(28px, 2.8vw, 40px);
  font-stretch: 110%;
  font-weight: 590;
  letter-spacing: -0.035em;
  line-height: 1.03;
}

.pillar p {
  max-width: 330px;
  margin: 18px 0 0;
  color: var(--steel);
  font-size: 14px;
}

.wide-shot {
  margin-top: 76px;
  border-color: rgba(15, 23, 32, 0.2);
  box-shadow: 0 24px 70px rgba(15, 23, 32, 0.2);
}

.execution-band {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 60px;
  align-items: start;
  padding: 40px;
  margin-top: 44px;
  color: var(--cream);
  background: var(--void);
}

.execution-band > p {
  margin: 5px 0 0;
  color: var(--orange);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.execution-band h3 {
  max-width: 780px;
  margin-top: 0;
}

.execution-band div > p {
  max-width: 760px;
  margin: 22px 0 0;
  color: rgba(242, 239, 230, 0.56);
  font-size: 15px;
}

.design-section {
  background: var(--paper);
}

.build-section {
  color: var(--cream);
  background: var(--panel);
}

.section-heading-light > p {
  color: rgba(242, 239, 230, 0.58);
}

.build-shot-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin-top: 76px;
}

.build-shot-grid .shot-frame {
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.start-section {
  background: var(--cream);
}

.start-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 76px;
  border: 1px solid var(--line-light);
}

.start-card {
  min-height: 250px;
  padding: 32px;
}

.start-card + .start-card {
  border-left: 1px solid var(--line-light);
}

.start-card > span {
  color: var(--orange-dark);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.1em;
}

.start-card h3 {
  max-width: 300px;
  margin: 70px 0 0;
  font-family: var(--display);
  font-size: clamp(28px, 2.8vw, 40px);
  font-stretch: 110%;
  font-weight: 590;
  letter-spacing: -0.035em;
  line-height: 1.03;
}

.start-card p {
  max-width: 340px;
  margin: 18px 0 0;
  color: var(--steel);
  font-size: 14px;
}

.start-proof {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(560px, 1.28fr);
  gap: 72px;
  align-items: center;
  padding-top: 112px;
  margin-top: 112px;
  border-top: 1px solid var(--line-light);
}

.start-shot {
  box-shadow: 0 24px 70px rgba(15, 23, 32, 0.2);
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(520px, 1.12fr) minmax(0, 0.88fr);
  gap: 88px;
  align-items: center;
}

.split-layout-reverse {
  grid-template-columns: minmax(0, 0.82fr) minmax(540px, 1.18fr);
}

.split-layout-reverse .feature-copy {
  order: 1;
}

.split-layout-reverse .feature-shot {
  order: 2;
}

.feature-shot {
  box-shadow: 0 24px 70px rgba(15, 23, 32, 0.22);
}

.feature-copy h2 {
  max-width: 620px;
}

.feature-copy > p:not(.eyebrow) {
  max-width: 580px;
  margin: 28px 0 0;
  color: #4d5a64;
  font-size: 17px;
  line-height: 1.78;
}

.feature-copy-light > p:not(.eyebrow) {
  color: rgba(242, 239, 230, 0.56);
}

.detail-list {
  padding: 0;
  margin: 42px 0 0;
  list-style: none;
  border-top: 1px solid var(--line-light);
}

.detail-list li {
  display: grid;
  grid-template-columns: 132px 1fr;
  gap: 18px;
  align-items: baseline;
  padding: 18px 0;
  border-bottom: 1px solid var(--line-light);
}

.detail-list span {
  color: var(--orange-dark);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.detail-list strong {
  font-size: 14px;
  font-weight: 560;
}

.detail-list-light,
.detail-list-light li {
  border-color: var(--line-dark);
}

.detail-list-light span {
  color: var(--orange);
}

.detail-list-light strong {
  color: rgba(242, 239, 230, 0.78);
}

.closing-section {
  position: relative;
  overflow: hidden;
  color: var(--cream);
  background: var(--void);
}

.closing-grid {
  opacity: 0.64;
  mask-image: radial-gradient(circle at 68% 50%, black, transparent 68%);
}

.closing-inner {
  position: relative;
  z-index: 1;
  padding: 138px 0 150px;
}

.closing-inner h2 {
  max-width: 1040px;
  font-size: clamp(66px, 8vw, 112px);
}

.closing-inner > p:not(.eyebrow) {
  max-width: 700px;
  margin: 30px 0 0;
  color: rgba(242, 239, 230, 0.55);
  font-size: 19px;
}

.button-large {
  min-height: 56px;
  margin-top: 40px;
  padding-inline: 24px;
}

.site-footer {
  color: rgba(242, 239, 230, 0.48);
  background: var(--void-deep);
  border-top: 1px solid var(--line-dark);
}

.footer-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 40px;
  align-items: center;
  min-height: 110px;
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.brand-footer .brand-wordmark {
  width: 132px;
}

.footer-inner > p {
  margin: 0;
  text-align: center;
}

.footer-inner > div {
  display: flex;
  gap: 22px;
}

.footer-inner a:hover {
  color: var(--cream);
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 700ms cubic-bezier(0.16, 1, 0.3, 1), transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal-delay {
  transition-delay: 100ms;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1260px) {
  :root {
    --shell: calc(100vw - 64px);
  }

  .hero-layout {
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    gap: 40px;
  }

  .hero-shot {
    transform: none;
  }

  .split-layout,
  .split-layout-reverse {
    gap: 60px;
  }
}

@media (max-width: 1020px) {
  :root {
    --shell: min(880px, calc(100vw - 40px));
  }

  .site-nav {
    gap: 18px;
  }

  .hero {
    min-height: 0;
    padding-top: 142px;
  }

  .hero::before {
    left: 20px;
  }

  .hero-layout,
  .section-heading,
  .split-layout,
  .split-layout-reverse {
    grid-template-columns: 1fr;
    gap: 64px;
  }

  .hero-copy {
    max-width: 760px;
  }

  .hero h1 {
    max-width: 820px;
  }

  .split-layout-reverse .feature-copy,
  .split-layout-reverse .feature-shot {
    order: initial;
  }

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

  .build-shot-grid,
  .start-grid,
  .start-proof {
    grid-template-columns: 1fr;
  }

  .start-proof {
    gap: 54px;
  }

  .pillar,
  .start-card {
    min-height: 0;
  }

  .pillar + .pillar,
  .start-card + .start-card {
    border-top: 1px solid var(--line-light);
    border-left: 0;
  }

  .pillar h3,
  .start-card h3 {
    margin-top: 42px;
  }
}

@media (max-width: 760px) {
  :root {
    --shell: calc(100vw - 32px);
    --header-height: 68px;
  }

  .site-header {
    height: var(--header-height);
    background: rgba(15, 23, 32, 0.96);
    border-color: var(--line-dark);
  }

  .brand .brand-wordmark {
    width: 132px;
  }

  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    inset: var(--header-height) 0 0;
    align-content: start;
    display: grid;
    gap: 0;
    padding: 18px 16px 24px;
    background: rgba(15, 23, 32, 0.98);
    border-bottom: 1px solid var(--line-dark);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav > a:not(.nav-cta) {
    display: flex;
    align-items: center;
    min-height: 52px;
    padding: 0 4px;
    border-bottom: 1px solid var(--line-dark);
  }

  .site-nav .language-link {
    padding-left: 4px;
    border-left: 0;
  }

  .nav-cta {
    justify-content: center;
    margin-top: 18px;
  }

  .nav-open .menu-toggle span:not(.sr-only):nth-child(2) {
    transform: translateY(3.5px) rotate(45deg);
  }

  .nav-open .menu-toggle span:not(.sr-only):nth-child(3) {
    transform: translateY(-3.5px) rotate(-45deg);
  }

  .hero {
    padding: 120px 0 76px;
  }

  .hero::before {
    display: none;
  }

  .hero-grid {
    background-size: 40px 40px;
  }

  .hero-copy {
    padding-left: 0;
  }

  .hero h1 {
    font-size: clamp(46px, 13vw, 64px);
  }

  .hero-lede {
    margin-top: 24px;
    font-size: 16px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .hero-meta {
    row-gap: 8px;
  }

  .signal-strip {
    overflow: hidden;
  }

  .signal-track {
    width: max-content;
    min-height: 62px;
    margin-left: 16px;
  }

  .signal-track i {
    width: 34px;
    flex: none;
    margin-inline: 10px;
  }

  .section {
    padding: 92px 0;
  }

  .section h2 {
    font-size: clamp(42px, 12vw, 58px);
  }

  .section-heading,
  .split-layout,
  .split-layout-reverse {
    gap: 42px;
  }

  .section-heading > p,
  .feature-copy > p:not(.eyebrow) {
    font-size: 16px;
  }

  .pillar-grid,
  .start-grid,
  .build-shot-grid,
  .wide-shot {
    margin-top: 52px;
  }

  .pillar,
  .start-card {
    padding: 26px 24px;
  }

  .build-shot-grid {
    gap: 18px;
  }

  .start-proof {
    gap: 42px;
    padding-top: 72px;
    margin-top: 72px;
  }

  .execution-band {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 24px;
  }

  .execution-band h3 {
    font-size: 30px;
  }

  .detail-list li {
    grid-template-columns: 112px 1fr;
  }

  .closing-inner {
    padding: 102px 0 110px;
  }

  .closing-inner h2 {
    font-size: clamp(56px, 18vw, 80px);
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 34px 0;
    text-align: left;
  }

  .footer-inner > p {
    text-align: left;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
