.marquee{background-color:var(--base-500);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(--base-100)}.marquee-pill{border:2px solid #c0472b;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:#c0472b;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}
.chefs{background-color:var(--base-600);flex-direction:column;justify-content:center;align-items:center;gap:3rem;width:100%;height:100svh;display:flex;position:relative;overflow:hidden}.chefs-avatars{justify-content:center;align-items:center;width:max-content;height:100px;display:flex}.chefs-avatar{cursor:pointer;filter:saturate(0);will-change:width,height;width:70px;height:70px;padding:5px;position:relative}.chefs-avatar img{border-radius:.35rem}.chefs-names{width:100%;height:clamp(4rem,11vw,18rem);position:relative;overflow:hidden}.chefs-name{justify-content:center;align-items:flex-start;width:100%;height:100%;display:flex;position:absolute;top:0;left:0;overflow:hidden}.chefs-name h1{white-space:nowrap;text-align:center;color:var(--base-100);line-height:.9}.chefs-name h1 .letter{will-change:transform;display:inline-block;transform:translateY(110%)}.chefs-name--default h1 .letter{transform:translateY(0%)}.chefs .section-footer p{color:var(--base-300)}@media (max-width:999px){.chefs{flex-direction:column-reverse;gap:2rem}.chefs-avatars{flex-wrap:wrap;justify-content:center;max-width:90%;height:auto}.chefs-avatar{cursor:default;width:60px;height:60px;padding:2.5px}.chefs-names{height:4rem}.chefs-name{display:none}.chefs-name--default{display:flex}.chefs-name--default h1 .letter{transform:translateY(0%)!important}.chefs-name h1{font-size:3rem}}
.stats-row{background-color:var(--base-600);border-top:1px solid var(--base-400);padding:3rem 0}.stats-row-inner{flex-wrap:wrap;justify-content:center;align-items:center;gap:3rem 4rem;max-width:900px;margin:0 auto;display:flex}.stats-row-cell{text-align:center}.stats-row-value{color:var(--base-100);letter-spacing:-.02em;margin-bottom:.25rem;font-family:Roslindale Variable,sans-serif;font-size:clamp(1.25rem,2.5vw,1.75rem);font-weight:400;display:block}.stats-row-label{color:var(--base-400);letter-spacing:.08em;font-size:.75rem}@media (max-width:1000px){.stats-row{padding:2.5rem 0}.stats-row-inner{gap:2rem}}
