:root{
  --bg:#fff;
  --ink:#171717;
  --muted:#6a6a6a;
  --line:#e8e5e1;
  --soft:#f6f2ed;
  --accent:#a16b45;
  --accent-dark:#7d5032;
  --accent-soft:#e8d7c7;
  --radius:22px;
  --shadow:0 18px 50px rgba(0,0,0,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased}
body.no-scroll{overflow:hidden}
a{text-decoration:none;color:inherit}
button,input,textarea{font:inherit}
button{cursor:pointer}
img{display:block;max-width:100%}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.container{width:min(1180px,calc(100% - 32px));margin:auto}

.topbar{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.91);backdrop-filter:blur(16px);border-bottom:1px solid rgba(0,0,0,.055)}
.nav{height:76px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:flex;align-items:center;gap:12px}
.brand-mark{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#111;color:#fff;font-family:"Playfair Display",serif;font-size:22px}
.brand strong{display:block;font-size:17px;letter-spacing:.02em}
.brand small{display:block;color:var(--muted);font-size:11px;margin-top:2px}
.desktop-nav{display:flex;gap:25px;margin-left:auto}
.desktop-nav a{font-size:13px;font-weight:700;color:#353535}
.desktop-nav a:hover{color:var(--accent-dark)}
.cart-button{border:0;background:#111;color:#fff;padding:12px 15px;border-radius:999px;font-weight:800;white-space:nowrap}
.cart-button span{background:#fff;color:#111;border-radius:999px;padding:2px 7px;margin-left:7px;font-size:12px}

.hero{padding:66px 0 70px;background:linear-gradient(135deg,#fff 0%,#f8f4f0 100%);overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:58px;align-items:center}
.eyebrow{font-size:11px;font-weight:800;letter-spacing:.17em;color:var(--accent-dark)}
h1,h2{font-family:"Playfair Display",Georgia,serif;margin:0}
h1{font-size:clamp(44px,6vw,76px);line-height:.98;max-width:720px;margin-top:16px;letter-spacing:-.02em}
.hero-copy>p{font-size:18px;line-height:1.7;color:var(--muted);max-width:650px;margin:22px 0 0}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:30px 0}
.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:14px;padding:14px 20px;font-weight:800;border:1px solid #111;transition:.2s}
.btn.primary{background:#111;color:#fff}
.btn.primary:hover{background:#2d2d2d;transform:translateY(-1px)}
.btn.secondary{background:#fff;color:#111}
.btn.secondary:hover{background:#f7f7f7;transform:translateY(-1px)}
.btn.full{width:100%}
.trust-row{display:flex;gap:16px;flex-wrap:wrap;font-size:12px;color:#555}

.hero-gallery{min-height:520px;position:relative}
.hero-photo{position:absolute;margin:0;border-radius:26px;overflow:hidden;background:#eee;box-shadow:var(--shadow);border:7px solid #fff}
.hero-photo img{width:100%;height:100%;object-fit:cover}
.hero-photo-main{width:65%;height:78%;right:0;top:6%;transform:rotate(4deg)}
.hero-photo-top{width:46%;height:42%;left:0;top:0;transform:rotate(-7deg)}
.hero-photo-bottom{width:43%;height:43%;left:4%;bottom:0;transform:rotate(5deg)}
.hero-stamp{position:absolute;right:3%;bottom:0;width:112px;height:112px;border-radius:50%;display:grid;place-items:center;text-align:center;background:#111;color:#fff;font-family:"Playfair Display",serif;font-size:15px;line-height:1.15;transform:rotate(-7deg);box-shadow:0 12px 26px rgba(0,0,0,.2)}

.section{padding:88px 0}
.section.soft{background:var(--soft)}
.section-heading{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:32px}
.section-heading.compact{margin-bottom:24px}
.section-heading h2,.contact-grid h2,.showcase-copy h2{font-size:clamp(34px,5vw,54px);margin-top:8px;line-height:1.05}
.section-heading>p{max-width:550px;color:var(--muted);line-height:1.65;margin:0}

.purchase-info{background:#151515;color:#fff}
.purchase-info-heading>p{color:#bdbdbd}
.purchase-info .eyebrow{color:#d2a986}
.info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.info-card{min-height:205px;padding:26px;border-radius:20px;border:1px solid rgba(255,255,255,.11);background:linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.025));display:flex;flex-direction:column}
.info-label{font-size:10px;font-weight:800;letter-spacing:.16em;color:#d2a986}
.info-card h3{font-family:"Playfair Display",Georgia,serif;font-size:25px;line-height:1.15;margin:16px 0 10px}
.info-card p{color:#c5c5c5;font-size:13px;line-height:1.65;margin:0}
.info-card-contact{background:linear-gradient(145deg,#a16b45,#7d5032);border-color:transparent}
.info-card-contact .info-label,.info-card-contact p{color:#f7e9dd}
.info-contact-links{display:flex;gap:20px;flex-wrap:wrap;margin-top:auto;padding-top:18px}
.info-card-contact a{display:inline-flex;color:#fff;font-size:13px;font-weight:800;border-bottom:1px solid rgba(255,255,255,.55)}

.catalog-tools{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:18px}
.catalog-search{width:min(580px,100%);height:52px;border:1px solid var(--line);border-radius:16px;background:#fff;display:flex;align-items:center;gap:11px;padding:0 14px;transition:border-color .2s,box-shadow .2s}
.catalog-search:focus-within{border-color:#bda38f;box-shadow:0 0 0 4px rgba(161,107,69,.09)}
.catalog-search svg{width:20px;height:20px;fill:none;stroke:#777;stroke-width:1.8;stroke-linecap:round;flex:none}
.catalog-search input{width:100%;border:0;outline:0;background:transparent;color:var(--ink);font-size:14px}
.catalog-search input::-webkit-search-cancel-button{display:none}
.catalog-search-clear{width:30px;height:30px;flex:none;border:0;border-radius:50%;background:#f1efec;color:#555;font-size:20px;line-height:1}
.catalog-search-clear[hidden]{display:none}
.product-count{margin:0;color:var(--muted);font-size:13px;white-space:nowrap}
.filters{display:flex;gap:9px;flex-wrap:wrap;margin-bottom:28px}
.filter{border:1px solid var(--line);background:#fff;padding:10px 14px;border-radius:999px;font-size:12px;font-weight:800;color:#444}
.filter:hover,.filter.active{background:#111;color:#fff;border-color:#111}

.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.product-card{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff;transition:.24s;display:flex;flex-direction:column}
.product-card:hover{transform:translateY(-5px);box-shadow:0 16px 34px rgba(0,0,0,.08)}
.product-visual{display:block;width:100%;height:255px;padding:0;border:0;text-align:left;color:inherit;background:#eee;overflow:hidden;position:relative}
.product-visual img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.product-visual-contain::before{content:"";position:absolute;inset:-18px;background:var(--product-image) center/cover no-repeat;filter:blur(16px);opacity:.34;transform:scale(1.08)}
.product-visual-contain img{position:relative;object-fit:contain;padding:0;z-index:1}
.product-visual-contain .product-photo-label{z-index:2}
.product-card:hover .product-visual img{transform:scale(1.035)}
.product-photo-label{position:absolute;left:14px;bottom:14px;background:rgba(255,255,255,.92);backdrop-filter:blur(6px);border-radius:999px;padding:7px 10px;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.product-body{padding:22px;display:flex;flex-direction:column;flex:1}
.product-body .category{font-size:10px;letter-spacing:.13em;color:var(--accent-dark);font-weight:800;text-transform:uppercase}
.product-body h3{margin:8px 0 10px;font-size:21px}
.product-body p{color:var(--muted);line-height:1.55;margin:0;min-height:72px;font-size:14px}
.product-meta{display:flex;justify-content:space-between;gap:10px;align-items:center;margin:18px 0 14px}
.product-meta strong{font-size:12px;line-height:1.25}
.qty{display:flex;align-items:center;border:1px solid var(--line);border-radius:12px;overflow:hidden;flex-shrink:0}
.qty button{width:34px;height:34px;border:0;background:#f7f7f7;font-weight:800}
.qty span{min-width:34px;text-align:center;font-weight:700;font-size:13px}
.product-actions{display:grid;grid-template-columns:.8fr 1.2fr;gap:9px;margin-top:auto}
.details-button{width:100%;padding:12px 9px;border:1px solid #d8d4cf;border-radius:12px;background:#fff;color:#222;font-weight:800}
.details-button:hover{background:#f7f5f2;border-color:#bdb5ad}
.add-button{width:100%;padding:12px 9px;border:0;border-radius:12px;background:#111;color:#fff;font-weight:800}
.add-button:hover{background:#303030}
.catalog-more{display:flex;justify-content:center;margin-top:34px}
.catalog-more[hidden]{display:none}
.catalog-more .btn{min-width:220px}
.catalog-empty{grid-column:1/-1;border:1px dashed #d7d1cb;border-radius:var(--radius);padding:52px 24px;text-align:center;background:#fbfaf8}
.catalog-empty h3{font-size:23px;margin:0 0 8px}
.catalog-empty p{color:var(--muted);margin:0 0 20px}
.catalog-empty button{border:0;background:#111;color:#fff;padding:11px 16px;border-radius:12px;font-weight:800}

.portfolio-section{background:#151515;color:#fff}
.portfolio-heading>p{color:#bdbdbd}
.portfolio-section .eyebrow{color:#d2a986}
.portfolio-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:245px;gap:12px}
.portfolio-item{position:relative;border:0;padding:0;border-radius:18px;overflow:hidden;background:#2b2b2b;color:#fff;text-align:left}
.portfolio-item img{width:100%;height:100%;object-fit:cover;transition:.3s}
.portfolio-item::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.62),rgba(0,0,0,0) 55%)}
.portfolio-item span{position:absolute;left:16px;bottom:14px;z-index:2;font-size:13px;font-weight:800}
.portfolio-item:hover img{transform:scale(1.045)}
.portfolio-item.tall{grid-row:span 2}
.portfolio-item.wide{grid-column:span 2}

.testimonials-section{background:linear-gradient(145deg,#f8f4ef 0%,#fff 70%)}
.testimonials-heading{margin-bottom:24px}
.testimonials-proof{display:inline-flex;align-items:center;gap:12px;padding:12px 15px;border:1px solid #dfd4c9;border-radius:15px;background:rgba(255,255,255,.72);margin-bottom:26px}
.testimonials-proof-icon{width:32px;height:32px;display:grid;place-items:center;border-radius:50%;background:#1c6c49;color:#fff;font-weight:800}
.testimonials-proof strong,.testimonials-proof small{display:block}
.testimonials-proof strong{font-size:13px}
.testimonials-proof small{color:var(--muted);font-size:11px;margin-top:3px}
.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.testimonial-card{min-height:290px;padding:26px;border:1px solid #e6ddd5;border-radius:22px;background:rgba(255,255,255,.92);display:flex;flex-direction:column;box-shadow:0 10px 30px rgba(75,48,28,.055)}
.testimonial-card-featured{background:#171717;color:#fff;border-color:#171717}
.testimonial-quote{font-family:"Playfair Display",Georgia,serif;font-size:58px;line-height:.65;color:var(--accent);height:38px}
.testimonial-card-featured .testimonial-quote{color:#d6a47f}
.testimonial-card>p{font-family:"Playfair Display",Georgia,serif;font-size:19px;line-height:1.55;margin:12px 0 28px}
.testimonial-author{display:flex;align-items:center;gap:11px;margin-top:auto}
.testimonial-avatar{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:#ead9ca;color:#6e4329;font-size:12px;font-weight:800;letter-spacing:.04em}
.testimonial-card-featured .testimonial-avatar{background:#fff;color:#171717}
.testimonial-author strong,.testimonial-author small{display:block}
.testimonial-author strong{font-size:13px}
.testimonial-author small{font-size:11px;color:var(--muted);margin-top:3px}
.testimonial-card-featured .testimonial-author small{color:#bfbfbf}
.testimonials-cta{margin-top:24px;padding:24px 26px;border-radius:20px;background:#eaded2;display:flex;justify-content:space-between;align-items:center;gap:24px}
.testimonials-cta strong,.testimonials-cta span{display:block}
.testimonials-cta strong{font-family:"Playfair Display",Georgia,serif;font-size:21px}
.testimonials-cta span{font-size:13px;color:#66584e;margin-top:5px}

.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.steps article{background:#fff;border-radius:20px;padding:24px;border:1px solid rgba(0,0,0,.035)}
.steps article span{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:#111;color:#fff;font-weight:800}
.steps h3{margin:18px 0 8px}
.steps p{margin:0;color:var(--muted);line-height:1.6;font-size:14px}

.showcase{padding-top:96px;padding-bottom:96px}
.showcase-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:62px;align-items:center}
.showcase-photo{height:550px;border-radius:28px;overflow:hidden;background:#eee;box-shadow:var(--shadow)}
.showcase-photo img{width:100%;height:100%;object-fit:cover}
.showcase-copy p{color:var(--muted);line-height:1.8;font-size:17px;max-width:620px}
.text-link{display:inline-flex;font-weight:800;margin-top:10px;border-bottom:1px solid #111;padding-bottom:3px}

.contact-section{background:#faf9f7}
.contact-grid{display:grid;grid-template-columns:1fr .82fr;gap:50px;align-items:center}
.contact-grid>div>p{max-width:620px;color:var(--muted);line-height:1.7}
.contact-card{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff}
.contact-card a{display:flex;justify-content:space-between;gap:20px;padding:20px 22px;border-bottom:1px solid var(--line)}
.contact-card a:last-child{border-bottom:0}
.contact-card a:hover{background:#fafafa}
.contact-card span{color:var(--muted);text-align:right}

footer{border-top:1px solid var(--line);padding:32px 0}
.footer-row{display:flex;justify-content:space-between;align-items:center;gap:20px}
.footer-row p{font-size:13px;color:var(--muted);margin:4px 0}
.footer-business{text-align:right}
.footer-business strong{color:var(--ink)}

.drawer-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.42);z-index:49}
.cart-drawer{position:fixed;z-index:50;right:0;top:0;height:100%;width:min(460px,100%);background:#fff;transform:translateX(105%);transition:.25s;display:flex;flex-direction:column;box-shadow:-20px 0 50px rgba(0,0,0,.16)}
.cart-drawer.open{transform:translateX(0)}
.cart-header{padding:24px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center}
.cart-header small{font-weight:800;letter-spacing:.14em;color:var(--accent-dark)}
.cart-header h2{font-size:34px;margin-top:4px}
.icon-button{border:0;background:#f4f4f4;width:42px;height:42px;border-radius:50%;font-size:25px}
.cart-items{padding:16px 24px;overflow:auto;flex:1}
.empty{text-align:center;color:var(--muted);padding:50px 10px}
.cart-item{padding:14px 0;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;gap:18px}
.cart-item h4{margin:0 0 6px}
.cart-item p{margin:0;color:var(--muted);font-size:13px}
.remove{border:0;background:none;color:#9d3d3d;font-weight:700}
.cart-note{padding:0 24px 16px}
.cart-note label{display:block;font-size:13px;font-weight:800;margin-bottom:8px}
.cart-note textarea{width:100%;resize:vertical;border:1px solid var(--line);border-radius:12px;padding:12px;outline:none}
.cart-note textarea:focus{border-color:#aaa}
.cart-footer{padding:20px 24px;border-top:1px solid var(--line)}
.cart-footer p{font-size:12px;color:var(--muted);margin-top:0}

.lightbox{position:fixed;inset:0;z-index:80;background:rgba(0,0,0,.9);display:grid;place-items:center;padding:30px}
.lightbox[hidden]{display:none}
.lightbox img{max-width:min(1050px,92vw);max-height:88vh;border-radius:16px;box-shadow:0 18px 60px rgba(0,0,0,.4)}
.lightbox-close{position:absolute;right:22px;top:18px;width:46px;height:46px;border-radius:50%;border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.12);color:#fff;font-size:27px}

.product-modal{position:fixed;inset:0;z-index:90;display:grid;place-items:center;padding:24px}
.product-modal[hidden]{display:none}
.product-modal-backdrop{position:absolute;inset:0;background:rgba(13,13,13,.76);backdrop-filter:blur(6px)}
.product-modal-panel{position:relative;z-index:1;width:min(980px,100%);max-height:min(760px,calc(100vh - 48px));display:grid;grid-template-columns:.94fr 1.06fr;overflow:auto;border-radius:26px;background:#fff;box-shadow:0 30px 90px rgba(0,0,0,.32)}
.product-modal-close{position:absolute;z-index:3;right:16px;top:16px;width:42px;height:42px;border:0;border-radius:50%;background:rgba(255,255,255,.94);box-shadow:0 6px 22px rgba(0,0,0,.12);font-size:25px;color:#222}
.product-modal-media{position:relative;min-height:560px;background:#efedea;overflow:hidden}
.product-modal-media img{width:100%;height:100%;position:absolute;inset:0;object-fit:contain}
.product-modal-content{padding:52px 46px 38px;display:flex;flex-direction:column}
.product-modal-content .category{font-size:10px;letter-spacing:.13em;color:var(--accent-dark);font-weight:800;text-transform:uppercase}
.product-modal-content h2{font-size:clamp(32px,4vw,46px);line-height:1.04;margin:10px 0 14px}
.product-modal-content>p{color:var(--muted);line-height:1.7;margin:0}
.product-detail-facts{list-style:none;padding:18px 0;margin:22px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:grid;gap:10px}
.product-detail-facts li{font-size:13px;color:#555;line-height:1.5}
.product-detail-facts strong{color:#222}
.product-modal-order{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}
.product-modal-order>span{font-size:13px;font-weight:800}
.product-modal-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.product-modal-actions .btn{padding:13px 12px}
.product-modal-content>small{display:block;color:#777;line-height:1.5;margin-top:14px}

.whatsapp-float{position:fixed;right:22px;bottom:22px;z-index:44;display:flex;align-items:center;gap:10px;padding:12px 17px 12px 13px;border-radius:999px;background:#1c9b53;color:#fff;font-weight:800;font-size:13px;box-shadow:0 13px 34px rgba(15,111,56,.3);transition:transform .2s,background .2s}
.whatsapp-float:hover{background:#178747;transform:translateY(-2px)}
.whatsapp-float svg{width:25px;height:25px;fill:currentColor}

@media(max-width:980px){
  .desktop-nav{display:none}
  .hero-grid,.contact-grid,.showcase-grid{grid-template-columns:1fr}
  .hero-grid{gap:34px}
  .hero-gallery{min-height:430px;max-width:680px;width:100%;margin:auto}
  .product-grid{grid-template-columns:repeat(2,1fr)}
  .testimonials-grid{grid-template-columns:repeat(2,1fr)}
  .steps{grid-template-columns:repeat(2,1fr)}
  .info-grid{grid-template-columns:repeat(2,1fr)}
  .portfolio-grid{grid-template-columns:repeat(2,1fr)}
  .portfolio-item.wide{grid-column:span 2}
  .section-heading{align-items:start;flex-direction:column}
  .showcase-photo{height:480px}
  .product-modal-panel{grid-template-columns:.82fr 1.18fr}
  .product-modal-content{padding:48px 32px 32px}
}
@media(max-width:640px){
  .nav{height:68px}
  .brand-copy small{display:none}
  .hero{padding-top:44px;padding-bottom:54px}
  h1{font-size:46px}
  .hero-copy>p{font-size:16px}
  .hero-gallery{min-height:360px}
  .hero-photo{border-width:5px;border-radius:20px}
  .hero-photo-main{width:66%;height:76%}
  .hero-photo-top{width:48%;height:40%}
  .hero-photo-bottom{width:44%;height:42%}
  .hero-stamp{width:88px;height:88px;font-size:12px}
  .section{padding:64px 0}
  .catalog-tools{align-items:stretch;flex-direction:column;gap:10px}
  .product-count{white-space:normal}
  .product-grid{grid-template-columns:1fr}
  .testimonials-grid{grid-template-columns:1fr}
  .testimonial-card{min-height:0}
  .testimonials-cta{align-items:flex-start;flex-direction:column}
  .product-visual{height:290px}
  .portfolio-grid{grid-template-columns:1fr;grid-auto-rows:290px}
  .portfolio-item.tall,.portfolio-item.wide{grid-row:auto;grid-column:auto}
  .steps{grid-template-columns:1fr}
  .info-grid{grid-template-columns:1fr}
  .showcase-photo{height:440px}
  .footer-row{align-items:flex-start;flex-direction:column}
  .footer-business{text-align:left}
  .cart-button{padding:10px 12px}
  .contact-card a{flex-direction:column;gap:4px}
  .contact-card span{text-align:left}
  .product-modal{padding:0;align-items:end}
  .product-modal-panel{width:100%;max-height:92vh;grid-template-columns:1fr;border-radius:24px 24px 0 0}
  .product-modal-media{min-height:300px}
  .product-modal-content{padding:30px 22px 28px}
  .product-modal-content h2{font-size:32px}
  .product-modal-actions{grid-template-columns:1fr}
  .whatsapp-float{right:14px;bottom:14px;width:54px;height:54px;padding:0;justify-content:center}
  .whatsapp-float span{display:none}
}
/* FOTO GRANDE AO CLICAR */
.image-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.88);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
  z-index: 99999;
  cursor: zoom-out;
}

.image-lightbox img {
  max-width: 92vw;
  max-height: 90vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 10px;
}

.image-lightbox-close {
  position: fixed;
  top: 18px;
  right: 25px;
  border: 0;
  background: transparent;
  color: white;
  font-size: 42px;
  cursor: pointer;
  z-index: 100000;
}

.product-grid img{cursor:pointer}
