.product-module__SUZWeW__container{background-color:var(--background);min-height:100vh;padding:120px 20px 60px}.product-module__SUZWeW__wrapper{grid-template-columns:1fr 1fr;gap:60px;max-width:1200px;margin:0 auto;display:grid}.product-module__SUZWeW__imageSection{aspect-ratio:1;background:var(--secondary);border:1px solid var(--glass-border);border-radius:12px;position:relative;overflow:hidden}.product-module__SUZWeW__image{object-fit:cover}.product-module__SUZWeW__infoSection{justify_content:center;flex-direction:column;display:flex}.product-module__SUZWeW__title{margin-bottom:16px;font-size:2.5rem;font-weight:800;line-height:1.1}.product-module__SUZWeW__price{color:var(--primary);margin-bottom:24px;font-size:1.5rem;font-weight:700}.product-module__SUZWeW__entriesBadge{color:var(--primary);background:#ff00001a;border:1px solid #f003;border-radius:100px;align-items:center;gap:8px;margin-bottom:32px;padding:8px 16px;font-weight:600;display:inline-flex}.product-module__SUZWeW__description{color:#aaa;margin-bottom:40px;font-size:1.1rem;line-height:1.6}.product-module__SUZWeW__actions{gap:20px;display:flex}.product-module__SUZWeW__addToCartBtn{color:#000;cursor:pointer;text-transform:uppercase;background:#fff;border:none;border-radius:8px;flex:1;padding:16px;font-size:1.1rem;font-weight:700;transition:transform .2s}.product-module__SUZWeW__addToCartBtn:hover{transform:translateY(-2px)}.product-module__SUZWeW__backLink{color:#888;margin-bottom:20px;font-size:.9rem;transition:color .2s;display:inline-block}.product-module__SUZWeW__backLink:hover{color:#fff}@media (max-width:768px){.product-module__SUZWeW__wrapper{grid-template-columns:1fr;gap:30px}.product-module__SUZWeW__title{font-size:2rem}}
.MerchCard-module__yv8rNW__card{background:#fff;border:1px solid #e5e5e5;border-radius:8px;flex-direction:column;align-items:center;padding:20px;transition:box-shadow .2s;display:flex;position:relative;overflow:hidden}.MerchCard-module__yv8rNW__card:hover{box-shadow:0 10px 30px #0000001a}.MerchCard-module__yv8rNW__badge{color:#fff;text-transform:uppercase;z-index:2;background:#000;border-radius:50px;align-items:center;gap:6px;margin-bottom:20px;padding:6px 16px;font-size:.7rem;font-weight:800;display:flex}.MerchCard-module__yv8rNW__imageWrapper{aspect-ratio:1;width:100%;margin-bottom:15px;position:relative}.MerchCard-module__yv8rNW__image{object-fit:contain;transition:transform .3s}.MerchCard-module__yv8rNW__card:hover .MerchCard-module__yv8rNW__image{transform:scale(1.05)}.MerchCard-module__yv8rNW__details{flex-direction:column;align-items:center;gap:15px;width:100%;display:flex}.MerchCard-module__yv8rNW__name{color:#333;text-align:center;margin:0;font-size:.9rem;font-weight:600}.MerchCard-module__yv8rNW__btn{color:#fff;text-transform:uppercase;text-align:center;background:#2563eb;border-radius:50px;width:100%;max-width:200px;padding:10px 20px;font-size:.8rem;font-weight:700;text-decoration:none;transition:background .2s,transform .2s}.MerchCard-module__yv8rNW__btn:hover{background:#1d4ed8;transform:translateY(-2px)}
.MerchSection-module__JH83NG__section{background-color:var(--background);padding:80px 0}.MerchSection-module__JH83NG__header{text-align:center;margin-bottom:60px}.MerchSection-module__JH83NG__title{text-transform:uppercase;color:#fff;margin-bottom:10px;font-size:3rem;font-style:italic;font-weight:900}.MerchSection-module__JH83NG__highlight{color:var(--primary)}.MerchSection-module__JH83NG__subtitle{color:#888;font-size:1.1rem}.MerchSection-module__JH83NG__grid{grid-template-columns:repeat(4,1fr);gap:30px;display:grid}@media (max-width:1200px){.MerchSection-module__JH83NG__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.MerchSection-module__JH83NG__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.MerchSection-module__JH83NG__grid{grid-template-columns:1fr}}@media (max-width:768px){.MerchSection-module__JH83NG__title{font-size:2rem}.MerchSection-module__JH83NG__grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:15px}}
.AboutSection-module__UGBiha__section{color:#000;background-color:#fff;padding:80px 0}.AboutSection-module__UGBiha__container{flex-direction:column;gap:40px;display:flex}.AboutSection-module__UGBiha__header{text-align:center}.AboutSection-module__UGBiha__subheadline{text-transform:uppercase;letter-spacing:2px;color:#000;margin-bottom:10px;font-size:.9rem;font-weight:800}.AboutSection-module__UGBiha__headline{text-transform:uppercase;color:#000;font-size:3rem;font-weight:900;line-height:1.1}.AboutSection-module__UGBiha__card{color:#fff;background-color:#111;border-radius:20px;display:flex;overflow:hidden}.AboutSection-module__UGBiha__content{flex-direction:column;flex:1;align-items:flex-start;gap:30px;padding:60px;display:flex}.AboutSection-module__UGBiha__badge{color:#fff;background-color:#2563eb;border-radius:50px;padding:8px 20px;font-size:.9rem;font-weight:700;display:inline-block}.AboutSection-module__UGBiha__description{color:#ccc;font-size:1rem;line-height:1.6}.AboutSection-module__UGBiha__bold{color:#fff;font-weight:700}.AboutSection-module__UGBiha__contactBtn{color:#fff;text-transform:uppercase;cursor:pointer;background-color:#2563eb;border:none;border-radius:50px;padding:15px 40px;font-size:1rem;font-weight:800;transition:background-color .2s,transform .2s}.AboutSection-module__UGBiha__contactBtn:hover{background-color:#1d4ed8;transform:translateY(-2px)}.AboutSection-module__UGBiha__imageWrapper{flex:1;min-height:400px;position:relative}.AboutSection-module__UGBiha__image{object-fit:cover;width:100%;height:100%}@media (max-width:900px){.AboutSection-module__UGBiha__card{flex-direction:column}.AboutSection-module__UGBiha__content{padding:40px 30px}.AboutSection-module__UGBiha__headline{font-size:2rem}.AboutSection-module__UGBiha__imageWrapper{min-height:300px}}
.OurImpactSection-module__7vpXRG__section{background-color:#f8f9fa;padding:100px 0;position:relative;overflow:hidden}.OurImpactSection-module__7vpXRG__container{flex-direction:column;align-items:center;gap:60px;display:flex}.OurImpactSection-module__7vpXRG__title{text-transform:uppercase;color:#111;letter-spacing:-1px;font-size:3rem;font-weight:900;position:relative}.OurImpactSection-module__7vpXRG__title:after{content:"";background-color:#2563eb;border-radius:2px;width:60px;height:4px;margin:10px auto 0;display:block}.OurImpactSection-module__7vpXRG__grid{grid-template-columns:repeat(4,1fr);gap:0;width:100%;display:grid}.OurImpactSection-module__7vpXRG__statItem{text-align:center;flex-direction:column;align-items:center;padding:0 20px;transition:transform .3s;display:flex;position:relative}.OurImpactSection-module__7vpXRG__statItem:hover{transform:translateY(-10px)}.OurImpactSection-module__7vpXRG__iconWrapper{color:#2563eb;background:#2563eb1a;border-radius:50%;margin-bottom:20px;padding:15px;transition:background .3s,color .3s}.OurImpactSection-module__7vpXRG__statItem:hover .OurImpactSection-module__7vpXRG__iconWrapper{color:#fff;background:#2563eb}.OurImpactSection-module__7vpXRG__number{color:#2563eb;font-variant-numeric:tabular-nums;margin-bottom:10px;font-size:3.5rem;font-weight:900;line-height:1}.OurImpactSection-module__7vpXRG__label{text-transform:uppercase;color:#333;max-width:150px;font-size:.9rem;font-weight:800;line-height:1.4}.OurImpactSection-module__7vpXRG__separator{background-color:#e5e5e5;width:1px;height:60%;position:absolute;top:50%;right:0;transform:translateY(-50%)}@media (max-width:900px){.OurImpactSection-module__7vpXRG__grid{grid-template-columns:repeat(2,1fr);gap:40px}.OurImpactSection-module__7vpXRG__separator{display:none}.OurImpactSection-module__7vpXRG__statItem{background:#fff;border-radius:10px;padding:20px;box-shadow:0 4px 6px #0000000d}}@media (max-width:600px){.OurImpactSection-module__7vpXRG__grid{grid-template-columns:1fr}}
.StillGotQuestions-module__iREsUa__section{color:#fff;background-color:#111;padding:100px 0}.StillGotQuestions-module__iREsUa__container{flex-direction:column;align-items:center;gap:60px;display:flex}.StillGotQuestions-module__iREsUa__title{text-transform:uppercase;color:#fff;text-align:center;font-size:3rem;font-weight:900}.StillGotQuestions-module__iREsUa__grid{grid-template-columns:repeat(2,1fr);align-items:start;gap:30px;width:100%;max-width:1000px;display:grid}.StillGotQuestions-module__iREsUa__faqItem{cursor:pointer;background-color:#0000;border:1px solid #333;border-radius:8px;flex-direction:column;padding:25px;transition:background-color .2s,border-color .2s;display:flex;overflow:hidden}.StillGotQuestions-module__iREsUa__faqItem:hover{background-color:#ffffff05;border-color:#555}.StillGotQuestions-module__iREsUa__faqItem.StillGotQuestions-module__iREsUa__open{background-color:#1a1a1a;border-color:#444}.StillGotQuestions-module__iREsUa__questionRow{justify-content:space-between;align-items:center;width:100%;display:flex}.StillGotQuestions-module__iREsUa__question{text-transform:uppercase;color:#fff;margin:0;font-size:1rem;font-weight:700}.StillGotQuestions-module__iREsUa__answerWrapper{max-height:0;transition:max-height .3s,margin-top .3s;overflow:hidden}.StillGotQuestions-module__iREsUa__open .StillGotQuestions-module__iREsUa__answerWrapper{max-height:200px;margin-top:20px}.StillGotQuestions-module__iREsUa__answer{color:#ccc;margin:0;font-size:.95rem;line-height:1.6}@media (max-width:768px){.StillGotQuestions-module__iREsUa__grid{grid-template-columns:1fr}.StillGotQuestions-module__iREsUa__title{font-size:2rem}}
.SocialSection-module__fuqyDW__section{color:#000;background-color:#fff;padding:100px 0}.SocialSection-module__fuqyDW__container{flex-direction:column;align-items:center;gap:60px;display:flex}.SocialSection-module__fuqyDW__header{text-align:center}.SocialSection-module__fuqyDW__subheadline{text-transform:uppercase;letter-spacing:1px;color:#000;margin-bottom:10px;font-size:.9rem;font-weight:800}.SocialSection-module__fuqyDW__headline{text-transform:uppercase;color:#000;max-width:800px;font-size:3rem;font-weight:900;line-height:1.1}.SocialSection-module__fuqyDW__grid{grid-template-columns:repeat(2,1fr);gap:60px;width:100%;max-width:900px;display:grid}.SocialSection-module__fuqyDW__card{text-align:center;flex-direction:column;align-items:center;gap:20px;display:flex}.SocialSection-module__fuqyDW__iconWrapper{margin-bottom:10px}.SocialSection-module__fuqyDW__handle{text-transform:uppercase;color:#000;font-size:1.2rem;font-weight:900}.SocialSection-module__fuqyDW__description{color:#555;max-width:300px;font-size:.95rem;line-height:1.5}.SocialSection-module__fuqyDW__followBtn{color:#fff;text-transform:uppercase;background-color:#2563eb;border-radius:50px;margin-top:10px;padding:12px 40px;font-size:.9rem;font-weight:800;text-decoration:none;transition:background-color .2s,transform .2s}.SocialSection-module__fuqyDW__followBtn:hover{background-color:#1d4ed8;transform:translateY(-2px)}@media (max-width:768px){.SocialSection-module__fuqyDW__grid{grid-template-columns:1fr;gap:60px}.SocialSection-module__fuqyDW__headline{font-size:2rem}}
