.solution-page { background: #f4f4f1; }
.solution-page main { padding-top: var(--header-h); }
.solution-shell { width: min(calc(100% - 48px), var(--content)); margin: 0 auto; }
.solution-subnav { position: relative; z-index: 8; height: 50px; background: #17191b; color: #c9ccce; }
.solution-subnav .solution-shell { display: flex; height: 100%; align-items: center; justify-content: flex-end; gap: 30px; }
.solution-subnav a { position: relative; display: flex; height: 100%; align-items: center; font-size: 13px; font-weight: 650; }
.solution-subnav a[aria-current="page"] { color: #fff; }
.solution-subnav a[aria-current="page"]::after { position: absolute; right: 0; bottom: 0; left: 0; height: 2px; background: #ef7d00; content: ""; }

.solution-hero { position: relative; min-height: var(--visual-hero-height); overflow: hidden; color: #fff; background: #101315; }
.solution-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 56%; }
.solution-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,10,14,.82) 0%, rgba(5,10,14,.56) 42%, rgba(5,10,14,.12) 74%, rgba(5,10,14,.04) 100%); }
.solution-hero-copy { position: relative; z-index: 1; display: flex; min-height: var(--visual-hero-height); padding-top: 48px; padding-bottom: 58px; flex-direction: column; justify-content: center; align-items: flex-start; }
.solution-breadcrumb { display: flex; margin: 0 0 38px; align-items: center; gap: 9px; color: rgba(255,255,255,.68); font-size: 12px; }
.solution-breadcrumb strong { color: #fff; }
.solution-hero h1 { max-width: 760px; margin: 0; font-size: var(--visual-hero-title); line-height: 1.08; letter-spacing: -.055em; word-break: keep-all; }
.solution-hero-copy > p:not(.solution-breadcrumb) { max-width: 650px; margin: 24px 0 0; color: rgba(255,255,255,.8); font-size: var(--visual-hero-subtitle); line-height: 1.7; word-break: keep-all; }
.signal-line { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; display: flex; height: 5px; }
.signal-line i:first-child { width: 42%; background: #e60012; }
.signal-line i:last-child { flex: 1; background: #ef7d00; }

.solution-section { padding: 100px 0; }
.solution-section-head { display: grid; margin-bottom: 46px; grid-template-columns: minmax(0, .9fr) minmax(340px, .62fr); align-items: end; gap: 60px; }
.solution-section-head h2 { max-width: 690px; margin: 0; font-size: var(--section-title); line-height: 1.15; letter-spacing: -.05em; word-break: keep-all; }
.solution-section-head p { margin: 0; color: #656a6e; font-size: 15px; line-height: 1.75; word-break: keep-all; }

.solution-start { background: #fff; }
.condition-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 2px solid #17191b; border-bottom: 1px solid #aeb2b4; }
.condition-list article { min-height: 176px; padding: 31px 28px 28px; border-right: 1px solid #d6d8d9; text-align: center; }
.condition-list article:last-child { border-right: 0; }
.condition-list h3 { margin: 0 0 30px; font-size: 22px; letter-spacing: -.035em; }
.condition-list p { margin: 0; color: #656a6e; font-size: 14px; line-height: 1.65; word-break: keep-all; }
.condition-list article::before { display: block; width: 28px; height: 3px; margin: 0 auto 22px; background: #e60012; content: ""; }
.condition-list article:nth-child(even)::before { background: #ef7d00; }

.solution-groups { background: #f4f4f1; }
.solution-editorial-list { border-top: 2px solid #17191b; }
.solution-editorial-item { display: grid; min-height: 350px; padding: 34px 0; grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr); align-items: center; gap: 60px; border-bottom: 1px solid #bfc2c3; }
.solution-editorial-item:nth-child(even) { grid-template-columns: minmax(360px, .85fr) minmax(0, 1.15fr); }
.solution-editorial-item:nth-child(even) figure { order: 2; }
.solution-editorial-item figure { position: relative; height: 300px; margin: 0; overflow: hidden; background: #d9dad8; }
.solution-editorial-item figure::after { position: absolute; inset: auto 0 0; height: 4px; background: #e60012; content: ""; }
.solution-editorial-item:nth-child(even) figure::after { background: #ef7d00; }
.solution-editorial-item img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.solution-editorial-item:hover img { transform: scale(1.018); }
.solution-editorial-item h3 { margin: 0; font-size: 34px; letter-spacing: -.045em; }
.solution-editorial-item > div > p { max-width: 490px; margin: 18px 0 34px; color: #54595c; font-size: 16px; line-height: 1.75; word-break: keep-all; }
.solution-editorial-item dl { margin: 0; border-top: 1px solid #bfc2c3; }
.solution-editorial-item dl > div { display: grid; padding: 11px 0; grid-template-columns: 92px 1fr; border-bottom: 1px solid #d8dadb; gap: 15px; font-size: 13px; }
.solution-editorial-item dt { color: #777c80; }
.solution-editorial-item dd { margin: 0; font-weight: 650; }

.solution-flow-section { color: #fff; background: #111315; }
.solution-section-head--light p { color: #aeb2b4; }
.signal-path { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid #4c5053; border-bottom: 1px solid #4c5053; }
.signal-path::before { position: absolute; z-index: 1; top: 148px; right: 5%; left: 5%; height: 12px; background: linear-gradient(90deg, rgba(230,0,18,.09), rgba(239,125,0,.09)); clip-path: polygon(0 38%, 93% 38%, 93% 0, 100% 50%, 93% 100%, 93% 62%, 0 62%); content: ""; }
.signal-stage { position: relative; z-index: 2; min-width: 0; padding: 30px 24px 34px; border-right: 1px solid #35393c; }
.signal-stage:last-child { border-right: 0; }
.signal-stage figure { display: grid; width: 100%; aspect-ratio: 4 / 3; height: auto; margin: 0 0 25px; overflow: hidden; place-items: center; background: #ececea; }
.signal-stage figure img { display: block; width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.signal-stage--wide figure img { object-fit: cover; }
.signal-stage--wide figure img { mix-blend-mode: normal; }
.signal-stage > div { position: relative; padding-top: 22px; }
.signal-stage > div::before { position: absolute; top: -31px; left: 0; width: 10px; height: 10px; border: 3px solid #111315; border-radius: 50%; background: #fff; content: ""; }
.signal-stage:nth-child(-n+2) > div::before { background: #e60012; }
.signal-stage:nth-child(n+3) > div::before { background: #ef7d00; }
.signal-stage span { color: #aeb2b4; font-size: 12px; font-weight: 700; }
.signal-stage h3 { margin: 7px 0 10px; font-size: 21px; letter-spacing: -.035em; }
.signal-stage p { margin: 0; color: #b9bdc0; font-size: 13px; line-height: 1.65; word-break: keep-all; }
.signal-destinations { display: flex; margin-top: 24px; justify-content: flex-end; gap: 0; color: #c8cbcd; }
.signal-destinations span { padding: 0 16px; border-right: 1px solid #55595c; font-size: 12px; }
.signal-destinations span:last-child { padding-right: 0; border-right: 0; }
.solution-fineprint { margin: 36px 0 0; color: #8f9497; font-size: 12px; text-align: center; }

.solution-pager-section { padding: 0 0 70px; background: #fff; }


@media (max-width: 980px) {
  .solution-shell { width: min(calc(100% - 36px), var(--content)); }
  .solution-hero, .solution-hero-copy { min-height: var(--visual-hero-height); }
  .solution-section-head { grid-template-columns: 1fr; align-items: start; gap: 18px; }
  .solution-section-head p { max-width: 650px; }
  .condition-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .condition-list article:nth-child(2) { border-right: 0; }
  .condition-list article:nth-child(-n+2) { border-bottom: 1px solid #d6d8d9; }
  .solution-editorial-item, .solution-editorial-item:nth-child(even) { grid-template-columns: 1fr 1fr; gap: 36px; }
  .signal-path { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .signal-path::before { display: none; }
  .signal-stage:nth-child(2) { border-right: 0; }
  .signal-stage:nth-child(-n+2) { border-bottom: 1px solid #35393c; }
  .signal-stage figure { height: auto; }
  .signal-stage > div::before { display: none; }
}

@media (max-width: 720px) {
  .solution-shell { width: calc(100% - 32px); }
  .solution-subnav { height: 46px; overflow-x: auto; }
  .solution-subnav .solution-shell { width: max-content; min-width: 100%; padding: 0 16px; justify-content: flex-start; gap: 24px; }
  .solution-subnav a { white-space: nowrap; }
  .solution-hero, .solution-hero-copy { min-height: 510px; }
  .solution-hero > img { object-position: 65% center; }
  .solution-hero-shade { background: rgba(5,10,14,.59); }
  .solution-hero-copy { padding-top: 34px; padding-bottom: 52px; justify-content: flex-end; }
  .solution-breadcrumb { margin-bottom: auto; }
  .solution-hero h1 { font-size: var(--visual-hero-title-mobile); line-height: 1.13; }
  .solution-hero-copy > p:not(.solution-breadcrumb) { margin-top: 21px; font-size: var(--visual-hero-subtitle-mobile); line-height: 1.65; }
  .solution-section { padding: 70px 0; }
  .solution-section-head { margin-bottom: 32px; }
  .solution-section-head h2 { font-size: 34px; }
  .solution-section-head p { font-size: 14px; }
  .condition-list { grid-template-columns: 1fr; }
  .condition-list article { min-height: 0; padding: 24px 4px; border-right: 0; border-bottom: 1px solid #d6d8d9; }
  .condition-list article:last-child { border-bottom: 0; }
  .condition-list article::before { margin-bottom: 17px; }
  .condition-list h3 { margin-bottom: 9px; font-size: 20px; }
  .solution-editorial-item, .solution-editorial-item:nth-child(even) { display: block; padding: 28px 0 36px; }
  .solution-editorial-item:nth-child(even) figure { order: initial; }
  .solution-editorial-item figure { height: auto; aspect-ratio: 4 / 3; margin-bottom: 26px; }
  .solution-editorial-item h3 { font-size: 28px; }
  .solution-editorial-item > div > p { margin: 13px 0 23px; font-size: 15px; }
  .solution-flow-section { overflow: hidden; }
  .signal-path { grid-template-columns: 1fr; }
  .signal-path::before { display: block; top: 5%; right: auto; bottom: 5%; left: 50px; width: 12px; height: auto; background: linear-gradient(180deg, rgba(230,0,18,.08), rgba(239,125,0,.08)); clip-path: polygon(38% 0, 62% 0, 62% 93%, 100% 93%, 50% 100%, 0 93%, 38% 93%); }
  .signal-stage { display: grid; padding: 22px 0; grid-template-columns: 112px minmax(0, 1fr); align-items: center; gap: 20px; border-right: 0; border-bottom: 1px solid #35393c; }
  .signal-stage:last-child { border-bottom: 0; }
  .signal-stage figure { width: 112px; height: 96px; aspect-ratio: auto; margin: 0; }
  .signal-stage > div { padding-top: 0; }
  .signal-stage h3 { margin: 5px 0 8px; font-size: 18px; }
  .signal-stage p { font-size: 12px; }
  .signal-destinations { justify-content: flex-start; overflow-x: auto; }
  .signal-destinations span { flex: 0 0 auto; padding: 0 12px; }
  .signal-destinations span:first-child { padding-left: 0; }
  .solution-fineprint { margin-top: 26px; line-height: 1.65; text-align: left; }
  .solution-pager-section { padding-bottom: 54px; }
}

@media (prefers-reduced-motion: reduce) {
  .solution-editorial-item img { transition: none; }
}
