.home{width:100%;min-height:100vh;min-height:-webkit-fill-available;--tile-gap: 12px;--artists-grid-width: calc(3 * 35vh + 2 * var(--tile-gap));--carousel-slide-width: var(--artists-grid-width);--carousel-gap: var(--tile-gap);--carousel-step: calc(var(--carousel-slide-width) + var(--carousel-gap));--carousel-center-offset: calc(50vw - (var(--carousel-slide-width) / 2));--avatar-size: clamp(42px, 7vw, 72px);--avatar-offset: 14px;--tile-radius: calc(var(--avatar-offset) + (var(--avatar-size) / 2));background:#f5f5f5;position:relative;z-index:0;overflow:visible}.home-nav{display:flex;flex-direction:column;gap:0;align-items:flex-start;padding:90px 0 0;width:100vw;box-sizing:border-box;overflow:visible;flex:1 0 auto}.search-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);z-index:20000;display:flex;align-items:flex-start;justify-content:center;padding-top:120px;animation:fadeIn .3s ease}.search-overlay--closing{animation:fadeOut .3s ease forwards}.search-container{width:90%;max-width:600px;background:#fff;border-radius:39px;box-shadow:0 20px 60px #0000004d;overflow:hidden;animation:slideDown .3s ease;transition:max-height .3s ease}.search-container--closing{animation:slideUp .3s ease forwards}.search-input-wrapper{display:flex;align-items:center;gap:12px;padding:20px 24px 20px 29px;border-bottom:1px solid #e0e0e0;height:78px;box-sizing:border-box}.search-input{flex:1;border:none;outline:none;font-family:Manrope,sans-serif;font-size:18px;font-weight:500;color:#000;background:transparent}.search-input::placeholder{color:#999}.search-close{background:transparent;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;color:#666;transition:color .2s ease}.search-close:hover{color:#000}.search-suggestions{max-height:400px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#e0e0e0 transparent;animation:expandDown .3s ease}@keyframes expandDown{0%{max-height:0;opacity:0}to{max-height:400px;opacity:1}}.search-suggestions::-webkit-scrollbar{width:6px}.search-suggestions::-webkit-scrollbar-track{background:transparent}.search-suggestions::-webkit-scrollbar-thumb{background:#e0e0e0;border-radius:3px}.search-suggestion{width:100%;display:flex;align-items:center;gap:16px;padding:24px;background:transparent;border:none;cursor:pointer;transition:background .2s ease,transform .2s ease;text-align:left;animation:fadeInSlide .3s ease forwards;opacity:0}@keyframes fadeInSlide{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.search-suggestion:hover{background:#f5f5f5;transform:translate(4px)}.search-suggestion__avatar{width:56px;height:56px;border-radius:8px;overflow:hidden;flex-shrink:0;background:#e0e0e0}.search-suggestion__avatar img{width:100%;height:100%;object-fit:cover}.search-suggestion__info{flex:1;display:flex;flex-direction:column;gap:2px}.search-suggestion__name{font-family:Manrope,sans-serif;font-size:16px;font-weight:600;color:#000}.search-suggestion__name-uk{font-family:Manrope,sans-serif;font-size:14px;font-weight:500;color:#666}.search-suggestion__genre{font-family:Manrope,sans-serif;font-size:12px;font-weight:500;color:#999;margin-top:4px}.home-scroll-arrow{position:fixed;top:50%;transform:translateY(-50%);z-index:10002;background:#ffffffe6;border:none;width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #00000026;pointer-events:auto}.home-scroll-arrow--right{right:48px}.home-scroll-arrow--left{left:48px}.home-scroll-arrow:hover{background:#fff;transform:translateY(-50%) scale(1.1);box-shadow:0 6px 16px #0003}.home-scroll-arrow svg{color:#000}.home:after{content:"";position:absolute;top:-30vh;right:-20vw;width:140vw;height:160vh;background-image:url(/shadow.png);background-size:cover;background-position:right top;background-repeat:no-repeat;pointer-events:none;z-index:1;transform:scaleX(-1);opacity:.25;animation:shadowMove 6s ease-in-out infinite;will-change:transform,opacity;-webkit-transform:scaleX(-1);-webkit-animation:shadowMove 6s ease-in-out infinite;display:none}@keyframes shadowMove{0%,to{transform:scaleX(-1) translate(0) scale(.8);-webkit-transform:scaleX(-1) translateX(0) scale(.8);opacity:.3}50%{transform:scaleX(-1) translate(-50px) scale(.84);-webkit-transform:scaleX(-1) translateX(-50px) scale(.84);opacity:.2}}@keyframes textShadowMove{0%,to{text-shadow:-8px 4px 16px rgba(0,0,0,.3)}50%{text-shadow:-15px 6px 20px rgba(0,0,0,.2)}}@-webkit-keyframes shadowMove{0%,to{-webkit-transform:scaleX(-1) translateX(0) scale(.8);opacity:.3}50%{-webkit-transform:scaleX(-1) translateX(-50px) scale(.84);opacity:.2}}@media only screen and (max-width:767px){.home:after{animation:shadowMoveMobile 8s ease-in-out infinite;-webkit-animation:shadowMoveMobile 8s ease-in-out infinite;opacity:.2;background-size:contain}@keyframes shadowMoveMobile{0%,to{transform:scaleX(-1) translate(0);-webkit-transform:scaleX(-1) translateX(0);opacity:.25}50%{transform:scaleX(-1) translate(-30px);-webkit-transform:scaleX(-1) translateX(-30px);opacity:.15}}@-webkit-keyframes shadowMoveMobile{0%,to{-webkit-transform:scaleX(-1) translateX(0);opacity:.25}50%{-webkit-transform:scaleX(-1) translateX(-30px);opacity:.15}}}.home-header{position:relative;padding:38px 48px 20px;z-index:10002;display:flex;justify-content:space-between;align-items:center}.home-header__brand{display:flex;flex-direction:column;gap:6px}.home-title{font-family:Manrope,sans-serif;font-size:28px;font-weight:400;font-style:normal;color:#000;letter-spacing:.02em;margin:0}.home-hero{position:relative;z-index:2;width:100%;padding:28px 48px 30px;display:flex;flex-direction:column;align-items:center;text-align:center}.home-hero__logo{font-family:Manrope,sans-serif;font-size:42px;color:#000;letter-spacing:.02em;margin-bottom:80px;opacity:1}.home-hero__logo span:last-child{font-size:57px}.home-hero__title{font-family:Apple Garamond,serif;font-size:clamp(36px,5vw,64px);font-weight:700;color:#000;margin:0;letter-spacing:.01em}.home-hero__subtitle{font-family:Manrope,sans-serif;font-size:27px;font-weight:500;color:#666;margin:18px 0 0;line-height:1.35}.home-hero__ctas{margin-top:80px;display:flex;gap:12px;align-items:center;justify-content:center;width:min(504px,100%)}.home-hero__cta{flex:1 1 0;height:53px;padding:0 22px;border:0;border-radius:999px;font-family:Manrope,sans-serif;font-size:17px;font-weight:700;letter-spacing:.02em;cursor:pointer}.home-hero__cta--primary{background:#000;color:#fff}.home-hero__cta--secondary{background:transparent;color:#000;border:1px solid rgba(0,0,0,.25)}.home-hero__cta:hover{opacity:.85}.home-hero__tagline{font-family:Manrope,sans-serif;font-size:13px;font-weight:500;color:#666;margin:16px 0 0;line-height:1.35}.home-hero__disclaimer{margin-top:16px;font-size:13px;color:#00000080;font-weight:500;text-align:center}.home-header__actions{display:flex;gap:16px;align-items:center}.home-header__icon{background:transparent;border:none;color:#000;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;transition:transform .2s ease}.home-header__icon:hover{transform:scale(1.1)}.home-header__login-btn{background:#000;border:none;color:#fff;cursor:pointer;padding:10px 24px;border-radius:20px;font-size:14px;font-weight:600;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.home-header__login-btn:hover{background:#333;transform:translateY(-1px)}.home-header__profile{background:transparent;border:none;color:#000;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:opacity .3s ease;padding:0}.home-header__profile:hover{opacity:.6}.home-nav{display:block;width:100%;box-sizing:border-box;overflow:visible;scrollbar-width:none;-ms-overflow-style:none}.home-nav::-webkit-scrollbar{display:none}.home-category{display:flex;flex-direction:column;align-items:flex-start;gap:0;margin:0;padding:0}.home-section{width:100%;display:flex;flex-direction:column;gap:0;margin-bottom:0;overflow-x:auto;overflow-y:visible;scrollbar-width:none;-ms-overflow-style:none;position:relative}@media only screen and (max-width:767px){.home-section--artists{overflow-x:visible;overflow-y:visible}}.home-section::-webkit-scrollbar{display:none}.home-section-arrow{position:fixed;top:calc(104px + 26vh);transform:translateY(-50%);width:56px;height:56px;background:#00000080;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10000;transition:all .2s ease;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);opacity:0;pointer-events:none}.home-section-arrow.visible{opacity:1;pointer-events:auto}.home-section-arrow:hover{background:#000000b3;transform:translateY(-50%) scale(1.1)}.home-section-arrow--left{left:48px}.home-section-arrow--right{right:48px}.home-section--artists,.home-section--mediums{display:flex;flex-direction:column;align-items:center;margin-top:90px}.home-section-title{font-family:Manrope,sans-serif;font-size:48px;font-weight:700;color:#000;margin:0 0 40px;text-transform:uppercase;letter-spacing:.02em;width:100%;padding:0 48px}.home-section--artists .home-section-title,.home-section--mediums .home-section-title{margin:0 auto 14px;width:var(--artists-grid-width);padding:0;font-size:23px;text-align:left}.home-section-title--mediums{width:var(--artists-grid-width);margin:0 auto 24px;padding:0;text-align:left}.home-section-title--new{display:block;margin:0 0 14px;width:100%;padding:0;font-size:23px;text-align:center}.home-section--new{display:flex;flex-direction:column;align-items:center;margin-top:0;position:relative}.home-new-loading{width:100%;min-height:180px;display:flex;align-items:center;justify-content:center;gap:10px}.home-new-loading__dot{width:7px;height:7px;border-radius:50%;background:#8c8c8c;opacity:.3;animation:homeNewDotPulse 1.2s ease-in-out infinite}.home-new-loading__dot:nth-child(2){animation-delay:.18s}.home-new-loading__dot:nth-child(3){animation-delay:.36s}@keyframes homeNewDotPulse{0%,to{opacity:.28;transform:translateY(0)}50%{opacity:.78;transform:translateY(-2px)}}.home-carousel--reveal .home-carousel__slide{animation:homeCarouselSlideEnter .24s ease-out both;animation-delay:calc(var(--carousel-enter-order, 2) * 70ms + 10ms)}@keyframes homeCarouselSlideEnter{0%{transform:translateY(10px) scale(.985);filter:saturate(.92)}to{transform:translateY(0) scale(1);filter:saturate(1)}}.home-carousel__shadow{position:absolute;inset:0;background-image:url(/interior-shadow.png);background-size:60%;background-position:left top;background-repeat:no-repeat;pointer-events:none;z-index:10;animation:carouselShadowMove 8s ease-in-out infinite;will-change:transform,opacity;transform:translateZ(0)}.home-carousel__slide--sculpture .home-carousel__wall{align-items:center;justify-content:center;overflow:hidden}.home-carousel__slide--sculpture .home-carousel__wall:before{content:"";position:absolute;left:0;right:0;bottom:0;height:35%;background:linear-gradient(180deg,#ffffff14,#ffffff24,#ffffff1a);z-index:0;pointer-events:none;border-radius:0 0 var(--tile-radius) var(--tile-radius)}.home-carousel__slide--sculpture .home-carousel__light-beam{background:linear-gradient(-55deg,transparent 0%,transparent 35%,rgba(255,245,220,.1) 42%,rgba(255,248,230,.16) 48%,rgba(255,245,220,.1) 54%,transparent 62%,transparent 100%),linear-gradient(-52deg,transparent 0%,transparent 55%,rgba(255,240,210,.06) 62%,rgba(255,242,215,.1) 68%,rgba(255,240,210,.06) 74%,transparent 82%,transparent 100%)!important;opacity:.5}.home-carousel__slide--active.home-carousel__slide--sculpture .home-carousel__light-beam{opacity:.85!important}.home-carousel__slide--sculpture .home-carousel__artwork-wrapper{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center}.home-carousel__artwork--sculpture{background:transparent!important;box-shadow:none!important;padding:0!important;cursor:pointer}.home-carousel__artwork--sculpture .home-carousel__mat{background:transparent!important;padding:0!important;box-shadow:none!important}.home-carousel__slide--sculpture .home-carousel__artwork--no-frame .home-carousel__mat,.home-carousel__slide--active.home-carousel__slide--sculpture .home-carousel__artwork--no-frame .home-carousel__mat{box-shadow:none!important}.home-carousel__slide--sculpture .home-carousel__image{max-height:52vh;filter:drop-shadow(-8px 10px 12px rgba(0,0,0,.18)) drop-shadow(-4px 5px 6px rgba(0,0,0,.12))!important;will-change:filter;transition:filter .5s ease!important}.home-carousel__slide--active.home-carousel__slide--sculpture .home-carousel__image{filter:drop-shadow(-24px 30px 36px rgba(0,0,0,.38)) drop-shadow(-12px 16px 20px rgba(0,0,0,.3)) drop-shadow(0 30px 35px rgba(0,0,0,.24)) drop-shadow(0 16px 20px rgba(0,0,0,.18)) drop-shadow(0 0 56px rgba(255,180,100,.1))!important;transition:filter 2s ease 1.5s!important}.home-carousel__pedestal,.home-carousel__slide--active .home-carousel__pedestal{display:none!important}.home-carousel__artwork--sculpture .home-carousel__inner-bevel{display:none}.home-carousel__slide--sculpture .home-carousel__artwork:before{display:none}.home-carousel__slide--sculpture .home-carousel__wall:after{display:none}.home-section--artists .home-squares-grid{justify-content:center}.home-squares-grid{display:flex;gap:var(--tile-gap);row-gap:var(--tile-gap);flex-wrap:nowrap;width:100%;align-items:flex-start}.home-squares-grid--top{min-height:calc(52vh + 60px);padding-bottom:20px;padding-left:48px;padding-right:48px}.home-squares-grid--bottom{min-height:35vh;padding-bottom:80px;display:grid;grid-template-columns:repeat(3,35vh);justify-content:center;row-gap:40px;column-gap:var(--tile-gap)}.home-squares-grid--mediums{min-height:calc((var(--artists-grid-width) - 4 * var(--tile-gap)) / 5);width:var(--artists-grid-width);grid-template-columns:repeat(5,calc((var(--artists-grid-width) - 4 * var(--tile-gap)) / 5));justify-content:start;row-gap:var(--tile-gap);column-gap:var(--tile-gap);margin:0 auto}.home-squares-grid--bottom .home-section-title{grid-column:1 / -1;padding:0;font-size:28px;font-weight:800;margin:0 0 -300px}.home-section-title--artists{width:calc(105vh + 16px);margin:0 auto 24px;padding:0;text-align:left}.home-square-wrapper{display:flex;flex-direction:column;gap:0;min-width:0;position:relative;flex:0 0 auto;opacity:0;transform:translateY(8px);animation:homeTileAppear .28s ease-out forwards;animation-delay:calc(var(--tile-enter-order, 0) * 55ms + 20ms);will-change:opacity,transform}@keyframes homeTileAppear{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.home-square-wrapper{opacity:1;transform:none;animation:none}}.home-squares-grid--top .home-square-wrapper{height:52vh;width:calc(52vh * 4 / 3)}.home-squares-grid--bottom .home-square-wrapper{height:auto;width:35vh}.home-squares-grid--bottom .home-square{height:auto;aspect-ratio:1 / 1}.home-squares-grid--mediums .home-square-wrapper{height:calc((var(--artists-grid-width) - 4 * var(--tile-gap)) / 5);width:calc((var(--artists-grid-width) - 4 * var(--tile-gap)) / 5)}.home-square-wrapper .home-square-info{position:relative;padding:12px 0 0;display:flex;flex-direction:column;align-items:flex-start}.home-square-info--mediums{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding:0;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center}.home-squares-grid--mediums .home-square-artist{color:#f5f5f5;font-size:clamp(19px,1.9vw,32px);text-shadow:0 2px 8px rgba(0,0,0,.6);text-align:center}.home-square--medium{display:flex;align-items:center;justify-content:center;overflow:visible;position:relative}.home-square--medium:after{z-index:1;background:transparent;transition:background .3s ease}.home-square--medium:hover:after{background:#00000059}.home-square__medium-label{font-family:Apple Garamond,serif;font-size:clamp(19px,1.9vw,32px);font-weight:400;color:#f5f5f5;text-shadow:0 2px 12px rgba(0,0,0,.7);text-align:center;position:relative;z-index:3}.home-squares-grid--top .home-square-info{position:relative;padding:12px 0 0}.home-squares-grid--top .home-square-artist{font-size:clamp(16px,1.5vw,24px)}.home-squares-grid--top .home-square-genre{font-size:clamp(10px,.8vw,14px)}.home-square-wrapper:hover .home-square-info{opacity:1}.home-square-new-badge{position:absolute;top:15px;left:-28px;width:110px;height:22px;background:#ff3b30;z-index:10;transform:rotate(-45deg);display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px #0003;clip-path:polygon(6px 0,calc(100% - 6px) 0,100% 6px,100% calc(100% - 6px),calc(100% - 6px) 100%,6px 100%,0 calc(100% - 6px),0 6px)}.home-square-new-badge:after{content:"new";font-family:Apple Garamond,serif;font-size:16px;font-weight:400;font-style:italic;letter-spacing:.02em;color:#fff}.home-square-info{display:flex;flex-direction:column;gap:4px}.home-square-artist{font-family:Apple Garamond,serif;font-size:clamp(12px,1.2vw,21px);font-weight:400;color:#000;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-square-genre{font-family:Manrope,sans-serif;font-size:clamp(10px,.8vw,14px);font-weight:400;color:#0009;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-category-title{display:none}.home-square{background:#d0d0d0;border:none;cursor:pointer;transition:opacity .3s ease;padding:0;flex-shrink:0;position:relative;width:100%;height:100%;border-radius:var(--tile-radius);overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none;pointer-events:auto}.home-square:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:auto}.home-square:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:2}.home-square:hover{opacity:.7}.home-square--medium:hover{opacity:1}.home-square--new{background:linear-gradient(160deg,#d8cfc2,#cdbfae 45%,#c1b4a6);position:relative;display:flex;align-items:center;justify-content:center;padding:10% 12%;opacity:1;transition:transform .4s ease,box-shadow .4s ease}.home-square--new:hover{opacity:1;transform:translateY(-4px)}.home-new-frame{width:58%;height:58%;padding:2vh;background:#2c2a27;border-radius:6px;box-shadow:0 20px 40px #00000073,0 6px 12px #00000040;display:flex;align-items:center;justify-content:center;animation:homeFrameFloat 6s ease-in-out infinite}.home-new-mat{width:100%;height:100%;padding:2vh;background:#f3efe6;box-shadow:inset 0 0 0 1px #00000014,inset 0 0 18px #0000001f;display:flex;align-items:center;justify-content:center}.home-new-image{width:100%;height:100%;object-fit:contain;box-shadow:0 10px 24px #00000040;background:#111}@keyframes homeFrameFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.home-square--large{--square-height: min(45vw, calc((100vh - 300px)*.55) );width:clamp(300px,calc(var(--square-height) * 1.5),1050px);height:clamp(200px,var(--square-height),700px)}.home-square--small{--large-size: min(45vw, calc((100vh - 300px)*.55) );--small-size: calc(var(--large-size) / 2.31);--portrait-size: clamp(34.4px, calc(var(--small-size) * .4), 121.2px);width:clamp(86px,var(--small-size),303px);height:clamp(86px,var(--small-size),303px)}.home-square--large{--large-size: min(45vw, calc((100vh - 300px)*.55) );--small-size: calc(var(--large-size) / 2.31);--portrait-size: clamp(34.4px, calc(var(--small-size) * .4), 121.2px)}.home-square__artist-avatar{position:absolute;bottom:var(--avatar-offset);left:var(--avatar-offset);width:var(--avatar-size);height:var(--avatar-size);border-radius:50%;border:1px solid #ffffff;background-size:cover;background-position:center;background-repeat:no-repeat;background-color:#fff;box-shadow:none;z-index:10;pointer-events:none}.home-square__artist-portrait{position:absolute;bottom:16px;left:16px;width:9.8vh;height:9.8vh;border-radius:0;background-size:cover;background-position:center;background-repeat:no-repeat;background-origin:content-box;background-clip:content-box;border:6.4px solid #ffffff;border-bottom-width:15px;padding:0;background-color:#fff;box-shadow:0 4px 16px #0000004d,inset 0 -1px 3px #0000001a;animation:portraitShadow 6s ease-in-out infinite;-webkit-animation:portraitShadow 6s ease-in-out infinite;will-change:box-shadow}@keyframes portraitShadow{0%,to{box-shadow:0 12px 24px -8px #00000073,inset 0 -1px 3px #0000001a}50%{box-shadow:-40px 12px 28px -8px #00000080,inset 0 -1px 3px #0000001a}}@-webkit-keyframes portraitShadow{0%,to{box-shadow:0 12px 24px -8px #00000073,inset 0 -1px 3px #0000001a}50%{box-shadow:-40px 12px 28px -8px #00000080,inset 0 -1px 3px #0000001a}}@media only screen and (max-width:767px){.home-square__artist-portrait{animation:portraitShadowMobile 8s ease-in-out infinite;-webkit-animation:portraitShadowMobile 8s ease-in-out infinite}@keyframes portraitShadowMobile{0%,to{box-shadow:0 8px 16px -4px #0006,inset 0 -1px 3px #0000001a}50%{box-shadow:-20px 8px 18px -4px #00000073,inset 0 -1px 3px #0000001a}}@-webkit-keyframes portraitShadowMobile{0%,to{box-shadow:0 8px 16px -4px #0006,inset 0 -1px 3px #0000001a}50%{box-shadow:-20px 8px 18px -4px #00000073,inset 0 -1px 3px #0000001a}}}.home-squares-grid--top .home-square__artist-portrait,.home-squares-grid--bottom .home-square__artist-portrait{width:9.8vh;height:calc(9.8vh + 20px)}.home-squares-grid--bottom .home-square__artist-avatar{bottom:auto;top:calc(35vh - var(--avatar-offset) - var(--avatar-size))}.home-dark-divider{width:100vw;height:1px;background:#111;margin:40px 0 0}.home-dark-section{width:100vw;background:#000;color:#fff;padding:8px 0 16px}.home-dark-section .home-section-title,.home-dark-section .home-square-artist,.home-dark-section .home-square-genre,.home-dark-section .home-square-info{color:#fff}.home-dark-section .home-square-genre{opacity:.7}.exposee-page-footer{width:min(100%,var(--artists-grid-width));display:flex;justify-content:space-between;align-items:center;padding:24px 0;background:transparent;margin:40px auto 0;position:relative;font-family:Manrope,sans-serif;font-size:60%;color:#000}.exposee-page-footer__copyright{flex:0 0 auto}.exposee-page-footer__links{display:flex;gap:32px;position:absolute;left:50%;transform:translate(-50%)}.exposee-page-footer__language{position:relative;flex:0 0 auto}.exposee-page-footer__language-btn{font-family:Manrope,sans-serif;font-size:1em;color:#000;background:transparent;border:1px solid #ccc;border-radius:4px;padding:8px 16px;cursor:pointer;display:flex;align-items:center;gap:8px;letter-spacing:.05em;font-weight:500;transition:border-color .2s}.exposee-page-footer__language-btn:hover{border-color:#666}.exposee-page-footer__language-arrow{font-size:.7em}.exposee-page-footer__language-dropdown{position:absolute;bottom:100%;right:0;margin-bottom:4px;background:#fff;border:1px solid #ccc;border-radius:4px;box-shadow:0 -4px 12px #0000001a;display:none;flex-direction:column;min-width:120px;overflow:hidden}.exposee-page-footer__language-dropdown.active{display:flex}.exposee-page-footer__language-dropdown button{font-family:Manrope,sans-serif;font-size:1em;color:#000;background:transparent;border:none;padding:10px 16px;cursor:pointer;text-align:left;transition:background .2s}.exposee-page-footer__language-dropdown button:hover{background:#f5f5f5}.exposee-page-footer__link{font-family:Manrope,sans-serif;font-size:1em;color:#000;text-decoration:none;letter-spacing:.05em;font-weight:500}.exposee-page-footer__link:hover{color:#333}.home-dark-section .exposee-page-footer,.home-dark-section .exposee-page-footer__link{color:#fff}.home-dark-section .exposee-page-footer__link:hover{color:#ddd}.home-dark-section .exposee-page-footer__language-btn{color:#fff;border-color:#444}.home-dark-section .exposee-page-footer__language-btn:hover{border-color:#777}.home-dark-section .exposee-page-footer__language-dropdown{background:#111;border-color:#333;box-shadow:0 -4px 12px #0006}.home-dark-section .exposee-page-footer__language-dropdown button{color:#fff}.home-dark-section .exposee-page-footer__language-dropdown button:hover{background:#1a1a1a}@media only screen and (max-width:1024px)and (orientation:portrait){.home-header{padding:32px 32px 16px}.home-title{font-size:24px}.home-hero{padding:24px 32px 28px}.home-hero__logo{font-size:36px;margin-bottom:60px}.home-hero__logo span:last-child{font-size:48px}.home-hero__title{font-size:clamp(32px,4.5vw,52px)}.home-hero__subtitle{font-size:22px;margin:16px 0 0}.home-hero__ctas{margin-top:60px;width:min(440px,100%)}.home-hero__cta{height:50px;font-size:16px}.home-section-title{font-size:40px;padding:0 32px;margin:0 0 32px}.home-section--artists{margin-top:70px}.home-section--artists .home-section-title{font-size:20px;margin:0 0 12px}.home-squares-grid--top{padding-left:32px;padding-right:32px;gap:12px;row-gap:60px}.home-squares-grid--top .home-square-wrapper{height:46vh;width:calc(46vh * 4 / 3)}.home-squares-grid--bottom{grid-template-columns:repeat(3,32vh);column-gap:12px;row-gap:40px;padding-bottom:60px}.home-squares-grid--bottom .home-square-wrapper{height:auto;width:32vh}.home-section-title--artists{width:calc(96vh + 24px);font-size:24px;margin:0 auto 20px}.home-squares-grid--top .home-square-artist{font-size:clamp(18px,2vw,26px)}.home-squares-grid--top .home-square-genre{font-size:clamp(12px,1vw,16px)}.home-square-artist{font-size:clamp(14px,1.5vw,22px)}.home-square-genre{font-size:clamp(11px,1vw,15px)}.home-square__artist-portrait{width:8.96vh;height:8.96vh;bottom:12px;left:12px;border-width:5px;border-bottom-width:12px}.home-squares-grid--top .home-square__artist-portrait,.home-squares-grid--bottom .home-square__artist-portrait{width:8.96vh;height:calc(8.96vh + 16px)}.home-squares-grid--bottom .home-square__artist-avatar{bottom:auto;top:calc(32vh - var(--avatar-offset) - var(--avatar-size))}.home-scroll-arrow--right{right:32px}.home-scroll-arrow--left,.home-section-arrow--left{left:32px}.home-section-arrow--right{right:32px}.exposee-page-footer{width:calc(96vh + 24px);padding:20px 0}}@media only screen and (max-width:1024px)and (orientation:landscape){.home-header{padding:28px 32px 14px}.home-title{font-size:22px}.home-hero{padding:20px 32px 24px}.home-hero__logo{font-size:32px;margin-bottom:50px}.home-hero__logo span:last-child{font-size:42px}.home-hero__title{font-size:clamp(28px,4vw,48px)}.home-hero__subtitle{font-size:20px;margin:14px 0 0}.home-hero__ctas{margin-top:50px;width:min(400px,100%)}.home-hero__cta{height:48px;font-size:15px}.home-section-title{font-size:36px;padding:0 32px;margin:0 0 28px}.home-section--artists{margin-top:60px}.home-section--artists .home-section-title{font-size:19px;margin:0 0 10px}.home-squares-grid--top{padding-left:32px;padding-right:32px;gap:10px;row-gap:50px}.home-squares-grid--top .home-square-wrapper{height:50vh;width:calc(50vh * 4 / 3)}.home-squares-grid--bottom{grid-template-columns:repeat(4,28vh);column-gap:10px;row-gap:40px;padding-bottom:50px}.home-squares-grid--bottom .home-square-wrapper{height:auto;width:28vh}.home-section-title--artists{width:calc(112vh + 30px);font-size:22px;margin:0 auto 18px}.home-squares-grid--top .home-square-artist{font-size:clamp(17px,2vw,25px)}.home-squares-grid--top .home-square-genre{font-size:clamp(12px,1vw,15px)}.home-square-artist{font-size:clamp(13px,1.5vw,21px)}.home-square-genre{font-size:clamp(11px,1vw,14px)}.home-square__artist-portrait{width:calc(28vh * .28);height:calc(28vh * .28);bottom:10px;left:10px;border-width:5px;border-bottom-width:11px}.home-squares-grid--top .home-square__artist-portrait,.home-squares-grid--bottom .home-square__artist-portrait{width:calc(28vh * .28);height:calc(28vh * .28 + 14px)}.home-squares-grid--bottom .home-square__artist-avatar{bottom:auto;top:calc(28vh - var(--avatar-offset) - var(--avatar-size))}.home-scroll-arrow--right,.home-section-arrow--right{right:32px}.home-scroll-arrow--left,.home-section-arrow--left{left:32px}.exposee-page-footer{width:calc(112vh + 30px);padding:18px 0}}@media only screen and (max-width:767px)and (orientation:portrait){.home-header{padding:24px 20px 12px}.home-title{font-size:20px}.home-hero{padding:20px 20px 24px}.home-hero__logo{font-size:28px;margin-bottom:40px}.home-hero__logo span:last-child{font-size:38px}.home-hero__title{font-size:clamp(28px,7vw,40px)}.home-hero__subtitle{font-size:18px;margin:12px 0 0;line-height:1.4}.home-hero__ctas{margin-top:50px;width:100%;flex-direction:column;gap:10px}.home-hero__disclaimer{font-size:12px;margin-top:14px}.home-hero__cta{height:67px;font-size:17px;width:100%}.home-section-title{font-size:32px;padding:0 20px;margin:0 0 24px}.home-section--artists{margin-top:50px}.home-section--artists .home-section-title{font-size:18px;margin:0 0 10px}.home-squares-grid--top{padding-left:20px;padding-right:20px;gap:10px;row-gap:70px}.home-squares-grid--top .home-square-wrapper{height:42vh;width:56vh}.home-squares-grid--bottom{grid-template-columns:repeat(2,calc((100vw - 50px)/2));column-gap:10px;row-gap:40px;padding-bottom:40px;padding-left:20px;padding-right:20px;overflow-x:visible;overflow-y:visible}.home-squares-grid--bottom .home-square-wrapper{height:auto;width:calc((100vw - 50px)/2)}.home-section-title--artists{width:100%;font-size:20px;margin:0 0 16px;padding:0 20px;text-align:center}.home-squares-grid--top .home-square-artist{font-size:clamp(20px,3vw,28px);font-weight:500}.home-squares-grid--top .home-square-genre{font-size:clamp(14px,1.8vw,18px)}.home-square-artist{font-size:clamp(16px,2.5vw,24px);font-weight:500}.home-square-genre{font-size:clamp(12px,1.5vw,16px)}.home-square-wrapper .home-square-info,.home-squares-grid--top .home-square-info{padding:10px 0 0}.home-square__artist-portrait{width:calc((100vw - 50px)*.16);height:calc((100vw - 50px)*.16);bottom:8px;left:8px;border-width:4px;border-bottom-width:10px}.home-squares-grid--top .home-square__artist-portrait{width:calc(42vh * .28);height:calc(42vh * .28 + 12px)}.home-squares-grid--bottom .home-square__artist-portrait{width:calc((100vw - 50px)*.16);height:calc((100vw - 50px)*.16 + 12px)}.home-squares-grid--bottom .home-square__artist-avatar{bottom:auto;top:calc((100vw - 40px - 10px) / 2 - var(--avatar-offset) - var(--avatar-size))}.home-square-new-badge{top:12px;left:-22px;width:90px;height:20px;clip-path:polygon(5px 0,calc(100% - 5px) 0,100% 5px,100% calc(100% - 5px),calc(100% - 5px) 100%,5px 100%,0 calc(100% - 5px),0 5px)}.home-square-new-badge:after{font-size:14px}.home-scroll-arrow,.home-section-arrow{width:44px;height:44px}.home-scroll-arrow--right,.home-section-arrow--right{right:20px}.home-scroll-arrow--left,.home-section-arrow--left{left:20px}.home-section-arrow{top:calc(100px + 21vh)}.search-overlay{padding-top:100px}.search-container{width:95%;border-radius:24px}.search-input-wrapper{padding:16px 20px;height:64px}.search-input{font-size:16px}.search-suggestions{max-height:300px}.search-suggestion{padding:18px 20px}.search-suggestion__avatar{width:48px;height:48px}.search-suggestion__name{font-size:15px}.search-suggestion__name-uk{font-size:13px}.search-suggestion__genre{font-size:11px}.exposee-page-footer{padding:16px 20px;margin-top:60px}.exposee-page-footer__link{font-size:1em}}@media only screen and (max-width:767px)and (orientation:landscape){.home-header{padding:20px 20px 10px}.home-title{font-size:18px}.home-hero{padding:16px 20px 20px}.home-hero__logo{font-size:24px;margin-bottom:30px}.home-hero__logo span:last-child{font-size:32px}.home-hero__title{font-size:clamp(24px,5vw,36px)}.home-hero__subtitle{font-size:16px;margin:10px 0 0}.home-hero__ctas{margin-top:40px;width:min(360px,100%);gap:8px}.home-hero__cta{height:44px;font-size:14px}.home-section-title{font-size:28px;padding:0 20px;margin:0 0 20px}.home-section--artists{margin-top:40px}.home-section--artists .home-section-title{font-size:16px;margin:0 0 8px}.home-squares-grid--top{padding-left:20px;padding-right:20px;gap:8px;row-gap:35px}.home-squares-grid--top .home-square-wrapper{height:55vh;width:calc(55vh * 4 / 3)}.home-squares-grid--bottom{grid-template-columns:repeat(3,calc((100vw - 40px - 16px) / 3));column-gap:8px;row-gap:40px;padding-bottom:35px;padding-left:20px;padding-right:20px}.home-squares-grid--bottom .home-square-wrapper{height:auto;width:calc((100vw - 40px - 16px) / 3)}.home-section-title--artists{width:100%;font-size:18px;margin:0 0 14px;padding:0 20px;text-align:center}.home-squares-grid--top .home-square-artist{font-size:clamp(18px,2.5vw,26px);font-weight:500}.home-squares-grid--top .home-square-genre{font-size:clamp(13px,1.5vw,17px)}.home-square-artist{font-size:clamp(15px,2vw,22px);font-weight:500}.home-square-genre{font-size:clamp(11px,1.2vw,15px)}.home-square__artist-portrait{width:calc((100vw - 40px - 16px) / 3 * .32);height:calc((100vw - 40px - 16px) / 3 * .32);bottom:6px;left:6px;border-width:3px;border-bottom-width:8px}.home-squares-grid--top .home-square__artist-portrait{width:calc(55vh * .28);height:calc(55vh * .28 + 10px)}.home-squares-grid--bottom .home-square__artist-portrait{width:calc((100vw - 40px - 16px) / 3 * .32);height:calc((100vw - 40px - 16px) / 3 * .32 + 10px)}.home-squares-grid--bottom .home-square__artist-avatar{bottom:auto;top:calc((100vw - 40px - 16px) / 3 - var(--avatar-offset) - var(--avatar-size))}.home-square-new-badge{top:10px;left:-20px;width:80px;height:18px;clip-path:polygon(4px 0,calc(100% - 4px) 0,100% 4px,100% calc(100% - 4px),calc(100% - 4px) 100%,4px 100%,0 calc(100% - 4px),0 4px)}.home-square-new-badge:after{font-size:13px}.home-scroll-arrow,.home-section-arrow{width:40px;height:40px}.home-scroll-arrow--right,.home-section-arrow--right{right:20px}.home-scroll-arrow--left,.home-section-arrow--left{left:20px}.home-section-arrow{top:calc(98px + 27.5vh)}.search-overlay{padding-top:80px}.search-container{width:95%;border-radius:20px}.exposee-page-footer{padding:14px 20px;margin-top:50px}.exposee-page-footer__link{font-size:1em}}@media only screen and (max-width:479px){.home-hero__title{font-size:clamp(24px,8vw,36px)}.home-hero__subtitle{font-size:16px}.home-section-title{font-size:28px}.home-squares-grid--top .home-square-artist{font-size:clamp(22px,4vw,30px);font-weight:600}.home-squares-grid--top .home-square-genre{font-size:clamp(15px,2vw,19px)}.home-square-artist{font-size:clamp(18px,3vw,26px);font-weight:600}.home-square-genre{font-size:clamp(13px,1.8vw,17px)}}.guidelines-overlay{position:fixed;inset:0;background:#0b0d16d9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem;overflow-y:auto}.guidelines-modal{background:#1a1d2e;border:1px solid rgba(249,250,251,.1);border-radius:2px;max-width:700px;width:100%;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0006}.guidelines-header{padding:2rem 2.5rem 1.5rem;border-bottom:1px solid rgba(249,250,251,.1);display:flex;justify-content:space-between;align-items:flex-start}.guidelines-header h2{font-family:Apple Garamond,serif;font-size:1.75rem;font-weight:400;color:#f9fafb;letter-spacing:-.02em;margin:0;line-height:1.3}.close-button{background:none;border:none;color:#f9fafb80;font-size:2rem;line-height:1;cursor:pointer;padding:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;transition:color .2s ease;margin-left:1rem}.close-button:hover{color:#f9fafb}.guidelines-content{padding:2rem 2.5rem;overflow-y:auto;flex:1;color:#f9fafbd9;line-height:1.7}.guidelines-intro{font-size:.95rem;margin-bottom:2rem;color:#f9fafbe6}.guidelines-content section{margin-bottom:2.5rem}.guidelines-content section:last-child{margin-bottom:0}.guidelines-content h3{font-family:Manrope,sans-serif;font-size:1.1rem;font-weight:600;color:#f9fafb;margin-bottom:1rem;letter-spacing:-.01em}.guideline-item{margin-bottom:1.5rem}.guideline-item:last-child{margin-bottom:0}.guideline-item h4{font-family:Manrope,sans-serif;font-size:.9rem;font-weight:600;color:#f9fafbe6;margin-bottom:.5rem}.guidelines-content ul{list-style:none;padding-left:0}.guidelines-content ul li{font-size:.9rem;padding-left:1.25rem;position:relative;margin-bottom:.4rem;color:#f9fafbbf}.guidelines-content ul li:before{content:"•";position:absolute;left:0;color:#f9fafb66}.guidelines-content p{font-size:.9rem;margin-bottom:.75rem;color:#f9fafbbf}.guidelines-content p:last-child{margin-bottom:0}.guidelines-emphasis{font-weight:500;color:#f9fafbe6!important;margin-top:.75rem}.guidelines-footer{padding:1.5rem 2.5rem 2rem;border-top:1px solid rgba(249,250,251,.1);display:flex;flex-direction:column;gap:1.25rem}.confirmation-checkbox{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;-webkit-user-select:none;user-select:none}.confirmation-checkbox input[type=checkbox]{margin-top:.15rem;cursor:pointer;width:1.1rem;height:1.1rem;flex-shrink:0}.confirmation-checkbox span{font-size:.9rem;color:#f9fafbd9;line-height:1.5}.guidelines-actions{display:flex;gap:.75rem;justify-content:flex-end}.cancel-button,.confirm-button{padding:.65rem 1.5rem;font-family:Manrope,sans-serif;font-size:.9rem;font-weight:500;border:none;border-radius:2px;cursor:pointer;transition:all .2s ease}.cancel-button{background:transparent;color:#f9fafb99;border:1px solid rgba(249,250,251,.2)}.cancel-button:hover{color:#f9fafbe6;border-color:#f9fafb4d}.confirm-button.disabled{background:#f9fafb1a;color:#f9fafb4d;cursor:not-allowed}.confirm-button.active{background:#f9fafb;color:#0b0d16;cursor:pointer}.confirm-button.active:hover{background:#f9fafbe6}@media(max-width:768px){.guidelines-overlay{padding:1rem}.guidelines-header{padding:1.5rem 1.5rem 1rem}.guidelines-header h2{font-size:1.5rem}.guidelines-content{padding:1.5rem}.guidelines-footer{padding:1rem 1.5rem 1.5rem}.guidelines-actions{flex-direction:column}.cancel-button,.confirm-button{width:100%}}@keyframes slideUp{0%{transform:translateY(0);opacity:1}to{transform:translateY(-30px);opacity:0}}.submission-modal-overlay{position:fixed;inset:0;background:#00000080;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);display:flex;align-items:center;justify-content:center;z-index:999;padding:2rem;overflow-y:auto;animation:fadeIn .3s ease}.submission-modal-overlay.closing{animation:fadeOut .3s ease forwards}.submission-modal{background:#fff;border-radius:39px;max-width:900px;width:100%;max-height:90vh;display:flex;flex-direction:row;box-shadow:0 20px 60px #0000004d;animation:slideDown .3s ease;transition:max-width .4s cubic-bezier(.4,0,.2,1);overflow:hidden}.submission-modal.step-2{max-width:624px;flex-direction:column}.submission-modal-image{flex:0 0 440px;overflow:hidden;position:relative}.submission-modal-image img{width:100%;height:100%;object-fit:cover;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.submission-modal-main{flex:1;display:flex;flex-direction:column;min-width:0}.submission-modal.closing{animation:slideUp .3s ease forwards}.submission-modal-header{padding:2rem 2.5rem 1.5rem;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;align-items:flex-start}.submission-modal-header h2{font-family:Apple Garamond,serif;font-size:2rem;font-weight:400;color:#000;letter-spacing:-.02em;margin:0;line-height:1.3}.modal-close-button{background:none;border:none;color:#00000080;font-size:2rem;line-height:1;cursor:pointer;padding:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;transition:color .2s ease;margin-left:1rem}.modal-close-button:hover{color:#000}@media(max-width:768px){.submission-modal{max-width:480px;flex-direction:column}.submission-modal-image{display:none}.submission-modal.step-2{max-width:480px}}.submission-modal-content{padding:2rem 2.5rem;overflow-y:auto;flex:1}.submission-subtitle{font-size:.95rem;color:#666;line-height:1.6;margin-bottom:2rem;text-align:center}.guidelines-trigger{width:100%;padding:1rem 1.5rem;background:#f5f5f5;border:1px solid #e0e0e0;border-radius:16px;color:#000;font-family:Manrope,sans-serif;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.75rem;margin-bottom:2rem}.guidelines-trigger:hover{background:#eee;border-color:#ccc}.guidelines-icon{font-size:1.1rem}.required-badge{margin-left:auto;font-size:.75rem;padding:.25rem .6rem;background:#ef444426;color:#ef4444e6;border-radius:2px;font-weight:600;text-transform:uppercase;letter-spacing:.03em}.reviewed-badge{margin-left:auto;font-size:.75rem;padding:.25rem .6rem;background:#22c55e26;color:#22c55ee6;border-radius:2px;font-weight:600}.submission-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.75rem}.form-group label{font-size:.9rem;font-weight:500;color:#333;display:flex;flex-direction:column;gap:.25rem}.helper-text{font-size:.8rem;font-weight:400;color:#999;font-style:italic}.form-input,.form-select{padding:.875rem 1rem;background:#f9f9f9;border:1px solid #e0e0e0;border-radius:24px;color:#000;font-family:Manrope,sans-serif;font-size:.9rem;transition:all .2s ease;outline:none}.form-input:focus:not(.disabled),.form-select:focus:not(.disabled){background:#fff;border-color:#999}.form-input.disabled,.form-select.disabled{opacity:.4;cursor:not-allowed;color:#999}.form-input::placeholder{color:#999}.form-select{cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23666666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.form-select.disabled{cursor:not-allowed}.submit-button{padding:.75rem 2rem;font-family:Manrope,sans-serif;font-size:.95rem;font-weight:600;border:none;border-radius:32px;cursor:pointer;transition:all .2s ease;margin-top:.5rem}.submit-button.disabled{background:#e0e0e0;color:#999;cursor:not-allowed}.submit-button.active{background:#000;color:#fff;cursor:pointer}.submit-button.active:hover{background:#333;transform:translateY(-1px)}.submit-helper{font-size:.8rem;color:#999;text-align:center;margin-top:-.5rem}.submission-modal-footer{margin-top:2rem;padding-top:2rem;border-top:1px solid #e0e0e0;text-align:center}.submission-modal-footer p{font-size:.8rem;color:#999;line-height:1.6}.submission-confirmation-content{text-align:center;padding:2rem 0}.submission-confirmation-content h1{font-family:Apple Garamond,serif;font-size:2rem;font-weight:400;color:#000;letter-spacing:-.02em;margin-bottom:1.5rem}.confirmation-message{font-size:1rem;color:#666;line-height:1.8;margin-bottom:2.5rem}.back-button{padding:.75rem 2rem;background:#000;border:none;border-radius:32px;color:#fff;font-family:Manrope,sans-serif;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease}.back-button:hover{background:#333;transform:translateY(-1px)}.guidelines-content-inline{color:#333;line-height:1.7;margin-bottom:2rem}.guidelines-content-inline .guidelines-intro{font-size:.95rem;margin-bottom:2rem;color:#333}.guidelines-content-inline section{margin-bottom:2rem}.guidelines-content-inline section:last-child{margin-bottom:0}.guidelines-content-inline h3{font-family:Manrope,sans-serif;font-size:1rem;font-weight:600;color:#000;margin-bottom:1rem;letter-spacing:-.01em}.guidelines-content-inline .guideline-item{margin-bottom:1.5rem}.guidelines-content-inline .guideline-item:last-child{margin-bottom:0}.guidelines-content-inline .guideline-item h4{font-family:Manrope,sans-serif;font-size:.9rem;font-weight:600;color:#333;margin-bottom:.5rem}.guidelines-content-inline ul{list-style:none;padding-left:0}.guidelines-content-inline ul li{font-size:.9rem;padding-left:1.25rem;position:relative;margin-bottom:.4rem;color:#666}.guidelines-content-inline ul li:before{content:"•";position:absolute;left:0;color:#999}.guidelines-content-inline p{font-size:.9rem;margin-bottom:.75rem;color:#666}.guidelines-content-inline p:last-child{margin-bottom:0}.guidelines-content-inline .guidelines-emphasis{font-weight:500;color:#333!important;margin-top:.75rem}.confirmation-checkbox-inline{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;-webkit-user-select:none;user-select:none;padding:1rem;background:#f5f5f5;border-radius:16px;margin-bottom:1.5rem}.confirmation-checkbox-inline input[type=checkbox]{margin-top:.15rem;cursor:pointer;width:1.1rem;height:1.1rem;flex-shrink:0}.confirmation-checkbox-inline span{font-size:.9rem;color:#333;line-height:1.5;font-weight:500}.button-row{display:flex;gap:1rem;margin-top:1.5rem}.button-row .back-nav-button{flex:0 0 auto}.button-row .submit-button{flex:1}.back-nav-button{padding:.75rem 2rem;background:#f9f9f9;border:1px solid #e0e0e0;border-radius:32px;color:#666;font-family:Manrope,sans-serif;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease}.back-nav-button:hover{background:#eee;border-color:#ccc}@media(max-width:768px){.submission-modal-overlay{padding:1rem}.submission-modal-header{padding:1.5rem 1.5rem 1rem}.submission-modal-header h2{font-size:1.75rem}.submission-modal-content{padding:1.5rem}.form-row{grid-template-columns:1fr}.button-row{flex-direction:column}.submission-confirmation-content h1{font-size:1.75rem}}.login-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);z-index:20001;display:flex;align-items:center;justify-content:center;padding:20px;animation:fadeIn .3s ease}.login-modal{background:#fff;border-radius:24px;box-shadow:0 20px 60px #0000004d;width:100%;max-width:420px;padding:40px;position:relative;animation:slideDown .3s ease}.login-modal__close{position:absolute;top:20px;right:20px;background:transparent;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;color:#666;transition:color .2s ease;border-radius:8px}.login-modal__close:hover{color:#000;background:#f5f5f5}.login-modal__title{font-family:Apple Garamond,serif;font-size:32px;font-weight:700;color:#000;margin:0 0 8px;text-align:center}.login-modal__subtitle{font-family:Manrope,sans-serif;font-size:16px;font-weight:500;color:#666;margin:0 0 32px;text-align:center}.login-modal__error{background:#ffebee;color:#c62828;padding:12px 16px;border-radius:8px;font-family:Manrope,sans-serif;font-size:14px;font-weight:500;margin-bottom:20px;text-align:center}.google-signin-button{width:100%;padding:14px 20px;background:#fff;border:2px solid #dadce0;border-radius:12px;font-family:Manrope,sans-serif;font-size:16px;font-weight:600;color:#3c4043;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:12px;transition:all .2s ease}.google-signin-button:hover:not(:disabled){background:#f8f9fa;border-color:#c4c7cc}.google-signin-button:disabled{opacity:.6;cursor:not-allowed}.login-modal__legal{font-family:Manrope,sans-serif;font-size:12px;font-weight:400;color:#888;text-align:center;margin-top:16px;line-height:1.5}.login-modal__legal a{color:#666;text-decoration:underline;transition:color .2s ease}.login-modal__legal a:hover{color:#000}.login-modal--compact{max-width:360px;padding:32px}.login-modal--compact .login-modal__subtitle{margin-bottom:24px}@keyframes slideDown{0%{transform:translateY(-30px);opacity:0}to{transform:translateY(0);opacity:1}}@media only screen and (max-width:767px){.login-modal{padding:32px 24px}.login-modal__title{font-size:28px}.login-modal--compact{padding:28px 20px}}.contact-form-overlay{position:fixed;inset:0;background:#00000080;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .3s ease}.contact-form-overlay.closing{animation:fadeOut .3s ease forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.contact-form-modal{background:#fff;border-radius:42px;padding:40px;max-width:480px;width:90%;box-shadow:0 20px 60px #0000004d;position:relative;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.contact-form-close{position:absolute;top:28px;right:28px;width:32px;height:32px;border-radius:50%;border:none;background:#ffffff29;color:#fff;font-size:20px;line-height:32px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease;padding:0}.contact-form-close:hover{background:#ffffff42}.contact-form-title{font-family:Apple Garamond,Garamond,serif;font-size:24px;font-weight:400;color:#000;margin:0;line-height:1.3}.contact-form-artist-info{display:flex;gap:16px;align-items:center;margin-bottom:16px}.contact-form-avatar{width:72px;height:72px;border-radius:50%;object-fit:cover;flex-shrink:0}.contact-form-artist-details{flex:1}.contact-form-location{font-family:Manrope,sans-serif;font-size:14px;font-weight:400;color:#00000080;margin:4px 0 0}.contact-form-subtitle{font-family:Apple Garamond,Garamond,serif;font-size:18px;font-weight:400;color:#0009;margin:0 0 24px}.contact-form-crypto-note{margin:-6px 0 16px;font-family:Manrope,sans-serif;font-size:.85rem;color:#000000b3;background:#0000000a;border-radius:12px;padding:8px 12px;display:inline-flex;align-items:center;gap:6px}.contact-form-crypto-note--inline{margin:8px 0 0;display:inline-flex}.contact-form{display:flex;flex-direction:column;gap:20px}.contact-form-verified{font-family:Manrope,sans-serif;font-size:.9rem;font-weight:500;color:#1a1a1a;background:#0000000d;border-radius:16px;padding:12px 16px}.contact-form-hint{margin-top:8px;font-family:Manrope,sans-serif;font-size:.8rem;color:#0009;line-height:1.4}.contact-form-field{display:flex;flex-direction:column;gap:8px}.contact-form-field label{font-family:Manrope,sans-serif;font-size:.9rem;font-weight:500;color:#1a1a1a;letter-spacing:-.01em}.contact-form-field input{font-family:Manrope,sans-serif;font-size:.9rem;font-weight:400;padding:.875rem 1rem;border:1px solid rgba(0,0,0,.12);border-radius:30px;background:#fafafa80;color:#1a1a1a;transition:all .2s ease}.contact-form-field input:focus{outline:none;border-color:#00000040;background:#fff}.contact-form-field input::placeholder{color:#00000059;font-weight:400}.contact-form-name-row{display:flex;align-items:center;gap:10px}.contact-form-name-row input{flex:1;height:48px;padding:0 1rem}.contact-form-name-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;border:1px solid rgba(0,0,0,.14);flex-shrink:0}.contact-form-name-avatar--fallback{display:flex;align-items:center;justify-content:center;background:#00000014;font-family:Manrope,sans-serif;font-size:16px;font-weight:600;color:#111}.contact-form-checkbox{display:flex;align-items:flex-start;gap:12px;padding:0;background:transparent;border-radius:0;border:none}.contact-form-checkbox input[type=checkbox]{margin-top:2px;width:18px;height:18px;cursor:pointer;flex-shrink:0}.contact-form-checkbox label{font-family:Apple Garamond,Garamond,serif;font-size:15px;line-height:1.5;color:#000000b3;cursor:pointer;-webkit-user-select:none;user-select:none}.contact-form-submit{font-family:Manrope,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;font-weight:500;padding:16px 32px;background:#e5e5e5;color:#999;border:none;border-radius:999px;cursor:pointer;transition:all .2s ease;margin-top:12px}.contact-form-submit:not(:disabled){background:#1a1a1a;color:#fff}.contact-form-submit:not(:disabled):hover{background:#333;transform:translateY(-2px);box-shadow:0 8px 20px #00000026}.contact-form-submit:active{transform:translateY(0)}.contact-form-submit:disabled{cursor:not-allowed}.contact-form-installments{border:none;background:#0b0b0d;color:#fff;padding:40px 40px 18px;margin:-40px -40px 12px;border-radius:28px 28px 0 0;display:flex;flex-direction:column;gap:12px}.contact-form-installments__header{display:flex;align-items:flex-start;gap:12px}.contact-form-installments__artwork{width:88px;height:88px;object-fit:cover;border-radius:12px;border:1px solid rgba(255,255,255,.18)}.contact-form-installments__meta{flex:1;min-width:0;display:flex;flex-direction:column;gap:6px}.contact-form-installments__title{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#ffffffb8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:220px}.contact-form-installments__price{font-size:16px;font-weight:700;letter-spacing:.03em;color:#fff}.contact-form-installments__line{display:flex;justify-content:space-between;align-items:baseline;font-size:12px;letter-spacing:.03em;color:#ffffffd1}.contact-form-installments__line strong{color:#fff;font-size:12px;letter-spacing:.04em}.contact-form-installments__crypto-note{font-family:Manrope,sans-serif;font-size:11px;font-weight:500;color:#ffffffd1;line-height:1.35}.contact-form-installments__modes{display:grid;grid-template-columns:1fr 1fr;gap:8px}.contact-form-installments__mode{border:1px solid rgba(255,255,255,.7);background:transparent;border-radius:999px;height:34px;font-size:11px;letter-spacing:.04em;color:#fff;cursor:pointer;transition:all .2s ease}.contact-form-installments__mode:hover{border-color:#fff;background:#ffffff14}.contact-form-installments__mode.active{background:#fff;color:#111;border-color:#fff}.contact-form-installments__tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.contact-form-installments__tab{border:1px solid rgba(255,255,255,.7);background:transparent;border-radius:999px;height:34px;font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#fff;cursor:pointer;transition:all .2s ease}.contact-form-installments__tab:hover{border-color:#fff;background:#ffffff14}.contact-form-installments__tab.active{background:#fff;color:#111;border-color:#fff}.contact-form-installments__total{font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:#ffffffd1;padding-top:2px}.contact-form-success{text-align:center;padding:40px 0}.contact-form-success-icon{width:80px;height:80px;border-radius:50%;background:#4caf50;color:#fff;font-size:48px;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;animation:successPop .4s cubic-bezier(.68,-.55,.265,1.55)}@keyframes successPop{0%{transform:scale(0)}50%{transform:scale(1.1)}to{transform:scale(1)}}.contact-form-success h3{font-family:Apple Garamond,Garamond,serif;font-size:28px;font-weight:400;color:#000;margin:0 0 8px}.contact-form-success p{font-family:Apple Garamond,Garamond,serif;font-size:18px;color:#0009;margin:0}@media(max-width:767px){.contact-form-modal{padding:32px 24px;border-radius:20px}.contact-form-title{font-size:24px}.contact-form-subtitle{font-size:14px;margin-bottom:24px}.contact-form-checkbox{padding:12px}.contact-form-checkbox label{font-size:12px}.contact-form-installments{padding:18px 24px 14px;margin:-32px -24px 10px;gap:10px}.contact-form-installments__title{max-width:170px}}.join-platform{min-height:100vh;background:#fafafa;color:#1a1a1a;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;--tile-gap: 12px;--artists-grid-width: calc(3 * 35vh + 2 * var(--tile-gap));--carousel-slide-width: var(--artists-grid-width);--carousel-gap: var(--tile-gap);--carousel-step: calc(var(--carousel-slide-width) + var(--carousel-gap));--carousel-center-offset: calc(50vw - (var(--carousel-slide-width) / 2));--avatar-size: clamp(42px, 7vw, 72px);--avatar-offset: 14px;--tile-radius: calc(var(--avatar-offset) + (var(--avatar-size) / 2))}.join-intro{padding:56px 24px 16px}.join-intro__text{max-width:840px;margin:0 auto;text-align:center;font-family:Manrope,sans-serif;font-size:clamp(22px,2.8vw,34px);line-height:1.45;font-weight:500;color:#1f1f1f;display:flex;flex-direction:column;gap:18px}.join-intro__text p{margin:0}.join-intro__closing{font-weight:600}.join-new{padding:40px 0 10px}.join-new__label{font-family:Apple Garamond,serif;letter-spacing:.02em;font-size:clamp(28px,4vw,44px);color:#111;text-align:center;margin:0 auto 16px;padding:0 24px}.home-carousel{width:100%;overflow:hidden;position:relative;padding:20px 0 40px}.home-carousel__track{display:flex;align-items:center;gap:var(--carousel-gap);transition:transform .7s cubic-bezier(.4,0,.2,1)}.home-carousel__track--no-transition{transition:none!important}.home-carousel__slide{flex:0 0 var(--carousel-slide-width);max-width:var(--carousel-slide-width);height:60vh;min-height:450px;max-height:750px;border-radius:var(--tile-radius);overflow:hidden;position:relative;cursor:pointer;transition:opacity .5s ease;opacity:.5}.home-carousel__slide--active{opacity:1}.home-carousel__slide:hover{opacity:.85}.home-carousel__slide--active:hover{opacity:1}.home-carousel__shadow{position:absolute;inset:0;background-image:url(/interior-shadow.png);background-size:60%;background-position:left top;background-repeat:no-repeat;pointer-events:none;z-index:10;animation:carouselShadowMove 8s ease-in-out infinite;will-change:transform,opacity;transform:translateZ(0)}@keyframes carouselShadowMove{0%,to{transform:translate(-30px) translateZ(0);opacity:.5}50%{transform:translate(0) translateZ(0);opacity:.3}}.home-carousel__light-beam{position:absolute;inset:0;z-index:11;pointer-events:none;opacity:0;transition:opacity .5s ease;border-radius:var(--tile-radius);overflow:hidden;background:linear-gradient(135deg,rgba(0,0,0,.15) 0%,rgba(0,0,0,.05) 40%,transparent 60%,rgba(0,0,0,.1) 100%)}.home-carousel__slide--active .home-carousel__light-beam{opacity:1;transition:opacity 2s ease 1.5s}.home-carousel__light-beam:before{content:"";position:absolute;inset:-50% -65% -50% -35%;background:linear-gradient(-55deg,transparent 0%,transparent 42%,rgba(240,210,160,.08) 44%,rgba(245,215,165,.14) 45%,rgba(250,220,170,.18) 45.5%,rgba(245,215,165,.14) 46%,rgba(240,210,160,.08) 47%,transparent 49%,transparent 100%),linear-gradient(-55deg,transparent 0%,transparent 47.5%,rgba(240,210,160,.12) 49%,rgba(248,218,168,.22) 50%,rgba(252,222,172,.26) 50.5%,rgba(248,218,168,.22) 51%,rgba(240,210,160,.12) 52%,transparent 53.5%,transparent 100%),linear-gradient(-55deg,transparent 0%,transparent 51.8%,rgba(235,205,155,.09) 53%,rgba(242,212,162,.16) 54%,rgba(246,216,166,.19) 54.5%,rgba(242,212,162,.16) 55%,rgba(235,205,155,.09) 56%,transparent 57.5%,transparent 100%);transform-origin:center center;animation:carouselLightDrift 40s ease-in-out infinite alternate;mix-blend-mode:screen}.home-carousel__light-beam:after{content:"";position:absolute;inset:-50% -65% -50% -35%;background:linear-gradient(-56.5deg,transparent 0%,transparent 43.5%,rgba(235,205,155,.06) 45.5%,rgba(240,210,160,.11) 46.5%,rgba(244,214,164,.14) 47%,rgba(240,210,160,.11) 47.5%,rgba(235,205,155,.06) 48.5%,transparent 50.5%,transparent 100%),linear-gradient(-53.8deg,transparent 0%,transparent 49%,rgba(230,200,150,.07) 50.5%,rgba(238,208,158,.13) 51.5%,rgba(242,212,162,.16) 52%,rgba(238,208,158,.13) 52.5%,rgba(230,200,150,.07) 53.5%,transparent 55%,transparent 100%);animation:carouselLightDriftSecondary 45s ease-in-out infinite alternate;mix-blend-mode:screen;opacity:.9}@keyframes carouselLightDrift{0%{transform:rotate(-7.5deg) translate(-2.5%) translateY(-4%);filter:brightness(1.05)}to{transform:rotate(7.5deg) translate(2.5%) translateY(9%);filter:brightness(.92)}}@keyframes carouselLightDriftSecondary{0%{transform:rotate(-7deg) translate(-2%) translateY(-3.5%);opacity:.9}to{transform:rotate(8deg) translate(2.2%) translateY(9.5%);opacity:.75}}.home-carousel__wall{width:100%;height:100%;border-radius:var(--tile-radius);display:flex;align-items:center;justify-content:center;position:relative;box-sizing:border-box;z-index:0}.home-carousel__artwork-wrapper{position:relative;display:flex;flex-direction:column;align-items:center}.join-space-scene{position:absolute;inset:0;overflow:hidden}.join-space-scene__floor{position:absolute;left:0;right:0;bottom:0;height:38%;background:#ffffff1f;z-index:1;pointer-events:none}.join-space-scene__light{position:absolute;inset:-10%;z-index:2;pointer-events:none;background:linear-gradient(-55deg,transparent 0%,transparent 35%,rgba(255,245,220,.12) 42%,rgba(255,248,230,.18) 48%,rgba(255,245,220,.12) 54%,transparent 62%,transparent 100%),radial-gradient(ellipse 60% 80% at 50% 35%,rgba(255,250,235,.1) 0%,rgba(255,250,235,.04) 40%,transparent 70%);mix-blend-mode:soft-light;opacity:.8}.join-space-scene__vignette{position:absolute;inset:0;z-index:3;pointer-events:none;background:radial-gradient(ellipse 85% 75% at 50% 48%,transparent 0%,transparent 45%,rgba(0,0,0,.12) 65%,rgba(0,0,0,.24) 85%,rgba(0,0,0,.38) 100%)}.join-space-scene__object{position:absolute;inset:0;width:100%;display:flex;align-items:center;justify-content:center;z-index:4}.join-space-scene__image{max-width:100%;max-height:100%;object-fit:contain;display:block;transform:scale(.78);filter:drop-shadow(-35px 45px 40px rgba(0,0,0,.4)) drop-shadow(-18px 25px 22px rgba(0,0,0,.3)) drop-shadow(-8px 12px 12px rgba(0,0,0,.2)) drop-shadow(-3px 5px 5px rgba(0,0,0,.15))}.home-carousel__wall:after{content:"";position:absolute;inset:0;background:#0000002e;opacity:0;transition:opacity .5s ease;border-radius:var(--tile-radius);pointer-events:none;z-index:1}.home-carousel__slide--active .home-carousel__wall:after{opacity:1;transition:opacity 2s ease 1.5s}.home-carousel__wires{position:absolute;bottom:100%;left:8px;right:8px;display:flex;justify-content:space-between;height:calc(25vh - 30px);z-index:1;pointer-events:none}.home-carousel__wire{width:1px;height:100%;background:linear-gradient(180deg,#505050e6,#323232b3);position:relative;filter:drop-shadow(-2px 0 3px rgba(0,0,0,.4))}.home-carousel__wire:after{content:"";position:absolute;bottom:-4px;left:50%;transform:translate(-50%);width:6px;height:6px;background:#444;border-radius:50%}.home-carousel__artwork{padding:14px;background:#111;border:none;cursor:pointer;position:relative;z-index:2;box-shadow:none;display:flex;align-items:center;justify-content:center;transition:box-shadow .5s ease}.home-carousel__slide--active .home-carousel__artwork{box-shadow:-40px 50px 80px #000c,-20px 25px 40px #0009,0 60px 80px #000000b3,0 30px 45px #0009,0 0 100px #ffb46433,inset 0 0 0 1px #0000004d;transition:box-shadow 2s ease 1.5s}.home-carousel__artwork:before{content:"";position:absolute;inset:0;pointer-events:none;z-index:10;opacity:0;transition:opacity .5s ease;box-shadow:inset 0 2.3px 1.5px #ffc88c33,inset -2.3px 0 1.5px #ffc88c26,inset 0 -2.3px 1.5px #000c,inset 2.3px 0 1.5px #000c}.home-carousel__slide--active .home-carousel__artwork:before{opacity:1;transition:opacity 2s ease 1.5s}.home-carousel__inner-bevel{position:absolute;inset:14px;pointer-events:none;z-index:11;opacity:0;transition:opacity .5s ease;box-shadow:inset 2.3px 0 1.5px #ffc88c2e,inset 0 -2.3px 1.5px #ffc88c26,inset -2.3px 0 1.5px #000c,inset 0 2.3px 1.5px #000c}.home-carousel__slide--active .home-carousel__inner-bevel{opacity:1;transition:opacity 2s ease 1.5s}.home-carousel__artwork--white-frame{background:#f5f5f5!important}.home-carousel__artwork--no-frame{background:transparent!important;box-shadow:none!important;padding:0!important}.home-carousel__artwork--no-frame .home-carousel__mat{box-shadow:-4px -4px 10px #fff3,6px 6px 14px #0000004d;transition:box-shadow .5s ease;position:relative}.home-carousel__slide--active .home-carousel__artwork--no-frame .home-carousel__mat{box-shadow:-40px 50px 80px #000c,-20px 25px 40px #0009,0 60px 80px #000000b3,0 30px 45px #0009,0 0 100px #ffb46426;transition:box-shadow 2s ease 1.5s}.home-carousel__mat{display:flex;align-items:center;justify-content:center;box-sizing:border-box}.home-carousel__image{max-height:42vh;max-width:46vw;width:auto;height:auto;object-fit:contain;display:block;pointer-events:none;-webkit-user-select:none;user-select:none}.home-carousel__info{position:absolute;bottom:0;left:0;right:0;padding:16px 30px;padding-left:var(--tile-radius);padding-bottom:var(--tile-radius);background:transparent;display:flex;flex-direction:column;align-items:flex-start;gap:4px;opacity:0;transition:opacity .3s ease;z-index:20}.home-carousel__slide--active .home-carousel__info{opacity:1}.home-carousel__artist{font-family:Apple Garamond,serif;font-size:clamp(18px,2vw,26px);font-weight:500;color:#f5f5f5;margin:0;text-align:left}.home-carousel__genre{font-family:Manrope,sans-serif;font-size:clamp(11px,1vw,14px);font-weight:400;color:#ffffffb3;margin:0;text-align:left}.home-carousel__dots{display:flex;justify-content:center;gap:10px;margin-top:24px}.home-carousel__dot{width:10px;height:10px;border-radius:50%;background:#0003;border:none;padding:0;cursor:pointer;transition:background .3s ease,transform .3s ease}.home-carousel__dot--active{background:#000;transform:scale(1.2)}.home-carousel__dot:hover{background:#00000080}.home-carousel__dot--active:hover{background:#000}@media only screen and (max-width:1024px){.home-carousel__slide{flex:0 0 80vw;max-width:80vw}}@media only screen and (max-width:767px){.home-carousel__track{gap:3vw}.home-carousel__slide{flex:0 0 90vw;max-width:90vw;height:52vh;min-height:330px;border-radius:16px}.home-carousel__wall{border-radius:16px}.home-carousel__info{padding:14px 20px}.home-carousel__dots{gap:8px;margin-top:16px}.home-carousel__dot{width:8px;height:8px}}.join-hero{max-width:900px;margin:0 auto;padding:120px 2rem 80px;text-align:center}.join-hero__headline{font-size:4rem;font-weight:300;margin:0 0 1.5rem;letter-spacing:-.02em;line-height:1.1}.join-hero__subheadline{font-size:1.5rem;font-weight:300;color:#666;margin:0 0 3rem;line-height:1.4}.join-hero__value{margin-top:4rem}.join-hero__value-list{list-style:none;padding:0;margin:0 0 1.5rem;display:flex;justify-content:center;gap:3rem;flex-wrap:wrap}.join-hero__value-list li{font-size:1rem;color:#1a1a1a;position:relative}.join-hero__value-list li:not(:last-child):after{content:"•";position:absolute;right:-1.5rem;color:#ccc}.join-hero__tagline{font-size:1.125rem;font-style:italic;color:#666;margin:0}.join-section{max-width:1200px;margin:0 auto;padding:80px 2rem;border-top:1px solid #e5e5e5}.join-section__title{font-size:2.5rem;font-weight:300;text-align:center;margin:0 0 3rem;letter-spacing:-.01em;line-height:1.2}.join-problem__points{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.join-problem__point{padding:2rem;background:#fff;border-radius:4px;box-shadow:0 1px 3px #0000000d}.join-problem__point p{margin:0;font-size:1rem;line-height:1.6;color:#333}.join-solution{background:#fff}.join-solution__description{text-align:center;font-size:1.125rem;color:#666;line-height:1.8;max-width:600px;margin:0 auto}.join-roles{background:#f5f5f5}.join-roles__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.join-role{background:#fff;padding:3rem 2rem;border-radius:8px;box-shadow:0 2px 8px #00000014;cursor:pointer;transition:all .3s ease;border:2px solid transparent;position:relative}.join-total-worth{width:min(960px,92vw);margin:37px auto 0;padding:14px 0;border:none;border-radius:0;background:transparent;box-shadow:none;display:flex;flex-direction:column;gap:11.5px;align-items:center;text-align:center}.join-total-worth__label{font-family:Apple Garamond,serif;font-size:clamp(28px,4.2vw,48px);letter-spacing:normal;color:#0000008c;font-weight:600}.join-total-worth__value{font-family:Manrope,sans-serif;font-size:clamp(72px,9vw,132px);font-weight:700;color:#000}.join-total-worth__caption{font-family:Manrope,sans-serif;font-size:18px;line-height:1.6;color:#0009;max-width:720px}.join-total-worth__caption--left{text-align:left;width:min(720px,92vw)}.join-role:hover{transform:translateY(-4px);box-shadow:0 4px 16px #0000001f}.join-role--selected{border-color:#1a1a1a;box-shadow:0 4px 20px #00000026}.join-role--selected:before{content:"✓";position:absolute;top:1rem;right:1rem;width:28px;height:28px;background:#1a1a1a;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700}.join-role--bundle{background:linear-gradient(135deg,#fafafa,#f0f0f0);border:1px solid #e5e5e5}.join-role__title{font-size:1.75rem;font-weight:400;margin:0 0 1rem;letter-spacing:-.01em}.join-role__description{font-size:.9375rem;color:#666;margin:0 0 2rem;line-height:1.6}.join-role__features{list-style:none;padding:0;margin:0 0 2.5rem}.join-role__features>li{border-bottom:1px solid #f0f0f0;font-size:.9375rem;line-height:1.5;color:#333;position:relative;padding:.625rem 0 .625rem 1.5rem}.join-role__features>li:before{content:"—";position:absolute;left:0;color:#999}.join-role__features>li:last-child{border-bottom:none}.join-role__features ul{list-style:none;padding:0;margin:.5rem 0 0}.join-role__features ul li{padding:.375rem 0 .375rem 1rem;font-size:.875rem;color:#666}.join-role__features ul li:before{content:"·";position:absolute;left:1.5rem;color:#999}.join-role__pricing{text-align:center;padding:1.5rem 0;border-top:1px solid #e5e5e5}.join-role__price{font-size:2.5rem;font-weight:300;color:#1a1a1a}.join-role__period{font-size:1rem;color:#999;margin-left:.25rem}.join-role__note{text-align:center;font-size:.8125rem;color:#999;margin:1rem 0 0;font-style:italic}.join-trust{background:#fff}.join-trust__mechanics{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.join-trust__step{text-align:center;padding:1.5rem}.join-trust__number{display:inline-block;width:48px;height:48px;background:#1a1a1a;color:#fff;border-radius:50%;font-size:1.25rem;font-weight:300;line-height:48px;margin-bottom:1rem}.join-trust__step p{margin:0;font-size:.9375rem;line-height:1.6;color:#333}.join-subscription__points{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:900px;margin:0 auto}.join-subscription__point{padding:1.5rem;background:#fff;border-left:3px solid #1a1a1a}.join-subscription__point p{margin:0;font-size:1rem;line-height:1.6;color:#333}.join-faq{background:#fff}.join-faq__list{max-width:800px;margin:0 auto}.join-faq__item{padding:2rem 0;border-bottom:1px solid #e5e5e5}.join-faq__item:last-child{border-bottom:none}.join-faq__question{font-size:1.125rem;font-weight:400;margin:0 0 1rem;color:#1a1a1a}.join-faq__answer{margin:0;font-size:1rem;line-height:1.6;color:#666}.join-cta{max-width:600px;margin:0 auto;padding:80px 2rem 120px;text-align:center}.join-cta__button{display:inline-block;padding:1rem 3rem;font-size:1rem;border:none;border-radius:4px;cursor:pointer;transition:all .3s ease;font-weight:400;margin:0 .5rem;letter-spacing:.01em}.join-cta__button--primary{background:transparent;color:#1a1a1a;border:1px solid #1a1a1a}.join-cta__button--primary:hover,.join-cta__button--secondary{background:#1a1a1a;color:#fff}.join-cta__button--secondary:hover:not(:disabled){background:#333}.join-cta__button:disabled{opacity:.4;cursor:not-allowed}.join-cta__hint{margin:1.5rem 0 0;font-size:.875rem;color:#999;font-style:italic}@media(max-width:768px){.join-hero{padding:80px 1.5rem 60px}.join-hero__headline{font-size:2.5rem}.join-hero__subheadline{font-size:1.125rem}.join-hero__value-list{flex-direction:column;gap:1rem;align-items:center}.join-hero__value-list li:not(:last-child):after{display:none}.join-section{padding:60px 1.5rem}.join-section__title{font-size:1.875rem;margin-bottom:2rem}.join-roles__grid{grid-template-columns:1fr;gap:1.5rem}.join-role{padding:2rem 1.5rem}.join-trust__mechanics{grid-template-columns:1fr;gap:1.5rem}.join-cta{padding:60px 1.5rem 80px}.join-cta__button{display:block;width:100%;margin:.5rem 0}}
