body {
  background: #ffffff;
  color: #000000;
  font-family: Inter, sans-serif;
  overflow-x: hidden;
}

.blueprint-grid {
  background-image:
    linear-gradient(to right, rgba(0, 0, 0, 0.055) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(0, 0, 0, 0.055) 1px, transparent 1px);
  background-size: 20px 20px;
}

.site-nav {
  gap: 24px;
}

.site-brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
}

.site-logo {
  display: block;
  width: 178px;
  height: 54px;
  object-fit: contain;
  border: 2px solid #000000;
  background: #000000;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.site-brand:hover .site-logo {
  transform: translate(-2px, -2px);
  box-shadow: 5px 5px 0 #4A6B7C;
}

.footer-logo {
  display: block;
  width: 186px;
  height: 64px;
  object-fit: contain;
  border: 2px solid #ffffff;
  background: #000000;
}

.desktop-nav {
  display: flex;
}

.nav-link {
  color: #5D5F5F;
  font: 900 13px/1 Inter, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color 160ms ease;
}

.nav-link:hover,
.nav-link.is-active {
  color: #000000;
}

.language-switcher {
  display: inline-grid;
  grid-template-columns: repeat(3, minmax(38px, 1fr));
  border: 2px solid #000000;
  background: #ffffff;
  box-shadow: 6px 6px 0 #000000;
}

.language-switcher a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-right: 2px solid #000000;
  color: #000000;
  font: 900 12px/1 Inter, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.language-switcher a:last-child {
  border-right: 0;
}

.language-switcher a:hover,
.language-switcher a.is-active {
  background: #000000;
  color: #ffffff;
}

.language-switcher a.is-active {
  transform: translate(-2px, -2px);
  box-shadow: 4px 4px 0 #4A6B7C;
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 2px solid #000000;
  background: #ffffff;
  color: #000000;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.menu-toggle:hover,
.menu-toggle.is-open {
  background: #000000;
  color: #ffffff;
  box-shadow: 5px 5px 0 #4A6B7C;
  transform: translate(-2px, -2px);
}

.menu-toggle-lines {
  display: grid;
  width: 20px;
  gap: 5px;
}

.menu-toggle-lines span {
  display: block;
  height: 2px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-toggle.is-open .menu-toggle-lines span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle.is-open .menu-toggle-lines span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.is-open .menu-toggle-lines span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-menu {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  border-bottom: 2px solid #000000;
  background: #ffffff;
  box-shadow: 0 18px 0 rgba(0, 0, 0, 0.08);
}

.mobile-menu[hidden] {
  display: none;
}

.mobile-menu-inner {
  display: grid;
  padding: 0 14px 14px;
}

.mobile-menu a {
  display: flex;
  min-height: 56px;
  align-items: center;
  justify-content: space-between;
  border: 2px solid #000000;
  border-top: 0;
  padding: 0 18px;
  background: #ffffff;
  color: #000000;
  font: 900 14px/1 Inter, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.mobile-menu a:first-child {
  border-top: 2px solid #000000;
}

.mobile-menu a:hover,
.mobile-menu a.is-active {
  background: #000000;
  color: #ffffff;
  transform: translateX(4px);
}

.mobile-menu .mobile-cta {
  margin-top: 12px;
  justify-content: center;
  background: #000000;
  color: #ffffff;
}

.btn-glitch {
  position: relative;
  overflow: hidden;
}

.btn-glitch::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.32), transparent);
  transform: skewX(-20deg);
}

.btn-glitch:hover::before {
  animation: glitchScan 0.5s linear;
}

@keyframes glitchScan {
  0% { left: -100%; }
  100% { left: 200%; }
}

.results-section {
  border-bottom: 4px solid #000000;
  padding: clamp(84px, 10vw, 150px) 24px;
}

#pieradijumi,
#evidence,
#vizualizacijas,
#visuals,
#video-pieradijumi,
#video-proof {
  scroll-margin-top: 92px;
}

.anchor-alias {
  display: block;
  height: 0;
  overflow: hidden;
  scroll-margin-top: 92px;
}

.results-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.results-kicker {
  margin-bottom: 18px;
  color: #4A6B7C;
  font: 900 13px/1 Inter, sans-serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.results-title {
  max-width: 1060px;
  font: 900 clamp(48px, 8.2vw, 118px)/0.9 "Hanken Grotesk", Inter, sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}

.results-hero {
  min-height: calc(100svh - 86px);
  display: grid;
  align-items: center;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.72fr);
  gap: clamp(44px, 7vw, 96px);
  align-items: center;
}

