@font-face {
  font-family: "Barlow Condensed Local";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/barlow-condensed-700.woff2") format("woff2");
}

@font-face {
  font-family: "Atkinson Hyperlegible Local";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/atkinson-hyperlegible-400.woff2") format("woff2");
}

@font-face {
  font-family: "Atkinson Hyperlegible Local";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/atkinson-hyperlegible-700.woff2") format("woff2");
}

:root {
  --el-ink: #191c1e;
  --el-muted: #4f5654;
  --el-line: #c9cfcc;
  --el-paper: #f3f3f0;
  --el-soft: #ecefec;
  --el-white: #ffffff;
  --el-green: #00843d;
  --el-green-dark: #006b34;
  --el-blue: #0057a8;
  --el-red: #c8102e;
  --el-gold: #f0a500;
  --el-dark: #191c1e;
  --el-max: 1320px;
  --el-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

body.evidence-line {
  --route-accent: var(--el-green);
  margin: 0;
  overflow-x: hidden;
  background: var(--el-paper);
  color: var(--el-ink);
  font-family: "Atkinson Hyperlegible Local", system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

body.route-testing {
  --route-accent: var(--el-gold);
}

body.route-support {
  --route-accent: var(--el-gold);
}

body.route-product {
  --route-accent: var(--product-colour);
}

body.evidence-line *,
body.evidence-line *::before,
body.evidence-line *::after {
  box-sizing: border-box;
}

body.evidence-line img {
  display: block;
  max-width: 100%;
}

body.evidence-line a {
  color: inherit;
  text-underline-offset: 0.18em;
}

body.evidence-line h1,
body.evidence-line h2,
body.evidence-line h3,
body.evidence-line p,
body.evidence-line figure,
body.evidence-line dl,
body.evidence-line dd {
  margin: 0;
}

body.evidence-line h1,
body.evidence-line h2,
body.evidence-line h3 {
  font-family: "Barlow Condensed Local", sans-serif;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 0.98;
  text-wrap: balance;
}

body.evidence-line p,
body.evidence-line li {
  text-wrap: pretty;
}

body.evidence-line section {
  scroll-margin-top: 82px;
}

body.evidence-line .wrap,
body.evidence-line .ss-privacy-wrap {
  width: min(var(--el-max), calc(100% - 64px));
  margin-inline: auto;
}

body.evidence-line :focus-visible {
  outline: 3px solid var(--el-gold);
  outline-offset: 4px;
}

body.evidence-line .skip-link {
  position: fixed;
  top: -200px;
  left: 12px;
  z-index: 90;
  padding: 10px 14px;
  background: var(--el-white);
  color: var(--el-ink);
  font-weight: 700;
}

body.evidence-line .skip-link:focus-visible {
  top: 12px;
}

/* Shared navigation */
body.evidence-line .site-header {
  position: sticky;
  inset: 0 0 auto;
  z-index: 50;
  border-bottom: 1px solid var(--el-line);
  background: var(--el-white);
  color: var(--el-ink);
}

body.evidence-line .nav-shell {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(18px, 2.2vw, 34px);
}

body.evidence-line .brand {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  text-decoration: none;
}

body.evidence-line .brand-mark {
  width: 150px;
  height: auto;
  filter: none;
}

body.evidence-line .brand-market {
  border-left: 1px solid var(--el-line);
  padding-left: 10px;
  color: var(--el-muted);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

body.evidence-line .desktop-nav {
  margin-left: auto;
}

body.evidence-line .desktop-nav ul,
body.evidence-line .mobile-menu ul {
  display: flex;
  align-items: center;
  gap: clamp(14px, 1.5vw, 24px);
  margin: 0;
  padding: 0;
  list-style: none;
}

body.evidence-line .desktop-nav a,
body.evidence-line .mobile-menu a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  border: 0;
  color: var(--el-ink);
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
}

body.evidence-line .desktop-nav a:hover,
body.evidence-line .mobile-menu a:hover {
  color: var(--el-green-dark);
}

body.evidence-line .desktop-nav a[aria-current="page"],
body.evidence-line .mobile-menu a[aria-current="page"] {
  text-decoration: underline;
  text-decoration-color: var(--el-gold);
  text-decoration-thickness: 2px;
  text-underline-offset: 8px;
}

body.evidence-line .header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

body.evidence-line .header-phone {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--el-green-dark);
  font-size: 0.8rem;
  font-weight: 700;
  white-space: nowrap;
}

body.evidence-line .header-project-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 17px;
  border: 1px solid #c88600;
  background: var(--el-gold);
  color: var(--el-ink);
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 180ms var(--el-ease), transform 180ms var(--el-ease);
}

body.evidence-line .header-project-button:hover {
  background: #ffb51f;
  transform: translateY(-1px);
}

body.evidence-line .mobile-menu {
  position: relative;
  display: none;
}

