.hero--sub {
    position: relative;
    overflow: hidden;
}

.hero--sub img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.hero-logo-overlay--text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 0.35rem;
}

.hero-logo-overlay--text p {
    margin: 0;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.hero-logo-overlay--text p:last-child {
    letter-spacing: 0.05em;
    text-transform: none;
}

.image-trigger,
.profile-img-btn {
    border: none;
    background: transparent;
    padding: 0;
    width: 100%;
    cursor: zoom-in;
}

.image-trigger img,
.profile-img-btn img {
    width: 100%;
    height: auto;
    display: block;
}

.news-link {
    display: block;
    color: inherit;
}

.news-link__title {
    display: block;
    font-weight: 700;
}

.news-link--compact {
    display: inline-block;
    width: 100%;
}

.news-card {
    display: block;
    padding: 1rem 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 1rem;
    color: inherit;
    margin-bottom: 1rem;
    transition: border-color 0.3s ease, background-color 0.3s ease;
}

.news-card:hover {
    border-color: #0082D3;
    background-color: rgba(0, 130, 211, 0.08);
    text-decoration: none;
}

.news-card__date {
    font-size: 0.85rem;
    letter-spacing: 0.1em;
    margin-bottom: 0.35rem;
}

.news-card__title {
    font-weight: 700;
    font-size: 1.1rem;
    margin: 0;
}

.topic-item--link {
    display: block;
    color: inherit;
    background: #fff;
    padding: 0.5rem;
    border-radius: 0.75rem;
}

.topic-item--link:hover {
    text-decoration: none;
}

.topic-item--embed {
    background: transparent;
    padding: 0;
}


.topic-images {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.topic-embed iframe {
    width: 100%;
    border-radius: 0.75rem;
    background: #000;
}

.topic-embed--youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    border-radius: 0.75rem;
    overflow: hidden;
    background: #000;
}

.topic-embed--youtube iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.news-pagination {
    margin-top: 1.5rem;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.news-pagination--prev-only {
    justify-content: flex-start;
}

.news-pagination--next-only {
    justify-content: flex-end;
}

.news-pagination .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 24px;
    margin: 0;
}

.news-article__figure img {
    width: 100%;
    border-radius: 1rem;
}

.news-article__actions {
    margin-top: 1.5rem;
}

.news-body a,
.live-body a {
    color: #00b2ff;
    text-decoration: underline;
}

.news-body a:hover,
.live-body a:hover {
    color: #66d2ff;
}

.btn--secondary {
    background-color: #2f2f2f;
    border-color: #2f2f2f;
    color: #fff;
}

.btn--secondary:hover {
    background-color: #4a4a4a;
    border-color: #4a4a4a;
}

.live-item--detail,
.live-item--archive {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
}

.live-meta p {
    margin: 0.25rem 0;
}

.live-gallery {
    margin-top: 1.5rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
}

.live-gallery img {
    width: 100%;
    border-radius: 1rem;
}

.live-archive-link-text {
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.15em;
}

.live-item--link {
    display: block;
    color: inherit;
}

.live-item--link:hover {
    text-decoration: none;
}

.image-modal {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.8);
    z-index: 2000;
    padding: 1rem;
}

.image-modal.is-active {
    display: flex;
}

.image-modal__overlay {
    position: absolute;
    inset: 0;
    cursor: zoom-out;
}

.image-modal__dialog {
    position: relative;
    max-width: min(90vw, 640px);
    width: 100%;
    background: #111;
    border-radius: 1rem;
    padding: 1rem;
    text-align: center;
    z-index: 2;
}

.image-modal__dialog img {
    width: 100%;
    height: auto;
    border-radius: 0.75rem;
}

.image-modal__caption {
    margin-top: 0.75rem;
    font-size: 0.95rem;
    letter-spacing: 0.05em;
}

.image-modal__close {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    border: none;
    background: transparent;
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
    line-height: 1;
}

body.modal-open {
    overflow: hidden;
}


.spotify-embed {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.spotify-embed iframe {
    border-radius: 1rem;
    background: #0a0a0a;
}

.apple-embed {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.apple-embed iframe {
    border-radius: 1rem;
    background: #000;
}

.youtube-embed {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.youtube-embed__item {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    border-radius: 1rem;
    overflow: hidden;
    background: #000;
}

.youtube-embed__item iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.smooth-scroll {
    scroll-behavior: smooth;
}
