body.product-page,body.catalog-page{background:var(--surface)}
.catalog-hero{padding-top:66px;padding-bottom:58px;border-bottom:1px solid var(--ruler)}
.catalog-hero h1,.product-copy h1{margin:12px 0 0;font-size:clamp(36px,4.2vw,52px);font-weight:700;line-height:1.04;letter-spacing:-.045em}
.catalog-hero .lede{max-width:58ch;font-size:15px}
.catalog-page .catalog{padding-top:64px}
.catalog-page .body-name h2{margin:5px 0 0;font-size:21px;font-weight:600;line-height:1.05;letter-spacing:-.035em}
.catalog-group{padding-bottom:64px}
.catalog-group+.catalog-group{padding-top:64px}
.group-head{display:flex;justify-content:space-between;gap:32px;align-items:end}
.group-head h2{margin-top:7px;font-size:30px;letter-spacing:-.035em}
.group-head>p{max-width:42ch;color:var(--muted);font-size:12px}
.catalog-disclosure{display:grid;grid-template-columns:.7fr 1.3fr;gap:50px;margin-top:0;margin-bottom:0;padding-top:42px;padding-bottom:42px;border-top:0;border-bottom:1px solid var(--ruler)}
.catalog-disclosure strong{font-size:14px}.catalog-disclosure p{color:var(--muted);font-size:11.5px;line-height:1.7}

.product-hero{display:grid;grid-template-columns:minmax(0,.9fr) minmax(440px,1.1fr);gap:68px;align-items:center;padding-top:62px;padding-bottom:68px;border-bottom:1px solid var(--ruler)}
.back-link{display:inline-block;margin-bottom:30px;color:var(--muted);font-size:11px}.back-link:hover{color:var(--ink)}
.product-lede{max-width:54ch;margin-top:18px;color:var(--muted);font-size:13.5px;line-height:1.75}
.product-status{display:flex;gap:12px;align-items:center;margin-top:24px;padding:12px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.product-status span{padding:5px 8px;border-radius:3px;background:#f2f4f7;color:#344054;font:8px var(--mono);text-transform:uppercase;white-space:nowrap}
.product-status p{color:var(--muted);font-size:10.5px}
.product-price{display:flex;flex-direction:column;margin-top:22px}.product-price strong{font-size:25px;font-weight:600;letter-spacing:-.035em}.product-price small{margin-top:2px;color:var(--muted);font-size:10px}
.product-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px}
.product-image{height:560px;overflow:hidden;border:1px solid var(--ruler);border-radius:0;background:#fff}.product-image img{width:100%;height:100%;object-fit:contain;background:transparent}

.product-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:0;padding-top:0;padding-bottom:0;border-bottom:1px solid var(--ruler);background:#fff}
.product-facts article{min-height:260px;padding:28px;border-right:1px solid var(--ruler);background:#fff}.product-facts article:first-child{border-left:1px solid var(--ruler)}.product-facts article.dark{background:#111827;color:#fff}
.product-facts h2{margin-top:42px;font-size:20px;letter-spacing:-.025em}.product-facts p:not(.eyebrow){margin-top:12px;color:var(--muted);font-size:11.5px;line-height:1.7}.product-facts .dark p:not(.eyebrow){color:#98a2b3}
.product-facts ul{margin:14px 0 0;padding:0;list-style:none}.product-facts li{position:relative;margin:8px 0;padding-left:14px;color:var(--muted);font-size:11px}.product-facts li:before{content:"";position:absolute;left:0;top:.62em;width:4px;height:4px;background:#98a2b3}

.authority{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;padding-top:72px;padding-bottom:72px;border-top:0;border-bottom:1px solid var(--ruler)}
.authority h2{max-width:16ch;margin-top:9px;font-size:clamp(28px,3.2vw,40px);line-height:1.08;letter-spacing:-.04em}
.authority-grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;border:1px solid var(--ruler);background:var(--ruler)}
.authority-grid article{padding:26px;border:0;border-radius:0;background:#fff}.authority-grid small{color:var(--brand);font:8px var(--mono);text-transform:uppercase}.authority-grid p{margin-top:54px;color:var(--muted);font-size:11.5px;line-height:1.7}

.product-plan{background:var(--surface);color:#fff}.product-plan-inner{display:flex;justify-content:space-between;gap:50px;align-items:center;padding-top:62px;padding-bottom:62px;border-color:#344054;background:#111827}
.product-plan h2{max-width:20ch;margin-top:8px;font-size:30px;line-height:1.05;letter-spacing:-.035em}.product-plan p:not(.eyebrow){margin-top:13px;color:#98a2b3;font-size:11.5px}
.product-disclosure{display:flex;justify-content:space-between;gap:50px;padding-top:36px;padding-bottom:52px;border-bottom:1px solid var(--ruler)}
.product-disclosure p{max-width:72ch;color:var(--muted);font-size:10.5px;line-height:1.7}.product-disclosure a{font-size:11px;font-weight:600;white-space:nowrap}.product-disclosure a:hover{color:var(--brand)}
.product-error{padding:120px var(--gutter);text-align:center}.product-error a{display:inline-block;margin-top:20px;font-weight:600}

@media(max-width:900px){.product-hero,.authority{grid-template-columns:1fr}.product-image{height:500px}.product-facts{grid-template-columns:1fr}.product-facts article{min-height:220px;border-left:1px solid var(--ruler)}.authority{gap:42px}}
@media(max-width:620px){.product-hero{padding-top:44px;gap:32px}.product-image{height:400px}.authority-grid,.catalog-disclosure{grid-template-columns:1fr}.product-plan-inner,.product-disclosure{align-items:flex-start;flex-direction:column}.product-disclosure a{white-space:normal}.group-head{align-items:flex-start;flex-direction:column}}
