.flyer-page{min-height:100vh;background-color:#000;color:#fff;padding-top:128px}.max-w-5xl{max-width:1024px;margin:0 auto}::selection{background:#D4AF37;color:#000}.hero-section{position:relative;display:flex;flex-direction:column;align-items:center;padding:0 24px}.hero-text-layer{text-align:center;margin-bottom:48px;position:relative;z-index:30}.product-tag{font-size:10px;text-transform:uppercase;letter-spacing:.6em;color:#D4AF37;margin-bottom:16px}.hero-title{font-family:serif;font-size:clamp(3rem,10vw,5rem);font-weight:200;letter-spacing:-.05em;font-style:italic}.text-gold-normal{color:#D4AF37;font-style:normal;font-weight:400}.light-layer{display:none;position:relative;width:100%;max-width:512px;height:150px;pointer-events:none;z-index:0}@media (min-width:768px){.light-layer{display:block}}.light-layer img{position:absolute;top:32px;left:0;width:100%;height:288px;object-fit:contain;mix-blend-mode:screen}.light-layer{opacity:100%}.image-layer{max-width:512px;z-index:10}.image-layer,.product-card{position:relative;width:100%}.product-card{z-index:20;background-color:#171717;border:1px solid rgba(255,255,255,.05);border-radius:2px;box-shadow:0 50px 100px -20px rgba(0,0,0,1);overflow:hidden;transition:all .5s ease}.product-card img{width:100%;height:auto;object-fit:contain;transition:transform 1s ease}.product-card:hover img{transform:scale(1.05)}.shimmer-overlay{position:absolute;inset:0;z-index:30;pointer-events:none;overflow:hidden}.shimmer-beam{position:absolute;inset:0;width:100%;height:100%;transform:translateX(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.02) 40%,rgba(255,255,255,.08) 50%,rgba(255,255,255,.02) 60%,transparent)}.group .shimmer-beam{animation:shimmer-glide 4s ease-in-out infinite}@keyframes shimmer-glide{to{transform:translateX(100%)}}.details-section{max-width:1024px;margin:0 auto;padding:160px 40px;display:grid;grid-template-columns:1fr;grid-gap:96px;gap:96px}@media (min-width:768px){.details-section{grid-template-columns:1fr 1fr}}.spec-title{font-size:12px;text-transform:uppercase;letter-spacing:.5em;color:rgba(255,255,255,.3);margin-bottom:32px}.spec-text{font-size:1.5rem;font-weight:200;line-height:1.6;letter-spacing:-.02em}.details-sub-col{padding-top:16px}.vignette-section{height:40vh;display:flex;align-items:center;justify-content:center;border-top:1px solid rgba(255,255,255,.05);opacity:.2}.vignette-text{font-family:serif;font-size:2.25rem;font-style:italic}.reveal{opacity:0;transition:all 1.2s ease-out}.anim-slide-up{transform:translateY(20px)}.anim-scale-in{transform:scale(.95)}.reveal.is-visible{opacity:1;transform:translate(0) scale(1)}