:root{
  --bg:#ffffff;
  --text:#0b0b0b;
  --muted:#5c5c5c;
  --line:#e6e6e6;
  --soft:#f7f7f7;
  --radius:18px;
}
*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family:Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background:var(--bg);
  color:var(--text);
  overflow-x:hidden;
}
a{color:inherit;text-decoration:none}
.container{width:min(1120px,92vw);margin-inline:auto}
.muted{color:var(--muted)}
.h2{margin:0;font-size:1.65rem}
.pill{
  display:inline-flex;align-items:center;gap:.4rem;
  padding:.25rem .6rem;border-radius:999px;
  border:1px solid var(--line);
  background:var(--soft);
  color:var(--muted);
  font-size:.92rem;
}
.topbar{border-bottom:1px solid var(--line);background:#fff}
.topbar__inner{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.55rem 0;flex-wrap:wrap}
.topbar__left{display:flex;gap:.9rem;align-items:center;flex-wrap:wrap}
.topbar__link{color:var(--muted)}
.lang{
  border:1px solid var(--line);
  background:var(--soft);
  color:#111;
  border-radius:999px;
  padding:.35rem .65rem;
  font-weight:800;
  cursor:pointer;
}
.header{
  position:sticky;top:0;z-index:50;
  border-bottom:1px solid var(--line);
  background:#fff;
}
.header__inner{
  display:grid;
  grid-template-columns:48px 1fr 48px;
  align-items:center;
  padding:.85rem 0;
}
.iconbtn{
  width:44px;height:44px;border-radius:14px;
  border:1px solid var(--line);
  background:var(--soft);
  display:grid;place-items:center;
  cursor:pointer;
  user-select:none;
}
.hamb span{display:block;height:2px;width:18px;background:#111;border-radius:2px;margin:4px auto}
.brand{display:flex;align-items:center;justify-content:center;gap:.7rem}
.brand__mark{
  width:44px;height:44px;border-radius:14px;
  border:1px solid var(--line);
  overflow:hidden;background:#fff;
}
.brand__mark img{width:100%;height:100%;object-fit:contain;display:block}
.brand__text{line-height:1.15}
.brand__text strong{display:block;font-size:1.02rem}
.brand__text small{display:block;color:var(--muted);font-size:.82rem}

.drawer{position:fixed;inset:0;display:none;z-index:80}
.drawer.open{display:block}
.drawer__overlay{position:absolute;inset:0;background:rgba(0,0,0,.45)}
.drawer__panel{
  position:absolute;left:0;top:0;bottom:0;
  width:min(380px,86vw);
  background:#fff;border-right:1px solid var(--line);
  padding:1rem;overflow:auto;
}
.drawer__head{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.9rem}
.drawer__close{
  width:44px;height:44px;border-radius:14px;border:1px solid var(--line);
  background:var(--soft);cursor:pointer;font-size:1.2rem;
}
.navlist{display:grid;gap:.45rem;margin:1rem 0}
.navlist a{
  padding:.85rem .8rem;border-radius:14px;
  border:1px solid var(--line);
  background:#fff;font-weight:900;
}
.navlist a:hover{background:var(--soft)}
.accord{margin-top:1rem;border-top:1px solid var(--line);padding-top:1rem}
.accord__btn{
  width:100%;
  display:flex;justify-content:space-between;align-items:center;
  padding:.85rem .8rem;border-radius:14px;
  border:1px solid var(--line);
  background:#fff;font-weight:900;cursor:pointer;
}
.accord__panel{display:none;padding:.7rem .9rem}
.accord.open .accord__panel{display:block}
.accord__panel a{display:block;padding:.45rem 0;color:var(--muted);font-weight:650}

.hero__slider{
  height: clamp(280px, 42vw, 520px);
  position:relative;overflow:hidden;
  border-bottom:1px solid var(--line);
  background:#111;
}
.hero__slider img{width:100%;height:100%;object-fit:cover;opacity:.9}
.hero__overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.62),rgba(0,0,0,.12))}
.hero__content{
  position:absolute;left:50%;transform:translateX(-50%);
  bottom:24px;width:min(1120px,92vw);
  color:#fff;
}
.hero__content h1{margin:0 0 .55rem;font-size:clamp(1.75rem,4.2vw,3rem);line-height:1.05;letter-spacing:-.02em}
.hero__content p{margin:0 0 1rem;color:rgba(255,255,255,.82);max-width:70ch;line-height:1.55}
.actions{display:flex;gap:.7rem;flex-wrap:wrap}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  padding:.78rem 1.05rem;border-radius:999px;
  font-weight:900;border:1px solid rgba(255,255,255,.18);
  background:#fff;color:#111;
}
.btn--ghost{background:transparent;color:#fff}

.section{padding:3rem 0}
.section--alt{background:var(--soft);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.section__head{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:1.2rem}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
.card{
  border:1px solid var(--line);
  background:#fff;
  border-radius:var(--radius);
  padding:1.1rem 1.05rem;
}
.badge{
  display:inline-flex;font-size:.72rem;
  padding:.25rem .55rem;border-radius:999px;
  border:1px solid var(--line);
  background:var(--soft);
  color:var(--muted);
}
.card h3{margin:.25rem 0 .45rem;font-size:1.05rem}

.productcats{display:grid;gap:1rem}
.cat{
  border:1px solid var(--line);
  background:#fff;border-radius:var(--radius);
  padding:1.1rem 1.05rem;
}
.items{display:grid;grid-template-columns:repeat(2,1fr);gap:.8rem;margin-top:.7rem}
.pitem{border:1px solid var(--line);background:var(--soft);border-radius:16px;padding:.9rem}
.pitem strong{display:block}
.pitem p{margin:.35rem 0 0;color:var(--muted);line-height:1.5;font-size:.92rem}

.contact__grid{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem;align-items:start}
.item{border:1px solid var(--line);background:#fff;border-radius:var(--radius);padding:1rem;margin-bottom:.8rem}
.form{border:1px solid var(--line);background:#fff;border-radius:var(--radius);padding:1rem}
label{display:grid;gap:.35rem;margin-bottom:.8rem;font-weight:900}
input,textarea{
  width:100%;
  padding:.85rem .9rem;border-radius:14px;
  border:1px solid var(--line);background:var(--soft);color:var(--text);outline:none
}
textarea{min-height:120px;resize:vertical}

.footer{border-top:1px solid var(--line);padding:2rem 0;background:#fff}
.footer__grid{display:flex;justify-content:space-between;gap:1.4rem;flex-wrap:wrap}
.footer a{color:var(--muted);display:block;margin:.35rem 0}
.footer a:hover{color:#111}

.whatsapp-fab{
  position:fixed;right:16px;bottom:16px;z-index:90;
  padding:.85rem 1rem;border-radius:999px;
  border:1px solid var(--line);
  background:#111;color:#fff;font-weight:900;
}

@media (max-width:980px){
  .cards{grid-template-columns:repeat(2,1fr)}
  .contact__grid{grid-template-columns:1fr}
}
@media (max-width:520px){
  .cards{grid-template-columns:1fr}
  .items{grid-template-columns:1fr}
}