:root {
  color-scheme: dark light;
  --bg: #050505;
  --bg-deep: #0a0a0b;
  --page-bg-start: #030304;
  --page-bg-mid: #050505;
  --page-bg-end: #0a0a0b;
  --page-accent-halo: rgba(255, 124, 54, 0.07);
  --page-atmosphere-left: rgba(255, 255, 255, 0.03);
  --page-atmosphere-right: rgba(255, 130, 66, 0.04);
  --page-sheen-top: rgba(255, 255, 255, 0.02);
  --page-sheen-bottom: rgba(255, 255, 255, 0.02);
  --page-grid-horizontal: rgba(255, 255, 255, 0.012);
  --page-grid-vertical: rgba(255, 255, 255, 0.01);
  --page-text: rgba(244, 239, 233, 0.96);
  --page-text-muted: rgba(196, 186, 177, 0.72);
  --page-text-faint: rgba(196, 186, 177, 0.44);
  --surface: rgba(14, 15, 17, 0.54);
  --surface-strong: rgba(18, 20, 24, 0.78);
  --surface-soft: rgba(255, 255, 255, 0.035);
  --border: rgba(255, 255, 255, 0.08);
  --border-strong: rgba(255, 255, 255, 0.14);
  --text: rgba(244, 239, 233, 0.96);
  --text-muted: rgba(196, 186, 177, 0.72);
  --text-faint: rgba(196, 186, 177, 0.44);
  --accent: #ff5c00;
  --accent-soft: #ffb58e;
  --accent-pale: #ffd7c2;
  --shadow-deep: 0 48px 120px rgba(0, 0, 0, 0.56);
  --shadow-soft: 0 20px 48px rgba(0, 0, 0, 0.3);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 14px;
  --max-width: 1180px;
  --header-width: min(1080px, calc(100vw - 32px));
  --header-surface: rgba(16, 18, 22, 0.42);
  --header-tint-top: rgba(255, 255, 255, 0.15);
  --header-tint-bottom: rgba(255, 255, 255, 0.045);
  --header-halo-left: rgba(255, 255, 255, 0.18);
  --header-halo-right: rgba(255, 162, 106, 0.1);
  --header-halo-bottom: rgba(255, 255, 255, 0.055);
  --header-border: rgba(255, 255, 255, 0.12);
  --header-border-soft: rgba(255, 255, 255, 0.08);
  --header-edge-highlight: rgba(255, 255, 255, 0.28);
  --header-edge-shadow: rgba(255, 255, 255, 0.04);
  --header-reflection: rgba(255, 255, 255, 0.18);
  --header-reflection-soft: rgba(255, 255, 255, 0.09);
  --header-shadow-deep: rgba(0, 0, 0, 0.3);
  --header-shadow-soft: rgba(0, 0, 0, 0.18);
  --header-nav-surface: rgba(255, 255, 255, 0.028);
  --header-nav-border: rgba(255, 255, 255, 0.06);
  --header-nav-text: rgba(221, 214, 205, 0.72);
  --header-nav-text-strong: rgba(248, 244, 240, 0.96);
  --header-nav-hover-bg: rgba(255, 255, 255, 0.065);
  --header-cta-surface: rgba(255, 255, 255, 0.04);
  --header-cta-surface-strong: rgba(255, 255, 255, 0.08);
  --header-cta-border: rgba(255, 255, 255, 0.09);
  --header-cta-text: rgba(248, 244, 240, 0.95);
  --header-cta-shadow: rgba(0, 0, 0, 0.24);
  --brand-logo-light-opacity: 1;
  --brand-logo-dark-opacity: 0;
  --brand-logo-shadow: rgba(255, 96, 22, 0.16);
}

