﻿/* iPad and Mac category pages share the existing catalogue's centered canvas. */
.unified-device-catalog .page-hero{padding:122px 24px 78px;text-align:center;background:linear-gradient(180deg,#fff,#f5f5f7)}
.unified-device-catalog .page-hero > .eyebrow{width:auto;max-width:none;margin:0 auto;text-align:center}
.unified-device-catalog .page-hero > h1{width:auto;margin:0 0 17px;font-size:clamp(30px,5.1vw,76px);line-height:1.02;white-space:normal}
.unified-device-catalog .page-hero > p:not(.eyebrow){max-width:1100px;margin:0 auto;white-space:normal}
.unified-device-catalog .product-spotlight{width:min(1200px,100%);max-width:1200px;height:auto;min-height:680px;margin:0 auto;grid-template-columns:1.04fr 1fr}
.unified-device-catalog .product-spotlight .spotlight-copy{padding:64px 48px;text-align:center;min-width:0}
.unified-device-catalog .product-spotlight .spotlight-copy .eyebrow{margin:0 auto 20px}
.unified-device-catalog .product-spotlight .spotlight-copy h2{font-size:clamp(40px,4vw,64px);line-height:1.08;margin-bottom:20px;white-space:normal}
.unified-device-catalog .product-spotlight .spotlight-copy p:not(.eyebrow){font-size:18px;line-height:1.55;max-width:460px;margin:0 auto}
.unified-device-catalog .product-spotlight .spotlight-copy a{margin-top:32px}
.unified-device-catalog .product-spotlight .spotlight-image{min-height:680px;overflow:hidden}
.unified-device-catalog .product-spotlight .spotlight-image > img{object-fit:cover;object-position:center;transform:none}
@media(max-width:768px){
 .unified-device-catalog .page-hero{height:auto;min-height:0;padding:64px 20px 54px}
 .unified-device-catalog .page-hero > h1{font-size:clamp(32px,6vw,46px);line-height:1.12}
 .unified-device-catalog .page-hero > p:not(.eyebrow){font-size:17px;line-height:1.6}
 .unified-device-catalog .product-spotlight{grid-template-columns:1fr;min-height:0;height:auto}
 .unified-device-catalog .product-spotlight .spotlight-copy{padding:56px 24px}
 .unified-device-catalog .product-spotlight .spotlight-copy h2{font-size:40px}
 .unified-device-catalog .product-spotlight .spotlight-image{height:auto;min-height:0;aspect-ratio:1.2}
 .unified-device-catalog .product-spotlight .spotlight-image > img{min-height:0;height:100%;width:100%}
}
