:root{--lg-ink:#10251f;--lg-green:#174d3d;--lg-brass:#b88842;--lg-paper:#f6f3ec}
.lg-product-context{margin:18px 0 24px;padding:16px 18px;border:1px solid rgba(184,136,66,.28);border-radius:18px;background:linear-gradient(135deg,#f8f5ee 0%,#fff 62%);box-shadow:0 14px 36px -30px rgba(16,37,31,.7)}
.lg-product-context__eyebrow{font-size:11px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:#93692e}
.lg-product-context__items{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:10px}
.lg-product-context__item{display:flex;gap:9px;align-items:flex-start;color:#385149;font-size:13px;line-height:1.45}
.lg-product-context__icon{display:grid;place-items:center;flex:0 0 30px;height:30px;border-radius:9px;background:#174d3d;color:#fff;font-size:14px;font-weight:900}
.lg-product-context strong{display:block;color:#10251f;font-size:13px}
.lg-card-signals{display:flex;flex-wrap:wrap;gap:6px;margin:8px 0 2px}
.lg-card-signal{display:inline-flex;align-items:center;min-height:23px;padding:4px 8px;border:1px solid #dfe7e2;border-radius:999px;background:#f7faf8;color:#34544a;font-size:10px;font-weight:800;letter-spacing:.01em}
.lg-card-signal--accent{border-color:#dfc59a;background:#fbf6ec;color:#7c5727}
.lg-project-note{margin-top:28px;padding:18px 20px;border-radius:20px;background:#10251f;color:#fff;box-shadow:0 20px 42px -30px #000}
.lg-project-note__grid{display:grid;grid-template-columns:1fr auto;align-items:center;gap:20px}
.lg-project-note h2{margin:0;font-size:20px;line-height:1.2;color:#fff}
.lg-project-note p{margin:7px 0 0;color:#cbd8d3;font-size:14px;line-height:1.55}
.lg-project-note button{border:0;border-radius:12px;background:#d5a65b;color:#10251f;padding:12px 17px;font-weight:900;cursor:pointer}
.lg-project-note button:hover{background:#e0b56e}
@media(max-width:720px){.lg-product-context{margin:13px 0 18px;padding:14px}.lg-product-context__items{grid-template-columns:1fr;gap:9px}.lg-project-note__grid{grid-template-columns:1fr}.lg-project-note button{width:100%}.lg-card-signals{gap:5px}.lg-card-signal{font-size:9px}}
@media(prefers-reduced-motion:no-preference){.lg-product-context,.lg-project-note{animation:lgProductReveal .42s ease both}@keyframes lgProductReveal{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}}
