:root {
  --ink: #151515;
  --ink-soft: #3d4248;
  --muted: #6a727c;
  --paper: #ffffff;
  --paper-soft: #f5f6f7;
  --paper-warm: #fbfaf8;
  --line: #d7dce2;
  --line-strong: #aeb6bf;
  --red: #bd241a;
  --red-dark: #8f1d15;
  --steel: #2f5968;
  --green: #315f4f;
  --signal: #17b890;
  --signal-soft: rgba(23, 184, 144, 0.16);
  --amber: #8b5e21;
  --shadow: 0 16px 42px rgba(18, 24, 31, 0.12);
  --shadow-sm: 0 8px 22px rgba(18, 24, 31, 0.06);
  --shadow-md: 0 18px 42px rgba(18, 24, 31, 0.12);
  --shadow-lg: 0 28px 70px rgba(18, 24, 31, 0.18);
  --console: #171b20;
  --console-soft: #20262d;
}
*,
*::before,
*::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
p, h1, h2, h3, ul, figure { margin-top: 0; }
p, li { color: var(--ink-soft); }
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(18, 24, 31, 0.08);
  box-shadow: 0 8px 24px rgba(18, 24, 31, 0.04);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.nav-wrap {
  max-width: 1320px;
  margin: 0 auto;
  min-height: 82px;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand-lockup {
  width: min(430px, 42vw);
  min-height: 54px;
  flex: 0 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 1px minmax(96px, 0.44fr);
  align-items: center;
  column-gap: 14px;
}
.brand-lockup img {
  display: block;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}
.brand-logo-mds {
  height: 36px;
}
.brand-logo-schleich {
  height: 40px;
  justify-self: start;
}
.brand-divider {
  width: 1px;
  height: 38px;
  flex: 0 0 auto;
  background: var(--line);
}
.primary-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}
.nav-link {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 8px 11px;
  border: 1px solid transparent;
  border-radius: 6px;
  color: var(--ink-soft);
  font-size: 0.92rem;
  font-weight: 800;
  white-space: nowrap;
  transition: color 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}
.nav-link:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 11px;
  right: 11px;
  bottom: 5px;
  height: 2px;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.22s ease;
}
.nav-link:hover,
.nav-link.is-active {
  color: var(--red);
  border-color: var(--line);
  background: var(--paper-soft);
}
.nav-link:hover::after,
.nav-link.is-active::after {
  transform: scaleX(1);
}
.nav-cta,
.nav-cta:hover,
.nav-cta.is-active {
  color: var(--paper);
  background: var(--red);
  border-color: var(--red);
}
.hero {
  max-width: 1320px;
  margin: 0 auto;
  padding: 56px 28px 42px;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 1.05fr);
  gap: 42px;
  align-items: center;
}
.hero-signal {
  position: relative;
  overflow: hidden;
}
.hero-signal > *:not(.scope-background) {
  position: relative;
  z-index: 1;
}
.scope-background {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.2;
}
.scope-background svg {
  width: 100%;
  height: 100%;
  display: block;
}
.scope-bg-axis,
.scope-bg-trace {
  fill: none;
  vector-effect: non-scaling-stroke;
}
.scope-bg-axis {
  stroke: var(--signal);
  stroke-width: 1;
  stroke-dasharray: 6 9;
  opacity: 0.34;
}
.scope-bg-trace {
  stroke: var(--signal);
  stroke-width: 2;
  opacity: 0.5;
}
.hero-copy { max-width: 760px; }
.eyebrow {
  display: block;
  margin-bottom: 12px;
  color: var(--red);
  font-size: 0.78rem;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}
h1 {
  margin-bottom: 18px;
  color: var(--ink);
  font-size: clamp(2.4rem, 4.8vw, 4.7rem);
  line-height: 1.03;
  font-weight: 900;
  letter-spacing: 0;
}
h2 {
  margin-bottom: 14px;
  color: var(--ink);
  font-size: clamp(1.75rem, 2.6vw, 2.75rem);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0;
}
h3 {
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 1.12rem;
  line-height: 1.22;
  font-weight: 900;
  letter-spacing: 0;
}
.hero-lead {
  max-width: 690px;
  margin-bottom: 24px;
  font-size: 1.18rem;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.button,
button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 1px solid var(--red);
  border-radius: 6px;
  background: var(--red);
  color: var(--paper);
  font-weight: 900;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}
