@font-face {
  font-family: Inter;
  src: url('assets/inter-400.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Inter;
  src: url('assets/inter-600.woff2') format('woff2');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: Space;
  src: url('assets/space-grotesk-500.woff2') format('woff2');
  font-weight: 500;
  font-display: swap;
}
:root {
  color-scheme: dark;
  --bg: #00161c;
  --surface: #00232b;
  --text: #f1f5f4;
  --muted: #a7bec3;
  --line: #ffffff24;
  --accent: #ff4500;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font:
    400 16px/1.65 Inter,
    Arial,
    sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
a,
button {
  touch-action: manipulation;
}
a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 6px;
}
h1,
h2,
h3,
p,
figure {
  margin: 0;
}
h1,
h2,
h3 {
  font-family: Space, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.13;
}
h2 {
  font-size: clamp(32px, 3.3vw, 46px);
  letter-spacing: -1.7px;
}
h3 {
  font-size: 22px;
  letter-spacing: -0.5px;
}
p {
  color: var(--muted);
}
.container {
  width: min(1280px, calc(100% - 112px));
  margin-inline: auto;
}
.skip-link {
  position: absolute;
  top: -80px;
  left: 20px;
  background: white;
  color: var(--bg);
  padding: 12px;
  z-index: 10;
}
.skip-link:focus {
  top: 10px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 5;
  background: #00161cf7;
  border-bottom: 1px solid var(--line);
}
.header-inner {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.brand img {
  display: block;
  width: 270px;
  height: auto;
  object-fit: contain;
}
.header-inner nav {
  display: flex;
  gap: 32px;
  font-size: 14px;
  color: #c3d0d3;
}
.header-inner a:hover {
  color: var(--accent);
}
.header-cta {
  font-size: 13px;
  font-weight: 600;
  border-bottom: 1px solid #73868a;
  padding: 10px 0;
}
.header-cta span {
  margin-left: 20px;
}
.hero {
  position: relative;
  isolation: isolate;
  min-height: 700px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
.hero video,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}
.hero video {
  filter: grayscale(1) brightness(0.72);
  background: url('assets/warehouse-poster.jpg') center/cover;
}
.hero-shade {
  z-index: -1;
  background:
    linear-gradient(
      90deg,
      rgba(0, 22, 28, 0.96) 0%,
      rgba(0, 22, 28, 0.82) 38%,
      rgba(0, 22, 28, 0.3) 100%
    ),
    linear-gradient(0deg, #00161c 0%, transparent 35%);
  mix-blend-mode: normal;
}
.hero-content {
  padding: 98px 0 112px;
}
.eyebrow {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2.1px;
  color: var(--accent);
  line-height: 1.6;
}
.hero .eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #d1dcde;
}
.accent-line {
  display: inline-block;
  background: var(--accent);
  width: 28px;
  height: 2px;
}
h1 {
  font-size: clamp(44px, 4.8vw, 68px);
  letter-spacing: -2.6px;
  max-width: 930px;
  margin: 27px 0 28px;
}
h1 span {
  color: #afc4c8;
}
.hero-description {
  font-size: 18px;
  max-width: 555px;
  line-height: 1.75;
  color: #ccd7d9;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 34px;
  margin-top: 36px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  min-height: 52px;
  padding: 13px 24px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 2px;
}
.button-primary {
  background: var(--accent);
  color: #142429;
}
.button-primary:hover {
  background: #ffb15f;
}
.text-link {
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 24px;
  color: #e4ebec;
}
.text-link:hover {
  color: var(--accent);
}
.hero-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 32px;
  left: 0;
  right: 0;
  font-size: 12px;
  color: #a9bfc4;
}
.hero-foot button {
  background: #00161c99;
  border: 1px solid #ffffff45;
  color: #dbe4e5;
  border-radius: 2px;
  padding: 9px 14px;
  font-size: 12px;
  cursor: pointer;
  min-height: 44px;
}
.proof-strip {
  border-block: 1px solid var(--line);
}
.proof-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-block: 26px;
  font-size: 13px;
}
.proof-inner p {
  font-size: 12px;
  color: #869fa5;
}
.proof-inner span {
  color: #cbd8da;
}
.section {
  padding-block: 110px;
}
.section-heading {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
  margin-bottom: 56px;
}
.section-heading .eyebrow {
  padding-top: 9px;
}
.section-heading p:not(.eyebrow) {
  max-width: 615px;
  margin-top: 23px;
}
.platform-grid {
  display: grid;
  gap: 48px;
}
.operation-figure {
  background: #00232b;
  border: 1px solid var(--line);
}
.operation-figure video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: contain;
}
.operation-figure figcaption {
  border-top: 1px solid var(--line);
  padding: 20px 24px;
  font-size: 12px;
  color: #b6cbd0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px 24px;
  flex-wrap: wrap;
}
.operation-figure strong {
  color: var(--text);
  font-weight: 600;
}
.benefit-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px;
}
.benefit-list article {
  display: flex;
  gap: 16px;
}
.item-number {
  font-size: 11px;
  color: var(--accent);
  padding-top: 4px;
}
.benefit-list p {
  font-size: 14px;
  margin-top: 12px;
}
.workflow-section {
  background: #002029;
  border-block: 1px solid var(--line);
}
.workflow {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 44px;
}
.workflow li {
  border-top: 1px solid #78969d55;
  padding-top: 23px;
}
.step {
  font: 500 36px Space;
  color: #6c929b;
  display: block;
  margin-bottom: 22px;
}
.workflow h3 {
  margin-bottom: 16px;
}
.workflow p {
  font-size: 14px;
  max-width: 320px;
}
.step-caption {
  display: block;
  font-size: 11px;
  letter-spacing: 0.6px;
  color: #90b0b8;
  margin-top: 32px;
}
.governance {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 100px;
}
.governance h2 {
  margin-top: 23px;
}
.section-intro {
  margin: 25px 0;
  max-width: 430px;
}
.governance-list article {
  padding: 23px 0;
  border-bottom: 1px solid var(--line);
}
.governance-list article:first-child {
  padding-top: 0;
}
.governance-list h3 {
  font-size: 20px;
}
.governance-list p {
  font-size: 14px;
  margin-top: 12px;
}
.contact-section {
  border-block: 1px solid var(--line);
  background: #082d36;
}
.contact-inner {
  padding-block: 80px;
  text-align: center;
}
.contact-inner h2 {
  margin: 20px auto 24px;
  max-width: 850px;
}
.contact-inner > p:not(.eyebrow) {
  max-width: 680px;
  margin: auto;
}
.demo-topics {
  display: flex;
  justify-content: center;
  gap: 32px;
  font-size: 12px;
  color: #bbced2;
  margin-top: 34px;
}
.site-footer {
  min-height: 122px;
  display: flex;
  align-items: center;
  gap: 36px;
  font-size: 12px;
  color: #829ea6;
}
.site-footer > span {
  margin-left: auto;
}
.site-footer p {
  color: #9aafb5;
}
@media (min-width: 1600px) {
  .hero {
    min-height: 760px;
  }
}
@media (max-width: 1050px) {
  .container {
    width: calc(100% - 64px);
  }
  .header-inner nav {
    gap: 20px;
  }
  .header-cta {
    display: none;
  }
  .platform-grid {
    gap: 36px;
  }
  .governance {
    gap: 50px;
  }
  .hero {
    min-height: 660px;
  }
  .hero-content {
    padding-block: 90px 120px;
  }
  h1 {
    font-size: 58px;
  }
  .section-heading {
    grid-template-columns: 1fr 2fr;
  }
  .proof-inner {
    gap: 16px;
  }
  .proof-inner p {
    max-width: 160px;
  }
  .workflow {
    gap: 28px;
  }
}
@media (max-width: 700px) {
  html {
    scroll-padding-top: 120px;
  }
  .container {
    width: calc(100% - 40px);
  }
  .header-inner {
    height: auto;
    min-height: 105px;
    flex-wrap: wrap;
    gap: 8px;
    padding-block: 14px;
  }
  .brand img {
    width: 240px;
  }
  .header-inner nav {
    width: 100%;
    justify-content: space-between;
    gap: 8px;
    font-size: 12px;
  }
  .hero {
    min-height: 665px;
  }
  .hero-content {
    padding-top: 70px;
    padding-bottom: 150px;
  }
  .hero .eyebrow {
    font-size: 9px;
    letter-spacing: 1.3px;
    gap: 10px;
  }
  .accent-line {
    width: 18px;
  }
  h1 {
    font-size: 42px;
    letter-spacing: -1.8px;
    margin-block: 24px;
  }
  .hero-description {
    font-size: 16px;
    max-width: 430px;
  }
  .hero-shade {
    background:
      linear-gradient(90deg, #00161ce8, #00161c99), linear-gradient(0deg, #00161c, transparent 70%);
  }
  .hero-actions {
    gap: 24px;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 29px;
  }
  .hero-actions .button {
    width: 100%;
    max-width: 360px;
  }
  .hero-foot {
    bottom: 24px;
    align-items: flex-start;
    gap: 16px;
  }
  .hero-foot > span {
    max-width: 160px;
    font-size: 10px;
  }
  .hero-foot button {
    font-size: 10px;
    white-space: nowrap;
  }
  .proof-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 18px;
    font-size: 11px;
    padding-block: 22px;
  }
  .proof-inner p {
    font-size: 11px;
  }
  .section {
    padding-block: 70px;
  }
  .section-heading {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 36px;
  }
  h2 {
    font-size: 34px;
    letter-spacing: -1.3px;
  }
  .section-heading p:not(.eyebrow) {
    font-size: 15px;
    margin-top: 20px;
  }
  .platform-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .operation-figure figcaption {
    padding: 16px;
  }
  .benefit-list {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .benefit-list h3 {
    font-size: 21px;
  }
  .workflow {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .workflow li {
    position: relative;
    padding: 25px 0 0 50px;
  }
  .step {
    position: absolute;
    left: 0;
    top: 17px;
    font-size: 26px;
  }
  .step-caption {
    margin-top: 17px;
  }
  .governance {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .governance h2 {
    margin-top: 20px;
  }
  .section-intro {
    font-size: 15px;
  }
  .contact-inner {
    padding-block: 64px;
  }
  .contact-inner h2 {
    font-size: 32px;
  }
  .contact-inner > p:not(.eyebrow) {
    font-size: 15px;
  }
  .demo-topics {
    flex-direction: column;
    gap: 8px;
  }
  .site-footer {
    padding-block: 30px;
    gap: 16px;
    flex-wrap: wrap;
  }
  .site-footer > span {
    margin-left: 0;
    width: 100%;
  }
  .site-footer p {
    margin-left: auto;
    font-size: 11px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
.eyebrow {
  color: #ff956f;
}
.button-primary {
  color: #00161c;
}
.button-primary:hover {
  background: #ff743e;
}
.header-inner nav {
  font-size: 14px;
}
@media (max-width: 700px) {
  html {
    scroll-padding-top: 138px;
  }
  .header-inner nav {
    font-size: 14px;
  }
  .header-inner nav a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
  }
  h1 {
    font-size: clamp(36px, 10.75vw, 42px);
  }
}
