.products-hero{position:relative;overflow:hidden;padding-top:140px;padding-bottom:80px;min-height:40vh}.products-hero__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0}.products-hero__overlay{position:absolute;inset:0;background:rgba(7,36,61,.85);z-index:1}.products-hero__content{position:relative;z-index:2}.hero-eyebrow{margin-bottom:8px;color:#94a3b8}.hero-serif-title{font-family:Playfair Display,Georgia,serif;font-size:clamp(3rem,5vw,4.5rem);font-weight:600;color:#ffffff;margin-top:12px}.product-bento-grid{display:grid;grid-template-columns:1.15fr 1fr;gap:24px}.bento-card{background-color:#ffffff;border-radius:16px;overflow:hidden;box-shadow:0 10px 40px rgba(0,0,0,.05);display:flex;transition:transform .4s cubic-bezier(.165,.84,.44,1),box-shadow .4s cubic-bezier(.165,.84,.44,1);position:relative;z-index:1}.bento-card:hover{transform:scale(1.025);box-shadow:0 24px 50px rgba(0,0,0,.12);z-index:10}.bento-card__image-wrap{background-color:#f1f4f9;position:relative}.bento-photo{width:100%;height:100%;object-fit:cover;object-position:center}.bento-card--featured{flex-direction:column}.bento-card--featured .bento-card__image-wrap{width:100%;aspect-ratio:16/10}.bento-card--featured .bento-card__content{padding:32px;display:flex;flex-direction:column;flex:1 1}.bento-title{font-family:Playfair Display,Georgia,serif;font-size:26px;font-weight:600;color:var(--bg-dark);margin-bottom:8px}.bento-subtitle{font-family:IBM Plex Sans,sans-serif;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#475569;margin-bottom:24px}.bento-featured-specs{display:flex;flex-direction:row;align-items:center;margin-top:auto;padding-top:24px}.featured-spec-item{flex:1 1;font-family:IBM Plex Sans,sans-serif;font-size:13px;color:var(--bg-dark);font-weight:500;line-height:1.4;padding:0 16px}.featured-spec-item:first-child{padding-left:0}.featured-spec-item:last-child{padding-right:0}.spec-divider-vertical{width:1px;height:32px;background-color:#cbd5e1}.bento-secondary-col{display:flex;flex-direction:column;gap:24px}.bento-card--secondary{flex-direction:row;flex:1 1}.bento-card--secondary .bento-card__image-wrap{width:40%}.bento-card--secondary .bento-card__content{width:60%;padding:32px 24px;display:flex;flex-direction:column;justify-content:center}.bento-card--secondary .bento-title{font-size:22px;margin-bottom:24px}.bento-secondary-specs{display:flex;flex-direction:column;gap:12px}.secondary-spec-row{display:flex;flex-direction:row;align-items:flex-start;font-family:IBM Plex Sans,sans-serif;font-size:12px;line-height:1.4}.secondary-spec-row .spec-label{width:65px;flex-shrink:0;color:#475569;font-weight:500;text-transform:uppercase;font-size:11px;letter-spacing:.05em;padding-top:2px}.spec-divider-small{width:1px;height:12px;background-color:#cbd5e1;margin:3px 12px 0 0}.secondary-spec-row .spec-value{color:var(--bg-dark);font-weight:500}@media (max-width:1024px){.product-bento-grid{grid-template-columns:1fr}}@media (max-width:640px){.bento-card--secondary{flex-direction:column}.bento-card--secondary .bento-card__content,.bento-card--secondary .bento-card__image-wrap{width:100%}.bento-card--secondary .bento-card__image-wrap{aspect-ratio:16/9}}