.page-hero{background:linear-gradient(135deg, var(--bg-offwhite), #fff);text-align:center;padding:140px 0 90px;position:relative;overflow:hidden}.page-hero:after{content:"";background:#c56a1a14;border-radius:50%;width:300px;height:300px;position:absolute;top:-80px;right:-80px}.page-hero h1{font-size:clamp(2rem,5vw,2.75rem);font-weight:700}.page-hero p{color:var(--text-gray);margin-top:10px;font-size:1rem}.product-page{background-color:#fff;padding:100px 0}.product-detail-card{box-shadow:var(--shadow-md);transition:transform var(--transition-speed) ease, box-shadow var(--transition-speed) ease;background:#fff;border-radius:22px;margin-bottom:70px;padding:40px}.product-detail-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-6px)}.product-image{object-fit:cover;aspect-ratio:4/3;border-radius:18px;width:100%}.product-detail-card h3{margin-bottom:12px;font-size:clamp(1.25rem,3vw,1.5rem);font-weight:600}.product-desc{color:var(--text-gray);margin-bottom:18px;font-size:.9375rem;line-height:1.8}.product-specs{margin-bottom:20px;padding:0;list-style:none}.product-specs li{color:var(--text-dark);margin-bottom:6px;font-size:.875rem}@media (max-width:991px){.product-detail-card{padding:30px}}@media (max-width:575px){.product-page{padding:60px 0}.product-detail-card{margin-bottom:40px;padding:20px}.product-image{aspect-ratio:16/9}}