body.evidence-line .mobile-menu summary {
  min-width: 88px;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 12px;
  border: 1px solid var(--el-line);
  border-radius: 0;
  color: var(--el-ink);
  font-size: 0.82rem;
  font-weight: 700;
  white-space: nowrap;
  list-style: none;
  cursor: pointer;
}

body.evidence-line .mobile-menu summary::-webkit-details-marker {
  display: none;
}

body.evidence-line .menu-current::before {
  margin-inline: 1px 7px;
  color: var(--el-muted);
  content: "/";
}

body.evidence-line .menu-icon,
body.evidence-line .menu-lines {
  width: 18px;
  height: 12px;
  display: block;
  position: relative;
  border-top: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
}

body.evidence-line .menu-icon::after,
body.evidence-line .menu-lines::after,
body.evidence-line .menu-lines > span:first-child {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 2px;
  background: currentColor;
  content: "";
  transform: translateY(-50%);
}

body.evidence-line .menu-lines > span:not(:first-child) {
  display: none;
}

body.evidence-line .mobile-menu nav {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  left: auto;
  width: min(340px, calc(100vw - 32px));
  padding: 14px;
  border: 1px solid var(--el-line);
  border-radius: 0;
  background: var(--el-white);
  box-shadow: 0 18px 45px rgba(25, 28, 30, 0.14);
}

body.evidence-line .mobile-menu nav ul {
  display: grid;
  gap: 0;
}

body.evidence-line .mobile-menu nav a {
  width: 100%;
  border-bottom: 1px solid var(--el-line);
}

body.evidence-line .mobile-menu-action a {
  min-height: 50px;
  justify-content: center;
  margin-top: 10px;
  border-bottom: 0;
  background: var(--el-gold);
  color: var(--el-ink);
}

/* Shared route title */
body.evidence-line .route-intro {
  min-height: 330px;
  display: grid;
  align-items: center;
  padding: clamp(56px, 7vw, 96px) 0;
  border-top: 4px solid var(--route-accent);
  border-bottom: 1px solid var(--el-line);
  background: var(--el-white);
  color: var(--el-ink);
}

body.evidence-line .intro-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.7fr);
  gap: clamp(54px, 9vw, 132px);
  align-items: end;
}

body.evidence-line .route-label,
body.evidence-line .method-label,
body.evidence-line .product-eyebrow,
body.evidence-line .test-kit-label,
body.evidence-line .eyebrow,
body.evidence-line .ss-privacy-kicker {
  margin-bottom: 18px;
  color: var(--route-accent);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

body.evidence-line .route-intro h1 {
  max-width: 680px;
  color: var(--el-ink);
  font-size: clamp(3.6rem, 6.2vw, 5.4rem);
  line-height: 0.96;
}

body.evidence-line .intro-copy {
  max-width: 54ch;
  padding-top: 18px;
  border-top: 1px solid var(--el-line);
  color: var(--el-muted);
  font-size: 1rem;
  line-height: 1.55;
}

body.evidence-line .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

/* Shared actions */
body.evidence-line .button,
body.evidence-line .chat-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 18px;
  border-radius: 0;
  font-family: "Atkinson Hyperlegible Local", system-ui, sans-serif;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 180ms var(--el-ease), color 180ms var(--el-ease), transform 180ms var(--el-ease);
}

body.evidence-line .button:hover,
body.evidence-line .chat-button:hover {
  transform: translateY(-1px);
}

body.evidence-line .button-gold,
body.evidence-line .chat-button {
  border: 1px solid #c88600;
  background: var(--el-gold);
  color: var(--el-ink);
}

body.evidence-line .button-gold:hover,
body.evidence-line .chat-button:hover {
  background: #ffb51f;
}

body.evidence-line .button-green,
body.evidence-line .button-primary {
  border: 1px solid var(--el-green-dark);
  background: var(--el-green-dark);
  color: var(--el-white);
}

body.evidence-line .button-green:hover,
body.evidence-line .button-primary:hover {
  background: var(--el-green);
}

body.evidence-line .button-outline,
body.evidence-line .button-light {
  border: 1px solid #8b9390;
  background: transparent;
  color: inherit;
}

body.evidence-line .button-outline:hover,
body.evidence-line .button-light:hover {
  border-color: var(--el-green);
  background: var(--el-white);
  color: var(--el-green-dark);
}

body.evidence-line .text-button,
body.evidence-line .text-link,
body.evidence-line .quiet-button {
  color: var(--route-accent);
  font-weight: 700;
  text-decoration: none;
}

body.route-selector .quiet-button {
  color: var(--el-green-dark);
}

/* Selector */
body.route-selector .chooser {
  min-height: 0;
  padding: clamp(48px, 7vw, 88px) 0 clamp(62px, 8vw, 104px);
  border-top: 4px solid var(--el-gold);
  background: var(--el-white);
}

body.route-selector .selector-layout {
  display: grid;
  grid-template-columns: minmax(250px, 0.58fr) minmax(0, 1.25fr);
  gap: clamp(48px, 8vw, 112px);
  align-items: start;
}

