@charset "UTF-8";

.service-proposal-page {
  overflow-x: clip;
}

.service-proposal-page :where(h1, h2, h3, strong, p) {
  line-break: strict;
  overflow-wrap: normal;
  text-wrap: pretty;
}

.service-proposal-page :where(h1, h2, h3) {
  word-break: keep-all;
}

.sp-mobile-only {
  display: none;
}

.service-proposal-switcher {
  position: absolute;
  top: 104px;
  right: 24px;
  z-index: 900;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px;
  border: 1px solid #d4d5d7;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 22px rgba(20, 20, 20, 0.12);
}

.service-proposal-switcher__home {
  padding: 0 8px;
  color: #55585c !important;
  font-size: 11px;
  font-weight: 800;
}

.service-proposal-switcher > div {
  display: flex;
  gap: 4px;
}

.service-proposal-switcher > div a {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  background: #ececee;
  color: #303236 !important;
  font-size: 12px;
  font-weight: 900;
}

.service-proposal-switcher > div a.is-active {
  background: var(--brand-red);
  color: #fff !important;
}

.sp-closing {
  padding: 44px 0;
  background: var(--brand-red);
  color: #fff;
}

.sp-closing__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}

.sp-closing p {
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.sp-closing h2 {
  margin-bottom: 0;
  font-size: clamp(26px, 2.4vw, 32px);
  line-height: 1.45;
  letter-spacing: -0.035em;
}

/* Hub */

.service-hub-header {
  display: flex;
  width: min(1280px, calc(100% - 48px));
  height: 84px;
  align-items: center;
  justify-content: space-between;
  margin-inline: auto;
}

.service-hub-header img {
  width: 198px;
  height: auto;
}

.service-hub-header > a:last-child {
  padding-bottom: 7px;
  border-bottom: 2px solid var(--brand-red);
  color: #4a4c50;
  font-size: 12px;
  font-weight: 800;
}

.service-hub-hero {
  padding: 88px 0 80px;
  border-top: 1px solid #ececee;
  background: #fff;
}

.service-hub-hero .proposal-container {
  padding-left: 42px;
  border-left: 7px solid var(--brand-red);
}

.service-hub-hero h1 {
  max-width: 900px;
  margin-bottom: 28px;
  font-size: clamp(52px, 6vw, 82px);
  line-height: 1.18;
  letter-spacing: -0.055em;
}

.service-hub-hero h1 span {
  color: var(--brand-red);
}

.service-hub-hero .proposal-container > p:last-child {
  max-width: 740px;
  margin-bottom: 0;
  color: var(--brand-gray);
  font-size: 16px;
  line-height: 2;
}

.service-hub-options {
  padding: 88px 0 104px;
  background: var(--brand-light);
}

.service-hub-options__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.service-hub-card {
  border: 1px solid #e0e1e3;
  background: #fff;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.service-hub-card:hover {
  box-shadow: 0 18px 40px rgba(23, 24, 25, 0.12);
  transform: translateY(-4px);
}

.service-hub-card figure {
  position: relative;
  aspect-ratio: 16 / 9;
  margin-bottom: 0;
  overflow: hidden;
}

.service-hub-card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-hub-card figure > span {
  position: absolute;
  right: 0;
  bottom: 0;
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  background: var(--brand-red);
  color: #fff;
  font-size: 22px;
  font-weight: 900;
}

.service-hub-card > a > div {
  padding: 30px;
}

.service-hub-card div > p:first-child {
  margin-bottom: 14px;
  color: var(--brand-red);
  font-size: 11px;
  font-weight: 800;
}

.service-hub-card h2 {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 1.4;
}

.service-hub-card div > strong {
  display: block;
  min-height: 58px;
  margin-bottom: 16px;
  font-size: 17px;
  line-height: 1.7;
}

.service-hub-card div > p:not(:first-child) {
  min-height: 76px;
  margin-bottom: 26px;
  color: var(--brand-gray);
  font-size: 13px;
  line-height: 1.9;
}

.service-hub-card__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 17px;
  border-top: 1px solid var(--brand-line);
  font-size: 13px;
  font-weight: 800;
}

.service-hub-card__link b {
  color: var(--brand-red);
  font-size: 18px;
}

.service-hub-rules {
  padding: 96px 0;
  background: #fff;
}

.service-hub-rules__grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.28fr);
  gap: 90px;
}

.service-hub-rules h2 {
  margin-bottom: 0;
  font-size: clamp(36px, 4vw, 54px);
  line-height: 1.45;
  letter-spacing: -0.04em;
}

.service-hub-rules ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 0;
  background: var(--brand-line);
  list-style: none;
}

.service-hub-rules li {
  min-height: 190px;
  padding: 28px;
  background: #fff;
}

.service-hub-rules li span,
.service-hub-rules li strong {
  display: block;
}

.service-hub-rules li span {
  margin-bottom: 24px;
  color: var(--brand-red);
  font-size: 11px;
  font-weight: 900;
}

.service-hub-rules li strong {
  margin-bottom: 12px;
  font-size: 18px;
}

.service-hub-rules li p {
  margin-bottom: 0;
  color: var(--brand-gray);
  font-size: 12px;
  line-height: 1.8;
}

/* Shared solutions and products */

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

.sp-solution-card {
  display: flex;
  min-height: 330px;
  flex-direction: column;
  padding: 30px;
  border: 1px solid #dadbdd;
  background: #fff;
  transition:
    border-color 0.2s ease,
    transform 0.2s ease;
}

.sp-solution-card:hover {
  border-color: var(--brand-red);
  transform: translateY(-3px);
}

.sp-solution-card__number {
  margin-bottom: 34px;
  color: var(--brand-red);
  font-size: 12px;
  font-weight: 900;
}

.sp-solution-card > p:nth-of-type(1) {
  margin-bottom: 10px;
  color: var(--brand-red);
  font-size: 11px;
  font-weight: 800;
}

.sp-solution-card h3 {
  margin-bottom: 18px;
  font-size: 22px;
  line-height: 1.55;
}

.sp-solution-card > p:nth-of-type(2) {
  margin-bottom: 28px;
  color: var(--brand-gray);
  font-size: 13px;
  line-height: 1.85;
}

.sp-solution-card > strong {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid var(--brand-line);
  font-size: 12px;
}

.sp-solution-card > strong span {
  color: var(--brand-red);
  font-size: 17px;
}

.sp-solution-grid--compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--brand-line);
}

.sp-solution-grid--compact .sp-solution-card {
  min-height: 300px;
  border: 0;
  transform: none;
}

.sp-solution-grid--compact .sp-solution-card__number {
  margin-bottom: 28px;
}

.sp-solution-grid--compact .sp-solution-card h3 {
  font-size: 18px;
}

.sp-solution-grid--compact .sp-solution-card > p:nth-of-type(2) {
  display: none;
}

.sp-product-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  min-width: 0;
}

.sp-product-item {
  min-width: 0;
  text-decoration: none;
}

.sp-product-feature {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr) auto;
  gap: 42px;
  align-items: center;
  padding: 38px 40px;
  border-top: 2px solid var(--brand-ink);
  border-bottom: 1px solid var(--brand-line);
  color: inherit;
  transition: background-color 0.2s ease;
}

.sp-product-feature:hover {
  background: #fff;
}

.sp-product-feature:focus-visible {
  outline: 3px solid rgba(227, 4, 0, 0.42);
  outline-offset: -3px;
}

.sp-product-feature > span:first-child {
  color: var(--brand-red);
  font-size: 11px;
  font-weight: 800;
}

.sp-product-feature h3 {
  margin-bottom: 8px;
  font-size: 34px;
}

.sp-product-feature .sp-product-feature__logo {
  display: flex;
  align-items: center;
  min-height: 54px;
}

.sp-product-feature__logo img {
  width: 148px;
  height: auto;
  max-width: 100%;
}

.sp-product-feature > div {
  min-width: 0;
}

.sp-product-feature p {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--brand-gray);
  font-size: 13px;
  line-height: 1.9;
}

.sp-product-feature strong {
  display: flex;
  align-items: center;
  gap: 18px;
  color: #3c3e42;
  font-size: 12px;
  white-space: nowrap;
}

.sp-product-feature strong span {
  color: var(--brand-red);
  font-size: 17px;
}

.sp-product-priority-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-width: 0;
  gap: 18px;
  margin-top: 18px;
}

.sp-product-card {
  display: flex;
  min-height: 290px;
  flex-direction: column;
  padding: 32px;
  border: 1px solid var(--brand-line);
  border-top: 2px solid var(--brand-ink);
  background: #fff;
  color: inherit;
  transition:
    border-color 0.2s ease,
    transform 0.2s ease;
}

.sp-product-card__body {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
}

.sp-product-card--visual {
  min-height: 0;
  padding: 0;
  overflow: hidden;
}

.sp-product-card--visual figure {
  margin: 0;
  overflow: hidden;
  border-bottom: 1px solid var(--brand-line);
  background: #f4f6f8;
}

.sp-product-card--visual figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.sp-product-card--visual .sp-product-card__body {
  padding: 28px 32px 32px;
}

.sp-product-card--visual .sp-product-card__label {
  margin-bottom: 18px;
}

.sp-product-card:hover {
  border-color: var(--brand-red);
  transform: translateY(-3px);
}

.sp-product-card:focus-visible {
  outline: 3px solid rgba(227, 4, 0, 0.42);
  outline-offset: -3px;
}

.sp-product-card__label {
  margin-bottom: 30px;
  color: var(--brand-red);
  font-size: 11px;
  font-weight: 800;
}

.sp-product-card h3 {
  margin-bottom: 15px;
  font-size: 23px;
  line-height: 1.55;
  word-break: keep-all;
}

.sp-product-card .sp-product-card__brand {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 44px;
}

.sp-product-card__brand img {
  width: 36px;
  height: 40px;
  object-fit: contain;
}

.sp-product-card__brand span {
  color: var(--brand-ink);
  font: inherit;
}

.sp-product-card p {
  margin-bottom: 28px;
  color: var(--brand-gray);
  font-size: 13px;
  line-height: 1.85;
}

.sp-product-card strong {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid var(--brand-line);
  color: #3c3e42;
  font-size: 12px;
}

.sp-product-card strong span {
  color: var(--brand-red);
  font-size: 17px;
}

.sp-product-continuing-heading {
  min-width: 0;
  margin: 52px 0 22px;
}

.sp-product-continuing-heading .proposal-kicker {
  margin-bottom: 12px;
}

.sp-product-continuing-heading h3 {
  margin: 0;
  font-size: 25px;
  line-height: 1.55;
}

.sp-product-continuing-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-width: 0;
  gap: 1px;
  border: 1px solid var(--brand-line);
  background: var(--brand-line);
}

.sp-product-continuing-grid .sp-product-card {
  min-height: 310px;
  padding: 28px;
  border: 0;
  transform: none;
}

.sp-product-continuing-grid .sp-product-card:hover {
  background: #fafafa;
}

.sp-product-continuing-grid .sp-product-card__label {
  margin-bottom: 26px;
}

.sp-product-continuing-grid .sp-product-card h3 {
  font-size: 19px;
}

/* A: process */

.sp-process-hero {
  padding: 46px 0 52px;
  background: #fff;
}

.sp-process-hero__grid {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 48px;
  align-items: center;
}

.sp-process-hero__copy {
  padding: 30px 0;
}

.sp-process-hero h1 {
  margin-bottom: 28px;
  font-size: clamp(52px, 5vw, 65px);
  line-height: 1.2;
  letter-spacing: -0.055em;
}

.sp-process-hero h1 > span {
  display: block;
}

.sp-process-hero__copy > p:not(.proposal-kicker) {
  max-width: 560px;
  margin-bottom: 32px;
  color: var(--brand-gray);
  font-size: 15px;
  line-height: 2;
}

.sp-process-hero__photo {
  position: relative;
  align-self: center;
  width: calc(100% + max(32px, calc((100vw - var(--proposal-container-max)) / 2)));
  aspect-ratio: 16 / 9;
  margin: 0;
  overflow: hidden;
}

.sp-process-hero__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sp-proof {
  background: var(--brand-red);
  color: #fff;
}

.sp-proof__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sp-proof p {
  min-height: 126px;
  margin-bottom: 0;
  padding: 30px 32px;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}

.sp-proof p:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.sp-proof strong,
.sp-proof span {
  display: block;
}

.sp-proof strong {
  margin-bottom: 9px;
  font-size: 23px;
}

.sp-proof span {
  font-size: 12px;
  font-weight: 700;
}

