:root {
  color-scheme: dark;
  --bg: #030507;
  --surface: #09101a;
  --surface-raised: #0d1724;
  --ink: #f7f9fc;
  --muted: #99a6b8;
  --line: #243247;
  --line-soft: rgba(153, 166, 184, 0.2);
  --blue: #4385ff;
  --cyan: #61e6ff;
  --dawn: #b9d8ff;
  --paper: #f7f9fc;
  --paper-ink: #0a0d12;
  --paper-muted: #5d6673;
  --paper-line: #d5dbe3;
  --header-height: 82px;
  --radius: 8px;
  --shell: 1240px;
  font-family: Inter, "Helvetica Neue", Arial, "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

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

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--ink);
  text-rendering: optimizeLegibility;
}

body.nav-open {
  overflow: hidden;
}

button,
input,
textarea,
select {
  font: inherit;
}

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

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

img,
svg,
canvas {
  display: block;
}

.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;
}

.site-shell {
  width: min(var(--shell), calc(100% - 64px));
  margin-inline: auto;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--header-height);
  padding: 13px max(32px, calc((100vw - var(--shell)) / 2));
  border-bottom: 1px solid transparent;
  background: rgba(3, 5, 7, 0.26);
  backdrop-filter: blur(16px);
  transition: background 220ms ease, border-color 220ms ease;
}

.site-header.is-scrolled {
  border-color: rgba(153, 166, 184, 0.16);
  background: rgba(3, 5, 7, 0.88);
}

.brand-lockup {
  display: grid;
  gap: 2px;
  width: 240px;
  flex: 0 0 240px;
}

.brand-lockup img {
  width: 100%;
  height: auto;
}

.brand-lockup span {
  justify-self: end;
  color: rgba(247, 249, 252, 0.55);
  font-size: 9px;
  line-height: 1;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 25px;
  min-height: 44px;
  color: rgba(247, 249, 252, 0.72);
  font-size: 13px;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  white-space: nowrap;
  transition: color 180ms ease;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--ink);
}

.site-nav a[aria-current="page"]::after {
  content: "";
  width: 4px;
  height: 4px;
  margin-left: 7px;
  border-radius: 50%;
  background: var(--cyan);
}

.site-nav .nav-contact {
  min-height: 40px;
  padding: 0 15px;
  border: 1px solid rgba(247, 249, 252, 0.4);
  border-radius: var(--radius);
  color: var(--ink);
}

.site-nav .language-link {
  color: var(--cyan);
}

.menu-toggle {
  display: none;
  position: relative;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(247, 249, 252, 0.25);
  border-radius: var(--radius);
  background: transparent;
  color: var(--ink);
}

.menu-toggle > span:not(.sr-only) {
  position: absolute;
  left: 12px;
  width: 16px;
  height: 1px;
  background: currentColor;
  transition: transform 180ms ease, top 180ms ease;
}

.menu-toggle > span:first-child {
  top: 16px;
}

.menu-toggle > span:nth-child(2) {
  top: 24px;
}

.nav-open .menu-toggle > span:first-child {
  top: 20px;
  transform: rotate(45deg);
}

.nav-open .menu-toggle > span:nth-child(2) {
  top: 20px;
  transform: rotate(-45deg);
}

.hero {
  position: relative;
  min-height: 92svh;
  overflow: hidden;
  background: var(--bg);
}

.hero-home {
  padding-top: var(--header-height);
}

.horizon-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.beam {
  position: absolute;
  top: -22%;
  width: 56%;
  height: 82%;
  opacity: 0;
  pointer-events: none;
  filter: blur(38px);
  will-change: opacity, transform;
}

.beam-left {
  left: -20%;
  transform: rotate(20deg);
  background: radial-gradient(ellipse at 20% 20%, rgba(160, 205, 255, 0.52), rgba(70, 135, 235, 0.2) 44%, transparent 76%);
}

.beam-right {
  right: -23%;
  transform: rotate(-20deg);
  background: radial-gradient(ellipse at 80% 18%, rgba(97, 230, 255, 0.32), rgba(67, 133, 255, 0.17) 46%, transparent 76%);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(500px, 1fr) minmax(440px, 1fr);
  gap: 34px;
  align-items: center;
  min-height: calc(92svh - var(--header-height));
  padding-top: 58px;
  padding-bottom: 100px;
}

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

.eyebrow,
.section-label {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}

.eyebrow {
  color: var(--cyan);
}

