@import"https://fonts.googleapis.com/css2?family=Berkshire+Swash&display=swap";:root{--background: #ffffff;--primary: #e00025;--secondary: #ffffff;--text: #ffffff;--muted: #a0a0a0;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5}*{margin:0;padding:0;box-sizing:border-box}body{background:var(--background);color:var(--text);min-height:100vh;display:flex;flex-direction:column}.app{display:flex;flex-direction:column;min-height:100vh;background:var(--background, #00152e);color:var(--text, #ffffff)}.main-content{flex:1;width:100%;margin:0 auto;box-sizing:border-box}.footer{background:#000;color:#fff;padding:3rem 2rem 1rem;font-size:.95rem}.footer-container{max-width:1280px;margin:0 auto;display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:2rem;margin-bottom:2rem}.footer-left{display:flex;flex-direction:column;align-items:flex-start}.footer-logo{width:120px;margin-bottom:1rem}.footer-center{line-height:1.6}.footer-heading{font-family:Berkshire Swash,cursive;font-size:1.25rem;margin-bottom:1rem;color:#e63946}.footer a{color:#c084fc;text-decoration:none}.footer a:hover{text-decoration:underline}.footer-right{display:flex;align-items:center}.footer-button{display:inline-block;background:#6a0dad;color:#fff;padding:.75rem 1.5rem;border-radius:999px;font-weight:600;transition:background .3s ease;text-decoration:none}.footer-button:hover{background:#500a85}.footer-bottom{border-top:1px solid rgba(255,255,255,.2);padding-top:1rem;font-family:Berkshire Swash,cursive;text-align:center;font-size:1.5rem;color:#aaa}.footer-bottom .accent{color:#e63946;font-weight:700}@media (max-width: 768px){.footer-container{flex-direction:column;align-items:center;text-align:center}.footer-left,.footer-right{align-items:center}}.nav{background:#000;border-bottom:1px solid #e5e7eb;padding:1rem 2rem;position:sticky;top:0;z-index:1000}.nav-container{max-width:1280px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.nav-logo{font-weight:600;font-size:1.25rem;color:#e63946}.nav-links{display:flex;gap:1.5rem}.nav-links li{list-style:none}.nav-links a{font-weight:500;color:#fff;transition:color .2s ease}.nav-links a:hover{color:#e63946}.nav-toggle{display:none;flex-direction:column;justify-content:space-between;width:24px;height:18px;background:none;border:none;cursor:pointer}.nav-toggle span{height:3px;width:100%;background:#fff;border-radius:2px;transition:all .3s ease}.nav-toggle.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.nav-toggle.active span:nth-child(2){opacity:0}.nav-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}@media (max-width: 768px){.nav-links{position:absolute;top:64px;left:0;right:0;background:#000;flex-direction:column;align-items:flex-start;gap:1rem;padding:1rem 2rem;display:none}.nav-links.open,.nav-toggle{display:flex}}.about-home{position:relative;width:100%;min-height:80vh;overflow:hidden;display:flex;align-items:center;justify-content:center}.about-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.about-video.mobile{display:none}@media (max-width: 768px){.about-video.desktop{display:none}.about-video.mobile{display:block}}.about-overlay{position:relative;z-index:1;width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:4rem 2rem}.about-container{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.about-title{font-family:Berkshire Swash,cursive;font-size:2.5rem;margin-bottom:1rem;color:#111}.about-title .accent{color:#e63946}.about-text{font-size:1.125rem;color:#333;margin-bottom:2rem}.about-button{display:inline-block;background:#6a0dad;color:#fff;padding:.75rem 1.5rem;border-radius:999px;font-weight:600;transition:background .3s ease}.about-button:hover{background:#500a85}.about-image img{max-width:280px;margin:0 auto;display:block}@media (max-width: 768px){.about-container{grid-template-columns:1fr;text-align:center}.about-image{margin-top:2rem}.about-title{font-size:2rem}}.collections{padding:4rem 2rem;background:#fff}.collections-container{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.collections-image img{width:100%;height:auto;border-radius:.5rem;object-fit:contain}.collections-title{font-family:Berkshire Swash,cursive;font-size:2.5rem;font-weight:400;line-height:1.3;margin-bottom:1rem;color:#111}.collections-title .accent{color:#e63946}.collections-text{font-size:1.125rem;color:#333;margin-bottom:2rem}.collections-button{display:inline-block;background:#6a0dad;color:#fff;padding:.75rem 1.5rem;border-radius:999px;font-weight:600;transition:background .3s ease}.collections-button:hover{background:#500a85}@media (max-width: 768px){.collections-container{grid-template-columns:1fr;text-align:center}.collections-content{order:2}.collections-image{order:1}.collections-title{font-size:2rem}}.faq{padding:4rem 2rem;background:#fff;max-width:900px;margin:0 auto}.faq-title{font-family:Berkshire Swash,cursive;font-size:2.5rem;text-align:center;margin-bottom:2.5rem;color:#111}.faq-title .accent{color:#e63946}.faq-list{display:flex;flex-direction:column;gap:1rem}.faq-item{border:2px solid #c084fc;border-radius:10px;padding:1rem 1.5rem;cursor:pointer;background:#fdf6f0;transition:background .3s ease,box-shadow .3s ease}.faq-item:hover{background:#fce7f3;box-shadow:0 4px 12px #0000001a}.faq-question{font-weight:600;font-size:1.125rem;color:#111}.faq-answer{font-size:1rem;color:#333;margin-top:.5rem;display:none}.faq-item.open .faq-answer{display:block}@media (max-width: 768px){.faq-title{font-size:2rem}.faq-question{font-size:1rem}}.hero{position:relative;width:100%;height:100vh;overflow:hidden}.hero-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.hero-video.mobile{display:none}@media (max-width: 768px){.hero-video.desktop{display:none}.hero-video.mobile{display:block}}.hero-overlay{position:relative;z-index:1;background:transparent;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding-left:8rem;padding-right:2rem;max-width:700px;color:#111}.hero-subtitle{font-size:2.25rem;font-family:Berkshire Swash,cursive;margin-bottom:.5rem;color:#555}.hero-title{font-size:3rem;font-family:Berkshire Swash,cursive;font-weight:700;line-height:1.2;margin-bottom:1rem}.hero-title .highlight{color:#111}.hero-title .accent{color:#e63946}.hero-text{font-size:1.5rem;margin-bottom:2rem;color:#333}.hero-button{background:#6a0dad;color:#fff;padding:.75rem 1.5rem;border-radius:999px;font-weight:600;transition:background .3s ease}.hero-button:hover{background:#500a85}.hero:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:150px;background:linear-gradient(to bottom,#fff0,#fff);z-index:2;pointer-events:none}@media (max-width: 768px){.hero-overlay{align-items:flex-start;text-align:left;padding-left:2rem;padding-right:1.5rem;margin-top:-270px;max-width:100%}.hero-subtitle{font-size:1.5rem}.hero-title{font-size:2.5rem}.hero-text{font-size:1.5rem;margin-bottom:1.5rem}.hero-button{font-size:1.1rem;padding:.6rem 1.2rem}.hero:after{height:100px}}.products{padding:4rem 2rem;background:#fff;text-align:center}.products-header{margin-bottom:3rem}.products-title{font-family:Berkshire Swash,cursive;font-size:2.5rem;color:#000;margin-bottom:.5rem}.products-title .accent{color:#e63946}.products-subtitle{font-size:1.125rem;color:#555}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1280px;margin:0 auto}.product-card{border:2px solid #e63946;border-radius:12px;padding:2rem 1.5rem;background:#fff;transition:transform .2s ease,box-shadow .2s ease}.product-card:hover{transform:translateY(-5px);box-shadow:0 6px 18px #0000001a}.product-name{font-size:1.5rem;font-weight:600;color:#000;margin-bottom:1rem;font-family:Berkshire Swash,cursive}.product-image{max-width:160px;margin:0 auto 1rem}.product-slogan{font-weight:600;margin-bottom:.5rem}.product-description{font-size:.9rem;color:#555;margin-bottom:1rem}.product-price{font-size:1.25rem;font-weight:700;color:#e63946;margin-bottom:1rem}.product-button{display:inline-block;background:#6a0dad;color:#fff;padding:.6rem 1.2rem;border-radius:999px;font-weight:600;transition:background .3s ease}.product-button:hover{background:#500a85}.reviews{padding:4rem 2rem;text-align:center;background:linear-gradient(90deg,#fff5f7,#fdf6f0)}.reviews-title{font-family:Berkshire Swash,cursive;font-size:2.5rem;margin-bottom:3rem;color:#111}.reviews-title .accent{color:#e63946}.reviews-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;justify-items:center}.review-card{background:#000;border:2px solid #c084fc;border-radius:1rem;padding:2rem 1rem;max-width:300px;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.review-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0000001a}.review-card.featured{background:#6a0dad;color:#fff;transform:scale(1.05);box-shadow:0 12px 25px #0003}.review-image{width:80px;height:80px;border-radius:50%;margin-bottom:1rem;object-fit:cover;border:3px solid #c084fc}.review-name{font-weight:600;font-size:1.25rem;margin-bottom:.5rem}.review-text{font-size:1rem;color:inherit}@media (max-width: 768px){.reviews-title{font-size:2rem}.review-card.featured{transform:scale(1)}}
