:root {
  --bg: #07111f;
  --bg-soft: #0d1c30;
  --panel: rgba(8, 23, 42, 0.72);
  --panel-strong: rgba(10, 28, 52, 0.9);
  --text: #eff7ff;
  --muted: #99aec7;
  --line: rgba(168, 211, 255, 0.14);
  --primary: #1db6da;
  --primary-soft: #6fe2f6;
  --deep: #123f73;
  --body-bg: radial-gradient(circle at top left, rgba(29, 182, 218, 0.2), transparent 30%),
    radial-gradient(circle at 80% 15%, rgba(18, 63, 115, 0.5), transparent 26%),
    linear-gradient(160deg, #04101d 0%, #091628 40%, #03070d 100%);
  --grid-line: rgba(123, 164, 216, 0.08);
  --grid-mask: radial-gradient(circle at center, black 45%, transparent 90%);
  --ambient-a: radial-gradient(circle, rgba(29, 182, 218, 0.22), transparent 68%);
  --ambient-b: radial-gradient(circle, rgba(18, 63, 115, 0.34), transparent 72%);
  --hero-halo: radial-gradient(circle at 58% 46%, rgba(29, 182, 218, 0.12), transparent 28%);
  --hero-side-bg: #07518c;
  --button-primary-bg: rgba(8, 24, 44, 0.88);
  --button-primary-bg-hover: rgba(11, 32, 56, 0.92);
  --button-secondary-bg: transparent;
  --button-secondary-bg-hover: rgba(7, 21, 38, 0.42);
  --button-secondary-text: rgba(239, 247, 255, 0.82);
  --contact-button-bg: #07518c;
  --contact-button-bg-hover: #0a609f;
  --contact-button-text: #eff7ff;
  --hero-values-color: rgba(178, 221, 235, 0.82);
  --hero-image-overlay: linear-gradient(180deg, rgba(4, 16, 29, 0.18) 0%, rgba(4, 16, 29, 0.08) 48%, rgba(4, 16, 29, 0.24) 100%);
  --carousel-dot-bg: rgba(239, 247, 255, 0.34);
  --carousel-dot-active-bg: rgba(111, 226, 246, 0.9);
  --depth-overlay-a: linear-gradient(90deg, rgba(4, 16, 29, 0.86) 0%, rgba(4, 16, 29, 0.48) 48%, rgba(4, 16, 29, 0.84) 100%);
  --depth-overlay-b: linear-gradient(180deg, rgba(4, 16, 29, 0.78) 0%, rgba(4, 16, 29, 0.08) 44%, rgba(4, 16, 29, 0.82) 100%);
  --depth-glow-a: radial-gradient(circle at 24% 42%, rgba(29, 182, 218, 0.2), transparent 32%);
  --depth-glow-b: radial-gradient(circle at 82% 64%, rgba(111, 226, 246, 0.12), transparent 34%);
  --depth-card-bg: rgba(5, 17, 31, 0.56);
  --depth-card-border: rgba(111, 226, 246, 0.34);
  --depth-heading: #eff7ff;
  --depth-copy: rgba(219, 235, 248, 0.78);
  --node-bg: linear-gradient(180deg, rgba(17, 30, 51, 0.95), rgba(11, 20, 36, 0.9));
  --core-bg: linear-gradient(180deg, rgba(9, 23, 41, 0.94), rgba(6, 15, 28, 0.86));
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.34);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --content-width: 1180px;
  --body-font: "Plus Jakarta Sans", sans-serif;
  --display-font: "Bebas Neue", sans-serif;
  --display-weight: 400;
  --display-tracking: 0.08em;
  --node-tracking: 0.12em;
}

body[data-theme="light"] {
  --bg: #f6fbff;
  --bg-soft: #eaf3f8;
  --panel: rgba(255, 255, 255, 0.76);
  --panel-strong: rgba(255, 255, 255, 0.92);
  --text: #0b1d2f;
  --muted: #526b7c;
  --line: rgba(16, 74, 112, 0.16);
  --primary: #0b79a5;
  --primary-soft: #21a8cf;
  --deep: #cfe8f3;
  --body-bg: radial-gradient(circle at top left, rgba(33, 168, 207, 0.16), transparent 34%),
    radial-gradient(circle at 82% 20%, rgba(198, 228, 241, 0.84), transparent 28%),
    linear-gradient(160deg, #fbfdff 0%, #eef7fb 48%, #dfeff6 100%);
  --grid-line: rgba(34, 79, 111, 0.1);
  --ambient-a: radial-gradient(circle, rgba(29, 159, 197, 0.14), transparent 68%);
  --ambient-b: radial-gradient(circle, rgba(112, 159, 187, 0.22), transparent 72%);
  --hero-halo: radial-gradient(circle at 58% 46%, rgba(29, 159, 197, 0.12), transparent 30%);
  --hero-side-bg: #0d6fa3;
  --button-primary-bg: rgba(255, 255, 255, 0.82);
  --button-primary-bg-hover: rgba(239, 249, 253, 0.96);
  --button-secondary-bg: rgba(255, 255, 255, 0.32);
  --button-secondary-bg-hover: rgba(255, 255, 255, 0.62);
  --button-secondary-text: rgba(11, 29, 47, 0.74);
  --contact-button-bg: #0d6fa3;
  --contact-button-bg-hover: #0a5f8f;
  --contact-button-text: #f7fcff;
  --hero-values-color: rgba(236, 249, 255, 0.86);
  --hero-image-overlay: linear-gradient(180deg, rgba(5, 35, 56, 0.18) 0%, rgba(5, 35, 56, 0.06) 48%, rgba(5, 35, 56, 0.22) 100%);
  --carousel-dot-bg: rgba(7, 38, 60, 0.32);
  --carousel-dot-active-bg: rgba(33, 168, 207, 0.92);
  --depth-overlay-a: linear-gradient(90deg, rgba(5, 25, 42, 0.78) 0%, rgba(5, 25, 42, 0.34) 48%, rgba(5, 25, 42, 0.72) 100%);
  --depth-overlay-b: linear-gradient(180deg, rgba(5, 25, 42, 0.7) 0%, rgba(5, 25, 42, 0.08) 44%, rgba(5, 25, 42, 0.76) 100%);
  --depth-glow-a: radial-gradient(circle at 24% 42%, rgba(33, 168, 207, 0.2), transparent 32%);
  --depth-glow-b: radial-gradient(circle at 82% 64%, rgba(111, 226, 246, 0.14), transparent 34%);
  --depth-card-bg: rgba(248, 253, 255, 0.68);
  --depth-card-border: rgba(33, 168, 207, 0.4);
  --depth-heading: #f7fcff;
  --depth-copy: rgba(225, 241, 249, 0.82);
  --node-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(238, 247, 252, 0.9));
  --core-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(229, 242, 248, 0.86));
  --shadow: 0 26px 70px rgba(36, 78, 105, 0.18);
}

