:root{font-family:Helvetica Neue,Helvetica,Arial,Impact,sans-serif;line-height:1.2;font-weight:700;--bg-color: #ffffff;--text-color: #000000;--accent-color: #ff3b30;--gray-light: #f3f3f3;--gray-mid: #e5e5e5;--gray-dark: #333333;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;display:block;min-width:320px;min-height:100vh;background-color:var(--bg-color);color:var(--text-color)}h1,h2,h3,h4,h5,h6{margin:0;text-transform:uppercase;letter-spacing:-.02em}a{color:inherit;text-decoration:none}button{border-radius:0;border:2px solid #000;padding:12px 24px;font-size:1rem;font-weight:800;text-transform:uppercase;font-family:inherit;background-color:transparent;color:#000;cursor:pointer;transition:all .1s linear}button:hover:not(:disabled){background-color:#000;color:#fff}button:focus,button:focus-visible{outline:2px solid #000;outline-offset:2px}@keyframes marquee{0%{transform:translate(100%)}to{transform:translate(-100%)}}.marquee-container{overflow:hidden;white-space:nowrap}.marquee-text{display:inline-block;animation:marquee 10s linear infinite}.home-page{position:relative;width:100vw;min-height:100vh;background:#fff;display:flex;flex-direction:column;align-items:center;padding:0}.logo-container{cursor:pointer;margin:20px 0;position:relative;z-index:10;transition:transform .2s cubic-bezier(.175,.885,.32,1.275)}.logo-container:hover{transform:scale(1.02) rotate(-1deg)}.logo{width:250px;height:auto;filter:contrast(120%)}.slideshow-wrapper{position:relative;width:90vw;max-width:900px;height:85vh;max-height:900px;margin-bottom:40px;display:flex;align-items:center;justify-content:center}.slideshow-container{position:relative;width:100%;height:100%;overflow:hidden;border:3px solid #000;border-radius:0;box-shadow:15px 15px #000;background:#f4f4f4;transition:all .2s ease}.slideshow-container:hover{transform:translate(-5px,-5px);box-shadow:20px 20px #000}.slide{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:0;mix-blend-mode:normal}.slide.transition-0{transform:scale(1.1);transition:opacity .6s ease-in-out,transform .6s ease-in-out}.slide.transition-0.active{opacity:1;transform:scale(1)}.slide.transition-1{transform:translate(-100px);transition:opacity .7s ease-out,transform .7s ease-out}.slide.transition-1.active{opacity:1;transform:translate(0)}.slide.transition-2{transform:scale(.9) rotate(-5deg);transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1)}.slide.transition-2.active{opacity:1;transform:scale(1) rotate(0)}.slide.transition-3{transform:scale(.85);transition:opacity .8s ease-in-out,transform .8s ease-in-out}.slide.transition-3.active{opacity:1;transform:scale(1)}.featured-marquee{width:100vw;max-width:none;margin-bottom:60px;border-top:2px solid #000;border-bottom:2px solid #000;padding:15px 0;font-family:Helvetica Neue,Arial,sans-serif;font-weight:900;font-size:2rem;color:#000;text-transform:uppercase;overflow:hidden;display:flex;background:#fff}.marquee-text{white-space:nowrap;animation:seamless-marquee 15s linear infinite;padding-right:50px}.marquee-logo{height:1.5rem;width:auto;display:inline-block;vertical-align:middle;margin:0}@keyframes seamless-marquee{0%{transform:translate(0)}to{transform:translate(-100%)}}.shop-btn{padding:18px 60px;background:#000;color:#fff;border:none;border-radius:0;font-size:1.2rem;font-weight:900;letter-spacing:2px;cursor:pointer;transition:all .2s cubic-bezier(.25,.46,.45,.94);box-shadow:8px 8px #ff3b30;text-decoration:none;display:inline-block;position:relative;z-index:10}.shop-btn:hover{background:#fff;color:#000;outline:3px solid #000;box-shadow:12px 12px #ff3b30;transform:translate(-4px,-4px)}.shop-btn:active{transform:translate(0);box-shadow:4px 4px #ff3b30}.home-gallery-section{padding:80px 20px;background:#fff;text-align:center}.gallery-section-title{font-size:4rem;font-weight:900;margin-bottom:10px;text-transform:uppercase}.gallery-section-subtitle{font-family:Courier New,Courier,monospace;font-size:1.2rem;margin-bottom:50px;font-weight:700}.gallery-preview-grid{max-width:1200px;margin:0 auto 40px;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.gallery-preview-item{position:relative;overflow:hidden;border:3px solid #000;box-shadow:8px 8px #0003;transition:all .3s ease;cursor:pointer;aspect-ratio:1}.gallery-preview-item.large{grid-row:span 2;aspect-ratio:auto}.gallery-preview-item:hover{transform:translate(-4px,-4px);box-shadow:12px 12px #0000004d}.gallery-preview-item img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease;filter:grayscale(20%) contrast(110%)}.gallery-preview-item:hover img{transform:scale(1.05);filter:grayscale(0%) contrast(100%)}.view-gallery-btn{display:inline-block;padding:18px 50px;background:#000;color:#fff;text-decoration:none;font-weight:900;font-size:1.2rem;border:3px solid #000;box-shadow:6px 6px #0003;transition:all .2s ease;text-transform:uppercase}.view-gallery-btn:hover{background:#fff;color:#000;transform:translate(-3px,-3px);box-shadow:9px 9px #0000004d}.home-about-teaser{width:100vw;margin-top:80px;padding:80px 20px;background:#000;color:#fff;text-align:center;border-top:none}.teaser-content{max-width:1200px;margin:0 auto;display:flex;flex-direction:row;align-items:center;gap:60px;text-align:left}.teaser-title{font-size:4rem;font-weight:900;margin-bottom:20px;text-transform:uppercase;color:#fff;line-height:.9}.teaser-text{font-family:Courier New,Courier,monospace;font-size:1.1rem;line-height:1.6;margin-bottom:0;font-weight:600;color:#ccc}.teaser-image{width:100%;max-width:400px;border:3px solid #fff;mix-blend-mode:normal;filter:grayscale(100%) contrast(120%);transition:all .3s}.teaser-image:hover{filter:none;transform:rotate(2deg)}@media(max-width:768px){.home-page{padding:0 0 20px}.gallery-section-title{font-size:2.5rem}.gallery-section-subtitle{font-size:1rem;margin-bottom:30px}.gallery-preview-grid{grid-template-columns:repeat(2,1fr);gap:10px}.gallery-preview-item.large{grid-row:span 1}.view-gallery-btn{font-size:1rem;padding:15px 35px}.teaser-content{flex-direction:column-reverse;text-align:center;gap:30px}.teaser-title{font-size:2.5rem}.slideshow-wrapper{width:95vw;height:60vh;max-height:600px;margin-bottom:20px}.logo{width:180px}.shop-btn{padding:15px 40px;font-size:1rem}.featured-marquee{font-size:1rem}}.footer-section{background-color:#000;color:#fff;padding:60px 40px;border-top:10px solid #000;margin-top:auto}.footer-content{max-width:1400px;margin:0 auto}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:60px}.footer-heading{font-size:1.2rem;font-weight:900;margin-bottom:20px;letter-spacing:1px;color:#fff}.footer-text{font-family:Courier New,Courier,monospace;font-size:.9rem;margin-bottom:20px;color:#ccc}.newsletter-form{display:flex;gap:0}.raw-input{flex:1;background:transparent;border:2px solid #fff;border-right:none;padding:15px;color:#fff;font-family:Courier New,Courier,monospace;font-size:1rem;outline:none}.raw-input::placeholder{color:#666}.raw-submit-btn{background:#fff;color:#000;border:2px solid #fff;border-radius:0;padding:0 30px;font-weight:900;transition:all .2s}.raw-submit-btn:hover{background:#ff3b30;color:#fff;border-color:#ff3b30}.success-msg{font-weight:900;color:#fff;display:flex;align-items:center;gap:15px}.reset-btn{font-size:.7rem;padding:5px 10px;border:1px solid #fff}.error-text{color:#ff3b30;font-size:.8rem;margin-top:10px;font-family:Courier New,Courier,monospace}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:12px}.footer-links a{color:#999;font-weight:700;font-size:1rem;text-transform:uppercase;transition:color .2s}.footer-links a:hover{color:#fff;text-decoration:line-through}.social-link{display:block;font-family:Courier New,Courier,monospace;font-size:1.1rem;color:#fff;margin-bottom:30px;text-decoration:underline}.social-link:hover{color:#ff3b30}.copyright{font-family:Courier New,Courier,monospace;font-size:.8rem;color:#555;text-transform:uppercase}@media(max-width:900px){.footer-grid{grid-template-columns:1fr;gap:40px}.footer-section{padding:40px 20px}}.catalog-page{min-height:100vh;padding:40px;background:#fff;display:flex;flex-direction:column;overflow-x:hidden;width:100%}.catalog-header{text-align:center;margin-bottom:20px;padding-bottom:20px;border-bottom:2px solid #000;position:relative}.header-logo-link{display:inline-block}.header-logo{max-width:250px;height:auto;display:block;margin:0 auto;filter:contrast(120%)}.category-item.category-link{margin-top:20px;padding-top:20px;border-top:1px solid #e0e0e0}.category-item.category-link a{color:inherit;text-decoration:none}.category-item.category-link:hover{color:#000;text-decoration:line-through}.shop-layout{display:flex;flex-direction:row;gap:60px;max-width:1600px;margin:0 auto;width:100%;align-items:flex-start;overflow-x:hidden}.sidebar{width:220px;flex-shrink:0;position:sticky;top:40px;border-right:2px solid #000;border-right:none;text-align:left}.category-list.vertical{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.category-item{cursor:pointer;font-size:1.1rem;font-weight:700;text-transform:uppercase;color:#999;letter-spacing:-.5px;transition:all .1s;font-family:Helvetica Neue,Arial,sans-serif}.category-item:hover{color:#000;text-decoration:line-through}.category-item.active{color:#000;text-decoration:underline;text-decoration-thickness:2px}.main-content{flex:1;width:100%}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);row-gap:60px;column-gap:30px;padding-bottom:80px}.product-card{background:transparent;cursor:pointer;position:relative}.product-image{width:100%;aspect-ratio:1 / 1;background:#f4f4f4;border:2px solid #000;display:flex;align-items:center;justify-content:center;margin-bottom:12px;transition:border-color .2s;overflow:hidden}.product-image img{max-width:90%;max-height:90%;object-fit:contain;mix-blend-mode:multiply;transition:transform .2s cubic-bezier(.25,.46,.45,.94)}.product-card:hover .product-image{border-color:#000}.product-card:hover .product-image img{transform:scale(1.05)}.product-info{font-family:Courier New,Courier,monospace;color:#000;padding-top:5px}.product-title{font-size:.9rem;font-weight:700;text-transform:uppercase;margin:0 0 4px;letter-spacing:-.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-price{font-size:.9rem;font-weight:400;color:#000;margin:0}.product-price[style*="Sold Out"]{color:#ff3b30!important;font-weight:800!important;text-transform:uppercase;letter-spacing:.5px;position:relative;display:inline-block}.product-price[style*="Sold Out"]:before{content:"[ ";color:#000}.product-price[style*="Sold Out"]:after{content:" ]";color:#000}.click-hint{display:none}.loading,.no-products{font-family:Courier New,Courier,monospace;font-size:1.2rem;text-transform:uppercase;border:2px solid #000;padding:40px;text-align:center}@media(max-width:1024px){.catalog-page{padding:20px 15px}.catalog-header{padding-top:60px;margin-bottom:15px}.sidebar{display:block;width:100%;position:static;margin-bottom:20px;border-right:none}.shop-layout{flex-direction:column;gap:20px}.category-list.vertical{flex-direction:row;flex-wrap:wrap;justify-content:center;border-bottom:2px solid #000;padding-bottom:20px;margin-bottom:20px;width:100%}.category-item{font-size:.9rem;padding:5px 10px;border:1px solid transparent}.category-item.active{background:#000;color:#fff;text-decoration:none}.category-item.category-link{width:100%;text-align:center;margin-top:10px;padding-top:10px;border-top:1px solid #ccc}.products-grid{grid-template-columns:1fr;column-gap:0;row-gap:30px}}.product-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#fffc;-webkit-backdrop-filter:blur(8px) grayscale(100%);backdrop-filter:blur(8px) grayscale(100%);display:flex;justify-content:center;align-items:center;z-index:2000;animation:fadeIn .2s ease-out}.product-modal-content{background:#fff;width:90%;max-width:1000px;height:auto;max-height:90vh;border:3px solid #000;border-radius:0;position:relative;overflow-y:auto;box-shadow:20px 20px #000;animation:slideUp .3s cubic-bezier(.16,1,.3,1)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(50px) scale(.95);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.modal-close-btn{position:absolute;top:0;right:0;background:#000;border:none;font-size:1.5rem;cursor:pointer;color:#fff;width:50px;height:50px;display:flex;align-items:center;justify-content:center;z-index:10;transition:all .2s}.modal-close-btn:hover{background:#ff3b30;transform:rotate(90deg)}.modal-body{display:flex;flex-direction:row;height:100%;min-height:500px}.modal-image-gallery{flex:1.2;background:#f4f4f4;border-right:3px solid #000;display:flex;flex-direction:column;position:relative;overflow-y:auto;overflow-x:hidden;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scroll-snap-type:y mandatory;max-height:90vh}.modal-image-gallery::-webkit-scrollbar{width:8px}.modal-image-gallery::-webkit-scrollbar-track{background:#e0e0e0}.modal-image-gallery::-webkit-scrollbar-thumb{background:#000;border-radius:0}.modal-image-gallery::-webkit-scrollbar-thumb:hover{background:#333}.gallery-image-wrapper{height:100%;width:100%;display:flex;align-items:center;justify-content:center;padding:20px;scroll-snap-align:start;position:relative;flex-shrink:0}.gallery-image-wrapper:before{content:"CD";position:absolute;font-size:10rem;font-weight:900;color:#e6e6e6;transform:rotate(-45deg);z-index:0;white-space:nowrap;pointer-events:none}.gallery-image{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;z-index:1;position:relative;mix-blend-mode:multiply}.modal-no-image{width:100%;height:400px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:#999;font-weight:700}.modal-details{flex:1;padding:40px;display:flex;flex-direction:column;justify-content:center;font-family:Helvetica Neue,Arial,sans-serif}.modal-title{font-size:2.5rem;line-height:1;font-weight:900;text-transform:uppercase;color:#000;margin-bottom:10px}.modal-price{font-family:Courier New,Courier,monospace;font-size:1.5rem;color:#000;margin-bottom:30px;border-bottom:2px solid #000;display:inline-block;padding-bottom:5px}.modal-description{font-family:Courier New,Courier,monospace;font-size:.95rem;color:#000;line-height:1.7;margin-bottom:30px;padding:20px;background:#f9f9f9;border-left:4px solid #000;max-height:250px;overflow-y:auto}.modal-description p{margin:0 0 15px;white-space:pre-wrap}.modal-description p:last-child{margin-bottom:0}.variants-label{font-size:.8rem;font-weight:700;text-transform:uppercase;margin-bottom:10px;letter-spacing:1px}.variants-grid{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:40px}.variant-btn{border:2px solid #000;background:transparent;color:#000;border-radius:0;padding:10px 15px;font-weight:700;font-family:Courier New,Courier,monospace;min-width:50px}.variant-btn:hover:not(.disabled){background:#000;color:#fff}.variant-btn.selected{background:#000;color:#fff;box-shadow:4px 4px #0003;transform:translate(-2px,-2px)}.variant-btn.disabled{border-color:#ddd;color:#ddd;text-decoration:line-through;cursor:not-allowed}.modal-buy-btn{width:100%;padding:20px;background:#000;color:#fff;font-size:1.5rem;font-weight:900;border:none;border-radius:0;cursor:pointer;text-transform:uppercase;transition:all .2s;position:relative;overflow:hidden}.modal-buy-btn:hover:not(:disabled){background:#ff3b30;color:#fff;box-shadow:4px 4px #000;transform:translate(-2px,-2px)}.modal-buy-btn:disabled{background:#ccc;color:#666;cursor:not-allowed}@media(max-width:768px){.modal-body{flex-direction:column;overflow:hidden}.modal-image-gallery{border-right:none;border-bottom:3px solid #000;min-height:50vh;max-height:50vh;overflow-y:auto}.gallery-image-wrapper{height:100%}.gallery-image-wrapper:before{font-size:6rem}.modal-details{padding:20px;overflow-y:auto;max-height:50vh}.modal-title{font-size:1.8rem}.product-modal-content{width:100%;height:100%;max-height:100vh;border:none;box-shadow:none;overflow:hidden}.modal-close-btn{top:10px;right:10px;background:#000c;border-radius:50%}}.cart-icon-btn{background:#000;color:#fff;border:2px solid #000;padding:12px 18px;font-family:Helvetica Neue,Arial,sans-serif;font-weight:800;font-size:1rem;text-transform:uppercase;cursor:pointer;position:absolute;right:40px;top:40px;letter-spacing:.5px;box-shadow:4px 4px #0003;transition:all .2s ease}.cart-icon-btn:hover{transform:translate(-2px,-2px);box-shadow:6px 6px #0000004d}@media(max-width:1024px){.cart-icon-btn{position:fixed;top:15px;right:15px;background:#000;color:#fff;border:2px solid #000;padding:10px 16px;font-size:.85rem;font-weight:800;letter-spacing:.5px;z-index:1000;box-shadow:3px 3px #0003;transition:all .2s ease}.cart-icon-btn:hover{transform:translate(-1px,-1px);box-shadow:4px 4px #0000004d}.cart-icon-btn:active{transform:translate(1px,1px);box-shadow:1px 1px #0003}}.about-page{min-height:100vh;display:flex;flex-direction:column;background:#fff}.about-header{text-align:center;padding:20px;border-bottom:2px solid #000}.about-content{flex:1;display:flex;align-items:center;justify-content:center;padding:60px 20px}.about-grid{display:flex;max-width:1200px;width:100%;gap:80px;align-items:center}.about-image-col{flex:1}.image-frame{border:3px solid #000;box-shadow:20px 20px #000;transition:transform .3s}.image-frame:hover{transform:translate(-5px,-5px);box-shadow:25px 25px #000}.about-img{width:100%;height:auto;display:block;mix-blend-mode:normal}.about-text-col{flex:1}.about-title{font-size:4rem;font-weight:900;margin-bottom:30px;line-height:.9}.about-desc{font-family:Courier New,Courier,monospace;font-size:1.2rem;line-height:1.6;margin-bottom:40px;font-weight:600}.shop-btn-alt{display:inline-block;padding:15px 40px;border:2px solid #000;color:#000;font-weight:900;font-size:1.1rem;text-transform:uppercase;transition:all .2s}.shop-btn-alt:hover{background:#000;color:#fff;transform:translate(-3px,-3px);box-shadow:6px 6px #0003}@media(max-width:900px){.about-grid{flex-direction:column;gap:40px}.about-title{font-size:3rem}.image-frame{box-shadow:10px 10px #000}}.contact-page{min-height:100vh;display:flex;flex-direction:column;background:#fff}.contact-header{text-align:center;padding:20px;border-bottom:2px solid #000}.contact-content{flex:1;display:flex;justify-content:center;align-items:center;padding:60px 20px;overflow:hidden}.contact-layout{display:flex;align-items:center;justify-content:center;gap:60px;max-width:1400px;width:100%}.contact-image-left,.contact-image-right{flex-shrink:0;width:280px}.contact-image-left{transform:rotate(-8deg);animation:floatLeft 6s ease-in-out infinite}.contact-image-right{transform:rotate(8deg);animation:floatRight 6s ease-in-out infinite}@keyframes floatLeft{0%,to{transform:rotate(-8deg) translateY(0)}50%{transform:rotate(-8deg) translateY(-10px)}}@keyframes floatRight{0%,to{transform:rotate(8deg) translateY(0)}50%{transform:rotate(8deg) translateY(-10px)}}.angled-image{width:100%;height:auto;border:4px solid #fff;box-shadow:0 10px 30px #0000004d;display:block}.contact-container{width:100%;max-width:600px;z-index:10}.mobile-hero-image{display:none;position:relative;width:100%;margin-bottom:30px;overflow:hidden}.mobile-hero-img{width:100%;height:250px;object-fit:cover;display:block}.mobile-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#00000080,#ff3b3066);display:flex;align-items:center;justify-content:center}.mobile-hero-text{font-size:3rem;font-weight:900;color:#fff;text-transform:uppercase;letter-spacing:4px;text-shadow:3px 3px 0 rgba(0,0,0,.5)}.contact-title{font-size:4rem;font-weight:900;margin-bottom:10px;text-align:center}.contact-intro{font-family:Courier New,Courier,monospace;font-size:1rem;text-align:center;margin-bottom:40px;font-weight:700}.contact-form{display:flex;flex-direction:column;gap:30px}.form-group{display:flex;flex-direction:column;gap:10px}.form-group label{font-weight:900;font-size:1.1rem;text-transform:uppercase}.urban-input{padding:15px;border:3px solid #000;background:#f9f9f9;color:#000;font-family:Courier New,Courier,monospace;font-weight:600;font-size:1rem;border-radius:0;transition:all .2s}.urban-input:focus{background:#fff;outline:none;box-shadow:8px 8px #0000001a}.urban-submit-btn{padding:20px;background:#000;color:#fff;font-weight:900;font-size:1.2rem;border:none;margin-top:20px;transition:all .2s;cursor:pointer}.urban-submit-btn:hover{background:#ff3b30;transform:translate(-3px,-3px);box-shadow:6px 6px #000}.urban-submit-btn:active{transform:translate(0);box-shadow:4px 4px #000}.urban-submit-btn:disabled{opacity:.5;cursor:not-allowed}.success-message{text-align:center;padding:60px 20px;border:4px solid #000;background:#fff}.success-message h2{font-size:2.5rem;font-weight:900;margin-bottom:20px;letter-spacing:-1px}.success-message p{font-family:Courier New,Courier,monospace;font-size:1.1rem;margin-bottom:30px}.success-shop-btn{display:inline-block;padding:18px 50px;background:#000;color:#fff;text-decoration:none;font-weight:900;font-size:1.2rem;border:3px solid #000;box-shadow:6px 6px #0003;transition:all .2s ease;text-transform:uppercase;margin-top:10px}.success-shop-btn:hover{background:#fff;color:#000;transform:translate(-3px,-3px);box-shadow:9px 9px #0000004d}.error-message{background:#ff3b30;color:#fff;padding:15px 20px;margin-bottom:20px;border:2px solid #000;font-weight:700;text-transform:uppercase;font-size:.9rem;letter-spacing:.5px}@media(max-width:768px){.contact-layout{flex-direction:column;gap:30px}.contact-image-left,.contact-image-right{display:none}.mobile-hero-image{display:block}.mobile-hero-text{font-size:2.5rem;letter-spacing:3px}.contact-container{padding:0 20px}.contact-title{font-size:2.5rem}.success-message h2{font-size:2rem}}.gallery-page{min-height:100vh;display:flex;flex-direction:column;background:#fff}.gallery-header{text-align:center;padding:20px;border-bottom:2px solid #000}.gallery-content{flex:1;padding:60px 20px;max-width:1400px;margin:0 auto;width:100%}.gallery-title{font-size:5rem;font-weight:900;text-align:center;margin-bottom:10px;text-transform:uppercase}.gallery-subtitle{font-family:Courier New,Courier,monospace;font-size:1.2rem;text-align:center;margin-bottom:60px;font-weight:700}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;grid-auto-rows:250px}.gallery-item{position:relative;overflow:hidden;border:3px solid #000;box-shadow:8px 8px #0003;transition:all .3s ease;cursor:pointer}.gallery-item:hover{transform:translate(-4px,-4px);box-shadow:12px 12px #0000004d;z-index:10}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease;filter:grayscale(20%) contrast(110%)}.gallery-item:hover img{transform:scale(1.05);filter:grayscale(0%) contrast(100%)}.gallery-item.item-1{grid-column:span 2;grid-row:span 2}.gallery-item.item-2,.gallery-item.item-3{grid-row:span 1}.gallery-item.item-4{grid-column:span 2;grid-row:span 1}.gallery-item.item-5{grid-row:span 2}.gallery-item.item-6{grid-column:span 1;grid-row:span 1}.gallery-shop-btn{display:inline-block;margin:60px auto 0;padding:20px 60px;background:#000;color:#fff;text-decoration:none;font-weight:900;font-size:1.3rem;border:3px solid #000;box-shadow:8px 8px #0003;transition:all .2s ease;text-transform:uppercase;text-align:center}.gallery-shop-btn:hover{background:#fff;color:#000;transform:translate(-4px,-4px);box-shadow:12px 12px #0000004d}@media(max-width:1024px){.gallery-grid{grid-template-columns:repeat(3,1fr);gap:15px}.gallery-item.item-1{grid-column:span 2;grid-row:span 2}.gallery-item.item-4{grid-column:span 2}}@media(max-width:768px){.gallery-title{font-size:3rem}.gallery-subtitle{font-size:1rem;margin-bottom:40px}.gallery-grid{grid-template-columns:repeat(2,1fr);gap:10px;grid-auto-rows:200px}.gallery-item.item-1,.gallery-item.item-4,.gallery-item.item-5{grid-column:span 1;grid-row:span 1}.gallery-item{box-shadow:4px 4px #0003}.gallery-item:hover{transform:translate(-2px,-2px);box-shadow:6px 6px #0000004d}}.lightbox{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000f2;display:flex;align-items:center;justify-content:center;z-index:9999;cursor:pointer}.lightbox img{max-width:90vw;max-height:90vh;object-fit:contain;border:4px solid #fff;box-shadow:0 0 50px #000c;cursor:default}.lightbox-close{position:absolute;top:20px;right:30px;font-size:4rem;color:#fff;background:none;border:none;cursor:pointer;font-weight:300;line-height:1;transition:transform .2s ease;z-index:10000}.lightbox-close:hover{transform:scale(1.2);color:#ff3b30}.lightbox-prev,.lightbox-next{position:absolute;top:50%;transform:translateY(-50%);font-size:4rem;color:#fff;background:#00000080;border:2px solid #fff;width:60px;height:60px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;font-weight:300;line-height:1}.lightbox-prev{left:30px}.lightbox-next{right:30px}.lightbox-prev:hover,.lightbox-next:hover{background:#fff;color:#000;transform:translateY(-50%) scale(1.1)}.lightbox-counter{position:absolute;bottom:30px;left:50%;transform:translate(-50%);color:#fff;font-size:1.2rem;font-weight:700;background:#000000b3;padding:10px 20px;border:2px solid #fff}@media(max-width:768px){.lightbox img{max-width:95vw;max-height:80vh}.lightbox-close{top:10px;right:15px;font-size:3rem}.lightbox-prev,.lightbox-next{width:50px;height:50px;font-size:3rem}.lightbox-prev{left:10px}.lightbox-next{right:10px}.lightbox-counter{bottom:20px;font-size:1rem;padding:8px 16px}}.cart-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;z-index:2000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;justify-content:flex-end;opacity:0;transition:opacity .3s ease}.cart-overlay.open{opacity:1}.cart-drawer{width:100%;max-width:450px;height:100%;background:#fff;border-left:2px solid #000;display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s cubic-bezier(.25,.46,.45,.94)}.cart-overlay.open .cart-drawer{transform:translate(0)}.cart-header{padding:24px;border-bottom:2px solid #000;display:flex;justify-content:space-between;align-items:center}.cart-title{font-family:Helvetica Neue,Arial,sans-serif;font-size:1.5rem;font-weight:800;text-transform:uppercase;margin:0}.cart-close-btn{background:none;border:none;font-size:2rem;line-height:1;cursor:pointer;color:#000}.cart-items{flex:1;overflow-y:auto;padding:24px;display:flex;flex-direction:column;gap:24px}.cart-empty{text-align:center;padding-top:60px;font-family:Courier New,Courier,monospace;font-size:1rem;text-transform:uppercase;color:#666}.cart-item{display:flex;gap:16px;border-bottom:1px solid #ddd;padding-bottom:24px}.cart-item:last-child{border-bottom:none}.cart-item-image{width:80px;height:80px;border:1px solid #000;background:#f4f4f4;display:flex;align-items:center;justify-content:center}.cart-item-image img{max-width:90%;max-height:90%;object-fit:contain;mix-blend-mode:multiply}.cart-item-details{flex:1;display:flex;flex-direction:column;justify-content:space-between}.cart-item-top{display:flex;justify-content:space-between;align-items:flex-start}.cart-item-title{font-family:Helvetica Neue,Arial,sans-serif;font-size:1rem;font-weight:700;text-transform:uppercase;margin:0 0 4px}.cart-item-variant{font-family:Courier New,Courier,monospace;font-size:.8rem;color:#666;margin:0}.cart-item-price{font-family:Courier New,Courier,monospace;font-weight:700;font-size:1rem}.cart-item-actions{display:flex;justify-content:space-between;align-items:center;margin-top:8px}.quantity-controls{display:flex;align-items:center;border:1px solid #000}.qty-btn{background:none;border:none;padding:2px 10px;font-size:1rem;cursor:pointer;font-family:Courier New,Courier,monospace}.qty-btn:hover{background:#000;color:#fff}.qty-display{padding:0 8px;font-family:Courier New,Courier,monospace;font-weight:700;font-size:.9rem}.remove-btn{background:none;border:none;text-decoration:underline;font-family:Courier New,Courier,monospace;font-size:.8rem;cursor:pointer;color:#666}.remove-btn:hover{color:#ff3b30}.cart-footer{padding:24px;border-top:2px solid #000;background:#fff}.cart-summary{display:flex;justify-content:space-between;margin-bottom:20px;font-family:Helvetica Neue,Arial,sans-serif;font-weight:800;text-transform:uppercase;font-size:1.2rem}.checkout-btn{width:100%;padding:16px;background:#000;color:#fff;border:none;text-transform:uppercase;font-weight:800;font-size:1.1rem;cursor:pointer;transition:all .2s}.checkout-btn:hover{background:#333}.checkout-btn:disabled{opacity:.5;cursor:not-allowed}.continue-shopping{display:block;width:100%;background:none;border:none;text-align:center;margin-top:12px;text-decoration:underline;cursor:pointer;font-family:Courier New,Courier,monospace;font-size:.9rem}@media(max-width:600px){.cart-drawer{max-width:100%;border-left:none}}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;display:flex;display:block;min-width:320px;min-height:100vh;background-color:#fff;color:#000;overflow-x:hidden}.app{min-height:100vh;background-color:#fff;overflow-x:hidden;width:100%}a{text-decoration:none;color:inherit}button{font-family:inherit}
