@font-face {
  font-family: "OneAway Mono";
  src: url("assets/fonts/GeistMono-Variable.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #0d0d0d;
  --black-2: #151515;
  --white: #ebebeb;
  --white-2: #b8b8b3;
  --accent: #fe540b;
  --accent-ink: #0d0d0d;
  --accent-muted: rgba(13, 13, 13, 0.66);
  --accent-line: rgba(13, 13, 13, 0.3);
  --line-dark: rgba(235, 235, 235, 0.16);
  --line-light: rgba(235, 235, 235, 0.16);
  --mono: "OneAway Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

body {
  color: var(--white);
  background: var(--black);
}

body::before {
  position: fixed;
  z-index: 9999;
  inset: 0;
  content: "";
  pointer-events: none;
  opacity: 0.16;
  background-image:
    radial-gradient(rgba(255, 255, 255, 0.22) 0.45px, transparent 0.45px),
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 4px 4px, 44px 44px, 44px 44px;
  mix-blend-mode: screen;
}

h1,
h2,
h3,
.button,
.desktop-nav,
.mobile-nav,
.price-title strong,
.proof-stat strong,
.white-label-logo {
  font-family: var(--mono);
}

h1,
h2 {
  font-weight: 360;
  letter-spacing: -0.045em;
}

.site-header {
  top: 16px;
  right: max(16px, calc((100vw - 1100px) / 2));
  left: max(16px, calc((100vw - 1100px) / 2));
  border-color: rgba(254, 84, 11, 0.32);
  border-radius: 999px;
}

.site-header.is-scrolled {
  border-color: rgba(254, 84, 11, 0.4);
  background: rgba(13, 13, 13, 0.94);
}

.white-label-logo {
  display: inline-flex;
  align-items: center;
  color: var(--white);
  font-size: 17px;
  font-weight: 430;
  letter-spacing: -0.06em;
}

.white-label-logo i {
  color: var(--accent);
  font-style: normal;
}

.desktop-nav,
.button,
.hero-proof-set > span,
.section-head::before,
.proof-stat span,
.proof-stat small,
.founder-signature span,
.site-footer p,
.site-footer > a:last-child {
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.button {
  border-radius: 0;
}

.hero-frame {
  background:
    radial-gradient(circle at 72% 32%, rgba(254, 84, 11, 0.12), transparent 25%),
    var(--black-2);
}

.hero-frame::before {
  position: absolute;
  inset: 62px 0 0;
  content: "";
  pointer-events: none;
  opacity: 0.38;
  background:
    linear-gradient(90deg, transparent 49.8%, rgba(254, 84, 11, 0.16) 50%, transparent 50.2%),
    linear-gradient(transparent 49.8%, rgba(254, 84, 11, 0.12) 50%, transparent 50.2%);
  background-size: 88px 88px;
  mask-image: linear-gradient(to bottom, black, transparent 85%);
}

.hero h1 {
  max-width: 940px;
  font-weight: 330;
}

.hero-subtitle {
  color: rgba(235, 235, 235, 0.72);
}

.hero-video {
  box-shadow: 18px 18px 0 rgba(254, 84, 11, 0.08);
}

.oneaway-hero-console {
  min-height: 100%;
  padding: 22px;
  color: var(--white);
  border: 1px solid rgba(235, 235, 235, 0.18);
  background:
    radial-gradient(circle at 52% 48%, rgba(254, 84, 11, 0.1), transparent 33%),
    rgba(8, 8, 8, 0.94);
  font-family: var(--mono);
}

.oneaway-hero-console header,
.oneaway-hero-console footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: rgba(235, 235, 235, 0.5);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.oneaway-hero-console header {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line-dark);
}

.oneaway-hero-console header i {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--accent);
  font-style: normal;
}

.oneaway-hero-console header i::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 14px var(--accent);
  content: "";
}

.oneaway-console-flow {
  display: grid;
  min-height: 240px;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 12px;
}

.oneaway-console-flow article {
  display: grid;
  min-height: 126px;
  align-content: center;
  padding: 16px;
  border: 1px solid var(--line-dark);
  background: rgba(255, 255, 255, 0.018);
}

.oneaway-console-flow article.is-active {
  color: var(--black);
  border-color: var(--accent);
  background: var(--accent);
}

.oneaway-console-flow small,
.oneaway-console-flow span {
  color: rgba(235, 235, 235, 0.5);
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.oneaway-console-flow article.is-active small,
.oneaway-console-flow article.is-active span {
  color: rgba(13, 13, 13, 0.62);
}

.oneaway-console-flow strong {
  margin: 10px 0 8px;
  font-size: 15px;
  font-weight: 520;
  line-height: 1.2;
}

.oneaway-console-flow > b {
  color: var(--accent);
  font-weight: 400;
}

.oneaway-hero-console footer {
  padding-top: 18px;
  border-top: 1px solid var(--line-dark);
}

.oneaway-hero-console footer span:last-child {
  color: var(--accent);
}

.hero-video button,
.new-model,
.orchestration-map,
.format-grid article,
.proof-stat,
.testimonial-list blockquote,
.price-panel,
.faq-list details,
.application-dialog {
  border-radius: 0;
}

.hero-proof-set img {
  max-width: 116px;
  max-height: 30px;
  filter: grayscale(1) brightness(1.8);
  object-fit: contain;
}

.section--white {
  color: var(--white);
  background: #111;
}

.section--white .section-intro,
.proof-head p,
.testimonial-list footer span,
.faq-list p {
  color: rgba(235, 235, 235, 0.64);
}

.old-way-section {
  background: #111;
}

.old-island,
.old-model__failure,
.format-grid article,
.proof-stat,
.testimonial-list blockquote,
.faq-list details {
  border-color: var(--line-dark);
  background: rgba(255, 255, 255, 0.018);
}

.old-island--marketing {
  box-shadow: inset 3px 0 #666;
}

.section-bridge__fill {
  fill: #111;
}

.section-bridge__line,
.new-model__path,
.format-flow__lines path,
.format-flow__lines circle {
  stroke: var(--accent);
}

.maestro-core {
  border-color: var(--accent);
  background: var(--accent);
}

.proof-section {
  border-block: 1px solid var(--line-dark);
}

.proof-stat strong,
.testimonial-list blockquote::before {
  color: var(--accent);
}

.founder-section {
  min-height: 530px;
  background:
    linear-gradient(90deg, rgba(13,13,13,.98) 0 52%, rgba(13,13,13,.68) 100%),
    repeating-linear-gradient(90deg, transparent 0 54px, rgba(254,84,11,.06) 55px 56px),
    var(--black);
}

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

.founder-signature {
  border-color: var(--line-dark);
}

.founder-signature .white-label-logo {
  min-width: 150px;
  color: var(--white);
  font-size: 18px;
  letter-spacing: -0.06em;
  text-transform: none;
}

.book-section {
  background: var(--accent);
}

.site-footer {
  border-color: var(--line-dark);
  background: var(--black);
}

.application-modal {
  --accent: #fe540b;
}

@media (max-width: 800px) {
  .site-header {
    right: 10px;
    left: 10px;
    border-radius: 0;
  }

  .hero-video {
    box-shadow: 9px 9px 0 rgba(254, 84, 11, 0.08);
  }

  .oneaway-console-flow {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .oneaway-console-flow > b {
    transform: rotate(90deg);
    justify-self: center;
  }

  .oneaway-hero-console footer {
    flex-direction: column;
    align-items: flex-start;
  }
}