.hero h1 {
  margin: 24px 0 0;
  color: var(--ink);
  font-size: 72px;
  font-weight: 680;
  line-height: 1.02;
  letter-spacing: 0;
}

.hero h1 span {
  background: linear-gradient(180deg, #ffffff 10%, #97a4b7 96%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-lead {
  max-width: 650px;
  margin: 28px 0 0;
  color: #bcc5d1;
  font-size: 18px;
  line-height: 1.9;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 0;
  border-radius: var(--radius);
  font-size: 14px;
  font-weight: 680;
  line-height: 1;
  cursor: pointer;
  transition: transform 180ms ease, filter 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button:focus-visible,
.text-link:focus-visible,
.site-nav a:focus-visible,
.menu-toggle:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 4px;
}

.button-primary {
  background: linear-gradient(110deg, var(--blue), var(--cyan));
  color: #03101a;
  box-shadow: 0 14px 40px rgba(67, 133, 255, 0.22);
}

.button-primary:hover {
  filter: brightness(1.08);
}

.button-dark {
  background: var(--paper-ink);
  color: var(--paper);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  color: var(--ink);
  font-size: 14px;
}

.text-link span {
  color: var(--cyan);
  transition: transform 180ms ease;
}

.text-link:hover span {
  transform: translateX(4px);
}

.dark-text {
  color: var(--paper-ink);
}

.operation-scene {
  position: relative;
  min-height: 520px;
}

.scene-core {
  position: absolute;
  left: 47%;
  top: 43%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 176px;
  height: 176px;
  border: 1px solid rgba(97, 230, 255, 0.45);
  border-radius: 50%;
  background: rgba(5, 12, 20, 0.72);
  box-shadow: inset 0 0 34px rgba(67, 133, 255, 0.16), 0 0 70px rgba(67, 133, 255, 0.12);
  transform: translate(-50%, -50%);
  backdrop-filter: blur(10px);
}

.scene-core::before,
.scene-core::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(185, 216, 255, 0.16);
}

.scene-core::before {
  inset: -21px;
  border-left-color: var(--cyan);
}

.scene-core::after {
  inset: -43px;
  border-right-color: rgba(67, 133, 255, 0.72);
}

.core-state {
  position: absolute;
  top: 31px;
  color: var(--cyan);
  font-size: 9px;
}

.scene-core strong {
  font-size: 26px;
  font-weight: 610;
}

.scene-core small {
  margin-top: 6px;
  color: var(--muted);
  font-size: 9px;
}

.scene-label,
.scene-output {
  position: absolute;
  z-index: 3;
  min-width: 76px;
  color: rgba(247, 249, 252, 0.76);
  font-size: 11px;
  line-height: 1;
}

.scene-label::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--dawn);
  box-shadow: 0 0 14px var(--dawn);
}

.label-doc { left: 2%; top: 23%; }
.label-sheet { left: 6%; top: 54%; }
.label-record { left: 16%; top: 75%; }

.scene-output {
  display: flex;
  align-items: center;
  gap: 9px;
}

.scene-output i {
  width: 7px;
  height: 7px;
  border: 1px solid var(--cyan);
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(97, 230, 255, 0.7);
}

.output-search { right: 8%; top: 16%; }
.output-sheet { right: 0; top: 39%; }
.output-notify { right: 7%; top: 63%; }
.output-approval { right: 18%; top: 82%; }

.hero-status {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: 26px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(247, 249, 252, 0.48);
  font-size: 9px;
  transform: translateX(-50%);
}

.hero-status i {
  width: 34px;
  height: 1px;
  background: rgba(153, 166, 184, 0.3);
}

.light-band {
  background: var(--paper);
  color: var(--paper-ink);
}

.dark-band {
  background: var(--bg);
  color: var(--ink);
}

.statement-band {
  padding: 128px 0 0;
}

.statement-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 64px;
  align-items: start;
}

.section-label {
  color: #536070;
}

.dark-band .section-label,
.contact-band .section-label {
  color: var(--cyan);
}

.statement-layout h2,
.section-heading h2,
.case-copy h2,
.studio-teaser h2,
.contact-band h2,
.page-hero h1 {
  margin: 0;
  font-size: 56px;
  font-weight: 610;
  line-height: 1.12;
  letter-spacing: 0;
}

.statement-layout > div > p {
  max-width: 720px;
  margin: 28px 0 0;
  color: var(--paper-muted);
  font-size: 18px;
  line-height: 1.9;
}

.capability-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 84px;
  border-top: 1px solid var(--paper-line);
}

