:root {
  --ink: #17203f;
  --muted: #4f5b7d;
  --soft: #7480a0;
  --night: #eef2ff;
  --blue: #304784;
  --blue-2: #5e6fb0;
  --violet: #4b3ba8;
  --violet-soft: #8d86d7;
  --pink: #b6acd8;
  --cyan: #486bd0;
  --steel: #6f7897;
  --logo-blue: #253fbd;
  --glass: rgba(255, 255, 255, 0.62);
  --glass-strong: rgba(255, 255, 255, 0.78);
  --line: rgba(67, 82, 130, 0.18);
  --shadow: 0 24px 80px rgba(42, 52, 91, 0.18);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--ink);
  font-family: "DM Sans", "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(92, 118, 219, 0.22), transparent 30rem),
    radial-gradient(circle at 82% 8%, rgba(212, 205, 233, 0.60), transparent 34rem),
    radial-gradient(circle at 50% 44%, rgba(153, 164, 200, 0.34), transparent 38rem),
    linear-gradient(140deg, #f8f9ff 0%, #e9eefc 46%, #d8d5ec 100%);
  overflow-x: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(50, 70, 132, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(50, 70, 132, 0.055) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: linear-gradient(to bottom, black, transparent 82%);
}

body::after {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(246, 248, 255, 0.76) 72%, var(--night));
}

.cursor-glow {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  width: 420px;
  height: 420px;
  pointer-events: none;
  background: radial-gradient(circle, rgba(82, 108, 215, 0.18), transparent 64%);
  border-radius: 50%;
  opacity: 0;
  transform: translate3d(-50%, -50%, 0);
  transition: opacity 240ms ease;
  mix-blend-mode: multiply;
}

body.has-pointer .cursor-glow {
  opacity: 1;
}

.motion-field {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}

.motion-field::before,
.motion-field::after {
  position: absolute;
  width: 62vw;
  height: 62vw;
  min-width: 520px;
  min-height: 520px;
  content: "";
  border-radius: 38% 62% 57% 43% / 44% 41% 59% 56%;
  filter: blur(18px);
  opacity: 0.42;
  animation: auroraDrift 22s ease-in-out infinite alternate;
}

.motion-field::before {
  top: -18vw;
  right: -18vw;
  background: radial-gradient(circle at 38% 38%, rgba(96, 119, 216, 0.40), transparent 58%);
}

.motion-field::after {
  bottom: -24vw;
  left: -20vw;
  background: radial-gradient(circle at 55% 45%, rgba(185, 177, 218, 0.48), transparent 62%);
  animation-duration: 28s;
  animation-direction: alternate-reverse;
}

.field-orbit,
.field-line {
  position: absolute;
  display: block;
}

.field-orbit {
  width: 12px;
  height: 12px;
  background: #304784;
  border: 3px solid rgba(255, 255, 255, 0.68);
  border-radius: 50%;
  box-shadow: 0 0 0 12px rgba(48, 71, 132, 0.08), 0 18px 38px rgba(48, 71, 132, 0.20);
  animation: floatNode 10s ease-in-out infinite;
}

.orbit-a {
  top: 24%;
  left: 8%;
}

.orbit-b {
  right: 10%;
  bottom: 22%;
  animation-delay: -4s;
}

.field-line {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(48, 71, 132, 0.26), transparent);
  transform-origin: left center;
  animation: linePulse 7s ease-in-out infinite;
}

.line-a {
  top: 27%;
  left: 6%;
  width: 260px;
  transform: rotate(-18deg);
}

.line-b {
  right: 8%;
  bottom: 30%;
  width: 320px;
  transform: rotate(12deg);
  animation-delay: -2s;
}

