/* The orderly field. Shared visual language for every public nOS page. */
:root {
  --paper: #ffffff;
  --paper-2: #f3f6fa;
  --paper-3: #f3f6fa;
  --ink: #17191d;
  --ink-2: #526071;
  --ink-3: #526071;
  --blue: #0068d9;
  --blue-ink: #005bbb;
  --line: #f3f6fa;
  --line-2: #f3f6fa;
  --wrap: 1200px;
  --r-lg: 24px;
  --r-xl: 32px;
}
::selection {
  background: #cbdfff;
  color: #17191d;
}
body {
  background: var(--paper);
}
h1,
h2,
h3 {
  font-weight: 500;
  letter-spacing: -0.055em;
}
h1 {
  font-size: clamp(52px, 7.5vw, 100px);
}
h2 {
  font-size: clamp(36px, 4.7vw, 64px);
  line-height: 1.04;
}
p {
  letter-spacing: -0.012em;
}
.nav {
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid var(--line-2);
  backdrop-filter: blur(20px);
}
.nav-in {
  max-width: 1440px;
  height: 76px;
  padding: 0 48px;
}
.brand {
  font-size: 25px;
  letter-spacing: -0.06em;
}
.brand svg {
  width: 37px;
  height: 37px;
}
.nav-links {
  gap: 28px;
}
.nav-link,
.nav-login {
  font-size: 13px;
}
.nav-cta {
  font-size: 12px;
  min-height: 36px;
}
.btn {
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
  box-shadow: none;
  font-weight: 500;
  gap: 22px;
}
.btn:hover {
  background: var(--blue);
  border-color: var(--blue);
  transform: translateY(-2px);
}
.btn-lg {
  min-height: 54px;
  padding: 0 27px;
  font-size: 15px;
}
.tlink {
  font-size: 15px;
  font-weight: 500;
  gap: 12px;
}
.actions {
  gap: 30px;
}
.bloom::before,
.bloom::after {
  display: none;
}
.hero {
  padding-top: 155px;
}
.hero .lede {
  max-width: 650px;
}
.hero h1 {
  max-width: 1000px;
}
.eyebrow,
.hero-kicker {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  color: var(--ink-3);
  margin-bottom: 24px;
}
.hero-kicker {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}
.orbit-dot {
  width: 6px;
  height: 6px;
  background: var(--blue);
  border-radius: 50%;
  box-shadow: 0 0 0 4px #0068d910;
}
.horizon-hero {
  padding-top: 143px;
  min-height: 860px;
  background: #ffffff;
  position: relative;
}
.horizon-hero h1 {
  font-size: clamp(58px, 7.9vw, 112px);
  line-height: 0.96;
  letter-spacing: -0.065em;
  font-weight: 500;
}
.horizon-hero h1 em {
  font-style: normal;
  color: #526071;
}
.horizon-hero .lede {
  font-size: 17px;
  line-height: 1.6;
  margin-top: 27px;
}
.horizon-hero .actions {
  margin-top: 26px;
}
.schedule-sculpture {
  height: 365px;
  position: relative;
  perspective: 1100px;
  margin: 14px auto 0;
  max-width: 1000px;
}
.sculpture-grid {
  position: absolute;
  width: 780px;
  height: 440px;
  left: 50%;
  top: 0;
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-template-rows: repeat(6, 1fr);
  gap: 10px;
  transform: translateX(-50%) rotateX(57deg) rotateZ(-20deg);
  transform-style: preserve-3d;
  mask-image: linear-gradient(
    130deg,
    transparent,
    black 15%,
    black 82%,
    transparent
  );
}
.tile {
  display: block;
  border-radius: 11px;
  background: linear-gradient(140deg, #fff, #f3f6fa);
  border: 1px solid #fff;
  box-shadow:
    3px 5px 0 #dce3ed,
    8px 16px 18px #17191d12;
  animation: tile-arrive 1.6s cubic-bezier(0.16, 1, 0.3, 1) both;
  animation-delay: calc(var(--i) * 12ms);
}
.tile-1 {
  background: linear-gradient(145deg, #b4cee9, #dbe8ee);
  box-shadow:
    3px 5px 0 #a2bac9,
    8px 16px 18px #17191d12;
}
.tile-2 {
  background: linear-gradient(145deg, #dce3ed, #f3f6fa);
  box-shadow:
    3px 5px 0 #a5b0be,
    8px 16px 18px #17191d12;
}
.tile:nth-child(14),
.tile:nth-child(32),
.tile:nth-child(41) {
  background: linear-gradient(135deg, #3689ed, #0068d9);
  box-shadow:
    3px 5px 0 #0054b2,
    8px 16px 22px #0068d928;
  transform: translateZ(18px);
}
.tile:nth-child(4n) {
  opacity: 0.62;
}
.sculpture-caption {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  font-size: 10px;
  letter-spacing: 0.04em;
  color: #526071;
}
.film-section {
  padding: 90px 0 96px;
  background: #17191d;
  color: #a5b0be;
}
.section-intro {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 20px 80px;
  align-items: end;
}
.section-intro .eyebrow {
  grid-column: 1/-1;
  color: #a5b0be;
  margin: 0;
}
.section-intro h2 {
  color: #fff;
}
.section-intro h2 span {
  color: #526071;
}
.section-intro > p:last-child {
  font-size: 16px;
  max-width: 370px;
  line-height: 1.7;
}
.film-section .hero-stage {
  margin-top: 48px;
}
.film-section .demo {
  margin-bottom: 0;
}
.film-section .demo-stage {
  border-radius: 20px;
  box-shadow: 0 25px 70px #0005;
}
.film-section .demo-chip {
  color: #dce3ed;
  border-color: #526071;
  background: transparent;
}
.film-section .demo-chip:hover,
.film-section .demo-chip.on {
  background: #17191d;
  color: #fff;
}
.film-section .demo figcaption,
.film-section .demo-note {
  color: #a5b0be;
}
.band {
  padding: 100px 0;
}
.band-line {
  border-color: var(--line);
}
.mid {
  max-width: 760px;
  margin-bottom: 64px;
}
.mid p {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.product-story .split {
  padding: 48px;
  border-radius: 28px;
  background: #ffffff;
  gap: 60px;
  grid-template-columns: 0.8fr 1.2fr;
  border: 1px solid #f3f6fa;
}
.product-story .split + .split {
  margin-top: 24px;
}
.split-t h2,
.split-t h3 {
  font-size: clamp(30px, 3vw, 43px);
  letter-spacing: -0.045em;
}
.split-t p {
  font-size: 16px;
  line-height: 1.7;
}
.win {
  border-radius: 16px;
  box-shadow: 0 12px 40px #17191d0d;
  border-color: #f3f6fa;
}
.rail > div {
  padding: 32px;
}
.rail h3 {
  font-size: 27px;
}
.sys {
  gap: 12px;
}
.sys-i {
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 100px;
  padding: 14px 22px;
}
.sys-i .d {
  width: 5px;
  height: 5px;
}
.close {
  padding: 120px 0;
  background: #f3f6fa;
}
.close h2 {
  font-size: clamp(45px, 6vw, 80px);
  max-width: 900px;
}
.close .lede {
  max-width: 540px;
}
.footer {
  background: #17191d;
}
.page-hero {
  padding-top: 150px;
  padding-bottom: 60px;
}
.page-hero h1 {
  max-width: 980px;
}
.page-hero .lede {
  max-width: 670px;
}
.price-card,
.card {
  border-radius: 24px;
}
.sheet {
  background: #ffffff;
}
.sheet a {
  letter-spacing: -0.03em;
}
a:focus-visible,
button:focus-visible {
  outline: 3px solid #0068d9;
  outline-offset: 5px;
}
@keyframes tile-arrive {
  from {
    opacity: 0;
    translate: 0 -70px;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}
@media (min-width: 1500px) {
  .horizon-hero {
    padding-top: 170px;
    min-height: 940px;
  }
  .schedule-sculpture {
    margin-top: 35px;
  }
}
@media (max-width: 1000px) {
  .nav-in {
    padding: 0 24px;
  }
  .nav-links {
    gap: 16px;
  }
  .product-story .split {
    padding: 30px;
    gap: 30px;
  }
  .section-intro {
    gap: 20px 35px;
  }
  .horizon-hero {
    min-height: 790px;
  }
  .schedule-sculpture {
    height: 320px;
  }
  .sculpture-grid {
    width: 680px;
    height: 390px;
  }
}
@media (max-width: 700px) {
  .nav-in {
    height: 66px;
    padding: 0 20px;
  }
  .brand {
    font-size: 22px;
  }
  .brand svg {
    width: 30px;
    height: 30px;
  }
  .nav-cta {
    padding: 0 16px;
  }
  .horizon-hero {
    padding-top: 116px;
    min-height: 725px;
  }
  .horizon-hero h1 {
    font-size: clamp(53px, 12vw, 80px);
    line-height: 1.01;
  }
  .hero-kicker {
    font-size: 9px;
    letter-spacing: 0.12em;
    margin-bottom: 24px;
  }
  .horizon-hero .lede {
    font-size: 15px;
    max-width: 320px;
  }
  .desktop-break {
    display: none;
  }
  .horizon-hero .actions {
    gap: 23px;
  }
  .btn-lg {
    min-height: 49px;
    font-size: 13px;
    padding: 0 22px;
  }
  .tlink {
    font-size: 13px;
  }
  .schedule-sculpture {
    height: 295px;
    margin-top: 20px;
  }
  .sculpture-grid {
    width: 570px;
    height: 330px;
    gap: 8px;
    top: 0;
    transform: translateX(-50%) rotateX(58deg) rotateZ(-24deg);
  }
  .sculpture-caption {
    font-size: 9px;
    bottom: 22px;
  }
  .section-intro {
    display: block;
  }
  .section-intro .eyebrow {
    margin-bottom: 20px;
  }
  .section-intro > p:last-child {
    margin-top: 22px;
  }
  .film-section,
  .band {
    padding: 64px 0;
  }
  .film-section .hero-stage {
    margin-top: 32px;
  }
  .mid {
    margin-bottom: 32px;
  }
  .product-story .split,
  .product-story .split.rev {
    padding: 24px 18px;
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .product-story .split .split-t {
    order: 0;
  }
  .split-t h2 {
    max-width: 310px;
  }
  .rail > div {
    padding: 24px 0;
  }
  .sys {
    gap: 8px;
  }
  .sys-i {
    padding: 10px 14px;
    font-size: 12px;
  }
  .close {
    padding: 75px 0;
  }
  .page-hero {
    padding-top: 115px;
  }
  .eyebrow {
    font-size: 9px;
  }
  .hero:not(.horizon-hero) {
    padding-top: 120px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .tile {
    animation: none;
  }
  .btn {
    transition: none;
  }
  .sculpture-grid {
    transform: translateX(-50%) rotateX(57deg) rotateZ(-20deg);
  }
}
@media print {
  .schedule-sculpture {
    display: none;
  }
  .horizon-hero {
    min-height: auto;
    padding: 30px 0;
  }
  .film-section {
    background: white;
    color: black;
  }
  .film-section h2 {
    color: black;
  }
  .nav {
    position: static;
  }
  .band,
  .close {
    padding: 25px 0;
  }
  .product-story .split {
    break-inside: avoid;
  }
}
/* A product tour, with one task in view at a time. */
.tour-nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 28px;
}
.tour-nav button {
  border: 0;
  border-bottom: 1px solid #dce3ed;
  padding: 18px 0;
  background: transparent;
  text-align: left;
  font-size: 10px;
  color: #526071;
  cursor: pointer;
  display: flex;
  gap: 14px;
  align-items: baseline;
}
.tour-nav button span {
  font-size: 16px;
  color: #526071;
  letter-spacing: -0.02em;
}
.tour-nav button[aria-selected="true"] {
  border-bottom: 2px solid #17191d;
  color: #0068d9;
}
.tour-nav button[aria-selected="true"] span {
  color: #17191d;
}
.product-story .split[hidden] {
  display: none;
}
.product-story .split {
  min-height: 405px;
}
.product-story .split + .split {
  margin-top: 0;
}
.product-story .mid {
  margin-bottom: 30px;
}
.horizon-hero h1 {
  font-size: clamp(54px, 7.2vw, 100px);
}
.hero-kicker .orbit-dot {
  display: none;
}
.hero-kicker {
  gap: 4px;
}
.section-intro .eyebrow {
  letter-spacing: 0.1em;
}
.product-story .split {
  border: 0;
  background: transparent;
  padding: 20px 0 0;
}
.product-story .split.rev {
  grid-template-columns: 0.8fr 1.2fr;
}
.product-story .split.rev .split-t {
  order: 0;
}
.horizon-hero .schedule-sculpture {
  margin-top: 0;
}
.sculpture-caption {
  bottom: 0;
  background: #ffffffe0;
  width: max-content;
  margin: auto;
  padding: 8px 16px;
  border-radius: 3px;
}
.phead {
  padding: 145px 0 75px;
  text-align: left;
  border-bottom: 1px solid var(--line);
}
.phead h1 {
  max-width: 1000px;
  margin: 0;
  font-size: clamp(48px, 6.3vw, 88px);
}
.phead .lede {
  max-width: 650px;
  margin: 30px 0 0;
  font-size: 18px;
  line-height: 1.65;
}
.phead .actions {
  justify-content: flex-start;
}

.prose {
  max-width: 760px;
}
.prose h2 {
  font-size: 32px;
  margin-top: 50px;
}
.footer .f-h {
  letter-spacing: 0.04em;
}
.band .grid .card {
  background: transparent;
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  padding-top: 30px;
}
@media (max-width: 700px) {
  .tour-nav {
    gap: 12px;
    grid-template-columns: repeat(2, 1fr);
  }
  .tour-nav button {
    padding: 12px 0;
  }
  .tour-nav button span {
    font-size: 13px;
  }
  .product-story .split,
  .product-story .split.rev {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 16px 0 0;
  }
  .horizon-hero h1 {
    font-size: clamp(47px, 10.8vw, 70px);
  }
  .phead {
    padding: 110px 0 50px;
  }
  .phead .lede {
    font-size: 16px;
  }
  .sculpture-caption {
    bottom: 15px;
    font-size: 9px;
  }
  .horizon-hero {
    min-height: 690px;
  }
}
@media print {
  .tour-nav {
    display: none;
  }
  .product-story .split[hidden] {
    display: grid;
  }
}
[data-tour-panel][hidden] {
  display: none !important;
}
.tour-wide {
  padding-top: 20px;
}
.tour-wide > .mid {
  text-align: left;
  margin: 0 0 25px;
  max-width: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
  align-items: end;
}
.tour-wide > .mid h2 {
  font-size: clamp(30px, 3vw, 43px);
}
.tour-wide > .mid p {
  font-size: 16px;
  margin: 0;
  max-width: 450px;
}
.tour-wide .solo {
  max-width: none;
}
.product-story .win {
  background: #fff;
}
.tour-nav:not([role="tablist"]) {
  display: none;
}
@media (max-width: 700px) {
  .tour-wide > .mid {
    display: block;
  }
  .tour-wide > .mid p {
    margin-top: 15px;
  }
  .tour-wide {
    padding-top: 16px;
  }
}
@media print {
  [data-tour-panel][hidden] {
    display: block !important;
  }
}
/* Contrast and keyboard refinements from the rendered accessibility audit. */
:root {
  --ink-4: #526071;
  --green: #187c47;
  --amber: #916004;
}
.f-h,
.f-col > h2,
.f-bot,
.f-bot span {
  color: #a5b0be;
}
.foot,
.footer,
footer {
  --ink-4: #a5b0be;
}
.close .tlink {
  color: #0054b1;
}
.tour-nav button {
  color: #526071;
}
.film-section .demo strong {
  color: #dce3ed;
}
.film-section .demo a {
  color: #9ac7ff;
}
main p a:not(.btn):not(.tlink) {
  text-decoration: underline !important;
  text-underline-offset: 3px;
}
.scene-control {
  display: block;
  margin: 10px 16px 12px auto;
  padding: 5px 8px;
  background: transparent;
  border: 0;
  border-radius: 4px;
  color: #526071;
  font-size: 10px;
  cursor: pointer;
}
.scene-control:hover {
  color: #0054b1;
  background: #f3f6fa;
}
footer.site {
  background: #17191d;
}
footer.site .f-col .f-h,
footer.site .f-col h2,
footer.site .f-bot,
footer.site .f-bot span {
  color: #a5b0be;
}
.film-section .demo-chip time {
  color: #a5b0be;
}
.contact-aside h2,
.form-aside h2,
aside h2 {
  font-size: 34px;
  line-height: 1.1;
}
.ct-side .note-h {
  font-size: 30px;
  line-height: 1.12;
  letter-spacing: -0.045em;
  margin-bottom: 14px;
}
.ct-side .note {
  background: #f3f6fa;
  border-color: #f3f6fa;
}
.ct-submit {
  background: #17191d;
  box-shadow: none;
  border-radius: 999px;
}
.ct-submit:hover {
  background: #0068d9;
}
.close .eyebrow {
  color: #526071;
}

/* Product-led nOS identity. */
.btn{background:var(--blue);border-color:var(--blue)}
.btn:hover{background:#0054b1;border-color:#0054b1}
.horizon-hero{padding-top:128px;min-height:0;padding-bottom:80px;background:#fff}
.horizon-hero h1{font-size:clamp(48px,6.3vw,88px);line-height:1.02}
.horizon-hero h1 em{color:var(--blue)}
.horizon-hero .lede{margin-top:20px;font-size:18px}
.horizon-hero .hero-stage{margin:48px auto 0;max-width:1200px}
.horizon-hero .demo{box-shadow:0 24px 80px #16345a18;border-radius:20px}
.product-story{background:#f5f7fb}
.product-story .mid{margin-bottom:32px}
.product-story .mid>p{font-size:12px;margin-top:14px}
.product-story [data-tour-panel]{padding:28px 0 0;border:0;background:transparent;min-height:0}
.product-story .split,.product-story .split.rev{grid-template-columns:1fr;gap:24px}
.product-story .split-t{text-align:center;max-width:none}
.product-story [data-tour-panel] h2{font-size:26px;line-height:1.2}
.product-story .win{width:100%;max-width:1100px;margin:auto}
.product-story .solo{max-width:1100px}
.product-story .split.rev .split-t{order:0}
.product-story .split.rev>.win{order:1}
.compact-links{display:flex;gap:32px;justify-content:center;flex-wrap:wrap;margin-top:48px;font-size:15px;color:var(--blue)}
.close{background:#f0f6ff;padding:90px 0}
.close h2{color:#17191d}
@media(max-width:700px){.horizon-hero{padding-top:110px;padding-bottom:48px}.horizon-hero .hero-stage{margin-top:32px}.horizon-hero h1{font-size:clamp(42px,10.5vw,65px)}.product-story [data-tour-panel]{padding-top:20px}.product-story .split,.product-story .split.rev{padding:20px 0 0}.compact-links{gap:20px}.close{padding:64px 0}}
@media(max-width:560px){
  .sys{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .sys-i{padding:12px;font-size:12px}
  .demo-chapters{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 10px}
  .demo-chip{font-size:11px;padding:10px 2px;min-height:44px}
  .win-ai .thr> :nth-last-child(n+3){display:none}
}
