:root {
  --bg: #000000;
  --bg-deep: #000000;
  --bg-soft: #04040a;
  --surface: rgba(4, 7, 14, 0.86);
  --surface-solid: #04070e;
  --ink: #f4f8ff;
  --muted: #90a7d0;
  --line: rgba(106, 135, 190, 0.32);
  --line-strong: rgba(150, 188, 255, 0.62);
  --accent: #3ad0ff;
  --accent-alt: #9d7bff;
  --accent-hot: #ff6f4a;
  --max: 1200px;
  --section-space: clamp(3.8rem, 8vw, 8rem);
  --radius-xl: 2rem;
  --radius-lg: 1.3rem;
  --radius-md: 0.95rem;
  --title-font: "Syne", "Avenir Next", sans-serif;
  --serif-font: "Fraunces", "Times New Roman", serif;
  --body-font: "Manrope", "Segoe UI", sans-serif;
  --shadow-lg: 0 34px 74px rgba(0, 0, 0, 0.66);
  --shadow-md: 0 22px 44px rgba(0, 0, 0, 0.56);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  background:
    radial-gradient(circle at 16% -8%, rgba(58, 208, 255, 0.24), transparent 34%),
    radial-gradient(circle at 86% 10%, rgba(157, 123, 255, 0.18), transparent 30%),
    radial-gradient(circle at 54% 118%, rgba(255, 111, 74, 0.16), transparent 36%),
    linear-gradient(180deg, var(--bg) 0%, var(--bg-deep) 100%);
  color: var(--ink);
  font-family: var(--body-font);
  line-height: 1.55;
  overflow-x: clip;
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.page-ambient {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -2;
}

.orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(1.2px);
  opacity: 0.8;
}

.orb-one {
  width: min(66vw, 56rem);
  aspect-ratio: 1;
  top: -24rem;
  left: -24rem;
  background: radial-gradient(circle at 58% 40%, rgba(58, 208, 255, 0.62), transparent 64%);
}

.orb-two {
  width: min(56vw, 46rem);
  aspect-ratio: 1;
  top: 8rem;
  right: -18rem;
  background: radial-gradient(circle at 40% 40%, rgba(157, 123, 255, 0.46), transparent 66%);
}

.orb-three {
  width: min(58vw, 48rem);
  aspect-ratio: 1;
  bottom: -26rem;
  left: 22%;
  background: radial-gradient(circle at 50% 50%, rgba(255, 111, 74, 0.4), transparent 66%);
}

.mesh {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(142, 168, 212, 0.085) 1px, transparent 1px),
    linear-gradient(90deg, rgba(142, 168, 212, 0.085) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(circle at 50% 34%, #000 45%, transparent 90%);
}

.noise {
  position: absolute;
  inset: 0;
  opacity: 0.1;
  background-image:
    radial-gradient(circle at 18% 16%, rgba(255, 255, 255, 0.72) 0.4px, transparent 0.6px),
    radial-gradient(circle at 83% 63%, rgba(116, 153, 214, 0.44) 0.6px, transparent 0.8px);
  background-size: 3px 3px, 4px 4px;
}

.shell {
  width: min(94vw, var(--max));
  margin-inline: auto;
}

.site-nav {
  position: sticky;
  top: 1rem;
  z-index: 60;
  padding-top: 1rem;
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.82rem 1rem;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.84);
  border: 1px solid rgba(126, 161, 224, 0.28);
  backdrop-filter: blur(16px);
  box-shadow:
    0 14px 30px rgba(0, 0, 0, 0.56),
    0 0 28px rgba(58, 208, 255, 0.11);
}

.brand img {
  width: 108px;
  filter: drop-shadow(0 0 14px rgba(71, 186, 210, 0.18));
}

nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.9rem;
}

nav a {
  color: rgba(233, 241, 255, 0.82);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 0.67rem;
  font-weight: 700;
  padding: 0.35rem 0.55rem;
  border-radius: 999px;
  transition: color 220ms ease, background-color 220ms ease;
}