.button:hover,
button:hover {
  transform: translateY(-1px);
  box-shadow: var(--shadow-sm);
}
.button.secondary {
  color: var(--ink);
  background: var(--paper);
  border-color: var(--line-strong);
}
.hero-media {
  margin: 0;
  min-height: 390px;
  position: relative;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: var(--paper-soft);
}
.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(140deg, rgba(0,0,0,0) 52%, rgba(189,36,26,0.26));
  pointer-events: none;
}
.hero-media img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
}
.hero-instrument {
  display: grid;
  gap: 14px;
}
.hero-signal .hero-instrument {
  display: block;
  position: relative;
  padding-bottom: 104px;
}
.hero-signal .hero-media {
  min-height: 430px;
}
.hero-signal .hero-media img {
  min-height: 430px;
}
.hero-signal .scope-panel {
  position: absolute;
  right: 24px;
  bottom: 18px;
  width: min(460px, calc(100% - 48px));
  z-index: 2;
}
.scope-panel {
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 8px;
  background: rgba(15, 19, 23, 0.96);
  color: var(--paper);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}
.scope-panel-head {
  min-height: 48px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}
.scope-panel-head span { color: #aab6c1; }
.scope-panel-head strong {
  color: var(--paper);
  padding: 4px 8px;
  border-radius: 999px;
  background: var(--red);
}
.scope-svg {
  width: 100%;
  height: 150px;
  display: block;
  background:
    linear-gradient(rgba(23,184,144,0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23,184,144,0.07) 1px, transparent 1px),
    #0f1317;
  background-size: 32px 32px;
}
.scope-grid line {
  stroke: rgba(255,255,255,0.08);
  stroke-width: 1;
}
.scope-axis {
  stroke: rgba(23,184,144,0.32);
  stroke-width: 1;
}
.scope-reference,
.scope-trace {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.scope-reference {
  stroke: rgba(255,255,255,0.42);
  stroke-width: 1.5;
}
.scope-trace {
  stroke: var(--signal);
  stroke-width: 2.6;
  filter: drop-shadow(0 0 7px rgba(23,184,144,0.8));
  stroke-dasharray: 1300;
  stroke-dashoffset: 1300;
  animation: trace-draw 3.5s ease-out 0.25s forwards, trace-glow 5.8s ease-in-out 4s infinite;
}
@keyframes trace-draw {
  to { stroke-dashoffset: 0; }
}
@keyframes trace-glow {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.64; }
}
.scope-readout {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255,255,255,0.12);
}
.scope-readout div {
  min-width: 0;
  padding: 12px 14px;
  border-right: 1px solid rgba(255,255,255,0.1);
}
.scope-readout div:last-child { border-right: 0; }
.scope-readout span {
  display: block;
  margin-bottom: 4px;
  color: #9ba7b1;
  font-size: 0.64rem;
  font-weight: 900;
  text-transform: uppercase;
}
.scope-readout strong {
  display: block;
  overflow-wrap: anywhere;
  color: var(--paper);
  font-size: 0.84rem;
  line-height: 1.25;
}
.support-band {
  max-width: 1320px;
  margin: 0 auto 8px;
  padding: 28px;
  display: grid;
  grid-template-columns: minmax(240px, 0.65fr) minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  border-top: 4px solid var(--red);
  border-bottom: 1px solid var(--line);
  background: var(--paper-warm);
}
.support-band h2 { margin-bottom: 0; font-size: clamp(1.45rem, 2.1vw, 2.1rem); }
.support-band p { margin-bottom: 0; }
.center-cta {
  max-width: 1320px;
  margin: 16px auto;
  padding: 34px 28px;
}
.center-cta > div {
  max-width: 960px;
  margin: 0 auto;
  padding: 38px 42px;
  text-align: center;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 8px;
  background:
    radial-gradient(circle at 18% 22%, rgba(189,36,26,0.18), transparent 32%),
    linear-gradient(135deg, #151a20, #232a31);
  color: var(--paper);
  box-shadow: 0 24px 55px rgba(18, 24, 31, 0.18);
}
.center-cta .eyebrow { color: #ff8a80; }
.center-cta h2 { color: var(--paper); }
.center-cta p {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  color: #d7dde2;
}
.center-cta-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}
.center-cta .button.secondary {
  color: var(--paper);
  border-color: rgba(255,255,255,0.38);
  background: rgba(255,255,255,0.06);
}
.image-story {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.75fr);
  gap: 34px;
  align-items: center;
}
.image-story figure {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--ink);
  box-shadow: 0 22px 55px rgba(18, 24, 31, 0.14);
}
.image-story img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}
.image-story figcaption {
  padding: 14px 18px;
  color: #dbe2e7;
  font-size: 0.86rem;
  font-weight: 800;
  background: #161b20;
}
.partnership-role-section {
  max-width: none;
  margin: 8px 0;
  padding: 58px max(28px, calc((100vw - 1264px) / 2 + 28px));
  background:
    linear-gradient(rgba(23,184,144,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23,184,144,0.05) 1px, transparent 1px),
    linear-gradient(135deg, #15191e, #242a31);
  background-size: 34px 34px, 34px 34px, auto;
  border-top: 1px solid rgba(255,255,255,0.1);
  border-bottom: 1px solid rgba(0,0,0,0.28);
}
.partnership-role-section .section-head {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.partnership-role-section h2,
.partnership-role-section h3 {
  color: var(--paper);
}
.partnership-role-section p,
.partnership-role-section li {
  color: #d8e0e5;
}
.partnership-role-grid {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(150px, 0.34fr) minmax(0, 1fr);
  gap: 16px;
  align-items: stretch;
}
.role-card {
  min-height: 310px;
  padding: 26px;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 8px;
  background: rgba(255,255,255,0.055);
  box-shadow: 0 18px 44px rgba(0,0,0,0.22);
}
.role-card span {
  display: block;
  margin-bottom: 14px;
  color: var(--signal);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}
.role-card h3 {
  margin-bottom: 18px;
  font-size: clamp(1.8rem, 3vw, 3rem);
}
.role-card ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.role-card li {
  display: flex;
  gap: 10px;
  align-items: start;
}
.role-card li::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--red);
}
.role-bridge {
  min-height: 100%;
  display: grid;
  place-items: center;
  position: relative;
}
.role-bridge::before,
.role-bridge::after {
  content: "";
  position: absolute;
  top: 50%;
  width: calc(50% + 16px);
  height: 2px;
  background: linear-gradient(90deg, var(--red), var(--signal));
}
.role-bridge::before {
  right: 50%;
}
.role-bridge::after {
  left: 50%;
}
.role-bridge span {
  position: relative;
  z-index: 1;
  padding: 10px 12px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 999px;
  color: var(--paper);
  background: #11161b;
  font-size: 0.72rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}
