:root {
  --ink: #090a0b;
  --panel: #111315;
  --panel-soft: #171a1c;
  --paper: #eeeae1;
  --muted: #aaa69e;
  --red: #ee4b38;
  --aqua: #54d8d3;
  --news-header: #12393a;
  --live-header: #432a25;
  --streaming-header: #12393a;
  --video-header: #2f2927;
  --line: rgba(238, 234, 225, 0.16);
  --dark-line: rgba(9, 10, 11, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; overflow-x: hidden; background: var(--ink); color: var(--paper); font-family: Arial, "Helvetica Neue", "Noto Sans JP", sans-serif; }
.aftertalk-site { overflow-x: clip; }
a { color: inherit; text-decoration: none; }
button, summary { font: inherit; }
img { max-width: 100%; height: auto; }
.skip-link { position: fixed; z-index: 100000; top: 8px; left: 8px; padding: 10px 14px; background: var(--paper); color: var(--ink); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
a:focus-visible, button:focus-visible, select:focus-visible, summary:focus-visible { outline: 2px solid var(--aqua); outline-offset: 3px; }
.admin-bar .site-header { top: 32px; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 20; height: 76px;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 clamp(22px, 4vw, 64px); border-bottom: 1px solid var(--line);
  background: rgba(9,10,11,.86); backdrop-filter: blur(14px);
}
.wordmark { display: flex; flex-direction: column; align-items: flex-start; line-height: .82; }
.wordmark > strong { font-family: var(--font-geist-sans), Arial, sans-serif; font-size: 25px; font-weight: 780; letter-spacing: -.055em; }
.wordmark > small { margin-top: 6px; color: var(--aqua); font-size: 5px; font-weight: 700; letter-spacing: .22em; }
.header-actions { display: flex; align-items: center; gap: clamp(18px, 2.4vw, 36px); }
.desktop-nav { display: flex; gap: clamp(18px, 2.5vw, 42px); }
.desktop-nav a { font-size: 9px; letter-spacing: .2em; color: #c4c0b8; transition: color .2s; }
.desktop-nav a:hover { color: var(--aqua); }
.language-picker { position: relative; display: block; }
.language-picker::after { content: "⌄"; position: absolute; top: 50%; right: 11px; transform: translateY(-58%); color: var(--aqua); font-size: 10px; pointer-events: none; }
.language-picker select { width: 128px; height: 34px; appearance: none; padding: 0 29px 0 11px; border: 1px solid var(--line); border-radius: 0; outline: 0; background: rgba(238,234,225,.04); color: var(--paper); font: inherit; font-size: 9px; letter-spacing: .06em; cursor: pointer; }
.language-picker select:hover, .language-picker select:focus-visible { border-color: var(--aqua); }
.language-picker option { background: var(--ink); color: var(--paper); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.mobile-menu { display: none; }

.hero {
  position: relative; height: clamp(620px, 76svh, 760px); overflow: hidden;
  display: flex; align-items: flex-end; padding: 120px clamp(24px, 6vw, 96px) 64px;
}
.hero-art { position: absolute; inset: 0; background: radial-gradient(circle at 78% 42%, rgba(84,216,211,.24) 0 3%, transparent 3.3%), radial-gradient(circle at 78% 42%, transparent 0 15%, rgba(238,234,225,.1) 15.2% 15.5%, transparent 15.8% 26%, rgba(238,75,56,.24) 26.2% 26.8%, transparent 27%), conic-gradient(from 205deg at 78% 42%, transparent 0 15%, rgba(238,75,56,.13) 16% 19%, transparent 20% 47%, rgba(84,216,211,.1) 48% 52%, transparent 53%), linear-gradient(120deg, #08090a 0%, #111416 54%, #050606 100%); }
.hero-slide { position: absolute; inset: 0; opacity: 0; background-position: var(--hero-position, center); background-repeat: no-repeat; background-size: cover; transition: opacity 1.4s ease; will-change: opacity; }
.hero-slide.is-active { opacity: 1; }
.hero-art::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(9,10,11,.88), rgba(9,10,11,.42) 50%, rgba(9,10,11,.05)); }
.hero-art.has-slideshow::after {
  background:
    linear-gradient(180deg, rgba(9,10,11,.22) 0%, rgba(9,10,11,.08) 42%, rgba(9,10,11,.78) 100%),
    linear-gradient(90deg, rgba(9,10,11,.9) 0%, rgba(9,10,11,.48) 52%, rgba(9,10,11,.16) 100%);
}
.hero-slideshow-toggle { position: absolute; z-index: 4; top: 112px; right: clamp(24px, 5vw, 80px); min-width: 76px; height: 32px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 0 10px; border: 1px solid rgba(238,234,225,.28); background: rgba(9,10,11,.4); color: var(--paper); backdrop-filter: blur(8px); cursor: pointer; transition: border-color .2s, background .2s; }
.hero-slideshow-toggle:hover, .hero-slideshow-toggle:focus-visible { border-color: var(--aqua); background: rgba(9,10,11,.68); outline: 0; }
.hero-slideshow-toggle span { font-size: 7px; letter-spacing: .12em; }
.hero-slideshow-toggle i { color: var(--aqua); font-size: 9px; font-style: normal; }
.hero-grid { position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(to right, transparent calc(100% - 1px), #eeeae1 1px); background-size: 25% 100%; }
.hero-brand { position: absolute; top: clamp(108px, 15vh, 140px); left: clamp(24px, 6vw, 96px); z-index: 3; display: flex; flex-direction: column; align-items: flex-start; }
.hero-brand > strong { font-family: var(--font-geist-sans), Arial, sans-serif; font-size: clamp(60px, 8vw, 108px); font-weight: 780; line-height: .78; letter-spacing: -.075em; }
.hero-brand > span { margin-top: 14px; color: var(--aqua); font-size: 7px; font-weight: 700; letter-spacing: .32em; }
.hero-main { position: relative; z-index: 2; width: 100%; display: grid; grid-template-columns: 1.7fr .8fr; align-items: end; gap: 64px; }
.eyebrow { margin: 0 0 12px; color: var(--aqua); font-size: 10px; font-weight: 700; letter-spacing: .24em; }
.hero h1 { margin: 0; font-size: clamp(82px, 9.6vw, 146px); font-weight: 900; line-height: .7; letter-spacing: -.09em; transform: scaleX(.88); transform-origin: left bottom; }
.hero-actions { display: flex; gap: 10px; margin-top: 28px; }
.button { min-width: 158px; height: 48px; display: inline-flex; align-items: center; justify-content: space-between; gap: 22px; padding: 0 16px; border: 1px solid var(--line); font-size: 10px; font-weight: 700; letter-spacing: .08em; transition: .2s; }
.button-primary { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.button:hover { border-color: var(--aqua); }
.button-primary:hover { background: var(--aqua); }
.hero-facts { margin: 0; border-top: 1px solid var(--line); }
.hero-facts div { display: grid; grid-template-columns: 84px 1fr; gap: 18px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.hero-facts dt { color: var(--muted); font-size: 10px; }
.hero-facts dd { margin: 0; font-size: 11px; letter-spacing: .08em; }

.information-section, .media-section { padding: 68px clamp(22px, 5vw, 80px) 76px; }
#news, #live, #streaming, #video, #profile, #social { scroll-margin-top: 86px; }
.section-titlebar { min-height: 78px; display: grid; grid-template-columns: 44px 1fr minmax(240px, .72fr); gap: 24px; align-items: center; margin-bottom: 28px; }
.information-titlebar { grid-template-columns: 44px 1fr; }
.section-number { align-self: start; color: var(--muted); font-size: 9px; }
.section-titlebar > div { display: flex; align-items: baseline; gap: 18px; }
.section-titlebar > div p { margin: 0; color: var(--aqua); font-size: 9px; letter-spacing: .22em; }
.section-titlebar h2 { margin: 0; font-size: clamp(30px, 3.4vw, 48px); font-weight: 500; letter-spacing: -.04em; }
.section-description { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.8; }

.information-grid { display: grid; grid-template-columns: minmax(300px, .72fr) minmax(620px, 1.65fr); gap: 14px; align-items: stretch; }
.panel { border: 1px solid var(--line); background: var(--panel); }
.panel-header { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 18px 22px; border-bottom: 1px solid var(--line); }
.panel-header p { margin: 0 0 7px; color: var(--aqua); font-size: 8px; letter-spacing: .2em; }
.panel-header h3 { margin: 0; font-size: 19px; font-weight: 500; }
.panel-header > span { padding: 6px 9px; border: 1px solid var(--line); color: var(--muted); font-size: 9px; }
.news-panel .panel-header { background: var(--news-header); box-shadow: inset 3px 0 var(--aqua); }
.live-panel .panel-header { background: var(--live-header); box-shadow: inset 3px 0 var(--red); }
.news-panel .panel-header p { color: #86e7e2; }
.live-panel .panel-header p { color: #ff9c8b; }
.news-panel .panel-header > span, .live-panel .panel-header > span { color: var(--paper); border-color: rgba(238,234,225,.3); }
.news-row { min-height: 84px; display: grid; grid-template-columns: 1fr 18px; gap: 12px; align-content: center; padding: 14px 22px; border-bottom: 1px solid var(--line); transition: background .2s; }
.news-row:hover { background: #181b1d; }
.news-row > div { display: flex; gap: 12px; align-items: center; }
.news-row time { color: var(--muted); font-size: 9px; letter-spacing: .08em; }
.news-row > div span { padding: 4px 7px; background: rgba(84,216,211,.09); color: var(--aqua); font-size: 8px; }
.news-row h4 { grid-column: 1; margin: 7px 0 0; font-size: 13px; line-height: 1.5; font-weight: 400; }
.news-row i { grid-column: 2; grid-row: 1 / 3; align-self: center; font-style: normal; color: var(--muted); }
.panel-footer-link { min-height: 47px; display: flex; align-items: center; justify-content: space-between; padding: 0 22px; color: #d4d0c7; font-size: 10px; }

.schedule-labels { min-height: 32px; display: grid; grid-template-columns: 90px minmax(180px, 1fr) minmax(180px, .85fr) 92px; gap: 16px; align-items: center; padding: 0 18px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 8px; letter-spacing: .12em; }
.schedule-row { min-height: 75px; display: grid; grid-template-columns: 90px minmax(180px, 1fr) minmax(180px, .85fr) 92px; gap: 16px; align-items: center; padding: 10px 18px; border-bottom: 1px solid var(--line); transition: background .2s; }
.schedule-row:last-child { border-bottom: 0; }
.schedule-row:hover { background: #191c1e; }
.schedule-row.is-next { background: rgba(84,216,211,.07); box-shadow: inset 3px 0 var(--aqua); }
.schedule-row time { position: relative; display: flex; flex-direction: column; }
.schedule-row time strong { font-size: 28px; line-height: 1; letter-spacing: -.04em; }
.schedule-row time span { margin-top: 5px; color: var(--muted); font-size: 8px; }
.schedule-row time b { position: absolute; top: -3px; right: 2px; color: var(--aqua); font-size: 7px; letter-spacing: .12em; }
.live-name h4 { margin: 0 0 6px; font-size: 15px; font-weight: 500; }
.live-name p, .live-details p, .live-details span { margin: 0; font-size: 9px; }
.live-name p, .live-details span { color: var(--muted); }
.live-details p { margin-bottom: 6px; }
.mobile-field-label { display: none; }
.live-action { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.live-action span { padding: 6px 7px; border: 1px solid var(--line); font-size: 8px; white-space: nowrap; }
.is-next .live-action span { border-color: var(--aqua); color: var(--aqua); }
.live-action i { font-style: normal; color: var(--muted); }

.media-section { background: var(--paper); color: var(--ink); }
.dark-titlebar .section-number, .dark-titlebar .section-description { color: #68655f; }
.dark-titlebar > div p { color: #167d7a; }
.streaming-panel { display: grid; grid-template-columns: minmax(250px,.68fr) minmax(570px,1.5fr); margin-bottom: 14px; border: 1px solid var(--dark-line); background: #e7e2d8; }
.streaming-intro { padding: 18px 22px; background: var(--streaming-header); color: var(--paper); box-shadow: inset 3px 0 var(--aqua); }
.streaming-intro > p { margin: 0 0 8px; color: #86e7e2; font-size: 8px; letter-spacing: .2em; }
.streaming-intro h3 { margin: 0; font-size: 18px; font-weight: 500; }
.streaming-intro > span { display: block; margin-top: 7px; color: #c8d5d2; font-size: 9px; line-height: 1.55; }
.streaming-services { min-width: 0; border-left: 1px solid var(--dark-line); }
.primary-streaming { display: grid; grid-template-columns: repeat(3,1fr); }
.primary-streaming a { min-width: 0; min-height: 92px; display: grid; grid-template-columns: 24px 1fr 14px; gap: 10px; align-items: center; padding: 14px 18px; border-left: 1px solid var(--dark-line); transition: background .2s, color .2s; }
.primary-streaming a:first-child { border-left: 0; }
.primary-streaming a:hover { background: var(--ink); color: var(--paper); }
.primary-streaming a > span { color: #7b776f; font-size: 8px; }
.primary-streaming a strong { font-size: 13px; font-weight: 600; line-height: 1.35; }
.primary-streaming a i { font-style: normal; }
.secondary-streaming { min-height: 46px; display: grid; grid-template-columns: minmax(130px,auto) 1fr; gap: 12px; align-items: center; padding: 8px 12px; border-top: 1px solid var(--dark-line); }
.secondary-streaming > p { margin: 0; color: #68655f; font-size: 7px; letter-spacing: .06em; }
.secondary-streaming nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 5px; }
.secondary-streaming a { min-height: 26px; display: inline-flex; align-items: center; gap: 5px; padding: 0 8px; border: 1px solid rgba(9,10,11,.15); font-size: 7px; white-space: nowrap; transition: background .2s, color .2s; }
.secondary-streaming a:hover { background: var(--ink); color: var(--paper); }
.secondary-streaming a span { color: #68655f; }
.media-grid { display: grid; grid-template-columns: minmax(640px, 1.5fr) minmax(330px, .72fr); gap: 14px; }
.album-feature { min-height: 530px; display: grid; grid-template-columns: minmax(290px, .85fr) minmax(300px, 1fr); gap: 16px 34px; padding: 28px; background: #e7e2d8; border: 1px solid var(--dark-line); }
.album-column-label { grid-column: 1 / -1; }
.album-art { position: relative; min-height: 472px; padding: 22px; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; background: #0b0d0e; color: var(--paper); box-shadow: 0 18px 45px rgba(0,0,0,.16); }
.album-art::after { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(238,234,225,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(238,234,225,.07) 1px, transparent 1px); background-size: 25% 25%; }
.album-art.has-custom-image { min-height: 0; aspect-ratio: 3000 / 2958; align-self: start; background-color: #eee9df; background-position: center; background-repeat: no-repeat; background-size: contain; }
.album-art.has-custom-image::after { display: none; }
.album-art > span, .album-art > small, .album-art > strong { position: relative; z-index: 2; }
.album-art > span { font-size: 8px; letter-spacing: .23em; }
.album-art > strong { font-size: clamp(55px, 5.5vw, 86px); line-height: .72; letter-spacing: -.09em; transform: scaleX(.86); transform-origin: left; }
.album-art > small { align-self: flex-end; color: var(--muted); font-size: 7px; letter-spacing: .16em; }
.album-orbit { position: absolute; width: 500px; aspect-ratio: 1; top: 3%; right: -56%; border: 2px solid rgba(238,75,56,.58); border-radius: 50%; }
.album-orbit::before { content: ""; position: absolute; inset: 19%; border: 1px solid rgba(238,234,225,.22); border-radius: 50%; }
.album-orbit i { position: absolute; width: 16%; aspect-ratio: 1; left: 42%; top: 42%; border-radius: 50%; background: var(--aqua); box-shadow: 0 0 60px rgba(84,216,211,.3); }
.album-orbit b { position: absolute; width: 40%; height: 1px; top: 50%; right: 50%; background: linear-gradient(90deg, transparent, var(--red)); transform-origin: right; transform: rotate(18deg); }
.album-info { display: flex; flex-direction: column; padding: 7px 0; }
.content-label { margin: 0; color: #5e5b55; font-size: 8px; letter-spacing: .18em; }
.album-type { margin: 14px 0 8px; color: #68655f; font-size: 9px; letter-spacing: .18em; }
.album-info h3 { margin: 0; font-size: clamp(42px, 5vw, 72px); line-height: .9; font-weight: 500; letter-spacing: -.06em; }
.album-date { margin: 17px 0 28px; color: #68655f; font-size: 8px; letter-spacing: .1em; }
.track-disclosure { margin-top: auto; border-top: 1px solid var(--dark-line); }
.track-disclosure summary { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; cursor: pointer; list-style: none; font-size: 10px; }
.track-disclosure summary::-webkit-details-marker { display: none; }
.track-disclosure summary b { color: #68655f; font-size: 8px; font-weight: 400; }
.track-disclosure[open] summary b { font-size: 0; }
.track-disclosure[open] summary b::after { content: attr(data-close); font-size: 8px; }
.track-disclosure ol { max-height: 190px; overflow: auto; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--dark-line); }
.track-disclosure li { display: grid; grid-template-columns: 30px 1fr; padding: 8px 0; border-bottom: 1px solid rgba(9,10,11,.1); font-size: 10px; }
.track-disclosure li span { color: #817d75; font-size: 8px; }
.wide-link { min-height: 45px; display: flex; align-items: center; justify-content: space-between; margin-top: 12px; padding: 0 2px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); font-size: 10px; }

.video-panel { min-height: 530px; padding: 22px; border: 1px solid var(--dark-line); background: #ded8cd; }
.video-panel > header { min-height: 82px; margin: -22px -22px 18px; padding: 18px 22px; display: flex; align-items: center; justify-content: space-between; gap: 16px; background: var(--video-header); color: var(--paper); box-shadow: inset 3px 0 var(--red); }
.video-panel header p { margin: 0 0 6px; color: #ff9c8b; font-size: 8px; letter-spacing: .16em; }
.video-panel header h3 { margin: 0; font-size: 17px; font-weight: 500; }
.video-panel header a { color: #d8d3ca; font-size: 9px; border-bottom: 1px solid rgba(238,234,225,.34); }
.video-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.video-card { position: relative; min-width: 0; min-height: 194px; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; padding: 14px; background: #121517; color: var(--paper); transition: transform .2s, box-shadow .2s; }
.video-card::before { content: ""; position: absolute; inset: 0; opacity: .3; background-image: repeating-linear-gradient(110deg, transparent 0 30px, rgba(238,234,225,.08) 31px 32px); }
.video-card.has-custom-image { background-position: center; background-repeat: no-repeat; background-size: cover; }
.video-card:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(9,10,11,.22); }
.video-aqua { background: radial-gradient(circle at 70% 32%, rgba(84,216,211,.28), transparent 26%), #121517; }
.video-red { background: radial-gradient(circle at 28% 65%, rgba(238,75,56,.28), transparent 26%), #151313; }
.video-card > span, .video-card > div, .video-card > i { position: relative; z-index: 2; }
.video-card > span { color: var(--muted); font-size: 7px; letter-spacing: .16em; }
.video-card > i { position: absolute; inset: 50% auto auto 50%; width: 38px; height: 38px; display: grid; place-items: center; transform: translate(-50%,-50%); border-radius: 50%; background: var(--paper); color: var(--ink); font-size: 9px; font-style: normal; }
.video-card p { margin: 0 0 6px; color: var(--muted); font-size: 7px; letter-spacing: .14em; }
.video-card h4 { margin: 0; font-size: 12px; font-weight: 600; line-height: 1.45; text-shadow: 0 1px 9px rgba(0,0,0,.72); overflow-wrap: anywhere; }

.about-section { display: grid; grid-template-columns: 1.55fr .75fr; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.profile-panel { min-height: 480px; padding: 58px clamp(24px, 6vw, 90px); border-right: 1px solid var(--line); }
.profile-panel .content-label { color: var(--muted); }
.profile-heading { display: grid; grid-template-columns: .92fr 1.08fr; align-items: end; gap: 44px; margin: 54px 0 34px; }
.profile-heading h2 { margin: 0; font-size: clamp(64px, 8vw, 118px); line-height: .72; letter-spacing: -.09em; transform: scaleX(.88); transform-origin: left; }
.profile-heading > p { margin: 0; font-size: clamp(22px, 2.2vw, 32px); line-height: 1.4; word-break: keep-all; }
.profile-copy { max-width: 880px; margin: 0; color: #bcb8af; font-size: 12px; line-height: 2; }
.members { display: flex; gap: 60px; margin-top: 34px; padding-top: 22px; border-top: 1px solid var(--line); }
.members p { margin: 0; }
.members span { display: block; margin-bottom: 7px; color: var(--aqua); font-size: 7px; letter-spacing: .16em; }
.members strong { font-size: 15px; font-weight: 500; }
.social-panel { min-height: 480px; padding: 58px clamp(22px, 4vw, 56px); background: #0d0f10; }
.social-panel { scroll-margin-top: 70px; }
.social-panel > div p { margin: 0 0 7px; color: var(--aqua); font-size: 8px; letter-spacing: .18em; }
.social-panel > div h3 { margin: 0; font-size: 22px; font-weight: 500; }
.social-panel > div > span { display: block; margin-top: 7px; color: var(--muted); font-size: 10px; }
.social-panel nav { margin-top: 26px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
.social-card { min-width: 0; overflow: hidden; display: block; border: 1px solid var(--line); transition: border-color .2s, transform .2s; }
.social-card:hover { border-color: var(--aqua); transform: translateY(-2px); }
.social-thumbnail { position: relative; aspect-ratio: 16 / 9; overflow: hidden; padding: 9px; display: flex; flex-direction: column; justify-content: space-between; background-color: #111416; background-position: center; background-repeat: no-repeat; background-size: cover; }
.social-thumbnail::after { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(238,234,225,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(238,234,225,.06) 1px, transparent 1px); background-size: 50% 50%; }
.social-thumbnail > * { position: relative; z-index: 2; }
.social-thumbnail small { font-size: 5px; letter-spacing: .18em; text-shadow: 0 1px 5px rgba(0,0,0,.9); }
.social-icon { width: 28px; height: 28px; align-self: center; color: var(--paper); filter: drop-shadow(0 3px 10px rgba(0,0,0,.25)); }
.social-thumbnail > span { color: #fff; font-size: 6px; text-shadow: 0 1px 5px rgba(0,0,0,.9); }
.social-thumbnail.has-custom-image { background-position: center 50%; }
.social-thumbnail.has-custom-image::after { background: linear-gradient(to bottom, rgba(9,10,11,.02), transparent 42%, rgba(9,10,11,.15)); }
.social-x { background: radial-gradient(circle at 78% 28%, rgba(255,255,255,.16), transparent 38%), linear-gradient(135deg, #272727 0%, #000 72%); }
.social-instagram { background: radial-gradient(circle at 22% 108%, rgba(255,220,128,.96) 0 14%, transparent 40%), radial-gradient(circle at 92% 8%, rgba(81,91,212,.98) 0 15%, transparent 44%), linear-gradient(135deg, #f58529 0%, #dd2a7b 43%, #8134af 72%, #515bd4 100%); }
.social-youtube { background: linear-gradient(135deg, #ff4a6e 0%, #ff0033 52%, #b00023 100%); }
.social-tiktok { background: radial-gradient(circle at 18% 82%, rgba(45,204,211,.88), transparent 42%), radial-gradient(circle at 84% 18%, rgba(241,32,74,.88), transparent 44%), #000; }
.social-card-copy { min-height: 48px; display: grid; grid-template-columns: 1fr 14px; align-content: center; gap: 5px 8px; padding: 8px 9px; border-top: 1px solid var(--line); }
.social-card-copy > span { font-size: 7px; letter-spacing: .12em; }
.social-card-copy b { grid-column: 1; color: var(--muted); font-size: 7px; font-weight: 400; }
.social-card-copy i { grid-column: 2; grid-row: 1 / 3; align-self: center; font-style: normal; }

.site-footer { min-height: 110px; display: grid; grid-template-columns: 1fr auto; gap: 42px; align-items: center; padding: 18px clamp(22px, 5vw, 80px); background: var(--paper); color: var(--ink); font-size: 8px; letter-spacing: .14em; }
.site-footer p { margin: 0; }
.footer-actions { display: grid; grid-template-columns: repeat(2,minmax(172px,1fr)); gap: 8px; }
.footer-button { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 10px 16px; border: 1px solid var(--ink); transition: transform .2s, background .2s, color .2s; }
.footer-button:hover { transform: translateY(-2px); }
.footer-button > span { display: grid; gap: 5px; }
.footer-button strong { font-size: 10px; letter-spacing: .14em; }
.footer-button small { color: #716e67; font-size: 7px; letter-spacing: .05em; }
.footer-button i { width: 30px; height: 30px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; font-size: 14px; font-style: normal; }
.footer-contact { background: var(--ink); color: var(--paper); }
.footer-contact small { color: #aaa69e; }
.footer-contact i { background: var(--aqua); color: var(--ink); }
.footer-top i { border: 1px solid var(--ink); }
.mobile-dock { display: none; }

.empty-state { margin: 0; padding: 26px 22px; color: var(--muted); font-size: 11px; line-height: 1.7; }
.live-empty { min-height: 120px; display: flex; align-items: center; }
.aftertalk-simple-page { min-height: 75vh; padding: 140px clamp(22px,7vw,110px) 90px; background: var(--paper); color: var(--ink); }
.aftertalk-simple-page > header, .aftertalk-simple-page article > header { max-width: 960px; margin: 0 auto 40px; }
.aftertalk-simple-page header > p { margin: 0 0 12px; color: #167d7a; font-size: 9px; letter-spacing: .2em; }
.aftertalk-simple-page h1 { margin: 0; font-size: clamp(42px,7vw,88px); line-height: .95; letter-spacing: -.06em; }
.aftertalk-post-list, .aftertalk-simple-page .entry-content, .aftertalk-simple-page figure { max-width: 960px; margin: 0 auto; }
.aftertalk-post-list article { padding: 24px 0; border-top: 1px solid rgba(9,10,11,.2); }
.aftertalk-post-list time, .aftertalk-simple-page article > header time { color: #6c6962; font-size: 10px; }
.aftertalk-post-list h2 { margin: 10px 0; font-size: clamp(24px,3vw,36px); }
.aftertalk-simple-page .entry-content { font-size: 15px; line-height: 2; }
.aftertalk-simple-page .entry-content a { color: #126f6c; text-decoration: underline; }
.aftertalk-news-page { min-height: 0; padding-top: 122px; }
.aftertalk-news-page > header, .aftertalk-news-page article > header, .aftertalk-news-archive-list, .aftertalk-news-page .entry-content, .aftertalk-news-page figure, .aftertalk-news-actions { max-width: 1080px; }
.aftertalk-news-archive-header { display: grid; grid-template-columns: minmax(0,1fr) minmax(220px,.45fr); column-gap: 64px; align-items: end; padding-bottom: 34px; border-bottom: 1px solid rgba(9,10,11,.24); }
.aftertalk-news-archive-header > p:first-child { grid-column: 1 / -1; }
.aftertalk-news-archive-header h1 { font-size: clamp(52px,6vw,80px); }
.aftertalk-news-archive-header .aftertalk-news-lead { margin: 0; color: #625f58; font-size: 13px; line-height: 1.8; }
.aftertalk-news-archive-list { margin-inline: auto; }
.aftertalk-news-archive-card { border-bottom: 1px solid rgba(9,10,11,.22); }
.aftertalk-news-archive-card > a { min-height: 176px; display: grid; grid-template-columns: 175px minmax(0,1fr) auto; grid-template-rows: auto 1fr; column-gap: 36px; padding: 30px 4px; align-items: start; transition: background .2s, padding .2s; }
.aftertalk-news-archive-card > a:hover { padding-inline: 18px; background: rgba(9,10,11,.035); }
.aftertalk-news-meta { display: flex; flex-wrap: wrap; gap: 10px 16px; align-items: center; color: #6c6962; font-size: 10px; letter-spacing: .08em; }
.aftertalk-news-meta span { color: #126f6c; font-size: 8px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.aftertalk-news-archive-card .aftertalk-news-meta { grid-row: 1 / 3; padding-top: 5px; display: grid; gap: 10px; }
.aftertalk-news-archive-card h2 { margin: 0; font-size: clamp(26px,3.2vw,44px); line-height: 1.17; letter-spacing: -.045em; overflow-wrap: anywhere; }
.aftertalk-news-archive-card p { max-width: 700px; margin: 16px 0 0; color: #625f58; font-size: 12px; line-height: 1.8; }
.aftertalk-news-archive-card strong { grid-column: 3; grid-row: 1 / 3; align-self: center; display: flex; gap: 18px; align-items: center; white-space: nowrap; font-size: 9px; letter-spacing: .12em; }
.aftertalk-news-archive-card strong i { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(9,10,11,.55); border-radius: 50%; font-size: 14px; font-style: normal; }
.aftertalk-news-archive-list .navigation.pagination { margin-top: 36px; }
.aftertalk-news-archive-list .nav-links { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
.aftertalk-news-archive-list .page-numbers { min-width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(9,10,11,.35); font-size: 10px; }
.aftertalk-news-archive-list .page-numbers.current { background: var(--ink); color: var(--paper); }
.aftertalk-news-article > header { padding-bottom: 38px; border-bottom: 1px solid rgba(9,10,11,.22); }
.aftertalk-news-article > header > p { margin-bottom: 24px; }
.aftertalk-news-article h1 { max-width: 1000px; margin-top: 22px; font-size: clamp(46px,6.2vw,78px); line-height: 1.05; overflow-wrap: anywhere; }
.aftertalk-news-featured { margin-top: 44px !important; }
.aftertalk-news-featured img { display: block; width: 100%; height: auto; max-height: 680px; object-fit: cover; }
.aftertalk-news-page .entry-content { padding-top: 48px; font-size: 16px; line-height: 2; overflow-wrap: anywhere; }
.aftertalk-news-page .entry-content > :first-child { margin-top: 0; }
.aftertalk-news-page .entry-content h2 { margin: 2.2em 0 .7em; font-size: clamp(25px,3vw,36px); line-height: 1.35; }
.aftertalk-news-page .entry-content h3 { margin: 2em 0 .6em; font-size: clamp(20px,2.4vw,28px); line-height: 1.4; }
.aftertalk-news-page .entry-content p, .aftertalk-news-page .entry-content ul, .aftertalk-news-page .entry-content ol { margin: 0 0 1.6em; }
.aftertalk-news-page .entry-content ul, .aftertalk-news-page .entry-content ol { padding-left: 1.5em; }
.aftertalk-news-page .entry-content img, .aftertalk-news-page .entry-content video, .aftertalk-news-page .entry-content iframe { max-width: 100%; height: auto; }
.aftertalk-news-page .entry-content iframe { width: 100%; aspect-ratio: 16/9; }
.aftertalk-news-page .entry-content figure { margin: 2em 0; }
.aftertalk-news-page .entry-content table, .aftertalk-news-page .entry-content pre { display: block; max-width: 100%; overflow-x: auto; }
.aftertalk-news-actions { margin: 52px auto 0; display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.aftertalk-related-link { min-height: 58px; display: inline-flex; gap: 52px; align-items: center; justify-content: space-between; padding: 12px 16px 12px 22px; background: var(--ink); color: var(--paper); font-size: 11px; font-weight: 700; letter-spacing: .1em; }
.aftertalk-related-link i { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: var(--aqua); color: var(--ink); font-size: 15px; font-style: normal; }
.aftertalk-news-back { min-height: 58px; display: inline-flex; align-items: center; padding: 12px 20px; border: 1px solid rgba(9,10,11,.45); font-size: 10px; font-weight: 700; letter-spacing: .08em; }

@media (max-width: 1160px) {
  .information-grid, .media-grid { grid-template-columns: 1fr; }
  .streaming-panel { grid-template-columns: minmax(220px,.6fr) minmax(500px,1.4fr); }
  .news-panel { display: grid; grid-template-columns: 220px 1fr; }
  .news-panel .panel-header { border-right: 1px solid var(--line); border-bottom: 0; }
  .news-panel .panel-footer-link { grid-column: 1; grid-row: 2; border-right: 1px solid var(--line); }
  .news-panel .news-list { grid-column: 2; grid-row: 1 / 3; }
  .album-feature { grid-template-columns: minmax(290px,.7fr) 1fr; }
  .video-list { grid-template-columns: 1fr 1fr; }
  .video-panel { min-height: auto; }
}

@media (max-width: 820px) {
  .admin-bar .site-header { top: 46px; }
  .site-header { height: 68px; padding-inline: 16px; }
  .wordmark > strong { font-size: 21px; }
  .wordmark > small { margin-top: 5px; font-size: 4px; letter-spacing: .16em; }
  .header-actions { gap: 8px; }
  .desktop-nav { display: none; }
  .language-picker select { width: 112px; height: 32px; padding-inline: 9px 25px; font-size: 8px; }
  .language-picker::after { right: 9px; }
  .mobile-menu { display: block; }
  .mobile-menu button { width: 40px; height: 40px; padding: 0; border: 0; background: transparent; display: grid; align-content: center; gap: 7px; cursor: pointer; }
  .mobile-menu button span { display: block; width: 25px; height: 1px; background: var(--paper); justify-self: end; transition: transform .2s; }
  .mobile-menu.is-open button span:first-child { transform: translateY(4px) rotate(45deg); }
  .mobile-menu.is-open button span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .mobile-menu nav { position: fixed; top: 68px; right: 0; left: 0; padding: 26px 20px 32px; display: grid; gap: 18px; background: rgba(9,10,11,.98); border-bottom: 1px solid var(--line); transform: translateY(-120%); opacity: 0; pointer-events: none; transition: .25s; }
  .mobile-menu.is-open nav { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .mobile-menu nav a { font-size: 20px; font-weight: 700; }
  .mobile-menu nav .mobile-menu-top { padding-bottom: 18px; border-bottom: 1px solid var(--line); color: var(--aqua); }
  .hero { height: 620px; padding: 100px 18px 38px; }
  .hero-art { background: radial-gradient(circle at 72% 28%, rgba(84,216,211,.22) 0 3%, transparent 3.4%), radial-gradient(circle at 72% 28%, transparent 0 17%, rgba(238,234,225,.11) 17.3% 17.7%, transparent 18% 29%, rgba(238,75,56,.25) 29.3% 30%, transparent 30.3%), conic-gradient(from 205deg at 72% 28%, transparent 0 15%, rgba(238,75,56,.14) 16% 20%, transparent 21% 47%, rgba(84,216,211,.11) 48% 52%, transparent 53%), linear-gradient(150deg, #090a0b, #111416 52%, #050606); }
  .hero-slide { background-position: var(--hero-mobile-position, var(--hero-position, center)); }
  .hero-art.has-slideshow::after {
    background:
      linear-gradient(180deg, rgba(9,10,11,.58) 0%, rgba(9,10,11,.28) 38%, rgba(9,10,11,.86) 100%),
      linear-gradient(90deg, rgba(9,10,11,.55), rgba(9,10,11,.25));
  }
  .hero-slideshow-toggle { top: 176px; right: 18px; min-width: 68px; height: 28px; padding-inline: 8px; }
  .hero-brand { top: 92px; left: 18px; width: calc(100% - 36px); }
  .hero-brand > strong { font-size: clamp(52px, 16vw, 64px); }
  .hero-brand > span { margin-top: 10px; font-size: 5px; letter-spacing: .24em; }
  .hero-main { grid-template-columns: 1fr; gap: 30px; }
  .hero h1 { font-size: clamp(72px, 22vw, 90px); }
  .hero-actions { margin-top: 22px; }
  .button { flex: 1; min-width: 0; height: 46px; }
  .hero-facts { display: grid; grid-template-columns: repeat(3,1fr); }
  .hero-facts div { grid-template-columns: 1fr; gap: 6px; padding: 11px 8px 11px 0; border-right: 1px solid var(--line); }
  .hero-facts div + div { padding-left: 9px; }
  .hero-facts dd { font-size: 9px; }
  .information-section, .media-section { padding: 52px 18px 62px; }
  .section-titlebar { grid-template-columns: 30px 1fr; min-height: auto; gap: 12px; margin-bottom: 24px; }
  .section-titlebar > div { display: block; }
  .section-titlebar > div p { margin-bottom: 6px; }
  .section-titlebar h2 { font-size: 31px; }
  .section-description { grid-column: 2; font-size: 11px; }
  .information-grid { gap: 10px; }
  .news-panel { display: block; }
  .news-panel .panel-header { border-right: 0; border-bottom: 1px solid var(--line); }
  .news-panel .panel-footer-link { border-right: 0; }
  .news-row { min-height: 72px; }
  .schedule-labels { display: none; }
  .schedule-row { min-height: 116px; grid-template-columns: 76px 1fr 18px; gap: 12px; padding: 12px 14px; }
  .schedule-row time strong { font-size: 26px; }
  .schedule-row time b { position: static; margin-top: 7px; }
  .mobile-field-label { display: block; margin: 0 0 6px; color: var(--aqua) !important; font-size: 7px !important; letter-spacing: .12em; }
  .live-name h4 { font-size: 14px; }
  .live-details { grid-column: 2; padding-top: 7px; border-top: 1px solid var(--line); }
  .live-action { grid-column: 3; grid-row: 1 / 3; }
  .live-action span { display: none; }
  .media-grid { gap: 10px; }
  .streaming-panel { grid-template-columns: 1fr; margin-bottom: 10px; }
  .streaming-intro { padding: 17px 18px; }
  .streaming-services { border-left: 0; border-top: 1px solid var(--dark-line); }
  .primary-streaming a { min-height: 72px; grid-template-columns: 18px 1fr 10px; gap: 5px; padding: 10px 8px; }
  .primary-streaming a strong { font-size: 10px; }
  .secondary-streaming { grid-template-columns: 1fr; gap: 8px; padding: 10px 12px; }
  .secondary-streaming nav { justify-content: flex-start; }
  .secondary-streaming a { min-height: 25px; padding-inline: 7px; }
  .album-feature { grid-template-columns: 1fr; gap: 28px; padding: 18px; }
  .album-art { min-height: 320px; }
  .album-art > strong { font-size: 64px; }
  .album-orbit { width: 460px; right: -60%; }
  .album-type { margin-top: 30px; }
  .album-info h3 { font-size: 52px; }
  .video-panel { padding: 18px; }
  .video-panel > header { margin: -18px -18px 18px; padding: 17px 18px; }
  .video-list { grid-template-columns: 1fr 1fr; }
  .video-card { min-height: 170px; padding: 13px; }
  .video-card h4 { font-size: 12px; line-height: 1.45; }
  .about-section { grid-template-columns: 1fr; }
  .about-section > * { min-width: 0; }
  .profile-panel { min-height: auto; padding: 46px 18px; border-right: 0; border-bottom: 1px solid var(--line); }
  .profile-heading { grid-template-columns: 1fr; gap: 20px; margin: 34px 0 24px; }
  .profile-heading h2 { font-size: 64px; }
  .profile-heading > p { font-size: 25px; }
  [data-locale="en"] .profile-heading > p { font-size: 22px; word-break: normal; }
  .profile-copy { font-size: 11px; line-height: 1.8; }
  .members { gap: 36px; }
  .social-panel { min-height: auto; padding: 40px 18px 48px; }
  .social-panel nav { gap: 8px; }
  .social-thumbnail { padding: 8px; }
  .social-icon { width: 27px; height: 27px; }
  .site-footer { min-height: 190px; grid-template-columns: 1fr; gap: 16px; padding: 24px 18px calc(82px + env(safe-area-inset-bottom)); }
  .footer-actions { width: 100%; grid-template-columns: repeat(2,minmax(0,1fr)); }
  .footer-button { min-height: 72px; padding: 10px 12px; gap: 8px; }
  .footer-button strong { font-size: 9px; }
  .footer-button i { width: 28px; height: 28px; }
  .mobile-dock { position: fixed; z-index: 30; inset: auto 0 0; min-height: calc(58px + env(safe-area-inset-bottom)); padding-bottom: env(safe-area-inset-bottom); display: grid; grid-template-columns: repeat(4, 1fr); background: var(--paper); color: var(--ink); border-top: 1px solid var(--ink); }
  .mobile-dock a { min-width: 0; display: grid; place-items: center; padding: 0 3px; text-align: center; white-space: nowrap; font-size: clamp(7.5px, 2.15vw, 9px); font-weight: 700; letter-spacing: .02em; }
  .mobile-dock a + a { border-left: 1px solid rgba(9,10,11,.3); }
  .mobile-dock a:nth-child(2) { background: var(--aqua); }
  .aftertalk-simple-page { padding: 102px 18px calc(104px + env(safe-area-inset-bottom)); }
  .aftertalk-news-page > header, .aftertalk-news-page article > header { margin-bottom: 28px; }
  .aftertalk-news-archive-header { display: block; padding-bottom: 24px; }
  .aftertalk-news-archive-header h1 { font-size: clamp(38px,12vw,52px); line-height: 1.02; }
  .aftertalk-news-archive-header .aftertalk-news-lead { margin-top: 16px; font-size: 12px; }
  .aftertalk-news-archive-card > a { min-height: 0; grid-template-columns: 1fr auto; grid-template-rows: auto auto auto; gap: 13px 14px; padding: 24px 0; }
  .aftertalk-news-archive-card > a:hover { padding-inline: 0; background: transparent; }
  .aftertalk-news-archive-card .aftertalk-news-meta { grid-column: 1 / -1; grid-row: 1; display: flex; padding: 0; }
  .aftertalk-news-archive-card h2 { grid-column: 1 / -1; grid-row: 2; font-size: clamp(25px,8vw,34px); line-height: 1.2; }
  .aftertalk-news-archive-card p { grid-column: 1; grid-row: 3; margin: 0; font-size: 11px; }
  .aftertalk-news-archive-card strong { grid-column: 2; grid-row: 3; align-self: end; font-size: 0; }
  .aftertalk-news-archive-card strong i { width: 42px; height: 42px; font-size: 15px; }
  .aftertalk-news-article > header { padding-bottom: 26px; }
  .aftertalk-news-article > header > p { margin-bottom: 20px; }
  .aftertalk-news-article h1 { margin-top: 18px; font-size: clamp(34px,10.5vw,48px); line-height: 1.08; }
  .aftertalk-news-featured { margin-top: 28px !important; }
  .aftertalk-news-page .entry-content { padding-top: 30px; font-size: 15px; line-height: 1.9; }
  .aftertalk-news-page .entry-content h2 { font-size: 25px; }
  .aftertalk-news-page .entry-content h3 { font-size: 20px; }
  .aftertalk-news-actions { margin-top: 34px; display: grid; }
  .aftertalk-related-link, .aftertalk-news-back { width: 100%; box-sizing: border-box; min-height: 54px; }
  .aftertalk-related-link { gap: 20px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } .hero-slideshow-toggle { display: none; } }
