/* One city, six connected discovery layers. Scoped to the platform tour. */
.hero-tour .nyc:has(.eco360) { display: block; }
.hero-tour .eco360 { height: 100%; display: flex; flex-direction: column; gap: 16px; }
.hero-tour .eco-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-shrink: 0; }
.hero-tour .eco-kicker { display: block; color: var(--eyebrow); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 4px; }
.hero-tour .eco-city-line { display: flex; align-items: center; gap: 10px; }
.hero-tour .eco-city h3 { margin: 0; color: var(--white); font: 650 26px/1.1 var(--font-display); letter-spacing: -.02em; }
.hero-tour .eco-360-badge { padding: 3px 7px; border: 1px solid var(--border-light); border-radius: 6px; font-size: 11px; font-weight: 700; color: var(--blue-ink); background: var(--surface-card); }
.hero-tour .eco-kpis { display: flex; gap: 22px; text-align: right; }
.hero-tour .eco-kpis strong { display: block; font-size: 18px; font-weight: 650; color: var(--white); font-variant-numeric: tabular-nums; }
.hero-tour .eco-kpis span { display: block; margin-top: 3px; color: var(--text-faint); font-size: 10px; }
.hero-tour .eco-body { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(0, 1fr); flex: 1; min-height: 0; gap: 14px; }
.hero-tour .eco360 [data-layer="talent"] { --eco-color: var(--ecosystem-talent); }
.hero-tour .eco360 [data-layer="university"] { --eco-color: var(--ecosystem-university); }
.hero-tour .eco360 [data-layer="research"] { --eco-color: var(--ecosystem-research); }
.hero-tour .eco360 [data-layer="invention"] { --eco-color: var(--ecosystem-invention); }
.hero-tour .eco360 [data-layer="company"] { --eco-color: var(--ecosystem-company); }
.hero-tour .eco360 [data-layer="capital"] { --eco-color: var(--ecosystem-capital); }
.hero-tour .eco360 .eco-map {
    --nyc-water1: var(--surface-data);
    --nyc-water2: var(--surface-data);
    --nyc-land1: var(--surface-card);
    --nyc-land2: var(--surface-card);
    --nyc-shore: var(--border-light);
    --nyc-road: var(--border-mid);
    --nyc-roadhi: var(--border-mid);
    --nyc-park: var(--navy-lighter);
    --nyc-parkline: var(--border-light);
    display: flex; flex-direction: column; border: 1px solid var(--border-light); border-radius: 12px;
    background: var(--surface-data); min-height: 0; overflow: hidden;
    isolation: isolate;
}
.hero-tour .eco-map::after { display: none; }
.hero-tour .eco-map .nyc-canvas { position: absolute; inset: 0; min-height: 0; width: 100%; height: 100%; }
.hero-tour .eco-map .nyc-svg { opacity: .9; mask-image: radial-gradient(ellipse at center, var(--surface-data) 35%, transparent 76%); }
.hero-tour .eco-map .nyc-island { filter: none; }
.hero-tour .eco-map .nyc-st { opacity: .45; }
.hero-tour .eco-map .nyc-ave { opacity: .3; }
.hero-tour .eco-map .nyc-water, .hero-tour .eco-map .nyc-park { filter: none; }
.hero-tour .eco-map-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 16px 8px; width: 100%; position: absolute; left: 0; top: 0; z-index: 4; }
.hero-tour .eco-map-title { color: var(--text-faint); font-size: 11px; }
.hero-tour .eco-all { padding: 5px 8px; display: inline-flex; gap: 8px; border: 1px solid var(--border-light); border-radius: 5px; background: var(--surface-card); color: var(--white); font: 10px var(--font-sans); cursor: pointer; }
.hero-tour .eco-all[aria-pressed="true"] { border-color: var(--blue); }
.hero-tour .eco-map-aura { position: absolute; inset: 12% 8%; border: 1px solid var(--border-light); border-radius: 50%; opacity: .25; pointer-events: none; }
.hero-tour .eco-map-aura::before, .hero-tour .eco-map-aura::after { content: ''; position: absolute; inset: 14%; border: 1px solid var(--border-light); border-radius: 50%; }
.hero-tour .eco-map-aura::after { inset: -14%; }
.hero-tour .eco-flows { position: absolute; inset: 0; width: 100%; height: 100%; overflow: hidden; pointer-events: none; z-index: 2; }
.hero-tour .eco-flow { transition: opacity .3s; }
.hero-tour .eco-flow-muted { opacity: .12; }
.hero-tour .eco-flow-track, .hero-tour .eco-flow-pulse { fill: none; stroke: var(--eco-color); stroke-linecap: round; vector-effect: non-scaling-stroke; }
.hero-tour .eco-flow-track { stroke-width: 1.2px; opacity: .28; }
.hero-tour .eco-flow-pulse { stroke-width: 2px; opacity: .85; stroke-dasharray: 6 94; stroke-dashoffset: 0; animation: ecoCurrent 5.4s linear infinite; animation-delay: calc(var(--flow-order) * -1.8s); }
.hero-tour .eco-pin { position: absolute; width: 14px; height: 14px; display: block; border: 0; padding: 0; background: none; transform: translate(-50%, -50%); cursor: pointer; pointer-events: auto; z-index: 3; opacity: 1; transition: opacity .35s; }
.hero-tour .eco-pin-dot { position: absolute; inset: 2px; border-radius: 50%; background: var(--eco-color); border: 1.5px solid var(--surface-card); box-shadow: 0 0 0 1px var(--eco-color); }
.hero-tour .eco-pin-halo { position: absolute; inset: -4px; border-radius: 50%; background: var(--eco-color); opacity: .15; animation: ecoPulse 3s ease-out infinite; animation-delay: calc(var(--pin-order) * -.3s); }
.hero-tour .eco-pin-label { position: absolute; left: 12px; top: -4px; display: block; padding: 4px 6px; border: 1px solid var(--border-light); border-radius: 4px; background: var(--surface-card); color: var(--white); box-shadow: var(--shadow-sm); font: 500 10px/1.2 var(--font-sans); white-space: nowrap; opacity: 0; pointer-events: none; transition: opacity .2s; }
.hero-tour .eco-pin[data-featured="true"] .eco-pin-label, .hero-tour .eco-highlighted .eco-pin-label { opacity: 1; }
.hero-tour .eco-pin.eco-label-hidden .eco-pin-label { opacity: 0; }
.hero-tour .eco-pin.eco-dimmed { opacity: .18; }
.hero-tour .eco-pin:hover, .hero-tour .eco-pin:focus-visible { z-index: 6; opacity: 1; }
.hero-tour .eco-pin:hover .eco-pin-label, .hero-tour .eco-pin:focus-visible .eco-pin-label { opacity: 1; }
.hero-tour .eco-pin:hover .eco-pin-dot, .hero-tour .eco-highlighted .eco-pin-dot { inset: 0; border-width: 2px; }
.hero-tour .eco-pin.eco-highlighted .eco-pin-halo { inset: -9px; }
.hero-tour .eco-talent-strip { position: absolute; left: 14px; right: 14px; bottom: 25px; display: flex; align-items: center; gap: 9px; padding: 10px; background: var(--surface-card); border: 1px solid var(--border-light); border-radius: 8px; z-index: 4; transition: border-color .3s; }
.hero-tour .eco-people { display: flex; padding-left: 4px; flex-shrink: 0; }
.hero-tour .eco-person { display: flex; align-items: center; justify-content: center; width: 26px; height: 26px; margin-left: -4px; border: 2px solid var(--surface-card); border-radius: 50%; background: var(--eco-color); color: var(--white); font-size: 8px; font-weight: 700; }
.hero-tour .eco-talent-strip > span:last-child { min-width: 0; }
.hero-tour .eco-talent-strip strong { display: block; font-size: 10px; color: var(--white); font-weight: 600; margin-bottom: 3px; }
.hero-tour .eco-talent-strip > span:last-child > span { display: block; font-size: 9px; color: var(--text-faint); }
.hero-tour .eco-attrib { position: absolute; bottom: 8px; right: 14px; font-size: 8px; color: var(--text-faint); }
.hero-tour .eco-layers { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: repeat(3, minmax(0, 1fr)); gap: 8px; min-width: 0; }
.hero-tour .eco-layer { display: flex; flex-direction: column; gap: 7px; min-width: 0; width: 100%; border: 1px solid var(--border-light); border-radius: 9px; padding: 12px 10px; background: var(--surface-card); text-align: left; cursor: pointer; font-family: var(--font-sans); transition: border-color .25s, background .25s; }
.hero-tour .eco-layer-top { display: flex; align-items: center; gap: 7px; }
.hero-tour .eco-layer-top strong { color: var(--white); font-size: 12px; font-weight: 650; }
.hero-tour .eco-layer-icon { width: 24px; height: 24px; flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center; color: var(--eco-color); }
.hero-tour .eco-layer-icon svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.hero-tour .eco-layer-arrow { margin-left: auto; color: var(--text-faint); font-size: 13px; }
.hero-tour .eco-layer-detail { color: var(--text-light); font-size: 10px; line-height: 1.5; }
.hero-tour .eco-layer-compact { display: none; }
.hero-tour .eco-layer-examples { font-size: 10px; line-height: 1.45; color: var(--white); margin-top: auto; }
.hero-tour .eco-example-separator { color: var(--text-faint); }
.hero-tour .eco-layer:hover, .hero-tour .eco-layer[aria-pressed="true"] { border-color: var(--eco-color); background: var(--navy-light); }
.hero-tour .eco-layer[aria-pressed="true"] .eco-layer-arrow { color: var(--eco-color); }
.hero-tour .eco360[data-active-layer="talent"] .eco-talent-strip { border-color: var(--ecosystem-talent); }
.hero-tour .eco-connections { flex-shrink: 0; border: 1px solid var(--border-light); background: var(--surface-card); border-radius: 8px; padding: 10px 14px; }
.hero-tour .eco-connections-label { display: block; margin-bottom: 8px; font-size: 9px; color: var(--text-faint); text-transform: uppercase; letter-spacing: .06em; }
.hero-tour .eco-layer-path { display: flex; align-items: center; gap: 12px; }
.hero-tour .eco-path-node { display: inline-flex; align-items: center; gap: 6px; color: var(--text-light); font-size: 11px; font-weight: 600; }
.hero-tour .eco-path-node i { width: 7px; height: 7px; border-radius: 50%; background: var(--eco-color); }
.hero-tour .eco-path-link { flex: 1; height: 1px; background: var(--border-light); position: relative; overflow: hidden; }
.hero-tour .eco-path-link::after { content: ''; position: absolute; height: 1px; width: 35%; background: var(--blue); animation: ecoFlow 3s linear infinite; }
.hero-tour .dash-view.active .eco-layer { animation: ecoLayerIn .5s both; animation-delay: calc(var(--layer-order) * .09s); }
.hero-tour.flow-paused .eco-pin-halo, .hero-tour.flow-paused .eco-path-link::after, .hero-tour.flow-paused .eco-flow-pulse { animation-play-state: paused; }
@keyframes ecoCurrent { from { stroke-dashoffset: 100; } to { stroke-dashoffset: 0; } }
@keyframes ecoPulse { 0%,100% { transform: scale(.9); opacity: .12; } 50% { transform: scale(1.5); opacity: .25; } }
@keyframes ecoFlow { from { left: -35%; } to { left: 100%; } }
@keyframes ecoLayerIn { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
@container hero-tour (max-width: 950px) {
    .hero-tour .eco-body { grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); gap: 10px; }
    .hero-tour .eco-layer { padding: 10px 8px; }
    .hero-tour .eco-layer-top { gap: 4px; }
    .hero-tour .eco-layer-top strong { font-size: 11px; }
    .hero-tour .eco-layer-arrow { display: none; }
    .hero-tour .eco-layer-icon { width: 18px; }
    .hero-tour .eco-layer-icon svg { width: 18px; height: 18px; }
    .hero-tour .eco-layer-path { gap: 7px; }
    .hero-tour .eco-path-node { font-size: 10px; }
    .hero-tour .eco-kpis { gap: 14px; }
    .hero-tour .eco-talent-more { display: none; }
}
@media (max-width: 768px) {
    .hero-tour .eco360 { gap: 10px; }
    .hero-tour .eco-heading { gap: 12px; }
    .hero-tour .eco-kicker { font-size: 8px; }
    .hero-tour .eco-city h3 { font-size: 21px; }
    .hero-tour .eco-city-line { gap: 6px; }
    .hero-tour .eco-360-badge { font-size: 9px; padding: 2px 5px; }
    .hero-tour .eco-kpis > div:not(:first-child) { display: none; }
    .hero-tour .eco-kpis strong { font-size: 16px; }
    .hero-tour .eco-kpis span { font-size: 9px; }
    .hero-tour .eco-body { grid-template-columns: minmax(0, 1fr); grid-template-rows: minmax(0, 1fr) 132px; gap: 10px; }
    .hero-tour .eco360 .eco-map { height: auto; width: 100%; min-height: 0; }
    .hero-tour .eco-map-top { padding: 8px 10px 0; }
    .hero-tour .eco-map-title { font-size: 9px; }
    .hero-tour .eco-map .nyc-canvas { min-height: 0; }
    .hero-tour .eco-talent-strip { left: 10px; right: 10px; bottom: 20px; padding: 6px 8px; gap: 7px; }
    .hero-tour .eco-person { width: 20px; height: 20px; font-size: 7px; }
    .hero-tour .eco-talent-strip strong { font-size: 9px; margin-bottom: 0; }
    .hero-tour .eco-talent-strip > span:last-child > span { display: none; }
    .hero-tour .eco-pin-label { font-size: 8px; padding: 2px 4px; }
    .hero-tour .eco-pin-halo { inset: -1px; }
    .hero-tour .eco-pin-dot { inset: 3px; }
    .hero-tour .eco-layers { grid-template-columns: repeat(3, minmax(0, 1fr)); grid-template-rows: 1fr 1fr; gap: 6px; }
    .hero-tour .eco-layer { padding: 7px 6px; gap: 3px; }
    .hero-tour .eco-layer-top strong { font-size: 10px; }
    .hero-tour .eco-layer-icon { width: 14px; }
    .hero-tour .eco-layer-icon svg { width: 14px; height: 14px; }
    .hero-tour .eco-layer-detail, .hero-tour .eco-layer-examples { display: none; }
    .hero-tour .eco-layer-compact { display: block; color: var(--text-light); font-size: 9px; line-height: 1.4; }
    .hero-tour .eco-connections { display: none; }
}
@container hero-tour (max-width: 330px) {
    .hero-tour .eco-layer-top { flex-wrap: wrap; gap: 3px; }
    .hero-tour .eco-layer-icon { display: none; }
}
