@import"https://fonts.googleapis.com/css2?family=Geist:ital,wght@0,300;0,400;0,500&display=swap";.hero{position:relative;width:100%;height:100vh;overflow:hidden;display:flex;align-items:stretch;font-family:var(--font-geist, "Geist", sans-serif);transform-origin:top center;will-change:transform}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:65% center;z-index:0;box-shadow:0 0 200px #00000085 inset;transform-origin:center center}@keyframes hero-pan-mobile{0%{object-position:20% center}50%{object-position:80% center}to{object-position:20% center}}.hero-frost{position:absolute;inset:auto 0 0 0;height:54%;z-index:1;pointer-events:none;-webkit-backdrop-filter:blur(35px);backdrop-filter:blur(35px);background:linear-gradient(180deg,#fffefa00,#fffefa0d);-webkit-mask:linear-gradient(#0000 0%,#000000e6 65%,#000 100%);mask:linear-gradient(#0000 0%,#000000e6 65%,#000 100%)}.hero-inner{position:relative;z-index:2;width:100%;max-width:1440px;margin:0 auto;padding:2.5rem 4rem 3rem;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between}.hero-nav{width:100%}.hero-bottom{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem}.hero-badges{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap;margin-bottom:.25rem}.hero-badge{display:flex;align-items:center;gap:.4rem;background:#d9d9d914;border:1px solid rgba(255,255,255,.22);backdrop-filter:blur(9px);-webkit-backdrop-filter:blur(9px);border-radius:999px;padding:.3rem .85rem;color:#fff;font-size:.82rem;font-weight:300;letter-spacing:-.02em;box-shadow:inset 0 1px 7px #ffffff24,0 1px 4px #00000040}.hero-badge-icon{width:1rem;height:1rem;object-fit:contain}.hero-title{margin:0;font-size:clamp(2.5rem,7vw,5.5rem);font-weight:500;color:#fff;letter-spacing:-.05em;line-height:1.05;text-shadow:0 2px 8px rgba(0,0,0,.18);display:flex;flex-wrap:wrap;gap:0 .28em}.hero-title-word{display:inline-block}.hero-subtitle{margin:0;font-size:clamp(.9rem,1.4vw,1.15rem);font-weight:400;color:#ffffffe0;letter-spacing:-.02em;line-height:1.55;text-shadow:0 2px 4px rgba(0,0,0,.25);max-width:520px}.hero-ctas{display:flex;align-items:center;gap:.85rem;flex-wrap:wrap;margin-top:.5rem}.hero-btn{cursor:pointer;border:none;display:flex;align-items:center;gap:.3rem;font-family:var(--font-geist, "Geist", sans-serif);font-size:1rem;font-weight:500;letter-spacing:-.04em;padding:.72rem 1.4rem;border-radius:999px;transition:opacity .2s ease}.hero-btn-icon{width:1.4rem;height:1.4rem;object-fit:contain}.hero-btn--primary{background:linear-gradient(127.42deg,#7b7b7b,#323232);color:#fff;box-shadow:inset 0 -1px #ffffff47,inset 0 1px 1.1px #ffffff82,0 4px 8px #00000045}.hero-btn--ghost{background:#b7c19c33;color:#fff;border:1px solid rgba(255,255,255,.25);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:inset 0 1px #ffffff4d,0 4px 8px #0000002e}@media(max-width:900px){.hero-inner{padding:2rem 2.5rem 2.5rem}.hero-subtitle .hero-br{display:none}}@media(max-width:600px){.hero-inner{padding:1.75rem 1.5rem 2rem}.hero-bg{animation:hero-pan-mobile 15s ease-in-out infinite}.hero-ctas{flex-direction:row;margin-bottom:3rem;align-items:flex-start;gap:.6rem}.hero-btn{font-size:.9rem;padding:.65rem 1.2rem}}.feature-section{background-color:#f4f3f0;width:100%;min-height:auto;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:5rem 6rem 5.5rem;box-sizing:border-box;font-family:var(--font-geist, "Geist", sans-serif)}.feature-header{text-align:center;max-width:660px}.feature-eyebrow{margin:0;font-size:2.5rem;font-weight:600;color:#2b2b2b;letter-spacing:-.02em}.feature-eyebrow strong{font-weight:800}.feature-title{color:#1a1a1a;font-family:"Instrument Serif",serif;font-size:clamp(2.4rem,5vw,3.5rem);font-style:italic;font-weight:400;letter-spacing:-.01em;line-height:1.1;margin:0 0 1rem}.feature-subtitle{color:#403933;font-size:1.2rem;font-weight:400;letter-spacing:-.01em;line-height:1.6;margin:0}.feature-br{display:block}.feature-body{display:flex;align-items:flex-start;gap:4rem;width:100%;max-width:1200px}.feature-diagram-wrap{flex:0 0 auto;width:44%;background:#eceae4;border-radius:20px;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:1.5rem;box-sizing:border-box;box-shadow:0 4px 32px #0000000f}.feature-diagram-img{width:100%;height:auto;display:block;object-fit:contain}.feature-grid{flex:1;display:grid;grid-template-columns:1fr 1fr;gap:2.5rem 2rem;align-self:center}.feature-card{display:flex;flex-direction:column;align-items:center;gap:.5rem}.feature-icon{width:2rem;height:2rem;object-fit:contain;margin-bottom:.25rem;opacity:.85}.feature-card-title{margin:0;font-size:1.25rem;font-weight:600;color:#1a1a1a;letter-spacing:-.03em}.feature-card-desc{text-align:center;margin:0;font-size:.9rem;color:#666;line-height:1.55;letter-spacing:-.01em;max-width:220px}@media(max-width:900px){.feature-section{padding:4rem 2rem 4.5rem}.feature-body{flex-direction:column;gap:2.5rem}.feature-diagram-wrap,.feature-grid{width:100%}}@media(max-width:500px){.feature-grid{grid-template-columns:1fr}.feature-card-desc{max-width:100%}}.textile-section{background-color:#f4f3f0;width:100%;min-height:auto;display:flex;align-items:center;justify-content:center;padding:5rem 6rem;box-sizing:border-box;font-family:var(--font-geist, "Geist", sans-serif)}.textile-inner{display:flex;align-items:center;gap:5rem;width:100%;max-width:1200px}.textile-content{flex:1;display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem}.textile-tag{display:inline-flex;align-items:center;background:linear-gradient(127.42deg,#7b7b7b,#323232);color:#fff;font-size:.82rem;font-weight:500;letter-spacing:-.01em;padding:.35rem .9rem;border-radius:999px}.textile-heading{margin:0;font-size:clamp(1.8rem,3.5vw,2.75rem);font-weight:400;color:#1a1a1a;letter-spacing:-.03em;line-height:1.15}.textile-heading strong{font-weight:700;display:block}.textile-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.25rem}.textile-list-item{display:flex;flex-direction:column;gap:.2rem}.textile-item-title{font-size:.95rem;font-weight:700;color:#1a1a1a;letter-spacing:-.02em}.textile-item-desc{font-size:.9rem;font-weight:400;color:#555;letter-spacing:-.01em;line-height:1.5}.textile-cta{cursor:pointer;border:none;background:linear-gradient(127.42deg,#7b7b7b,#323232);color:#fff;font-family:var(--font-geist, "Geist", sans-serif);font-size:.95rem;font-weight:500;letter-spacing:-.02em;padding:.8rem 1.6rem;border-radius:999px;margin-top:.5rem;box-shadow:inset 0 -1px #ffffff47,inset 0 1px 1.1px #ffffff82,0 4px 8px #00000045;transition:box-shadow .2s ease,transform .2s ease}.textile-cta:hover{box-shadow:inset 0 -1px #ffffff47,inset 0 1px 1.1px #ffffff82,0 6px 12px #00000059}.textile-image-wrap{flex:0 0 auto;width:45%;border-radius:20px;overflow:hidden;box-shadow:0 8px 48px #0000001a}.textile-image{width:100%;height:100%;display:block;object-fit:cover;aspect-ratio:4 / 3}@media(max-width:900px){.textile-section{padding:4rem 2rem}.textile-inner{flex-direction:column;gap:2.5rem}.textile-image-wrap{width:100%}}@media(max-width:500px){.textile-heading{font-size:1.6rem}}.carousel-section{background-color:#f4f3f0;width:100%;min-height:auto;display:flex;flex-direction:column;justify-content:center;padding:4.5rem 5rem 3.5rem;box-sizing:border-box;font-family:var(--font-geist, "Geist", sans-serif);overflow:hidden}.carousel-header{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-bottom:2.75rem}.carousel-header-top{display:flex;width:100%;align-items:center;justify-content:space-between}.carousel-header-left{display:flex;align-items:center;gap:.5rem}.carousel-header-center{text-align:center}.carousel-dot{color:#888;font-size:1.1rem;line-height:1}.carousel-eyebrow{font-size:.95rem;font-weight:400;color:#666;letter-spacing:-.01em}.carousel-title{margin:0;font-size:clamp(1.6rem,3vw,2.5rem);font-weight:400;color:#1a1a1a;letter-spacing:-.04em;line-height:1}.carousel-controls{display:flex;gap:.6rem;flex-shrink:0;justify-self:end}.carousel-btn{cursor:pointer;background:transparent;border:1.5px solid #c8c5be;border-radius:50%;width:2.6rem;height:2.6rem;font-size:1rem;color:#333;display:flex;align-items:center;justify-content:center;transition:background .2s ease,border-color .2s ease,transform .15s ease;line-height:1}.carousel-btn:hover{background:#1a1a1a;color:#fff;border-color:#1a1a1a;transform:scale(1.08)}.carousel-btn:active{transform:scale(.95)}.carousel-track{position:relative;width:100%;height:480px;display:flex;align-items:center;justify-content:center;cursor:grab;-webkit-user-select:none;user-select:none}.carousel-track:active{cursor:grabbing}.carousel-card{position:absolute;width:32%;max-width:370px;will-change:transform,opacity,filter}.carousel-card-inner{border-radius:18px;overflow:hidden;background:#e0ddd6;box-shadow:0 6px 28px #0000001a}.carousel-img{width:100%;aspect-ratio:3 / 4;object-fit:cover;display:block;pointer-events:none}.carousel-info-row{margin-top:1.25rem;height:4rem;display:flex;justify-content:center}.carousel-info{display:flex;flex-direction:column;align-items:center;gap:.45rem;text-align:center}.carousel-card-title{margin:0;font-size:1rem;font-weight:500;color:#1a1a1a;letter-spacing:-.02em}.carousel-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:.35rem}.carousel-tag{font-size:.75rem;color:#555;border:1px solid #c8c5be;border-radius:999px;padding:.2rem .65rem;letter-spacing:-.01em;background:#ffffff80}.carousel-dots{display:flex;justify-content:center;gap:.5rem;margin-top:1.75rem}.carousel-dot-btn{width:7px;height:7px;border-radius:50%;border:none;background:#c8c5be;cursor:pointer;padding:0;transition:background .25s ease,transform .25s ease}.carousel-dot-btn.active{background:#1a1a1a;transform:scale(1.5)}.carousel-mobile{display:none}@media(max-width:760px){.carousel-section{padding:3rem 1.25rem;min-height:auto;justify-content:flex-start;gap:2rem}.carousel-header{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem;margin-bottom:0}.carousel-header-left{display:flex;align-items:center;gap:.4rem;order:0}.carousel-header-center{order:1;justify-self:unset;width:100%}.carousel-title{font-size:1.75rem;letter-spacing:-.05em;line-height:1.1}.carousel-controls{justify-self:unset;margin-left:auto;order:0;gap:.45rem}.carousel-header:before{content:""}.carousel-header-top{display:flex;width:100%;align-items:center;justify-content:space-between}.carousel-btn{width:2.1rem;height:2.1rem;font-size:.85rem}.carousel-track,.carousel-info-row{display:none}.carousel-mobile{display:flex;justify-content:center;width:100%;overflow:hidden}.carousel-mobile-card{width:100%;display:flex;flex-direction:column;gap:0;cursor:grab}.carousel-mobile-card:active{cursor:grabbing}.carousel-mobile-card .carousel-img{border-radius:20px;box-shadow:0 8px 40px #00000021;aspect-ratio:4 / 3;width:100%}.carousel-mobile-card .carousel-info{align-items:flex-start;text-align:left;padding:1rem .25rem 0}.carousel-mobile-card .carousel-card-title{font-size:1.1rem;font-weight:600;letter-spacing:-.03em}.carousel-mobile-card .carousel-tags{justify-content:flex-start;margin-top:.35rem}.carousel-mobile-card .carousel-tag{font-size:.78rem;padding:.28rem .75rem}.carousel-dots{margin-top:1.25rem}}.footer{background-color:#2b2b2b;color:#fff;font-family:var(--font-geist, "Geist", sans-serif);padding:5rem 6rem 3rem;box-sizing:border-box;width:100%}.footer-inner{max-width:1440px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:3rem}.footer-col{display:flex;flex-direction:column;align-items:flex-start}.footer-heading{font-size:1.15rem;font-weight:400;letter-spacing:-.02em;margin:0 0 1.25rem;text-transform:uppercase}.footer-heading--spaced{margin-top:2rem}.footer-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.85rem}.footer-link{color:#ffffffb3;text-decoration:none;font-size:.95rem;font-weight:300;letter-spacing:-.01em;transition:color .2s ease}.footer-link:hover{color:#fff}.footer-contact{display:flex;flex-direction:column;gap:1.15rem}.footer-contact-item{display:flex;align-items:flex-start;gap:.75rem;font-size:.95rem;font-weight:300;color:#ffffffb3;line-height:1.4}.footer-contact-icon{font-size:1.1rem;line-height:1;filter:invert(1) opacity(.7);opacity:.7}.footer-contact-label,.footer-contact-value{margin:0}.footer-contact-value--muted{font-size:.85rem;opacity:.6;margin-top:.15rem}.footer-socials{display:flex;align-items:center;gap:1rem;margin-top:.5rem}.footer-social-btn{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;color:#fff;border-radius:50%;transition:background-color .2s ease,transform .2s ease}.footer-social-btn:hover{background-color:#ffffff1a;transform:scale(1.05)}.footer-bottom{max-width:1440px;margin:4.5rem auto 0;padding-top:2rem;border-top:1px solid rgba(255,255,255,.15);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1.5rem}.footer-copy{margin:0;font-size:.85rem;font-weight:300;color:#ffffff80}.footer-bottom-right{display:flex;align-items:center;gap:1.5rem}.footer-logo{height:1.75rem;width:auto;object-fit:contain}.footer-bottom-divider{width:1px;height:2rem;background-color:#fff3}.footer-superintendencia{display:flex;flex-direction:column;align-items:flex-start}.footer-sup-text{margin:0;font-size:.75rem;color:#fff;font-weight:400;letter-spacing:-.01em}.footer-sup-sub{margin:0;font-size:.65rem;color:#fff9;letter-spacing:.05em;text-transform:uppercase}@media(max-width:1100px){.footer{padding:4rem 3rem 2.5rem}.footer-inner{grid-template-columns:repeat(2,1fr);gap:3rem 2rem}}@media(max-width:650px){.footer{padding:3.5rem 1.5rem 2.5rem}.footer-inner{grid-template-columns:1fr;gap:2.5rem}.footer-bottom{flex-direction:column-reverse;align-items:flex-start;margin-top:3.5rem}}.product-page{background-color:#f4f3f0;min-height:100vh;font-family:var(--font-geist, "Geist", sans-serif);position:relative;display:flex;flex-direction:column}.product-nav{width:100%;z-index:100}.product-container{max-width:1440px;margin:0 auto;width:100%;display:flex;padding:7.5rem 4rem 6rem;box-sizing:border-box;gap:4rem;flex:1}.product-gallery{flex:1.1;position:relative}.product-gallery-sticky{position:sticky;top:7.5rem;display:flex;flex-direction:column;gap:1.5rem}.product-back{display:inline-flex;color:#555;text-decoration:none;font-size:.95rem;font-weight:500;letter-spacing:-.02em;transition:color .2s ease,transform .2s ease}.product-back:hover{color:#1a1a1a;transform:translate(-4px)}.product-main-img-wrap{width:100%;aspect-ratio:4 / 3;border-radius:20px;background:#e5e3dc;overflow:hidden;position:relative;box-shadow:0 12px 48px #00000014}.product-main-img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0}.product-main-img--contain{object-fit:contain;padding:1rem;box-sizing:border-box}.product-thumbnails{display:flex;gap:1rem;overflow-x:auto;padding-bottom:.5rem}.product-thumbnails::-webkit-scrollbar{display:none}.product-thumb{width:5.5rem;height:5.5rem;border-radius:12px;border:2px solid transparent;padding:0;background:#e5e3dc;cursor:pointer;overflow:hidden;flex-shrink:0;transition:border-color .2s ease,opacity .2s ease;opacity:.6}.product-thumb img{width:100%;height:100%;object-fit:cover}.product-thumb:hover{opacity:.9}.product-thumb.active{border-color:#7b7b7b;opacity:1}.product-info-panel{flex:.9;padding-top:1rem}.product-category{font-size:.85rem;font-weight:600;color:#6a6a6a;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.product-title{margin:0 0 1rem;font-family:"Instrument Serif",serif;font-size:clamp(2.5rem,4vw,3.8rem);font-weight:400;line-height:1.05;color:#1a1a1a}.product-price-row{display:flex;align-items:center;gap:1rem;margin-bottom:.4rem;flex-wrap:wrap}.product-price-current{font-size:1.8rem;font-weight:500;color:#1a1a1a;letter-spacing:-.03em}.product-price-regular{font-size:1.1rem;color:#888;text-decoration:line-through;font-weight:400}.product-price-badge{background:#2b2b2b;color:#fff;font-size:.75rem;padding:.2rem .6rem;border-radius:999px;font-weight:500}.product-vigency{margin:0 0 1.5rem;font-size:.85rem;color:#7a7a7a;font-style:italic}.product-description{font-size:1.05rem;line-height:1.6;color:#555;margin:0 0 2.5rem}.product-divider{border:none;height:1px;background:#d8d6cc;margin:2.5rem 0}.config-heading{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin:0 0 1.5rem;letter-spacing:-.02em}.config-group{margin-bottom:1.75rem}.config-label{display:block;margin-bottom:.75rem;font-size:.95rem;font-weight:500;color:#333}.config-label span{color:#888;font-weight:400;font-size:.85rem}.config-options{display:flex;gap:.75rem;flex-wrap:wrap}.config-options--stack{flex-direction:column;gap:.5rem}.config-btn{padding:.6rem 1.25rem;border:1px solid #d8d6cc;background:transparent;border-radius:999px;font-family:inherit;font-size:.9rem;font-weight:500;color:#555;cursor:pointer;transition:all .2s ease}.config-btn:hover{border-color:#888;color:#1a1a1a}.config-btn.active{background:#1a1a1a;border-color:#1a1a1a;color:#fff}.config-btn-full{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border:1px solid #d8d6cc;background:transparent;border-radius:12px;font-family:inherit;cursor:pointer;transition:all .2s ease;text-align:left}.config-btn-full:hover{border-color:#888;background:#fff6}.config-btn-full.active{border-color:#1a1a1a;background:#fff;box-shadow:0 4px 16px #0000000d}.config-opt-name{font-size:1rem;font-weight:500;color:#1a1a1a}.config-opt-desc{font-size:.85rem;color:#666}.color-swatches{display:flex;gap:.85rem;flex-wrap:wrap}.color-swatch-btn{width:2.6rem;height:2.6rem;border-radius:50%;border:1px solid transparent;background:transparent;padding:.25rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.color-swatch-btn:hover{transform:scale(1.1)}.color-swatch-btn.active{border-color:#1a1a1a}.color-swatch-circle{width:100%;height:100%;border-radius:50%;box-shadow:inset 0 2px 4px #0000001a;display:block}.product-extended-info{background-color:#ebeae2;background:linear-gradient(180deg,#f4f3f0,#ebeae2);padding:6rem 4rem;border-top:1px solid rgba(0,0,0,.05)}.extended-info-inner{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:5rem}.extended-header{text-align:center;max-width:760px;margin:0 auto}.extended-header h2{font-family:"Instrument Serif",serif;font-size:clamp(2.5rem,5vw,3.8rem);font-weight:400;margin:0 0 1.5rem;color:#1a1a1a;line-height:1.05}.extended-header .product-description{margin:0;font-size:1.15rem;color:#4a4a4a}.product-specs{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;background:#fff6;padding:3rem;border-radius:24px;box-shadow:0 8px 32px #00000008}.spec-col{display:flex;flex-direction:column}.spec-title{font-size:1.05rem;font-weight:600;color:#1a1a1a;margin:0 0 .85rem;display:flex;align-items:center;gap:.5rem;letter-spacing:-.01em}.spec-list{margin:0;padding:0 0 0 1.25rem;font-size:.95rem;color:#555;line-height:1.6;display:flex;flex-direction:column;gap:.4rem}.spec-list--icons{padding-left:0;list-style:none}.product-actions{display:flex;flex-direction:column;gap:.75rem;margin-top:3.5rem;position:sticky;bottom:2rem;z-index:10;padding-top:1rem;background:linear-gradient(0deg,#f4f3f0 85%,#f4f3f000)}.product-cta{display:block;box-sizing:border-box;text-decoration:none;width:100%;padding:1.1rem;border-radius:999px;font-family:inherit;font-size:1.05rem;font-weight:500;cursor:pointer;text-align:center;transition:transform .15s ease,box-shadow .25s ease}.product-cta:active{transform:scale(.98)}.product-cta--primary{background:linear-gradient(127.42deg,#7b7b7b,#323232);color:#fff;border:none;box-shadow:0 8px 24px #00000026}.product-cta--primary:hover{box-shadow:0 12px 32px #00000038}.product-cta--ghost{background:transparent;color:#1a1a1a;border:1px solid #c8c5be}.product-cta--ghost:hover{background:#00000008;border-color:#1a1a1a}@media(max-width:1024px){.product-container{padding:7rem 2rem 5rem;gap:3rem}.product-extended-info{padding:5rem 2rem}}@media(max-width:850px){.product-container{flex-direction:column;gap:2.5rem;padding-top:6rem}.product-nav{top:1rem}.product-gallery-sticky{position:relative;top:0}.product-info-panel{padding-top:0}.product-actions{position:fixed;bottom:0;left:0;width:100%;margin:0;padding:1rem;box-sizing:border-box;background:#f4f3f0f2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid rgba(0,0,0,.08);box-shadow:0 -4px 20px #0000000d}.product-extended-info{padding-bottom:8rem}.product-specs{grid-template-columns:1fr;padding:2rem;gap:2.5rem}}.config-required{color:#c0392b;font-size:.78rem;font-weight:500;margin-left:.4rem}.product-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:1.5rem}.product-modal{background:#fff;border-radius:24px;padding:2.5rem 2rem 2rem;max-width:400px;width:100%;box-shadow:0 24px 64px #0000002e;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem}.product-modal-icon{font-size:2.5rem;line-height:1;margin-bottom:.25rem}.product-modal-title{margin:0;font-size:1.2rem;font-weight:700;color:#1a1a1a;letter-spacing:-.03em}.product-modal-body{margin:0;font-size:.9rem;color:#555;line-height:1.5}.product-modal-list{list-style:none;margin:.25rem 0 .5rem;padding:0;display:flex;flex-direction:column;gap:.4rem}.product-modal-list li{font-size:.9rem;font-weight:600;color:#c0392b}.product-modal-btn{cursor:pointer;border:none;background:linear-gradient(127.42deg,#7b7b7b,#323232);color:#fff;font-family:var(--font-geist, "Geist", sans-serif);font-size:.95rem;font-weight:500;letter-spacing:-.02em;padding:.75rem 2rem;border-radius:999px;margin-top:.5rem;box-shadow:0 4px 12px #0003;transition:transform .15s ease,box-shadow .15s ease}.product-modal-btn:hover{transform:scale(1.03);box-shadow:0 6px 18px #00000047}.checkout-page{min-height:100vh;background-color:#e8e8e9;background-image:radial-gradient(circle at 100% 0%,rgba(200,200,200,.4) 0%,transparent 60%),radial-gradient(circle at 0% 100%,rgba(210,210,210,.4) 0%,transparent 60%);color:#2b2b2b;font-family:var(--font-geist, "Geist", sans-serif);padding-bottom:6rem}.checkout-nav{width:100%;z-index:100}.checkout-container{padding-top:8rem;max-width:1200px;margin:0 auto;padding-inline:2rem}.checkout-content{display:grid;grid-template-columns:1fr 400px;gap:4rem;align-items:start}.checkout-back{display:inline-block;text-decoration:none;color:#555;font-size:.95rem;margin-bottom:2rem;transition:color .2s ease}.checkout-back:hover{color:#000}.checkout-title{font-family:var(--font-instrument, "Instrument Serif", serif);font-size:3.5rem;font-style:italic;font-weight:400;margin:0 0 2rem;letter-spacing:-.02em}.form-group-wrapper{background:#fff6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.6);border-radius:20px;padding:2rem;margin-bottom:2rem;box-shadow:0 8px 32px #0000000a}.form-section-title{font-size:1.25rem;font-weight:500;letter-spacing:-.02em;margin:0 0 1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(0,0,0,.06)}.form-row{display:flex;gap:1.5rem;margin-bottom:1.5rem}.form-col{flex:1;display:flex;flex-direction:column;gap:.5rem}.form-col-full{flex:100%}.form-col label{font-size:.85rem;color:#555;font-weight:500}.checkout-input{background:#fff9;border:1px solid rgba(0,0,0,.08);border-radius:10px;padding:.85rem 1rem;font-family:var(--font-geist, "Geist", sans-serif);font-size:.95rem;color:#2b2b2b;outline:none;transition:all .2s ease;box-shadow:inset 0 2px 4px #00000003}.checkout-input:focus{background:#fff;border-color:#0003;box-shadow:0 0 0 3px #0000000d}select.checkout-input option{color:#2b2b2b;background:#fff}.payment-methods{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.payment-method{display:flex;align-items:center;padding:1.25rem;border-radius:12px;border:1px solid rgba(0,0,0,.08);background:#ffffff80;cursor:pointer;transition:all .2s ease;position:relative;overflow:hidden}.payment-method.active{background:#fff;border-color:#2b2b2b;box-shadow:0 4px 12px #0000000d}.payment-method input[type=radio]{width:1.2rem;height:1.2rem;accent-color:#2b2b2b;margin-right:1.25rem;cursor:pointer}.payment-method-content{flex:1;display:flex;flex-direction:column;gap:.2rem}.payment-method-name{font-weight:600;font-size:1.05rem}.payment-method-desc{font-size:.85rem;color:#666}.payment-icon{width:50px;height:32px;background:#00000008;border-radius:6px;display:flex;align-items:center;justify-content:center;color:#2b2b2b;flex-shrink:0}.payment-icon-mc{background:transparent;display:flex;align-items:center;justify-content:center;position:relative}.circle-red{width:20px;height:20px;border-radius:50%;background:#eb001b;opacity:.9;position:absolute;left:10px}.circle-orange{width:20px;height:20px;border-radius:50%;background:#f79e1b;opacity:.9;position:absolute;right:10px}.checkout-btn{display:block;width:100%;padding:1.1rem;border-radius:999px;font-family:var(--font-geist, "Geist", sans-serif);font-size:1rem;font-weight:500;text-align:center;cursor:pointer;transition:all .25s ease;border:none}.checkout-btn--primary{background:#2b2b2b;color:#fff;box-shadow:0 8px 24px #00000026}.checkout-btn--primary:hover{background:#1a1a1a;box-shadow:0 12px 32px #00000040;transform:translateY(-2px)}.checkout-summary-sticky{position:sticky;top:8rem}.summary-title{font-family:var(--font-instrument, "Instrument Serif", serif);font-size:2rem;font-weight:400;margin:0 0 1.5rem;letter-spacing:-.02em}.summary-card{background:#fff9;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.8);border-radius:24px;overflow:hidden;box-shadow:0 12px 40px #0000000f}.summary-img{width:100%;height:240px;object-fit:cover;background:#00000005;display:block}.summary-details{padding:1.5rem}.summary-product-name{font-size:1.25rem;font-weight:600;margin:0 0 .25rem}.summary-config{font-size:.9rem;color:#666;margin:0 0 1.5rem}.summary-props{display:flex;flex-direction:column;gap:.85rem;margin-bottom:1.5rem}.summary-prop{display:flex;justify-content:space-between;align-items:center;font-size:.95rem}.prop-label{color:#666}.prop-value{font-weight:500;color:#2b2b2b}.summary-divider{height:1px;background:#00000014;margin:1.5rem 0}.summary-total-row{display:flex;justify-content:space-between;align-items:center;font-size:1.1rem;font-weight:600}.summary-price{font-size:1.35rem;color:#2b2b2b}@media(max-width:960px){.checkout-content{grid-template-columns:1fr;gap:2rem}.checkout-summary-section{order:-1}.checkout-summary-sticky{position:relative;top:0}.form-row{flex-direction:column;gap:1rem}}.lead-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:20000;padding:1.5rem}.lead-modal{position:relative;background:#f4f3f0f2;backdrop-filter:blur(24px) saturate(180%);-webkit-backdrop-filter:blur(24px) saturate(180%);border-radius:28px;padding:3rem 2.5rem 2.5rem;max-width:560px;width:100%;box-shadow:inset 0 0 0 1px #fff9,0 32px 80px #00000038;font-family:var(--font-geist, "Geist", sans-serif);overflow:hidden}.lead-close{position:absolute;top:1.25rem;right:1.25rem;background:#00000012;border:none;width:2rem;height:2rem;border-radius:50%;cursor:pointer;font-size:.8rem;color:#555;display:flex;align-items:center;justify-content:center;transition:background .18s ease}.lead-close:hover{background:#00000024}.lead-header{margin-bottom:2rem}.lead-tag{display:inline-flex;align-items:center;background:linear-gradient(127.42deg,#7b7b7b,#323232);color:#fff;font-size:.75rem;font-weight:500;letter-spacing:-.01em;padding:.3rem .85rem;border-radius:999px;margin-bottom:1rem}.lead-title{margin:0 0 .75rem;font-size:clamp(1.6rem,3.5vw,2.2rem);font-weight:400;color:#1a1a1a;letter-spacing:-.035em;line-height:1.15}.lead-title strong{font-weight:700;display:block}.lead-subtitle{margin:0;font-size:.9rem;color:#666;line-height:1.55;letter-spacing:-.01em}.lead-form-wrap{display:flex;flex-direction:column}.lead-form{display:flex;flex-direction:column;gap:1rem}.lead-row{display:grid;grid-template-columns:1fr 1fr;gap:.85rem}.lead-field{display:flex;flex-direction:column;gap:.3rem}.lead-field--full{width:100%}.lead-label{font-size:.78rem;font-weight:500;color:#555;letter-spacing:-.01em}.lead-input{background:#ffffffb3;border:1px solid rgba(0,0,0,.1);border-radius:12px;padding:.7rem 1rem;font-family:inherit;font-size:.9rem;color:#1a1a1a;outline:none;transition:border-color .18s ease,box-shadow .18s ease;resize:none;width:100%;box-sizing:border-box}.lead-input::placeholder{color:#aaa}.lead-input:focus{border-color:#0000004d;box-shadow:0 0 0 3px #0000000f}.lead-textarea{min-height:96px}.lead-submit{width:100%;border:none;cursor:pointer;background:linear-gradient(127.42deg,#7b7b7b,#323232);color:#fff;font-family:var(--font-geist, "Geist", sans-serif);font-size:1rem;font-weight:500;letter-spacing:-.02em;padding:1rem;border-radius:999px;margin-top:.5rem;box-shadow:inset 0 -1px #ffffff47,inset 0 1px 1.1px #ffffff82,0 4px 12px #00000038}.lead-success{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.85rem;padding:1.5rem 0}.lead-success-icon{width:3.5rem;height:3.5rem;border-radius:50%;background:linear-gradient(127deg,#7b7b7b,#323232);color:#fff;font-size:1.5rem;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #00000026}.lead-success-title{margin:0;font-size:1.4rem;font-weight:700;color:#1a1a1a;letter-spacing:-.03em}.lead-success-body{margin:0;font-size:.9rem;color:#666;max-width:320px;line-height:1.5}@media(max-width:560px){.lead-modal{padding:2.5rem 1.5rem 2rem;border-radius:24px}.lead-row{grid-template-columns:1fr}}.navbar{position:fixed;top:1.5rem;left:0;right:0;z-index:1000;display:flex;align-items:center;gap:2.5rem;width:calc(100% - 4rem);max-width:860px;margin:0 auto;padding:.65rem .65rem .65rem 1.8rem;box-sizing:border-box;border-radius:999px;font-family:var(--font-geist, "Geist", sans-serif);font-size:.95rem;color:#fff;background-color:#bbbbbc1f;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);box-shadow:inset 0 0 0 1px #ffffff1a,inset 1.8px 3px 0 -2px #ffffffe6,inset -2px -2px 0 -2px #fffc,inset -3px -8px 1px -6px #fff9,inset -.3px -1px 4px #0000001f,inset -1.5px 2.5px 0 -2px #0003,inset 0 3px 4px -2px #0003,inset 2px -6.5px 1px -4px #0000001a,0 1px 5px #0000001a,0 6px 16px #00000014;transition:box-shadow .25s ease}.navbar:hover{box-shadow:inset 0 0 0 1px #ffffff1a,inset 1.8px 3px 0 -2px #ffffffe6,inset -2px -2px 0 -2px #fffc,inset -3px -8px 1px -6px #fff9,inset -.3px -1px 4px #0000001f,inset -1.5px 2.5px 0 -2px #0003,inset 0 3px 4px -2px #0003,inset 2px -6.5px 1px -4px #0000001a,0 2px 8px #00000026,0 8px 24px #0000001f}.navbar-logo{flex-shrink:0}.navbar-logo-img{display:block;width:auto;height:1.65rem;object-fit:contain}.navbar-links{display:flex;align-items:center;gap:2rem;list-style:none;margin:0;padding:0;flex:1;justify-content:center}.navbar-link{text-decoration:none;color:#ffffffe6;font-size:.92rem;font-weight:400;letter-spacing:-.03em;position:relative;padding-bottom:2px;transition:color .2s ease}.navbar-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background:#fffc;transition:width .25s ease}.navbar-link:hover{color:#fff}.navbar-link:hover:after{width:100%}.navbar-cta{display:flex;align-items:center;gap:.3rem;cursor:pointer;border:none;background:#fff;color:#2b2b2b;font-family:var(--font-geist, "Geist", sans-serif);font-size:.88rem;font-weight:500;letter-spacing:-.03em;padding:.55rem .8rem .55rem 1.1rem;border-radius:999px;flex-shrink:0;box-shadow:0 2px 8px #0000001f;transition:background .2s ease,box-shadow .2s ease;overflow:hidden}.navbar-cta:hover{background:#f5f5f5;box-shadow:0 4px 16px #00000029}.navbar-cta-text{white-space:nowrap}.navbar-cta-arrow-wrap{position:relative;display:inline-flex;align-items:center;justify-content:center;width:1.6rem;height:1.6rem;background:#2b2b2b;border-radius:50%;flex-shrink:0;overflow:hidden}.navbar-cta-arrow{position:absolute;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.75rem;line-height:1;-webkit-user-select:none;user-select:none}.navbar-hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:2rem;height:2rem;background:transparent;border:none;cursor:pointer;padding:0;flex-shrink:0;margin-left:auto}.hamburger-line{display:block;width:20px;height:2px;background:#ffffffe6;border-radius:2px;transform-origin:center}.navbar-mobile-menu{position:fixed;top:4.5rem;left:1rem;right:1rem;z-index:9999;background:#1e1e1e8c;backdrop-filter:blur(24px) saturate(200%);-webkit-backdrop-filter:blur(24px) saturate(200%);border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:1.5rem 1.75rem 1.25rem;box-shadow:inset 0 0 0 1px #ffffff14,inset 1.8px 3px 0 -2px #ffffffbf,inset -2px -2px 0 -2px #ffffff80,0 16px 48px #00000059}.mobile-menu-links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.25rem}.mobile-menu-link{display:block;padding:.75rem 0;text-decoration:none;color:#ffffffd9;font-family:var(--font-geist, "Geist", sans-serif);font-size:1.15rem;font-weight:400;letter-spacing:-.03em;transition:color .18s ease}.mobile-menu-link:hover{color:#fff}.mobile-menu-divider{height:1px;background:#ffffff26;margin:1rem 0}.mobile-menu-cta{display:block;width:100%;box-sizing:border-box;cursor:pointer;border:none;background:#ffffff26;color:#fff;font-family:var(--font-geist, "Geist", sans-serif);font-size:1rem;font-weight:500;letter-spacing:-.03em;padding:.85rem 1.25rem;border-radius:999px;text-align:center;text-decoration:none;border:1px solid rgba(255,255,255,.2);transition:background .2s ease}.mobile-menu-cta:hover{background:#ffffff38}.navbar--dark .navbar-link{color:#1a1a1ae0}.navbar--dark .navbar-link:after{background:#1a1a1ae0}.navbar--dark .navbar-link:hover{color:#1a1a1a}.navbar--dark .navbar-logo-img{filter:invert(.85)}.navbar--dark .navbar-hamburger .hamburger-line{background:#1a1a1ae6}@media(max-width:700px){.navbar{width:calc(100% - 2rem);gap:1rem;padding:.6rem .75rem .6rem 1.2rem;border-radius:999px}.navbar-links,.navbar-cta--desktop{display:none}.navbar-hamburger{display:flex}}html.lenis,html.lenis body{height:auto}.lenis:not(.lenis-autoToggle).lenis-stopped{overflow:clip}.lenis [data-lenis-prevent],.lenis [data-lenis-prevent-wheel],.lenis [data-lenis-prevent-touch],.lenis [data-lenis-prevent-vertical],.lenis [data-lenis-prevent-horizontal]{overscroll-behavior:contain}.lenis.lenis-smooth iframe{pointer-events:none}.lenis.lenis-autoToggle{transition-property:overflow;transition-duration:1ms;transition-behavior:allow-discrete}body{margin:0;line-height:normal}:root{background-color:#f4f2f0;--color-darkgray: rgba(153, 153, 153, .01);--color-darkseagreen: rgba(183, 193, 156, .2);--color-gainsboro: rgba(217, 217, 217, .02);--color-gray: #2b2b2b;--color-silver: rgba(200, 200, 200, .02);--color-white: #fff;--gap-0: 0rem;--gap-2: .125rem;--gap-8: .5rem;--gap-22: 1.375rem;--gap-24: 1.5rem;--gap-48: 3rem;--padding-0: 0rem;--padding-2: .125rem;--padding-3: .187rem;--padding-4: .25rem;--padding-8: .5rem;--padding-11: .687rem;--padding-12: .75rem;--padding-14: .875rem;--padding-16: 1rem;--padding-18: 1.125rem;--padding-20: 1.25rem;--padding-21: 1.312rem;--padding-22: 1.375rem;--br-38: 38px;--font-geist: Geist;--fs-16: 1rem;--fs-20: 1.25rem;--fs-80: 5rem;--shadow-drop: 0px 4px 22.9px 10px rgba(0, 0, 0, .09);--shadow-drop-1: 0px 4px 4px rgba(0, 0, 0, .1);--shadow-inner: 0px 0px 199.8px rgba(0, 0, 0, .52) inset;--shadow-inner-1: 0px -1px 0px rgba(255, 255, 255, .28) inset, 0px 1px 1.1px rgba(255, 255, 255, .51) inset, 0px 4px 4px rgba(255, 255, 255, .25) inset, 0px 4px 8.1px rgba(0, 0, 0, .27);--shadow-inner-2: 0px 4px 4px rgba(255, 255, 255, .25) inset, 0px 4px 8.1px rgba(0, 0, 0, .27);--shadow-inner-3: 1px 1px 1.5px rgba(255, 255, 255, .82) inset, 0px 2px 4px rgba(0, 0, 0, .25);--shadow-inner-4: 1px 1px 1.5px rgba(255, 255, 255, .83) inset, 0px 1px 4px rgba(0, 0, 0, .25);--text-shadow-1: 0px 1px 4px rgba(0, 0, 0, .27);--text-shadow-2: 0px 1px 2.3px rgba(0, 0, 0, .25);--text-shadow-3: 0px 2px 4px rgba(0, 0, 0, .25);--text-shadow-4: 0px 4px 4px rgba(0, 0, 0, .25);--gradient-1: linear-gradient( -22.47deg, rgba(255, 255, 255, .28), rgba(0, 0, 0, .28) );--gradient-2: linear-gradient( 180deg, rgba(255, 255, 255, 0), rgba(12, 12, 12, .25) );--gradient-3: linear-gradient(127.42deg, #afbc6d, #505632);--height-16: 1rem;--height-20: 1.25rem;--height-24: 1.5rem;--height-27_3: 1.706rem;--width-16: 1rem;--width-20: 1.25rem;--width-24: 1.5rem;--ls--0_05: -.05;--left-0: 0rem;--top-0: 0rem}
