body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}.App{overflow-x:hidden;width:100%}html{scroll-behavior:smooth}.header{background:#000000f2;box-shadow:0 2px 20px #0000004d;left:0;padding:1rem 2rem;position:fixed;right:0;top:0;transform:translateY(0);transition:all .3s ease;z-index:1000}.header.hidden{transform:translateY(-100%)}.header.scrolled{background:#0000;box-shadow:none;padding:1.5rem 2rem}.header-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1400px}.logo{color:#fff;font-size:1.8rem;font-weight:700;letter-spacing:2px;margin:0;text-transform:uppercase}.nav{display:flex;gap:2rem}.nav button{background:none;border:none;color:#fff;cursor:pointer;font-size:1rem;letter-spacing:1px;padding:.5rem 1rem;position:relative;text-transform:uppercase;transition:all .3s ease}.nav button:after{background:#fff;bottom:0;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);transition:all .3s ease;width:0}.nav button:hover:after{width:100%}.nav button:hover{color:#ddd}@media (max-width:768px){.header-content{flex-direction:column;gap:1rem}.nav{gap:1rem}.nav button{font-size:.9rem;padding:.4rem .8rem}}.modal-overlay{align-items:center;animation:fadeIn .3s ease;background:#000000bf;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{animation:slideUp .3s ease;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-height:80vh;max-width:600px;overflow-y:auto;padding:2.5rem;position:relative;width:90%}.modal-close{align-items:center;background:none;border:none;border-radius:50%;color:#999;cursor:pointer;display:flex;font-size:2.5rem;height:40px;justify-content:center;line-height:1;position:absolute;right:1rem;top:1rem;transition:all .3s ease;width:40px}.modal-close:hover{background:#f0f0f0;color:#333;transform:rotate(90deg)}.modal-profile-photo{display:flex;justify-content:center;margin-bottom:1.5rem}.modal-profile-photo img{border:4px solid #ea6f66;border-radius:50%;box-shadow:0 4px 15px #0003;height:120px;object-fit:cover;width:120px}.modal-content h2{color:#333;font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;text-align:center}.modal-intro{color:#667eea;font-size:1.2rem;font-weight:600;margin-bottom:1rem}.modal-content p{color:#555;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.modal-stats{grid-gap:1rem;border-bottom:2px solid #f0f0f0;border-top:2px solid #f0f0f0;display:grid;gap:1rem;grid-template-columns:repeat(3,1fr);margin:2rem 0;padding:1.5rem 0}.modal-stat{align-items:center;display:flex;flex-direction:column;text-align:center}.modal-stat strong{color:#667eea;display:block;font-size:2rem;font-weight:700;margin-bottom:.3rem}.modal-stat span{color:#666;font-size:.9rem}.modal-learn-more{background:linear-gradient(135deg,#ea6a66,#db3f0f);border:none;border-radius:50px;box-shadow:0 4px 15px #667eea4d;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;letter-spacing:1px;margin-top:1rem;padding:1rem 2rem;text-transform:uppercase;transition:all .3s ease;width:100%}.modal-learn-more:hover{box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}@keyframes slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.modal-content{padding:2rem 1.5rem;width:95%}.modal-content h2{font-size:2rem}.modal-stats{gap:1rem;grid-template-columns:1fr}.modal-stat strong{font-size:1.5rem}}.hero{align-items:center;display:flex;height:100vh;justify-content:center;overflow:hidden;position:relative}.hero-background{display:flex;height:100%;left:0;position:absolute;top:0;width:100%}.hero-image{background-position:50%;background-repeat:no-repeat;background-size:cover;flex:1 1}.hero-overlay{background:#0006;bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}.hero-content{animation:fadeInUp 1s ease;color:#fff;padding:2rem;position:relative;text-align:center;z-index:2}.hero-title{font-size:4.5rem;font-weight:700;letter-spacing:3px;margin-bottom:1rem;text-shadow:2px 2px 10px #00000080}.hero-subtitle{font-size:1.8rem;font-weight:300;letter-spacing:2px;margin-bottom:2.5rem;text-shadow:1px 1px 5px #00000080}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.hero-button{border:none;border-radius:50px;box-shadow:0 4px 15px #0003;cursor:pointer;font-size:1.1rem;font-weight:600;letter-spacing:1px;padding:1rem 3rem;text-transform:uppercase;transition:all .3s ease}.hero-button.primary{background:#fff;color:#333}.hero-button.primary:hover{background:#f0f0f0;box-shadow:0 6px 20px #0000004d;transform:translateY(-3px)}.hero-button.secondary{background:#0000;border:2px solid #fff;color:#fff}.hero-button.secondary:hover{background:#ffffff1a;box-shadow:0 6px 20px #fff3;transform:translateY(-3px)}@media (max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.hero-button{font-size:1rem;padding:.8rem 2rem}}.collections{background:#000;min-height:100vh;padding:120px 2rem 60px}.collections-container{margin:0 auto;max-width:1400px}.collections-title{color:#fff;font-size:3rem;font-weight:700;margin-bottom:1rem;text-align:center}.collections-description{color:#aaa;font-size:1.2rem;margin-bottom:4rem;text-align:center}.categories-list{display:flex;flex-direction:column;gap:3rem;margin:0 auto;max-width:100%}.category-card{background:#000;border:none;border-radius:0;cursor:pointer;display:flex;min-height:60vh;overflow:hidden;padding:0;transition:all .3s ease}.category-card:hover{box-shadow:0 10px 40px #ffffff1a;transform:scale(1.01)}.category-image{flex:0 0 50%;overflow:hidden;position:relative}.category-image img{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.category-card:hover .category-image img{transform:scale(1.05)}.category-info{background:#0a0a0a;border-left:2px solid #333;display:flex;flex:0 0 50%;flex-direction:column;justify-content:center;padding:3rem 2rem}.category-title{color:#fff;font-size:1.8rem;font-weight:700;margin-bottom:1rem;text-align:left}.category-description{color:#aaa;font-size:.95rem;margin:0 0 1.5rem;text-align:left}.category-count{color:#667eea;font-size:.9rem;font-weight:600;margin-bottom:2rem;text-align:left}.view-category-btn{background:linear-gradient(135deg,#fb0000,#a24b4b);border:none;border-radius:25px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;letter-spacing:1px;padding:.8rem 1.5rem;text-transform:uppercase;transition:all .3s ease;width:100%}.view-category-btn:hover{box-shadow:0 5px 20px #fb000066;transform:translateY(-2px)}@media (max-width:968px){.category-card{flex-direction:column;min-height:auto}.category-image{flex:0 0 auto;height:50vh}.category-info{border-left:none;border-top:2px solid #333;flex:0 0 auto;padding:2rem 1.5rem}}@media (max-width:568px){.collections{padding:80px 1rem 40px}.collections-title{font-size:2rem}.categories-list{gap:2rem}.category-image{height:40vh}.category-title{font-size:1.5rem}.category-info{padding:1.5rem}}.category-gallery{background:#000;min-height:100vh;padding:120px 2rem 60px}.category-gallery-container{margin:0 auto;max-width:1400px}.back-button{align-items:center;background:#1a1a1a;border:2px solid #ea6666;border-radius:25px;color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;margin-bottom:2rem;padding:.7rem 1.5rem;transition:all .3s ease}.back-button:hover{background:#667eea;color:#fff;transform:translateX(-5px)}.category-gallery-header{margin-bottom:3rem;text-align:center}.category-gallery-title{color:#fff;font-size:3.5rem;font-weight:700;margin-bottom:.5rem;text-transform:capitalize}.category-gallery-count{color:#aaa;font-size:1.2rem;font-weight:500}.category-gallery-grid{column-count:3;column-gap:2rem}.gallery-item{animation:fadeIn .6s ease forwards;background:#000;border-radius:0;box-shadow:0 4px 15px #0000001a;break-inside:avoid;cursor:pointer;display:inline-block;margin-bottom:2rem;opacity:0;overflow:hidden;page-break-inside:avoid;position:relative;transition:transform .3s ease,box-shadow .3s ease;width:100%}.gallery-item:hover{box-shadow:0 8px 25px #0003;transform:translateY(-5px)}.gallery-item img{display:block;height:auto;transition:transform .5s ease;width:100%}.gallery-item:hover img{transform:scale(1.1)}.gallery-item-overlay{align-items:flex-end;background:linear-gradient(0deg,#000c 0,#0000);bottom:0;display:flex;left:0;opacity:0;padding:1.5rem;position:absolute;right:0;top:0;transition:opacity .3s ease}.gallery-item:hover .gallery-item-overlay{opacity:1}.gallery-item-overlay h3{color:#fff;font-size:1.2rem;font-weight:600;margin:0}.lightbox{align-items:center;animation:fadeIn .3s ease;background:#000000f2;bottom:0;display:flex;justify-content:center;left:0;padding:2rem;position:fixed;right:0;top:0;z-index:2000}.lightbox-content{animation:scaleIn .3s ease;max-height:90vh;max-width:90vw;position:relative}.lightbox-content img{border-radius:0;box-shadow:0 10px 50px #00000080;max-height:80vh;max-width:100%;object-fit:cover}.lightbox-content h3{color:#fff;font-size:1.5rem;margin-top:1rem;text-align:center}.lightbox-close{align-items:center;background:none;border:none;color:#fff;cursor:pointer;display:flex;font-size:3rem;height:40px;justify-content:center;position:absolute;right:0;top:-40px;transition:transform .2s ease;width:40px}.lightbox-close:hover{transform:rotate(90deg)}@keyframes scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@media (max-width:768px){.category-gallery{padding:100px 1rem 40px}.category-gallery-title{font-size:2.5rem}.category-gallery-grid{gap:1rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}.about-page{background:linear-gradient(180deg,#f8f9fa 0,#fff);min-height:100vh}.about-hero{align-items:center;background-attachment:fixed;background-position:50%;background-size:cover;display:flex;height:70vh;justify-content:center;min-height:500px;position:relative}.about-hero-overlay{color:#fff;padding:2rem;position:relative;text-align:center;z-index:2}.about-hero:before{background:#00000080;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.profile-photo-container{animation:fadeIn 1s ease;margin:0 auto 2rem}.profile-photo{border:5px solid #fff;border-radius:100%;box-shadow:0 8px 30px #0000004d;height:200px;object-fit:cover;transition:transform .3s ease;width:200px}.profile-photo:hover{transform:scale(1.05)}.about-hero-title{animation:fadeInUp .8s ease .3s both;font-size:4rem;font-weight:700;margin-bottom:1rem;text-shadow:2px 2px 10px #00000080}.about-hero-subtitle{animation:fadeInUp .8s ease .5s both;font-size:1.5rem;font-weight:300;letter-spacing:2px;text-shadow:1px 1px 5px #00000080}.about-page-container{margin:0 auto;max-width:900px;padding:4rem 2rem}.about-section{animation:fadeInUp .6s ease;background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d;margin-bottom:2rem;padding:2.5rem}.about-section h2{color:#000;font-size:2rem;font-weight:600;margin-bottom:1.5rem}.about-section h3{color:#333;font-size:1.5rem;font-weight:600;margin-bottom:1rem;margin-top:2rem}.about-section p{color:#555;font-size:1.1rem;line-height:1.8;margin-bottom:1rem}.gear-section .gear-category{margin-bottom:2rem}.gear-section ul{list-style:none;padding:0}.gear-section li{background:#f8f9fa;border-left:4px solid #c62525;border-radius:4px;color:#555;font-size:1.1rem;margin-bottom:.5rem;padding:.8rem 1.2rem;transition:all .3s ease}.gear-section li:hover{background:#e9ecef;transform:translateX(5px)}.about-stats-section{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:3rem}.about-stat-card{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;box-shadow:0 4px 15px #667eea4d;color:#fff;padding:2rem;text-align:center;transition:transform .3s ease}.about-stat-card:hover{transform:translateY(-5px)}.about-stat-card h3{color:#fff;font-size:2.5rem;font-weight:700;margin:0 0 .5rem}.about-stat-card p{color:#fff;font-size:1rem;margin:0;opacity:.95}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:768px){.about-hero{background-attachment:scroll;height:60vh;min-height:400px}.profile-photo{height:150px;width:150px}.about-hero-title{font-size:2.5rem}.about-hero-subtitle{font-size:1.2rem}.about-page-container{padding:2rem 1rem}.about-section{padding:1.5rem}.about-section h2{font-size:1.5rem}.about-section p,.gear-section li{font-size:1rem}.about-stats-section{grid-template-columns:1fr}}.contact{background:#000;color:#fff;min-height:100vh;padding:120px 2rem 60px}.contact-container{margin:0 auto;max-width:900px}.contact-title{color:#fff;font-size:3rem;font-weight:700;margin-bottom:1rem;text-align:center}.contact-description{color:#aaa;font-size:1.2rem;margin-bottom:4rem;text-align:center}.instagram-links{display:flex;flex-direction:column;gap:2rem;margin:0 auto;max-width:600px}.instagram-card{align-items:center;background:#1a1a1a;border:2px solid #333;border-radius:15px;color:#fff;display:flex;gap:2rem;padding:2.5rem;text-decoration:none;transition:all .3s ease}.instagram-card:hover{border-color:#667eea;box-shadow:0 8px 25px #667eea4d;transform:translateY(-5px)}.instagram-icon{align-items:center;background:linear-gradient(135deg,#fb0000,#a24b4b);border-radius:15px;display:flex;flex-shrink:0;height:60px;justify-content:center;width:60px}.instagram-icon svg{color:#fff;height:35px;width:35px}.instagram-info{flex:1 1}.instagram-info h3{color:#fff;font-size:1.5rem;font-weight:700;margin:0 0 .5rem}.instagram-handle{color:#667eea;font-size:1.1rem;font-weight:500;margin:0}@media (max-width:968px){.contact-title{font-size:2.2rem}.instagram-links{max-width:100%}}@media (max-width:568px){.contact{padding:80px 1rem 40px}.contact-title{font-size:1.8rem}.contact-description{font-size:1rem}.instagram-card{gap:1.5rem;padding:1.5rem}.instagram-icon{height:50px;width:50px}.instagram-icon svg{height:28px;width:28px}.instagram-info h3{font-size:1.2rem}.instagram-handle{font-size:1rem}}.blog{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);min-height:100vh;padding:120px 20px 60px}.blog-container{margin:0 auto;max-width:1200px}.blog-title{color:#fff;font-size:3rem;font-weight:700;letter-spacing:2px;margin-bottom:1rem;text-align:center;text-transform:uppercase}.blog-description{color:#ccc;font-size:1.2rem;margin-bottom:4rem;text-align:center}.blog-posts-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));margin-bottom:3rem}.blog-post-card{background:#2d2d2d;border:1px solid #3d3d3d;border-radius:12px;cursor:pointer;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.blog-post-card:hover{box-shadow:0 12px 40px #00000080;transform:translateY(-8px)}.blog-post-image{background:#1a1a1a;height:240px;overflow:hidden;width:100%}.blog-post-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.blog-post-card:hover .blog-post-image img{transform:scale(1.05)}.blog-post-content{padding:1.5rem}.blog-post-meta{font-size:.85rem;justify-content:space-between;margin-bottom:1rem}.blog-post-category{border-radius:12px;font-size:.75rem;padding:.25rem .75rem}.blog-post-title{font-size:1.5rem;font-weight:600;line-height:1.3;margin-bottom:.75rem}.blog-post-excerpt{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#ccc;display:-webkit-box;line-height:1.6;margin-bottom:1rem;overflow:hidden}.blog-post-read-more{background:#0000;border:1px solid #fff;border-radius:25px;color:#fff;cursor:pointer;font-size:.9rem;padding:.5rem 1.5rem;transition:all .3s ease}.blog-post-read-more:hover{background:#fff;color:#1a1a1a}.blog-empty{color:#999;font-size:1.2rem;padding:4rem 2rem;text-align:center}@media (max-width:768px){.blog{padding:100px 15px 40px}.blog-title{font-size:2rem}.blog-description{font-size:1rem}.blog-posts-grid{gap:1.5rem;grid-template-columns:1fr}.blog-post-title{font-size:1.25rem}}.blog-post{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);min-height:100vh;padding:120px 20px 60px}.blog-post-back{background:#0000;border:1px solid #fff;border-radius:25px;color:#fff;cursor:pointer;display:inline-block;font-size:.95rem;margin-bottom:2rem;padding:.75rem 1.5rem;transition:all .3s ease}.blog-post-back:hover{background:#fff;color:#1a1a1a}.blog-post-header-image{border-radius:12px;margin:0 auto 3rem;max-height:500px;max-width:1000px;overflow:hidden;width:100%}.blog-post-header-image img{height:100%;object-fit:cover;width:100%}.blog-post-header{margin:0 auto 3rem;max-width:800px;text-align:center}.blog-post-meta{align-items:center;display:flex;font-size:.9rem;gap:1rem;justify-content:center;margin-bottom:1.5rem}.blog-post-date{color:#999}.blog-post-category{background:#444;border-radius:15px;color:#fff;font-size:.8rem;letter-spacing:.5px;padding:.35rem 1rem;text-transform:uppercase}.blog-post-title{color:#fff;font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:1rem}.blog-post-author{color:#ccc;font-size:1.1rem;font-style:italic}.blog-post-content{background:#2d2d2d;border:1px solid #3d3d3d;border-radius:12px;color:#e0e0e0;line-height:1.8;margin:0 auto;max-width:800px;padding:3rem}.blog-post-content h2{color:#fff;font-size:2rem;font-weight:600;margin:2.5rem 0 1rem}.blog-post-content h3{color:#fff;font-size:1.5rem;font-weight:500;margin:2rem 0 1rem}.blog-post-content p{font-size:1.1rem;margin-bottom:1.5rem}.blog-post-content img{border-radius:8px;margin:2rem 0;width:100%}.blog-post-content ol,.blog-post-content ul{margin:1.5rem 0;padding-left:2rem}.blog-post-content li{font-size:1.1rem;margin-bottom:.75rem}.blog-post-content blockquote{border-left:4px solid #fff;color:#ccc;font-size:1.2rem;font-style:italic;margin:2rem 0;padding-left:1.5rem}.blog-post-content a{color:#fff;text-decoration:underline;transition:opacity .2s}.blog-post-content a:hover{opacity:.7}.blog-post-content code{background:#1a1a1a;border-radius:4px;font-family:Courier New,monospace;font-size:.95rem;padding:.2rem .5rem}.blog-post-content pre{background:#1a1a1a;border-radius:8px;margin:2rem 0;overflow-x:auto;padding:1.5rem}.blog-post-content pre code{background:#0000;padding:0}.blog-post-not-found{align-items:center;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);color:#fff;display:flex;flex-direction:column;justify-content:center;min-height:100vh}.blog-post-not-found h2{font-size:2rem;margin-bottom:2rem}.blog-post-not-found button{background:#0000;border:1px solid #fff;border-radius:25px;color:#fff;cursor:pointer;font-size:.95rem;padding:.75rem 1.5rem;transition:all .3s ease}.blog-post-not-found button:hover{background:#fff;color:#1a1a1a}@media (max-width:768px){.blog-post{padding:100px 15px 40px}.blog-post-title{font-size:2rem}.blog-post-content{padding:2rem 1.5rem}.blog-post-content h2{font-size:1.5rem}.blog-post-content h3{font-size:1.25rem}.blog-post-content li,.blog-post-content p{font-size:1rem}}.footer{background:#1a1a1a;color:#fff;padding:3rem 2rem 1rem}.footer-container{margin:0 auto;max-width:1400px}.footer-content{grid-gap:3rem;border-bottom:1px solid #ffffff1a;display:grid;gap:3rem;grid-template-columns:2fr 1fr 1fr;margin-bottom:2rem;padding-bottom:2rem}.footer-section h3{font-size:1.8rem;font-weight:700;letter-spacing:2px;margin-bottom:1rem}.footer-section h4{color:#ddd;font-size:1.2rem;font-weight:600;margin-bottom:1rem}.footer-section p{color:#aaa;line-height:1.6}.footer-section ul{list-style:none;margin:0;padding:0}.footer-section ul li{margin-bottom:.7rem}.footer-section ul li a,.footer-section ul li button{background:none;border:none;color:#aaa;cursor:pointer;font-family:inherit;font-size:1rem;padding:0;text-align:left;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover,.footer-section ul li button:hover{color:#fff}.social-links{display:flex;flex-direction:column;gap:1rem}.social-links a{align-items:center;border-radius:8px;color:#aaa;display:flex;gap:.75rem;padding:.5rem;text-decoration:none;transition:all .3s ease}.social-links a:hover{background:#ffffff1a;color:#fff}.social-links svg{flex-shrink:0;height:24px;width:24px}.social-links span{font-size:.95rem}.footer-bottom{padding-top:2rem;text-align:center}.footer-bottom p{color:#888;font-size:.9rem}@media (max-width:968px){.footer-content{gap:2rem;grid-template-columns:1fr 1fr}.footer-section:first-child{grid-column:1/-1}}@media (max-width:568px){.footer{padding:2rem 1rem 1rem}.footer-content{gap:2rem;grid-template-columns:1fr}.footer-section:first-child{grid-column:auto}}
/*# sourceMappingURL=main.afc3289a.css.map*/