:root{--cream:#f8f4ed;--paper:#fffdf9;--ink:#423d38;--muted:#7d756d;--rose:#c98891;--rose2:#ead1d2;--mint:#8eb5a3;--line:#e8dfd4;--brown:#7c685b;--shadow:0 16px 40px rgba(83,65,51,.10)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:Arial,Helvetica,sans-serif}.top{height:86px;background:rgba(255,253,249,.94);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:8px clamp(20px,6vw,90px);position:sticky;top:0;z-index:20;backdrop-filter:blur(10px)}.brand img{width:150px;height:68px;object-fit:contain}.desktopNav{display:flex;gap:34px}.desktopNav a,.top a{text-decoration:none;color:var(--ink)}.desktopNav a:hover{color:var(--rose)}.menuBtn{display:none;background:none;border:0;font-size:27px}.hero{min-height:600px;display:grid;grid-template-columns:1.05fr .95fr;max-width:1280px;margin:auto;align-items:center;padding:54px clamp(20px,6vw,80px);gap:54px}.hero h1{font-family:Georgia,serif;font-size:clamp(45px,5.6vw,78px);line-height:.98;margin:14px 0 22px;font-weight:500;letter-spacing:-2px}.heroText>p:not(.eyebrow){font-family:Georgia,serif;font-size:20px;line-height:1.6;color:var(--muted);max-width:650px}.eyebrow{font-size:12px;letter-spacing:2.2px;font-weight:700;color:var(--brown)}.heroImage{background:#f0e4d7;border-radius:48% 48% 8px 8px;overflow:hidden;box-shadow:var(--shadow);min-height:480px}.heroImage img{width:100%;height:100%;min-height:480px;object-fit:cover}.heroActions{display:flex;gap:12px;margin-top:28px}.primary,.secondary,.whatsapp{display:inline-block;padding:14px 22px;border-radius:999px;text-decoration:none;font-weight:700;border:1px solid var(--rose)}.primary{background:var(--rose);color:white}.secondary{color:var(--rose);background:transparent}.catalog{background:var(--paper);padding:80px clamp(20px,6vw,90px)}.sectionHead{max-width:1200px;margin:auto;display:flex;align-items:end;justify-content:space-between;gap:20px}.sectionHead h2,.services h2,.contact h2{font:500 clamp(32px,4vw,52px)/1.08 Georgia,serif;margin:8px 0}.searchWrap input{width:min(340px,80vw);padding:13px 18px;border:1px solid var(--line);border-radius:999px;background:white;font-size:15px}.chips{max-width:1200px;margin:26px auto 28px;display:flex;gap:9px;flex-wrap:wrap}.chips button{border:1px solid var(--line);background:#fff;padding:9px 16px;border-radius:999px;color:var(--ink);cursor:pointer}.chips button.active{background:var(--ink);color:#fff}.grid{max-width:1200px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.card{background:white;border:1px solid var(--line);border-radius:16px;overflow:hidden;cursor:pointer;transition:.2s;box-shadow:0 4px 16px rgba(70,55,43,.04)}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.card img{width:100%;aspect-ratio:4/5;object-fit:cover;background:#eee}.cardBody{padding:18px}.cardBody h3{font:500 23px Georgia,serif;margin:9px 0}.price{font-weight:700;font-size:18px}.badge{display:inline-block;font-size:11px;text-transform:uppercase;letter-spacing:1px;padding:6px 9px;border-radius:999px;background:#edf4ef;color:#507361}.badge.sin_stock{background:#eee;color:#777}.badge.ultimas_unidades{background:#fff1d9;color:#9a6a27}.badge.por_encargo{background:#f4e9ed;color:#9a6272}.services{max-width:1120px;margin:80px auto;padding:58px;display:flex;justify-content:space-between;align-items:center;gap:50px;background:#e7eee9;border-radius:28px}.services>div{max-width:700px}.services p:not(.eyebrow),.contact p{line-height:1.6;color:var(--muted)}.whatsapp{background:var(--ink);color:white;border-color:var(--ink);white-space:nowrap}.contact{text-align:center;padding:70px 20px 100px}.contact p{margin-bottom:30px}footer{background:#403a35;color:#eee;min-height:120px;display:flex;align-items:center;justify-content:center;gap:28px;padding:25px}footer img{width:110px;height:70px;object-fit:contain;background:#fff;border-radius:8px}footer a{color:#ddd;margin-left:auto;margin-right:30px;font-size:12px}dialog{width:min(920px,94vw);border:0;border-radius:22px;padding:0;box-shadow:0 30px 90px rgba(0,0,0,.28)}dialog::backdrop{background:rgba(42,37,34,.6)}.close{position:absolute;right:14px;top:12px;width:38px;height:38px;border:0;border-radius:50%;font-size:25px;z-index:3}.detailGrid{display:grid;grid-template-columns:1fr 1fr}.gallery{padding:24px;background:#f3eee7}.gallery img{width:100%;border-radius:12px;margin-bottom:10px}.detailInfo{padding:42px 34px}.detailInfo h2{font:500 38px Georgia,serif;margin:8px 0}.detailInfo h3{font-size:24px}.detailInfo p{line-height:1.6;color:#665f58}#drawer{position:fixed;inset:0 0 0 auto;width:min(330px,88vw);background:white;z-index:50;padding:30px;display:flex;flex-direction:column;gap:24px;transform:translateX(105%);transition:.25s;box-shadow:-10px 0 50px rgba(0,0,0,.2)}#drawer.open{transform:none}#drawer img{width:170px;margin:20px auto}#drawer a{text-decoration:none;color:var(--ink);font-size:19px;border-bottom:1px solid var(--line);padding-bottom:12px}.closeDrawer{align-self:flex-end;border:0;background:none;font-size:28px}.adminLink{margin-top:auto;font-size:13px!important}.empty{grid-column:1/-1;text-align:center;padding:50px;color:var(--muted)}
@media(max-width:800px){.desktopNav{display:none}.menuBtn{display:block}.top{height:74px;padding:4px 18px}.brand img{width:130px;height:62px}.hero{grid-template-columns:1fr;padding:35px 20px 50px;gap:30px}.hero h1{font-size:48px}.heroImage{min-height:360px;order:-1}.heroImage img{min-height:360px}.heroActions{flex-direction:column;align-items:stretch;text-align:center}.catalog{padding:55px 18px}.sectionHead{align-items:start;flex-direction:column}.searchWrap,.searchWrap input{width:100%}.grid{grid-template-columns:repeat(2,1fr);gap:12px}.cardBody{padding:12px}.cardBody h3{font-size:18px}.services{margin:45px 18px;padding:34px 24px;flex-direction:column;align-items:flex-start}.detailGrid{grid-template-columns:1fr}.detailInfo{padding:28px 22px}footer{flex-direction:column;gap:10px}footer a{margin:10px 0 0}}
