/* Compact sharing controls; expanded choices stay in the page and never lock scrolling. */
.share-tools {
  --share-ink: #e9c77f;
  --share-line: #5e5136;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-top: 16px;
  min-width: 0;
  font-size: .8125rem;
  line-height: 1.4;
}
.share-tools [hidden] { display: none !important; }
.share-trigger, .share-copy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 44px;
  padding: 9px 14px;
  color: var(--share-ink);
  background: transparent;
  border: 1px solid var(--share-line);
  border-radius: 3px;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
}
.share-trigger::-webkit-details-marker { display: none; }
.share-copy { border-color: transparent; padding-inline: 0; }
.share-trigger:hover, .share-copy:hover { text-decoration: underline; text-underline-offset: 4px; }
.share-tools :focus-visible { outline: 2px solid var(--share-ink); outline-offset: 4px; }
.share-details { min-width: 0; }
.share-details[open] { flex-basis: 100%; }
.share-details[open] > summary { margin-bottom: 10px; }
.share-menu {
  width: min(100%, 32rem);
  padding: 18px;
  border: 1px solid #665632;
  background: #131310;
  color: #f4f0e6;
  border-radius: 3px;
  box-sizing: border-box;
}
.share-menu-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 12px; font-weight: 600; }
.share-menu-heading button { color: #f4f0e6; background: none; border: 0; min-width: 44px; min-height: 44px; font-size: 1.4rem; cursor: pointer; }
.share-destinations { display: flex; flex-wrap: wrap; gap: 8px; }
.share-destinations > a, .share-destinations > button {
  display: inline-flex; align-items: center; justify-content: space-between; gap: 12px;
  flex: 1 1 100px; min-height: 44px; padding: 10px 12px;
  color: #f4f0e6; background: #24231d; border: 1px solid #5e5136;
  border-radius: 2px; font: inherit; text-align: left; cursor: pointer;
}
.share-destinations > a:hover, .share-destinations > button:hover { background: #d9aa4b; color: #080808; }
.share-platform { flex: 1 1 120px; min-width: 0; }
.share-platform[open] { flex-basis: 100%; }
.share-platform-trigger {
  display: flex; align-items: center; gap: 12px; padding: 12px;
  min-height: 58px; border: 1px solid #665632; border-radius: 3px;
  background: #24231d; color: #f4f0e6; font-weight: 600; cursor: pointer; list-style: none;
}
.share-platform-trigger::-webkit-details-marker { display: none; }
.share-platform-trigger > span { min-width: 0; }
.share-platform-trigger small { display: block; color: #c4bdad; font-size: .6875rem; font-weight: 400; margin-top: 3px; }
.share-platform-instagram .share-platform-trigger { border-color: #83566b; }
.share-platform-instagram .share-platform-trigger > svg { color: #f4a5c2; flex-shrink: 0; }
.share-platform-tiktok .share-platform-trigger { border-color: #397575; }
.share-platform-note { color: #83e0dc; font: 700 1.65rem/1 Arial, sans-serif; }
.share-platform-trigger:hover, .share-platform[open] > summary { background: #383127; }
.share-platform-guide { padding: 18px 0 8px; }
.share-menu .share-platform-intro { margin: 0 0 16px; color: #e6dfd1; font: 400 .8125rem/1.65 var(--body, sans-serif); }
.share-image-preview { margin: 0 0 12px; padding: 12px; background: #080808; border: 1px solid #39372e; }
.share-image-preview img { display: block; width: 100%; height: auto; max-height: 250px; object-fit: contain; }
.share-kit-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.share-kit-actions > a, .share-kit-actions > button, .share-open-platform {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 44px; padding: 10px 12px; border: 1px solid #70603e;
  background: #24231d; color: #f4f0e6; border-radius: 3px; font: 600 .75rem/1.5 var(--body, sans-serif); cursor: pointer;
}
.share-kit-actions > a:hover, .share-kit-actions > button:hover { background: #383127; }
.share-kit-actions > button:disabled { opacity: .65; cursor: progress; }
.share-caption { display: block; width: 100%; box-sizing: border-box; min-height: 100px; margin-top: 7px; padding: 10px; resize: vertical; background: #080808; border: 1px solid #655a43; border-radius: 3px; color: #f4f0e6; font: inherit; line-height: 1.6; }
.share-open-platform { margin-top: 16px; background: #d9aa4b; color: #080808; }
.share-menu .share-platform-footnote, .share-menu .share-image-status { margin: 12px 0 0; color: #c4bdad; font: 400 .75rem/1.6 var(--body, sans-serif); }
.share-image-status:empty { display: none; }
.share-url-label { display: block; margin-top: 18px; font-size: .75rem; color: #c4bdad; }
.share-url { display: block; width: 100%; min-width: 0; box-sizing: border-box; min-height: 44px; padding: 10px; margin-top: 7px; font: inherit; color: #f4f0e6; border: 1px solid #655a43; background: #080808; border-radius: 2px; }
.share-menu .share-help { font-family: inherit; font-size: .75rem; color: #c4bdad; line-height: 1.6; margin: 12px 0 0; }
.article-share { margin-top: 26px; }
.lead-story, .type-story { display: flex; flex-direction: column; }
.lead-story-inner, .type-story > a { height: auto; flex: 1; }
.story-card-share { padding: 0 26px 22px; margin-top: 0; }
.type-story .share-tools { --share-ink: #17150c; --share-line: #4c3d1c; }
.artist-copy .share-tools { --share-ink: #17150c; --share-line: #4c3d1c; }
.event-actions { display: grid; justify-items: end; gap: 8px; min-width: 0; }
.event-actions .ticket-link { grid-column: auto; justify-self: stretch; }
.event-actions .share-tools { justify-content: flex-end; margin-top: 0; }
.event-actions .share-details[open] { max-width: 320px; }
.release-card, .event-row, #playlist-this-is-soleo, #apparel { scroll-margin-top: 135px; }
.release-card:target, .event-row:target { outline: 1px solid var(--amber); outline-offset: 8px; }
.footer-share { display: flex; align-items: center; flex-wrap: wrap; gap: 16px 24px; padding: 0 0 24px; color: var(--muted); font-size: .875rem; }
.footer-share .share-tools { margin: 0; }
.share-status {
  position: fixed; z-index: 200; left: 24px; bottom: 24px; max-width: min(440px, calc(100vw - 48px));
  background: #d9aa4b; color: #080808; font-size: .875rem; font-weight: 600; line-height: 1.5;
  padding: 14px 20px; border-radius: 4px; box-shadow: 0 6px 30px #0008; pointer-events: none;
}
.share-status:empty { display: none; }

/* Small, clearly identified SOLÉO promotion within the EC Twins article. */
.release-promo { margin-top: 38px; padding: 22px; border: 1px solid #6b5730; border-top: 3px solid var(--amber); background: #13120e; }
.release-promo-label { color: #b9af98; font-size: .6875rem; font-weight: 600; letter-spacing: .09em; line-height: 1.5; margin-bottom: 20px; }
.release-promo-main { display: grid; grid-template-columns: minmax(88px, .6fr) minmax(0, 1.4fr); gap: 20px; align-items: center; }
.release-promo-art { display: block; }
.release-promo-art img { display: block; width: 100%; height: auto; aspect-ratio: 1; object-fit: contain; }
.release-promo-copy .micro-label { color: var(--amber); font-size: .75rem; letter-spacing: .06em; }
.release-promo-copy h2 { font: 700 clamp(1.8rem, 2.4vw, 2.5rem)/1 var(--display); margin: 8px 0; }
.release-promo-copy p { color: #c4bdad; font-size: .875rem; line-height: 1.5; margin: 0 0 16px; }
.release-promo .button { padding: 12px 14px; font-size: .6875rem; gap: 14px; min-height: 44px; }
@media (max-width: 1000px) {
  .event-actions { grid-column: 3; grid-row: 1 / span 2; }
}
@media (max-width: 780px) {
  .event-actions { grid-column: 2; grid-row: auto; justify-items: start; }
  .event-actions .share-tools { justify-content: flex-start; }
  .event-actions .ticket-link { justify-self: start; }
  .release-card, .event-row, #playlist-this-is-soleo, #apparel { scroll-margin-top: 100px; }
  .share-tools { gap: 6px 12px; }
  .share-trigger { padding-inline: 10px; }
  .share-menu { padding: 14px; }
  .share-status { left: 16px; bottom: 16px; max-width: calc(100vw - 32px); }
  .release-promo { padding: 18px; }
  .release-promo-main { gap: 16px; }
  .release-promo-copy h2 { font-size: 2rem; }
}
@media (max-width: 370px) {
  .release-promo-main { grid-template-columns: 1fr; }
  .release-promo-art { max-width: 140px; }
}
