/* Final visual polish overrides for delivery-level finish */
:root {
  --section-space: clamp(44px, 6vw, 84px);
  --panel-padding: clamp(20px, 2.4vw, 32px);
  --reading-width: 72ch;
  --eyebrow-spacing: 0.22em;
}

.page-content {
  padding: 18px 24px 84px;
}

.page-content > .section,
.page-content > .top-grid-two,
.page-content > .top-grid-single,
.page-content > .page-hero,
.page-content > .visual-page-grid,
.page-content > .feature-panel {
  margin-bottom: var(--section-space);
}

.page-content > :last-child {
  margin-bottom: 0;
}

.section {
  margin-bottom: var(--section-space);
}

.feature-panel,
.discography-frame,
.visuals-unified-card,
.top-news-panel,
.about-top-card,
.news-archive-panel,
.news-article-panel,
.long-panel {
  padding: var(--panel-padding);
}

.top-unified-card,
.discography-card,
.visual-archive-card,
.top-news-row,
.news-archive-row,
.link-chip,
.player-panel,
.site-footer {
  border-color: rgba(255,255,255,0.11);
}

.section-head {
  gap: 20px;
  margin: 0 0 18px;
}

.section-head h2,
.page-title {
  letter-spacing: 0.04em;
}

.section-head p,
.page-lead,
.hero-copy-text,
.lead-copy,
.content-copy,
.news-archive-body p,
.article-summary,
.article-body-copy .content-copy {
  line-height: 1.9;
}

.page-kicker,
.hero-kicker,
.discography-type,
.player-now,
.player-dock-now,
.content-copy-smallcaps,
.top-news-date,
.news-archive-date,
.article-date {
  letter-spacing: var(--eyebrow-spacing);
}

.page-hero {
  padding: 68px 28px 8px;
}

.sub-page .page-hero {
  padding-top: 40px;
}

.page-title.solo {
  margin-bottom: 10px;
}

.page-lead {
  max-width: 44ch;
}

.hero-slider {
  border-radius: 30px;
}

.hero-slide {
  min-height: min(72vh, 820px);
}

.hero-slide-overlay {
  background: linear-gradient(180deg, rgba(5,8,20,0.12), rgba(4,6,16,0.48) 38%, rgba(4,6,16,0.9));
}

.hero-slide-content {
  align-items: flex-end;
  gap: clamp(20px, 3vw, 40px);
  padding: clamp(28px, 5vw, 60px);
}

.hero-copy {
  max-width: 36rem;
}

.hero-copy-title {
  max-width: 10ch;
  text-wrap: balance;
}

.hero-copy-text {
  max-width: 34rem;
  color: rgba(255,255,255,0.86);
  text-wrap: pretty;
}

.hero-slide-logo {
  width: min(36vw, 340px);
}

.top-grid-two,
.top-grid-single {
  gap: 24px;
}

.top-grid-two-primary .top-unified-card {
  min-height: 500px;
}

.goods-links-row .top-unified-card,
.links-top-card,
.listen-top-card {
  min-height: 460px;
}

.about-top-card .lead-copy,
.article-body-copy,
.two-col-layout .content-copy,
.two-col-layout .page-lead,
.article-summary {
  max-width: var(--reading-width);
  text-wrap: pretty;
}

.discography-grid,
.visual-discography-grid,
.goods-grid-full,
.visual-page-grid {
  gap: 22px;
}

.discography-card,
.visual-archive-card,
.goods-preview-card,
.feature-panel,
.top-news-row,
.news-archive-row,
.link-chip {
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease;
}

.discography-thumb img,
.visual-archive-card img,
.content-image-card img,
.article-hero-media img {
  background: rgba(255,255,255,0.03);
}

.discography-info {
  padding: 18px 18px 22px;
}

.discography-info h3,
.visual-archive-card figcaption strong {
  font-size: clamp(24px, 2vw, 30px);
  line-height: 1.22;
}

.discography-meta,
.visual-archive-card figcaption span,
.goods-preview-card span,
.footer-copy,
.sidebar-copy {
  color: rgba(255,255,255,0.68);
}

