:root{--background: #ffffff;--foreground: #111827;--primary: #2563eb;--primary-foreground: #ffffff;--secondary: #f3f4f6;--secondary-foreground: #1f2937;--muted: #f1f5f9;--muted-foreground: #64748b;--border: #e2e8f0;--card: #ffffff;--card-foreground: #111827;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 9999px;--font-family-body: "Inter", system-ui, -apple-system, sans-serif;--spacing-xs: 4px;--spacing-sm: 8px;--spacing-md: 16px;--spacing-lg: 32px;--spacing-xl: 64px;--spacing-xxl: 120px}*{box-sizing:border-box;margin:0;padding:0;-webkit-font-smoothing:antialiased}body{font-family:var(--font-family-body);background-color:var(--background);color:var(--foreground);line-height:1.5;overflow-x:hidden;font-size:15px}h1,h2,h3,h4,h5{font-weight:600;letter-spacing:-.02em}button{cursor:pointer;border:none;background:none;font-family:inherit}a{text-decoration:none;color:inherit}.container{max-width:1280px;margin:0 auto;padding:0 40px}.section{padding:100px 0}.flex{display:flex}.flex-col{display:flex;flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.btn-primary{background-color:var(--primary);color:var(--primary-foreground);padding:16px 32px;border-radius:var(--radius-sm);font-weight:600;font-size:13px;letter-spacing:1px;text-transform:uppercase;border:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:opacity .2s}.btn-primary:hover{opacity:.9}.nav-wrapper{position:absolute;top:24px;left:0;right:0;z-index:100;display:flex;justify-content:center}.nav-bar{background:#ffffffb3;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.5);padding:12px 32px;border-radius:var(--radius-xl);box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008;display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1200px}.logo{display:flex;align-items:center;gap:8px;font-weight:700;font-size:18px;letter-spacing:1px;text-transform:uppercase}.logo-icon-wrapper,.icon-wrapper{width:20px;height:20px;display:flex;align-items:center;justify-content:center}.icon-wrapper{cursor:pointer;transition:opacity .2s}.icon-wrapper:hover{opacity:.7}.nav-links{display:flex;gap:32px}.nav-link-btn{background:none;border:none;color:var(--muted-foreground);text-decoration:none;font-size:14px;font-weight:500;transition:color .2s;cursor:pointer;padding:0}.nav-link-btn:hover,.nav-link-btn.active{color:var(--foreground)}.search-bar-container{flex:1;max-width:400px;margin:0 20px}.search-input{width:100%;padding:8px 16px;border:1px solid #e2e8f0;border-radius:999px;background:#f8fafc;outline:none;font-size:14px}.nav-actions{display:flex;gap:20px;color:var(--foreground)}.mobile-menu-btn{display:none}.mobile-menu-overlay{position:fixed;top:80px;left:20px;right:20px;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:20px;z-index:49;box-shadow:0 10px 25px #0000001a;display:flex;flex-direction:column}.mobile-nav-links{display:flex;flex-direction:column;gap:16px}.mobile-nav-link{background:none;border:none;text-align:left;font-size:16px;color:var(--foreground);padding:10px;border-bottom:1px solid #f1f5f9}@media(max-width:768px){.nav-links{display:none}.nav-bar{padding:10px 16px}.logo{font-size:14px}.nav-actions{gap:12px}.mobile-menu-btn{display:flex}.search-bar-container{margin:0 10px}}.footer{padding:80px 0 40px;background:#f8fafc;text-align:center}.footer-logo{display:flex;align-items:center;justify-content:center;gap:8px;font-weight:700;font-size:18px;letter-spacing:1px;text-transform:uppercase;margin-bottom:12px;color:var(--foreground)}.footer-logo-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center}.footer-links{display:flex;justify-content:center;gap:40px;margin:40px 0;flex-wrap:wrap}.footer-link{color:var(--foreground);text-decoration:none;font-size:14px;transition:opacity .2s}.footer-link:hover{opacity:.7}.copyright{color:#94a3b8;font-size:11px;letter-spacing:1px;text-transform:uppercase}.hero{position:relative;min-height:800px;display:flex;align-items:center;background:linear-gradient(90deg,#f8fafc 45%,transparent 45%);overflow:hidden}.hero-bg-image{position:absolute;top:0;right:0;width:55%;height:100%;z-index:0}.hero-bg-image img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0}.hero-actions{display:flex;align-items:center;gap:32px}.slide-indicators{display:flex;gap:12px}.indicator-dot{width:8px;height:8px;border-radius:50%;background-color:var(--muted-foreground);opacity:.3;border:none;cursor:pointer;padding:0;transition:all .3s}.indicator-dot.active{background-color:var(--primary);opacity:1;transform:scale(1.2)}.hero-content{position:relative;z-index:10;width:45%;padding-top:80px;padding-left:calc((100vw - 1280px)/2 + 40px);padding-right:60px}.label-overline{font-size:12px;letter-spacing:2px;text-transform:uppercase;color:var(--muted-foreground);margin-bottom:24px;border-left:2px solid var(--primary);padding-left:12px;font-weight:600}.hero-title{font-size:64px;line-height:1.1;font-weight:700;margin:0 0 24px;letter-spacing:-1px;color:var(--foreground)}.text-highlight{color:var(--primary);display:block}.hero-desc{color:var(--muted-foreground);font-size:18px;max-width:480px;margin-bottom:40px;font-weight:400}@media(max-width:1280px){.hero-content{padding-left:40px}}@media(max-width:968px){.hero{flex-direction:column;background:#f8fafc;padding-bottom:60px;min-height:auto}.hero-bg-image{position:relative;width:100%;height:300px;order:-1}.hero-content{width:100%;padding:40px 24px;text-align:center}.hero-title{font-size:36px;margin-bottom:16px}.label-overline{border-left:none;padding-left:0;margin-bottom:16px;display:inline-block}.hero-desc{margin-left:auto;margin-right:auto;font-size:16px}}.feature-strip{border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:24px 0;background:#fff}.feature-list{display:flex;justify-content:center;gap:60px;flex-wrap:wrap}.feature-item{display:flex;align-items:center;gap:10px;color:var(--muted-foreground);font-size:11px;font-weight:600;letter-spacing:1px;text-transform:uppercase;font-family:IBM Plex Mono,monospace}.feature-icon-wrapper{color:var(--primary);display:flex;align-items:center}@media(max-width:768px){.feature-list{gap:24px;justify-content:flex-start;overflow-x:auto;padding-bottom:10px}}.collection-section{padding:100px 0;background-color:#fafafa}.section-header{margin-bottom:60px;text-align:left}.section-label{color:var(--primary);font-size:12px;letter-spacing:2px;text-transform:uppercase;font-weight:600;margin-bottom:16px;display:block}.section-title{font-size:42px;font-weight:600;margin:0;letter-spacing:-.5px;color:var(--foreground)}.cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.product-card{background:var(--card);border-radius:var(--radius-md);overflow:hidden;box-shadow:0 4px 20px #0000000a;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease}.card-image{height:320px;width:100%;background:var(--muted);position:relative}.card-image img{width:100%;height:100%;object-fit:cover}.card-content{padding:32px;flex:1;display:flex;flex-direction:column;justify-content:flex-end}.tag{background:#e0e7ff;color:#3730a3;padding:4px 8px;border-radius:2px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;width:fit-content;margin-bottom:16px;font-family:IBM Plex Mono,monospace}.card-title{font-size:20px;font-weight:600;margin:0 0 8px;color:var(--foreground)}.card-desc{color:var(--muted-foreground);font-size:14px;line-height:1.6;margin:0}@media(max-width:968px){.cards-grid{grid-template-columns:1fr}}.product-card-link{text-decoration:none;color:inherit;display:block}.philosophy-section{display:flex;min-height:700px}.philosophy-content{flex:1;background:#ebf1f7;padding:100px 80px;display:flex;flex-direction:column;justify-content:center}.philosophy-image{flex:1;position:relative;min-height:400px}.philosophy-image img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0}.philosophy-desc{color:var(--muted-foreground);font-size:16px;max-width:480px;margin-bottom:24px;line-height:1.6;font-weight:400}.stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-top:60px}.stat-item h3{font-size:32px;font-weight:500;margin:0 0 8px;letter-spacing:-1px;color:var(--foreground)}.stat-item p{font-size:10px;letter-spacing:1.5px;text-transform:uppercase;color:var(--muted-foreground);margin:0;font-weight:600}@media(max-width:968px){.philosophy-section{flex-direction:column}.philosophy-content{padding:60px 40px}.philosophy-image{height:400px;flex:none}.philosophy-image img{position:relative}}.carousel-section{padding:80px 0;background:#fff;overflow:hidden}.carousel-title{font-size:32px;font-weight:600;margin-bottom:40px;color:var(--foreground);padding-left:20px}.carousel-wrapper{width:100%;overflow-x:hidden;padding:20px 0}.carousel-track{display:flex;gap:24px;padding:0 20px;cursor:grab}.carousel-track:active{cursor:grabbing}.carousel-item-link{text-decoration:none;flex-shrink:0}.carousel-item{width:300px;background:#f8fafc;border-radius:16px;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d;transition:box-shadow .3s ease}.carousel-item:hover{box-shadow:0 10px 15px -3px #0000001a}.carousel-image{height:200px;width:100%;overflow:hidden;background:#fff}.carousel-image img{width:100%;height:100%;object-fit:cover}.carousel-content{padding:20px}.carousel-content h4{margin:0 0 8px;font-size:18px;color:var(--foreground);font-weight:600}.carousel-content p{margin:0 0 12px;font-size:14px;color:var(--muted-foreground);display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.carousel-price{display:block;font-weight:700;color:var(--primary);font-size:16px}@media(max-width:768px){.carousel-item{width:260px}}.brands-strip{padding:60px 0;background:#f8fafc;border-top:1px solid #e2e8f0}.brands-title{text-align:center;font-size:14px;text-transform:uppercase;letter-spacing:2px;color:var(--muted-foreground);margin-bottom:40px;font-weight:600}.brands-grid{display:flex;justify-content:center;flex-wrap:wrap;gap:40px 60px;opacity:.6}.brand-item{font-size:24px;font-weight:700;color:var(--foreground);font-family:system-ui,-apple-system,sans-serif;letter-spacing:-1px}.product-details-page{padding-top:100px;background-color:#fafafa;min-height:100vh}.breadcrumb{display:flex;align-items:center;gap:8px;font-size:.8rem;color:var(--muted-foreground);margin-bottom:40px;text-transform:uppercase;letter-spacing:.05em;font-weight:500}.back-btn{display:flex;align-items:center;gap:6px;color:var(--muted-foreground);font-weight:600;padding:0}.back-btn:hover{color:var(--foreground)}.current-crumb{color:var(--foreground);font-weight:700}.product-main-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:60px;margin-bottom:120px}.product-gallery{display:flex;gap:20px}.gallery-thumbnails{display:flex;flex-direction:column;gap:16px}.thumb{width:80px;height:80px;border-radius:var(--radius-md);overflow:hidden;cursor:pointer;border:2px solid transparent;background:#fff}.thumb.active{border-color:var(--primary)}.thumb img{width:100%;height:100%;object-fit:cover}.main-image-wrapper{flex:1;background:#fff;border-radius:var(--radius-lg);overflow:hidden;position:relative;aspect-ratio:1}.main-image{width:100%;height:100%;object-fit:cover}.zoom-btn{position:absolute;bottom:16px;right:16px;background:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0000001a;color:var(--foreground)}.product-info-col{padding-top:20px}.tag-pill{background-color:#e0f2fe;color:var(--primary);display:inline-block;padding:6px 10px;border-radius:4px;font-family:IBM Plex Mono,monospace;font-size:.75rem;font-weight:600;margin-bottom:16px;letter-spacing:.05em;text-transform:uppercase}.pdp-title{font-size:3rem;line-height:1.1;color:var(--foreground);margin-bottom:24px;letter-spacing:-.02em}.pdp-desc{color:var(--muted-foreground);font-size:1.1rem;margin-bottom:32px;line-height:1.6}.pdp-price{font-size:2rem;font-weight:600;color:var(--foreground);margin-bottom:40px}.specs-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px 40px;margin-bottom:40px}.spec-item-box{display:flex;flex-direction:column}.spec-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;color:var(--muted-foreground);margin-bottom:6px;font-weight:600}.spec-val{font-size:1rem;font-weight:500;color:var(--foreground)}.add-to-cart-btn{width:100%;background-color:var(--primary);color:#fff;padding:18px;font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;border-radius:var(--radius-sm);margin-bottom:16px;transition:opacity .2s}.add-to-cart-btn:hover{opacity:.9}.delivery-note{font-size:.8rem;color:var(--muted-foreground);display:flex;align-items:center;justify-content:center;gap:8px}.technical-dna-section{padding:80px 0;background-color:#fff;border-top:1px solid var(--border)}.tech-label{display:block;font-size:.75rem;color:var(--primary);font-weight:700;letter-spacing:.2em;margin-bottom:16px;text-transform:uppercase}.tech-heading{font-size:2rem;margin-bottom:60px;color:var(--foreground);font-weight:600}.dna-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.dna-card{padding:40px;background:#f8fafc;border:1px solid #f1f5f9;border-radius:var(--radius-sm)}.dna-icon-box{margin-bottom:24px;color:var(--primary)}.dna-icon-placeholder{width:24px;height:24px;background-color:#e0f2fe;border-radius:4px}.dna-card h3{font-size:1.1rem;margin-bottom:12px;color:var(--foreground)}.dna-card p{color:var(--muted-foreground);font-size:.9rem;line-height:1.5}@media(max-width:968px){.product-main-grid{grid-template-columns:1fr;gap:40px}.dna-grid{grid-template-columns:1fr}}.admin-login-container{display:flex;justify-content:center;align-items:center;height:100vh;background-color:#f3f4f6}.login-box{background:#fff;padding:40px;border-radius:8px;box-shadow:0 4px 6px #0000001a;width:100%;max-width:400px;text-align:center}.login-box input{width:100%;padding:12px;margin-bottom:16px;border:1px solid #e5e7eb;border-radius:4px}.login-box button[type=submit]{width:100%;padding:12px;background:var(--primary);color:#fff;border:none;border-radius:4px;font-weight:600;cursor:pointer}.text-btn{background:none;border:none;color:var(--primary);margin-top:16px;cursor:pointer;text-decoration:underline}.admin-dashboard{background:#f9fafb;min-height:100vh;padding:40px}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px}.admin-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px}.admin-product-card{background:#fff;border-radius:8px;padding:16px;box-shadow:0 1px 3px #0000001a;display:flex;flex-direction:column}.admin-product-card img{width:100%;height:200px;object-fit:cover;border-radius:4px;margin-bottom:12px}.admin-card-actions{margin-top:auto;display:flex;gap:8px}.btn-edit,.btn-delete{flex:1;padding:8px;border:none;border-radius:4px;cursor:pointer;font-size:.9rem}.btn-edit{background:#e0f2fe;color:#0284c7}.btn-delete{background:#fee2e2;color:#dc2626}.btn-add{background:var(--primary);color:#fff;padding:12px 24px;border-radius:6px;text-decoration:none;display:inline-block}.btn-logout{background:#ef4444;color:#fff;padding:8px 16px;border-radius:6px;border:none;cursor:pointer}.admin-form{background:#fff;padding:32px;border-radius:8px;box-shadow:0 1px 2px #0000000d;max-width:800px}.form-group{margin-bottom:20px}.form-group label{display:block;font-weight:500;margin-bottom:8px;color:#374151}.form-group input,.form-group textarea,.form-group select{width:100%;padding:10px;border:1px solid #d1d5db;border-radius:6px;font-family:inherit}.btn-save{background:var(--primary);color:#fff;border:none;padding:12px 24px;border-radius:6px;font-weight:600;cursor:pointer}.form-actions{display:flex;gap:16px;justify-content:flex-end;margin-top:32px}.btn-small{font-size:.8rem;padding:4px 8px;border:1px solid #d1d5db;border-radius:4px;background:#fff;cursor:pointer;margin-left:12px}.spec-row,.feature-row{display:flex;gap:12px;margin-bottom:12px;align-items:center}.spec-row input,.feature-row input{padding:8px;border:1px solid #e5e7eb;border-radius:4px;flex:1}.btn-delete-small{background:#fee2e2;color:#dc2626;border:none;border-radius:4px;padding:4px 8px;cursor:pointer}.products-page{padding-top:100px;min-height:100vh;background-color:#f8fafc}.products-layout{display:flex;gap:40px;max-width:1400px;margin:0 auto;padding:0 40px 60px}.products-sidebar{width:250px;flex-shrink:0;padding-top:20px}.sidebar-section{margin-bottom:40px}.sidebar-title{font-size:14px;text-transform:uppercase;letter-spacing:1px;font-weight:600;margin-bottom:20px;color:var(--foreground)}.category-list{display:flex;flex-direction:column;gap:12px}.category-btn{background:none;border:none;text-align:left;padding:8px 12px;border-radius:6px;cursor:pointer;color:var(--muted-foreground);transition:all .2s;font-size:15px}.category-btn:hover{background:#e2e8f0;color:var(--foreground)}.category-btn.active{background:var(--primary);color:#fff;font-weight:500}.products-main{flex:1}.products-header{margin-bottom:30px;display:flex;justify-content:space-between;align-items:center}.products-count{color:var(--muted-foreground);font-size:14px}.products-grid-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px}.pagination{display:flex;justify-content:center;gap:10px;margin-top:60px}.page-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:1px solid #e2e8f0;background:#fff;border-radius:8px;cursor:pointer;transition:all .2s}.page-btn:hover:not(:disabled){border-color:var(--primary);color:var(--primary)}.page-btn.active{background:var(--primary);color:#fff;border-color:var(--primary)}.page-btn:disabled{opacity:.5;cursor:not-allowed}@media(max-width:968px){.products-layout{flex-direction:column;padding:0 20px 40px}.products-sidebar{width:100%;padding-bottom:20px;border-bottom:1px solid #e2e8f0;margin-bottom:20px;position:relative;z-index:20}.category-list{flex-direction:row;overflow-x:auto;padding-bottom:12px;gap:8px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.category-list::-webkit-scrollbar{display:none}.category-btn{white-space:nowrap;background:#fff;padding:8px 16px;border:1px solid #e2e8f0;border-radius:999px;position:relative;z-index:21;cursor:pointer}.category-btn.active{border-color:var(--primary)}}
