/* Final consolidated fixes. Generated from FINAL2-FINAL5 layers. */

/* ==== final-pagehero-center.css ==== */
/* Final page hero centering fixes */
.page-content.sub-page .page-hero {
  text-align: center !important;
  align-items: center;
}

.page-content.sub-page .page-kicker,
.page-content.sub-page .page-title,
.page-content.sub-page .page-title.solo,
.page-content.sub-page .page-lead,
.page-content.sub-page .section-note-text {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.page-content.sub-page .page-kicker {
  width: fit-content;
}

.page-content.sub-page .page-title,
.page-content.sub-page .page-title.solo {
  width: fit-content;
  max-width: 100%;
}

.page-content.sub-page .page-lead,
.page-content.sub-page .section-note-text {
  max-width: 58ch !important;
  margin-inline: auto !important;
}


/* ==== final-v6-fixes.css ==== */
/* Final v6 fixes: sub-page hero centering + tablet/mobile hero logo visibility */

/* Sub-page page hero must be actually centered as a block */
.page-content.sub-page .page-hero {
  max-width: 960px !important;
  width: min(100%, 960px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

.page-content.sub-page .page-kicker,
.page-content.sub-page .page-title,
.page-content.sub-page .page-title.solo,
.page-content.sub-page .page-lead,
.page-content.sub-page .section-note-text {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.page-content.sub-page .page-kicker,
.page-content.sub-page .page-title,
.page-content.sub-page .page-title.solo {
  display: block !important;
  width: 100% !important;
}

.page-content.sub-page .page-lead,
.page-content.sub-page .section-note-text {
  max-width: 58ch !important;
  width: min(100%, 58ch) !important;
  margin-inline: auto !important;
}

/* Ensure the top hero logo is visible on tablet and phone */
#top .hero-slide-content {
  position: absolute !important;
  inset: 0 !important;
  z-index: 3 !important;
  pointer-events: none !important;
}

#top .hero-slide-logo {
  position: absolute !important;
  right: clamp(18px, 2.8vw, 34px) !important;
  bottom: clamp(34px, 5.2vw, 60px) !important;
  width: min(34vw, 360px) !important;
  max-width: 42% !important;
  min-width: 140px !important;
  height: auto !important;
  display: block !important;
  opacity: 0.98 !important;
  z-index: 4 !important;
}

#top .hero-dots {
  z-index: 4 !important;
}

/* Tablet */
@media (min-width: 641px) and (max-width: 1100px) {
  #top .hero-slider {
    min-height: min(46svh, 420px) !important;
  }

  #top .hero-slide,
  #top .hero-slide-image,
  #top .hero-slide-image img {
    min-height: inherit !important;
    height: 100% !important;
  }

  #top .hero-slide-logo {
    width: min(30vw, 220px) !important;
    max-width: 34% !important;
    min-width: 160px !important;
    right: 18px !important;
    bottom: 42px !important;
  }

  #top .hero-dots {
    bottom: 16px !important;
  }

  #top .top-primary-stack {
    margin-top: clamp(96px, 11vw, 140px) !important;
    padding-top: 0 !important;
  }
}

/* Mobile */
@media (max-width: 640px) {
  #top .hero-slider {
    min-height: 260px !important;
  }

  #top .hero-slide,
  #top .hero-slide-image,
  #top .hero-slide-image img {
    min-height: inherit !important;
    height: 100% !important;
  }

  #top .hero-slide-logo {
    width: min(34vw, 150px) !important;
    max-width: 42% !important;
    min-width: 110px !important;
    right: 14px !important;
    bottom: 38px !important;
  }

  #top .hero-dots {
    bottom: 12px !important;
  }

  #top .top-primary-stack {
    margin-top: 88px !important;
    padding-top: 0 !important;
  }
}


/* ==== final-v7-fixes.css ==== */
/* Final v7: stronger sub-page hero centering + tablet hero logo visibility */

.page-content.sub-page .page-hero {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  max-width: 960px !important;
  width: min(100%, 960px) !important;
  margin-inline: auto !important;
  text-align: center !important;
}

.page-content.sub-page .page-kicker,
.page-content.sub-page .page-title,
.page-content.sub-page .page-title.solo,
.page-content.sub-page .page-lead,
.page-content.sub-page .section-note-text {
  text-align: center !important;
  margin-inline: auto !important;
}

.page-content.sub-page .page-kicker,
.page-content.sub-page .page-title,
.page-content.sub-page .page-title.solo {
  width: fit-content !important;
  max-width: 100% !important;
}

.page-content.sub-page .page-lead,
.page-content.sub-page .section-note-text {
  width: min(100%, 58ch) !important;
  max-width: 58ch !important;
}

@media (min-width: 641px) and (max-width: 1100px) {
  #top .hero-slider {
    min-height: 340px !important;
  }

  #top .hero-slide,
  #top .hero-slide-image,
  #top .hero-slide-image img {
    min-height: inherit !important;
    height: 100% !important;
  }

  #top .hero-slide-content {
    position: absolute !important;
    inset: 0 !important;
    z-index: 8 !important;
    pointer-events: none !important;
  }

  #top .hero-slide-logo {
    position: absolute !important;
    left: 50% !important;
    right: auto !important;
    top: 14px !important;
    bottom: auto !important;
    transform: translateX(-50%) !important;
    width: min(26vw, 150px) !important;
    min-width: 108px !important;
    max-width: none !important;
    height: auto !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 9 !important;
    filter: drop-shadow(0 6px 18px rgba(0, 0, 0, 0.55)) !important;
  }

  #top .hero-dots {
    bottom: 14px !important;
    z-index: 9 !important;
  }

  #top .top-primary-stack {
    margin-top: 108px !important;
    padding-top: 0 !important;
  }
}


/* ==== final-v8-tablet-logo-align.css ==== */
/* Final v8: align tablet hero logo with PC/mobile at right-bottom */

@media (min-width: 641px) and (max-width: 1100px) {
  #top .hero-slider {
    min-height: min(46svh, 420px) !important;
  }

  #top .hero-slide,
  #top .hero-slide-image,
  #top .hero-slide-image img {
    min-height: inherit !important;
    height: 100% !important;
  }

  #top .hero-slide-content {
    position: absolute !important;
    inset: 0 !important;
    z-index: 8 !important;
    pointer-events: none !important;
  }

  #top .hero-slide-logo {
    position: absolute !important;
    left: auto !important;
    top: auto !important;
    right: clamp(16px, 2.6vw, 28px) !important;
    bottom: clamp(34px, 4.8vw, 52px) !important;
    transform: none !important;
    width: min(30vw, 220px) !important;
    max-width: 34% !important;
    min-width: 150px !important;
    height: auto !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 9 !important;
    filter: drop-shadow(0 6px 18px rgba(0, 0, 0, 0.55)) !important;
  }

  #top .hero-dots {
    bottom: 14px !important;
    z-index: 9 !important;
  }

  #top .top-primary-stack {
    margin-top: clamp(96px, 11vw, 140px) !important;
    padding-top: 0 !important;
  }
}


