.solutions-banner { position: relative; min-height: 20rem; overflow: hidden; color: #fff; background: linear-gradient(125deg, #082235, #18566b 55%, #5e8894); }
.solutions-banner::after { position: absolute; inset: 0; content: ""; opacity: .2; background-image: linear-gradient(30deg, transparent 48%, #fff 49%, transparent 50%), linear-gradient(150deg, transparent 48%, #fff 49%, transparent 50%); background-size: 6rem 6rem; }
.solutions-banner__inner { position: relative; z-index: 1; padding-top: 5rem; }
.solutions-banner h1 { max-width: 38rem; margin-bottom: .75rem; font-family: Georgia, "Noto Serif SC", serif; font-size: clamp(2.8rem, 6vw, 4.8rem); line-height: 1.1; }
.solutions-banner p:not(.section-label) { max-width: 38rem; color: #d7e6ed; }
.solutions-banner__placeholder { position: absolute; right: max(4vw, calc((100vw - 1180px) / 2)); bottom: 1.8rem; color: rgb(255 255 255 / .32); font-size: clamp(.75rem, 1.5vw, 1.1rem); font-weight: 800; letter-spacing: .14em; writing-mode: vertical-rl; }
.solutions-page__heading { max-width: 44rem; margin-bottom: 3rem; }
.solutions-page__heading > p:last-child { margin-bottom: 0; color: var(--muted); }
.solutions-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.75rem; }
.solutions-list-card { display: flex; min-height: 25rem; flex-direction: column; overflow: hidden; border: 1px solid var(--line); background: #fff; transition: border-color .2s, box-shadow .2s, transform .2s; }
.solutions-list-card:hover { border-color: #9ab9c9; box-shadow: 0 .8rem 1.8rem rgb(16 42 67 / .1); transform: translateY(-4px); }
.solutions-list-card__image { display: flex; flex-direction: column; justify-content: space-between; aspect-ratio: 1.35 / 1; padding: 1.25rem; color: #7d9db1; background: linear-gradient(135deg, #d8e7ee, #9cbecb); }
.solutions-list-card__image img { width: 100%; height: 100%; object-fit: cover; }
.solutions-list-card__image span { color: rgb(16 42 67 / .25); font-family: Georgia, serif; font-size: 4rem; line-height: 1; }
.solutions-list-card__image small { font-size: .62rem; letter-spacing: .08em; }
.solutions-list-card__content { display: flex; flex: 1; flex-direction: column; padding: 1.4rem; }
.solutions-list-card h3 { margin-bottom: .65rem; font-size: 1.1rem; }
.solutions-list-card p { flex: 1; color: var(--muted); font-size: .87rem; }
.solutions-list-card__content > span { color: var(--accent); font-size: .8rem; font-weight: 700; }
.solutions-list-card__content b { margin-left: .25rem; font-size: 1rem; }

@media (max-width: 960px) { .solutions-list { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 680px) { .solutions-banner { min-height: 17rem; } .solutions-banner__inner { padding-top: 3.5rem; } .solutions-page__heading { margin-bottom: 2.25rem; } .solutions-list { grid-template-columns: 1fr; } }

.solution-breadcrumb { border-bottom: 1px solid var(--line); background: #fff; }
.solution-breadcrumb ol { display: flex; gap: .5rem; align-items: center; min-height: 3.75rem; padding: 0; margin: 0; overflow-x: auto; color: var(--muted); font-size: .78rem; list-style: none; white-space: nowrap; }
.solution-breadcrumb li:not(:last-child)::after { margin-left: .5rem; color: #a5bac8; content: "/"; }
.solution-breadcrumb li:last-child { overflow: hidden; color: var(--ink); font-weight: 700; text-overflow: ellipsis; }
.solution-breadcrumb a:hover { color: var(--accent); }
.solution-detail__heading { padding: 4.25rem 0 2.75rem; border-bottom: 1px solid var(--line); }
.solution-detail__heading h1 { margin-bottom: 0; font-family: Georgia, "Noto Serif SC", serif; font-size: clamp(2.3rem, 5vw, 4.2rem); line-height: 1.12; }
.solution-overview { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(18rem, .95fr); gap: clamp(2.5rem, 8vw, 8rem); padding-top: 4rem; padding-bottom: 5rem; align-items: center; }
.solution-overview__image { display: flex; min-height: 28rem; flex-direction: column; justify-content: space-between; padding: 1.75rem; color: #7799ae; background: linear-gradient(135deg, #d8e8ef, #8db5c4); outline: 1px solid #b8cfda; outline-offset: -1rem; }
.solution-overview__image:has(img) { padding: 0; outline: 0; }
.solution-overview__image img { width: 100%; height: 100%; object-fit: cover; }
.solution-overview__image span { color: rgb(16 42 67 / .25); font-family: Georgia, serif; font-size: clamp(6rem, 13vw, 11rem); line-height: 1; }
.solution-overview__image small { font-size: .65rem; letter-spacing: .1em; }
.solution-overview__content h2 { font-size: clamp(1.8rem, 3vw, 2.8rem); }
.solution-overview__content > p:not(.section-label) { color: var(--muted); }
.solution-detail__content { max-width: 58rem; }
.solution-detail__section-heading { margin-bottom: 2rem; }
.solution-detail__section-heading h2 { margin-bottom: 0; font-size: clamp(1.8rem, 3vw, 2.65rem); }
.rich-text__body { color: var(--muted); }
.rich-text__body p { max-width: 48rem; }
.rich-text__body img { display: block; max-width: 100%; height: auto; margin: 2rem 0; }
.rich-text__body code { padding: .1rem .3rem; color: var(--ink); background: var(--mist); }
.solution-detail__cta { max-width: 42rem; margin: 0 auto; text-align: center; }
.solution-detail__cta p { margin-bottom: 1.5rem; color: var(--muted); }
.solution-detail__button { gap: .5rem; color: #fff; background: var(--accent); }

@media (max-width: 760px) { .solution-detail__heading { padding: 3rem 0 2rem; } .solution-overview { grid-template-columns: 1fr; padding-top: 2.5rem; padding-bottom: 4rem; } .solution-overview__image { min-height: 20rem; } }
@media (max-width: 440px) { .solution-breadcrumb ol { min-height: 3.25rem; } }