.top-news-row,
.news-archive-row {
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 20px;
  padding-inline: 10px;
}

.top-news-title,
.news-archive-body h2 {
  text-wrap: balance;
}

.news-archive-body p {
  max-width: 72ch;
}

.two-col-layout {
  gap: clamp(24px, 3vw, 42px);
  align-items: start;
}

.content-image-card,
.article-hero-media {
  position: sticky;
  top: 24px;
}

.article-body-card {
  gap: 32px;
}

.article-summary {
  margin-bottom: 18px;
  font-size: clamp(20px, 2vw, 24px);
}

.site-footer {
  margin-top: 12px;
  margin-bottom: 132px;
}

.back-to-top {
  bottom: 28px;
}

@media (hover: hover) and (pointer: fine) {
  .feature-panel:hover,
  .platform-card:hover,
  .link-row:hover,
  .discography-card:hover,
  .news-card:hover,
  .goods-preview-card:hover,
  .hero-arrow:hover,
  .visual-archive-card:hover,
  .top-news-row:hover,
  .news-archive-row:hover,
  .link-chip:hover {
    transform: translateY(-4px);
    border-color: rgba(183, 99, 255, 0.42);
    box-shadow: 0 22px 54px rgba(22, 13, 45, 0.34);
  }
}

@media (max-width: 1280px) {
  .page-content {
    padding-inline: 20px;
  }

  .hero-slide {
    min-height: min(66vh, 720px);
  }

  .top-grid-two-primary .top-unified-card,
  .goods-links-row .top-unified-card,
  .links-top-card,
  .listen-top-card {
    min-height: 420px;
  }

  .discography-grid,
  .visual-discography-grid,
  .goods-grid-full,
  .visual-page-grid {
    gap: 18px;
  }
}

