@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap";:root{--ink:#29265f;--cream:#fffaf7;--white:#fff;--orange:#ed72aa;--yellow:#ffd246;--mint:#9edbce;--pink:#f8d3e5;--purple:#8567b7;--line:#e8dce5;--shadow:0 18px 45px #3e2c5b24}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--cream);margin:0;font-family:DM Sans,Arial,sans-serif}button,input,textarea{font:inherit}button,a{touch-action:manipulation}a{color:inherit;text-decoration:none}img{object-fit:cover;width:100%;height:100%;display:block}.announcement{background:var(--ink);color:#fff;letter-spacing:.08em;text-transform:uppercase;place-items:center;height:34px;font-size:12px;display:grid}.nav-wrap{z-index:30;justify-content:space-between;align-items:center;max-width:1240px;height:82px;margin:auto;padding:0 28px;display:flex;position:relative}.brand{align-items:center;gap:10px;display:flex}.brand span{background:var(--orange);color:#fff;border-radius:50% 50% 45% 55%;place-items:center;width:43px;height:43px;font:700 14px Manrope;display:grid;transform:rotate(-5deg)}.brand strong{font:800 18px Manrope}.nav-links{align-items:center;gap:34px;font-size:14px;font-weight:600;display:flex}.nav-links a:hover{color:var(--orange)}.nav-cta{border:1.5px solid var(--ink);border-radius:99px;padding:11px 18px}.menu-button{background:0 0;border:0;font-weight:700;display:none}.hero{grid-template-columns:1.02fr .98fr;align-items:center;gap:55px;max-width:1240px;min-height:660px;margin:auto;padding:55px 28px 90px;display:grid;overflow:hidden}.eyebrow{text-transform:uppercase;letter-spacing:.14em;color:var(--orange);align-items:center;gap:8px;margin-bottom:18px;font-size:12px;font-weight:800;display:inline-flex}.eyebrow:before{content:"";background:currentColor;border-radius:9px;width:24px;height:3px}.hero h1,.section h2,.quote-modal h2{letter-spacing:-.055em;margin:0;font:800 clamp(40px,5vw,72px)/1.03 Manrope}.hero h1 em{color:var(--orange);font-style:normal;position:relative}.hero-copy>p{color:#5a5b68;max-width:590px;font-size:19px;line-height:1.65}.hero-actions{gap:12px;margin:32px 0;display:flex}.button{border:1.5px solid var(--ink);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;gap:28px;min-height:52px;padding:0 25px;font-weight:700;display:inline-flex}.primary{background:var(--ink);color:#fff}.primary:hover{background:var(--orange);border-color:var(--orange)}.ghost{background:0 0}.trust-row{color:#656674;gap:22px;font-size:12px;font-weight:700;display:flex}.hero-art{height:520px;position:relative}.sun{background:var(--yellow);border-radius:50%;width:420px;height:420px;position:absolute;top:36px;right:20px}.hero-card{box-shadow:var(--shadow);background:#fff;padding:10px;position:absolute;overflow:hidden}.hero-card-main{border-radius:160px 160px 28px 28px;width:330px;height:410px;top:38px;right:54px;transform:rotate(3deg)}.hero-card-main img{border-radius:150px 150px 20px 20px}.hero-card-small{border-radius:24px;width:180px;height:210px;bottom:2px;left:4px;transform:rotate(-7deg)}.hero-card-small img{border-radius:16px}.sticker{background:var(--orange);color:#fff;text-align:center;border-radius:47% 53% 60% 40%;place-items:center;width:102px;height:102px;font:800 18px/1.1 Manrope;display:grid;position:absolute;bottom:38px;right:0;transform:rotate(12deg)}.spark{font-size:40px;position:absolute}.spark-one{color:var(--orange);top:28px;left:36px}.spark-two{color:var(--purple);font-size:25px;top:20px;right:10px}.marquee{background:var(--orange);color:#fff;white-space:nowrap;letter-spacing:.08em;padding:15px 0;font:800 14px Manrope;overflow:hidden;transform:rotate(-1deg)}.marquee div{word-spacing:24px}.marquee b{color:var(--yellow)}.section{max-width:1240px;margin:auto;padding:110px 28px}.section-heading{justify-content:space-between;align-items:end;gap:40px;margin-bottom:45px;display:flex}.section h2{font-size:clamp(34px,4vw,54px)}.section-heading>p{color:#696a75;max-width:420px;line-height:1.6}.catalog-tools{justify-content:space-between;align-items:center;gap:20px;margin-bottom:32px;display:flex}.filters{flex-wrap:wrap;gap:8px;display:flex}.filters button{border:1px solid var(--line);cursor:pointer;color:#666772;background:#fff;border-radius:99px;padding:10px 17px;font-weight:600}.filters button.active{background:var(--ink);color:#fff;border-color:var(--ink)}.search{border:1px solid var(--line);background:#fff;border-radius:99px;align-items:center;gap:7px;height:44px;padding:0 16px;display:flex}.search input{background:0 0;border:0;outline:0;width:190px}.product-grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.product-card{background:#fff;border:1px solid #e9e5dc;border-radius:22px;transition:all .25s;overflow:hidden}.product-card:hover{box-shadow:var(--shadow);transform:translateY(-6px)}.product-image{background:#efe9df;height:270px;position:relative;overflow:hidden}.product-image img{transition:all .4s}.product-card:hover img{transform:scale(1.04)}.product-image span{background:var(--yellow);border-radius:99px;padding:7px 11px;font-size:11px;font-weight:800;position:absolute;top:14px;left:14px}.product-info{padding:22px}.product-info small{text-transform:uppercase;letter-spacing:.1em;color:var(--orange);font-weight:800}.product-info h3{margin:8px 0;font:800 21px Manrope}.product-info p{color:#74747e;min-height:42px;font-size:14px;line-height:1.5}.product-bottom{border-top:1px solid #eeeae3;justify-content:space-between;align-items:center;margin-top:18px;padding-top:17px;display:flex}.product-bottom strong{font:800 19px Manrope}.product-bottom button{cursor:pointer;background:0 0;border:0;font-weight:800}.product-bottom button:hover{color:var(--orange)}.empty{text-align:center;background:#fff;border-radius:20px;padding:70px}.about{grid-template-columns:1fr 1fr;align-items:center;gap:90px;display:grid}.about-art{height:540px;position:relative}.about-photo{z-index:2;border-radius:180px 30px 30px;position:absolute;inset:35px 35px 40px 70px;overflow:hidden}.about-block{border-radius:28px;position:absolute}.about-block.orange{background:var(--orange);width:240px;height:220px;top:0;left:15px;transform:rotate(-7deg)}.about-block.mint{background:var(--mint);z-index:3;border-radius:50%;place-items:center;width:150px;height:145px;font:800 44px Manrope;display:grid;bottom:5px;right:0;transform:rotate(8deg)}.about-copy>p{color:#686976;font-size:18px;line-height:1.7}.values{margin-top:34px}.values>div{border-top:1px solid var(--line);gap:18px;padding:17px 0;display:flex}.values strong{color:var(--orange);font:800 13px Manrope}.values span{color:#73747d;flex-direction:column;font-size:14px;display:flex}.values b{color:var(--ink);margin-bottom:3px;font-size:16px}.steps{background:var(--pink);text-align:center;max-width:none}.centered{justify-content:center}.step-grid{grid-template-columns:repeat(3,1fr);gap:25px;max-width:1050px;margin:auto;display:grid}.step-grid div{background:#ffffffb8;border-radius:24px;padding:36px}.step-grid span{background:var(--ink);color:#fff;border-radius:50%;place-items:center;width:48px;height:48px;margin:0 auto 18px;font-weight:800;display:grid}.step-grid h3{margin:0 0 8px;font:800 21px Manrope}.step-grid p{color:#656672;margin:0;line-height:1.55}.faq{grid-template-columns:.8fr 1.2fr;gap:95px;display:grid}.faq>div:first-child p{color:#6b6c77;line-height:1.6}.text-link{border-bottom:2px solid var(--orange);margin-top:16px;padding-bottom:3px;font-weight:800;display:inline-block}.accordions details{border-top:1px solid var(--line);padding:22px 0}.accordions details:last-child{border-bottom:1px solid var(--line)}summary{cursor:pointer;justify-content:space-between;font:700 17px Manrope;list-style:none;display:flex}summary::-webkit-details-marker{display:none}.accordions details p{color:#6c6d77;padding-right:35px;line-height:1.6}.contact{background:var(--ink);color:#fff;grid-template-columns:1fr 1fr;gap:90px;max-width:none;padding-left:max(28px,50vw - 592px);padding-right:max(28px,50vw - 592px);display:grid}.light{color:var(--yellow)}.contact-copy p{color:#c6c5ce;max-width:490px;line-height:1.7}.whatsapp{color:#fff;margin-top:18px;font-weight:800;display:inline-flex}.contact-form{color:var(--ink);background:#fff;border-radius:25px;gap:18px;padding:32px;display:grid}.contact-form label{gap:7px;font-size:13px;font-weight:800;display:grid}.contact-form input,.contact-form textarea{border:1px solid #d9d6cf;border-radius:10px;outline:0;width:100%;padding:13px 14px}.contact-form textarea{resize:vertical;min-height:105px}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--orange)}.inverse{background:var(--orange);border-color:var(--orange)}.inverse:hover{background:var(--ink)}.success{color:#198754;margin:0;font-size:13px}.contact h2{font-size:clamp(38px,4vw,58px)}footer{grid-template-columns:auto 1fr auto;align-items:center;gap:30px;max-width:1240px;margin:auto;padding:45px 28px;display:grid}footer p{color:#777783}footer>div{gap:20px;font-size:14px;font-weight:700;display:flex}footer small{color:#96949a;border-top:1px solid var(--line);grid-column:1/-1;padding-top:20px}.footer-brand span{background:var(--ink)}.modal-backdrop{z-index:100;background:#191822b8;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.quote-modal{background:var(--cream);border-radius:28px;flex-direction:column;align-items:flex-start;width:min(460px,100%);padding:38px;display:flex;position:relative}.modal-close{cursor:pointer;background:0 0;border:0;font-size:30px;position:absolute;top:14px;right:18px}.quote-modal small{color:var(--orange);text-transform:uppercase;letter-spacing:.12em;font-weight:800}.quote-modal h2{margin:10px 0;font-size:34px}.quote-modal p{color:#6b6c76;line-height:1.6}.quote-modal>strong{margin-bottom:22px;font:800 24px Manrope}.quote-modal .button{width:100%}.quote-modal .text-link{align-self:center}.modal-backdrop{animation:.2s fade}.quote-modal{animation:.25s pop}@keyframes fade{0%{opacity:0}}@keyframes pop{0%{opacity:0;transform:translateY(15px)scale(.98)}}@media (width<=900px){.hero{grid-template-columns:1fr;padding-top:35px}.hero-copy{text-align:center}.hero-copy>p{margin-left:auto;margin-right:auto}.hero-actions,.trust-row{justify-content:center}.hero-art{width:100%;max-width:560px;margin:auto}.product-grid{grid-template-columns:repeat(2,1fr)}.about{grid-template-columns:1fr;gap:45px}.about-art{width:100%;max-width:600px;margin:auto}.faq,.contact{grid-template-columns:1fr;gap:45px}.section-heading{align-items:start}.catalog-tools{flex-direction:column;align-items:flex-start}.search,.search input{width:100%}}@media (width<=640px){.announcement{font-size:10px}.nav-wrap{height:68px;padding:0 18px}.menu-button{display:block}.nav-links{box-shadow:var(--shadow);background:#fff;border-radius:18px;flex-direction:column;align-items:stretch;gap:8px;padding:20px;display:none;position:absolute;top:68px;left:14px;right:14px}.nav-links.open{display:flex}.nav-links a{padding:11px}.hero{gap:20px;min-height:auto;padding:42px 18px 70px}.hero h1{font-size:42px}.hero-copy>p{font-size:16px}.hero-actions{flex-direction:column}.trust-row{flex-direction:column;gap:8px}.hero-art{height:390px}.sun{width:310px;height:310px;right:5px}.hero-card-main{width:245px;height:315px;right:35px}.hero-card-small{width:135px;height:155px}.sticker{width:78px;height:78px;font-size:14px}.section{padding:75px 18px}.section-heading{display:block}.section-heading>p{margin-top:15px}.product-grid{grid-template-columns:1fr}.product-image{height:300px}.filters{flex-wrap:nowrap;width:calc(100vw - 36px);padding-bottom:5px;overflow:auto}.filters button{white-space:nowrap}.about{padding-top:30px}.about-art{height:390px}.about-photo{inset:25px 15px 25px 45px}.about-block.orange{width:170px;height:150px}.about-block.mint{width:105px;height:100px;font-size:30px}.step-grid{grid-template-columns:1fr}.faq{gap:35px}.contact-form{padding:22px}.contact{padding-left:18px;padding-right:18px}footer{text-align:center;grid-template-columns:1fr;justify-items:center}footer small{grid-column:auto;width:100%}.quote-modal{padding:30px 22px}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.brand{gap:0}.brand img{object-fit:contain;width:auto;height:66px}.footer-brand img{height:90px}@media (width<=640px){.brand img{height:55px}.footer-brand img{height:82px}}.nav-links .exclusive-menu-link{border-left:1px solid var(--line);letter-spacing:.04em;margin-left:18px;padding-left:28px;font-family:Georgia,serif}.nav-links .exclusive-menu-link:hover{color:#654431}@media (width<=640px){.nav-links .exclusive-menu-link{border-left:0;border-top:1px solid var(--line);margin-top:6px;margin-left:0;padding-top:16px;padding-left:11px}}.nav-links .exclusive-menu-link img{object-fit:contain;width:84px;height:38px}.nav-links .exclusive-menu-link{align-items:center;padding-top:2px;padding-bottom:2px;display:flex}@media (width<=640px){.nav-links .exclusive-menu-link img{width:104px;height:48px}.nav-links .exclusive-menu-link{padding-top:14px;padding-bottom:8px}}.exclusive-ribbon{color:#171411;background:#ded1c1;border-top:1px solid #c5b8a8;border-bottom:1px solid #c5b8a8;justify-content:center;align-items:center;gap:22px;min-height:62px;padding:8px 24px;display:flex}.exclusive-ribbon>span{text-transform:uppercase;letter-spacing:.18em;color:#fff;background:#171411;padding:6px 9px;font-size:9px}.exclusive-ribbon>img{object-fit:contain;width:86px;height:42px}.exclusive-ribbon>strong{font:500 16px Georgia,serif}.exclusive-ribbon>b{border-bottom:1px solid;margin-left:12px;font-size:12px}.exclusive-ribbon:hover{background:#d5c5b3}@media (width<=640px){.exclusive-ribbon{justify-content:space-between;gap:12px;padding:8px 16px}.exclusive-ribbon>span,.exclusive-ribbon>strong{display:none}.exclusive-ribbon>img{width:98px;height:46px}.exclusive-ribbon>b{margin:0}}.exclusive-page{--ex-ink:#171411;--ex-cream:#f4efe6;--ex-tan:#b6845d;--ex-brown:#654431;background:var(--ex-cream);color:var(--ex-ink);font-family:DM Sans,Arial,sans-serif}.exclusive-nav{border-bottom:1px solid #17141129;grid-template-columns:1fr auto 1fr;align-items:center;max-width:1260px;height:92px;margin:auto;padding:0 30px;display:grid}.exclusive-back,.exclusive-contact{letter-spacing:.06em;font-size:13px;font-weight:700}.exclusive-contact{border-bottom:1px solid;justify-self:end}.exclusive-wordmark img{object-fit:contain;width:112px;height:68px}.exclusive-hero{grid-template-columns:1fr 1fr;align-items:center;gap:80px;max-width:1260px;min-height:680px;margin:auto;padding:65px 30px 90px;display:grid}.exclusive-hero-copy>span,.exclusive-heading>span,.exclusive-story span{letter-spacing:.25em;color:var(--ex-brown);font-size:11px;font-weight:800}.exclusive-hero h1{letter-spacing:-.04em;margin:22px 0;font:500 clamp(50px,6vw,82px)/.98 Georgia,serif}.exclusive-hero-copy>p{color:#655d55;max-width:560px;font-size:18px;line-height:1.7}.exclusive-hero-copy>div{align-items:center;gap:28px;margin-top:36px;display:flex}.exclusive-button{background:var(--ex-ink);color:#fff;letter-spacing:.05em;justify-content:center;align-items:center;min-height:52px;padding:0 28px;font-size:13px;font-weight:700;display:inline-flex}.exclusive-link{font-size:13px;font-weight:700}.exclusive-hero-image{background:#ded1c1;height:545px;padding:14px;position:relative}.exclusive-hero-image img{filter:saturate(.82)}.exclusive-hero-image span{background:var(--ex-cream);letter-spacing:.2em;padding:14px 20px;font-size:10px;font-weight:800;position:absolute;bottom:42px;left:-32px}.exclusive-intro{background:var(--ex-ink);color:#eee7dc;text-align:center;letter-spacing:.12em;text-transform:uppercase;grid-template-columns:repeat(3,1fr);padding:24px;font-size:11px;display:grid}.exclusive-intro p{border-right:1px solid #5a534d}.exclusive-intro p:last-child{border:0}.exclusive-catalog{max-width:1260px;margin:auto;padding:120px 30px}.exclusive-heading{grid-template-columns:1fr 1fr;align-items:end;margin-bottom:55px;display:grid}.exclusive-heading span{grid-column:1/-1;margin-bottom:18px}.exclusive-heading h2,.exclusive-story h2,.exclusive-cta h2{margin:0;font:500 clamp(42px,5vw,64px)/1.05 Georgia,serif}.exclusive-heading p{color:#6a625b;justify-self:end;max-width:480px;line-height:1.6}.exclusive-grid{grid-template-columns:repeat(3,1fr);gap:26px;display:grid}.leather-card>div{background:#ddd2c4;height:330px;overflow:hidden}.leather-card>div img{transition:all .5s}.leather-card:hover>div img{transform:scale(1.035)}.leather-card small{color:var(--ex-brown);letter-spacing:.15em;text-transform:uppercase;margin-top:20px;font-weight:800;display:block}.leather-card h3{margin:9px 0;font:500 27px Georgia,serif}.leather-card>p{color:#746b64;min-height:44px;font-size:14px;line-height:1.55}.leather-card footer{border-top:1px solid #cfc6bb;justify-content:space-between;align-items:center;padding:16px 0;display:flex}.leather-card footer strong{font-family:Georgia,serif;font-size:18px}.leather-card footer a{font-size:13px;font-weight:800}.exclusive-story{background:#ded1c1;grid-template-columns:1fr 1fr;align-items:end;gap:80px;padding:100px max(30px,50vw - 600px);display:grid}.exclusive-story span{margin-bottom:18px;display:block}.exclusive-story p{color:#514941;margin:0;font:400 23px/1.65 Georgia,serif}.exclusive-cta{text-align:center;background:var(--ex-brown);color:#fff;padding:90px 25px}.exclusive-cta img{object-fit:contain;filter:invert();width:150px;height:95px;margin:0 auto 25px}.exclusive-cta h2{max-width:700px;margin:0 auto 30px}.exclusive-button.light{background:var(--ex-cream);color:var(--ex-ink)}.exclusive-footer{background:var(--ex-ink);color:#d9d1c8;grid-template-columns:1fr auto 1fr;max-width:none;padding:34px max(24px,50vw - 600px);font-size:12px;display:grid}.exclusive-footer small{text-align:right;color:#9d958e;border:0;grid-column:auto;padding:0}@media (width<=800px){.exclusive-nav{height:80px;padding:0 18px}.exclusive-wordmark img{width:90px}.exclusive-hero{grid-template-columns:1fr;gap:45px;padding:60px 18px}.exclusive-hero-image{height:440px}.exclusive-grid{grid-template-columns:repeat(2,1fr)}.exclusive-story{grid-template-columns:1fr;gap:35px}.exclusive-heading{display:block}.exclusive-heading p{margin-top:18px}.exclusive-footer{text-align:center;grid-template-columns:1fr;gap:12px}.exclusive-footer small{text-align:center}.exclusive-intro{padding:18px 8px;font-size:9px}}@media (width<=520px){.exclusive-back{font-size:0}.exclusive-back:after{content:"← Volver";font-size:12px}.exclusive-contact{font-size:12px}.exclusive-hero h1{font-size:48px}.exclusive-hero-copy>div{flex-direction:column;align-items:flex-start}.exclusive-hero-image{height:370px}.exclusive-grid{grid-template-columns:1fr}.exclusive-catalog{padding:85px 18px}.leather-card>div{height:360px}.exclusive-intro{grid-template-columns:1fr;gap:8px}.exclusive-intro p{border:0;margin:3px}.exclusive-story{padding:75px 18px}}.header-actions{align-items:center;gap:24px;display:flex}.exclusive-header-link{border-left:1px solid var(--line);align-items:center;padding-left:24px;display:flex}.exclusive-header-link img{object-fit:contain;width:82px;height:43px;transition:transform .2s}.exclusive-header-link:hover img{transform:scale(1.05)}@media (width<=760px){.nav-wrap{padding-left:18px;padding-right:18px}.header-actions{gap:14px}.exclusive-header-link{padding-left:14px}.exclusive-header-link img{width:72px;height:38px}.menu-button{display:block}.nav-links{box-shadow:var(--shadow);background:#fff;border-radius:18px;flex-direction:column;align-items:stretch;gap:8px;padding:20px;display:none;position:absolute;top:68px;left:14px;right:14px}.nav-links.open{display:flex}.nav-links a{padding:11px}}@media (width<=420px){.brand img{height:48px}.exclusive-header-link img{width:60px;height:34px}.exclusive-header-link{padding-left:10px}.header-actions{gap:8px}.menu-button{font-size:12px}}.exclusive-coming{color:#171411;background:#ded1c1;border-top:1px solid #c5b8a8;border-bottom:1px solid #c5b8a8;grid-template-columns:auto auto 1fr;justify-content:center;align-items:center;gap:24px;min-height:74px;padding:10px max(24px,50vw - 592px);display:grid}.exclusive-coming>img{object-fit:contain;width:88px;height:48px}.exclusive-coming>div{border-left:1px solid #a99a89;flex-direction:column;padding-left:24px;display:flex}.exclusive-coming>div span{text-transform:uppercase;letter-spacing:.2em;color:#76553d;font-size:9px;font-weight:800}.exclusive-coming>div strong{margin-top:3px;font:500 16px Georgia,serif}.exclusive-coming>p{color:#655b52;justify-self:end;margin:0;font-size:12px}.category-select{align-items:center;gap:12px;display:flex}.category-select>span{text-transform:uppercase;letter-spacing:.14em;color:#77736d;font-size:10px;font-weight:800}.category-select select{border:1px solid var(--line);min-width:245px;height:46px;color:var(--ink);cursor:pointer;background:#fff;border-radius:99px;outline:0;padding:0 42px 0 17px;font-weight:700}.category-select select:focus{border-color:var(--orange);box-shadow:0 0 0 3px #ff6b3524}@media (width<=700px){.exclusive-coming{grid-template-columns:auto 1fr;gap:14px;padding:10px 18px}.exclusive-coming>img{width:76px}.exclusive-coming>div{padding-left:14px}.exclusive-coming>p{display:none}.category-select{flex-direction:column;align-items:flex-start;gap:6px;width:100%}.category-select select{width:100%}}.contact-channels{flex-wrap:wrap;gap:24px;display:flex}.contact-channels a{color:#fff;margin-top:18px;font-weight:800;display:inline-flex}.contact-channels a:hover{color:var(--yellow)}.quote-trigger{border:1px solid var(--line);cursor:pointer;height:40px;color:var(--ink);background:#fff;border-radius:99px;align-items:center;gap:8px;padding:0 12px;font-weight:800;display:inline-flex}.quote-trigger span{background:var(--orange);color:#fff;border-radius:50%;place-items:center;min-width:22px;height:22px;font-size:11px;display:grid}.quote-trigger:disabled{opacity:.5;cursor:default}.quote-modal.quote-builder{align-items:stretch;width:min(720px,100%);max-height:92vh;overflow:auto}.quote-intro{color:#6b6c76;margin:0;line-height:1.55}.quote-items{gap:10px;margin:20px 0;display:grid}.quote-item{background:#fff;border:1px solid #e8e2d8;border-radius:16px;grid-template-columns:68px 1fr auto;align-items:center;gap:14px;padding:10px;display:grid}.quote-item>img{border-radius:11px;width:68px;height:68px}.quote-item h3{margin:0 0 4px;font:800 15px Manrope}.quote-item span{color:#71717a;font-size:13px}.quote-remove{color:#9a5941;cursor:pointer;background:0 0;border:0;padding:5px 0 0;font-size:11px;font-weight:800;display:block}.quote-quantity{align-items:center;gap:10px;display:flex}.quote-quantity button{border:1px solid var(--line);background:var(--cream);cursor:pointer;border-radius:50%;width:30px;height:30px;font-weight:800}.quote-quantity strong{text-align:center;min-width:18px}.quote-summary{border-top:1px solid var(--line);border-bottom:1px solid var(--line);justify-content:space-between;align-items:end;margin-bottom:18px;padding:15px 0;display:flex}.quote-summary>span{color:#71717a;font-size:13px}.quote-summary>div{flex-direction:column;align-items:end;display:flex}.quote-summary strong{font:800 24px Manrope}.quote-form{grid-template-columns:1fr 1fr;gap:14px;display:grid}.quote-form label{gap:6px;font-size:12px;font-weight:800;display:grid}.quote-form input{border:1px solid #d9d6cf;border-radius:10px;outline:0;width:100%;padding:12px 13px}.quote-form input:focus{border-color:var(--orange)}.quote-form .wide{grid-column:1/-1}.invoice-toggle{grid-template-columns:auto 1fr;justify-content:start;align-items:center;display:flex!important}.invoice-toggle input{width:18px;height:18px;accent-color:var(--orange)}.invoice-fields{grid-template-columns:1fr 1fr;gap:14px;display:grid}.quote-note{color:#77717a;margin:0;font-size:11px;line-height:1.5}.quote-builder .button{width:100%}@media (width<=700px){.quote-trigger{padding:0 8px;font-size:0}.quote-trigger span{font-size:11px}.quote-modal.quote-builder{max-height:94vh}.quote-item{grid-template-columns:56px 1fr}.quote-item>img{width:56px;height:56px}.quote-quantity{grid-column:1/-1;justify-content:flex-end}.quote-form,.invoice-fields{grid-template-columns:1fr}.quote-form>label,.invoice-fields label{grid-column:1/-1}}.announcement{background:linear-gradient(90deg,#29265f,#8567b7)}.nav-wrap{background:#fffaf7eb;border-bottom:1px solid #8567b71f}.nav-cta{border-color:var(--orange);color:var(--ink)}.sun{background:linear-gradient(145deg,var(--yellow),#ffe99b)}.sticker{background:linear-gradient(145deg,var(--orange),var(--purple))}.marquee{background:linear-gradient(90deg,var(--orange),var(--purple))}.about-block.orange{background:linear-gradient(145deg,var(--orange),#f7b7d5)}.about-block.mint{box-shadow:var(--shadow);background:#fff;padding:13px}.about-block.mint img{object-fit:contain;border-radius:50%}.steps{background:linear-gradient(135deg,#f9d9e8,#dff4ee)}.product-card:hover{border-color:#ed72aa80}.contact{background:linear-gradient(135deg,#29265f 0%,#554079 100%)}.contact-logo{object-fit:contain;background:#fff;border-radius:28px;width:150px;height:150px;margin-bottom:24px;padding:7px;box-shadow:0 16px 38px #0a082333}.contact-form{border:4px solid #ed72aa47}.quote-trigger span{background:linear-gradient(145deg,var(--orange),var(--purple))}.quote-modal.quote-builder{background:linear-gradient(#fffaf7,#fff 58%)}.quote-brand{object-fit:contain;background:#fff;border-radius:22px;width:96px;height:96px;margin-bottom:12px;padding:4px;box-shadow:0 10px 25px #3e2c5b1a}@media (width<=640px){.contact-logo{width:120px;height:120px}.quote-brand{width:78px;height:78px}}.purpose{padding-top:80px}.purpose-grid{grid-template-columns:1fr 1fr;gap:22px;display:grid}.purpose-card{border-radius:28px;min-height:260px;padding:38px}.purpose-card.mission{background:linear-gradient(145deg,#e3f6f1,#f6fffc)}.purpose-card.vision{background:linear-gradient(145deg,#fbe1ed,#fff6fa)}.purpose-card>span{background:var(--ink);color:#fff;border-radius:50%;place-items:center;width:42px;height:42px;font-size:12px;font-weight:800;display:grid}.purpose-card h3{margin:25px 0 12px;font:800 29px Manrope}.purpose-card p{color:#626271;margin:0;line-height:1.7}.workflow-panel{border:1px solid var(--line);background:#fff;border-radius:30px;grid-template-columns:1.25fr .75fr;gap:42px;margin-top:26px;padding:42px;display:grid;box-shadow:0 15px 38px #3e2c5b12}.workflow-copy h2{font-size:clamp(31px,3vw,45px)}.workflow-copy>p{color:#696977;max-width:720px;line-height:1.65}.delivery-steps{grid-template-columns:repeat(3,1fr);gap:18px;margin-top:30px;display:grid}.delivery-steps>div{border-top:3px solid var(--mint);padding-top:17px}.delivery-steps span{background:var(--mint);width:28px;height:28px;color:var(--ink);border-radius:50%;place-items:center;font-size:11px;font-weight:800;display:grid}.delivery-steps h3{margin:11px 0 7px;font:800 16px Manrope}.delivery-steps p{color:#72717c;margin:0;font-size:13px;line-height:1.55}.handmade-note{background:linear-gradient(155deg,var(--ink),#544077);color:#fff;border-radius:24px;flex-direction:column;justify-content:center;align-self:stretch;padding:32px;display:flex}.handmade-note>span{text-transform:uppercase;letter-spacing:.14em;color:var(--yellow);font-size:10px;font-weight:800}.handmade-note h3{margin:16px 0;font:800 27px/1.15 Manrope}.handmade-note p{color:#e2dfea;margin:0;font-size:14px;line-height:1.65}@media (width<=900px){.workflow-panel{grid-template-columns:1fr}.handmade-note{min-height:280px}}@media (width<=640px){.purpose-grid,.delivery-steps{grid-template-columns:1fr}.purpose-card{min-height:auto;padding:28px}.workflow-panel{padding:26px 20px}.delivery-steps{gap:20px}.handmade-note{min-height:auto;padding:27px}}.nav-links a.active{color:var(--orange)}.page-intro{text-align:center;max-width:1240px;margin:auto;padding:90px 28px 75px}.page-intro h1{letter-spacing:-.055em;max-width:900px;margin:0 auto;font:800 clamp(44px,6vw,76px)/1.02 Manrope}.page-intro>p,.page-intro>div>p{color:#686878;max-width:700px;margin:24px auto 0;font-size:18px;line-height:1.65}.page-intro-actions{justify-content:center;gap:12px;margin-top:30px;display:flex}.page-intro-actions .ghost{background:0 0}.catalog-intro{background:linear-gradient(#fffaf7,#fcebf4);max-width:none}.about-intro{text-align:left;grid-template-columns:1fr 280px;align-items:center;gap:70px;display:grid}.about-intro h1,.about-intro p{margin-left:0}.about-intro>img{object-fit:contain;width:280px;height:280px;box-shadow:var(--shadow);background:#fff;border-radius:38px;padding:8px}.contact-intro{padding-bottom:45px}.home-preview{padding-bottom:85px}.product-bottom a{font-size:13px;font-weight:800}.home-routes{background:linear-gradient(135deg,#f9d9e8,#dff4ee);max-width:none}.route-grid{grid-template-columns:repeat(3,1fr);gap:20px;max-width:1184px;margin:auto;display:grid}.route-card{background:#fff;border:1px solid #ffffffa6;border-radius:26px;flex-direction:column;min-height:290px;padding:32px;transition:all .25s;display:flex}.route-card:hover{box-shadow:var(--shadow);transform:translateY(-5px)}.route-card>span{background:var(--ink);color:#fff;border-radius:50%;place-items:center;width:38px;height:38px;font-size:11px;font-weight:800;display:grid}.route-card h3{margin:28px 0 12px;font:800 24px/1.15 Manrope}.route-card p{color:#70707d;margin:0;line-height:1.6}.route-card b{color:var(--orange);margin-top:auto;padding-top:28px;font-size:13px}.catalog-route{border-top:5px solid var(--orange)}.about-route{border-top:5px solid var(--mint)}.contact-route{border-top:5px solid var(--purple)}.catalog-help{background:linear-gradient(135deg,var(--ink),#544077);color:#fff;text-align:center;max-width:none}.catalog-help>div{max-width:720px;margin:auto}.catalog-help h2,.page-cta h2{margin:0;font:800 clamp(38px,5vw,58px)/1.08 Manrope}.catalog-help p{color:#ddd9e7;margin:20px 0 28px;line-height:1.65}.page-cta{background:linear-gradient(135deg,var(--orange),var(--purple));color:#fff;text-align:center;padding:85px 28px}.page-cta>div{max-width:760px;margin:auto}.page-cta .button{margin-top:28px}.contact-page{padding-top:75px;padding-bottom:75px}.contact-guidance{grid-template-columns:1fr 1fr;gap:22px;display:grid}.contact-guidance>div{border:1px solid var(--line);background:#fff;border-radius:24px;padding:32px}.contact-guidance span{color:var(--orange);font-size:12px;font-weight:800}.contact-guidance h3{margin:15px 0 8px;font:800 22px Manrope}.contact-guidance p{color:#70707d;line-height:1.6}.contact-guidance a{color:var(--purple);font-weight:800}@media (width<=900px){.route-grid{grid-template-columns:1fr}.about-intro{text-align:center;grid-template-columns:1fr}.about-intro h1,.about-intro p{margin-left:auto}.about-intro>img{grid-row:1;width:220px;height:220px;margin:auto}.contact-guidance{grid-template-columns:1fr}}@media (width<=640px){.page-intro{padding:60px 18px 55px}.page-intro h1{font-size:43px}.page-intro-actions{flex-direction:column}.route-card{min-height:245px}.contact-guidance{padding-top:55px;padding-bottom:55px}}.hero-brand-panel{background:linear-gradient(155deg,#fff,#f8d9e8 58%,#dff4ee);border:1px solid #8567b726;flex-direction:column;justify-content:center;align-items:center;gap:24px;padding:32px;display:flex}.hero-brand-panel img{object-fit:contain;border-radius:0;width:78%;height:auto;max-height:230px}.hero-brand-panel strong{letter-spacing:.08em;text-transform:uppercase;color:var(--purple);text-align:center;font:800 14px Manrope,sans-serif}.hero-brand-note{background:linear-gradient(145deg, var(--yellow), #fff4bf);color:var(--ink);text-transform:uppercase;letter-spacing:.12em;flex-direction:column;justify-content:center;align-items:center;gap:9px;font-size:10px;font-weight:800;display:flex}.hero-brand-note strong{color:var(--orange);letter-spacing:-.03em;font:800 26px Manrope,sans-serif}.product-artwork{isolation:isolate;flex-direction:column;justify-content:center;align-items:center;gap:15px;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.product-artwork img{object-fit:contain;z-index:2;filter:drop-shadow(0 12px 20px #29265f1f);width:46%;height:46%;position:relative}.product-artwork img.catalog-product-image{object-fit:contain;background:#ffffffb8;border-radius:22px;width:72%;height:70%;padding:10px;box-shadow:0 18px 38px #29265f1c}.product-card:hover .product-artwork img{transform:scale(1.035)}.product-artwork small{z-index:2;color:#29265fb8;letter-spacing:.16em;text-transform:uppercase;font-size:10px;font-weight:800;position:relative}.product-artwork .artwork-shape{border-radius:45% 55% 58% 42%;padding:0;display:block;position:absolute}.product-artwork .artwork-shape-one{background:#ffffff8c;width:190px;height:190px;top:-62px;left:-48px;transform:rotate(18deg)}.product-artwork .artwork-shape-two{background:#ffffff61;width:150px;height:150px;bottom:-52px;right:-38px;transform:rotate(-20deg)}.artwork-coral{background:linear-gradient(145deg,#ffb2a0,#ffe1d9)}.artwork-purple{background:linear-gradient(145deg,#c9b9ed,#eee7ff)}.artwork-mint{background:linear-gradient(145deg,#bfe9df,#e9faf6)}.artwork-yellow{background:linear-gradient(145deg,#ffe28b,#fff5c9)}.artwork-pink{background:linear-gradient(145deg,#efb3cf,#fce9f2)}.artwork-blue{background:linear-gradient(145deg,#b9dff0,#e8f7fd)}.product-artwork.compact{border-radius:11px;flex:none;width:68px;height:68px}.product-artwork.compact img{width:68%;height:68%}.product-artwork.compact img.catalog-product-image{width:88%;height:88%;box-shadow:none;border-radius:9px;padding:4px}.catalog-count{color:#777280;margin:16px 0 20px;font-size:13px;font-weight:700}.catalog-more{justify-content:center;padding-top:34px;display:flex}.product-image .availability-badge,.detail-status{z-index:4;letter-spacing:.03em;border-radius:999px;padding:7px 11px;font-size:10px;font-weight:800;position:absolute;top:14px;left:14px}.status-disponible{color:#176d4d!important;background:#d9f4e8!important}.status-a-pedido{color:#7b5710!important;background:#fff0bc!important}.status-stock-por-confirmar{color:#554079!important;background:#eee7ff!important}.status-sin-stock{color:#8c3232!important;background:#f6dddd!important}.product-meta{background:#faf7f1;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;margin-top:16px;padding:11px 13px;display:flex}.product-meta span{color:#817b84;font-size:11px}.product-meta strong{color:var(--purple);text-align:right;font-size:11px}.product-card-actions{align-items:center;gap:12px;display:flex}.product-card-actions button{white-space:nowrap}.product-card-actions .details-button{color:var(--purple);font-size:12px;font-weight:700}.product-card-actions .add-button{color:var(--ink)}.product-detail-modal{background:#fffaf7;border-radius:28px;grid-template-columns:.9fr 1.1fr;gap:34px;width:min(820px,100%);max-height:92vh;padding:30px;animation:.25s pop;display:grid;position:relative;overflow:auto}.product-detail-close{z-index:50;min-height:42px;color:var(--ink);cursor:pointer;background:#fff;border:1px solid #29265f2e;border-radius:999px;align-items:center;gap:9px;padding:0 10px 0 15px;font-size:12px;font-weight:800;display:inline-flex;position:absolute;top:16px;right:16px;box-shadow:0 8px 24px #29265f29}.product-detail-close b{background:var(--ink);color:#fff;border-radius:50%;place-items:center;width:24px;height:24px;font-size:18px;font-weight:500;line-height:1;display:grid}.product-detail-close:hover,.product-detail-close:focus-visible{border-color:var(--orange);outline:3px solid #ff6b3529}.product-detail-art{border-radius:22px;min-height:430px;overflow:hidden}.product-detail-copy{flex-direction:column;align-items:flex-start;padding:18px 8px 8px 0;display:flex}.product-detail-copy .detail-status{margin-bottom:18px;position:static}.product-detail-copy>small{color:var(--orange);letter-spacing:.12em;text-transform:uppercase;font-size:10px;font-weight:800}.product-detail-copy h2{letter-spacing:-.04em;margin:8px 0 10px;font:800 32px/1.08 Manrope,sans-serif}.detail-price{color:var(--purple);font:800 22px Manrope,sans-serif}.product-detail-copy>p{color:#6f6b76;line-height:1.6}.detail-lead{border-top:1px solid var(--line);border-bottom:1px solid var(--line);justify-content:space-between;gap:20px;width:100%;padding:13px 0;font-size:12px;display:flex}.detail-lead span{color:#77717a}.detail-lead strong{color:var(--purple)}.product-detail-copy h3{margin:21px 0 10px;font:800 15px Manrope,sans-serif}.option-chips{flex-wrap:wrap;gap:7px;display:flex}.option-chips span{color:#574275;background:#f8f3ff;border:1px solid #e1d9ea;border-radius:999px;padding:7px 10px;font-size:11px;font-weight:700}.product-detail-copy .availability-note{color:#745a1a;background:#fff4cf;border-radius:12px;padding:11px 13px;font-size:11px}.product-detail-copy .button{width:100%;margin-top:auto}.quote-item-note{grid-column:2/-1;gap:5px;display:grid}.quote-item-note span{color:#77717a;text-transform:uppercase;letter-spacing:.07em;font-size:10px;font-weight:800}.quote-item-note input{border:1px solid #d9d6cf;border-radius:9px;outline:0;width:100%;padding:10px 11px;font-size:12px}.quote-item-note input:focus{border-color:var(--orange)}.product-artwork.compact .artwork-shape-one{width:52px;height:52px;top:-20px;left:-20px}.product-artwork.compact .artwork-shape-two{width:42px;height:42px;bottom:-18px;right:-14px}.about-brand-panel{text-align:center;background:linear-gradient(155deg,#fff,#f9deea 55%,#dcf4ee);flex-direction:column;justify-content:center;align-items:center;gap:17px;padding:42px;display:flex}.about-brand-panel img{object-fit:contain;width:min(230px,74%);height:auto}.about-brand-panel strong{color:var(--purple);font:800 24px Manrope,sans-serif}.about-brand-panel span{color:#6b6575;max-width:270px;font-size:13px;line-height:1.55}.purchase-info{padding-top:35px}.purchase-info-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.purchase-info-grid article{border:1px solid var(--line);background:#fff;border-radius:24px;min-height:240px;padding:28px}.purchase-info-grid article:first-child{border-top:5px solid var(--orange)}.purchase-info-grid article:nth-child(2){border-top:5px solid var(--purple)}.purchase-info-grid article:nth-child(3){border-top:5px solid var(--mint)}.purchase-info-grid article:nth-child(4){border-top:5px solid var(--yellow)}.purchase-info-grid span{background:var(--ink);color:#fff;border-radius:50%;place-items:center;width:34px;height:34px;font-size:10px;font-weight:800;display:grid}.purchase-info-grid h3{margin:28px 0 10px;font:800 19px Manrope,sans-serif}.purchase-info-grid p{color:#6f6f7b;margin:0;font-size:13px;line-height:1.6}.quote-form textarea{resize:vertical;border:1px solid #d9d6cf;border-radius:10px;outline:0;width:100%;min-height:88px;padding:12px 13px}.quote-form textarea:focus{border-color:var(--orange)}@media (width<=920px){.purchase-info-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=700px){.product-artwork.compact{width:56px;height:56px}.purchase-info-grid{grid-template-columns:1fr}.purchase-info-grid article{min-height:auto}.hero-brand-panel{padding:22px}.hero-brand-note strong{font-size:20px}.about-brand-panel{padding:26px}.product-bottom{align-items:flex-start;gap:14px}.product-card-actions{flex-direction:column;align-items:flex-end;gap:8px}.product-detail-modal{grid-template-columns:1fr;gap:18px;padding:22px}.product-detail-close{top:12px;right:12px}.product-detail-art{min-height:290px}.product-detail-copy{padding:0}.product-detail-copy h2{font-size:27px}.quote-item-note{grid-column:1/-1}}.nav-links .exclusive-menu-link.active{color:#654431;text-underline-offset:5px;-webkit-text-decoration:underline #b6845d;text-decoration:underline #b6845d}.exclusive-subnav{border-bottom:1px solid #17141129;grid-template-columns:auto 1fr auto;align-items:center;gap:24px;max-width:1260px;min-height:72px;margin:auto;padding:8px 30px;display:grid}.exclusive-subnav img{object-fit:contain;width:105px;height:56px}.exclusive-subnav span{color:#6a625b;letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:700}.exclusive-subnav a{border-bottom:1px solid;font-size:12px;font-weight:800}.exclusive-hero-brand{background:linear-gradient(145deg,#ded1c1,#f3ece3);flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex}.exclusive-hero-brand img{object-fit:contain;filter:none;width:76%;height:58%}.exclusive-hero-brand p{color:#654431;margin:0;font:500 20px Georgia,serif}.exclusive-service-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.exclusive-service-grid article{background:#ffffff52;border:1px solid #cfc6bb;min-height:275px;padding:30px}.exclusive-service-grid article>span{color:#fff;background:#171411;border-radius:50%;place-items:center;width:38px;height:38px;font-size:10px;font-weight:800;display:grid}.exclusive-service-grid h3{margin:46px 0 12px;font:500 26px Georgia,serif}.exclusive-service-grid p{color:#6a625b;margin:0;font-size:13px;line-height:1.65}.exclusive-emblem-divider{grid-template-columns:1fr minmax(230px,410px) 1fr;align-items:center;gap:28px;margin-top:78px;display:grid}.exclusive-emblem-divider>span{background:#cfc6bb;height:1px}.exclusive-emblem-divider img{object-fit:contain;opacity:.82;width:100%;height:150px}@media (width<=800px){.exclusive-subnav{grid-template-columns:auto 1fr;padding:8px 18px}.exclusive-subnav span{display:none}.exclusive-subnav a{justify-self:end}.exclusive-service-grid{grid-template-columns:1fr}.exclusive-service-grid article{min-height:auto}.exclusive-service-grid h3{margin-top:28px}.exclusive-emblem-divider{grid-template-columns:1fr minmax(180px,290px) 1fr;gap:14px;margin-top:52px}.exclusive-emblem-divider img{height:110px}}@media (width<=520px){.exclusive-subnav img{width:88px;height:48px}.exclusive-subnav a{font-size:10px}.exclusive-hero-brand img{width:76%}.exclusive-emblem-divider{grid-template-columns:1fr 190px 1fr;gap:9px}.exclusive-emblem-divider img{height:86px}}