body[data-theme="contrast"] {
  --bg: #f3f6f7;
  --bg-soft: #111820;
  --panel: rgba(12, 18, 26, 0.82);
  --panel-strong: rgba(8, 13, 20, 0.94);
  --text: #111820;
  --muted: #4a5660;
  --line: rgba(9, 21, 31, 0.18);
  --primary: #006fa4;
  --primary-soft: #35bddf;
  --deep: #0d1822;
  --body-bg: radial-gradient(circle at top left, rgba(0, 111, 164, 0.14), transparent 34%),
    radial-gradient(circle at 82% 18%, rgba(8, 16, 24, 0.12), transparent 26%),
    linear-gradient(160deg, #fbfcfd 0%, #edf1f3 42%, #dbe3e8 100%);
  --grid-line: rgba(8, 20, 31, 0.095);
  --ambient-a: radial-gradient(circle, rgba(13, 164, 201, 0.18), transparent 68%);
  --ambient-b: radial-gradient(circle, rgba(20, 30, 38, 0.18), transparent 72%);
  --hero-halo: radial-gradient(circle at 58% 46%, rgba(13, 164, 201, 0.12), transparent 28%);
  --hero-side-bg: #0e5a98;
  --button-primary-bg: rgba(12, 20, 30, 0.92);
  --button-primary-bg-hover: rgba(19, 32, 45, 0.96);
  --button-secondary-bg: rgba(255, 255, 255, 0.2);
  --button-secondary-bg-hover: rgba(9, 21, 31, 0.13);
  --button-secondary-text: rgba(9, 21, 31, 0.76);
  --contact-button-bg: #0e5a98;
  --contact-button-bg-hover: #0a477a;
  --contact-button-text: #f7fbff;
  --hero-values-color: rgba(240, 248, 252, 0.88);
  --hero-image-overlay: linear-gradient(180deg, rgba(3, 8, 14, 0.2) 0%, rgba(3, 8, 14, 0.08) 48%, rgba(3, 8, 14, 0.28) 100%);
  --carousel-dot-bg: rgba(17, 24, 32, 0.34);
  --carousel-dot-active-bg: rgba(53, 189, 223, 0.92);
  --depth-overlay-a: linear-gradient(90deg, rgba(5, 11, 18, 0.84) 0%, rgba(5, 11, 18, 0.44) 48%, rgba(5, 11, 18, 0.82) 100%);
  --depth-overlay-b: linear-gradient(180deg, rgba(5, 11, 18, 0.78) 0%, rgba(5, 11, 18, 0.08) 44%, rgba(5, 11, 18, 0.84) 100%);
  --depth-glow-a: radial-gradient(circle at 24% 42%, rgba(0, 111, 164, 0.2), transparent 32%);
  --depth-glow-b: radial-gradient(circle at 82% 64%, rgba(53, 189, 223, 0.12), transparent 34%);
  --depth-card-bg: rgba(8, 14, 22, 0.62);
  --depth-card-border: rgba(53, 189, 223, 0.34);
  --depth-heading: #f4f8fb;
  --depth-copy: rgba(222, 232, 238, 0.8);
  --node-bg: linear-gradient(180deg, rgba(13, 21, 31, 0.94), rgba(7, 14, 22, 0.9));
  --core-bg: linear-gradient(180deg, rgba(11, 19, 29, 0.94), rgba(6, 13, 20, 0.88));
  --shadow: 0 28px 76px rgba(17, 29, 38, 0.24);
}

body[data-theme="creative"] {
  --bg: #061d23;
  --bg-soft: #0b2c33;
  --panel: rgba(8, 36, 43, 0.76);
  --panel-strong: rgba(7, 31, 38, 0.92);
  --text: #f2fff8;
  --muted: #a7c7c6;
  --line: rgba(128, 239, 208, 0.14);
  --primary: #28d6c8;
  --primary-soft: #b8f28f;
  --deep: #0f6a70;
  --body-bg: radial-gradient(circle at top left, rgba(40, 214, 200, 0.16), transparent 32%),
    radial-gradient(circle at 82% 18%, rgba(184, 242, 143, 0.16), transparent 28%),
    linear-gradient(160deg, #041316 0%, #08252b 44%, #030707 100%);
  --grid-line: rgba(128, 239, 208, 0.07);
  --ambient-a: radial-gradient(circle, rgba(40, 214, 200, 0.16), transparent 68%);
  --ambient-b: radial-gradient(circle, rgba(184, 242, 143, 0.14), transparent 72%);
  --hero-halo: radial-gradient(circle at 58% 46%, rgba(40, 214, 200, 0.1), transparent 28%);
  --hero-side-bg: #0f6a70;
  --button-primary-bg: rgba(25, 39, 27, 0.9);
  --button-primary-bg-hover: rgba(32, 50, 34, 0.96);
  --button-secondary-bg: transparent;
  --button-secondary-bg-hover: rgba(205, 224, 131, 0.08);
  --button-secondary-text: rgba(246, 244, 232, 0.82);
  --contact-button-bg: #0f6a70;
  --contact-button-bg-hover: #12808a;
  --contact-button-text: #f2fff8;
  --hero-values-color: rgba(220, 255, 245, 0.86);
  --hero-image-overlay: linear-gradient(180deg, rgba(4, 19, 22, 0.2) 0%, rgba(4, 19, 22, 0.08) 48%, rgba(4, 19, 22, 0.28) 100%);
  --carousel-dot-bg: rgba(242, 255, 248, 0.3);
  --carousel-dot-active-bg: rgba(184, 242, 143, 0.92);
  --depth-overlay-a: linear-gradient(90deg, rgba(4, 19, 22, 0.86) 0%, rgba(4, 19, 22, 0.48) 48%, rgba(4, 19, 22, 0.84) 100%);
  --depth-overlay-b: linear-gradient(180deg, rgba(4, 19, 22, 0.78) 0%, rgba(4, 19, 22, 0.08) 44%, rgba(4, 19, 22, 0.82) 100%);
  --depth-glow-a: radial-gradient(circle at 24% 42%, rgba(40, 214, 200, 0.2), transparent 32%);
  --depth-glow-b: radial-gradient(circle at 82% 64%, rgba(184, 242, 143, 0.12), transparent 34%);
  --depth-card-bg: rgba(5, 34, 39, 0.58);
  --depth-card-border: rgba(184, 242, 143, 0.32);
  --depth-heading: #f2fff8;
  --depth-copy: rgba(220, 244, 238, 0.8);
  --node-bg: linear-gradient(180deg, rgba(25, 38, 30, 0.96), rgba(15, 23, 18, 0.9));
  --core-bg: linear-gradient(180deg, rgba(22, 35, 27, 0.95), rgba(12, 19, 15, 0.88));
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.38);
}

body[data-theme="light"] .hero h1,
body[data-theme="contrast"] .hero h1 {
  color: #eff7ff;
}

body[data-theme="light"] .differentiator .value-list p {
  color: #0b1d2f;
}

body[data-theme="contrast"] .timeline-card h3 {
  color: #f4f8fb;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: var(--body-font);
  color: var(--text);
  background: var(--body-bg);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  display: none;
  pointer-events: none;
  background:
    linear-gradient(var(--grid-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--grid-line) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: var(--grid-mask);
}

.site-shell {
  position: relative;
  overflow: hidden;
}

.theme-switcher {
  position: fixed;
  top: 1.6rem;
  left: 1.6rem;
  z-index: 50;
  display: inline-flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 0.4rem;
  border: 1px solid rgba(153, 174, 199, 0.14);
  border-radius: 18px;
  background: var(--panel);
  backdrop-filter: blur(12px);
}

.theme-row {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
}

.theme-dot {
  width: 0.72rem;
  height: 0.72rem;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  cursor: pointer;
  opacity: 0.62;
  transition:
    opacity 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.theme-dot:hover,
.theme-dot:focus-visible,
.theme-dot.is-active {
  opacity: 1;
  transform: scale(1.14);
  box-shadow: 0 0 0 3px rgba(111, 226, 246, 0.14);
}

.theme-dot-blue {
  background: linear-gradient(135deg, #07111f, #1db6da);
}

.theme-dot-light {
  background: linear-gradient(135deg, #ffffff, #9ad8ec);
}

.theme-dot-contrast {
  background: linear-gradient(135deg, #f5f7f8 0 48%, #0c131c 52% 100%);
}

.theme-dot-creative {
  background: linear-gradient(135deg, #10140f, #9dde72);
}

.site-shell::before,
.site-shell::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(10px);
}

.site-shell::before {
  width: 32rem;
  height: 32rem;
  top: 10rem;
  right: -12rem;
  background: var(--ambient-a);
}

.site-shell::after {
  width: 28rem;
  height: 28rem;
  left: -10rem;
  top: 58rem;
  background: var(--ambient-b);
}

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

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

.topbar,
.section,
.footer {
  width: min(calc(100% - 2rem), var(--content-width));
  margin-inline: auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.4rem;
  margin-top: 1rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(3, 11, 22, 0.72);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  font-family: var(--display-font);
  font-weight: 700;
  letter-spacing: 0.02em;
}

.brand img {
  width: 2.6rem;
  height: 2.6rem;
}

.topnav {
  display: flex;
  flex-wrap: wrap;
  gap: 1.15rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.topnav a:hover,
.topnav a:focus-visible {
  color: var(--text);
}

.section {
  position: relative;
  z-index: 1;
  padding: 5.5rem 0;
}

.hero {
  position: relative;
  width: 100%;
  min-height: min(100svh, 46rem);
  display: flex;
  align-items: flex-start;
  margin-inline: 0;
  padding-top: 0;
  padding-bottom: 0;
  background: var(--hero-side-bg);
  isolation: isolate;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0 0 0 65%;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 42%),
    var(--hero-side-bg);
  pointer-events: none;
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: visible;
}

.hero-image-wrap {
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 0;
  width: 65%;
  overflow: hidden;
  pointer-events: none;
}

.hero-image-wrap::before,
.hero-image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.hero-image-wrap::before {
  background: var(--hero-image-overlay);
}

.hero-image-wrap::after {
  content: none;
}

.hero-orcas-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 48% center;
  filter: saturate(1.08) contrast(1.04);
  transform: scale(1.02);
}

.hero-slide {
  opacity: 0;
  transition:
    opacity 900ms ease,
    transform 5200ms ease;
}

.hero-slide.is-active {
  opacity: 1;
  transform: scale(1.045);
}

.hero-carousel-dots {
  position: absolute;
  left: clamp(2rem, 5vw, 4.5rem);
  bottom: clamp(1.5rem, 4vw, 3rem);
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.hero-carousel-dot {
  width: 1.65rem;
  height: 0.42rem;
  border-radius: 999px;
  background: var(--carousel-dot-bg);
  box-shadow: 0 0 14px rgba(29, 182, 218, 0.12);
  transition:
    width 260ms ease,
    background 260ms ease,
    box-shadow 260ms ease,
    opacity 260ms ease;
}

.hero-carousel-dot.is-active {
  width: 3.2rem;
  background: var(--carousel-dot-active-bg);
  box-shadow: 0 0 18px rgba(111, 226, 246, 0.42);
}

.concept-core {
  position: absolute;
  width: min(13.8rem, 22vw);
  aspect-ratio: 1 / 1;
  right: 0.2%;
  top: 54%;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  padding: 0.2rem;
  border: 1px solid rgba(111, 226, 246, 0.16);
  border-radius: 50%;
  background: var(--core-bg);
  box-shadow:
    0 18px 48px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.concept-core::before,
.concept-core::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  inset: 10px;
  border: 1px dashed rgba(111, 226, 246, 0.1);
}

.concept-core::after {
  inset: auto 16px 16px auto;
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  background: var(--primary);
  box-shadow: 0 0 14px rgba(29, 182, 218, 0.55);
}

.core-wave {
  position: absolute;
  inset: -0.35rem;
  border-radius: 50%;
  border: 1px solid rgba(111, 226, 246, 0.12);
  box-shadow: 0 0 24px rgba(29, 182, 218, 0.08);
  pointer-events: none;
  opacity: 0;
}

.node-emits-waves .core-wave-a {
  animation: pulseRing 3.2s ease-out infinite;
  opacity: 1;
}

.node-emits-waves .core-wave-b {
  inset: -1.1rem;
  border-color: rgba(111, 226, 246, 0.09);
  animation: pulseRing 3.2s ease-out 1.2s infinite;
  opacity: 1;
}

.hero-logo-bg {
  width: 75%;
  opacity: 0.92;
}

.concept-map {
  position: absolute;
  width: min(50rem, 70vw);
  aspect-ratio: 1 / 1;
  right: 2%;
  top: 54%;
  transform: translateY(-50%);
  pointer-events: none;
}

.concept-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.concept-lines path {
  stroke: var(--primary-soft);
  stroke-width: 3.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 10 8;
  animation: flowStroke 1.6s linear infinite;
  filter: drop-shadow(0 0 10px rgba(29, 182, 218, 0.24));
  fill: none;
}

.concept-endpoints circle {
  fill: var(--bg-soft);
  stroke: var(--primary-soft);
  stroke-width: 1.25;
  opacity: 0.78;
}

.eyebrow,
.mini-label,
.service-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--primary-soft);
}

.eyebrow::before,
.mini-label::before,
.service-badge::before {
  content: "";
  width: 1.4rem;
  height: 1px;
  background: currentColor;
}

.hero h1,
.section-heading h2,
.split-layout h2 {
  margin: 0;
  font-family: var(--display-font);
  font-weight: var(--display-weight);
  letter-spacing: var(--display-tracking);
  line-height: 1.05;
}

.hero h1 {
  max-width: none;
  font-size: clamp(4.4rem, 8.7vw, 8.6rem);
  margin-top: 0.18rem;
  line-height: 0.9;
  white-space: nowrap;
  text-shadow:
    0 18px 42px rgba(0, 0, 0, 0.46),
    0 0 38px rgba(29, 182, 218, 0.12);
}

.hero-title-mark {
  display: inline-block;
  position: relative;
  padding-right: 0.08em;
}

.hero-title-icon {
  position: absolute;
  top: 0.03em;
  right: 0;
  width: 0.23em;
  height: 0.23em;
  object-fit: contain;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.34));
}

.hero-copy {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 65%;
  min-height: 100%;
  transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: clamp(4rem, 7vw, 6rem) 2rem 3rem;
  border-bottom: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  text-align: center;
}

.hero-side-copy {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 35%;
  min-height: 100%;
  display: flex;
  align-items: center;
  padding: clamp(5rem, 9vw, 7rem) clamp(2rem, 4.8vw, 4.2rem) 3rem;
}

.hero-side-copy p {
  max-width: 13ch;
  margin: 0;
  color: rgba(239, 247, 255, 0.9);
  font-family: var(--display-font);
  font-size: clamp(2rem, 3.2vw, 3.45rem);
  font-weight: var(--display-weight);
  letter-spacing: var(--display-tracking);
  line-height: 1.02;
  text-shadow:
    0 18px 42px rgba(0, 0, 0, 0.28),
    0 0 24px rgba(111, 226, 246, 0.12);
}

.hero-values {
  position: fixed;
  top: 2rem;
  right: 2rem;
  z-index: 60;
  display: inline-flex;
  align-items: center;
  margin: 0;
  pointer-events: auto;
  color: var(--hero-values-color);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1;
  text-shadow:
    0 10px 24px rgba(0, 0, 0, 0.56),
    0 0 18px rgba(29, 182, 218, 0.16);
  text-transform: uppercase;
}

.hero-values-hitbox {
  position: fixed;
  top: 1.15rem;
  right: 1.15rem;
  z-index: 70;
  width: 24rem;
  height: 3.4rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
}

.hero-kicker {
  max-width: 32ch;
  margin: 0 0 0.8rem;
  color: rgba(239, 247, 255, 0.9);
  font-size: clamp(0.95rem, 1.45vw, 1.35rem);
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.1;
  text-shadow:
    0 8px 18px rgba(0, 0, 0, 0.46),
    0 0 14px rgba(29, 182, 218, 0.2);
}

.hero-subtitle {
  margin: 1rem 0 0;
  font-family: var(--display-font);
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  color: var(--primary-soft);
}

.lead,
.panel p,
.service-card p,
.timeline-card p,
.value-list p,
.culture-panel p,
.contact-card p {
  color: var(--muted);
  line-height: 1.75;
  font-size: 1.02rem;
}

.lead {
  max-width: 46ch;
  margin: 1.35rem 0 0;
  color: rgba(239, 247, 255, 0.78);
  font-size: clamp(1rem, 1.45vw, 1.25rem);
  text-shadow: 0 12px 28px rgba(0, 0, 0, 0.42);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.35rem;
  padding: 0.84rem 1.55rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 800;
  color: var(--text);
  letter-spacing: 0.01em;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

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

.button-primary {
  border-color: rgba(111, 226, 246, 0.34);
  background: var(--button-primary-bg);
  box-shadow:
    0 16px 32px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.button-secondary {
  border-color: rgba(153, 174, 199, 0.2);
  background: var(--button-secondary-bg);
  color: var(--button-secondary-text);
  box-shadow:
    0 12px 26px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.025);
}

.button-primary:hover,
.button-primary:focus-visible {
  border-color: rgba(111, 226, 246, 0.58);
  background: var(--button-primary-bg-hover);
  box-shadow:
    0 18px 34px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  color: var(--text);
  border-color: rgba(111, 226, 246, 0.3);
  background: var(--button-secondary-bg-hover);
}

.hero-points {
  display: grid;
  gap: 0.75rem;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
  color: var(--text);
}

.hero-points li {
  position: relative;
  padding-left: 1.4rem;
}

.hero-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-soft), var(--primary));
}

