.marquee{background-color:var(--color-butter);width:100%;height:100svh}.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(--color-espresso)}.marquee-pill{border:2px solid var(--accent-oxide);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-inter),sans-serif;text-transform:uppercase;color:var(--accent-oxide);flex-shrink:0;padding:0 1.5rem;font-size:clamp(2rem,5vw,5rem);font-weight:800;line-height:1}
.sticky-cards{background-color:var(--color-butter);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(--color-tobacco)}.sticky-card:nth-child(3n+2){background-color:var(--color-moss)}.sticky-card:nth-child(3n+3){background-color:var(--color-espresso)}.sticky-card-img{aspect-ratio:4/5;border-radius:.35rem;width:30%;margin-bottom:1.5rem;overflow:hidden}.sticky-card h3{color:var(--color-butter)}.sticky-card p{max-width:400px;color:var(--color-butter)}.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}
.about-hero{background-color:var(--color-butter);width:100%;height:250vh;position:relative;overflow:hidden}.about-hero-pin{flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100%;height:100vh;padding:2.5rem;display:flex;position:sticky;top:0}.hero-heading{z-index:2;text-align:center}.hero-heading h1{color:var(--color-espresso);will-change:transform;font-size:clamp(4rem,10vw,20rem)}.hero-image{aspect-ratio:16/9;transform-origin:50%;will-change:transform,opacity;border-radius:.35rem;width:100%;max-width:600px;position:relative;overflow:hidden}.hero-image img{transform-origin:50%;will-change:transform}.about-info{background-color:var(--color-butter);padding:2rem 0 8rem}.about-info .container h3{color:var(--color-espresso)}.about-info .container{flex-direction:column;display:flex}.about-info .container p,.about-info .container h3{margin-bottom:2rem}
