/* Targeted adjustments to the original design only. */
.refine-contact-photo{display:block;width:100%;height:180px;object-fit:cover;border-radius:18px;margin-top:24px}
.refine-faq-layout{display:flex;align-items:center;justify-content:space-between;gap:48px}
.refine-faq-photo{display:block;width:32%;max-width:350px;height:230px;object-fit:cover;border-radius:22px;flex-shrink:0}
@media(min-width:1081px){
 .ecosystem__hex-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;width:100%;align-items:stretch}
 .ecosystem__hex-grid .hex-row{display:contents;margin:0}
 .ecosystem__hex-grid .hex-wrap{width:auto;height:205px;margin:0;min-width:0}
 .ecosystem__hex-grid .hex-card{clip-path:none;-webkit-clip-path:none;border-radius:20px;border:1px solid #e8ecea;box-shadow:0 8px 24px rgba(20,60,48,.035)}
 .ecosystem__hex-grid .hex-wrap::after{top:16px;right:16px;animation:none}
 .ecosystem__hex-grid .hex-drips{display:none}
 .ecosystem__hex-grid .hex-card__logo{background-size:62% auto}
 .ecosystem__hex-grid .hex-card:hover{transform:translateY(-4px)}
 .offices__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:760px){.refine-faq-layout{display:block}.refine-faq-photo{width:100%;max-width:none;height:190px;margin-top:24px}.refine-contact-photo{height:170px}}
@media(prefers-reduced-motion:reduce){.hex-card,.hex-wrap::after{animation:none!important;transition:none!important}}
