@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Montserrat:wght@900&family=Outfit:wght@300;400;500;600;700&display=swap";.navbar-wrapper{z-index:1000;width:100%;padding:0 1.5rem;transition:all .3s;left:0}.announcement-bar{color:#000;text-align:center;z-index:1100;font-family:var(--font-body);letter-spacing:.1em;text-transform:uppercase;background:#febb00;padding:8px 20px;font-size:.65rem;font-weight:700;animation:.5s barFadeIn;position:relative}@keyframes barFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.navbar-absolute{position:absolute;top:1.5rem}.navbar-wrapper.with-announcement .navbar-absolute{top:3.5rem}.navbar-sticky{-webkit-backdrop-filter:blur(20px);background:#fffffffa;border-bottom:1px solid #00000014;padding-top:.5rem;padding-bottom:.5rem;position:sticky;top:0}.navbar-sticky .navbar{-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:none;border-radius:0}.navbar{border-radius:8px;justify-content:space-between;align-items:center;padding:1rem 2.5rem;display:flex}.navbar-brand{align-items:center;text-decoration:none;display:flex}.navbar-logo-full{width:auto;height:40px;display:block}.navbar-logo-icon{width:auto;height:40px;display:none}@media (width<=480px){.navbar-logo-full{display:none}.navbar-logo-icon{display:block}}.navbar-links{align-items:center;gap:2.5rem;list-style:none;display:flex}.stores-nav-item{position:relative}.mobile-stores-group{display:none}.stores-trigger{font-family:var(--font-body);color:var(--color-slate);letter-spacing:.05em;text-transform:uppercase;cursor:pointer;transition:var(--transition-fast);background:0 0;border:none;align-items:center;gap:.35rem;padding:0;font-size:.85rem;font-weight:500;display:flex}.stores-trigger:hover{color:var(--color-sage-dark)}.stores-chevron{flex-shrink:0;font-size:.9rem;transition:transform .2s}.stores-trigger.open .stores-chevron{transform:rotate(180deg)}.stores-dropdown{z-index:500;-webkit-backdrop-filter:blur(30px);background:#fffffff0;border:1px solid #00000014;border-radius:20px;min-width:320px;padding:1rem;animation:.3s cubic-bezier(.16,1,.3,1) dropIn;position:absolute;top:calc(100% + 18px);right:-20px;overflow:hidden;box-shadow:0 25px 60px #00000026,0 4px 12px #0000000a}.dropdown-label{color:var(--color-slate-light);text-transform:uppercase;letter-spacing:.15em;opacity:.5;border-bottom:1px solid #00000008;margin-bottom:.5rem;padding:.5rem 1rem 1rem;font-size:.7rem;font-weight:800}@keyframes dropIn{0%{opacity:0;transform:translateY(-12px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.store-item{border-radius:14px;align-items:center;gap:1.25rem;margin-bottom:4px;padding:1rem 1.25rem;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.store-item:last-child{margin-bottom:0}.store-item:hover{background:#0000000a;transform:translate(4px)}.store-item.active{background:#0135970a}.store-info{flex-direction:column;flex:1;gap:2px;display:flex}.store-name{color:var(--color-slate);letter-spacing:.01em;font-size:.9rem;font-weight:600}.store-label{color:var(--color-slate-light);letter-spacing:.02em;font-size:.72rem}.store-check{color:var(--color-blue);flex-shrink:0;font-size:.85rem}.navbar-workspace .stores-trigger{color:#94a3b8}.navbar-workspace .stores-trigger:hover{color:#38bdf8}.navbar-workspace .stores-dropdown{background:#0f172af0;border-color:#38bdf833;box-shadow:0 30px 70px #00000080}.navbar-workspace .dropdown-label{color:#475569;border-bottom-color:#ffffff0a}.navbar-workspace .store-item:hover,.navbar-workspace .store-item.active{background:#38bdf81f}.navbar-workspace .store-name{color:#f1f5f9}.navbar-workspace .store-label{color:#94a3b8}.navbar-links a{font-family:var(--font-body);color:var(--color-slate);letter-spacing:.05em;text-transform:uppercase;transition:var(--transition-fast);font-size:.85rem;font-weight:500;text-decoration:none}.navbar-links a:hover{color:var(--color-sage-dark)}.navbar-actions{align-items:center;gap:1.5rem;display:flex}.icon-btn{color:var(--color-slate);transition:var(--transition-fast);align-items:center;gap:.5rem;font-size:1.25rem;display:flex}.icon-btn:hover{color:var(--color-sage-dark);transform:translateY(-2px)}.cart-btn{align-items:center;gap:.75rem;display:flex!important}.cart-icon-wrapper{justify-content:center;align-items:center;display:flex;position:relative}.cart-badge{background:var(--color-blue);color:#fff;border:1.5px solid #fff;border-radius:50%;justify-content:center;align-items:center;min-width:18px;height:18px;font-size:.65rem;font-weight:700;display:none;position:absolute;top:-8px;right:-8px}.desktop-only-text{font-family:var(--font-body);font-size:.85rem;font-weight:500}.cart-icon-wrap{align-items:center;display:flex;position:relative}.cart-mobile-badge{background:var(--color-blue);color:#fff;min-width:16px;height:16px;font-size:.6rem;font-weight:700;line-height:1;font-family:var(--font-body);border-radius:50%;justify-content:center;align-items:center;padding:0 3px;display:none;position:absolute;top:-7px;right:-8px}@media (width<=600px){.cart-mobile-badge{display:flex}}.mobile-menu-btn{display:none}@media (width<=900px){.navbar-links{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:200;background:#fffffff7;border-bottom:1px solid #00000014;flex-direction:column;align-items:stretch;gap:0;width:100%;padding:1rem 0;display:none;position:absolute;top:100%;left:0}.navbar-links.open{display:flex}.navbar-links li{border-bottom:1px solid #0000000d}.navbar-links a{padding:1rem 2rem;font-size:1rem;display:block}.desktop-stores{display:none}.mobile-stores-group{border-bottom:1px solid #0000000d;flex-direction:column;display:flex}.mobile-stores-label{text-transform:uppercase;letter-spacing:.12em;color:var(--color-slate-light);padding:.85rem 2rem .4rem;font-size:.7rem;font-weight:700}.mobile-store-link{color:var(--color-slate);border-radius:12px;align-items:center;gap:1rem;margin:.25rem 1rem;padding:1rem 2rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.mobile-store-link.active{background:color-mix(in srgb, var(--active-color) 8%, transparent);color:var(--active-color);font-weight:700}.mobile-store-name{flex:1}.navbar-wrapper{padding:0 1rem;position:relative}.navbar-absolute{position:absolute;top:1.5rem}.navbar-sticky{padding:0;position:sticky;top:0}.mobile-menu-btn{display:flex}}@media (width<=768px){.navbar-workspace .navbar-links{background:#0c0d12fa;border-bottom:1px solid #38bdf826}.navbar-workspace .navbar-links li{border-bottom-color:#ffffff0d}.navbar-workspace .mobile-stores-label{color:#475569}.navbar-workspace .mobile-store-link{color:#94a3b8}.navbar-workspace .mobile-store-link.active{color:#38bdf8;background:#38bdf81f}}@media (width<=600px){.desktop-only-text{display:none}.icon-btn{font-size:1.4rem}.cart-btn .cart-badge{min-width:16px;height:16px;font-size:.6rem;display:flex;top:-6px;right:-6px}.cart-btn .cart-icon-wrap{display:flex}}.search-trigger.active{color:var(--color-blue);background:#0135970d}.search-overlay{z-index:1000;background:#fff;border-bottom:1px solid #0000000d;width:100%;padding:1rem 0;display:none;position:absolute;top:100%;left:0;box-shadow:0 10px 30px #0000000d}.search-overlay.open{animation:.3s ease-out slideDown;display:block}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.search-bar-inner{max-width:800px;margin:0 auto;padding:0 2rem;position:relative}.search-input-wrapper{background:#f9fafb;border:1px solid #0000000d;border-radius:50px;align-items:center;gap:1rem;padding:.75rem 1.25rem;display:flex}.search-icon{color:var(--color-slate-light);font-size:1.2rem}.search-input-wrapper input{font-family:var(--font-body);color:var(--color-slate);background:0 0;border:none;outline:none;flex:1;font-size:1rem}.search-close{color:var(--color-slate-light);transition:var(--transition-fast);justify-content:center;align-items:center;padding:4px;font-size:1.2rem;display:flex}.search-close:hover{color:var(--color-blue);background:#0135970d;border-radius:50%}.search-results-dropdown{z-index:1001;background:#fff;border:1px solid #00000014;border-radius:12px;padding:1.5rem;position:absolute;top:calc(100% + 1rem);left:2rem;right:2rem;box-shadow:0 30px 60px #00000026}.results-label{text-transform:uppercase;letter-spacing:.1em;color:var(--color-slate-light);text-align:left;border-bottom:1px solid #0000000d;margin-bottom:1rem;padding-bottom:.5rem;font-size:.75rem}.search-result-item{cursor:pointer;transition:var(--transition-fast);border-radius:8px;align-items:center;gap:1rem;padding:.75rem;display:flex}.search-result-item:hover{background:#0135970d}.search-result-item img{object-fit:cover;border-radius:4px;width:45px;height:45px}.result-info{text-align:left;flex:1}.result-name{font-family:var(--font-heading);color:var(--color-slate);margin-bottom:2px;font-size:.95rem}.result-category{color:var(--color-blue);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem}.result-arrow{color:var(--color-slate-light);opacity:0;transition:var(--transition-fast);font-size:.9rem;transform:translate(-5px)}.search-result-item:hover .result-arrow{opacity:1;color:var(--color-blue);transform:translate(0)}@media (width<=600px){.search-overlay{padding:.75rem 0}.search-bar-inner{padding:0 1rem}.search-results-dropdown{padding:1rem;left:1rem;right:1rem}}.navbar-workspace{border-bottom:1px solid #38bdf833;background:#0f172a!important}.navbar-workspace .navbar{background:0 0;border:none}.navbar-workspace .navbar-links a{color:#94a3b8}.navbar-workspace .navbar-links a:hover{color:#38bdf8}.logo-workspace-text{letter-spacing:-.02em;align-items:center;gap:.5rem;font-family:Inter,system-ui,sans-serif;font-weight:800;line-height:1;text-decoration:none;display:flex}.logo-ws-rs{color:#0c0d12;background:#38bdf8;border-radius:6px;padding:.3rem .45rem;font-size:.9rem;font-weight:900}.logo-ws-name{color:#f8fafc;font-size:1.2rem}.logo-ws-ent{color:#38bdf8;font-size:1.2rem}.logo-tech{filter:grayscale()brightness(2)contrast(1.2);transition:filter .3s}.cart-btn-tech{color:#f8fafc!important}.cart-btn-tech:hover{color:#38bdf8!important}.badge-tech{color:#0c0d12!important;background:#38bdf8!important;border-color:#0f172a!important}.navbar-workspace .icon-btn{color:#94a3b8}.navbar-workspace .icon-btn:hover{color:#38bdf8}.navbar-workspace .search-overlay{color:#f8fafc;background:#1e293b;border-color:#38bdf833}.navbar-workspace .search-input-wrapper{background:#0f172a;border-color:#ffffff0d}.navbar-workspace .search-input-wrapper input{color:#f8fafc}.navbar-workspace .search-results-dropdown{background:#1e293b;border-color:#38bdf833}.navbar-workspace .search-result-item:hover{background:#38bdf81a}.navbar-workspace .result-name{color:#f8fafc}.navbar-workspace .result-category{color:#38bdf8}.no-results-content{text-align:center;padding:2rem 1rem}.no-results-icon{color:var(--color-slate-light);opacity:.5;margin-bottom:1rem;font-size:2.5rem}.no-results-title{font-family:var(--font-heading);color:var(--color-slate);margin-bottom:.5rem;font-size:1.1rem}.no-results-subtitle{color:var(--color-slate-light);font-size:.85rem}.navbar-workspace .no-results-title{color:#f8fafc}.navbar-workspace .no-results-icon{color:#38bdf8}.footer{background-color:var(--color-slate);color:#ffffffbf;padding:5rem 0 0}.footer-workspace{background-color:#080a0f;border-top:1px solid #38bdf826}.footer-workspace .footer-col h3{color:#38bdf8}.footer-workspace .footer-col ul a,.footer-workspace .footer-col ul Link{color:#ffffff80}.footer-workspace .footer-col ul a:hover,.footer-workspace .footer-socials a:hover{color:#38bdf8}.footer-grid{border-bottom:1px solid #ffffff1a;grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem;padding-bottom:4rem;display:grid}.footer-logo-img{filter:brightness(0)invert();width:auto;height:32px;margin-bottom:1rem}.footer-tagline{max-width:260px;margin-bottom:1.5rem;font-size:.9rem;line-height:1.7}.footer-socials{gap:1rem;display:flex}.footer-socials a{color:#fff9;transition:var(--transition-fast);align-items:center;font-size:1.2rem;display:flex}.footer-socials a:hover{color:var(--color-yellow)}.footer-col h3{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.1em;color:#fff;margin-bottom:1.25rem;font-size:.75rem;font-weight:600}.footer-col ul{flex-direction:column;gap:.75rem;list-style:none;display:flex}.footer-col ul a{color:#fff9;transition:var(--transition-fast);font-size:.9rem;text-decoration:none}.footer-col ul a:hover{color:var(--color-yellow)}.footer-bottom{justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.footer-copy{color:#fff6;font-size:.8rem}.footer-tech-link{color:#ffffff80;letter-spacing:.05em;text-transform:uppercase;transition:var(--transition-fast);font-size:.8rem;font-weight:500;text-decoration:none}.footer-tech-link:hover{color:var(--color-yellow)}@media (width<=900px){.footer-grid{grid-template-columns:1fr 1fr;gap:2.5rem}.footer-brand{grid-column:1/-1}}@media (width<=600px){.footer-grid{grid-template-columns:1fr}}.scroll-top-btn{background:var(--color-slate);color:#fff;cursor:pointer;z-index:500;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.1rem;transition:background .2s;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 4px 16px #00000026}.scroll-top-btn:hover{background:var(--color-blue)}@media (width<=600px){.scroll-top-btn{width:40px;height:40px;bottom:1.25rem;right:1.25rem}}.btn{font-family:var(--font-body);letter-spacing:.05em;text-transform:uppercase;transition:var(--transition-fast);border-radius:4px;padding:.8rem 2rem;font-size:.85rem;font-weight:500}.btn-primary:hover:not(:disabled){background-color:var(--color-yellow-dark);transform:translateY(-1px)}.btn-primary:disabled{opacity:.65;cursor:not-allowed}.btn-secondary{color:var(--color-blue);border:1.5px solid var(--color-blue);background-color:#0000}.btn-secondary:hover{background-color:var(--color-blue);color:var(--color-text-inverse)}.btn-glass{-webkit-backdrop-filter:blur(8px);color:#fff;background:#2c3135cc;border:1px solid #fff3}.btn-glass:hover{background:#2c3135;border-color:#ffffff80;box-shadow:0 4px 12px #0003}.hero{align-items:center;width:100%;height:100vh;min-height:700px;display:flex;position:relative;overflow:hidden}.hero-background{z-index:1;will-change:transform;width:100%;height:100%;position:absolute;top:0;left:0}.hero-background img{object-fit:cover;object-position:center 25%;width:100%;height:100%}.hero-content{z-index:3;width:100%;position:relative}.hero-text-block{width:100%;max-width:900px;padding:2.75rem 0}.hero-brand-logo{margin-bottom:.75rem;display:flex}.rhyea-hero-logo{object-fit:contain;filter:drop-shadow(0 0 10px #ffffff80);width:auto;height:120px}.hero-title{color:#073468;text-transform:uppercase;letter-spacing:-.02em;text-shadow:0 0 35px #ffffffe6,0 0 15px #ffffffb3;margin-bottom:1.4rem;font-family:Montserrat,sans-serif;font-size:6.5rem;font-weight:900;line-height:1.05}.hero-title-accent{display:inline-block;position:relative}.hero-subtitle{font-size:1.3rem;font-family:var(--font-heading);color:var(--color-slate);text-shadow:0 0 20px #ffffffe6,0 0 10px #fff9;max-width:550px;margin-bottom:2.4rem;font-weight:500;line-height:1.6}.hero-actions{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.hero-actions a{width:100%;max-width:260px}.hero-cta,.hero-cta-secondary{width:100%;padding:1.1rem 2.4rem;font-size:.85rem}.hero-scroll-cue{z-index:4;color:var(--color-slate-light);justify-content:center;align-items:center;font-size:1.6rem;display:flex;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}@media (width<=768px){.hero-background:after{content:"";z-index:2;background:linear-gradient(#0000001a 0%,#011432bf 100%);position:absolute;inset:0}.hero-title{color:var(--color-background);text-shadow:none;font-size:4rem}.hero-subtitle{color:#fff;text-shadow:none;margin-left:auto;margin-right:auto}.hero-brand-logo{justify-content:center;margin-bottom:.5rem}.rhyea-hero-logo{height:64px}.hero-text-block{-webkit-backdrop-filter:none;backdrop-filter:none;text-align:center;background:0 0;border:none;max-width:100%;margin:0 auto;padding:2rem 1.75rem}.hero-actions{flex-direction:column;width:100%}.hero-actions a{max-width:100%}.hero-cta-secondary{background:0 0;color:#fff!important;border-color:#fffc!important}.hero-background img{object-position:60% 15%}}@media (width<=480px){.hero-title{font-size:3rem}.hero{min-height:620px}.hero-text-block{padding:1.5rem 1.25rem}}.product-card{flex-direction:column;gap:1.5rem;height:100%;display:flex}.product-image-container{aspect-ratio:4/5;background-color:var(--color-background);border-radius:4px;width:100%;position:relative;overflow:hidden}.product-image{object-fit:cover;width:100%;height:100%;transition:var(--transition-smooth);position:absolute;top:0;left:0}.product-image.texture{opacity:0;transform:scale(1.05)}.has-texture:hover .primary{opacity:0}.has-texture:hover .texture{opacity:1;transform:scale(1)}.product-badges{z-index:10;position:absolute;top:1rem;left:1rem}.badge{background-color:var(--color-surface);color:var(--color-slate);font-size:.7rem;font-family:var(--font-body);text-transform:uppercase;letter-spacing:.05em;border-radius:20px;padding:.2rem .8rem}.product-info{text-align:center;flex-direction:column;flex:1;gap:.5rem;display:flex}.product-category{color:var(--color-blue);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem;font-size:.75rem}.product-card-link{text-decoration:none;display:block}.product-name{font-family:var(--font-heading);color:var(--color-slate);justify-content:center;align-items:center;min-height:3rem;margin-bottom:.5rem;font-size:1.25rem;display:flex}.product-name a{color:inherit;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-decoration:none;display:-webkit-box;overflow:hidden}.product-name a:hover{color:var(--color-blue)}.product-price{color:var(--color-slate-light);margin-bottom:1rem;font-size:.9rem}.add-to-bag-btn{width:100%;transition:var(--transition-smooth);margin-top:auto}.product-image-container:after{content:"View Details";color:#fff;width:100%;font-family:var(--font-body);text-transform:uppercase;letter-spacing:.1em;text-align:center;opacity:0;transition:var(--transition-smooth);z-index:10;background:#013597d9;padding:.75rem;font-size:.75rem;font-weight:600;position:absolute;bottom:0;left:0;transform:translateY(8px)}.product-card:hover .product-image-container:after{opacity:1;transform:translateY(0)}.skeleton-box{background-color:#fff;border:1px solid #00000008;height:1em;display:inline-block;position:relative;overflow:hidden}.skeleton-box:after{content:"";background-image:linear-gradient(90deg,#0000 0,#00000008 20%,#0000000f 60%,#0000);animation:2s infinite shimmer;position:absolute;inset:0;transform:translate(-100%)}@keyframes shimmer{to{transform:translate(100%)}}@media (prefers-color-scheme:dark){.skeleton-box{opacity:.1;background-color:#fff}.skeleton-box:after{background-image:linear-gradient(90deg,#fff0 0,#fff3 20%,#fff6 60%,#fff0)}}.category-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.category-card{color:var(--color-slate);background:var(--color-surface);transition:var(--transition-smooth);border:1px solid #00000012;border-radius:8px;flex-direction:column;gap:.5rem;padding:2rem;text-decoration:none;display:flex;position:relative;overflow:hidden}.category-card:hover{box-shadow:var(--shadow-hover);border-color:#0000;transform:translateY(-4px)}.category-icon{margin-bottom:.5rem;font-size:1.75rem;display:flex}.category-name{font-family:var(--font-heading);color:var(--color-slate);margin-bottom:.25rem;font-size:1.25rem}.category-tagline{color:var(--color-slate-light);font-size:.85rem}.category-arrow{color:var(--color-slate-light);transition:var(--transition-fast);font-size:1rem;position:absolute;bottom:1.5rem;right:1.5rem}.category-card:hover .category-arrow{color:var(--color-blue);transform:translate(4px)}.home-featured-cta{text-align:center;margin-top:3rem}.view-all-link{color:var(--color-slate);text-transform:uppercase;letter-spacing:.1em;border-bottom:1px solid var(--color-slate);transition:var(--transition-fast);align-items:center;gap:.5rem;padding-bottom:2px;font-size:.85rem;font-weight:500;text-decoration:none;display:inline-flex}.view-all-link:hover{color:var(--color-blue);border-color:var(--color-blue)}.concern-banner{background:var(--color-yellow-bg);border:1px solid var(--color-yellow-light);border-radius:8px;grid-template-columns:1fr 1fr;align-items:center;gap:3rem;padding:3rem 4rem;display:grid}.concern-text h2{color:var(--color-slate);margin-bottom:1rem;font-size:2rem}.concern-text p{color:var(--color-slate-light);font-size:.95rem;line-height:1.7}.concern-tags{flex-wrap:wrap;gap:.75rem;display:flex}.concern-tag{border:1px solid var(--color-slate);color:var(--color-slate);transition:var(--transition-fast);border-radius:20px;padding:.6rem 1.4rem;font-size:.85rem;font-weight:500;text-decoration:none}.concern-tag:hover{background:var(--color-slate);color:#fff}.home-categories{overflow:hidden}@media (width<=900px){.category-grid{grid-template-columns:repeat(2,1fr)}.concern-banner{grid-template-columns:1fr;gap:1.5rem;padding:2rem}}@media (width<=600px){.category-grid{scroll-snap-type:x mandatory;-ms-overflow-style:none;scrollbar-width:none;gap:1.25rem;margin:0 -1.5rem;padding:0 1.5rem 1.5rem;display:flex;overflow-x:auto}.category-grid::-webkit-scrollbar{display:none}.category-grid>div{scroll-snap-align:center;flex:0 0 75%}.category-card{height:100%;padding:1.75rem 1.25rem;box-shadow:0 10px 25px #0000000a}}.shop-page{min-height:60vh}.shop-header{background-color:#fcfcfc;border-bottom:1px solid #0000000d;padding:5rem 0 3rem}.shop-title{letter-spacing:-.02em;color:var(--color-slate);margin-bottom:.5rem;font-size:3rem}.shop-subtitle{color:var(--color-slate-light);letter-spacing:.02em;font-size:.95rem}.shop-body{flex-direction:row;align-items:flex-start;gap:5rem;padding-top:4rem;display:flex}.shop-filters{flex-direction:column;flex-shrink:0;gap:3rem;width:240px;padding-bottom:2rem;display:flex;position:sticky;top:100px}.filter-group{flex-direction:column;gap:1.25rem;display:flex}.filter-label{text-transform:uppercase;letter-spacing:.15em;color:var(--color-slate);opacity:.4;margin-bottom:.5rem;font-size:.75rem;font-weight:700}.filter-options{flex-direction:column;gap:.25rem;display:flex}.filter-link{cursor:pointer;text-align:left;background:0 0;border:none;border-left:2px solid #0000;justify-content:space-between;align-items:center;margin-left:-1.25rem;padding:.6rem 0 .6rem 1.25rem;transition:all .3s;display:flex}.filter-text{color:var(--color-slate-light);font-size:.95rem}.filter-count{color:#0003;font-size:.75rem;font-family:var(--font-mono)}.filter-link:hover .filter-text{color:var(--color-blue);transform:translate(4px)}.filter-link.active{border-left:2px solid var(--color-blue);background:linear-gradient(90deg,#01359708,#0000);padding-left:1.5rem}.filter-link.active .filter-text{color:var(--color-blue);font-weight:600}.mobile-filter-bar{z-index:100;background:0 0;justify-content:center;margin-bottom:1rem;padding:1.5rem 0;display:none;position:sticky;top:75px}.filter-toggle-btn{color:var(--color-slate);text-transform:uppercase;letter-spacing:.08em;cursor:pointer;background:#fff;border:1px solid #0000001a;border-radius:50px;align-items:center;gap:.75rem;padding:.65rem 1.8rem;font-size:.8rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 20px #00000014}.filter-toggle-btn:hover{border-color:var(--color-blue-light);border-color:var(--color-blue);color:var(--color-blue);background:#fffc}.filter-toggle-btn:active{transform:scale(.97)}.filter-active-indicator{background:var(--color-yellow);border-radius:50%;width:7px;height:7px;position:absolute;top:5px;right:5px}.filter-drawer-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:3000;background:#0006;position:fixed;inset:0}.filter-drawer{z-index:3001;background:#fff;flex-direction:column;width:320px;max-width:85%;height:100%;display:flex;position:fixed;top:0;left:0;box-shadow:20px 0 50px #0000001a}.drawer-header h3{font-family:var(--font-heading);font-size:1.25rem}.close-drawer{color:var(--color-slate);cursor:pointer;background:0 0;border:none;font-size:1.5rem}.drawer-footer button{background:var(--color-slate);color:#fff;text-transform:uppercase;letter-spacing:.1em;cursor:pointer;width:100%;box-shadow:none;border:none;border-radius:4px;padding:.85rem 1.5rem;font-size:.8rem;font-weight:600;transition:background .2s;transform:none}.drawer-footer button:hover{background:var(--color-blue);box-shadow:none;transform:none}.shop-results{flex-grow:1;min-height:600px;padding-top:2rem}.product-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:4rem 2.5rem;padding-bottom:6rem;display:grid}@media (width<=768px){.desktop-only{display:none}.mobile-filter-bar{display:flex}.shop-body{flex-direction:column;padding-top:0}.product-grid{grid-template-columns:1fr;gap:3rem;width:100%;padding:0 0 8rem}.shop-results{padding-top:0}}@media (width<=600px){.shop-title{font-size:2.25rem}}.shop-best-sellers{margin-bottom:3rem}.best-sellers-header{border-bottom:1px solid #00000012;margin-bottom:1.75rem;padding-bottom:.75rem}.best-sellers-title{letter-spacing:-.02em;color:var(--color-slate);margin-bottom:.25rem;font-size:1.5rem;font-weight:700}.best-sellers-title:before{content:"★ ";color:var(--color-yellow-dark,#b8860b);vertical-align:middle;font-size:1rem}.best-sellers-subtitle{color:var(--color-slate-light);letter-spacing:.01em;font-size:.85rem}.best-sellers-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:3rem 2.5rem;display:grid}.best-seller-item{position:relative}.best-seller-item:before{content:"Best Seller";z-index:10;background:var(--color-yellow-dark,#b8860b);color:#fff;letter-spacing:.1em;text-transform:uppercase;border-radius:3px;padding:.25rem .6rem;font-size:.65rem;font-weight:700;position:absolute;top:12px;left:12px}.best-sellers-divider{border:none;border-top:1px solid #00000012;margin:3rem 0 2.5rem}.tech-best-sellers .best-sellers-title{color:#f8fafc}.tech-best-sellers .best-sellers-title:before{color:#38bdf8}.tech-best-sellers .best-sellers-subtitle{color:#94a3b8}.tech-best-sellers .best-sellers-header{border-bottom-color:#ffffff14}.tech-divider{border-top-color:#ffffff14}.tech-best-sellers .best-seller-item:before{color:#0a0b0c;background:#38bdf8}.hl-best-sellers .best-sellers-title{color:var(--hl-text,#2d3748)}.hl-best-sellers .best-sellers-title:before{color:#7c9e85}.hl-best-sellers .best-seller-item:before{background:#7c9e85}@media (width<=768px){.best-sellers-grid{grid-template-columns:1fr;gap:2.5rem}.best-sellers-title{font-size:1.3rem}}.product-detail-page{min-height:60vh;padding:3rem 0 6rem}.product-not-found{color:var(--color-slate-light);flex-direction:column;align-items:center;gap:1.5rem;padding:6rem 0;display:flex}.back-link{color:var(--color-slate-light);text-transform:uppercase;letter-spacing:.05em;transition:var(--transition-fast);cursor:pointer;font-size:.85rem;font-weight:500;font-family:var(--font-body);background:0 0;border:none;align-items:center;gap:.4rem;margin-bottom:3rem;padding:0;text-decoration:none;display:inline-flex}.back-link:hover{color:var(--color-blue)}.product-detail-grid{grid-template-columns:1fr 1fr;align-items:start;gap:5rem;display:grid}.product-detail-image-wrap{aspect-ratio:4/5;background:var(--color-yellow-bg);border-radius:8px;overflow:hidden}.product-detail-image-wrap img{object-fit:cover;width:100%;height:100%}.product-detail-category{text-transform:uppercase;letter-spacing:.12em;color:var(--color-blue);margin-bottom:.75rem;font-size:.75rem;font-weight:600}.product-detail-name{color:var(--color-slate);margin-bottom:1rem;font-size:2.5rem;line-height:1.1}.product-detail-price{font-size:1.5rem;font-family:var(--font-heading);color:var(--color-slate);margin-bottom:1.25rem}.product-detail-badges{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.product-detail-badges .badge{background:var(--color-yellow-light);color:var(--color-yellow-dark);text-transform:uppercase;letter-spacing:.06em;border-radius:20px;padding:.3rem .9rem;font-size:.7rem;font-weight:500}.product-detail-description{color:var(--color-slate-light);border-bottom:1px solid #00000012;margin-bottom:2rem;padding-bottom:2rem;font-size:1rem;line-height:1.8}.product-detail-meta{flex-direction:column;gap:1.75rem;margin-bottom:2.5rem;display:flex}.meta-section h3{text-transform:uppercase;letter-spacing:.12em;color:var(--color-slate);font-size:.7rem;font-weight:600;font-family:var(--font-body);margin-bottom:.75rem}.ingredient-list{flex-direction:column;gap:.5rem;list-style:none;display:flex}.ingredient-list li{color:var(--color-slate);align-items:center;gap:.6rem;font-size:.9rem;display:flex}.check-icon{color:var(--color-blue);flex-shrink:0}.usage-text{color:var(--color-slate-light);font-size:.9rem;line-height:1.7}.skin-type-tags{flex-wrap:wrap;gap:.5rem;display:flex}.skin-type-tag{color:var(--color-slate);transition:var(--transition-fast);border:1px solid #0000001f;border-radius:20px;padding:.4rem 1rem;font-size:.8rem;text-decoration:none}.skin-type-tag:hover{background:var(--color-slate);color:#fff;border-color:#0000}.add-to-bag-full{width:100%;padding:1.1rem 2rem;font-size:.9rem}.related-products{border-top:1px solid #00000012;margin-top:6rem;padding-top:4rem}@media (width<=900px){.product-detail-grid{grid-template-columns:1fr;gap:2.5rem}.product-detail-image-wrap{max-width:500px}}@media (width<=600px){.product-detail-name{font-size:2rem}}.toast{z-index:9999;background:#fff;border-left:4px solid #0000;border-radius:12px;align-items:flex-start;gap:.75rem;width:calc(100vw - 2rem);max-width:360px;padding:1rem 1.25rem;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 8px 32px #0000001f,0 2px 8px #0000000f}.toast-success{border-left-color:#22c55e}.toast-error{border-left-color:#ef4444}.toast-icon{flex-shrink:0;margin-top:1px;font-size:1.25rem}.toast-success .toast-icon{color:#22c55e}.toast-error .toast-icon{color:#ef4444}.toast-message{color:#1e293b;flex:1;margin:0;font-size:.875rem;line-height:1.5}.toast-close{color:#94a3b8;cursor:pointer;background:0 0;border:none;flex-shrink:0;align-items:center;margin-top:1px;padding:2px;font-size:1rem;transition:color .15s;display:flex}.toast-close:hover{color:#475569}@media (width<=480px){.toast{width:auto;bottom:1rem;left:1rem;right:1rem}}.contact-wrapper{background-color:var(--color-background);padding:6rem 0}.contact-container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.contact-info h2{margin-bottom:1rem;font-size:2.5rem}.contact-info p{color:var(--color-slate-light);max-width:400px;font-size:1.1rem}.contact-form{border-radius:8px;flex-direction:column;gap:1.5rem;padding:3rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{text-transform:uppercase;letter-spacing:.05em;color:var(--color-slate);font-size:.85rem;font-weight:500}.form-group input,.form-group textarea{border:1px solid var(--color-sage-light);font-family:var(--font-body);transition:var(--transition-fast);background-color:#fffc;border-radius:4px;padding:.8rem}.form-group input:focus,.form-group textarea:focus{border-color:var(--color-blue);outline:none;box-shadow:0 0 0 2px #1a56db26}.contact-form-dark{background:#111827;border:1px solid #ffffff0f;border-radius:16px}.contact-form-dark .form-group label{color:#94a3b8}.contact-form-dark .form-group input,.contact-form-dark .form-group textarea{color:#f8fafc;background:#1e293b;border:1px solid #ffffff14}.contact-form-dark .form-group input::placeholder,.contact-form-dark .form-group textarea::placeholder{color:#475569}.contact-form-dark .form-group input:focus,.contact-form-dark .form-group textarea:focus{border-color:#38bdf8;box-shadow:0 0 0 2px #38bdf826}@media (width<=768px){.contact-container{grid-template-columns:1fr;gap:2rem}.contact-form{padding:2rem 1.5rem}}.about-page{overflow-x:hidden}.about-hero{background:linear-gradient(#fcfcfc,#f7f7f7);padding:8rem 0 6rem}.about-hero-content{text-align:left;max-width:800px}.about-brand-area{justify-content:flex-start;margin-bottom:1.5rem;display:flex}.about-brand-logo{object-fit:contain;opacity:.9;width:auto;height:120px}.about-eyebrow{text-transform:uppercase;letter-spacing:.2em;color:var(--color-blue);margin-bottom:1.5rem;font-size:.75rem;font-weight:600}.about-title{color:var(--color-slate);margin-bottom:2rem;font-size:4rem;line-height:1.1}.about-intro{color:var(--color-slate-light);font-size:1.25rem;line-height:1.7}.vision-grid{grid-template-columns:1.5fr 1fr;align-items:center;gap:6rem;display:grid}.accent-heading{margin-bottom:2rem;font-size:2.25rem;display:inline-block;position:relative}.accent-heading:after{content:"";background-color:var(--color-blue-light);width:60px;height:3px;position:absolute;bottom:-10px;left:0}.vision-text p{color:var(--color-slate-light);margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.vision-stat-card{background:var(--color-slate);color:#fff;border-radius:12px;flex-direction:column;gap:3rem;padding:3rem;display:flex;box-shadow:0 20px 40px #0000001a}.stat-item{flex-direction:column;gap:.5rem;display:flex}.stat-number{font-family:var(--font-heading);color:var(--color-yellow);font-size:3.5rem;line-height:1}.stat-label{text-transform:uppercase;letter-spacing:.1em;opacity:.8;font-size:.9rem}.bg-soft{background-color:#fafbfc}.value-icon-box{width:50px;height:50px;color:var(--color-blue);background-color:#fff;border-radius:12px;justify-content:center;align-items:center;margin-bottom:1.5rem;font-size:1.5rem;display:flex;box-shadow:0 5px 15px #0000000d}.values-grid{grid-template-columns:repeat(3,1fr);gap:3rem;display:grid}.value-card{transition:var(--transition-smooth);background:#fff;border:1px solid #0000000d;border-radius:12px;padding:2.5rem}.value-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #00000014}.value-card h3{color:var(--color-slate);margin-bottom:1rem;font-size:1.2rem}.value-card p{color:var(--color-slate-light);font-size:.95rem;line-height:1.6}.contact-split{grid-template-columns:1fr 1fr;align-items:start;gap:5rem;display:grid}.contact-info-list{flex-direction:column;gap:2rem;margin-top:3rem;list-style:none;display:flex}.contact-info-list li{align-items:center;gap:1.5rem;display:flex}.contact-icon{color:var(--color-blue);font-size:1.5rem}.contact-info-label{text-transform:uppercase;letter-spacing:.1em;color:var(--color-slate-light);margin-bottom:.25rem;font-size:.75rem;font-weight:600;display:block}.contact-info-value{color:var(--color-slate);font-weight:500;text-decoration:none}@media (width<=900px){.vision-grid,.values-grid,.contact-split{grid-template-columns:1fr;gap:3rem}.about-title{font-size:2.5rem}.about-hero{padding:6rem 0 4rem}}.not-found-page{text-align:center;background-color:var(--color-background);justify-content:center;align-items:center;min-height:80vh;padding:4rem 1.5rem;display:flex}.not-found-content{max-width:500px;margin:0 auto}.not-found-icon-wrapper{justify-content:center;margin-bottom:2rem;display:flex}.not-found-icon{color:var(--color-blue-light);opacity:.6;font-size:4rem}.not-found-title{font-family:var(--font-heading);color:var(--color-slate);margin-bottom:1.5rem;font-size:3rem;line-height:1.1}.not-found-text{font-family:var(--font-body);color:var(--color-slate-light);margin-bottom:2.5rem;font-size:1.1rem;line-height:1.6}.not-found-actions{justify-content:center;gap:1rem;display:flex}.rounded-btn{transition:var(--transition-smooth);border-radius:50px;align-items:center;gap:.5rem;padding:.8rem 1.8rem;font-weight:500;text-decoration:none;display:flex}.btn-primary{background-color:var(--color-blue);color:#fff}.btn-primary:hover{background-color:var(--color-blue-dark);transform:translateY(-2px);box-shadow:0 10px 20px #01359726}.btn-outline{border:1px solid var(--color-border);color:var(--color-slate)}.btn-outline:hover{border-color:var(--color-slate);background-color:#f9f9f9;transform:translateY(-2px)}.btn-icon{font-size:1.1rem}@media (width<=600px){.not-found-page{min-height:60vh;padding:3rem 1.5rem}.not-found-title{font-size:2.25rem}.not-found-text{margin-bottom:2rem;font-size:1rem}.not-found-actions{flex-direction:column;gap:.75rem}.rounded-btn{justify-content:center;width:100%;padding:1rem}}.cart-backdrop{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:5100;background:#0009;width:100%;height:100%;position:fixed;top:0;left:0}.cart-drawer{z-index:5101;background:#fff;border-left:1px solid #0000000d;flex-direction:column;width:100%;max-width:450px;height:100dvh;display:flex;position:fixed;top:0;right:0;overflow:hidden;box-shadow:-10px 0 50px #0000001a}@media (width<=480px){.cart-drawer{max-width:100vw}}.cart-header{background:#fff;border-bottom:1px solid #00000014;flex-shrink:0;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.cart-title{align-items:center;gap:.75rem;display:flex}.cart-title h2{font-family:var(--font-heading);color:var(--color-slate);margin:0;font-size:1.5rem}.cart-title svg{color:var(--color-blue);font-size:1.5rem}.cart-count-badge{background:var(--color-blue);color:#fff;border-radius:20px;padding:2px 8px;font-size:.75rem;font-weight:600}.close-drawer{color:var(--color-slate-light);transition:var(--transition-fast);font-size:1.5rem}.close-drawer:hover{color:var(--color-blue);transform:rotate(90deg)}.cart-items{scrollbar-width:thin;scrollbar-color:var(--color-blue-light) transparent;flex-direction:column;flex:1;gap:1.5rem;min-height:0;padding:1.5rem 2rem;display:flex;overflow-y:auto}.cart-items::-webkit-scrollbar{width:5px}.cart-items::-webkit-scrollbar-thumb{background:#0135971a;border-radius:10px}.empty-cart{text-align:center;color:var(--color-slate-light);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1rem;min-height:200px;display:flex}.empty-icon{margin-bottom:.5rem;font-size:3rem}.empty-cart h3{color:var(--color-slate);font-size:1.25rem}.cart-item{gap:1rem;animation:.4s ease-out fadeIn;display:flex}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.item-image{background:#f9f9f9;border-radius:4px;flex-shrink:0;width:80px;height:100px;overflow:hidden}.item-image img{object-fit:cover;width:100%;height:100%}.item-details{flex-direction:column;flex:1;gap:.25rem;display:flex}.item-row{justify-content:space-between;align-items:flex-start;display:flex}.item-row h4{font-family:var(--font-heading);color:var(--color-slate);margin:0;font-size:1rem}.remove-item{color:#ef4444;opacity:.6;transition:var(--transition-fast);font-size:1rem}.remove-item:hover{opacity:1;transform:scale(1.1)}.item-price{color:var(--color-slate-light);font-size:.85rem}.item-qty{background:#f3f4f6;border-radius:4px;align-items:center;gap:1rem;width:fit-content;margin-top:.5rem;padding:4px 12px;display:flex}.item-qty button{color:var(--color-slate);justify-content:center;align-items:center;font-size:.8rem;display:flex}.item-qty span{font-family:var(--font-body);text-align:center;min-width:20px;font-size:.9rem;font-weight:600}.cart-footer{background:#fff;border-top:1px solid #00000014;flex-shrink:0;padding:1.5rem 2rem;box-shadow:0 -5px 20px #00000008}.cart-summary{margin-bottom:1.5rem}.summary-row{font-family:var(--font-heading);color:var(--color-slate);justify-content:space-between;margin-bottom:.5rem;font-size:1.25rem;display:flex}.summary-note{color:var(--color-slate-light);font-size:.75rem;font-style:italic}.cart-actions{flex-direction:column;gap:.75rem;display:flex}.whatsapp-btn{color:#fff;transition:var(--transition-smooth);background:#25d366;border-radius:8px;justify-content:center;align-items:center;gap:.75rem;padding:1.1rem;font-weight:600;display:flex}.whatsapp-btn:hover{background:#128c7e;transform:translateY(-2px);box-shadow:0 5px 15px #25d3664d}.email-btn{background:var(--color-blue);color:#fff;transition:var(--transition-smooth);border-radius:8px;padding:1rem;font-weight:600}.email-btn:hover{background:var(--color-blue-dark);transform:translateY(-2px);box-shadow:0 5px 15px #01359733}.clear-cart-btn{color:var(--color-slate-light);margin-top:.5rem;font-size:.85rem;text-decoration:underline}.clear-cart-btn:hover{color:#ef4444}.tech-cart-overlay{z-index:5100;justify-content:flex-end;height:100dvh;display:flex;position:fixed;inset:0}.tech-cart-backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000d9;position:absolute;inset:0}.tech-cart-sideboard{background:#0f172a;border-left:1px solid #38bdf84d;flex-direction:column;width:100%;max-width:440px;height:100%;animation:.4s cubic-bezier(.16,1,.3,1) slideInTech;display:flex;position:relative;box-shadow:-20px 0 50px #00000080}@keyframes slideInTech{0%{transform:translate(100%)}to{transform:translate(0)}}.tech-cart-header{border-bottom:1px solid #37415180;justify-content:space-between;align-items:center;padding:2rem;display:flex}.tech-cart-title{color:#f8fafc;text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:1rem;font-size:1.25rem;font-weight:700;display:flex}.tech-cart-title svg{color:#38bdf8;font-size:1.5rem}.tech-close-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;font-size:1.5rem;transition:color .2s}.tech-close-btn:hover{color:#f8fafc}.tech-cart-items{scrollbar-width:thin;scrollbar-color:#38bdf833 transparent;flex:1;min-height:0;padding:2rem;overflow-y:auto}.tech-cart-items::-webkit-scrollbar{width:4px}.tech-cart-items::-webkit-scrollbar-track{background:0 0}.tech-cart-items::-webkit-scrollbar-thumb{background:#38bdf833;border-radius:4px}.tech-cart-items::-webkit-scrollbar-thumb:hover{background:#38bdf880}.tech-empty-state{text-align:center;color:#94a3b8;flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex}.tech-empty-state p{color:#f8fafc;margin-bottom:.5rem;font-weight:600}.tech-cart-item{border-bottom:1px solid #3741514d;gap:1.5rem;margin-bottom:2rem;padding-bottom:2rem;display:flex}.tech-cart-item img{object-fit:cover;border:1px solid #ffffff0d;border-radius:8px;width:100px;height:100px}.tech-item-info{flex:1}.tech-item-info h4{color:#f8fafc;margin-bottom:.5rem;font-size:1.1rem}.tech-item-price{color:#38bdf8;margin-bottom:1rem;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-weight:700}.tech-item-controls{justify-content:space-between;align-items:center;display:flex}.quantity-stepper{background:#1e293b;border:1px solid #ffffff0d;border-radius:6px;align-items:center;gap:1rem;padding:.5rem 1rem;display:flex}.quantity-stepper button{color:#94a3b8;cursor:pointer;background:0 0;border:none}.quantity-stepper span{color:#f8fafc;text-align:center;min-width:20px;font-weight:600}.tech-remove-btn{color:#ef4444;cursor:pointer;opacity:.6;background:0 0;border:none;transition:opacity .2s}.tech-remove-btn:hover{opacity:1}.tech-cart-footer{background:#1e293b;border-top:1px solid #38bdf833;padding:2.5rem 2rem}.tech-total-row{color:#f8fafc;justify-content:space-between;align-items:center;margin-bottom:2rem;font-size:1.25rem;font-weight:800;display:flex}.tech-total-row span:last-child{color:#38bdf8;font-family:ui-monospace,SFMono-Regular,Consolas,monospace}.tech-checkout-options{flex-direction:column;gap:1rem;margin-bottom:1.5rem;display:flex}.tech-checkout-btn{text-transform:uppercase;letter-spacing:.05em;cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:1.25rem;font-weight:700;transition:all .2s;display:flex}.tech-checkout-btn.whatsapp{color:#000;background:#25d366;border:none}.tech-checkout-btn.whatsapp:hover{color:#fff;background:#128c7e}.tech-checkout-btn.email{color:#f8fafc;background:0 0;border:1px solid #fff3}.tech-checkout-btn.email:hover{background:#ffffff0d;border-color:#f8fafc}.tech-footer-disclaimer{text-align:center;color:#64748b;margin-bottom:.75rem;font-size:.8rem}.tech-clear-btn{text-align:center;color:#64748b;cursor:pointer;background:0 0;border:none;width:100%;font-size:.8rem;text-decoration:underline;transition:color .2s;display:block}.tech-clear-btn:hover{color:#ef4444}@media (width<=480px){.tech-cart-sideboard{max-width:100%}}.hl-cart-overlay{z-index:5100;justify-content:flex-end;height:100dvh;display:flex;position:fixed;inset:0}.hl-cart-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000073;position:absolute;inset:0}.hl-cart-panel{background:#fff;border-left:1px solid #e8ede9;flex-direction:column;width:100%;max-width:420px;height:100%;animation:.35s cubic-bezier(.16,1,.3,1) hlSlideIn;display:flex;position:relative;box-shadow:-12px 0 40px #0000001a}@keyframes hlSlideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.hl-cart-header{border-bottom:1px solid #e8ede9;justify-content:space-between;align-items:center;padding:1.75rem 2rem;display:flex}.hl-cart-title{color:#1a2e1f;text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.75rem;font-size:1.15rem;font-weight:700;display:flex}.hl-cart-title svg{color:#7c9e85;font-size:1.3rem}.hl-cart-close{color:#6b7f6e;cursor:pointer;background:0 0;border:none;font-size:1.4rem;transition:color .2s}.hl-cart-close:hover{color:#1a2e1f}.hl-cart-items{scrollbar-width:thin;scrollbar-color:#c5d5c8 transparent;flex:1;min-height:0;padding:1.75rem 2rem;overflow-y:auto}.hl-cart-empty{text-align:center;color:#6b7f6e;flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex}.hl-cart-empty p{color:#1a2e1f;margin-bottom:.4rem;font-weight:600}.hl-cart-item{border-bottom:1px solid #e8ede9;gap:1.25rem;margin-bottom:1.75rem;padding-bottom:1.75rem;display:flex}.hl-cart-item img{object-fit:contain;background:#f7f5f2;border:1px solid #e8ede9;border-radius:10px;width:80px;height:80px;padding:.25rem}.hl-item-info{flex:1}.hl-item-info h4{color:#1a2e1f;margin-bottom:.35rem;font-size:.95rem;font-weight:600;line-height:1.35}.hl-item-price{color:#7c9e85;margin-bottom:.75rem;font-size:.9rem;font-weight:700}.hl-item-controls{justify-content:space-between;align-items:center;display:flex}.hl-qty-stepper{background:#f7f5f2;border:1px solid #e8ede9;border-radius:6px;align-items:center;gap:.75rem;padding:.4rem .9rem;display:flex}.hl-qty-stepper button{color:#6b7f6e;cursor:pointer;background:0 0;border:none;font-size:.9rem;transition:color .2s}.hl-qty-stepper button:hover{color:#1a2e1f}.hl-qty-stepper span{color:#1a2e1f;text-align:center;min-width:18px;font-size:.9rem;font-weight:600}.hl-remove-btn{color:#ef4444;cursor:pointer;opacity:.5;background:0 0;border:none;font-size:1rem;transition:opacity .2s}.hl-remove-btn:hover{opacity:1}.hl-cart-footer{background:#faf9f6;border-top:1px solid #e8ede9;padding:2rem}.hl-cart-total{color:#1a2e1f;justify-content:space-between;align-items:center;margin-bottom:1.75rem;font-size:1.15rem;font-weight:800;display:flex}.hl-cart-total span:last-child{color:#7c9e85}.hl-checkout-options{flex-direction:column;gap:.85rem;margin-bottom:1.25rem;display:flex}.hl-checkout-btn{letter-spacing:.03em;cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:.65rem;width:100%;padding:1rem;font-size:.9rem;font-weight:700;transition:all .2s;display:flex}.hl-checkout-btn.whatsapp{color:#000;background:#25d366;border:none}.hl-checkout-btn.whatsapp:hover{color:#fff;background:#128c7e}.hl-checkout-btn.email{color:#1a2e1f;background:0 0;border:1px solid #c5d5c8}.hl-checkout-btn.email:hover{background:#7c9e8514;border-color:#7c9e85}.hl-cart-disclaimer{text-align:center;color:#a5b4aa;margin-bottom:.75rem;font-size:.78rem}.hl-clear-btn{text-align:center;color:#a5b4aa;cursor:pointer;background:0 0;border:none;width:100%;font-size:.8rem;text-decoration:underline;transition:color .2s;display:block}.hl-clear-btn:hover{color:#ef4444}@media (width<=480px){.hl-cart-panel{max-width:100%}}.workspace-page{color:#e2e8f0;background-color:#0c0d12;min-height:100vh;font-family:Inter,system-ui,sans-serif}.workspace-hero{background:radial-gradient(circle at 100% 0,#38bdf814,#0000),linear-gradient(#0c0d12,#111827);border-bottom:1px solid #ffffff0d;margin-bottom:3rem;padding:8rem 0 4rem}.workspace-eyebrow{color:#38bdf8;text-transform:uppercase;letter-spacing:.2em;margin-bottom:1rem;font-size:.85rem;font-weight:600}.workspace-title{color:#f8fafc;margin-bottom:1.5rem;font-size:4rem;font-weight:800;line-height:1.1}.workspace-title span{background:linear-gradient(90deg,#38bdf8,#818cf8);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.workspace-subtitle{color:#94a3b8;max-width:600px;font-size:1.25rem;line-height:1.6}.workspace-body{gap:5rem;padding-bottom:6rem;display:flex}.workspace-sidebar{flex-direction:column;flex-shrink:0;gap:3.5rem;width:260px;height:fit-content;display:flex;position:sticky;top:100px}.workspace-main{flex-grow:1}.tech-filter-group{flex-direction:column;gap:1.5rem;display:flex}.tech-filter-label{text-transform:uppercase;letter-spacing:.15em;color:#38bdf8;opacity:.5;font-size:.75rem;font-weight:700}.tech-filter-options{flex-direction:column;gap:.5rem;display:flex}.tech-filter-link{cursor:pointer;text-align:left;background:0 0;border:none;border-left:2px solid #0000;justify-content:space-between;align-items:center;margin-left:-1.25rem;padding:.6rem 0 .6rem 1.25rem;transition:all .3s;display:flex}.tech-filter-link .filter-text{color:#94a3b8;font-size:.95rem}.tech-filter-link .filter-count{color:#475569;font-family:ui-monospace,SFMono-Regular,monospace;font-size:.75rem}.tech-filter-link:hover .filter-text{color:#38bdf8;transform:translate(4px)}.tech-filter-link.active{background:linear-gradient(90deg,#38bdf80d,#0000);border-left:2px solid #38bdf8;padding-left:1.5rem}.tech-filter-link.active .filter-text{color:#38bdf8;font-weight:600}.tech-product-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2.5rem;padding-bottom:6rem;display:grid}.tech-card{background:#111827;border:1px solid #ffffff0d;border-radius:16px;flex-direction:column;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}.tech-card:hover{border-color:#38bdf866;transform:translateY(-8px);box-shadow:0 20px 40px #0006}.tech-card-image{height:240px;position:relative;overflow:hidden}.tech-card-image img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.tech-card:hover .tech-card-image img{transform:scale(1.05)}.tech-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#38bdf8;text-transform:uppercase;letter-spacing:.05em;background:#0f172acc;border:1px solid #ffffff1a;border-radius:6px;padding:.4rem .8rem;font-size:.75rem;font-weight:600;position:absolute;top:1rem;right:1rem}.tech-card-body{flex-direction:column;flex:1;padding:2rem;display:flex}.tech-card-header{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.tech-brand{color:#38bdf8;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.25rem;font-size:.8rem;font-weight:600}.tech-name{color:#f8fafc;font-size:1.5rem;font-weight:700}.tech-price{color:#38bdf8;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.1rem;font-weight:700}.tech-description{color:#94a3b8;margin-bottom:1.5rem;font-size:.95rem;line-height:1.5}.tech-specs-grid{background:#0003;border:1px solid #ffffff08;border-radius:12px;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:2rem;padding:1.5rem;display:grid}.spec-item{color:#cbd5e1;align-items:center;gap:.75rem;font-size:.8rem;display:flex}.spec-item svg{color:#38bdf8;font-size:1rem}.tech-add-btn{color:#0c0d12;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;background:#38bdf8;border:none;border-radius:8px;width:100%;margin-top:auto;padding:1rem;font-weight:700;transition:all .2s}.tech-add-btn:hover{background:#7dd3fc;transform:translateY(-2px);box-shadow:0 0 20px #38bdf866}.tech-mobile-controls{z-index:100;justify-content:center;margin-bottom:2.5rem;padding:1.5rem 0;display:flex;position:sticky;top:75px}.tech-mobile-filter-btn{color:#f8fafc;text-transform:uppercase;letter-spacing:.05em;background:#1e293b;border:1px solid #38bdf84d;border-radius:50px;align-items:center;gap:.75rem;padding:.8rem 2.2rem;font-size:.85rem;font-weight:600;display:flex;box-shadow:0 4px 20px #0000004d}.desktop-only{display:block}.mobile-only{display:none}@media (width<=1024px){.workspace-body{gap:3rem}.workspace-sidebar{width:220px}}@media (width<=768px){.workspace-title{font-size:2.75rem}.workspace-body{flex-direction:column;gap:0}.desktop-only{display:none}.mobile-only{display:flex}.workspace-hero{margin-bottom:1rem}.tech-mobile-controls{margin-bottom:1rem;padding:1rem 0}.tech-product-grid{grid-template-columns:1fr;width:100%;padding-top:1rem;padding-bottom:6rem}}.tech-drawer-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:3000;background:#000c;position:fixed;inset:0}.tech-drawer{z-index:3001;background:#0c0d12;border-right:1px solid #38bdf833;flex-direction:column;width:85%;max-width:320px;display:flex;position:fixed;top:0;bottom:0;left:0;box-shadow:20px 0 50px #00000080}.drawer-header{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.drawer-header h3{color:#f8fafc;font-size:1.1rem;font-weight:700}.drawer-header button{color:#94a3b8;background:0 0;border:none;font-size:1.5rem;display:flex}.drawer-body{flex-direction:column;flex:1;gap:3.5rem;padding:2.5rem 1.5rem;display:flex;overflow-y:auto}.drawer-footer{border-top:1px solid #ffffff0d;padding:1.5rem}.apply-filters-btn{color:#0c0d12;text-transform:uppercase;letter-spacing:.05em;background:#38bdf8;border:none;border-radius:8px;width:100%;padding:1.1rem;font-size:.85rem;font-weight:700}.no-tech-results{text-align:center;grid-column:1/-1;justify-content:center;align-items:center;padding:8rem 2rem;display:flex}.no-results-content svg{color:#1e293b;margin-bottom:2rem;font-size:4rem}.no-results-content h3{color:#f8fafc;margin-bottom:1rem;font-size:1.75rem}.no-results-content p{color:#64748b;margin-bottom:2.5rem;line-height:1.6}.reset-filters-btn{color:#f8fafc;cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:8px;padding:.75rem 2rem;font-weight:600;transition:all .2s}.reset-filters-btn:hover{background:#ffffff0d;border-color:#f8fafc}.workspace-home{overflow-x:hidden}.ws-hero{background-image:url(https://images.unsplash.com/photo-1497215728101-856f4ea42174?auto=format&fit=crop&q=80&w=2000);background-position:50%;background-size:cover;background-attachment:fixed;align-items:center;height:90vh;min-height:700px;display:flex;position:relative}.ws-hero-overlay{background:linear-gradient(90deg,#0c0d12f2 30%,#0c0d1266);position:absolute;inset:0}.ws-hero-content{z-index:10;max-width:800px;position:relative}.ws-hero-eyebrow{color:#38bdf8;text-transform:uppercase;letter-spacing:.3em;margin-bottom:1.5rem;font-size:.9rem;font-weight:700}.ws-hero-title{color:#fff;margin-bottom:2rem;font-size:clamp(3.5rem,8vw,6rem);font-weight:800;line-height:1}.ws-hero-title span{background:linear-gradient(90deg,#38bdf8,#818cf8);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.ws-hero-subtitle{color:#94a3b8;max-width:600px;margin-bottom:3rem;font-size:1.25rem;line-height:1.6}.ws-hero-actions{gap:1.5rem;display:flex}.ws-primary-btn{color:#0c0d12;text-transform:uppercase;letter-spacing:.1em;background:#38bdf8;border-radius:4px;padding:1.2rem 2.5rem;font-weight:700;text-decoration:none;transition:all .3s}.ws-primary-btn:hover{background:#7dd3fc;transform:translateY(-3px);box-shadow:0 10px 20px #38bdf84d}.ws-secondary-btn{color:#fff;text-transform:uppercase;letter-spacing:.1em;background:0 0;border:1px solid #fff3;border-radius:4px;padding:1.2rem 2.5rem;font-weight:700;text-decoration:none;transition:all .3s}.ws-secondary-btn:hover{background:#ffffff0d;border-color:#fff}.ws-categories-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem;margin-top:4rem;display:grid}.ws-category-card{position:relative}.ws-card-image{border-radius:12px;height:450px;position:relative;overflow:hidden}.ws-card-image img{object-fit:cover;width:100%;height:100%;transition:transform .8s cubic-bezier(.4,0,.2,1)}.ws-category-card:hover .ws-card-image img{transform:scale(1.1)}.ws-card-overlay{opacity:0;background:#0c0d1266;justify-content:center;align-items:center;transition:all .4s;display:flex;position:absolute;inset:0}.ws-category-card:hover .ws-card-overlay{opacity:1}.ws-explore-btn{color:#0c0d12;text-transform:uppercase;letter-spacing:.1em;background:#fff;border-radius:50px;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:.85rem;font-weight:700;text-decoration:none;transition:all .4s .1s;display:flex;transform:translateY(20px)}.ws-category-card:hover .ws-explore-btn{transform:translateY(0)}.ws-card-info{padding:1.5rem 0}.ws-card-info h3{color:#f8fafc;margin-bottom:.75rem;font-size:1.5rem}.ws-card-info p{color:#94a3b8;font-size:.95rem;line-height:1.5}.ws-banner-split{background:#111827;min-height:600px;display:flex}.ws-banner-image{flex:1;position:relative;overflow:hidden}.ws-banner-image img{object-fit:cover;width:100%;height:100%}.ws-banner-content{flex:1;align-items:center;padding:6rem;display:flex}.ws-banner-inner{max-width:500px}.ws-banner-title{color:#fff;margin-bottom:1.5rem;font-size:2.5rem;line-height:1.2}.ws-banner-text{color:#94a3b8;margin-bottom:3rem;font-size:1.1rem;line-height:1.7}.ws-features-list{flex-direction:column;gap:2rem;display:flex}.ws-feature-item{gap:1.5rem;display:flex}.ws-feature-icon{color:#38bdf8;background:#38bdf81a;border:1px solid #38bdf833;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.5rem;display:flex}.ws-feature-text h4{color:#f1f5f9;margin-bottom:.5rem;font-size:1.1rem}.ws-feature-text p{color:#64748b;font-size:.9rem;line-height:1.5}.bg-darker{background:#0c0d12}.ws-highlights-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:4rem;display:grid}.ws-highlight-card{background:#1e293b;border:1px solid #ffffff0d;border-radius:16px;padding:2rem;transition:all .3s}.ws-highlight-card:hover{border-color:#38bdf84d;box-shadow:0 20px 40px #0006}.ws-h-image{justify-content:center;align-items:center;height:200px;margin-bottom:2rem;display:flex}.ws-h-image img{object-fit:contain;max-width:100%;max-height:100%}.ws-h-brand{color:#38bdf8;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem;font-size:.75rem;font-weight:700}.ws-h-info h3{color:#f8fafc;margin-bottom:.75rem;font-size:1.25rem}.ws-h-price{color:#fff;margin-bottom:1.5rem;font-family:ui-monospace,monospace;font-weight:700}.ws-h-cta{color:#38bdf8;border-bottom:1px solid #0000;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.ws-h-cta:hover{border-color:#38bdf8;padding-right:.5rem}.ws-final-cta{text-align:center;margin-top:5rem}@media (width<=1024px){.ws-categories-grid,.ws-highlights-grid{grid-template-columns:repeat(2,1fr)}.ws-banner-split{flex-direction:column}.ws-banner-content{padding:4rem 2rem}}@media (width<=768px){.ws-hero-title{font-size:3rem}.ws-categories-grid,.ws-highlights-grid{grid-template-columns:1fr}.ws-card-image{height:350px}.ws-hero-actions{flex-direction:column}.ws-primary-btn,.ws-secondary-btn{text-align:center}}.workspace-shop-page{padding-bottom:8rem}.workspace-shop-header{background:linear-gradient(#0c0d12,#111827);border-bottom:1px solid #ffffff0d;margin-bottom:3rem;padding:4rem 0 2rem}.workspace-shop-title{color:#f8fafc;margin-bottom:.25rem;font-size:2.5rem;font-weight:800}.workspace-shop-subtitle{color:#94a3b8;font-size:.9rem}.tech-card-link{color:inherit;text-decoration:none;display:block}.wsa-page{color:#e2e8f0;background-color:#0c0d12;min-height:100vh}.wsa-hero{background:radial-gradient(circle at 100% 0,#38bdf814,#0000),linear-gradient(#0c0d12,#111827);border-bottom:1px solid #ffffff0d;padding:8rem 0 6rem}.wsa-hero-content{max-width:800px}.wsa-eyebrow{text-transform:uppercase;letter-spacing:.2em;color:#38bdf8;margin-bottom:1.5rem;font-size:.75rem;font-weight:600}.wsa-title{color:#f8fafc;letter-spacing:-.02em;margin-bottom:2rem;font-size:4rem;font-weight:800;line-height:1.1}.wsa-intro{color:#94a3b8;font-size:1.2rem;line-height:1.7}.wsa-vision{border-bottom:1px solid #ffffff0d;padding:6rem 0}.wsa-vision-grid{grid-template-columns:1.5fr 1fr;align-items:center;gap:6rem;display:grid}.wsa-accent-heading{color:#f8fafc;margin-bottom:2rem;font-size:2.25rem;font-weight:700;display:inline-block;position:relative}.wsa-accent-heading:after{content:"";background:#38bdf8;width:60px;height:3px;position:absolute;bottom:-10px;left:0}.wsa-vision-text p{color:#94a3b8;margin-bottom:1.5rem;font-size:1.05rem;line-height:1.8}.wsa-stat-card{background:#111827;border:1px solid #ffffff0f;border-radius:16px;flex-direction:column;gap:3rem;padding:3rem;display:flex;box-shadow:0 20px 40px #0000004d}.wsa-stat-item{flex-direction:column;gap:.5rem;display:flex}.wsa-stat-number{color:#38bdf8;font-size:3.5rem;font-weight:800;line-height:1}.wsa-stat-label{text-transform:uppercase;letter-spacing:.1em;color:#64748b;font-size:.85rem}.wsa-values{background:#0f1117;border-bottom:1px solid #ffffff0d;padding:6rem 0}.wsa-section-header{text-align:center;margin-bottom:4rem}.wsa-section-header h2{color:#f8fafc;margin-bottom:1rem;font-size:2.5rem;font-weight:700}.wsa-section-header p{color:#64748b}.wsa-values-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.wsa-value-card{background:#111827;border:1px solid #ffffff0d;border-radius:16px;padding:2.5rem;transition:all .3s}.wsa-value-card:hover{border-color:#38bdf84d;transform:translateY(-5px);box-shadow:0 20px 40px #0000004d}.wsa-value-icon{color:#38bdf8;background:#38bdf81a;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1.5rem;font-size:1.4rem;display:flex}.wsa-value-card h3{color:#f8fafc;margin-bottom:.75rem;font-size:1.15rem;font-weight:600}.wsa-value-card p{color:#64748b;font-size:.9rem;line-height:1.6}.wsa-contact{padding:6rem 0}.wsa-contact-split{grid-template-columns:1fr 1fr;align-items:start;gap:5rem;display:grid}.wsa-contact-details h2{color:#f8fafc;margin-bottom:1rem;font-size:2rem;font-weight:700}.wsa-contact-details p{color:#94a3b8;font-size:1rem;line-height:1.7}@media (width<=900px){.wsa-vision-grid,.wsa-values-grid,.wsa-contact-split{grid-template-columns:1fr;gap:3rem}.wsa-title{font-size:2.75rem}.wsa-hero{padding:6rem 0 4rem}}.wpdp-back-link{color:#94a3b8;cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;padding:2rem 0 3rem;font-size:.9rem;text-decoration:none;transition:color .2s;display:inline-flex}.wpdp-back-link:hover{color:#38bdf8}.wpdp-grid{grid-template-columns:1fr 1fr;align-items:start;gap:5rem;padding-bottom:6rem;display:grid}.wpdp-image-panel{position:relative}.wpdp-image-wrap{aspect-ratio:4/3;background:linear-gradient(135deg,#111827,#1e293b);border:1px solid #ffffff0f;border-radius:20px;justify-content:center;align-items:center;padding:2.5rem;display:flex;overflow:hidden}.wpdp-image-wrap img{object-fit:contain;mix-blend-mode:luminosity;width:100%;height:100%;transition:mix-blend-mode .3s,transform .4s}.wpdp-image-wrap:hover img{mix-blend-mode:normal;transform:scale(1.03)}.wpdp-category-pill{color:#38bdf8;text-transform:uppercase;letter-spacing:.15em;background:#38bdf81f;border:1px solid #38bdf84d;border-radius:20px;padding:5px 14px;font-size:.7rem;font-weight:700;position:absolute;top:1.25rem;left:1.25rem}.wpdp-brand{color:#38bdf8;text-transform:uppercase;letter-spacing:.2em;margin-bottom:.6rem;font-size:.8rem;font-weight:700}.wpdp-name{color:#f8fafc;margin-bottom:1rem;font-size:2.2rem;font-weight:800;line-height:1.15}.wpdp-price{color:#fff;border-bottom:1px solid #ffffff12;margin-bottom:1.75rem;padding-bottom:1.75rem;font-size:1.6rem;font-weight:700}.wpdp-description{color:#94a3b8;margin-bottom:2.5rem;font-size:1rem;line-height:1.75}.wpdp-specs-title{text-transform:uppercase;letter-spacing:.18em;color:#38bdf8;margin-bottom:1.25rem;font-size:.75rem;font-weight:700}.wpdp-specs-table{border:1px solid #ffffff0f;border-radius:14px;margin-bottom:2.5rem;overflow:hidden}.wpdp-spec-row{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex}.wpdp-spec-row:last-child{border-bottom:none}.wpdp-spec-row:nth-child(odd){background:#ffffff05}.wpdp-spec-label{color:#64748b;align-items:center;gap:.6rem;min-width:120px;font-size:.85rem;font-weight:500;display:flex}.wpdp-spec-label svg{color:#38bdf8;flex-shrink:0;font-size:1rem}.wpdp-spec-value{color:#e2e8f0;text-align:right;font-size:.9rem;font-weight:600}.wpdp-actions{flex-direction:column;gap:.85rem;display:flex}.wpdp-whatsapp-btn{color:#0c0d12;letter-spacing:.01em;background:#38bdf8;border-radius:10px;justify-content:center;align-items:center;gap:.6rem;padding:1rem 2rem;font-size:1rem;font-weight:700;text-decoration:none;transition:background .2s,transform .2s;display:flex}.wpdp-whatsapp-btn:hover{background:#7dd3fc;transform:translateY(-2px)}.wpdp-cart-btn{color:#38bdf8;cursor:pointer;letter-spacing:.01em;background:0 0;border:1px solid #38bdf84d;border-radius:10px;justify-content:center;align-items:center;padding:.9rem 2rem;font-size:.95rem;font-weight:600;transition:background .2s,border-color .2s;display:flex}.wpdp-cart-btn:hover{background:#38bdf814;border-color:#38bdf899}.wpdp-related{border-top:1px solid #ffffff0f;padding:4rem 0 6rem}.wpdp-related-title{color:#f8fafc;margin-bottom:2.5rem;font-size:1.6rem;font-weight:700}.wpdp-related-title span{background:linear-gradient(90deg,#38bdf8,#818cf8);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.wpdp-related-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.wpdp-related-card{background:#111827;border:1px solid #ffffff0f;border-radius:16px;text-decoration:none;transition:border-color .2s,transform .2s;overflow:hidden}.wpdp-related-card:hover{border-color:#38bdf84d;transform:translateY(-4px)}.wpdp-related-image{aspect-ratio:16/9;background:linear-gradient(135deg,#1e293b,#0f172a);justify-content:center;align-items:center;padding:1.5rem;display:flex}.wpdp-related-image img{object-fit:contain;mix-blend-mode:luminosity;width:100%;height:100%}.wpdp-related-info{padding:1.25rem}.wpdp-related-brand{color:#38bdf8;text-transform:uppercase;letter-spacing:.15em;margin-bottom:.35rem;font-size:.7rem;font-weight:700}.wpdp-related-name{color:#e2e8f0;margin-bottom:.6rem;font-size:.9rem;font-weight:600;line-height:1.4}.wpdp-related-price{color:#94a3b8;font-size:.9rem;font-weight:600}.wpdp-not-found{text-align:center;color:#64748b;padding:8rem 0}@media (width<=900px){.wpdp-grid{grid-template-columns:1fr;gap:2.5rem}.wpdp-name{font-size:1.75rem}.wpdp-related-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.wpdp-related-grid{grid-template-columns:1fr}.wpdp-name{font-size:1.5rem}.wpdp-price{font-size:1.3rem}.wpdp-spec-row{flex-direction:column;align-items:flex-start;gap:.5rem;padding:1.25rem}.wpdp-spec-label{min-width:auto}.wpdp-spec-value{text-align:left;color:#f8fafc;padding-left:1.6rem;font-size:.95rem}}.hl-page{color:#1a1a1a;background-color:#fafafa;min-height:100vh;font-family:Inter,-apple-system,sans-serif}.hl-hero{text-align:left;background-image:linear-gradient(90deg,#fffffffa 0%,#ffffffb3 40%,#fff0 90%),url(/assets/home/lifestyle/hero-luxury.png);background-position:50%;background-size:cover;border-bottom:1px solid #00000008;padding:14rem 0 10rem;position:relative;overflow:hidden}.hl-hero:after{content:"";z-index:1;background:linear-gradient(135deg,#fff6 0%,#0000 100%);position:absolute;inset:0}.hl-hero .container{z-index:2;position:relative}.hl-eyebrow{color:#6b7280;letter-spacing:.3em;text-transform:uppercase;opacity:.8;margin-bottom:2rem;font-size:.7rem;font-weight:600;display:inline-block}.hl-hero-title{color:#111827;letter-spacing:-.04em;max-width:700px;margin:0 0 2rem;font-size:clamp(3rem,8vw,5.5rem);font-weight:300;line-height:1}.hl-hero-title span{color:#7c9e85}.hl-hero-subtitle{color:#4b5563;max-width:600px;margin:0 0 3rem;font-size:clamp(1rem,2vw,1.25rem);font-weight:400;line-height:1.6}.hl-hero-btn{color:#fff;letter-spacing:.05em;background:#111827;border-radius:0;align-items:center;gap:.75rem;padding:1.25rem 3rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .4s cubic-bezier(.165,.84,.44,1);display:inline-flex}.hl-hero-btn:hover{background:#374151;transform:translateY(-2px);box-shadow:0 10px 20px #0000001a}.hl-section{padding:5rem 0}.hl-section-header{text-align:center;margin-bottom:4rem}.hl-section-header h2{color:#111827;letter-spacing:-.02em;margin-bottom:.75rem;font-size:2.5rem;font-weight:300}.hl-section-header p{color:#6b7280;font-size:1.1rem;font-weight:400}.hl-category-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}.hl-category-card{color:#fff;background-position:50%;background-size:cover;border:1px solid #ffffff1a;border-radius:4px;flex-direction:column;height:420px;text-decoration:none;transition:all .8s cubic-bezier(.165,.84,.44,1);display:flex;position:relative;overflow:hidden}.hl-cat-overlay{z-index:1;background:linear-gradient(#0000 0%,#0009 100%);transition:background .5s;position:absolute;inset:0}.hl-cat-content{z-index:2;flex-direction:column;justify-content:flex-end;height:100%;padding:2.5rem;display:flex;position:relative}.hl-category-card:hover .hl-cat-overlay{background:linear-gradient(#0000 0%,#000000b3 100%)}.hl-category-card:before{content:"";background:var(--cat-color);opacity:0;height:3px;transition:opacity .25s;position:absolute;top:0;left:0;right:0}.hl-category-card:hover{border-color:#ffffff4d;transform:translateY(-5px);box-shadow:0 15px 35px #0000001f}.hl-category-card:hover:before{opacity:1}.hl-cat-icon{color:#fff;margin-bottom:1rem;font-size:1.75rem;transition:transform .8s cubic-bezier(.165,.84,.44,1);display:block}.hl-category-card:hover .hl-cat-icon{transform:translateY(-5px)}.hl-cat-name{color:#fff;letter-spacing:-.01em;margin-bottom:.5rem;font-size:1.5rem;font-weight:300}.hl-cat-tagline{color:#fffc;text-transform:uppercase;letter-spacing:.15em;font-size:.8rem;font-weight:500}.hl-cat-arrow{color:#fff;opacity:.7;align-items:center;margin-top:2rem;font-size:1.25rem;transition:all .4s;display:flex}.hl-category-card:hover .hl-cat-arrow{opacity:1;transform:translate(6px)}.hl-featured-bg{background:#f3f0eb}.hl-featured-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}.hl-featured-card{background:#fff;border:1px solid #e8ede9;border-radius:16px;transition:transform .25s,box-shadow .25s;overflow:hidden}.hl-featured-card:hover{transform:translateY(-8px);box-shadow:0 20px 48px #0000001a}.hl-featured-image-link{text-decoration:none;display:block}.hl-featured-image{aspect-ratio:1;background:#f7f5f2;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:relative}.hl-featured-image img{object-fit:contain;width:100%;height:100%;transition:transform .8s cubic-bezier(.165,.84,.44,1)}.hl-featured-card:hover .hl-featured-image img{transform:scale(1.1)}.hl-featured-badge{color:#5a8066;text-transform:uppercase;letter-spacing:.1em;background:#7c9e8526;border:1px solid #7c9e8540;border-radius:20px;padding:3px 10px;font-size:.65rem;font-weight:700;position:absolute;top:.75rem;left:.75rem}.hl-featured-info{padding:1.25rem}.hl-featured-brand{text-transform:uppercase;letter-spacing:.15em;color:#7c9e85;margin-bottom:.35rem;font-size:.7rem;font-weight:700}.hl-featured-name{color:#111827;letter-spacing:-.01em;margin-bottom:1rem;font-size:.95rem;font-weight:400;line-height:1.4}.hl-featured-footer{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.hl-featured-price{color:#1a2e1f;font-size:1rem;font-weight:700}.hl-featured-add{color:#fff;cursor:pointer;white-space:nowrap;background:#2d3b2e;border:none;border-radius:8px;padding:.5rem 1rem;font-size:.8rem;font-weight:600;transition:background .2s}.hl-featured-add:hover{background:#7c9e85}.hl-view-all{text-align:center;margin-top:3rem}.hl-view-all-btn{color:#2d3b2e;border-bottom:2px solid #7c9e85;align-items:center;gap:.5rem;padding-bottom:2px;font-size:.95rem;font-weight:700;text-decoration:none;transition:color .2s;display:inline-flex}.hl-view-all-btn:hover{color:#7c9e85}.hl-trust{border-top:1px solid #e8ede9;grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.hl-trust-item{text-align:center;padding:2rem 1.5rem}.hl-trust-icon{color:#111827;background:0 0;border:1px solid #00000014;justify-content:center;align-items:center;width:42px;height:42px;margin:0 auto 1.5rem;font-size:1.25rem;display:flex}.hl-trust-item h4{color:#111827;text-transform:uppercase;letter-spacing:.15em;margin-bottom:.75rem;font-size:.85rem;font-weight:600}.hl-trust-item p{color:#6b7280;max-width:250px;margin:0 auto;font-size:.85rem;line-height:1.7}@media (width<=1024px){.hl-category-grid,.hl-featured-grid{grid-template-columns:repeat(2,1fr)}.hl-hero-title{font-size:3.5rem}}@media (width<=768px){.hl-hero{padding:7rem 0 4rem}.hl-hero-title{font-size:2.75rem}.hl-trust{grid-template-columns:1fr}}@media (width<=480px){.hl-hero{text-align:center;background-position:70%;padding:8rem 0 4rem}.hl-category-grid{grid-template-columns:1fr;gap:1.5rem;padding:0 1rem}.hl-category-card{height:320px}.hl-featured-grid{grid-template-columns:1fr;gap:1.5rem}.hl-hero-title{font-size:2.25rem}.hl-section{padding:4rem 0}}.hl-shop-hero{text-align:left;background-color:#0000;background-image:linear-gradient(90deg,#fffffff2 0%,#fff0 80%),url(/assets/home/lifestyle/hero-luxury.png);background-position:50% 20%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;border-bottom:1px solid #7c9e8526;margin-bottom:3rem;padding:8rem 0 3rem}.hl-shop-body{gap:4rem;padding-top:0;padding-bottom:4rem;display:flex}.hl-shop-main{flex:1;min-height:40vh;padding-bottom:6rem}.hl-sidebar{flex-shrink:0;width:220px;height:fit-content;position:sticky;top:100px}.hl-shop-main{flex:1}.hl-filter-group{flex-direction:column;gap:1rem;display:flex}.hl-filter-label{text-transform:uppercase;letter-spacing:.18em;color:#7c9e85;margin-bottom:.25rem;font-size:.7rem;font-weight:700}.hl-filter-options{flex-direction:column;gap:.2rem;display:flex}.hl-filter-link{color:#6b7f6e;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;justify-content:space-between;align-items:center;padding:.6rem .75rem;font-size:.9rem;transition:background .15s,color .15s;display:flex}.hl-filter-link:hover{color:#1a2e1f;background:#7c9e8514}.hl-filter-link.active{color:#1a2e1f;background:#7c9e851f;font-weight:600}.hl-filter-count{color:#a5b4aa;font-size:.8rem}.hl-product-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.hl-card-link{color:inherit;text-decoration:none;display:block}.hl-card{background:#fff;border:1px solid #e8ede9;border-radius:16px;height:100%;transition:transform .25s,box-shadow .25s;overflow:hidden}.hl-card:hover{transform:translateY(-8px);box-shadow:0 20px 48px #0000001a}.hl-card-image{aspect-ratio:1;background:#f7f5f2;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:relative}.hl-card-image img{object-fit:contain;width:100%;height:100%;transition:transform .8s cubic-bezier(.165,.84,.44,1)}.hl-card:hover .hl-card-image img{transform:scale(1.1)}.hl-card-badge{color:#5a8066;text-transform:uppercase;letter-spacing:.1em;background:#7c9e851f;border:1px solid #7c9e8540;border-radius:20px;padding:3px 10px;font-size:.65rem;font-weight:700;position:absolute;top:.75rem;left:.75rem}.hl-card-body{flex-direction:column;gap:.4rem;padding:1.25rem;display:flex}.hl-card-brand{text-transform:uppercase;letter-spacing:.15em;color:#7c9e85;font-size:.7rem;font-weight:700}.hl-card-name{color:#1a2e1f;font-size:.95rem;font-weight:600;line-height:1.35}.hl-card-desc{color:#6b7f6e;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.82rem;line-height:1.55;display:-webkit-box;overflow:hidden}.hl-card-footer{justify-content:space-between;align-items:center;gap:.5rem;margin-top:.75rem;display:flex}.hl-card-price{color:#1a2e1f;font-size:1rem;font-weight:700}.hl-card-add{color:#fff;cursor:pointer;white-space:nowrap;background:#2d3b2e;border:none;border-radius:8px;padding:.5rem 1rem;font-size:.8rem;font-weight:600;transition:background .2s}.hl-card-add:hover{background:#7c9e85}.hl-no-results{text-align:center;color:#6b7f6e;grid-column:1/-1;padding:5rem 2rem}.hl-no-results svg{color:#c5d5c8;margin-bottom:1rem;font-size:2.5rem}.hl-no-results h3{color:#1a2e1f;margin-bottom:.5rem}.hl-reset-btn{color:#fff;cursor:pointer;background:#2d3b2e;border:none;border-radius:8px;margin-top:1.25rem;padding:.7rem 1.75rem;font-weight:600}.hl-desktop-only{display:block}.hl-mobile-only{display:none}.hl-mobile-controls{z-index:1001;pointer-events:none;border-bottom:1px solid #7c9e850d;justify-content:center;width:100%;padding:1rem 0;position:sticky;top:70px}.hl-mobile-filter-btn{pointer-events:auto;-webkit-backdrop-filter:blur(8px);color:#1a2e1f;cursor:pointer;background:#ffffff1a;border:1.5px solid #7c9e8533;border-radius:50px;align-items:center;gap:.6rem;padding:.75rem 2.5rem;font-size:.85rem;font-weight:600;display:flex;box-shadow:0 4px 15px #0000000a}.hl-drawer-backdrop{z-index:3000;background:#0006;position:fixed;inset:0}.hl-drawer{z-index:3001;background:#fff;flex-direction:column;width:80%;max-width:320px;height:100%;display:flex;position:fixed;top:0;left:0;box-shadow:4px 0 24px #0000001a}.hl-drawer-header{border-bottom:1px solid #e8ede9;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.hl-drawer-header h3{color:#1a2e1f;font-size:1rem;font-weight:700}.hl-drawer-header button{color:#6b7f6e;cursor:pointer;background:0 0;border:none;font-size:1.25rem}.hl-drawer-body{flex:1;padding:1.5rem;overflow-y:auto}.hl-drawer-footer{border-top:1px solid #e8ede9;padding:1.25rem 1.5rem}.hl-apply-btn{color:#fff;cursor:pointer;background:#2d3b2e;border:none;border-radius:10px;width:100%;padding:.9rem;font-weight:700}@media (width<=1024px){.hl-product-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.hl-shop-hero{text-align:center;background-color:#0000;background-image:linear-gradient(#fffffff2 0%,#ffffffb3 100%),url(/assets/home/lifestyle/hero-luxury.png);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;padding:6rem 0 3rem}.hl-shop-body{flex-direction:column;gap:0;padding-top:0;padding-bottom:4rem}.hl-shop-hero{margin-bottom:1rem}.hl-shop-main{padding-bottom:8rem;display:block}.hl-desktop-only{display:none}.hl-mobile-only{display:flex}.hl-product-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.hl-product-grid{grid-template-columns:1fr}}.hlpdp-back{color:#6b7f6e;cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;padding:2rem 0 3rem;font-size:.9rem;text-decoration:none;transition:color .2s;display:inline-flex}.hlpdp-back:hover{color:#1a2e1f}.hlpdp-grid{grid-template-columns:1fr 1fr;align-items:start;gap:5rem;padding-bottom:5rem;display:grid}.hlpdp-image-panel{position:relative}.hlpdp-image-wrap{aspect-ratio:4/3;background:#f7f5f2;border:1px solid #e8ede9;border-radius:20px;justify-content:center;align-items:center;padding:3rem;display:flex;overflow:hidden}.hlpdp-image-wrap img{object-fit:contain;width:100%;height:100%;transition:transform .4s}.hlpdp-image-wrap:hover img{transform:scale(1.04)}.hlpdp-cat-pill{color:#5a8066;text-transform:uppercase;letter-spacing:.12em;background:#7c9e851f;border:1px solid #7c9e854d;border-radius:20px;padding:5px 14px;font-size:.7rem;font-weight:700;position:absolute;top:1.25rem;left:1.25rem}.hlpdp-brand{color:#7c9e85;text-transform:uppercase;letter-spacing:.2em;margin-bottom:.6rem;font-size:.8rem;font-weight:700}.hlpdp-name{color:#1a2e1f;margin-bottom:1rem;font-size:2.2rem;font-weight:800;line-height:1.15}.hlpdp-price{color:#1a2e1f;border-bottom:1px solid #e8ede9;margin-bottom:1.75rem;padding-bottom:1.75rem;font-size:1.6rem;font-weight:700}.hlpdp-desc{color:#6b7f6e;margin-bottom:2.5rem;font-size:1rem;line-height:1.75}.hlpdp-specs-title{text-transform:uppercase;letter-spacing:.18em;color:#7c9e85;margin-bottom:1.25rem;font-size:.75rem;font-weight:700}.hlpdp-specs-table{border:1px solid #e8ede9;border-radius:14px;margin-bottom:2.5rem;overflow:hidden}.hlpdp-spec-row{border-bottom:1px solid #e8ede9;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex}.hlpdp-spec-row:last-child{border-bottom:none}.hlpdp-spec-row:nth-child(odd){background:#faf9f6}.hlpdp-spec-key{color:#6b7f6e;min-width:120px;font-size:.85rem;font-weight:500}.hlpdp-spec-val{color:#1a2e1f;text-align:right;font-size:.9rem;font-weight:600}.hlpdp-actions{flex-direction:column;gap:.85rem;display:flex}.hlpdp-whatsapp-btn{color:#fff;background:#2d3b2e;border-radius:10px;justify-content:center;align-items:center;gap:.6rem;padding:1rem 2rem;font-size:1rem;font-weight:700;text-decoration:none;transition:background .2s,transform .2s;display:flex}.hlpdp-whatsapp-btn:hover{background:#7c9e85;transform:translateY(-2px)}.hlpdp-cart-btn{color:#2d3b2e;cursor:pointer;background:0 0;border:1px solid #c5d5c8;border-radius:10px;justify-content:center;align-items:center;padding:.9rem 2rem;font-size:.95rem;font-weight:600;transition:background .2s,border-color .2s;display:flex}.hlpdp-cart-btn:hover{background:#7c9e8514;border-color:#7c9e85}.hlpdp-related{border-top:1px solid #e8ede9;padding:4rem 0 6rem}.hlpdp-related-title{color:#1a2e1f;margin-bottom:2.5rem;font-size:1.6rem;font-weight:700}.hlpdp-related-title span{color:#7c9e85}.hlpdp-related-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.hlpdp-related-card{background:#fff;border:1px solid #e8ede9;border-radius:16px;text-decoration:none;transition:border-color .2s,transform .2s;overflow:hidden}.hlpdp-related-card:hover{border-color:#7c9e85;transform:translateY(-4px)}.hlpdp-related-img{aspect-ratio:16/9;background:#f7f5f2;justify-content:center;align-items:center;padding:1.5rem;display:flex}.hlpdp-related-img img{object-fit:contain;width:100%;height:100%}.hlpdp-related-info{padding:1.25rem}.hlpdp-related-brand{color:#7c9e85;text-transform:uppercase;letter-spacing:.15em;margin-bottom:.35rem;font-size:.7rem;font-weight:700}.hlpdp-related-name{color:#1a2e1f;margin-bottom:.5rem;font-size:.9rem;font-weight:600;line-height:1.4}.hlpdp-related-price{color:#6b7f6e;font-size:.9rem;font-weight:600}.hlpdp-not-found{text-align:center;color:#6b7f6e;padding:8rem 0}@media (width<=900px){.hlpdp-grid{grid-template-columns:1fr;gap:2.5rem}.hlpdp-name{font-size:1.75rem}.hlpdp-related-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.hlpdp-related-grid{grid-template-columns:repeat(2,1fr)}.hlpdp-name{font-size:1.75rem}.hlpdp-spec-row{gap:.4rem;padding:1.25rem;flex-direction:column!important;align-items:flex-start!important}.hlpdp-spec-key{text-transform:uppercase;letter-spacing:.05em;opacity:.8;min-width:auto;font-size:.75rem}.hlpdp-spec-val{text-align:left;font-size:.95rem}}@media (width<=480px){.hlpdp-related-grid{grid-template-columns:1fr}.hlpdp-name{font-size:1.5rem}}:root{--studio-bg:#fff;--studio-surface:#fcfcfc;--studio-sidebar:#fff;--studio-sidebar-width:280px;--studio-sidebar-text:#1a1a1b;--studio-accent:#febb00;--studio-accent-hover:#d4a000;--studio-text:#1a1a1b;--studio-text-muted:#64748b;--studio-border:#e2e8f0;--studio-border-hover:#cbd5e1;--studio-radius:8px;--studio-transition:all .25s cubic-bezier(.4, 0, .2, 1)}.studio-main{background:var(--studio-bg);min-height:100vh;color:var(--studio-text);text-align:left;font-family:Inter,-apple-system,sans-serif}#root{width:100%!important;max-width:100%!important}.studio-glass{border:1px solid var(--studio-border);border-radius:var(--studio-radius);transition:var(--studio-transition);background:#fff}.studio-glass:hover{border-color:var(--studio-border-hover);background:var(--studio-surface)}.studio-title{color:var(--studio-text);letter-spacing:-.02em;font-family:Outfit,sans-serif;font-size:2rem;font-weight:600}.studio-subtitle{text-transform:uppercase;letter-spacing:.15em;color:var(--studio-text-muted);font-family:Outfit,sans-serif;font-size:.75rem;font-weight:600}.studio-input,.studio-select{border:1px solid var(--studio-border);color:var(--studio-text);width:100%;transition:var(--studio-transition);background:#fff;border-radius:6px;outline:none;padding:.75rem 1rem;font-family:Inter,sans-serif;font-size:.9rem}.studio-select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;padding-right:2.5rem}.studio-input:focus,.studio-select:focus{border-color:var(--studio-accent);box-shadow:0 0 0 2px #febb001a}.studio-input::placeholder{color:#94a3b8}.studio-btn-primary{background:var(--studio-accent);color:#000;border:1px solid var(--studio-accent);text-transform:uppercase;letter-spacing:.05em;cursor:pointer;transition:var(--studio-transition);border-radius:6px;padding:.75rem 1.5rem;font-family:Outfit,sans-serif;font-size:.75rem;font-weight:600}.studio-btn-primary:hover{background:var(--studio-accent-hover);border-color:var(--studio-accent-hover)}.studio-btn-icon{border:1px solid var(--studio-border);color:var(--studio-text);cursor:pointer;transition:var(--studio-transition);background:#fff;border-radius:6px;justify-content:center;align-items:center;padding:.75rem;display:flex}.studio-btn-icon:hover{border-color:var(--studio-text);background:#f8fafc}.google-btn{border:1px solid var(--studio-border);cursor:pointer;text-transform:uppercase;letter-spacing:.05em;width:100%;transition:var(--studio-transition);color:var(--studio-text);background:#fff;border-radius:6px;justify-content:center;align-items:center;gap:12px;padding:.75rem 1.5rem;font-family:Outfit,sans-serif;font-size:.75rem;font-weight:600;display:flex}.google-btn:hover{border-color:var(--studio-border-hover);background:#f8fafc;transform:translateY(-1px)}.google-btn:active{transform:translateY(0)}.google-btn:disabled{opacity:.6;cursor:not-allowed}.studio-sidebar-logo{border-bottom:1px solid #ffffff0d;margin-bottom:2rem;padding:2rem}.studio-nav-item{color:var(--studio-text-muted);alignItems:center;transition:var(--studio-transition);border-radius:8px;gap:12px;margin:.25rem 1rem;padding:.875rem 1.5rem;font-family:Outfit,sans-serif;font-size:.9rem;text-decoration:none;display:flex}.studio-nav-item:hover{color:var(--studio-sidebar-text);background:#01359708}.studio-nav-item.active{background:var(--studio-accent);color:#000;font-weight:600}.stat-card{border:1px solid var(--studio-border);background:#fff}.stat-card:hover{border-color:var(--studio-sidebar)}.studio-table{border-collapse:collapse;width:100%}.studio-table th{text-align:left;color:var(--studio-text-muted);text-transform:uppercase;letter-spacing:.1em;border-bottom:1px solid var(--studio-border);background:#fcfcfc;padding:1rem;font-size:.65rem;font-weight:600}.studio-table td{border-bottom:1px solid var(--studio-border);color:var(--studio-text);padding:1rem}.studio-badge{text-transform:uppercase;border-radius:4px;padding:4px 8px;font-size:.6rem;font-weight:700}.badge-featured{color:#d4a000;background:#febb001a;font-weight:700}.upload-spinner,.upload-spinner-small{border:2px solid #f3f3f3;border-top:2px solid var(--studio-accent);border-radius:50%;animation:1s linear infinite spin}.upload-spinner{width:40px;height:40px}.upload-spinner-small{width:24px;height:24px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.notification-container{z-index:9999;pointer-events:none;flex-direction:column;gap:1rem;max-width:400px;display:flex;position:fixed;top:2rem;right:2rem}.notification-toast{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);pointer-events:auto;background:#fffffff2;border:1px solid #0000000d;border-radius:12px;align-items:center;gap:1rem;width:320px;padding:1rem;display:flex;position:relative;overflow:hidden;box-shadow:0 15px 35px #00000014}.notification-toast:after{content:"";background:var(--toast-accent,#013597);width:100%;height:3px;animation:5s linear forwards toast-progress;position:absolute;bottom:0;left:0}@keyframes toast-progress{0%{width:100%}to{width:0%}}.toast-image{background:#f8fafc;border-radius:8px;flex-shrink:0;width:50px;height:50px;overflow:hidden}.toast-image img{object-fit:cover;width:100%;height:100%}.toast-content{flex:1}.toast-title{color:var(--toast-accent,#013597);text-transform:uppercase;letter-spacing:.05em;margin:0;font-size:.8rem;font-weight:700}.toast-message{color:#1a1a1b;margin:.25rem 0 .5rem;font-size:.85rem}.toast-actions{gap:.5rem;display:flex}.toast-btn{text-transform:uppercase;cursor:pointer;background:0 0;border:1px solid #0000000d;border-radius:4px;padding:.4rem .8rem;font-family:Outfit,sans-serif;font-size:.65rem;font-weight:700;transition:all .2s}.toast-btn:hover{color:#fff;background:#000;border-color:#000}.notification-toast[data-type=skincare]{--toast-accent:#d4a000;border-left:4px solid #febb00}.notification-toast[data-type=workspace]{--toast-accent:#013597;border-left:4px solid #013597}.notification-toast[data-type=home]{--toast-accent:#8b735b;border-left:4px solid #8b735b}.notification-toast[data-type=success]{--toast-accent:#10b981;border-left:4px solid #10b981}.notification-toast[data-type=error]{--toast-accent:#ef4444;border-left:4px solid #ef4444}@media (width<=480px){.notification-container{max-width:none;inset:auto 1rem 2rem}.notification-toast{width:auto}}.py-xl{padding:6rem 0}@media (width<=768px){.py-xl{padding:4rem 0}}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{color:var(--color-slate);margin-bottom:1rem;font-size:2.5rem}.section-header p{color:var(--color-slate-light)}.product-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:3rem;max-width:1200px;margin:0 auto;display:grid}@media (width<=600px){.product-grid{grid-template-columns:1fr;gap:2rem}}.laptop-referral{background-color:var(--color-yellow-bg);margin-top:3rem;padding:6rem 0;overflow:hidden}.laptop-content{box-shadow:var(--shadow-soft);background-color:#fff;border-radius:12px;justify-content:space-between;align-items:center;gap:2rem;padding:4rem;display:flex}.laptop-text h3{color:var(--color-blue);margin-bottom:1rem;font-size:2.5rem}.laptop-text p{color:var(--color-slate-light);font-size:1.1rem;line-height:1.6}@media (width<=900px){.laptop-content{text-align:center;flex-direction:column;padding:2.5rem 1.5rem}.laptop-text{max-width:100%}.laptop-text h3{font-size:1.75rem}}.btn-link{color:#fff;text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;font-weight:500;text-decoration:none;transition:opacity .2s}.btn-link:hover{opacity:.8}:root{--color-yellow:#febb00;--color-yellow-dark:#d4a000;--color-yellow-light:#fff3cc;--color-yellow-bg:#fffae0;--color-blue:#013597;--color-blue-dark:#012880;--color-blue-light:#99b5ee;--color-sage:#febb00;--color-sage-light:#fff3cc;--color-sage-dark:#d4a000;--color-cream:#fffae0;--color-cream-light:#fff;--color-cream-dark:#fff3cc;--color-slate:#111827;--color-slate-light:#6b7280;--color-background:#fff;--color-surface:#fff;--color-text:var(--color-slate);--color-text-light:var(--color-slate-light);--color-text-inverse:#fff;--font-heading:"Outfit", sans-serif;--font-body:"Inter", sans-serif;--transition-smooth:all .4s cubic-bezier(.16, 1, .3, 1);--transition-fast:all .2s ease-in-out;--shadow-soft:0 10px 30px #0000000d;--shadow-hover:0 20px 40px #0000001a;--layout-max-width:1400px;--sidebar-width:400px}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;overflow-x:clip}body{font-family:var(--font-body);background-color:var(--color-background);color:var(--color-text);-webkit-font-smoothing:antialiased;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);letter-spacing:-.02em;margin-bottom:.5rem;font-weight:500}.glass{-webkit-backdrop-filter:blur(20px);background:#ffffffe6;border:1px solid #fff6}.glass-dark{-webkit-backdrop-filter:blur(12px);color:#fff;background:#2c313599;border:1px solid #ffffff1a}.container{max-width:var(--layout-max-width);margin:0 auto;padding:0 2rem}@media (width<=600px){.container{padding:0 1rem}}button{cursor:pointer;font-family:var(--font-body);background:0 0;border:none}img{max-width:100%;height:auto}