nav a:hover,
nav a:focus-visible {
  color: #ffffff;
  background-color: rgba(58, 208, 255, 0.2);
  box-shadow: 0 0 16px rgba(58, 208, 255, 0.24);
}

.hero,
.section,
.contact,
.footer {
  padding-block: var(--section-space);
}

.hero {
  min-height: clamp(42rem, 92vh, 54rem);
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  align-items: center;
  gap: clamp(1rem, 2vw, 2rem);
  padding-top: clamp(2.5rem, 7vw, 5rem);
}

.kicker {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.72rem;
  font-weight: 800;
  color: rgba(192, 210, 236, 0.72);
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.04;
  color: var(--ink);
}

h1,
h2 {
  font-family: var(--title-font);
  letter-spacing: -0.02em;
}

h1 {
  max-width: 11.5ch;
  font-size: clamp(2.8rem, 8vw, 6.6rem);
  font-weight: 700;
  margin-top: 0.6rem;
  text-wrap: balance;
}

h1 span {
  display: block;
  color: #f6c285;
  font-family: var(--serif-font);
  font-style: italic;
  font-weight: 700;
}

.lead {
  margin: 1.1rem 0 0;
  max-width: 57ch;
  font-size: clamp(1.03rem, 1.75vw, 1.26rem);
  color: var(--muted);
}

.hero-actions {
  margin-top: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 0.82rem 1.1rem;
  transition:
    transform 200ms ease,
    box-shadow 200ms ease,
    background-color 200ms ease,
    color 200ms ease,
    border-color 200ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
}

.btn-solid {
  background: linear-gradient(130deg, #1a2a47, #2f567f);
  color: #f2f7ff;
  border: 1px solid rgba(178, 204, 241, 0.4);
  box-shadow: 0 14px 30px rgba(7, 13, 26, 0.62);
}

.btn-solid:hover,
.btn-solid:focus-visible {
  box-shadow: 0 20px 34px rgba(6, 12, 22, 0.74);
}

.btn-ghost {
  border: 1px solid var(--line-strong);
  background: rgba(14, 23, 42, 0.72);
  color: #dce9ff;
}

.btn-ghost:hover,
.btn-ghost:focus-visible {
  background: rgba(20, 33, 59, 0.86);
  border-color: rgba(188, 208, 241, 0.66);
}

.hero-metrics {
  margin-top: 1.8rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
}

.hero-metrics article {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: linear-gradient(160deg, rgba(3, 6, 12, 0.94), rgba(0, 2, 7, 0.92));
  box-shadow: var(--shadow-md);
  padding: 0.84rem 0.8rem;
}

.metric {
  margin: 0;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #e7f1ff;
}

.metric-label {
  margin: 0.28rem 0 0;
  font-size: 0.83rem;
  color: rgba(184, 201, 229, 0.84);
}

.hero-visual {
  position: relative;
  min-height: clamp(25rem, 60vw, 40rem);
  padding: clamp(1rem, 2vw, 1.4rem);
}

.visual {
  margin: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(169, 194, 231, 0.26);
  box-shadow: var(--shadow-lg);
}

.visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.visual-main {
  position: relative;
  z-index: 1;
  background: #090f1d;
  aspect-ratio: 16 / 10;
}

.visual-float {
  position: absolute;
  z-index: 2;
  background: #0d1730;
}

.visual-mobile {
  width: min(42%, 15rem);
  bottom: -0.8rem;
  left: -0.2rem;
  animation: bobOne 8s ease-in-out infinite;
}

.visual-dashboard {
  width: min(47%, 17rem);
  top: -1rem;
  right: -0.7rem;
  animation: bobTwo 10s ease-in-out infinite;
}

.status-chip {
  position: absolute;
  z-index: 3;
  right: 0.8rem;
  bottom: 0.8rem;
  width: min(54%, 15rem);
  margin: 0;
  padding: 0.86rem 0.9rem;
  border-radius: 1rem;
  border: 1px solid rgba(162, 189, 230, 0.56);
  background: rgba(12, 22, 40, 0.86);
  box-shadow: var(--shadow-md);
}

.status-chip p {
  margin: 0;
}

.status-chip p:first-child {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.62rem;
  font-weight: 800;
  color: rgba(191, 212, 245, 0.82);
}

.status-chip p:last-child {
  margin-top: 0.42rem;
  font-size: 0.84rem;
  font-weight: 700;
  color: #edf4ff;
}

.ticker {
  margin-top: 0.5rem;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
  position: relative;
  background: rgba(0, 0, 0, 0.72);
}

.ticker::before,
.ticker::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: clamp(2rem, 9vw, 8rem);
  z-index: 2;
  pointer-events: none;
}

