@import 'tailwindcss';
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#f7f7f5;color:#111;font-family:Arial,Helvetica,sans-serif}button,a{font:inherit}button{border:0;background:none;cursor:pointer;color:inherit}main{min-height:100vh;cursor:pointer;outline:none}.utility{height:30px;display:grid;place-items:center;background:#111;color:#fff;font-size:10px;text-transform:uppercase;letter-spacing:.16em}.header{height:74px;padding:0 3vw;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;background:rgba(247,247,245,.94);position:sticky;top:0;z-index:20;backdrop-filter:blur(14px)}.wordmark{font-size:24px;font-weight:950;letter-spacing:-.08em}.wordmark span{color:#ff3d00}nav{display:flex;gap:28px}nav button{font-size:13px;font-weight:700}.header-actions{justify-self:end;display:flex;gap:14px;align-items:center}.header-actions button{font-size:13px;font-weight:700}.hero{min-height:calc(100vh - 104px);display:grid;grid-template-columns:1.35fr .65fr;background:#deddd8;overflow:hidden}.hero>img{width:100%;height:100%;min-height:650px;object-fit:cover;mix-blend-mode:multiply}.hero-copy{padding:8vw 5vw 5vw;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.hero-copy>p:first-child,.section-title p,.editorial p{font-size:11px;font-weight:800;letter-spacing:.18em}h1{margin:18px 0;font-size:clamp(62px,8vw,148px);line-height:.78;letter-spacing:-.085em;font-weight:950}.hero-sub{max-width:390px;font-size:17px;line-height:1.5;color:#3f3f3a}.pill{margin-top:22px;background:#111;color:#fff;padding:15px 25px;border-radius:999px;font-size:13px;font-weight:700}.section{padding:90px 3vw 110px}.section-title{display:flex;justify-content:space-between;align-items:end;margin-bottom:30px}.section-title p{margin:0 0 8px;color:#777}h2{margin:0;font-size:clamp(36px,5vw,72px);letter-spacing:-.055em;line-height:.92}.section-title>button{font-size:13px;font-weight:700}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:46px 18px}.product-image{background:#ecece9;aspect-ratio:1/1.08;overflow:hidden;position:relative}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;mix-blend-mode:multiply}.product:hover img{transform:scale(1.035)}.product-image span{position:absolute;top:14px;left:14px;background:#fff;border-radius:99px;padding:7px 11px;font-size:10px;font-weight:800}.product-info{display:flex;justify-content:space-between;gap:16px;padding-top:15px}.product-info h3{margin:0 0 5px;font-size:14px}.product-info p{margin:0;color:#777;font-size:12px}.product-info strong{font-size:14px;white-space:nowrap}.editorial{margin:0 3vw 100px;min-height:650px;display:grid;grid-template-columns:.8fr 1.2fr;background:#e83d14;color:#fff;overflow:hidden}.editorial>div{padding:60px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.editorial h2{font-size:clamp(54px,7vw,110px)}.editorial img{width:100%;height:100%;min-height:650px;object-fit:cover;mix-blend-mode:multiply}.pill.light{background:#fff;color:#111}footer{padding:56px 3vw;display:grid;grid-template-columns:1fr 2fr 1fr;gap:30px;align-items:end;border-top:1px solid #d8d8d3;font-size:11px;color:#666}footer p:last-child{text-align:right}.footer-mark{color:#111}.whatsapp{position:fixed;right:22px;bottom:22px;z-index:50;display:flex;align-items:center;gap:10px;padding:12px 17px 12px 12px;border-radius:999px;color:#fff;background:#25d366;text-decoration:none;box-shadow:0 10px 30px rgba(0,0,0,.25);font-size:13px;font-weight:800;cursor:pointer}.wa-icon{width:28px;height:28px;display:grid;place-items:center;background:#fff;color:#25d366;border-radius:50%;font-size:14px}@media(max-width:900px){.header{grid-template-columns:1fr auto}nav{display:none}.hero{grid-template-columns:1fr}.hero>img{min-height:55vh}.hero-copy{padding:60px 5vw 75px}h1{font-size:clamp(58px,18vw,100px)}.product-grid{grid-template-columns:repeat(2,1fr)}.editorial{grid-template-columns:1fr}.editorial img{min-height:420px}footer{grid-template-columns:1fr}footer p:last-child{text-align:left}}@media(max-width:560px){.utility{font-size:8px}.header{height:64px}.header-actions button:first-child{display:none}.product-grid{grid-template-columns:1fr}.section{padding-top:65px}.editorial{margin-inline:0}.editorial>div{padding:55px 24px}.whatsapp span:last-child{display:none}.whatsapp{padding:11px}}