.hero-visual {
  position: relative;
  min-height: 42rem;
  display: grid;
  place-items: center;
}

.hero-orbit {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(111, 226, 246, 0.12);
}

.hero-orbit-a {
  inset: 8% 6% 12% 2%;
  animation: spin 28s linear infinite;
}

.hero-orbit-b {
  inset: 16% 14% 20% 12%;
  animation: spinReverse 22s linear infinite;
}

.concept-node {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 9rem;
  min-height: 3.9rem;
  padding: 0.85rem 1.1rem;
  border: 1px solid rgba(123, 164, 216, 0.32);
  border-radius: 16px;
  background: var(--node-bg);
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
  color: var(--text);
  font-family: var(--display-font);
  font-size: 0.82rem;
  font-weight: var(--display-weight);
  letter-spacing: var(--node-tracking);
  text-transform: uppercase;
  pointer-events: none;
}

.concept-node-label {
  position: relative;
  z-index: 2;
  text-shadow: 0 8px 18px rgba(0, 0, 0, 0.48);
}

.node-handle {
  display: none;
}

.concept-node::after,
.concept-core::after {
  z-index: 2;
}

.concept-node-top {
  top: 1%;
  left: 27%;
  transform: none;
}

.concept-node-right-top {
  top: 12%;
  right: 26%;
}

