:root {
  --blue-950: #031f30;
  --blue-900: #062c4c;
  --blue-800: #08374f;
  --blue-700: #155773;
  --blue-200: #d8e8ec;
  --blue-100: #edf6f7;
  --cream: #fbf6ec;
  --sand: #f3ead8;
  --clay: #c98c54;
  --orange: #f2a90b;
  --ink: #17222a;
  --muted: #66777d;
  --line: #d7e3e6;
  --surface: #f8fbf9;
  --white: #ffffff;
  --shadow: 0 24px 80px rgba(6, 44, 76, 0.16);
  --radius-lg: 34px;
  --radius-md: 22px;
  --max: 1180px;
  --mouse-x: 50vw;
  --mouse-y: 36vh;
  --dot-x: 0px;
  --dot-y: 0px;
  --parallax-x: 0px;
  --parallax-y: 0px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, var(--cream) 0%, #ffffff 30%, #f7fbfb 58%, #ffffff 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
  text-rendering: geometricPrecision;
}

body::after {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(circle at 18% 24%, rgba(216, 232, 236, 0.55), transparent 22vw),
    radial-gradient(circle at 86% 18%, rgba(243, 234, 216, 0.9), transparent 25vw);
}

.motion-field {
  position: fixed;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: block;
  opacity: 0.86;
}

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

.topbar,
.site-header,
main,
.site-footer {
  position: relative;
  z-index: 1;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -80px;
  z-index: 10;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--blue-900);
  color: var(--white);
}

.skip-link:focus {
  top: 16px;
}

.topbar {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 12px 24px;
  color: rgba(255, 255, 255, 0.9);
  background: var(--blue-950);
  font-size: 13px;
  letter-spacing: -0.01em;
}

.topbar strong {
  color: var(--white);
  font-weight: 650;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 8;
  display: grid;
  grid-template-columns: 220px 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 13px clamp(18px, 5vw, 64px);
  border-bottom: 1px solid rgba(217, 226, 231, 0.7);
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(18px);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.menu-toggle,
.nav-mobile-cta {
  display: none;
}

.brand {
  display: flex;
  align-items: center;
}

.brand img {
  width: 190px;
  height: auto;
  display: block;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 3vw, 34px);
  color: #26343c;
  font-size: 14px;
}

.nav a {
  position: relative;
  padding: 8px 0;
}

.nav a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  content: "";
  background: var(--orange);
  transition: width 180ms ease;
}

.nav a:hover::after,
.nav a:focus-visible::after {
  width: 100%;
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 14px;
  font-weight: 700;
  letter-spacing: -0.02em;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.header-cta {
  padding: 0 18px;
  color: var(--white);
  background: linear-gradient(135deg, var(--blue-950), var(--blue-900));
  box-shadow: 0 18px 44px rgba(6, 44, 76, 0.18);
}

.header-cta.secondary-mail {
  color: var(--blue-900);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.66);
  box-shadow: none;
}

.button {
  padding: 0 22px;
}

.button:hover,
.header-cta:hover {
  transform: translateY(-2px);
}

.button.primary {
  color: #12202a;
  background: linear-gradient(135deg, #f6c057, var(--orange));
  box-shadow: 0 14px 40px rgba(232, 173, 35, 0.28);
}

.button.secondary {
  color: var(--blue-900);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.82);
}

.button.secondary.dark {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(16px);
}

.button.inverse {
  color: #101820;
  background: var(--orange);
}

.hero-carousel {
  position: relative;
  min-height: 720px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background: var(--blue-950);
}

.hero-slides,
.hero-slide,
.hero-slide img,
.hero-smoke {
  position: absolute;
  inset: 0;
}

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

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

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.88) contrast(1.04);
}

.hero-slide::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(3, 31, 48, 0.92), rgba(3, 31, 48, 0.58) 42%, rgba(3, 31, 48, 0.2)),
    radial-gradient(circle at 76% 18%, rgba(242, 169, 11, 0.16), transparent 28%);
}

.hero-smoke {
  z-index: 2;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 22% 55%, rgba(255, 255, 255, 0.18), transparent 34%),
    radial-gradient(ellipse at 54% 68%, rgba(255, 255, 255, 0.11), transparent 38%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.07), transparent 62%);
  mix-blend-mode: screen;
}

.hero-content {
  position: relative;
  z-index: 3;
  width: min(860px, calc(100% - 40px));
  margin-left: clamp(20px, 6vw, 78px);
  padding: clamp(76px, 9vw, 116px) 0;
}

