/* A+ photo and compact information layout, shared by both themes. */
#hero .hero-visual.photo-hero{display:flex;flex-direction:column;min-width:0;position:relative;background:var(--deep);border-right:12px solid var(--photo-edge);border-radius:12px;overflow:hidden;box-shadow:var(--shadow-soft);animation:none}
.photo-hero .industry-photo{height:280px;position:relative;flex:none;overflow:hidden;margin:0}
.photo-hero .industry-photo:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(8,18,36,.85));pointer-events:none}
.photo-hero .industry-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(.65)}
.photo-hero .industry-photo figcaption{position:absolute;bottom:40px;left:24px;right:20px;z-index:1;color:#fff;font:10px monospace;letter-spacing:1.7px}
.photo-hero .industry-photo figcaption span{display:block;margin-top:8px;font:9px/1.5 sans-serif;letter-spacing:.3px;color:#dbe5ed}
.photo-hero .hero-card-stack{z-index:1;position:relative;margin:-22px 18px 18px;padding:22px 22px 20px;background:var(--photo-panel);border-top:3px solid var(--accent)}
.photo-hero .stat-card{padding:0;background:none;border:0;border-radius:0;backdrop-filter:none}
.photo-hero .stat-card-main{margin-bottom:20px}
.photo-hero .stat-card-main .stat-label{font-size:9px;letter-spacing:1.2px;margin-bottom:18px}
.photo-hero .stats-row{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.photo-hero .stat-item .num{font-family:inherit;font-size:30px;font-weight:550;color:var(--glow)}
.photo-hero .stat-item .num .unit{font-size:12px}
.photo-hero .stat-item .desc{font-size:10px;line-height:1.5;margin-top:8px}
.photo-hero .mini-cards{gap:18px;border-top:1px solid var(--border);padding-top:16px}
.photo-hero .mini-card{padding:0;border:0;background:none;border-radius:0;backdrop-filter:none}
.photo-hero .mini-card .icon{display:none}
.photo-hero .mini-card .title{font-size:12px;font-weight:600}
.photo-hero .mini-card .desc{font-size:9px}
@media(max-width:900px){#hero .hero-visual.photo-hero{display:flex;max-width:620px;width:100%;justify-self:center}}
@media(max-width:500px){.photo-hero .industry-photo{height:230px}.photo-hero .hero-card-stack{margin:-20px 12px 12px;padding:18px 14px}.photo-hero .stat-item .num{font-size:25px}.photo-hero .stats-row{gap:8px}.photo-hero .stat-item .desc{font-size:9px}.photo-hero .industry-photo figcaption{left:22px}.photo-hero .mini-cards{gap:12px}}