.sp-process-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 0;
  background: var(--brand-line);
  list-style: none;
}

.sp-process-steps li {
  position: relative;
  min-height: 260px;
  padding: 30px;
  background: #fff;
}

.sp-process-steps li:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -8px;
  z-index: 2;
  width: 16px;
  height: 16px;
  border-top: 2px solid var(--brand-red);
  border-right: 2px solid var(--brand-red);
  background: #fff;
  content: "";
  transform: translateY(-50%) rotate(45deg);
}

.sp-process-steps span {
  color: var(--brand-red);
  font-size: 12px;
  font-weight: 900;
}

.sp-process-steps strong {
  display: block;
  margin: 42px 0 20px;
  font-size: 27px;
}

.sp-process-steps p {
  margin-bottom: 0;
  color: var(--brand-gray);
  font-size: 13px;
  line-height: 1.85;
}

.sp-support-list {
  border-top: 2px solid var(--brand-ink);
}

.sp-support-list > a {
  display: grid;
  grid-template-columns: 54px minmax(260px, 0.8fr) minmax(320px, 1.2fr) 40px;
  gap: 28px;
  align-items: center;
  padding: 34px 0;
  border-bottom: 1px solid var(--brand-line);
}

.sp-support-list > a > span {
  color: var(--brand-red);
  font-size: 12px;
  font-weight: 900;
}

.sp-support-list > a > div > p {
  margin-bottom: 8px;
  color: var(--brand-red);
  font-size: 11px;
  font-weight: 800;
}

.sp-support-list h3 {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.55;
}

.sp-support-list > a > p {
  margin-bottom: 0;
  color: var(--brand-gray);
  font-size: 13px;
  line-height: 1.9;
}

.sp-support-list > a > strong {
  color: var(--brand-red);
  font-size: 22px;
  transition: transform 0.2s ease;
}

.sp-support-list > a:hover > strong {
  transform: translateX(5px);
}

.sp-organization--process {
  background: #fff;
}

.sp-organization__grid {
  display: grid;
  grid-template-columns: minmax(420px, 0.92fr) minmax(0, 1.08fr);
  gap: 72px;
  align-items: center;
}

.sp-organization figure {
  aspect-ratio: 16 / 9;
  margin-bottom: 0;
  overflow: hidden;
}

.sp-organization figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sp-organization h2 {
  margin-bottom: 24px;
  font-size: clamp(36px, 4vw, 54px);
  line-height: 1.45;
  letter-spacing: -0.04em;
}

.sp-organization__grid > div > p:not(.proposal-kicker) {
  margin-bottom: 30px;
  color: var(--brand-gray);
  font-size: 14px;
  line-height: 2;
}

.sp-organization__items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-bottom: 30px;
  background: var(--brand-line);
}

.sp-organization__items article {
  padding: 22px;
  background: var(--brand-light);
}

.sp-organization__items span,
.sp-organization__items strong {
  display: block;
}

.sp-organization__items span {
  margin-bottom: 13px;
  color: var(--brand-red);
  font-size: 11px;
  font-weight: 800;
}

.sp-organization__items strong {
  font-size: 14px;
  line-height: 1.7;
}

/* Selected service page */

.sp-process-hero__photo--meeting img {
  object-position: center center;
}

.sp-process-steps--production strong {
  font-size: clamp(19px, 1.8vw, 27px);
}

.service-process-page .sp-process-flow,
.service-process-page .sp-production-security,
.service-process-page .sp-solutions {
  background: #fff;
}

.service-process-page .proposal-section-heading--split > * {
  min-width: 0;
}

.sp-service-mode-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.sp-service-mode-card {
  display: flex;
  min-width: 0;
  min-height: 398px;
  flex-direction: column;
  padding: 38px;
  border: 1px solid var(--brand-line);
  border-top: 5px solid var(--brand-ink);
  background: #fff;
}

.sp-service-mode-card--featured {
  border-top-color: var(--brand-red);
}

.sp-service-mode-card__topline {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 34px;
}

.sp-service-mode-card__topline span {
  color: var(--brand-red);
  font-size: 12px;
  font-weight: 900;
}

.sp-service-mode-card__topline p {
  margin-bottom: 0;
  color: var(--brand-gray);
  font-size: 12px;
  font-weight: 800;
}

.sp-service-mode-card h3 {
  margin-bottom: 17px;
  font-size: clamp(28px, 2.8vw, 38px);
  line-height: 1.42;
  letter-spacing: -0.035em;
}

.sp-service-mode-card > strong {
  display: block;
  margin-bottom: 16px;
  font-size: 17px;
  line-height: 1.75;
}

.sp-service-mode-card > p:not(.sp-service-mode-card__note) {
  margin-bottom: 15px;
  color: var(--brand-gray);
  font-size: 14px;
  line-height: 1.95;
}

.sp-service-mode-card__note {
  margin-bottom: 28px;
  padding-left: 14px;
  border-left: 3px solid var(--brand-line);
  color: #4d5055;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.75;
}

.sp-service-mode-card .proposal-detail-link {
  align-self: flex-start;
  margin-top: auto;
}

.sp-security-practices {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--brand-line);
}

.sp-security-practices article {
  min-width: 0;
  min-height: 300px;
  padding: 32px;
  background: #fff;
}

.sp-security-practices span {
  display: block;
  margin-bottom: 46px;
  color: var(--brand-red);
  font-size: 12px;
  font-weight: 900;
}

.sp-security-practices h3 {
  margin-bottom: 17px;
  font-size: 22px;
  line-height: 1.6;
}

.sp-security-practices p {
  margin-bottom: 0;
  color: var(--brand-gray);
  font-size: 13px;
  line-height: 1.9;
}

.sp-production-security__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px 38px;
  margin-top: 34px;
}

.sp-production-enablement__grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.78fr) minmax(0, 1.22fr);
  gap: 88px;
  align-items: start;
}

.sp-production-enablement h2 {
  margin-bottom: 0;
  font-size: clamp(36px, 4.1vw, 56px);
  line-height: 1.42;
  letter-spacing: -0.04em;
}

.sp-production-enablement__grid > div:last-child > p {
  margin-bottom: 28px;
  color: var(--brand-gray);
  font-size: 15px;
  line-height: 2;
}

.sp-production-enablement__items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-bottom: 30px;
  background: var(--brand-line);
}

.sp-production-enablement__items p {
  margin-bottom: 0;
  padding: 24px;
  background: #fff;
}

.sp-production-enablement__items span,
.sp-production-enablement__items strong {
  display: block;
}

.sp-production-enablement__items span {
  margin-bottom: 12px;
  color: var(--brand-red);
  font-size: 11px;
  font-weight: 800;
}

.sp-production-enablement__items strong {
  font-size: 14px;
  line-height: 1.7;
}

.service-process-page .sp-solution-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

/* B: challenge */

.sp-challenge-hero {
  padding: 80px 0 0;
  background: var(--brand-light);
}

.sp-challenge-hero__heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.72fr);
  gap: 70px;
  align-items: end;
  margin-bottom: 52px;
}

.sp-challenge-hero__heading .proposal-kicker {
  grid-column: 1 / -1;
  margin-bottom: -44px;
}

.sp-challenge-hero h1 {
  margin-bottom: 0;
  font-size: clamp(54px, 6vw, 84px);
  line-height: 1.12;
  letter-spacing: -0.06em;
}

.sp-challenge-hero h1 span {
  display: block;
}

.sp-challenge-hero__heading > p:last-child {
  margin-bottom: 8px;
  color: var(--brand-gray);
  font-size: 16px;
  line-height: 2;
}

.sp-challenge-hero__photo {
  position: relative;
  aspect-ratio: 16 / 9;
  margin-bottom: 0;
  overflow: hidden;
}

.sp-challenge-hero__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sp-challenge-hero__photo figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 16px 22px;
  background: var(--brand-red);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.sp-challenge-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 16px;
}

.sp-challenge-card {
  display: flex;
  min-width: 0;
  min-height: 250px;
  grid-column: span 3;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--brand-line);
  background: #fff;
}

.sp-challenge-card--featured {
  min-height: 516px;
  grid-column: span 6;
  grid-row: span 2;
  padding: 42px;
  background: var(--brand-red);
  color: #fff !important;
}

.sp-challenge-card:last-child {
  min-height: 190px;
  grid-column: 1 / -1;
}

.sp-challenge-card > span {
  margin-bottom: 30px;
  color: var(--brand-red);
  font-size: 11px;
  font-weight: 900;
}

.sp-challenge-card--featured > span {
  color: #fff;
}

.sp-challenge-card h3 {
  margin-bottom: 18px;
  font-size: 20px;
  line-height: 1.65;
  word-break: normal;
}

.sp-challenge-card--featured h3 {
  margin-top: 42px;
  font-size: clamp(34px, 3.4vw, 49px);
  line-height: 1.45;
}

.sp-challenge-card > p {
  margin-bottom: 22px;
  color: var(--brand-gray);
  font-size: 12px;
  line-height: 1.85;
}

.sp-challenge-card--featured > p {
  max-width: 520px;
  color: #fff;
  font-size: 14px;
}

.sp-challenge-card > strong {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid var(--brand-line);
  font-size: 11px;
}

.sp-challenge-card--featured > strong {
  border-color: rgba(255, 255, 255, 0.55);
}

.sp-challenge-card > strong b {
  color: var(--brand-red);
  font-size: 17px;
}

.sp-challenge-card--featured > strong b {
  color: #fff;
}

.sp-challenge-approach {
  background: var(--brand-footer);
  color: #fff;
}

.sp-challenge-approach__grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 90px;
}

.sp-challenge-approach h2 {
  margin-bottom: 0;
  font-size: clamp(40px, 4.5vw, 61px);
  line-height: 1.42;
}

.sp-challenge-approach__grid > div:last-child > p {
  margin-bottom: 30px;
  color: #d5d5d5;
  font-size: 15px;
  line-height: 2;
}

.sp-challenge-approach ol {
  margin: 0 0 32px;
  padding: 0;
  border-top: 1px solid #555;
  list-style: none;
}

.sp-challenge-approach li {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid #555;
}

.sp-challenge-approach li span {
  color: #ff6d69;
  font-size: 11px;
  font-weight: 900;
}

.sp-challenge-approach li strong {
  font-size: 16px;
}

.sp-challenge-organization {
  background: #fff;
}

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

.sp-challenge-organization__grid article {
  min-height: 270px;
  padding: 36px;
  border-top: 4px solid var(--brand-red);
  background: var(--brand-light);
}

.sp-challenge-organization__grid span {
  color: var(--brand-red);
  font-size: 11px;
  font-weight: 900;
}

.sp-challenge-organization__grid h3 {
  margin: 42px 0 18px;
  font-size: 26px;
  line-height: 1.55;
}

.sp-challenge-organization__grid p {
  margin-bottom: 0;
  color: var(--brand-gray);
  font-size: 13px;
  line-height: 1.85;
}

/* C: portfolio */

.sp-portfolio-hero {
  padding: 36px 0 68px;
  background: #fff;
}

.sp-portfolio-hero__frame {
  display: grid;
  grid-template-columns: minmax(430px, 0.86fr) minmax(520px, 1.14fr);
  min-height: 590px;
}

.sp-portfolio-hero__copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 58px 54px;
  background: var(--brand-red);
  color: #fff;
}

.sp-portfolio-hero h1 {
  margin-bottom: 28px;
  font-size: clamp(43px, 4.4vw, 61px);
  line-height: 1.32;
  letter-spacing: -0.05em;
}

.sp-portfolio-hero h1 span {
  display: block;
}

.sp-portfolio-title-mobile {
  display: none !important;
}

.sp-portfolio-hero__copy > p:not(.proposal-kicker) {
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 2;
}

.sp-portfolio-hero__copy .proposal-button {
  align-self: flex-start;
}

.sp-portfolio-hero figure {
  margin: 56px 0 -24px -24px;
  overflow: hidden;
}

.sp-portfolio-hero figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sp-portfolio-layer-heading {
  display: grid;
  grid-template-columns: 54px minmax(320px, 0.9fr) minmax(300px, 0.72fr);
  gap: 42px;
  align-items: end;
  margin-bottom: 52px;
}

.sp-portfolio-layer-heading > span {
  align-self: start;
  color: var(--brand-red);
  font-size: 14px;
  font-weight: 900;
}

.sp-portfolio-layer-heading h2 {
  margin-bottom: 0;
  font-size: clamp(38px, 4vw, 55px);
  line-height: 1.45;
  letter-spacing: -0.04em;
}