/* ==== final-v9-tablet-logo-rightbottom.css ==== */
/* Final v9: tablet hero logo should match PC/mobile right-bottom placement */
@media (min-width: 641px) and (max-width: 1100px) {
  #top .hero-slide-content {
    position: absolute !important;
    inset: 0 !important;
    z-index: 8 !important;
    pointer-events: none !important;
  }

  #top .hero-slide-logo {
    position: absolute !important;
    left: auto !important;
    top: auto !important;
    right: 20px !important;
    bottom: 20px !important;
    transform: none !important;
    width: 170px !important;
    min-width: 170px !important;
    max-width: none !important;
    height: auto !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 12 !important;
    filter: drop-shadow(0 8px 18px rgba(0,0,0,.5)) !important;
  }
}


/* ==== final-v10-tablet-hero-fill.css ==== */
/* Final v10: tablet hero image must fill the full hero area, and logo stays inside image at right-bottom */
@media (min-width: 641px) and (max-width: 1100px) {
  #top .top-hero,
  #top .hero-slider {
    min-height: 360px !important;
    height: min(52svh, 430px) !important;
  }

  #top .hero-slide {
    position: relative !important;
    min-height: inherit !important;
    height: 100% !important;
    overflow: hidden !important;
  }

  #top .hero-slide-image {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    z-index: 1 !important;
  }

  #top .hero-slide-image img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    display: block !important;
  }

  #top .hero-slide-overlay {
    position: absolute !important;
    inset: 0 !important;
    z-index: 2 !important;
  }

  #top .hero-slide-content {
    position: absolute !important;
    inset: 0 !important;
    z-index: 8 !important;
    pointer-events: none !important;
  }

  #top .hero-slide-logo {
    position: absolute !important;
    left: auto !important;
    top: auto !important;
    right: 18px !important;
    bottom: 18px !important;
    transform: none !important;
    width: clamp(120px, 20vw, 150px) !important;
    min-width: 120px !important;
    max-width: 32% !important;
    height: auto !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 12 !important;
    filter: drop-shadow(0 6px 16px rgba(0,0,0,.55)) !important;
  }

  #top .hero-dots {
    bottom: 10px !important;
    z-index: 10 !important;
  }

  #top .top-primary-stack {
    margin-top: 36px !important;
    padding-top: 0 !important;
  }
}




/* =========================
   SITEMAP SIMPLE LIST
========================= */
.page-sitemap .page-hero {
  min-height: auto !important;
  padding: 60px 20px 30px !important;
  display: block !important;
}

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

.page-sitemap .page-lead {
  margin-top: 0;
}

.sitemap-shell {
  max-width: 920px;
  margin: 0 auto;
}

.sitemap-list-simple {
  display: grid;
  gap: 22px;
}

.sitemap-link-item {
  display: block;
  text-decoration: none;
  color: #fff;
}

.sitemap-link-title {
  display: block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
}

.sitemap-link-desc {
  display: block;
  font-size: 12px;
  line-height: 1.7;
  opacity: 0.52;
  letter-spacing: 0.02em;
}

.social-link.is-disabled {
  opacity: 0.72;
  cursor: default;
  pointer-events: none;
}

.social-link.is-disabled:hover,
.social-link.is-disabled:focus-visible {
  transform: none;
  box-shadow: none;
}

.discography-card.is-static {
  cursor: default;
}


/* P2 mobile discography action alignment fix */
@media (max-width: 640px) {
  #top .discography-frame {
    min-height: auto !important;
  }
  #top .discography-frame .card-action-left,
  #top .discography-frame .discography-action {
    margin-top: 10px !important;
    padding-top: 6px !important;
  }
}



/* P4 tablet discography action alignment fix */
@media (min-width: 641px) and (max-width: 1100px) {
  #top .discography-frame {
    min-height: auto !important;
  }
  #top .discography-frame .card-action-left,
  #top .discography-frame .discography-action {
    margin-top: 12px !important;
    padding-top: 6px !important;
    align-items: flex-start !important;
  }
}


/* P7 sidebar socials spacing fix */
@media (max-width: 1100px) {
  .sidebar-socials {
    margin-top: 52px !important;
    padding-top: 10px !important;
  }

  .sidebar-copy {
    margin-top: 18px !important;
  }
}



/* P9 top section action spacing normalization */
#top .discography-frame .card-action-left,
#top .discography-frame .discography-action,
#top .top-news-panel .card-action-left,
#top .goods-unified-card .card-action-left,
#top .goods-unified-card .discography-action,
#top .profile-wide-stage .card-action-left,
#top .visuals-unified-card .card-action-left {
  margin-top: 18px !important;
  padding-top: 6px !important;
}

#top .discography-frame .discography-more,
#top .goods-unified-card .discography-more {
  margin-top: 0 !important;
}

@media (max-width: 640px) {
  #top .discography-frame .card-action-left,
  #top .discography-frame .discography-action,
  #top .top-news-panel .card-action-left,
  #top .goods-unified-card .card-action-left,
  #top .goods-unified-card .discography-action,
  #top .profile-wide-stage .card-action-left,
  #top .visuals-unified-card .card-action-left {
    margin-top: 12px !important;
    padding-top: 4px !important;
  }
}

@media (min-width: 641px) and (max-width: 1100px) {
  #top .discography-frame .card-action-left,
  #top .discography-frame .discography-action,
  #top .top-news-panel .card-action-left,
  #top .goods-unified-card .card-action-left,
  #top .goods-unified-card .discography-action,
  #top .profile-wide-stage .card-action-left,
  #top .visuals-unified-card .card-action-left {
    margin-top: 14px !important;
    padding-top: 5px !important;
  }
}



/* P11 footer redesign */
.site-footer-redesign {
  position: relative;
  margin-top: 72px;
  padding: 46px 24px 36px;
  background: rgba(6, 10, 24, 0.9);
  border-top: 1px solid rgba(255,255,255,0.08);
  z-index: 4;
}

.site-footer-redesign .footer-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.site-footer-redesign .footer-socials {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
  align-items: start;
  justify-items: center;
}

