/* Дополнения для шести страниц. Базовое оформление v43 — в style.css. */
[hidden] { display: none !important; }
.image-open { overflow: hidden; }
.platforms-title { text-align: center; font-size: 1.4rem; margin-bottom: 20px; letter-spacing: 1px; }
.vk-playlist { width: 100%; min-width: 0; overflow: hidden; margin-bottom: 16px; }
.vk-playlist iframe { max-width: 100%; border: 0; }
.album-description p + p { margin-top: 16px; }
.chapter-tracklist details { scroll-margin-top: 90px; }
.site-footer { text-align: center; padding: 24px 20px; }
@media(prefers-reduced-motion:reduce) { *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; } }
.skip-link { position: absolute; top: -70px; left: 20px; z-index: 1000; padding: 10px 15px; color: #fff; background: #10131b; border: 1px solid var(--accent-cyan); border-radius: 8px; }
.skip-link:focus { top: 12px; }
.site-navigation { max-width: 900px; margin: 0 auto; padding: 24px 125px 0 20px; }
.site-menu { display: flex; justify-content: center; flex-wrap: wrap; gap: 5px; border-bottom: 1px solid rgba(0,210,255,.16); padding-bottom: 14px; }
.site-menu a { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 8px 10px; border: 1px solid transparent; border-radius: 8px; color: #b8bdc7; font-size: 12px; letter-spacing: .035em; text-decoration: none; }
.site-menu a:hover { color: var(--accent-cyan); }
.site-menu a[aria-current='page'] { color: #fff; border-color: rgba(0,210,255,.3); background: rgba(0,210,255,.05); }
.menu-toggle { display: none; }
.multipage .container { padding-top: 34px; min-height: calc(100svh - 145px); }
.page-heading { text-align: center; margin: 14px 0 36px; padding-bottom: 25px; border-bottom: 1px solid rgba(0,210,255,.18); }
.page-heading h1 { font-size: 2.2rem; margin-bottom: 12px; }
.page-heading p { color: #aeb5c1; max-width: 620px; margin: 0 auto; }
.section-title { text-align: center; font-size: 1.8rem; margin-bottom: 25px; }
.releases-section { margin-bottom: 45px; }
.release-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.release-card { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 26px; color: #fff; background: var(--panel-bg); border: 1px solid rgba(170,205,225,.18); border-radius: 16px; text-decoration: none; transition: border-color .2s; }
.release-card:hover { border-color: rgba(0,210,255,.5); }
.release-card img { width: 100%; max-width: 240px; height: auto; aspect-ratio: 1; object-fit: contain; border-radius: 8px; margin-bottom: 18px; }
.release-card h3 { font-size: 1.45rem; margin-bottom: 7px; }
.release-meta, .muted { color: #a9b1bd; font-size: .9rem; }
.release-card .release-link { color: var(--accent-cyan); font-size: .9rem; margin-top: 13px; }
.content-panel { padding: 30px; border: 1px solid rgba(0,210,255,.16); border-radius: 16px; background: var(--panel-bg); margin-bottom: 36px; }
.daily-quote { text-align: center; }
.daily-quote h2 { font-size: 1.2rem; margin-bottom: 20px; }
.daily-quote blockquote { white-space: pre-line; color: #d1d5db; font-size: 1.15rem; line-height: 1.8; }
.daily-quote figcaption { margin-top: 15px; color: #a9b1bd; font-size: .9rem; }
.text-link { color: var(--accent-cyan); text-underline-offset: 4px; }
.outline-link { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 10px 20px; color: #fff; background: rgba(0,210,255,.04); border: 1px solid rgba(0,210,255,.3); border-radius: 9px; font: inherit; text-decoration: none; cursor: pointer; }
.outline-link:hover { background: rgba(0,210,255,.1); border-color: var(--accent-cyan); }
.empty-state { text-align: center; padding: 40px 24px; }
.empty-state h2 { font-size: 1.4rem; margin-bottom: 14px; }
.empty-state p { color: #aeb5c1; max-width: 550px; margin: 0 auto 20px; }
.album-jump { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 28px; }
.album-page-block { scroll-margin-top: 24px; }
.album-page-block > .chapter-title { display: block; padding-right: 0; text-align: center; padding-bottom: 18px; border-bottom: 1px solid rgba(0,210,255,.18); }
.player-panel { text-align: center; padding: 22px; margin: 0 0 32px; border: 1px solid rgba(0,210,255,.2); border-radius: 12px; background: rgba(0,210,255,.025); }
.player-panel h3 { font-size: 1.2rem; margin-bottom: 12px; }
.player-panel p { color: #aeb5c1; margin-bottom: 18px; }
.playlist-frame { display: block; width: 100%; height: 420px; border: 0; border-radius: 10px; background: #fff; margin-bottom: 16px; }
.project-list { display: grid; gap: 28px; }
.project-card { overflow: hidden; padding: 0; }
.project-card img { display: block; width: 100%; height: auto; aspect-ratio: 16/9; object-fit: cover; object-position: top; border-bottom: 1px solid rgba(0,210,255,.16); }
.project-copy { padding: 25px 28px 28px; }
.project-copy h2 { font-size: 1.6rem; margin-bottom: 12px; }
.project-copy p { color: #b9bfca; margin-bottom: 20px; }
.post-date { display: block; color: #a9b1bd; font-size: .85rem; margin-bottom: 12px; }
.news-post h2 { font-size: 1.5rem; margin-bottom: 16px; }
.news-preview { display: grid; grid-template-columns: 160px minmax(0,1fr); gap: 22px; align-items: start; margin-bottom: 18px; }
.news-preview.no-image { grid-template-columns: 1fr; }
.news-preview img { width: 100%; height: auto; aspect-ratio: 4/3; object-fit: cover; border-radius: 8px; }
.news-preview p, .news-body p { color: #bec4cf; }
.news-body { padding: 5px 22px 22px; }
.news-body p + p { margin-top: 15px; }
.news-post details { margin-bottom: 0; }
.story-post { text-align: center; }
.story-post h2 { font-size: 1.45rem; margin-bottom: 18px; }
.story-post img { display: block; width: auto; height: auto; max-width: 100%; max-height: none; margin: 0 auto; border-radius: 10px; cursor: zoom-in; }
.story-post figcaption { color: #c4cad4; margin-top: 18px; white-space: pre-line; }
.story-teaser img { max-height: 440px; object-fit: contain; }
.story-teaser .outline-link { margin-top: 22px; }
.stories-archive { background: var(--panel-bg); border-color: rgba(0,210,255,.18); }
.stories-archive > summary { color: #d6dde8; }
.stories-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; padding: 20px; }
.stories-grid .story-post { margin-bottom: 0; padding: 18px; }
.stories-grid .story-post h2 { font-size: 1.1rem; }
.stories-grid .story-post img { max-height: 350px; object-fit: contain; }
.stories-grid .story-post:target { border-color: var(--accent-cyan); }
.archive-empty { text-align: center; padding: 20px; color: #aeb5c1; }
.contact-list { display: grid; gap: 14px; max-width: 600px; margin: 0 auto; }
.contact-link { display: flex; flex-direction: column; align-items: center; gap: 5px; padding: 22px; color: #fff; text-decoration: none; background: var(--panel-bg); border: 1px solid rgba(0,210,255,.2); border-radius: 12px; overflow-wrap: anywhere; text-align: center; }
.contact-link:hover { border-color: var(--accent-cyan); }
.contact-link span { color: #aeb5c1; font-size: .85rem; }
.contact-link strong { font-weight: 500; }
.site-footer { max-width: 860px; margin: 10px auto 0; }
.footer-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px 18px; margin-bottom: 10px; }
.footer-links a { color: #aeb5c1; font-size: .8rem; text-decoration: none; }
.footer-links a:hover { color: var(--accent-cyan); }
.search-pages { list-style: none; max-height: 45vh; overflow: auto; }
.search-pages li + li { border-top: 1px solid var(--border-color); }
.search-pages a { display: block; padding: 10px 7px; color: #fff; text-decoration: none; overflow-wrap: anywhere; }
.search-pages a:hover { color: var(--accent-cyan); background: rgba(0,210,255,.05); }
.search-pages small { display: block; color: #aeb5c1; font-size: 12px; }
.search-input { min-width: 0; }
.search-dropdown { width: min(380px,calc(100vw - 40px)); min-width: 0; }
.search-page-label { font-size: .75rem; color: #aeb5c1; padding: 6px 4px; }
.lightbox-close { position: absolute; top: 16px; right: 20px; width: 44px; height: 44px; border-radius: 50%; border: 1px solid #555; color: #fff; background: #111; font-size: 28px; cursor: pointer; }
.zoomable:focus-visible { outline: 2px solid var(--accent-cyan); outline-offset: 4px; }
@media (min-width: 1200px) { .site-navigation { padding-right: 20px; } }
@media (max-width: 768px) {
    .top-nav { position: absolute; }
    .site-navigation { padding: 25px 125px 0 20px; }
    .menu-toggle { display: inline-flex; align-items: center; gap: 9px; min-height: 44px; padding: 8px 16px; color: #fff; background: #0b1018; border: 1px solid rgba(0,210,255,.3); border-radius: 9px; font: inherit; cursor: pointer; }
    .site-menu { justify-content: flex-start; padding-top: 14px; width: calc(100% + 105px); }
    .js-ready .site-menu:not(.is-open) { display: none; }
    .site-menu a { flex: 1 0 28%; }
    .multipage .container { padding-top: 30px; }
    .page-heading { margin-top: 10px; }
    .page-heading h1 { font-size: 1.8rem; }
    .content-panel { padding: 24px 20px; }
    .project-card { padding: 0; }
    .project-copy { padding: 22px; }
    .release-grid { gap: 16px; }
    .release-card { padding: 20px; }
    .release-card h3 { font-size: 1.25rem; }
    .album-page-block { padding: 28px 20px; }
    .album-page-block .chapter-title { font-size: 1.7rem; }
    .album-description { font-size: 1.05rem; }
    .track-content { flex-direction: column; }
    .track-cover-img { margin-inline: auto; }
    .lyrics-text { min-width: 0; max-width: 100%; overflow-wrap: anywhere; font-size: .95rem; }
    .player-panel { padding: 18px 12px; }
    .news-preview { grid-template-columns: 120px minmax(0,1fr); gap: 16px; }
    .project-copy h2 { font-size: 1.4rem; overflow-wrap: anywhere; }
    .slots-grid { min-width: 0; gap: 5px; }
    .slot { font-size: 1.2rem; border-radius: 7px; }
}
@media (max-width: 480px) {
    .release-grid, .stories-grid { grid-template-columns: 1fr; }
    .release-card { padding: 25px; }
    .news-preview { grid-template-columns: 1fr; }
    .news-preview img { max-width: 180px; }
    .chapter-tracklist summary { padding: 15px 12px; font-size: 1rem; gap: 10px; }
    .track-content { padding: 16px 12px; }
    .album-page-block { padding-inline: 14px; }
    .author-bio p br { display: none; }
    .vk-community-btn { padding: 14px 20px; }
}