body.route-selector .selector-intro {
  max-width: 430px;
  padding-top: 12px;
}

body.route-selector .selector-intro h1 {
  max-width: 420px;
  font-size: clamp(3.8rem, 6vw, 5.6rem);
  line-height: 0.94;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

body.route-selector .selector-intro-copy {
  max-width: 44ch;
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid var(--el-line);
  color: var(--el-muted);
  text-wrap: pretty;
}

body.route-selector .selector-stage {
  min-width: 0;
}

body.route-selector .guided-flow,
body.route-selector .guidance-result {
  min-height: 0;
  scroll-margin-top: 96px;
  padding: clamp(34px, 5vw, 64px);
  border: 1px solid var(--el-line);
  border-top: 4px solid var(--el-green);
  border-radius: 0;
  background: var(--el-paper);
}

body.route-selector .flow-progress {
  color: var(--el-green-dark);
  font-weight: 700;
}

body.route-selector .flow-heading {
  max-width: 720px;
  margin-top: 10px;
  font-size: clamp(2.6rem, 5vw, 4.4rem);
}

body.route-selector .flow-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 30px 0 0;
  padding: 0;
  border: 0;
}

body.route-selector .flow-option {
  width: 100%;
  min-height: 64px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border: 1px solid var(--el-line);
  border-radius: 0;
  background: var(--el-white);
  color: var(--el-ink);
  font: inherit;
  text-align: left;
}

body.route-selector .flow-actions,
body.route-selector .result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

body.route-selector .uncertain-mark {
  width: 190px;
  height: auto;
  margin-bottom: 24px;
}

body.route-selector .uncertain-result h2 {
  max-width: 760px;
  font-size: clamp(2.8rem, 5vw, 4.4rem);
}

body.route-selector .specialist-band {
  padding: clamp(58px, 7vw, 88px) 0;
  background: var(--el-dark);
  color: var(--el-white);
}

body.route-selector .specialist-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 48px;
  align-items: center;
}

body.route-selector .specialist-band h2 {
  font-size: clamp(3rem, 5vw, 4.4rem);
}

body.route-selector .specialist-band p {
  max-width: 64ch;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.78);
}

/* Testing */
body.route-testing .test-method {
  padding: clamp(64px, 8vw, 108px) 0;
  background: var(--el-green-dark);
  color: var(--el-white);
}

body.route-testing .test-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.68fr) minmax(0, 1.45fr);
  gap: clamp(54px, 9vw, 130px);
  align-items: start;
}

body.route-testing .test-intro {
  position: sticky;
  top: 98px;
}

body.route-testing .method-label {
  color: #ffd879;
}

body.route-testing .route-intro .route-label {
  color: var(--el-green-dark);
}

body.route-testing .test-intro h2 {
  max-width: 420px;
  font-size: clamp(3.1rem, 5.5vw, 4.8rem);
}

body.route-testing .test-kit-media {
  margin-top: 28px;
}

body.route-testing .test-kit-media img,
body.route-testing .test-step-media img {
  width: 100%;
  border-radius: 0;
  object-fit: cover;
}

body.route-testing figcaption {
  margin-top: 8px;
  color: #d7eadf;
  font-size: 0.75rem;
}

body.route-testing .test-intro > p:not(.method-label) {
  max-width: 48ch;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.82);
}

body.route-testing .test-intro .text-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  margin-top: 16px;
  border-bottom: 2px solid #ffd879;
  color: #ffd879;
}

body.route-testing .test-steps {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  list-style: none;
}

body.route-testing .test-steps li {
  min-height: 178px;
  display: grid;
  grid-template-columns: minmax(190px, 0.75fr) 54px minmax(0, 1.15fr);
  grid-template-areas: "media number copy";
  gap: 24px;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

body.route-testing .test-steps li:nth-child(3),
body.route-testing .test-steps li:nth-child(6) {
  margin-top: 28px;
  border-top: 3px solid rgba(255, 216, 121, 0.86);
}

body.route-testing .test-step-media {
  width: 100%;
  grid-area: media;
}

body.route-testing .test-steps > li > span {
  grid-area: number;
  width: auto;
  height: auto;
  display: block;
  border-radius: 0;
  background: transparent;
  color: var(--el-gold);
  font-family: "Barlow Condensed Local", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

body.route-testing .test-steps p {
  grid-area: copy;
  color: rgba(255, 255, 255, 0.9);
}

body.route-testing .product-choice {
  padding: 52px 0;
  background: var(--el-white);
}

body.route-testing .product-route {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--el-line);
}

body.route-testing .product-route a {
  min-height: 138px;
  display: grid;
  grid-template-columns: 92px 1fr;
  align-items: center;
  gap: 16px;
  padding: 18px 22px;
  border-right: 1px solid var(--el-line);
  background: var(--el-white);
  color: var(--el-ink);
  font-weight: 700;
  text-decoration: none;
}

body.route-testing .product-route a:last-child {
  border-right: 0;
}

body.route-testing .product-route img {
  width: 92px;
  height: 92px;
  object-fit: contain;
}

body.route-testing .review-plan {
  padding: clamp(62px, 8vw, 102px) 0;
  background: var(--el-soft);
  color: var(--el-ink);
}

body.route-testing .review-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.65fr) minmax(0, 1fr);
  gap: clamp(54px, 9vw, 128px);
}