.capability-row article {
  min-height: 270px;
  padding: 28px 24px 52px;
  border-right: 1px solid var(--paper-line);
}

.capability-row article:first-child {
  border-left: 1px solid var(--paper-line);
}

.capability-row span {
  color: #667180;
  font-size: 11px;
}

.capability-row h3 {
  margin: 68px 0 0;
  font-size: 23px;
  font-weight: 610;
}

.capability-row p {
  margin: 16px 0 0;
  color: var(--paper-muted);
  font-size: 14px;
  line-height: 1.8;
}

.workbench-band {
  padding: 140px 0 100px;
  overflow: hidden;
}

.section-heading {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 64px;
}

.section-heading h2 {
  grid-column: 2;
}

.section-heading > p:last-child {
  grid-column: 2;
  max-width: 760px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.9;
}

.product-stage {
  position: relative;
  min-height: 730px;
  margin-top: 76px;
  perspective: 1600px;
}

.desktop-product {
  position: absolute;
  inset: 0 94px 0 0;
  overflow: hidden;
  border: 1px solid rgba(185, 216, 255, 0.2);
  border-radius: var(--radius);
  background: #070b11;
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.7), 0 0 100px rgba(67, 133, 255, 0.1);
  transform: rotateX(1.5deg) rotateY(-2deg);
  transform-origin: center;
  will-change: transform;
}

.product-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 62px;
  padding: 0 20px;
  border-bottom: 1px solid rgba(153, 166, 184, 0.15);
}

.product-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #dbe3ef;
  font-size: 11px;
}

.product-brand span {
  width: 10px;
  height: 10px;
  border: 2px solid var(--cyan);
  border-radius: 50%;
}

.product-user {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #172334;
  color: #dbe3ef;
  font-size: 10px;
}

.product-body {
  display: grid;
  grid-template-columns: 184px minmax(0, 1fr);
  min-height: 666px;
}

.product-sidebar {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 28px 14px;
  border-right: 1px solid rgba(153, 166, 184, 0.14);
  background: #080d14;
}

.product-sidebar b {
  margin: 0 10px 18px;
  color: #637086;
  font-size: 9px;
  font-weight: 600;
}

.product-sidebar a {
  display: flex;
  align-items: center;
  min-height: 38px;
  padding: 0 10px;
  border-radius: 5px;
  color: #7f8b9d;
  font-size: 11px;
}

.product-sidebar a.active {
  background: #101a28;
  color: #eff5ff;
}