.sp-portfolio-layer-heading > p {
  margin-bottom: 4px;
  color: var(--brand-gray);
  font-size: 14px;
  line-height: 2;
}

.sp-portfolio-pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.sp-portfolio-pillars > a {
  display: flex;
  min-height: 390px;
  flex-direction: column;
  padding: 34px;
  border: 1px solid var(--brand-line);
  background: #fff;
}

.sp-portfolio-pillars > a > span {
  color: var(--brand-red);
  font-size: 11px;
  font-weight: 900;
}

.sp-portfolio-pillars h3 {
  margin: 52px 0 22px;
  font-size: 29px;
  line-height: 1.55;
}

.sp-portfolio-pillars p {
  margin-bottom: 28px;
  color: var(--brand-gray);
  font-size: 13px;
  line-height: 1.9;
}

.sp-portfolio-pillars strong {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 17px;
  border-top: 1px solid var(--brand-line);
  font-size: 12px;
}

.sp-portfolio-pillars strong b {
  color: var(--brand-red);
  font-size: 18px;
}

.sp-portfolio-bridge {
  position: relative;
  padding: 72px 0;
  background: var(--brand-red);
  color: #fff;
}

.sp-portfolio-bridge__grid {
  display: grid;
  grid-template-columns: 64px minmax(320px, 0.86fr) minmax(360px, 1.14fr);
  gap: 48px;
  align-items: center;
}

.sp-portfolio-bridge__number {
  font-size: 58px;
  font-weight: 300;
}

.sp-portfolio-bridge h2 {
  margin-bottom: 0;
  font-size: clamp(34px, 3.8vw, 50px);
  line-height: 1.5;
}

.sp-portfolio-bridge__grid > div:last-child > p {
  margin-bottom: 26px;
  font-size: 14px;
  line-height: 2;
}

.sp-portfolio-bridge__grid > div:last-child > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 2px;
  border-top: 1px solid rgba(255, 255, 255, 0.55);
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
  font-size: 12px;
  font-weight: 800;
}

.sp-solution-grid--portfolio {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  background: var(--brand-line);
}

.sp-solution-grid--portfolio .sp-solution-card {
  min-height: 350px;
  border: 0;
}

.sp-solution-grid--portfolio .sp-solution-card h3 {
  font-size: 18px;
}

.sp-portfolio-combine__grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 90px;
}

.sp-portfolio-combine h2 {
  margin-bottom: 24px;
  font-size: clamp(38px, 4vw, 54px);
  line-height: 1.45;
}

.sp-portfolio-combine__grid > div > p:not(.proposal-kicker) {
  margin-bottom: 0;
  color: var(--brand-gray);
  font-size: 14px;
  line-height: 2;
}

.sp-portfolio-combine__link {
  margin-top: 28px;
}

.sp-portfolio-combine ol {
  margin: 0;
  padding: 0;
  border-top: 2px solid var(--brand-ink);
  list-style: none;
}

.sp-portfolio-combine li {
  display: grid;
  grid-template-columns: 84px minmax(220px, 0.8fr) 1fr;
  gap: 24px;
  align-items: start;
  padding: 24px 0;
  border-bottom: 1px solid var(--brand-line);
}

.sp-portfolio-combine li span {
  color: var(--brand-red);
  font-size: 11px;
  font-weight: 900;
}

.sp-portfolio-combine li strong {
  font-size: 17px;
  line-height: 1.6;
}

.sp-portfolio-combine li p {
  margin-bottom: 0;
  color: var(--brand-gray);
  font-size: 12px;
  line-height: 1.8;
}

/* Tablet */

@media (max-width: 1120px) {
  .service-proposal-switcher {
    top: 92px;
  }

  .sp-portfolio-hero__frame {
    grid-template-columns: minmax(330px, 0.82fr) minmax(460px, 1.18fr);
    gap: 36px;
  }

  .sp-process-hero h1 {
    font-size: clamp(48px, 6vw, 65px);
  }

  .sp-challenge-card {
    grid-column: span 6;
  }

  .sp-challenge-card--featured {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 420px;
  }

  .sp-challenge-card:last-child {
    grid-column: span 6;
    min-height: 250px;
  }

  .sp-organization__grid {
    grid-template-columns: minmax(360px, 0.92fr) minmax(0, 1.08fr);
    gap: 48px;
  }

  .sp-service-mode-grid {
    grid-template-columns: 1fr;
  }

  .sp-service-mode-card {
    min-height: 0;
  }

  .sp-security-practices {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sp-security-practices article:last-child {
    grid-column: 1 / -1;
    min-height: 0;
  }

  .sp-solution-grid--compact,
  .sp-solution-grid--portfolio {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sp-product-continuing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .service-hub-options__grid,
  .service-hub-rules__grid,
  .sp-process-hero__grid,
  .sp-organization__grid,
  .sp-challenge-hero__heading,
  .sp-challenge-approach__grid,
  .sp-portfolio-hero__frame,
  .sp-portfolio-combine__grid {
    grid-template-columns: 1fr;
  }

  .service-hub-options__grid {
    max-width: 680px;
  }

  .sp-organization__grid {
    grid-template-columns: 1fr;
  }

  .sp-service-mode-grid,
  .sp-production-enablement__grid {
    grid-template-columns: 1fr;
  }

  .service-process-page .proposal-section-heading--split {
    grid-template-columns: minmax(0, 1fr);
  }

  .service-hub-rules__grid,
  .sp-organization__grid,
  .sp-challenge-approach__grid,
  .sp-portfolio-combine__grid {
    gap: 48px;
  }

  .service-hub-card div > strong,
  .service-hub-card div > p:not(:first-child) {
    min-height: 0;
  }

  .sp-process-hero {
    padding-top: 46px;
  }

  .sp-process-hero__photo {
    width: 100%;
    align-self: auto;
  }

  .sp-process-hero__grid {
    gap: 36px;
  }

  .sp-process-hero__copy {
    padding-bottom: 0;
  }

  .sp-process-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sp-process-steps li:nth-child(2)::after {
    display: none;
  }

  .sp-service-mode-card {
    min-height: 0;
  }

  .sp-security-practices {
    grid-template-columns: 1fr;
  }

  .sp-security-practices article:last-child {
    grid-column: auto;
  }

  .sp-security-practices article,
  .sp-security-practices article:last-child {
    min-height: 0;
  }

  .sp-production-enablement__grid {
    gap: 42px;
  }

  .sp-support-list > a {
    grid-template-columns: 48px 1fr 34px;
  }

  .sp-support-list > a > p {
    grid-column: 2;
  }

  .sp-support-list > a > strong {
    grid-row: 1 / 3;
    grid-column: 3;
  }

  .sp-solution-grid,
  .sp-solution-grid--compact,
  .sp-solution-grid--portfolio,
  .sp-portfolio-pillars {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-process-page .sp-solution-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sp-product-feature {
    grid-template-columns: 140px minmax(0, 1fr);
    gap: 24px 32px;
  }

  .sp-product-feature strong {
    grid-column: 2;
    justify-self: start;
  }

  .sp-product-card,
  .sp-product-continuing-grid .sp-product-card {
    min-height: 280px;
  }

  .sp-challenge-hero__heading .proposal-kicker {
    grid-column: auto;
    margin-bottom: -18px;
  }

  .sp-challenge-hero__heading {
    gap: 28px;
  }

  .sp-portfolio-hero__frame {
    gap: 0;
  }

  .sp-portfolio-hero__copy,
  .sp-portfolio-hero figure {
    min-width: 0;
  }

  .sp-portfolio-hero figure {
    aspect-ratio: 16 / 9;
    margin: 0;
  }

  .sp-portfolio-layer-heading,
  .sp-portfolio-bridge__grid {
    grid-template-columns: 52px 1fr;
  }

  .sp-portfolio-layer-heading > p,
  .sp-portfolio-bridge__grid > div:last-child {
    grid-column: 2;
  }

  .sp-portfolio-bridge__grid {
    gap: 26px 34px;
  }
}

/* Mobile */

@media (max-width: 640px) {
  .service-proposal-switcher {
    top: 86px;
    right: 10px;
  }

  .service-proposal-switcher__home {
    display: none;
  }

  .service-proposal-switcher > div a {
    width: 32px;
    height: 32px;
  }

  .sp-closing {
    padding: 44px 0;
  }

  .sp-closing__inner {
    align-items: stretch;
    flex-direction: column;
    gap: 30px;
  }

  .sp-closing h2 {
    font-size: 28px;
  }

  .service-hub-header {
    width: calc(100% - 32px);
    height: 76px;
  }

  .service-hub-header img {
    width: 158px;
  }

  .service-hub-header > a:last-child {
    font-size: 10px;
  }

  .service-hub-hero {
    padding: 64px 0 58px;
  }

  .service-hub-hero .proposal-container {
    padding-left: 22px;
    border-left-width: 5px;
  }

  .service-hub-hero h1 {
    font-size: 41px;
    line-height: 1.25;
  }

  .service-hub-hero .proposal-container > p:last-child {
    font-size: 14px;
    line-height: 1.85;
  }

  .service-hub-options {
    padding: 64px 0 76px;
  }

  .service-hub-card > a > div {
    padding: 24px;
  }

  .service-hub-card h2 {
    font-size: 26px;
  }

  .service-hub-rules {
    padding: 72px 0;
  }

  .service-hub-rules ul,
  .sp-process-steps,
  .sp-solution-grid,
  .sp-solution-grid--compact,
  .sp-solution-grid--portfolio,
  .sp-portfolio-pillars,
  .sp-organization__items,
  .sp-challenge-organization__grid {
    grid-template-columns: 1fr;
  }

  .service-process-page .sp-solution-grid {
    grid-template-columns: 1fr;
  }

  .service-process-page .sp-solution-card:last-child {
    grid-column: auto;
  }

  .service-hub-rules li {
    min-height: 0;
  }

  .sp-process-hero {
    padding-top: 38px;
    padding-bottom: 40px;
  }

  .sp-process-hero__grid {
    gap: 34px;
  }

  .sp-process-hero h1 {
    font-size: clamp(34px, 10.5vw, 43px);
  }

  .sp-process-hero__copy > p:not(.proposal-kicker) {
    font-size: 14px;
    line-height: 1.9;
  }

  .sp-proof__grid {
    grid-template-columns: 1fr;
  }

  .sp-proof p {
    min-height: 0;
    padding: 22px 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }

  .sp-proof p:last-child {
    border-bottom: 0;
  }

  .sp-proof strong {
    font-size: 19px;
  }

  .sp-process-steps li {
    min-height: 0;
    padding: 26px;
  }

  .sp-process-steps li::after {
    display: none;
  }

  .sp-process-steps strong {
    margin: 26px 0 14px;
    font-size: 24px;
  }

  .sp-process-steps--production strong {
    font-size: 22px;
  }

  .sp-service-mode-card {
    padding: 28px 24px;
  }

  .sp-service-mode-card__topline {
    margin-bottom: 28px;
  }

  .sp-service-mode-card h3 {
    font-size: 29px;
  }

  .sp-service-mode-card .proposal-detail-link {
    width: 100%;
  }

  .sp-security-practices article {
    padding: 26px 24px;
  }

  .sp-security-practices span {
    margin-bottom: 30px;
  }

  .sp-production-security__links {
    display: grid;
    justify-content: stretch;
  }

  .sp-production-security__links .proposal-detail-link {
    width: 100%;
  }

  .sp-production-enablement h2 {
    font-size: 34px;
  }

  .sp-production-enablement__items {
    grid-template-columns: 1fr;
  }

  .sp-support-list > a {
    grid-template-columns: 38px minmax(0, 1fr) 26px;
    gap: 14px;
    padding: 28px 0;
  }

  .sp-support-list h3 {
    font-size: 20px;
  }

  .sp-organization__grid {
    gap: 38px;
  }

  .sp-organization h2 {
    font-size: 34px;
  }

  .sp-solution-card,
  .sp-solution-grid--compact .sp-solution-card,
  .sp-solution-grid--portfolio .sp-solution-card {
    min-height: 0;
  }

  .sp-solution-grid--compact .sp-solution-card > p:nth-of-type(2) {
    display: block;
  }

  .sp-product-feature {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 30px 24px;
  }

  .sp-product-feature strong {
    grid-column: auto;
  }

  .sp-product-priority-grid,
  .sp-product-continuing-grid {
    grid-template-columns: 1fr;
  }

  .sp-product-card:not(.sp-product-card--visual),
  .sp-product-continuing-grid .sp-product-card {
    min-height: 0;
    padding: 28px 24px;
  }

  .sp-product-card--visual .sp-product-card__body {
    padding: 24px;
  }

  .sp-product-continuing-heading {
    margin: 42px 0 20px;
  }

  .sp-product-continuing-heading h3 {
    font-size: 23px;
  }

  .sp-challenge-hero {
    padding-top: 66px;
  }

  .sp-challenge-hero h1 {
    font-size: 46px;
    line-height: 1.18;
  }

  .sp-challenge-hero__heading > p:last-child {
    font-size: 14px;
    line-height: 1.9;
  }

  .sp-challenge-hero__photo figcaption {
    position: static;
    padding: 12px 16px;
  }

  .sp-challenge-grid {
    grid-template-columns: 1fr;
  }

  .sp-challenge-card,
  .sp-challenge-card--featured,
  .sp-challenge-card:last-child {
    min-height: 0;
    grid-column: auto;
    grid-row: auto;
    padding: 26px;
  }

  .sp-challenge-card h3 {
    word-break: normal;
  }

  .sp-mobile-only {
    display: block;
  }

  .sp-challenge-card--featured h3 {
    margin-top: 22px;
    font-size: 32px;
  }

  .sp-challenge-approach h2 {
    font-size: 37px;
  }

  .sp-challenge-organization__grid article {
    min-height: 0;
    padding: 28px;
  }

  .sp-challenge-organization__grid h3 {
    margin-top: 30px;
    font-size: 23px;
  }

  .sp-portfolio-hero {
    padding-top: 24px;
    padding-bottom: 52px;
  }

  .sp-portfolio-hero__copy {
    padding: 42px 28px;
  }

  .sp-portfolio-hero h1 {
    font-size: 37px;
  }

  .sp-portfolio-title-desktop {
    display: none !important;
  }

  .sp-portfolio-title-mobile {
    display: block !important;
  }

  .sp-portfolio-layer-heading,
  .sp-portfolio-bridge__grid {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 24px 18px;
  }

  .sp-portfolio-layer-heading > p,
  .sp-portfolio-bridge__grid > div:last-child {
    grid-column: 1 / -1;
  }

  .sp-portfolio-layer-heading h2 {
    font-size: 34px;
  }

  .sp-portfolio-pillars > a {
    min-height: 0;
    padding: 28px;
  }

  .sp-portfolio-pillars h3 {
    margin-top: 34px;
    font-size: 26px;
  }

  .sp-portfolio-bridge {
    padding: 58px 0;
  }

  .sp-portfolio-bridge__number {
    font-size: 40px;
  }

  .sp-portfolio-bridge h2 {
    font-size: 31px;
  }

  .sp-portfolio-combine h2 {
    font-size: 34px;
  }

  .sp-portfolio-combine li {
    grid-template-columns: 72px 1fr;
    gap: 12px 18px;
  }

  .sp-portfolio-combine li p {
    grid-column: 2;
  }
}

/* Canonical detail pages */

.detail-page {
  --detail-surface: var(--brand-light);
  --detail-line: var(--brand-line);
  --detail-accent: var(--brand-ink);

  background: var(--brand-white);
}

.detail-page .proposal-section {
  background: var(--brand-white);
}

.detail-page .proposal-section--gray {
  background: var(--detail-surface);
}

.detail-architecture,
.detail-technical,
.detail-decision,
.detail-operations {
  scroll-margin-top: 24px;
  background: var(--brand-white);
}

.detail-architecture .proposal-section-heading h2,
.detail-technical .proposal-section-heading h2,
.detail-decision .proposal-section-heading h2,
.detail-operations .proposal-section-heading h2 {
  font-size: clamp(34px, 3.5vw, 48px);
  line-height: 1.4;
  overflow-wrap: break-word;
  word-break: auto-phrase;
  line-break: strict;
  text-wrap: balance;
}

.detail-hero {
  padding: 38px 0 96px;
  background: var(--brand-white);
}

.detail-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 58px;
  color: var(--brand-gray);
  font-size: 11px;
}

.detail-breadcrumb a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.detail-breadcrumb span[aria-hidden="true"] {
  color: #a7a9ad;
}

.detail-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: 72px;
  align-items: start;
}

.detail-hero__copy {
  min-width: 0;
}

.detail-hero__aside {
  display: grid;
  min-width: 0;
  gap: 18px;
}

.detail-hero__media {
  margin-bottom: 0;
  overflow: hidden;
  border: 1px solid var(--detail-line);
  border-bottom: 4px solid var(--detail-accent);
  background: var(--detail-surface);
}

.detail-hero__media img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.detail-hero__media figcaption {
  padding: 10px 12px;
  border-top: 1px solid var(--detail-line);
  color: var(--brand-gray);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.6;
}

.detail-hero__media figcaption a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4px 12px;
}

