:root {
  color-scheme: dark;
  --ink: #f6f8ff;
  --muted: #a2aac2;
  --muted-strong: #c7cde0;
  --surface: #080b18;
  --surface-soft: #0d1122;
  --card: rgba(17, 22, 42, 0.78);
  --line: rgba(173, 190, 235, 0.13);
  --cyan: #25d8f4;
  --blue: #5276ff;
  --violet: #8b5cf6;
  --magenta: #ed4bb7;
  --amber: #ffb51b;
  --green: #45e0a8;
  --max-width: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--surface);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  background: radial-gradient(circle at 65% -10%, rgba(58, 83, 189, 0.09), transparent 35%);
  content: "";
  pointer-events: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

[hidden] {
  display: none !important;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.shell {
  width: min(calc(100% - 40px), var(--max-width));
  margin-inline: auto;
}

.shell-wide {
  width: min(calc(100% - 56px), 1400px);
}

.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;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--ink);
  color: var(--surface);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 50;
  border-bottom: 1px solid transparent;
  transition: background 180ms ease, border-color 180ms ease, backdrop-filter 180ms ease;
}

.site-header.scrolled {
  border-color: var(--line);
  background: rgba(8, 11, 24, 0.82);
  backdrop-filter: blur(18px);
}

.nav-shell {
  display: flex;
  width: min(calc(100% - 56px), 1400px);
  min-height: 92px;
  margin-inline: auto;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
}

.brand img {
  border: 1px solid rgba(121, 148, 255, 0.18);
  border-radius: 15px;
  box-shadow:
    0 10px 26px rgba(0, 0, 0, 0.32),
    0 0 24px rgba(74, 113, 255, 0.13);
  object-fit: cover;
}

.brand span {
  display: grid;
  gap: 1px;
}

.brand strong {
  color: transparent;
  background: linear-gradient(100deg, #ffffff, #c9d3ff 55%, #87dff3);
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 1.1rem;
  letter-spacing: 0.18em;
}

.brand small {
  color: #8992ac;
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 33px;
  color: var(--muted-strong);
  font-size: 0.86rem;
}

.site-nav a {
  transition: color 160ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: white;
}

.site-nav .nav-cta {
  display: inline-flex;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.05);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.04);
  color: white;
}

.nav-toggle > span:not(.sr-only) {
  display: block;
  height: 1px;
  margin: 5px 0;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 790px;
  padding: 168px 0 120px;
  overflow: hidden;
  isolation: isolate;
}

.hero-grid,
.closing-grid {
  position: absolute;
  inset: 0;
  z-index: -3;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(124, 146, 214, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(124, 146, 214, 0.12) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, black, transparent 85%);
}

.hero-glow {
  position: absolute;
  z-index: -2;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.28;
}

.hero-glow-one {
  top: 18%;
  right: 3%;
  width: 450px;
  height: 450px;
  background: #174ddd;
}

.hero-glow-two {
  right: 30%;
  bottom: -20%;
  width: 330px;
  height: 330px;
  background: #8c2878;
}

.hero-layout {
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  align-items: center;
  gap: 38px;
}

.hero-copy {
  min-width: 0;
}