body.route-testing .review-plan h2 {
  max-width: 440px;
  font-size: clamp(3rem, 5vw, 4.4rem);
}

body.route-testing .review-plan p {
  max-width: 48ch;
  margin-top: 18px;
  color: var(--el-muted);
}

body.route-testing .record-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 34px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.route-testing .record-list li {
  position: static;
  min-height: 58px;
  display: grid;
  grid-template-columns: 7px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 16px 0;
  border-top: 1px solid var(--el-line);
}

body.route-testing .record-list li::before {
  position: static;
  left: auto;
  width: 7px;
  height: 7px;
  display: block;
  background: var(--el-gold);
  content: "";
}

body.route-testing .next-step {
  padding: clamp(58px, 7vw, 84px) 0;
  background: var(--el-dark);
  color: var(--el-white);
}

body.route-testing .next-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 48px;
  align-items: center;
}

body.route-testing .next-step h2 {
  font-size: clamp(3rem, 5vw, 4.4rem);
}

body.route-testing .next-step p {
  max-width: 64ch;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.78);
}

body.route-testing .next-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

body.route-testing .next-step .button-outline {
  border-color: rgba(255, 255, 255, 0.58);
  color: var(--el-white);
}

/* Product details */
body.route-product .product-stage {
  padding: clamp(44px, 6vw, 80px) 0 clamp(66px, 8vw, 106px);
  background: var(--el-white);
}

body.route-product .breadcrumbs {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  color: var(--el-muted);
  font-size: 0.8rem;
  font-weight: 700;
}

body.route-product .product-card {
  display: grid;
  grid-template-columns: minmax(320px, 0.8fr) minmax(0, 1.35fr);
  border: 0;
  border-top: 4px solid var(--product-colour);
  border-bottom: 1px solid var(--el-line);
  border-radius: 0;
  background: var(--el-white);
  box-shadow: none;
}

body.route-product .product-visual {
  min-height: 620px;
  display: grid;
  place-items: start center;
  padding: clamp(38px, 5vw, 72px);
  border-right: 1px solid var(--el-line);
  background: var(--el-white);
}

body.route-product .product-pail-shell {
  width: min(380px, 100%);
  min-height: 360px;
  display: grid;
  place-items: center;
  background: transparent;
}

body.route-product .product-pail {
  width: 100%;
  max-height: 430px;
  object-fit: contain;
}

body.route-product .product-profile {
  padding: clamp(46px, 6vw, 82px);
}

body.route-product .product-eyebrow {
  color: var(--product-colour);
}

body.route-product .product-title {
  max-width: 600px;
}

body.route-product .product-lockup {
  display: flex;
  align-items: flex-end;
  gap: 12px;
}

body.route-product .product-lockup img {
  width: min(430px, 74%);
  max-height: 128px;
  object-fit: contain;
  object-position: left center;
}

body.route-product .product-suffix {
  margin-bottom: 12px;
  color: var(--product-colour);
  font-size: 1.1rem;
  font-weight: 700;
}

body.route-product .product-summary {
  max-width: 66ch;
  margin-top: 28px;
  color: var(--el-muted);
  font-size: 1rem;
}

body.route-product .selector-context {
  margin-top: 22px;
  padding: 14px 16px;
  border: 1px solid var(--el-line);
  border-top: 3px solid var(--product-colour);
  background: var(--el-paper);
  color: var(--el-ink);
}

body.route-product .profile-section {
  margin-top: 32px;
}

body.route-product .profile-section-title {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--el-line);
  color: var(--el-ink);
  font-family: "Atkinson Hyperlegible Local", system-ui, sans-serif;
  font-size: 0.84rem;
  letter-spacing: 0;
}

body.route-product .characteristic-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 26px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.route-product .characteristic-list li {
  position: relative;
  min-height: 48px;
  display: grid;
  grid-template-columns: 7px minmax(0, 1fr);
  gap: 11px;
  align-items: start;
  padding: 13px 0;
  border-bottom: 1px solid var(--el-line);
  font-weight: 700;
}

body.route-product .characteristic-list li::before {
  position: static;
  top: auto;
  left: auto;
  width: 7px;
  height: 7px;
  display: block;
  margin-top: 0.52em;
  background: var(--product-colour);
  content: "";
}

body.route-product .product-facts {
  margin-top: 22px;
  border-top: 1px solid var(--el-line);
}

body.route-product .product-facts > div {
  min-height: 62px;
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid var(--el-line);
}

body.route-product .product-facts dt {
  color: var(--el-muted);
}

body.route-product .product-facts dd {
  font-weight: 700;
  text-align: right;
}

