.intro-sections{display:flex;flex-direction:column;gap:4rem}.intro-section{padding:1.5rem}@media (min-width: 768px){.intro-section{padding:2.5rem}}.intro-section-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.intro-section-eyebrow{font-size:.75rem;text-transform:uppercase;letter-spacing:.2em;color:#6b7280;margin:0}.intro-section-title{font-size:clamp(1.5rem,4vw,1.875rem);font-weight:800;color:#171717;margin:0;line-height:1.15}.intro-artists-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}@media (min-width: 768px){.intro-artists-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}}@media (min-width: 1024px){.intro-artists-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.intro-news-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1.5rem}@media (min-width: 768px){.intro-news-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.skeuo-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background-color:#00000080;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;padding:1.5rem;padding-top:calc(var(--navbar-height, 72px) + 1.5rem)}.skeuo-modal-backdrop--contextual{z-index:80}@media (max-width: 640px){.skeuo-modal-backdrop{padding:1rem;padding-top:calc(var(--navbar-height, 68px) + 1rem)}}.skeuo-modal-content{width:100%;max-width:600px;max-height:90vh;display:flex;flex-direction:column;background:linear-gradient(to bottom,#e8e8e8,#d8d8d8);border:1px solid #a0a0a0;border-radius:16px;box-shadow:0 15px 40px #0000004d;overflow:hidden}.skeuo-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:linear-gradient(to bottom,#f0f0f0,#e0e0e0);border-bottom:1px solid #a0a0a0;box-shadow:inset 0 1px 1px #ffffffb3;flex-shrink:0}.skeuo-modal-body{padding:1rem;overflow-y:auto;flex-grow:1;display:flex;align-items:center;justify-content:center}.skeuo-modal-content.streaming-links-modal{width:min(100%,420px)}.streaming-links-header{gap:0}.streaming-links-header-text{display:flex;flex-direction:column;gap:.1rem}.streaming-links-header-title{font-size:.95rem;font-weight:700;color:#111827;line-height:1.3;margin:0}.streaming-links-header-subtitle{font-size:.78rem;color:#6b7280;margin:0}.streaming-links-modal-body{flex-direction:column;align-items:stretch;justify-content:flex-start;padding:0}.streaming-links-list{list-style:none;margin:0;padding:.625rem;display:flex;flex-direction:column;gap:.25rem}.streaming-links-item{display:block}.streaming-links-platform-link{width:100%;justify-content:flex-start;text-align:left;font-size:.95rem;font-weight:600;padding:.85rem 1.1rem;border-radius:1rem;overflow:hidden;gap:.875rem;box-shadow:inset 0 1px #ffffffd1,inset 0 -1px 1px #0000001f,0 6px 20px #0f172a33}.streaming-links-platform-icon{flex-shrink:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;overflow:hidden}.streaming-links-platform-icon img{width:24px;height:24px;object-fit:contain;display:block}.streaming-links-platform-name{flex:1;font-size:.9rem;font-weight:600;line-height:1.2}.streaming-links-platform-arrow{flex-shrink:0;color:#9ca3af;margin-left:auto;display:inline-flex}.streaming-links-empty{padding:1.5rem 1.25rem;text-align:center;color:#6b7280;font-size:.875rem}.streaming-links-loading{display:flex;align-items:center;justify-content:center;padding:1.75rem 1.25rem;gap:.5rem;color:#9ca3af;font-size:.875rem}.streaming-links-loading-dot{width:6px;height:6px;border-radius:50%;background:currentColor;animation:streaming-links-bounce 1.2s ease-in-out infinite both}.streaming-links-loading-dot:nth-child(2){animation-delay:.16s}.streaming-links-loading-dot:nth-child(3){animation-delay:.32s}@keyframes streaming-links-bounce{0%,80%,to{transform:scale(.6);opacity:.4}40%{transform:scale(1);opacity:1}}.streaming-links-footer{display:flex;align-items:center;justify-content:center;padding:.5rem .875rem .75rem;border-top:1px solid rgba(0,0,0,.07)}.streaming-links-copy-btn{display:inline-flex;align-items:center;gap:.4rem;font-size:.775rem;font-weight:500;color:#6b7280;background:none;border:none;cursor:pointer;padding:.35rem .65rem;border-radius:.5rem;transition:color .15s,background .15s;font-family:inherit}.streaming-links-copy-btn:hover{color:#374151;background:#0000000a}.streaming-links-copy-btn--copied{color:#059669}.share-toast{position:fixed;top:20%;left:50%;transform:translate(-50%,-50%);z-index:99999;background:linear-gradient(to bottom,#f5f5f5,#e3e3e3);padding:.85rem 1.25rem;border-radius:9999px;border:1px solid rgba(90,90,90,.38);box-shadow:inset 0 1px #ffffffd9,inset 0 -1px 1px #0000001f,0 16px 30px #0003;display:inline-flex;align-items:center;gap:.5rem;animation:share-toast-fade .8s ease-in-out forwards}.share-toast-text{margin:0}@keyframes share-toast-fade{0%{opacity:0;transform:translate(-50%,-60%)}25%{opacity:1;transform:translate(-50%,-50%)}75%{opacity:1;transform:translate(-50%,-50%)}to{opacity:0;transform:translate(-50%,-40%)}}