@media (max-width: 1100px) {
  .page-content {
    padding: 84px 18px 112px !important;
  }

  .page-content > .section,
  .page-content > .top-grid-two,
  .page-content > .top-grid-single,
  .page-content > .page-hero,
  .page-content > .visual-page-grid,
  .page-content > .feature-panel,
  .section {
    margin-bottom: clamp(32px, 6vw, 48px) !important;
  }

  .hero-slide {
    min-height: min(58vh, 560px) !important;
  }

  .hero-slide-content {
    align-items: flex-end;
    gap: 18px;
  }

  .hero-slide-logo {
    width: min(34vw, 240px);
  }

  .hero-copy {
    max-width: 30rem;
  }

  .top-grid-two,
  .top-grid-two-primary,
  .links-listen-row {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  .top-grid-two-primary .top-unified-card,
  .goods-links-row .top-unified-card,
  .links-top-card,
  .listen-top-card {
    min-height: auto !important;
  }

  .discography-grid,
  .visual-discography-grid,
  .goods-grid-full,
  .visual-page-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px !important;
  }

  .two-col-layout {
    grid-template-columns: 1fr !important;
  }

  .content-image-card,
  .article-hero-media {
    position: relative;
    top: auto;
  }

  .article-body-copy,
  .about-top-card .lead-copy {
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .page-content {
    padding: 76px 12px 104px !important;
  }

  .section-head {
    gap: 10px;
    margin-bottom: 14px;
  }

  .section-head h2,
  .page-title {
    letter-spacing: 0.03em;
  }

  .section-head p,
  .page-lead,
  .hero-copy-text,
  .lead-copy,
  .content-copy,
  .news-archive-body p,
  .article-summary,
  .article-body-copy .content-copy {
    line-height: 1.82;
  }

  .page-hero {
    padding: 32px 6px 2px;
  }

  .sub-page .page-hero {
    padding-top: 14px;
  }

  .hero-slider {
    border-radius: 22px;
  }

  .hero-slide,
  .top-hero,
  .hero-main-visual {
    min-height: min(50vh, 420px) !important;
  }

  .hero-slide-content {
    display: grid;
    align-content: end;
    justify-items: start;
    gap: 12px;
    padding: 18px 16px 44px !important;
  }

  .hero-copy {
    max-width: 100% !important;
  }

  .hero-copy-title {
    max-width: 11ch;
  }

  .hero-copy-text {
    max-width: 30ch;
    font-size: 12px !important;
  }

  .hero-slide-logo {
    width: min(54vw, 180px);
  }

  .feature-panel,
  .discography-frame,
  .visuals-unified-card,
  .top-news-panel,
  .about-top-card,
  .news-archive-panel,
  .news-article-panel,
  .long-panel {
    padding: 16px !important;
  }

  .discography-grid,
  .visual-discography-grid,
  .goods-grid-full,
  .visual-page-grid {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .top-news-row,
  .news-archive-row {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    padding: 14px 2px !important;
  }

  .top-news-title,
  .news-archive-body h2 {
    font-size: 16px;
    line-height: 1.55;
  }

  .discography-info {
    padding: 16px 16px 18px;
  }

  .discography-info h3,
  .visual-archive-card figcaption strong {
    font-size: 24px;
  }

  .link-chip {
    min-height: 66px;
    padding-inline: 14px;
    font-size: 12px;
  }

  .site-footer {
    margin-bottom: 118px;
    padding: 18px 16px;
  }
}

/* v63 top-page responsive tightening: remove header dead space, normalize section rhythm,
   and scale the pseudo header / dock better for tablet and small phones. */
@media (min-width: 641px) and (max-width: 1100px) {
  .mobile-shell-brand {
    min-height: 80px !important;
    padding: 12px 74px 12px 18px !important;
  }

  .mobile-shell-brand img {
    height: 38px !important;
  }

  .menu-button {
    width: 58px !important;
    height: 58px !important;
    top: 11px !important;
    right: 14px !important;
    border-radius: 18px !important;
  }

  .shell-main {
    padding-top: 80px !important;
  }

  body .page-content#top {
    padding: 16px 18px 132px !important;
  }

  #top > .section,
  #top > .top-grid-two,
  #top > .top-grid-single {
    margin-bottom: 28px !important;
  }

  #top .top-hero,
  #top .hero-slider {
    margin-bottom: 0 !important;
  }

  #top .hero-slider,
  #top .hero-slide {
    min-height: min(52vh, 560px) !important;
  }

  #top .hero-slide-content {
    padding: 22px 22px 30px !important;
  }

  #top .section-head {
    gap: 12px !important;
    margin: 0 0 12px !important;
  }

  #top .section-head.section-head-balanced .line {
    max-width: 120px !important;
  }

  #top .feature-panel,
  #top .discography-frame,
  #top .visuals-unified-card,
  #top .top-news-panel,
  #top .about-top-card {
    padding: 20px !important;
  }

  #top .player-dock {
    min-height: 78px !important;
    padding: 14px 16px !important;
    border-radius: 22px !important;
    grid-template-columns: 52px 1fr auto !important;
    gap: 14px !important;
  }

  #top .player-dock-cover,
  .player-dock-cover {
    width: 52px !important;
    height: 52px !important;
    flex-basis: 52px !important;
    border-radius: 14px !important;
  }

  #top .player-dock-title,
  .player-dock-title {
    font-size: 14px !important;
  }

  #top .player-dock-now,
  .player-dock-now {
    font-size: 10px !important;
  }

  #top .player-dock-mini-btn,
  .player-dock-mini-btn {
    width: 40px !important;
    height: 40px !important;
    flex-basis: 40px !important;
  }

  #top .player-dock-play,
  .player-dock-play {
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
  }
}

