@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";.admin-layout{background:#f1f5f9;min-height:100vh;display:flex}.admin-sidebar{color:#fff;background:#0f172a;flex-direction:column;flex-shrink:0;width:250px;padding:1.5rem;display:flex}.admin-main{flex:1;width:calc(100% - 250px);padding:2rem;overflow-y:auto}.admin-table-container{background:#fff;border-radius:8px;width:100%;overflow-x:auto;box-shadow:0 1px 3px #0000001a}.admin-modal-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.admin-modal-content{background:#fff;border-radius:12px;width:100%;max-width:600px;max-height:90vh;padding:2rem;overflow-y:auto}@media (width<=768px){.admin-layout{flex-direction:column}.admin-sidebar{flex-direction:row;justify-content:space-between;align-items:center;width:100%;padding:1rem}.admin-sidebar h2{margin-bottom:0!important}.admin-sidebar-nav{display:none!important}.admin-sidebar button{margin-top:0!important}.admin-main{width:100%;padding:1rem}.admin-modal-content{padding:1.5rem}}:root{--bg-color:#fff;--text-color:#111;--text-muted:#666;--accent-color:#0f172a;--border-color:#e5e5e5;--glass-bg:#fffc;--glass-border:#ffffff4d;--btn-bg:#111;--btn-text:#fff;--card-bg:#f9f9f9}@media (prefers-color-scheme:dark){:root{--bg-color:#0f1014;--text-color:#f1f1f1;--text-muted:#a1a1aa;--accent-color:#e2e8f0;--border-color:#27272a;--glass-bg:#0f1014b3;--glass-border:#ffffff1a;--btn-bg:#f1f1f1;--btn-text:#111;--card-bg:#1a1b22}}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--bg-color);color:var(--text-color);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none;transition:opacity .3s}a:hover{opacity:.7}button{cursor:pointer;border:none;outline:none;font-family:inherit}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:.8s forwards fadeIn}.delay-1{animation-delay:.2s}.delay-2{animation-delay:.4s}.container{max-width:1400px;margin:0 auto;padding:0 5%}.btn-primary{background-color:var(--btn-bg);color:var(--btn-text);text-transform:uppercase;letter-spacing:1px;border-radius:2px;padding:1rem 2.5rem;font-size:1rem;font-weight:500;transition:transform .3s,box-shadow .3s}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 20px #0000001a}.header{z-index:100;-webkit-backdrop-filter:blur(12px);background:var(--glass-bg);border-bottom:1px solid var(--glass-border);justify-content:space-between;align-items:center;padding:1.5rem 5%;transition:all .3s;display:flex;position:fixed;top:0;left:0;right:0}.header-logo{letter-spacing:-.5px;font-size:1.5rem;font-weight:700}.header-nav{gap:2rem;display:flex}.header-nav a{text-transform:uppercase;letter-spacing:1px;font-size:.9rem;font-weight:500}.header-actions{align-items:center;gap:1.5rem;display:flex}.lang-select{color:var(--text-color);border:1px solid var(--border-color);text-transform:uppercase;background:0 0;border-radius:4px;padding:.4rem .8rem;font-size:.8rem}.mobile-menu-btn{color:inherit;z-index:101;background:0 0;display:none}.hero{flex-direction:row;height:100vh;display:flex;overflow:hidden}.hero-image-container{flex:6;position:relative;overflow:hidden}.hero-image{z-index:0;filter:brightness(.85)}.hero-content-container{background-color:#111;flex:4;justify-content:center;align-items:center;padding:4rem;display:flex}.hero-content{text-align:left;color:#fff;z-index:1;width:100%;max-width:600px}.hero-title{letter-spacing:-1px;margin-bottom:1.5rem;font-size:3.5rem;font-weight:700;line-height:1.2}.hero-subtitle{opacity:.8;margin-bottom:2.5rem;font-size:1.2rem;font-weight:300}.products-section{padding:8rem 0}.section-header{justify-content:space-between;align-items:flex-end;margin-bottom:4rem;display:flex}.section-title{letter-spacing:-.5px;font-size:2.5rem;font-weight:600}.view-all{text-transform:uppercase;letter-spacing:1px;border-bottom:1px solid var(--text-color);padding-bottom:2px;font-size:.9rem;font-weight:500}.product-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:3rem;display:grid}.product-card{group:1;cursor:pointer}.product-image-wrapper{aspect-ratio:4/5;background-color:var(--card-bg);border-radius:4px;margin-bottom:1.5rem;position:relative;overflow:hidden}.product-image{object-fit:cover;width:100%;height:100%;transition:transform .7s}.product-card:hover .product-image{transform:scale(1.05)}.product-category{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem;font-size:.8rem}.product-name{font-size:1.1rem;font-weight:500}.story-section{background-color:var(--card-bg);padding:8rem 0}.story-content{text-align:center;max-width:800px;margin:0 auto}.story-title{margin-bottom:2rem;font-size:2.5rem;font-weight:600}.story-text{color:var(--text-muted);font-size:1.2rem;line-height:1.8}.footer{border-top:1px solid var(--border-color);flex-direction:column;align-items:center;gap:1.5rem;padding:4rem 5%;display:flex}.footer-logo{font-size:1.5rem;font-weight:700}.footer-rights{color:var(--text-muted);font-size:.9rem}.product-detail-view{background-color:var(--bg-color);min-height:100vh}.back-btn{color:var(--text-muted);background:0 0;align-items:center;margin-bottom:2rem;font-size:1rem;transition:color .3s;display:inline-flex}.back-btn:hover{color:var(--text-color)}.detail-layout{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.detail-image-gallery{scroll-snap-type:x mandatory;scrollbar-width:none;gap:1rem;display:flex;overflow-x:auto}.detail-image-gallery::-webkit-scrollbar{display:none}.detail-image-wrapper{scroll-snap-align:start;background-color:var(--card-bg);border-radius:8px;flex:0 0 100%;overflow:hidden}.detail-image{object-fit:cover;width:100%;height:auto;display:block}.detail-info{flex-direction:column;display:flex}.detail-category{color:var(--text-muted);text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem;font-size:.9rem}.detail-title{margin-bottom:1rem;font-size:3rem;font-weight:700;line-height:1.2}.detail-price{margin-bottom:2rem;font-size:1.8rem;font-weight:600}.detail-divider{background-color:var(--border-color);height:1px;margin-bottom:2rem}.detail-description{color:var(--text-muted);margin-bottom:3rem;font-size:1.1rem;line-height:1.8}.detail-buy-btn{width:100%;margin-bottom:2rem;padding:1.2rem;font-size:1.2rem}.detail-shipping{color:var(--text-muted);flex-direction:column;gap:.5rem;font-size:.9rem;display:flex}@media (width<=768px){.hero{flex-direction:column;height:auto;min-height:100vh}.hero-image-container{flex:none;height:55vh}.hero-content-container{flex:1;padding:3rem 2rem}.hero-content{text-align:center}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:.95rem}.header-nav{background:var(--bg-color);flex-direction:column;width:70%;height:100vh;padding:6rem 2rem 2rem;transition:right .3s;position:fixed;top:0;right:-100%;box-shadow:-5px 0 15px #0000001a}.header-nav.open{right:0}.mobile-menu-btn{display:block}.product-grid{gap:1.5rem}.detail-layout{grid-template-columns:1fr;gap:2rem}.detail-title{font-size:2rem}}