.site-footer-redesign .footer-social-item {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  min-width: 0;
  color: rgba(255,255,255,0.82);
  text-decoration: none;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.site-footer-redesign .footer-social-item:hover {
  transform: translateY(-2px);
  opacity: 1;
}

.site-footer-redesign .footer-social-icon {
  width: 28px;
  height: 28px;
  opacity: 0.84;
}

.site-footer-redesign .footer-social-label {
  font-size: 12px;
  line-height: 1.35;
  letter-spacing: 0.08em;
  text-align: center;
  color: rgba(255,255,255,0.72);
  word-break: break-word;
}

.site-footer-redesign .footer-policy-links {
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,0.08);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 22px;
}

.site-footer-redesign .footer-policy-links a {
  color: rgba(255,255,255,0.76);
  text-decoration: none;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.site-footer-redesign .footer-policy-links a:hover {
  color: rgba(255,255,255,0.96);
}

.site-footer-redesign .footer-copy {
  margin-top: 16px;
  text-align: center;
  color: rgba(255,255,255,0.54);
  font-size: 12px;
  letter-spacing: 0.12em;
}

@media (max-width: 1100px) {
  .site-footer-redesign {
    margin-top: 56px;
    padding: 38px 22px 34px;
  }

  .site-footer-redesign .footer-socials {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px 20px;
    max-width: 520px;
    margin: 0 auto;
  }

  .site-footer-redesign .footer-policy-links {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    gap: 12px 18px;
  }
}

@media (max-width: 640px) {
  .site-footer-redesign {
    margin-top: 48px;
    padding: 34px 18px 30px;
  }

  .site-footer-redesign .footer-socials {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px 16px;
    max-width: 280px;
  }

  .site-footer-redesign .footer-social-icon {
    width: 26px;
    height: 26px;
  }

  .site-footer-redesign .footer-social-label {
    font-size: 11px;
  }

  .site-footer-redesign .footer-policy-links {
    margin-top: 28px;
    padding-top: 18px;
    gap: 10px 16px;
  }

  .site-footer-redesign .footer-policy-links a {
    font-size: 12px;
  }

  .site-footer-redesign .footer-copy {
    margin-top: 14px;
    font-size: 11px;
    letter-spacing: 0.08em;
  }
}


/* P12 back-to-top chevron icon */
.back-to-top {
  color: transparent !important;
}

.back-to-top-arrow {
  position: relative;
  width: 18px;
  height: 12px;
  display: inline-block;
  color: transparent;
  font-size: 0;
  line-height: 0;
}

.back-to-top-arrow::before,
.back-to-top-arrow::after {
  content: "";
  position: absolute;
  top: 5px;
  width: 11px;
  height: 2.5px;
  border-radius: 999px;
  background: rgba(255,255,255,0.92);
}

.back-to-top-arrow::before {
  left: 0;
  transform: rotate(-45deg);
  transform-origin: left center;
}

.back-to-top-arrow::after {
  right: 0;
  transform: rotate(45deg);
  transform-origin: right center;
}

/* P12 policy pages */
.policy-shell .pc-header {
  transform: translateY(0) !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

.policy-shell .page-content.policy-page {
  width: min(100% - 48px, 960px);
  margin: 0 auto;
  padding: 168px 0 0;
}

.policy-intro-card,
.policy-section-card,
.policy-note-card {
  background: linear-gradient(180deg, rgba(10,14,30,0.82), rgba(8,11,24,0.72));
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 20px 44px rgba(0,0,0,0.22);
}

.policy-intro-card {
  padding: 30px 34px;
}

.policy-intro-inner p {
  margin: 0;
  color: rgba(255,255,255,0.84);
  line-height: 2;
  letter-spacing: 0.03em;
}

.policy-section-card {
  padding: 30px 34px;
}

.policy-section-head {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 18px;
}

.policy-section-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.14);
  color: rgba(255,255,255,0.72);
  font-size: 12px;
  letter-spacing: 0.16em;
}

.policy-section-head h2,
.policy-note-item h2 {
  margin: 0;
  font-size: clamp(18px, 2vw, 24px);
  letter-spacing: 0.08em;
}

.policy-section-body p,
.policy-note-item p {
  margin: 0;
  color: rgba(255,255,255,0.8);
  line-height: 2;
  letter-spacing: 0.03em;
}

.policy-section-body p + p,
.policy-note-item p + p {
  margin-top: 10px;
}

.policy-note-card {
  padding: 30px 34px;
  margin-bottom: 0;
}

.policy-note-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.policy-note-item {
  padding: 24px;
  border-radius: 22px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
}

.policy-shell .site-footer-redesign {
  margin-top: 64px;
}

@media (max-width: 1100px) {
  .policy-shell .page-content.policy-page {
    width: min(100% - 40px, 900px);
    padding-top: 148px;
  }
}

@media (max-width: 640px) {
  .policy-shell .page-content.policy-page {
    width: min(100% - 28px, 100%);
    padding-top: 122px;
  }

  .policy-intro-card,
  .policy-section-card,
  .policy-note-card {
    padding: 22px 18px;
    border-radius: 22px;
  }

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

  .policy-section-num {
    min-width: 38px;
    height: 38px;
    font-size: 11px;
  }

  .policy-note-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .policy-note-item {
    padding: 18px;
    border-radius: 18px;
  }

  .back-to-top-arrow {
    width: 16px;
    height: 11px;
  }

  .back-to-top-arrow::before,
  .back-to-top-arrow::after {
    width: 9px;
  }
}



/* P13 back-to-top icon position fix */
.back-to-top {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: visible !important;
}

.back-to-top-arrow {
  position: relative;
  width: 18px;
  height: 14px;
  display: inline-block;
  top: 1px;
}

.back-to-top-arrow::before,
.back-to-top-arrow::after {
  top: 6px;
}

/* P13 disable profile hover exaggeration */
#top .profile-card,
#top .profile-card:hover,
#top .profile-card:focus-within,
#top .profile-image-wrap,
#top .profile-image-wrap:hover,
#top .profile-wide-stage .profile-card,
#top .profile-wide-stage .profile-card:hover,
#top .profile-wide-stage .profile-card:focus-within {
  transform: none !important;
  transition: none !important;
  box-shadow: inherit !important;
  filter: none !important;
}

#top .profile-card img,
#top .profile-card:hover img,
#top .profile-wide-stage .profile-card img,
#top .profile-wide-stage .profile-card:hover img {
  transform: none !important;
  transition: none !important;
  filter: none !important;
}

/* P13 policy pages tune to match other detail pages */
.policy-shell .page-hero {
  margin-bottom: 28px;
}

.policy-shell .page-hero .page-title {
  margin-bottom: 14px;
}