@media (max-width: 640px) {
  .mobile-shell-brand {
    min-height: 58px !important;
    padding: 8px 54px 8px 10px !important;
  }

  .mobile-shell-brand img {
    height: 28px !important;
  }

  .menu-button {
    width: 44px !important;
    height: 44px !important;
    top: 7px !important;
    right: 8px !important;
    border-radius: 14px !important;
  }

  .shell-main {
    padding-top: 58px !important;
  }

  body .page-content#top {
    padding: 10px 10px 96px !important;
  }

  #top > .section,
  #top > .top-grid-two,
  #top > .top-grid-single {
    margin-bottom: 22px !important;
  }

  #top .top-hero,
  #top .hero-slider {
    margin-bottom: 0 !important;
  }

  #top .hero-slider,
  #top .hero-slide,
  #top .top-hero,
  #top .hero-main-visual {
    min-height: min(44vh, 360px) !important;
  }

  #top .hero-slide-content {
    padding: 16px 14px 38px !important;
  }

  #top .section-head {
    gap: 8px !important;
    margin: 0 0 10px !important;
  }

  #top .section-head.section-head-balanced .line {
    max-width: 36px !important;
  }

  #top .feature-panel,
  #top .discography-frame,
  #top .visuals-unified-card,
  #top .top-news-panel,
  #top .about-top-card {
    padding: 14px !important;
  }
}


/* v64 hero readability + logo scale refinement
   Goal: reduce logo dominance and improve copy legibility on phone/tablet without touching JS flow. */
#top .hero-slider {
  overflow: clip;
}

#top .hero-slide-overlay {
  background:
    radial-gradient(circle at 18% 30%, rgba(87, 54, 176, 0.20), transparent 34%),
    linear-gradient(90deg, rgba(4, 6, 18, 0.82) 0%, rgba(4, 6, 18, 0.54) 34%, rgba(4, 6, 18, 0.22) 62%, rgba(4, 6, 18, 0.62) 100%),
    linear-gradient(180deg, rgba(4, 6, 16, 0.10), rgba(4, 6, 16, 0.48) 38%, rgba(4, 6, 16, 0.90));
}

#top .hero-copy {
  position: relative;
  z-index: 1;
  max-width: min(34rem, 46%);
}

#top .hero-copy::before {
  content: "";
  position: absolute;
  inset: -16px -16px -18px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(7, 10, 24, 0.78), rgba(7, 10, 24, 0.56));
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 16px 40px rgba(3, 5, 14, 0.26);
  backdrop-filter: blur(8px);
  z-index: -1;
}

#top .hero-kicker,
#top .hero-copy-title,
#top .hero-copy-text {
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.34);
}

#top .hero-copy-title {
  max-width: 8.6ch;
  line-height: 0.98;
}

#top .hero-copy-text {
  max-width: 30ch;
  color: rgba(255,255,255,0.92);
}

#top .hero-slide-logo {
  width: min(28vw, 250px);
  max-width: 38%;
  opacity: 0.96;
  filter: drop-shadow(0 10px 28px rgba(2, 3, 10, 0.30));
}

@media (min-width: 641px) and (max-width: 1100px) {
  #top .hero-slide-content {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 16px !important;
    padding: 20px 20px 28px !important;
  }

  #top .hero-copy {
    max-width: min(44%, 292px);
  }

  #top .hero-copy::before {
    inset: -12px -12px -14px;
    border-radius: 20px;
  }

  #top .hero-copy-title {
    font-size: clamp(34px, 5vw, 50px);
    max-width: 8.2ch;
  }

  #top .hero-copy-text {
    font-size: 13px !important;
    line-height: 1.78 !important;
    max-width: 24ch;
  }

  #top .hero-slide-logo {
    width: min(24vw, 170px) !important;
    max-width: 34% !important;
  }
}

@media (max-width: 640px) {
  #top .hero-slide-content {
    grid-template-columns: 1fr;
    justify-items: start;
    align-content: end;
    gap: 10px !important;
    padding: 14px 12px 36px !important;
  }

  #top .hero-copy {
    max-width: min(70%, 228px) !important;
  }

  #top .hero-copy::before {
    inset: -10px -10px -12px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(7, 10, 24, 0.84), rgba(7, 10, 24, 0.64));
    backdrop-filter: blur(7px);
  }

  #top .hero-kicker {
    font-size: 10px;
  }

  #top .hero-copy-title {
    font-size: clamp(18px, 6.5vw, 24px) !important;
    line-height: 1.04;
    max-width: 7.8ch;
  }

  #top .hero-copy-text {
    font-size: 11px !important;
    line-height: 1.72 !important;
    max-width: 22ch;
  }

  #top .hero-slide-logo {
    justify-self: end;
    width: min(42vw, 136px) !important;
    max-width: 46% !important;
  }
}


