@tailwind base;@tailwind components;@tailwind utilities;@font-face{font-family:Hobsky;src:url(/assets/Arniya-Regular-DUQMJ74L.otf) format("opentype");font-weight:700;font-style:normal;font-display:block}:root{--color-bg: #FFFFFF;--color-text: #0F0F0F;--color-muted: #666666;--color-border: #EAEAEA;--color-persimmon: #7371fc;--color-cobalt: #cdc1ff;--color-lime: #CCFF00;--ease-art: cubic-bezier(.4, 0, .1, 1);--nav-height: 100px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--color-bg);color:var(--color-text);font-family:General Sans,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}.display-heading{font-family:Hobsky,sans-serif;font-weight:700;text-transform:none;line-height:.85;letter-spacing:-.01em;color:var(--color-text)}.sans-micro{font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em}nav{position:fixed;top:0;width:100%;height:var(--nav-height);display:flex;justify-content:space-between;align-items:center;padding:0 4rem;background-color:var(--color-bg);border-bottom:1px solid transparent;z-index:1000;transition:border-color .4s var(--ease-art)}nav.scrolled{border-bottom:1px solid var(--color-border)}.nav-group{display:flex;gap:2.5rem;align-items:center}.icon-btn{background:none;border:none;cursor:pointer;color:var(--color-text);display:flex;align-items:center;justify-content:center;transition:color .3s ease,transform .3s ease;z-index:1001}.icon-btn:hover{color:var(--color-cobalt);transform:translateY(-2px)}.icon-btn svg{width:24px;height:24px;stroke-width:1.5}.brand-mark{font-size:2.5rem;text-align:center;position:absolute;left:50%;transform:translate(-50%);color:var(--color-persimmon);text-decoration:none;transition:color .4s ease;z-index:1001}.brand-mark:hover{color:var(--color-cobalt)}.overlay-menu{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:var(--color-bg);z-index:999;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem;opacity:0;pointer-events:none;transform:translateY(-20px);transition:opacity .5s var(--ease-art),transform .5s var(--ease-art)}.overlay-menu.active{opacity:1;pointer-events:all;transform:translateY(0)}.menu-link{font-size:4rem;text-decoration:none;color:var(--color-text);transition:color .3s ease,transform .3s ease}.menu-link:hover{color:var(--color-persimmon);transform:scale(1.05)}main{padding-top:var(--nav-height)}.hero-section{min-height:70vh;display:flex;flex-direction:column;justify-content:center;padding:0 4rem;max-width:1400px;margin:0 auto}.hero-section h1{font-size:clamp(4.5rem,8vw,8rem);margin-bottom:2rem;max-width:1000px;line-height:.9}.hero-section p{font-size:1.5rem;font-weight:400;color:var(--color-muted);max-width:700px;line-height:1.5}.story-section{padding:8rem 4rem;max-width:1600px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:8rem;align-items:center}.story-section:first-of-type{padding-top:4rem;min-height:calc(100vh - var(--nav-height))}.story-section.reverse{grid-template-columns:1fr 1fr}.story-section.reverse .story-content{order:2}.story-section.reverse .story-image{order:1}.story-content{display:flex;flex-direction:column;gap:1.5rem}.story-content h2{font-size:clamp(3.5rem,5vw,5.5rem);word-wrap:break-word}.story-content p{font-size:1.15rem;color:var(--color-muted);line-height:1.6;max-width:480px}.metadata-tag{display:inline-flex;align-items:center;gap:1rem;padding:.5rem 1rem;border-radius:50px;width:max-content}#drinkware .metadata-tag{background:var(--color-lime);color:var(--color-text)}#classroom .metadata-tag{background:var(--color-cobalt);color:#fff}#posters .metadata-tag{background:var(--color-persimmon);color:#fff}.btn-link{display:inline-flex;align-items:center;gap:1rem;color:var(--color-text);text-decoration:none;width:max-content;margin-top:1rem;cursor:pointer;background:none;border:none;transition:color .3s ease,gap .3s ease}.btn-link:hover{gap:1.5rem;color:var(--color-persimmon)}.story-image{width:100%;height:75vh;background:#f9f9f9;overflow:hidden;display:flex;align-items:center;justify-content:center;box-shadow:0 30px 60px -15px #0000000d;position:relative}#drinkware .story-image{box-shadow:0 30px 60px -15px #ccff0026;background:transparent}#classroom .story-image{box-shadow:0 30px 60px -15px #003cff26}#posters .story-image{box-shadow:0 30px 60px -15px #ff3e0026;background:transparent}.placeholder-box{background-color:#f4f4f4;width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--color-muted);font-size:1.2rem}.poster-gallery{display:flex;gap:2rem;overflow-x:auto;scroll-snap-type:x mandatory;width:100%;height:100%;padding:1rem 0;scrollbar-width:none}.poster-gallery::-webkit-scrollbar{display:none}.poster-item{scroll-snap-align:center;flex:0 0 85%;height:100%;box-shadow:0 20px 40px #0000001a;background:#fff}.poster-item img{width:100%;height:100%;object-fit:cover}.scroll-hint{position:absolute;bottom:20px;right:20px;background:#ffffffe6;padding:10px 20px;border-radius:50px;font-weight:600;pointer-events:none}.store-header{padding:2rem 4rem 1rem;max-width:1600px;margin:0 auto}.store-header h1{font-size:clamp(4rem,7vw,7rem);margin-bottom:1.5rem}.store-header p{font-size:1.25rem;color:var(--color-muted);max-width:600px;line-height:1.6}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:3rem;padding:1rem 4rem 4rem;max-width:1600px;margin:0 auto}.product-card{display:flex;flex-direction:column;gap:1.5rem}.product-img-wrap{width:100%;aspect-ratio:4/3;background:#f9f9f9;overflow:hidden;display:flex;align-items:center;justify-content:center;box-shadow:0 30px 60px -15px #ff3e0014;cursor:pointer;transition:transform .4s var(--ease-art),box-shadow .4s ease}.product-img-wrap:hover{transform:translateY(-10px);box-shadow:0 40px 70px -15px #ff3e0026}.product-img-wrap img{width:100%;height:100%;object-fit:cover}.product-info{display:flex;flex-direction:column;gap:.5rem}.product-info h3{font-size:2.5rem}.product-price{font-size:1.25rem;font-weight:500;color:var(--color-text)}.product-modal{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:var(--color-bg);z-index:2000;display:grid;grid-template-columns:1.2fr 1fr;transform:translateY(100%);transition:transform .6s var(--ease-art)}.product-modal.active{transform:translateY(0)}.modal-image{background:#f9f9f9;display:flex;align-items:center;justify-content:center;height:100vh;padding:4rem}.modal-image img{max-width:100%;max-height:100%;object-fit:contain;box-shadow:0 20px 50px #0000001a}.modal-info{padding:8rem 4rem;display:flex;flex-direction:column;gap:2rem;overflow-y:auto}.modal-close{position:absolute;top:2.5rem;right:4rem;background:none;border:none;cursor:pointer;color:var(--color-text)}.modal-close svg{width:32px;height:32px;stroke-width:1.5;transition:transform .3s ease}.modal-close:hover svg{transform:rotate(90deg);color:var(--color-persimmon)}.price-large{font-size:2.5rem;color:var(--color-persimmon);font-weight:500}.add-to-cart-btn{background-color:var(--color-text);color:var(--color-bg);border:none;padding:1.5rem 3rem;cursor:pointer;width:max-content;margin-top:2rem;border-radius:50px;transition:background-color .3s ease}.add-to-cart-btn:hover{background-color:var(--color-persimmon)}.cart-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:#0000004d;z-index:2000;opacity:0;pointer-events:none;transition:opacity .4s ease}.cart-overlay.active{opacity:1;pointer-events:all}.cart-drawer{position:fixed;top:0;right:0;width:450px;max-width:100%;height:100vh;background:var(--color-bg);z-index:2001;transform:translate(100%);transition:transform .5s var(--ease-art);padding:3rem;display:flex;flex-direction:column}.cart-drawer.active{transform:translate(0)}.cart-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--color-border);padding-bottom:2rem;margin-bottom:2rem}.cart-item{display:flex;gap:1rem;margin-bottom:1.5rem}.cart-item-img{width:80px;height:100px;background:#f0f0f0}.cart-item-img img{width:100%;height:100%;object-fit:cover}.cart-item-details{display:flex;flex-direction:column;justify-content:space-between}.cart-footer{margin-top:auto;border-top:1px solid var(--color-border);padding-top:2rem;display:flex;flex-direction:column;gap:1rem}.cart-total{display:flex;justify-content:space-between;font-size:1.5rem;font-weight:500}.checkout-btn{background-color:var(--color-persimmon);color:#fff;border:none;padding:1.5rem;text-align:center;cursor:pointer;width:100%;border-radius:50px}.reveal{opacity:0;transform:translateY(40px);transition:opacity 1s var(--ease-art),transform 1s var(--ease-art)}.reveal.in-view{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}footer{padding:8rem 4rem;text-align:center;display:flex;flex-direction:column;gap:2rem;align-items:center}@media (max-width: 1024px){.story-section,.story-section.reverse{grid-template-columns:1fr;gap:4rem;padding:6rem 2rem}.story-section.reverse .story-content{order:1}.story-section.reverse .story-image{order:2}.story-image{height:60vh}nav{padding:0 2rem}.hero-section{padding:4rem 2rem;min-height:50vh}.product-grid{grid-template-columns:1fr;padding:1rem 2rem 4rem;gap:4rem}.store-header{padding:2rem 2rem 1rem}.product-modal{grid-template-columns:1fr;overflow-y:auto}.modal-image{height:50vh;padding:2rem}.modal-info{padding:2rem}.modal-close{top:1.5rem;right:1.5rem}}@media (max-width: 768px){.hero-section h1{font-size:clamp(2.5rem,8vw,4.5rem)}.store-header h1{font-size:clamp(2.5rem,8vw,4rem)}.story-content h2{font-size:clamp(2rem,8vw,3.5rem)}.menu-link{font-size:2.5rem}.brand-mark{font-size:1.75rem}.display-heading{line-height:.95}.product-grid{grid-template-columns:1fr;gap:2rem;padding:1rem 1rem 3rem}nav{padding:0 1rem}.nav-group{gap:1rem}.hero-section{padding:4rem 1rem}.story-section,.story-section.reverse{padding:4rem 1rem;gap:3rem}.store-header{padding:2rem 1rem 1rem}footer{padding:4rem 1rem}.cart-drawer{padding:1.5rem}.modal-info{padding:1.5rem;gap:1.5rem}.modal-image{padding:1rem;height:40vh}.modal-close{top:1rem;right:1rem}}.product-options-container{display:flex;flex-direction:column;gap:1.5rem;margin:1rem 0 2rem}.option-group{display:flex;flex-direction:column;gap:.75rem}.option-label{font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--color-muted)}.option-buttons{display:flex;flex-wrap:wrap;gap:.75rem}.option-chip{padding:.75rem 1.25rem;font-size:.85rem;font-weight:600;border:1px solid var(--color-border);background:transparent;color:var(--color-text);cursor:pointer;transition:all .2s var(--ease-art);border-radius:50px}.option-chip:hover{border-color:var(--color-text)}.option-chip.active{background:var(--color-text);color:var(--color-bg);border-color:var(--color-text)}
