/* Image-led service collection, simplified: only badge, category, title and arrow show on the closed card. Full descriptions live in the dialog. */
.service-grid{gap:24px}.cover-card{position:relative;isolation:isolate;overflow:hidden;min-height:0;aspect-ratio:3/4;padding:0;border:0;border-radius:14px;background:#171719;color:white;justify-content:flex-end;box-shadow:0 2px 5px #0000000a}.cover-card:hover{transform:translateY(-5px);box-shadow:0 16px 30px #0002}.service-cover{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:-3;transition:transform .55s ease}.cover-shade{position:absolute;inset:0;z-index:-2;background:linear-gradient(180deg,transparent 0%,transparent 52%,#0006 68%,#000c 85%,#000e 100%)}.cover-index{position:absolute;top:23px;left:25px;font-size:11px;letter-spacing:2px;font-weight:600;color:#fff9}.cover-arrow{position:absolute;right:20px;bottom:20px;width:38px;height:38px;border-radius:50%;background:#fff;color:#121212;display:grid;place-items:center;font-size:17px;line-height:1;transition:background .2s ease,color .2s ease,transform .2s ease;z-index:1}.cover-card:hover .cover-arrow{background:var(--red);color:#fff;transform:translateY(-3px)}.cover-content{width:100%;padding:26px 72px 26px 26px}.cover-card .card-category{display:block;color:var(--red);font-size:10px;font-weight:700;letter-spacing:1.6px;margin-bottom:10px}.cover-card h3{font-size:26px;line-height:1.14;letter-spacing:-.6px;max-width:280px;font-weight:600;margin:0}.cover-card:focus-visible{outline-offset:4px}.cover-card[hidden]{display:none!important}@media(min-width:1300px){.cover-card{aspect-ratio:4/5}}@media(max-width:1050px){.cover-content{padding:22px 66px 22px 22px}.cover-card h3{font-size:23px}.cover-card{aspect-ratio:auto;min-height:340px}.service-grid{gap:18px}}@media(max-width:760px){.cover-card{min-height:320px}.cover-content{padding:20px 60px 20px 20px}.cover-card h3{font-size:22px}.cover-index{top:19px;left:20px}.cover-arrow{right:16px;bottom:16px;width:34px;height:34px;font-size:15px}.service-grid{gap:14px}.cover-card .card-category{font-size:9px;letter-spacing:1.2px}}@media(max-width:560px){.service-grid{grid-template-columns:1fr}.cover-card{min-height:0;aspect-ratio:4/5}.cover-card h3{font-size:28px;max-width:none}.cover-content{padding:26px 78px 26px 26px}.cover-card .card-category{font-size:10px}.cover-index{top:24px;left:27px}.service-grid{gap:22px}}@media(prefers-reduced-motion:reduce){.service-cover{transition:none}}

/* Official supplied M7 identity, shown without alteration. */
.brand-logo{display:block;width:64px;height:64px;object-fit:contain;flex-shrink:0}.brand{gap:15px}.brand>span{border-left:0;padding-left:0}footer .brand-logo{width:60px;height:60px}@media(max-width:760px){.brand-logo{width:54px;height:54px}footer .brand-logo{width:54px;height:54px}}