body.route-product .product-focus-value {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}

body.route-product .project-type-list {
  display: flex;
  gap: 6px;
}

body.route-product .profile-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

body.route-product .profile-actions .text-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  flex-basis: 100%;
  color: var(--product-colour);
}

body.route-product .test-kit-band {
  padding: clamp(64px, 8vw, 104px) 0;
  border-top: 1px solid var(--el-line);
  border-bottom: 1px solid var(--el-line);
  background: var(--el-paper);
  color: var(--el-ink);
}

body.route-product .test-kit-layout {
  display: grid;
  grid-template-columns: minmax(190px, 0.48fr) minmax(0, 1fr) minmax(220px, 0.5fr);
  gap: clamp(44px, 7vw, 104px);
  align-items: center;
}

body.route-product .test-kit-media img {
  width: 100%;
  background: var(--el-white);
}

body.route-product .test-kit-media figcaption {
  margin-top: 8px;
  color: var(--el-muted);
  font-size: 0.75rem;
}

body.route-product .test-kit-label {
  color: var(--el-green-dark);
}

body.route-product .test-kit-copy h2 {
  max-width: 640px;
  font-size: clamp(3rem, 5vw, 4.5rem);
}

body.route-product .test-kit-copy > p:last-child {
  max-width: 64ch;
  margin-top: 22px;
  color: var(--el-muted);
}

body.route-product .test-kit-actions {
  display: grid;
  gap: 12px;
}

body.route-product .product-documents {
  scroll-margin-top: 112px;
}

body.route-product .product-documents .document-list {
  border-top: 0;
}

body.route-product .document-row {
  min-height: 56px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 16px;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid var(--el-line);
  font-weight: 700;
  text-decoration: none;
}

body.route-product .document-row:hover {
  color: var(--product-colour);
}

body.route-product .document-format {
  color: var(--el-muted);
  font-size: 0.76rem;
}

body.route-product .document-note {
  max-width: 58ch;
  margin-top: 18px;
  color: var(--el-muted);
  font-size: 0.84rem;
}

body.route-product .next-step {
  padding: clamp(58px, 7vw, 86px) 0;
  background: var(--el-dark);
  color: var(--el-white);
}

body.route-product .next-step-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 48px;
  align-items: center;
}

body.route-product .next-step h2 {
  font-size: clamp(3rem, 5vw, 4.4rem);
}

body.route-product .next-step p {
  max-width: 65ch;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.78);
}

body.route-product .next-step-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

body.route-product .next-step .button-outline {
  border-color: rgba(255, 255, 255, 0.58);
  color: var(--el-white);
}

body.route-product .range-nav {
  padding: clamp(56px, 7vw, 88px) 0;
  background: var(--el-soft);
}

body.route-product .range-nav h2 {
  font-size: clamp(2.8rem, 4.5vw, 4rem);
}

body.route-product .range-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 30px;
  border: 1px solid var(--el-line);
}

body.route-product .range-link {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 22px;
  border-right: 1px solid var(--el-line);
  color: var(--el-ink);
  font-weight: 700;
  text-decoration: none;
}

body.route-product .range-link:last-child {
  border-right: 0;
}

body.route-product .range-link[aria-current="page"] {
  box-shadow: inset 0 4px var(--product-colour);
  background: var(--el-white);
}

/* Support */
body.route-support .contact-start {
  padding: clamp(58px, 7vw, 96px) 0;
  border-top: 1px solid var(--el-line);
  background: var(--el-soft);
}

body.route-support .contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.72fr);
  grid-template-areas:
    "label alternatives"
    "chat alternatives"
    "privacy alternatives";
  gap: 12px clamp(54px, 9vw, 132px);
  padding: clamp(34px, 5vw, 64px);
  border: 1px solid var(--el-line);
  border-top: 4px solid var(--el-gold);
  border-radius: 0;
  background: var(--el-paper);
  box-shadow: none;
}

body.route-support .contact-panel > .eyebrow {
  grid-area: label;
  color: var(--el-green-dark);
}

body.route-support .chat-button {
  width: max-content;
  grid-area: chat;
  margin-top: 12px;
}

body.route-support .contact-alternatives {
  display: grid;
  grid-area: alternatives;
  align-self: stretch;
  border-top: 1px solid var(--el-line);
}

body.route-support .contact-option {
  min-height: 98px;
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 18px 0;
  border-bottom: 1px solid var(--el-line);
  color: var(--el-ink);
  text-decoration: none;
}

body.route-support .contact-option:hover {
  color: var(--el-green-dark);
}

body.route-support .contact-option-label {
  color: var(--el-muted);
  font-size: 0.78rem;
}

body.route-support .contact-option-value {
  font-size: clamp(1rem, 1.8vw, 1.35rem);
}

body.route-support .privacy-disclosure {
  max-width: 62ch;
  grid-area: privacy;
  margin-top: 18px;
  color: var(--el-muted);
  font-size: 0.82rem;
}