.product-main {
  padding: 38px;
  background:
    linear-gradient(rgba(97, 230, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(97, 230, 255, 0.025) 1px, transparent 1px),
    #070b11;
  background-size: 46px 46px;
}

.product-title-row {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 22px;
}

.product-title-row small,
.approval-panel small {
  color: #718099;
  font-size: 9px;
}

.product-title-row h3 {
  margin: 7px 0 0;
  font-size: 25px;
  font-weight: 560;
}

.live-status {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(97, 230, 255, 0.24);
  border-radius: 999px;
  color: #9eacc0;
  font-size: 9px;
}

.live-status i {
  width: 5px;
  height: 5px;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 10px var(--cyan);
}

.task-flow {
  display: grid;
  grid-template-columns: minmax(210px, 1.2fr) repeat(3, minmax(100px, 0.7fr));
  gap: 10px;
  margin-top: 38px;
}

.task-source,
.task-route,
.approval-panel {
  min-height: 128px;
  padding: 16px;
  border: 1px solid rgba(153, 166, 184, 0.15);
  border-radius: var(--radius);
  background: rgba(13, 23, 36, 0.82);
}

.task-source {
  display: flex;
  flex-direction: column;
}

.task-source small {
  color: var(--cyan);
  font-size: 8px;
}

.task-source strong {
  margin-top: 22px;
  color: #eaf0f9;
  font-size: 13px;
  font-weight: 560;
}

.task-source span {
  margin-top: auto;
  color: #69768a;
  font-size: 9px;
}

.task-route {
  position: relative;
  display: flex;
  flex-direction: column;
}

.task-route span {
  color: #66758b;
  font-size: 9px;
}

.task-route b {
  margin-top: 25px;
  font-size: 11px;
  font-weight: 520;
}

.task-route i {
  width: 6px;
  height: 6px;
  margin-top: auto;
  border-radius: 50%;
  background: #4f80ce;
}

.task-route.current {
  border-color: rgba(97, 230, 255, 0.42);
  background: rgba(42, 105, 168, 0.13);
}

.task-route.current i {
  background: var(--cyan);
  box-shadow: 0 0 13px var(--cyan);
}

.product-panels {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 12px;
  margin-top: 14px;
}

.activity-panel {
  border-top: 1px solid rgba(153, 166, 184, 0.16);
}

.activity-panel > div {
  display: grid;
  grid-template-columns: 38px 1fr auto;
  gap: 14px;
  align-items: center;
  min-height: 88px;
  border-bottom: 1px solid rgba(153, 166, 184, 0.12);
}

.file-icon {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 5px;
  background: rgba(97, 230, 255, 0.12);
  color: var(--cyan);
  font-size: 8px;
}

.file-icon.blue {
  background: rgba(67, 133, 255, 0.12);
  color: #8eb4ff;
}

.activity-panel p {
  display: grid;
  gap: 6px;
  margin: 0;
}

.activity-panel b {
  font-size: 11px;
  font-weight: 540;
}

.activity-panel small,
.activity-panel time {
  color: #718099;
  font-size: 9px;
}

.approval-panel {
  display: flex;
  flex-direction: column;
  min-height: 192px;
}

.approval-panel strong {
  margin-top: 28px;
  font-size: 14px;
  font-weight: 560;
}

.approval-panel p {
  margin: 8px 0 0;
  color: #7f8da1;
  font-size: 10px;
  line-height: 1.6;
}

.approval-panel button,
.mobile-product button {
  min-height: 36px;
  margin-top: auto;
  border: 0;
  border-radius: 5px;
  background: linear-gradient(110deg, var(--blue), var(--cyan));
  color: #03101a;
  font-size: 10px;
  font-weight: 700;
}

.mobile-product {
  position: absolute;
  right: 0;
  bottom: -28px;
  z-index: 4;
  display: flex;
  flex-direction: column;
  width: 250px;
  height: 490px;
  padding: 18px;
  border: 1px solid rgba(185, 216, 255, 0.28);
  border-radius: 26px;
  background: #0a111b;
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.75), 0 0 70px rgba(67, 133, 255, 0.16);
  transform: rotate(2deg);
}

.phone-status {
  display: flex;
  justify-content: space-between;
  color: #8b98aa;
  font-size: 8px;
}

.phone-heading {
  display: grid;
  gap: 8px;
  margin-top: 42px;
}

.phone-heading small {
  color: var(--cyan);
  font-size: 8px;
}

.phone-heading strong {
  font-size: 18px;
  font-weight: 560;
}

.phone-message {
  margin-top: 28px;
  padding: 14px;
  border-radius: var(--radius) var(--radius) 2px var(--radius);
  background: #172234;
  color: #dfe7f2;
  font-size: 11px;
  line-height: 1.7;
}

.phone-progress {
  display: grid;
  grid-template-columns: 12px 1fr;
  gap: 10px;
  align-items: start;
  margin-top: 20px;
  padding: 14px 0;
  border-top: 1px solid rgba(153, 166, 184, 0.14);
  border-bottom: 1px solid rgba(153, 166, 184, 0.14);
}

.phone-progress i {
  width: 7px;
  height: 7px;
  margin-top: 4px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 12px var(--cyan);
}

.phone-progress div {
  display: grid;
  gap: 7px;
}

.phone-progress b {
  font-size: 11px;
}

.phone-progress span {
  color: #7c899c;
  font-size: 9px;
  line-height: 1.5;
}

.product-note {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 56px;
  color: #78869a;
  font-size: 11px;
}

.product-note a {
  color: var(--cyan);
}

.case-home {
  padding: 136px 0;
}

.case-home-grid {
  display: grid;
  grid-template-columns: 0.6fr 1.4fr;
  gap: 64px;
}

.case-index {
  display: flex;
  min-height: 530px;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 36px;
  border-right: 1px solid var(--paper-line);
}

.case-index > span {
  color: #687483;
  font-size: 11px;
}

.case-copy {
  max-width: 760px;
  padding-top: 2px;
}

.case-type {
  margin: 0;
  color: #315eab;
  font-size: 12px;
  font-weight: 700;
}

.case-copy h2 {
  margin-top: 28px;
}

.case-copy h3 {
  max-width: 680px;
  margin: 40px 0 0;
  font-size: 30px;
  font-weight: 560;
  line-height: 1.45;
}

.case-copy > p:not(.case-type) {
  max-width: 700px;
  margin: 24px 0 0;
  color: var(--paper-muted);
  font-size: 16px;
  line-height: 1.9;
}

