:root{--color-ink: #24221f;--color-muted: #69635d;--color-bg: #fbf7ef;--color-surface: #fffdf8;--color-primary: #5f6f52;--color-primary-dark: #394532;--color-accent: #c9a66b;--color-border: #ded3c2;--radius: 24px;--container: 1120px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--color-ink);background:var(--color-bg);line-height:1.6}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.container{width:min(var(--container),calc(100% - 32px));margin:0 auto}.site-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:14px min(5vw,56px);background:#fbf7efeb;backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border)}.brand{display:inline-flex;align-items:center;gap:12px;font-weight:800}.brand-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;background:var(--color-primary);color:#fff}.brand-logo{width:64px;height:64px;object-fit:contain;border-radius:16px;background:#fffdf8;padding:4px;box-shadow:0 8px 20px #24221f14}.brand-name{white-space:nowrap}.main-nav{display:flex;align-items:center;gap:20px;font-size:.95rem;color:var(--color-muted)}.main-nav a:hover{color:var(--color-primary-dark)}.header-cta,.button{border-radius:999px;padding:12px 18px;font-weight:700}.header-cta,.button--primary{background:var(--color-primary);color:#fff}.button--secondary{background:transparent;color:var(--color-primary-dark);border:1px solid var(--color-border)}.button-row{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}.hero,.page-hero{padding:86px 0 64px}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center}.eyebrow{color:var(--color-primary);font-weight:800;letter-spacing:.08em;text-transform:uppercase;font-size:.82rem}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(2.4rem,7vw,5rem);line-height:.98;letter-spacing:-.06em;margin-bottom:22px}h2{font-size:clamp(1.8rem,4vw,3rem);line-height:1.08;letter-spacing:-.04em;margin-bottom:16px}h3{font-size:1.12rem;line-height:1.2;margin-bottom:8px}.lead{font-size:clamp(1.08rem,2vw,1.28rem);color:var(--color-muted);max-width:720px}.hero-card,.card,.product-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);overflow:hidden;box-shadow:0 18px 45px #24221f14}.hero-card img{width:100%;height:min(520px,70vh);object-fit:cover}.section{padding:72px 0}.section--compact{padding-top:32px}.section-header{display:flex;justify-content:space-between;gap:32px;align-items:end;margin-bottom:28px}.catalog-section--soft{background:#fffdf87a}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:start}.product-card{display:grid;grid-template-rows:auto 1fr;border-radius:22px;box-shadow:0 12px 28px #24221f12;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.product-card:hover{transform:translateY(-3px);border-color:#5f6f5261;box-shadow:0 20px 42px #24221f1c}.product-card__image-wrap{position:relative;aspect-ratio:4 / 3;overflow:hidden;background:#efe5d5}.product-card__image-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .24s ease,filter .24s ease}.product-card:hover .product-card__image-wrap img{transform:scale(1.035);filter:saturate(1.04) contrast(1.03)}.product-card__body{padding:18px;display:grid;gap:9px}.product-card__category{margin:0;color:var(--color-primary);font-weight:800;font-size:.76rem;letter-spacing:.04em;text-transform:uppercase}.product-card p{color:var(--color-muted)}.product-card__summary{margin-bottom:0;font-size:.95rem}.product-card__details-block{border-top:1px solid rgba(222,211,194,.8);border-bottom:1px solid rgba(222,211,194,.8);padding:4px 0}.product-card__details-block summary{display:flex;align-items:center;justify-content:space-between;gap:12px;list-style:none;cursor:pointer;color:var(--color-primary-dark);font-weight:800;font-size:.92rem;padding:8px 0}.product-card__details-block summary::-webkit-details-marker{display:none}.product-card__details-icon{display:grid;place-items:center;flex:0 0 auto;width:26px;height:26px;border-radius:999px;background:#5f6f521c;color:var(--color-primary-dark);transition:transform .18s ease,background .18s ease}.product-card__details-block[open] .product-card__details-icon{transform:rotate(45deg);background:#5f6f522e}.product-card__details-content{display:grid;gap:10px;padding:4px 0 12px}.product-card__details{margin:0;font-size:.92rem}.product-card__properties{display:flex;flex-wrap:wrap;gap:8px;list-style:none;padding:0;margin:0}.product-card__properties li{padding:6px 10px;border-radius:999px;background:#c9a66b24;color:var(--color-primary-dark);font-size:.78rem;font-weight:750}.product-card__cta{display:inline-flex;justify-content:center;align-items:center;min-height:42px;margin-top:2px;border-radius:999px;background:var(--color-primary);color:#fff;font-weight:850;font-size:.92rem}.product-card__cta:hover{background:var(--color-primary-dark)}.info-grid,.contact-grid,.about-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.info-card,.contact-card,.about-card,.note-card{padding:30px}.site-footer{display:grid;gap:18px;padding:42px min(5vw,56px);background:#24221f;color:#fbf7ef}.site-footer nav{display:flex;flex-wrap:wrap;gap:18px;color:#ded3c2}.footer-copy{color:#ded3c2;margin:0}.whatsapp-float{position:fixed;right:18px;bottom:18px;z-index:20;padding:14px 18px;border-radius:999px;background:#25d366;color:#102015;font-weight:900;box-shadow:0 16px 36px #0000002e}.legal-content{max-width:860px;display:grid;gap:12px}@media(max-width:860px){.site-header{align-items:start;flex-direction:column}.main-nav{flex-wrap:wrap;gap:12px}.hero-grid,.info-grid,.contact-grid,.about-grid{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.brand-logo{width:54px;height:54px}.brand-name{font-size:.95rem}.product-grid{grid-template-columns:1fr}.hero,.page-hero{padding:56px 0 42px}.section{padding:48px 0}}