.eyebrow {
  display: inline-flex;
  margin-bottom: 24px;
  padding: 7px 12px;
  border: 1px solid rgba(82, 118, 255, 0.28);
  border-radius: 999px;
  align-items: center;
  gap: 9px;
  background: rgba(62, 91, 200, 0.08);
  color: #bfc9ff;
  font-size: 0.75rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pulse {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 0 0 rgba(37, 216, 244, 0.5);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  70% { box-shadow: 0 0 0 7px rgba(37, 216, 244, 0); }
  100% { box-shadow: 0 0 0 0 rgba(37, 216, 244, 0); }
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(3.25rem, 6vw, 5.65rem);
  font-weight: 680;
  letter-spacing: -0.062em;
  line-height: 0.97;
}

.hero-brand-lockup {
  display: inline-grid;
  margin-bottom: 24px;
  gap: 4px;
}

.hero-brand-lockup > span {
  color: transparent;
  background: linear-gradient(95deg, #f8fbff 8%, #9cb4ff 42%, #ed68c7 76%, #ffc34c);
  background-clip: text;
  -webkit-background-clip: text;
  font-size: clamp(3.6rem, 7vw, 6.8rem);
  font-weight: 760;
  letter-spacing: 0.14em;
  line-height: 0.9;
  text-shadow: 0 0 55px rgba(91, 119, 255, 0.16);
}

.hero-brand-lockup small {
  padding-left: 5px;
  color: #8f9abb;
  font-size: 0.68rem;
  font-weight: 650;
  letter-spacing: 0.23em;
  text-transform: uppercase;
}

.hero h1 span {
  color: transparent;
  background: linear-gradient(95deg, #45dff5 4%, #7689ff 42%, #ee63c0 76%, #ffc53a);
  background-clip: text;
  -webkit-background-clip: text;
}

.hero-lead {
  max-width: 620px;
  margin: 27px 0 0;
  color: var(--muted-strong);
  font-size: clamp(1rem, 1.6vw, 1.19rem);
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  margin-top: 35px;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  padding: 0 19px;
  border: 1px solid transparent;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  gap: 13px;
  font-size: 0.89rem;
  font-weight: 650;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  background: linear-gradient(100deg, #5478ff, #7b58f5);
  box-shadow: 0 12px 34px rgba(72, 94, 220, 0.27);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: linear-gradient(100deg, #6688ff, #8d6afa);
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.045);
  color: var(--muted-strong);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.075);
  color: white;
}

.hero-proof {
  display: flex;
  margin-top: 47px;
  gap: 30px;
}

.hero-proof div {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 9px;
}

.hero-proof strong {
  font-size: 1.2rem;
  letter-spacing: -0.04em;
}

.hero-proof span {
  max-width: 74px;
  color: #7f89a5;
  font-size: 0.64rem;
  line-height: 1.25;
  text-transform: uppercase;
}

.hero-principles {
  gap: 34px;
}

.hero-principles div {
  display: block;
}

.hero-principles strong,
.hero-principles span {
  display: block;
}

.hero-principles strong {
  color: #e4e9f8;
  font-size: 0.94rem;
  letter-spacing: -0.01em;
}

.hero-principles span {
  max-width: none;
  margin-top: 4px;
}

.hero-visual {
  position: relative;
  width: min(100%, 510px);
  aspect-ratio: 1;
  margin-left: auto;
}

.hero-visual::before {
  position: absolute;
  inset: 12%;
  z-index: -1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(76, 108, 255, 0.19), transparent 66%);
  content: "";
  filter: blur(15px);
}

.orbit {
  position: absolute;
  border: 1px solid color-mix(in srgb, var(--orbit-color) 24%, transparent);
  border-radius: 50%;
  animation: orbit-cycle var(--orbit-duration) linear infinite;
}

.orbit-research { inset: 7%; --orbit-color: var(--cyan); --orbit-duration: 19s; }
.orbit-trust { inset: 11%; --orbit-color: var(--violet); --orbit-duration: 23s; }
.orbit-multi-agent { inset: 15%; --orbit-color: var(--amber); --orbit-duration: 27s; }
.orbit-governance { inset: 19%; --orbit-color: var(--magenta); --orbit-duration: 31s; }
.orbit-value { inset: 23%; --orbit-color: var(--green); --orbit-duration: 37s; }

@keyframes orbit-cycle {
  to { transform: rotate(360deg); }
}

.orbit-dot {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--orbit-color);
  box-shadow: 0 0 14px var(--orbit-color);
}

.orbit-research .orbit-dot { top: -4px; left: 50%; transform: translateX(-50%); }
.orbit-trust .orbit-dot { top: 50%; left: -4px; transform: translateY(-50%); }
.orbit-multi-agent .orbit-dot { top: 50%; right: -4px; transform: translateY(-50%); }
.orbit-governance .orbit-dot { bottom: 14%; left: 14%; }
.orbit-value .orbit-dot { right: 14%; bottom: 14%; }

.core-mark {
  position: absolute;
  inset: 27%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  place-items: center;
}

.core-mark img {
  width: 44%;
}

.core-mark strong {
  margin-top: 5px;
  font-size: clamp(1.15rem, 2.25vw, 1.75rem);
  letter-spacing: 0.15em;
  line-height: 1;
}

.core-mark small {
  margin-top: 7px;
  color: #8f99b6;
  font-size: clamp(0.34rem, 0.55vw, 0.46rem);
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.signal-card {
  position: absolute;
  display: flex;
  width: max-content;
  height: 29px;
  padding: 0;
  border: 0;
  align-items: center;
  justify-content: center;
  background: transparent;
  text-align: center;
  transform: translate(-50%, -50%);
}

.signal-card small {
  position: absolute;
  top: 34px;
  left: 50%;
  display: block;
  width: 120px;
  min-height: 0.75rem;
  color: #8d97b2;
  font-size: 0.61rem;
  white-space: nowrap;
  animation: signal-description-cycle 60s ease-in-out infinite;
  transform: translateX(-50%);
}

@keyframes signal-description-cycle {
  0%,
  5% { opacity: 1; }
  7%,
  98% { opacity: 0; }
  100% { opacity: 1; }
}

.signal-name {
  display: grid;
  height: 29px;
  padding: 0 10px;
  border-radius: 8px;
  place-items: center;
  background: rgba(255, 255, 255, 0.07);
  color: var(--signal-color);
  font-size: 0.68rem;
  font-weight: 750;
  white-space: nowrap;
}

.signal-top {
  top: 7%;
  left: 50%;
  --signal-color: var(--cyan);
  transform: translate(-50%, calc(-100% - 6px));
}
.signal-right {
  top: 36.7%;
  left: 90.9%;
  --signal-color: var(--amber);
  transform: translate(6px, -50%);
}
.signal-bottom-right {
  top: 84.8%;
  left: 75.3%;
  --signal-color: var(--green);
  transform: translate(-5%, 6px);
}
.signal-bottom-left {
  top: 84.8%;
  left: 24.7%;
  --signal-color: var(--magenta);
  transform: translate(-95%, 6px);
}
.signal-left {
  top: 36.7%;
  left: 9.1%;
  --signal-color: var(--violet);
  transform: translate(calc(-100% - 6px), -50%);
}

.hero-fade {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 160px;
  z-index: -1;
  background: linear-gradient(transparent, var(--surface));
}

.section {
  padding: 112px 0;
}

.philosophy-section {
  border-top: 1px solid var(--line);
  background:
    radial-gradient(circle at 20% 55%, rgba(76, 104, 220, 0.11), transparent 32%),
    #090d1b;
}

.philosophy-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: clamp(60px, 9vw, 130px);
}

.meaning-panel {
  padding: 28px clamp(32px, 5vw, 70px) 28px 0;
  border-right: 1px solid var(--line);
}

.root-meaning {
  display: grid;
  margin-top: 42px;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
}

.root-meaning article span {
  color: transparent;
  background: linear-gradient(115deg, #ffffff, #7d9bff 55%, #e66dc5);
  background-clip: text;
  -webkit-background-clip: text;
  font-size: clamp(3.5rem, 6vw, 5.8rem);
  font-weight: 720;
  letter-spacing: -0.06em;
  line-height: 1;
}

.root-meaning article p {
  max-width: 180px;
  margin: 13px 0 0;
  color: #9da7c1;
  font-size: 0.95rem;
  line-height: 1.6;
}

.meaning-plus {
  color: #55617e;
  font-size: 1.5rem;
}

.philosophy-copy h2,
.mission-intro h2 {
  margin: 0;
  font-size: clamp(2.45rem, 4.8vw, 4.25rem);
  font-weight: 620;
  letter-spacing: -0.055em;
  line-height: 1.04;
}

.philosophy-copy > p:not(.kicker) {
  max-width: 650px;
  margin: 20px 0 0;
  color: #9da7c1;
  font-size: 1rem;
  line-height: 1.78;
}

.philosophy-copy .philosophy-lead {
  color: #c4ccdf;
  font-size: 1.15rem;
}

.evolution-section {
  border-top: 1px solid var(--line);
}

.evolution-layout {
  display: grid;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  grid-template-columns: 1fr 1fr;
}

.evolution-story {
  padding: 52px clamp(35px, 6vw, 78px) 52px 0;
  border-right: 1px solid var(--line);
}

.evolution-story > p {
  margin: 0;
  color: #a7b0c7;
  font-size: 1.06rem;
  line-height: 1.8;
}

.evolution-story blockquote {
  padding-left: 21px;
  margin: 36px 0 0;
  border-left: 2px solid #7187ff;
  color: #d6dced;
  font-size: 1.22rem;
  font-weight: 530;
  line-height: 1.65;
}

.four-s {
  display: grid;
  padding-left: clamp(35px, 6vw, 78px);
  grid-template-columns: 1fr 1fr;
}

.four-s article {
  display: grid;
  padding: 31px 22px;
  border-bottom: 1px solid var(--line);
  grid-template-columns: 42px 1fr;
  gap: 15px;
}

.four-s article:nth-child(odd) {
  border-right: 1px solid var(--line);
}

.four-s article:nth-child(n + 3) {
  border-bottom: 0;
}

.four-s article > span {
  color: #7187ff;
  font-size: 1.5rem;
  font-weight: 750;
}

.four-s h3 {
  margin: 2px 0 7px;
  font-size: 1.16rem;
}

.four-s p {
  margin: 0;
  color: #8e98b1;
  font-size: 0.9rem;
  line-height: 1.6;
}

.section-heading {
  display: grid;
  grid-template-columns: 1.1fr 0.7fr;
  margin-bottom: 52px;
  align-items: end;
  gap: 60px;
}

.kicker {
  margin: 0 0 14px;
  color: #788cff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.section-heading h2,
.principles-copy h2,
.closing-content h2 {
  margin: 0;
  font-size: clamp(2.25rem, 4.5vw, 3.7rem);
  font-weight: 620;
  letter-spacing: -0.052em;
  line-height: 1.05;
}

.section-heading > p,
.principles-copy > p {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.75;
}

.platform-section {
  border-top: 1px solid var(--line);
}

.journey {
  display: grid;
  padding: 26px 30px;
  border: 1px solid var(--line);
  border-radius: 18px;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: center;
  background: linear-gradient(125deg, rgba(16, 21, 41, 0.8), rgba(10, 14, 29, 0.55));
}

.journey article {
  position: relative;
  min-height: 230px;
  padding: 30px 28px;
}

.step-number {
  position: absolute;
  top: 5px;
  right: 18px;
  color: rgba(180, 195, 235, 0.42);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.step-icon {
  display: grid;
  width: 64px;
  height: 64px;
  margin-bottom: 28px;
  border: 1px solid rgba(100, 129, 255, 0.5);
  border-radius: 16px;
  place-items: center;
  background: linear-gradient(145deg, rgba(78, 104, 225, 0.17), rgba(40, 57, 130, 0.08));
  color: #a4b3ff;
  box-shadow: inset 0 0 22px rgba(77, 109, 239, 0.08), 0 10px 28px rgba(1, 5, 20, 0.18);
}

.step-icon svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.step-icon-explore {
  color: var(--cyan);
}

.step-icon-evaluate {
  color: #8ea2ff;
}

.step-icon-orchestrate {
  color: #bb8cff;
}

.step-icon-act {
  color: var(--amber);
}

.journey h3 {
  margin: 0 0 13px;
  color: #f3f6ff;
  font-size: 1.3rem;
  font-weight: 650;
  letter-spacing: -0.02em;
}

.journey p {
  margin: 0;
  color: #aeb7cf;
  font-size: 0.98rem;
  line-height: 1.65;
}

.journey-arrow {
  color: #65749a;
  font-size: 1.25rem;
}

.solutions-section {
  position: relative;
  background: #0a0e1d;
}

.mission-section {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 70% 50%, rgba(109, 65, 204, 0.12), transparent 34%),
    #090d1b;
}

.mission-intro {
  max-width: 850px;
  margin-bottom: 55px;
}

.mission-vision-grid {
  display: grid;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  grid-template-columns: 1fr 1fr;
}

.mission-panel,
.vision-panel {
  padding: 52px clamp(36px, 6vw, 78px) 55px 0;
}

.vision-panel {
  padding-right: 0;
  padding-left: clamp(36px, 6vw, 78px);
  border-left: 1px solid var(--line);
}

.statement-label {
  display: inline-block;
  margin-bottom: 24px;
  color: #7f93ff;
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.mission-panel h3,
.vision-panel h3 {
  max-width: 520px;
  margin: 0;
  font-size: clamp(1.65rem, 2.7vw, 2.35rem);
  font-weight: 590;
  letter-spacing: -0.035em;
  line-height: 1.18;
}

.mission-panel p,
.vision-panel p {
  max-width: 540px;
  margin: 24px 0 0;
  color: #a4aec6;
  font-size: 1rem;
  line-height: 1.78;
}

.solutions-section::before {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 70% 45%, rgba(42, 68, 156, 0.09), transparent 35%);
  content: "";
  pointer-events: none;
}

.solution-list {
  position: relative;
  border-top: 1px solid var(--line);
}

.solution-row {
  position: relative;
  display: grid;
  min-height: 510px;
  padding: 65px 0;
  border-bottom: 1px solid var(--line);
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: clamp(55px, 8vw, 130px);
}

.solution-row:nth-child(even) .solution-copy {
  grid-column: 2;
}

.solution-row:nth-child(even) .solution-visual {
  grid-row: 1;
  grid-column: 1;
}

.solution-copy {
  display: flex;
  min-width: 0;
  align-items: flex-start;
  flex-direction: column;
}

.card-meta {
  display: flex;
  min-height: 48px;
  margin-bottom: 23px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.product-icon,
.product-logo {
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  object-fit: cover;
}

.product-logo-dark {
  padding: 3px;
  background: #101529;
}

.product-icon {
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #e8a42a, #693b12);
  color: white;
  font-size: 1rem;
  font-weight: 750;
}

.status {
  display: inline-flex;
  padding: 6px 9px;
  border: 1px solid;
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.status-open {
  border-color: rgba(69, 224, 168, 0.23);
  background: rgba(69, 224, 168, 0.06);
  color: #67e6b6;
}

.status-preview {
  border-color: rgba(255, 181, 27, 0.22);
  background: rgba(255, 181, 27, 0.06);
  color: #ffc75a;
}

.status-lab {
  border-color: rgba(139, 92, 246, 0.25);
  background: rgba(139, 92, 246, 0.07);
  color: #ae8dff;
}

.product-label {
  margin: 0 0 10px;
  color: #8597ef;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.solution-row h3 {
  max-width: 540px;
  margin: 0 0 15px;
  font-size: clamp(1.8rem, 3.2vw, 2.75rem);
  font-weight: 590;
  letter-spacing: -0.035em;
  line-height: 1.13;
}

.solution-copy > p:not(.product-label) {
  max-width: 550px;
  margin: 0;
  color: #9da6bf;
  font-size: 0.98rem;
  line-height: 1.7;
}

.tag-list {
  display: flex;
  padding: 0;
  margin: 24px 0 26px;
  flex-wrap: wrap;
  gap: 7px;
  list-style: none;
}

.tag-list li {
  padding: 6px 9px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.025);
  color: #8e99b6;
  font-size: 0.72rem;
}

.text-link {
  display: inline-flex;
  margin-top: auto;
  align-items: center;
  gap: 9px;
  color: #aab6ff;
  font-size: 0.86rem;
  font-weight: 680;
}

.text-link:hover,
.text-link:focus-visible {
  color: white;
}

.solution-actions {
  display: flex;
  margin-top: auto;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 18px;
}

.solution-actions .text-link {
  margin-top: 0;
}

.solution-actions .text-link-secondary {
  color: #7f8ba8;
  font-size: 0.78rem;
}

.solution-actions .text-link-secondary:hover,
.solution-actions .text-link-secondary:focus-visible {
  color: #c4cce0;
}

.product-window {
  align-self: center;
  width: 100%;
  min-height: 350px;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 15px;
  background: #0b0c15;
  box-shadow: 0 28px 70px rgba(3, 5, 16, 0.38);
  overflow: hidden;
}

.window-bar {
  display: flex;
  height: 30px;
  padding-left: 13px;
  align-items: center;
  gap: 6px;
  background: #16192a;
}

.window-bar span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #4b5067;
}

.product-window img {
  width: 100%;
  height: calc(100% - 30px);
  min-height: 320px;
  object-fit: cover;
  object-position: left top;
}

.logo-stage {
  position: relative;
  display: grid;
  width: 100%;
  min-height: 380px;
  border-left: 1px solid var(--line);
  place-items: center;
  overflow: hidden;
}

.logo-stage::before,
.logo-stage::after {
  position: absolute;
  border: 1px solid rgba(104, 128, 211, 0.15);
  border-radius: 50%;
  content: "";
}

.logo-stage::before {
  width: 320px;
  height: 320px;
}

.logo-stage::after {
  width: 460px;
  height: 460px;
  border-style: dashed;
}

.logo-stage img {
  position: relative;
  z-index: 1;
  width: min(48%, 245px);
  border-radius: 28%;
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.42),
    0 0 70px rgba(66, 112, 255, 0.16);
}

.aicmm-stage {
  background: radial-gradient(circle, rgba(106, 68, 202, 0.15), transparent 58%);
}

.mobile-stage {
  background: radial-gradient(circle, rgba(18, 183, 209, 0.13), transparent 58%);
}

.amoe-stage {
  background: radial-gradient(circle, rgba(240, 147, 29, 0.12), transparent 58%);
}

.engine-stage {
  background: radial-gradient(circle, rgba(57, 99, 218, 0.16), transparent 58%);
}

.engine-stage img {
  width: min(55%, 275px);
}

.principles-section {
  border-top: 1px solid var(--line);
}

.principles-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.1fr;
  gap: 110px;
}

.principles-copy {
  position: sticky;
  top: 120px;
  align-self: start;
}

.principles-copy > p {
  margin: 26px 0 30px;
}

.principle-list {
  border-top: 1px solid var(--line);
}

.principle-list article {
  display: grid;
  padding: 28px 4px;
  border-bottom: 1px solid var(--line);
  grid-template-columns: 52px 1fr;
  gap: 16px;
}

.principle-list article > span {
  color: #52607f;
  font-size: 0.7rem;
  font-weight: 700;
}

.principle-list h3 {
  margin: 0 0 8px;
  font-size: 1.2rem;
  font-weight: 580;
}

.principle-list p {
  margin: 0;
  color: #8d96af;
  font-size: 0.95rem;
  line-height: 1.65;
}

.closing-section {
  position: relative;
  padding: 118px 0 125px;
  border-top: 1px solid var(--line);
  overflow: hidden;
}

.closing-section::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 50% 80%, rgba(115, 75, 225, 0.18), transparent 35%),
    radial-gradient(circle at 65% 30%, rgba(32, 140, 210, 0.11), transparent 30%);
  content: "";
}

