.hero-search{display:flex;gap:.5rem;max-width:560px;margin-top:1.5rem}.hero-search__input{flex:1;padding:.8rem 1.1rem;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:var(--radius);color:#fff;font-size:1rem;font-family:var(--font-body);backdrop-filter:blur(6px)}.hero-search__input::placeholder{color:rgba(255,255,255,.55)}.hero-search__input:focus{outline:none;border-color:var(--clr-y);background:rgba(255,255,255,.14)}.hero-search__btn{flex-shrink:0}@media (max-width:480px){.hero-search{flex-direction:column}.hero-search__btn{width:100%}}.releases-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1.25rem}.releases-grid--home{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}@media (max-width:600px){.releases-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}}@media (max-width:600px){.releases-grid--browse{grid-template-columns:1fr;gap:.6rem}.releases-grid--browse .release-card{flex-direction:row;align-items:stretch}.releases-grid--browse .release-card__art{width:96px;min-width:96px;aspect-ratio:1}.releases-grid--browse .release-card__body{flex:1;min-width:0;justify-content:center;padding:.55rem .8rem}.releases-grid--browse .release-card__title{font-size:.95rem}}.release-card{text-decoration:none;display:flex;flex-direction:column;background:var(--clr-bg-2);border:1px solid var(--clr-border);border-radius:var(--radius-lg);overflow:hidden;transition:transform var(--transition),border-color var(--transition)}.release-card:hover{transform:translateY(-4px);border-color:#dd9827}.release-card__art{position:relative;aspect-ratio:1;background:var(--clr-bg-4);overflow:hidden;flex-shrink:0}.release-card__art img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease;display:block}.release-card:hover .release-card__art img{transform:scale(1.05)}.release-card__art-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:3rem;background:var(--clr-bg-4)}.release-card__type{position:absolute;bottom:.5rem;left:.5rem;background:rgba(0,0,0,.75);color:var(--clr-y);font-size:.6rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;padding:.2rem .55rem;border-radius:100px;pointer-events:none}.release-card__body{padding:.75rem .9rem 1rem;display:flex;flex-direction:column;gap:.2rem;flex:1}.release-card__title{font-family:var(--font-display);font-size:1.05rem;font-weight:800;color:var(--clr-white);line-height:1.2;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.release-card:hover .release-card__title{color:#dd9827}.release-card__artist{display:flex;align-items:center;gap:.45rem;font-size:.78rem;color:var(--clr-text-2);margin:.15rem 0 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.release-card__artist-img{width:20px;height:20px;border-radius:50%;object-fit:cover;flex-shrink:0}.release-card__date{font-size:.72rem;color:var(--clr-text-2);margin:0}.release-card__links{display:flex;flex-wrap:wrap;gap:.3rem;margin-top:.4rem}.release-card__link{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:.15rem .5rem;border-radius:100px;background:var(--clr-bg-4);color:var(--clr-text-2)}.release-card__link--spotify{background:rgba(30,215,96,.15);color:#1ed760}.release-card__link--apple{background:rgba(252,60,68,.12);color:#fc3c44}.release-card__link--yt{background:rgba(255,0,0,.12);color:#ff4444}.release-card--elite{border-color:#dd9827;box-shadow:0 0 0 1px rgba(221,152,39,.3),0 4px 24px rgba(221,152,39,.08)}.release-card--elite:hover{box-shadow:0 0 0 1px rgba(221,152,39,.5),0 12px 36px rgba(221,152,39,.15)}.release-card--standard{border-color:rgba(221,152,39,.32)}.release-card--standard:hover{border-color:#dd9827}.industry-hub-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem}.industry-hub-grid--home{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}.industry-hub-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.6rem;padding:1.4rem 1rem;background:var(--clr-bg-2);border:1px solid var(--clr-border);border-radius:var(--radius-lg);text-decoration:none;transition:all var(--transition);text-align:center}.industry-hub-card:hover{border-color:var(--clr-y);background:var(--clr-y-glow);transform:translateY(-3px)}.industry-hub-card__icon{font-size:2rem;line-height:1}.industry-hub-card__label{font-size:.82rem;font-weight:600;color:var(--clr-text-2);text-transform:uppercase;letter-spacing:.06em}.industry-hub-card:hover .industry-hub-card__label{color:var(--clr-y)}.industry-hub-card__count{font-size:.72rem;font-weight:700;color:var(--clr-y);background:rgba(204,217,0,.12);border-radius:99px;padding:.1rem .5rem;margin-top:.2rem}.industry-hub-cta{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap;margin-top:2.5rem;padding:1.25rem 1.5rem;background:var(--clr-bg-2);border:1px solid var(--clr-border);border-radius:var(--radius-lg)}.industry-hub-cta__title{font-size:.95rem;font-weight:700;margin:0 0 .3rem}.industry-hub-cta__sub{font-size:.83rem;color:var(--clr-text-2);margin:0}.founding-banner{display:flex;gap:2rem;flex-wrap:wrap;align-items:center;background:linear-gradient(135deg,rgba(204,217,0,.08) 0%,var(--clr-bg-2) 70%);border:1px solid rgba(204,217,0,.35);border-radius:var(--radius-lg);padding:2rem;margin-bottom:1rem}.founding-banner__content{flex:1;min-width:260px}.founding-banner__title{font-family:var(--font-display);font-size:1.5rem;margin:0 0 .4rem;color:var(--clr-y)}.founding-banner__sub{font-weight:600;margin:0 0 .75rem}.founding-banner__perks{list-style:none;margin:.5rem 0 .75rem;padding:0;display:flex;flex-direction:column;gap:.35rem;font-size:.9rem}.founding-banner__counter{flex-shrink:0;text-align:center;background:var(--clr-bg-3);border:1px solid var(--clr-border);border-radius:var(--radius-lg);padding:1.25rem 1.75rem;min-width:200px}.founding-banner__count{font-family:var(--font-display);font-size:2.5rem;font-weight:900;color:var(--clr-y);line-height:1}.founding-banner__count-label{font-size:.8rem;color:var(--clr-text-2);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.6rem}.founding-banner__progress{height:6px;border-radius:100px;background:var(--clr-bg-4);overflow:hidden}.founding-banner__progress-fill{height:100%;background:var(--clr-y);border-radius:100px}.tag-input-wrap{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem;padding:.5rem .75rem;background:var(--clr-bg-3);border:1px solid var(--clr-border);border-radius:var(--radius-md);cursor:text;min-height:42px;transition:border-color var(--transition)}.tag-input-wrap:focus-within{border-color:var(--clr-y)}.tag-pills{display:contents}.tag-pill{display:inline-flex;align-items:center;gap:.3rem;background:rgba(204,217,0,.15);border:1px solid rgba(204,217,0,.35);color:var(--clr-y);font-size:.78rem;font-weight:600;padding:.2rem .55rem;border-radius:99px;white-space:nowrap}.tag-pill button{background:none;border:none;color:var(--clr-y);cursor:pointer;font-size:.95rem;line-height:1;padding:0;opacity:.7}.tag-pill button:hover{opacity:1}.tag-input__text{border:none;background:transparent;color:var(--clr-text);font-size:.9rem;font-family:inherit;outline:none;flex:1;min-width:140px;padding:0}.tag-input:focus-within{border-color:var(--clr-y);box-shadow:0 0 0 3px var(--clr-y-glow)}.event-card__date{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:44px;flex-shrink:0;text-align:center}.event-card__date-day{font-family:var(--font-display);font-size:1.5rem;font-weight:900;color:var(--clr-y);line-height:1}.event-card__date-month{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--clr-text-2);margin-top:.1rem}.event-card__title{font-size:.9rem;font-weight:700;color:var(--clr-white);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color var(--transition)}.event-card--list:hover .event-card__title{color:var(--clr-y)}.event-card__venue{font-size:.78rem;color:var(--clr-text-2);margin-top:.15rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.filters-bar__chips{display:flex;gap:.4rem;flex-wrap:wrap;padding-top:.6rem;border-top:1px solid var(--clr-bg-4)}.filter-chip{display:inline-flex;align-items:center;border:1px solid var(--clr-border);border-radius:100px;padding:3px 11px;font-size:.75rem;font-weight:700;color:var(--clr-text-2);text-decoration:none;transition:border-color var(--transition),color var(--transition),background var(--transition);white-space:nowrap}.filter-chip:hover{border-color:var(--clr-y);color:var(--clr-y)}.filter-chip--active{background:rgba(204,217,0,.08);border-color:rgba(204,217,0,.4);color:var(--clr-y)}.filter-count-badge{background:rgba(204,217,0,.15);color:var(--clr-y);border-radius:100px;padding:0 5px;font-size:.65rem;margin-left:3px}.filters-bar__mobile-top{display:none;gap:.5rem;align-items:center}.filters-bar__drawer-toggle{background:var(--clr-bg-3);border:1px solid var(--clr-border);color:var(--clr-text);font-size:.8rem;font-weight:700;padding:0 .85rem;height:38px;border-radius:var(--radius);cursor:pointer;display:flex;align-items:center;gap:.3rem;white-space:nowrap;font-family:inherit;transition:border-color var(--transition)}.filters-bar__drawer-toggle:hover{border-color:var(--clr-y)}@media (max-width:768px){.filters-bar__mobile-top{display:flex}.filters-bar__drawer{max-height:0;overflow:hidden;transition:max-height .3s ease}.filters-bar__drawer--open{max-height:700px}.filters-bar__desktop-search{display:none}.filters-bar__chips{overflow-x:auto;flex-wrap:nowrap;-webkit-overflow-scrolling:touch;padding-bottom:4px}.filters-bar__chips::-webkit-scrollbar{height:3px}.filters-bar__chips::-webkit-scrollbar-thumb{background:var(--clr-y);border-radius:3px}}.artist-hub-hero{position:relative;overflow:hidden;background:var(--clr-bg-2);padding:5rem 0 4rem;border-bottom:1px solid var(--clr-border)}.artist-hub-hero__bg{position:absolute;inset:0;background-image:url('../images/hero-artists-bg.jpg');background-size:cover;background-position:center;opacity:.65;pointer-events:none}.artist-hub-hero__glow{position:absolute;border-radius:50%;filter:blur(80px);pointer-events:none}.artist-hub-hero__glow--1{width:500px;height:300px;background:rgba(0,0,0,.6);top:0;left:0;right:0;width:100%;height:100%;border-radius:0;background:linear-gradient(to right,rgba(10,10,10,.85) 40%,rgba(10,10,10,.3) 100%);filter:none}.artist-hub-hero__glow--2{width:100%;height:100%;border-radius:0;background:linear-gradient(to top,var(--clr-bg) 0%,rgba(10,10,10,.45) 40%,transparent 65%);filter:none;bottom:0;left:0}.artist-hub-hero__inner{position:relative;display:grid;grid-template-columns:1fr 420px;gap:3rem;align-items:center}.artist-hub-hero__content{position:relative}.artist-hub-hero__eyebrow{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--font-body);font-size:.8rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--section-accent,var(--clr-y));margin-bottom:1rem}.artist-hub-hero__title{font-family:var(--font-display);font-size:clamp(2.8rem,7vw,5rem);font-weight:900;line-height:1.0;color:var(--clr-white);margin-bottom:1.25rem;letter-spacing:-.01em}.artist-hub-hero__title span{color:var(--section-accent,var(--clr-y))}.artist-hub-hero__subtitle{font-size:clamp(1rem,2vw,1.15rem);color:var(--clr-text-2);line-height:1.65;max-width:520px;margin-bottom:2rem}.artist-hub-hero__search{margin-bottom:1.5rem}.artist-hub-hero__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:2.5rem}.artist-hub-hero__stats{display:flex;align-items:stretch;gap:0;flex-wrap:wrap;border:1px solid var(--clr-border);border-radius:12px;overflow:hidden;width:max-content;max-width:100%;background:rgba(10,10,10,.5)}.artist-hub-hero__stat{display:flex;flex-direction:column;gap:.15rem;padding:.85rem 1.6rem;text-align:center;justify-content:center}.artist-hub-hero__stat ~ .artist-hub-hero__stat{border-left:1px solid var(--clr-border)}.artist-hub-hero__stat-num{font-family:var(--font-display);font-size:1.9rem;font-weight:800;color:var(--clr-y);line-height:1}.artist-hub-hero__stat:first-child .artist-hub-hero__stat-num{color:var(--section-accent,var(--clr-y))}.artist-hub-hero__stat-label{font-size:.75rem;font-weight:500;color:var(--clr-text-2);text-transform:uppercase;letter-spacing:.07em}.artist-hub-hero__stat-divider{display:none}.artist-hub-hero__mosaic{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;position:relative}.artist-hub-hero__mosaic-cell{aspect-ratio:1;border-radius:var(--radius-lg);overflow:hidden;border:2px solid var(--clr-border);position:relative;transition:transform .3s ease,box-shadow .3s ease}.artist-hub-hero__mosaic-cell:nth-child(1){border-color:var(--clr-y);box-shadow:0 0 24px rgba(204,217,0,.28);transform:rotate(-2deg)}.artist-hub-hero__mosaic-cell:nth-child(2){transform:rotate(1.5deg)}.artist-hub-hero__mosaic-cell:nth-child(3){transform:rotate(2deg)}.artist-hub-hero__mosaic-cell:nth-child(4){border-color:rgba(204,217,0,.4);transform:rotate(-1deg)}.artist-hub-hero__mosaic-cell:hover{transform:rotate(0) scale(1.04);z-index:2}.artist-hub-hero__mosaic-cell img{width:100%;height:100%;object-fit:cover;display:block}.artist-hub-hero__mosaic-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--clr-bg-3);font-family:var(--font-display);font-size:2.2rem;font-weight:800;color:var(--clr-y)}.artist-card-rank-wrap,.artist-card-new-wrap{position:relative;min-width:0}.artist-card-rank-wrap .artist-card,.artist-card-new-wrap .artist-card{width:100%}.rank-badge{position:absolute;top:.55rem;left:.55rem;background:var(--clr-y);color:#000;font-family:var(--font-display);font-size:.75rem;font-weight:800;padding:.15rem .45rem;border-radius:var(--radius);z-index:5;line-height:1.4;pointer-events:none}.new-badge{position:absolute;top:.55rem;left:.55rem;background:#22c55e;color:#000;font-family:var(--font-body);font-size:.65rem;font-weight:700;padding:.15rem .45rem;border-radius:var(--radius);z-index:5;line-height:1.4;letter-spacing:.06em;text-transform:uppercase;pointer-events:none}.artist-hub-cta{display:grid;grid-template-columns:1fr auto;gap:3rem;align-items:center;background:var(--clr-bg-3);border:1px solid rgba(204,217,0,.18);border-left:3px solid var(--clr-y);border-radius:var(--radius-xl);padding:3.5rem;position:relative;overflow:hidden}.artist-hub-cta::before{content:'';position:absolute;top:0;right:0;width:300px;height:100%;background:radial-gradient(ellipse at top right,rgba(204,217,0,.06),transparent 70%);pointer-events:none}.artist-hub-cta__icon{font-size:2.5rem;display:block;margin-bottom:1rem}.artist-hub-cta__title{font-family:var(--font-display);font-size:clamp(1.8rem,3vw,2.5rem);font-weight:800;color:var(--clr-white);margin-bottom:.75rem;line-height:1.1}.artist-hub-cta__subtitle{color:var(--clr-text-2);line-height:1.65;max-width:520px;margin-bottom:1.5rem;font-size:.95rem}.artist-hub-cta__perks{list-style:none;display:flex;flex-direction:column;gap:.45rem;margin-bottom:2rem}.artist-hub-cta__perks li{font-size:.9rem;color:var(--clr-text)}.artist-hub-cta__actions{display:flex;flex-wrap:wrap;gap:.75rem}.artist-hub-cta__stat-panel{display:flex;flex-direction:column;gap:1.75rem;flex-shrink:0;min-width:160px;position:relative;z-index:1}.artist-hub-cta__stat{display:flex;flex-direction:column;gap:.25rem;text-align:right}.artist-hub-cta__stat-num{font-family:var(--font-display);font-size:2.2rem;font-weight:900;color:var(--clr-y);line-height:1}.artist-hub-cta__stat-label{font-size:.72rem;color:var(--clr-text-2);text-transform:uppercase;letter-spacing:.07em;font-weight:500}@media (max-width:1100px){.artist-hub-hero__inner{grid-template-columns:1fr 340px;gap:2rem}}@media (max-width:1024px){.artist-hub-hero__inner{grid-template-columns:1fr}.artist-hub-hero__mosaic{display:none}.artist-hub-cta{grid-template-columns:1fr}.artist-hub-cta__stat-panel{flex-direction:row;flex-wrap:wrap;gap:1.5rem;justify-content:flex-start}.artist-hub-cta__stat{text-align:left}}@media (max-width:768px){.artist-hub-hero{padding:3rem 0 2.5rem}.artist-hub-hero__eyebrow{font-size:.72rem}.artist-hub-hero__subtitle{margin-bottom:1.5rem}.artist-hub-hero__stats{width:100%;gap:0}.artist-hub-hero__stat{flex:1;min-width:0;padding:.8rem .4rem}.artist-hub-hero__stat-num{font-size:1.5rem}.artist-hub-hero__stat-label{font-size:.68rem;letter-spacing:.04em}.artist-hub-cta{padding:2rem 1.5rem}.artist-hub-cta__stat-panel{gap:1rem}.artist-hub-cta__stat-num{font-size:1.8rem}}@media (max-width:480px){.artist-hub-hero__title{font-size:clamp(2.3rem,9vw,5rem)}.artist-hub-hero__actions{gap:.6rem;margin-bottom:2rem}.artist-hub-hero__actions .btn--lg{width:100%;text-align:center}.artist-hub-hero__stat{padding:.75rem .25rem}.artist-hub-hero__stat-num{font-size:1.35rem}.artist-hub-cta__actions .btn--lg{width:100%;text-align:center}.artist-hub-cta__stat-panel{flex-direction:column}}.search-page__hero{background:var(--clr-bg-2);border-bottom:1px solid var(--clr-border);padding:3rem 0 2.5rem}.search-page__title{font-family:var(--font-display);font-size:clamp(1.6rem,3vw,2.4rem);font-weight:800;color:var(--clr-white);margin-bottom:1.25rem;line-height:1.2}.search-page__title em{color:var(--clr-y);font-style:normal}.search-page__form{display:flex;gap:.5rem;max-width:700px}.search-page__input{flex:1;min-width:0;height:48px;padding:.5rem 1.1rem;background:var(--clr-bg-3);border:1px solid var(--clr-border);border-radius:var(--radius);color:var(--clr-white);font-size:1rem;font-family:var(--font-body);transition:border-color var(--transition),box-shadow var(--transition)}.search-page__input::placeholder{color:var(--clr-text-3)}.search-page__input::-webkit-search-cancel-button{display:none}.search-page__input:focus{outline:none;border-color:var(--clr-y);box-shadow:0 0 0 3px rgba(204,217,0,.12)}.search-page__btn{height:48px;padding:0 1.5rem;flex-shrink:0;font-size:.95rem}.search-page__body{padding-top:2rem;padding-bottom:4rem}.search-page__count{font-size:.88rem;color:var(--clr-text-2);margin-bottom:1.5rem}.search-empty{text-align:center;padding:4rem 1rem;max-width:520px;margin:0 auto}.search-empty__icon{font-size:3rem;margin-bottom:1rem;opacity:.5}.search-empty__title{font-size:1.15rem;color:var(--clr-white);margin-bottom:.5rem}.search-empty__text{color:var(--clr-text-2);font-size:.95rem;line-height:1.6;margin-bottom:1.5rem}.search-empty__chips{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-top:.75rem}.search-empty__browse{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-top:1.5rem}.search-section{margin-bottom:2.75rem}.search-section__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem;padding-bottom:.65rem;border-bottom:1px solid var(--clr-border)}.search-section__title{font-family:var(--font-display);font-size:1.25rem;font-weight:700;color:var(--clr-white);margin:0}.search-section__more{font-size:.82rem;color:var(--clr-y);white-space:nowrap;transition:opacity var(--transition)}.search-section__more:hover{opacity:.8}.search-results{display:flex;flex-direction:column;gap:.4rem}.search-result{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;border-radius:var(--radius-md);background:var(--clr-bg-2);border:1px solid var(--clr-border);text-decoration:none;color:inherit;transition:border-color var(--transition),background var(--transition)}.search-result:hover{border-color:rgba(204,217,0,.4);background:var(--clr-bg-3)}.search-result__thumb{width:56px;height:56px;border-radius:var(--radius);object-fit:cover;flex-shrink:0;display:block}.search-result__thumb--placeholder{background:var(--clr-bg-3);border:1px solid var(--clr-border);color:var(--clr-text-2);font-size:.9rem;font-weight:700;font-family:var(--font-display);display:flex;align-items:center;justify-content:center;text-decoration:none}.search-result__thumb--music{font-size:1.3rem}.search-result__thumb--date{background:var(--clr-bg-3);border:1px solid var(--clr-border);display:flex;flex-direction:column;align-items:center;justify-content:center;line-height:1.1;gap:.1rem;flex-shrink:0}.search-result__date-day{font-family:var(--font-display);font-size:1.3rem;font-weight:800;color:var(--clr-y);line-height:1}.search-result__date-mon{font-size:.65rem;text-transform:uppercase;letter-spacing:.08em;color:var(--clr-text-2);font-weight:600}.search-result__body{flex:1;min-width:0}.search-result__badge{display:inline-block;font-size:.65rem;text-transform:uppercase;letter-spacing:.1em;font-weight:700;padding:.15rem .5rem;border-radius:100px;margin-bottom:.3rem}.search-result__badge--artist{background:rgba(204,217,0,.12);color:var(--clr-y)}.search-result__badge--music{background:rgba(100,160,255,.12);color:#82aaff}.search-result__badge--event{background:rgba(255,160,80,.12);color:#ffaa50}.search-result__badge--industry{background:rgba(160,100,255,.12);color:#c084fc}.search-result__title{font-size:.95rem;font-weight:600;color:var(--clr-white);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:.2rem}.search-result__meta{display:flex;flex-wrap:wrap;gap:.2rem .75rem;font-size:.8rem;color:var(--clr-text-2);margin-bottom:.15rem}.search-result__meta--date{color:var(--clr-text-3);font-size:.78rem}.search-result__excerpt{font-size:.8rem;color:var(--clr-text-3);line-height:1.4;margin:.2rem 0 0;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}@media (max-width:768px){.search-page__hero{padding:2rem 0 1.75rem}.search-page__title{margin-bottom:1rem}.search-page__form{flex-direction:column;max-width:100%}.search-page__btn{width:100%;justify-content:center}.search-section__title{font-size:1.1rem}.search-result{padding:.65rem .75rem;gap:.75rem}.search-result__thumb{width:48px;height:48px}}@media (max-width:480px){.search-page__hero{padding:1.5rem 0 1.5rem}.search-result__excerpt{display:none}.search-empty__browse{flex-direction:column;align-items:center}.search-empty__browse .btn{width:100%;text-align:center}}.news-content p{margin:0 0 1.15rem}.news-content h2{font-family:var(--font-display);font-size:1.5rem;margin:2rem 0 .85rem}.news-content h3{font-family:var(--font-display);font-size:1.2rem;margin:1.6rem 0 .7rem}.news-content h4{font-size:1.05rem;margin:1.4rem 0 .6rem}.news-content a{color:var(--clr-y);text-decoration:underline}.news-content a:hover{text-decoration:none}.news-content ul,.news-content ol{margin:0 0 1.15rem 1.4rem;padding:0}.news-content li{margin:0 0 .4rem}.news-content img{max-width:100%;height:auto;border-radius:var(--radius-lg);margin:1.25rem 0;display:block}.news-content blockquote{margin:1.5rem 0;padding:.85rem 1.25rem;border-left:3px solid var(--clr-y);background:var(--clr-bg-2);border-radius:0 var(--radius) var(--radius) 0;font-style:italic}.news-content iframe,.news-content .ql-video{display:block;width:100%;aspect-ratio:16 / 9;height:auto;border:0;border-radius:var(--radius-lg);margin:1.5rem 0}.page-hero--artists,.page-hero--music{padding:3.75rem 0 3rem}.page-hero--artists .page-hero__bg,.page-hero--music .page-hero__bg{position:absolute;inset:0;z-index:0;background-size:cover;opacity:.9;pointer-events:none}.page-hero--artists .page-hero__bg{background-image:url('../images/hero-artists-bg.jpg');background-position:center}.page-hero--music .page-hero__bg{background-image:url('../images/hero-music.bg.jpg');background-position:center 30%}.page-hero--artists .page-hero__scrim,.page-hero--music .page-hero__scrim{position:absolute;inset:0;z-index:0;pointer-events:none;background:linear-gradient(to right,rgba(10,10,10,.82) 38%,rgba(10,10,10,.25) 100%),linear-gradient(to top,rgba(10,10,10,.6) 0%,transparent 55%)}.page-hero--artists .page-hero__title,.page-hero--music .page-hero__title{text-shadow:0 2px 24px rgba(0,0,0,.55)}@media (max-width:700px){.page-hero--artists,.page-hero--music{padding:2.75rem 0 2.25rem}}.page-hero--xl{padding:5.5rem 0 3.5rem}.page-hero--xl .page-hero__title{font-family:var(--font-display);font-size:clamp(2.6rem,6vw,4.2rem);font-weight:900;line-height:1.02;letter-spacing:-.01em;margin-bottom:.6rem}.page-hero--xl .page-hero__title span{color:var(--section-accent,var(--clr-y))}.page-hero--xl .page-hero__subtitle{font-size:clamp(1rem,2vw,1.15rem);max-width:640px}.page-hero__eyebrow{display:inline-flex;align-items:center;gap:.4rem;font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--section-accent,var(--clr-y));margin:0 0 .9rem}body[data-section] .page-hero__scrim::after{content:'';position:absolute;inset:0;pointer-events:none;background:radial-gradient(72% 120% at 86% 6%,rgba(var(--section-accent-rgb),.30),transparent 58%),linear-gradient(118deg,transparent 42%,rgba(var(--section-accent-rgb),.12))}.page-hero--xl .page-hero__scrim{background:linear-gradient(to right,rgba(10,10,10,.82) 30%,rgba(10,10,10,.2) 100%),linear-gradient(to top,var(--clr-bg) 0%,rgba(10,10,10,.35) 35%,transparent 70%)}.page-hero--glow .page-hero__bg{position:absolute;inset:0;z-index:0;pointer-events:none;background-color:var(--clr-bg-3);background-image:radial-gradient(70% 90% at 75% 15%,rgba(204,217,0,.26),transparent 55%),radial-gradient(80% 110% at 10% 30%,rgba(83,74,183,.30),transparent 60%)}body[data-section] .page-hero--glow .page-hero__bg{background-image:radial-gradient(70% 90% at 75% 15%,rgba(var(--section-accent-rgb),.28),transparent 55%),radial-gradient(80% 110% at 10% 30%,rgba(83,74,183,.30),transparent 60%)}.page-hero--glow .page-hero__scrim{position:absolute;inset:0;z-index:0;pointer-events:none;background:linear-gradient(to top,var(--clr-bg) 0%,transparent 55%)}.page-hero__stats{display:flex;flex-wrap:wrap;margin-top:1.9rem;border:1px solid var(--clr-border);border-radius:12px;overflow:hidden;width:max-content;max-width:100%;background:rgba(10,10,10,.5)}.page-hero--center .page-hero__stats{margin-left:auto;margin-right:auto}.page-hero__stat{display:flex;flex-direction:column;gap:.12rem;padding:.8rem 1.5rem;text-align:center;justify-content:center}.page-hero__stat + .page-hero__stat{border-left:1px solid var(--clr-border)}.page-hero__stat-num{font-family:var(--font-display);font-size:1.35rem;font-weight:800;color:var(--clr-white);line-height:1.15}.page-hero__stat-num--y{color:var(--section-accent,var(--clr-y))}body[data-section="artists"] .page-hero__stat:has(.page-hero__stat-num--y) .page-hero__stat-label{color:var(--section-accent)}.page-hero__stat-label{font-size:.64rem;font-weight:600;letter-spacing:.09em;text-transform:uppercase;color:var(--clr-text-2)}@media (max-width:700px){.page-hero--xl{padding:3.5rem 0 2.5rem}.page-hero__stats{width:100%}.page-hero__stat{padding:.65rem .9rem;flex:1 1 auto}}@media (max-width:640px){.artists-grid--m2{grid-template-columns:repeat(2,1fr)}}