.hero-content h1 {
  color: var(--white);
  text-shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
}

.hero-content .hero-lead {
  color: rgba(255, 255, 255, 0.82);
}

.slide-copy {
  position: absolute;
  z-index: 4;
  right: clamp(20px, 6vw, 78px);
  bottom: clamp(30px, 7vw, 72px);
  width: min(430px, calc(100% - 40px));
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 24px;
  background: rgba(247, 251, 249, 0.72);
  color: var(--blue-950);
  backdrop-filter: blur(18px);
  box-shadow: 0 28px 80px rgba(3, 31, 48, 0.24);
}

.slide-copy span {
  display: block;
  margin-bottom: 10px;
  color: var(--clay);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.slide-copy strong {
  display: block;
  font-size: 21px;
  line-height: 1.18;
  letter-spacing: -0.04em;
}

.hero-dots {
  position: absolute;
  z-index: 5;
  left: clamp(20px, 6vw, 78px);
  bottom: 34px;
  display: flex;
  gap: 9px;
}

.hero-dots button {
  width: 34px;
  height: 4px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.34);
  cursor: pointer;
}

.hero-dots button.is-active {
  background: var(--orange);
}

.section-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.8fr);
  gap: clamp(36px, 7vw, 86px);
  align-items: center;
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.hero {
  min-height: 560px;
  padding: clamp(44px, 6vw, 74px) 0 46px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--blue-700);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow.light {
  color: rgba(255, 255, 255, 0.72);
}

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

h1 {
  max-width: 800px;
  margin-bottom: 24px;
  color: var(--blue-950);
  font-size: clamp(44px, 5.9vw, 74px);
  line-height: 0.98;
  letter-spacing: -0.075em;
}

h2 {
  margin-bottom: 20px;
  color: var(--blue-950);
  font-size: clamp(34px, 4.5vw, 62px);
  line-height: 1;
  letter-spacing: -0.055em;
}

h3 {
  margin-bottom: 12px;
  color: var(--blue-900);
  font-size: 22px;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.68;
}

.hero-lead {
  max-width: 720px;
  margin-bottom: 30px;
  font-size: clamp(18px, 1.75vw, 21px);
  line-height: 1.5;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-visual {
  justify-self: end;
  width: 100%;
  transform: translate3d(calc(var(--parallax-x) * -0.22), calc(var(--parallax-y) * -0.22), 0);
  transition: transform 160ms ease-out;
}

.cinema-frame {
  position: relative;
  overflow: hidden;
  min-height: 480px;
  border: 1px solid rgba(215, 227, 230, 0.76);
  border-radius: 38px;
  background: var(--blue-950);
  box-shadow: 0 34px 110px rgba(6, 44, 76, 0.22);
}

.cinema-frame img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  filter: saturate(0.92) contrast(1.02);
}

.frame-shade {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 22% 24%, rgba(242, 169, 11, 0.22), transparent 26%),
    linear-gradient(90deg, rgba(3, 31, 48, 0.66), rgba(3, 31, 48, 0.08) 46%, rgba(3, 31, 48, 0.32));
}

.performance-hud,
.gain-chip {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(16px);
  box-shadow: 0 20px 60px rgba(3, 31, 48, 0.22);
}

.performance-hud {
  left: 28px;
  right: 28px;
  bottom: 28px;
  padding: 22px;
  border-radius: 24px;
}

.performance-hud small {
  display: block;
  margin-bottom: 9px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.performance-hud strong {
  display: block;
  margin-bottom: 18px;
  color: var(--blue-950);
  font-size: 23px;
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.gain-chip {
  top: 26px;
  right: 26px;
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  border-radius: 18px;
}

.gain-chip span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.gain-chip strong {
  color: var(--blue-900);
  font-size: 15px;
  letter-spacing: -0.03em;
}

.system-shell {
  overflow: hidden;
  border: 1px solid rgba(217, 226, 231, 0.86);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 70% 20%, rgba(232, 173, 35, 0.16), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(234, 242, 245, 0.88));
  box-shadow: var(--shadow);
}

.system-header {
  display: grid;
  grid-template-columns: 10px 10px 10px 1fr;
  gap: 8px;
  align-items: center;
  padding: 16px 18px;
  border-bottom: 1px solid var(--line);
}

.system-header span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #c9d5db;
}

.system-header strong {
  justify-self: end;
  color: var(--blue-900);
  font-size: 12px;
  letter-spacing: 0.03em;
}

