*{box-sizing:border-box;margin:0;padding:0}
:root
{--brown:#211006;
    --brown2:#3b180c;
    --caramel:#d98727;
    --gold:#efa33d;
    --cream:#fae8cc;
    --paper:#fffaf2;
    --text:#3d261b;
    --green:#25d366;
    --line:#ead4b5}
html{scroll-behavior:smooth}
body{font-family:'DM Sans',sans-serif;
    background:var(--paper);
    color:var(--text);line-height:1.55}
    a{text-decoration:none;
        color:inherit}
.header{height:98px;
    position:sticky;
    top:0;
    z-index:1000;
    background:rgba(31,14,7,.98);
    display:flex;align-items:center;
    justify-content:space-between;
    padding:7px 4.7%;
    box-shadow:0 5px 25px #0004}.brand{display:flex;align-items:center;
        gap:13px;
        color:#fff;
        font-family:'Playfair Display',serif}
.brand img{width:83px;
    height:83px;
    object-fit:contain}
.brand span{font-size:21px;
    line-height:1.05}
    
.brand span:after{content:'';
    display:block;
    width:200px;
    height:1px;
    background:var(--gold);
    margin-top:9px}
    
.brand small{display:block;color:#f1d4ad;font-size:13px;letter-spacing:3px;margin-top:5px}.nav{display:flex;align-items:center;gap:31px;color:#fff;font-weight:500;font-size:15px}.nav a{color:#fff;position:relative}.nav a.active:after,.nav a:hover:after{content:'';position:absolute;left:0;right:0;bottom:-17px;height:2px;background:var(--gold)}.nav a:hover{color:#f4bd67}.nav .whatsapp{display:inline-flex;align-items:center;gap:9px;background:#28a849;color:#fff!important;border-radius:30px;padding:13px 22px;font-weight:700}.nav .whatsapp:after{display:none}.nav .whatsapp img{width:22px;height:22px}.menu-toggle{display:none;background:none;border:0;color:#fff;font-size:28px}
.hero{position:relative;min-height:530px;display:flex;align-items:center;padding:45px 7.2%;overflow:hidden;background:var(--brown)}.hero-photo{position:absolute;inset:0;background-image:url('imagens/hero-familia.png');background-size:cover;background-position:center right}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(31,12,5,.98) 0%,rgba(39,15,7,.91) 28%,rgba(47,20,9,.56) 51%,rgba(44,18,8,.15) 75%,rgba(31,12,5,.18) 100%)}.hero-content{position:relative;z-index:1;color:#fff;max-width:620px}.hero-kicker{display:flex;align-items:center;gap:17px;width:160px;margin:0 auto 11px}.hero-kicker span{height:1px;background:var(--gold);flex:1}.hero-kicker b{font-size:28px;color:var(--gold);font-weight:400}.hero h1{font-family:'Playfair Display',serif;font-size:clamp(50px,5.1vw,73px);line-height:.98;text-align:center;margin-bottom:17px;font-weight:600}.hero h1 em{font-style:normal;color:var(--gold)}.hero-subtitle{text-align:center;font-size:20px;color:#f8eadc;margin-bottom:16px}.hero-highlights{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;margin:0 auto 18px;max-width:610px}.hero-highlights div{text-align:center;min-height:105px;border-top:1px solid #efa33d66;padding:8px 4px}.hero-highlights strong{display:block;color:var(--gold);font-size:28px;line-height:1.05;margin-bottom:6px}.hero-highlights b{display:block;font-size:13px;line-height:1.15}.hero-highlights span{display:block;color:#f1ded0;font-size:11px;line-height:1.25;margin-top:5px}.actions{display:flex;justify-content:center;gap:14px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 26px;border-radius:28px;font-weight:700;transition:.2s}.btn.primary{background:linear-gradient(180deg,#e59a36,#c9711d);color:#fff;box-shadow:0 8px 20px #0002}.btn.primary:hover{transform:translateY(-2px)}.btn.outline{border:1px solid var(--gold);color:#fff}.btn.outline:hover{background:#fff;color:var(--brown)}
.section{padding:48px 6%}.products{background:var(--cream);position:relative;background-image:radial-gradient(circle at 10% 30%,#d99c5420 0 2px,transparent 3px),radial-gradient(circle at 90% 65%,#d99c5420 0 2px,transparent 3px)}.heading{text-align:center;max-width:720px;margin:0 auto 24px}.section-mark{display:flex;justify-content:center;align-items:center;gap:18px;margin-bottom:3px;color:var(--caramel)}.section-mark span{width:95px;height:1px;background:var(--caramel)}.section-mark b{font-size:24px;font-weight:400}.heading h2,h2{font-family:'Playfair Display',serif;font-size:clamp(34px,4vw,48px);color:var(--brown);line-height:1.05;margin-bottom:3px}.heading>p:last-child{font-size:18px;color:#6d5548}.eyebrow{color:var(--caramel);font-size:12px;font-weight:700;letter-spacing:3px;margin-bottom:7px}
.catalog-wrap{max-width:1320px;margin:auto;display:flex;align-items:center;gap:16px}.product-grid{flex:1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;overflow:hidden}.product{overflow:hidden;background:#fff9f1;border:1px solid #e5c7a1;border-radius:15px;box-shadow:0 8px 24px #6a3a1612;display:flex;flex-direction:column;min-width:0}.photo{height:146px;background:#e9d5b8;overflow:hidden}.photo img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s}.product:hover .photo img{transform:scale(1.05)}.product-body{padding:10px 15px 12px;text-align:center;display:flex;flex-direction:column;flex:1}.tag{display:none}.product h3{font-family:'Playfair Display',serif;color:var(--brown);font-size:22px;line-height:1.08;margin:0 0 5px}.product p{color:#6f5548;font-size:14px;line-height:1.18;min-height:34px;margin-bottom:8px}.price{font-size:14px;font-weight:700;color:var(--brown);margin:2px 0 8px}.price::first-line{font-weight:600}.product-actions{display:flex;justify-content:center;gap:6px;flex-wrap:wrap}.product-actions a,.product-actions button{border:0;border-radius:999px;padding:8px 13px;font-size:12px;font-weight:700;cursor:pointer}.product-actions a{background:#a85a16;color:#fff}.product-actions button{background:#6d3518;color:#fff}.catalog-arrow{width:46px;height:46px;border-radius:50%;border:0;background:#5a2913;color:#fff;font-size:27px;cursor:pointer;flex:0 0 46px}.catalog-arrow:hover{background:#9b501d}
.story{display:grid;grid-template-columns:1fr 1fr;background:var(--brown);color:#fff}.story-logo{min-height:480px;display:grid;place-items:center;background:radial-gradient(circle,#754329,#2b130d)}.story-logo img{width:min(310px,58%);filter:drop-shadow(0 18px 30px #0008)}.story-text{align-self:center;padding:65px 10%}.story-text h2{color:#fff}.story-text p:not(.eyebrow){color:#ead8c8;margin:13px 0}.light-link{color:#f0b25d!important}.gallery{background:var(--paper)}.gallery-grid{max-width:1180px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.gallery-grid figure{height:290px;overflow:hidden;border-radius:17px;box-shadow:0 10px 30px #3b1c0d18}.gallery-grid img{width:100%;height:100%;object-fit:cover;transition:transform .45s}.gallery-grid figure:hover img{transform:scale(1.05)}.testimonials{background:var(--cream)}.testimonial-grid{max-width:1100px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.testimonial-grid article{background:#fff;border:1px solid var(--line);border-radius:16px;padding:24px;box-shadow:0 8px 24px #3b1c0d0a}.stars{color:var(--gold);letter-spacing:3px;margin-bottom:10px}.testimonial-grid p{color:#6f5548;margin-bottom:12px}.testimonial-grid strong{color:var(--brown)}.cta{padding:55px 8%;background:linear-gradient(100deg,#7e3c1a,#c97928);color:#fff;display:flex;justify-content:space-between;align-items:center;gap:30px}.cta h2{color:#fff}.cta p:not(.eyebrow){max-width:650px}.light{background:#fff;color:var(--brown)}.contact{background:var(--paper)}.contact-grid{max-width:1100px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.contact-grid article{background:#fff;border:1px solid var(--line);border-radius:16px;padding:26px}.contact-icon{width:50px;height:50px;object-fit:contain;display:block;margin-bottom:8px}.contact-grid h3{font-family:'Playfair Display',serif;color:var(--brown);font-size:23px;margin:7px 0}.contact-grid p{color:#6f5548}.link{color:var(--caramel);font-weight:700}.whatsapp-float{position:fixed;bottom:28px;right:24px;background:var(--green);border-radius:50%;box-shadow:2px 5px 18px #0005;z-index:1000;width:70px;height:70px;padding:11px;display:flex;align-items:center;justify-content:center;transition:transform .3s}.whatsapp-float img{width:100%;height:100%;object-fit:contain}.whatsapp-float:hover{transform:scale(1.08)}footer{background:#170906;color:#fff;text-align:center;padding:38px 20px}footer img{width:92px}footer p{margin:8px 0;color:#ead8c8}footer small{color:#9d8274}
.order-modal{position:fixed;inset:0;background:rgba(43,19,13,.78);display:none;place-items:center;padding:20px;z-index:2000}.order-modal.open{display:grid}.order-card{width:min(560px,100%);max-height:90vh;overflow:auto;background:#fffaf2;border-radius:20px;padding:28px;position:relative;box-shadow:0 25px 70px rgba(0,0,0,.3)}.order-card h2{margin:0 0 8px}.order-card p{color:#735b4d}.order-card label{display:block;font-weight:600;margin:12px 0}.order-card input,.order-card textarea,.order-card select{width:100%;margin-top:6px;padding:11px;border:1px solid #d8c3a8;border-radius:9px;font:inherit;background:#fff}.order-card textarea{min-height:90px;resize:vertical}.form-two{display:grid;grid-template-columns:1fr 1fr;gap:12px}.order-close{position:absolute;right:14px;top:10px;border:0;background:none;font-size:32px;color:#4b2115;cursor:pointer}.order-card .btn{width:100%;border:0;cursor:pointer}.order-card small{display:block;margin-top:10px;color:#735b4d}.modal-open{overflow:hidden}
@media(max-width:1150px){.nav{gap:16px}.product-grid{grid-template-columns:repeat(2,1fr)}.catalog-arrow{display:none}.hero-overlay{background:linear-gradient(90deg,rgba(31,12,5,.98) 0%,rgba(39,15,7,.85) 48%,rgba(39,15,7,.35) 100%)}}
@media(max-width:800px){.header{height:82px}.brand img{width:66px;height:66px}.brand span{font-size:17px}.brand span:after{width:140px}.menu-toggle{display:block}.nav{display:none;position:absolute;left:0;right:0;top:82px;background:var(--brown);padding:22px;flex-direction:column;gap:18px}.nav.open{display:flex}.nav a.active:after,.nav a:hover:after{bottom:-7px}.hero{min-height:670px;padding:45px 6%}.hero-photo{background-position:62% center}.hero h1{font-size:48px}.hero-subtitle{font-size:17px}.hero-highlights{grid-template-columns:repeat(2,1fr)}.section{padding:58px 6%}.story{grid-template-columns:1fr}.story-logo{min-height:330px}.story-text{padding:55px 8%}.gallery-grid,.contact-grid,.testimonial-grid{grid-template-columns:1fr}.gallery-grid figure{height:300px}.cta{flex-direction:column;align-items:flex-start}.product-grid{grid-template-columns:1fr 1fr}}
@media(max-width:500px){.desktop-only{display:none}.hero{min-height:720px}.hero h1{font-size:41px}.hero-highlights{grid-template-columns:1fr 1fr}.hero-highlights div{min-height:100px}.actions .btn{width:100%}.product-grid{grid-template-columns:1fr}.photo{height:220px}.form-two{grid-template-columns:1fr}.whatsapp-float{width:60px;height:60px;right:16px;bottom:16px}}