.concept-node-right-bottom {
  right: 18%;
  bottom: 17%;
}

.concept-node-bottom {
  bottom: 0.5%;
  left: 38%;
  transform: none;
}

.concept-node-left-bottom {
  left: 4%;
  bottom: 20%;
}

.concept-node-left-top {
  top: 17%;
  left: 2%;
}

.hero-card {
  position: absolute;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(8, 24, 44, 0.92), rgba(8, 15, 27, 0.72));
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.hero-card-main {
  width: min(32rem, 88%);
  aspect-ratio: 1 / 1;
  padding: 2rem;
}

.hero-card-main img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hero-card-floating,
.hero-card-floating-alt {
  width: min(18rem, 55%);
  padding: 1.1rem 1.2rem;
}

.hero-card-floating {
  top: 6%;
  right: 0;
}

.hero-card-floating-alt {
  bottom: 10%;
  left: 0;
}

.hero-card strong {
  display: block;
  margin-top: 0.45rem;
  font-size: 1.05rem;
}

.hero-card span {
  display: block;
  margin-top: 0.4rem;
  color: var(--muted);
  line-height: 1.6;
}

.section-heading {
  max-width: 54rem;
  margin-bottom: 2rem;
}

.section-heading h2,
.split-layout h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  margin-top: 0.8rem;
}

