:root{--green:#3E8E41;--green-dark:#2f6e33;--brown:#8A5A36;--brown-dark:#5f3c24;--cream:#f7f3ec;--ink:#23211f;--muted:#6f6963;--line:#ddd4c7}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fbfaf7}img{display:block;max-width:100%}a{text-decoration:none;color:inherit}.topbar{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;padding:12px clamp(18px,4vw,58px);background:rgba(251,250,247,.94);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.brand img{height:48px;width:auto}.topbar nav{display:flex;gap:22px;font-size:.93rem;font-weight:700;color:var(--brown-dark)}.hero{min-height:72vh;display:grid;grid-template-columns:1.1fr .9fr;gap:50px;align-items:center;padding:70px clamp(20px,6vw,90px);background:linear-gradient(135deg,#fbfaf7 0%,#f4eee4 100%);overflow:hidden}.hero-copy{max-width:720px}.kicker{font-size:.78rem;letter-spacing:.18em;font-weight:800;color:var(--green)}h1,h2,h3{font-family:Georgia,"Times New Roman",serif}h1{font-size:clamp(3rem,7vw,6.6rem);line-height:.97;margin:.18em 0;color:var(--brown-dark)}.hero p{max-width:650px;font-size:1.08rem;line-height:1.7;color:var(--muted)}.cta{display:inline-block;margin-top:12px;padding:14px 22px;border-radius:999px;background:var(--green);color:#fff;font-weight:800}.hero-visual{position:relative;min-height:430px;display:grid;place-items:center}.shape{position:absolute;border-radius:50%}.shape-a{width:330px;height:330px;background:#cfe2cf;right:2%;top:4%}.shape-b{width:260px;height:260px;background:#d5b99f;left:4%;bottom:2%}.hero-logo-card{position:relative;z-index:2;width:min(360px,80vw);padding:38px;background:rgba(255,255,255,.88);border:1px solid var(--line);border-radius:28px;box-shadow:0 24px 70px rgba(69,45,28,.12);text-align:center}.hero-logo-card img{margin:auto;max-height:110px;object-fit:contain}.hero-logo-card span{display:block;margin-top:18px;color:var(--muted);font-size:.86rem;letter-spacing:.05em}.collections{max-width:1250px;margin:auto;padding:76px clamp(20px,4vw,52px);display:grid;grid-template-columns:1fr 1fr;gap:24px}.collection-card{min-height:310px;border-radius:26px;padding:34px;display:flex;flex-direction:column;justify-content:flex-end;border:1px solid var(--line)}.collection-card span{font-size:.78rem;font-weight:800;letter-spacing:.12em}.collection-card h2{font-size:2.25rem;margin:.3em 0}.collection-card p{line-height:1.6;max-width:570px}.collection-card button{align-self:flex-start;border:0;border-radius:999px;padding:12px 18px;font:inherit;font-weight:800;cursor:pointer}.nature{background:linear-gradient(145deg,#dce9d9,#eef3e9)}.nature h2{color:var(--green-dark)}.nature button{background:var(--green);color:white}.dach{background:linear-gradient(145deg,#e5d3c2,#f3ebe2)}.dach h2{color:var(--brown-dark)}.dach button{background:var(--brown);color:white}.catalog-section{max-width:1250px;margin:auto;padding:40px clamp(20px,4vw,52px) 90px}.catalog-head{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:end;margin-bottom:28px}.catalog-head h2{font-size:clamp(2.5rem,5vw,4.2rem);margin:.12em 0;color:var(--brown-dark)}.controls{display:grid;gap:12px}#search{width:100%;padding:15px 17px;border:1px solid var(--line);border-radius:14px;background:#fff;font:inherit}.filters{display:flex;flex-wrap:wrap;gap:8px}.filter{border:1px solid var(--line);background:#fff;border-radius:999px;padding:9px 13px;font-weight:700;cursor:pointer}.filter.active{background:var(--green);border-color:var(--green);color:#fff}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.card{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;cursor:pointer;transition:.2s ease}.card:hover{transform:translateY(-3px);box-shadow:0 16px 42px rgba(60,43,30,.08)}.card-image{aspect-ratio:4/3;background:var(--cream);overflow:hidden}.card-image img{width:100%;height:100%;object-fit:contain}.card-body{padding:17px}.card-meta{display:flex;justify-content:space-between;gap:10px;align-items:center}.code{font-size:.78rem;font-weight:900;color:#fff;background:var(--green);border-radius:9px;padding:6px 8px}.collection-name{font-size:.8rem;color:var(--muted)}.card h3{font-size:1.28rem;margin:12px 0 6px;color:var(--brown-dark)}.card p{margin:0;color:var(--muted);line-height:1.45;font-size:.92rem}.empty{text-align:center;padding:50px;border:1px dashed var(--line);border-radius:16px;color:var(--muted)}dialog{width:min(980px,calc(100% - 24px));max-height:92vh;border:0;border-radius:24px;padding:0;box-shadow:0 30px 90px rgba(0,0,0,.26)}dialog::backdrop{background:rgba(0,0,0,.5)}.close{position:sticky;float:right;top:12px;right:12px;z-index:5;margin:12px 12px -50px 0;width:42px;height:42px;border:0;border-radius:50%;font-size:1.8rem;background:#fff;cursor:pointer;box-shadow:0 4px 16px rgba(0,0,0,.12)}.modal-wrap{padding:28px}.modal-images{display:grid;grid-template-columns:1fr 1fr;gap:18px}.modal-images figure{margin:0;background:var(--cream);border-radius:16px;overflow:hidden;border:1px solid var(--line)}.modal-images img{width:100%;height:100%;object-fit:contain}.modal-info{padding:26px 4px 6px}.modal-info h2{font-size:2.5rem;margin:.2em 0;color:var(--brown-dark)}.modal-info .subtitle{color:var(--green-dark);font-weight:800}.modal-info .desc{line-height:1.65;color:var(--muted);max-width:820px}.specs{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:22px}.spec{background:var(--cream);padding:13px;border-radius:12px}.spec small{display:block;color:var(--muted);margin-bottom:5px}.spec strong{font-size:.92rem}footer{border-top:1px solid var(--line);padding:32px clamp(20px,4vw,58px);display:flex;justify-content:space-between;gap:20px;align-items:center;color:var(--muted)}footer img{height:42px;width:auto}@media(max-width:850px){.hero{grid-template-columns:1fr;min-height:auto;padding-top:55px}.hero-visual{min-height:300px}.collections,.catalog-head{grid-template-columns:1fr}.grid{grid-template-columns:repeat(2,minmax(0,1fr))}.specs{grid-template-columns:1fr 1fr}}@media(max-width:560px){.topbar nav{display:none}.brand img{height:42px}.hero{padding-left:18px;padding-right:18px}.hero-copy h1{font-size:3.25rem}.hero-visual{min-height:260px}.shape-a{width:220px;height:220px}.shape-b{width:170px;height:170px}.collections{grid-template-columns:1fr;padding-left:16px;padding-right:16px}.catalog-section{padding-left:14px;padding-right:14px}.grid{grid-template-columns:1fr}.modal-wrap{padding:18px}.modal-images{grid-template-columns:1fr}.specs{grid-template-columns:1fr}}

.modal-note{margin-top:10px;color:var(--muted);font-size:.92rem}
.product-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:22px;
}
.whatsapp-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-height:46px;
  padding:13px 18px;
  border-radius:999px;
  border:0;
  background:var(--green);
  color:#fff;
  font-weight:800;
  font-family:inherit;
  cursor:pointer;
  text-decoration:none;
  transition:transform .18s ease, background .18s ease;
}
.whatsapp-btn:hover{background:var(--green-dark);transform:translateY(-1px)}
.whatsapp-icon{
  width:18px;
  height:18px;
  display:inline-grid;
  place-items:center;
  border:1.5px solid currentColor;
  border-radius:50%;
  font-size:11px;
  line-height:1;
}
.card-contact{
  margin-top:14px;
  width:100%;
  min-height:40px;
  padding:10px 13px;
  border:1px solid var(--green);
  border-radius:12px;
  background:#fff;
  color:var(--green-dark);
  font:inherit;
  font-weight:800;
  cursor:pointer;
}
.card-contact:hover{background:#eef7ee}
.floating-wa{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:30;
  width:54px;
  height:54px;
  border-radius:50%;
  background:var(--green);
  color:#fff;
  display:grid;
  place-items:center;
  font-weight:900;
  font-size:18px;
  box-shadow:0 12px 30px rgba(47,110,51,.28);
  border:3px solid rgba(255,255,255,.9);
}
.floating-wa:hover{background:var(--green-dark)}
@media(max-width:560px){
  .product-actions{flex-direction:column}
  .whatsapp-btn{width:100%}
  .floating-wa{right:14px;bottom:14px;width:50px;height:50px}
}