.policy-shell .page-hero .page-lead {
  max-width: 760px;
}

.policy-shell .policy-intro-card,
.policy-shell .policy-section-card,
.policy-shell .policy-note-card {
  border-radius: 28px;
}

.policy-shell .policy-section-card + .policy-section-card {
  margin-top: 18px;
}

.policy-shell .policy-note-card {
  margin-top: 18px;
}

.policy-shell .policy-section-head {
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  margin-bottom: 18px;
}

.policy-shell .policy-intro-inner p,
.policy-shell .policy-section-body p,
.policy-shell .policy-note-item p {
  font-size: 15px;
}

@media (max-width: 640px) {
  .back-to-top-arrow {
    width: 16px;
    height: 13px;
    top: 0;
  }

  .back-to-top-arrow::before,
  .back-to-top-arrow::after {
    top: 6px;
  }

  .policy-shell .policy-intro-card,
  .policy-shell .policy-section-card,
  .policy-shell .policy-note-card {
    border-radius: 22px;
  }

  .policy-shell .policy-intro-inner p,
  .policy-shell .policy-section-body p,
  .policy-shell .policy-note-item p {
    font-size: 14px;
  }
}



/* P13 page meta block for policy pages */
.policy-shell .page-meta-block {
  margin: 0 0 18px;
  padding: 24px 30px;
  border-radius: 28px;
  background: rgba(255,255,255,0.035);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 16px 36px rgba(0,0,0,0.18);
}

.policy-shell .page-meta-eyebrow {
  margin: 0 0 10px;
  color: rgba(255,255,255,0.56);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.policy-shell .page-meta-title {
  margin: 0 0 12px;
  font-size: clamp(20px, 2.2vw, 28px);
  letter-spacing: 0.06em;
}

.policy-shell .page-meta-summary {
  margin: 0;
  color: rgba(255,255,255,0.82);
  line-height: 1.95;
}

@media (max-width: 640px) {
  .policy-shell .page-meta-block {
    padding: 20px 18px;
    border-radius: 22px;
  }

  .policy-shell .page-meta-title {
    font-size: 20px;
  }

  .policy-shell .page-meta-summary {
    font-size: 14px;
  }
}


/* P14 fix standalone policy pages and back-to-top */
.policy-shell .reveal { opacity: 1 !important; transform: none !important; }
.policy-shell .page-content.policy-page { display: block !important; opacity: 1 !important; visibility: visible !important; position: relative; z-index: 2; }
.policy-shell .page-content.policy-page > * { opacity: 1 !important; visibility: visible !important; }
.policy-shell .sidebar.open { transform: translateX(0) !important; }
.policy-shell .sidebar-overlay.show { opacity: 1 !important; visibility: visible !important; }
.back-to-top { display: inline-flex !important; align-items: center !important; justify-content: center !important; overflow: visible !important; }
.back-to-top-arrow { width: 18px !important; height: 14px !important; top: 2px !important; }
.back-to-top-arrow::before, .back-to-top-arrow::after { top: 7px !important; }
#top .profile-card,
#top .profile-card:hover,
#top .profile-card:focus-within,
#top .profile-wide-stage .profile-card,
#top .profile-wide-stage .profile-card:hover,
#top .profile-wide-stage .profile-card:focus-within,
#top .profile-card img,
#top .profile-card:hover img,
#top .profile-wide-stage .profile-card img,
#top .profile-wide-stage .profile-card:hover img,
#top .profile-image-wrap,
#top .profile-image-wrap:hover { transform: none !important; transition: opacity .2s ease !important; filter: none !important; }
.policy-shell .policy-page-summary { padding: 20px 26px; border-radius: 28px; background: linear-gradient(180deg, rgba(10,14,30,0.72), rgba(8,11,24,0.62)); border: 1px solid rgba(255,255,255,0.08); }
.policy-shell .policy-page-head { margin: 0; }
.policy-shell .policy-page-head .subtext { margin: 10px auto 0; max-width: 720px; color: rgba(255,255,255,0.72); line-height: 1.9; text-align: center; }
@media (max-width: 640px) {
  .back-to-top-arrow { width: 16px !important; height: 13px !important; top: 1px !important; }
  .back-to-top-arrow::before, .back-to-top-arrow::after { top: 7px !important; width: 9px !important; }
  .policy-shell .policy-page-summary { padding: 18px 16px; border-radius: 22px; }
  .policy-shell .policy-page-head .subtext { font-size: 14px; }
}


/* P15 integrated policy pages */
.policy-content-page {
  padding-bottom: 40px;
}

.policy-overview-card,
.policy-body-card,
.policy-note-panel {
  border-radius: 28px;
}

.policy-overview-card {
  padding: 30px 34px;
}

.policy-summary {
  margin: 18px 0 0;
  color: rgba(255,255,255,0.82);
  line-height: 2;
  letter-spacing: 0.03em;
}

.policy-body-card {
  padding: 28px 34px;
}

.policy-copy-stack {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.policy-copy-stack .content-copy {
  margin: 0;
}

.policy-section-label {
  margin-bottom: 0;
}

.policy-note-panel {
  margin-top: 18px;
}

#top .profile-card,
#top .profile-card:hover,
#top .profile-card:focus-within,
#top .profile-wide-stage .profile-card,
#top .profile-wide-stage .profile-card:hover,
#top .profile-wide-stage .profile-card:focus-within,
#top .profile-card img,
#top .profile-card:hover img,
#top .profile-wide-stage .profile-card img,
#top .profile-wide-stage .profile-card:hover img,
#top .profile-image-wrap,
#top .profile-image-wrap:hover {
  transform: none !important;
  transition: opacity 0.2s ease !important;
  filter: none !important;
  box-shadow: inherit !important;
}

/* P15 stable back to top svg */
.back-to-top {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  color: rgba(255,255,255,0.92) !important;
}

.back-to-top-arrow {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 20px !important;
  height: 20px !important;
  position: static !important;
  color: inherit !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

.back-to-top-arrow::before,
.back-to-top-arrow::after {
  content: none !important;
}

.back-to-top-icon {
  display: block;
  width: 18px;
  height: 18px;
  overflow: visible;
}

@media (max-width: 640px) {
  .policy-overview-card,
  .policy-body-card,
  .policy-note-panel {
    border-radius: 22px;
  }

  .policy-overview-card,
  .policy-body-card {
    padding: 22px 18px;
  }

  .policy-summary {
    font-size: 14px;
  }

  .policy-copy-stack {
    gap: 8px;
  }

  .back-to-top-arrow {
    width: 18px !important;
    height: 18px !important;
  }

  .back-to-top-icon {
    width: 16px;
    height: 16px;
  }
}


/* P16 sidebar menu design unify */
.sidebar-nav a::after {
  content: none !important;
  display: none !important;
}

.sidebar-nav a,
.sidebar-nav a:hover,
.sidebar-nav a:focus-visible,
.sidebar-nav a.is-active {
  text-decoration: none !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}

.sidebar-nav {
  gap: 28px !important;
}

.sidebar-nav a {
  padding: 0 !important;
  opacity: 1 !important;
}

.sidebar-nav a.is-active {
  color: rgba(245,247,255,0.88) !important;
}

/* P16 reduce gap above footer on short content pages */
.page-content.sub-page,
.policy-content-page {
  padding-bottom: 24px !important;
}

.policy-note-panel {
  margin-bottom: 0 !important;
}

.site-footer-redesign {
  margin-top: 40px !important;
}

@media (max-width: 1100px) {
  .site-footer-redesign {
    margin-top: 32px !important;
  }
}

@media (max-width: 640px) {
  .sidebar-nav {
    gap: 24px !important;
  }

  .page-content.sub-page,
  .policy-content-page {
    padding-bottom: 18px !important;
  }

  .site-footer-redesign {
    margin-top: 24px !important;
  }
}


/* P17 tighten footer gap on policy pages for tablet/pc */
@media (min-width: 641px) {
  .policy-content-page {
    padding-bottom: 8px !important;
  }

  .policy-note-panel {
    margin-bottom: -6px !important;
  }

  .site-footer-redesign {
    margin-top: 18px !important;
  }
}

@media (min-width: 641px) and (max-width: 1100px) {
  .policy-content-page {
    padding-bottom: 4px !important;
  }

  .policy-note-panel {
    margin-bottom: -8px !important;
  }

  .site-footer-redesign {
    margin-top: 12px !important;
  }
}


/* P18 fix policy page PC gap + disable hover + sitemap policy links */
@media (min-width: 1101px) {
  .policy-content-page {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }

  .policy-note-panel {
    margin-bottom: -18px !important;
    padding-bottom: 0 !important;
  }

  .site-footer-redesign {
    margin-top: 8px !important;
  }
}

/* Disable extra hover effects on policy pages */
.policy-content-page .feature-panel,
.policy-content-page .feature-panel:hover,
.policy-content-page .feature-panel:focus-within,
.policy-content-page .policy-overview-card,
.policy-content-page .policy-overview-card:hover,
.policy-content-page .policy-body-card,
.policy-content-page .policy-body-card:hover,
.policy-content-page .policy-note-panel,
.policy-content-page .policy-note-panel:hover,
.policy-content-page .section-head,
.policy-content-page .section-head:hover,
.policy-content-page a,
.policy-content-page a:hover {
  transform: none !important;
  transition: none !important;
  filter: none !important;
  box-shadow: inherit !important;
}

/* Keep policy page text links visually calm */
.policy-content-page a {
  text-decoration: none !important;
}

/* Sitemap links for policy pages behave like normal sitemap items */
.sitemap-link-item[href*="shell.html?page=policy"],
.sitemap-link-item[href*="shell.html?page=privacy"],
.sitemap-link-item[href*="shell.html?page=contact"],
.sitemap-link-item[href*="shell.html?page=cookie"] {
  cursor: pointer;
}


/* P19 footer sitemap link and calmer policy pages */
.site-footer-redesign .footer-policy-links {
  align-items: center;
}

.site-footer-redesign .footer-policy-links a {
  white-space: nowrap;
}

.policy-content-page .feature-panel,
.policy-content-page .feature-panel:hover,
.policy-content-page .feature-panel:focus-within,
.policy-content-page .section-head,
.policy-content-page .section-head:hover {
  transform: none !important;
  transition: none !important;
  filter: none !important;
}

@media (max-width: 640px) {
  .site-footer-redesign .footer-policy-links {
    gap: 10px 14px;
  }
}


/* P20 real fix for iframe height and policy links */
.page-frame {
  min-height: 0 !important;
  height: auto;
}

.policy-content-page,
.policy-content-page:hover,
.policy-content-page:focus-within,
.policy-content-page .feature-panel,
.policy-content-page .feature-panel:hover,
.policy-content-page .feature-panel:focus-within,
.policy-content-page .section-head,
.policy-content-page .section-head:hover,
.policy-content-page .section-head:focus-within {
  transform: none !important;
  transition: none !important;
  filter: none !important;
}

@media (min-width: 1101px) {
  .site-footer-redesign {
    margin-top: 4px !important;
  }
}


/* P21 footer sitemap link spacing */
.site-footer-redesign .footer-policy-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  justify-content: center;
}


/* P22 footer sitemap link real add */
.site-footer-redesign .footer-policy-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 16px;
}