.case-results {
  display: flex;
  flex-wrap: wrap;
  margin: 34px 0;
  border-top: 1px solid var(--paper-line);
  border-bottom: 1px solid var(--paper-line);
}

.case-results span {
  flex: 1 1 150px;
  padding: 17px 14px;
  border-right: 1px solid var(--paper-line);
  color: #46515f;
  font-size: 11px;
  text-align: center;
}

.case-results span:last-child {
  border-right: 0;
}

.delivery-band {
  padding: 136px 0;
}

.delivery-list {
  margin-top: 74px;
  border-top: 1px solid var(--line-soft);
}

.delivery-list a {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) minmax(260px, 0.7fr) 40px;
  gap: 32px;
  align-items: center;
  min-height: 132px;
  border-bottom: 1px solid var(--line-soft);
  transition: background 180ms ease, padding 180ms ease;
}

.delivery-list a:hover {
  padding-inline: 18px;
  background: rgba(97, 230, 255, 0.035);
}

.delivery-list span {
  color: var(--cyan);
  font-size: 11px;
}

.delivery-list h3 {
  margin: 0;
  font-size: 26px;
  font-weight: 560;
}

.delivery-list p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.delivery-list i {
  color: var(--cyan);
  font-size: 20px;
  font-style: normal;
  text-align: right;
}

.download-row {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) minmax(260px, 0.7fr) 90px;
  gap: 32px;
  align-items: center;
  min-height: 118px;
  border-bottom: 1px solid var(--line-soft);
}

.download-row span {
  color: var(--cyan);
  font-size: 11px;
}

.download-row h3,
.download-row p {
  margin: 0;
}

.download-row h3 {
  font-size: 24px;
  font-weight: 560;
}

.download-row p {
  color: var(--muted);
  font-size: 13px;
}

.download-row b {
  color: #8090a5;
  font-size: 11px;
  font-weight: 520;
  text-align: right;
}

.studio-teaser {
  padding: 130px 0;
}

.studio-teaser-grid {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 64px;
}

.studio-teaser h2 {
  margin: 0;
}

.studio-teaser p:not(.section-label) {
  max-width: 720px;
  margin: 28px 0 24px;
  color: var(--paper-muted);
  font-size: 17px;
  line-height: 1.9;
}

.contact-band {
  padding: 128px 0;
  border-top: 1px solid var(--line-soft);
  background:
    radial-gradient(ellipse at 90% 50%, rgba(67, 133, 255, 0.16), transparent 42%),
    var(--bg);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 96px;
  align-items: end;
}

.contact-grid h2 {
  margin-top: 24px;
}

.contact-grid > div:last-child > p {
  max-width: 520px;
  margin: 0 0 30px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.9;
}

.site-footer {
  border-top: 1px solid var(--line-soft);
  background: #020304;
}

.footer-grid {
  display: grid;
  grid-template-columns: 280px 1fr 320px;
  gap: 62px;
  padding-top: 62px;
  padding-bottom: 54px;
}

.footer-brand {
  display: grid;
  align-content: start;
  gap: 4px;
}

.footer-brand img {
  width: 240px;
}

.footer-brand span {
  justify-self: end;
  color: #667386;
  font-size: 9px;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(110px, 1fr));
  align-content: start;
  gap: 14px 24px;
  color: #9ca8b9;
  font-size: 12px;
}

.footer-meta {
  display: grid;
  align-content: start;
  justify-items: end;
  gap: 13px;
  color: #778497;
  font-size: 10px;
  text-align: right;
}

.footer-meta a {
  color: #c4cedb;
  font-size: 12px;
}

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

.js .reveal {
  opacity: 0;
  transform: translateY(28px);
}

.reduced-motion .reveal {
  opacity: 1;
  transform: none;
}

/* Shared interior pages */
.page-main {
  padding-top: var(--header-height);
}

.page-hero {
  position: relative;
  display: flex;
  min-height: 620px;
  align-items: end;
  overflow: hidden;
  padding: 110px 0 86px;
  border-bottom: 1px solid var(--line-soft);
  background: #030507;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: -30% -20% auto 30%;
  height: 560px;
  background: radial-gradient(ellipse, rgba(67, 133, 255, 0.2), rgba(97, 230, 255, 0.07) 42%, transparent 72%);
  filter: blur(45px);
  pointer-events: none;
}

.page-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 64px;
  align-items: end;
}