.manifesto-grid,
.services-grid,
.method-grid,
.culture-grid,
.contact-grid {
  display: grid;
  gap: 1.5rem;
}

.about-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(22rem, 0.75fr);
  gap: 2rem;
  align-items: center;
}

.about-copy h2 {
  margin: 0;
  font-family: var(--display-font);
  font-weight: var(--display-weight);
  letter-spacing: var(--display-tracking);
  font-size: clamp(3rem, 7vw, 5.3rem);
  line-height: 0.96;
  text-shadow:
    0 18px 42px rgba(0, 0, 0, 0.42),
    0 0 28px rgba(29, 182, 218, 0.1);
}

.about-copy p {
  max-width: 32rem;
  margin: 0.75rem 0 0;
  color: var(--muted);
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  line-height: 1.65;
  text-shadow: 0 12px 28px rgba(0, 0, 0, 0.34);
}

.about-system {
  position: relative;
  min-height: 18rem;
  border: 1px solid rgba(123, 164, 216, 0.12);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 50% 50%, rgba(29, 182, 218, 0.1), transparent 52%),
    rgba(7, 17, 31, 0.22);
  overflow: hidden;
}

.about-system::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(123, 164, 216, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(123, 164, 216, 0.045) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: radial-gradient(circle at center, black 20%, transparent 82%);
}

.about-node {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 8.8rem;
  min-height: 3.4rem;
  padding: 0.8rem 1rem;
  border: 1px solid rgba(123, 164, 216, 0.28);
  border-radius: 16px;
  background: rgba(8, 19, 34, 0.9);
  box-shadow:
    0 16px 34px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.035);
  color: var(--text);
  font-family: var(--display-font);
  font-size: 0.84rem;
  font-weight: var(--display-weight);
  letter-spacing: var(--node-tracking);
  text-transform: uppercase;
  text-shadow: 0 8px 18px rgba(0, 0, 0, 0.45);
}