/* P25 remove profile hover effect completely */
.profile-card,
.profile-card:hover,
.profile-card:focus-within,
.profile-card img,
.profile-card:hover img,
.profile-image-wrap,
.profile-image-wrap:hover {
  transform: none !important;
  transition: none !important;
  filter: none !important;
  box-shadow: inherit !important;
}


/* P26 left-align policy section headers across devices */
.policy-content-page .section-head,
.policy-content-page .policy-section-label {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  text-align: left !important;
  gap: 12px;
}

.policy-content-page .section-head .line,
.policy-content-page .policy-section-label .line {
  flex: 0 0 40px; /* short line on the left */
}

.policy-content-page .section-head > div,
.policy-content-page .policy-section-label > div {
  text-align: left !important;
}

.policy-content-page .section-head h2,
.policy-content-page .policy-section-label h2 {
  text-align: left !important;
}

.policy-content-page .section-head .eyebrow,
.policy-content-page .policy-section-label .eyebrow {
  text-align: left !important;
}

/* body text already left; ensure no center overrides */
.policy-content-page .policy-copy-stack,
.policy-content-page .policy-summary,
.policy-content-page .content-copy {
  text-align: left !important;
}

/* mobile/tablet keep same alignment */
@media (max-width: 1100px) {
  .policy-content-page .section-head,
  .policy-content-page .policy-section-label {
    gap: 10px;
  }
}

@media (max-width: 640px) {
  .policy-content-page .section-head .line,
  .policy-content-page .policy-section-label .line {
    flex-basis: 28px;
  }
}


/* P27 improve policy readability */

/* remove decorative lines */
.policy-content-page .section-head .line,
.policy-content-page .policy-section-label .line {
  display: none !important;
}

/* simplify header layout */
.policy-content-page .section-head,
.policy-content-page .policy-section-label {
  gap: 6px !important;
  align-items: flex-start !important;
}