@media (prefers-color-scheme: light) {
  :root {
    --page-bg-start: #f8f4ed;
    --page-bg-mid: #f4efe8;
    --page-bg-end: #ebe4db;
    --page-accent-halo: rgba(255, 139, 70, 0.08);
    --page-atmosphere-left: rgba(255, 255, 255, 0.68);
    --page-atmosphere-right: rgba(255, 165, 95, 0.1);
    --page-sheen-top: rgba(255, 255, 255, 0.32);
    --page-sheen-bottom: rgba(255, 255, 255, 0.18);
    --page-grid-horizontal: rgba(96, 78, 60, 0.05);
    --page-grid-vertical: rgba(96, 78, 60, 0.04);
    --page-text: rgba(28, 24, 20, 0.96);
    --page-text-muted: rgba(88, 72, 58, 0.76);
    --page-text-faint: rgba(88, 72, 58, 0.52);
    --header-surface: rgba(255, 252, 247, 0.54);
    --header-tint-top: rgba(255, 255, 255, 0.74);
    --header-tint-bottom: rgba(255, 255, 255, 0.18);
    --header-halo-left: rgba(255, 255, 255, 0.88);
    --header-halo-right: rgba(255, 175, 124, 0.16);
    --header-halo-bottom: rgba(153, 126, 103, 0.08);
    --header-border: rgba(118, 99, 82, 0.14);
    --header-border-soft: rgba(118, 99, 82, 0.09);
    --header-edge-highlight: rgba(255, 255, 255, 0.78);
    --header-edge-shadow: rgba(118, 99, 82, 0.05);
    --header-reflection: rgba(255, 255, 255, 0.62);
    --header-reflection-soft: rgba(255, 255, 255, 0.24);
    --header-shadow-deep: rgba(98, 77, 58, 0.12);
    --header-shadow-soft: rgba(98, 77, 58, 0.08);
    --header-nav-surface: rgba(84, 70, 56, 0.04);
    --header-nav-border: rgba(84, 70, 56, 0.08);
    --header-nav-text: rgba(84, 70, 56, 0.7);
    --header-nav-text-strong: rgba(31, 26, 21, 0.92);
    --header-nav-hover-bg: rgba(84, 70, 56, 0.07);
    --header-cta-surface: rgba(255, 255, 255, 0.44);
    --header-cta-surface-strong: rgba(255, 255, 255, 0.74);
    --header-cta-border: rgba(118, 99, 82, 0.12);
    --header-cta-text: rgba(31, 26, 21, 0.9);
    --header-cta-shadow: rgba(98, 77, 58, 0.12);
    --brand-logo-light-opacity: 0;
    --brand-logo-dark-opacity: 1;
    --brand-logo-shadow: rgba(255, 96, 22, 0.12);
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  position: relative;
  overflow-x: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top, var(--page-accent-halo), transparent 22%),
    linear-gradient(180deg, var(--page-bg-start) 0%, var(--page-bg-mid) 30%, var(--page-bg-end) 100%);
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -4;
}

body::before {
  background:
    radial-gradient(circle at 18% 18%, var(--page-atmosphere-left), transparent 28%),
    radial-gradient(circle at 82% 16%, var(--page-atmosphere-right), transparent 24%);
  opacity: 0.85;
}

body::after {
  background:
    linear-gradient(180deg, var(--page-sheen-top), transparent 18%),
    linear-gradient(0deg, var(--page-sheen-bottom), transparent 22%);
  opacity: 0.25;
}

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

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

.background-orb {
  position: fixed;
  z-index: -3;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(70px);
  opacity: 0.14;
  will-change: transform;
  animation: drift 26s ease-in-out infinite;
}

.background-orb--one {
  top: 12%;
  left: 8%;
  width: 280px;
  height: 280px;
  background:
    radial-gradient(circle, rgba(255, 124, 54, 0.42) 0%, rgba(255, 124, 54, 0) 70%);
}

.background-orb--two {
  right: 6%;
  top: 34%;
  width: 360px;
  height: 360px;
  background:
    radial-gradient(circle, rgba(170, 188, 255, 0.18) 0%, rgba(170, 188, 255, 0) 72%);
  animation-duration: 34s;
}

.background-orb--three {
  left: 42%;
  bottom: 18%;
  width: 420px;
  height: 420px;
  background:
    radial-gradient(circle, rgba(255, 179, 138, 0.14) 0%, rgba(255, 179, 138, 0) 76%);
  animation-duration: 38s;
}