body.route-support .project-planning {
  padding: clamp(72px, 9vw, 116px) 0 clamp(66px, 8vw, 108px);
  background: var(--el-white);
  color: var(--el-ink);
}

body.route-support .planning-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.62fr) minmax(0, 1fr);
  gap: 28px clamp(58px, 9vw, 132px);
}

body.route-support .planning-title {
  max-width: 540px;
  color: var(--el-ink);
  font-size: clamp(3.4rem, 5.8vw, 5rem);
}

body.route-support .planning-copy {
  max-width: 50ch;
  margin-top: 22px;
  color: var(--el-muted);
}

body.route-support .project-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 32px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.route-support .project-detail {
  min-height: 58px;
  padding: 16px 0;
  border-top: 1px solid var(--el-line);
  color: var(--el-ink);
}

body.route-support .privacy-notice {
  grid-column: 1 / -1;
  margin-top: 26px;
  border-top: 1px solid var(--el-line);
}

body.route-support .privacy-summary {
  min-height: 56px;
  display: flex;
  align-items: center;
  color: var(--el-ink);
  font-weight: 700;
  cursor: pointer;
}

body.route-support .privacy-copy {
  max-width: 68ch;
  padding: 4px 0 22px;
  color: var(--el-muted);
  font-size: 1rem;
  line-height: 1.55;
}

body.route-support .privacy-copy p + p {
  margin-top: 14px;
}

/* Privacy */
body.route-privacy .ss-privacy-page {
  min-height: 100vh;
  background: var(--el-white);
  color: var(--el-ink);
  font-family: "Atkinson Hyperlegible Local", system-ui, sans-serif;
}

body.route-privacy .ss-privacy-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-top: 4px solid var(--el-green);
  border-bottom: 1px solid var(--el-line);
  background: var(--el-white);
}

body.route-privacy .ss-privacy-header-inner {
  min-height: 68px;
}

body.route-privacy .ss-privacy-brand {
  align-items: center;
  color: var(--el-ink);
}

body.route-privacy .ss-privacy-brand-mark {
  width: 150px;
  height: auto;
}

body.route-privacy .ss-privacy-brand-market {
  padding-left: 10px;
  border-left: 1px solid var(--el-line);
  color: var(--el-muted);
  font-size: 0.72rem;
}

body.route-privacy .ss-privacy-nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--el-ink);
  font-size: 0.82rem;
  text-decoration: none;
}

body.route-privacy .ss-privacy-nav a:hover {
  color: var(--el-green-dark);
}

body.route-privacy .ss-privacy-main {
  padding: clamp(54px, 7vw, 92px) 0 clamp(72px, 9vw, 120px);
  border-top: 4px solid var(--el-green);
  background: var(--el-white);
}

body.route-privacy .ss-privacy-layout {
  display: grid;
  grid-template-columns: minmax(250px, 0.58fr) minmax(0, 1.45fr);
  gap: clamp(58px, 9vw, 132px);
  align-items: start;
}

body.route-privacy .ss-privacy-aside {
  position: sticky;
  top: 100px;
  padding: 28px;
  border: 1px solid var(--el-line);
  border-top: 4px solid var(--el-green);
  background: var(--el-paper);
}

body.route-privacy .ss-privacy-kicker {
  color: var(--el-green-dark);
}

body.route-privacy .ss-privacy-aside h1 {
  font-size: clamp(3.5rem, 5.5vw, 5rem);
}

body.route-privacy .ss-privacy-date {
  margin-top: 22px;
  color: var(--el-green-dark);
  font-weight: 700;
}

body.route-privacy .ss-privacy-aside > p:last-of-type {
  margin-top: 16px;
  color: var(--el-muted);
}

body.route-privacy .ss-privacy-action {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  padding: 0 18px;
  border: 1px solid var(--el-green-dark);
  background: var(--el-green-dark);
  color: var(--el-white);
  font-weight: 700;
  text-decoration: none;
}

body.route-privacy .ss-privacy-content {
  max-width: 72ch;
  font-size: 1rem;
  line-height: 1.65;
}

body.route-privacy .ss-privacy-lead {
  color: var(--el-ink);
  font-size: 1.12rem;
  line-height: 1.6;
}

body.route-privacy .ss-privacy-content h2 {
  margin-top: 52px;
  padding-top: 22px;
  border-top: 1px solid var(--el-line);
  color: var(--el-ink);
  font-size: clamp(2.2rem, 3.8vw, 3.2rem);
}

body.route-privacy .ss-privacy-content p,
body.route-privacy .ss-privacy-content ul {
  margin-top: 16px;
  color: var(--el-muted);
}

body.route-privacy .ss-privacy-content li + li {
  margin-top: 8px;
}

body.route-privacy .ss-privacy-contact {
  margin-top: 22px;
  padding: 22px;
  border: 1px solid var(--el-line);
  border-top: 4px solid var(--el-gold);
  background: var(--el-paper);
  color: var(--el-ink);
  font-style: normal;
}