.system-body {
  padding: 28px;
}

.signal-card {
  padding: 24px;
  border: 1px solid rgba(217, 226, 231, 0.9);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.76);
}

.signal-card small,
.signal-grid small {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.signal-card strong {
  display: block;
  margin-bottom: 18px;
  color: var(--blue-900);
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.bar {
  overflow: hidden;
  height: 10px;
  border-radius: 999px;
  background: #e4ecef;
}

.bar i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--blue-900), var(--orange));
}

.signal-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 14px 0;
}

.signal-grid div {
  min-height: 112px;
  padding: 18px;
  border: 1px solid rgba(217, 226, 231, 0.82);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.62);
}

.signal-grid b {
  color: var(--ink);
  font-size: 21px;
  letter-spacing: -0.04em;
}

.flow-map {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 12px;
  color: var(--blue-900);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.flow-map i {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, var(--line), var(--orange));
}

.metric-strip {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 14px;
  align-items: center;
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto 90px;
  padding: 14px;
  border: 1px solid rgba(215, 227, 230, 0.92);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(248, 251, 249, 0.82)),
    radial-gradient(circle at 8% 20%, rgba(242, 169, 11, 0.1), transparent 24%);
  backdrop-filter: blur(16px);
}

.metric-strip::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background-image:
    radial-gradient(circle, rgba(6, 44, 76, 0.1) 0.8px, transparent 1px),
    linear-gradient(135deg, rgba(255, 255, 255, 0.46), transparent 42%);
  background-size: 14px 14px, 100% 100%;
  opacity: 0.58;
}

.principles-video {
  padding: 94px 0;
}

.video-frame {
  position: relative;
  overflow: hidden;
  min-height: 470px;
  border-radius: var(--radius-lg);
  background: var(--blue-950);
  box-shadow: var(--shadow);
}

.video-frame video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.04);
}

.video-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 82% 18%, rgba(242, 169, 11, 0.18), transparent 28%),
    linear-gradient(180deg, rgba(3, 31, 48, 0.02), rgba(3, 31, 48, 0.42));
}

.metric-label {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 92px;
  gap: 14px;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid rgba(8, 55, 79, 0.1);
  border-radius: 18px;
  color: var(--blue-900);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.76), rgba(216, 232, 236, 0.34)),
    radial-gradient(circle at 14% 18%, rgba(8, 55, 79, 0.08), transparent 28%);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.metric-label img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.ticker {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.ticker article {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 92px;
  padding: 14px;
  border: 1px solid rgba(8, 55, 79, 0.09);
  border-radius: 18px;
  background:
    radial-gradient(circle at 86% 16%, rgba(242, 169, 11, 0.12), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(237, 246, 247, 0.64));
  transition:
    transform 240ms ease,
    border-color 240ms ease,
    background 240ms ease;
}

.ticker article::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(90deg, rgba(8, 55, 79, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(8, 55, 79, 0.04) 1px, transparent 1px);
  background-size: 18px 18px;
  opacity: 0.62;
}

.ticker article:hover {
  border-color: rgba(242, 169, 11, 0.34);
  background:
    radial-gradient(circle at 86% 16%, rgba(242, 169, 11, 0.16), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(237, 246, 247, 0.76));
  transform: translateY(-3px);
}

.metric-chrono {
  position: relative;
  z-index: 1;
  width: 34px;
  height: 34px;
  border: 1.5px solid rgba(8, 55, 79, 0.24);
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.96) 0 32%, transparent 33%),
    conic-gradient(from 0deg, rgba(242, 169, 11, 0.28), rgba(8, 55, 79, 0.16), rgba(242, 169, 11, 0.28));
}

.metric-chrono::before,
.metric-chrono::after,
.metric-chrono em {
  position: absolute;
  content: "";
}

.metric-chrono::before {
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--orange);
  transform: translate(-50%, -50%);
}

.metric-chrono::after {
  left: 50%;
  bottom: 50%;
  width: 2px;
  height: 11px;
  border-radius: 999px;
  background: var(--blue-900);
  transform-origin: 50% 100%;
  animation: chronoSweep 3.2s linear infinite;
}

.metric-chrono em {
  left: 50%;
  bottom: 50%;
  width: 1.5px;
  height: 13px;
  border-radius: 999px;
  background: var(--orange);
  transform-origin: 50% 100%;
  animation: chronoSweep 9.6s linear infinite reverse;
}

