:root{--gold:#C9A962;--dark:#1a1a1a;--cream:#faf8f5;--charcoal:#333333}body{font-family:Montserrat,sans-serif;background:var(--cream)}.magazine-cover{position:relative;height:85vh;min-height:600px;background:linear-gradient(135deg,#1a1a1a,#333);overflow:hidden}.cover-image{position:absolute;inset:0;background:url(/images/luxury-products/hero-banner.jpg)center/cover;opacity:.7}.cover-content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;color:#fff;padding:40px}.magazine-logo{font-family:Playfair Display,serif;font-size:1.2rem;letter-spacing:.4em;text-transform:uppercase;margin-bottom:2rem;opacity:.9}.cover-headline{font-family:Playfair Display,serif;font-size:clamp(2.5rem,8vw,5rem);font-weight:700;line-height:1.1;margin-bottom:1.5rem;max-width:900px}.cover-subheadline{font-size:1.3rem;font-weight:300;opacity:.85;max-width:600px}.issue-date{position:absolute;bottom:40px;left:50%;transform:translate(-50%);font-size:.85rem;letter-spacing:.2em;opacity:.7}.editors-pick{background:var(--gold);color:#fff;padding:12px 30px;font-size:.75rem;letter-spacing:.3em;text-transform:uppercase;font-weight:600;display:inline-block;margin-bottom:20px}.editorial-section{padding:80px 60px;border-bottom:1px solid #eee}.section-label{font-family:Playfair Display,serif;font-size:.9rem;letter-spacing:.3em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem;display:block}.section-title{font-family:Playfair Display,serif;font-size:clamp(2rem,4vw,3rem);font-weight:600;margin-bottom:1rem;line-height:1.2}.section-intro{font-size:1.1rem;color:#666;max-width:700px;margin-bottom:3rem}.product-showcase{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px;margin-top:3rem}.product-card{background:#fff;transition:transform .4s ease,box-shadow .4s ease}.product-card:hover{transform:translateY(-8px);box-shadow:0 20px 60px #0000001a}.product-image{position:relative;aspect-ratio:3/4;overflow:hidden;background:#f5f5f5}.product-image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;background:#f0f0f0;transition:transform .6s ease}.product-card:hover .product-image img{transform:scale(1.05)}.product-badge{position:absolute;top:20px;left:20px;background:var(--gold);color:#fff;padding:6px 14px;font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;font-weight:600}.product-info{padding:25px 0}.product-brand{font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;color:#999;margin-bottom:8px}.product-name{font-family:Playfair Display,serif;font-size:1.3rem;font-weight:600;margin-bottom:12px}.product-price{font-size:1.1rem;color:var(--charcoal);font-weight:500}.editorial-review{background:linear-gradient(135deg,#faf8f5,#fff);border-left:3px solid var(--gold);padding:25px 30px;margin:20px 0;font-style:italic;color:#555}.editorial-review .reviewer{font-style:normal;font-weight:600;color:var(--charcoal);margin-top:12px;font-size:.85rem;letter-spacing:.1em;text-transform:uppercase}.editorial-review .stars{color:var(--gold);font-size:1.1rem;margin-bottom:8px}.editorial-content{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}@media (max-width:900px){.editorial-content{grid-template-columns:1fr;gap:40px}}.editorial-image{aspect-ratio:4/5;overflow:hidden}.editorial-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.trust-section{background:#faf8f5;padding:60px;text-align:center}.trust-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:40px;margin-top:40px}.trust-item{padding:20px}.trust-icon{font-size:2rem;margin-bottom:15px}.trust-title{font-weight:600;margin-bottom:8px}.trust-desc{font-size:.9rem;color:#666}.cta-section{background:var(--dark);color:#fff;padding:100px 60px;text-align:center}.cta-section h2{font-family:Playfair Display,serif;font-size:clamp(2rem,5vw,3.5rem);margin-bottom:1.5rem}.cta-section p{opacity:.8;max-width:500px;margin:0 auto 2.5rem}.cta-button{display:inline-block;background:var(--gold);color:#fff;padding:18px 50px;font-size:.9rem;letter-spacing:.2em;text-transform:uppercase;font-weight:600;text-decoration:none;transition:all .3s ease}.cta-button:hover{background:#fff;color:var(--dark)}@media (max-width:768px){.editorial-section{padding:60px 25px}.product-showcase{grid-template-columns:1fr;gap:30px}.cta-section{padding:60px 25px}}