/* iPrint Sprint 2 · Build 005.2 — Layout Stability HotFix */
.iprint-why-section{padding:clamp(84px,9vw,138px) 0;background:#f7f7f7;color:#1f1f1f;overflow:hidden}
.iprint-why-section *{box-sizing:border-box}
.iprint-why-shell{display:grid;gap:clamp(42px,5vw,72px);width:100%;min-width:0}
.iprint-why-intro{text-align:center;max-width:1060px;margin:0 auto;display:grid;justify-items:center;min-width:0}
.iprint-why-intro>.public-eyebrow{color:#c62828;letter-spacing:.2em;font-weight:800}
.iprint-why-intro h2{margin:16px 0 0;font-size:clamp(2.5rem,5.2vw,5rem);line-height:.98;letter-spacing:-.05em;max-width:18ch;font-weight:700;text-wrap:balance}
.iprint-why-intro p{margin:clamp(22px,2.5vw,32px) 0 0;max-width:68ch;font-size:clamp(1rem,1.35vw,1.2rem);line-height:1.7;color:#626262;text-wrap:balance}

/* Explicit two-column grid. min-width:0 prevents intrinsic image/content overflow. */
.iprint-why-layout{display:grid!important;grid-template-columns:minmax(0,52fr) minmax(0,48fr)!important;grid-template-areas:"media features";gap:clamp(28px,4vw,64px)!important;align-items:stretch!important;width:100%!important;min-width:0!important;position:relative!important}
.iprint-why-media{grid-area:media;position:relative!important;margin:0!important;width:100%!important;min-width:0!important;max-width:100%!important;aspect-ratio:16/11!important;height:auto!important;min-height:0!important;border-radius:24px!important;overflow:hidden!important;background:#e9e9e9;box-shadow:0 18px 56px rgba(31,31,31,.08);isolation:isolate}
.iprint-why-media img{display:block!important;width:100%!important;height:100%!important;max-width:none!important;min-width:0!important;object-fit:cover!important;object-position:center!important;position:absolute!important;inset:0!important;transition:transform .8s cubic-bezier(.2,.7,.2,1)}
.iprint-why-media:hover img{transform:scale(1.025)}
.iprint-why-media:after{content:"";position:absolute;z-index:1;inset:48% 0 0;background:linear-gradient(180deg,transparent,rgba(15,15,15,.68));pointer-events:none}
.iprint-why-media figcaption{position:absolute!important;z-index:2!important;left:clamp(24px,3vw,44px)!important;right:clamp(24px,3vw,44px)!important;bottom:clamp(24px,3vw,38px)!important;display:grid!important;gap:8px!important;color:#fff!important;margin:0!important}
.iprint-why-media figcaption strong{font-size:clamp(1.35rem,2vw,1.95rem);letter-spacing:-.03em}
.iprint-why-media figcaption span{max-width:38ch;line-height:1.55;color:rgba(255,255,255,.86)}

.iprint-why-grid{grid-area:features;display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;grid-template-rows:minmax(0,1fr) minmax(0,1fr)!important;width:100%!important;min-width:0!important;max-width:100%!important;align-self:stretch!important;border-top:1px solid #dedede;border-left:1px solid #dedede;overflow:hidden}
.iprint-why-card{position:relative!important;display:grid!important;grid-template-columns:52px minmax(0,1fr)!important;gap:clamp(14px,1.5vw,22px)!important;align-items:start!important;align-content:center!important;min-width:0!important;min-height:0!important;width:auto!important;height:auto!important;margin:0!important;padding:clamp(22px,2.4vw,34px)!important;border-right:1px solid #dedede!important;border-bottom:1px solid #dedede!important;background:transparent;overflow:hidden!important;transform:none;transition:background-color .3s ease,transform .3s ease}
.iprint-why-card:hover{background:#fff;transform:translateY(-3px)}
.iprint-why-card>div{min-width:0!important;max-width:100%!important}
.iprint-why-number{display:grid;place-items:center;width:48px;height:48px;border:1px solid #c62828;border-radius:999px;color:#c62828;font-size:.76rem;font-weight:800;letter-spacing:.08em;background:#fff;flex:0 0 auto}
.iprint-why-card h3{margin:2px 0 10px!important;font-size:clamp(1.05rem,1.45vw,1.42rem)!important;line-height:1.13!important;letter-spacing:-.025em!important;font-weight:700!important;overflow-wrap:anywhere}
.iprint-why-card p{margin:0!important;color:#666!important;line-height:1.58!important;font-size:clamp(.9rem,1vw,1rem)!important;overflow-wrap:anywhere}

.iprint-why-metrics{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;width:100%!important;min-width:0!important;background:#fff!important;border:1px solid #ededed!important;border-radius:22px!important;box-shadow:0 14px 40px rgba(31,31,31,.06)!important;overflow:hidden!important;visibility:visible!important;opacity:1!important;min-height:112px!important}
.iprint-why-metric{display:flex!important;flex-direction:column!important;justify-content:center!important;min-width:0!important;padding:clamp(22px,3vw,34px)!important;text-align:center!important;border-right:1px solid #e5e5e5!important;background:#fff!important;visibility:visible!important;opacity:1!important}
.iprint-why-metric:last-child{border-right:0!important}
.iprint-why-metric strong{display:block!important;min-height:1em;color:#c62828!important;font-size:clamp(1.65rem,2.7vw,2.5rem)!important;line-height:1!important;font-weight:800!important;letter-spacing:-.04em!important}
.iprint-why-metric span{display:block!important;margin-top:10px!important;color:#333!important;line-height:1.45!important;font-size:.94rem!important;overflow-wrap:anywhere}

@media(max-width:1100px){
 .iprint-why-layout{grid-template-columns:minmax(0,1fr)!important;grid-template-areas:"media" "features"!important;gap:30px!important}
 .iprint-why-media{aspect-ratio:16/9!important;max-height:620px!important}
 .iprint-why-grid{min-height:420px!important}
}
@media(max-width:700px){
 .iprint-why-section{padding:72px 0}.iprint-why-shell{gap:38px}.iprint-why-intro h2{font-size:clamp(2.2rem,12vw,3.45rem);max-width:13ch}
 .iprint-why-layout{gap:24px!important}.iprint-why-media{aspect-ratio:4/3!important;border-radius:18px!important}
 .iprint-why-grid{grid-template-columns:1fr!important;grid-template-rows:auto!important;min-height:0!important}
 .iprint-why-card{padding:26px 20px!important;grid-template-columns:48px minmax(0,1fr)!important;min-height:170px!important}.iprint-why-number{width:42px;height:42px}
 .iprint-why-metrics{grid-template-columns:1fr 1fr!important;border-radius:18px!important}.iprint-why-metric{padding:22px 14px!important}.iprint-why-metric:nth-child(2){border-right:0!important}.iprint-why-metric:nth-child(-n+2){border-bottom:1px solid #e5e5e5!important}.iprint-why-metric:nth-child(3){border-right:1px solid #e5e5e5!important}
}
@media(max-width:420px){.iprint-why-metrics{grid-template-columns:1fr!important}.iprint-why-metric,.iprint-why-metric:nth-child(3){border-right:0!important;border-bottom:1px solid #e5e5e5!important}.iprint-why-metric:last-child{border-bottom:0!important}}
@media(prefers-reduced-motion:reduce){.iprint-why-media img,.iprint-why-card{transition:none}.iprint-why-media:hover img{transform:none}.iprint-why-card:hover{transform:none}}
