.hero{text-align:center;background:linear-gradient(135deg, var(--color-light-1) 0%, var(--color-light-2) 100%);justify-content:center;align-items:center;min-height:80vh;padding:2rem;display:flex;position:relative;overflow:hidden}.hero-content{z-index:10;max-width:800px}.hero h1{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(3rem,8vw,5.5rem);line-height:1.1}.hero p{opacity:.8;margin-bottom:2.5rem;max-width:600px;margin-inline:auto;font-size:clamp(1.1rem,2vw,1.5rem)}.hero-cta{justify-content:center;gap:1rem;display:flex}.btn-secondary{color:var(--color-nomi-dark);border:1px solid var(--color-nomi-dark);background-color:#0000}.featured{padding-top:5rem;padding-bottom:5rem}.section-header{border-bottom:1px solid #0000001a;justify-content:space-between;align-items:flex-end;margin-bottom:3rem;padding-bottom:1rem;display:flex}.section-header h2{margin-bottom:0;font-size:2.5rem}.view-all{text-underline-offset:4px;font-weight:500;text-decoration:underline}.product-card{cursor:pointer;flex-direction:column;gap:1.5rem;display:flex}.product-image-placeholder{aspect-ratio:4/3;background:var(--color-light-1);color:var(--color-nomi-dark);opacity:.7;border-radius:8px;justify-content:center;align-items:center;font-weight:500;display:flex}.product-info{justify-content:space-between;align-items:center;display:flex}.product-info h3{margin:0;font-size:1.25rem}.product-info .price{opacity:.8;font-weight:600}.promo-section{padding-bottom:6rem}.promo-card{background:linear-gradient(90deg,#ffffff0d,#0000);grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid}.promo-text h2{font-size:2.5rem}.promo-text p{opacity:.8;margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.visual-placeholder{aspect-ratio:1;background:radial-gradient(circle, var(--color-light-2) 0%, transparent 70%);font-family:var(--font-heading);opacity:.5;border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;display:flex}@media (max-width:768px){.promo-card{grid-template-columns:1fr}.hero-cta{flex-direction:column}}