.detail-hero__media figcaption a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.detail-hero__media figcaption span {
  white-space: nowrap;
}

.detail-hero h1 {
  max-width: 900px;
  margin-bottom: 24px;
  font-size: clamp(54px, 6vw, 76px);
  line-height: 1.16;
  letter-spacing: -0.055em;
  overflow-wrap: break-word;
  word-break: auto-phrase;
  line-break: strict;
  text-wrap: balance;
}

.detail-hero__copy > strong {
  display: block;
  max-width: 850px;
  margin-bottom: 24px;
  font-size: clamp(25px, 2.4vw, 34px);
  line-height: 1.55;
  letter-spacing: -0.035em;
  overflow-wrap: break-word;
  word-break: auto-phrase;
  line-break: strict;
  text-wrap: balance;
}

.detail-hero__copy > p:not(.proposal-kicker) {
  max-width: 760px;
  margin-bottom: 34px;
  color: var(--brand-gray);
  font-size: 15px;
  line-height: 2;
}

.detail-hero__guide {
  padding: 38px 40px;
  border-top: 4px solid var(--detail-accent);
  background: var(--brand-ink);
  color: #fff;
}

.detail-hero__guide > p {
  margin-bottom: 14px;
  color: #ff6b68;
  font-size: 11px;
  font-weight: 900;
}

.detail-hero__guide > strong {
  display: block;
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 1.55;
}

.detail-hero__guide ol {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.detail-hero__guide li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 17px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.7;
}

.detail-hero__guide li span {
  color: #ff6b68;
  font-size: 10px;
}

.detail-architecture__flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.detail-architecture__node {
  position: relative;
  display: grid;
  min-width: 0;
  gap: 22px;
  min-height: 270px;
  padding: 28px;
  border: 1px solid var(--detail-line);
  border-top: 3px solid var(--detail-accent);
  background: var(--brand-white);
}

.detail-architecture__node:not(:last-child)::after {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: -19px;
  width: 14px;
  height: 14px;
  border-top: 2px solid var(--detail-accent);
  border-right: 2px solid var(--detail-accent);
  content: "";
  transform: translateY(-50%) rotate(45deg);
}

.detail-architecture__node > span,
.detail-technical__grid article > span {
  color: var(--brand-red);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.detail-architecture__node h3,
.detail-technical__grid h3,
.detail-operations__grid h3 {
  margin-bottom: 14px;
  font-size: 22px;
  line-height: 1.55;
  letter-spacing: -0.03em;
  overflow-wrap: anywhere;
  word-break: auto-phrase;
  line-break: strict;
  text-wrap: balance;
}

.detail-architecture__node p,
.detail-technical__grid article > p,
.detail-operations__grid article > p {
  margin-bottom: 0;
  color: var(--brand-gray);
  font-size: 13px;
  line-height: 1.9;
  word-break: auto-phrase;
  line-break: strict;
}

.detail-architecture__note {
  margin: 26px 0 0;
  padding-left: 18px;
  border-left: 3px solid var(--detail-accent);
  color: var(--brand-gray);
  font-size: 13px;
  line-height: 1.9;
}

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

.detail-capability-grid article {
  display: flex;
  min-height: 350px;
  flex-direction: column;
  padding: 32px;
  border: 1px solid var(--detail-line);
  border-top: 3px solid var(--detail-accent);
  background: var(--brand-white);
}

.detail-capability-grid article > span {
  margin-bottom: 38px;
  color: var(--brand-red);
  font-size: 11px;
  font-weight: 900;
}

.detail-capability-grid article > p:first-of-type {
  margin-bottom: 10px;
  color: var(--brand-red);
  font-size: 11px;
  font-weight: 800;
}

.detail-capability-grid h3 {
  margin-bottom: 18px;
  font-size: 23px;
  line-height: 1.55;
  overflow-wrap: anywhere;
  word-break: auto-phrase;
  line-break: strict;
  text-wrap: balance;
}

.detail-capability-grid article > p:last-child {
  margin-top: auto;
  margin-bottom: 0;
  padding-top: 24px;
  border-top: 1px solid var(--detail-line);
  color: var(--brand-gray);
  font-size: 13px;
  line-height: 1.9;
}

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

.detail-technical__grid article {
  display: flex;
  min-width: 0;
  min-height: 250px;
  flex-direction: column;
  padding: 32px;
  border: 1px solid var(--detail-line);
  border-top: 3px solid var(--detail-accent);
  background: var(--brand-white);
}

.detail-technical__grid article > span {
  margin-bottom: 34px;
}

.detail-technical__grid article > p {
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid var(--detail-line);
}

.detail-process__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  margin: 0;
  padding: 0;
  border-top: 2px solid var(--detail-accent);
  border-bottom: 1px solid var(--detail-line);
  list-style: none;
}

.detail-process__list li::marker {
  content: "";
}

.detail-process__list li {
  min-width: 0;
  padding: 30px 28px 34px;
  border-right: 1px solid var(--detail-line);
}

.detail-process__list li:last-child {
  border-right: 0;
}

.detail-process__list li > span {
  display: block;
  margin-bottom: 34px;
  color: var(--brand-red);
  font-size: 11px;
  font-weight: 900;
}

.detail-process__list h3 {
  margin-bottom: 14px;
  font-size: 22px;
  line-height: 1.55;
  overflow-wrap: anywhere;
  word-break: auto-phrase;
  line-break: strict;
}

.detail-process__list p {
  margin-bottom: 0;
  color: var(--brand-gray);
  font-size: 13px;
  line-height: 1.9;
  word-break: auto-phrase;
  line-break: strict;
}

.detail-decision__table-wrap {
  border-top: 2px solid var(--detail-accent);
}

.detail-decision__table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
}

.detail-decision__table th,
.detail-decision__table td {
  min-width: 0;
  padding: 24px 28px;
  border-right: 1px solid var(--detail-line);
  border-bottom: 1px solid var(--detail-line);
  vertical-align: top;
  text-align: left;
  word-break: auto-phrase;
  line-break: strict;
}

.detail-decision__table th:last-child,
.detail-decision__table td:last-child {
  border-right: 0;
}

.detail-decision__table thead th {
  color: var(--brand-red);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.detail-decision__table tbody th {
  width: 25%;
  font-size: 16px;
  line-height: 1.7;
}

.detail-decision__table td {
  color: var(--brand-gray);
  font-size: 14px;
  line-height: 1.9;
}

.detail-fit__grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: 80px;
  align-items: start;
}

.detail-fit h2 {
  margin-bottom: 0;
  font-size: clamp(38px, 4vw, 52px);
  line-height: 1.35;
  letter-spacing: -0.05em;
  word-break: auto-phrase;
  line-break: strict;
}

.detail-fit ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  border-top: 2px solid var(--detail-accent);
  list-style: none;
}

.detail-fit li {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 18px;
  padding: 22px 0;
  border-bottom: 1px solid var(--detail-line);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.75;
  word-break: auto-phrase;
  line-break: strict;
}

.detail-fit li span {
  color: var(--brand-red);
}

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

.detail-operations__grid article {
  min-width: 0;
  min-height: 220px;
  padding: 32px;
  border: 1px solid var(--detail-line);
  border-top: 3px solid var(--detail-accent);
  background: var(--brand-white);
}

.detail-related__heading {
  margin-bottom: 36px;
}

.detail-related__heading h2 {
  margin-bottom: 0;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.4;
  letter-spacing: -0.045em;
  word-break: auto-phrase;
  line-break: strict;
}

.detail-related__heading > p:last-child:not(.proposal-kicker) {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--brand-gray);
  font-size: 14px;
  line-height: 1.9;
  text-wrap: pretty;
}

.detail-related__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1px;
  border: 1px solid var(--detail-line);
  background: var(--detail-line);
}