.ticker::before {
  left: 0;
  background: linear-gradient(90deg, var(--bg-soft), rgba(10, 18, 35, 0));
}

.ticker::after {
  right: 0;
  background: linear-gradient(270deg, var(--bg-soft), rgba(10, 18, 35, 0));
}

.ticker-track {
  display: flex;
  gap: 1.5rem;
  width: max-content;
  padding: 1.1rem 0;
  animation: tickerMove 28s linear infinite;
}

.ticker-track span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #d8e8ff;
}

.ticker-track span::before {
  content: "";
  width: 0.4rem;
  aspect-ratio: 1;
  border-radius: 99px;
  background: linear-gradient(160deg, var(--accent), var(--accent-alt));
}

.section {
  border-top: 1px solid var(--line);
}

.section-intro {
  margin-bottom: 1.1rem;
}

.eyebrow {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  font-weight: 800;
  color: rgba(193, 212, 240, 0.72);
}

h2 {
  margin-top: 0.55rem;
  font-size: clamp(2rem, 5.2vw, 4.5rem);
  max-width: 17ch;
  font-weight: 700;
  text-wrap: balance;
}

.section-copy {
  margin: 0.95rem 0 0;
  max-width: 63ch;
  color: var(--muted);
  font-size: 1.02rem;
}

.capabilities-block {
  margin-top: 1.2rem;
  display: grid;
  gap: 0.9rem;
}

.capabilities-head {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 1rem;
  background:
    radial-gradient(circle at 10% 22%, rgba(157, 123, 255, 0.14), transparent 46%),
    linear-gradient(160deg, rgba(4, 8, 16, 0.94), rgba(0, 3, 10, 0.96));
  box-shadow: var(--shadow-md);
}

.capabilities-head h3 {
  margin-top: 0.52rem;
  max-width: 36ch;
  font-size: clamp(1.18rem, 2.4vw, 1.85rem);
  line-height: 1.2;
}

.thought-layout {
  display: grid;
  grid-template-columns: 1.06fr 0.94fr;
  gap: 1rem;
  align-items: start;
  margin-bottom: 1.1rem;
}

.thought-head h2 {
  max-width: 12.5ch;
}

.thought-head .section-copy {
  max-width: 58ch;
}

.thought-aside {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 8% 18%, rgba(58, 208, 255, 0.13), transparent 42%),
    linear-gradient(160deg, rgba(4, 9, 18, 0.94), rgba(0, 3, 10, 0.96));
  box-shadow: var(--shadow-md);
  padding: 1rem;
}

.thought-label {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.68rem;
  font-weight: 800;
  color: #93e3ff;
}

.thought-aside > p:not(.thought-label) {
  margin: 0.56rem 0 0;
  color: #b9cdee;
}

.thought-points {
  margin-top: 0.7rem;
  gap: 0.46rem;
}

.thought-points li {
  font-size: 0.92rem;
}

.what-grid {
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  gap: 1rem;
  align-items: end;
}

.what-grid h2 {
  margin-top: 0.2rem;
  max-width: 14ch;
}

.what-points {
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: linear-gradient(160deg, rgba(3, 7, 14, 0.92), rgba(0, 3, 8, 0.94));
  box-shadow: var(--shadow-md);
}

.what-points p {
  margin: 0;
  padding: 1rem 1rem;
  border-bottom: 1px solid rgba(153, 180, 224, 0.24);
  color: #e6f0ff;
  font-weight: 600;
}

.what-points p:last-child {
  border-bottom: 0;
}

.products-grid,
.compare-grid {
  display: grid;
  gap: 1rem;
}