/* v65 top-page rhythm correction
   Fix tablet ABOUT overlap, reduce small-phone pseudo-header bulk,
   and normalize title-to-panel spacing for enterprise-level consistency. */
@media (min-width: 641px) and (max-width: 1100px) {
  .mobile-shell-brand {
    min-height: 74px !important;
    padding: 10px 68px 10px 16px !important;
  }

  .mobile-shell-brand img {
    height: 34px !important;
  }

  .menu-button {
    width: 54px !important;
    height: 54px !important;
    top: 10px !important;
    right: 12px !important;
    border-radius: 17px !important;
  }

  .shell-main {
    padding-top: 74px !important;
  }

  body .page-content#top {
    padding: 14px 18px 132px !important;
  }

  #top > .top-grid-two.top-grid-two-primary {
    margin-top: 12px !important;
  }

  #top > .section,
  #top > .top-grid-two,
  #top > .top-grid-single {
    margin-bottom: 30px !important;
  }

  #top .top-section-block {
    gap: 14px !important;
  }

  #top .top-section-block > .section-head,
  #top > .section > .section-head {
    margin: 0 0 14px !important;
    padding-top: 2px !important;
  }

  #top .section-head.section-head-balanced {
    gap: 14px !important;
  }

  #top .section-head.section-head-balanced .line {
    max-width: 108px !important;
  }

  #top .feature-panel,
  #top .discography-frame,
  #top .visuals-unified-card,
  #top .top-news-panel,
  #top .about-top-card {
    margin-top: 0 !important;
  }
}

@media (max-width: 640px) {
  .mobile-shell-brand {
    min-height: 52px !important;
    padding: 6px 50px 6px 8px !important;
  }

  .mobile-shell-brand img {
    height: 24px !important;
  }

  .menu-button {
    width: 42px !important;
    height: 42px !important;
    top: 5px !important;
    right: 6px !important;
    border-radius: 13px !important;
  }

  .shell-main {
    padding-top: 52px !important;
  }

  body .page-content#top {
    padding: 10px 10px 96px !important;
  }

  #top > .top-grid-two.top-grid-two-primary {
    margin-top: 12px !important;
  }

  #top > .section,
  #top > .top-grid-two,
  #top > .top-grid-single {
    margin-bottom: 24px !important;
  }

  #top .top-section-block {
    gap: 12px !important;
  }

  #top .top-section-block > .section-head,
  #top > .section > .section-head {
    margin: 0 0 12px !important;
    padding-top: 2px !important;
  }

  #top .section-head.section-head-balanced {
    gap: 10px !important;
  }

  #top .section-head.section-head-balanced .line {
    max-width: 42px !important;
  }
}


/* v66 hero/header final alignment
   Remove copy panel, rebalance hero for PC/tablet/phone, fix tablet ABOUT overlap,
   and reduce mobile pseudo-header bulk while keeping flow stable. */
#top .hero-slide-overlay {
  background:
    radial-gradient(circle at 18% 22%, rgba(96, 58, 196, 0.18), transparent 34%),
    linear-gradient(90deg, rgba(4, 6, 18, 0.86) 0%, rgba(4, 6, 18, 0.68) 24%, rgba(4, 6, 18, 0.28) 52%, rgba(4, 6, 18, 0.54) 100%),
    linear-gradient(180deg, rgba(4, 6, 16, 0.08), rgba(4, 6, 16, 0.42) 42%, rgba(4, 6, 16, 0.88));
}

#top .hero-slide-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: clamp(18px, 2.6vw, 36px);
  padding: clamp(26px, 4vw, 44px) clamp(24px, 4vw, 40px) clamp(34px, 5vw, 54px) !important;
}

#top .hero-copy {
  position: relative;
  z-index: 1;
  align-self: start;
  justify-self: start;
  margin-top: clamp(10px, 2vw, 28px);
  max-width: min(34rem, 42%);
}