.line-c {
  top: 62%;
  left: 22%;
  width: 240px;
  transform: rotate(24deg);
  animation-delay: -4s;
}

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-shell {
  width: min(100% - 32px, var(--max));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 16px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 16px 0 72px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: 0 20px 60px rgba(42, 52, 91, 0.16);
  backdrop-filter: blur(22px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.brand-mark {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  background:
    radial-gradient(circle at 30% 20%, rgba(143, 169, 220, 0.26), transparent 55%),
    rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(171, 184, 226, 0.22);
  border-radius: 22px;
  box-shadow: 0 18px 42px rgba(37, 63, 189, 0.14);
  overflow: hidden;
}

.brand-mark svg {
  width: 42px;
  height: 42px;
  overflow: visible;
}

.brand-mark path,
.brand-mark circle {
  fill: none;
  stroke: #304784;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3.3;
}

.brand-mark circle {
  fill: rgba(255, 255, 255, 0.54);
}

.brand-type {
  display: block;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  color: #23325d;
  font-size: 1.04rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.brand small {
  margin-top: 4px;
  color: #687391;
  font-size: 0.68rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.site-nav a {
  padding: 10px 14px;
  color: #334064;
  font-weight: 700;
  font-size: 0.9rem;
  border-radius: 999px;
  transition: color 180ms ease, background 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--ink);
  background: rgba(48, 71, 132, 0.08);
  outline: none;
}

.nav-toggle {
  display: none;
}

.section-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(320px, 0.74fr);
  gap: clamp(32px, 6vw, 84px);
  align-items: center;
}

.hero {
  min-height: 680px;
  padding-bottom: 80px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: "Fraunces", Georgia, serif;
  letter-spacing: -0.055em;
  line-height: 0.95;
}

h1 {
  max-width: 840px;
  margin-bottom: 24px;
  font-size: clamp(4rem, 10vw, 8.7rem);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2.4rem, 5vw, 5.4rem);
}

h3 {
  margin-bottom: 12px;
  font-size: 1.25rem;
  letter-spacing: -0.035em;
}

p {
  color: var(--muted);
  line-height: 1.75;
}

.hero-lede {
  max-width: 680px;
  margin-bottom: 34px;
  color: #334064;
  font-size: clamp(1.05rem, 1.6vw, 1.32rem);
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  font-weight: 800;
  border: 1px solid var(--line);
  border-radius: 999px;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

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

.button.primary {
  color: #ffffff;
  background: linear-gradient(135deg, #2746bd, #6d6fba 48%, #9691c5);
  border-color: transparent;
  box-shadow: 0 18px 50px rgba(37, 63, 189, 0.34);
}

.button.ghost {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.58);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  max-width: 820px;
  margin: 52px 0 0;
}

.trust-strip div {
  min-height: 150px;
  padding: 20px;
  background:
    linear-gradient(145deg, rgba(143, 169, 220, 0.16), rgba(255, 255, 255, 0.58)),
    var(--glass);
  border: 1px solid rgba(180, 189, 222, 0.16);
  border-radius: var(--radius-lg);
}

.trust-strip dt {
  margin-bottom: 8px;
  font-size: 1.04rem;
  font-weight: 800;
}

.trust-strip dd {
  margin: 0;
  color: var(--soft);
  line-height: 1.6;
}

.hero-panel {
  position: relative;
  display: grid;
  gap: 18px;
  padding: 20px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.78), rgba(226, 231, 249, 0.58)),
    rgba(255, 255, 255, 0.64);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  overflow: hidden;
  transform-style: preserve-3d;
}

.hero-panel::before {
  position: absolute;
  inset: 1px;
  z-index: 0;
  pointer-events: none;
  content: "";
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(74, 101, 204, 0.13), transparent 42%, rgba(182, 172, 216, 0.22));
}

.orb {
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  filter: blur(8px);
  opacity: 0.34;
  animation: heroOrb 9s ease-in-out infinite;
}

.orb-one {
  top: -70px;
  right: -70px;
  background: #c7c2e3;
}

.orb-two {
  bottom: -90px;
  left: -80px;
  background: #5871d0;
  animation-delay: -4s;
}

.build-stage {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 230px;
  place-items: center;
  padding: 26px;
  background:
    radial-gradient(circle at 54% 46%, rgba(255, 255, 255, 0.68), transparent 42%),
    linear-gradient(145deg, rgba(206, 213, 238, 0.72), rgba(247, 248, 255, 0.84));
  border: 1px solid rgba(190, 198, 225, 0.18);
  border-radius: 28px;
  overflow: hidden;
  animation: stageFloat 8s ease-in-out infinite;
}