.background-grid {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  opacity: 0.1;
  background:
    linear-gradient(var(--page-grid-horizontal) 1px, transparent 1px),
    linear-gradient(90deg, var(--page-grid-vertical) 1px, transparent 1px);
  background-size: 100% 144px, 144px 100%;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), #000 24%, #000 80%, transparent);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  padding: 32px 16px 0;
}

.site-header__shell {
  position: relative;
  overflow: hidden;
  width: var(--header-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: clamp(20px, 2vw, 32px);
  min-height: 76px;
  padding: 16px 24px;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background-color: rgba(255, 255, 255, 0.02);
  background-image: linear-gradient(
    110deg,
    transparent 20%,
    rgba(255, 255, 255, 0.03) 40%,
    rgba(255, 255, 255, 0.08) 50%,
    rgba(255, 255, 255, 0.03) 60%,
    transparent 80%
  );
  background-size: 200% auto;
  backdrop-filter: blur(120px);
  box-shadow:
    inset 0 1px 2px 0 rgba(255, 255, 255, 0.2),
    inset 0 -1px 1px 0 rgba(255, 255, 255, 0.05),
    inset 1px 0 2px 0 rgba(255, 255, 255, 0.1),
    inset -1px 0 2px 0 rgba(255, 255, 255, 0.1),
    0 20px 40px -10px rgba(0, 0, 0, 0.8),
    0 0 0 1px rgba(255, 255, 255, 0.05);
  transition: all 700ms ease;
  animation: glassShimmer 15s infinite linear;
}

.liquid-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--border);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.025)),
    radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.12), transparent 36%),
    radial-gradient(circle at 100% 0%, rgba(255, 163, 112, 0.06), transparent 28%),
    radial-gradient(circle at 82% 90%, rgba(255, 255, 255, 0.035), transparent 42%),
    var(--surface);
  backdrop-filter: blur(28px) saturate(145%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    inset 0 -1px 0 rgba(255, 255, 255, 0.03),
    inset 1px 0 0 rgba(255, 255, 255, 0.04),
    inset -1px 0 0 rgba(255, 255, 255, 0.02),
    0 30px 80px rgba(0, 0, 0, 0.38),
    0 12px 28px rgba(0, 0, 0, 0.22);
}

.liquid-panel::before,
.liquid-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.liquid-panel::before {
  background:
    linear-gradient(112deg, transparent 16%, rgba(255, 255, 255, 0.11) 28%, transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), transparent 34%);
  opacity: 0.55;
}

.liquid-panel::after {
  inset: 1px;
  border-radius: inherit;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  mask-image: linear-gradient(180deg, #000, transparent 80%);
}

.brand {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  justify-self: start;
  min-height: 32px;
  padding: 0;
  color: var(--page-text);
  outline: none;
  --brand-current-light-opacity: var(--brand-logo-light-opacity);
  --brand-current-dark-opacity: var(--brand-logo-dark-opacity);
  --brand-current-accent-opacity: 0;
}

.brand__logo-stack {
  position: relative;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
}

.brand__logo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition:
    opacity 220ms ease,
    transform 260ms ease,
    filter 260ms ease;
  will-change: opacity, transform, filter;
}

.brand__logo--light {
  opacity: var(--brand-current-light-opacity);
}

.brand__logo--dark {
  opacity: var(--brand-current-dark-opacity);
}

.brand__logo--accent {
  opacity: var(--brand-current-accent-opacity);
  transform: translateY(0.5px) scale(0.985);
  filter: drop-shadow(0 2px 8px var(--brand-logo-shadow));
}

.brand:hover,
.brand:focus-visible {
  --brand-current-light-opacity: 0;
  --brand-current-dark-opacity: 0;
  --brand-current-accent-opacity: 1;
}

.brand:hover .brand__logo--accent,
.brand:focus-visible .brand__logo--accent {
  transform: translateY(0) scale(1);
}

.site-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  justify-self: center;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.site-nav__link,
.site-header__cta,
.contact-band__button {
  transition:
    color 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    transform 220ms ease,
    box-shadow 220ms ease;
}

.site-nav__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  padding: 0;
  border-radius: 0;
  color: rgba(255, 255, 255, 0.6);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  background: transparent;
}

.site-nav__link::after {
  content: none;
}