.services-interactive {
  --service-glow: #3ad0ff;
  --service-glow-alt: #58dff8;
  display: grid;
  grid-template-columns: minmax(16rem, 0.92fr) minmax(0, 1.08fr);
  gap: 1rem;
  align-items: start;
  position: relative;
}

.services-nav {
  display: grid;
  gap: 0.66rem;
}

.service-tab {
  width: 100%;
  display: grid;
  grid-template-columns: 2.4rem 1fr;
  gap: 0.8rem;
  text-align: left;
  border-radius: 1rem;
  border: 1px solid var(--line);
  background: linear-gradient(160deg, rgba(5, 9, 17, 0.92), rgba(0, 3, 9, 0.96));
  color: #dce9ff;
  padding: 0.94rem;
  cursor: pointer;
  transition:
    border-color 240ms ease,
    transform 240ms ease,
    box-shadow 240ms ease,
    background-color 240ms ease;
}

.service-tab:hover,
.service-tab:focus-visible {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--service-glow) 62%, #9ec4ff 38%);
  box-shadow:
    0 18px 34px rgba(0, 0, 0, 0.56),
    0 0 24px color-mix(in srgb, var(--service-glow) 42%, transparent);
}

.service-tab.is-active {
  border-color: color-mix(in srgb, var(--service-glow) 70%, #d8e7ff 30%);
  background:
    radial-gradient(
      circle at 8% 24%,
      color-mix(in srgb, var(--service-glow) 28%, transparent),
      transparent 44%
    ),
    linear-gradient(160deg, rgba(7, 13, 24, 0.96), rgba(0, 3, 10, 0.98));
  box-shadow:
    0 18px 34px rgba(0, 0, 0, 0.58),
    0 0 0 1px color-mix(in srgb, var(--service-glow) 34%, transparent),
    0 0 30px color-mix(in srgb, var(--service-glow) 36%, transparent);
}

.service-tab-icon {
  width: 2.05rem;
  height: 2.05rem;
  border-radius: 0.72rem;
  border: 1px solid color-mix(in srgb, var(--service-glow) 45%, #89a7d8 55%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: color-mix(in srgb, var(--service-glow) 70%, #e6f1ff 30%);
  background:
    radial-gradient(
      circle at 28% 22%,
      color-mix(in srgb, var(--service-glow) 30%, transparent),
      transparent 62%
    ),
    rgba(0, 0, 0, 0.34);
  box-shadow:
    inset 0 0 14px color-mix(in srgb, var(--service-glow) 20%, transparent),
    0 0 18px color-mix(in srgb, var(--service-glow) 22%, transparent);
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    color 220ms ease;
}

.service-tab-icon svg {
  width: 1.08rem;
  height: 1.08rem;
}

.service-tab-copy {
  display: grid;
  gap: 0.28rem;
}

.service-tab-title {
  font-family: var(--body-font);
  font-size: 1.04rem;
  font-weight: 700;
  letter-spacing: -0.005em;
  color: #f2f7ff;
}

.service-tab-desc {
  color: #9eb4d9;
  font-size: 0.89rem;
}

.service-tab.is-active .service-tab-icon {
  border-color: color-mix(in srgb, var(--service-glow) 78%, #ebf4ff 22%);
  color: color-mix(in srgb, var(--service-glow-alt) 72%, #eef6ff 28%);
  box-shadow:
    inset 0 0 18px color-mix(in srgb, var(--service-glow) 32%, transparent),
    0 0 24px color-mix(in srgb, var(--service-glow) 44%, transparent);
}

h3 {
  font-family: var(--body-font);
  font-size: clamp(1.14rem, 1.9vw, 1.48rem);
  letter-spacing: -0.005em;
  font-weight: 700;
  line-height: 1.24;
}

.service-detail-stage {
  position: relative;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: linear-gradient(160deg, rgba(4, 8, 16, 0.95), rgba(0, 3, 10, 0.98));
  box-shadow: var(--shadow-md);
  padding: 1rem;
  overflow: hidden;
  min-height: 26rem;
  isolation: isolate;
}

.service-detail-stage::before {
  content: "";
  position: absolute;
  inset: -26% 26% auto -22%;
  height: 18rem;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--service-glow) 28%, transparent),
    transparent 68%
  );
  pointer-events: none;
  z-index: 0;
  transition: background 300ms ease;
}

.service-detail-stage::after {
  content: "";
  position: absolute;
  inset: auto -12% -36% 48%;
  height: 18rem;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--service-glow-alt) 20%, transparent),
    transparent 70%
  );
  pointer-events: none;
  z-index: 0;
  transition: background 300ms ease;
}