.detail-related__grid--four {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.detail-related__grid a {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  min-height: 116px;
  padding: 24px;
  background: var(--brand-white);
  color: inherit;
  transition: background-color 0.2s ease;
}

.detail-related__grid a:hover {
  background: var(--detail-surface);
}

.detail-related__grid a > span {
  color: var(--brand-red);
  font-size: 10px;
  font-weight: 900;
}

.detail-related__grid strong {
  font-size: 14px;
  line-height: 1.65;
  word-break: auto-phrase;
  line-break: strict;
}

.detail-related__grid b {
  color: var(--brand-red);
  font-size: 18px;
}

@media (max-width: 900px) {
  .detail-hero {
    padding: 32px 0 84px;
  }

  .detail-hero__grid,
  .detail-fit__grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .detail-hero h1 {
    font-size: clamp(50px, 9vw, 68px);
  }

  .detail-capability-grid,
  .detail-technical__grid,
  .detail-operations__grid,
  .detail-related__grid {
    grid-template-columns: 1fr;
  }

  .detail-related__grid--four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .detail-architecture__flow {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .detail-architecture__node {
    min-height: 0;
  }

  .detail-architecture__node:not(:last-child)::after {
    top: auto;
    right: auto;
    bottom: -13px;
    left: 50%;
    transform: translateX(-50%) rotate(135deg);
  }

  .detail-capability-grid article {
    min-height: 0;
  }

  .detail-process__list {
    grid-template-columns: 1fr;
  }

  .detail-process__list li {
    border-right: 0;
    border-bottom: 1px solid var(--detail-line);
  }

  .detail-process__list li:last-child {
    border-bottom: 0;
  }

  .detail-decision__table,
  .detail-decision__table tbody,
  .detail-decision__table tr,
  .detail-decision__table th,
  .detail-decision__table td {
    display: block;
    width: auto;
  }

  .detail-decision__table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }

  .detail-decision__table tbody {
    display: grid;
    gap: 18px;
    padding-top: 18px;
  }

  .detail-decision__table tr {
    border: 1px solid var(--detail-line);
    border-top: 3px solid var(--detail-accent);
    background: var(--brand-white);
  }

  .detail-decision__table th,
  .detail-decision__table td {
    padding: 16px 20px;
    border-right: 0;
  }

  .detail-decision__table tbody th {
    width: auto;
  }

  .detail-decision__table th:first-child {
    padding-top: 22px;
  }

  .detail-decision__table td::before {
    display: block;
    margin-bottom: 6px;
    color: var(--brand-red);
    content: attr(data-label);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.05em;
  }
}

@media (max-width: 640px) {
  .detail-hero {
    padding: 24px 0 68px;
  }

  .detail-breadcrumb {
    margin-bottom: 42px;
  }

  .detail-hero h1 {
    margin-bottom: 20px;
    font-size: 42px;
    line-height: 1.22;
  }

  .detail-hero__copy > strong {
    font-size: 24px;
  }

  .detail-hero__copy > p:not(.proposal-kicker) {
    font-size: 14px;
    line-height: 1.95;
  }

  .detail-hero .proposal-actions {
    display: grid;
  }

  .detail-hero .proposal-button {
    width: 100%;
  }

  .detail-hero__guide {
    padding: 30px 24px;
  }

  .detail-fit h2 {
    font-size: 34px;
  }

  .detail-architecture .proposal-section-heading h2,
  .detail-technical .proposal-section-heading h2,
  .detail-decision .proposal-section-heading h2,
  .detail-operations .proposal-section-heading h2 {
    font-size: 30px;
  }

  .detail-operations__grid article {
    min-height: 0;
  }

  .detail-capability-grid article {
    padding: 28px 24px;
  }

  .detail-architecture__node,
  .detail-technical__grid article,
  .detail-operations__grid article {
    padding: 28px 24px;
  }

  .detail-process__list li {
    padding: 28px 24px;
  }

  .detail-related__heading h2 {
    font-size: 31px;
  }

  .detail-related__grid a {
    min-height: 104px;
    padding: 22px 20px;
  }
}

/* Canonical detail pages: evidence-first information architecture */

.detail-page :where(#results, #capabilities, #system, #process, #fit, .detail-related) {
  scroll-margin-top: 24px;
}

.detail-hero__media img {
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  background: var(--detail-surface);
}

.detail-hero__media.is-candidate img {
  width: 100%;
  max-width: 450px;
  margin-inline: auto;
}

.detail-hero__media.is-candidate figcaption {
  background: #fff8e8;
  color: #765219;
}

.detail-hero h1 {
  margin-bottom: 22px;
  font-size: clamp(52px, 5.7vw, 74px);
  line-height: 1.13;
  word-break: keep-all;
  text-wrap: balance;
}

.detail-hero__copy > p.detail-hero__tagline {
  max-width: 800px;
  margin-bottom: 22px;
  color: var(--brand-ink);
  font-size: clamp(25px, 2.35vw, 33px);
  font-weight: 800;
  line-height: 1.55;
  letter-spacing: -0.035em;
  word-break: auto-phrase;
  text-wrap: balance;
}

.detail-hero__copy > p.detail-hero__lead {
  max-width: 760px;
  margin-bottom: 34px;
  color: var(--brand-gray);
  font-size: 15px;
  line-height: 2;
}

.detail-results .proposal-section-heading h2,
.detail-system .proposal-section-heading h2,
.detail-fit .proposal-section-heading h2 {
  font-size: clamp(34px, 3.5vw, 48px);
  line-height: 1.4;
  word-break: auto-phrase;
  text-wrap: balance;
}

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

.detail-results__item {
  min-width: 0;
  border: 1px solid var(--detail-line);
  border-top: 4px solid var(--detail-accent);
  background: #fff;
}

.detail-results__item-heading > span,
.detail-results__item--metric > span,
.detail-results__item--evidence > span {
  display: block;
  margin-bottom: 12px;
  color: var(--brand-red);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.detail-results__item-heading h3,
.detail-results__item--evidence h3 {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: -0.03em;
  word-break: auto-phrase;
  text-wrap: balance;
}

.detail-results__item-heading p,
.detail-results__item--evidence p,
.detail-results__item--metric p,
.detail-results__note {
  margin-bottom: 0;
  color: var(--brand-gray);
  font-size: 13px;
  line-height: 1.9;
}

.detail-results__item--visual {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(240px, 0.42fr) minmax(0, 1.58fr);
  gap: 36px;
  align-items: center;
  padding: 30px;
}

.detail-results__item--visual figure {
  min-width: 0;
  margin: 0;
  padding: 14px;
  border: 1px solid var(--detail-line);
  background: #fff;
}

.detail-results__item--visual img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 680px;
  object-fit: contain;
}

.detail-results__item--product-screen {
  grid-template-columns: minmax(220px, 0.32fr) minmax(0, 1.68fr);
  align-items: start;
}

.detail-results__item--product-screen figure {
  padding: 10px;
}

.detail-results__item--product-screen figure > a {
  display: block;
  overflow: hidden;
  border: 1px solid var(--detail-line);
  background: var(--detail-surface);
}

.detail-results__item--product-screen figure > a:focus-visible {
  outline: 3px solid var(--brand-red);
  outline-offset: 3px;
}

.detail-results__item--product-screen figcaption {
  padding: 12px 4px 2px;
  color: var(--brand-gray);
  font-size: 11px;
  line-height: 1.8;
}

.detail-results__item--metric {
  display: flex;
  grid-column: span 4;
  min-height: 230px;
  flex-direction: column;
  padding: 30px;
}

.detail-results__item--metric strong {
  display: block;
  margin: auto 0 24px;
  color: var(--detail-accent);
  font-size: clamp(29px, 3vw, 50px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.045em;
  white-space: nowrap;
}

.detail-results__item--before-after,
.detail-results__item--flow {
  grid-column: 1 / -1;
  padding: 32px;
}

.detail-results__comparison {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 26px;
}

.detail-results__comparison > div {
  min-height: 150px;
  padding: 24px;
  border: 1px solid var(--detail-line);
  background: var(--detail-surface);
}

.detail-results__comparison > div:last-child {
  border-color: var(--detail-accent);
  background: #fff;
}

.detail-results__comparison small {
  display: block;
  margin-bottom: 14px;
  color: var(--brand-red);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.detail-results__comparison p {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.8;
}

.detail-results__item--before-after > .detail-results__note {
  margin-top: 32px;
  padding-left: 16px;
  border-left: 3px solid var(--detail-accent);
}

.detail-results__flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.detail-results__flow li {
  position: relative;
  display: grid;
  min-height: 132px;
  grid-template-rows: auto 1fr;
  gap: 22px;
  padding: 22px;
  border: 1px solid var(--detail-line);
  background: var(--detail-surface);
}

.detail-results__flow li:not(:last-child)::after {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: -11px;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--detail-accent);
  border-right: 2px solid var(--detail-accent);
  background: #fff;
  content: "";
  transform: translateY(-50%) rotate(45deg);
}

.detail-results__flow span {
  color: var(--brand-red);
  font-size: 10px;
  font-weight: 900;
}

.detail-results__flow strong {
  align-self: end;
  font-size: 15px;
  line-height: 1.7;
  word-break: auto-phrase;
}

.detail-results__item--evidence {
  grid-column: span 6;
  min-height: 210px;
  padding: 30px;
}

.detail-system__map {
  display: grid;
  grid-template-columns: minmax(250px, 0.68fr) minmax(0, 1.32fr);
  gap: 18px;
  align-items: stretch;
}

.detail-system__hub {
  display: flex;
  min-height: 430px;
  flex-direction: column;
  justify-content: center;
  padding: 44px;
  background: var(--detail-accent);
  color: #fff;
}

.detail-system__hub span,
.detail-system__hub small {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.detail-system__hub span {
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.72);
}

.detail-system__hub strong {
  margin-bottom: 34px;
  font-size: clamp(28px, 2.15vw, 32px);
  line-height: 1.35;
  letter-spacing: -0.04em;
  word-break: auto-phrase;
}

.detail-system__hub small {
  max-width: 210px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.45);
  line-height: 1.7;
}

.detail-system__nodes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 1px;
  background: var(--detail-line);
  list-style: none;
}

.detail-system__node {
  min-width: 0;
  min-height: 214px;
  padding: 28px;
  background: #fff;
}

.detail-system__node > span {
  display: block;
  margin-bottom: 22px;
  color: var(--brand-red);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.detail-system__node h3 {
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 1.55;
  word-break: auto-phrase;
  text-wrap: balance;
}

.detail-system__node p,
.detail-system__note {
  margin-bottom: 0;
  color: var(--brand-gray);
  font-size: 13px;
  line-height: 1.9;
}

.detail-system__map + .detail-system__note {
  margin-top: clamp(36px, 3vw, 48px);
  padding-left: 18px;
  border-left: 3px solid var(--detail-accent);
}

.detail-fit__heading {
  margin-bottom: 48px;
}

.detail-fit__content {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 64px;
  align-items: start;
}

.detail-fit__content h3 {
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 1.55;
  word-break: auto-phrase;
  text-wrap: balance;
}

.detail-fit__situations ul {
  margin: 0;
}

.detail-fit__operations > p {
  margin: -10px 0 24px;
  color: var(--brand-gray);
  font-size: 13px;
  line-height: 1.9;
}

.detail-fit__operations ol {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  border-top: 2px solid var(--detail-accent);
  list-style: none;
}

.detail-fit__operations li {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid var(--detail-line);
}

.detail-fit__operations li > span {
  color: var(--brand-red);
  font-size: 10px;
  font-weight: 900;
}

.detail-fit__operations strong {
  display: block;
  margin-bottom: 7px;
  font-size: 15px;
  line-height: 1.65;
}

.detail-fit__operations li p {
  margin-bottom: 0;
  color: var(--brand-gray);
  font-size: 12px;
  line-height: 1.8;
}

.detail-partner-card {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.58fr);
  gap: 40px;
  align-items: stretch;
  margin-top: var(--proposal-heading-gap);
  padding: 40px;
  border: 1px solid var(--detail-line);
  border-top: 4px solid var(--detail-accent);
  background: #fff;
}

.detail-partner-section .detail-partner-card {
  margin-top: 0;
}

.detail-partner-card__copy {
  min-width: 0;
}

.detail-partner-card__copy .proposal-kicker {
  margin-bottom: 12px;
}

.detail-partner-card__copy h3 {
  max-width: 640px;
  margin-bottom: 18px;
  font-size: clamp(28px, 2.65vw, 38px);
  line-height: 1.4;
  letter-spacing: -0.035em;
  text-wrap: balance;
  word-break: auto-phrase;
}