.role-note {
  max-width: 1320px;
  margin: 16px auto 0;
  padding: 18px 20px;
  display: flex;
  gap: 10px;
  align-items: start;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 8px;
  background: rgba(255,255,255,0.045);
}
.role-note strong {
  color: var(--paper);
  white-space: nowrap;
}
.role-note span {
  color: #d8e0e5;
}
.service-lifecycle {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}
.service-story .product-story-row {
  min-height: 360px;
}
.service-story .product-story-copy {
  padding: 34px;
}
.service-prep-band {
  max-width: 1320px;
  margin: 0 auto;
  padding: 40px 28px;
  display: grid;
  grid-template-columns: minmax(280px, 0.45fr) minmax(0, 0.55fr);
  gap: 26px;
  align-items: start;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(189,36,26,0.08), transparent 46%),
    var(--paper-warm);
}
.service-prep-copy {
  max-width: 560px;
}
.service-prep-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.service-prep-grid article {
  min-height: 190px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 10px 26px rgba(18, 24, 31, 0.06);
}
.service-prep-grid h3 {
  margin-bottom: 12px;
  font-size: 1.04rem;
}
.service-prep-grid ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.service-prep-grid li {
  display: flex;
  gap: 8px;
  color: var(--ink-soft);
  font-size: 0.92rem;
  line-height: 1.42;
}
.service-prep-grid li::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-top: 8px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--red);
}
.service-prep-actions {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.service-step {
  min-height: 230px;
  padding: 22px;
  position: relative;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 10px 28px rgba(18, 24, 31, 0.06);
}
.service-step::after {
  content: "";
  position: absolute;
  top: 38px;
  right: -13px;
  width: 14px;
  height: 2px;
  background: var(--red);
}
.service-step:last-child::after { display: none; }
.service-step span {
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--red);
  color: var(--paper);
  font-weight: 900;
}
.service-step p { margin-bottom: 0; }
.path-selector {
  max-width: 1320px;
  margin: 0 auto;
  padding: 34px 28px 58px;
}
.path-selector-head {
  max-width: 860px;
  margin-bottom: 26px;
}
.path-selector-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.75fr);
  gap: 18px;
}
.path-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.path-option {
  min-height: 150px;
  padding: 20px 42px 20px 18px;
  display: grid;
  align-content: start;
  gap: 8px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-left: 4px solid var(--red);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.path-option::before {
  content: "";
  position: absolute;
  top: 18px;
  right: 18px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--line-strong);
  box-shadow: 0 0 0 4px rgba(174, 182, 191, 0.12);
  transition: background 0.2s ease, box-shadow 0.2s ease;
}
.path-option:hover {
  border-color: var(--red);
  background: #fffefe;
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}
.path-option:hover::before,
.path-option:focus-visible::before {
  background: var(--signal);
  box-shadow: 0 0 0 4px var(--signal-soft), 0 0 12px rgba(23, 184, 144, 0.62);
}
.path-option span {
  color: var(--steel);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}