.hero-grid--single {
  grid-template-columns: minmax(0, 1fr);
}

.hero-copy {
  min-width: 0;
  max-width: 980px;
}

.result-system {
  position: relative;
  min-height: clamp(520px, 58vw, 680px);
  overflow: hidden;
  border: 2px solid #000000;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    repeating-linear-gradient(90deg, rgba(0, 0, 0, 0.08) 0 1px, transparent 1px 36px),
    repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.08) 0 1px, transparent 1px 36px);
  box-shadow: 16px 16px 0 #4A6B7C;
  isolation: isolate;
}

.result-system::before {
  content: "";
  position: absolute;
  inset: 0;
  border-top: 0 solid transparent;
  background: linear-gradient(180deg, transparent 0%, rgba(208, 255, 63, 0.2) 48%, transparent 100%);
  transform: translateY(-100%);
  animation: scanPanel 5.4s linear infinite;
  pointer-events: none;
  z-index: 1;
}

.system-topline,
.search-motion,
.answer-card,
.action-rail {
  position: absolute;
  z-index: 2;
}

.system-topline {
  top: 22px;
  right: 22px;
  left: 22px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #5D5F5F;
  font: 900 12px/1 Inter, sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.search-motion {
  top: 82px;
  right: 34px;
  left: 34px;
  display: grid;
  grid-template-columns: 18px 1fr 46px;
  align-items: center;
  gap: 14px;
  border: 2px solid #000000;
  background: #ffffff;
  padding: 18px;
  box-shadow: 8px 8px 0 #000000;
}

.search-dot {
  width: 16px;
  height: 16px;
  border: 2px solid #000000;
  background: #D0FF3F;
  animation: pulseDot 1.6s ease-in-out infinite;
}

.search-text {
  overflow: hidden;
  white-space: nowrap;
  color: #000000;
  font: 900 clamp(17px, 2vw, 24px)/1 Inter, sans-serif;
  text-transform: uppercase;
}

.search-pulse {
  height: 16px;
  background: repeating-linear-gradient(90deg, #000000 0 8px, transparent 8px 13px);
  animation: stepBars 900ms steps(4, end) infinite;
}

.result-map {
  position: absolute;
  inset: 190px 34px 164px;
  border: 2px solid #000000;
  background:
    linear-gradient(135deg, transparent 0 38%, rgba(74, 107, 124, 0.18) 38% 41%, transparent 41%),
    linear-gradient(35deg, transparent 0 56%, rgba(0, 0, 0, 0.12) 56% 59%, transparent 59%),
    #F6F7F7;
  overflow: hidden;
}

.map-route {
  position: absolute;
  top: 52%;
  left: -20%;
  width: 140%;
  height: 4px;
  background: #000000;
  transform: rotate(-9deg);
}

.map-pin {
  position: absolute;
  width: 22px;
  height: 22px;
  border: 3px solid #000000;
  background: #ffffff;
  box-shadow: 0 0 0 0 rgba(208, 255, 63, 0.85);
  animation: pinPulse 2.2s ease-in-out infinite;
}

.map-pin::after {
  content: "";
  position: absolute;
  inset: 5px;
  background: #D0FF3F;
}

.map-pin.is-one { top: 24%; left: 22%; animation-delay: 0s; }
.map-pin.is-two { top: 52%; left: 56%; animation-delay: 0.45s; }
.map-pin.is-three { top: 30%; left: 78%; animation-delay: 0.9s; }

.answer-card {
  right: 54px;
  bottom: 112px;
  width: min(330px, calc(100% - 88px));
  border: 2px solid #000000;
  background: #000000;
  color: #ffffff;
  padding: 22px;
  box-shadow: 8px 8px 0 #D0FF3F;
  animation: floatCard 4.8s ease-in-out infinite;
}

.answer-card span {
  display: block;
  color: #D0FF3F;
  font: 900 12px/1 Inter, sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.answer-card strong {
  display: block;
  margin-top: 10px;
  font: 900 clamp(22px, 3vw, 34px)/0.94 "Hanken Grotesk", Inter, sans-serif;
  text-transform: uppercase;
}

.action-rail {
  right: 22px;
  bottom: 22px;
  left: 22px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.action-rail span {
  border: 2px solid #000000;
  background: #ffffff;
  padding: 14px 10px;
  text-align: center;
  font: 900 12px/1 Inter, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.visual-section {
  background: #ffffff;
}

.visual-head {
  display: grid;
  max-width: 980px;
  gap: 8px;
  margin-bottom: clamp(34px, 5vw, 58px);
}

.visual-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2px;
  border: 2px solid #000000;
  background: #000000;
  box-shadow: 12px 12px 0 #4A6B7C;
}

.visual-card {
  min-height: clamp(280px, 34vw, 420px);
  display: grid;
  align-content: space-between;
  gap: 30px;
  overflow: hidden;
  background: #ffffff;
  padding: clamp(24px, 4vw, 44px);
}

.visual-card.will-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 360ms ease, transform 360ms ease;
}

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

.visual-label {
  display: inline-flex;
  width: max-content;
  border: 2px solid #000000;
  background: #D0FF3F;
  padding: 9px 12px;
  font: 900 12px/1 Inter, sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.visual-card h3 {
  max-width: 340px;
  overflow-wrap: anywhere;
  font: 900 clamp(30px, 3.1vw, 46px)/0.9 "Hanken Grotesk", Inter, sans-serif;
  text-transform: uppercase;
}

.visual-lines {
  display: grid;
  gap: 14px;
}

.visual-lines span {
  display: block;
  height: 20px;
  border: 2px solid #000000;
  background: linear-gradient(90deg, #000000 0 var(--line), #ffffff var(--line) 100%);
  animation: growLine 2.8s ease-in-out infinite alternate;
}

.visual-lines span:nth-child(1) { --line: 72%; }
.visual-lines span:nth-child(2) { --line: 48%; animation-delay: 0.24s; }
.visual-lines span:nth-child(3) { --line: 86%; animation-delay: 0.42s; }

.mini-map {
  position: relative;
  min-height: 130px;
  border: 2px solid #000000;
  background:
    linear-gradient(115deg, transparent 0 42%, rgba(74, 107, 124, 0.24) 42% 46%, transparent 46%),
    linear-gradient(24deg, transparent 0 58%, rgba(0, 0, 0, 0.16) 58% 61%, transparent 61%),
    #F6F7F7;
}

.mini-map span {
  position: absolute;
  width: 18px;
  height: 18px;
  border: 2px solid #000000;
  background: #D0FF3F;
  animation: pinPulse 2.4s ease-in-out infinite;
}

.mini-map span:nth-child(1) { top: 30%; left: 20%; }
.mini-map span:nth-child(2) { top: 55%; left: 52%; animation-delay: 0.35s; }
.mini-map span:nth-child(3) { top: 24%; left: 74%; animation-delay: 0.7s; }

.mini-bars {
  display: grid;
  gap: 14px;
}

.mini-bars span {
  display: block;
  height: 24px;
  border: 2px solid #000000;
  background: linear-gradient(90deg, #4A6B7C 0 var(--bar), #ffffff var(--bar) 100%);
  animation: barBreath 2.5s ease-in-out infinite alternate;
}

.mini-bars span:nth-child(2) { animation-delay: 0.25s; }
.mini-bars span:nth-child(3) { animation-delay: 0.5s; }

.motion-board {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(0, 1fr);
  gap: clamp(34px, 6vw, 70px);
  align-items: center;
}

.motion-copy {
  max-width: 520px;
}

.before-after {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 92px minmax(0, 1fr);
  gap: 2px;
  border: 2px solid #000000;
  background: #000000;
  box-shadow: 12px 12px 0 #4A6B7C;
}

.ba-column,
.ba-arrow {
  min-height: 330px;
  background: #ffffff;
}

.ba-column {
  display: grid;
  align-content: center;
  gap: 18px;
  padding: clamp(24px, 4vw, 42px);
}

.ba-title {
  color: #5D5F5F;
  font: 900 13px/1 Inter, sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ba-line {
  display: block;
  height: 26px;
  border: 2px solid #000000;
  background: #ffffff;
}

.ba-line.is-low {
  width: 28%;
  background: repeating-linear-gradient(90deg, #000000 0 9px, #ffffff 9px 16px);
  opacity: 0.48;
}

.ba-line.is-high,
.ba-line.is-mid,
.ba-line.is-full {
  background: #D0FF3F;
  transform-origin: left;
  animation: growAfter 2.8s ease-in-out infinite alternate;
}

.ba-line.is-high { width: 82%; }
.ba-line.is-mid { width: 64%; animation-delay: 0.2s; background: #4A6B7C; }
.ba-line.is-full { width: 94%; animation-delay: 0.38s; }

.ba-empty {
  color: #5D5F5F;
  font: 900 12px/1 Inter, sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ba-arrow {
  display: grid;
  place-items: center;
}

.ba-arrow span {
  width: 54px;
  height: 4px;
  background: #000000;
  position: relative;
  animation: arrowMove 1.8s ease-in-out infinite;
}

.ba-arrow span::after {
  content: "";
  position: absolute;
  right: -2px;
  top: 50%;
  width: 18px;
  height: 18px;
  border-top: 4px solid #000000;
  border-right: 4px solid #000000;
  transform: translateY(-50%) rotate(45deg);
}

.proof-section-head.is-compact {
  max-width: 740px;
}

.cta-minimal {
  background: #000000;
  color: #ffffff;
}

.cta-minimal .cta-panel {
  border-color: #ffffff;
  background: #000000;
  box-shadow: 12px 12px 0 #D0FF3F;
}

.cta-minimal .cta-panel h2,
.cta-minimal .cta-panel p {
  color: #ffffff;
}

.cta-minimal .results-button {
  border-color: #ffffff;
}

@keyframes scanPanel {
  0% { transform: translateY(-110%); }
  100% { transform: translateY(110%); }
}

@keyframes pulseDot {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(0.68); }
}

@keyframes stepBars {
  0% { opacity: 0.25; }
  100% { opacity: 1; }
}

@keyframes pinPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(208, 255, 63, 0.8); }
  50% { box-shadow: 0 0 0 14px rgba(208, 255, 63, 0); }
}

@keyframes floatCard {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@keyframes growLine {
  0% { clip-path: inset(0 45% 0 0); }
  100% { clip-path: inset(0 0 0 0); }
}

@keyframes barBreath {
  0% { filter: grayscale(1); transform: scaleX(0.88); transform-origin: left; }
  100% { filter: grayscale(0); transform: scaleX(1); transform-origin: left; }
}

@keyframes growAfter {
  0% { transform: scaleX(0.55); }
  100% { transform: scaleX(1); }
}

@keyframes arrowMove {
  0%, 100% { transform: translateX(-6px); }
  50% { transform: translateX(6px); }
}

.results-title.is-case {
  max-width: 1160px;
  font-size: clamp(46px, 7.4vw, 104px);
}

.results-lead {
  max-width: 760px;
  margin-top: 28px;
  border-left: 4px solid #4A6B7C;
  padding-left: 22px;
  color: #000000;
  font: 900 clamp(18px, 2vw, 22px)/1.5 Inter, sans-serif;
}

.results-copy {
  max-width: 760px;
  margin-top: 22px;
  color: #5D5F5F;
  font: 800 17px/1.75 Inter, sans-serif;
}

.results-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.results-button {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  border: 2px solid #000000;
  padding: 0 28px;
  background: #ffffff;
  color: #000000;
  font: 900 13px/1 Inter, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.results-button:hover {
  background: #000000;
  color: #ffffff;
}

.results-button.is-primary {
  background: #000000;
  color: #ffffff;
}

.results-button.is-primary:hover {
  background: #4A6B7C;
}

.results-button:hover {
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0 #4A6B7C;
}

.results-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2px;
  margin-top: clamp(46px, 7vw, 84px);
  border: 2px solid #000000;
  background: #000000;
  box-shadow: 12px 12px 0 #4A6B7C;
}

.results-stat {
  min-height: 180px;
  background: #ffffff;
  padding: clamp(22px, 3vw, 34px);
}

.results-stat strong {
  display: block;
  font: 900 clamp(34px, 5vw, 62px)/0.9 "Hanken Grotesk", Inter, sans-serif;
  text-transform: uppercase;
}

.results-stat span {
  display: block;
  margin-top: 14px;
  color: #5D5F5F;
  font: 900 13px/1.35 Inter, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.case-card {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 2px;
  border: 2px solid #000000;
  background: #000000;
  box-shadow: 14px 14px 0 #4A6B7C;
}

.case-card-media,
.case-card-body {
  background: #ffffff;
}

.case-card-media {
  display: grid;
  min-height: 380px;
  align-content: center;
  justify-items: center;
  gap: 26px;
  padding: clamp(28px, 5vw, 58px);
}

.case-logo {
  width: 150px;
  height: 150px;
  object-fit: contain;
  border: 2px solid #000000;
  background: #ffffff;
  box-shadow: 8px 8px 0 #000000;
  filter: grayscale(1);
}

.case-card-body {
  display: grid;
  align-content: center;
  gap: 24px;
  padding: clamp(28px, 5vw, 58px);
}

.case-card-body h2,
.section-heading {
  font: 900 clamp(38px, 5.8vw, 82px)/0.94 "Hanken Grotesk", Inter, sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}

.case-card-body p,
.section-intro {
  max-width: 760px;
  color: #5D5F5F;
  font: 800 17px/1.7 Inter, sans-serif;
}

.case-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.case-tags span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border: 2px solid #000000;
  padding: 0 11px;
  background: #F6F7F7;
  font: 900 11px/1 Inter, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.signal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2px;
  border: 2px solid #000000;
  background: #000000;
}

.signal-card {
  display: grid;
  min-height: 280px;
  align-content: start;
  gap: 18px;
  background: #ffffff;
  padding: clamp(22px, 3vw, 34px);
}

.signal-number {
  display: inline-grid;
  width: 48px;
  height: 48px;
  place-items: center;
  background: #000000;
  color: #ffffff;
  font: 900 20px/1 "Hanken Grotesk", Inter, sans-serif;
  box-shadow: 5px 5px 0 #4A6B7C;
}

.signal-card h3 {
  font: 900 clamp(26px, 3.2vw, 42px)/0.95 "Hanken Grotesk", Inter, sans-serif;
  text-transform: uppercase;
}

.signal-card p {
  color: #5D5F5F;
  font: 800 16px/1.65 Inter, sans-serif;
}

.proof-section-head {
  max-width: 900px;
  margin-bottom: clamp(34px, 5vw, 58px);
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 46px);
}

.proof-card {
  display: grid;
  align-content: start;
  gap: 22px;
}

.proof-frame {
  overflow: hidden;
  border: 2px solid #000000;
  background: #000000;
  box-shadow: 10px 10px 0 #4A6B7C;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.proof-card:hover .proof-frame,
.proof-card:focus-within .proof-frame {
  transform: translate(-2px, -2px);
  box-shadow: 13px 13px 0 #4A6B7C;
}

.proof-frame img,
.proof-frame video {
  display: block;
  width: 100%;
  aspect-ratio: 1440 / 1064;
  background: #000000;
  object-fit: cover;
}

.proof-frame video {
  min-height: 280px;
}

.video-card-copy {
  display: grid;
  gap: 12px;
}

.video-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.video-meta span {
  border: 2px solid #000000;
  background: #ffffff;
  padding: 7px 10px;
  color: #000000;
  font: 900 12px/1 Inter, sans-serif;
  text-transform: uppercase;
}

.video-meta span:first-child {
  background: #D0FF3F;
}

.proof-card h3 {
  font: 900 clamp(26px, 3.4vw, 42px)/0.95 "Hanken Grotesk", Inter, sans-serif;
  text-transform: uppercase;
}

.proof-card p {
  color: #5D5F5F;
  font: 800 16px/1.65 Inter, sans-serif;
}

.metric-board {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 2px;
  border: 2px solid #000000;
  background: #000000;
  box-shadow: 12px 12px 0 #4A6B7C;
}

.metric-copy,
.metric-grid {
  background: #ffffff;
  padding: clamp(26px, 4vw, 46px);
}

.metric-copy {
  display: grid;
  align-content: center;
  gap: 20px;
}

.metric-copy h2 {
  font: 900 clamp(34px, 5vw, 66px)/0.92 "Hanken Grotesk", Inter, sans-serif;
  text-transform: uppercase;
}

.metric-copy p {
  color: #5D5F5F;
  font: 800 17px/1.7 Inter, sans-serif;
}

.metric-grid {
  display: grid;
  gap: 12px;
}

.metric-row {
  display: grid;
  grid-template-columns: minmax(120px, 0.35fr) minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  border: 2px solid #000000;
  padding: 16px;
}

.metric-row strong {
  font: 900 14px/1.2 Inter, sans-serif;
  text-transform: uppercase;
}

.metric-mask {
  height: 24px;
  border: 2px solid #000000;
  background: repeating-linear-gradient(90deg, #000000 0 16px, #4A6B7C 16px 28px);
}

.metric-row span:last-child {
  color: #5D5F5F;
  font: 900 11px/1 Inter, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.flow-board {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2px;
  border: 2px solid #000000;
  background: #000000;
}

.flow-step {
  min-height: 220px;
  background: #ffffff;
  padding: clamp(22px, 3vw, 32px);
}

.flow-step span {
  display: block;
  color: #4A6B7C;
  font: 900 13px/1 Inter, sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.flow-step strong {
  display: block;
  margin-top: 48px;
  font: 900 clamp(26px, 3vw, 38px)/0.95 "Hanken Grotesk", Inter, sans-serif;
  text-transform: uppercase;
}

.flow-step p {
  margin-top: 14px;
  color: #5D5F5F;
  font: 800 15px/1.6 Inter, sans-serif;
}

.cta-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  border: 2px solid #000000;
  background: #000000;
  padding: clamp(28px, 5vw, 58px);
  color: #ffffff;
}

.cta-panel h2 {
  font: 900 clamp(40px, 6vw, 86px)/0.9 "Hanken Grotesk", Inter, sans-serif;
  text-transform: uppercase;
}

.cta-panel p {
  max-width: 760px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.74);
  font: 800 17px/1.7 Inter, sans-serif;
}

.cta-panel .results-button {
  border-color: #ffffff;
  background: #ffffff;
  color: #000000;
}

.cta-panel .results-button:hover {
  background: #4A6B7C;
  color: #ffffff;
  box-shadow: 6px 6px 0 #ffffff;
}

@media (max-width: 1080px) {
  .desktop-nav,
  .desktop-cta {
    display: none !important;
  }

  .menu-toggle {
    display: grid;
  }

  .case-card,
  .metric-board,
  .hero-grid,
  .motion-board,
  .cta-panel {
    grid-template-columns: 1fr;
  }

  .signal-grid,
  .results-stats,
  .flow-board,
  .visual-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .result-system {
    min-height: 560px;
  }
}

@media (max-width: 760px) {
  .site-nav {
    gap: 14px;
    padding: 12px 14px;
  }

  .site-logo {
    width: 116px;
    height: 40px;
  }

  .language-switcher {
    grid-template-columns: repeat(3, 30px);
    box-shadow: 4px 4px 0 #000000;
  }

  .language-switcher a {
    min-height: 36px;
    font-size: 11px;
  }

  .menu-toggle {
    width: 40px;
    height: 40px;
  }

  .footer-logo {
    width: 148px;
    height: 52px;
  }

  .results-section {
    padding-right: 18px;
    padding-left: 18px;
  }

  .results-title,
  .results-title.is-case {
    font-size: clamp(42px, 14vw, 62px);
    line-height: 0.9;
  }

  .results-actions {
    flex-direction: column;
  }

  .results-button {
    width: 100%;
  }

  .signal-grid,
  .results-stats,
  .flow-board,
  .visual-grid,
  .proof-grid {
    grid-template-columns: 1fr;
  }

  .results-hero {
    min-height: auto;
  }

  .hero-grid {
    gap: 38px;
  }

  .result-system {
    min-height: 520px;
    box-shadow: 6px 6px 0 #4A6B7C;
  }

  .search-motion {
    right: 16px;
    left: 16px;
    grid-template-columns: 16px 1fr;
  }

  .search-pulse {
    display: none;
  }

  .result-map {
    inset: 178px 16px 168px;
  }

  .answer-card {
    right: 28px;
    bottom: 110px;
    width: calc(100% - 56px);
  }

  .action-rail {
    right: 16px;
    left: 16px;
    grid-template-columns: 1fr;
  }

  .visual-card {
    min-height: 260px;
  }

  .before-after {
    grid-template-columns: 1fr;
  }

  .ba-column,
  .ba-arrow {
    min-height: 220px;
  }

  .ba-arrow {
    min-height: 84px;
  }

  .ba-arrow span {
    animation: none;
    transform: rotate(90deg);
  }

  .case-card,
  .metric-board,
  .results-stats,
  .visual-grid,
  .before-after {
    box-shadow: 6px 6px 0 #4A6B7C;
  }

  .proof-frame {
    box-shadow: 6px 6px 0 #4A6B7C;
  }

  .case-card-media {
    min-height: auto;
  }

  .case-logo {
    width: 118px;
    height: 118px;
  }

  .metric-row {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .btn-glitch::before,
  .btn-glitch:hover::before {
    animation: none;
  }

  .result-system::before,
  .search-dot,
  .search-pulse,
  .map-pin,
  .answer-card,
  .visual-lines span,
  .mini-map span,
  .mini-bars span,
  .ba-line.is-high,
  .ba-line.is-mid,
  .ba-line.is-full,
  .ba-arrow span {
    animation: none;
  }

  .proof-frame {
    transition: none;
  }
}
