.product__head{margin-bottom:var(--space-2xl);max-width:720px}.product__heading{color:var(--color-navy);margin:0 0 var(--space-md)}.product__body{color:rgba(2,42,84,.65);line-height:1.6;margin:0;max-width:60ch}.product__grid{align-items:stretch;display:grid;gap:clamp(40px,6vw,80px);grid-template-columns:1fr 1.2fr}.product__grid--img-right .product__media{order:1}.product__media{background:rgba(2,42,84,.45);border-radius:var(--radius);min-height:360px;overflow:hidden}.product__media img{height:100%;object-fit:cover;width:100%}.product__right{display:flex;flex-direction:column}.product__specs{border-bottom:1px solid rgba(2,42,84,.14);border-top:1px solid rgba(2,42,84,.14);margin:0}.product__spec-row{align-items:baseline;display:flex;gap:var(--space-md);justify-content:space-between;padding:14px 16px}.product__spec-row:nth-child(odd){background:rgba(2,42,84,.035)}.product__spec-label{color:rgba(2,42,84,.5);flex-shrink:0;font-size:12px;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.product__spec-value{color:var(--color-navy);font-family:var(--font-heading);font-size:15px;font-weight:500;margin:0;text-align:right}.product__cta{align-self:flex-start;margin-top:var(--space-lg)}@media (max-width:1024px){.product__grid{gap:var(--space-xl);grid-template-columns:1fr}.product__grid--img-right .product__media{order:0}.product__media{aspect-ratio:16/10;min-height:280px}}@media (max-width:480px){.product__spec-row{flex-direction:column;gap:2px}.product__spec-value{text-align:left}}