.services-interactive.is-pulsing .service-detail-stage::before,
.services-interactive.is-pulsing .service-detail-stage::after {
  filter: saturate(1.25);
  transform: scale(1.04);
}

.service-detail {
  position: relative;
  z-index: 1;
  display: none;
  gap: 0.92rem;
  align-content: start;
}

.service-detail.is-active {
  display: grid;
  animation: serviceSwap 360ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.service-detail h3 {
  font-size: clamp(1.45rem, 3vw, 2.16rem);
  color: #f2f7ff;
  text-wrap: balance;
}

.service-detail-lead {
  margin: 0;
  color: #b5caf0;
  max-width: 56ch;
}

.service-examples {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
}

.service-example {
  border: 1px solid rgba(155, 181, 224, 0.3);
  border-radius: 0.9rem;
  padding: 0.82rem 0.84rem;
  background: linear-gradient(160deg, rgba(2, 5, 11, 0.84), rgba(0, 2, 8, 0.92));
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.44);
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
  opacity: 0;
  transform: translateY(10px);
}

.service-detail.is-active .service-example {
  animation: serviceExampleIn 420ms cubic-bezier(0.2, 0.7, 0.2, 1) forwards;
  animation-delay: var(--example-delay, 0ms);
}

.service-example:hover {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--service-glow) 56%, #a1c2ff 44%);
  box-shadow:
    0 20px 30px rgba(0, 0, 0, 0.5),
    0 0 20px color-mix(in srgb, var(--service-glow) 24%, transparent);
}

.service-example h4 {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-size: 0.67rem;
  font-weight: 800;
  color: #a5ecff;
}

.service-example p {
  margin: 0.42rem 0 0;
  color: #d5e3fc;
  font-size: 0.89rem;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.52rem;
}

li {
  position: relative;
  padding-left: 1.1rem;
  color: #dce8fb;
}

li::before {
  content: "";
  width: 0.42rem;
  aspect-ratio: 1;
  border-radius: 99px;
  background: linear-gradient(160deg, var(--accent), var(--accent-alt));
  position: absolute;
  left: 0;
  top: 0.56rem;
}

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

.product-card {
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 96% 8%, rgba(60, 191, 213, 0.2), transparent 45%),
    radial-gradient(circle at 8% 100%, rgba(231, 114, 82, 0.2), transparent 40%),
    rgba(6, 12, 24, 0.9);
  padding: 1.2rem;
  box-shadow: var(--shadow-md);
}

.product-card p {
  margin: 0.7rem 0 0;
  color: #afc3e6;
}

.scope-title {
  margin-top: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.68rem;
  font-weight: 800;
  color: #9ed8e5;
}

.scope-list {
  margin-top: 0.6rem;
  gap: 0.45rem;
}

.scope-list li {
  color: #d4e4fb;
  font-size: 0.92rem;
}

.compare-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.compare-grid article {
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  padding: 1.2rem;
  background: rgba(5, 11, 21, 0.9);
}

.compare-grid article:first-child {
  background: rgba(11, 20, 38, 0.78);
}

.compare-grid article:last-child {
  background: linear-gradient(160deg, rgba(15, 28, 48, 0.96), rgba(11, 72, 86, 0.92));
  border-color: rgba(176, 203, 241, 0.44);
}

.compare-grid article:last-child h3,
.compare-grid article:last-child li {
  color: #f4f8ff;
}