.detail-partner-card__copy p {
  max-width: 720px;
  margin-bottom: 14px;
  color: var(--brand-gray);
  font-size: 14px;
  line-height: 1.9;
  text-wrap: pretty;
  word-break: auto-phrase;
}

.detail-partner-card__copy .detail-partner-card__lead {
  color: var(--brand-ink);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.8;
}

.detail-partner-card__copy small {
  display: block;
  max-width: 720px;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid var(--detail-line);
  color: var(--brand-gray);
  font-size: 11px;
  line-height: 1.8;
}

.detail-partner-card__marks {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(88px, 0.72fr) minmax(118px, 1fr);
  gap: 16px;
  align-items: center;
  justify-items: center;
  padding: 28px;
  border: 1px solid var(--detail-line);
  background: color-mix(in srgb, var(--detail-surface) 42%, #fff);
}

.detail-partner-card__marks img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.detail-partner-card__member-mark {
  width: 148px;
}

.detail-partner-card__service-logo {
  width: 190px;
}

@media (max-width: 900px) {
  .detail-results__item--visual,
  .detail-system__map,
  .detail-fit__content {
    grid-template-columns: 1fr;
  }

  .detail-results__item--metric {
    grid-column: span 6;
  }

  .detail-results__flow {
    grid-template-columns: 1fr;
  }

  .detail-results__flow li {
    min-height: 0;
  }

  .detail-results__flow li:not(:last-child)::after {
    top: auto;
    right: auto;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%) rotate(135deg);
  }

  .detail-system__hub {
    min-height: 0;
  }

  .detail-fit__content {
    gap: 48px;
  }

  .detail-partner-card {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 32px;
  }

  .detail-partner-card__marks {
    grid-template-columns: minmax(120px, 0.56fr) minmax(190px, 1fr);
  }
}

@media (max-width: 640px) {
  .detail-hero h1 {
    font-size: 42px;
  }

  .detail-hero__copy > p.detail-hero__tagline {
    font-size: 24px;
  }

  .detail-results .proposal-section-heading h2,
  .detail-system .proposal-section-heading h2,
  .detail-fit .proposal-section-heading h2 {
    font-size: 30px;
  }

  .detail-results__grid {
    grid-template-columns: 1fr;
  }

  .detail-results__item--visual,
  .detail-results__item--metric,
  .detail-results__item--before-after,
  .detail-results__item--flow,
  .detail-results__item--evidence {
    grid-column: 1;
  }

  .detail-results__item--visual,
  .detail-results__item--before-after,
  .detail-results__item--flow {
    padding: 24px;
  }

  .detail-results__item--visual figure {
    padding: 6px;
  }

  .detail-results__item--metric {
    min-height: 205px;
    padding: 26px 24px;
  }

  .detail-results__item--metric strong {
    font-size: clamp(30px, 10vw, 42px);
  }

  .detail-results__comparison,
  .detail-system__nodes {
    grid-template-columns: 1fr;
  }

  .detail-results__comparison > div {
    min-height: 0;
  }

  .detail-system__hub {
    padding: 34px 28px;
  }

  .detail-system__node {
    min-height: 0;
    padding: 26px 24px;
  }

  .detail-fit__heading {
    margin-bottom: 38px;
  }

  .detail-partner-card {
    gap: 24px;
    padding: 24px 20px;
  }

  .detail-partner-card__copy h3 {
    margin-bottom: 16px;
    font-size: 28px;
  }

  .detail-partner-card__copy .detail-partner-card__lead {
    font-size: 15px;
  }

  .detail-partner-card__marks {
    grid-template-columns: minmax(96px, 0.62fr) minmax(142px, 1fr);
    gap: 14px;
    padding: 18px 16px;
  }

  .detail-partner-card__member-mark {
    width: 118px;
  }

  .detail-partner-card__service-logo {
    width: 168px;
  }
}

/* Web-native detail visualizations */

.detail-viz {
  grid-column: 1 / -1;
  min-width: 0;
  padding: clamp(28px, 3vw, 42px);
  overflow: hidden;
  border: 1px solid var(--detail-line);
  border-top: 4px solid var(--detail-accent);
  background: #fff;
}

.detail-viz__heading {
  display: flex;
  gap: 28px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 32px;
}

.detail-viz__heading > div:first-child {
  min-width: 0;
}