.about-node-main {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-color: rgba(111, 226, 246, 0.36);
}

.about-node-left {
  left: 7%;
  bottom: 12%;
}

.about-node-right {
  top: 12%;
  right: 7%;
}

.about-line {
  position: absolute;
  z-index: 1;
  width: 34%;
  height: 2px;
  background-image: repeating-linear-gradient(
    to right,
    rgba(111, 226, 246, 0.56) 0 10px,
    rgba(111, 226, 246, 0) 10px 18px
  );
  background-size: 36px 100%;
  animation: flowLine 1.7s linear infinite;
  filter: drop-shadow(0 0 8px rgba(29, 182, 218, 0.18));
  opacity: 0.85;
}

.about-line-left {
  left: 28%;
  top: 64%;
  transform: rotate(-18deg);
}

.about-line-right {
  right: 28%;
  top: 36%;
  transform: rotate(-18deg);
}

.section-node {
  position: absolute;
  z-index: 3;
  width: min(15rem, 28vw);
  padding: 1rem 1.1rem;
  border: 1px solid rgba(123, 164, 216, 0.24);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(13, 28, 48, 0.92), rgba(8, 18, 32, 0.82));
  box-shadow:
    0 18px 38px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.035);
  backdrop-filter: blur(12px);
}

.section-node-label {
  display: block;
  color: var(--text);
  font-family: var(--display-font);
  font-size: 0.9rem;
  font-weight: var(--display-weight);
  letter-spacing: var(--node-tracking);
  text-transform: uppercase;
  text-shadow: 0 8px 18px rgba(0, 0, 0, 0.42);
}

.section-node p {
  margin: 0.42rem 0 0;
  color: rgba(153, 174, 199, 0.9);
  font-size: 0.88rem;
  line-height: 1.55;
}

.section-node-essence,
.section-node-process,
.section-node-network {
  top: 2.5rem;
  right: 2rem;
}

.section-node-product,
.section-node-signature,
.section-node-connection {
  top: 2.5rem;
  left: 2rem;
}

.manifesto-grid {
  grid-template-columns: 1.2fr 1fr 1fr;
}

.panel,
.service-card,
.timeline-card,
.culture-panel,
.contact-card {
  padding: 1.7rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--panel);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}

.panel-highlight {
  background:
    linear-gradient(145deg, rgba(17, 63, 112, 0.94), rgba(8, 20, 40, 0.86)),
    var(--panel);
}

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

.service-card-primary {
  background:
    radial-gradient(circle at top right, rgba(29, 182, 218, 0.18), transparent 38%),
    var(--panel-strong);
}

.service-card h3,
.timeline-card h3,
.panel h3,
.value-list h3,
.culture-panel h3,
.contact-card h3 {
  margin: 0.7rem 0 0;
  font-family: var(--display-font);
  font-weight: var(--display-weight);
  letter-spacing: var(--display-tracking);
  font-size: 1.35rem;
}

.service-card ul {
  margin: 1.3rem 0 0;
  padding-left: 1.1rem;
  color: var(--muted);
  line-height: 1.7;
}

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

.timeline-card span {
  display: inline-flex;
  width: 2.8rem;
  height: 2.8rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(29, 182, 218, 0.24), rgba(18, 63, 115, 0.4));
  color: var(--primary-soft);
  font-family: var(--display-font);
  font-weight: 700;
}

.split-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 2rem;
  align-items: start;
}

.differentiator {
  --depth-overflow: 19rem;
  --depth-strength: 1.7;
  --particle-depth: -10rem;
  width: 100%;
  max-width: none;
  overflow: hidden;
  padding-block: clamp(6.5rem, 12vw, 10rem);
}

.differentiator .split-layout {
  width: min(calc(100% - 2rem), var(--content-width));
  margin-inline: auto;
}

.differentiator::before,
.differentiator::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.differentiator::before {
  background:
    var(--depth-overlay-a),
    var(--depth-overlay-b);
}

.differentiator::after {
  background:
    var(--depth-glow-a),
    var(--depth-glow-b);
  mix-blend-mode: screen;
  opacity: 0.72;
}

.depth-scene {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  contain: paint;
}

.depth-image {
  position: absolute;
  inset: calc(var(--depth-overflow, 9rem) * -1) 0;
  transform: translate3d(0, calc(var(--depth-progress, 0) * var(--depth-overflow, 9rem) * var(--depth-strength, 1)), 0);
  will-change: transform;
}

.depth-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.03) contrast(1.04);
}

.depth-particles {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.55;
  transform: translate3d(0, calc(var(--depth-progress, 0) * var(--particle-depth, -4rem)), 0);
  will-change: transform;
  background:
    radial-gradient(circle at 14% 34%, rgba(111, 226, 246, 0.5) 0 2px, transparent 3px),
    radial-gradient(circle at 28% 66%, rgba(111, 226, 246, 0.34) 0 1px, transparent 3px),
    radial-gradient(circle at 48% 42%, rgba(111, 226, 246, 0.44) 0 2px, transparent 4px),
    radial-gradient(circle at 69% 58%, rgba(111, 226, 246, 0.3) 0 1px, transparent 4px),
    radial-gradient(circle at 86% 32%, rgba(111, 226, 246, 0.42) 0 2px, transparent 4px),
    linear-gradient(100deg, transparent 0 18%, rgba(111, 226, 246, 0.07) 28%, transparent 42% 100%);
}

.differentiator h2,
.differentiator .value-list h3 {
  color: var(--depth-heading);
}

.differentiator .value-list p {
  color: var(--depth-copy);
}

.value-list {
  display: grid;
  gap: 1rem;
}

.value-list article {
  padding: 1.4rem 1.6rem;
  border-left: 2px solid var(--depth-card-border);
  background: var(--depth-card-bg);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.24);
}

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

.culture {
  min-height: 100svh;
  padding-block: 0;
}

