.header nav { gap: 19px; }
.header nav a { font-size: 14px; }
.featured-duet { display: grid; grid-template-columns: 1.1fr 1fr; align-items: center; gap: 48px; margin: 40px 0; }
.featured-duet img { width: 100%; aspect-ratio: 1.6; object-fit: cover; border-radius: 3px; }
.featured-duet h3 { font-size: clamp(32px,4vw,56px); margin: 0 0 16px; }
.featured-duet p { font-size: 18px; max-width: 460px; line-height: 1.8; }
.record-player { background: #112132; padding: 34px; border: 1px solid #36404c; margin: 32px 0; color: #f5f2e9; }
.record-console { display: grid; grid-template-columns: 180px 1fr; gap: 30px; align-items: center; }
.record-console > img { width: 180px; height: 180px; object-fit: cover; }
.record-console h3 { font-size: clamp(22px,2.5vw,31px); margin: 8px 0; }
.record-console .player-status { font-size: 14px; color: #c4cbd2; min-height: 24px; }
.record-console audio { display: block; width: 100%; height: 44px; margin: 14px 0; }
.player-tools { display: flex; flex-wrap: wrap; gap: 14px; }
.player-tools button { background: transparent; border: 1px solid #657483; padding: 10px 18px; color: #f4f0e7; min-height: 44px; font: inherit; cursor: pointer; }
.track-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; margin: 24px 0; }
.track { display: grid; grid-template-columns: 28px 1fr 22px; gap: 12px; align-items: center; width: 100%; text-align: right; font: inherit; color: #f4f0e7; background: none; border: 0; border-top: 1px solid #435061; min-height: 64px; padding: 13px 4px; cursor: pointer; }
.track-number { font-size: 12px; color: #d8b975; }
.track[aria-pressed="true"] { color: #efd596; background: #203549; }
.record-player > .small { color: #c4cbd2; }
.record-player .text-link { color: #efd596; }
.watch-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 44px 28px; margin-top: 40px; }
.watch-card { min-width: 0; }
.watch-open { display: block; position: relative; width: 100%; padding: 0; border: 0; cursor: pointer; background: #112132; aspect-ratio: 16/9; overflow: hidden; }
.watch-open img { width: 100%; height: 100%; object-fit: cover; }
.watch-icon { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); background: #e3c278; color: #0a1220; width: 62px; height: 62px; display: grid; place-items: center; border-radius: 50%; font-size: 38px; }
.watch-card h3 { margin: 19px 0 8px; font-size: 25px; }
.watch-card > p { margin: 0 0 15px; color: #b4beca; }
.watch-frame { aspect-ratio: 16/9; background: #000; }
.watch-frame iframe { width: 100%; height: 100%; display: block; border: 0; }
.watch-open[hidden],.watch-frame[hidden] { display: none; }
.source-film { margin: 0; }
.source-film video { display: block; width: 100%; max-height: 570px; background: #07101b; object-fit: contain; }
.source-film figcaption { margin-top: 17px; color: #c2cad2; font-size: 15px; line-height: 1.7; }
.archive-directory { display: grid; grid-template-columns: 1fr 1fr; gap: 0 32px; }
.archive-entry { display: block; padding: 25px 0; border-top: 1px solid #536074; }
.archive-entry h3 { font-size: 23px; margin: 5px 0; }
.archive-entry p { margin: 7px 0; color: #bcc6ce; }
.community-strip { margin: 0; padding: 48px max(6vw,24px); display: flex; gap: 32px; align-items: center; justify-content: space-between; background: #172b30; border-block: 1px solid #355047; }
.community-strip h2 { font-size: clamp(24px,3vw,38px); margin: 6px 0; }
.community-strip p { color: #ccd4d2; }
.community-strip .button { flex-shrink: 0; }
.gallery-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.gallery-grid figure { margin: 0; }
.gallery-grid button { display: block; width: 100%; border: 0; padding: 0; background: #142332; cursor: zoom-in; }
.gallery-grid img { display: block; width: 100%; aspect-ratio: 1.5; object-fit: cover; }
.stage-gallery .gallery-note { margin-top: 18px; color: #9aa6b4; }
.gallery-grid figcaption { font-size: 14px; color: #b4beca; margin-top: 12px; }
.portrait-wrap img { object-position: 50% 25%; }
.article-cover img,.article-feature img { object-position: 50% 28%; }
.photo-dialog { max-width: min(92vw,1100px); max-height: 94dvh; padding: 18px; background: #0a1220; color: #f4f0e7; border: 1px solid #546175; }
.photo-dialog::backdrop { background: #000c; }
.photo-dialog img { display: block; max-width: 100%; max-height: 72dvh; object-fit: contain; margin: auto; }
.photo-close { display: block; margin: 0 0 14px auto; background: transparent; color: white; font: inherit; border: 1px solid #627085; padding: 8px 16px; min-height: 44px; cursor: pointer; }
.photo-dialog p { margin: 14px 0 0; }
.section-description { max-width: 740px; font-size: 18px; }
.programme-note { background: #142332; }
.programme-note p { max-width: 720px; }
.submit-invite { background: #f0eadd; color: #0a1220; }
.submit-invite p { color: #41505c; max-width: 780px; }
.service-links { display: grid; grid-template-columns: 1fr 1fr; gap: 0 36px; margin-top: 30px; }
.service-links a { padding: 22px 0; border-top: 1px solid #546175; font-size: 21px; }
.submission-layout { display: grid; grid-template-columns: .85fr 1fr; gap: 7vw; padding-top: 36px; }
.submission-layout form { background: #142332; padding: 32px; }
#song-form label { display: block; margin: 0 0 9px; }
#song-form input:not([type="checkbox"]),#song-form select,#song-form textarea { display: block; box-sizing: border-box; width: 100%; min-width: 0; font: inherit; font-size: 16px; border: 1px solid #526071; background: #0a1220; color: #f4f0e7; border-radius: 0; min-height: 48px; padding: 12px; margin-bottom: 22px; }
#song-form .check-line { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; line-height: 1.7; margin: 24px 0; }
.check-line input { width: 22px; height: 22px; accent-color: #dfbf7b; flex-shrink: 0; }
#song-form .button { width: 100%; justify-content: center; }
button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible { outline: 3px solid #e3c278; outline-offset: 4px; }
@media (max-width:1100px) { .header nav { display: none; } }
@media (max-width:700px) {
 .featured-duet,.record-console,.watch-grid,.gallery-grid,.submission-layout,.service-links { grid-template-columns: 1fr; }
 .featured-duet { gap: 22px; }
 .record-player { padding: 22px 18px; }
 .record-console { gap: 18px; }
 .record-console > img { width: 105px; height: 105px; }
 .track-list { grid-template-columns: 1fr; }
 .track { min-height: 68px; font-size: 15px; }
 .watch-grid { gap: 38px; }
 .archive-directory { grid-template-columns: 1fr; }
 .community-strip { display: block; padding: 38px 24px; }
 .community-strip .button { margin-top: 18px; width: 100%; }
 .gallery-grid img { aspect-ratio: 1.4; }
 .submission-layout { gap: 30px; }
 .submission-layout form { padding: 22px 18px; }
 .footer-nav { row-gap: 18px; }
}

.podcast-audio { width: 100%; display: block; margin: 22px 0 12px; height: 44px; }
.podcast-status { color: #c4cbd2; font-size: 14px; margin: 12px 0; }