.page-hero .section-label {
  color: var(--cyan);
}

.page-hero h1 {
  font-size: 68px;
}

.page-hero p:not(.section-label) {
  max-width: 720px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.9;
}

.content-band {
  padding: 120px 0;
}

.content-band + .content-band {
  border-top: 1px solid var(--line-soft);
}

.content-band.light-band + .content-band.light-band {
  border-top-color: var(--paper-line);
}

.content-heading {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 64px;
  margin-bottom: 64px;
}

.content-heading h2 {
  margin: 0;
  font-size: 46px;
  font-weight: 600;
  line-height: 1.2;
}

.content-heading p:not(.section-label) {
  max-width: 720px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.9;
}

.light-band .content-heading p:not(.section-label) {
  color: var(--paper-muted);
}

.process-list {
  border-top: 1px solid var(--line-soft);
}

.process-item {
  display: grid;
  grid-template-columns: 130px 0.8fr 1.2fr;
  gap: 42px;
  min-height: 220px;
  padding: 38px 0;
  border-bottom: 1px solid var(--line-soft);
}

.process-item > span {
  color: var(--cyan);
  font-size: 12px;
}

.process-item h3 {
  margin: 0;
  font-size: 26px;
  font-weight: 560;
}

.process-item p {
  margin: 0;
  color: var(--muted);
  line-height: 1.9;
}

.deliverables {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.deliverables span {
  padding: 7px 9px;
  border: 1px solid var(--line-soft);
  border-radius: 4px;
  color: #aab5c4;
  font-size: 10px;
}

.feature-table {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--paper-line);
  border-left: 1px solid var(--paper-line);
}

.feature-table article {
  min-height: 220px;
  padding: 30px;
  border-right: 1px solid var(--paper-line);
  border-bottom: 1px solid var(--paper-line);
}

.feature-table span {
  color: #315eab;
  font-size: 11px;
  font-weight: 700;
}

.feature-table h3 {
  margin: 48px 0 0;
  font-size: 23px;
  font-weight: 600;
}

.feature-table p {
  margin: 14px 0 0;
  color: var(--paper-muted);
  font-size: 14px;
  line-height: 1.8;
}

.roadmap-line {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line-soft);
}

.roadmap-line article {
  min-height: 240px;
  padding: 28px 22px;
  border-right: 1px solid var(--line-soft);
}

.roadmap-line article:first-child {
  border-left: 1px solid var(--line-soft);
}

.roadmap-line span {
  color: var(--cyan);
  font-size: 10px;
}

.roadmap-line h3 {
  margin: 64px 0 0;
  font-size: 20px;
  font-weight: 560;
}

.roadmap-line p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
}

.company-table {
  border-top: 1px solid var(--paper-line);
}

.company-row {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 32px;
  padding: 23px 0;
  border-bottom: 1px solid var(--paper-line);
}

.company-row dt {
  color: #66717f;
  font-size: 12px;
}

.company-row dd {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
}

.contact-form {
  display: grid;
  gap: 24px;
  max-width: 760px;
}

.field {
  display: grid;
  gap: 10px;
}

.field label {
  color: #3c4754;
  font-size: 12px;
  font-weight: 600;
}

.field input,
.field textarea,
.field select {
  width: 100%;
  border: 1px solid var(--paper-line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--paper-ink);
}

.field input,
.field select {
  min-height: 52px;
  padding: 0 14px;
}

.field textarea {
  min-height: 180px;
  padding: 14px;
  resize: vertical;
}

.form-note {
  margin: 0;
  color: var(--paper-muted);
  font-size: 12px;
  line-height: 1.7;
}

.contact-direct {
  display: grid;
  gap: 10px;
  margin-top: 50px;
  padding-top: 28px;
  border-top: 1px solid var(--paper-line);
  color: var(--paper-muted);
  font-size: 13px;
}

.contact-direct a {
  color: var(--paper-ink);
  font-size: 18px;
}

.policy-copy {
  max-width: 860px;
}

.policy-copy > p {
  margin: 0 0 38px;
  color: var(--paper-muted);
  font-size: 15px;
  line-height: 1.95;
}

.policy-copy h2 {
  margin: 56px 0 14px;
  font-size: 22px;
  font-weight: 620;
}

