/* Short, readable launch pages. */
.launch-page{background:#f4f1eb;color:#171717}
.launch-hero{background:#121212;color:#f4f1eb;padding:56px max(22px,calc((100vw - 1060px)/2));}
.launch-hero h1{font-family:'Big Shoulders Display',sans-serif;text-transform:uppercase;font-size:clamp(38px,5vw,68px);line-height:1.05;margin:16px 0;max-width:900px}
.launch-hero>p:not(.t-mono){font-size:18px;line-height:1.55;max-width:700px;margin:18px 0 24px}
.launch-content{max-width:1104px;margin:auto;padding:24px 22px 48px}
.launch-section{max-width:780px;padding:18px 0}
.launch-section h2,.launch-cards h2,.launch-cta h2{font-family:'Big Shoulders Display',sans-serif;font-size:30px;line-height:1.1;margin:0 0 12px}
.launch-section p,.launch-section li,.launch-cards p,.launch-cta p,.launch-content details p{font-size:16px;line-height:1.65}
.launch-section ul{padding-left:22px}.launch-section li{margin:8px 0}
.launch-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:16px 0 28px}
.launch-cards>a{padding:22px;background:#fff;border:1px solid #dedbd6;color:inherit;text-decoration:none}
.launch-cards>a:hover{border-color:#d7202b}.launch-cards span{color:#b61624;font-weight:600}
.launch-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:18px 0}
.launch-gallery img{width:100%;height:320px;object-fit:cover}.launch-gallery img:first-child{grid-column:1/-1;height:420px}
.launch-cta{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:24px;padding:28px;background:#fff;border-top:3px solid #d7202b}
.launch-cta .btn{flex-shrink:0}.launch-content details{padding:18px 0;border-bottom:1px solid #ccc}.launch-content summary{cursor:pointer;font-weight:600}
.launch-page footer{padding-top:35px;padding-bottom:35px}.launch-page .quote-modal-points{font-size:11px}
.d-floor::after{pointer-events:none}
@media(max-width:700px){.launch-cards{grid-template-columns:1fr}.launch-hero{padding-top:34px;padding-bottom:34px}.launch-cta{align-items:flex-start;flex-direction:column}.launch-gallery img,.launch-gallery img:first-child{height:240px}.launch-gallery{grid-template-columns:1fr}.launch-page footer{padding-bottom:95px}}