.site-nav__link:hover,
.site-nav__link:focus-visible {
  color: rgba(255, 255, 255, 1);
  background: transparent;
  outline: none;
}

.site-nav__link.is-active {
  color: rgba(255, 255, 255, 1);
  background: transparent;
}

.site-header__cta {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  color: rgba(244, 239, 233, 0.9);
  font-size: 0.8rem;
  font-weight: 560;
  letter-spacing: 0.03em;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.082), rgba(255, 255, 255, 0.028)),
    rgba(255, 255, 255, 0.024);
  border: 1px solid rgba(255, 255, 255, 0.092);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.13),
    inset 0 -1px 0 rgba(255, 255, 255, 0.016),
    0 14px 30px rgba(0, 0, 0, 0.2);
  line-height: 1.1;
}

.site-header__cta:hover,
.site-header__cta:focus-visible {
  transform: translateY(-1px);
  outline: none;
  border-color: rgba(255, 191, 153, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.096), rgba(255, 255, 255, 0.034)),
    rgba(255, 255, 255, 0.03);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.17),
    inset 0 -1px 0 rgba(255, 255, 255, 0.02),
    0 18px 38px rgba(0, 0, 0, 0.24);
}

@media (prefers-color-scheme: light) {
  .site-header__shell {
    border-color: rgba(118, 99, 82, 0.14);
    background-color: rgba(255, 250, 245, 0.22);
    background-image: linear-gradient(
      110deg,
      transparent 20%,
      rgba(255, 255, 255, 0.16) 40%,
      rgba(255, 255, 255, 0.28) 50%,
      rgba(255, 255, 255, 0.14) 60%,
      transparent 80%
    );
    box-shadow:
      inset 0 1px 1px rgba(255, 255, 255, 0.72),
      inset 0 -1px 1px rgba(140, 112, 86, 0.06),
      0 20px 36px -18px rgba(111, 88, 61, 0.16),
      0 0 0 1px rgba(118, 99, 82, 0.05);
  }

  .site-nav__link {
    color: rgba(58, 46, 35, 0.84);
  }

  .site-nav__link:hover,
  .site-nav__link:focus-visible,
  .site-nav__link.is-active {
    color: rgba(22, 18, 14, 0.96);
  }

  .site-header__cta {
    color: rgba(22, 18, 14, 0.92);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.48), rgba(255, 255, 255, 0.24)),
      rgba(255, 255, 255, 0.1);
    border-color: rgba(118, 99, 82, 0.14);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.78),
      inset 0 -1px 0 rgba(140, 112, 86, 0.05),
      0 12px 24px rgba(111, 88, 61, 0.09);
  }

  .site-header__cta:hover,
  .site-header__cta:focus-visible {
    color: rgba(18, 14, 11, 0.98);
    border-color: rgba(118, 99, 82, 0.18);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0.28)),
      rgba(255, 255, 255, 0.12);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.84),
      inset 0 -1px 0 rgba(140, 112, 86, 0.06),
      0 14px 28px rgba(111, 88, 61, 0.11);
  }
}

.contact-band__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 14px;
  color: var(--text);
  font-size: 0.84rem;
  font-weight: 560;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 14px 32px rgba(0, 0, 0, 0.24);
}

.contact-band__button:hover,
.contact-band__button:focus-visible {
  transform: translateY(-1px);
  outline: none;
  border-color: rgba(255, 185, 147, 0.22);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 18px 40px rgba(0, 0, 0, 0.28);
}

.site-main {
  width: min(var(--max-width), calc(100vw - 32px));
  margin: 0 auto;
  padding-bottom: 120px;
}