.ticker strong {
  position: relative;
  z-index: 1;
  margin-right: 6px;
  color: var(--blue-900);
  font-size: 26px;
  letter-spacing: -0.05em;
}

.ticker span {
  position: relative;
  z-index: 1;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

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

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

.section {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: 84px 0;
}

.section-intro {
  max-width: 830px;
  margin-bottom: 44px;
}

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

.problem-card,
.service-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(217, 226, 231, 0.86);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(14px);
  box-shadow: 0 16px 60px rgba(8, 55, 79, 0.06);
}

.problem-card {
  min-height: 264px;
  padding: 28px;
}

.service-card {
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
  transition:
    transform 260ms ease,
    border-color 260ms ease,
    box-shadow 260ms ease,
    background 260ms ease;
}

.problem-card::before,
.service-card::before {
  position: absolute;
  inset: auto 24px 24px auto;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  content: "";
  background: radial-gradient(circle, rgba(232, 173, 35, 0.22), transparent 70%);
}

.problem-card span {
  display: inline-flex;
  margin-bottom: 34px;
  color: var(--orange);
  font-weight: 850;
}

.service-card span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  padding: 6px 10px;
  border: 1px solid rgba(8, 55, 79, 0.12);
  border-radius: 999px;
  color: var(--orange);
  background: rgba(255, 255, 255, 0.66);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.service-card h3,
.service-card p,
.service-card a,
.service-card ul {
  position: relative;
  z-index: 1;
}

.problem-card p,
.service-card p {
  font-size: 15px;
  line-height: 1.58;
}

.service-card p {
  margin: 0;
}

.service-card ul {
  display: grid;
  gap: 8px;
  margin: 2px 0 0;
  padding: 0;
  list-style: none;
}

.service-card li {
  position: relative;
  padding-left: 18px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.service-card li::before {
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  content: "";
  background: var(--orange);
  box-shadow: 0 0 0 4px rgba(242, 169, 11, 0.12);
}

.service-card:hover {
  border-color: rgba(242, 169, 11, 0.36);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 26px 80px rgba(8, 55, 79, 0.12);
  transform: translateY(-6px);
}

.method {
  margin: 72px 0;
  padding: 96px clamp(20px, 5vw, 64px);
  color: var(--white);
  background:
    radial-gradient(circle at calc(var(--mouse-x) + 12vw) 18%, rgba(242, 169, 11, 0.15), transparent 26%),
    radial-gradient(circle at 8% 90%, rgba(216, 232, 236, 0.08), transparent 22%),
    linear-gradient(135deg, var(--blue-900), var(--blue-950) 74%);
}

.method-copy,
.method-steps {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.method-copy {
  max-width: 860px;
  margin-bottom: 46px;
}

.method h2,
.method h3,
.method p {
  color: var(--white);
}

.method p {
  color: rgba(255, 255, 255, 0.72);
}

.method-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.method-steps article {
  min-height: 250px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.06);
}

.method-steps span {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--orange);
  font-weight: 850;
}

.gum {
  padding: 90px 0;
}

.gum.section-grid {
  grid-template-columns: minmax(0, 0.72fr) minmax(620px, 1.28fr);
  gap: clamp(32px, 5vw, 64px);
  align-items: start;
}

.process-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  padding: 16px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(8, 55, 79, 0.12);
  background:
    radial-gradient(circle at 84% 14%, rgba(242, 169, 11, 0.16), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(236, 244, 244, 0.9));
  box-shadow: var(--shadow);
  transform: translate3d(calc(var(--parallax-x) * -0.14), calc(var(--parallax-y) * -0.14), 0);
  transition: transform 160ms ease-out;
}

.process-card::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.52), transparent 46%),
    radial-gradient(circle, rgba(8, 55, 79, 0.08) 0.8px, transparent 1px);
  background-size: 100% 100%, 17px 17px;
  pointer-events: none;
}

.process-main-photo,
.process-product-photo {
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(8, 55, 79, 0.12);
  border-radius: 28px;
  background: var(--white);
}

.process-main-photo {
  aspect-ratio: 16 / 9;
  min-height: 0;
}

.process-main-photo::after,
.process-product-photo::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}

.process-main-photo::after {
  background:
    linear-gradient(180deg, transparent 44%, rgba(3, 31, 48, 0.88)),
    radial-gradient(circle at 18% 15%, rgba(255, 255, 255, 0.34), transparent 28%);
}

.process-product-photo::after {
  background: linear-gradient(180deg, transparent 36%, rgba(3, 31, 48, 0.58));
}