/* increase title readability */
.policy-content-page .section-head h2,
.policy-content-page .policy-section-label h2 {
  font-size: 20px !important;
  font-weight: 600 !important;
  letter-spacing: 0.04em;
  margin-top: 2px;
}

@media (min-width: 768px) {
  .policy-content-page .section-head h2,
  .policy-content-page .policy-section-label h2 {
    font-size: 22px !important;
  }
}

@media (min-width: 1100px) {
  .policy-content-page .section-head h2,
  .policy-content-page .policy-section-label h2 {
    font-size: 24px !important;
  }
}

/* eyebrow label smaller + subtle */
.policy-content-page .eyebrow {
  font-size: 11px !important;
  letter-spacing: 0.12em;
  opacity: 0.6;
}

/* body text more readable */
.policy-content-page .content-copy,
.policy-content-page .policy-summary {
  line-height: 2.1 !important;
  font-size: 14px;
  opacity: 0.85;
}

@media (min-width: 768px) {
  .policy-content-page .content-copy,
  .policy-content-page .policy-summary {
    font-size: 15px;
  }
}

@media (min-width: 1100px) {
  .policy-content-page .content-copy,
  .policy-content-page .policy-summary {
    font-size: 16px;
  }
}

/* spacing between sections */
.policy-content-page .feature-panel {
  margin-bottom: 28px !important;
}

@media (min-width: 1100px) {
  .policy-content-page .feature-panel {
    margin-bottom: 36px !important;
  }
}


/* P28 further refine policy readability */

/* subtle divider between sections */
.policy-content-page .feature-panel {
  border-top: 1px solid rgba(255,255,255,0.06);
  padding-top: 18px;
}

.policy-content-page .feature-panel:first-of-type {
  border-top: none;
  padding-top: 0;
}

/* stronger hierarchy for headings */
.policy-content-page .section-head h2 {
  font-weight: 700 !important;
  letter-spacing: 0.05em;
}

/* slightly dim eyebrow more */
.policy-content-page .eyebrow {
  opacity: 0.5;
}

/* improve paragraph spacing */
.policy-content-page .content-copy + .content-copy {
  margin-top: 10px;
}

/* tighten max width for readability */
.policy-content-page .policy-copy-stack,
.policy-content-page .policy-summary {
  max-width: 720px;
}

/* center block but keep text left */
.policy-content-page .feature-panel {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
}


/* P29 sitemap multi-column layout */
.sitemap-links-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.9fr);
  gap: 42px 64px;
  align-items: start;
  max-width: 960px;
  margin: 0 auto;
}

.sitemap-group {
  display: grid;
  gap: 16px;
}

.sitemap-group-label {
  margin: 0 0 8px;
  color: rgba(255,255,255,0.54);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.sitemap-group .sitemap-link-item {
  display: block;
  padding: 0 0 12px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.sitemap-group .sitemap-link-title {
  display: block;
}

.sitemap-group .sitemap-link-desc {
  display: block;
  margin-top: 5px;
}

@media (max-width: 1100px) {
  .sitemap-links-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px 28px;
    max-width: 760px;
  }
}

@media (max-width: 640px) {
  .sitemap-links-grid {
    grid-template-columns: 1fr;
    gap: 26px;
    max-width: 100%;
  }

  .sitemap-group {
    gap: 14px;
  }
}

/* P30 force sitemap grid */
.sitemap-links-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width:640px){
  .sitemap-links-grid{
    grid-template-columns:1fr;
  }
}


/* P31 actual sitemap two-column layout */
.sitemap-list-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.9fr);
  gap: 36px 54px;
  align-items: start;
  max-width: 920px;
  margin: 0 auto;
}

.sitemap-col {
  display: grid;
  gap: 18px;
}

.sitemap-col .sitemap-link-item {
  display: block;
  padding: 0 0 12px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.sitemap-col .sitemap-link-title {
  display: block;
}

.sitemap-col .sitemap-link-desc {
  display: block;
  margin-top: 5px;
}

@media (max-width: 1100px) {
  .sitemap-list-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px 26px;
  }
}

@media (max-width: 640px) {
  .sitemap-list-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .sitemap-col {
    gap: 14px;
  }
}