.policy-copy a {
  color: #2454a4;
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (max-width: 1120px) {
  .site-nav {
    gap: 15px;
  }

  .brand-lockup {
    width: 205px;
    flex-basis: 205px;
  }

  .hero-grid {
    grid-template-columns: minmax(390px, 0.9fr) minmax(370px, 1.1fr);
    gap: 24px;
  }

  .hero h1 {
    font-size: 66px;
  }

  .operation-scene {
    min-height: 470px;
  }

  .desktop-product {
    right: 58px;
  }

  .product-main {
    padding: 28px;
  }

  .task-flow {
    grid-template-columns: minmax(180px, 1fr) repeat(3, minmax(86px, 0.6fr));
  }

  .footer-grid {
    grid-template-columns: 250px 1fr 280px;
    gap: 34px;
  }
}

@media (max-width: 900px) {
  :root {
    --header-height: 72px;
  }

  .site-shell {
    width: min(100% - 40px, 720px);
  }

  .site-header {
    padding-inline: 20px;
  }

  .brand-lockup {
    width: 190px;
    flex-basis: 190px;
  }

  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    inset: var(--header-height) 0 0;
    display: grid;
    grid-auto-rows: min-content;
    align-content: start;
    gap: 0;
    padding: 28px 20px;
    background: rgba(3, 5, 7, 0.98);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

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

  .site-nav a,
  .site-nav .nav-contact {
    min-height: 58px;
    padding: 0;
    border: 0;
    border-bottom: 1px solid var(--line-soft);
    border-radius: 0;
    font-size: 16px;
  }

  .hero {
    min-height: auto;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 82px;
    padding-bottom: 120px;
  }

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

  .hero h1 {
    font-size: 64px;
  }

  .operation-scene {
    min-height: 440px;
  }

  .hero-status {
    position: relative;
    left: auto;
    bottom: auto;
    justify-content: center;
    padding-bottom: 28px;
    transform: none;
  }

  .statement-layout,
  .section-heading,
  .studio-teaser-grid,
  .page-hero-inner,
  .content-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .section-heading h2,
  .section-heading > p:last-child {
    grid-column: 1;
  }

  .capability-row,
  .roadmap-line {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .capability-row article:nth-child(3),
  .roadmap-line article:nth-child(3) {
    border-left: 1px solid var(--paper-line);
  }

  .dark-band .roadmap-line article:nth-child(3) {
    border-left-color: var(--line-soft);
  }

  .product-stage {
    min-height: 680px;
  }

  .desktop-product {
    right: 0;
  }

  .product-body {
    grid-template-columns: 140px minmax(0, 1fr);
  }

  .task-flow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .task-source {
    grid-column: 1 / -1;
    min-height: 92px;
  }

  .product-panels {
    grid-template-columns: 1fr;
  }

  .approval-panel {
    display: none;
  }

  .mobile-product {
    right: 20px;
    width: 220px;
    height: 430px;
  }

  .case-home-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .case-index {
    min-height: auto;
    padding: 0 0 24px;
    border-right: 0;
    border-bottom: 1px solid var(--paper-line);
  }

  .case-index > span {
    margin-top: 34px;
  }

  .delivery-list a {
    grid-template-columns: 130px minmax(0, 1fr) 32px;
  }

  .download-row {
    grid-template-columns: 130px minmax(0, 1fr) 90px;
  }

  .download-row p {
    display: none;
  }

  .delivery-list p {
    display: none;
  }

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

  .footer-meta {
    grid-column: 1 / -1;
    justify-items: start;
    text-align: left;
  }

  .page-hero {
    min-height: 540px;
  }

  .page-hero h1 {
    font-size: 56px;
  }

  .process-item {
    grid-template-columns: 80px 0.8fr 1.2fr;
    gap: 24px;
  }
}

@media (max-width: 640px) {
  .site-shell {
    width: calc(100% - 32px);
  }

  .brand-lockup {
    width: 168px;
    flex-basis: 168px;
  }

  .hero-grid {
    padding-top: 62px;
    padding-bottom: 72px;
  }

  .hero h1 {
    font-size: 46px;
    line-height: 1.1;
  }

  .hero-lead {
    font-size: 16px;
  }

  .hero-actions {
    align-items: stretch;
    gap: 10px;
  }

  .button,
  .hero-actions .text-link {
    width: 100%;
  }

  .hero-actions .text-link {
    justify-content: center;
  }

  .operation-scene {
    min-height: 360px;
  }

  .scene-core {
    left: 50%;
    width: 132px;
    height: 132px;
  }

  .scene-core strong {
    font-size: 20px;
  }

  .scene-core::before { inset: -16px; }
  .scene-core::after { inset: -31px; }
  .core-state { top: 22px; }
  .label-doc { left: 0; top: 18%; }
  .label-sheet { left: 0; top: 50%; }
  .label-record { left: 4%; top: 78%; }
  .output-search { right: 0; top: 16%; }
  .output-sheet { right: -2%; top: 42%; }
  .output-notify { right: 0; top: 66%; }
  .output-approval { right: 4%; top: 84%; }

  .hero-status {
    display: none;
  }

  .statement-band,
  .content-band {
    padding: 86px 0;
  }

  .statement-layout h2,
  .section-heading h2,
  .case-copy h2,
  .studio-teaser h2,
  .contact-band h2,
  .page-hero h1 {
    font-size: 38px;
  }

  .statement-layout > div > p,
  .section-heading > p:last-child,
  .studio-teaser p:not(.section-label) {
    font-size: 15px;
  }

  .capability-row,
  .roadmap-line,
  .feature-table {
    grid-template-columns: 1fr;
  }

  .capability-row article,
  .capability-row article:first-child,
  .capability-row article:nth-child(3),
  .roadmap-line article,
  .roadmap-line article:first-child,
  .roadmap-line article:nth-child(3) {
    min-height: 210px;
    border-left: 1px solid var(--paper-line);
  }

  .dark-band .roadmap-line article,
  .dark-band .roadmap-line article:nth-child(3) {
    border-left-color: var(--line-soft);
  }

  .capability-row h3,
  .roadmap-line h3 {
    margin-top: 42px;
  }

  .workbench-band,
  .case-home,
  .delivery-band,
  .studio-teaser,
  .contact-band {
    padding: 90px 0;
  }

  .product-stage {
    min-height: 565px;
    margin-top: 48px;
  }

  .desktop-product {
    height: 490px;
  }

  .product-topbar {
    height: 52px;
  }

  .product-body {
    grid-template-columns: 1fr;
    min-height: 438px;
  }

  .product-sidebar {
    display: none;
  }

  .product-main {
    padding: 20px;
  }

  .product-title-row {
    display: block;
  }

  .live-status {
    margin-top: 14px;
  }

  .task-flow {
    gap: 6px;
    margin-top: 20px;
  }

  .task-source,
  .task-route {
    padding: 11px;
  }

  .task-route b {
    font-size: 9px;
  }

  .activity-panel > div {
    min-height: 68px;
  }

  .mobile-product {
    right: 8px;
    bottom: 0;
    width: 174px;
    height: 348px;
    padding: 13px;
    border-radius: 20px;
  }

  .phone-heading {
    margin-top: 26px;
  }

  .phone-heading strong {
    font-size: 14px;
  }

  .phone-message {
    margin-top: 17px;
    padding: 10px;
    font-size: 9px;
  }

  .phone-progress {
    margin-top: 12px;
    padding: 10px 0;
  }

  .product-note {
    display: grid;
    margin-top: 28px;
  }

  .case-copy h3 {
    font-size: 24px;
  }

  .case-results span {
    flex-basis: 50%;
    border-bottom: 1px solid var(--paper-line);
  }

  .delivery-list a {
    grid-template-columns: 1fr 30px;
    gap: 10px;
    min-height: 146px;
    padding: 24px 0;
  }

  .download-row {
    grid-template-columns: 1fr auto;
    gap: 10px;
    min-height: 126px;
    padding: 22px 0;
  }

  .download-row span,
  .download-row h3 {
    grid-column: 1;
  }

  .download-row b {
    grid-column: 2;
    grid-row: 1 / 3;
  }

  .delivery-list span {
    grid-column: 1;
  }

  .delivery-list h3 {
    grid-column: 1;
    font-size: 22px;
  }

  .delivery-list i {
    grid-column: 2;
    grid-row: 1 / 3;
  }

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

  .footer-brand img {
    width: 220px;
  }

  .footer-links {
    grid-template-columns: 1fr 1fr;
    padding-top: 24px;
    border-top: 1px solid var(--line-soft);
  }

  .page-hero {
    min-height: 500px;
    padding: 92px 0 62px;
  }

  .content-heading h2 {
    font-size: 34px;
  }

  .process-item {
    grid-template-columns: 50px 1fr;
    gap: 16px;
  }

  .process-item > div:last-child {
    grid-column: 2;
  }

  .process-item h3 {
    font-size: 22px;
  }

  .company-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
  }

  .reveal,
  .hero-reveal,
  .beam {
    opacity: 1 !important;
    transform: none !important;
  }
}
