@import "https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap";:root{--primary-red:#c33;--primary-blue:#005397;--bg-white:#fff;--bg-charcoal:#1a1a1a;--text-dark:#1a1a1a;--text-light:#fff;--font-main:"Red Hat Display", sans-serif;--retro-filter:sepia(.2) contrast(1.1) brightness(.9)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-main);background-color:var(--bg-white);color:var(--text-dark);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-main);font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none;transition:color .3s}button{font-family:var(--font-main);cursor:pointer;border:none;border-radius:12px;outline:none}img.retro-filter{filter:var(--retro-filter)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.btn{text-transform:uppercase;letter-spacing:1px;border-radius:12px;padding:.8rem 2rem;font-weight:600;transition:all .3s;display:inline-block}.btn-red{background-color:var(--primary-red);color:var(--text-light)}.btn-red:hover{background-color:#a62929;transform:translateY(-2px)}.btn-blue{background-color:var(--primary-blue);color:var(--text-light)}.btn-blue:hover{background-color:#004075;transform:translateY(-2px)}.section{padding:6rem 0}@media (width<=768px){.section{padding:4rem 0}}.navbar{z-index:1000;width:100%;color:var(--text-light);background-color:#0000;padding:1.5rem 0;transition:all .3s;position:fixed;top:0}.navbar.scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--text-dark);background-color:#fffffff2;padding:1rem 0;box-shadow:0 4px 20px #0000000d}.nav-container{justify-content:space-between;align-items:center;display:flex}.nav-brand .logo{letter-spacing:-.5px;font-size:1.5rem;font-weight:800}.logo span{color:var(--primary-red);font-weight:700}.nav-links{gap:2rem;display:flex}.nav-links a{text-transform:uppercase;letter-spacing:.5px;font-size:.95rem;font-weight:500;position:relative}.nav-links a:after{content:"";background-color:var(--primary-red);width:0%;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.nav-links a:hover:after{width:100%}.nav-actions .cart-btn{color:inherit;background:0 0;align-items:center;transition:transform .2s;display:flex}.nav-actions .cart-btn:hover{color:var(--primary-red);transform:scale(1.1)}.mobile-menu-btn{color:inherit;cursor:pointer;background:0 0;border:none;padding:.5rem;display:none}@media (width<=768px){.nav-links{text-align:center;background-color:#fffffffa;flex-direction:column;width:100%;padding:1rem 0;display:none;position:absolute;top:100%;left:0;box-shadow:0 4px 20px #0000000d}.nav-links.open{display:flex}.nav-links a{color:var(--text-dark);padding:1rem;display:block}.mobile-menu-btn{display:flex}}.footer{background-color:var(--bg-charcoal);color:var(--text-light);padding:5rem 0 2rem}.footer-container{grid-template-columns:1.5fr 1fr 1.5fr;gap:3rem;margin-bottom:4rem;display:grid}.footer-brand .logo{letter-spacing:-.5px;margin-bottom:1rem;font-size:2rem;font-weight:800}.footer-brand .logo span{color:var(--primary-red)}.tagline{color:#aaa;font-size:1.1rem}.footer-links-group{gap:3rem;display:flex}.footer-links h3{text-transform:uppercase;letter-spacing:1px;color:#eee;margin-bottom:1.5rem;font-size:1.1rem}.footer-links a{color:#999;margin-bottom:.8rem;font-size:.95rem;display:block}.footer-links a:hover{color:var(--primary-red)}.footer-newsletter h3{text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem;font-size:1.1rem}.footer-newsletter p{color:#999;margin-bottom:1.5rem;font-size:.95rem}.newsletter-form{gap:.5rem;display:flex}.newsletter-form input{border:none;border-radius:4px;flex:1;padding:.8rem 1rem;font-family:inherit;font-size:.95rem}.newsletter-form input:focus{outline:2px solid var(--primary-blue)}.footer-bottom{text-align:center;color:#777;border-top:1px solid #ffffff1a;padding-top:2rem;font-size:.9rem}@media (width<=900px){.footer-container{grid-template-columns:1fr;gap:2.5rem}.footer-links-group{justify-content:flex-start}}.hero{text-align:center;justify-content:center;align-items:center;height:80vh;min-height:600px;display:flex;position:relative;overflow:hidden}.hero-background{z-index:-2;background-image:url(/hero.png);background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;position:absolute;top:0;left:0}.hero:before{content:"";z-index:-1;background:linear-gradient(#0000004d 0%,#1a1a1a80 100%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-content{color:var(--text-light);max-width:800px;padding:0 2rem;animation:1.2s ease-out forwards fadeIn}.hero h1{text-shadow:2px 4px 10px #0000004d;margin-bottom:1.5rem;font-size:4.5rem;font-weight:800;line-height:1.1}.hero-subtitle{opacity:.9;margin-bottom:2.5rem;font-size:1.25rem;font-weight:400}.hero-btn{padding:1rem 2.5rem;font-size:1.1rem;box-shadow:0 4px 15px #c336}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){.hero h1{font-size:3rem}.hero-subtitle{font-size:1.1rem}}.product-section{background-color:var(--bg-white)}.section-header{border-bottom:1px solid #eee;justify-content:space-between;align-items:flex-end;margin-bottom:3rem;padding-bottom:1rem;display:flex}.section-title{color:var(--bg-charcoal);font-size:2.5rem;position:relative}.section-title:after{content:"";background-color:var(--primary-blue);width:60px;height:3px;position:absolute;bottom:-1rem;left:0}.product-grid-layout{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:4rem 2.5rem;width:100%;display:grid}.grid-item{background:#fff;border-radius:8px;flex-direction:column;align-items:center;width:100%;height:100%;transition:transform .3s;display:flex}.grid-item:hover{transform:translateY(-5px)}.grid-embed{justify-content:center;width:100%;display:flex}.grid-embed iframe{width:100%!important;margin:0 auto!important}.click-overlay{z-index:10;cursor:pointer;position:absolute;inset:0}.product-grid-layout.is-carousel{scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;flex-wrap:nowrap;padding-bottom:1rem;display:flex;overflow-x:auto}.product-grid-layout.is-carousel::-webkit-scrollbar{display:none}.product-grid-layout.is-carousel .grid-item{scroll-snap-align:start;flex:0 0 calc(25% - 2rem);min-width:250px}.carousel-nav{gap:10px;display:flex}.carousel-btn{cursor:pointer;width:40px;height:40px;color:var(--bg-charcoal);background-color:#0000;border:1px solid #ddd;border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;transition:all .2s;display:flex}.carousel-btn:hover{background-color:var(--primary-red);color:#fff;border-color:var(--primary-red)}.view-all-container{text-align:center;margin-top:4rem;padding-bottom:2rem}.image-break{background-position:50%;background-repeat:no-repeat;background-size:cover;border-top:1px solid #1a1a1a;border-bottom:1px solid #1a1a1a;width:100%;display:block}.lookbook-section{color:#fff;text-align:center;background-color:#005397;padding:6rem 0;overflow:hidden}.lookbook-title{letter-spacing:8px;text-transform:uppercase;margin-bottom:4rem;font-size:2.5rem;font-weight:800}.lookbook-carousel{justify-content:center;align-items:center;gap:2rem;max-width:1400px;margin:0 auto;padding:0 1rem;display:flex;position:relative}.lookbook-panel{cursor:pointer;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:12px;transition:all .4s cubic-bezier(.25,.46,.45,.94)}.center-panel.active{z-index:10;filter:none;cursor:default;border:1px solid #fffc;width:450px;height:600px;box-shadow:0 20px 40px #0006}.side-panel{z-index:5;filter:grayscale(80%)sepia(20%)hue-rotate(180deg)brightness(85%)contrast(110%);opacity:.8;width:350px;height:500px}.side-panel:hover{filter:grayscale(60%)sepia(20%)hue-rotate(180deg)brightness(95%)contrast(115%);opacity:.95}.lookbook-nav{justify-content:center;gap:1.5rem;margin-top:3.5rem;display:flex}.lookbook-btn{color:#fff;cursor:pointer;background:0 0;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:1.6rem;transition:all .3s;display:flex}.lookbook-btn:hover{color:#005397;background:#fff;transform:scale(1.05)}@media (width<=1024px){.center-panel.active{width:350px;height:500px}.side-panel{width:250px;height:400px}}@media (width<=768px){.lookbook-title{font-size:1.8rem}.lookbook-carousel{gap:1rem}.center-panel.active{width:80%;height:450px}.side-panel{opacity:.4;width:10%;height:350px}}.about-section{background-color:#fcfcfc;border-top:1px solid #eee;border-bottom:1px solid #eee}.about-container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.bold-red{color:var(--primary-red);font-weight:700}.about-title{color:var(--primary-blue);margin-bottom:2rem;font-size:2.8rem;line-height:1.2}.about-description{color:#444;margin-bottom:2.5rem;font-size:1.1rem}.schwa-explanation{background-color:var(--bg-white);border-left:4px solid var(--primary-red);border-radius:8px;padding:2rem;transition:transform .3s,box-shadow .3s;box-shadow:0 10px 30px #0000000d}.schwa-explanation:hover{transform:translateY(-5px);box-shadow:0 10px 30px #c333}.schwa-explanation h3{align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:1.3rem;display:flex}.schwa-explanation h3 span{color:var(--primary-red);font-size:1.6rem}.schwa-explanation p{color:#555;font-size:1rem}.about-visuals{background-color:var(--bg-charcoal);background-image:url(/about-photo.jpg);background-position:50%;background-size:cover;border-radius:12px;justify-content:center;align-items:center;height:100%;min-height:400px;display:flex;position:relative;overflow:hidden}.brand-badge{border:4px solid var(--primary-red);width:150px;height:150px;color:var(--text-light);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;display:flex;transform:rotate(-15deg)}.badge-text{text-transform:uppercase;letter-spacing:2px;font-size:1.5rem;font-weight:800}.badge-year{opacity:.8;letter-spacing:1px;font-size:.8rem}@media (width<=900px){.about-container{grid-template-columns:1fr}.about-visuals{min-height:300px}}@media (width<=768px){.about-title{font-size:2.2rem}}.snapback-hero{text-align:center;justify-content:center;align-items:center;height:75vh;min-height:600px;display:flex;position:relative;overflow:hidden}.snapback-hero-background{z-index:-2;background-image:url(/snapback-hero.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;position:absolute;top:0;left:0}.snapback-hero:before{content:"";z-index:-1;background:linear-gradient(#0006 0%,#141414b3 100%);width:100%;height:100%;position:absolute;top:0;left:0}.snapback-hero-content{color:var(--text-light);flex-direction:column;align-items:center;max-width:900px;padding:2rem;animation:1.2s ease-out forwards fadeIn;display:flex}.snapback-hero h1{text-shadow:2px 4px 15px #00000080;text-transform:uppercase;letter-spacing:2px;margin-bottom:2rem;font-size:4.5rem;font-weight:900;line-height:1.1}.snapback-hero-features{text-align:left;flex-direction:column;gap:1.2rem;margin:0 0 3rem;padding:0;list-style:none;display:flex}.snapback-hero-features li{text-shadow:1px 2px 8px #00000080;align-items:center;font-size:1.4rem;font-weight:500;display:flex}.snapback-hero-features li span.feature-icon{color:var(--primary-red);text-shadow:none;margin-right:15px;font-size:1.6rem;font-weight:700}.snapback-hero-buttons{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.snapback-hero .hero-btn{padding:1.2rem 3rem;font-size:1.1rem;font-weight:700;transition:all .3s;box-shadow:0 4px 15px #c336}.snapback-hero .hero-btn:hover{transform:translateY(-3px);box-shadow:0 6px 20px #c339}@media (width<=768px){.snapback-hero h1{font-size:3rem}.snapback-hero-features li{font-size:1.1rem}.snapback-hero-buttons{gap:1rem}.snapback-hero .hero-btn{width:100%;margin-left:0!important}}.page-container{min-height:80vh;padding-top:5rem}.category-header{background-color:var(--bg-charcoal);color:var(--text-light);text-align:center;margin-bottom:2rem;padding:4rem 0}.category-header h1{margin-bottom:1rem;font-size:3rem}.category-header p{opacity:.9;font-size:1.1rem}.ziphoodie-hero{text-align:center;justify-content:center;align-items:center;height:75vh;min-height:600px;display:flex;position:relative;overflow:hidden}.ziphoodie-hero-background{z-index:-2;background-image:url(/zip-hoodie-hero.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;position:absolute;top:0;left:0}.ziphoodie-hero:before{content:"";z-index:-1;background:linear-gradient(#0006 0%,#141414b3 100%);width:100%;height:100%;position:absolute;top:0;left:0}.ziphoodie-hero-content{color:var(--text-light);flex-direction:column;align-items:center;max-width:900px;padding:2rem;animation:1.2s ease-out forwards fadeIn;display:flex}.ziphoodie-hero h1{text-shadow:2px 4px 15px #00000080;text-transform:uppercase;letter-spacing:2px;margin-bottom:2rem;font-size:4.5rem;font-weight:900;line-height:1.1}.ziphoodie-hero-features{text-align:left;flex-direction:column;gap:1.2rem;margin:0 0 3rem;padding:0;list-style:none;display:flex}.ziphoodie-hero-features li{text-shadow:1px 2px 8px #00000080;align-items:center;font-size:1.4rem;font-weight:500;display:flex}.ziphoodie-hero-features li span.feature-icon{color:var(--primary-red);text-shadow:none;margin-right:15px;font-size:1.6rem;font-weight:700}.ziphoodie-hero-buttons{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.ziphoodie-hero .hero-btn{padding:1.2rem 3rem;font-size:1.1rem;font-weight:700;transition:all .3s;box-shadow:0 4px 15px #c336}.ziphoodie-hero .hero-btn:hover{transform:translateY(-3px);box-shadow:0 6px 20px #c339}@media (width<=768px){.ziphoodie-hero h1{font-size:3rem}.ziphoodie-hero-features li{font-size:1.1rem}.ziphoodie-hero-buttons{gap:1rem}.ziphoodie-hero .hero-btn{width:100%;margin-left:0!important}}.pullover-hero{text-align:center;justify-content:center;align-items:center;height:75vh;min-height:600px;display:flex;position:relative;overflow:hidden}.pullover-hero-background{z-index:-2;background-image:url(https://lh3.googleusercontent.com/pw/AP1GczP6lcWRqpegci-M8_x2z_bUh7qWcxuBRPIPYWqW6QWCQNg-3a4Ia_-LZUF19a8kxTqamFaZfO_hQZccOxziMuBY2oqCXWLIZIeKl0Ia3Ccjv5wWIeNt=w1920-h1080);background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;position:absolute;top:0;left:0}.pullover-hero:before{content:"";z-index:-1;background:linear-gradient(#0006 0%,#141414b3 100%);width:100%;height:100%;position:absolute;top:0;left:0}.pullover-hero-content{color:var(--text-light);flex-direction:column;align-items:center;max-width:900px;padding:2rem;animation:1.2s ease-out forwards fadeIn;display:flex}.pullover-hero h1{text-shadow:2px 4px 15px #00000080;text-transform:uppercase;letter-spacing:2px;margin-bottom:2rem;font-size:4.5rem;font-weight:900;line-height:1.1}.pullover-hero-features{text-align:left;flex-direction:column;gap:1.2rem;margin:0 0 3rem;padding:0;list-style:none;display:flex}.pullover-hero-features li{text-shadow:1px 2px 8px #00000080;align-items:center;font-size:1.4rem;font-weight:500;display:flex}.pullover-hero-features li span.feature-icon{color:var(--primary-red);text-shadow:none;margin-right:15px;font-size:1.6rem;font-weight:700}.pullover-hero-buttons{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.pullover-hero .hero-btn{padding:1.2rem 3rem;font-size:1.1rem;font-weight:700;transition:all .3s;box-shadow:0 4px 15px #c336}.pullover-hero .hero-btn:hover{transform:translateY(-3px);box-shadow:0 6px 20px #c339}@media (width<=768px){.pullover-hero h1{font-size:3rem}.pullover-hero-features li{font-size:1.1rem}.pullover-hero-buttons{gap:1rem}.pullover-hero .hero-btn{width:100%;margin-left:0!important}}.pullover-hoodies-page{background-color:var(--bg-light);min-height:100vh}.beanie-hero{text-align:center;justify-content:center;align-items:center;height:75vh;min-height:600px;display:flex;position:relative;overflow:hidden}.beanie-hero-background{z-index:-2;background-image:url(/beanie-hero.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;position:absolute;top:0;left:0}.beanie-hero:before{content:"";z-index:-1;background:linear-gradient(#0006 0%,#141414b3 100%);width:100%;height:100%;position:absolute;top:0;left:0}.beanie-hero-content{color:var(--text-light);flex-direction:column;align-items:center;max-width:900px;padding:2rem;animation:1.2s ease-out forwards fadeIn;display:flex}.beanie-hero h1{text-shadow:2px 4px 15px #00000080;text-transform:uppercase;letter-spacing:2px;margin-bottom:2rem;font-size:4.5rem;font-weight:900;line-height:1.1}.beanie-hero-features{text-align:left;flex-direction:column;gap:1.2rem;margin:0 0 3rem;padding:0;list-style:none;display:flex}.beanie-hero-features li{text-shadow:1px 2px 8px #00000080;align-items:center;font-size:1.4rem;font-weight:500;display:flex}.beanie-hero-features li span.feature-icon{color:var(--primary-red);text-shadow:none;margin-right:15px;font-size:1.6rem;font-weight:700}.beanie-hero-buttons{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.beanie-hero .hero-btn{padding:1.2rem 3rem;font-size:1.1rem;font-weight:700;transition:all .3s;box-shadow:0 4px 15px #c336}.beanie-hero .hero-btn:hover{transform:translateY(-3px);box-shadow:0 6px 20px #c339}@media (width<=768px){.beanie-hero h1{font-size:3rem}.beanie-hero-features li{font-size:1.1rem}.beanie-hero-buttons{gap:1rem}.beanie-hero .hero-btn{width:100%;margin-left:0!important}}.product-details-page{background-color:var(--bg-white);min-height:80vh}.product-details-page .category-header{background-color:var(--bg-charcoal);color:var(--text-light);text-align:left;margin-bottom:4rem;padding:8rem 0 2rem}.back-link{color:#ccc;font-size:1.1rem;transition:color .3s;display:inline-block}.back-link:hover{color:var(--primary-red)}.detail-wrapper{margin-bottom:6rem;animation:.5s ease-out forwards fadeIn}.contact-page{padding-bottom:4rem}.contact-hero{background-color:var(--bg-charcoal);color:var(--text-light);text-align:center;padding:6rem 0 4rem}.contact-hero h1{color:var(--bg-white);margin-bottom:1rem;font-size:3rem}.contact-hero p{color:#ccc;font-size:1.2rem}.contact-container{z-index:10;max-width:600px;margin:-3rem auto 0;position:relative}.contact-form-wrapper{background:var(--bg-white);border-radius:12px;padding:3rem;box-shadow:0 15px 40px #0000001a}.contact-form{flex-direction:column;gap:1.5rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:var(--primary-blue);font-size:.95rem;font-weight:600}.form-group input,.form-group textarea{border:1px solid #ddd;border-radius:6px;padding:.8rem 1rem;font-family:inherit;font-size:1rem;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus{border-color:var(--primary-blue);outline:none}.submit-btn{width:100%;margin-top:1rem;padding:1rem;font-size:1.1rem;font-weight:600}@media (width<=768px){.contact-form-wrapper{padding:2rem}}
