:root {
  --ink: #0a0a0a;
  --paper: #ffffff;
  --paper-bright: #ffffff;
  --muted: #666666;
  --line: rgba(10, 10, 10, .16);
  --orange: #f7931a;
  --orange-dark: #f7931a;
  --night: #0a0a0a;
  --night-2: #171717;
  --max: 1240px;
  --radius: 24px;
  --font: "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font); font-size: 16px; line-height: 1.55; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
section[id] { scroll-margin-top: 110px; }
button { font: inherit; }
.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; left: 12px; top: -100px; z-index: 100; padding: 10px 16px; color: white; background: var(--ink); border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header { position: fixed; z-index: 40; top: 18px; left: 50%; transform: translateX(-50%); width: min(calc(100% - 32px), 1180px); min-height: 66px; display: flex; align-items: center; justify-content: space-between; padding: 10px 12px 10px 18px; background: rgba(255,255,255,.84); border: 1px solid rgba(10,10,10,.12); border-radius: 20px; box-shadow: 0 12px 40px rgba(10,10,10,.08); backdrop-filter: blur(18px); transition: background .25s, box-shadow .25s; }
.site-header.scrolled { background: rgba(255,255,255,.96); box-shadow: 0 12px 40px rgba(10,10,10,.14); }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-weight: 800; font-size: 19px; letter-spacing: -.04em; text-decoration: none; }
.brand img { border-radius: 9px; }
.main-nav { display: flex; align-items: center; gap: 7px; }
.main-nav a { padding: 11px 14px; border-radius: 12px; color: #333333; font-size: 14px; font-weight: 650; text-decoration: none; transition: background .2s, color .2s; }
.main-nav a:hover, .main-nav a:focus-visible { background: rgba(10,10,10,.07); color: var(--ink); outline: none; }
.main-nav .nav-cta { padding-inline: 17px; color: white; background: var(--ink); }
.main-nav .nav-cta:hover, .main-nav .nav-cta:focus-visible { color: var(--ink); background: var(--orange); }
.menu-toggle { display: none; width: 46px; height: 46px; border: 0; border-radius: 12px; background: var(--ink); cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; width: 20px; height: 2px; margin: 4px auto; background: white; transition: transform .2s, opacity .2s; }

.section { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; padding-block: 120px; }
.section-kicker { display: flex; align-items: center; gap: 14px; margin-bottom: 55px; color: var(--muted); font-size: 13px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.section-kicker span { display: grid; place-items: center; width: 32px; height: 32px; color: var(--ink); border: 1px solid var(--line); border-radius: 50%; font-size: 11px; }
.section-kicker.light { color: #a3a3a3; }
.section-kicker.light span { color: white; border-color: rgba(255,255,255,.22); }

.hero { position: relative; min-height: 850px; display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: 45px; width: min(calc(100% - 48px), 1360px); margin-inline: auto; padding: 150px 24px 85px; }
.hero-copy { position: relative; z-index: 2; max-width: 620px; padding-left: clamp(0px, 2vw, 30px); }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 25px; color: #555555; font-size: 12px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.eyebrow span { width: 8px; height: 8px; background: var(--orange); border-radius: 50%; box-shadow: 0 0 0 5px rgba(247,147,26,.14); }
h1, h2, h3, p { text-wrap: pretty; }
h1 { margin: 0; font-size: clamp(54px, 5.6vw, 84px); line-height: .9; letter-spacing: -.065em; font-weight: 800; overflow-wrap: normal; word-break: normal; hyphens: none; }
h1 em, h2 em { color: var(--orange-dark); font-style: normal; }
.hero-lead { max-width: 610px; margin: 35px 0 0; color: #4d4d4d; font-size: clamp(19px, 2vw, 25px); line-height: 1.45; letter-spacing: -.02em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 35px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; padding: 14px 22px; border: 1px solid var(--ink); border-radius: 14px; font-size: 14px; font-weight: 750; text-decoration: none; transition: transform .2s, background .2s, color .2s, box-shadow .2s; }
.button span { font-size: 18px; }
.button:hover, .button:focus-visible { transform: translateY(-2px); outline: none; box-shadow: 0 10px 22px rgba(10,10,10,.12); }
.button-primary { color: white; background: var(--ink); }
.button-primary:hover, .button-primary:focus-visible { color: var(--ink); background: var(--orange); border-color: var(--orange); }
.button-ghost { background: transparent; }
.button-ghost:hover, .button-ghost:focus-visible { background: var(--paper-bright); }
.hero-notes { display: flex; flex-wrap: wrap; gap: 10px 24px; margin: 28px 0 0; padding: 0; list-style: none; color: #666666; font-size: 12px; font-weight: 650; }
.hero-notes li::before { content: "✓"; margin-right: 7px; color: var(--orange-dark); }

.hero-product { position: relative; z-index: 2; perspective: 1200px; }
.product-window { position: relative; width: 100%; padding: 0; overflow: hidden; text-align: left; border: 1px solid rgba(255,255,255,.12); border-radius: 22px; background: #181818; box-shadow: 0 50px 100px rgba(10,10,10,.22), 0 0 0 1px rgba(10,10,10,.22); transform: rotateY(-4deg) rotateX(2deg); cursor: zoom-in; transition: transform .35s ease, box-shadow .35s ease; }
.product-window:hover { transform: rotateY(0) rotateX(0) translateY(-5px); box-shadow: 0 55px 110px rgba(10,10,10,.28); }
.window-bar { height: 36px; display: flex; align-items: center; gap: 6px; padding: 0 13px; color: #8c8c8c; background: #191919; font-size: 9px; }
.window-bar i { width: 7px; height: 7px; border-radius: 50%; background: #595959; }
.window-bar i:first-child { background: var(--orange); }
.window-bar span { margin-inline: auto; transform: translateX(-14px); }
.product-window img { width: 100%; }
.product-halo { position: absolute; z-index: -1; width: 80%; aspect-ratio: 1; right: 3%; top: 4%; border-radius: 50%; background: radial-gradient(circle, rgba(247,147,26,.47), rgba(247,147,26,.06) 45%, transparent 70%); filter: blur(25px); }
.floating-label { position: absolute; z-index: 3; display: flex; align-items: center; gap: 9px; padding: 12px 15px; border: 1px solid rgba(10,10,10,.12); border-radius: 13px; background: rgba(255,255,255,.94); box-shadow: 0 14px 35px rgba(10,10,10,.18); backdrop-filter: blur(10px); font-size: 12px; }
.floating-label b { font-size: 13px; }
.floating-label span { color: var(--muted); }
.label-one { left: -22px; bottom: 9%; }
.label-one { flex-direction: column; align-items: flex-start; gap: 0; }
.label-one b { color: var(--orange-dark); font-size: 21px; }
.label-two { right: -12px; top: 16%; }
.pulse { width: 9px; height: 9px; background: var(--orange); border-radius: 50%; box-shadow: 0 0 0 5px rgba(247,147,26,.14); }
.signal { position: absolute; z-index: 0; border: 1px solid rgba(10,10,10,.07); border-radius: 50%; pointer-events: none; }
.signal::before, .signal::after { content: ""; position: absolute; inset: 13%; border: inherit; border-radius: inherit; }
.signal::after { inset: 28%; }
.signal-a { width: 580px; height: 580px; right: -270px; top: -90px; }
.signal-b { width: 330px; height: 330px; left: -190px; bottom: -80px; }

.ticker { width: 100%; overflow: hidden; contain: paint; color: white; background: var(--ink); transform: rotate(-1.2deg); }
.ticker-track { width: max-content; display: flex; align-items: center; gap: 28px; padding: 16px 0; animation: ticker 30s linear infinite; font-size: 14px; font-weight: 720; letter-spacing: .08em; text-transform: uppercase; }
.ticker-track i { color: var(--orange); font-style: normal; }
@keyframes ticker { to { transform: translateX(-50%); } }

.intro-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(55px, 9vw, 140px); }
.intro-title { position: sticky; top: 130px; align-self: start; }
.intro h2, .story-heading h2, .why-head h2, .one-system h2, .final-cta h2 { margin: 0; font-size: clamp(44px, 6vw, 82px); line-height: .98; letter-spacing: -.06em; }
.intro-title > p { max-width: 520px; margin-top: 28px; color: var(--muted); font-size: 19px; }
.definition { display: grid; grid-template-columns: 55px 1fr; gap: 20px; padding: 34px 0; border-top: 1px solid var(--line); }
.definition:last-child { border-bottom: 1px solid var(--line); }
.definition-number { padding-top: 4px; color: var(--orange-dark); font-size: 12px; font-weight: 800; }
.definition h3 { margin: 0; font-size: clamp(28px, 3vw, 40px); letter-spacing: -.045em; }
.definition p { max-width: 600px; margin: 12px 0 0; color: var(--muted); font-size: 17px; }

.why { color: white; background: var(--night); }
.why-head { display: grid; grid-template-columns: 1.1fr .7fr; align-items: end; gap: 70px; margin-bottom: 80px; }
.why-head p { margin: 0 0 8px; color: #a6a6a6; font-size: 18px; }
.benefit-composition { display: grid; grid-template-columns: 1.2fr .8fr .8fr; grid-auto-rows: minmax(220px, auto); gap: 14px; }
.benefit { position: relative; min-height: 230px; padding: 30px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; background: var(--night-2); }
.benefit-main { grid-row: span 2; min-height: 475px; display: flex; flex-direction: column; }
.benefit-orange { color: var(--ink); background: var(--orange); border-color: var(--orange); }
.benefit-index { display: block; margin-bottom: 55px; color: #777777; font-size: 11px; font-weight: 800; }
.benefit-orange .benefit-index { color: rgba(10,10,10,.55); }
.benefit h3 { max-width: 430px; margin: 0; font-size: clamp(27px, 3vw, 40px); line-height: 1; letter-spacing: -.045em; }
.benefit p { max-width: 510px; margin: 16px 0 0; color: #a8a8a8; }
.benefit-orange p { color: rgba(10,10,10,.72); }
.benefit-orange a { display: inline-block; margin-top: 26px; font-size: 13px; font-weight: 800; }
.server-diagram { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 8px; padding-top: 40px; color: #8c8c8c; font-size: 10px; text-transform: uppercase; }
.server-diagram b { padding: 11px 14px; color: var(--ink); background: var(--orange); border-radius: 9px; font-size: 11px; }
.server-diagram i { flex: 1; height: 1px; background: rgba(255,255,255,.18); }

.story-heading { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 40px; margin-bottom: 110px; }
.story-heading p { max-width: 300px; color: var(--muted); }
.story-row { display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: clamp(45px, 8vw, 110px); margin-block: 125px; }
.story-row.reverse { grid-template-columns: 1.28fr .72fr; }
.story-row.reverse .story-copy { order: 2; }
.story-row.reverse .story-image { order: 1; }
.story-number { margin: 0 0 20px; color: var(--orange-dark); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.story-copy h3 { margin: 0; font-size: clamp(38px, 4.5vw, 64px); line-height: 1; letter-spacing: -.055em; }
.story-copy > p:not(.story-number) { margin: 23px 0; color: var(--muted); font-size: 18px; }
.story-copy ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.story-copy li { padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 13px; font-weight: 700; }
.story-copy li::before { content: "+"; display: inline-block; width: 24px; color: var(--orange-dark); }
.story-image { width: 100%; aspect-ratio: 8 / 5; padding: 0; overflow: hidden; border: 0; border-radius: var(--radius); background: var(--night); box-shadow: 0 32px 70px rgba(10,10,10,.18); cursor: zoom-in; transition: transform .3s, box-shadow .3s; }
.story-image:hover, .story-image:focus-visible { transform: translateY(-7px); box-shadow: 0 42px 85px rgba(10,10,10,.25); outline: 3px solid rgba(247,147,26,.4); outline-offset: 4px; }
.story-image img { width: 100%; height: 100%; object-fit: cover; }
.story-image-contain { background: var(--night); }
.story-image-contain img { object-fit: contain; }

.one-system { color: white; background: var(--night); }
.one-system-inner { text-align: center; }
.one-system .section-kicker { justify-content: center; }
.one-system h2 em { color: #8c8c8c; }
.capability-cloud { max-width: 1000px; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin: 65px auto 0; }
.capability-cloud span { padding: 13px 18px; border: 1px solid rgba(255,255,255,.15); border-radius: 99px; color: #b9b9b9; background: rgba(255,255,255,.035); font-size: 13px; }
.capability-cloud span:nth-child(3n+1) { color: var(--ink); background: var(--orange); border-color: var(--orange); }

.install-grid { display: grid; grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr); gap: clamp(55px, 8vw, 130px); align-items: start; }
.install-intro h2 { margin: 0 0 28px; font-size: clamp(42px, 5vw, 74px); line-height: .98; letter-spacing: -.055em; }
.install-intro > p { color: #575757; font-size: 18px; }
.cost-note { margin-top: 30px; padding: 22px 24px; border-left: 5px solid var(--orange); background: #f4f4f4; }
.install-options { border-top: 1px solid var(--line); }
.install-method { display: grid; grid-template-columns: 44px minmax(0, 1fr) auto; gap: 22px; align-items: start; padding: 30px 0; border-bottom: 1px solid var(--line); }
.install-number { color: var(--orange-dark); font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.install-method h3 { margin: -5px 0 8px; font-size: 26px; letter-spacing: -.035em; }
.install-method p { margin: 0 0 13px; color: #666666; }
.install-method code { display: inline-block; max-width: 100%; padding: 8px 11px; border: 1px solid var(--line); background: #f5f5f5; font-size: 12px; overflow-wrap: anywhere; }
.install-method > a { color: var(--orange-dark); font-size: 13px; font-weight: 800; text-decoration: none; white-space: nowrap; }
.install-method > a:hover { text-decoration: underline; }
.pwa-panel { display: grid; grid-template-columns: 110px minmax(0, 1.2fr) minmax(250px, .8fr); gap: 34px; align-items: center; margin-top: 105px; padding: clamp(28px, 4vw, 55px); border-radius: var(--radius); color: var(--ink); background: var(--orange); box-shadow: 0 30px 70px rgba(0,0,0,.16); }
.pwa-icon { padding: 7px; border-radius: 24px; background: #ffffff; box-shadow: 0 15px 35px rgba(0,0,0,.16); }
.pwa-icon img { width: 96px; height: 96px; border-radius: 18px; }
.pwa-copy .story-number { color: rgba(10,10,10,.7); }
.pwa-copy h3 { margin: 7px 0 13px; font-size: clamp(30px, 3vw, 45px); line-height: 1; letter-spacing: -.05em; }
.pwa-copy p:last-child { margin: 0; }
.pwa-steps { display: grid; gap: 12px; }
.pwa-steps span { display: grid; grid-template-columns: 28px 1fr; gap: 10px; align-items: start; padding-top: 12px; border-top: 1px solid rgba(10,10,10,.25); font-size: 13px; font-weight: 700; }
.pwa-steps b { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; color: var(--orange); background: var(--ink); font-size: 11px; }

.final-cta { min-height: 630px; display: grid; grid-template-columns: .65fr 1.35fr; align-items: center; gap: 80px; }
.cta-logo { display: grid; place-items: center; aspect-ratio: 1; padding: 15%; border: 1px solid var(--line); border-radius: 50%; background: var(--paper-bright); }
.cta-logo img { width: 100%; }
.cta-copy > p:not(.eyebrow) { max-width: 650px; color: var(--muted); font-size: 18px; }

footer { min-height: 150px; display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 30px; padding: 35px max(24px, calc((100vw - var(--max)) / 2)); color: #a6a6a6; background: var(--night); font-size: 12px; }
.footer-brand { color: white; }
.footer-links { display: flex; gap: 18px; }
.footer-links a { color: white; }

.lightbox { width: min(94vw, 1500px); max-width: none; padding: 42px 14px 14px; border: 1px solid rgba(255,255,255,.18); border-radius: 20px; background: var(--night); box-shadow: 0 30px 120px rgba(0,0,0,.6); }
.lightbox::backdrop { background: rgba(0,0,0,.82); backdrop-filter: blur(8px); }
.lightbox img { width: 100%; max-height: 84vh; object-fit: contain; border-radius: 11px; }
.lightbox-close { position: absolute; top: 6px; right: 13px; width: 34px; height: 34px; color: white; border: 0; background: none; font-size: 28px; cursor: pointer; }

.reveal { opacity: 1; transform: none; }
.reveal.is-visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: 0s; }

@media (max-width: 1050px) {
  .hero { min-height: 0; grid-template-columns: 1fr; padding-top: 155px; }
  .hero-copy { max-width: 850px; }
  .hero-product { width: min(880px, 100%); margin: 25px auto 0; }
  .intro-grid, .why-head { grid-template-columns: 1fr; }
  .intro-title { position: static; }
  .benefit-composition { grid-template-columns: 1fr 1fr; }
  .benefit-main { grid-row: auto; grid-column: span 2; min-height: 380px; }
  .story-row, .story-row.reverse { grid-template-columns: 1fr; gap: 45px; }
  .story-row.reverse .story-copy, .story-row.reverse .story-image { order: initial; }
  .story-copy { max-width: 720px; }
  .install-grid { grid-template-columns: 1fr; }
  .install-intro { max-width: 780px; }
  .pwa-panel { grid-template-columns: 90px 1fr; }
  .pwa-steps { grid-column: 1 / -1; grid-template-columns: repeat(3, 1fr); }
  .final-cta { grid-template-columns: 300px 1fr; gap: 45px; }
  footer { grid-template-columns: 1fr auto; }
  footer > p { grid-column: 1 / -1; order: 3; }
}

@media (max-width: 760px) {
  .site-header { top: 10px; width: calc(100% - 20px); }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .main-nav { position: absolute; top: calc(100% + 8px); left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; padding: 10px; border: 1px solid var(--line); border-radius: 17px; background: var(--paper-bright); box-shadow: 0 20px 45px rgba(10,10,10,.18); }
  .main-nav.open { display: flex; }
  .main-nav a { min-height: 46px; }
  .section { width: min(calc(100% - 32px), var(--max)); padding-block: 85px; }
  .hero { width: calc(100% - 20px); padding: 130px 7px 75px; }
  .hero-copy, .hero-product { min-width: 0; }
  h1 { font-size: clamp(46px, 14.5vw, 66px); }
  .hero-lead { font-size: 18px; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; justify-content: space-between; }
  .floating-label { display: none; }
  .product-window { transform: none; border-radius: 14px; }
  .window-bar { height: 28px; }
  .intro-grid { gap: 45px; }
  .definition { grid-template-columns: 38px 1fr; }
  .benefit-composition { grid-template-columns: 1fr; }
  .benefit-main { grid-column: auto; min-height: 390px; }
  .why-head { margin-bottom: 50px; }
  .story-heading { grid-template-columns: 1fr; margin-bottom: 70px; }
  .story-row { margin-block: 85px; }
  .story-image { border-radius: 16px; }
  .install-method { grid-template-columns: 32px minmax(0, 1fr); gap: 15px; }
  .install-method > a { grid-column: 2; }
  .install-method code { font-size: 11px; }
  .pwa-panel { grid-template-columns: 1fr; gap: 24px; margin-top: 70px; border-radius: 20px; }
  .pwa-icon { width: 82px; }
  .pwa-icon img { width: 68px; height: 68px; }
  .pwa-steps { grid-column: auto; grid-template-columns: 1fr; }
  .final-cta { grid-template-columns: 1fr; }
  .cta-logo { width: min(280px, 80vw); margin-inline: auto; }
  footer { grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