.closing-grid {
  mask-image: radial-gradient(circle at 50% 50%, black, transparent 65%);
}

.closing-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.closing-content img {
  margin-bottom: 28px;
  border: 1px solid rgba(121, 148, 255, 0.18);
  border-radius: 34px;
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.42),
    0 0 65px rgba(73, 113, 255, 0.18);
}

.closing-content > p:not(.kicker) {
  max-width: 560px;
  margin: 25px 0 30px;
  color: var(--muted);
  line-height: 1.7;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: #070a15;
}

.page-hero {
  position: relative;
  padding: 165px 0 78px;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}

.page-hero::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 70% 20%, rgba(71, 104, 224, 0.18), transparent 35%),
    linear-gradient(rgba(124, 146, 214, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(124, 146, 214, 0.07) 1px, transparent 1px);
  background-size: auto, 64px 64px, 64px 64px;
  content: "";
  mask-image: linear-gradient(to bottom, black, transparent);
}

.page-hero-content {
  max-width: 820px;
}

.page-brand-lockup {
  display: flex;
  margin-bottom: 24px;
  align-items: baseline;
  gap: 18px;
}

.page-brand-lockup span {
  color: transparent;
  background: linear-gradient(95deg, #f8fbff 5%, #98afff 50%, #e968c4);
  background-clip: text;
  -webkit-background-clip: text;
  font-size: clamp(2.7rem, 5vw, 4.7rem);
  font-weight: 760;
  letter-spacing: 0.13em;
  line-height: 1;
}

.page-brand-lockup small {
  color: #8094ff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.page-hero h1 {
  margin: 0;
  font-size: clamp(3rem, 7vw, 5.25rem);
  font-weight: 650;
  letter-spacing: -0.06em;
  line-height: 1;
}

.page-hero p:last-child {
  max-width: 650px;
  margin: 25px 0 0;
  color: var(--muted-strong);
  font-size: 1.08rem;
  line-height: 1.75;
}

.contact-section {
  padding: 90px 0 120px;
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 80px;
}

.contact-intro h2 {
  margin: 0 0 18px;
  font-size: clamp(2rem, 4vw, 3.1rem);
  font-weight: 610;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.contact-intro > p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.contact-topics {
  display: grid;
  padding: 0;
  margin: 34px 0 0;
  gap: 13px;
  list-style: none;
}

.contact-topics li {
  display: flex;
  padding: 15px 17px;
  border: 1px solid var(--line);
  border-radius: 10px;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.025);
  color: #aeb7ce;
  font-size: 0.82rem;
}

.contact-topics span {
  color: #7c91ff;
}

.contact-form {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(19, 25, 47, 0.9), rgba(11, 15, 31, 0.82));
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.form-field {
  display: grid;
  gap: 8px;
}

.form-field-wide {
  grid-column: 1 / -1;
}

.form-field label {
  color: #c9d0e2;
  font-size: 0.76rem;
  font-weight: 650;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  min-height: 47px;
  padding: 11px 13px;
  border: 1px solid rgba(164, 180, 224, 0.16);
  border-radius: 9px;
  outline: none;
  background: rgba(4, 8, 19, 0.52);
  color: var(--ink);
  font: inherit;
  font-size: 0.86rem;
  transition: border-color 150ms ease, box-shadow 150ms ease;
}

.topic-fieldset {
  padding: 0;
  border: 0;
}

.topic-fieldset legend {
  width: 100%;
  margin-bottom: 10px;
  color: #c9d0e2;
  font-size: 0.76rem;
  font-weight: 650;
}

.topic-fieldset legend span {
  margin-left: 7px;
  color: #6f7992;
  font-size: 0.66rem;
  font-weight: 450;
}

.topic-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.topic-options label {
  display: flex;
  min-height: 42px;
  padding: 9px 11px;
  border: 1px solid rgba(164, 180, 224, 0.14);
  border-radius: 8px;
  align-items: center;
  gap: 9px;
  background: rgba(4, 8, 19, 0.36);
  color: #9fa9c0;
  cursor: pointer;
  font-size: 0.72rem;
  font-weight: 500;
  transition: border-color 150ms ease, background 150ms ease, color 150ms ease;
}

.topic-options label:has(input:checked) {
  border-color: rgba(99, 128, 255, 0.55);
  background: rgba(72, 99, 214, 0.12);
  color: #d5dcf1;
}

.topic-options input {
  width: 15px;
  min-height: 15px;
  height: 15px;
  margin: 0;
  accent-color: #7187ff;
}

.form-field textarea {
  min-height: 150px;
  resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: #6f87ff;
  box-shadow: 0 0 0 3px rgba(82, 118, 255, 0.13);
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: #5d6780;
}

.form-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-footer {
  display: flex;
  margin-top: 23px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.form-note {
  margin: 0;
  color: #6f7992;
  font-size: 0.68rem;
  line-height: 1.45;
}

.form-status {
  min-height: 22px;
  margin: 18px 0 0;
  color: #b9c2d9;
  font-size: 0.78rem;
}

.form-status.success {
  color: var(--green);
}

.form-status.error {
  color: #ff8d9b;
}

.contact-form button[disabled] {
  cursor: wait;
  opacity: 0.68;
}

.footer-layout {
  display: grid;
  min-height: 115px;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 25px;
}

.footer-layout > p {
  color: #68728b;
  font-size: 0.71rem;
}

.footer-links {
  display: flex;
  justify-content: flex-end;
  gap: 22px;
  color: #7f89a2;
  font-size: 0.71rem;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: white;
}

.reveal {
  opacity: 1;
  transform: none;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
  .signal-card small {
    animation: none;
    opacity: 1;
  }
  .orbit {
    animation: none;
  }
}

@media (max-width: 980px) {
  .hero {
    padding-top: 140px;
  }
  .hero-layout {
    grid-template-columns: minmax(0, 1fr);
  }
  .hero-copy {
    position: relative;
    z-index: 2;
  }
  .hero-visual {
    width: min(100%, 480px);
    margin: -20px auto 0;
  }
  .section-heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .section-heading > p {
    max-width: 650px;
  }
  .philosophy-layout,
  .evolution-layout {
    grid-template-columns: 1fr;
  }
  .meaning-panel {
    padding: 0 0 55px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .philosophy-copy {
    padding-top: 5px;
  }
  .evolution-story {
    padding-right: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .four-s {
    padding-left: 0;
  }
  .journey {
    grid-template-columns: repeat(2, 1fr);
  }
  .journey-arrow {
    display: none;
  }
  .solution-row {
    min-height: 450px;
    gap: 42px;
  }
  .product-window {
    min-height: 300px;
    border-right: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 14px;
  }
  .principles-layout {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .principles-copy {
    position: static;
  }
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 45px;
  }
}

@media (max-width: 850px) {
  .shell,
  .nav-shell {
    width: min(calc(100% - 28px), var(--max-width));
  }
  .nav-toggle {
    display: block;
  }
  .site-nav {
    position: absolute;
    top: 68px;
    right: 14px;
    left: 14px;
    display: none;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 13px;
    align-items: stretch;
    flex-direction: column;
    gap: 5px;
    background: rgba(10, 14, 29, 0.97);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
  }
  .site-nav.open {
    display: flex;
  }
  .site-nav a {
    padding: 11px 12px;
  }
  .site-nav .nav-cta {
    margin-top: 5px;
  }
  .hero {
    min-height: auto;
    padding: 135px 0 80px;
  }
  .hero h1 {
    font-size: clamp(2.75rem, 13.5vw, 4.1rem);
  }
  .hero-copy {
    width: 100%;
    max-width: 100%;
  }
  .hero-brand-lockup > span {
    font-size: clamp(3rem, 15.5vw, 4.5rem);
    letter-spacing: 0.055em;
  }
  .hero-brand-lockup small {
    max-width: 300px;
    padding-left: 2px;
    letter-spacing: 0.14em;
    line-height: 1.5;
  }
  .hero-actions {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
  }
  .hero-actions .button {
    width: 100%;
  }
  .hero-lead {
    font-size: 1rem;
  }
  .hero-proof {
    gap: 16px;
  }
  .hero-proof div {
    display: block;
  }
  .hero-proof span {
    display: block;
    margin-top: 4px;
  }
  .hero-visual {
    width: min(calc(100% - 90px), 480px);
    margin-top: 55px;
  }
  .signal-card {
    height: 26px;
  }
  .signal-name {
    height: 26px;
    padding: 0 7px;
    font-size: 0.58rem;
  }
  .signal-card small {
    top: 30px;
    width: 104px;
    font-size: 0.52rem;
  }
  .section {
    padding: 82px 0;
  }
  .root-meaning {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .meaning-plus {
    display: none;
  }
  .root-meaning article p {
    max-width: 260px;
  }
  .four-s,
  .mission-vision-grid {
    grid-template-columns: 1fr;
  }
  .four-s article,
  .four-s article:nth-child(odd),
  .four-s article:nth-child(n + 3) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .four-s article:last-child {
    border-bottom: 0;
  }
  .mission-panel,
  .vision-panel {
    padding: 38px 0;
  }
  .vision-panel {
    border-top: 1px solid var(--line);
    border-left: 0;
  }
  .page-hero {
    padding: 135px 0 64px;
  }
  .contact-section {
    padding: 70px 0 90px;
  }
  .contact-form {
    padding: 22px;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .form-field-wide {
    grid-column: auto;
  }
  .form-footer {
    align-items: stretch;
    flex-direction: column;
  }
  .journey {
    padding: 14px;
    grid-template-columns: 1fr;
  }
  .journey article {
    min-height: 0;
    padding: 22px 15px;
    border-bottom: 1px solid var(--line);
  }
  .journey article:last-child {
    border-bottom: 0;
  }
  .solution-row {
    min-height: 0;
    padding: 52px 0;
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .solution-row:nth-child(even) .solution-copy,
  .solution-row:nth-child(even) .solution-visual {
    grid-row: auto;
    grid-column: auto;
  }
  .solution-visual {
    grid-row: auto;
    grid-column: auto;
  }
  .product-window {
    width: 100%;
    min-height: 240px;
  }
  .product-window img {
    min-height: 220px;
  }
  .logo-stage {
    min-height: 300px;
    border-top: 1px solid var(--line);
    border-left: 0;
  }
  .logo-stage::before {
    width: 230px;
    height: 230px;
  }
  .logo-stage::after {
    width: 330px;
    height: 330px;
  }
  .topic-options {
    grid-template-columns: 1fr;
  }
  .closing-section {
    padding: 90px 0;
  }
  .footer-layout {
    padding: 32px 0;
    grid-template-columns: 1fr;
    justify-items: start;
  }
  .footer-layout > p {
    margin: 0;
  }
  .footer-links {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

/* Compact tab-guided home experience */
.home-page {
  --home-header-height: 72px;
  --topic-tabs-height: 56px;
}

.home-page .nav-shell {
  min-height: var(--home-header-height);
}

.home-page .brand img {
  width: 46px;
  height: 46px;
  border-radius: 12px;
}

.home-page main {
  padding-top: var(--home-header-height);
}

.home-page .site-nav {
  gap: 10px;
}

.workspace-nav {
  position: sticky;
  top: var(--home-header-height);
  z-index: 45;
  height: var(--topic-tabs-height);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(8, 11, 24, 0.92);
  backdrop-filter: blur(18px);
}

.workspace-tabs {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  gap: 3px;
  overflow-x: auto;
  scrollbar-width: none;
}

.workspace-tabs::-webkit-scrollbar {
  display: none;
}

.swipe-hint {
  display: none;
}

.workspace-tabs button {
  position: relative;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid transparent;
  border-radius: 8px;
  flex: 0 0 auto;
  background: transparent;
  color: #929cb7;
  cursor: pointer;
  font: inherit;
  font-size: 0.76rem;
  font-weight: 650;
  letter-spacing: 0.01em;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.workspace-tabs button::before {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-right: 7px;
  border-radius: 50%;
  background: #59647e;
  content: "";
  vertical-align: 2px;
  transition: background 180ms ease, box-shadow 180ms ease;
}

.workspace-tabs button::after {
  position: absolute;
  right: 12px;
  bottom: 2px;
  left: 12px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--cyan), var(--violet));
  content: "";
  opacity: 0;
  transform: scaleX(0.35);
  transition: opacity 180ms ease, transform 180ms ease;
}

.workspace-tabs button:hover,
.workspace-tabs button:focus-visible {
  border-color: rgba(126, 148, 222, 0.15);
  background: rgba(255, 255, 255, 0.045);
  color: #e6ebfa;
}

.workspace-tabs button[aria-selected="true"] {
  border-color: rgba(102, 133, 245, 0.24);
  background:
    linear-gradient(135deg, rgba(72, 103, 218, 0.18), rgba(91, 63, 168, 0.12));
  color: white;
  box-shadow: inset 0 0 18px rgba(69, 106, 230, 0.08);
}

.workspace-tabs button[aria-selected="true"]::before {
  background: var(--cyan);
  box-shadow: 0 0 9px var(--cyan);
}

.workspace-tabs button[aria-selected="true"]::after {
  opacity: 1;
  transform: scaleX(1);
}

.topic-panel {
  position: relative;
  min-height: calc(100svh - var(--home-header-height) - var(--topic-tabs-height));
  outline: none;
}

.home-page .topic-panel > section {
  background-image:
    linear-gradient(rgba(106, 132, 208, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(106, 132, 208, 0.035) 1px, transparent 1px),
    radial-gradient(circle, rgba(91, 129, 235, 0.11) 1px, transparent 1.5px);
  background-position: center;
  background-size: 48px 48px, 48px 48px, 12px 12px;
}

.topic-panel-entering {
  animation: topic-panel-enter 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes topic-panel-enter {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.home-page .hero {
  min-height: calc(100svh - var(--home-header-height) - var(--topic-tabs-height));
  padding: clamp(38px, 6vh, 58px) 0;
}

.home-page .hero-layout {
  gap: 26px;
}

.home-page .hero-brand-lockup {
  margin-bottom: 16px;
}

.home-page .hero-brand-lockup > span {
  font-size: clamp(3rem, 5.5vw, 5rem);
}

.home-page .hero-brand-lockup small {
  font-size: 0.6rem;
}

.home-page .eyebrow {
  margin-bottom: 17px;
  padding: 6px 10px;
  font-size: 0.66rem;
}

.home-page .hero h1 {
  font-size: clamp(2.75rem, 4.7vw, 4.25rem);
  line-height: 0.98;
}

.home-page .hero-lead {
  margin-top: 19px;
  font-size: clamp(0.9rem, 1.2vw, 1rem);
  line-height: 1.6;
}

.home-page .hero-actions {
  margin-top: 23px;
}

.home-page .button {
  min-height: 43px;
  font-size: 0.8rem;
}

.home-page .hero-proof {
  margin-top: 27px;
}

.home-page .hero-visual {
  width: min(100%, 430px);
}

.home-page .section {
  min-height: calc(100svh - var(--home-header-height) - var(--topic-tabs-height));
  padding: clamp(48px, 7vh, 72px) 0;
}

.home-page .section-heading {
  margin-bottom: 34px;
}

.home-page .philosophy-copy h2,
.home-page .mission-intro h2,
.home-page .section-heading h2,
.home-page .principles-copy h2,
.home-page .closing-content h2 {
  font-size: clamp(2rem, 3.4vw, 2.9rem);
}

.home-page .root-meaning {
  margin-top: 28px;
}

.home-page .root-meaning article span {
  font-size: clamp(2.8rem, 4.6vw, 4.4rem);
}

.home-page .philosophy-copy > p:not(.kicker),
.home-page .section-heading > p,
.home-page .principles-copy > p {
  font-size: 0.9rem;
  line-height: 1.65;
}

.home-page .philosophy-copy .philosophy-lead {
  font-size: 1rem;
}

.home-page .evolution-story {
  padding-top: 34px;
  padding-bottom: 34px;
}

.home-page .evolution-story > p {
  font-size: 0.94rem;
  line-height: 1.68;
}

.home-page .evolution-story blockquote {
  margin-top: 24px;
  font-size: 1.05rem;
  line-height: 1.55;
}

.home-page .four-s article {
  padding-top: 22px;
  padding-bottom: 22px;
}

.home-page .journey {
  padding: 18px 20px;
}

.home-page .journey article {
  min-height: 190px;
  padding: 22px 18px;
}

.home-page .step-icon {
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-radius: 13px;
}

.home-page .step-icon svg {
  width: 27px;
  height: 27px;
}

.home-page .journey h3 {
  margin-bottom: 9px;
  font-size: 1.08rem;
}

.home-page .journey p {
  font-size: 0.84rem;
  line-height: 1.55;
}

.home-page .mission-intro {
  margin-bottom: 34px;
}

.home-page .mission-panel,
.home-page .vision-panel {
  padding-top: 34px;
  padding-bottom: 36px;
}

.home-page .mission-panel h3,
.home-page .vision-panel h3 {
  font-size: clamp(1.45rem, 2.1vw, 1.9rem);
}

.home-page .mission-panel p,
.home-page .vision-panel p {
  margin-top: 18px;
  font-size: 0.9rem;
  line-height: 1.65;
}

.home-page .solution-row {
  min-height: 410px;
  padding: 42px 0;
}

.home-page .solution-row h3 {
  font-size: clamp(1.55rem, 2.5vw, 2.15rem);
}

.home-page .solution-copy > p:not(.product-label) {
  font-size: 0.88rem;
  line-height: 1.6;
}

.home-page .card-meta {
  min-height: 42px;
  margin-bottom: 16px;
}

.home-page .product-icon,
.home-page .product-logo {
  width: 46px;
  height: 46px;
}

.home-page .tag-list {
  margin: 18px 0 20px;
}

.home-page .product-window,
.home-page .logo-stage {
  min-height: 280px;
}

.home-page .product-window img {
  min-height: 250px;
}

.home-page .principles-layout {
  gap: 70px;
}

.home-page .principle-list article {
  padding: 20px 4px;
}

.home-page .principle-list p {
  font-size: 0.86rem;
  line-height: 1.55;
}

.home-page .closing-section {
  min-height: calc(100svh - var(--home-header-height) - var(--topic-tabs-height));
  padding: 60px 0;
}

.home-page .closing-content img {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
}

@media (prefers-reduced-motion: reduce) {
  .topic-panel-entering {
    animation: none;
  }
}

@media (min-width: 721px) and (max-width: 1050px) {
  .home-page .brand small {
    display: none;
  }

  .workspace-tabs button {
    padding: 0 7px;
    font-size: 0.68rem;
  }

  .workspace-tabs button::before {
    margin-right: 5px;
  }
}

@media (max-width: 850px) {
  html {
    -webkit-text-size-adjust: 100%;
  }

  .home-page {
    --home-header-height: 68px;
    --topic-tabs-height: 54px;
    overflow-x: hidden;
  }

  .home-page .nav-shell {
    min-height: var(--home-header-height);
  }

  .home-page .brand small {
    display: none;
  }

  .home-page .nav-toggle {
    display: none;
  }

  .home-page .site-nav {
    position: static;
    display: flex;
    width: auto;
    padding: 0;
    border: 0;
    align-items: center;
    background: transparent;
    box-shadow: none;
  }

  .home-page .site-nav .nav-cta {
    margin-top: 0;
  }

  .workspace-tabs {
    width: 100%;
    padding-inline: 14px;
    justify-content: flex-start;
    scroll-padding-inline: 14px;
    scroll-snap-type: x proximity;
  }

  .workspace-tabs button {
    min-height: 42px;
    padding: 0 12px;
    font-size: 0.7rem;
    scroll-snap-align: center;
    touch-action: manipulation;
  }

  .topic-panel {
    min-width: 0;
    overflow-x: clip;
    touch-action: pan-y pinch-zoom;
  }

  @media (pointer: coarse) {
    .swipe-hint {
      display: block;
      padding: 6px 14px;
      margin: 0;
      border-bottom: 1px solid rgba(117, 143, 225, 0.1);
      background: rgba(8, 11, 24, 0.88);
      color: #77839f;
      font-size: 0.64rem;
      letter-spacing: 0.04em;
      text-align: center;
    }
  }

  .home-page .hero {
    min-height: auto;
    padding: 34px 0 50px;
  }

  .home-page .hero-brand-lockup > span {
    font-size: clamp(2.55rem, 11.5vw, 3.35rem);
  }

  .home-page .hero h1 {
    font-size: clamp(2rem, 9vw, 2.6rem);
    line-height: 1.04;
  }

  .home-page .hero-lead {
    font-size: 0.94rem;
    line-height: 1.65;
  }

  .home-page .hero-visual {
    width: min(calc(100% - 76px), 330px);
    margin-top: 54px;
  }

  .home-page .section {
    min-height: auto;
    padding: 44px 0;
  }

  .home-page .philosophy-copy h2,
  .home-page .mission-intro h2,
  .home-page .section-heading h2,
  .home-page .principles-copy h2,
  .home-page .closing-content h2 {
    font-size: clamp(1.75rem, 8vw, 2.3rem);
    line-height: 1.1;
  }

  .home-page .solution-row {
    min-height: auto;
    padding: 32px 0;
    gap: 24px;
  }

  .home-page .solution-row h3 {
    font-size: clamp(1.45rem, 7vw, 1.9rem);
  }

  .home-page .product-window,
  .home-page .logo-stage {
    min-height: 220px;
  }

  .home-page .product-window img {
    min-height: 200px;
  }

  .home-page .solution-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 13px;
  }

  .home-page .solution-actions .text-link {
    min-height: 30px;
  }

  .home-page .card-meta {
    width: 100%;
  }

  .home-page .site-nav .nav-cta {
    min-height: 42px;
    padding-inline: 14px;
  }
}

@media (pointer: coarse) {
  .topic-panel {
    touch-action: pan-y pinch-zoom;
  }

  .workspace-tabs button {
    min-height: 42px;
    touch-action: manipulation;
  }
}

@media (pointer: coarse) and (max-height: 500px) {
  .home-page {
    --home-header-height: 64px;
    --topic-tabs-height: 50px;
    overflow-x: hidden;
  }

  .home-page .nav-shell {
    min-height: var(--home-header-height);
  }

  .home-page .brand small {
    display: none;
  }

  .home-page .nav-toggle {
    display: none;
  }

  .home-page .site-nav {
    position: static;
    display: flex;
    width: auto;
    padding: 0;
    border: 0;
    align-items: center;
    background: transparent;
    box-shadow: none;
  }

  .workspace-tabs {
    width: 100%;
    padding-inline: 18px;
    justify-content: flex-start;
    scroll-padding-inline: 18px;
    scroll-snap-type: x proximity;
  }

  .workspace-tabs button {
    scroll-snap-align: center;
  }

  .swipe-hint {
    display: block;
    padding: 4px 14px;
    margin: 0;
    border-bottom: 1px solid rgba(117, 143, 225, 0.1);
    background: rgba(8, 11, 24, 0.88);
    color: #77839f;
    font-size: 0.62rem;
    letter-spacing: 0.04em;
    text-align: center;
  }

  .home-page .hero {
    min-height: auto;
    padding: 28px 0 40px;
  }

  .home-page .hero-brand-lockup > span {
    font-size: clamp(2.5rem, 7vw, 3.2rem);
  }

  .home-page .hero h1 {
    font-size: clamp(2rem, 5vw, 2.55rem);
  }

  .home-page .hero-visual {
    width: min(38vw, 300px);
    margin-top: 28px;
  }

  .home-page .section {
    min-height: auto;
    padding: 36px 0;
  }
}
