:root{--beige:#f5f1eb;--ink:#1a1a1a;--sage:#8a9a8b;--line:rgba(26,26,26,.14)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--beige);color:var(--ink);font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}button{color:inherit;font:inherit}img{display:block;width:100%}svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.site-header{position:fixed;z-index:50;top:0;left:0;right:0;height:68px;display:flex;align-items:center;justify-content:space-between;padding:0 20px;background:rgba(245,241,235,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(26,26,26,.08)}.logo{font-family:Georgia,serif;font-size:27px;letter-spacing:-1.3px}.logo span{color:var(--sage);font-style:italic}.header-actions{display:flex;align-items:center;gap:5px}.header-actions>button,.product-image button{border:0;background:transparent;width:39px;height:39px;border-radius:50%;display:grid;place-items:center;cursor:pointer}.header-actions>button:hover,.product-image button:hover{background:rgba(26,26,26,.06)}.language-toggle{height:30px;display:flex;align-items:center;gap:3px;padding:0 8px;border:1px solid rgba(26,26,26,.13);border-radius:999px;background:rgba(255,255,255,.28);font-size:9px;color:#777}.language-toggle button{border:0;background:transparent;padding:3px 2px;font-size:9px;font-weight:700;letter-spacing:.06em;color:#999;cursor:pointer}.language-toggle button.active{color:var(--ink)}.bag{position:relative}.bag b{display:none;position:absolute;right:1px;top:0;font-size:9px;color:#fff;width:16px;height:16px;border-radius:50%;place-items:center;background:var(--sage)}.bag b.show{display:grid}.search-panel{position:absolute;top:68px;left:0;right:0;padding:14px 20px;display:none;gap:12px;align-items:center;background:var(--beige);border-bottom:1px solid var(--line)}.search-panel.open{display:flex}.search-panel input{flex:1;border:0;outline:0;background:transparent;font-size:14px}.search-panel button{border:0;background:none;font-size:26px;cursor:pointer}
.hero{position:relative;height:100svh;min-height:680px;color:#fff;overflow:hidden}.hero>img{height:100%;object-fit:cover;object-position:58% center}.hero-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.08) 20%,rgba(0,0,0,.58))}.hero-copy{position:absolute;left:24px;right:24px;bottom:108px;animation:rise .9s ease-out both}.hero-copy>p,.section-heading p,.manifesto>p{margin:0 0 12px;font-size:10px;letter-spacing:.24em;text-transform:uppercase;font-weight:700}.hero h1{margin:0;font:400 clamp(53px,15vw,78px)/.86 Georgia,serif;letter-spacing:-.055em}.hero h1 em,.manifesto h2 em{font-weight:400;color:#d9dfd7}.hero-copy>span{display:block;margin:21px 0 27px;font:italic 16px Georgia,serif}.primary-cta{display:flex;align-items:center;justify-content:space-between;width:min(100%,265px);padding:16px 18px;color:var(--ink);background:var(--beige);font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.scroll-hint{position:absolute;left:24px;bottom:34px;font-size:9px;letter-spacing:.16em;text-transform:uppercase;display:flex;align-items:center;gap:10px}.scroll-hint i{display:block;width:38px;height:1px;background:#fff}
.section{padding:76px 20px}.section-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:30px}.section-heading p{color:#687268;margin-bottom:8px}.section-heading h2{margin:0;font:400 36px/1 Georgia,serif;letter-spacing:-.04em}.section-heading>a{border-bottom:1px solid;padding-bottom:4px;font-size:10px;text-transform:uppercase;letter-spacing:.12em}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.product-image{position:relative;aspect-ratio:3/4.35;overflow:hidden;background:#e5dfd6}.product-image img{height:100%;object-fit:cover}.product-image>span{position:absolute;left:9px;top:9px;padding:6px 8px;background:rgba(245,241,235,.9);font-size:8px;text-transform:uppercase;letter-spacing:.12em}.product-image button{position:absolute;right:6px;top:5px;color:#fff;font-size:23px}.product-card h3{margin:13px 0 5px;font:400 15px/1.25 Georgia,serif}.product-card>p{margin:0;font-size:11px;color:#555}.quick-add{width:100%;margin-top:12px;padding:10px 4px;border:1px solid var(--line);background:transparent;font-size:9px;text-transform:uppercase;letter-spacing:.13em;cursor:pointer}.quick-add:hover{background:var(--ink);color:#fff}
.categories{background:#e9e5de}.category-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.category-card{position:relative;aspect-ratio:1/1.13;overflow:hidden;border-radius:18px;color:#fff}.category-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 38%,rgba(0,0,0,.65))}.category-card img{height:100%;object-fit:cover}.category-card>div{position:absolute;left:14px;bottom:14px;z-index:1}.category-card h3{margin:0 0 3px;font:400 20px Georgia,serif}.category-card p{margin:0;font-size:9px;text-transform:uppercase;letter-spacing:.12em}.category-card>b{position:absolute;z-index:2;right:12px;bottom:14px;width:28px;height:28px;border-radius:50%;border:1px solid rgba(255,255,255,.5);display:grid;place-items:center}
.manifesto{padding:92px 24px 104px;text-align:center;color:#fff;background:var(--sage)}.manifesto h2{margin:15px 0 23px;font:400 42px/1.06 Georgia,serif;letter-spacing:-.04em}.manifesto>span{display:block;max-width:430px;margin:auto;font:italic 15px/1.7 Georgia,serif;color:#f1f3ef}footer{padding:62px 24px 128px;background:var(--ink);color:#fff}.footer-logo{font-size:34px}footer>p{color:#aaa;font:italic 14px Georgia,serif;margin:12px 0 38px}footer nav{display:grid;grid-template-columns:1fr 1fr;gap:17px;border-block:1px solid #393939;padding:25px 0;font-size:11px;text-transform:uppercase;letter-spacing:.12em}.footer-bottom{padding-top:23px;display:flex;justify-content:space-between;color:#888;font-size:10px}.whatsapp{position:fixed;z-index:60;left:16px;right:16px;bottom:14px;max-width:440px;margin:auto;display:flex;align-items:center;justify-content:center;gap:10px;padding:16px 20px;border-radius:100px;background:var(--sage);color:#fff;box-shadow:0 10px 30px rgba(29,39,30,.25);font-size:11px;text-transform:uppercase;letter-spacing:.11em;font-weight:700}.whatsapp svg{fill:currentColor}@keyframes rise{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}
@media(min-width:700px){.site-header{padding:0 5vw}.hero-copy{left:8vw;bottom:14vh}.hero h1{font-size:86px}.section{padding:105px 7vw}.product-grid{gap:24px;max-width:900px}.category-grid{grid-template-columns:repeat(4,1fr);gap:18px}.category-card{aspect-ratio:3/4}.manifesto{padding:130px 30px}.manifesto h2{font-size:60px}footer{padding-inline:7vw}.whatsapp{left:auto;right:26px;width:250px}.hero>img{object-position:center 30%}}@media(max-width:380px){.site-header{padding:0 14px}.logo{font-size:24px}.header-actions{gap:1px}.header-actions>button{width:35px;height:35px}.language-toggle{padding:0 6px}}
