.product-launch-page{background:#fff}.launch-hero{position:relative;min-height:650px;background-position:center;background-size:cover;color:#fff}.launch-hero__overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.78),rgba(0,0,0,.2))}.launch-hero__content{position:relative;display:flex;min-height:650px;max-width:900px;margin-left:max(var(--gutter),calc((100vw - var(--container))/2));padding:100px var(--gutter);flex-direction:column;align-items:flex-start;justify-content:center}.launch-hero h1{max-width:720px;margin:0;font-size:clamp(42px,5vw,72px);font-weight:400;line-height:1.04}.launch-hero__content>p:not(.eyebrow){max-width:600px;margin:22px 0 0;font-size:19px}.launch-actions{display:flex;flex-wrap:wrap;align-items:center;gap:14px;margin-top:30px}.launch-hero .button-light{background:#fff;color:#111}.launch-intro{padding:92px 0 84px;background:#fafbfc}.launch-intro__inner{max-width:760px;text-align:center}.launch-intro h2,.launch-heading h2,.launch-cta h2{margin:0;font-size:42px;line-height:1.12;font-weight:500}.launch-intro p:last-child{max-width:650px;margin:22px auto 0;color:var(--muted);font-size:17px}.launch-products{padding:86px 0 110px;background:var(--blush)}.launch-heading{margin:0 auto 36px;text-align:center}.launch-heading .eyebrow{margin-bottom:12px}.launch-filters{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px;margin:0 auto 58px}.launch-filters span{width:100%;margin-bottom:4px;text-align:center;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1px}.launch-filters a{padding:9px 14px;border:1px solid #cfc7c5;border-radius:var(--radius-sm);background:#fff;font-size:12px}.launch-filters a:hover,.launch-filters a:focus-visible,.launch-filters a.is-active{border-color:var(--red);background:var(--red);color:#fff}.launch-featured{display:grid;gap:24px;max-width:1120px;margin:0 auto 82px}.launch-card{display:flex;min-width:0;flex-direction:column;overflow:hidden;background:#fff;border:1px solid #ebe2e0;border-radius:var(--radius-md)}.launch-card__image{position:relative;display:block;background:#eee}.launch-card__image img{width:100%;height:280px;object-fit:cover}.launch-badge{position:absolute;top:16px;left:16px;padding:6px 10px;background:var(--red);color:#fff;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.8px}.launch-card__body{display:flex;flex:1;padding:25px 25px 27px;flex-direction:column}.launch-card__meta,.launch-card__code{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1px}.launch-card__meta{margin:0 0 10px;color:var(--red)}.launch-card h3{margin:0;font-size:25px;line-height:1.15;font-weight:500}.launch-card h3 a:hover,.launch-card h3 a:focus-visible{color:var(--red)}.launch-card__code{margin:12px 0 0;color:#555}.launch-card__code span{color:#111}.launch-card__body>p:not(.launch-card__meta):not(.launch-card__code){margin:16px 0;color:var(--muted);font-size:14px}.launch-card__features{margin:0 0 22px;padding:0 0 0 18px;color:#444;font-size:13px}.launch-card__features li+li{margin-top:5px}.launch-card__actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:auto;padding-top:14px}.launch-card__actions .button{gap:6px}.button-neutral{background:#eee;color:#111}.button-neutral:hover,.button-neutral:focus-visible{background:#111;color:#fff}.launch-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;max-width:1120px;margin:auto}.launch-grid .launch-card__image img{height:220px}.launch-empty{max-width:650px;margin:0 auto;padding:24px;border-left:3px solid var(--red);background:#fff;text-align:center}.launch-why{padding:90px 0 100px}.launch-why__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;max-width:1060px;margin:48px auto 0}.launch-why article{padding:24px 24px 28px;border-bottom:4px solid #111;background:#fafafa}.launch-why h3{margin:0 0 12px;font-size:18px}.launch-why p{margin:0;color:var(--muted);font-size:14px}.launch-cta{padding:92px 0 110px;background:#080808;color:#fff;text-align:center}.launch-cta>div{max-width:760px}.launch-cta h2{font-size:46px}.launch-cta p:not(.eyebrow){margin:16px auto 0;color:#cfcfcf;font-size:17px}.launch-cta .launch-actions{justify-content:center}.button-outline{border:1px solid currentColor;background:transparent;color:inherit}.button-outline:hover,.button-outline:focus-visible{background:#fff;color:#111}.text-link{padding:10px;font-size:14px;font-weight:600}.text-link:hover,.text-link:focus-visible{color:#ff6b6b}@media(min-width:768px){.launch-featured .launch-card{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr)}.launch-featured .launch-card__image img{height:100%;min-height:390px}.launch-featured .launch-card:nth-child(even){grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)}.launch-featured .launch-card:nth-child(even) .launch-card__image{order:2}.launch-featured .launch-card:nth-child(even) .launch-card__body{order:1;padding:45px 42px}}@media(max-width:1100px){.launch-hero__content{margin-left:0}.launch-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:767px){.launch-hero,.launch-hero__content{min-height:560px}.launch-hero__content{padding:70px var(--gutter)}.launch-hero h1{font-size:42px}.launch-hero__content>p:not(.eyebrow){font-size:16px}.launch-intro,.launch-products,.launch-why,.launch-cta{padding:60px 0 72px}.launch-intro h2,.launch-heading h2{font-size:34px}.launch-cta h2{font-size:36px}.launch-filters{justify-content:flex-start;margin-bottom:42px}.launch-filters span{text-align:left}.launch-filters a{font-size:11px}.launch-grid,.launch-why__grid{grid-template-columns:1fr}.launch-card__image img,.launch-grid .launch-card__image img{height:230px}.launch-card__body{padding:22px}.launch-actions{align-items:stretch;flex-direction:column;width:100%}.launch-actions .button,.launch-actions .text-link{width:100%}.launch-cta .launch-actions{align-items:center}.launch-cta .text-link{width:auto}}

/* Product records without confirmed imagery: explicit placeholder, never a stock photo. */
.launch-card__image-placeholder{display:grid;width:100%;height:220px;place-items:center;padding:20px;background:repeating-linear-gradient(45deg,#f4efee,#f4efee 12px,#efe8e7 12px,#efe8e7 24px);color:var(--muted);font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:1px;text-align:center}.launch-featured .launch-card__image-placeholder{min-height:390px;height:100%}
/* Product photography is supplied as cutouts on white, so show the whole product. */
.launch-card__image img{object-fit:contain;background:#fff;padding:14px}