.culture-editorial {
  position: relative;
  width: min(calc(100% - 2rem), var(--content-width));
  min-height: 100svh;
  margin-inline: auto;
}

.culture-editorial h2 {
  position: absolute;
  top: clamp(4rem, 8vw, 7rem);
  left: 0;
  max-width: min(52vw, 44rem);
  margin: 0;
  color: var(--text);
  font-family: var(--display-font);
  font-size: clamp(2.35rem, 5.2vw, 5.15rem);
  font-weight: var(--display-weight);
  letter-spacing: var(--display-tracking);
  line-height: 0.98;
  text-transform: uppercase;
}

.culture-editorial p {
  position: absolute;
  right: 0;
  bottom: clamp(2rem, 4vw, 3.5rem);
  width: min(100%, 44rem);
  margin: 0;
  color: var(--muted);
  font-size: clamp(0.98rem, 1.35vw, 1.18rem);
  font-weight: 600;
  line-height: 1.65;
  letter-spacing: 0.01em;
}

.contact-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: min(calc(100% - 2rem), var(--content-width));
  margin-inline: auto;
  justify-content: space-between;
  gap: clamp(2rem, 10vw, 8rem);
}

.contact-card {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  max-width: 28rem;
  min-height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.contact-card:nth-child(2) {
  justify-self: end;
  text-align: right;
}

.contact-card h3 {
  margin-top: 0;
  font-size: clamp(1.8rem, 3.6vw, 3.2rem);
  line-height: 0.98;
}

.contact-card p {
  margin: 0;
}

.contact-card .button {
  align-self: flex-start;
  border-color: color-mix(in srgb, var(--contact-button-bg), white 22%);
  background: var(--contact-button-bg);
  color: var(--contact-button-text);
  box-shadow:
    0 16px 34px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.contact-card .button:hover,
.contact-card .button:focus-visible {
  border-color: color-mix(in srgb, var(--contact-button-bg-hover), white 30%);
  background: var(--contact-button-bg-hover);
  color: var(--contact-button-text);
  box-shadow:
    0 18px 38px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.contact-card:nth-child(2) .button {
  align-self: flex-end;
}

.footer {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: center;
  justify-content: center;
  padding: 0 0 2.2rem;
  color: var(--muted);
  font-size: 0.95rem;
  text-align: center;
}

.footer p {
  margin: 0;
}

.footer-brand,
.legal-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.footer-brand img,
.legal-brand img {
  width: 1.45rem;
  height: 1.45rem;
  object-fit: contain;
}

.legal-brand img {
  flex: 0 0 auto;
  width: 1.05rem;
  height: 1.05rem;
  position: static;
  inset: auto;
  filter: none;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.9rem 1.2rem;
  font-size: 0.82rem;
}

.footer-links a {
  color: var(--muted);
  transition: color 180ms ease;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--text);
}

.footer-note {
  opacity: 0.8;
}

.legal-page {
  background: #04101d;
  color: #eff7ff;
}

.legal-shell {
  width: min(calc(100% - 2rem), var(--content-width));
  margin-inline: auto;
  padding: 1.2rem 0 4rem;
}

.legal-back {
  position: relative;
  z-index: 2;
  display: inline-flex;
  margin-bottom: 1rem;
  color: rgba(239, 247, 255, 0.72);
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-back:hover,
.legal-back:focus-visible {
  color: #eff7ff;
}

.legal-hero {
  position: relative;
  min-height: min(70svh, 40rem);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border-radius: 28px;
  background: #07111f;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.34);
}

.legal-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.04) contrast(1.04);
}

.legal-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(4, 16, 29, 0.86), rgba(4, 16, 29, 0.28) 62%, rgba(4, 16, 29, 0.74)),
    linear-gradient(180deg, transparent 0%, rgba(4, 16, 29, 0.86) 100%);
}

.legal-hero-family::before {
  background:
    linear-gradient(90deg, rgba(10, 18, 18, 0.82), rgba(56, 38, 16, 0.28) 62%, rgba(10, 18, 18, 0.74)),
    linear-gradient(180deg, transparent 0%, rgba(10, 18, 18, 0.86) 100%);
}

.legal-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 48rem;
  padding: clamp(2rem, 5vw, 4rem);
}

.legal-hero-copy p,
.legal-hero-copy span {
  margin: 0;
  color: rgba(239, 247, 255, 0.74);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.legal-hero-copy .legal-brand {
  justify-content: flex-start;
}

.legal-hero-copy h1 {
  max-width: 10ch;
  margin: 0.35rem 0 0.7rem;
  font-family: var(--display-font);
  font-size: clamp(4rem, 12vw, 8.8rem);
  font-weight: var(--display-weight);
  letter-spacing: var(--display-tracking);
  line-height: 0.86;
}

.legal-content {
  width: min(100%, 54rem);
  margin: clamp(3rem, 7vw, 5rem) auto 0;
  color: rgba(226, 238, 247, 0.86);
}

.legal-content h2 {
  margin: 2.2rem 0 0.75rem;
  color: #eff7ff;
  font-family: var(--display-font);
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: var(--display-weight);
  letter-spacing: var(--display-tracking);
  line-height: 0.95;
}

.legal-content p {
  margin: 0 0 1rem;
  font-size: 1rem;
  line-height: 1.85;
}

.legal-content a {
  color: #6fe2f6;
  font-weight: 800;
}

.legal-content a:hover,
.legal-content a:focus-visible {
  color: #eff7ff;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 700ms ease,
    transform 700ms ease;
}

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

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes spinReverse {
  from {
    transform: rotate(360deg);
  }

  to {
    transform: rotate(0deg);
  }
}

@keyframes flowStroke {
  from {
    stroke-dashoffset: 0;
  }

  to {
    stroke-dashoffset: -36;
  }
}

@keyframes pulseRing {
  0% {
    transform: scale(0.985);
    opacity: 0.18;
  }

  45% {
    transform: scale(1.02);
    opacity: 0.32;
  }

  100% {
    transform: scale(1.08);
    opacity: 0;
  }
}

@keyframes flowLine {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 36px 0;
  }
}