.process-main-photo img,
.process-product-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(0.96) contrast(1.04);
  transition: transform 700ms ease, filter 700ms ease;
}

.process-card:hover .process-main-photo img,
.process-card:hover .process-product-photo img {
  filter: saturate(1.04) contrast(1.08);
  transform: scale(1.025);
}

.process-main-photo figcaption,
.process-product-photo figcaption {
  position: absolute;
  z-index: 3;
  left: 22px;
  right: 22px;
  bottom: 22px;
  color: var(--white);
}

.process-main-photo figcaption span {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.process-main-photo figcaption strong {
  display: block;
  max-width: 420px;
  font-size: clamp(22px, 2.4vw, 31px);
  line-height: 1.06;
}

.process-product-photo {
  min-height: 0;
  aspect-ratio: 16 / 9;
}

.process-product-photo figcaption {
  font-size: 14px;
  line-height: 1.35;
}

.process-side {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 12px;
  align-content: stretch;
}

.process-card p {
  position: relative;
  z-index: 2;
  grid-column: 1 / -1;
  margin: 0;
  padding: 18px 20px;
  border: 1px solid rgba(8, 55, 79, 0.1);
  border-radius: 24px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  line-height: 1.62;
}

.process-line {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.process-line span {
  position: relative;
  min-height: 0;
  display: block;
  padding: 14px 14px 13px;
  border: 1px solid rgba(8, 55, 79, 0.12);
  border-radius: 18px;
  color: var(--blue-900);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(238, 246, 246, 0.76));
  backdrop-filter: blur(16px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 14px 34px rgba(8, 55, 79, 0.08);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    background 220ms ease;
}

.process-line span::before {
  display: block;
  width: 10px;
  height: 10px;
  margin-bottom: 10px;
  border-radius: 50%;
  content: "";
  background: var(--orange);
  box-shadow: 0 0 0 6px rgba(242, 169, 11, 0.14);
}

.process-line span:hover {
  border-color: rgba(242, 169, 11, 0.46);
  background: rgba(255, 255, 255, 0.98);
  transform: translateY(-3px);
}

.process-line b {
  display: block;
  color: var(--blue-900);
  font-size: 14px;
  line-height: 1.1;
}

.process-line small {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.35;
}

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

.service-card.large {
  grid-column: span 2;
  color: var(--white);
  background:
    radial-gradient(circle at 90% 24%, rgba(242, 169, 11, 0.28), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), transparent 46%),
    var(--blue-900);
}

.service-card.large h3,
.service-card.large p,
.service-card.large a,
.service-card.large li {
  color: var(--white);
}

.service-card.large li {
  color: rgba(255, 255, 255, 0.78);
}

.service-card.large span {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.1);
}

.service-card.large a {
  display: inline-flex;
  width: fit-content;
  margin-top: 8px;
  color: var(--white);
  font-weight: 800;
}

