﻿/* Connect: opening organized around two complementary areas of practice. */
.hero { min-height: auto; background: #101d2a; }
.hero .hero-body { display: block; width: 100%; padding-top: 10rem; padding-bottom: 5rem; }
.hero-intro { display: grid; grid-template-columns: 1.5fr 1fr; gap: 3rem; align-items: end; }
.hero-eyebrow { display: flex; flex-wrap: wrap; gap: 12px 24px; font-size: 10px; letter-spacing: .12em; font-weight: 500; color: #edaa79; margin-bottom: 25px; }
.hero-eyebrow span { color: #aab7c2; letter-spacing: .02em; font-weight: 400; }
.hero .hero-h1 { font-size: clamp(32px,3.8vw,52px); font-weight: 500; line-height: 1.15; letter-spacing: -.045em; margin: 0; color: #f2f2ee; }
.hero-h1 > span { color: #91bce0; }
.hero-h1 .hero-software { color: #75bdf7; }
.hero-tagline { margin: 14px 0 0; color: var(--orange); font-size: clamp(13px,1.2vw,16px); line-height: 1.5; font-weight: 400; letter-spacing: .01em; }
.hero .hero-sub { font-size: 15px; line-height: 1.8; color: #b8c5ce; margin: 0 0 20px; max-width: 400px; }
.hero-sub strong { color: #81b6d8; font-weight: 600; }
.hero-contact { display: inline-flex; align-items: center; gap: 24px; padding-bottom: 8px; border-bottom: 1px solid #b9855d; font-size: 13px; color: #eeb385; }
.hero-evidence { display: flex; gap: 38px; align-items: center; border-top: 1px solid #3a4855; padding-top: 22px; margin: 40px 0 46px; }
.hero-evidence p { display: flex; flex-direction: column; gap: 3px; }
.hero-evidence strong { color: #f2f1ed; font-weight: 500; font-size: 21px; letter-spacing: -.02em; }
.hero-evidence p span { color: #aebcc6; font-size: 11px; }
.hero-evidence > a { margin-left: auto; display: flex; gap: 15px; align-items: center; color: #c0cfdb; font-size: 12px; }
.hero .hero-tracks { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; max-width: none; margin: 0; text-align: left; }
.solution-row { display: flex; flex-direction: column; min-width: 0; }
.solution-card { position: relative; isolation: isolate; display: flex; flex-direction: column; align-items: stretch; flex: 1; min-height: 450px; overflow: hidden; border: 1px solid #455667; border-radius: 4px; background: #182b3b; padding: 32px; transition: border-color .2s; }
.solution-digital { background: #182b3b; color: #edf0ef; border-color: #455667; }
.solution-card:hover { border-color: #dfa46d; }
.solution-card:focus-visible, .hero a:focus-visible { outline: 2px solid #eaaa7a; outline-offset: 5px; }
.solution-copy { position: relative; z-index: 2; }
.solution-index { display: block; color: #a9c2d6; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 18px; }
.solution-digital .solution-index { color: #a9c2d6; }
.solution-copy h2 { font-size: clamp(25px,2.5vw,32px); font-weight: 500; line-height: 1.2; letter-spacing: -.03em; margin: 0 0 15px; }
.solution-copy > p { max-width: 365px; font-size: 14px; color: #bdccd7; line-height: 1.7; margin: 0; }
.solution-digital .solution-copy > p { color: #bdccd7; }
.solution-services { display: flex; flex-wrap: wrap; gap: 5px 0; list-style: none; margin: 20px 0 22px; }
.solution-services li { font-size: 11px; color: #b4c7d5; }
.solution-services li + li::before { content: '/'; padding: 0 9px; opacity: .5; }
.solution-digital .solution-services li { color: #b4c7d5; }
.solution-link { display: inline-flex; align-items: center; gap: 22px; font-size: 12px; font-weight: 500; color: #d5e7f4; }
.solution-digital .solution-link { color: #d5e7f4; }
.solution-link i { font-size: 11px; transition: transform .2s; }
.solution-card:hover .solution-link i { transform: translateX(5px); }
.solution-city { position: absolute; bottom: 0; right: 0; height: 65%; width: 100%; object-fit: cover; object-position: 60% 70%; z-index: -2; opacity: .8; filter: saturate(.6); }
.solution-infra::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(#182b3b 33%,#182b3be8 51%,#182b3b10 90%); }
.solution-flow { margin-top: auto; padding-top: 33px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; }
.flow-label { grid-column: 1 / -1; color: #a9c2d6; font-size: 9px; letter-spacing: .1em; padding-bottom: 6px; }
.flow-step { position: relative; padding-top: 14px; border-top: 1px solid #536c80; }
.flow-step > span { display: block; color: #e4ad82; font-size: 10px; margin-bottom: 10px; }
.flow-step strong { display: block; color: #edf0ef; font-weight: 500; font-size: 12px; }
.flow-step small { display: block; font-size: 10px; line-height: 1.5; color: #bdccd7; margin-top: 5px; max-width: 105px; }
.solution-note { position: relative; margin-top: 24px; padding-top: 20px; border-top: 1px solid #3a4a56; }
.note-eyebrow { display: block; color: #93a9b9; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 10px; }
.solution-note h3 { font-weight: 500; font-size: 20px; line-height: 1.3; letter-spacing: -.02em; color: #e4e9ec; margin-bottom: 10px; }
.solution-note h3 br { display: none; }
.solution-note > p { max-width: 440px; font-size: 12px; line-height: 1.8; color: #afc0cc; margin: 0 0 10px; }
.solution-note a { display: inline-flex; gap: 20px; color: #dfac83; font-size: 11px; margin-top: 5px; }
.note-result strong { font-weight: 500; color: #e4edf3; font-size: 16px; margin-right: 6px; }
@media (max-width: 1000px) {
 .hero-intro { grid-template-columns: 1.4fr 1fr; gap: 2rem; }
 .hero .hero-tracks { gap: 22px; }
 .solution-card { padding: 26px; min-height: 460px; }
 .hero-evidence { gap: 28px; }
}
@media (max-width: 760px) {
 .hero .hero-body { padding-top: 8rem; padding-bottom: 4rem; }
 .hero-intro { grid-template-columns: 1fr; gap: 24px; }
 .hero .hero-h1 { font-size: clamp(32px,6vw,46px); }
 .hero .hero-sub { max-width: 560px; }
 .hero-evidence { flex-wrap: wrap; gap: 24px; margin: 32px 0; }
 .hero-evidence > a { flex-basis: 100%; margin: 0; }
 .hero .hero-tracks { grid-template-columns: 1fr; gap: 38px; }
 .solution-card { min-height: 420px; }
 .solution-note { margin-top: 18px; }
}
@media (max-width: 480px) {
 .hero .hero-body { padding-inline: 20px; }
 .hero-eyebrow { display: block; }
 .hero-eyebrow span { display: block; margin-top: 8px; }
 .hero .hero-h1 { font-size: clamp(27px,7.2vw,35px); }
 .hero .hero-sub { font-size: 14px; }
 .hero-evidence { gap: 18px; }
 .hero-evidence strong { font-size: 18px; }
 .hero-evidence p span { font-size: 9px; }
 .hero-evidence > a { font-size: 11px; }
 .solution-card { padding: 25px 22px; }
 .solution-index { font-size: 9px; }
 .solution-copy h2 { font-size: 26px; }
 .solution-services li { font-size: 10px; }
 .solution-services li + li::before { padding-inline: 6px; }
 .flow-step strong { font-size: 11px; }
 .flow-step small { font-size: 9px; }
 .solution-infra { min-height: 415px; }
}
@media (prefers-reduced-motion: reduce) { .solution-card, .solution-link i { transition: none; } }