.build-stage::before,
.build-stage::after {
  position: absolute;
  content: "";
  background: rgba(143, 169, 220, 0.18);
  pointer-events: none;
}

.build-stage::before {
  width: 74%;
  height: 1px;
  top: 38%;
  left: 13%;
}

.build-stage::after {
  width: 1px;
  height: 70%;
  top: 15%;
  right: 24%;
}

.window-card {
  position: relative;
  z-index: 1;
  width: min(100%, 370px);
  padding: 16px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(232, 236, 250, 0.72)),
    rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(67, 82, 130, 0.15);
  border-radius: 24px;
  box-shadow: 0 28px 70px rgba(48, 71, 132, 0.18);
  transform: rotate(-2deg);
}

.window-bar {
  display: flex;
  gap: 8px;
  padding-bottom: 16px;
}

.window-bar span {
  width: 10px;
  height: 10px;
  background: #9aa8d7;
  border-radius: 999px;
}

.window-bar span:nth-child(2) {
  background: #b9b1dc;
}

.window-bar span:nth-child(3) {
  background: #304784;
}

.code-lines {
  display: grid;
  gap: 12px;
}

.code-lines i {
  display: block;
  height: 14px;
  background: linear-gradient(90deg, #304784, rgba(143, 169, 220, 0.34));
  border-radius: 999px;
  animation: codePulse 4s ease-in-out infinite;
}

.code-lines i:nth-child(1) {
  width: 78%;
}

.code-lines i:nth-child(2) {
  width: 54%;
  animation-delay: -0.7s;
}

.code-lines i:nth-child(3) {
  width: 88%;
  animation-delay: -1.4s;
}

.code-lines i:nth-child(4) {
  width: 66%;
  animation-delay: -2.1s;
}

.build-node {
  position: absolute;
  z-index: 2;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  background: linear-gradient(135deg, #304784, #7377bd);
  border: 4px solid rgba(255, 255, 255, 0.66);
  border-radius: 50%;
  box-shadow: 0 20px 44px rgba(48, 71, 132, 0.20);
  animation: floatNode 8s ease-in-out infinite;
}

.node-one {
  top: 32px;
  left: 38px;
}

.node-two {
  right: 42px;
  bottom: 38px;
  animation-delay: -2.8s;
}

.node-three {
  right: 70px;
  top: 54px;
  animation-delay: -5.2s;
}

.signal-map {
  position: absolute;
  top: 38px;
  right: 32px;
  z-index: 2;
  width: 132px;
  height: 104px;
  opacity: 0.75;
}

.signal-map::before {
  position: absolute;
  inset: 18px 12px;
  content: "";
  background:
    linear-gradient(90deg, transparent 0 18px, rgba(48, 71, 132, 0.20) 18px 20px, transparent 20px),
    linear-gradient(rgba(48, 71, 132, 0.20) 0 2px, transparent 2px);
  background-size: 42px 34px;
  mask-image: linear-gradient(90deg, transparent, black 20%, black 80%, transparent);
}

.signal-map span {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #304784;
  border: 2px solid rgba(255, 255, 255, 0.78);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(48, 71, 132, 0.08);
  animation: signalBlink 3s ease-in-out infinite;
}

.signal-map span:nth-child(1) {
  top: 14px;
  left: 14px;
}

.signal-map span:nth-child(2) {
  top: 34px;
  right: 18px;
  animation-delay: -0.8s;
}

.signal-map span:nth-child(3) {
  bottom: 16px;
  left: 42px;
  animation-delay: -1.5s;
}

.signal-map span:nth-child(4) {
  right: 4px;
  bottom: 8px;
  animation-delay: -2.2s;
}

.panel-card {
  position: relative;
  z-index: 1;
  padding: 26px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(190, 198, 225, 0.13);
  border-radius: 26px;
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
  animation: cardRise 9s ease-in-out infinite;
}

.panel-card.active {
  background:
    linear-gradient(135deg, rgba(37, 63, 189, 0.14), rgba(190, 198, 225, 0.09)),
    rgba(255, 255, 255, 0.70);
}

.panel-card:nth-of-type(3) {
  animation-delay: -3s;
}

.panel-card:nth-of-type(4) {
  animation-delay: -6s;
}

.panel-card:hover {
  border-color: rgba(48, 71, 132, 0.24);
  box-shadow: 0 22px 50px rgba(48, 71, 132, 0.16);
  transform: translateY(-4px);
}

.panel-card span,
.service-icon,
.timeline span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
  place-items: center;
  color: var(--cyan);
  font-weight: 800;
  border: 1px solid rgba(143, 169, 220, 0.36);
  border-radius: 999px;
  background: rgba(143, 169, 220, 0.10);
}

.panel-card p {
  margin-bottom: 0;
}

.marquee {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 0 0 130px;
}

.marquee span {
  padding: 10px 16px;
  color: #263358;
  font-weight: 800;
  background: rgba(201, 211, 245, 0.07);
  border: 1px solid rgba(190, 198, 225, 0.16);
  border-radius: 999px;
}

.intro,
.outcomes {
  padding: 108px 0;
  border-top: 1px solid var(--line);
}

.rich-text p {
  font-size: 1.08rem;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 36px;
}

.section-heading.narrow {
  max-width: 620px;
}

.services,
.process,
.fit,
.contact {
  padding: 108px 0;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.service-card,
.timeline article,
.fit-card,
.contact-card,
.outcome-list {
  background:
    linear-gradient(145deg, rgba(143, 169, 220, 0.12), rgba(255, 255, 255, 0.62)),
    rgba(255, 255, 255, 0.64);
  border: 1px solid rgba(190, 198, 225, 0.15);
  border-radius: var(--radius-xl);
  box-shadow: 0 18px 70px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
}

.service-card {
  padding: 28px;
  position: relative;
  overflow: hidden;
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.service-card::after {
  position: absolute;
  top: -40%;
  left: -70%;
  width: 80%;
  height: 180%;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.36), transparent);
  transform: rotate(18deg);
  transition: left 620ms ease;
}

.service-card:hover {
  border-color: rgba(48, 71, 132, 0.24);
  box-shadow: 0 26px 70px rgba(48, 71, 132, 0.16);
  transform: translateY(-6px);
}

.service-card:hover::after {
  left: 120%;
}

.service-card.featured {
  background:
    linear-gradient(145deg, rgba(37, 63, 189, 0.18), rgba(182, 172, 216, 0.16)),
    rgba(255, 255, 255, 0.78);
  transform: translateY(-18px);
}

.service-card ul,
.fit-card ul {
  display: grid;
  gap: 12px;
  padding-left: 18px;
  margin: 22px 0 0;
  color: #394564;
  line-height: 1.55;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.timeline article {
  padding: 26px;
}

.timeline p {
  margin-bottom: 0;
}

.outcome-copy {
  align-self: start;
}

.outcome-list {
  display: grid;
  gap: 1px;
  padding: 10px;
  overflow: hidden;
}

.outcome-list div {
  padding: 22px;
  background: rgba(255, 255, 255, 0.58);
  border-radius: 20px;
}

.outcome-list strong,
.outcome-list span {
  display: block;
}

.outcome-list strong {
  margin-bottom: 8px;
  font-size: 1.08rem;
}

.outcome-list span {
  color: var(--muted);
  line-height: 1.65;
}

.fit-card,
.contact-card {
  padding: clamp(28px, 5vw, 58px);
  background:
    radial-gradient(circle at 100% 0%, rgba(182, 172, 216, 0.20), transparent 26rem),
    radial-gradient(circle at 0% 100%, rgba(37, 63, 189, 0.13), transparent 28rem),
    rgba(255, 255, 255, 0.70);
}

.fit-card h2 {
  max-width: 980px;
}

.fit-columns,
.contact-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
}

.contact-card {
  align-items: center;
}

.contact-actions {
  justify-content: flex-start;
  padding: 24px;
  background: rgba(255, 255, 255, 0.56);
  border: 1px solid var(--line);
  border-radius: 28px;
}

.contact-actions p {
  margin: 8px 0 0;
  font-size: 0.95rem;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 34px 0 48px;
  color: var(--soft);
  border-top: 1px solid var(--line);
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  font-weight: 800;
  color: var(--cyan);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
}

.policy-hero {
  max-width: 960px;
  padding: 88px 0 54px;
}

.policy-hero h1 {
  margin-bottom: 22px;
  font-size: clamp(3.4rem, 8vw, 7.2rem);
}

.policy-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.policy-meta span {
  padding: 10px 14px;
  color: #263358;
  font-size: 0.9rem;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(67, 82, 130, 0.16);
  border-radius: 999px;
}

.policy-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.policy-card {
  position: relative;
  margin-bottom: 18px;
  padding: clamp(26px, 4vw, 42px);
  background:
    linear-gradient(145deg, rgba(143, 169, 220, 0.12), rgba(255, 255, 255, 0.68)),
    rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(190, 198, 225, 0.22);
  border-radius: var(--radius-xl);
  box-shadow: 0 18px 70px rgba(48, 71, 132, 0.12);
  backdrop-filter: blur(18px);
  overflow: hidden;
}

.policy-card::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  content: "";
  background: linear-gradient(90deg, #304784, #9aa8d7, #b9b1dc);
}

.policy-card h2 {
  margin-bottom: 14px;
  font-size: clamp(1.7rem, 3vw, 2.7rem);
}

.policy-card p:last-child {
  margin-bottom: 0;
}

.policy-card a {
  color: #2746bd;
  font-weight: 800;
}

[data-animate] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 700ms ease;
}