.service-card.muted {
  background: linear-gradient(145deg, #ffffff, var(--cream));
}

.service-board {
  position: relative;
  overflow: hidden;
  grid-column: span 2;
  min-height: 350px;
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 28px;
  align-items: center;
  padding: 30px;
  border: 1px solid rgba(217, 226, 231, 0.9);
  border-radius: var(--radius-md);
  background:
    radial-gradient(circle at 88% 16%, rgba(242, 169, 11, 0.14), transparent 26%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(237, 246, 247, 0.68));
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 70px rgba(8, 55, 79, 0.08);
}

.service-board::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(90deg, rgba(8, 55, 79, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(8, 55, 79, 0.035) 1px, transparent 1px),
    radial-gradient(circle, rgba(8, 55, 79, 0.09) 0.8px, transparent 1px);
  background-size: 34px 34px, 34px 34px, 16px 16px;
  opacity: 0.7;
}

.board-mark {
  position: absolute;
  right: -58px;
  bottom: -86px;
  width: 315px;
  height: 315px;
  object-fit: contain;
  opacity: 0.055;
  pointer-events: none;
}

.board-copy,
.thought-map {
  position: relative;
  z-index: 1;
}

.board-copy span {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--orange);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.board-copy h3 {
  max-width: 430px;
  margin-bottom: 12px;
  color: var(--blue-900);
  font-size: clamp(26px, 3vw, 40px);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.board-copy p {
  max-width: 420px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

.thought-map {
  min-height: 275px;
}

.thought-map svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  fill: none;
  pointer-events: none;
}

.thought-map path {
  stroke: rgba(8, 55, 79, 0.22);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-dasharray: 4 8;
  animation: dashFlow 9s linear infinite;
}

.note-card {
  position: absolute;
  z-index: 1;
  overflow: hidden;
  padding: 16px;
  border: 1px solid rgba(215, 227, 230, 0.95);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 55px rgba(8, 55, 79, 0.1);
}

.note-card::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background-image: linear-gradient(rgba(8, 55, 79, 0.06) 1px, transparent 1px);
  background-size: 100% 14px;
  opacity: 0.48;
}

.note-card b,
.note-card small,
.note-card strong,
.note-card i {
  position: relative;
  z-index: 1;
}

.note-card b {
  display: block;
  color: var(--blue-900);
  font-size: 12px;
  letter-spacing: -0.02em;
}

.note-card small {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.36;
}

.note-main {
  top: 16px;
  left: 32px;
  width: 190px;
  transform: rotate(-2deg);
}

.note-chart {
  right: 28px;
  top: 24px;
  width: 178px;
  height: 132px;
  display: flex;
  gap: 8px;
  align-items: end;
}

.note-chart b {
  position: absolute;
  top: 14px;
  left: 14px;
}

.note-chart i {
  width: 22px;
  height: var(--h);
  border-radius: 999px 999px 4px 4px;
  background: linear-gradient(180deg, var(--orange), rgba(242, 169, 11, 0.36));
}

.note-paper {
  bottom: 22px;
  left: 76px;
  width: 214px;
  transform: rotate(2deg);
}

.note-kpi {
  right: 62px;
  bottom: 36px;
  width: 132px;
  background:
    radial-gradient(circle at 82% 18%, rgba(242, 169, 11, 0.18), transparent 36%),
    rgba(255, 255, 255, 0.9);
}

.note-kpi strong {
  display: block;
  margin-top: 8px;
  color: var(--orange);
  font-size: 28px;
  letter-spacing: -0.06em;
}

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

  to {
    stroke-dashoffset: -96;
  }
}

.editorial-section {
  padding-top: 90px;
}

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

.editorial-card {
  overflow: hidden;
  border: 1px solid rgba(215, 227, 230, 0.86);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 70px rgba(6, 44, 76, 0.09);
}

.editorial-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
  filter: saturate(0.92) contrast(1.02);
  transition: transform 460ms ease;
}

.editorial-card:hover img {
  transform: scale(1.035);
}

.editorial-card div {
  padding: 28px;
}

.editorial-card span {
  display: block;
  margin-bottom: 12px;
  color: var(--clay);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.experience-marquee {
  overflow: hidden;
  padding: 92px 0;
  background: rgba(255, 255, 255, 0.72);
}

.experience-marquee .section-intro {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto 38px;
}

.logo-marquee {
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
}

.logo-track {
  display: flex;
  align-items: center;
  gap: 74px;
  width: max-content;
  padding: 24px 0;
  animation: marquee 34s linear infinite;
}

.logo-track:hover {
  animation-play-state: paused;
}

.logo-track img {
  max-width: 180px;
  max-height: 48px;
  object-fit: contain;
  opacity: 0.58;
  filter: grayscale(1);
  transition: opacity 240ms ease, filter 240ms ease, transform 240ms ease;
}

.logo-track img:hover {
  opacity: 1;
  filter: grayscale(0);
  transform: translateY(-2px);
}

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

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

.principles {
  padding: 76px 0;
}

.principles-panel {
  position: relative;
  overflow: hidden;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 78% 18%, rgba(242, 169, 11, 0.14), transparent 24%),
    linear-gradient(135deg, var(--blue-900), var(--blue-950));
  box-shadow: 0 20px 70px rgba(6, 44, 76, 0.12);
}

.principles-panel::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.09) 0.8px, transparent 1px),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 44%);
  background-size: 16px 16px, 100% 100%;
  opacity: 0.58;
}

.principles-panel img {
  position: relative;
  z-index: 1;
  width: 210px;
  height: 210px;
  object-fit: contain;
  opacity: 0.96;
}

.principles-panel h2 {
  position: relative;
  z-index: 1;
  max-width: 440px;
  color: var(--white);
}

.principles-copy p {
  font-size: 20px;
  line-height: 1.68;
}

.final-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 36px;
  align-items: end;
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto 80px;
  padding: clamp(34px, 5vw, 56px);
  border-radius: var(--radius-lg);
  color: var(--white);
  background:
    radial-gradient(circle at 90% 12%, rgba(242, 169, 11, 0.18), transparent 28%),
    linear-gradient(135deg, #101820, var(--blue-950));
}

