.overview-hero{background:#0f0f0f;justify-content:center;align-items:center;padding:160px 0 120px;display:flex}.overview-hero-inner{text-align:center}.overview-hero-heading{color:#fff;margin-top:8px;margin-bottom:20px}.overview-hero-para{color:#fff9;max-width:560px;margin:0 auto;font-size:1.05rem;line-height:1.75}.overview-lineup-section{background:#fff;padding:96px 0}.overview-lineup-header{margin-bottom:52px}.overview-lineup-heading{color:var(--dark);margin-top:8px}.overview-products-grid{grid-template-columns:repeat(5,1fr);gap:20px;display:grid}.overview-product-card{background:#f5f4f1;border-radius:12px;padding:24px;text-decoration:none;transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s;display:block}.overview-product-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000001f}.overview-product-img{aspect-ratio:1;background-color:#e8e5df;border-radius:8px;width:100%;margin-bottom:16px;position:relative;overflow:hidden}.overview-award-wrap{margin-bottom:8px}.overview-award-badge{color:var(--primary);letter-spacing:.04em;background-color:#e8614a1f;border-radius:100px;padding:3px 10px;font-size:.68rem;font-weight:600;display:inline-block}.overview-product-name{color:var(--dark);margin-bottom:6px;font-family:Cormorant Garamond,serif;font-size:1.1rem;font-weight:700;line-height:1.2}.overview-product-desc{color:var(--gray);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.875rem;line-height:1.6;display:-webkit-box;overflow:hidden}.overview-media-section{background:#f5f4f1;padding:64px 0}.overview-media-inner{text-align:center}.overview-media-label{letter-spacing:.12em;text-transform:uppercase;color:var(--gray);margin-bottom:32px;font-size:.72rem;font-weight:600}.overview-media-logos{flex-wrap:wrap;justify-content:center;align-items:center;gap:48px;display:flex}.overview-media-name{color:#00000059;letter-spacing:.05em;text-transform:uppercase;cursor:default;font-size:.85rem;font-weight:700;transition:color .2s}.overview-media-name:hover{color:var(--dark)}@media (max-width:1100px){.overview-products-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.overview-products-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.overview-products-grid{grid-template-columns:1fr}}