#top .hero-copy::before {
  content: none !important;
}

#top .hero-kicker,
#top .hero-copy-title,
#top .hero-copy-text {
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.38);
}

#top .hero-kicker {
  margin-bottom: 12px;
}

#top .hero-copy-title {
  max-width: 8.8ch;
  line-height: 0.98;
}

#top .hero-copy-text {
  max-width: 25ch;
  color: rgba(255,255,255,0.92);
}

#top .hero-slide-logo {
  align-self: end;
  justify-self: end;
  width: min(31vw, 286px) !important;
  max-width: 42% !important;
  opacity: 0.97;
}

@media (min-width: 641px) and (max-width: 1100px) {
  :root {
    --mobile-shell-height: 60px;
  }

  .mobile-shell-brand {
    min-height: 60px !important;
    height: 60px !important;
    padding: 7px 60px 7px 12px !important;
  }

  .mobile-shell-brand img {
    height: 28px !important;
  }

  .menu-button {
    width: 46px !important;
    height: 46px !important;
    top: 7px !important;
    right: 10px !important;
    border-radius: 15px !important;
  }

  .shell-main {
    padding-top: 60px !important;
  }

  body .page-content#top {
    padding: 8px 18px 132px !important;
  }

  #top .top-hero {
    margin-top: 0 !important;
  }

  #top > .top-grid-two.top-grid-two-primary {
    margin-top: 20px !important;
  }

  #top .hero-slider,
  #top .hero-slide {
    min-height: min(54vh, 560px) !important;
  }

  #top .hero-slide-content {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    gap: 18px !important;
    padding: 26px 24px 34px !important;
  }

  #top .hero-copy {
    margin-top: 18px !important;
    max-width: min(46%, 320px) !important;
  }

  #top .hero-copy-title {
    font-size: clamp(38px, 4.8vw, 54px) !important;
    max-width: 8.5ch;
  }

  #top .hero-copy-text {
    font-size: 13px !important;
    line-height: 1.8 !important;
    max-width: 23ch;
  }

  #top .hero-slide-logo {
    width: min(28vw, 210px) !important;
    max-width: 38% !important;
  }

  #top > .top-grid-two.top-grid-two-primary,
  #top > .section + .section,
  #top > .top-grid-single {
    margin-top: 0 !important;
  }
}

@media (max-width: 640px) {
  :root {
    --mobile-shell-height: 46px;
  }

  .mobile-shell-brand {
    min-height: 46px !important;
    height: 46px !important;
    padding: 4px 46px 4px 8px !important;
  }

  .mobile-shell-brand img {
    height: 22px !important;
  }

  .menu-button {
    width: 40px !important;
    height: 40px !important;
    top: 3px !important;
    right: 4px !important;
    border-radius: 13px !important;
  }

  .shell-main {
    padding-top: 46px !important;
  }

  body .page-content#top {
    padding: 4px 10px 96px !important;
  }

  #top > .top-grid-two.top-grid-two-primary {
    margin-top: 18px !important;
  }

  #top .hero-slider,
  #top .hero-slide,
  #top .top-hero,
  #top .hero-main-visual {
    min-height: min(46vh, 378px) !important;
  }

  #top .hero-slide-content {
    grid-template-columns: 1fr auto;
    align-items: start;
    gap: 10px !important;
    padding: 18px 14px 40px !important;
  }

  #top .hero-copy {
    margin-top: 0 !important;
    max-width: min(58%, 204px) !important;
  }

  #top .hero-kicker {
    margin-bottom: 8px;
    font-size: 10px;
  }

  #top .hero-copy-title {
    font-size: clamp(20px, 6.6vw, 28px) !important;
    max-width: 7.4ch;
  }

  #top .hero-copy-text {
    font-size: 11px !important;
    line-height: 1.72 !important;
    max-width: 16ch;
  }

  #top .hero-slide-logo {
    width: min(46vw, 164px) !important;
    max-width: 44% !important;
    align-self: end;
  }
}