.detail-viz__heading > span,
.detail-viz__heading > div:first-child > span {
  display: block;
  margin-bottom: 10px;
  color: var(--brand-red);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.detail-viz__heading h3 {
  margin: 0;
  font-size: clamp(25px, 2.45vw, 34px);
  line-height: 1.42;
  letter-spacing: -0.035em;
  word-break: auto-phrase;
  text-wrap: balance;
}

.detail-viz__metric {
  min-width: 280px;
  padding: 20px 24px;
  background: var(--detail-accent);
  color: #fff;
}

.detail-viz__metric small {
  display: block;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 800;
}

.detail-viz__metric strong {
  display: block;
  font-size: clamp(29px, 3.1vw, 46px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.045em;
  white-space: nowrap;
}

.detail-viz > .detail-viz__note {
  margin: 32px 0 0;
  padding-left: 16px;
  border-left: 3px solid var(--detail-accent);
  color: var(--brand-gray);
  font-size: 12px;
  line-height: 1.85;
  word-break: auto-phrase;
}

.detail-viz--technology-landscape .detail-viz__heading {
  align-items: start;
}

.detail-viz--technology-landscape .detail-viz__heading > p {
  max-width: 360px;
  margin: 0;
  color: var(--brand-gray);
  font-size: 12px;
  line-height: 1.8;
}

.technology-landscape {
  display: grid;
  gap: 16px;
}

.technology-landscape__group {
  display: grid;
  min-width: 0;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  padding: 18px;
  border: 1px solid var(--detail-line);
  background: var(--detail-surface);
}

.technology-landscape__heading {
  align-self: center;
  padding: 8px 4px;
}

.technology-landscape__heading span {
  display: block;
  margin-bottom: 8px;
  color: var(--brand-red);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.technology-landscape__heading h4 {
  margin: 0;
  font-size: 18px;
  line-height: 1.45;
  word-break: auto-phrase;
}

.technology-landscape ul {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.technology-landscape__group--clouds ul {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.technology-landscape__item {
  display: grid;
  min-width: 0;
  min-height: 82px;
  grid-template-rows: auto auto;
  gap: 4px;
  align-content: center;
  justify-items: center;
  padding: 8px;
  border: 1px solid var(--detail-line);
  background: #fff;
  text-align: center;
}

.technology-landscape__icon {
  display: grid;
  width: 52px;
  max-width: 100%;
  height: 38px;
  align-self: start;
  place-items: start center;
}

.technology-landscape__icon img {
  display: block;
  width: 36px;
  max-width: 100%;
  height: 36px;
  object-fit: contain;
}

.technology-landscape__group--clouds .technology-landscape__icon {
  width: 94px;
}

.technology-landscape__group--clouds .technology-landscape__icon img {
  width: 80px;
  height: 38px;
}

.technology-landscape__item[data-technology="sakura-cloud"] .technology-landscape__icon {
  width: 112px;
}

.technology-landscape__item[data-technology="sakura-cloud"] .technology-landscape__icon img {
  width: 108px;
  height: 32px;
}

.technology-landscape__item > strong {
  display: grid;
  min-width: 0;
  min-height: 0;
  place-items: start center;
  font-size: 11px;
  font-weight: 850;
  line-height: 1.35;
  text-wrap: balance;
  overflow-wrap: anywhere;
  word-break: auto-phrase;
}

.work-swimlane {
  display: grid;
  gap: 22px;
}

.manual-work-comparison {
  display: grid;
  gap: 18px;
  padding: 24px;
  border: 1px solid var(--detail-line);
  background: #fff;
}

.manual-work-comparison__row {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) 72px;
  gap: 16px;
  align-items: center;
}

.manual-work-comparison__label {
  display: grid;
  gap: 6px;
}

.manual-work-comparison__label span,
.work-role-map__heading span {
  color: var(--brand-red);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.manual-work-comparison__label strong {
  font-size: 13px;
  line-height: 1.5;
}

.manual-work-comparison__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 72px;
  gap: 8px;
}

.manual-work-comparison__body p,
.manual-work-comparison__note {
  margin: 0;
  color: var(--brand-muted);
  font-size: 11px;
  line-height: 1.7;
  word-break: auto-phrase;
}

.manual-work-comparison__body p {
  grid-column: 1;
}

.manual-work-comparison__track {
  grid-column: 1;
  height: 24px;
  overflow: hidden;
  border-radius: 999px;
  background: #eef0f2;
}

.manual-work-comparison__track i {
  display: block;
  width: var(--manual-ratio);
  height: 100%;
  border-radius: inherit;
  background: #59606a;
}

.manual-work-comparison__row--after .manual-work-comparison__track i {
  background: var(--detail-accent);
}

.manual-work-comparison__value {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: center;
  color: var(--brand-ink);
  font-size: 24px;
  line-height: 1;
  text-align: right;
  white-space: nowrap;
}

.manual-work-comparison__row--after .manual-work-comparison__value {
  color: var(--detail-accent);
}

.manual-work-comparison__note {
  padding-top: 16px;
  border-top: 1px solid var(--detail-line);
}

.work-role-map {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
}

.work-role-map__heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  padding: 22px;
  background: var(--detail-accent);
  color: #fff;
}

.work-role-map__heading span {
  color: rgba(255, 255, 255, 0.74);
}

.work-role-map__heading strong {
  font-size: 14px;
  line-height: 1.7;
}

.work-role-map ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.work-role-map li {
  display: flex;
  min-width: 0;
  min-height: 104px;
  flex-direction: column;
  justify-content: space-between;
  padding: 18px;
  border: 1px solid var(--detail-line);
  background: #fff;
}

.work-role-map li.is-ai {
  border-color: color-mix(in srgb, var(--detail-accent) 52%, #fff);
  background: var(--detail-surface);
}

.work-role-map li.is-system {
  border-style: dashed;
  border-color: var(--detail-accent);
}

.work-role-map li.is-human {
  box-shadow: inset 0 3px 0 #444b55;
}

.work-role-map li small {
  color: var(--brand-red);
  font-size: 9px;
  font-weight: 900;
}

.work-role-map li strong {
  font-size: 13px;
  line-height: 1.55;
  text-wrap: balance;
  word-break: auto-phrase;
}

.document-paths li:not(:last-child)::after,
.automation-map ol li:not(:last-child)::after,
.knowledge-cycle li:not(:last-child)::after {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -9px;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--detail-accent);
  border-right: 2px solid var(--detail-accent);
  background: #fff;
  content: "";
  transform: translateY(-50%) rotate(45deg);
}

.evaluation-strip {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid var(--detail-line);
}

.evaluation-strip > strong {
  display: flex;
  align-items: center;
  padding: 20px;
  background: var(--brand-ink);
  color: #fff;
  font-size: 15px;
  line-height: 1.6;
}

.evaluation-strip dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.evaluation-strip dl > div {
  padding: 18px;
  background: var(--detail-surface);
}

.evaluation-strip dt {
  margin-bottom: 7px;
  color: var(--detail-accent);
  font-size: 11px;
  font-weight: 900;
}

.evaluation-strip dd {
  margin: 0;
  color: var(--brand-gray);
  font-size: 11px;
  line-height: 1.65;
}

.operations-shift {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 86px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.operations-shift > section {
  padding: 26px;
  border: 1px solid var(--detail-line);
  background: #f1f2f4;
}

.operations-shift > section.is-after {
  border-color: var(--detail-accent);
  background: var(--detail-surface);
}

.operations-shift > section > span {
  display: block;
  margin-bottom: 10px;
  color: var(--brand-red);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.operations-shift > section > strong {
  display: block;
  margin-bottom: 22px;
  font-size: 20px;
}

.operations-shift ul,
.change-strip {
  margin: 0;
  padding: 0;
  list-style: none;
}

.operations-shift ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.operations-shift li {
  display: flex;
  min-height: 105px;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
  border: 1px solid var(--detail-line);
  background: #fff;
}

.operations-shift li b {
  font-size: 13px;
  line-height: 1.5;
}

.operations-shift li small {
  color: var(--brand-gray);
  font-size: 10px;
}

.operations-shift__arrow {
  position: relative;
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  justify-self: center;
  border-radius: 50%;
  background: var(--detail-accent);
  color: #fff;
}

.operations-shift__arrow::after {
  position: absolute;
  right: -13px;
  width: 18px;
  height: 18px;
  border-top: 4px solid var(--detail-accent);
  border-right: 4px solid var(--detail-accent);
  content: "";
  transform: rotate(45deg);
}

.operations-shift__arrow span {
  font-size: 11px;
  font-weight: 900;
}

.change-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 18px;
  padding: 1px;
  background: var(--detail-line);
}

.change-strip li {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 18px 20px;
  background: #fff;
  font-size: 12px;
  font-weight: 800;
}

.change-strip span {
  color: var(--detail-accent);
}

.coe-relationship {
  --coe-arm: clamp(80px, 8vw, 112px);
  --coe-block-border: 12px;

  display: grid;
  grid-template-columns: minmax(200px, 220px) var(--coe-arm) minmax(360px, 1fr);
  grid-template-rows: repeat(3, minmax(112px, auto));
  gap: 14px 0;
  align-items: stretch;
  padding: 8px 8%;
}

.coe-relationship__stakeholder,
.coe-relationship__center {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px;
}

.coe-relationship__stakeholder {
  z-index: 1;
  grid-column: 3;
  border: 1px solid var(--detail-line);
  border-left: var(--coe-block-border) solid var(--detail-accent);
  background: var(--detail-surface);
}

.coe-relationship__stakeholder--1 {
  grid-row: 1;
}

.coe-relationship__stakeholder--2 {
  grid-row: 2;
}

.coe-relationship__stakeholder--3 {
  grid-row: 3;
}

.coe-relationship__center {
  z-index: 2;
  grid-column: 1;
  grid-row: 1 / 4;
  align-items: center;
  background: var(--detail-accent);
  color: #fff;
  text-align: center;
}

.coe-relationship__stakeholder::before {
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 100%;
  width: calc(var(--coe-arm) + var(--coe-block-border) + 1px);
  height: 12px;
  transform: translateY(-50%);
  background: var(--detail-accent);
  content: "";
}

.detail-viz--coe-cycle .detail-viz__heading {
  margin-bottom: var(--proposal-heading-gap);
}

.detail-viz--coe-cycle .knowledge-cycle {
  margin: var(--proposal-heading-gap) 0 0;
}

.coe-relationship__stakeholder span,
.coe-relationship__center span {
  margin-bottom: 10px;
  color: var(--brand-red);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.coe-relationship__center span {
  color: rgba(255, 255, 255, 0.72);
}

.coe-relationship strong {
  font-size: 17px;
  line-height: 1.5;
  word-break: auto-phrase;
}

.coe-relationship__center strong {
  font-size: clamp(26px, 2.6vw, 38px);
  line-height: 1.15;
  white-space: nowrap;
}

.coe-relationship small {
  margin-top: 8px;
  color: var(--brand-gray);
  font-size: 11px;
}

.coe-relationship__center small {
  max-width: 12em;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.65;
}

.knowledge-cycle {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0 0;
  padding: 24px;
  background: var(--detail-surface);
  list-style: none;
}

.knowledge-cycle li {
  position: relative;
  display: flex;
  min-height: 126px;
  flex-direction: column;
  padding: 18px;
  border: 1px solid var(--detail-line);
  background: #fff;
}

.knowledge-cycle li > span {
  margin-bottom: 18px;
  color: var(--brand-red);
  font-size: 10px;
  font-weight: 900;
}

.knowledge-cycle li strong {
  font-size: 13px;
  line-height: 1.55;
}

.knowledge-cycle li small {
  margin-top: auto;
  padding-top: 13px;
  color: var(--brand-gray);
  font-size: 10px;
}

.inspection-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.55fr);
  gap: 18px;
  align-items: stretch;
}

.inspection-showcase > figure,
.document-showcase > figure,
.automation-showcase > figure {
  display: flex;
  min-width: 0;
  flex-direction: column;
  margin: 0;
  padding: 12px;
  border: 1px solid var(--detail-line);
  background: #fff;
}

.inspection-showcase img,
.document-showcase img,
.automation-showcase img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: contain;
}

.inspection-showcase figcaption,
.document-showcase figcaption,
.automation-showcase figcaption {
  padding: 13px 5px 2px;
  color: var(--brand-gray);
  font-size: 10px;
  line-height: 1.6;
}

.inspection-detections {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 12px 5px 2px;
  padding: 0;
  list-style: none;
}

.inspection-detections li {
  display: grid;
  grid-template-columns: 12px auto;
  gap: 2px 8px;
  align-items: center;
  min-width: 0;
  padding: 10px 12px;
  border: 1px solid var(--detail-line);
  background: var(--detail-surface);
}

.inspection-detections i {
  grid-row: 1 / span 2;
  width: 12px;
  height: 12px;
  border: 2px solid var(--brand-red);
}

.inspection-detections strong {
  color: var(--brand-ink);
  font-size: 12px;
  line-height: 1.4;
}

.inspection-detections span {
  color: var(--brand-gray);
  font-size: 10px;
  line-height: 1.5;
}

.inspection-metrics {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.inspection-metrics section {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 26px;
  background: var(--detail-accent);
  color: #fff;
}

.inspection-metrics section:last-child {
  border: 1px solid var(--detail-accent);
  background: var(--detail-surface);
  color: var(--brand-ink);
}

.inspection-metrics span,
.inspection-metrics small {
  font-size: 10px;
  font-weight: 800;
  line-height: 1.5;
}

.inspection-metrics span {
  margin-bottom: 18px;
}

.inspection-metrics strong {
  display: block;
  font-size: clamp(26px, 2vw, 31px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.06em;
  white-space: nowrap;
}

.inspection-metrics section:first-child strong {
  font-size: clamp(34px, 3vw, 45px);
}

.inspection-metrics small {
  margin-top: 18px;
  opacity: 0.76;
}

.inspection-choice {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--detail-line);
}

.inspection-choice > strong {
  display: flex;
  align-items: center;
  padding: 22px;
  background: var(--brand-ink);
  color: #fff;
  font-size: 15px;
  line-height: 1.6;
}

.inspection-choice ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.inspection-choice li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 14px;
  align-items: center;
  padding: 18px 20px;
  border: 1px solid var(--detail-line);
  background: var(--detail-surface);
}

.inspection-choice li > span {
  color: var(--brand-gray);
  font-size: 11px;
  line-height: 1.55;
}

.inspection-choice li b {
  color: var(--detail-accent);
  font-size: 15px;
}

.inspection-choice li small {
  grid-column: 1 / -1;
  font-size: 10px;
  font-weight: 800;
}

.document-showcase,
.automation-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
  gap: 18px;
  align-items: stretch;
}

.document-paths {
  display: grid;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.document-paths > section {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 18px;
  padding: 22px;
  border: 1px solid var(--detail-line);
  background: var(--detail-surface);
}

.document-paths header span {
  display: block;
  margin-bottom: 7px;
  color: var(--brand-red);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.document-paths header strong {
  font-size: 15px;
}

.document-paths ol,
.automation-map ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.document-paths li,
.automation-map ol li {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 92px;
  flex-direction: column;
  justify-content: space-between;
  padding: 14px;
  border: 1px solid var(--detail-line);
  background: #fff;
}

.document-paths li > span,
.automation-map ol li > small {
  color: var(--brand-red);
  font-size: 9px;
  font-weight: 900;
}

.document-paths li > strong,
.automation-map ol li > strong {
  font-size: 11px;
  line-height: 1.55;
  word-break: auto-phrase;
}

.speech-pipeline {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 44px minmax(0, 1.08fr) 44px minmax(0, 1fr);
  gap: 12px;
  align-items: stretch;
}

.speech-pipeline__group {
  display: grid;
  min-width: 0;
  grid-template-rows: auto 1fr;
  gap: 18px;
  padding: 24px;
  border: 1px solid var(--detail-line);
  background: var(--detail-surface);
}

.speech-pipeline__group header {
  display: flex;
  gap: 12px;
  align-items: center;
}

.speech-pipeline__group header span {
  display: grid;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  place-items: center;
  background: var(--detail-accent);
  color: #fff;
  font-size: 10px;
  font-weight: 900;
}

.speech-pipeline__group header strong {
  font-size: 16px;
  line-height: 1.5;
}

.speech-pipeline__group ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.speech-pipeline__group li {
  display: grid;
  min-width: 0;
  gap: 5px;
  align-content: start;
  padding: 12px 14px;
  border: 1px solid var(--detail-line);
  background: #fff;
}

.speech-pipeline__group li > span {
  color: var(--detail-accent);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.speech-pipeline__group li > strong {
  font-size: 12px;
  font-weight: 800;
  line-height: 1.55;
  word-break: auto-phrase;
}

.speech-pipeline__group li > small {
  color: var(--brand-gray);
  font-size: 10px;
  line-height: 1.6;
}

.speech-pipeline__arrow {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  align-self: center;
  border-radius: 50%;
  background: var(--detail-accent);
  color: #fff;
  font-size: 20px;
  font-weight: 900;
}

.automation-showcase > figure {
  background: var(--detail-surface);
}

.automation-showcase > figure img {
  background: #fff;
}

.automation-map {
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 14px;
}

.automation-map__channels,
.automation-map__handoff {
  padding: 20px;
  border: 1px solid var(--detail-line);
}

.automation-map__channels {
  display: flex;
  gap: 10px;
  align-items: center;
  background: #fff;
}

.automation-map__channels > span,
.automation-map__handoff > span {
  margin-right: auto;
  color: var(--brand-red);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.automation-map__channels b {
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--detail-surface);
  font-size: 11px;
}

.automation-map ol {
  grid-template-columns: 1fr;
}

.automation-map ol li {
  min-height: 94px;
  padding: 18px 20px;
  border-color: color-mix(in srgb, var(--detail-accent) 55%, #fff);
  background: var(--detail-surface);
}

.automation-map ol li:not(:last-child)::after {
  top: auto;
  right: auto;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%) rotate(135deg);
}

.automation-map ol li > strong {
  font-size: 14px;
}

.automation-map__handoff {
  display: flex;
  gap: 16px;
  align-items: center;
  border-style: dashed;
  border-color: var(--detail-accent);
  background: #fff;
}

.automation-map__handoff strong {
  font-size: 12px;
  line-height: 1.5;
}

/* Make supporting content scannable instead of repeating tall text cards. */

.detail-capability-grid article {
  display: grid;
  min-height: 238px;
  grid-template-columns: 54px minmax(0, 1fr);
  grid-template-rows: auto auto 1fr;
  gap: 0 20px;
  padding: 28px;
}

.detail-capability-grid article > span {
  display: grid;
  width: 54px;
  height: 54px;
  grid-row: 1 / span 2;
  place-items: center;
  margin: 0;
  border-radius: 50%;
  background: var(--detail-surface);
  color: var(--detail-accent);
  font-size: 12px;
}

.detail-capability-grid article > p:first-of-type {
  grid-column: 2;
  margin: 3px 0 7px;
}

.detail-capability-grid h3 {
  grid-column: 2;
  margin: 0;
  font-size: 20px;
}

.detail-capability-grid article > p:last-child {
  grid-column: 1 / -1;
  margin-top: 24px;
  padding-top: 18px;
}

/* The technical section changes shape by service; PROCESS remains the only timeline. */

.detail-system__map[data-detail-visual] {
  position: relative;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 0;
  padding: 18px;
  border: 1px solid var(--detail-line);
  background: var(--detail-surface);
}

.detail-system__map[data-detail-visual] .detail-system__hub {
  z-index: 1;
  min-height: 330px;
  padding: 32px;
}

.detail-system__map[data-detail-visual] .detail-system__nodes {
  position: relative;
  gap: 12px;
  padding: 0 0 0 18px;
  background: transparent;
}

.detail-system__map[data-detail-visual] .detail-system__node {
  position: relative;
  min-height: 159px;
  padding: 22px;
  border: 1px solid var(--detail-line);
}

.detail-system__map[data-detail-visual] .detail-system__node::before {
  position: absolute;
  top: 50%;
  left: -19px;
  width: 18px;
  height: 1px;
  background: var(--detail-accent);
  content: "";
}

.detail-system__map[data-detail-visual] .detail-system__node > span {
  margin-bottom: 12px;
}

.detail-system__map[data-detail-visual] .detail-system__node h3 {
  margin-bottom: 8px;
  font-size: 17px;
}

.detail-system__map[data-detail-visual] .detail-system__node p {
  font-size: 11px;
  line-height: 1.75;
}

.detail-system__map--delivery-foundation[data-detail-visual],
.detail-system__map--inspection-pipeline[data-detail-visual],
.detail-system__map--information-pipeline[data-detail-visual],
.detail-system__map--automation-pipeline[data-detail-visual] {
  grid-template-columns: 1fr;
}

.detail-system__map--delivery-foundation[data-detail-visual] .detail-system__hub,
.detail-system__map--inspection-pipeline[data-detail-visual] .detail-system__hub,
.detail-system__map--information-pipeline[data-detail-visual] .detail-system__hub,
.detail-system__map--automation-pipeline[data-detail-visual] .detail-system__hub {
  min-height: 0;
  padding: 24px 28px;
}

.detail-system__map--delivery-foundation[data-detail-visual] .detail-system__hub strong,
.detail-system__map--inspection-pipeline[data-detail-visual] .detail-system__hub strong,
.detail-system__map--information-pipeline[data-detail-visual] .detail-system__hub strong,
.detail-system__map--automation-pipeline[data-detail-visual] .detail-system__hub strong {
  margin-bottom: 12px;
}

.detail-system__map--delivery-foundation[data-detail-visual] .detail-system__nodes,
.detail-system__map--inspection-pipeline[data-detail-visual] .detail-system__nodes,
.detail-system__map--information-pipeline[data-detail-visual] .detail-system__nodes,
.detail-system__map--automation-pipeline[data-detail-visual] .detail-system__nodes {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 18px 0 0;
}

.detail-system__map--delivery-foundation[data-detail-visual] .detail-system__node::before,
.detail-system__map--inspection-pipeline[data-detail-visual] .detail-system__node::before,
.detail-system__map--information-pipeline[data-detail-visual] .detail-system__node::before,
.detail-system__map--automation-pipeline[data-detail-visual] .detail-system__node::before {
  top: -19px;
  left: 50%;
  width: 1px;
  height: 18px;
}

.detail-system__map--decision-board[data-detail-visual] .detail-system__hub {
  background: var(--brand-ink);
}

.detail-system__map--operations-control[data-detail-visual] .detail-system__hub {
  border-radius: 50% 50% 8px 8px;
}

.detail-system__map--coe-network[data-detail-visual] .detail-system__hub {
  border-radius: 8px;
}

@media (max-width: 1120px) {
  .technology-landscape__group {
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 18px;
  }

  .technology-landscape__heading h4 {
    font-size: 16px;
  }

  .technology-landscape ul {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .technology-landscape__group--clouds ul {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .inspection-showcase,
  .document-showcase,
  .automation-showcase {
    grid-template-columns: 1fr;
  }

  .inspection-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
  }

  .automation-showcase > figure {
    min-height: 0;
  }

  .automation-showcase > figure img {
    max-height: 680px;
  }

  .automation-map ol {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .automation-map ol li:not(:last-child)::after {
    top: 50%;
    right: -9px;
    bottom: auto;
    left: auto;
    transform: translateY(-50%) rotate(45deg);
  }
}

@media (max-width: 900px) {
  .detail-viz__heading--metric {
    align-items: stretch;
  }

  .detail-viz__metric {
    min-width: 250px;
  }

  .detail-viz--technology-landscape .detail-viz__heading {
    display: grid;
    align-items: start;
  }

  .detail-viz--technology-landscape .detail-viz__heading > p {
    max-width: 560px;
  }

  .technology-landscape__group {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .technology-landscape__heading {
    align-self: auto;
    padding: 0 0 12px;
    border-bottom: 1px solid var(--detail-line);
  }

  .technology-landscape ul {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .technology-landscape__group--clouds ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .work-role-map,
  .evaluation-strip,
  .inspection-choice,
  .speech-pipeline {
    grid-template-columns: 1fr;
  }

  .speech-pipeline__arrow {
    transform: rotate(90deg);
  }

  .work-role-map ol {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .evaluation-strip dl {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .operations-shift {
    grid-template-columns: 1fr;
  }

  .operations-shift__arrow {
    transform: rotate(90deg);
  }

  .change-strip {
    grid-template-columns: 1fr;
  }

  .coe-relationship {
    --coe-arm: 48px;

    grid-template-columns: minmax(150px, 0.52fr) var(--coe-arm) minmax(300px, 1.48fr);
    padding-inline: 0;
  }

  .knowledge-cycle {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .knowledge-cycle li:nth-child(2)::after {
    display: none;
  }

  .inspection-choice ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .detail-system__map[data-detail-visual] {
    grid-template-columns: 1fr;
  }

  .detail-system__map[data-detail-visual] .detail-system__hub {
    min-height: 0;
    border-radius: 0;
  }

  .detail-system__map--coe-network[data-detail-visual] .detail-system__hub {
    border-radius: 8px;
  }

  .detail-system__map[data-detail-visual] .detail-system__nodes,
  .detail-system__map--delivery-foundation[data-detail-visual] .detail-system__nodes,
  .detail-system__map--inspection-pipeline[data-detail-visual] .detail-system__nodes,
  .detail-system__map--information-pipeline[data-detail-visual] .detail-system__nodes,
  .detail-system__map--automation-pipeline[data-detail-visual] .detail-system__nodes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 18px 0 0;
  }

  .detail-system__map[data-detail-visual] .detail-system__node::before,
  .detail-system__map--delivery-foundation[data-detail-visual] .detail-system__node::before,
  .detail-system__map--inspection-pipeline[data-detail-visual] .detail-system__node::before,
  .detail-system__map--information-pipeline[data-detail-visual] .detail-system__node::before,
  .detail-system__map--automation-pipeline[data-detail-visual] .detail-system__node::before {
    display: none;
  }
}

@media (max-width: 640px) {
  .manual-work-comparison {
    gap: 20px;
    padding: 20px;
  }

  .manual-work-comparison__row {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px 14px;
  }

  .manual-work-comparison__label,
  .manual-work-comparison__body {
    grid-column: 1 / -1;
  }

  .manual-work-comparison__body {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px 14px;
  }

  .manual-work-comparison__track {
    grid-column: 1;
    grid-row: 1;
  }

  .manual-work-comparison__value {
    grid-column: 2;
    grid-row: 1 / 3;
    font-size: 22px;
  }

  .manual-work-comparison__body p {
    grid-column: 1;
    grid-row: 2;
  }

  .detail-viz {
    padding: 24px 20px;
  }

  .detail-viz__heading,
  .detail-viz__heading--metric {
    display: grid;
    gap: 20px;
    align-items: stretch;
    margin-bottom: 26px;
  }

  .detail-viz__heading h3 {
    font-size: 25px;
  }

  .detail-viz__metric {
    min-width: 0;
    padding: 18px 20px;
  }

  .detail-viz__metric strong {
    font-size: clamp(28px, 10.5vw, 40px);
  }

  .detail-viz--operations-shift .detail-viz__metric strong {
    font-size: clamp(28px, 8vw, 34px);
  }

  .technology-landscape__group {
    padding: 14px;
  }

  .technology-landscape__heading h4 {
    font-size: 16px;
  }

  .technology-landscape ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .technology-landscape__group--clouds ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .technology-landscape__item {
    min-height: 0;
  }

  .technology-landscape__item > strong {
    font-size: 10px;
    letter-spacing: -0.02em;
  }

  .technology-landscape__icon {
    height: 34px;
  }

  .technology-landscape__group--clouds .technology-landscape__icon {
    height: 38px;
  }

  .technology-landscape__icon img {
    width: 34px;
    height: 34px;
  }

  .work-role-map ol,
  .evaluation-strip dl,
  .operations-shift ul,
  .inspection-metrics,
  .inspection-choice ul,
  .knowledge-cycle,
  .document-paths ol,
  .automation-map ol {
    grid-template-columns: 1fr;
  }

  .work-role-map li,
  .document-paths li,
  .automation-map ol li,
  .knowledge-cycle li {
    min-height: 0;
  }

  .knowledge-cycle li:not(:last-child)::after,
  .document-paths li:not(:last-child)::after,
  .automation-map ol li:not(:last-child)::after {
    top: auto;
    right: auto;
    bottom: -9px;
    left: 50%;
    display: block;
    transform: translateX(-50%) rotate(135deg);
  }

  .operations-shift > section,
  .work-role-map__heading,
  .evaluation-strip > strong,
  .inspection-choice > strong {
    padding: 20px;
  }

  .coe-relationship {
    --coe-arm: 22px;
    --coe-block-border: 8px;

    grid-template-columns: 76px var(--coe-arm) minmax(0, 1fr);
    grid-template-rows: repeat(3, minmax(104px, auto));
    gap: 10px 0;
    padding: 0;
  }

  .coe-relationship__center {
    grid-column: 1;
    grid-row: 1 / 4;
    padding: 12px 8px;
  }

  .coe-relationship__stakeholder,
  .coe-relationship__stakeholder--1,
  .coe-relationship__stakeholder--2,
  .coe-relationship__stakeholder--3 {
    grid-column: 3;
    min-width: 0;
    min-height: 0;
    padding: 16px 12px;
  }

  .coe-relationship__stakeholder::before {
    height: 8px;
  }

  .coe-relationship__center span {
    margin-bottom: 8px;
    font-size: 8px;
  }

  .coe-relationship__center strong {
    font-size: 16px;
    white-space: nowrap;
  }

  .coe-relationship__center small {
    display: none;
  }

  .coe-relationship__stakeholder strong {
    font-size: clamp(14px, 4.1vw, 16px);
    line-height: 1.45;
  }

  .coe-relationship__stakeholder--2 strong {
    white-space: nowrap;
  }

  .coe-relationship__stakeholder small {
    font-size: 10px;
    line-height: 1.55;
  }

  .knowledge-cycle {
    padding: 18px;
  }

  .inspection-metrics strong {
    font-size: clamp(25px, 7.5vw, 30px);
  }

  .inspection-metrics section:first-child strong {
    font-size: clamp(34px, 10vw, 40px);
  }

  .inspection-detections {
    grid-template-columns: 1fr;
  }

  .document-paths > section {
    padding: 18px;
  }

  .speech-pipeline__group {
    gap: 14px;
    padding: 18px;
  }

  .automation-map__channels,
  .automation-map__handoff {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .detail-capability-grid article {
    min-height: 0;
  }

  .detail-system__map[data-detail-visual] {
    padding: 12px;
  }

  .detail-system__map[data-detail-visual] .detail-system__nodes,
  .detail-system__map--delivery-foundation[data-detail-visual] .detail-system__nodes,
  .detail-system__map--inspection-pipeline[data-detail-visual] .detail-system__nodes,
  .detail-system__map--information-pipeline[data-detail-visual] .detail-system__nodes,
  .detail-system__map--automation-pipeline[data-detail-visual] .detail-system__nodes {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .detail-related__grid--four {
    grid-template-columns: 1fr;
  }
}

/* Confirmed corporate typography and spacing rhythm for canonical lower pages. */

.service-process-page .sp-process-hero {
  padding: 32px 0 40px;
}

.service-process-page .sp-process-hero h1,
.detail-page .detail-hero h1 {
  font-size: var(--proposal-hero-heading);
  line-height: var(--proposal-heading-line);
}

.service-process-page .sp-production-enablement h2,
.detail-page .proposal-section-heading h2,
.detail-page .detail-related__heading h2 {
  font-size: var(--proposal-section-heading-size);
  line-height: var(--proposal-heading-line);
}

.service-process-page .sp-production-enablement__grid,
.detail-page .detail-hero__grid,
.detail-page .proposal-section-heading--split {
  gap: 48px;
}

.service-process-page .sp-production-enablement__grid {
  width: min(var(--proposal-copy-max), calc(100% - var(--proposal-gutter) - var(--proposal-gutter)));
  margin-inline: auto;
}

.detail-page .detail-hero {
  padding-top: 32px;
  padding-bottom: var(--proposal-section-block);
}

.detail-page .detail-breadcrumb,
.detail-page .detail-fit__heading,
.detail-page .detail-related__heading {
  margin-bottom: var(--proposal-heading-gap);
}

@media (max-width: 900px) {
  .service-process-page .sp-process-hero {
    padding: 28px 0 36px;
  }

  .service-process-page .sp-production-enablement__grid,
  .detail-page .detail-hero__grid,
  .detail-page .proposal-section-heading--split {
    gap: var(--proposal-heading-gap);
  }

  .detail-page .detail-hero {
    padding-top: 28px;
  }
}

@media (max-width: 640px) {
  .service-process-page .sp-process-hero {
    padding: 24px 0 32px;
  }

  .detail-page .detail-hero {
    padding-top: 24px;
  }
}