body.route-privacy .ss-privacy-footer {
  padding: 28px 0;
}

body.route-privacy .ss-privacy-footer-inner {
  min-height: 42px;
  justify-content: flex-start;
  gap: clamp(18px, 3vw, 42px);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
}

body.route-privacy .ss-privacy-footer-inner strong {
  margin-right: auto;
  color: var(--el-white);
  font-family: "Barlow Condensed Local", sans-serif;
  font-size: 1.45rem;
}

body.route-privacy .ss-privacy-footer-inner a {
  color: var(--el-white);
}

/* Shared footer */
body.evidence-line footer {
  padding: 34px 0 max(132px, calc(40px + env(safe-area-inset-bottom)));
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  background: var(--el-dark);
  color: var(--el-white);
}

body.evidence-line .footer-inner {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(360px, 1fr);
  gap: 46px;
  align-items: start;
}

body.evidence-line .footer-brand {
  display: grid;
  justify-items: start;
  gap: 22px;
}

body.evidence-line .footer-brand .footer-monju {
  justify-self: start;
}

body.evidence-line .footer-mark {
  width: 145px;
  height: auto;
  filter: brightness(0) invert(1);
}

body.evidence-line .footer-copy,
body.evidence-line .footer-tagline {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.76rem;
}

body.evidence-line .footer-label {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: none;
}

body.evidence-line .footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-flow: row;
  column-gap: 20px;
  row-gap: 8px;
}

body.evidence-line .footer-links a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--el-white);
  font-size: 0.76rem;
  font-weight: 700;
}

body.evidence-line .footer-monju {
  display: grid;
  justify-items: start;
  color: var(--el-white);
}

body.evidence-line .footer-monju-name {
  font-family: "Barlow Condensed Local", sans-serif;
  font-size: 2rem;
  line-height: 1;
}

body.evidence-line .footer-monju-discipline,
body.evidence-line .footer-monju-region {
  margin-top: 5px;
  font-size: 0.75rem;
  font-weight: 700;
}

body.evidence-line .footer-monju-url {
  margin-top: 5px;
  color: var(--el-gold);
  font-size: 0.75rem;
  font-weight: 700;
}

body.evidence-line .footer-monju-legal {
  display: grid;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.75rem;
  font-style: normal;
  line-height: 1.5;
}

body.evidence-line .footer-monju-office-label {
  margin-top: 8px;
  color: var(--el-white);
  font-weight: 700;
}

body.evidence-line .footer-monju-legal > .footer-monju-office-label:first-child {
  margin-top: 0;
}

body.evidence-line .footer-monju-phone {
  color: var(--el-white);
  font-weight: 700;
}

@media (max-width: 1220px) {
  body.evidence-line .brand-mark {
    width: 138px;
  }

  body.evidence-line .desktop-nav ul {
    gap: 14px;
  }

  body.evidence-line .header-phone {
    display: none;
  }

  body.route-product .product-card {
    grid-template-columns: minmax(290px, 0.72fr) minmax(0, 1.28fr);
  }
}