/* v68 top hero + top page compaction
   - Make hero copy read naturally without forced narrow line breaks
   - Keep logo larger by taking it out of the copy flow
   - Restore clear gap between hero and ABOUT on tablet/mobile
   - Tighten top-page cards and grids for a more compact, delivery-ready rhythm */
#top .top-hero {
  margin-bottom: 0 !important;
}

#top .hero-slider,
#top .hero-slide,
#top .top-hero,
#top .hero-main-visual {
  min-height: clamp(360px, 62vh, 760px) !important;
}

#top .hero-slide-overlay {
  background:
    radial-gradient(circle at 18% 20%, rgba(118, 62, 214, 0.20), transparent 34%),
    linear-gradient(90deg, rgba(4, 6, 18, 0.86) 0%, rgba(4, 6, 18, 0.70) 28%, rgba(4, 6, 18, 0.30) 58%, rgba(4, 6, 18, 0.56) 100%),
    linear-gradient(180deg, rgba(4, 6, 16, 0.06), rgba(4, 6, 16, 0.40) 42%, rgba(4, 6, 16, 0.88));
}

#top .hero-slide-content {
  position: relative;
  display: flex !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  min-height: inherit;
  gap: 0 !important;
  padding: clamp(30px, 4vw, 48px) clamp(26px, 4vw, 42px) clamp(42px, 5.4vw, 62px) !important;
}

#top .hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: clamp(10px, 1.4vw, 20px) !important;
  max-width: min(42rem, calc(100% - clamp(250px, 29vw, 420px))) !important;
  width: min(100%, 42rem);
}

#top .hero-kicker {
  margin-bottom: 12px;
  font-size: 11px;
  letter-spacing: 0.28em;
}

#top .hero-copy-title {
  margin: 0 0 14px !important;
  font-size: clamp(46px, 4.9vw, 78px) !important;
  line-height: 1.04 !important;
  letter-spacing: 0.02em;
  max-width: none !important;
  white-space: nowrap;
  text-wrap: nowrap;
}

#top .hero-copy-text {
  margin: 0 !important;
  font-size: clamp(14px, 1.08vw, 16px) !important;
  line-height: 1.78 !important;
  max-width: 32ch !important;
  color: rgba(255,255,255,0.92) !important;
}

#top .hero-slide-logo {
  position: absolute;
  right: clamp(22px, 3.2vw, 38px);
  bottom: clamp(28px, 4.2vw, 42px);
  width: min(38vw, 410px) !important;
  max-width: 48% !important;
  opacity: 0.98;
  transform: none !important;
  pointer-events: none;
}

#top > .top-grid-two.top-grid-two-primary {
  position: relative;
  z-index: 2;
  margin-top: clamp(28px, 4vw, 42px) !important;
  gap: clamp(16px, 2vw, 22px) !important;
}

#top > .top-grid-two.top-grid-two-primary .top-section-block {
  gap: 14px;
}

#top .top-section-block > .section-head,
#top > .section > .section-head,
#top .discography-home > .section-head {
  margin-bottom: 14px !important;
}

#top .top-unified-card,
#top .discography-frame,
#top .visuals-unified-card,
#top .goods-unified-card,
#top .feature-panel {
  padding: 20px !important;
}

#top .top-grid-two-primary .top-unified-card,
#top .goods-links-row .top-unified-card,
#top .links-top-card,
#top .listen-top-card {
  min-height: auto !important;
}

#top .visual-discography-grid,
#top .visual-discography-grid-wide,
#top .discography-grid,
#top .goods-grid-full,
#top .top-links-grid {
  gap: 14px !important;
}

#top .discography-info {
  padding: 14px 14px 16px !important;
}

#top .discography-info h3 {
  font-size: clamp(18px, 1.55vw, 24px) !important;
  line-height: 1.24 !important;
}

#top .discography-meta,
#top .goods-preview-card span,
#top .visual-archive-card figcaption span {
  font-size: 12px !important;
  line-height: 1.55 !important;
}

#top .link-chip.link-chip-wide {
  min-height: 62px !important;
  padding: 0 14px !important;
}

