/* Scoped to operation cards and detail pages. */
.ops-wrap{width:min(1184px,100%);margin-inline:auto;padding-inline:24px}
.ops-eyebrow{color:#047857;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}
.ops-heading{color:#0f172a;font-size:clamp(28px,3.4vw,40px);font-weight:800;line-height:1.2;letter-spacing:-.025em}
.ops-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.ops-card{display:block;border:1px solid #e2e8f0;border-radius:20px;overflow:hidden;background:#fff;color:#334155;transition:box-shadow .2s,border-color .2s}
.ops-card:hover{border-color:#6ee7b7;box-shadow:0 12px 32px #0f172a0c}
.ops-card:focus-visible,.ops-link:focus-visible{outline:3px solid #047857;outline-offset:4px}
.ops-card-image{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}
.ops-card-body{padding:24px}
.ops-card h3,.ops-card h2{font-size:23px;line-height:1.3;font-weight:750;color:#0f172a;margin:10px 0 12px;letter-spacing:-.02em}
.ops-card p{font-size:15px;line-height:1.7;color:#475569;margin:0 0 20px}
.ops-card-cta{display:flex;align-items:center;justify-content:space-between;padding-top:18px;border-top:1px solid #e2e8f0;color:#047857;font-size:14px;font-weight:650}
.ops-link{display:inline-flex;align-items:center;gap:12px;min-height:44px;color:#047857;font-size:14px;font-weight:650}
.ops-intro{max-width:700px;color:#64748b;line-height:1.7;margin-top:14px}
.ops-breadcrumb{display:flex;gap:10px;flex-wrap:wrap;font-size:13px;color:#64748b;margin-bottom:28px}
.ops-breadcrumb a:hover{color:#047857;text-decoration:underline}
.ops-detail-head{padding-bottom:28px;border-bottom:1px solid #e2e8f0;margin-bottom:32px}
.ops-detail-title{font-size:clamp(28px,3.1vw,40px);font-weight:800;line-height:1.3;letter-spacing:-.025em;color:#0f172a;max-width:1000px;margin:14px 0 24px;text-wrap:balance}
.ops-facts{display:flex;gap:24px;flex-wrap:wrap;font-size:14px;color:#475569}
.ops-facts strong{display:block;font-size:19px;color:#0f172a;line-height:1.6}
.ops-copy{max-width:70ch;font-size:16px;line-height:1.9;color:#334155}
.ops-copy p{margin-bottom:24px}
@media(max-width:1023px){.ops-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:767px){.ops-grid,.ops-detail-grid{grid-template-columns:1fr}.ops-grid{max-width:460px}.ops-detail-grid{gap:24px}.ops-wrap{padding-inline:20px}.ops-card-body{padding:20px}.ops-facts{gap:16px}.ops-detail-title{text-wrap:initial}}
@media(prefers-reduced-motion:reduce){.ops-card{transition:none}}

/* Compact, uncropped photographs in their original order. */
.ops-detail-grid{display:flex;flex-direction:column;gap:28px;max-width:800px;margin-inline:auto}
.ops-copy{max-width:none;width:100%}
.ops-photo-gallery{width:100%;margin-inline:auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;align-items:center}
.ops-photo-pair{display:contents}
.ops-photo-gallery img{display:block;width:100%;height:180px;object-fit:contain;background:transparent;border:0;border-radius:0;box-shadow:none}
@media(max-width:767px){.ops-detail-grid{gap:24px}.ops-photo-gallery{gap:8px}.ops-photo-gallery img{height:clamp(88px,25vw,140px)}.ops-detail-title{font-size:26px;line-height:1.35}}

.ops-image-open{display:block;width:100%;min-width:0;border:0;padding:0;background:transparent;cursor:zoom-in}
.ops-image-open:focus-visible,.ops-image-close:focus-visible{outline:3px solid #047857;outline-offset:4px}
.ops-image-dialog{width:min(1100px,94vw);max-height:94dvh;margin:auto;padding:56px 16px 16px;border:0;border-radius:12px;background:#fff;box-shadow:0 24px 80px #0005}
.ops-image-dialog::backdrop{background:#0f172acc}
.ops-image-dialog img{display:block;width:100%;height:calc(88dvh - 80px);object-fit:contain}
.ops-image-close{position:absolute;right:12px;top:8px;min-height:44px;padding:0 16px;color:#0f172a;background:transparent;font-size:14px;font-weight:600;cursor:pointer;border:0;border-radius:8px}
@media(max-width:767px){.ops-image-dialog{width:96vw;padding:52px 8px 8px}}