.final-actions {
  display: grid;
  gap: 12px;
}

.final-cta h2,
.final-cta p {
  color: var(--white);
}

.final-cta p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.72);
}

.site-footer {
  position: relative;
  overflow: hidden;
  padding: 64px clamp(20px, 5vw, 64px) 26px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  background:
    radial-gradient(circle at 8% 10%, rgba(216, 232, 236, 0.78), transparent 26%),
    radial-gradient(circle at 88% 16%, rgba(242, 169, 11, 0.13), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), #f7fbfb);
  font-size: 13px;
}

.site-footer::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background-image:
    radial-gradient(circle, rgba(8, 55, 79, 0.08) 0.8px, transparent 1px),
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), transparent 46%);
  background-size: 16px 16px, 100% 100%;
  opacity: 0.62;
}

.footer-main,
.footer-bottom {
  position: relative;
  z-index: 1;
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(460px, 1.28fr);
  gap: 18px;
  align-items: stretch;
}

.footer-brand,
.footer-company,
.lead-form {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  padding: 26px;
  border: 1px solid rgba(215, 227, 230, 0.9);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 70px rgba(8, 55, 79, 0.08);
}

.footer-brand::before,
.footer-company::before,
.lead-form::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(90deg, rgba(8, 55, 79, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(8, 55, 79, 0.035) 1px, transparent 1px);
  background-size: 20px 20px;
  opacity: 0.62;
}

.footer-brand img,
.footer-brand p,
.footer-company span,
.footer-company strong,
.footer-company p,
.footer-legal,
.lead-form span,
.lead-form h2,
.lead-form label,
.lead-form button,
.form-note {
  position: relative;
  z-index: 1;
}

.footer-brand img {
  width: 214px;
  height: auto;
  display: block;
  margin-bottom: 24px;
}

.footer-brand p {
  margin: 0 0 18px;
  color: var(--blue-900);
  font-size: 18px;
  font-weight: 750;
  line-height: 1.28;
  letter-spacing: -0.04em;
}

.footer-company {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) repeat(2, minmax(220px, 1fr));
  gap: 10px 22px;
  align-items: start;
  font-style: normal;
}

