.brand-hero{position:relative;min-height:70vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#000}.brand-hero-bg{position:absolute;inset:0;z-index:1}.brand-hero-bg img,.brand-hero-bg video{width:100%;height:100%;object-fit:cover;opacity:.35}.brand-hero-overlay{position:absolute;inset:0;z-index:2;background:linear-gradient(180deg,rgba(0,0,0,.6),rgba(0,0,0,.9))}.brand-hero-content{position:relative;z-index:3;text-align:center;padding:2rem}.brand-hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.25rem;border:1px solid rgba(190,5,21,.5);border-radius:50px;font-size:.75rem;text-transform:uppercase;letter-spacing:3px;color:hsla(0,0%,100%,.8);margin-bottom:1.5rem}.brand-hero-title{font-size:clamp(2.5rem,6vw,5rem);font-weight:800;line-height:1.1;color:#fff;margin-bottom:1.25rem;text-transform:uppercase;letter-spacing:2px}.brand-hero-title span{color:#be0515}.brand-hero-description{font-size:clamp(1rem,2vw,1.2rem);color:hsla(0,0%,100%,.7);line-height:1.7;margin:0 auto 2rem}.brand-hero-stats{display:flex;justify-content:center;gap:3rem;margin-top:2rem}.brand-stat{text-align:center}.brand-stat-value{display:block;font-size:2rem;font-weight:700;color:#be0515}.brand-stat-label{font-size:.75rem;text-transform:uppercase;letter-spacing:2px;color:hsla(0,0%,100%,.5);margin-top:.25rem}.brand-story-section{padding:2rem 1.5rem;background:#0a0a0a}.brand-story-container{margin:0 auto}.brand-story-header{text-align:center;margin-bottom:3rem}.brand-story-subtitle{font-size:.75rem;text-transform:uppercase;letter-spacing:4px;color:#be0515;margin-bottom:.75rem}.brand-story-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:#fff;margin-bottom:1rem}.brand-story-content{display:grid;grid-template-columns:1fr;gap:2.5rem}@media (min-width:768px){.brand-story-content{grid-template-columns:1fr 1fr}}.brand-story-text{color:hsla(0,0%,100%,.7);font-size:1rem;line-height:1.8}.brand-story-text p{margin-bottom:1.25rem}.brand-story-features{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.brand-feature-card{background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.06);border-radius:12px;padding:1.5rem;text-align:center;transition:border-color .3s}.brand-feature-card:hover{border-color:rgba(190,5,21,.3)}.brand-feature-icon{width:48px;height:48px;border-radius:50%;background:rgba(190,5,21,.1);display:flex;align-items:center;justify-content:center;margin:0 auto .75rem;color:#be0515}.brand-feature-title{font-size:.9rem;font-weight:600;color:#fff;margin-bottom:.35rem}.brand-feature-desc{font-size:.8rem;color:hsla(0,0%,100%,.5);line-height:1.5}.brand-why-section{padding:4rem 1.5rem;background:#050505}.brand-why-container{margin:0 auto}.brand-why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.brand-why-card{background:hsla(0,0%,100%,.02);border:1px solid hsla(0,0%,100%,.05);border-radius:16px;padding:2rem;text-align:center;transition:all .3s ease}.brand-why-card:hover{border-color:rgba(190,5,21,.3);transform:translateY(-4px)}.brand-why-icon{width:56px;height:56px;border-radius:50%;background:rgba(190,5,21,.1);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:#be0515}.brand-why-title{font-size:1.1rem;font-weight:600;color:#fff;margin-bottom:.5rem}.brand-why-desc{font-size:.875rem;color:hsla(0,0%,100%,.5);line-height:1.6}.brand-products-section{padding:4rem 1.5rem;background:#0a0a0a}.brand-products-container{margin:0 auto}.brand-products-header{text-align:center;margin-bottom:3rem}.brand-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}@media (max-width:640px){.brand-products-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}}.brand-view-all{display:inline-flex;align-items:center;gap:.5rem;margin-top:3rem;padding:.875rem 2rem;background:#be0515;color:#fff;border:none;border-radius:50px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none}.brand-view-all:hover{background:#d41828;transform:translateY(-2px)}.brand-faq-section{padding:4rem 1.5rem;background:#050505}.brand-faq-container{margin:0 auto}.brand-faq-item{border-bottom:1px solid hsla(0,0%,100%,.08);padding:1.25rem 0}.brand-faq-question{display:flex;align-items:center;justify-content:space-between;width:100%;background:none;border:none;color:#fff;font-size:1rem;font-weight:500;text-align:left;cursor:pointer;padding:0;gap:1rem}.brand-faq-question:hover{color:#be0515}.brand-faq-answer{color:hsla(0,0%,100%,.6);font-size:.9rem;line-height:1.7;padding-top:.75rem;overflow:hidden}.brand-cta-section{padding:2rem 1.5rem;background:linear-gradient(135deg,#0a0a0a,#1a0305);text-align:center}.brand-cta-title{font-size:clamp(1.5rem,4vw,2.5rem);font-weight:700;color:#fff;margin-bottom:1rem}.brand-cta-desc{color:hsla(0,0%,100%,.6);font-size:1rem;margin-bottom:2rem;margin-left:auto;margin-right:auto}.brand-cta-btn{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2.5rem;background:#be0515;color:#fff;border:none;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;text-decoration:none;transition:all .3s ease}.brand-cta-btn:hover{background:#d41828;transform:translateY(-2px)}@media(max-width:768px){.brand-hero-stats{gap:1rem!important}.brand-story-section{padding:.5rem!important}.brand-story-header{margin-bottom:1rem!important}.brand-story-content{gap:1rem!important}.brand-feature-card{border-radius:6px!important;padding:.5rem!important}.brand-cta-section,.brand-faq-section,.brand-products-section,.brand-why-section{padding:1rem .5rem!important}.brand-products-header{margin-bottom:1rem!important}.brand-view-all__style{margin-top:0!important}.brand-view-all{margin-top:1rem!important;padding:12px 20px!important}.brand-cta-btn{padding:.75rem 1.5rem!important}.brand-why-card{padding:.5rem!important}.brand-why-grid{gap:1rem!important;margin-top:1rem!important}.brand-faq-container{padding:0 10px}}