[data-animate].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .site-header {
    align-items: flex-start;
    border-radius: 28px;
  }

  .nav-toggle {
    display: inline-grid;
    width: 44px;
    height: 44px;
    place-items: center;
    gap: 0;
    background: var(--glass);
    border: 1px solid var(--line);
    border-radius: 50%;
  }

  .nav-toggle span:not(.sr-only) {
    width: 18px;
    height: 2px;
    background: var(--ink);
    border-radius: 2px;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid var(--line);
    border-radius: 24px;
    backdrop-filter: blur(22px);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 14px 16px;
  }

  .section-grid,
  .fit-columns,
  .contact-card {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .trust-strip,
  .service-grid,
  .timeline {
    grid-template-columns: 1fr 1fr;
  }

  .service-card.featured {
    transform: none;
  }
}

@media (max-width: 680px) {
  .site-shell {
    width: min(100% - 22px, var(--max));
  }

  .site-header {
    margin-bottom: 46px;
  }

  .brand small {
    display: none;
  }

  h1 {
    font-size: clamp(3.35rem, 17vw, 5rem);
  }

  .hero {
    padding-bottom: 48px;
  }

  .trust-strip,
  .service-grid,
  .timeline {
    grid-template-columns: 1fr;
  }

  .intro,
  .outcomes,
  .services,
  .process,
  .fit,
  .contact {
    padding: 72px 0;
  }

  .marquee {
    justify-content: flex-start;
    margin-bottom: 72px;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }

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

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@keyframes auroraDrift {
  from {
    transform: translate3d(-3%, 2%, 0) rotate(0deg) scale(1);
  }

  to {
    transform: translate3d(5%, -4%, 0) rotate(18deg) scale(1.08);
  }
}

@keyframes floatNode {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(26px, -18px, 0);
  }
}

@keyframes linePulse {
  0%,
  100% {
    opacity: 0.12;
    scale: 0.82 1;
  }

  50% {
    opacity: 0.7;
    scale: 1 1;
  }
}

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

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

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

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

@keyframes signalBlink {
  0%,
  100% {
    opacity: 0.36;
    transform: scale(0.9);
  }

  50% {
    opacity: 1;
    transform: scale(1.08);
  }
}

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

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

@keyframes codePulse {
  0%,
  100% {
    opacity: 0.42;
    transform: scaleX(0.86);
    transform-origin: left center;
  }

  50% {
    opacity: 1;
    transform: scaleX(1);
  }
}