.path-option strong {
  color: var(--ink);
  font-size: 1.08rem;
  line-height: 1.18;
}
.path-option small {
  color: var(--ink-soft);
  font-size: 0.9rem;
  line-height: 1.4;
}
.path-selected {
  display: grid;
  gap: 14px;
  align-content: start;
}
.path-selected-copy {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper-soft);
}
.path-selected-copy p { margin-bottom: 16px; }
.route-console {
  min-height: 100%;
  display: grid;
  align-content: start;
  position: relative;
  overflow: hidden;
  border-color: rgba(255,255,255,0.14);
  background:
    linear-gradient(rgba(23,184,144,0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23,184,144,0.07) 1px, transparent 1px),
    linear-gradient(135deg, var(--console), var(--console-soft));
  background-size: 28px 28px, 28px 28px, auto;
  color: var(--paper);
  box-shadow: var(--shadow-md);
}
.route-console::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 4px;
  background: linear-gradient(90deg, var(--red), var(--signal));
}
.route-console h3 {
  color: var(--paper);
}
.route-console p {
  color: #d8e0e5;
}
.console-kicker {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 12px;
  padding: 5px 8px;
  border-radius: 999px;
  background: var(--red);
  color: var(--paper);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}
.route-console-grid {
  margin: 18px 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}
.route-console-grid div {
  min-height: 74px;
  padding: 12px;
  display: grid;
  align-content: center;
  gap: 6px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 8px;
  background: rgba(255,255,255,0.06);
}
.route-console-grid span {
  color: var(--signal);
  font-size: 0.78rem;
  font-weight: 900;
}
.route-console-grid strong {
  color: var(--paper);
  font-size: 0.85rem;
  line-height: 1.2;
}
.mini-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.mini-actions a {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 7px 10px;
  border: 1px solid var(--line-strong);
  border-radius: 6px;
  background: var(--paper);
  font-weight: 900;
}
.mini-actions a:hover {
  border-color: var(--red);
  color: var(--red);
}
.route-console .mini-actions a {
  color: var(--paper);
  border-color: rgba(255,255,255,0.28);
  background: rgba(255,255,255,0.06);
}
.route-console .mini-actions a:hover {
  color: var(--paper);
  border-color: rgba(255,255,255,0.48);
  background: rgba(255,255,255,0.12);
}
.signal-band {
  max-width: none;
  position: relative;
  overflow: hidden;
  margin: 8px 0;
  padding: 58px max(28px, calc((100vw - 1264px) / 2 + 28px));
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
  gap: 30px;
  align-items: center;
  background: #171b20;
  border-top: 1px solid rgba(255,255,255,0.1);
  border-bottom: 1px solid rgba(0,0,0,0.28);
}
.signal-band > *:not(.scope-background) {
  position: relative;
  z-index: 1;
}
.signal-copy h2,
.signal-steps h3 { color: var(--paper); }
.signal-copy p,
.signal-steps p { color: #d9e0e6; }
.signal-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.signal-steps article {
  min-height: 184px;
  padding: 20px;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 8px;
  background: rgba(255,255,255,0.045);
}
.signal-steps span {
  width: 30px;
  height: 30px;
  margin-bottom: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--red);
  color: var(--paper);
  font-size: 0.8rem;
  font-weight: 900;
}
.decision-module {
  max-width: 1320px;
  margin: 0 auto;
  padding: 58px 28px;
  display: grid;
  grid-template-columns: minmax(280px, 0.6fr) minmax(0, 1fr);
  gap: 30px;
  align-items: start;
}
.decision-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.decision-stack article {
  min-height: 160px;
  padding: 22px;
  border: 1px solid var(--line);
  border-top: 4px solid var(--red);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 10px 28px rgba(18, 24, 31, 0.06);
}
.decision-stack p { margin-bottom: 0; }
.scene-band {
  max-width: none;
  margin: 18px 0 8px;
  padding: 54px max(28px, calc((100vw - 1264px) / 2 + 28px));
  background: #20242a;
  border-top: 1px solid rgba(255,255,255,0.1);
  border-bottom: 1px solid rgba(0,0,0,0.26);
}
.scene-inner {
  max-width: 1320px;
  margin: 0 auto;
}
.scene-band h2,
.scene-band h3 { color: var(--paper); }
.scene-band p { color: #d9e0e6; }
.scene-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.scene-tile {
  min-height: 100%;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 8px;
  background: #15191e;
  box-shadow: 0 16px 38px rgba(0,0,0,0.22);
}
.scene-tile img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
.scene-tile div { padding: 20px; }
.visual-case-band {
  scroll-margin-top: 92px;
  max-width: none;
  margin: 16px 0 8px;
  padding: 58px max(28px, calc((100vw - 1264px) / 2 + 28px));
  background:
    linear-gradient(135deg, #15191e, #252b32);
  border-top: 1px solid rgba(255,255,255,0.1);
  border-bottom: 1px solid rgba(0,0,0,0.28);
}
.visual-case-head {
  max-width: 880px;
  margin-bottom: 28px;
}
.visual-case-band h2,
.visual-case-band h3 { color: var(--paper); }
.visual-case-band p { color: #d9e0e6; }
.visual-case-grid {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.visual-case-card {
  min-height: 360px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 8px;
  background-position: center;
  background-size: cover;
  box-shadow: 0 18px 44px rgba(0,0,0,0.24);
}
.visual-case-card:hover {
  border-color: rgba(255,255,255,0.38);
  transform: translateY(-2px);
}
.visual-case-card span {
  width: fit-content;
  padding: 6px 9px;
  border-radius: 999px;
  background: var(--red);
  color: var(--paper);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}
.visual-case-card div {
  max-width: 96%;
}
.visual-case-card h3 {
  margin-bottom: 8px;
  font-size: 1.28rem;
}
.visual-case-card p {
  margin-bottom: 0;
  color: #eef2f4;
  font-weight: 750;
}
.context-cta {
  max-width: 1320px;
  margin: 0 auto;
  padding: 34px 28px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--paper-warm);
}
.context-cta-copy {
  max-width: 820px;
}
.context-cta h2 {
  margin-bottom: 8px;
  font-size: clamp(1.45rem, 2.1vw, 2.25rem);
}
.context-cta p {
  margin-bottom: 0;
}
.context-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}
.section {
  max-width: 1320px;
  margin: 0 auto;
  padding: 58px 28px;
}
.section.muted {
  max-width: none;
  padding-left: max(28px, calc((100vw - 1264px) / 2 + 28px));
  padding-right: max(28px, calc((100vw - 1264px) / 2 + 28px));
  background: var(--paper-soft);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.section-head {
  max-width: 800px;
  margin-bottom: 28px;
}
.split {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 0.65fr);
  gap: 40px;
  align-items: start;
}
.trust-stack {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.route-grid,
.product-grid,
.article-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.route-card,
.info-card,
.article-card,
.product-card,
.proof-panel,
.industry-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--shadow-sm);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.route-card,
.info-card,
.article-card,
.proof-panel {
  padding: 22px;
}
.route-card:hover {
  border-color: var(--red);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}
.article-card:hover,
.product-card:hover,
.info-card:hover {
  border-color: var(--line-strong);
  box-shadow: var(--shadow-md);
  transform: translateY(-1px);
}
.route-card p,
.info-card p,
.article-card p { margin-bottom: 0; }
.proof-panel ul { margin-bottom: 0; padding-left: 20px; }
.text-link {
  display: inline-flex;
  margin-top: 14px;
  color: var(--red);
  font-weight: 900;
}
.deep-overview .proof-panel {
  background:
    linear-gradient(135deg, rgba(189,36,26,0.08), transparent 58%),
    var(--paper);
}
.executive-scan {
  padding-top: 46px;
}
.compact-head {
  max-width: 820px;
}
.scan-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.scan-card {
  position: relative;
  min-height: 230px;
  padding: 22px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.96), rgba(245,246,247,0.84)),
    var(--paper);
  box-shadow: 0 12px 28px rgba(18, 24, 31, 0.06);
}
.scan-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: var(--red);
}
.scan-card span,
.deep-section-aside span,
.method-matrix-card span,
.matrix-details dt {
  letter-spacing: 0;
}
.scan-card span,
.section-aside-card span {
  display: block;
  margin-bottom: 12px;
  color: var(--red);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}