#top .top-news-row,
#top .news-archive-row {
  grid-template-columns: 112px minmax(0, 1fr) !important;
  gap: 16px !important;
  min-height: 58px;
  padding-inline: 8px !important;
}

#top .top-news-title {
  font-size: 15px;
  line-height: 1.45;
}

@media (min-width: 641px) and (max-width: 1100px) {
  #top .hero-slider,
  #top .hero-slide,
  #top .top-hero,
  #top .hero-main-visual {
    min-height: min(52vh, 560px) !important;
  }

  #top .hero-slide-content {
    padding: 28px 24px 44px !important;
  }

  #top .hero-copy {
    margin-top: 10px !important;
    max-width: min(31rem, calc(100% - 332px)) !important;
  }

  #top .hero-copy-title {
    font-size: clamp(34px, 4.3vw, 50px) !important;
    margin-bottom: 12px !important;
  }

  #top .hero-copy-text {
    font-size: 13px !important;
    line-height: 1.74 !important;
    max-width: 30ch !important;
  }

  #top .hero-slide-logo {
    width: min(35vw, 310px) !important;
    max-width: 40% !important;
    right: 18px;
    bottom: 26px;
  }

  #top > .top-grid-two.top-grid-two-primary {
    margin-top: 44px !important;
    padding-top: 2px;
  }

  #top .top-unified-card,
  #top .discography-frame,
  #top .visuals-unified-card,
  #top .goods-unified-card,
  #top .feature-panel {
    padding: 18px !important;
  }

  #top .top-news-row,
  #top .news-archive-row {
    grid-template-columns: 98px minmax(0, 1fr) !important;
    gap: 14px !important;
  }
}

@media (max-width: 640px) {
  #top .hero-slider,
  #top .hero-slide,
  #top .top-hero,
  #top .hero-main-visual {
    min-height: min(46vh, 368px) !important;
  }

  #top .hero-slide-content {
    padding: 18px 14px 34px !important;
  }

  #top .hero-copy {
    margin-top: 6px !important;
    max-width: min(16.5rem, calc(100% - 128px)) !important;
  }

  #top .hero-kicker {
    margin-bottom: 8px;
    font-size: 9.5px;
    letter-spacing: 0.22em;
  }

  #top .hero-copy-title {
    font-size: clamp(18px, 5.4vw, 22px) !important;
    line-height: 1.18 !important;
    letter-spacing: 0.01em;
    white-space: normal;
    text-wrap: pretty;
    margin-bottom: 8px !important;
  }

  #top .hero-copy-text {
    font-size: 10.5px !important;
    line-height: 1.66 !important;
    max-width: 22ch !important;
  }

  #top .hero-slide-logo {
    width: min(44vw, 168px) !important;
    max-width: 42% !important;
    right: 12px;
    bottom: 18px;
  }

  #top > .top-grid-two.top-grid-two-primary {
    margin-top: 30px !important;
    padding-top: 2px;
  }

  #top .top-unified-card,
  #top .discography-frame,
  #top .visuals-unified-card,
  #top .goods-unified-card,
  #top .feature-panel {
    padding: 14px !important;
  }

  #top .visual-discography-grid,
  #top .visual-discography-grid-wide,
  #top .discography-grid,
  #top .goods-grid-full,
  #top .goods-discography-grid,
  #top .goods-discography-grid-wide {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  #top .discography-info {
    padding: 10px 10px 12px !important;
  }

  #top .discography-info h3 {
    font-size: 15px !important;
    line-height: 1.3 !important;
  }

  #top .discography-meta,
  #top .goods-preview-card span,
  #top .visual-archive-card figcaption span {
    font-size: 10px !important;
    line-height: 1.45 !important;
  }

  #top .top-links-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  #top .link-chip.link-chip-wide {
    min-height: 52px !important;
    padding: 0 12px !important;
  }

  #top .top-news-row,
  #top .news-archive-row {
    grid-template-columns: 82px minmax(0, 1fr) !important;
    gap: 10px !important;
    min-height: 52px;
    padding-inline: 0 !important;
  }

  #top .top-news-title {
    font-size: 13px;
    line-height: 1.4;
  }
}
