.draft-case-hero .production-hub-note {
    border-left: 4px solid rgba(245, 158, 11, .78);
}
.draft-case-link {
    margin-top: 16px;
    align-self: flex-start;
}
.draft-case-layers {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}
.draft-case-layer,
.draft-status-list > div {
    border: 1px solid rgba(148, 163, 184, .22);
    border-radius: 16px;
    background: rgba(10, 18, 31, .82);
}
.draft-case-layer {
    min-height: 190px;
    padding: 20px;
}
.draft-case-layer h3,
.draft-status-list strong {
    display: block;
    margin: 0 0 10px;
    color: #fff;
    font-size: 20px;
}
.draft-case-layer p,
.draft-status-list p {
    margin: 0;
    color: #b6c3d6;
    line-height: 1.65;
}
.draft-status-list {
    display: grid;
    gap: 12px;
}
.draft-status-list > div {
    padding: 16px;
}
.draft-map-preview img {
    max-height: 520px;
    object-fit: cover;
    object-position: center;
}
@media (max-width: 1120px) {
    .draft-case-layers {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 760px) {
    .draft-case-layers {
        grid-template-columns: 1fr;
    }
    .draft-case-layer {
        min-height: 0;
    }
}
.production-cluster-nav__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}
.production-cluster-nav__item {
    display: flex;
    flex-direction: column;
    min-height: 245px;
    padding: 18px;
    border: 1px solid rgba(148, 163, 184, .22);
    border-radius: 16px;
    background: rgba(10, 18, 31, .82);
}
.production-cluster-nav__item--current {
    border-color: rgba(134, 239, 172, .58);
    background: rgba(12, 35, 28, .72);
}
.production-cluster-nav__item--planned {
    opacity: .72;
    border-style: dashed;
}
.production-cluster-nav__meta {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 16px;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 12px;
}
.production-cluster-nav__meta span {
    color: #fcd34d;
    text-transform: uppercase;
}
.production-cluster-nav__meta em {
    color: #7dd3fc;
    font-style: normal;
    text-align: right;
}
.production-cluster-nav__item h3 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 20px;
    line-height: 1.25;
}
.production-cluster-nav__item p {
    margin: 0 0 18px;
    color: #b6c3d6;
    line-height: 1.6;
}
.production-cluster-nav__item a,
.production-cluster-nav__item strong {
    margin-top: auto;
    color: #86efac;
    font-weight: 700;
    text-decoration: none;
}
.production-cluster-nav__item a:hover {
    color: #fff;
}
.production-cluster-nav__item--planned strong {
    color: #9aa8bd;
}
@media (max-width: 1120px) {
    .production-cluster-nav__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 760px) {
    .production-cluster-nav__grid {
        grid-template-columns: 1fr;
    }
    .production-cluster-nav__item {
        min-height: 0;
    }
}
.production-cluster-topnav {
    border-top: 1px solid rgba(148, 163, 184, .18);
    border-bottom: 1px solid rgba(148, 163, 184, .18);
    background: rgba(2, 8, 23, .72);
}
.production-cluster-topnav__inner {
    display: flex;
    align-items: center;
    gap: 18px;
    padding-top: 14px;
    padding-bottom: 14px;
}
.production-cluster-topnav__label {
    flex: 0 0 auto;
    color: #fcd34d;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.production-cluster-topnav__links {
    display: flex;
    flex: 1 1 auto;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 2px;
}
.production-cluster-topnav__link {
    flex: 0 0 auto;
    padding: 9px 12px;
    border: 1px solid rgba(148, 163, 184, .22);
    border-radius: 999px;
    color: #c7d2fe;
    background: rgba(15, 23, 42, .78);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}
.production-cluster-topnav__link:hover {
    border-color: rgba(125, 211, 252, .58);
    color: #fff;
}
.production-cluster-topnav__link--current {
    border-color: rgba(134, 239, 172, .7);
    color: #86efac;
    background: rgba(12, 35, 28, .78);
}
.production-cluster-topnav__link--planned {
    border-style: dashed;
    color: #94a3b8;
    opacity: .72;
}
@media (max-width: 760px) {
    .production-cluster-topnav__inner {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }
    .production-cluster-topnav__links {
        width: 100%;
    }
}
.production-hub-section--story {
    padding-bottom: 12px;
}
.production-story-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}
.production-story-card {
    min-height: 190px;
    padding: 22px;
    border: 1px solid rgba(245, 158, 11, .28);
    border-radius: 18px;
    background:
        linear-gradient(145deg, rgba(245, 158, 11, .12), rgba(37, 99, 235, .08)),
        rgba(10, 18, 31, .84);
}
.production-story-card h3 {
    margin: 0 0 12px;
    color: #fcd34d;
    font-size: 20px;
}
.production-story-card p {
    margin: 0;
    color: #cbd5e1;
    line-height: 1.7;
}
@media (max-width: 980px) {
    .production-story-grid {
        grid-template-columns: 1fr;
    }
    .production-story-card {
        min-height: 0;
    }
}