.scan-card h3,
.section-aside-card h3 {
  margin-bottom: 10px;
}
.scan-card p {
  margin-bottom: 0;
  color: var(--ink-soft);
}
.deep-section {
  display: grid;
  grid-template-columns: minmax(0, 0.66fr) minmax(280px, 0.34fr);
  gap: 28px;
  align-items: start;
}
.deep-section-copy {
  max-width: 880px;
}
.deep-section-copy p {
  font-size: 1.02rem;
}
.deep-section-copy p:last-child {
  margin-bottom: 0;
}
.deep-section-aside {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 12px;
}
.section-index {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--red);
  font-size: 1.25rem;
  font-weight: 950;
  background: var(--paper);
  box-shadow: 0 10px 24px rgba(18, 24, 31, 0.06);
}
.section-aside-card {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(23, 184, 144, 0.08), transparent 58%),
    var(--paper);
}
.section-aside-card p {
  margin-bottom: 0;
  color: var(--ink-soft);
}
.aside-checklist {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.aside-checklist li {
  display: flex;
  gap: 9px;
  align-items: center;
  min-height: 36px;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink-soft);
  font-size: 0.88rem;
  font-weight: 800;
  background: var(--paper-soft);
}
.aside-checklist li::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--signal);
}
.disrupt-module {
  max-width: 1264px;
  margin: 0 auto 8px;
  padding: 24px 28px;
}
.limit-callout,
.ask-card,
.fit-strip,
.application-review-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
}
.limit-callout {
  background: var(--paper-warm);
  border-left: 5px solid var(--amber);
}
.limit-callout h3,
.limit-callout p {
  max-width: 980px;
}
.fit-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  background: var(--paper-soft);
}
.fit-strip .info-card {
  background: var(--paper);
}
.ask-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  background: #171b20;
}
.ask-card h3,
.ask-card p {
  color: var(--paper);
}
.ask-card .eyebrow {
  color: var(--signal);
}
.method-matrix-section {
  max-width: none;
  background: var(--paper-soft);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding-left: max(28px, calc((100vw - 1264px) / 2 + 28px));
  padding-right: max(28px, calc((100vw - 1264px) / 2 + 28px));
}
.method-matrix {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.method-matrix-card {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}
.method-matrix-card:hover,
.method-matrix-card.is-active {
  border-color: var(--red);
  box-shadow: 0 10px 26px rgba(18, 24, 31, 0.08);
}
.method-matrix-card span {
  color: var(--red);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}
.method-matrix-card strong {
  color: var(--ink);
  line-height: 1.25;
}
.method-matrix-card small {
  color: var(--muted);
  line-height: 1.45;
}
.matrix-details {
  display: grid;
  gap: 8px;
  margin: 6px 0 0;
}
.matrix-details div {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 10px;
  padding-top: 8px;
  border-top: 1px solid var(--line);
}
.matrix-details dt {
  color: var(--red);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}
.matrix-details dd {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.88rem;
  line-height: 1.42;
}
.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.faq-item {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}
.faq-item p {
  margin-bottom: 0;
}
.product-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.product-card img {
  width: 100%;
  height: 215px;
  object-fit: cover;
  padding: 0;
  background: var(--paper-soft);
  border-bottom: 1px solid var(--line);
}
.product-card div { padding: 20px; }
.product-hierarchy {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 16px;
}
.product-feature-card,
.product-secondary-card,
.product-ecosystem article {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 10px 28px rgba(18, 24, 31, 0.06);
}
.product-feature-card {
  min-height: 100%;
  display: grid;
  grid-template-rows: minmax(330px, 1fr) auto;
}
.product-feature-card img,
.product-secondary-card img {
  width: 100%;
  object-fit: cover;
  border-bottom: 1px solid var(--line);
}
.product-feature-card img { height: 100%; min-height: 330px; }
.product-feature-card div,
.product-secondary-card div,
.product-ecosystem article { padding: 22px; }
.product-feature-card span,
.product-secondary-card span {
  display: block;
  margin-bottom: 10px;
  color: var(--steel);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}
.product-feature-card p,
.product-secondary-card p,
.product-ecosystem p { margin-bottom: 0; }
.product-secondary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.product-secondary-card {
  display: grid;
  grid-template-rows: 210px auto;
}
.product-secondary-card img { height: 210px; }
.product-ecosystem {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.product-story {
  display: grid;
  gap: 18px;
}
.product-story-row {
  display: grid;
  grid-template-columns: minmax(280px, 0.52fr) minmax(0, 0.48fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 14px 34px rgba(18, 24, 31, 0.08);
}
.product-story-row.is-reverse {
  grid-template-columns: minmax(0, 0.48fr) minmax(280px, 0.52fr);
}
.product-story-row.is-reverse figure {
  order: 2;
}
.product-story-row figure {
  margin: 0;
  min-height: 330px;
  background: var(--paper-soft);
}
.product-story-row img {
  width: 100%;
  height: 100%;
  min-height: 330px;
  object-fit: cover;
}
.product-story-copy {
  padding: 30px;
  display: grid;
  align-content: center;
}
.product-story-copy h3 {
  font-size: clamp(1.45rem, 2vw, 2.15rem);
}
.inline-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 8px 0 22px;
  padding: 0;
  list-style: none;
}
.inline-checks li {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper-soft);
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 850;
}
.industry-list {
  display: grid;
  gap: 18px;
}
.industry-clusters {
  margin-bottom: 28px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.industry-cluster {
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(180px, 0.45fr) minmax(0, 0.55fr);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 10px 28px rgba(18, 24, 31, 0.06);
}
.industry-cluster img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
}
.industry-cluster-body { padding: 22px; }
.cluster-industries {
  display: grid;
  gap: 8px;
  margin-top: 18px;
}
.cluster-industries a {
  padding: 11px 12px;
  display: grid;
  gap: 3px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--paper-soft);
}
.cluster-industries a:hover {
  border-color: var(--red);
  background: var(--paper);
}
.cluster-industries strong {
  color: var(--ink);
  line-height: 1.2;
}
.cluster-industries span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}
.industry-panel {
  padding: 24px;
  display: grid;
  grid-template-columns: minmax(0, 0.55fr) minmax(0, 1fr);
  gap: 24px;
}
.industry-panel small,
.method-row small {
  display: block;
  color: var(--muted);
  font-weight: 700;
}
.mini-link-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.mini-link-grid a,
.next-links a {
  min-height: 42px;
  display: flex;
  align-items: center;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
  background: var(--paper-soft);
  font-weight: 800;
}
.mini-link-grid a:hover,
.next-links a:hover {
  border-color: var(--red);
  color: var(--red);
  background: var(--paper);
}
.method-table {
  display: grid;
  gap: 12px;
}
.method-index {
  margin-bottom: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.method-index a {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper-soft);
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 900;
}
.method-index a:hover {
  border-color: var(--red);
  color: var(--red);
  background: var(--paper);
}
.method-comparison-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.method-comparison-card {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 12px 34px rgba(18, 24, 31, 0.07);
}
.method-card-head {
  margin-bottom: 14px;
}
.method-card-head span {
  display: block;
  margin-bottom: 8px;
  color: var(--red);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}
