.cc-featured{background:var(--cc-dark);color:var(--cc-on-dark);padding:var(--cc-space-8) clamp(16px,5vw,60px) var(--cc-space-12);overflow:hidden}.cc-featured__heading-link{text-decoration:none}.cc-featured__heading{margin:0 0 var(--cc-space-6);font-weight:var(--cc-fw-regular);font-size:clamp(30px,8vw,55px);line-height:1.2;color:var(--cc-on-dark)}.cc-featured__heading-link:hover .cc-featured__heading{color:var(--cc-accent-hover)}.cc-featured__stage{position:relative;display:flex;align-items:center;gap:var(--cc-space-2)}.cc-featured__artist{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:var(--cc-space-6)}.cc-featured__media,.cc-featured__media img{display:block;width:100%}.cc-featured__media img{height:auto;max-height:380px;object-fit:cover;object-position:center}.cc-featured__info{min-width:0}.cc-featured__name{font-size:clamp(26px,6vw,40px);font-weight:var(--cc-fw-bold);line-height:1.1;letter-spacing:-.03em;overflow-wrap:break-word}.cc-featured__name,.cc-featured__quote{margin:0 0 var(--cc-space-4);color:var(--cc-on-dark)}.cc-featured__quote{font-weight:var(--cc-fw-medium);font-size:clamp(17px,4vw,21px);line-height:1.5}.cc-featured__bio{margin:0 0 var(--cc-space-4);font-size:16px;line-height:1.7;color:var(--cc-on-dark)}.cc-featured__cta{display:inline-flex;align-items:center;padding:9px 14px;background:var(--cc-accent);color:#fff;font-size:16px;text-decoration:none;border-radius:var(--cc-radius);transition:color var(--cc-transition)}.cc-featured__cta:hover{color:var(--cc-accent-hover)}.cc-featured__arrow{display:none;flex:0 0 auto;background:none;border:none;cursor:pointer;padding:8px;z-index:2}.cc-featured__arrow img{width:22px;height:22px;filter:invert(1)}.cc-featured__arrow--left img{transform:rotate(180deg)}.cc-featured__dots{display:flex;flex-direction:row;gap:var(--cc-space-3);justify-content:center;align-items:center;margin-top:var(--cc-space-8)}.cc-featured__dot{flex:1 1;max-width:175px;height:2px;padding:0;border:none;background:rgba(247,240,243,.5);cursor:pointer}.cc-featured__dot--active{background:rgba(247,240,243,1)}.cc-featured__browse{display:block;margin-top:var(--cc-space-6);text-align:right;font-size:14px;letter-spacing:.05em;color:#fff;text-decoration:none}.cc-featured__browse:hover{color:var(--cc-accent-hover)}@media screen and (min-width:990px){.cc-featured{padding-bottom:var(--cc-space-16)}.cc-featured__arrow{display:inline-flex}.cc-featured__artist{flex-direction:row;gap:clamp(24px,4vw,55px);align-items:center}.cc-featured__media{flex:0 0 530px;max-width:55%}.cc-featured__media img{height:380px}.cc-featured__info{flex:1 1 auto;max-width:465px}}.cc-hero{position:relative;width:100%;min-height:300px;background-color:#d9d9d9;background-size:cover;background-position:50%;display:flex;align-items:center;overflow:hidden;margin-bottom:var(--cc-space-1)}.cc-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.55),rgba(0,0,0,.25) 55%,rgba(0,0,0,0))}.cc-hero__copy{position:relative;z-index:1;padding:clamp(20px,6vw,64px);max-width:560px}@media screen and (min-width:750px){.cc-hero__copy{max-width:720px}}@media screen and (min-width:990px){.cc-hero__title{white-space:nowrap}}.cc-hero__title{margin:0 0 var(--cc-space-3);font-weight:var(--cc-fw-medium);font-size:clamp(34px,9vw,64px);line-height:1.15;color:var(--cc-on-dark)}.cc-hero__desc{margin:0 0 var(--cc-space-6);max-width:540px;font-weight:var(--cc-fw-regular);font-size:clamp(15px,3.5vw,18px);line-height:1.6;color:var(--cc-on-dark)}.cc-hero__cta{display:inline-flex;align-items:center;justify-content:center;padding:10px 18px;min-height:39px;background:var(--cc-accent);color:var(--cc-on-dark);font-size:16px;line-height:1.2;text-decoration:none;border-radius:var(--cc-radius);transition:color var(--cc-transition)}.cc-hero__cta:hover{color:var(--cc-highlight)}.cc-hero__attr{position:absolute;z-index:1;bottom:var(--cc-space-3);right:var(--cc-space-4);margin:0;font-size:13px;text-align:right;color:var(--cc-on-dark)}.cc-hero__attr a{color:var(--cc-on-dark);text-decoration:none}.cc-hero__attr a:hover{color:var(--cc-accent-hover)}@media screen and (min-width:750px){.cc-hero{min-height:350px}.cc-hero__attr{bottom:22px;right:32px;font-size:14px}}.cc-artwork{background:var(--cc-dark);color:#fff;padding:var(--cc-space-8) 0 var(--cc-space-12)}.cc-artwork__heading-link{text-decoration:none}.cc-artwork__heading{margin:0 0 var(--cc-space-6);padding:0 clamp(16px,5vw,60px);font-weight:var(--cc-fw-regular);font-size:clamp(30px,8vw,55px);line-height:1.1;color:#fff}.cc-artwork__heading-link:hover .cc-artwork__heading{color:var(--cc-accent-hover)}.cc-artwork__track{display:flex;flex-direction:row;gap:var(--cc-space-6);overflow-x:auto;scrollbar-width:none;padding:0 clamp(16px,5vw,60px) var(--cc-space-4);cursor:-webkit-grab;cursor:grab}.cc-artwork__track::-webkit-scrollbar{display:none}.cc-artwork__card{flex:0 0 240px;width:240px;display:flex;flex-direction:column;text-decoration:none;color:#fff}.cc-artwork__card:hover *{color:var(--cc-accent-hover)}.cc-artwork__media{display:flex;align-items:flex-end;justify-content:center;height:320px;margin-bottom:var(--cc-space-4)}.cc-artwork__media img{max-width:100%;max-height:320px;width:auto;height:auto;object-fit:contain;object-position:bottom}.cc-artwork__title{margin:0;font-size:16px;line-height:1.4;color:#fff}.cc-artwork__artist{margin:var(--cc-space-1) 0;font-size:14.4px;line-height:1.4;letter-spacing:.05em;color:#fff}.cc-artwork__price{margin:0;font-weight:var(--cc-fw-bold);color:#fff}.cc-artwork__progress{display:flex;justify-content:center;margin-top:var(--cc-space-6);padding:0 clamp(16px,5vw,60px)}.cc-artwork__bar{position:relative;width:90%;max-width:1200px;height:10px;background:rgba(26,0,255,.2)}.cc-artwork__indicator{position:absolute;left:0;top:0;width:120px;height:10px;background:rgba(26,0,255,.6);cursor:-webkit-grab;cursor:grab}@media screen and (min-width:750px){.cc-artwork__card{flex-basis:285px;width:285px}.cc-artwork__media{height:375px}.cc-artwork__media img{max-height:375px}.cc-artwork__indicator{width:290px}}