@media (max-width: 1040px) {
  body.evidence-line .desktop-nav,
  body.evidence-line .header-actions {
    display: none;
  }

  body.evidence-line .mobile-menu {
    display: block;
  }

  body.evidence-line .intro-layout,
  body.route-testing .review-layout,
  body.route-support .planning-layout,
  body.route-privacy .ss-privacy-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  body.route-selector .selector-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  body.route-selector .selector-intro {
    max-width: 680px;
  }

  body.route-testing .test-layout {
    grid-template-columns: minmax(220px, 0.55fr) minmax(0, 1fr);
    gap: 42px;
  }

  body.route-testing .test-intro {
    position: static;
  }

  body.route-testing .test-steps li {
    grid-template-columns: minmax(150px, 0.72fr) 44px minmax(0, 1fr);
    gap: 18px;
  }

  body.route-product .product-card {
    grid-template-columns: minmax(260px, 0.65fr) minmax(0, 1.35fr);
  }

  body.route-product .product-visual {
    padding: 30px;
  }

  body.route-product .product-profile {
    padding: 44px;
  }

  body.route-product .test-kit-layout {
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 34px 44px;
  }

  body.route-product .test-kit-actions {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.route-product .characteristic-list {
    grid-template-columns: 1fr;
  }

  body.route-support .contact-panel {
    grid-template-columns: 1fr;
    grid-template-areas:
      "label"
      "chat"
      "alternatives"
      "privacy";
  }

  body.route-privacy .ss-privacy-aside {
    position: static;
  }

  body.evidence-line .footer-inner {
    grid-template-columns: minmax(200px, 0.6fr) minmax(0, 1fr);
  }
}

@media (max-width: 720px) {
  body.evidence-line .wrap,
  body.evidence-line .ss-privacy-wrap {
    width: min(100% - 32px, var(--el-max));
  }

  body.evidence-line .nav-shell {
    min-height: 64px;
    gap: 8px;
  }

  body.evidence-line .brand-mark {
    width: 126px;
  }

  body.evidence-line .mobile-menu summary {
    min-width: 82px;
    padding: 0 10px;
  }

  body.evidence-line .route-intro {
    min-height: 0;
    padding: 44px 0 50px;
  }

  body.evidence-line .route-intro h1 {
    font-size: clamp(3.2rem, 15vw, 4.4rem);
  }

  body.evidence-line .intro-copy {
    font-size: 0.96rem;
  }

  body.evidence-line .hero-actions,
  body.route-testing .next-actions,
  body.route-product .next-step-actions {
    display: grid;
  }

  body.evidence-line .hero-actions .button,
  body.route-testing .next-actions .button,
  body.route-product .next-step-actions .button {
    width: 100%;
  }

  body.route-selector .specialist-layout,
  body.route-testing .next-layout,
  body.route-product .next-step-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  body.route-selector .selector-intro {
    padding-top: 0;
  }

  body.route-selector .selector-intro h1 {
    font-size: clamp(3.4rem, 15vw, 4.6rem);
  }

  body.route-selector .guided-flow,
  body.route-selector .guidance-result {
    padding: 28px 20px;
  }

  body.route-selector .specialist-band .button {
    width: 100%;
  }

  body.route-selector .flow-options {
    grid-template-columns: 1fr;
  }

  body.route-selector .flow-actions,
  body.route-selector .result-actions {
    display: grid;
  }

  body.route-selector .flow-actions .button,
  body.route-selector .result-actions .button {
    width: 100%;
  }

  body.route-testing .test-layout {
    grid-template-columns: 1fr;
  }

  body.route-testing .test-steps li {
    grid-template-columns: 44px minmax(0, 1fr);
    grid-template-areas:
      "number copy"
      "media media";
    gap: 14px;
  }

  body.route-testing .test-step-media {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  body.route-testing .test-steps > li > span {
    text-align: left;
  }

  body.route-testing .product-route {
    grid-template-columns: 1fr;
  }

  body.route-testing .product-route a {
    min-height: 108px;
    border-right: 0;
    border-bottom: 1px solid var(--el-line);
  }

  body.route-testing .product-route a:last-child {
    border-bottom: 0;
  }

  body.route-testing .record-list,
  body.route-support .project-details {
    grid-template-columns: 1fr;
  }

  body.route-product .product-card {
    grid-template-columns: 1fr;
  }

  body.route-product .product-visual {
    min-height: 320px;
    place-items: center;
    padding: 28px;
    border-right: 0;
    border-bottom: 1px solid var(--el-line);
  }

  body.route-product .product-pail-shell {
    width: min(280px, 100%);
    min-height: 250px;
  }

  body.route-product .product-pail {
    max-height: 280px;
  }

  body.route-product .product-profile {
    padding: 34px 22px;
  }

  body.route-product .product-lockup {
    align-items: center;
    flex-wrap: wrap;
  }

  body.route-product .product-lockup img {
    width: min(260px, 78%);
  }

  body.route-product .product-suffix {
    margin-bottom: 0;
    font-size: 0.9rem;
  }

  body.route-product .characteristic-list {
    grid-template-columns: 1fr;
  }

  body.route-product .product-facts > div {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  body.route-product .product-facts dd,
  body.route-product .product-focus-value {
    justify-content: flex-start;
    text-align: left;
  }

  body.route-product .profile-actions {
    display: grid;
  }

  body.route-product .profile-actions .button {
    width: 100%;
  }

  body.route-product .test-kit-layout {
    grid-template-columns: 1fr;
  }

  body.route-product .test-kit-media {
    width: min(300px, 100%);
  }

  body.route-product .test-kit-actions {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  body.route-product .document-row {
    grid-template-columns: 1fr auto;
  }

  body.route-product .document-format {
    display: none;
  }

  body.route-product .range-links {
    grid-template-columns: 1fr;
  }

  body.route-product .range-link {
    border-right: 0;
    border-bottom: 1px solid var(--el-line);
  }

  body.route-product .range-link:last-child {
    border-bottom: 0;
  }

  body.route-support .contact-panel {
    padding: 28px 22px;
  }

  body.route-support .chat-button {
    width: 100%;
  }

  body.route-support .contact-option-value {
    overflow-wrap: anywhere;
  }

  body.route-privacy .ss-privacy-main {
    padding-top: 42px;
  }

  body.route-privacy .ss-privacy-aside {
    padding: 24px 20px;
  }

  body.evidence-line .footer-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  body.evidence-line .brand-market {
    display: none;
  }
}

@media (max-width: 360px) {
  body.evidence-line .menu-current {
    display: none;
  }
}

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

  body.evidence-line .button,
  body.evidence-line .chat-button,
  body.evidence-line .header-project-button {
    transition: none;
  }

  body.evidence-line .button:hover,
  body.evidence-line .chat-button:hover,
  body.evidence-line .header-project-button:hover {
    transform: none;
  }
}