.compare-grid article:last-child li::before {
  background: linear-gradient(160deg, #7ee4ec, #ffc998);
}

.contact {
  position: relative;
  padding: clamp(1.6rem, 4.5vw, 3.2rem);
  margin-bottom: clamp(2rem, 5vw, 4rem);
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 1px solid rgba(169, 196, 235, 0.44);
  background:
    radial-gradient(circle at 12% 26%, rgba(67, 193, 214, 0.2), transparent 32%),
    radial-gradient(circle at 84% 16%, rgba(241, 179, 103, 0.2), transparent 30%),
    linear-gradient(140deg, #111f3a 0%, #0d3f53 50%, #9d4836 100%);
  color: #f8fbff;
  box-shadow: var(--shadow-lg);
}

.contact::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.16;
  pointer-events: none;
}

.contact > * {
  position: relative;
  z-index: 1;
}

.contact .eyebrow,
.contact .section-copy {
  color: rgba(237, 244, 255, 0.86);
}

.contact h2 {
  max-width: 14ch;
  color: #ffffff;
}

.contact-link {
  display: inline-block;
  margin-top: 1.4rem;
  text-decoration: none;
  font-family: var(--serif-font);
  font-size: clamp(1.45rem, 4vw, 2.65rem);
  letter-spacing: -0.01em;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.72);
}

.footer {
  border-top: 1px solid var(--line);
}

.footer p {
  margin: 0;
  font-family: var(--serif-font);
  font-size: clamp(1.18rem, 2.7vw, 1.95rem);
  color: #d7e6ff;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 700ms cubic-bezier(0.2, 0.7, 0.2, 1),
    transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
  transition-delay: var(--delay, 0ms);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes bobOne {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@keyframes bobTwo {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(10px);
  }
}

@keyframes tickerMove {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes serviceSwap {
  from {
    opacity: 0;
    transform: translateY(8px) scale(0.992);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes serviceExampleIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1100px) {
  .hero,
  .what-grid,
  .services-interactive,
  .thought-layout {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    gap: 1.4rem;
  }

  .hero-copy h1 {
    max-width: 13ch;
  }

  .hero-visual {
    min-height: clamp(23rem, 58vw, 33rem);
  }

  .service-examples {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-detail-stage {
    min-height: 0;
  }

  .products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .site-nav {
    top: 0.6rem;
    padding-top: 0.6rem;
  }

  .nav-inner {
    border-radius: 1.2rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.7rem;
  }

  nav {
    width: 100%;
    justify-content: flex-start;
    gap: 0.55rem;
  }

  .hero {
    padding-top: 1.3rem;
  }

  .hero-metrics,
  .products-grid,
  .compare-grid {
    grid-template-columns: 1fr;
  }

  .service-examples {
    grid-template-columns: 1fr;
  }

  .service-tab {
    grid-template-columns: 2rem 1fr;
    padding: 0.8rem;
  }

  .service-tab-icon {
    width: 1.8rem;
    height: 1.8rem;
  }

  .service-tab-title {
    font-size: 0.96rem;
  }

  .service-tab-desc {
    font-size: 0.84rem;
  }

  .thought-aside {
    padding: 0.9rem;
  }

  .capabilities-head {
    padding: 0.9rem;
  }

  .capabilities-head h3 {
    font-size: clamp(1.05rem, 5vw, 1.35rem);
  }

  .hero-visual {
    padding: 0.5rem;
  }

  .visual-mobile {
    width: min(46%, 12.8rem);
    left: 0;
    bottom: -0.3rem;
  }

  .visual-dashboard {
    width: min(50%, 13.5rem);
    top: -0.2rem;
    right: 0;
  }

  .status-chip {
    width: min(70%, 14rem);
    right: 0.3rem;
    bottom: 0.3rem;
  }

  .contact {
    margin-inline: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal,
  .reveal.visible {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .visual-mobile,
  .visual-dashboard,
  .ticker-track {
    animation: none;
  }

  .service-detail.is-active,
  .service-detail.is-active .service-example {
    animation: none;
  }

  .service-example {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .services-interactive.is-pulsing .service-detail-stage::before,
  .services-interactive.is-pulsing .service-detail-stage::after {
    transform: none;
  }
}
