.products-tagline{text-align:center;background:#f8f6f3;padding:60px 24px 80px}.products-tagline__container{max-width:800px;margin:0 auto}.products-tagline h2{color:#1a1230;margin-bottom:16px;font-size:1.75rem}.products-tagline p{color:#444;margin:0;font-size:1.05rem;line-height:1.8}.products-hero__label{letter-spacing:.12em;text-transform:uppercase;color:#c9a227;margin-bottom:12px;font-size:.9rem;display:block}.products-hero__brand{color:#fff;margin:12px 0;font-size:1.25rem;font-weight:600}.products-hero{justify-content:center;align-items:center;width:100%;min-height:100vh;padding:clamp(120px,15vw,180px) clamp(40px,6vw,100px);display:flex;position:relative;overflow:hidden}.products-hero__bg{z-index:0;position:absolute;inset:0}.products-hero__bg img{animation:18s ease-in-out infinite alternate productsHeroZoom}@keyframes productsHeroZoom{0%{transform:scale(1)}to{transform:scale(1.06)}}.products-hero__overlay{z-index:1;background:linear-gradient(135deg,#2a1a35e0 0%,#2a1a35b3 50%,#2a1a35d9 100%);position:absolute;inset:0}.products-hero__overlay:before{content:"";background:radial-gradient(#c9a84c1a 0%,#0000 60%);animation:10s ease-in-out infinite productsGlow;position:absolute;inset:0}@keyframes productsGlow{0%,to{opacity:.5}50%{opacity:1}}.products-hero__content{z-index:3;text-align:center;max-width:1100px;position:relative}.products-hero__title{color:#fff;letter-spacing:-.02em;text-shadow:0 4px 40px #00000080;margin-bottom:2.5rem;padding-bottom:2rem;font-family:Cormorant Garamond,serif;font-size:clamp(3.5rem,7vw,6.5rem);font-weight:700;line-height:1.1;position:relative}.products-hero__title:after{content:"";background:linear-gradient(90deg,#c9a84c,#e2c06a);border-radius:2px;width:140px;height:4px;position:absolute;bottom:0;left:50%;transform:translate(-50%);box-shadow:0 4px 20px #c9a84c99}.products-split-line{display:block;overflow:hidden}.products-hero__description{color:#ffffffe6;text-shadow:0 3px 15px #00000080;max-width:850px;margin:0 auto;font-family:Raleway,sans-serif;font-size:clamp(1.3rem,2vw,1.65rem);font-weight:400;line-height:1.85}.products-hero__scroll-hint{z-index:4;flex-direction:column;align-items:center;gap:10px;display:flex;position:absolute;bottom:48px;left:50%;transform:translate(-50%)}.products-hero__scroll-line{background:linear-gradient(#c9a84c,#0000);width:1px;height:60px;animation:2s ease-in-out infinite productsScrollPulse;display:block}@keyframes productsScrollPulse{0%,to{opacity:.4;transform:scaleY(1)}50%{opacity:1;transform:scaleY(1.1)}}.products-hero__scroll-label{text-transform:uppercase;letter-spacing:.2em;color:#ffffff80;font-family:Raleway,sans-serif;font-size:.7rem;font-weight:700}.products-description{background:linear-gradient(#fff 0%,#faf8f3 100%);padding:8rem 0;font-family:Raleway,sans-serif;position:relative}.products-description:before{content:"";opacity:.4;background:linear-gradient(90deg,#0000 0%,#c9a84c 50%,#0000 100%);height:1px;position:absolute;top:0;left:0;right:0}.products-description__container{text-align:center;max-width:1100px;margin:0 auto;padding:0 clamp(40px,6vw,80px)}.products-description__title{color:#2a1a35;letter-spacing:-.02em;margin-bottom:2.5rem;padding-bottom:2rem;font-family:Cormorant Garamond,serif;font-size:clamp(2.8rem,5vw,4.5rem);font-weight:700;display:inline-block;position:relative}.products-description__title:after{content:"";background:linear-gradient(90deg,#c9a84c,#e2c06a);border-radius:2px;width:120px;height:4px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.products-description__text{color:#6b7280;max-width:1000px;margin:0 auto;font-size:clamp(1.25rem,1.9vw,1.55rem);font-weight:400;line-height:1.9}.products-grid-section{background:#faf8f3;padding:8rem 0;font-family:Raleway,sans-serif}.products-grid-section__container{max-width:1600px;margin:0 auto;padding:0 clamp(40px,6vw,100px)}.products-grid{grid-template-columns:repeat(4,1fr);gap:3rem;display:grid}@media (max-width:1100px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:700px){.products-grid{grid-template-columns:1fr;gap:2rem}}.product-card{background:#fff;border-radius:24px;height:400px;text-decoration:none;transition:all .5s cubic-bezier(.23,1,.32,1);display:block;position:relative;overflow:hidden;box-shadow:0 15px 50px #2a1a351a}.product-card:hover{transform:translateY(-12px);box-shadow:0 30px 80px #2a1a352e}.product-card__image{z-index:0;position:absolute;inset:0}.product-card__image img{transition:transform .8s cubic-bezier(.165,.84,.44,1)}.product-card:hover .product-card__image img{transform:scale(1.08)}.product-card__overlay{z-index:1;background:linear-gradient(#0000 0%,#2a1a3580 50%,#2a1a35e6 100%);position:absolute;inset:0}.product-card__content{z-index:2;flex-direction:column;gap:1rem;padding:3rem 2.5rem;display:flex;position:absolute;bottom:0;left:0;right:0}.product-card__title{color:#fff;letter-spacing:-.01em;font-family:Cormorant Garamond,serif;font-size:clamp(1.8rem,2.5vw,2.4rem);font-weight:700;line-height:1.2;transition:all .4s cubic-bezier(.23,1,.32,1)}.product-card:hover .product-card__title{color:#e2c06a;transform:translate(10px)}.product-card__cta{text-transform:uppercase;letter-spacing:.1em;color:#c9a84c;align-items:center;gap:10px;font-size:1rem;font-weight:700;transition:all .4s cubic-bezier(.23,1,.32,1);display:inline-flex}.product-card__cta svg{width:18px;height:18px;transition:transform .4s cubic-bezier(.23,1,.32,1)}.product-card:hover .product-card__cta{gap:14px;transform:translate(10px)}.product-card:hover .product-card__cta svg{transform:translate(6px)}.product-card__accent{transform-origin:0;z-index:3;background:linear-gradient(90deg,#c9a84c,#e2c06a);border-radius:0 0 24px 24px;height:5px;transition:transform .5s cubic-bezier(.23,1,.32,1);position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.product-card:hover .product-card__accent{transform:scaleX(1)}.products-cta{background:linear-gradient(135deg,#2a1a35 0%,#3a1a35 100%);padding:8rem 0;font-family:Raleway,sans-serif;position:relative;overflow:hidden}.products-cta:before{content:"";background:radial-gradient(circle,#c9a84c26 0%,#0000 70%);border-radius:50%;width:700px;height:700px;animation:20s ease-in-out infinite productsFloatPattern;position:absolute;top:-50%;right:-20%}.products-cta:after{content:"";background:radial-gradient(circle,#3a1a354d 0%,#0000 70%);border-radius:50%;width:900px;height:900px;animation:25s ease-in-out infinite reverse productsFloatPattern;position:absolute;bottom:-50%;left:-20%}@keyframes productsFloatPattern{0%,to{transform:translate(0)scale(1)}50%{transform:translate(50px,-50px)scale(1.1)}}.products-cta__container{text-align:center;z-index:1;max-width:1200px;margin:0 auto;padding:0 clamp(40px,6vw,80px);position:relative}.products-cta__title{color:#fff;letter-spacing:-.02em;text-shadow:0 4px 20px #0006;margin-bottom:3rem;font-family:Cormorant Garamond,serif;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:700}.products-cta__button{text-transform:uppercase;letter-spacing:.12em;color:#2a1a35;background:linear-gradient(135deg,#e2c06a 0%,#c9a84c 100%);border-radius:50px;align-items:center;gap:12px;padding:20px 50px;font-size:1.05rem;font-weight:800;text-decoration:none;transition:all .35s cubic-bezier(.23,1,.32,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 10px 40px #c9a84c73}.products-cta__button:before{content:"";opacity:0;background:linear-gradient(135deg,#fff3 0%,#0000 100%);transition:opacity .35s;position:absolute;inset:0}.products-cta__button svg{width:20px;height:20px;transition:transform .35s cubic-bezier(.23,1,.32,1)}.products-cta__button:hover{transform:translateY(-5px);box-shadow:0 18px 56px #c9a84ca6}.products-cta__button:hover:before{opacity:1}.products-cta__button:hover svg{transform:translate(6px)}@media (max-width:768px){.products-hero{min-height:80vh}.products-hero__scroll-hint{display:none}.products-description,.products-grid-section,.products-cta{padding:6rem 0}.product-card{height:350px}.product-card__content{padding:2.5rem 2rem}.products-cta__button{justify-content:center;width:100%;max-width:400px}}@media (max-width:480px){.product-card{height:320px}.product-card__content{padding:2rem 1.5rem}}@media (prefers-reduced-motion:reduce){.products-hero__bg img,.products-hero__scroll-line,.products-cta:before,.products-cta:after{animation:none!important}}.product-card:focus-visible,.products-cta__button:focus-visible{outline-offset:4px;outline:2px solid #c9a84c}
