.marquee{background-color:var(--base-500);width:100%;height:auto;padding:8rem 0 2rem}.marquee .container{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}.marquee-content{flex-direction:column;align-items:center;display:flex}.marquee-content h1,.marquee-content h3{color:var(--base-100)}.marquee-pill{border:2px solid var(--base-100);border-radius:999px;width:100%;max-width:720px;padding:.75rem 0;overflow:hidden}.marquee-track{will-change:transform;width:max-content;display:flex}.marquee-item{font-family:var(--font-host-grotesk),sans-serif;text-transform:uppercase;color:var(--base-100);flex-shrink:0;padding:0 1.5rem;font-size:clamp(2rem,5vw,5rem);font-weight:800;line-height:1}
.sticky-cards{background-color:var(--base-500);width:100%;position:relative}.sticky-card{text-align:center;will-change:transform;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;width:50%;height:100svh;padding:2rem;display:flex;position:sticky;top:0}.sticky-card:nth-child(odd){margin-left:auto}.sticky-card:nth-child(3n+1){background-color:var(--base-300)}.sticky-card:nth-child(3n+2){background-color:var(--base-400)}.sticky-card:nth-child(3n+3){background-color:var(--base-500)}.sticky-card-img{aspect-ratio:4/5;border-radius:.35rem;width:30%;margin-bottom:1.5rem;overflow:hidden}.sticky-card h3{color:var(--base-100)}.sticky-card p{max-width:400px}.sticky-cards-mobile .sticky-card{width:100%;height:auto;min-height:100svh;position:relative}.sticky-cards-mobile .sticky-card:nth-child(odd){margin-left:0}
.artisans{background-color:var(--base-600);flex-direction:row;justify-content:space-between;align-items:center;width:100%;height:100svh;padding:0 8%;display:flex;position:relative;overflow:hidden}.artisans-avatars{z-index:2;flex-direction:column;justify-content:center;align-items:center;gap:clamp(.5rem,1.5vh,1.25rem);width:auto;height:auto;display:flex}.artisans-avatar{cursor:pointer;will-change:transform;width:70px;height:70px;padding:5px;position:relative}.artisans-avatar-placeholder{background-color:var(--base-500);border:1px solid var(--base-400);border-radius:.35rem;width:100%;height:100%;transition:background-color .35s,border-color .35s}.artisans-avatar:hover .artisans-avatar-placeholder{background-color:var(--base-400);border-color:var(--base-300)}.artisans-names{z-index:1;width:65%;height:clamp(3.5rem,9vw,10rem);position:relative;overflow:hidden}.artisans-name{justify-content:flex-start;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0;overflow:hidden}.artisans-name h1{white-space:nowrap;text-align:left;color:var(--base-100);font-size:clamp(3rem,8vw,9rem);line-height:.9}.artisans-name h1 .letter{will-change:transform;display:inline-block;transform:translateY(200%)}.artisans-name--default h1 .letter{transform:translateY(0%)}.artisans .section-footer p{color:var(--base-300)}@media (max-width:999px){.artisans{flex-direction:column;justify-content:center;align-items:center;gap:3rem;height:auto;min-height:100svh;padding:6rem 1.5rem}.artisans-avatars{flex-flow:wrap;justify-content:center;gap:.5rem;max-width:90%}.artisans-avatar{cursor:pointer;width:60px;height:60px;padding:2.5px}.artisans-names{width:100%;height:4rem}.artisans-name{justify-content:center;align-items:center;height:100%}.artisans-name h1{text-align:center;font-size:clamp(2rem,8vw,3rem)}}@media (orientation:portrait){.artisans{flex-direction:column;justify-content:center;gap:2.5rem;height:auto;min-height:80svh;padding:6rem 1.5rem}.artisans-names{height:4rem}.artisans-name h1{font-size:clamp(2rem,8vw,3.5rem)}}
