@import url("https://fonts.googleapis.com/css2?family=Archivo+Black&family=DM+Sans:wght@400;500;700&display=swap");:root{--ink:#173c36;--cream:#f7f1dc;--coral:#ff5b57;--violet:#625bd9;--yellow:#f4bd27;--mint:#8cc9b1;--line:#173c36}*{box-sizing:border-box}body,html{background:var(--cream)}body{margin:0;color:var(--ink);font-family:DM Sans,sans-serif}a{color:inherit}.skip-link{position:fixed;top:-60px;left:12px;z-index:99;background:white;padding:12px}.skip-link:focus{top:12px}.store-shell>header{height:78px;position:relative;z-index:20;gap:35px;padding:0 4vw;border-bottom:2px solid var(--line);background:var(--cream)}.store-shell>header,.vivo-logo{display:flex;align-items:center}.vivo-logo{text-decoration:none;font-family:Archivo Black;font-size:18px}.vivo-logo i{width:40px;height:40px;background:var(--coral);display:grid;place-items:center;border-radius:50%;margin-right:9px}.vivo-logo svg{width:20px}.vivo-logo span{color:var(--violet);margin-left:4px}.store-shell>header>nav{display:flex;margin-left:auto}.store-shell>header nav a{padding:28px 18px;text-decoration:none;font-size:12px;font-weight:700}.store-shell>header nav a.active{background:var(--yellow)}.bag-link{display:flex;align-items:center;gap:8px;text-decoration:none;font-size:12px;font-weight:700}.bag-link b{width:25px;height:25px;border-radius:50%;background:var(--violet);color:white;display:grid;place-items:center}.store-shell>header details{display:none}.store-dock{position:fixed;z-index:50;bottom:20px;left:50%;transform:translateX(-50%);display:flex;background:var(--ink);color:white;border-radius:999px;padding:6px;box-shadow:0 12px 35px rgba(23,60,54,.25)}.store-dock a{text-decoration:none;padding:11px 16px;border-radius:999px;font-size:11px}.store-dock a.active{background:var(--yellow);color:var(--ink)}.store-dock .dock-bag{background:var(--coral);color:var(--ink);display:flex;align-items:center;gap:5px}.store-dock svg{width:15px}.store-shell>footer{background:var(--ink);color:white;padding:70px 5vw 110px;display:grid;grid-template-columns:1fr 1fr 1fr;gap:30px}.store-shell>footer b{font-family:Archivo Black}.store-shell>footer p{margin:0;max-width:400px}.store-shell>footer div{display:flex;flex-direction:column;align-items:flex-end;gap:10px}.shop-hero{min-height:calc(100vh - 78px);display:grid;grid-template-columns:.9fr 1.1fr;position:relative;border-bottom:2px solid var(--line)}.hero-type{padding:7vh 5vw;display:flex;flex-direction:column;align-items:flex-start}.catalog-page>header>span,.composer-stage header span,.composer>aside>span,.delivery-page>header>span,.hero-type>span,.room-stories>header>span{font-size:10px;letter-spacing:.15em;font-weight:700}.hero-type h1{font:clamp(58px,7vw,118px)/.82 Archivo Black;letter-spacing:-.065em;margin:auto 0 28px}.hero-type h1 i{color:var(--coral);font-style:normal}.hero-type p{max-width:420px;font-size:17px;line-height:1.55}.hero-type>a{margin-top:24px;background:var(--ink);color:white;padding:16px 20px;display:flex;gap:28px;align-items:center;text-decoration:none;font-weight:700}.shop-hero figure{margin:0;position:relative;min-height:680px;background:var(--violet);overflow:hidden;border-left:2px solid var(--line)}.shop-hero figure img{width:100%;height:100%;object-fit:cover}.shop-hero figure div{position:absolute;left:0;right:0;bottom:0;padding:16px 20px;background:var(--yellow);display:flex;justify-content:space-between;font-size:11px}.hero-tag{position:absolute;right:3vw;top:5vh;width:160px;height:160px;border-radius:50%;background:var(--coral);display:flex;flex-direction:column;justify-content:center;padding:24px;text-decoration:none;transform:rotate(7deg)}.hero-tag span{font-size:9px}.hero-tag b{font-size:18px}.hero-tag svg{align-self:flex-end}.shop-manifest{display:grid;grid-template-columns:repeat(3,1fr)}.shop-manifest>div{min-height:240px;padding:35px;border-right:2px solid var(--line)}.shop-manifest>div:nth-child(2){background:var(--yellow)}.shop-manifest span{font-family:Archivo Black}.shop-manifest h2{font:34px Archivo Black;margin:50px 0 5px}.cart-page,.catalog-page,.delivery-page,.room-stories{min-height:100vh;padding:8vh 5vw 16vh}.catalog-page>header{display:grid;grid-template-columns:.4fr 1.4fr .6fr;gap:30px;align-items:end;margin-bottom:7vh}.catalog-page h1,.delivery-page h1,.room-stories h1{font:clamp(52px,7vw,112px)/.85 Archivo Black;letter-spacing:-.065em;margin:0}.catalog-page>header p,.delivery-page>header p{line-height:1.6}.filter-row{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:24px}.filter-row button{border:2px solid var(--line);background:transparent;border-radius:99px;padding:10px 16px;cursor:pointer}.filter-row button.active{background:var(--ink);color:white}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.product-grid article{border:2px solid var(--line);background:#fff;padding:12px}.product-shape{height:260px;background:#eee;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-shape i{position:absolute;background:var(--color);border:2px solid var(--ink);width:42%;height:55%;box-shadow:10px 10px 0 rgba(23,60,54,.17)}.product-shape i:nth-child(2){width:22%;height:30%;transform:translate(38px,-36px);filter:brightness(1.12)}.product-shape span{position:absolute;right:8px;bottom:8px;background:white;padding:5px;font-size:9px}.product-grid article>small{display:block;margin-top:14px}.product-grid h2{font:28px Archivo Black;margin:4px 0}.product-grid p{font-weight:700}.product-grid article>button{width:100%;border:0;background:var(--yellow);padding:14px;display:flex;justify-content:center;gap:8px;font-weight:700;cursor:pointer}.product-grid button svg{width:16px}.composer{min-height:calc(100vh - 78px);display:grid;grid-template-columns:1.3fr .7fr}.composer-stage{min-height:760px;padding:32px 4vw;display:flex;flex-direction:column;background-image:linear-gradient(rgba(23,60,54,.08) 1px,transparent 0),linear-gradient(90deg,rgba(23,60,54,.08) 1px,transparent 0);background-size:32px 32px}.composer-stage header{display:flex;justify-content:space-between}.composer-stage header button{border:0;background:transparent;display:flex;align-items:center;gap:6px;cursor:pointer}.stack{margin:auto;min-width:52%;min-height:430px;display:flex;flex-direction:column-reverse;align-items:center;justify-content:flex-start}.stack>p{margin:auto;text-align:center;max-width:230px}.block{border:2px solid var(--ink);height:80px;width:250px;font-weight:700;cursor:pointer;display:flex;justify-content:space-between;align-items:center;padding:15px;box-shadow:8px 8px 0 rgba(23,60,54,.14)}.block-nicho-40{width:160px;height:115px;color:#fff}.block-torre-180{width:110px;height:180px}.block-banco-90{width:290px;height:65px}.composer-stage footer{display:flex;justify-content:space-between;font-size:11px}.composer>aside{border-left:2px solid var(--line);padding:40px 28px;background:white}.composer>aside h1{font:48px Archivo Black;margin:8px 0 30px}.composer>aside>div:not(.composer-total)>button{width:100%;display:grid;grid-template-columns:45px 1fr 24px;gap:12px;align-items:center;padding:12px;border:0;border-top:1px solid #ccc;background:transparent;text-align:left;cursor:pointer;color:inherit}.composer>aside>div button i{width:40px;height:40px;border:1px solid var(--ink)}.composer-total,.composer>aside>div button span{display:flex;flex-direction:column}.composer-total{margin-top:30px;background:var(--ink);color:white;padding:20px}.composer-total span{font-size:9px}.composer-total b{font:34px Archivo Black}.composer-total button{margin-top:15px;background:var(--coral);border:0;padding:14px;font-weight:700;display:flex;justify-content:center;gap:7px;cursor:pointer}.room-stories>header{display:grid;grid-template-columns:.5fr 1.5fr;margin-bottom:7vh}.room-stories>div{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.room-stories article{min-height:520px;border:2px solid var(--line);padding:22px;display:flex;flex-direction:column}.room-stories article.coral{background:#ffd4ca}.room-stories article.violet{background:#dedbff}.room-stories article.green{background:#ccebdc}.room-blocks{height:220px;display:flex;align-items:end;justify-content:center;margin:20px 0}.room-blocks i{display:block;width:80px;height:110px;border:2px solid var(--ink);background:var(--yellow)}.room-blocks i:nth-child(2){height:170px;background:var(--violet)}.room-blocks i:nth-child(3){height:75px;background:var(--coral)}.room-stories h2{font:34px Archivo Black;margin:8px 0}.room-stories a{margin-top:auto;font-weight:700}.delivery-page>header{display:grid;grid-template-columns:.5fr 1.3fr .7fr;gap:30px;align-items:end}.delivery-check{margin-top:8vh}.delivery-check form{background:var(--yellow);border:2px solid var(--line);padding:25px;display:flex;gap:15px;align-items:end}.delivery-check label{display:flex;flex-direction:column;gap:8px;flex:1;font-weight:700}.delivery-check input{background:white;border:2px solid var(--line);padding:15px;font:inherit}.delivery-check form button{background:var(--ink);color:white;border:0;padding:17px 30px;font-weight:700}.delivery-check>aside{display:flex;gap:15px;align-items:center;padding:20px;background:#fff;border:2px solid var(--line);border-top:0}.delivery-check aside svg{color:#27a06b}.delivery-check aside p{margin:4px 0}.delivery-steps{display:grid;grid-template-columns:repeat(3,1fr);margin-top:40px}.delivery-steps article{padding:25px;border-right:2px solid var(--line)}.delivery-steps article>span{font-family:Archivo Black}.delivery-steps article>i,.delivery-steps svg{display:block;width:52px;height:52px;margin:45px 0 22px}.delivery-steps article>i{background:var(--coral);border-radius:50%}.cart-view{display:grid;grid-template-columns:1.3fr .7fr;gap:5vw}.cart-view section>header{display:flex;justify-content:space-between;border-bottom:2px solid var(--line);padding-bottom:14px}.cart-view section>header button{background:transparent;border:0;text-decoration:underline}.cart-view article{display:grid;grid-template-columns:90px 1fr auto 110px;gap:18px;align-items:center;border-bottom:1px solid #bbb;padding:18px 0}.cart-view article>i{height:90px;border:2px solid var(--line)}.cart-view h2{font:25px Archivo Black;margin:3px 0}.cart-view p{margin:0}.quantity{display:flex;align-items:center;gap:10px}.quantity button{border:1px solid var(--line);background:white;width:32px;height:32px}.quantity svg{width:14px}.cart-view>aside{align-self:start;position:sticky;top:20px;background:var(--ink);color:white;padding:28px}.cart-view>aside>span{font-size:10px}.cart-view>aside>div{display:flex;justify-content:space-between}.cart-view>aside strong{font:28px Archivo Black}.cart-view>aside button{width:100%;background:var(--coral);border:0;padding:15px;font-weight:700}.cart-view>aside small{display:block;margin-top:10px}.empty-cart{min-height:65vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.empty-cart>svg{width:70px;height:70px;color:var(--violet)}.empty-cart h1{font:clamp(45px,6vw,90px)/.9 Archivo Black;max-width:750px;margin:25px 0}.empty-cart a{background:var(--yellow);padding:15px 20px;font-weight:700}@media(max-width:900px){.store-shell>header{height:68px;padding:0 16px}.bag-link span,.store-shell>header>nav{display:none}.store-shell>header details{display:block;margin-left:auto}.store-shell>header summary{list-style:none}.store-shell>header details nav{position:absolute;right:10px;top:58px;background:var(--ink);color:white;display:flex;flex-direction:column;padding:10px}.store-shell>header details a{padding:9px;text-decoration:none}.store-dock{bottom:10px;width:calc(100% - 20px);justify-content:space-between}.store-dock a{padding:10px 9px}.cart-view,.composer,.shop-hero{grid-template-columns:1fr}.hero-type{min-height:68vh;padding:55px 22px}.shop-hero figure{min-height:58vh;border-left:0;border-top:2px solid var(--line)}.hero-tag{top:auto;bottom:50vh;width:125px;height:125px}.delivery-steps,.product-grid,.room-stories>div,.shop-manifest{grid-template-columns:1fr}.cart-page,.catalog-page,.delivery-page,.room-stories{padding:65px 20px 110px}.catalog-page>header,.delivery-page>header,.room-stories>header{grid-template-columns:1fr}.product-grid article{max-width:560px;width:100%;margin:auto}.composer-stage{min-height:620px}.composer>aside{border-left:0;border-top:2px solid var(--line)}.room-stories article{min-height:440px}.delivery-check form{flex-direction:column;align-items:stretch}.cart-view>aside{position:static}.store-shell>footer{grid-template-columns:1fr;padding:60px 20px 110px}.store-shell>footer div{align-items:flex-start}}@media(max-width:560px){.store-dock a:nth-child(4),.store-dock a:nth-child(5){display:none}.shop-manifest>div{min-height:190px}.cart-view article{grid-template-columns:70px 1fr}.cart-view article>strong,.quantity{grid-column:2}.cart-view article>i{height:70px}.hero-type h1{font-size:56px}.vivo-logo{font-size:15px}.vivo-logo i{width:34px;height:34px}}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}}:focus-visible{outline:3px solid #246bfe;outline-offset:3px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}button,input{font:inherit}button:disabled{cursor:not-allowed;opacity:.58}.home-composer{grid-template-columns:minmax(0,1fr) minmax(330px,.46fr);border-bottom:2px solid var(--line)}.home-composer,.home-composer .composer-stage{min-height:calc(100svh - 78px)}.home-compose-heading{display:grid;grid-template-columns:1.15fr .7fr;gap:28px;align-items:end;padding:24px 0 18px;border-bottom:2px solid var(--line)}.home-compose-heading h1{max-width:850px;margin:0;font:clamp(42px,5vw,78px)/.86 Archivo Black;letter-spacing:-.065em}.home-compose-heading h1 i{color:var(--coral);font-style:normal}.home-compose-heading p{max-width:320px;margin:0 0 4px;font-size:14px;line-height:1.5}.composer>aside h2{margin:8px 0 24px;font:clamp(32px,3vw,48px)/.94 Archivo Black;letter-spacing:-.045em}.composer-parts{border-bottom:1px solid #ccc}.composer-total button:disabled{background:var(--mint);color:var(--ink);opacity:1}.composer-feedback{min-height:32px;margin:11px 0 0;color:#d7e7e1;font-size:10px;line-height:1.45}.composer-stage footer{gap:20px}.collection-support{display:grid;min-height:680px;grid-template-columns:minmax(0,1.5fr) minmax(360px,.72fr);border-bottom:2px solid var(--line);background:#fff}.collection-support figure{position:relative;min-height:680px;margin:0;overflow:hidden;background:var(--violet)}.collection-support figure img{width:100%;height:100%;object-fit:cover;object-position:center}.collection-support figcaption{position:absolute;right:0;bottom:0;left:0;display:flex;justify-content:space-between;gap:20px;padding:15px 22px;background:var(--yellow);font-size:10px;letter-spacing:.08em;text-transform:uppercase}.collection-copy{display:flex;flex-direction:column;justify-content:center;padding:8vh 4vw;border-left:2px solid var(--line)}.collection-copy>span,.home-handoff span{font-size:10px;font-weight:700;letter-spacing:.15em}.collection-copy h2{margin:38px 0 24px;font:clamp(46px,5.4vw,88px)/.86 Archivo Black;letter-spacing:-.065em}.collection-copy h2 i{color:var(--violet);font-style:normal}.collection-copy p{max-width:490px;margin:0;font-size:16px;line-height:1.65}.collection-actions{display:flex;align-items:center;gap:24px;margin-top:34px}.collection-actions a{display:flex;align-items:center;gap:20px;padding-bottom:6px;border-bottom:2px solid var(--ink);font-weight:700;text-decoration:none}.collection-actions a:first-child{padding:14px 17px;border:0;background:var(--ink);color:#fff}.collection-actions svg{width:18px}.home-handoff{display:grid;min-height:52vh;grid-template-columns:1.2fr auto;gap:8vw;align-items:end;padding:9vh 6vw 13vh;color:#0b2722;background:var(--coral);border-bottom:2px solid var(--line)}.home-handoff h2{max-width:900px;margin:30px 0 18px;font:clamp(50px,7vw,110px)/.84 Archivo Black;letter-spacing:-.07em}.home-handoff p{max-width:560px;margin:0;font-size:17px;line-height:1.55}.home-handoff>a{display:flex;align-items:center;gap:34px;padding:18px 20px;background:var(--ink);color:#fff;font-weight:700;text-decoration:none;white-space:nowrap}.delivery-demo-note{margin:0;padding:12px 25px;border-right:2px solid var(--line);border-left:2px solid var(--line);color:#49615c;font-size:11px;line-height:1.5}.delivery-result.review{background:#fff4cf}.delivery-result.outside{background:#ffe0db}.delivery-result.outside svg,.delivery-result.review svg{color:#a94635}.delivery-result b{font-size:15px}.delivery-result p{line-height:1.5}.cart-order-form{display:flex;flex-direction:column;gap:15px;margin-top:24px;padding-top:22px;border-top:1px solid rgba(255,255,255,.32)}.cart-order-form label{display:flex;flex-direction:column;gap:7px;color:#d7e7e1;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.cart-order-form input{width:100%;padding:12px;border:1px solid rgba(255,255,255,.42);background:#fff;color:var(--ink)}.cart-order-form button{display:flex;align-items:center;justify-content:center;gap:9px;cursor:pointer}.cart-order-form button svg{width:18px}.cart-order-form>p{margin:0;color:#d7e7e1;font-size:10px;line-height:1.5}@media(max-width:900px){.home-composer{grid-template-columns:1fr}.home-composer .composer-stage{min-height:calc(100svh - 68px)}.home-compose-heading{grid-template-columns:1fr;padding-top:30px}.home-compose-heading p{max-width:520px}.collection-support{grid-template-columns:1fr}.collection-support figure{min-height:54svh}.collection-copy{min-height:520px;border-top:2px solid var(--line);border-left:0;padding:70px 22px}.home-handoff{grid-template-columns:1fr;align-items:end;padding:80px 22px 120px}.home-handoff>a{justify-self:start}}@media(max-width:560px){.home-compose-heading h1{font-size:46px}.home-compose-heading{gap:14px}.home-composer .stack{min-width:100%;min-height:330px}.home-composer .block{max-width:78vw}.composer-stage footer{align-items:flex-start;flex-direction:column}.collection-support figure{min-height:48svh}.collection-support figcaption{align-items:flex-start;flex-direction:column;gap:5px}.collection-copy{min-height:0}.collection-copy h2{font-size:50px}.collection-actions{align-items:flex-start;flex-direction:column}.home-handoff h2{font-size:55px}}