.hero {
  min-height: calc(100vh - 140px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 124px 0 72px;
  text-align: center;
}

.eyebrow,
.section-heading__eyebrow,
.principle-panel__index,
.capability-card__label {
  margin: 0;
  color: var(--accent-soft);
  font-size: 0.74rem;
  font-weight: 620;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.hero__title {
  margin: 18px 0 0;
  font-size: clamp(3.8rem, 10vw, 7.35rem);
  line-height: 1;
  letter-spacing: -0.075em;
  font-weight: 650;
  overflow: visible;
  padding-bottom: 0.08em;
  color: var(--page-text);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.hero__line,
.pixel-word {
  display: block;
}

.hero__line {
  padding-bottom: 0.1em;
  color: transparent;
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    #e2ddd8 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pixel-word {
  position: relative;
  margin-top: 4px;
  color: transparent;
  isolation: isolate;
  letter-spacing: -0.03em;
}

.pixel-word__measure,
.pixel-word__outline,
.pixel-word__fallback {
  display: block;
  font: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-align: inherit;
  white-space: pre;
  font-kerning: none;
  font-variant-ligatures: none;
  font-feature-settings: "kern" 0, "liga" 0, "clig" 0;
}

.pixel-word__measure {
  visibility: hidden;
}

.pixel-word__outline,
.pixel-word__fallback,
.pixel-word__canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.pixel-word__outline {
  opacity: 0;
  visibility: hidden;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 223, 205, 0.16);
  text-shadow: 0 0 10px rgba(255, 110, 24, 0.045);
}

.pixel-word__fallback {
  background: linear-gradient(90deg, var(--accent-pale) 0%, #ff9e63 45%, var(--accent) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pixel-word__canvas {
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  image-rendering: pixelated;
  filter:
    drop-shadow(0 0 8px rgba(255, 108, 31, 0.13))
    drop-shadow(0 0 18px rgba(255, 98, 12, 0.08));
}

.pixel-word.is-ready .pixel-word__outline,
.pixel-word.is-ready .pixel-word__canvas {
  opacity: 1;
  visibility: visible;
}

.pixel-word.is-ready .pixel-word__fallback {
  opacity: 0;
  visibility: hidden;
}

@media (prefers-color-scheme: light) {
  .hero__line {
    background: linear-gradient(
      180deg,
      rgba(36, 29, 24, 0.985) 0%,
      rgba(74, 62, 51, 0.925) 100%
    );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

.hero__copy {
  width: min(700px, 100%);
  margin: 30px 0 0;
  color: var(--page-text-muted);
  font-size: clamp(1.02rem, 2vw, 1.24rem);
  line-height: 1.65;
  letter-spacing: -0.015em;
}

.section-heading {
  width: min(820px, 100%);
  margin: 0 auto 40px;
  text-align: center;
}

.section-heading--narrow {
  width: min(760px, 100%);
}

.section-heading__title {
  margin: 14px 0 0;
  color: var(--page-text);
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.05;
  letter-spacing: -0.05em;
  font-weight: 620;
}

.capabilities,
.principles,
.contact-band {
  padding-top: 48px;
}

.capabilities__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}

.capability-card {
  position: relative;
  min-height: 460px;
  padding: 1px;
  overflow: hidden;
  border-radius: var(--radius-xl);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(10, 10, 10, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: var(--shadow-deep);
}

.capability-card:nth-child(2) {
  transform: translateY(72px);
}

.capability-card:nth-child(3) {
  transform: translateY(24px);
}

.capability-card__visual,
.capability-card__visual::before,
.capability-card__visual::after {
  position: absolute;
  inset: 0;
  content: "";
}

.capability-card__visual {
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.5)),
    radial-gradient(circle at 12% 14%, rgba(255, 255, 255, 0.2), transparent 28%),
    linear-gradient(135deg, rgba(14, 18, 18, 0.95), rgba(8, 10, 12, 0.82) 55%, rgba(6, 8, 10, 0.98));
}

.capability-card__visual::before {
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.18), transparent 34%, transparent 65%, rgba(255, 255, 255, 0.04)),
    radial-gradient(circle at 78% 16%, rgba(255, 255, 255, 0.08), transparent 22%);
  opacity: 0.88;
}

.capability-card__visual::after {
  background:
    linear-gradient(180deg, transparent 48%, rgba(0, 0, 0, 0.56)),
    radial-gradient(circle at 60% 72%, rgba(255, 255, 255, 0.04), transparent 28%);
}

.capability-card--studio .capability-card__visual {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.48)),
    radial-gradient(circle at 24% 18%, rgba(202, 236, 214, 0.18), transparent 24%),
    linear-gradient(135deg, rgba(15, 30, 26, 0.98), rgba(11, 24, 21, 0.9) 55%, rgba(8, 16, 17, 0.98));
}

