.nxb-card-grid{padding:clamp(3.5rem,7vw,7rem) 0;background:var(--grey)}
.nxb-card-grid--service{padding-top:1.3rem;background:#fff}
.nxb-card-grid__header{display:grid;grid-template-columns:1fr auto;align-items:end;gap:1rem;margin-bottom:1.75rem}
.nxb-card-grid__header h2 span,.nxb-card-grid--project h2 span{color:var(--orange)}
.nxb-card-grid__introduction{grid-column:1/-1;max-width:65ch}
.nxb-card-grid__items{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.65rem}
.nxb-card{position:relative;display:flex;min-width:0;flex-direction:column;background:#fff;box-shadow:0 3px 10px rgba(7,22,47,.09);overflow:hidden}
.nxb-card__image{aspect-ratio:1.5;overflow:hidden}.nxb-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .45s}.nxb-card:hover .nxb-card__image img{transform:scale(1.035)}
.nxb-card__content{display:flex;align-items:flex-start;flex:1;flex-direction:column;padding:1.15rem}
.nxb-card__eyebrow{display:inline-block;margin:-1.15rem 0 1rem -.15rem;padding:.35rem .6rem;background:var(--orange);color:#fff;font-size:.75rem;font-weight:700}
.nxb-card__icon{display:block;width:30px;height:30px;margin-bottom:.8rem;border:2px solid var(--orange);border-radius:3px}
.nxb-card h3{margin-bottom:.55rem;font-size:1.03rem;text-transform:uppercase}.nxb-card p{color:#4a5668;font-size:.83rem}
.nxb-card__link{margin-top:auto;color:var(--orange);font-size:.72rem;font-weight:700;letter-spacing:.04em;text-decoration:none;text-transform:uppercase}.nxb-card__link::before{position:absolute;inset:0;content:""}
.nxb-card-grid--service .nxb-card{background:var(--navy);color:#fff}.nxb-card-grid--service .nxb-card__content{min-height:180px}.nxb-card-grid--service .nxb-card p{color:#d6dce6}.nxb-card-grid--service .nxb-card__link{color:#fff}
.nxb-card-grid--project .nxb-card-grid__items{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}
.nxb-card-grid--project .nxb-card__content{padding:.9rem 1rem 1rem}.nxb-card-grid--project .nxb-card h3{text-transform:none}.nxb-card-grid--project .nxb-card__link{display:inline-flex;margin-top:.65rem;padding:.55rem .8rem;background:var(--orange);color:#fff}
.nxb-card-grid--carousel .nxb-card-grid__items{display:flex;scroll-snap-type:x mandatory;overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-width:none}.nxb-card-grid--carousel .nxb-card-grid__items::-webkit-scrollbar{display:none}.nxb-card-grid--carousel .nxb-card{flex:0 0 calc((100% - 2rem)/3);scroll-snap-align:start}
@media(max-width:1000px){.nxb-card-grid__items{grid-template-columns:repeat(2,minmax(0,1fr))}.nxb-card-grid--carousel .nxb-card{flex-basis:calc((100% - 1rem)/2)}}
@media(max-width:620px){.nxb-card-grid__items,.nxb-card-grid--project .nxb-card-grid__items{grid-template-columns:1fr}.nxb-card-grid--carousel .nxb-card{flex-basis:88%}.nxb-card-grid__header{align-items:start}.nxb-card-grid__header h2{font-size:1.75rem}}