/* P33 NEWS and GOODS quality upgrade */
.news-archive-shell{display:grid;gap:26px;}
.news-featured-card{display:grid;grid-template-columns:minmax(260px,.95fr) minmax(0,1.1fr);gap:24px;align-items:stretch;padding:0;overflow:hidden;border-radius:28px;background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.025));border:1px solid rgba(255,255,255,.08);}
.news-featured-media img{width:100%;height:100%;min-height:280px;object-fit:cover;display:block;}
.news-featured-body{padding:28px 28px 26px;display:grid;align-content:start;gap:14px;}
.news-meta-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;}
.news-chip{display:inline-flex;align-items:center;min-height:28px;padding:0 12px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.06);color:rgba(255,255,255,.88);font-size:11px;letter-spacing:.14em;}
.news-chip-subtle{background:rgba(255,255,255,.03);}
.news-meta-date{color:rgba(255,255,255,.62);font-size:12px;letter-spacing:.12em;}
.news-featured-body h2{margin:0;font-size:clamp(24px,3vw,34px);letter-spacing:.04em;line-height:1.25;}
.news-featured-body p{margin:0;color:rgba(255,255,255,.8);line-height:1.95;}
.news-featured-btn{justify-self:start;margin-top:4px;}
.news-archive-listing{display:grid;gap:14px;}
.news-archive-row-upgrade{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:22px 22px 22px 24px;border-radius:22px;border:1px solid rgba(255,255,255,.07);background:rgba(255,255,255,.025);}
.news-archive-main{display:grid;gap:10px;min-width:0;}
.news-archive-body h2{margin:0;font-size:20px;}
.news-archive-body p{margin:8px 0 0;color:rgba(255,255,255,.72);line-height:1.85;}
.news-archive-arrow{color:rgba(255,255,255,.54);font-size:22px;flex:0 0 auto;}
.article-meta-stack{display:flex;gap:12px;align-items:center;justify-content:center;flex-wrap:wrap;}
.article-body-upgrade{padding:0;overflow:hidden;}
.article-body-upgrade .article-body-copy{padding:28px 30px 30px;}
.article-body-upgrade .article-summary{font-size:18px;line-height:1.9;}
.goods-guide-panel{padding:24px 26px;}
.goods-guide-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;}
.goods-guide-card{padding:20px 18px;border-radius:22px;border:1px solid rgba(255,255,255,.07);background:rgba(255,255,255,.03);}
.goods-guide-label{display:block;margin-bottom:10px;color:rgba(255,255,255,.55);font-size:11px;letter-spacing:.16em;}
.goods-guide-card strong{display:block;font-size:18px;line-height:1.4;}
.goods-guide-card p{margin:10px 0 0;color:rgba(255,255,255,.72);line-height:1.8;}
.goods-archive-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;}
.goods-archive-card-upgrade{display:grid;grid-template-columns:minmax(190px,.9fr) minmax(0,1fr);gap:0;overflow:hidden;border-radius:26px;border:1px solid rgba(255,255,255,.07);background:rgba(255,255,255,.025);text-decoration:none;color:inherit;}
.goods-archive-thumb img{width:100%;height:100%;min-height:260px;object-fit:cover;}
.goods-card-body{display:grid;grid-template-rows:auto 1fr auto;padding:22px 22px 20px;gap:14px;}
.goods-card-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;}
.goods-status{display:inline-flex;align-items:center;min-height:28px;padding:0 12px;border-radius:999px;font-size:11px;letter-spacing:.12em;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.06);}
.goods-status-on-sale{background:rgba(74,163,106,.16);border-color:rgba(74,163,106,.32);}
.goods-status-pre-order{background:rgba(135,102,214,.16);border-color:rgba(135,102,214,.32);}
.goods-status-coming-soon{background:rgba(54,135,207,.16);border-color:rgba(54,135,207,.32);}
.goods-status-sold-out{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.12);color:rgba(255,255,255,.62);}
.goods-price,.goods-detail-price{font-size:22px;letter-spacing:.03em;}
.goods-card-copy h3{margin:4px 0 8px;}
.goods-card-copy .discography-meta{color:rgba(255,255,255,.72);line-height:1.85;}
.goods-card-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:12px;color:rgba(255,255,255,.6);letter-spacing:.08em;}
.goods-card-cta{color:rgba(255,255,255,.9);}
.goods-detail-panel-upgrade{padding:28px 30px;}
.goods-detail-layout{align-items:start;}
.goods-detail-meta-box{display:grid;gap:12px;margin-bottom:18px;}
.goods-detail-purchase-row{margin-top:22px;}
.section-view-btn.is-disabled{pointer-events:none;opacity:.62;}
@media (max-width:1100px){.news-featured-card{grid-template-columns:1fr;}.news-featured-media img{min-height:220px;}.goods-guide-grid,.goods-archive-grid{grid-template-columns:1fr;}}
@media (max-width:640px){.news-featured-body{padding:22px 18px 20px;}.news-archive-row-upgrade{padding:18px 16px;align-items:flex-start;}.news-archive-body h2{font-size:18px;}.article-body-upgrade .article-body-copy{padding:22px 18px 24px;}.goods-guide-panel,.goods-detail-panel-upgrade{padding:22px 18px;}.goods-archive-card-upgrade{grid-template-columns:1fr;}.goods-archive-thumb img{min-height:220px;}.goods-card-body{padding:18px 16px 18px;}.goods-price,.goods-detail-price{font-size:20px;}}


/* P34 clean NEWS page redesign */
.news-archive-shell {
  display: grid;
  gap: 22px;
}

.news-lead-card {
  display: grid !important;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 0;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,0.08);
  background: linear-gradient(180deg, rgba(255,255,255,0.035), rgba(255,255,255,0.02));
}

.news-lead-copy {
  padding: 30px 30px 28px;
  display: grid;
  align-content: start;
  gap: 14px;
}

.news-lead-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.news-lead-copy h2 {
  margin: 0;
  font-size: clamp(26px, 2.8vw, 38px);
  line-height: 1.22;
}

.news-lead-copy p {
  margin: 0;
  color: rgba(255,255,255,0.78);
  line-height: 1.95;
}

.news-lead-btn {
  justify-self: start;
  margin-top: 4px;
}

.news-lead-media {
  min-height: 320px;
}

.news-lead-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.news-list-clean {
  display: grid;
  gap: 12px;
}

.news-list-row {
  display: grid !important;
  grid-template-columns: 120px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  text-decoration: none;
  color: inherit;
  padding: 20px 22px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.07);
  background: rgba(255,255,255,0.02);
  transform: none !important;
  box-shadow: none !important;
}

.news-list-date {
  color: rgba(255,255,255,0.62);
  font-size: 13px;
  letter-spacing: 0.12em;
}

.news-list-content {
  min-width: 0;
}

.news-list-topline {
  margin-bottom: 10px;
}

.news-list-content h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.3;
}

.news-list-content p {
  margin: 8px 0 0;
  color: rgba(255,255,255,0.74);
  line-height: 1.85;
}

.news-list-arrow {
  color: rgba(255,255,255,0.56);
  font-size: 22px;
}

@media (max-width: 1100px) {
  .news-lead-card {
    grid-template-columns: 1fr;
  }

  .news-lead-media {
    min-height: 240px;
    order: -1;
  }

  .news-list-row {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 12px;
  }

  .news-list-arrow {
    display: none;
  }
}

@media (max-width: 640px) {
  .news-lead-copy {
    padding: 22px 18px 22px;
  }

  .news-lead-copy h2 {
    font-size: 26px;
  }

  .news-lead-media {
    min-height: 200px;
  }

  .news-list-row {
    padding: 18px 16px;
  }

  .news-list-content h3 {
    font-size: 19px;
  }

  .news-list-content p {
    font-size: 14px;
  }
}


/* P35 tune NEWS lead button */
.news-lead-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 46px;
  padding: 0 22px !important;
  border-radius: 999px !important;
  letter-spacing: 0.1em !important;
  font-size: 12px !important;
  line-height: 1 !important;
  white-space: nowrap;
  gap: 8px;
}

.news-lead-btn::after {
  content: "→";
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  transform: translateY(-1px);
}

@media (max-width: 640px) {
  .news-lead-btn {
    min-height: 42px;
    padding: 0 18px !important;
    font-size: 11px !important;
  }
}


/* P36 reduce NEWS lead card height */
.news-lead-card{
  grid-template-columns: minmax(0,1.2fr) minmax(260px,0.8fr);
}

.news-lead-copy{
  padding: 22px 24px 20px;
  gap: 10px;
}

.news-lead-copy h2{
  font-size: clamp(22px,2.2vw,30px);
}

.news-lead-media{
  min-height: 220px !important;
  max-height: 260px;
}

.news-lead-media img{
  height: 100%;
  object-fit: cover;
}

@media (max-width:1100px){
  .news-lead-media{
    min-height: 200px !important;
    max-height: 220px;
  }
}