.method-card-head h3 {
  margin-bottom: 0;
}
.method-card-head a {
  color: var(--ink);
}
.method-card-head a:hover {
  color: var(--red);
}
.method-row {
  padding: 22px;
  border: 1px solid var(--line);
  border-left: 4px solid var(--steel);
  border-radius: 8px;
  background: var(--paper);
}
.article-card span {
  display: block;
  margin-bottom: 12px;
  color: var(--steel);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}
.resource-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1fr);
  gap: 18px;
}
.resource-feature {
  min-height: 100%;
  padding: 30px;
  border: 1px solid var(--line);
  border-top: 5px solid var(--red);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 12px 34px rgba(18, 24, 31, 0.07);
}
.resource-feature span,
.resource-row span {
  display: block;
  margin-bottom: 12px;
  color: var(--steel);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}
.resource-actions {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.resource-actions a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 8px 11px;
  border: 1px solid var(--line-strong);
  border-radius: 6px;
  background: var(--paper-soft);
  font-weight: 900;
}
.resource-list {
  display: grid;
  gap: 12px;
}
.resource-row {
  padding: 20px;
  display: grid;
  grid-template-columns: minmax(130px, 0.28fr) minmax(0, 1fr);
  gap: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}
.resource-row p { margin-bottom: 0; }
.contact-form {
  display: grid;
  gap: 14px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper-soft);
}
.contact-checklist {
  margin-top: 24px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper-soft);
}
.contact-checklist ul {
  margin: 0;
  padding-left: 20px;
}
.contact-checklist li + li { margin-top: 8px; }
.support-route-panel {
  margin-top: 18px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(189,36,26,0.08), transparent 62%),
    var(--paper);
}
.support-route-panel p:last-of-type {
  margin-bottom: 18px;
}
label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-weight: 900;
}
input,
select,
textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--line-strong);
  border-radius: 6px;
  padding: 10px 11px;
  background: var(--paper);
  color: var(--ink);
  font: inherit;
}
textarea { resize: vertical; }
.related {
  padding-top: 28px;
}
.next-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.site-footer {
  margin-top: 24px;
  background: var(--ink);
  color: var(--paper);
}
.footer-grid {
  max-width: 1320px;
  margin: 0 auto;
  padding: 42px 28px;
  display: grid;
  grid-template-columns: minmax(245px, 0.58fr) minmax(0, 1.42fr);
  gap: 36px;
}
.site-footer img {
  max-width: 280px;
  margin-bottom: 16px;
  background: var(--paper);
  padding: 10px;
  border-radius: 6px;
}
.site-footer p { color: #d7dde5; }
.footer-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}
.footer-column {
  display: grid;
  align-content: start;
  gap: 8px;
}
.footer-column h3 {
  margin-bottom: 6px;
  color: var(--paper);
  font-size: 0.82rem;
  line-height: 1.2;
  text-transform: uppercase;
}
.footer-links a {
  padding: 7px 0;
  border-bottom: 1px solid rgba(255,255,255,0.16);
  border-radius: 6px;
  color: #d7dde5;
  font-size: 0.9rem;
  font-weight: 800;
}
.footer-links a:hover {
  color: var(--paper);
  border-color: var(--paper);
}
:focus-visible {
  outline: 3px solid var(--amber);
  outline-offset: 3px;
}
@media (max-width: 1020px) {
  .hero,
  .split,
  .support-band,
  .industry-panel,
  .industry-cluster,
  .path-selector-grid,
  .signal-band,
  .decision-module,
  .image-story,
  .product-hierarchy,
  .product-story-row,
  .product-story-row.is-reverse,
  .service-prep-band,
  .context-cta,
  .resource-layout,
  .deep-section,
  .ask-card,
  .footer-grid {
    grid-template-columns: 1fr;
  }
	  .route-grid,
	  .product-grid,
	  .article-grid,
	  .scan-grid,
	  .scene-grid,
	  .visual-case-grid,
	  .service-prep-grid,
	  .trust-stack,
	  .industry-clusters,
	  .service-lifecycle,
	  .method-comparison-grid,
	  .method-matrix {
	    grid-template-columns: repeat(2, minmax(0, 1fr));
	  }
  .partnership-role-grid {
    grid-template-columns: 1fr;
  }
  .role-bridge {
    min-height: 58px;
  }
  .role-bridge::before,
  .role-bridge::after {
    display: none;
  }
  .role-note {
    display: grid;
  }
  .footer-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .path-options,
  .signal-steps,
  .decision-stack,
  .product-ecosystem,
  .fit-strip,
  .faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .service-step::after { display: none; }
	  .support-band { align-items: start; }
	  .deep-section-aside { position: static; }
	}
