.art-page{--font-heading:"Bricolage Grotesque",sans-serif;--accent:#ec4e33;--accent-pink:#dd3b98;--grad:linear-gradient(95deg,#ffa24c 0%,#ec4e33 55%,#dd3b98 100%);--grad-soft:linear-gradient(150deg,#fff2e6 0%,#ffe6ee 100%);--ink:#261916;--ink-soft:#5d4f4b;--ink-faint:#897d79;--line:#ece3db;--surface:#fff;--surface-alt:#fcf0e7;--bg:#fff8f1;background:var(--bg);color:var(--ink);font-family:Hanken Grotesk,system-ui,sans-serif;-webkit-font-smoothing:antialiased}.art-page *{box-sizing:border-box}.art-page img{display:block;max-width:100%}.art-page a{color:var(--accent);text-decoration:none}.art-page a:hover{color:var(--accent-pink)}.art-page button{font-family:inherit;cursor:pointer}.art-wrap{max-width:1140px;margin:0 auto;padding:24px 18px 56px;display:flex;flex-direction:column;gap:28px}.art-hero{display:flex;flex-direction:column;gap:14px}.art-photo{aspect-ratio:1/1;border-radius:24px;overflow:hidden;background:#f0e6dc}.art-photo img{width:100%;height:100%;object-fit:cover}.art-tags{display:flex;flex-wrap:wrap;gap:7px;align-items:center}.tag{font-size:12.5px;font-weight:700;padding:5px 12px;border-radius:999px;background:var(--surface-alt);color:var(--accent)}.tag--flag{background:var(--surface);border:1px solid var(--line);color:var(--ink);display:inline-flex;align-items:center;gap:6px}.art-name{font-family:var(--font-heading);font-weight:800;font-size:clamp(30px,8vw,38px);line-height:1;letter-spacing:-.02em}.art-bio{font-size:15.5px;line-height:1.6;color:var(--ink-soft)}.art-bio.is-clamped{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.art-morebtn{align-self:flex-start;background:none;border:none;padding:0;color:var(--accent);font-size:14px;font-weight:700}.art-morebtn:hover{color:var(--accent-pink)}.art-links{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}.art-links a{flex:1;min-width:120px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:11px 8px;border-radius:13px;background:var(--surface);border:1px solid var(--line);color:var(--ink);font-size:13px;font-weight:700}.art-links a:hover{border-color:var(--accent);color:var(--accent)}.art-links a svg{width:16px;height:16px}.fz{border-radius:28px;padding:3px;background:var(--grad);box-shadow:0 24px 50px -22px #dc3b988c}.fz__inner{background:var(--bg);border-radius:25px;padding:20px 18px 22px;display:flex;flex-direction:column;gap:0}.fz__kicker{display:inline-flex;align-items:center;gap:7px;font-size:11.5px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:14px}.pulse{width:9px;height:9px;border-radius:50%;background:var(--accent);box-shadow:0 0 #ec4e3380;animation:fzpulse 2s infinite}@keyframes fzpulse{0%{box-shadow:0 0 #ec4e3380}70%{box-shadow:0 0 0 9px #ec4e3300}to{box-shadow:0 0 #ec4e3300}}.next{display:flex;align-items:center;gap:16px;background:var(--surface);border-radius:20px;padding:16px}.next__date{flex-shrink:0;width:60px;text-align:center}.next__day{font-family:var(--font-heading);font-weight:800;font-size:30px;line-height:1;background:var(--grad);-webkit-background-clip:text;background-clip:text;color:transparent}.next__mon{font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-top:3px}.next__yr{font-size:12px;color:var(--ink-faint);font-weight:600}.next__body{min-width:0}.next__name{font-family:var(--font-heading);font-weight:800;font-size:21px;letter-spacing:-.01em;line-height:1.1}.next__loc{font-size:13.5px;color:var(--ink-soft);margin-top:3px;display:flex;align-items:center;gap:5px}.next__loc svg{width:13px;height:13px;color:var(--ink-faint)}.next__cta{display:inline-block;margin-top:9px;font-size:13px;font-weight:700;color:var(--accent)}.fsub{font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-faint);margin:22px 0 10px}.fev{display:flex;align-items:center;gap:13px;padding:11px 4px;border-bottom:1px solid var(--line);color:var(--ink)}.fev:last-child{border-bottom:none}a.fev{transition:padding .15s ease}a.fev:hover{color:var(--ink);padding-left:8px}a.fev:hover .fev__chev{color:var(--accent);transform:translate(2px)}.fev__chev{flex-shrink:0;width:18px;height:18px;color:var(--ink-faint);transition:transform .15s ease,color .15s ease}.fev__d{flex-shrink:0;width:52px;text-align:center}.fev__d b{font-family:var(--font-heading);font-weight:800;font-size:17px;display:block;line-height:1}.fev__d small{font-size:10.5px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--accent)}.fev__m b{font-weight:700;font-size:15px;display:block}.fev__m small{font-size:12.5px;color:var(--ink-faint)}.fev--past{opacity:.6}.fev--past .fev__d small{color:var(--ink-faint)}.fbtn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;margin-top:14px;padding:13px;border-radius:14px;background:var(--surface);border:1.5px solid var(--line);color:var(--ink);font-size:14px;font-weight:700}.fbtn:hover{border-color:var(--accent);color:var(--accent)}.fbtn svg{width:16px;height:16px;transition:transform .2s ease}.fbtn.is-open svg{transform:rotate(180deg)}.fstats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:20px}.fstat{background:var(--surface);border-radius:15px;padding:14px 10px;text-align:center}.fstat b{font-family:var(--font-heading);font-weight:800;font-size:23px;letter-spacing:-.02em;display:block;line-height:1}.fstat small{font-size:11px;color:var(--ink-soft);font-weight:600;margin-top:6px;display:block;line-height:1.3}.mates{display:flex;gap:12px;overflow-x:auto;padding:4px 2px 8px;margin-top:8px;scrollbar-width:none}.mates::-webkit-scrollbar{display:none}.mate{flex-shrink:0;width:68px;text-align:center;color:var(--ink)}.mate__img{width:60px;height:60px;border-radius:50%;margin:0 auto 7px;background:#f0e6dc;border:2px solid var(--surface);box-shadow:0 0 0 1px var(--line);overflow:hidden}.mate__img img{width:100%;height:100%;object-fit:cover}.mate small{font-size:11.5px;font-weight:700;line-height:1.2;display:block}.art-cols{display:flex;flex-direction:column;gap:28px}.art-sec{display:flex;flex-direction:column}.art-sec__title{font-family:var(--font-heading);font-weight:800;font-size:20px;letter-spacing:-.01em;margin-bottom:14px;display:flex;align-items:center;gap:9px}.art-sec__title .dot{width:8px;height:8px;border-radius:50%;background:var(--grad)}.spotify{background:var(--surface);border:1px solid var(--line);border-radius:20px;padding:16px}.spotify__embed{width:100%;border:none;border-radius:12px;margin-bottom:14px}.spotify__meta{display:flex;gap:10px;margin-bottom:14px}.spmeta{flex:1;background:var(--surface-alt);border-radius:13px;padding:12px}.spmeta b{font-family:var(--font-heading);font-weight:800;font-size:19px;display:block;line-height:1}.spmeta small{font-size:11.5px;color:var(--ink-soft);font-weight:600;margin-top:5px;display:block}.release{display:flex;align-items:center;gap:15px;margin-top:12px;background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:14px}.release__cov{width:74px;height:74px;border-radius:12px;background:var(--grad-soft);flex-shrink:0;overflow:hidden}.release__cov img{width:100%;height:100%;object-fit:cover}.release__meta small{font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--accent)}.release__meta b{font-family:var(--font-heading);font-weight:800;font-size:18px;display:block;margin:3px 0;letter-spacing:-.01em}.release__meta span{font-size:13px;color:var(--ink-faint)}.vids{display:grid;grid-template-columns:1fr 1fr;gap:12px}.vid{border-radius:15px;overflow:hidden;position:relative;aspect-ratio:16/10;background:#e7d2c0;cursor:pointer}.vid img{width:100%;height:100%;object-fit:cover}.vid__play{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center}.vid__play span{width:44px;height:44px;border-radius:50%;background:#ffffffe6;display:grid;place-items:center;color:var(--accent)}.vid__play svg{width:18px;height:18px;margin-left:2px}.vid__cap{position:absolute;bottom:0;left:0;right:0;padding:20px 10px 8px;background:linear-gradient(transparent,#140a05b3);color:#fff;font-size:12px;font-weight:700}.lb{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;background:#180c08d1;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:none;flex-direction:column;align-items:center;justify-content:center;padding:22px}.lb.is-open{display:flex}.lb__close{position:absolute;top:16px;right:16px;width:40px;height:40px;border-radius:50%;background:#ffffff24;border:none;color:#fff;display:grid;place-items:center}.lb__close:hover{background:#ffffff42}.lb__close svg{width:20px;height:20px}.lb__stage{width:100%;max-width:760px}.lb__screen{aspect-ratio:16/9;border-radius:16px;overflow:hidden;position:relative;background:#000}.lb__screen iframe{width:100%;height:100%;border:none}.lb__cap{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:14px;color:#fff}.lb__title{font-family:var(--font-heading);font-weight:800;font-size:17px}.lb__count{font-size:13px;color:#fff9;font-weight:600}.lb__nav{display:flex;gap:10px}.lb__nav button{width:40px;height:40px;border-radius:50%;background:#ffffff24;border:none;color:#fff;display:grid;place-items:center}.lb__nav button:hover{background:#ffffff42}.lb__nav svg{width:20px;height:20px}.art-empty{border:1.5px dashed var(--line);border-radius:18px;padding:22px 18px;text-align:center}.art-empty svg{width:26px;height:26px;color:var(--ink-faint);margin-bottom:8px}.art-empty b{font-weight:750;font-size:15px;display:block}.art-empty small{font-size:13px;color:var(--ink-faint);display:block;margin-top:4px;line-height:1.5}.art-empty .cta{margin-top:12px;display:inline-block;padding:10px 18px;border-radius:999px;background:var(--ink);color:#fff;font-size:13.5px;font-weight:700}.art-empty .cta:hover{color:#fff;background:var(--accent)}@media(min-width:900px){.art-wrap{padding:20px 28px 32px;gap:28px}.art-hero{display:grid;grid-template-columns:300px 1fr;gap:34px;align-items:start}.art-hero__body{display:flex;flex-direction:column;gap:6px}.art-name{font-size:52px;line-height:.98;margin:2px 0}.art-bio{font-size:16.5px;max-width:62ch}.art-bio.is-clamped{-webkit-line-clamp:4}.art-links{max-width:520px}.art-links a{flex:0 1 auto;min-width:0;padding:11px 18px}.fz{box-shadow:0 30px 60px -26px #dc3b988c}.fz__inner{padding:30px 32px}.fz__top{display:grid;grid-template-columns:1.05fr 1.2fr;gap:24px;align-items:start}.next{flex-direction:column;align-items:flex-start;text-align:left;gap:0;padding:22px}.next__date{width:auto;text-align:left;display:flex;align-items:baseline;gap:8px}.next__day{font-size:60px}.next__body{margin-top:12px}.next__name{font-size:28px}.fstats{margin-top:0}.fz__agenda{margin-top:26px;padding-top:26px;border-top:1px solid var(--line)}.fz__agenda-grid{display:grid;grid-template-columns:1fr 1fr;gap:34px}.fsub{margin-top:0}.art-cols{display:grid;grid-template-columns:1fr 1fr;gap:34px}.art-sec__title{font-size:22px;margin-bottom:16px}}.fest-wrap{margin:2.5rem 0}.fest-card{position:relative;background:#fdf6ee;border-radius:28px;padding:2rem 2.25rem;box-shadow:-12px 20px 45px #f2913c38,12px 20px 45px #e0447b38}.fest-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:28px;padding:2px;background:linear-gradient(135deg,#f2913c,#e0447b);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.fest-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.fest-h{font-size:2rem;font-weight:800;margin:0}.fest-badge{text-transform:uppercase;letter-spacing:.05em;font-size:.68rem;font-weight:700;color:#999;border:1px solid #e2d9cd;border-radius:999px;padding:.45rem .9rem}.fest-hero{display:grid;grid-template-columns:minmax(0,360px) 1fr;gap:2rem;margin-bottom:2rem}@media(max-width:800px){.fest-hero{grid-template-columns:1fr}}.fest-next{background:#fff;border-radius:20px;padding:1.35rem 1.5rem;box-shadow:0 8px 28px #00000012}.fest-next__label{display:block;text-transform:uppercase;letter-spacing:.06em;font-size:.7rem;font-weight:700;color:#e8622a;margin-bottom:.6rem}.fest-next__big{font-size:3.4rem;font-weight:800;line-height:1;color:#e8622a}.fest-next__date{color:#e8622a;font-weight:600;margin:.35rem 0 .9rem}.fest-next__name{font-size:1.9rem;font-weight:800;line-height:1.1}.fest-next__loc{display:flex;align-items:center;gap:.35rem;color:#777;margin-top:.4rem}.fest-next__loc svg{width:15px;height:15px}.fest-next__btn{display:inline-block;margin-top:1.2rem;background:linear-gradient(90deg,#f2913c,#e0447b);color:#fff!important;font-weight:700;text-decoration:none;padding:.8rem 1.5rem;border-radius:999px}.fest-side__label{text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;font-weight:700;color:#999;margin-bottom:.8rem}.fest-side__label:not(:first-child){margin-top:1.5rem}.fest-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}@media(max-width:520px){.fest-stats{gap:.5rem}.fest-stat{padding:.7rem .4rem;border-radius:14px}.fest-stat b{font-size:1.5rem}.fest-stat b.fest-stat__name{font-size:1rem}.fest-stat small{font-size:.75rem;margin-top:.25rem}}.fest-stat{background:#fff;border-radius:18px;padding:.95rem 1rem;text-align:center;box-shadow:0 4px 16px #0000000f;display:flex;flex-direction:column;justify-content:center;align-items:center}.fest-stat b{display:block;font-size:2.1rem;font-weight:800;line-height:1}.fest-stat b.fest-stat__name{font-size:1.3rem}.fest-stat small{display:block;margin-top:.4rem;color:#999;font-size:.9rem}.fest-mates{display:flex;flex-wrap:wrap;gap:.6rem}.fest-mate{display:flex;align-items:center;gap:.55rem;background:#fff;border-radius:999px;padding:.35rem .9rem .35rem .35rem;text-decoration:none;color:inherit;box-shadow:0 1px 8px #0000000d;transition:transform .12s}.fest-mate:hover{transform:translateY(-1px)}.fest-mate img,.fest-mate__ph{width:34px;height:34px;border-radius:50%;object-fit:cover}.fest-mate__ph{background:repeating-linear-gradient(45deg,#efe3d4,#efe3d4 6px,#e5d7c4 6px 12px);display:block}.fest-mate b{font-size:.92rem;font-weight:700}.fest-cols{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;padding-top:1.5rem;border-top:1px solid #ece2d4}@media(max-width:800px){.fest-cols{grid-template-columns:1fr;gap:2rem}}.fest-col__title{text-transform:uppercase;letter-spacing:.05em;font-size:.9rem;font-weight:700;color:#999;margin-bottom:1rem}.fev{display:flex;align-items:center;gap:1rem;padding:.65rem 0;border-bottom:1px solid #ece2d4;text-decoration:none;color:#1a1a1a;transition:opacity .15s}.fev:hover{opacity:.6}.fev--hidden{display:none}.fev__d{text-align:center;min-width:2.8rem}.fev__d b{display:block;font-size:1.55rem;font-weight:800;line-height:1;color:#1a1a1a}.fev__d small{text-transform:uppercase;font-size:.68rem;color:#e8622a;font-weight:700}.fev__m{flex:1;min-width:0}.fev__m b{display:block;font-size:1.28rem;font-weight:700;color:#1a1a1a;line-height:1.2}.fev__m small{color:#8a8175;font-size:1.05rem;margin-top:.15rem;display:block}.fev__chev{width:17px;height:17px;color:#ccc;flex-shrink:0}.fev--past .fev__d small{color:#c3b8a8}.fev--past .fev__m b{color:#777}.fest-more{margin-top:.9rem;display:inline-block;background:none;border:none;padding:0;color:#ec4e33;font-weight:700;font-size:1rem;cursor:pointer;text-decoration:none}.fest-more:hover{color:#dd3b98}.fest-more--desktop{display:none}.fest-more--mobile{display:inline-block}@media(min-width:800px){.fest-more--desktop{display:inline-block;margin-top:1.2rem}.fest-more--mobile{display:none}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/artist-detail.css.map */
