/* WO-212 Outdoor Lighting Experience Center — extends store tokens, does not fork Evergreen product templates */
.olc-crumb{font-size:.85rem;font-weight:800;margin:0 0 18px;color:#57534e}
.olc-crumb a{color:var(--blue);text-decoration:none}
.olc-crumb a:hover{color:var(--red)}
.olc-lead{font-size:1.1rem;line-height:1.6;max-width:820px;color:#44403c}
.olc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.olc-grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.olc-card{background:#fff;border-radius:18px;padding:20px;box-shadow:0 10px 24px rgba(0,0,0,.08);border:1px solid #e7e5e4;display:flex;flex-direction:column;gap:10px}
.olc-card h3{margin:0;font-size:1.15rem;line-height:1.25}
.olc-card p{margin:0;color:#44403c;line-height:1.5;font-size:.95rem}
.olc-card .olc-meta{font-size:.72rem;font-weight:1000;text-transform:uppercase;letter-spacing:.06em;color:#082f49;background:#e0f2fe;align-self:flex-start;padding:5px 10px;border-radius:999px}
.olc-card a.olc-cta{margin-top:auto;align-self:flex-start;text-decoration:none;font-weight:1000;background:var(--gold);color:var(--blue);padding:10px 14px;border-radius:999px}
.olc-card a.olc-cta:hover{filter:brightness(.97)}
.olc-hero-art{height:140px;border-radius:14px;background:linear-gradient(135deg,#061a33,#1f2937 55%,#b91c1c);display:flex;align-items:flex-end;padding:14px;color:#fff;font-weight:1000;font-size:.9rem}
.olc-hero-art.solar{background:linear-gradient(135deg,#061a33,#0c4a6e 50%,#f5b301)}
.olc-hero-art.path{background:linear-gradient(135deg,#1c1917,#44403c 50%,#f5b301)}
.olc-hero-art.spot{background:linear-gradient(135deg,#061a33,#7c2d12 45%,#f5b301)}
.olc-hero-art.tool{background:linear-gradient(135deg,#1c1917,#292524,#f5b301)}
.olc-thumb{width:100%;height:200px;border-radius:14px;background:#fafaf9;display:flex;align-items:center;justify-content:center;overflow:hidden;border:1px solid #e7e5e4}
.olc-thumb img{max-width:100%;max-height:188px;width:auto;height:auto;object-fit:contain;display:block}
.olc-card .product-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:auto}
.olc-card .product-actions a{font-size:.9rem}
.olc-phase{border-left:6px solid var(--gold);background:#fff;border-radius:0 18px 18px 0;padding:18px 20px;margin:0 0 14px;box-shadow:0 8px 20px rgba(0,0,0,.06)}
.olc-phase h3{margin:0 0 8px}
.olc-phase ul{margin:8px 0 0;padding-left:1.2rem;line-height:1.55}
.olc-status{display:inline-block;font-size:.72rem;font-weight:1000;padding:4px 10px;border-radius:999px;background:#fef3c7;color:#78350f}
.olc-status.live{background:#dcfce7;color:#14532d}
.olc-status.planned{background:#e0e7ff;color:#312e81}
.olc-article{max-width:760px}
.olc-article h2{margin-top:1.6em;font-size:1.45rem}
.olc-article p,.olc-article li{line-height:1.65;color:#292524}
.olc-related{background:#fff;border-radius:18px;padding:20px;border:1px solid #e7e5e4;margin-top:28px}
.olc-related ul{margin:10px 0 0;padding-left:1.2rem;line-height:1.7}
.olc-band{background:linear-gradient(135deg,#061a33,#1f2937);color:#fff;border-radius:22px;padding:28px;margin:8px 0}
.olc-band h2{margin:0 0 10px;color:#fff;font-size:clamp(1.6rem,3vw,2.2rem)}
.olc-band p{color:#e7e5e4;line-height:1.55;max-width:720px}
.olc-band .actions{margin-top:18px}
.olc-map{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.olc-map .olc-card{min-height:120px}
.olc-footer-nav{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin:0 0 12px}
.olc-footer-nav a{color:#f5b301;text-decoration:none;font-weight:800}
@media(max-width:900px){
  .olc-grid,.olc-grid-2,.olc-map{grid-template-columns:1fr}
}