.footer-company span {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.footer-company span,
.lead-form span {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--orange);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-company strong {
  display: block;
  grid-column: 1 / -1;
  margin-bottom: 16px;
  color: var(--blue-900);
  font-size: 17px;
  line-height: 1.22;
  letter-spacing: -0.035em;
}

.footer-company p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.footer-company b {
  color: var(--blue-900);
  font-weight: 800;
}

.footer-company a {
  color: var(--blue-900);
  font-weight: 750;
}

.footer-legal {
  grid-column: 1 / -1;
  margin: -4px 0 0;
  padding: 18px 22px;
  border: 1px solid rgba(8, 55, 79, 0.08);
  border-radius: 18px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  line-height: 1.52;
}

.footer-legal strong {
  color: var(--blue-900);
  font-weight: 850;
}

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

.lead-form span,
.lead-form h2,
.lead-wide,
.lead-consent,
.lead-form .button,
.form-note {
  grid-column: 1 / -1;
}

.lead-form h2 {
  margin: -4px 0 2px;
  color: var(--blue-900);
  font-size: 27px;
  line-height: 1;
  letter-spacing: -0.055em;
}

.lead-form label {
  display: grid;
  gap: 7px;
  color: var(--blue-900);
  font-size: 12px;
  font-weight: 850;
}

.lead-form input,
.lead-form textarea {
  width: 100%;
  border: 1px solid rgba(8, 55, 79, 0.14);
  border-radius: 14px;
  padding: 12px 13px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.88);
  font: inherit;
  font-size: 14px;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.lead-form textarea {
  resize: vertical;
  min-height: 108px;
}

.lead-form input:focus,
.lead-form textarea:focus {
  border-color: rgba(242, 169, 11, 0.66);
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(242, 169, 11, 0.12);
}

.lead-consent {
  grid-template-columns: auto 1fr;
  align-items: start;
  color: var(--muted) !important;
  font-weight: 650 !important;
  line-height: 1.38;
}

.lead-consent input {
  width: 17px;
  height: 17px;
  margin: 1px 0 0;
  accent-color: var(--orange);
}

.lead-form .button {
  width: 100%;
  border: 0;
  cursor: pointer;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.42;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid rgba(215, 227, 230, 0.92);
}

.footer-bottom span {
  color: var(--muted);
}

.footer-bottom nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  color: var(--blue-900);
  font-weight: 750;
}

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

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

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
    gap: 10px;
    padding: 10px 20px;
  }

  .brand {
    justify-content: flex-start;
  }

  .nav {
    grid-column: 1 / -1;
    width: 100%;
    display: none;
    align-items: stretch;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0;
    overflow: visible;
    padding: 10px 0 2px;
    border-top: 1px solid var(--line);
  }

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

  .nav a {
    width: 100%;
    min-height: 42px;
    padding: 11px 4px;
    border-bottom: 1px solid rgba(217, 226, 231, 0.72);
  }

  .nav a::after {
    display: none;
  }

  .nav .nav-mobile-cta {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    color: var(--white);
    background: var(--blue-950);
    border: 0;
    border-radius: 12px;
    font-weight: 750;
  }

  .menu-toggle {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    gap: 9px;
    padding: 0 12px;
    color: var(--blue-950);
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid var(--line);
    border-radius: 12px;
    font: inherit;
    font-size: 13px;
    font-weight: 750;
  }

  .menu-toggle i,
  .menu-toggle i::before,
  .menu-toggle i::after {
    display: block;
    width: 20px;
    height: 2px;
    background: currentColor;
    content: "";
  }

  .menu-toggle i {
    position: relative;
  }

  .menu-toggle i::before {
    position: absolute;
    top: -6px;
  }

  .menu-toggle i::after {
    position: absolute;
    top: 6px;
  }

  .header-actions {
    display: none;
  }

  .header-cta {
    min-height: 42px;
  }

  .section-grid,
  .final-cta {
    grid-template-columns: 1fr;
  }

  .gum.section-grid {
    grid-template-columns: 1fr;
  }

  .process-card {
    grid-template-columns: 1fr;
  }

  .process-side {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  }

  .hero-system {
    justify-self: stretch;
  }

  .metric-strip,
  .ticker,
  .footer-main,
  .problem-grid,
  .method-steps,
  .service-grid,
  .editorial-grid {
    grid-template-columns: 1fr 1fr;
  }

  .service-card.large {
    grid-column: span 2;
  }

  .service-board {
    grid-column: span 2;
    grid-template-columns: 1fr;
  }

  .footer-company,
  .footer-legal {
    grid-column: span 2;
  }

  .footer-company {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 680px) {
  .topbar {
    display: none;
  }

  .site-header {
    padding: 9px 16px;
  }

  .brand {
    justify-content: flex-start;
  }

  .brand img {
    width: 150px;
  }

  .hero-carousel {
    min-height: 790px;
  }

  .hero-content {
    margin: 0 auto;
    padding-top: 62px;
  }

  .hero {
    min-height: auto;
    padding-top: 62px;
  }

  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 34px;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .metric-strip,
  .ticker,
  .footer-main,
  .problem-grid,
  .method-steps,
  .service-grid,
  .process-line,
  .editorial-grid {
    grid-template-columns: 1fr;
  }

  .slide-copy {
    left: 20px;
    right: 20px;
    bottom: 74px;
  }

  .hero-dots {
    bottom: 28px;
  }

  .video-frame,
  .process-card {
    min-height: 420px;
  }

  .process-card {
    padding: 12px;
  }

  .process-side {
    grid-template-columns: 1fr;
  }

  .process-main-photo,
  .process-product-photo {
    border-radius: 22px;
  }

  .process-main-photo figcaption,
  .process-product-photo figcaption {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }

  .service-card.large {
    grid-column: auto;
  }

  .service-board {
    grid-column: auto;
    padding: 24px;
  }

  .thought-map {
    min-height: 360px;
  }

  .note-main {
    left: 8px;
  }

  .note-chart {
    right: 4px;
  }

  .note-paper {
    left: 18px;
  }

  .note-kpi {
    right: 10px;
  }

  .flow-map {
    flex-direction: column;
    align-items: stretch;
  }

  .flow-map i {
    min-height: 18px;
    width: 1px;
    margin-left: 12px;
  }

  .site-footer {
    flex-direction: column;
  }

  .footer-company,
  .footer-legal,
  .lead-form {
    grid-column: auto;
  }

  .footer-company,
  .lead-form {
    grid-template-columns: 1fr;
  }

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

  .footer-bottom nav {
    gap: 12px;
  }
}

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

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

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