:root{--bg: #0f0f0f;--surface: #1a1a1a;--surface-2: #242424;--surface-3: #2e2e2e;--border: #333333;--text: #f0f0f0;--text-muted: #999999;--text-faint: #555555;--accent: #e07430;--accent-dark: #c06220;--accent-light: #f08040;--grey: #888888;--white: #ffffff;--black: #000000;--radius: 6px;--radius-lg: 12px;--shadow: 0 2px 12px rgba(0,0,0,.5);--shadow-lg: 0 8px 32px rgba(0,0,0,.6);--transition: .2s ease;--max-width: 1280px;--header-height: 68px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{background:var(--bg);color:var(--text);font-family:Inter,Segoe UI,system-ui,sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{cursor:pointer;border:none;background:none;font:inherit}input,textarea,select{font:inherit;background:var(--surface-2);border:1px solid var(--border);color:var(--text);border-radius:var(--radius);padding:.65rem 1rem;width:100%;outline:none;transition:border-color var(--transition)}input:focus,textarea:focus,select:focus{border-color:var(--accent)}select option{background:var(--surface-2)}h1,h2,h3,h4,h5{font-weight:700;line-height:1.2;letter-spacing:-.02em}h1{font-size:clamp(2rem,5vw,3.5rem)}h2{font-size:clamp(1.6rem,3.5vw,2.4rem)}h3{font-size:clamp(1.2rem,2.5vw,1.5rem)}h4{font-size:1.1rem}p{color:var(--text-muted);line-height:1.75}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.section-pad{padding:5rem 0}.text-center{text-align:center}.text-accent{color:var(--accent)}.flex{display:flex}.gap-1{gap:.5rem}.gap-2{gap:1rem}.items-center{align-items:center}.justify-between{justify-content:space-between}.hidden{display:none!important}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.75rem;border-radius:var(--radius);font-weight:600;font-size:.95rem;transition:all var(--transition);cursor:pointer;border:2px solid transparent;letter-spacing:.01em;white-space:nowrap}.btn-primary{background:var(--accent);color:var(--white);border-color:var(--accent)}.btn-primary:hover{background:var(--accent-dark);border-color:var(--accent-dark);transform:translateY(-1px);box-shadow:0 4px 16px #e0743059}.btn-outline{background:transparent;color:var(--accent);border-color:var(--accent)}.btn-outline:hover{background:var(--accent);color:var(--white);transform:translateY(-1px)}.btn-ghost{background:transparent;color:var(--text);border-color:var(--border)}.btn-ghost:hover{border-color:var(--accent);color:var(--accent)}.btn-dark{background:var(--surface-2);color:var(--text);border-color:var(--border)}.btn-dark:hover{background:var(--surface-3);border-color:var(--accent);color:var(--accent)}.btn-lg{padding:1rem 2.25rem;font-size:1.05rem}.btn-sm{padding:.5rem 1.1rem;font-size:.85rem}.btn-full{width:100%}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.section-header{margin-bottom:3rem}.section-header .eyebrow{font-size:.8rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--accent);margin-bottom:.5rem}.section-header h2{color:var(--text);margin-bottom:1rem}.section-header p{max-width:560px}.section-header.centered{text-align:center}.section-header.centered p{margin:0 auto}.badge{display:inline-block;padding:.25rem .75rem;border-radius:999px;font-size:.75rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.badge-accent{background:#e0743026;color:var(--accent)}.badge-dark{background:var(--surface-3);color:var(--text-muted)}.divider{border:none;border-top:1px solid var(--border);margin:2rem 0}.announcement-bar{background:var(--accent);color:var(--white);text-align:center;padding:.5rem 1rem;font-size:.85rem;font-weight:600;letter-spacing:.03em}.announcement-bar a{color:var(--white);text-decoration:underline}.site-header{position:sticky;top:0;z-index:100;background:#0f0f0ff5;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border);height:var(--header-height)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:var(--header-height);gap:2rem}.site-logo{font-size:1.4rem;font-weight:800;color:var(--text);letter-spacing:-.03em;flex-shrink:0}.site-logo span{color:var(--accent)}.site-nav{display:flex;align-items:center;gap:.25rem}.site-nav a{padding:.5rem .85rem;border-radius:var(--radius);font-size:.9rem;font-weight:500;color:var(--text-muted);transition:all var(--transition)}.site-nav a:hover,.site-nav a.active{color:var(--text);background:var(--surface-2)}.header-actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.cart-btn{position:relative;display:flex;align-items:center;gap:.4rem;padding:.5rem 1rem;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);font-size:.9rem;font-weight:600;color:var(--text);transition:all var(--transition)}.cart-btn:hover{border-color:var(--accent);color:var(--accent)}.cart-count{background:var(--accent);color:var(--white);font-size:.7rem;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:1}.mobile-nav-toggle{display:none;flex-direction:column;gap:5px;padding:.5rem;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer}.mobile-nav-toggle span{display:block;width:22px;height:2px;background:var(--text);border-radius:2px;transition:all .3s ease}.mobile-nav-toggle.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}.mobile-nav-toggle.active span:nth-child(2){opacity:0}.mobile-nav-toggle.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-nav{display:none;position:fixed;top:var(--header-height);left:0;right:0;bottom:0;background:var(--surface);z-index:99;padding:1.5rem;overflow-y:auto;transform:translate(-100%);transition:transform .3s ease}.mobile-nav.open{transform:translate(0)}.mobile-nav a{display:block;padding:1rem 0;font-size:1.1rem;font-weight:500;color:var(--text);border-bottom:1px solid var(--border);transition:color var(--transition)}.mobile-nav a:hover{color:var(--accent)}.mobile-nav .btn{margin-top:1.5rem}.hero{position:relative;min-height:calc(100vh - var(--header-height));display:flex;align-items:center;overflow:hidden}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0f0f0f,#1a1a1a,#0f0f0f);z-index:0}.hero-bg:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 20% 50%,rgba(224,116,48,.08) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(224,116,48,.05) 0%,transparent 40%)}.hero-grid-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px);background-size:60px 60px}.hero-inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;padding:4rem 0}.hero-eyebrow{display:inline-flex;align-items:center;gap:.5rem;background:#e074301f;border:1px solid rgba(224,116,48,.3);color:var(--accent);padding:.4rem 1rem;border-radius:999px;font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1.5rem}.hero h1{color:var(--text);margin-bottom:1.25rem}.hero h1 em{font-style:normal;color:var(--accent)}.hero .hero-desc{font-size:1.1rem;color:var(--text-muted);margin-bottom:2rem;max-width:480px}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:2.5rem}.hero-stats{display:flex;gap:2rem;padding-top:2rem;border-top:1px solid var(--border)}.hero-stat .num{font-size:1.6rem;font-weight:800;color:var(--text);line-height:1}.hero-stat .label{font-size:.8rem;color:var(--text-muted);margin-top:.25rem}.hero-visual{position:relative;padding:1rem}.hero-visual-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;position:relative;overflow:hidden}.hero-visual-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--accent),var(--accent-light))}.service-preview-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.service-preview-item{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem 1rem;text-align:center;transition:all var(--transition);cursor:pointer}.service-preview-item:hover{border-color:var(--accent);transform:translateY(-2px)}.service-preview-item .icon{font-size:2rem;margin-bottom:.5rem}.service-preview-item .name{font-size:.8rem;font-weight:600;color:var(--text)}.floating-badge{position:absolute;background:var(--accent);color:var(--white);padding:.4rem .85rem;border-radius:999px;font-size:.75rem;font-weight:700;white-space:nowrap;box-shadow:0 4px 12px #e0743066}.floating-badge-1{top:0;right:.5rem;transform:translateY(-50%)}.floating-badge-2{bottom:0;left:.5rem;transform:translateY(50%)}.trust-bar{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:1.25rem 0}.trust-bar-inner{display:flex;align-items:center;justify-content:center;gap:3rem;flex-wrap:wrap}.trust-item{display:flex;align-items:center;gap:.5rem;font-size:.85rem;font-weight:600;color:var(--text-muted);white-space:nowrap}.trust-item .icon{font-size:1.1rem;color:var(--accent)}.service-categories{background:var(--bg)}.service-categories-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.service-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:all .3s ease;display:flex;flex-direction:column;position:relative}.service-card:hover{border-color:var(--accent);transform:translateY(-4px);box-shadow:0 16px 48px #0006}.service-card:hover .service-card-accent-bar{width:100%}.service-card-accent-bar{position:absolute;top:0;left:0;height:3px;width:0;background:linear-gradient(90deg,var(--accent),var(--accent-light));transition:width .4s ease;z-index:1}.service-card-image{position:relative;height:220px;background:var(--surface-2);overflow:hidden;flex-shrink:0}.service-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.service-card:hover .service-card-image img{transform:scale(1.05)}.service-card-image-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;background:linear-gradient(135deg,var(--surface-2),var(--surface-3))}.service-card-image-placeholder .big-icon{font-size:4rem;filter:drop-shadow(0 0 20px rgba(224,116,48,.3))}.service-card-badge{position:absolute;top:1rem;right:1rem;background:var(--accent);color:var(--white);font-size:.72rem;font-weight:700;padding:.3rem .7rem;border-radius:999px;text-transform:uppercase;letter-spacing:.05em}.service-card-body{padding:1.75rem;flex:1;display:flex;flex-direction:column}.service-card-body h3{color:var(--text);margin-bottom:.5rem;font-size:1.25rem}.service-card-body p{font-size:.9rem;margin-bottom:1.25rem;flex:1}.service-card-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1.5rem}.service-tag{background:var(--surface-2);border:1px solid var(--border);color:var(--text-muted);font-size:.75rem;padding:.25rem .6rem;border-radius:999px;font-weight:500}.service-card-footer{display:flex;align-items:center;justify-content:space-between;padding-top:1.25rem;border-top:1px solid var(--border)}.service-card-footer .starting-from{font-size:.8rem;color:var(--text-muted)}.service-card-footer .starting-from strong{color:var(--accent);font-size:1rem}.how-it-works{background:var(--surface)}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;position:relative}.steps-grid:before{content:"";position:absolute;top:36px;left:calc(12.5% + 24px);right:calc(12.5% + 24px);height:2px;background:linear-gradient(90deg,var(--accent),transparent 80%);opacity:.3}.step-item{text-align:center}.step-num{width:56px;height:56px;border-radius:50%;background:var(--surface-2);border:2px solid var(--border);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-size:1.1rem;font-weight:800;color:var(--accent);position:relative;z-index:1;transition:all var(--transition)}.step-item:hover .step-num{background:var(--accent);color:var(--white);border-color:var(--accent)}.step-item h4{color:var(--text);margin-bottom:.5rem}.step-item p{font-size:.88rem}.featured-collection{background:var(--bg)}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.product-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:all .25s ease;display:flex;flex-direction:column}.product-card:hover{border-color:var(--border);transform:translateY(-3px);box-shadow:var(--shadow-lg)}.product-card-image{position:relative;aspect-ratio:1 / 1;background:var(--surface-2);overflow:hidden}.product-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card:hover .product-card-image img{transform:scale(1.04)}.product-card-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:3rem;color:var(--text-faint)}.product-card-badge{position:absolute;top:.75rem;left:.75rem}.product-card-body{padding:1.1rem;flex:1;display:flex;flex-direction:column}.product-card-vendor{font-size:.72rem;color:var(--text-faint);text-transform:uppercase;letter-spacing:.08em;font-weight:600;margin-bottom:.3rem}.product-card-title{font-size:.95rem;font-weight:600;color:var(--text);margin-bottom:.5rem;flex:1;line-height:1.4}.product-card-price{display:flex;align-items:baseline;gap:.5rem;margin-bottom:1rem}.price-current{font-size:1.05rem;font-weight:700;color:var(--text)}.price-compare{font-size:.85rem;color:var(--text-faint);text-decoration:line-through}.product-card-body .btn{margin-top:auto}.cta-banner{background:linear-gradient(135deg,var(--surface) 0%,var(--surface-2) 100%);border-top:1px solid var(--border);border-bottom:1px solid var(--border);position:relative;overflow:hidden}.cta-banner:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 30% 50%,rgba(224,116,48,.08) 0%,transparent 60%)}.cta-banner-inner{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:3rem;padding:4rem 0}.cta-banner h2{color:var(--text);margin-bottom:.75rem}.cta-banner p{max-width:500px}.cta-banner-actions{display:flex;gap:1rem;flex-shrink:0;flex-wrap:wrap}.testimonials{background:var(--surface)}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.testimonial-card{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.75rem;display:flex;flex-direction:column;gap:1rem;transition:border-color var(--transition)}.testimonial-card:hover{border-color:var(--accent)}.testimonial-stars{color:var(--accent);font-size:1rem;letter-spacing:.1em}.testimonial-text{font-size:.92rem;color:var(--text-muted);font-style:italic;flex:1;line-height:1.7}.testimonial-author{display:flex;align-items:center;gap:.75rem;padding-top:1rem;border-top:1px solid var(--border)}.testimonial-avatar{width:40px;height:40px;border-radius:50%;background:var(--surface-3);border:2px solid var(--border);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;color:var(--accent);flex-shrink:0}.testimonial-author-info .name{font-weight:700;font-size:.9rem;color:var(--text)}.testimonial-author-info .location{font-size:.78rem;color:var(--text-faint);margin-top:.1rem}.why-jlb{background:var(--bg)}.why-jlb-inner{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.why-jlb-visual{position:relative;border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:4/3;background:var(--surface);border:1px solid var(--border)}.why-jlb-visual img{width:100%;height:100%;object-fit:cover}.why-jlb-visual-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:6rem}.why-stat-accent{position:absolute;bottom:1.5rem;right:1.5rem;background:var(--accent);color:var(--white);padding:1rem 1.25rem;border-radius:var(--radius);text-align:center;box-shadow:var(--shadow-lg)}.why-stat-accent .big-num{font-size:2rem;font-weight:800;line-height:1}.why-stat-accent .stat-label{font-size:.75rem;font-weight:600;opacity:.9;margin-top:.25rem}.why-features{display:flex;flex-direction:column;gap:1.25rem;margin-top:2rem}.why-feature{display:flex;gap:1rem;padding:1.25rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);transition:border-color var(--transition)}.why-feature:hover{border-color:var(--accent)}.why-feature-icon{width:44px;height:44px;flex-shrink:0;background:#e074301f;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;font-size:1.2rem}.why-feature-text h4{color:var(--text);margin-bottom:.25rem;font-size:.95rem}.why-feature-text p{font-size:.85rem}.faq{background:var(--surface)}.faq-list{display:flex;flex-direction:column;gap:0;max-width:780px;margin:0 auto}.faq-item{border-bottom:1px solid var(--border)}.faq-item:first-child{border-top:1px solid var(--border)}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.25rem 0;font-weight:600;font-size:.95rem;color:var(--text);text-align:left;gap:1rem;background:none;border:none;cursor:pointer;transition:color var(--transition)}.faq-question:hover{color:var(--accent)}.faq-chevron{flex-shrink:0;width:20px;height:20px;border-radius:50%;background:var(--surface-3);display:flex;align-items:center;justify-content:center;transition:all .3s ease;font-size:.7rem;color:var(--text-muted)}.faq-item.open .faq-chevron{background:var(--accent);color:var(--white);transform:rotate(180deg)}.faq-answer{display:none;padding-bottom:1.25rem}.faq-item.open .faq-answer{display:block}.faq-answer p{font-size:.9rem}.newsletter{background:var(--surface-2);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.newsletter-inner{display:flex;align-items:center;justify-content:space-between;gap:3rem;padding:3.5rem 0}.newsletter h3{color:var(--text);margin-bottom:.25rem}.newsletter p{font-size:.9rem}.newsletter-form{display:flex;gap:.75rem;flex-shrink:0;min-width:360px}.newsletter-form input{max-width:280px}.site-footer{background:var(--surface);border-top:1px solid var(--border);padding:4rem 0 0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid var(--border)}.footer-logo{font-size:1.3rem;font-weight:800;color:var(--text);letter-spacing:-.03em;margin-bottom:.75rem}.footer-logo span{color:var(--accent)}.footer-brand p{font-size:.88rem;margin-bottom:1.25rem;max-width:260px}.footer-social{display:flex;gap:.5rem}.social-btn{width:36px;height:36px;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;font-size:.85rem;color:var(--text-muted);transition:all var(--transition);text-decoration:none}.social-btn:hover{border-color:var(--accent);color:var(--accent)}.footer-col h5{font-size:.85rem;font-weight:700;color:var(--text);text-transform:uppercase;letter-spacing:.08em;margin-bottom:1rem}.footer-col ul{display:flex;flex-direction:column;gap:.5rem}.footer-col ul li a{font-size:.88rem;color:var(--text-muted);transition:color var(--transition)}.footer-col ul li a:hover{color:var(--accent)}.footer-bottom{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 0;font-size:.8rem;color:var(--text-faint);flex-wrap:wrap;gap:.5rem}.footer-bottom a{color:var(--text-faint);transition:color var(--transition)}.footer-bottom a:hover{color:var(--accent)}.footer-bottom-links{display:flex;gap:1.5rem}.product-page{padding:3rem 0}.product-page-inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.product-gallery{position:sticky;top:calc(var(--header-height) + 1.5rem)}.gallery-main{aspect-ratio:1/1;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;margin-bottom:.75rem}.gallery-main img{width:100%;height:100%;object-fit:cover}.gallery-thumbs{display:flex;gap:.5rem;flex-wrap:wrap}.gallery-thumb{width:70px;height:70px;background:var(--surface);border:2px solid var(--border);border-radius:var(--radius);overflow:hidden;cursor:pointer;transition:border-color var(--transition);flex-shrink:0}.gallery-thumb:hover,.gallery-thumb.active{border-color:var(--accent)}.gallery-thumb img{width:100%;height:100%;object-fit:cover}.product-breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:var(--text-muted);margin-bottom:1rem}.product-breadcrumb a{color:var(--text-muted);transition:color var(--transition)}.product-breadcrumb a:hover{color:var(--accent)}.product-breadcrumb span{color:var(--text-faint)}.product-title{color:var(--text);margin-bottom:.5rem}.product-price-block{display:flex;align-items:baseline;gap:.75rem;margin-bottom:1.5rem}.product-price{font-size:1.75rem;font-weight:800;color:var(--text)}.product-price-compare{font-size:1rem;color:var(--text-faint);text-decoration:line-through}.product-variants{margin-bottom:1.5rem}.variant-label{font-size:.85rem;font-weight:600;color:var(--text-muted);margin-bottom:.6rem}.variant-label strong{color:var(--text)}.variant-buttons{display:flex;gap:.4rem;flex-wrap:wrap}.variant-btn{padding:.5rem 1rem;background:var(--surface-2);border:1.5px solid var(--border);border-radius:var(--radius);font-size:.88rem;font-weight:500;color:var(--text-muted);cursor:pointer;transition:all var(--transition)}.variant-btn:hover,.variant-btn.active{border-color:var(--accent);color:var(--text);background:#e0743014}.variant-btn.sold-out{opacity:.4;cursor:not-allowed;text-decoration:line-through}.product-qty{margin-bottom:1.5rem}.qty-input-wrap{display:flex;align-items:center;gap:0;width:fit-content}.qty-btn{width:42px;height:42px;background:var(--surface-2);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:1.1rem;color:var(--text);cursor:pointer;transition:all var(--transition);flex-shrink:0}.qty-btn:first-child{border-radius:var(--radius) 0 0 var(--radius)}.qty-btn:last-child{border-radius:0 var(--radius) var(--radius) 0}.qty-btn:hover{background:var(--surface-3);color:var(--accent)}.qty-input-wrap input{width:56px;text-align:center;border-radius:0;border-left:none;border-right:none;padding:.5rem;height:42px}.product-actions{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.75rem}.product-custom-note{margin-bottom:1.75rem}.product-custom-note label{display:block;font-size:.85rem;font-weight:600;color:var(--text-muted);margin-bottom:.5rem}.product-custom-note textarea{min-height:90px;resize:vertical}.product-meta-list{display:flex;flex-direction:column;gap:.5rem}.product-meta-item{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--text-muted)}.product-meta-item .dot{width:6px;height:6px;border-radius:50%;background:var(--accent);flex-shrink:0}.product-tabs{margin-top:2.5rem}.tab-buttons{display:flex;gap:0;border-bottom:1px solid var(--border);margin-bottom:1.75rem}.tab-btn{padding:.75rem 1.25rem;font-size:.9rem;font-weight:600;color:var(--text-muted);border-bottom:2px solid transparent;margin-bottom:-1px;cursor:pointer;transition:all var(--transition);background:none;border-top:none;border-left:none;border-right:none}.tab-btn:hover{color:var(--text)}.tab-btn.active{color:var(--accent);border-bottom-color:var(--accent)}.tab-pane{display:none}.tab-pane.active{display:block}.tab-pane p{font-size:.9rem;line-height:1.75}.bulk-table{width:100%;border-collapse:collapse;margin-top:.5rem;font-size:.88rem}.bulk-table th,.bulk-table td{padding:.6rem 1rem;text-align:left;border-bottom:1px solid var(--border)}.bulk-table th{background:var(--surface-2);color:var(--text-muted);font-weight:600;font-size:.78rem;text-transform:uppercase;letter-spacing:.06em}.bulk-table td{color:var(--text)}.bulk-table tr:last-child td{border-bottom:none}.bulk-table .save{color:var(--accent);font-weight:600}.collection-page{padding:3rem 0}.collection-header-block{margin-bottom:2rem}.collection-filter-bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:1.75rem;flex-wrap:wrap}.filter-pills{display:flex;gap:.4rem;flex-wrap:wrap}.filter-pill{padding:.4rem .9rem;border-radius:999px;font-size:.8rem;font-weight:600;background:var(--surface-2);border:1px solid var(--border);color:var(--text-muted);cursor:pointer;transition:all var(--transition)}.filter-pill:hover,.filter-pill.active{background:var(--accent);border-color:var(--accent);color:var(--white)}.sort-select{width:auto;min-width:160px;font-size:.85rem}.cart-page{padding:3rem 0}.cart-page h1{color:var(--text);margin-bottom:2rem}.cart-layout{display:grid;grid-template-columns:1fr 360px;gap:2rem;align-items:start}.cart-items{display:flex;flex-direction:column;gap:0}.cart-item{display:grid;grid-template-columns:80px 1fr auto;gap:1.25rem;align-items:start;padding:1.25rem 0;border-bottom:1px solid var(--border)}.cart-item:first-child{border-top:1px solid var(--border)}.cart-item-image{width:80px;height:80px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;flex-shrink:0}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-details h4{font-size:.95rem;color:var(--text);font-weight:600;margin-bottom:.25rem}.cart-item-variant{font-size:.8rem;color:var(--text-faint);margin-bottom:.5rem}.cart-item-remove{font-size:.78rem;color:var(--text-faint);cursor:pointer;background:none;border:none;transition:color var(--transition);padding:0}.cart-item-remove:hover{color:#e05555}.cart-item-price{font-weight:700;color:var(--text);font-size:.95rem;text-align:right;white-space:nowrap}.shipping-progress-bar{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem 1.25rem;margin-bottom:1.5rem;font-size:.85rem;color:var(--text-muted)}.progress-track{height:6px;background:var(--surface-3);border-radius:999px;margin-top:.6rem;overflow:hidden}.progress-fill{height:100%;background:var(--accent);border-radius:999px;transition:width .4s ease}.cart-summary{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.75rem;position:sticky;top:calc(var(--header-height) + 1.5rem)}.cart-summary h3{color:var(--text);margin-bottom:1.25rem;font-size:1.1rem}.summary-row{display:flex;justify-content:space-between;font-size:.9rem;margin-bottom:.75rem}.summary-row span:first-child{color:var(--text-muted)}.summary-row span:last-child{color:var(--text);font-weight:600}.summary-total{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border)}.summary-total span:first-child{font-weight:700;color:var(--text)}.summary-total span:last-child{font-size:1.2rem;font-weight:800;color:var(--text)}.cart-note-label{font-size:.85rem;font-weight:600;color:var(--text-muted);margin-top:1.25rem;margin-bottom:.5rem}.cart-actions{margin-top:1.25rem;display:flex;flex-direction:column;gap:.6rem}.cart-empty{text-align:center;padding:5rem 0}.cart-empty .empty-icon{font-size:4rem;margin-bottom:1rem}.cart-empty h3{color:var(--text);margin-bottom:.5rem}.cart-empty p{margin-bottom:2rem}.page-content{padding:4rem 0;max-width:860px;margin:0 auto}.page-content h1{color:var(--text);margin-bottom:2rem}.page-content h2{color:var(--text);margin:2rem 0 1rem;font-size:1.4rem}.page-content p{margin-bottom:1rem}.page-content ul,.page-content ol{margin:1rem 0 1rem 1.5rem;list-style:disc;color:var(--text-muted)}.page-content ol{list-style:decimal}.page-content li{margin-bottom:.5rem;font-size:.95rem}.page-404{text-align:center;padding:8rem 0}.page-404 .big-num{font-size:8rem;font-weight:900;color:var(--surface-3);line-height:1;margin-bottom:1rem}.page-404 h2{color:var(--text);margin-bottom:1rem}.page-404 p{margin-bottom:2rem}.custom-order-page{padding:3rem 0}.custom-order-inner{display:grid;grid-template-columns:1fr 360px;gap:3rem;align-items:start}.custom-form-section{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;margin-bottom:1.5rem}.custom-form-section h3{color:var(--text);margin-bottom:1.5rem;font-size:1.1rem;border-bottom:1px solid var(--border);padding-bottom:1rem}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.4rem}.form-group.full{grid-column:1 / -1}.form-group label{font-size:.85rem;font-weight:600;color:var(--text-muted)}.service-selector{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.service-option{border:2px solid var(--border);border-radius:var(--radius);padding:1.1rem;text-align:center;cursor:pointer;transition:all var(--transition);background:var(--surface-2)}.service-option.active{border-color:var(--accent);background:#e0743014}.service-option:hover{border-color:var(--accent)}.service-option .opt-icon{font-size:1.75rem;margin-bottom:.4rem}.service-option .opt-label{font-size:.82rem;font-weight:600;color:var(--text)}.file-upload-area{border:2px dashed var(--border);border-radius:var(--radius);padding:2.5rem;text-align:center;cursor:pointer;transition:all var(--transition);background:var(--surface-2)}.file-upload-area:hover,.file-upload-area.dragover{border-color:var(--accent);background:#e074300d}.file-upload-area .upload-icon{font-size:2.5rem;margin-bottom:.75rem}.file-upload-area p{font-size:.88rem;margin-bottom:0}.file-upload-area strong{color:var(--accent)}.file-upload-area input[type=file]{display:none}.quote-sidebar{position:sticky;top:calc(var(--header-height) + 1.5rem)}.quote-sidebar-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.75rem;margin-bottom:1rem}.quote-sidebar-card h4{color:var(--text);margin-bottom:1rem;font-size:1rem}.quote-feature{display:flex;gap:.75rem;align-items:flex-start;margin-bottom:.75rem}.quote-feature .qf-icon{font-size:1.1rem;flex-shrink:0;margin-top:.1rem}.quote-feature-text .qf-title{font-size:.88rem;font-weight:600;color:var(--text)}.quote-feature-text .qf-desc{font-size:.8rem;color:var(--text-muted)}.cart-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:200;opacity:0;pointer-events:none;transition:opacity .3s ease}.cart-drawer-overlay.open{opacity:1;pointer-events:all}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:400px;max-width:100vw;background:var(--surface);border-left:1px solid var(--border);z-index:201;display:flex;flex-direction:column;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1)}.cart-drawer.open{transform:translate(0)}.cart-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border)}.cart-drawer-header h3{font-size:1rem;color:var(--text)}.drawer-close{font-size:1.3rem;color:var(--text-muted);padding:.25rem;transition:color var(--transition)}.drawer-close:hover{color:var(--text)}.cart-drawer-body{flex:1;overflow-y:auto;padding:1.25rem 1.5rem}.cart-drawer-footer{padding:1.25rem 1.5rem;border-top:1px solid var(--border)}.cart-drawer-total{display:flex;justify-content:space-between;margin-bottom:1rem;font-weight:700;color:var(--text)}.cart-drawer-empty{text-align:center;padding:3rem 0}.cart-drawer-empty .icon{font-size:3rem;margin-bottom:.75rem}.cart-drawer-empty p{font-size:.9rem}.spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:var(--white);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.toast-container{position:fixed;bottom:1.5rem;right:1.5rem;z-index:300;display:flex;flex-direction:column;gap:.5rem}.toast{background:var(--surface-2);border:1px solid var(--border);border-left:3px solid var(--accent);border-radius:var(--radius);padding:.85rem 1.25rem;font-size:.88rem;font-weight:500;color:var(--text);box-shadow:var(--shadow-lg);animation:slideUp .3s ease;max-width:320px}.toast.error{border-left-color:#e05555}@keyframes slideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1024px){.products-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.steps-grid{grid-template-columns:repeat(2,1fr)}.steps-grid:before{display:none}}@media(max-width:900px){.hero-inner{grid-template-columns:1fr}.hero-visual{display:none}.hero{min-height:auto}.hero-inner{padding:3.5rem 0}.service-categories-grid{grid-template-columns:1fr;max-width:460px;margin:0 auto}.testimonials-grid{grid-template-columns:1fr}.why-jlb-inner{grid-template-columns:1fr;gap:2rem}.product-page-inner{grid-template-columns:1fr}.product-gallery{position:static}.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}.newsletter-inner{flex-direction:column;gap:1.5rem}.newsletter-form{min-width:0;width:100%}.cta-banner-inner{flex-direction:column;text-align:center}.custom-order-inner{grid-template-columns:1fr}.quote-sidebar{position:static}}@media(max-width:768px){.site-nav{display:none}.mobile-nav-toggle{display:flex}.mobile-nav{display:block}.products-grid{grid-template-columns:repeat(2,1fr)}.trust-bar-inner{gap:1.5rem}.section-pad{padding:3.5rem 0}.form-grid{grid-template-columns:1fr}.service-selector{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr}}@media(max-width:480px){.hero-actions{flex-direction:column}.hero-actions .btn{width:100%}.trust-bar-inner{flex-direction:column;gap:.75rem}.products-grid{grid-template-columns:1fr}.hero-stats{gap:1.25rem}.cart-drawer{width:100vw}.service-categories-grid{max-width:100%}}
/*# sourceMappingURL=/cdn/shop/t/38/assets/theme.css.map */
