:root{--ink:#17352c;--green:#237b5d;--lime:#dff36c;--cream:#f7f5ed}*{box-sizing:border-box}body{margin:0;background:var(--cream);color:var(--ink);font-family:Arial,sans-serif}a{color:inherit;text-decoration:none}.container{width:min(1100px,calc(100% - 40px));margin:auto}header{position:-webkit-sticky;position:sticky;top:0;background:#f7f5edee;border-bottom:1px solid #ddd;z-index:5}.header{height:76px;display:flex;align-items:center;justify-content:space-between}.brand b,.card span,.hero span,.title span{color:var(--green)}.account-actions,.header-right,.nav,.user-link,.user-menu{display:flex;align-items:center;white-space:nowrap}.header-right{gap:24px}.nav{gap:20px;font-size:14px}.account-actions{flex-shrink:0;gap:18px}.cart-link{position:relative;display:inline-flex;align-items:center;font-size:22px;line-height:1}.cart-link b{position:absolute;right:-10px;top:-12px;min-width:18px;height:18px;padding:0 4px;display:grid;place-items:center;background:#2474b8;color:#fff;border-radius:99px;font-size:11px}.user-link,.user-menu{gap:7px;font-size:14px}.logout-link{padding:0;border:0;border-bottom:1px solid transparent;background:transparent;color:#2474b8;font:inherit;cursor:pointer}.logout-link:hover{border-bottom-color:#2474b8}.mobile{display:none}section{padding:85px 0;min-height:45vh}h1{font-size:clamp(46px,7vw,84px);margin:15px 0}h2{font-size:clamp(32px,5vw,52px)}p{color:#64736e;line-height:1.7}.hero{min-height:650px;display:flex;align-items:center;background:radial-gradient(circle at 85% 35%,var(--lime) 0 12%,transparent 13%)}.hero em{color:var(--green);font-style:normal}.hero p{font-size:19px;max-width:650px}.button{display:inline-block;background:var(--ink);color:white;padding:14px 20px;border-radius:99px;font-weight:700}.secondary{background:transparent;color:var(--ink);border:1px solid var(--ink)}.grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:22px;gap:22px}.card{background:white;border:1px solid #e0e5df;padding:24px;border-radius:22px}.art{height:220px;border-radius:16px;background:linear-gradient(135deg,var(--ink),var(--green));display:grid;place-items:center;color:var(--lime);font-size:55px;font-weight:700;margin-bottom:20px}.dark{background:var(--ink);color:white}.dark p{color:#bed0ca}.cta,.whatsapp{background:var(--lime);padding:45px;border-radius:28px}.contact{display:grid;grid-template-columns:1fr 1fr;grid-gap:50px;gap:50px}.whatsapp{background:var(--green);color:white}.whatsapp p{color:#d9e8e2}footer{background:#10231d;color:white;padding:50px 0}footer small{display:block;margin-top:30px;color:#9aaea7}@media(max-width:800px){.nav{display:none}.header-right{gap:12px}.account-actions{gap:13px}.user-link>span:last-child,.user-menu>span:nth-child(2){display:none}.mobile{display:block;position:relative}.mobile button{background:var(--ink);color:white;border:0;padding:10px;border-radius:20px}.mobile nav{position:absolute;right:0;top:45px;background:white;padding:20px;width:220px;display:flex;flex-direction:column;gap:12px}.contact,.grid{grid-template-columns:1fr}.hero{min-height:560px}section{padding:60px 0}}:root{--lime:#72c7ff}.hero{background:radial-gradient(circle at 85% 35%,#72c7ff 0 12%,transparent 13%)}.cta{background:linear-gradient(135deg,#72c7ff,#a9dcff)}.product-card{display:flex;flex-direction:column}.product-detail-link{display:flex;flex:1 1;flex-direction:column}.product-image{position:relative;width:100%;aspect-ratio:4/3;overflow:hidden;border-radius:16px;margin-bottom:22px;background:#edf3f8}.product-image img{object-fit:cover}.catalog-crop{background-size:400% auto;background-repeat:no-repeat;background-color:#f3f3f3}.product-placeholder{display:grid;place-items:center;background:linear-gradient(135deg,#edf5fb,#dcecf8);border:1px dashed #7aaed2}.product-placeholder span{color:#397ba9;font-size:14px;font-weight:700;letter-spacing:.08em;text-align:center;text-transform:uppercase}.product-price{display:block;margin-top:auto;padding-top:18px;color:#146aa8;font-size:24px}.inspect-product{margin-top:14px;color:#2474b8;font-size:14px;font-weight:700}.buy-button{margin-top:18px;padding:14px 20px;border:0;border-radius:99px;background:#aab7c1;color:#fff;cursor:not-allowed;font-size:15px;font-weight:700;opacity:.8}.active-buy{background:#17352c;cursor:pointer;opacity:1}.active-buy:hover{background:#2474b8}