/* One card pattern for every service: image, label, title, description, action. */
.home-services{background:radial-gradient(ellipse at 95% 32%,#c72a3008,transparent 55%),linear-gradient(var(--paper),#fff);padding:0 0 95px}
.home-services-heading{border-top:1px solid var(--line);padding-top:100px;display:flex;justify-content:space-between;align-items:end;gap:60px;margin-bottom:55px}
.home-services-heading .eyebrow{color:var(--red)}
.home-services-heading h2{font-size:clamp(42px,4.6vw,66px);line-height:1.1}
.home-services-heading>p{font-size:18px;line-height:1.8;max-width:370px;color:var(--muted);padding-bottom:5px}
.service-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;align-items:stretch}
.service-card{display:flex;flex-direction:column;min-width:0;background:#121416;color:#fff;border-radius:8px;overflow:hidden;isolation:isolate}
.service-card-photo{display:block;position:relative;aspect-ratio:3/2;overflow:hidden;background:#202326;flex-shrink:0}
.service-card-photo>img{height:100%;width:100%;object-fit:cover;object-position:center;transition:transform .65s cubic-bezier(.22,1,.36,1)}
.service-card-photo:after{content:'';position:absolute;inset:65% 0 0;background:linear-gradient(transparent,#12141670);pointer-events:none}
.service-card-photo:hover>img{transform:scale(1.025)}
.service-card-body{display:flex;flex-direction:column;align-items:stretch;flex:1;padding:32px clamp(26px,2.5vw,38px) 30px}
.service-card-label{display:flex;align-items:center;gap:18px;color:#a2a9ad;font-size:12px;font-weight:600;line-height:1.5;letter-spacing:.12em;margin-bottom:24px}
.service-card-label>span{color:#f16b70;letter-spacing:0;font-variant-numeric:tabular-nums}
.service-card h3{font-size:clamp(28px,2.55vw,38px);font-weight:600;line-height:1.16;letter-spacing:-.045em}
.service-card-description{font-size:16px;line-height:1.85;color:#b6bdc1;margin:22px 0 30px;max-width:440px}
.service-card-description>a{color:#d5dadd;text-decoration:underline;text-decoration-color:#667077;text-underline-offset:4px}
.service-card-description>a:hover{color:var(--yellow)}
.service-card-link{display:flex;justify-content:space-between;align-items:center;gap:18px;border-top:1px solid #ffffff26;padding:23px 0 0;min-height:49px;font-size:14px;font-weight:600;line-height:1.6;margin-top:auto;color:#f3f4f4}
.service-card-link>.icon{width:19px;height:19px;color:var(--yellow);flex-shrink:0;transition:transform .2s}
.service-card-link:hover>.icon{transform:translateX(4px)}
.service-card-photo:focus-visible{outline-offset:-5px;outline:2px solid var(--yellow)}
.service-card-link:focus-visible,.service-card-description>a:focus-visible{outline:2px solid var(--yellow);outline-offset:5px}
.service-art-note{font-size:12px;line-height:1.7;color:#727779;margin-top:32px;letter-spacing:0}
.home-services+.work-section{border-top:0;padding-top:30px;background:linear-gradient(#fff,var(--paper))}
@media(max-width:1100px){.service-card-grid{gap:20px}.service-card-body{padding:28px 24px}.service-card h3{font-size:29px}.home-services-heading{gap:40px}.home-services-heading>p{max-width:300px;font-size:17px}}
@media(max-width:900px){.service-card-grid{grid-template-columns:minmax(0,1fr);gap:28px;max-width:680px;margin-inline:auto}.service-card h3{font-size:36px}.service-card-body{padding:32px}.service-card-description{max-width:none}.service-card-link{font-size:15px}}
@media(max-width:760px){.home-services{padding-bottom:60px}.home-services-heading{padding-top:65px;display:block;margin-bottom:35px}.home-services-heading h2{font-size:42px}.home-services-heading>p{max-width:none;margin-top:25px;font-size:17px}.service-card-body{padding:28px}.service-card h3{font-size:34px}.service-card-label{margin-bottom:20px}.service-card-description{margin:20px 0 27px}.service-card-link{padding-top:20px}.service-art-note{margin-top:28px}.home-services+.work-section{padding-top:20px}}
@media(prefers-reduced-motion:reduce){.service-card-photo>img,.service-card-link>.icon{transition:none}.service-card-photo:hover>img,.service-card-link:hover>.icon{transform:none}}