@media (max-width: 1080px) {
  .hero,
  .split-layout,
  .manifesto-grid,
  .about-layout,
  .services-grid,
  .method-grid,
  .culture-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: min(100svh, 42rem);
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-values {
    top: 0;
    right: 1rem;
  }

  .hero-values-hitbox {
    top: 0;
    right: 0.25rem;
  }

  .hero h1 {
    max-width: none;
    font-size: clamp(3.8rem, 9vw, 6.2rem);
  }

  .concept-map {
    width: min(40rem, 88vw);
    right: 50%;
    transform: translate(50%, -50%);
  }

  .concept-core {
    width: min(11.6rem, 25vw);
    right: 3%;
    transform: translateY(-50%);
  }

  .hero-logo-bg {
    width: 75%;
  }

  .about-layout {
    gap: 1.5rem;
  }

  .about-system {
    min-height: 17rem;
  }

  .section-node {
    position: relative;
    inset: auto;
    width: min(100%, 18rem);
    margin-bottom: 1.5rem;
  }

  .differentiator {
    --depth-overflow: 14rem;
    --depth-strength: 1.45;
    --particle-depth: -8rem;
  }

  .culture-editorial h2 {
    max-width: min(62vw, 38rem);
  }

  .contact-card,
  .contact-card:nth-child(2) {
    justify-self: start;
    text-align: left;
  }

  .contact-card:nth-child(2) .button {
    align-self: flex-start;
  }
}

@media (max-width: 760px) {
  .topbar {
    position: static;
    border-radius: 24px;
    align-items: flex-start;
    flex-direction: column;
  }

  .topnav {
    width: 100%;
    gap: 0.9rem 1rem;
  }

  .section {
    padding: 4rem 0;
  }

  .about-system {
    min-height: 20rem;
  }

  .about-node {
    min-width: 7.4rem;
    min-height: 3rem;
    font-size: 0.72rem;
  }

  .hero {
    flex-direction: column;
    align-items: flex-start;
    min-height: min(100svh, 40rem);
    padding-top: 0;
    padding-bottom: 0;
    background: var(--bg);
  }

  .hero::before {
    content: none;
  }

  .hero-copy {
    width: 100%;
    min-height: 58%;
    padding: 5.5rem 1rem 1.4rem;
    align-items: center;
  }

  .hero-side-copy {
    top: auto;
    bottom: 0;
    width: 100%;
    min-height: 42%;
    padding: 1rem 1rem 2.2rem;
    align-items: flex-end;
  }

  .hero-side-copy p {
    max-width: 16ch;
    font-size: clamp(2rem, 11vw, 3.6rem);
  }

  .hero-image-wrap {
    inset: 0;
    width: 100%;
  }

  .hero-carousel-dots {
    left: 1rem;
    bottom: 1.2rem;
  }

  .hero-image-wrap::before {
    background: var(--hero-image-overlay);
  }

  .hero-orcas-image {
    object-position: 56% center;
  }

  .hero h1 {
    font-size: clamp(3.15rem, 17vw, 5.6rem);
  }

  .hero-values {
    top: 1.25rem;
    left: 50%;
    right: auto;
    max-width: calc(100% - 2rem);
    transform: translateX(-50%);
    text-align: center;
  }

  .hero-values-hitbox {
    top: 0.35rem;
    left: 50%;
    right: auto;
    width: min(22rem, calc(100% - 2rem));
    transform: translateX(-50%);
  }

  .hero-copy {
    max-width: none;
  }

  .method-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
  }

  .timeline-card {
    min-height: 9rem;
    padding: 1.15rem;
  }

  .timeline-card h3 {
    font-size: clamp(1.05rem, 7vw, 1.35rem);
    line-height: 1.08;
  }

  .timeline-card span {
    width: 2.25rem;
    height: 2.25rem;
    font-size: 0.72rem;
  }

  .hero-backdrop {
    position: relative;
    order: 2;
    min-height: 36rem;
    margin-top: 2rem;
  }

  .concept-map {
    width: min(26rem, 100%);
    top: 55%;
  }

  .concept-core {
    width: min(7.9rem, 35vw);
    top: 55%;
    right: 0.5%;
    transform: translateY(-50%);
  }

  .hero-logo-bg {
    width: 75%;
  }

  .concept-node {
    min-width: 6.9rem;
    min-height: 3rem;
    padding: 0.7rem 0.8rem;
    font-size: 0.7rem;
    letter-spacing: 0.1em;
  }

  .concept-node-top {
    top: 2%;
    left: 20%;
  }

  .concept-node-right-top {
    top: 17%;
    right: 22%;
  }

  .concept-node-right-bottom {
    right: 12%;
    bottom: 17%;
  }

  .concept-node-bottom {
    bottom: 2%;
    left: 32%;
  }

  .concept-node-left-bottom {
    left: -1%;
    bottom: 17%;
  }

  .concept-node-left-top {
    top: 17%;
    left: -2%;
  }

  .button {
    width: 100%;
  }

  .differentiator {
    --depth-overflow: 12rem;
    --depth-strength: 2;
    --particle-depth: -8rem;
  }

  .culture {
    min-height: auto;
    padding-block: 4.5rem;
  }

  .culture-editorial {
    display: flex;
    flex-direction: column;
    gap: 1.35rem;
    min-height: auto;
  }

  .culture-editorial p {
    position: static;
    width: 100%;
    margin-left: 0;
    font-size: 1rem;
    line-height: 1.75;
  }

  .culture-editorial h2 {
    position: static;
    max-width: 100%;
    font-size: clamp(2.4rem, 13vw, 4rem);
  }
}

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

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

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

  .differentiator {
    --depth-progress: 0;
  }

  .depth-image,
  .depth-particles {
    transform: none;
  }
}
