.header{background-color:var(--color-bg);border-bottom:1px solid var(--color-border);box-shadow:0 4px 20px #00000008;position:sticky;top:0;z-index:1000;height:var(--header-height);display:flex;align-items:center;width:100%}.header-container{display:flex;align-items:center;justify-content:space-between;height:100%;width:100%;padding:0 2rem}.logo{display:flex;align-items:center;height:100%}.logo-img{height:40px;width:auto;object-fit:contain}.nav-menu{display:flex;gap:3rem;height:100%;align-items:center}.nav-link{font-size:.75rem;font-weight:600;text-transform:uppercase;color:var(--color-text);letter-spacing:.1em;position:relative;transition:color .2s}.nav-link:hover{color:var(--color-text-secondary)}.header-actions{display:flex;align-items:center;gap:1.5rem}.icon-btn{background:none;border:none;cursor:pointer;color:var(--color-text);padding:.5rem;display:flex;align-items:center;justify-content:center;position:relative}.icon-btn svg{width:20px;height:20px}.cart-count{position:absolute;top:-2px;right:-4px;background-color:var(--color-text);color:#fff;font-size:.65rem;font-weight:700;height:16px;width:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}.mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;color:var(--color-text);padding:.5rem}@media(max-width:900px){.nav-menu{display:none;position:fixed;top:var(--header-height);left:0;width:100%;height:calc(100vh - var(--header-height));background-color:var(--color-bg);flex-direction:column;padding:1.5rem 2rem;align-items:flex-start;z-index:999;overflow-y:auto;box-shadow:0 10px 30px #0000001a}.nav-menu.active{display:flex;animation:fadeIn .3s ease}.nav-link{font-size:1.2rem;font-weight:700;padding:1rem 0;width:100%;display:block;border-bottom:1px solid #f0f0f0}.nav-link:last-child{border-bottom:none}.mobile-menu-btn{display:block}.logo-img{height:28px}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.footer-premium{background-color:#111;color:#fff;padding:5rem 0 2rem;margin-top:auto;border-top:none}.footer-top{display:grid;grid-template-columns:1.5fr .8fr .8fr 1.5fr;gap:2rem;margin-bottom:4rem}.footer-logo{font-size:1.5rem;font-weight:900;margin-bottom:1.5rem;letter-spacing:-.02em;color:#fff;text-transform:uppercase}.footer-desc{font-size:.9rem;color:#888;line-height:1.6;max-width:250px}.footer-col h5{font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem;font-weight:700;color:#fff;opacity:.8}.footer-links li{margin-bottom:.8rem}.footer-links a{font-size:.9rem;color:#999;transition:color .2s;text-decoration:none}.footer-links a:hover{color:#fff}.footer-contact-list{list-style:none;margin-bottom:2rem}.footer-contact-list li{display:flex;align-items:flex-start;gap:10px;margin-bottom:1rem;font-size:.9rem;color:#999}.footer-contact-list a{color:#999;text-decoration:none;transition:color .2s}.footer-contact-list a:hover{color:#fff}.footer-contact-list .icon{font-size:1rem;line-height:1}.social-links-new{display:flex;gap:1.2rem}.social-links-new a{color:#fff;opacity:.7;transition:opacity .2s}.social-links-new a:hover{opacity:1}.footer-bottom{display:flex;justify-content:space-between;padding-top:2rem;border-top:1px solid #333;font-size:.8rem;color:#666}.legal-links{display:flex;gap:1.5rem}.legal-links a{color:#666}.legal-links a:hover{color:#999}@media(max-width:900px){.footer-top{grid-template-columns:1fr 1fr;gap:3rem}}@media(max-width:600px){.footer-top{grid-template-columns:1fr;text-align:center}.footer-logo,.footer-desc{margin-left:auto;margin-right:auto}.social-links{justify-content:center}.footer-bottom{flex-direction:column-reverse;gap:1rem;align-items:center}}.whatsapp-widget{position:fixed;bottom:2rem;right:2rem;z-index:1001;display:flex;flex-direction:column;align-items:flex-end}.wa-float-btn{width:60px;height:60px;border-radius:50%;background-color:#25d366;color:#fff;border:none;box-shadow:0 4px 12px #00000026;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.wa-float-btn:hover{box-shadow:0 6px 16px #25d36666}.wa-float-btn.active{transform:rotate(45deg)}.wa-logo-svg{width:32px;height:32px;fill:currentColor}.wa-chat-window{width:300px;background:#fff;border-radius:12px;box-shadow:0 8px 30px #0000001f;margin-bottom:1rem;overflow:hidden;transform-origin:bottom right;display:flex;flex-direction:column}.wa-header{background:#075e54;color:#fff;padding:1rem;display:flex;justify-content:space-between;align-items:center}.wa-header-info{display:flex;align-items:center;gap:.75rem}.wa-avatar{width:36px;height:36px;background:#fff;color:#075e54;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.8rem}.wa-header h4{margin:0;font-size:.95rem;font-weight:600}.wa-status{font-size:.7rem;opacity:.8}.wa-close-btn{background:transparent;border:none;color:#fff;cursor:pointer;opacity:.7;transition:opacity .2s;padding:0;display:flex}.wa-close-btn:hover{opacity:1}.wa-body{padding:1rem;background:#e5ddd5;background-image:url(https://user-images.githubusercontent.com/15075759/28719144-86dc0f70-73b1-11e7-911d-60d70fcded21.png);flex:1;max-height:400px;overflow-y:auto}.wa-message-received{background:#fff;padding:.75rem 1rem;border-radius:0 12px 12px;margin-bottom:1rem;box-shadow:0 1px 2px #0000001a;position:relative;max-width:85%}.wa-message-received p{margin:0;font-size:.9rem;color:#111;line-height:1.4}.wa-time{display:block;text-align:right;font-size:.65rem;color:#999;margin-top:4px}.wa-options{display:flex;flex-direction:column;gap:.5rem}.wa-option-btn{background:#fff;border:none;padding:.8rem 1rem;border-radius:8px;cursor:pointer;text-align:left;font-size:.85rem;color:#333;display:flex;justify-content:space-between;align-items:center;transition:background .2s;box-shadow:0 1px 2px #0000000d}.wa-option-btn:hover{background:#f5f5f5}.wa-option-btn span{flex:1}@media(max-width:768px){.whatsapp-widget{bottom:1.5rem;right:1.5rem}.wa-chat-window{width:280px;right:0}}.product-card{display:flex;flex-direction:column;position:relative;text-decoration:none;transition:all .4s cubic-bezier(.2,.8,.2,1);background:transparent;height:100%}.product-card:hover{transform:translateY(-8px)}.product-image-container{position:relative;background-color:#f8f9fa;aspect-ratio:1/1;overflow:hidden;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center;border-radius:20px;border:1px solid #eaeaea;transition:all .4s ease}.product-card:hover .product-image-container{box-shadow:0 15px 35px #0000000f;border-color:#e0e0e0}.product-image-container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#fff9,#fff0);pointer-events:none;border-radius:20px;z-index:2}.product-image{width:100%;height:100%;object-fit:contain;padding:2.5rem;transition:transform .6s cubic-bezier(.2,.8,.2,1);mix-blend-mode:multiply;z-index:3;position:relative}.product-card:hover .product-image{transform:scale(1.06)}.product-image-container.loading:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);background-size:200% 100%;animation:loading-shine 1.5s infinite linear;z-index:4}@keyframes loading-shine{0%{background-position:-200% 0}to{background-position:200% 0}}.card-badges{position:absolute;top:15px;left:15px;z-index:4;display:flex;flex-direction:column;gap:8px}.badge{font-size:.65rem;font-weight:700;text-transform:uppercase;padding:.4rem .8rem;letter-spacing:.1em;border-radius:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.badge-new{background-color:#ffffffe6;color:#111;border:1px solid rgba(0,0,0,.1)}.badge-used{background-color:#f0f0f0e6;color:#555;border:1px solid rgba(0,0,0,.05)}.badge-drop{background-color:#111;color:#fff;border:none;box-shadow:0 4px 10px #00000026}.card-isotype{position:absolute!important;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;opacity:.05;pointer-events:none;z-index:1}.card-isotype img{width:70%;height:auto;object-fit:contain}.product-info{text-align:center;display:flex;flex-direction:column;flex-grow:1;padding:0 .5rem}.product-category{color:#888;font-size:.7rem;text-transform:uppercase;margin-bottom:.5rem;letter-spacing:.1em;font-weight:600}.product-title{font-size:1rem;font-weight:700;margin-bottom:.75rem;color:#111;line-height:1.4;text-transform:uppercase;letter-spacing:-.01em;flex-grow:1}.price-row{display:flex;gap:12px;align-items:center;justify-content:center;margin-bottom:1.25rem}.product-price{font-size:.95rem;color:#111;font-weight:600}.product-price-original{font-size:.8rem;color:#aaa;text-decoration:line-through;font-weight:400}.btn-view-product{width:100%;padding:.9rem;background:transparent;border:1px solid #ddd;border-radius:30px;color:#333;text-transform:uppercase;font-size:.75rem;font-weight:700;letter-spacing:.1em;cursor:pointer;transition:all .3s cubic-bezier(.2,.8,.2,1);margin-top:auto}.product-card:hover .btn-view-product{background:#111;color:#fff;border-color:#111;box-shadow:0 8px 20px #0000001a;transform:translateY(-2px)}@media(max-width:768px){.product-image{padding:1.5rem}.product-title{font-size:.85rem}.product-price{font-size:.9rem}.product-price-original{font-size:.75rem}.btn-view-product{padding:.8rem;font-size:.75rem}.badge{font-size:.6rem;padding:.3rem .6rem}}.home-clean{padding-top:var(--header-height);background-color:var(--color-bg)}.hero-original{background-image:url(/assets/hero-street-editorial.png);background-size:cover;background-position:center;position:relative;height:85vh;display:flex;align-items:center;justify-content:flex-start;padding-left:8vw;margin-bottom:5rem;overflow:hidden}.hero-overlay-dark{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#000000b3,#0003,#0000);z-index:1}.hero-content-original{position:relative;z-index:2;max-width:650px;color:#fff;padding:3rem;background:#0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:24px;border:1px solid rgba(255,255,255,.1)}.hero-title-original{font-size:4.5rem;font-weight:800;line-height:1;letter-spacing:-.04em;margin-bottom:1.5rem;color:#fff;text-shadow:0 10px 30px rgba(0,0,0,.3)}.hero-subtitle-original{font-size:1.1rem;font-weight:300;margin-bottom:2rem;opacity:.9;max-width:500px;line-height:1.6;letter-spacing:.02em}.hero-actions-original{display:flex;gap:1.5rem}.btn-black{background:#fff;color:#000;padding:1.2rem 2.5rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;font-size:.85rem;border:none;border-radius:30px;transition:all .3s cubic-bezier(.2,.8,.2,1);box-shadow:0 8px 20px #ffffff1a}.btn-black:hover{background:#f0f0f0;transform:translateY(-2px);box-shadow:0 12px 25px #fff3}.btn-transparent{background:#ffffff1a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);color:#fff;padding:1.2rem 2.5rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;font-size:.85rem;border:1px solid rgba(255,255,255,.3);border-radius:30px;transition:all .3s cubic-bezier(.2,.8,.2,1)}.btn-transparent:hover{background:#fff3;border-color:#fff;transform:translateY(-2px)}.categories-section{margin-bottom:8rem}.categories-grid-5{display:grid;grid-template-columns:repeat(5,1fr);gap:1.5rem}.cat-card-text{background:#f8f9fa;border:1px solid #eaeaea;border-radius:20px;padding:2.5rem 1.5rem;transition:all .3s ease;height:100%;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}.cat-card-text:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#ffffff80,#fff0);pointer-events:none;border-radius:20px}.cat-card-text:hover{transform:translateY(-8px);box-shadow:0 15px 35px #0000000d;background:#fff;border-color:#ddd}.cat-card-text h3{font-size:1.3rem;font-weight:800;text-transform:uppercase;margin-bottom:.75rem;letter-spacing:-.02em;text-align:center;color:#111}.cat-card-text p{font-size:.85rem;color:#666;line-height:1.5;text-align:center;font-weight:400}.cat-card-text a{text-decoration:none;color:inherit;display:block;height:100%}.product-section{padding-bottom:2rem;margin-bottom:8rem;margin-top:6rem}.banner-sale{position:relative;padding:10rem 2rem;text-align:center;background-color:#0a0a0a;background-image:radial-gradient(circle at center,#1a1a1a,#000);display:flex;align-items:center;justify-content:center;border-radius:40px;margin:4rem 2rem 8rem;overflow:hidden}.banner-content{position:relative;z-index:2;max-width:800px}.banner-content h2{font-size:4.5rem;margin-bottom:1rem;font-weight:800;text-transform:uppercase;letter-spacing:-.03em;line-height:1;color:#fff;background:linear-gradient(to right,#fff,#999);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.banner-content p{font-size:1.1rem;margin-bottom:3rem;color:#aaa;font-weight:400;letter-spacing:.05em;text-transform:uppercase}.banner-content .btn{background:#fff;color:#000;border:none;padding:1.2rem 3rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;border-radius:30px;transition:all .3s ease}.banner-content .btn:hover{background:#e0e0e0;transform:scale(1.05);box-shadow:0 10px 30px #ffffff1a}@media(max-width:1024px){.categories-grid-5{grid-template-columns:repeat(3,1fr)}.categories-grid-5>div:nth-child(4),.categories-grid-5>div:nth-child(5){grid-column:span 1.5}.product-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.product-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.hero-original{height:auto;padding:4rem 1.5rem;border-radius:0;margin-bottom:3rem}.hero-content-original{padding:1.5rem}.hero-title-original{font-size:2.5rem}.hero-actions-original{flex-direction:column;gap:1rem}.btn-black,.btn-transparent{width:100%;text-align:center;padding:1rem 1.5rem}.categories-grid-5{grid-template-columns:repeat(2,1fr)}.categories-grid-5>div:nth-child(4),.categories-grid-5>div:nth-child(5){grid-column:span 1}.categories-grid-5>div:last-child{grid-column:span 2;background:#111;color:#fff}.categories-grid-5>div:last-child h3,.categories-grid-5>div:last-child p{color:#fff}.banner-sale{border-radius:0;margin-left:0;margin-right:0;padding:6rem 1.5rem}.banner-content h2{font-size:2.8rem}}.testimonials-section{margin-bottom:8rem;padding-top:4rem;border-top:1px solid #f0f0f0}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4rem}.section-header h2{font-size:2rem;font-weight:800;letter-spacing:-.03em}.google-badge{display:flex;align-items:center;gap:12px;background:#fcfcfc;padding:8px 20px;border-radius:40px;border:1px solid #efefef;transition:box-shadow .3s ease}.google-badge:hover{box-shadow:0 4px 15px #0000000d}.g-icon{font-weight:800;font-size:1.5rem;color:#4285f4}.g-rating strong{font-size:.95rem}.g-stars{color:#fbbc05;font-size:.8rem;letter-spacing:2px}.g-count{font-size:.75rem;color:#888}.testimonials-grid-scroll{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.google-review-card{background:#fff;padding:2rem;border:1px solid #f0f0f0;border-radius:20px;transition:all .3s ease}.google-review-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000000a;border-color:#eaeaea}.gr-header{display:flex;gap:15px;margin-bottom:1.5rem;align-items:center}.gr-avatar{width:40px;height:40px;border-radius:50%;color:#fff;font-weight:600;font-size:1rem;display:flex;align-items:center;justify-content:center}.gr-name{font-size:.95rem;font-weight:700;color:#111}.gr-rating-row{display:flex;gap:8px;align-items:center}.gr-date{font-size:.75rem;color:#70757a}.gr-text{font-size:.95rem;line-height:1.6;color:#555;font-weight:400;display:-webkit-box;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.journal-section{margin-bottom:8rem}.journal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}.journal-card{display:flex;flex-direction:column}.j-img{aspect-ratio:4/3;background-size:cover;background-position:center;margin-bottom:1.5rem;border-radius:20px;overflow:hidden;transition:transform .5s ease}.journal-card:hover .j-img{transform:scale(1.02)}.j-content{display:flex;flex-direction:column;align-items:flex-start}.j-tag{font-size:.75rem;text-transform:uppercase;letter-spacing:.15em;font-weight:700;margin-bottom:.75rem;color:#888}.journal-card h3{font-size:1.3rem;margin-bottom:1rem;line-height:1.4;font-weight:700}.j-link{font-size:.9rem;text-decoration:underline;text-underline-offset:4px;font-weight:600;color:#333;transition:color .3s ease}.j-link:hover{color:#000}.instagram-section{margin-bottom:6rem;padding:2rem 0}.ig-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem}.ig-header h2{font-size:1.8rem;font-weight:800;letter-spacing:-.02em}.ig-grid{display:grid;grid-template-columns:repeat(9,1fr);gap:0}.ig-item{aspect-ratio:1;position:relative;overflow:hidden;cursor:auto;background:#f0f0f0}.ig-item:nth-child(2n){background:#e0e0e0}.ig-item img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.ig-item:hover img{transform:scale(1.05)}.ig-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0006;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.ig-item:hover .ig-overlay{opacity:1}.ig-icon{font-size:1.5rem}.final-cta-visual{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:6rem}.cta-card{position:relative;height:450px;border-radius:30px;overflow:hidden;display:flex;align-items:center;justify-content:center;text-decoration:none;color:#fff;transform:translateZ(0)}.cta-bg{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;transition:transform .8s cubic-bezier(.2,.8,.2,1)}.cta-card:hover .cta-bg{transform:scale(1.05)}.cta-content{position:relative;z-index:2;text-align:center;background:#0006;padding:3rem 4rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:20px;border:1px solid rgba(255,255,255,.15);transition:all .3s ease}.cta-card:hover .cta-content{background:#0009}.cta-content h2{font-size:2.8rem;font-weight:800;text-transform:uppercase;margin-bottom:.5rem;letter-spacing:-.02em}.cta-content span{font-size:.95rem;text-transform:uppercase;letter-spacing:.1em;font-weight:600}@media(max-width:1024px){.testimonials-grid-scroll,.journal-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.testimonials-grid-scroll,.journal-grid{grid-template-columns:1fr}.ig-grid{grid-template-columns:repeat(3,1fr)}.ig-header{flex-direction:column;gap:1rem;text-align:center}.final-cta-visual{grid-template-columns:1fr;height:auto}.cta-card{height:350px}}.product-page{padding-top:var(--header-height);min-height:100vh;animation:fadeInPage .5s ease-out}@keyframes fadeInPage{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.product-main{display:flex;align-items:flex-start;padding:3rem 1.5rem 6rem;gap:4rem;max-width:1400px}.breadcrumbs-container{width:100%;margin-bottom:2rem;font-size:.8rem;color:var(--color-text-secondary);letter-spacing:.05em;text-transform:uppercase}.breadcrumbs-container a{color:var(--color-text-secondary);text-decoration:none;transition:color .2s ease}.breadcrumbs-container a.active,.breadcrumbs-container a:hover{color:var(--color-text);font-weight:600}.breadcrumb-separator{margin:0 .75rem;color:#ddd}.product-gallery{flex:1 1 50%;max-width:55%}.main-image-container{background:#f8f9fa;border-radius:16px;overflow:hidden;position:relative;box-shadow:0 10px 40px #00000008;display:flex;align-items:center;justify-content:center;min-height:500px;margin-bottom:1.5rem}.main-image{width:90%;height:auto;object-fit:contain;mix-blend-mode:darken;transition:transform .6s cubic-bezier(.2,.8,.2,1)}.main-image-container:hover .main-image.zoom-effect{transform:scale(1.15);cursor:zoom-in}.thumbnail-gallery{display:flex;gap:1rem;overflow-x:auto;padding-bottom:.5rem;scrollbar-width:none}.thumbnail-gallery::-webkit-scrollbar{display:none}.thumbnail-btn{flex:0 0 80px;height:80px;border-radius:12px;border:2px solid transparent;overflow:hidden;background:#f8f9fa;cursor:pointer;transition:all .4s cubic-bezier(.2,.8,.2,1);opacity:.6;display:flex;align-items:center;justify-content:center;padding:0}.thumbnail-btn img{width:100%;height:100%;object-fit:cover;mix-blend-mode:darken}.thumbnail-btn:hover{opacity:1}.thumbnail-btn.active{border-color:#111;opacity:1;box-shadow:0 4px 12px #0000001a}.pdp-badge{position:absolute;top:1.5rem;padding:.5rem 1rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border-radius:2px}.pdp-badge-used{left:1.5rem;background:#111;color:#fff}.pdp-badge-low-stock{right:1.5rem;background:#e53e3e;color:#fff;animation:flashStock 2s infinite alternate}@keyframes flashStock{0%{opacity:.9}to{opacity:1;box-shadow:0 0 10px #e53e3e66}}.product-sidebar{flex:1 1 40%;max-width:450px;position:sticky;top:calc(var(--header-height) + 2rem)}.product-sticky-info{display:flex;flex-direction:column}.p-header{margin-bottom:2rem}.p-brand{font-size:.85rem;text-transform:uppercase;letter-spacing:.1em;color:#666;font-weight:600;margin-bottom:.5rem;display:block}.p-title{font-size:2rem;font-weight:700;line-height:1.1;color:#111;margin-bottom:1rem;letter-spacing:-.02em}.p-price{font-size:1.5rem;font-weight:600;color:#111}.size-selector{margin-bottom:2.5rem}.size-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.size-header label{font-size:.9rem;font-weight:600;color:#111}.size-guide-link{background:none;border:none;padding:0;font-size:.8rem;color:#666;text-decoration:underline;text-underline-offset:4px;cursor:pointer;font-family:inherit;transition:color .2s ease}.size-guide-link:hover{color:#111}.size-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem}.size-btn{background:#fff;border:1px solid #e0e0e0;border-radius:4px;padding:1rem 0;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease;text-align:center;color:#111}.size-btn:hover:not(.disabled){border-color:#111}.size-btn.active{background:#111;color:#fff;border-color:#111}.size-btn.disabled{color:#bbb;background:#f9f9f9;cursor:not-allowed;text-decoration:line-through}.p-actions{margin-bottom:3rem}.add-to-cart-btn{width:100%;padding:1.25rem;font-size:.95rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;border-radius:100px;background:#111;color:#fff;border:none;transition:transform .2s ease,background .2s ease;cursor:pointer}.add-to-cart-btn:hover{background:#333;transform:scale(1.02)}.add-to-cart-btn:active{transform:scale(.98)}.p-accordions{border-top:1px solid #e0e0e0}.pdp-accordion{border-bottom:1px solid #e0e0e0}.pdp-accordion-header{width:100%;background:none;border:none;padding:1.5rem 0;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-family:inherit;font-size:1rem;font-weight:600;color:#111;text-align:left}.pdp-accordion-icon{font-size:1.5rem;font-weight:400;color:#666;transition:transform .3s ease}.pdp-accordion-content{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease-out}.pdp-accordion.open .pdp-accordion-content{grid-template-rows:1fr}.pdp-accordion-inner{overflow:hidden;padding-bottom:0;color:#555;font-size:.95rem;line-height:1.6}.pdp-accordion.open .pdp-accordion-inner{padding-bottom:1.5rem}.richtext p{margin-bottom:1rem}.richtext p:last-child{margin-bottom:0}.info-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.info-list li{display:flex;align-items:center;gap:.5rem}.info-list a{color:#111;text-decoration:underline;text-underline-offset:4px}.related-section{padding:4rem 1.5rem 6rem;background:#fafafa;border-top:1px solid #eee}.related-section .section-header{margin-bottom:2rem}.related-section h2{font-size:1.5rem;font-weight:700}@media(max-width:1024px){.product-main{gap:2rem}.product-sidebar{max-width:400px}}@media(max-width:768px){.product-main{flex-direction:column;padding:0 0 4rem;gap:0}.breadcrumbs-container{padding:1rem 1.5rem;margin-bottom:0}.product-gallery{max-width:100%;width:100%}.product-gallery .main-image-container{min-height:400px;border-radius:12px}.product-gallery .product-sidebar{max-width:100%;width:100%;position:static;padding:2rem 1.5rem}.product-gallery .p-title{font-size:1.75rem}.product-gallery .p-price{font-size:1.25rem}.product-gallery .size-btn{padding:.8rem 0}.product-gallery .p-actions{position:fixed;bottom:0;left:0;right:0;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 1.5rem;margin-bottom:0;z-index:100;border-top:1px solid #eee;padding-bottom:env(safe-area-inset-bottom,1rem)}.product-gallery .add-to-cart-btn{box-shadow:0 4px 15px #0000001a}}.cart-page{padding:6rem 1.5rem 4rem;min-height:70vh;animation:fadeIn .4s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.empty-cart-container{text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;min-height:50vh}.empty-cart-container h1{font-size:2.5rem;font-weight:800;letter-spacing:-.03em;margin-bottom:.5rem}.empty-cart-container p{color:var(--color-text-secondary);font-size:1.1rem}.cart-title{font-size:2.5rem;font-weight:800;margin-bottom:2.5rem;text-transform:uppercase;letter-spacing:-.04em;position:relative;display:inline-block}.cart-title:after{content:"";position:absolute;bottom:-8px;left:0;width:40px;height:3px;background-color:var(--color-text)}.cart-grid{display:grid;grid-template-columns:1fr 400px;gap:4rem;align-items:start}.shipping-alert{background:#f9f9f9cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1.25rem;margin-bottom:3rem;text-align:center;border-radius:12px;border:1px solid rgba(0,0,0,.05);font-size:.95rem;box-shadow:0 4px 20px #00000005;transition:all .3s ease}.shipping-alert.success{background:#e6fffacc;color:#047857;border-color:#d1fae580;box-shadow:0 4px 20px #0478570d}.shipping-alert strong{font-weight:700}.cart-items{display:flex;flex-direction:column;gap:2rem}.cart-item{display:grid;grid-template-columns:120px 1fr auto;gap:2rem;padding:1.5rem;border-radius:16px;background:#fff;border:1px solid rgba(0,0,0,.04);box-shadow:0 4px 24px #00000005;transition:transform .3s ease,box-shadow .3s ease}.cart-item:hover{transform:translateY(-2px);box-shadow:0 8px 32px #0000000f}.cart-item-image img{width:100%;aspect-ratio:1;object-fit:cover;background-color:#f5f5f5;border-radius:8px;transition:transform .5s ease}.cart-item:hover .cart-item-image img{transform:scale(1.05)}.cart-item-image{overflow:hidden;border-radius:8px}.cart-item-details{display:flex;flex-direction:column;justify-content:space-between}.item-info-top h3{font-size:1.1rem;font-weight:700;margin-bottom:.25rem;letter-spacing:-.01em}.item-category{font-size:.85rem;color:var(--color-text-secondary);margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.item-size{font-size:.9rem;font-weight:500;color:#444}.item-actions{display:flex;align-items:center;gap:2rem;margin-top:1.5rem}.quantity-controls{display:flex;align-items:center;background:var(--color-bg-secondary);border-radius:30px;padding:.25rem}.quantity-controls button{background:#fff;border:none;border-radius:50%;width:28px;height:28px;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000000d;transition:all .2s ease}.quantity-controls button:hover:not(:disabled){background:var(--color-text);color:var(--color-bg);transform:scale(1.1)}.quantity-controls button:disabled{opacity:.4;cursor:not-allowed;box-shadow:none}.quantity-controls span{padding:0 1rem;font-size:.95rem;font-weight:600;min-width:40px;text-align:center}.remove-btn{background:none;border:none;cursor:pointer;color:var(--color-text-secondary);padding:.5rem;border-radius:50%;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.remove-btn:hover{color:#e53e3e;background:#e53e3e1a;transform:scale(1.1)}.cart-item-price{font-weight:700;font-size:1.2rem;color:var(--color-text);display:flex;align-items:flex-start}.cart-summary{background:#ffffffb3;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding:2.5rem;border-radius:20px;border:1px solid rgba(255,255,255,.5);box-shadow:0 8px 32px #0000000d;position:sticky;top:100px;height:fit-content}.cart-summary h2{font-size:1.4rem;margin-bottom:2rem;font-weight:800;letter-spacing:-.02em;padding-bottom:1rem;border-bottom:1px solid rgba(0,0,0,.05)}.summary-row{display:flex;justify-content:space-between;margin-bottom:1.25rem;font-size:1rem;color:#444}.summary-divider{height:1px;background-color:#0000000d;margin:1.5rem 0}.summary-row.total{font-weight:800;font-size:1.4rem;color:var(--color-text);margin-bottom:2.5rem}.checkout-btn{border-radius:30px;padding:1.2rem;font-size:1rem;letter-spacing:.05em;width:100%;margin-bottom:1.5rem;box-shadow:0 10px 20px #0000001a}.checkout-btn:hover{transform:translateY(-2px);box-shadow:0 15px 25px #00000026}.continue-shopping{display:flex;align-items:center;justify-content:center;gap:.5rem;color:var(--color-text-secondary);text-decoration:none;font-size:.9rem;font-weight:600;transition:color .2s ease}.continue-shopping:hover{color:var(--color-text)}.checkout-form-container{background:#fff;padding:3rem;border-radius:20px;border:1px solid rgba(0,0,0,.04);box-shadow:0 8px 32px #00000008}.checkout-form{display:flex;flex-direction:column;gap:2rem}.checkout-form h3{font-size:1.3rem;font-weight:700;margin-bottom:.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(0,0,0,.05);color:var(--color-text)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.75rem}.form-group label{font-size:.9rem;font-weight:600;color:#333}.form-group input,.form-group select{padding:1rem 1.25rem;border:1px solid rgba(0,0,0,.1);border-radius:10px;font-family:inherit;font-size:1rem;background:#f9f9f980;transition:all .3s ease}.form-group input:focus,.form-group select:focus{outline:none;border-color:var(--color-text);background:#fff;box-shadow:0 0 0 3px #0000000d}.order-items-preview{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.order-preview-row{display:flex;align-items:center;gap:1rem;font-size:.95rem;color:#333}.order-preview-image{width:60px;height:60px;border-radius:8px;object-fit:cover;background:#f5f5f5;border:1px solid rgba(0,0,0,.05)}.order-preview-details{flex:1;display:flex;flex-direction:column}.order-preview-title{font-weight:600;font-size:.9rem}.order-preview-qty{color:var(--color-text-secondary);font-size:.8rem}.order-preview-price{font-weight:700}.payment-mock{padding:1.5rem;background:#f8fbff;border-radius:12px;border:1px solid rgba(0,158,227,.2);transition:all .3s ease}.payment-mock:hover{border-color:#009ee380;box-shadow:0 4px 15px #009ee30d}.payment-header{margin-bottom:1.5rem;font-size:1.2rem;display:flex;align-items:center}.mp-radio{width:20px;height:20px;border:6px solid #009EE3;border-radius:50%;margin-right:12px;background:#fff}.payment-option{font-weight:600;margin-bottom:.75rem;font-size:1rem}.payment-option.selected{display:flex;align-items:center;color:var(--color-text)}.payment-logos{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0;padding-left:32px}.card-pill{background:#fff;padding:4px 10px;border:1px solid rgba(0,0,0,.08);border-radius:20px;font-size:.75rem;font-weight:600;color:#444;box-shadow:0 2px 4px #00000005}.payment-note{font-size:.85rem;color:#666;margin-top:1rem;padding-left:32px;line-height:1.4}.mp-btn{background-color:#009ee3;border-color:#009ee3;color:#fff;font-weight:700;border-radius:30px;padding:1.2rem;text-transform:none;font-size:1rem;box-shadow:0 8px 16px #009ee333}.mp-btn:hover{background-color:#008cc9;border-color:#008cc9;box-shadow:0 12px 24px #009ee34d;transform:translateY(-2px)}@media(max-width:1024px){.cart-grid{grid-template-columns:1fr 340px;gap:2rem}.checkout-form-container{padding:2rem}}@media(max-width:768px){.cart-title,.empty-cart-container h1{font-size:1.8rem}.cart-grid{grid-template-columns:1fr}.cart-summary{position:static}.cart-item{grid-template-columns:90px 1fr;padding:1.25rem}.cart-item-price{grid-column:2;margin-top:.5rem}.item-actions{flex-wrap:wrap;gap:1rem}.form-row{grid-template-columns:1fr;gap:1rem}}.category-page{padding-top:var(--header-height)}.cat-hero{position:relative;height:350px;margin:0 2rem 3rem;border-radius:30px;overflow:hidden;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff}.cat-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0009,#0000004d);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.cat-hero-content{position:relative;z-index:2;max-width:800px;padding:2rem}.cat-hero-content h1{font-size:4rem;font-weight:800;margin-bottom:1rem;color:#fff;text-transform:uppercase;letter-spacing:-.03em;text-shadow:0 4px 15px rgba(0,0,0,.2)}.cat-hero-content p{font-size:1.1rem;font-weight:400;color:#fff;letter-spacing:.02em;opacity:.9;line-height:1.5}.breadcrumbs{margin-bottom:3rem;color:#888;font-size:.75rem;text-transform:uppercase;letter-spacing:.15em;font-weight:600}.breadcrumbs span{padding:0 .5rem}.breadcrumbs .current{color:#111;font-weight:800;border-bottom:1px solid #111;padding-bottom:2px}.cat-body{display:grid;grid-template-columns:240px 1fr;gap:4rem;margin-bottom:8rem}.cat-filters h3{font-size:1.2rem;font-weight:800;margin-bottom:2rem;border-bottom:1px solid #eaeaea;padding-bottom:1rem;text-transform:uppercase;letter-spacing:-.01em;color:#111}.filter-group{margin-bottom:2rem}.filter-group label{display:block;font-size:.75rem;font-weight:700;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.1em;color:#555}.filter-group select,.filter-group input{width:100%;padding:1rem;border:1px solid #ddd;border-radius:12px;background-color:#fcfcfc;font-size:.9rem;font-family:inherit;font-weight:500;color:#111;cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111' 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-repeat:no-repeat;background-position:right 1rem center;background-size:1.2em;transition:all .3s ease}.filter-group select:hover,.filter-group input:hover{background-color:#fff;border-color:#aaa;box-shadow:0 4px 12px #00000008}.filter-group select:focus,.filter-group input:focus{border-color:#111;outline:none;box-shadow:0 0 0 2px #1111111a}.cat-products{width:100%}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}@media(max-width:1200px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:1024px){.cat-hero{height:300px;margin:0 1rem 2rem;border-radius:20px}.cat-hero-content h1{font-size:3rem}.cat-body{grid-template-columns:1fr;gap:2rem}.cat-filters{display:flex;gap:1.5rem;align-items:center;flex-wrap:wrap;border-bottom:1px solid #eaeaea;padding-bottom:2rem;margin-bottom:2rem}.cat-filters h3{display:none}.filter-group{margin-bottom:0;flex:1;min-width:180px}}@media(max-width:768px){.product-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.cat-hero{height:250px;border-radius:0;margin:0 0 2rem}.cat-hero-content h1{font-size:2.5rem}.filter-group{min-width:100%}}.breadcrumbs-container{padding:1rem 0;font-size:.85rem;color:#666;margin-bottom:1rem}.breadcrumbs-list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;align-items:center}.breadcrumb-item{display:flex;align-items:center}.breadcrumb-item:not(:last-child):after{content:"/";margin:0 .5rem;color:#ccc}.breadcrumb-item a{color:#666;text-decoration:none;transition:color .2s}.breadcrumb-item a:hover{color:#000;text-decoration:underline}.breadcrumb-item.current span{color:#000;font-weight:600}.cluster-page-v2{padding-top:var(--header-height);background-color:#fff;min-height:100vh}.cluster-hero{position:relative;height:60vh;min-height:400px;background-size:cover;background-position:center;background-attachment:fixed;display:flex;align-items:center;justify-content:center;color:#fff;text-align:center}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#00000080,#0003,#0009)}.hero-content{position:relative;z-index:2;max-width:900px;padding:0 2rem}.hero-content h1{font-size:clamp(3rem,8vw,6rem);font-weight:800;margin-bottom:1rem;line-height:.95;text-transform:uppercase;letter-spacing:-.04em}.hero-content p{font-size:1.25rem;opacity:.9;font-weight:400;max-width:600px;margin:0 auto}.cluster-nav-sticky{position:sticky;top:var(--header-height);background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;border-bottom:1px solid #eee;padding:1rem 0}.nav-flex{display:flex;justify-content:space-between;align-items:center;gap:2rem}.filter-pills{display:flex;gap:.75rem;overflow-x:auto;padding-bottom:.2rem}.pill-select{padding:.6rem 1.2rem;border:1px solid #ddd;border-radius:50px;background:#fff;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.pill-select:hover{border-color:#000;box-shadow:0 4px 10px #0000000d}.section-padding{padding:6rem 0;border-bottom:1px solid #f5f5f5}.section-header{margin-bottom:3rem;text-align:left}.section-header h2{font-size:2.5rem;font-weight:800;letter-spacing:-.02em;margin-bottom:.5rem}.section-sub{color:#666;font-size:1.1rem}.best-sellers-grid,.main-cluster-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.editorial-banner-inline{display:grid;grid-template-columns:1fr 1fr;background:#000;color:#fff;border-radius:24px;overflow:hidden;margin:4rem 0;min-height:450px}.eb-image{background-size:cover;background-position:center}.eb-content{padding:4rem;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.eb-tag{text-transform:uppercase;font-size:.8rem;font-weight:700;letter-spacing:.2em;margin-bottom:1.5rem;color:#888}.eb-content h3{font-size:3rem;font-weight:800;margin-bottom:1.5rem;line-height:1.1}.eb-content p{font-size:1.1rem;color:#ccc;margin-bottom:2.5rem;max-width:400px;line-height:1.6}.btn-eb{padding:1rem 2.5rem;background:#fff;color:#000;font-weight:800;text-decoration:none;border-radius:50px;transition:transform .3s ease}.btn-eb:hover{transform:scale(1.05)}.clusters-row{display:flex;gap:1.5rem;overflow-x:auto;padding:1rem 0;scrollbar-width:none}.cluster-card-mini{flex:0 0 160px;text-align:center;text-decoration:none;color:#000;transition:transform .3s ease}.cluster-card-mini:hover{transform:translateY(-8px)}.cm-img{width:100%;aspect-ratio:1;background:#f8f8f8;border-radius:20px;overflow:hidden;margin-bottom:1rem;padding:1.5rem}.cm-img img{width:100%;height:100%;object-fit:contain}.cluster-card-mini span{font-weight:700;font-size:.9rem;text-transform:uppercase}.blog-related{border-bottom:none}.blog-grid-horizontal{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.blog-mini-card{text-decoration:none;color:#000}.bm-img{width:100%;height:240px;background-size:cover;background-position:center;border-radius:20px;margin-bottom:1.5rem}.bm-tag{font-size:.75rem;font-weight:700;color:#888;text-transform:uppercase;display:block;margin-bottom:.5rem}.bm-body h4{font-size:1.35rem;font-weight:700;line-height:1.3}.seo-optimized-section{background:#fafafa;padding:4rem 2rem;border-radius:30px;margin-bottom:8rem}.seo-details{cursor:pointer}.seo-summary{display:flex;justify-content:space-between;align-items:center;list-style:none}.seo-summary h3{font-size:1.5rem;font-weight:800}.view-more-text{font-weight:700;text-decoration:underline;font-size:.9rem}.seo-content-expand{margin-top:2.5rem;max-width:800px;border-top:1px solid #eee;padding-top:2rem}.seo-content-expand p{font-size:1.1rem;line-height:1.7;color:#444}.seo-faqs{margin-top:3rem;display:grid;gap:2rem}.faq-item strong{display:block;margin-bottom:.5rem}@media(max-width:1024px){.best-sellers-grid,.main-cluster-grid{grid-template-columns:repeat(3,1fr)}.blog-grid-horizontal{grid-template-columns:repeat(2,1fr)}.editorial-banner-inline{grid-template-columns:1fr}.eb-content{padding:3rem}}@media(max-width:768px){.cluster-hero{height:50vh}.best-sellers-grid,.main-cluster-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.blog-grid-horizontal{grid-template-columns:1fr}.eb-content h3{font-size:2.2rem}.nav-flex{flex-direction:column;align-items:flex-start;gap:1rem}.filter-pills{width:100%}.section-padding{padding:4rem 0}}.drops-page{background-color:#000;color:#fff;min-height:100vh;padding-bottom:4rem}.drops-page h1,.drops-page h2,.drops-page h3{color:#fff}.drops-hero{height:70vh;background-size:cover;background-position:center;position:relative;display:flex;align-items:center;justify-content:center;text-align:center;margin-bottom:4rem}.drops-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;background:linear-gradient(to bottom,#0000004d,#000000e6)}.drops-hero-content{position:relative;z-index:2;max-width:800px;padding:0 2rem}.drop-badge-hero{display:inline-flex;align-items:center;gap:.5rem;background:#ff3b30;color:#fff;padding:.5rem 1rem;font-weight:700;text-transform:uppercase;font-size:.8rem;letter-spacing:.1em;margin-bottom:1.5rem}.drops-title{font-size:5rem;line-height:.9;font-weight:900;text-transform:uppercase;letter-spacing:-.04em;margin-bottom:1.5rem}.drops-subtitle{font-size:1.2rem;color:#ccc;font-weight:400;max-width:600px;margin:0 auto 2rem;line-height:1.6}.drops-section-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:3rem;border-bottom:1px solid #333;padding-bottom:1rem}.drops-section-title{font-size:2rem;text-transform:uppercase;font-weight:800;margin:0}.drops-counter{color:#666;font-family:monospace;font-size:1rem}.drops-page .product-card{background:#111;border:1px solid #222;transition:all .3s ease}.drops-page .product-card:hover{border-color:#444;transform:translateY(-5px)}.drops-page .product-image-container{background-color:#1a1a1a}.drops-page .product-title,.drops-page .product-price{color:#fff!important}.drops-page .product-category{color:#888}.drops-page .btn-view-product{border-color:#fff;color:#fff!important}.drops-page .btn-view-product:hover{background-color:#fff;color:#000!important}.drops-newsletter{background:#111;border-top:1px solid #333;padding:6rem 0;text-align:center;margin-top:6rem}.newsletter-title{font-size:2.5rem;font-weight:800;text-transform:uppercase;margin-bottom:1rem}.newsletter-form{display:flex;justify-content:center;gap:0;max-width:500px;margin:2rem auto 0}.newsletter-input{background:#222;border:1px solid #333;color:#fff;padding:1rem 1.5rem;width:100%;font-size:1rem}.newsletter-input:focus{border-color:#fff;outline:none}.newsletter-btn{background:#fff;color:#000;border:1px solid #fff;padding:0 2rem;font-weight:700;text-transform:uppercase;font-size:.9rem;cursor:pointer;white-space:nowrap;transition:all .2s}.newsletter-btn:hover{background:#ccc;border-color:#ccc}@media(max-width:768px){.drops-page{padding-bottom:2rem}.drops-hero{height:50vh;margin-bottom:2rem}.drops-hero-content{padding:0 1rem}.drops-title{font-size:2.5rem;margin-bottom:1rem}.drops-subtitle{font-size:.9rem;max-width:100%;margin-bottom:1.5rem}.drops-section-header{flex-direction:column;align-items:flex-start;gap:.5rem;margin-bottom:2rem}.drops-section-title{font-size:1.5rem}.drops-newsletter{margin-top:4rem;padding:4rem 1rem}.newsletter-title{font-size:1.8rem}.newsletter-form{flex-direction:column;gap:1rem;width:100%}.newsletter-input,.newsletter-btn{width:100%;padding:1rem}.container{padding:0 1.5rem}}.about-page{background-color:#fff;color:#111;overflow-x:hidden}.manifesto-section{padding:6rem 0;position:relative;border-bottom:1px solid #eee}.manifesto-container{max-width:900px;margin:0 auto;padding:0 1.5rem}.about-hero{height:60vh;background-size:cover;background-position:center;position:relative;display:flex;align-items:center;justify-content:center}.about-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:1}.about-hero h1{position:relative;z-index:2;color:#fff;font-size:5vw;font-weight:900;text-transform:uppercase;letter-spacing:-.04em;text-align:center;line-height:.9}.manifesto-title{font-size:3rem;font-weight:800;text-transform:uppercase;letter-spacing:-.03em;margin-bottom:2rem;line-height:1}.manifesto-text{font-size:1.25rem;line-height:1.6;color:#333;font-weight:400}.manifesto-text p{margin-bottom:2rem}.highlight{background:#111;color:#fff;padding:0 5px}.editorial-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-top:4rem}.editorial-image{width:100%;height:auto;display:block;filter:grayscale(100%);transition:filter .3s}.editorial-image:hover{filter:grayscale(0%)}.editorial-content h3{font-size:1.8rem;font-weight:700;margin-bottom:1rem;text-transform:uppercase}.editorial-content p{font-size:1rem;color:#666;line-height:1.6}.values-section{background:#f9f9f9;padding:5rem 0}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.value-card{padding:2rem;background:#fff;border:1px solid #eee;transition:transform .2s}.value-card:hover{transform:translateY(-5px);border-color:#111}.value-number{font-size:3rem;font-weight:900;color:#e0e0e0;line-height:1;margin-bottom:1rem}.value-title{font-size:1.2rem;font-weight:700;text-transform:uppercase;margin-bottom:.5rem}.value-desc{font-size:.9rem;color:#666}.trust-block{text-align:center;padding:4rem 0;border-top:1px solid #eee}.trust-logo{width:60px;height:60px;margin:0 auto 1.5rem;background:#000;border-radius:50%;display:flex;align-items:center;justify-content:center}.trust-logo img{width:30px;filter:invert(1)}@media(max-width:768px){.about-hero h1{font-size:3rem}.about-grid-intro{grid-template-columns:1fr;gap:3rem}.editorial-grid{grid-template-columns:1fr;gap:2rem}.values-grid{grid-template-columns:1fr}.manifesto-title{font-size:2.2rem}.timeline-grid{grid-template-columns:1fr;gap:3rem}.section-title{font-size:2.5rem}}.kp-hero{height:50vh;background-size:cover;background-position:center;position:relative;display:flex;align-items:center;justify-content:center;margin-bottom:4rem}.kp-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0006}.kp-hero h1{position:relative;z-index:2;color:#fff;font-size:4rem;text-transform:uppercase;letter-spacing:-.02em}.kp-content{max-width:900px!important}.manifesto-highlight{text-align:center;margin-bottom:4rem;border-bottom:1px solid #ddd;padding-bottom:3rem}.manifesto-highlight h2{font-size:2rem;line-height:1.2;margin-bottom:1.5rem}.kp-text-block p{font-size:1.1rem;line-height:1.8;color:#444;margin-bottom:1.5rem}.kp-text-block h3{font-size:1.5rem;margin-bottom:1rem;margin-top:2rem}.kp-grid-2col{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:4rem;align-items:center}@media(max-width:768px){.kp-grid-2col{grid-template-columns:1fr}.kp-hero h1{font-size:2.5rem}}.kp-values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:4rem;border-top:1px solid #000;padding-top:3rem}.value-item h4{font-size:1.2rem;margin-bottom:.5rem}.value-item p{font-size:.9rem;color:#666}@media(max-width:768px){.kp-values-grid{grid-template-columns:1fr}}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem}@media(max-width:768px){.contact-grid{grid-template-columns:1fr}}.contact-intro{font-size:1.2rem;margin-bottom:2rem;line-height:1.6}.contact-details p{margin-bottom:.5rem;font-size:.95rem}.contact-details{margin-top:3rem;padding-top:2rem;border-top:1px solid #ddd}.editorial-form .form-group{margin-bottom:1.5rem}.editorial-form label{display:block;text-transform:uppercase;font-size:.75rem;letter-spacing:.1em;margin-bottom:.5rem;font-weight:700}.editorial-form input,.editorial-form textarea{width:100%;padding:1rem;border:1px solid #ddd;background:#f9f9f9;font-family:inherit;border-radius:0}.editorial-form input:focus,.editorial-form textarea:focus{border-color:#000;background:#fff}:root{--color-bg: #FFFFFF;--color-bg-secondary: #F9F9F9;--color-text: #000000;--color-text-secondary: #555555;--color-accent: #000000;--color-border: #E5E5E5;--font-main: "Inter", system-ui, -apple-system, sans-serif;--container-width: 1400px;--header-height: 80px}*{box-sizing:border-box;margin:0;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-main);background-color:var(--color-bg);color:var(--color-text);line-height:1.5;overflow-x:hidden}::selection{background:var(--color-text);color:var(--color-bg)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888}::-webkit-scrollbar-thumb:hover{background:#555}h1,h2,h3,h4,h5,h6{font-weight:800;letter-spacing:-.03em;text-transform:uppercase;color:var(--color-text);line-height:1.1;margin-bottom:.5em}h1{font-size:clamp(2rem,6vw,4rem)}h2{font-size:clamp(1.5rem,4vw,2.5rem)}h3{font-size:clamp(1.2rem,3vw,1.75rem)}p{font-size:clamp(1rem,1vw,1.1rem);line-height:1.6}a{text-decoration:none;color:inherit;transition:opacity .2s}ul{list-style:none}.container{max-width:var(--container-width);margin:0 auto;padding:0 2rem}@media(max-width:768px){.container{padding:0 1.25rem}section{margin-bottom:4rem}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:1.25rem 2.5rem;min-height:52px;font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;cursor:pointer;transition:all .2s ease;border-radius:0;border:1px solid transparent;width:auto}@media(max-width:768px){.btn{width:100%}}.btn-primary{background-color:var(--color-text);color:var(--color-bg)}.btn-primary:hover{background-color:#333;transform:translateY(-1px)}.btn-outline{background-color:transparent;border:1px solid var(--color-text);color:var(--color-text)}.btn-outline:hover{background-color:var(--color-text);color:var(--color-bg)}input,select{background:#fff;border:1px solid var(--color-border);color:var(--color-text);padding:.8rem;outline:none}input:focus,select:focus{border-color:var(--color-text)}