.capability-card--design .capability-card__visual {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.48)),
    radial-gradient(circle at 68% 20%, rgba(244, 211, 180, 0.16), transparent 24%),
    linear-gradient(135deg, rgba(34, 32, 24, 0.98), rgba(19, 23, 29, 0.92) 58%, rgba(14, 16, 18, 0.98));
}

.capability-card--intelligence .capability-card__visual {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.48)),
    radial-gradient(circle at 72% 18%, rgba(190, 211, 255, 0.14), transparent 24%),
    linear-gradient(135deg, rgba(12, 20, 24, 0.98), rgba(10, 16, 20, 0.92) 52%, rgba(8, 10, 14, 0.98));
}

.capability-card__content {
  position: relative;
  z-index: 1;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  gap: 14px;
  padding: 34px 30px 30px;
}

.capability-card__title {
  margin: 0;
  font-size: clamp(1.45rem, 2.5vw, 2rem);
  line-height: 1.05;
  letter-spacing: -0.045em;
  font-weight: 620;
}

.capability-card__copy,
.principle-panel__copy {
  margin: 0;
  color: var(--text-muted);
  font-size: 1rem;
  line-height: 1.7;
}

.principles__stack {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-top: 20px;
}

.principle-panel {
  width: min(820px, 100%);
  padding: 34px 36px 36px;
  border-radius: 30px;
}

.principle-panel--offset {
  align-self: flex-end;
}

.principle-panel--center {
  align-self: center;
}

.principle-panel__title {
  margin: 20px 0 12px;
  font-size: clamp(1.9rem, 3vw, 2.85rem);
  line-height: 1.04;
  letter-spacing: -0.045em;
  font-weight: 620;
}

.contact-band {
  padding-top: 120px;
}

.contact-band__panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 34px 36px;
  border-radius: 32px;
}

.contact-band__copy {
  width: min(720px, 100%);
}

.contact-band__title {
  margin: 14px 0 0;
  font-size: clamp(1.85rem, 3.6vw, 3.05rem);
  line-height: 1.07;
  letter-spacing: -0.05em;
  font-weight: 620;
}

.contact-band__button {
  flex-shrink: 0;
  min-height: 52px;
  padding-inline: 20px;
  color: var(--accent-pale);
}

.site-footer {
  width: min(var(--max-width), calc(100vw - 32px));
  margin: 0 auto;
  padding: 36px 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--page-text-faint);
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.site-footer__brand,
.site-footer__links {
  display: inline-flex;
  align-items: center;
  gap: 18px;
}

.site-footer__links a:hover,
.site-footer__links a:focus-visible {
  color: var(--text);
  outline: none;
}

@keyframes glassShimmer {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 200% 50%;
  }
}

@keyframes drift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(16px, -22px, 0) scale(1.08);
  }
}

@media (max-width: 1080px) {
  .site-header__shell {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  }

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

  .capability-card:nth-child(2),
  .capability-card:nth-child(3) {
    transform: none;
  }

  .capability-card:nth-child(3) {
    grid-column: 1 / -1;
  }

  .contact-band__panel {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 880px) {
  .site-header {
    padding-top: 16px;
  }

  .site-header__shell {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 14px;
    padding: 16px 18px 18px;
    border-radius: 30px;
  }

  .brand,
  .site-header__cta {
    justify-self: center;
  }

  .site-nav {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }

  .hero {
    padding-top: 96px;
  }
}

@media (max-width: 720px) {
  .site-main,
  .site-footer {
    width: min(var(--max-width), calc(100vw - 24px));
  }

  .hero {
    min-height: auto;
    padding-bottom: 56px;
  }

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

  .capability-card {
    min-height: 400px;
  }

  .capability-card:nth-child(3) {
    grid-column: auto;
  }

  .principle-panel,
  .contact-band__panel {
    padding: 28px 24px;
    border-radius: 24px;
  }

  .contact-band {
    padding-top: 88px;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    letter-spacing: 0.12em;
  }
}

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

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