/* Production cards follow the band overview's typography, borders and spacing. */
.production-section{background:var(--coal);color:var(--text);padding:80px 0}
.production-section>.container{width:min(1180px,calc(100% - 28px));max-width:none;margin-inline:auto}
.production-section #production-title{max-width:100%;font-size:clamp(1.4rem,3vw,2.25rem);line-height:1.2;letter-spacing:.01em;overflow-wrap:normal;word-break:normal;text-wrap:balance}
.production-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.production-card{display:flex;flex-direction:column;min-width:0;border:1px solid rgba(255,255,255,.14);border-radius:12px;overflow:hidden;background:#11100e}
.production-photo{display:block;aspect-ratio:4/3;overflow:hidden;background:#10100e}
.production-photo img{display:block;width:100%;height:100%;object-fit:cover;object-position:center 30%}
.production-copy{display:flex;flex:1;flex-direction:column;align-items:flex-start;padding:24px}
.production-copy>.section-label{color:var(--accent);font-size:.72rem;font-weight:900;letter-spacing:.12em;margin:0 0 10px;text-transform:uppercase}
.production-copy h3{font-family:var(--font-display);font-size:clamp(1.45rem,2.1vw,2rem);line-height:1.2;letter-spacing:.03em;margin:0 0 15px;text-transform:uppercase;overflow-wrap:anywhere}
.production-copy>p:not(.section-label){color:var(--muted);font-family:var(--font-body);font-size:.94rem;line-height:1.55;margin:0}
.production-links{display:flex;flex-wrap:wrap;gap:12px 20px;margin-top:auto;padding-top:22px}
.production-links a{display:inline-flex;align-items:center;gap:8px;min-height:44px;color:var(--text);font-size:.82rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;text-decoration:none}
.production-links a:hover,.production-links a:focus-visible{color:var(--accent)}
.production-card a:focus-visible{outline:2px solid var(--accent);outline-offset:-3px}
@media(max-width:1100px){.production-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:680px){.production-section{padding:52px 0}.production-grid{grid-template-columns:1fr}}