@media (max-width: 720px) {
  .nav-wrap {
    padding: 12px 14px 10px;
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
  }
  .brand-lockup {
    width: 100%;
    min-height: 44px;
    grid-template-columns: minmax(0, 1fr) 1px minmax(86px, 0.48fr);
    column-gap: 10px;
  }
  .brand-logo-mds { height: 27px; }
  .brand-logo-schleich { height: 31px; }
  .brand-divider { height: 30px; }
  .primary-nav {
    width: 100%;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-content: stretch;
    gap: 6px;
    overflow: visible;
  }
  .nav-link {
    min-height: 34px;
    width: 100%;
    padding: 6px 10px;
    font-size: 0.72rem;
    line-height: 1.12;
    text-align: center;
    white-space: normal;
  }
  .hero {
    padding: 32px 18px 22px;
    grid-template-columns: 1fr;
  }
  h1 {
    font-size: clamp(2rem, 8.2vw, 2.75rem);
    line-height: 1.02;
  }
  .hero-lead { font-size: 1.02rem; }
  .hero-media,
  .hero-media img { min-height: 210px; }
  .hero-signal .hero-instrument {
    padding-bottom: 0;
  }
  .hero-signal .hero-media,
  .hero-signal .hero-media img {
    min-height: 230px;
  }
  .hero-signal .scope-panel {
    position: static;
    width: 100%;
    margin-top: 12px;
  }
  .scope-readout { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .scope-readout div:nth-child(2) { border-right: 0; }
  .section,
  .support-band,
  .service-prep-band,
  .path-selector,
  .center-cta,
  .signal-band,
  .decision-module {
    padding-left: 18px;
    padding-right: 18px;
  }
  .disrupt-module,
  .method-matrix-section {
    padding-left: 18px;
    padding-right: 18px;
  }
	  .route-grid,
	  .product-grid,
	  .article-grid,
	  .scan-grid,
	  .mini-link-grid,
	  .scene-grid,
	  .visual-case-grid,
	  .service-prep-grid,
  .path-options,
  .signal-steps,
  .decision-stack,
  .trust-stack,
  .product-secondary-grid,
  .product-ecosystem,
  .industry-clusters,
  .service-lifecycle,
	  .route-console-grid,
	  .fit-strip,
	  .method-comparison-grid,
	  .method-matrix,
	  .faq-grid {
    grid-template-columns: 1fr;
  }
	  .method-matrix-card { min-height: auto; }
	  .scan-card { min-height: auto; }
	  .matrix-details div { grid-template-columns: 1fr; }
	  .ask-card { justify-items: start; }
  .industry-cluster,
  .resource-row { grid-template-columns: 1fr; }
  .industry-cluster img { min-height: 210px; }
  .product-feature-card,
  .product-secondary-card { grid-template-rows: auto auto; }
  .product-story-row.is-reverse figure {
    order: 0;
  }
  .product-feature-card img,
  .product-secondary-card img { height: 220px; min-height: 220px; }
  .product-story-row figure,
  .product-story-row img { min-height: 240px; }
  .path-option { min-height: 128px; }
  .signal-steps article,
  .decision-stack article { min-height: auto; }
  .scene-band,
  .visual-case-band,
  .partnership-role-section { padding-left: 18px; padding-right: 18px; }
  .visual-case-card { min-height: 300px; }
  .role-card { min-height: auto; padding: 22px; }
  .role-note strong { white-space: normal; }
  .context-cta-actions { justify-content: flex-start; }
  .center-cta > div {
    padding: 28px 20px;
    text-align: left;
  }
  .center-cta-actions {
    justify-content: flex-start;
  }
  .image-story figure {
    order: 2;
  }
  .image-story div {
    order: 1;
  }
  .scene-tile img { height: 220px; }
  .footer-links { grid-template-columns: 1fr; }
}
