
:root{--espresso:#241712;--coffee:#3b241b;--cream:#f7f1e8;--beige:#eadcc9;--caramel:#b47743;--green:#68725e;--ink:#2b2420;--white:#fff;--muted:#776e67}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Poppins,sans-serif;color:var(--ink);background:var(--cream);line-height:1.7}a{text-decoration:none;color:inherit}button,input,textarea{font:inherit}.site-header{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;padding:17px 6%;background:rgba(36,23,18,.96);color:white;box-shadow:0 5px 24px #0002}.logo{font-family:"Playfair Display";font-size:1.5rem;font-weight:700}.logo span{font-size:1.15rem}.nav{display:flex;gap:25px;align-items:center}.nav a{font-size:.9rem;color:#fff}.nav a:hover{color:#e8c7a4}.order-btn,.btn{background:var(--caramel);padding:11px 19px;border-radius:30px;color:white!important;border:1px solid transparent}.cart-link{border-left:1px solid #ffffff33;padding-left:20px}.menu-toggle{display:none;background:none;border:0;color:white;font-size:1.6rem}.hero{min-height:78vh;display:flex;align-items:center;background:linear-gradient(90deg,#1e120dd9,#1e120d55),url("https://images.unsplash.com/photo-1495474472287-4d71bcdd2085?auto=format&fit=crop&w=1800&q=90") center/cover;color:#fff}.hero-content{max-width:720px;margin-left:8%;padding:60px 25px}.hero h1,.page-hero h1{font-family:"Playfair Display";font-size:clamp(3.2rem,7vw,6.5rem);line-height:1.03;margin:10px 0 20px}.hero p:not(.eyebrow){max-width:590px;font-size:1.08rem;color:#f5eee7}.eyebrow{letter-spacing:.2em;font-size:.75rem;font-weight:600;color:var(--caramel)}.hero .eyebrow{color:#e9c39e}.btn{display:inline-block;margin:10px 8px 0 0;border:0;cursor:pointer}.ghost{background:transparent;border-color:#d8b28c;color:inherit!important}.section{padding:85px 7%}.section.alt{background:#fffaf3}.section-head{text-align:center;max-width:680px;margin:0 auto 40px}.section h2{font-family:"Playfair Display";font-size:2.6rem;line-height:1.2;margin:8px 0 18px}.category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:18px}.category{position:relative;height:250px;border-radius:14px;overflow:hidden;background:#000}.category img{width:100%;height:100%;object-fit:cover;opacity:.82;transition:.4s}.category:hover img{transform:scale(1.06);opacity:.65}.category span{position:absolute;bottom:20px;left:20px;color:#fff;font-family:"Playfair Display";font-size:1.25rem}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.product-card{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 8px 30px #2b1c1510;transition:.3s}.product-card:hover{transform:translateY(-6px);box-shadow:0 15px 40px #2b1c1520}.product-card img{width:100%;height:245px;object-fit:cover}.product-info{padding:20px}.tag{display:inline-block;color:var(--green);font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;font-weight:600}.product-card h3{font-family:"Playfair Display";font-size:1.35rem;margin:6px 0}.product-card p{font-size:.83rem;color:var(--muted);min-height:48px}.price-row{display:flex;justify-content:space-between;align-items:center;margin:12px 0}.price-row span{font-size:.72rem;color:var(--caramel)}.card-actions{display:flex;gap:8px}.card-actions button,.wa-mini{flex:1;padding:9px;border-radius:25px;border:0;background:var(--coffee);color:#fff;cursor:pointer;text-align:center;font-size:.75rem}.wa-mini{background:var(--green)}.split{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.split img{width:100%;border-radius:16px;max-height:550px;object-fit:cover}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;text-align:center}.feature-grid>div{padding:28px;background:#fff;border-radius:15px}.feature-grid b{font-size:1.8rem}.review-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.review-grid blockquote{margin:0;padding:28px;background:#fff;border-radius:15px;font-family:"Playfair Display";font-size:1.1rem}.review-grid cite{display:block;margin-top:15px;font-family:Poppins;font-size:.75rem;color:var(--muted)}.page-hero{padding:85px 7%;background:var(--espresso);color:#fff}.page-hero h1{font-size:clamp(3rem,6vw,5rem);margin:5px 0}.page-hero p:last-child{max-width:700px;color:#d9cec6}.filterbar{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:35px;flex-wrap:wrap}.filterbar input{min-width:260px;padding:13px 17px;border:1px solid #d7c8b9;border-radius:30px;background:#fff}.filter{border:1px solid #d3c2b2;background:#fff;border-radius:30px;padding:9px 15px;margin:3px;cursor:pointer}.filter.active,.filter:hover{background:var(--coffee);color:#fff}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.gallery-item{padding:0;border:0;background:none;border-radius:14px;overflow:hidden;cursor:pointer;height:260px}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:.4s}.gallery-item:hover img{transform:scale(1.06)}.lightbox{display:none;position:fixed;inset:0;background:#000d;z-index:100;align-items:center;justify-content:center;padding:30px}.lightbox.show{display:flex}.lightbox img{max-width:90%;max-height:85vh;border-radius:10px}.lightbox button{position:absolute;top:20px;right:30px;background:none;border:0;color:#fff;font-size:3rem}.contact-grid{display:grid;grid-template-columns:1fr;max-width:650px;margin:0 auto;gap:45px}.contact-form{max-width:700px;margin:auto}.contact-form input,.contact-form textarea{width:100%;margin:7px 0;padding:14px 16px;border:1px solid #d7c8b9;border-radius:10px;background:#fff}.cart-summary{max-width:650px;margin:30px 0 0 auto;background:#fff;padding:30px;border-radius:15px}.text-btn{border:0;background:none;text-decoration:underline;margin:15px;cursor:pointer}.legal{max-width:950px;margin:auto}.legal h2{font-family:"Playfair Display";margin-top:38px}.legal p{color:#5f5751}.footer-grid{background:var(--espresso);color:#ddd;padding:60px 7%;display:grid;grid-template-columns:1.5fr 1fr 1fr 1.5fr;gap:35px}.footer-grid h3,.footer-grid h4{color:#fff;font-family:"Playfair Display"}.footer-grid a{display:block;margin:7px 0;color:#cfc5bd;font-size:.88rem}.footer-bottom{background:#170e0b;color:#aaa;padding:18px 7%;display:flex;justify-content:space-between;font-size:.75rem}.whatsapp{position:fixed;right:22px;bottom:22px;z-index:60;width:55px;height:55px;border-radius:50%;background:#25d366;color:white;display:grid;place-items:center;font-size:1.5rem;box-shadow:0 8px 25px #0003}.top{position:fixed;right:25px;bottom:90px;display:none;border:0;border-radius:50%;width:40px;height:40px;background:var(--coffee);color:white;z-index:60}.top.show{display:block}
@media(max-width:1000px){.category-grid{grid-template-columns:repeat(3,1fr)}.products-grid{grid-template-columns:repeat(2,1fr)}.feature-grid,.review-grid{grid-template-columns:repeat(2,1fr)}.gallery-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){.site-header{padding:15px 5%}.menu-toggle{display:block}.nav{display:none;position:absolute;top:68px;left:0;right:0;background:var(--espresso);padding:20px 6%;flex-direction:column;align-items:flex-start}.nav.open{display:flex}.cart-link{border:0;padding-left:0}.hero{min-height:72vh}.hero-content{margin-left:0}.section{padding:60px 5%}.category-grid,.products-grid,.feature-grid,.review-grid,.gallery-grid,.split,.contact-grid{grid-template-columns:1fr}.category{height:220px}.product-card img{height:230px}.page-hero{padding:65px 5%}.filterbar{align-items:stretch}.filterbar input{width:100%}.footer-grid{grid-template-columns:1fr;padding:45px 5%}.footer-bottom{flex-direction:column;gap:8px;padding:18px 5%}}