@media (max-width:640px){
  .news-lead-copy{
    padding: 18px 16px 16px;
  }
  .news-lead-copy h2{
    font-size: 22px;
  }
  .news-lead-media{
    min-height: 180px !important;
  }
}


/* P37 NEWS polish (more official feel) */

/* tighten lead card visual */
.news-lead-card{
  background: linear-gradient(180deg, rgba(255,255,255,0.045), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}

/* slightly stronger text hierarchy */
.news-lead-copy h2{
  font-weight: 600;
  letter-spacing: 0.02em;
}

.news-lead-copy p{
  color: rgba(255,255,255,0.85);
}

/* list density improvement */
.news-list-row{
  padding: 18px 22px;
  background: rgba(255,255,255,0.018);
  border: 1px solid rgba(255,255,255,0.06);
}

.news-list-row:hover{
  background: rgba(255,255,255,0.04);
}

/* title emphasis */
.news-list-content h3{
  font-weight: 600;
  letter-spacing: 0.02em;
}

/* summary lighter + tighter */
.news-list-content p{
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255,255,255,0.68);
}

/* date smaller = more pro feel */
.news-list-date{
  font-size: 11px;
  opacity: 0.8;
}

/* chip subtle */
.news-chip{
  font-size: 10px;
  padding: 0 10px;
}


/* P38 NEWS cool style + hide lead image on tablet/mobile */
.news-lead-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.012));
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 14px 34px rgba(0,0,0,0.22);
}

.news-lead-copy {
  gap: 12px;
}

.news-lead-copy h2 {
  font-weight: 700;
  letter-spacing: 0.015em;
  line-height: 1.18;
}

.news-lead-copy p {
  color: rgba(255,255,255,0.82);
  line-height: 1.9;
}

.news-list-row {
  background: rgba(255,255,255,0.014);
  border: 1px solid rgba(255,255,255,0.055);
}

.news-list-row:hover {
  background: rgba(255,255,255,0.028);
}

.news-list-content h3 {
  font-weight: 700;
  letter-spacing: 0.015em;
}

.news-list-content p {
  color: rgba(255,255,255,0.66);
}

/* Hide lead image on tablet and mobile */
@media (max-width: 1100px) {
  .news-lead-card {
    grid-template-columns: 1fr !important;
  }

  .news-lead-media {
    display: none !important;
  }

  .news-lead-copy {
    padding: 22px 20px 22px;
  }
}

@media (max-width: 640px) {
  .news-lead-card {
    border-radius: 24px;
  }

  .news-lead-copy {
    padding: 20px 18px 20px;
  }

  .news-lead-copy h2 {
    font-size: 20px !important;
  }

  .news-lead-copy p {
    font-size: 14px;
    line-height: 1.85;
  }

  .news-list-row {
    padding: 16px 14px;
    border-radius: 18px;
  }
}


/* P39 lead news card fully clickable */
.news-lead-card-link {
  position: relative;
  text-decoration: none;
  color: inherit;
}

.news-lead-btn {
  display: none !important;
}

.news-lead-arrow {
  position: absolute;
  right: 22px;
  bottom: 20px;
  color: rgba(255,255,255,0.56);
  font-size: 22px;
  line-height: 1;
  pointer-events: none;
}

.news-lead-card-link:hover .news-lead-arrow {
  color: rgba(255,255,255,0.88);
}

@media (max-width: 1100px) {
  .news-lead-arrow {
    right: 18px;
    bottom: 18px;
  }
}

@media (max-width: 640px) {
  .news-lead-arrow {
    right: 16px;
    bottom: 16px;
    font-size: 20px;
  }
}


/* P40 remove lead arrow */
.news-lead-arrow{
  display:none !important;
}


/* P47 GOODS upgrade (EC-ready tone) */
.goods-guide-panel {
  padding: 24px 26px;
}

.goods-guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.goods-guide-card {
  padding: 20px 18px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.07);
  background: rgba(255,255,255,0.03);
}

.goods-guide-label {
  display: block;
  margin-bottom: 10px;
  color: rgba(255,255,255,0.55);
  font-size: 11px;
  letter-spacing: 0.16em;
}

.goods-guide-card strong {
  display: block;
  font-size: 18px;
  line-height: 1.4;
}

.goods-guide-card p {
  margin: 10px 0 0;
  color: rgba(255,255,255,0.72);
  line-height: 1.8;
}

.goods-archive-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.goods-archive-card-upgrade {
  display: grid;
  grid-template-columns: minmax(190px, 0.9fr) minmax(0, 1fr);
  gap: 0;
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,0.07);
  background: rgba(255,255,255,0.02);
  text-decoration: none;
  color: inherit;
}

.goods-archive-thumb img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
}

.goods-card-body {
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: 22px 22px 20px;
  gap: 14px;
}

.goods-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.goods-status {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: 0.12em;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.06);
}

.goods-status-on-sale {
  background: rgba(74,163,106,0.16);
  border-color: rgba(74,163,106,0.32);
}

.goods-status-pre-order {
  background: rgba(135,102,214,0.16);
  border-color: rgba(135,102,214,0.32);
}

.goods-status-coming-soon {
  background: rgba(54,135,207,0.16);
  border-color: rgba(54,135,207,0.32);
}

.goods-status-sold-out {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.62);
}

.goods-price,
.goods-detail-price {
  font-size: 22px;
  letter-spacing: 0.03em;
}

.goods-card-copy h3 {
  margin: 4px 0 8px;
}

.goods-card-copy .discography-meta {
  color: rgba(255,255,255,0.72);
  line-height: 1.85;
}

.goods-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 12px;
  color: rgba(255,255,255,0.6);
  letter-spacing: 0.08em;
}

.goods-card-cta {
  color: rgba(255,255,255,0.9);
}

.goods-detail-panel-upgrade {
  padding: 28px 30px;
}

.goods-detail-layout {
  align-items: start;
}

.goods-detail-meta-box {
  display: grid;
  gap: 12px;
  margin-bottom: 18px;
}

.goods-detail-purchase-row {
  margin-top: 22px;
}

.section-view-btn.is-disabled {
  pointer-events: none;
  opacity: 0.62;
}

@media (max-width: 1100px) {
  .goods-guide-grid,
  .goods-archive-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .goods-guide-panel,
  .goods-detail-panel-upgrade {
    padding: 22px 18px;
  }

  .goods-archive-card-upgrade {
    grid-template-columns: 1fr;
  }

  .goods-archive-thumb img {
    min-height: 220px;
  }

  .goods-card-body {
    padding: 18px 16px 18px;
  }

  .goods-price,
  .goods-detail-price {
    font-size: 20px;
  }
}
