@font-face{font-family:"Chobani Serif";src:url(/assets/fonts/Chobani-Serif-Regular.woff2) format("woff2"),url(/assets/fonts/Chobani-Serif-Regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Chobani Serif";src:url(/assets/fonts/Chobani-Serif-RegularItalic.woff2) format("woff2"),url(/assets/fonts/Chobani-Serif-RegularItalic.woff) format("woff");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:"Chobani Serif";src:url(/assets/fonts/Chobani-Serif-Semibold.woff2) format("woff2"),url(/assets/fonts/Chobani-Serif-Semibold.woff) format("woff");font-weight:600 700;font-style:normal;font-display:swap}@font-face{font-family:"Chobani Serif";src:url(/assets/fonts/Chobani-Serif-SemiboldItalic.woff2) format("woff2"),url(/assets/fonts/Chobani-Serif-SemiboldItalic.woff) format("woff");font-weight:600 700;font-style:italic;font-display:swap}@font-face{font-family:Chobani Sans;src:url(/assets/fonts/Chobani-Sans-Regular.woff2) format("woff2"),url(/assets/fonts/Chobani-Sans-Regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Chobani Sans;src:url(/assets/fonts/Chobani-Sans-Medium.woff2) format("woff2"),url(/assets/fonts/Chobani-Sans-Medium.woff) format("woff");font-weight:500 700;font-style:normal;font-display:swap}@font-face{font-family:Chobani Sans Mono;src:url(/assets/fonts/Chobani-Sans-Mono-Regular.woff2) format("woff2"),url(/assets/fonts/Chobani-Sans-Mono-Regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}:root{--Oasis-Blue: #0071CF;--Morning-Blue: #00548B;--Ripened-Red: #E2261C;--green: #1A3C34;--green-2: #163029;--cream: #F8F3E3;--cream-2: #F1ECD9;--red: #E1251B;--blue: #0071CE;--blue-deep: #00548B;--ink: #1B3A32;--hot: #ff0fbb;--serif: "Chobani Serif", "Times New Roman", serif;--sans: "Chobani Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;--mono: "Chobani Sans Mono", ui-monospace, monospace}*,*:before,*:after{box-sizing:border-box}html{overflow-x:clip}html,body{margin:0;padding:0;background:var(--cream);color:var(--ink);font-family:var(--sans)}body{margin:0 auto;width:100%}@media(min-width:1200px){body{max-width:1728px}}button{font-family:inherit;cursor:pointer}.serif{font-family:var(--serif);letter-spacing:-.015em}.nav{position:sticky;top:0;z-index:50;background:#fff;color:var(--ink);border-bottom:1px solid rgba(27,58,50,.12)}.nav-bar{height:58px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 42px;gap:28px}.nav-logo{color:var(--ink);display:inline-flex;justify-self:center;align-items:center;text-decoration:none}.nav-logo-img{display:block;width:152px;height:auto}.nav-links,.nav-right{display:flex;align-items:center;gap:30px}.nav-right{justify-content:flex-end}.nav-back-to-chobani{appearance:none;background:transparent;border:1px solid #1a3c34;border-radius:4px;box-sizing:border-box;color:#1a3c34;display:inline-flex;align-items:center;justify-content:center;font-family:var(--sans);font-size:14px;font-weight:400;line-height:1;padding:8px 10px;text-align:center;text-decoration:none;white-space:nowrap;transition:background .16s ease,color .16s ease,border-color .16s ease}.nav-back-to-chobani:hover{background:#1a3c34;border-color:#1a3c34;color:#fff}.nav-link{appearance:none;background:transparent;border:0;color:var(--ink);font-family:var(--serif);font-size:15px;font-weight:400;letter-spacing:-.02em;text-decoration:none;padding:8px 0}.nav-where{color:var(--ink);border:1px solid var(--ink);border-radius:4px;font-family:var(--serif);font-size:14px;font-weight:400;line-height:1;padding:8px 14px;text-decoration:none;transition:background .16s ease,color .16s ease}.nav-link{border-bottom:2px solid transparent}.nav-link.active,.nav-link:hover,.nav-where:hover{border-bottom-color:var(--ink)}.nav-where:hover,.nav-where.active{background:var(--ink);color:#fff}.nav-icon{appearance:none;background:transparent;border:0;color:var(--ink);display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0}.nav-menu-toggle{display:none;flex-direction:column;gap:5px}.nav-menu-toggle span{display:block;width:24px;height:2px;background:currentColor;border-radius:999px;transition:transform .22s ease,opacity .16s ease}.nav.menu-open .nav-menu-toggle span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav.menu-open .nav-menu-toggle span:nth-child(2){opacity:0}.nav.menu-open .nav-menu-toggle span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav-search svg{width:25px;height:25px;stroke:currentColor;stroke-width:2;fill:none}.nav-products-panel{position:absolute;left:0;right:0;top:100%;min-height:430px;padding:28px 42px 36px;background:#fff;border-bottom:1px solid rgba(27,58,50,.12);box-shadow:0 24px 40px #1b3a3214;display:grid;grid-template-columns:repeat(5,minmax(150px,1fr));gap:clamp(24px,4vw,72px);opacity:0;transform:translateY(-18px);pointer-events:none;transition:opacity .22s ease,transform .26s cubic-bezier(.2,.8,.2,1)}.nav.products-open .nav-products-panel{opacity:1;transform:translateY(0);pointer-events:auto}.nav-product-column{display:flex;flex-direction:column;align-items:center;text-align:center}.nav-product-image-link{color:var(--ink);text-decoration:none;display:block;width:100%}.nav-product-image{display:grid;place-items:center;width:100%;aspect-ratio:1 / .98;background:#f7f7f2;overflow:hidden;transition:background .18s ease}.nav-product-image img{width:82%;height:88%;object-fit:contain;transition:transform .22s ease}.nav-product-column:has(.nav-product-sublinks a:hover) .nav-product-image,.nav-product-image-link:hover .nav-product-image{background:var(--nav-product-hover-color, #efeee8)}.nav-product-image-link:hover img{transform:scale(1.035)}.nav-product-title{display:block;font-family:var(--serif);font-size:14px;font-weight:400;line-height:1.2;margin-top:16px}.nav-product-sublinks{display:flex;flex-direction:column;align-items:center;gap:12px;margin-top:18px;font-family:var(--serif);font-size:13px;font-weight:400;line-height:1.1}.nav-product-sublinks a{color:var(--ink);text-decoration:none}.nav-product-sublinks a:hover{text-decoration:underline;text-underline-offset:3px}.nav-product-sublinks .nav-product-cta{font-family:var(--mono);font-size:9px;letter-spacing:.08em;line-height:1.2;margin-top:2px;text-transform:uppercase}.nav-mobile-drawer{display:none}.hero{position:relative;background:var(--green);color:var(--cream);padding:80px 64px 96px;overflow:hidden;isolation:isolate}.hero .hero-decor{position:absolute;pointer-events:none;z-index:0}.hero .hero-decor-l{left:0;bottom:0;width:480px;height:430px}.hero .hero-decor-r{right:0;bottom:40px;width:380px;height:330px}@media(max-width:768px){.hero .hero-decor-l,.hero .hero-decor-r{display:none}}.hero>*:not(img):not(svg){position:relative;z-index:1}.section,.join-section,.hub-hero,.hub-score.section,.hub-products.section,.hub-nutrition,.hub-youth{isolation:isolate}:is(.flutter,.hero-decor,.accent,.decor-ball-wide,.decor-ball-tall,.heron-mobile-ball,.recipes-hero-decor,.recipes-trophy,.recipes-spark-c,.recipes-spark-b,.recipe-spark,.hub-hero-ball,.hub-hero-spark,.hub-hero-product-lockup,.hub-score-decor,.hub-score-spark,.hub-score-ball,.hub-products-decor,.hub-nutrition-decor,.hub-inside-decor-ribbon,.hub-inside-decor-confetti-1,.hub-inside-decor-confetti-2,.hub-youth-decor,.join-bg-img,.join-hero-silhouettes,.join-mobile-art,.join-mobile-player){z-index:0!important;pointer-events:none}.section>img[alt=""][src*=flutter],.section>img[alt=""][src*=spark-],.section>img[alt=""][src*=mini-ribbon],.section>img[alt=""][src*=confetti-bits]{z-index:0!important;pointer-events:none}.section>*:not(img):not(svg):not(.flutter):not(.hero-decor):not(.decor-ball-wide):not(.decor-ball-tall):not(.heron-mobile-ball):not(.recipes-hero-decor):not(.recipe-spark){position:relative;z-index:1}.recipes-heading>:not(.recipes-hero-decor):not(.recipe-spark),.recipes-title-wrap{position:relative;z-index:1}.recipes-title-wrap{position:relative;display:flex;flex-direction:column;align-items:center;width:100%;max-width:980px;margin:0 auto;text-align:center}.recipes-title-wrap h2{text-align:center;width:100%;margin:0 auto}.hero .deco{position:absolute;inset:0;pointer-events:none;z-index:0}.hero h1{font-family:var(--serif);font-size:80px;line-height:1;letter-spacing:-.015em;text-align:center;margin:0;font-weight:400}.hero .kicker{font-family:var(--serif);font-size:36px;font-weight:600;text-align:center;margin:0 0 20px}.hero .title-row{text-align:center;position:relative;z-index:1}.hero .title-wrap{position:relative;display:inline-block;z-index:1}.hero .title-wrap h1{display:block;position:relative;z-index:1}.hero .title-wrap .spark-l,.hero .title-wrap .spark-r{position:absolute;pointer-events:none;z-index:0}.hero .title-wrap .spark-l{width:88px;height:80px;right:100%;bottom:100%;margin-right:8px;margin-bottom:-28px}.hero .title-wrap .spark-r{width:64px;height:54px;left:100%;bottom:100%;margin-left:8px;margin-bottom:-24px}.hero p.lede{max-width:720px;margin:28px auto 0;text-align:center;font-family:var(--serif);font-size:22px;line-height:1.35;opacity:.92}.hero .video-wrap{margin:56px auto 0;width:1120px;max-width:calc(100% - 32px);aspect-ratio:16/9;border-radius:12px;overflow:hidden;position:relative;background:transparent;cursor:pointer}.hero .video-wrap img{width:100%;height:100%;object-fit:cover;object-position:center 10%;display:block;transition:transform .6s ease}.hero .video-wrap:hover img{transform:scale(1.02)}.play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:110px;height:110px;border-radius:999px;background:transparent;border:0;display:flex;align-items:center;justify-content:center;transition:transform .2s ease}.video-wrap:hover .play-btn{transform:translate(-50%,-50%) scale(1.06)}.hero .play-btn svg .play-btn-circle{fill:var(--player-accent, #1B3A32);transition:fill .2s ease}.hero .video-wrap:hover .play-btn svg .play-btn-circle{fill:color-mix(in srgb,var(--player-accent, #1B3A32) 85%,white)}.play-btn svg{width:100%;height:100%;display:block;transition:filter .2s ease}.video-meta{position:absolute;left:22px;bottom:18px;font-family:var(--mono);font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--cream);display:flex;gap:14px;align-items:center}.video-meta .dot{width:6px;height:6px;border-radius:99px;background:var(--player-accent, var(--red))}.section{padding:110px 64px;position:relative;overflow:hidden}.section h2{font-family:var(--serif);font-size:80px;line-height:.95;letter-spacing:-.02em;font-weight:500;text-align:center;margin:0 auto;max-width:980px}.section .blurb{font-family:var(--serif);font-size:22px;line-height:1.35;text-align:center;max-width:720px;margin:28px auto 0;opacity:.9}.section.dark{background:var(--green);color:var(--cream)}.section.cream{background:var(--cream);color:var(--ink)}#athletes.section{padding-top:90px}.cta{appearance:none;border:1px solid var(--cream);background:var(--cream);color:var(--ink);border-radius:4px;padding:14px 22px;font-size:13px;font-weight:500;letter-spacing:.04em;text-transform:uppercase;transition:background .18s ease,color .18s ease,transform .12s ease}.cta:hover{background:transparent;color:var(--cream)}.section.cream .cta{border-color:var(--ink);background:var(--ink);color:var(--cream)}.section.cream .cta:hover{background:transparent;color:var(--ink)}.cta.ghost{background:transparent;color:var(--cream)}.cta.ghost:hover{background:var(--cream);color:var(--ink)}#recipes>img.recipes-trophy,#recipes>img.recipes-spark-c,#recipes>img.recipes-spark-b{position:absolute;pointer-events:none;z-index:0}#recipes>img.recipes-trophy{left:64px;top:25px;width:272px;height:auto}#recipes>img.recipes-spark-c{right:80px;top:40px;width:119px;height:auto}#recipes>img.recipes-spark-b{right:30px;bottom:90px;width:166px;height:auto}.recipes{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin:64px auto 0;max-width:1000px}.recipe{border-radius:14px;overflow:hidden;background:var(--blue);position:relative;cursor:pointer;transition:transform .24s ease,box-shadow .24s ease;box-shadow:0 12px 28px #0000002e}.recipe:hover{transform:translateY(-4px);box-shadow:0 20px 40px #00000047}.recipe-img{aspect-ratio:1/.96;background-size:cover;background-position:center;position:relative}.recipe-num{position:absolute;top:14px;left:14px;font-family:var(--mono);font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--cream);background:#00000052;padding:6px 10px;border-radius:99px;backdrop-filter:blur(4px)}.recipe-time{position:absolute;top:14px;right:14px;font-family:var(--mono);font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--cream);background:#00000052;padding:6px 10px;border-radius:99px;backdrop-filter:blur(4px)}.recipe-title{font-family:var(--serif);font-size:26px;line-height:1.1;text-align:center;color:var(--cream);padding:22px 24px 26px;margin:0}.recipe.red{background:var(--red)}.accent{position:absolute;pointer-events:none}.accent-flag{width:240px;height:100px}.star{display:inline-block;background:var(--red);clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%)}.film-strip{width:600px;height:8px;margin:64px auto 24px;display:grid;grid-auto-flow:column;grid-auto-columns:1fr;gap:4px}.film-strip i{display:block;background:var(--ink);opacity:.18;border-radius:2px;height:8px}.film-strip i.on{opacity:.95}.story-progress{width:100%;max-width:848px;height:8px;margin:56px auto 28px;display:grid;grid-auto-flow:column;grid-auto-columns:1fr;gap:4px}.story-progress-track{position:relative;background:#d9d9d9;border-radius:100px;height:8px;overflow:hidden;border:0;padding:0;margin:0;width:100%;font:inherit;color:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent}.story-progress-track:hover{filter:brightness(.92)}.story-progress-track:focus{outline:none}.story-progress-track:focus-visible{outline:2px solid var(--green);outline-offset:3px}.story-progress-fill{display:block;height:100%;background:var(--green);border-radius:100px;pointer-events:none}.mosaic-grid{max-width:880px;margin:0 auto}.mosaic-card-mobile{display:none}.mosaic-card-pop{position:absolute;width:320px;max-width:calc(100% - 16px);background:var(--green);color:var(--cream);border-radius:4px;padding:20px;box-sizing:border-box;z-index:5;box-shadow:0 12px 28px #0000002e}.mosaic-card-pop .mosaic-story-image{margin-bottom:16px}.mosaic-story-image{aspect-ratio:320/184;border-radius:4px;overflow:hidden;background:#d9d9d9}.mosaic-story-image img{width:100%;height:100%;object-fit:cover;display:block}.mosaic-story-head{display:flex;align-items:center;gap:11px;margin-top:16px}.mosaic-story-badge{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:99px;background:var(--cream);color:var(--green);font-family:var(--serif);font-size:22px;line-height:1;letter-spacing:-.36px;flex:0 0 auto}.mosaic-story-title{font-family:var(--serif);font-size:24px;line-height:1;letter-spacing:-.36px;color:var(--cream);margin:0;font-weight:400}.mosaic-story-body{font-family:var(--serif);font-size:14px;line-height:1.3;letter-spacing:-.014px;color:var(--cream);margin:20px 0 0}.mosaic-image-wrap{position:relative;border-radius:4px;overflow:hidden;aspect-ratio:694/860}.mosaic-image-wrap>img{width:100%;height:100%;object-fit:cover;display:block}.mosaic-frame{position:relative}.mosaic-tap{position:absolute;top:0;bottom:0;width:15%;background:transparent;border:0;padding:0;margin:0;cursor:pointer;appearance:none;z-index:3}.mosaic-tap:focus{outline:none}.mosaic-tap-prev{left:0}.mosaic-tap-next{right:0}footer.foot{background:var(--green);color:var(--cream);padding:48px 64px 32px}.foot-top{display:flex;justify-content:space-between;align-items:flex-start;gap:48px;margin-bottom:48px}.foot-newsletter{flex:0 0 auto;max-width:360px}.foot-newsletter-heading{font-family:var(--serif);font-size:14px;font-weight:400;margin:0 0 14px;color:var(--cream)}.foot-email-row{display:flex;align-items:center;gap:0;border-bottom:1px solid rgba(248,243,227,.5);padding-bottom:8px;margin-bottom:12px}.foot-email-input{background:transparent;border:none;color:var(--cream);font-family:var(--sans);font-size:14px;padding:0;outline:none;flex:1;min-width:0}.foot-email-input::placeholder{color:#f8f3e399}.foot-subscribe-btn{background:transparent;border:none;color:var(--cream);font-family:var(--sans);font-size:14px;cursor:pointer;padding:0;white-space:nowrap;opacity:.9}.foot-subscribe-btn:hover{opacity:.6}.foot-age-label{display:flex;align-items:flex-start;gap:8px;cursor:pointer;font-family:var(--sans);font-size:11px;color:var(--cream);opacity:.75;line-height:1.4}.foot-age-label input{margin-top:1px;flex-shrink:0;accent-color:var(--cream)}.foot-right{display:flex;align-items:flex-start;gap:48px}.foot-nav{display:flex;gap:40px}.foot-nav-col{display:flex;flex-direction:column;gap:12px}.foot-nav-col a{color:var(--cream);text-decoration:none;font-family:var(--sans);font-size:14px;white-space:nowrap;opacity:.9}.foot-nav-col a:hover{opacity:.6}.foot-region-btn{display:flex;align-items:center;gap:8px;background:transparent;border:none;color:var(--cream);font-family:var(--sans);font-size:14px;cursor:pointer;padding:0;white-space:nowrap;opacity:.9}.foot-region-btn:hover{opacity:.6}.foot-social{display:flex;gap:20px;align-items:center;margin-bottom:40px}.foot-social-link{color:var(--cream);display:flex;align-items:center;opacity:.85;transition:opacity .14s ease}.foot-social-link:hover{opacity:.5}.foot-bottom{border-top:1px solid rgba(248,243,227,.18);padding-top:20px;display:flex;flex-direction:column;gap:10px}.foot-copyright{font-family:var(--sans);font-size:11px;color:var(--cream);opacity:.75}.foot-legal{display:flex;flex-wrap:wrap;gap:6px 0;align-items:center;font-family:var(--sans);font-size:11px}.foot-legal a{color:var(--cream);text-decoration:none;opacity:.75}.foot-legal a:hover{opacity:.5}.foot-legal-sep{color:var(--cream);opacity:.4;margin:0 8px}.center{text-align:center}.row{display:flex}.gap-20{gap:20px}.mt-40{margin-top:40px}.mt-56{margin-top:56px}.mt-72{margin-top:72px}.anchor{scroll-margin-top:80px}.spot{position:absolute;width:18px;height:18px;border-radius:99px;background:var(--Oasis-Blue, #0071CF);border:0;padding:0;transform:translate(-50%,-50%);cursor:pointer;z-index:2;display:inline-flex;align-items:center;justify-content:center;transition:width .16s ease,height .16s ease,box-shadow .16s ease;box-shadow:0 2px 4px #00000040,0 6px 14px #00000040}.spot:hover{transform:translate(-50%,-50%) scale(1.12)}.spot.active{width:26px;height:26px;box-shadow:0 2px 6px #0000004d,0 10px 24px #00000059}.heron-section,.heron-section h2{color:var(--cream)}.heron-section .interwoven-h em{font-style:italic}.heron-section .blurb{color:var(--cream);max-width:848px}.heron-column{max-width:848px;margin:50px auto 0;display:flex;flex-direction:column;gap:24px}.jersey-card{position:relative;background:var(--cream);border-radius:4px;aspect-ratio:848/908;overflow:visible}.jersey-card-art{position:absolute;inset:0;border-radius:4px;overflow:hidden}.jersey-card .jersey-color-top{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;display:block}.jersey-card .jersey-color-bottom{position:absolute;right:4%;bottom:4%;width:22%;height:auto;object-fit:contain;display:block;pointer-events:none}.jmarker{position:absolute;transform:translate(-50%,-50%);z-index:2}.jmarker:hover,.jmarker:focus-within{z-index:10}.jmarker-dot{appearance:none;border:0;padding:0;cursor:pointer;width:32px;height:32px;border-radius:99px;background:var(--Oasis-Blue, #0071CF);box-shadow:0 2px 4px #00000040,0 6px 16px #00000059;display:block}.jmarker-pop{position:absolute;top:calc(100% + 12px);width:320px;max-width:90vw;background:var(--cream);color:var(--green);border-radius:4px;padding:20px;pointer-events:none;opacity:0;visibility:hidden;transition:opacity .18s ease;z-index:5;box-shadow:0 12px 28px #0000002e}.jmarker.anchor-c .jmarker-pop{left:50%;transform:translate(-50%)}.jmarker.anchor-l .jmarker-pop{left:-16px}.jmarker.anchor-r .jmarker-pop{right:-16px}.jmarker.flip-up .jmarker-pop{top:auto;bottom:calc(100% + 12px)}.jmarker:hover .jmarker-pop,.jmarker:focus-within .jmarker-pop{opacity:1;visibility:visible}.jmarker-pop-img{aspect-ratio:320/184;border-radius:4px;overflow:hidden;background:#d9d9d9}.jmarker-pop-img img{width:100%;height:100%;object-fit:cover;display:block}.jmarker-pop-num{font-family:var(--serif);font-size:14px;line-height:1;letter-spacing:.5px;color:var(--Oasis-Blue, #0071CF);margin:14px 0 0;font-weight:700}.jmarker-pop-title{font-family:var(--serif);font-size:22px;line-height:1.1;letter-spacing:-.33px;color:var(--green);margin:6px 0 0;font-weight:400}.jmarker-pop-text{font-family:var(--serif);font-size:15px;line-height:1.3;letter-spacing:-.016px;margin:10px 0 0;color:var(--green)}.jersey-cards-mobile{display:none}.heron-zooms{max-width:1628px;margin:64px auto 0;padding:0 50px;display:grid;grid-template-columns:1fr 1fr;gap:20px}.heron-zoom{margin:0}.heron-zoom-img{aspect-ratio:804/572;border-radius:4px;overflow:hidden;background:var(--cream);position:relative}.heron-zoom-img img{position:absolute;width:200%;height:auto;max-width:none;display:block}.heron-zoom-logo .heron-zoom-img img{top:-56%;left:-33%}.heron-zoom-name .heron-zoom-img img{top:-54%;left:-45%}.heron-zoom figcaption{font-family:var(--serif);font-size:22px;line-height:1.3;letter-spacing:-.044px;color:var(--cream);margin-top:20px}.heron-video{max-width:1628px;margin:80px auto 0;padding:0 50px;display:grid;grid-template-columns:minmax(0,1098fr) minmax(0,490fr);gap:40px;align-items:stretch}.heron-video-media{position:relative;aspect-ratio:1098/618;border-radius:4px;overflow:hidden;background:var(--cream);cursor:pointer}.heron-video-copy{display:flex;flex-direction:column;justify-content:center}body:not(.mvw):not(.mtb) .heron-video-copy{height:0;min-height:100%}.heron-video-img{width:100%;height:100%;object-fit:cover;display:block}.heron-video-media .play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:110px;height:110px;border-radius:99px;background:transparent;border:0;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s ease}.heron-video-media:hover .play-btn{transform:translate(-50%,-50%) scale(1.06)}.heron-video-media .play-btn svg{width:100%;height:100%;display:block}.heron-video-media .play-btn .play-btn-circle{fill:var(--player-accent, var(--green));transition:fill .2s ease}.heron-video-media:hover .play-btn .play-btn-circle{fill:color-mix(in srgb,var(--player-accent, var(--green)) 85%,white)}.heron-video-copy{color:var(--cream)}.heron-video-copy h3{font-family:var(--serif);font-size:clamp(36px,4.4vw,68px);line-height:1;letter-spacing:-1.02px;margin:0 0 clamp(12px,1.6vw,32px);font-weight:400;color:var(--cream)}.heron-video-copy p{font-family:var(--serif);font-size:clamp(15px,1.4vw,22px);line-height:1.3;letter-spacing:-.044px;color:var(--cream);margin:0 0 clamp(10px,1vw,20px)}.heron-video-copy p:last-child{margin-bottom:0}.heron-tile-wrap{display:none}.players{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;max-width:1080px;margin:64px auto 0}.players-cta-wrap{display:flex;justify-content:center;margin-top:36px}.player{flex:0 1 530px;aspect-ratio:.84/1;border-radius:20px;overflow:hidden;position:relative;background-size:cover;background-position:center top;cursor:pointer;color:inherit;display:block;text-decoration:none;transition:transform .26s ease}.player:hover{transform:translateY(-6px) rotate(-.5deg)}.player .scrim{position:absolute;inset:0;background:linear-gradient(180deg,#0000 30%,#000000a6)}.player .copy{position:absolute;left:24px;right:24px;bottom:24px;color:var(--cream)}.player .num{font-family:var(--serif);font-weight:700;font-size:22px;opacity:.95}.player .nm{font-family:var(--serif);font-size:40px;line-height:.95;letter-spacing:-.02em;margin-top:6px}.player .cta-mini{display:inline-flex;align-items:center;gap:8px;margin-top:14px;font-family:var(--mono);font-size:11px;text-transform:uppercase;letter-spacing:.18em}.player .arrow{width:26px;height:26px;border-radius:99px;background:var(--cream);color:var(--ink);display:inline-flex;align-items:center;justify-content:center;transition:transform .2s ease}.player:hover .arrow{transform:translate(4px)}.flutter{position:absolute;pointer-events:none;z-index:0}.flutter .a{width:60px;height:8px;border-radius:99px;transform-origin:center}.flutter .a.red{background:var(--red)}.flutter .a.blue{background:var(--blue)}.flutter .a.cream{background:var(--cream)}.flutter .a.ink{background:var(--ink)}.img-fallback{background:linear-gradient(135deg,#25524a,#1a3c34)}.join-section{padding:70px 64px 100px;background:var(--green);color:var(--cream);position:relative;overflow:hidden}.join-bg-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;pointer-events:none;z-index:0}.join-hero-silhouettes{position:absolute;left:50%;bottom:0;transform:translate(-50%);width:min(100%,1729px);height:auto;max-height:min(58vw,640px);object-fit:contain;object-position:bottom center;pointer-events:none;z-index:0;user-select:none}#join .join-hero-silhouettes{z-index:0}#join .join-card{z-index:2;position:relative}.join-mobile-art{display:none;position:absolute;left:50%;top:0;width:100%;max-width:390px;height:auto;transform:translate(-50%);pointer-events:none;z-index:0;user-select:none}.join-mobile-player{display:none;position:absolute;left:50%;top:-72px;width:100%;max-width:390px;height:auto;transform:translate(-50%);clip-path:inset(30% 0 0 0);pointer-events:none;z-index:0;user-select:none}.join-card{position:relative;z-index:3;max-width:720px;margin:0 auto;background:transparent;border:0;border-radius:0;padding:0;box-shadow:none;text-align:center}.join-h{font-family:var(--serif);font-weight:400;font-size:80px;line-height:1;letter-spacing:-1.2px;text-align:center;margin:0;color:var(--cream);max-width:none}.join-h em{font-style:italic;color:var(--cream);opacity:.9;font-weight:500}.join-lede{font-family:var(--serif);font-size:22px;line-height:1.3;letter-spacing:-.044px;max-width:620px;margin:24px auto 36px;text-align:center;color:var(--cream)}.join-form{display:grid;grid-template-columns:1fr 1fr;gap:20px;max-width:700px;margin:0 auto}.join-field{appearance:none;width:100%;min-width:0;background:transparent;border:1px solid var(--cream);border-radius:5px;padding:0 16px;height:60px;font-family:var(--sans);font-size:14px;color:var(--cream);transition:border-color .16s ease;text-align:left}.join-field:focus{border-color:var(--cream);outline:none}.join-field::placeholder{color:var(--cream);font-weight:400}.join-field-email,.join-field-zip{grid-column:1 / -1}.join-field[aria-invalid=true],.join-field input[aria-invalid=true]{border-color:var(--red)}.join-age{grid-column:1 / -1;display:flex;align-items:center;gap:7px;font-family:var(--sans);font-size:13px;line-height:1.3;letter-spacing:-.065px;color:var(--cream);cursor:pointer;padding:4px 0;justify-content:center}.join-age input{position:absolute;opacity:0;pointer-events:none}.join-age-box{width:17px;height:17px;border:1px solid var(--cream);flex-shrink:0;position:relative;transition:background .12s ease}.join-age input:checked+.join-age-box:after{content:"✓";position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:var(--cream);font-size:14px;line-height:1}.join-submit-wrap{grid-column:1 / -1;display:flex;justify-content:center;margin-top:12px}.join-submit{appearance:none;border:0;background:var(--cream);color:var(--ink);border-radius:4px;padding:12px 18px;height:38px;font-family:var(--sans);font-size:14px;font-weight:400;letter-spacing:0;text-transform:capitalize;transition:background .16s ease,color .16s ease,transform .12s ease;white-space:nowrap;cursor:pointer}.join-submit:hover{background:var(--red);color:var(--cream)}.join-submit:active{transform:translateY(1px)}.join-error{color:var(--red);font-family:var(--mono);font-size:11px;letter-spacing:.1em;text-transform:uppercase;margin-top:14px}.join-perks{list-style:none;padding:28px 0 0;margin:36px auto 24px;max-width:640px;display:grid;grid-template-columns:repeat(3,1fr);gap:20px;border-top:1px solid rgba(248,243,227,.22)}.join-perks li{display:flex;gap:12px;align-items:flex-start;font-size:14px;line-height:1.4;color:var(--cream);text-align:left}.join-perk-num{font-family:var(--mono);font-size:11px;letter-spacing:.16em;color:var(--red);flex-shrink:0;padding-top:2px}.join-fine{font-family:var(--mono);font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--cream);opacity:.55;margin-top:12px}body.mtb .join-section{padding:60px 28px 80px}body.mtb .join-h{font-size:48px}body.mtb .join-lede{font-size:16px}body.mtb .join-card{max-width:380px}body.mtb .join-form{grid-template-columns:1fr 1fr}body.mtb .join-submit{grid-column:1 / -1;height:38px}body.mtb .join-perks{grid-template-columns:1fr;gap:12px}@media(min-width:768px)and (max-width:900px){.join-card{max-width:540px}.join-form{max-width:540px;gap:16px}.join-field{height:56px}}body.mvw .join-section{padding:56px 16px 64px}body.mvw .join-h{font-size:40px}body.mvw .join-lede{font-size:15px;margin:16px auto 24px}body.mvw .join-form{grid-template-columns:1fr;gap:10px}body.mvw .join-submit{height:38px}body.mvw .join-perks{grid-template-columns:1fr;gap:10px;margin-top:28px;padding-top:22px}body.mvw .join-hero-silhouettes{display:none}body.mvw .join-mobile-art{display:block;clip-path:inset(0 0 62% 0)}body.mvw .join-mobile-player{display:block}body.mtb .join-hero-silhouettes{max-height:min(62vw,520px)}body.mvw{min-width:0;margin:0 auto;box-shadow:0 0 0 1px #00000014,0 24px 60px #0000002e}body.mvw .hero{padding:40px 20px 56px}body.mvw .hero .hero-decor-l{left:-40px;bottom:-20px;width:220px;height:200px}body.mvw .hero .hero-decor-r{right:-30px;bottom:20px;width:180px;height:160px}body.mvw .hero .kicker{font-family:var(--serif);font-weight:600;font-size:20px;line-height:1;letter-spacing:-.1px;margin:0 0 10px}body.mvw .hero h1{font-size:45px;line-height:1;letter-spacing:-.5px;max-width:296px;margin:0 auto}body.mvw .hero p.lede{font-size:18px;line-height:1.3;letter-spacing:0;max-width:296px;margin:24px auto 0}body.mvw .play-btn{width:64px;height:64px}body.mvw .play-btn svg{width:100%;height:100%}body.mvw .video-meta{font-size:9px;left:14px;bottom:12px;gap:8px}body.mvw .section{padding:64px 16px}body.mvw .section h2{font-size:38px}body.mvw .section .blurb{font-size:15px;margin-top:18px}body.mvw section.join-section{min-height:1004px;padding:56px 16px 64px}.recipes-heading{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;width:100%;text-align:center}.recipes-heading .recipes-hero-decor{align-self:stretch}.recipes-hero-decor{display:none;pointer-events:none;position:relative;z-index:0;width:calc(100% + 32px);max-width:none;height:auto;margin:0 -16px 12px}body.mvw .recipes-hero-decor{display:block;margin:-40px -16px 40px}body.mvw .recipes-heading h2{margin-top:0}body.mvw #recipes{padding:20px 16px 100px}body.mvw #recipes>img.recipes-spark-c,body.mvw #recipes>img.recipes-spark-b{display:none!important}body.mvw #recipes>img.recipes-trophy{left:-4px!important;top:auto!important;bottom:16px!important;width:118px!important;transform:none!important;transform-origin:bottom left!important}.recipe-spark{display:none;aspect-ratio:1/1}body.mvw .recipe-spark{display:block;position:absolute;pointer-events:none}body.mvw .recipes-title-wrap .recipe-spark{width:50px;height:auto;right:8px;top:0}body.mvw .heron-zooms{position:relative}body.mvw .heron-zooms .recipe-spark-1{width:32px;height:auto;right:30px;top:-36px}body.mvw .heron-zooms .recipe-spark-2{width:32px;height:auto;right:8px;top:-56px;transform:rotate(-75deg)}body.mvw .heron-zooms .recipe-spark-3{width:22px;height:auto;right:12px;top:-16px;transform:scaleX(-1)}.carousel-wrap{position:relative;display:flex;justify-content:center}.carousel-wrap>.recipes,.carousel-wrap>.heron-zooms{width:100%}.carousel-arrow{display:none}body.mvw .carousel-wrap{margin:0 -16px;display:block}body.mvw .carousel-arrow{display:block;position:absolute;top:50%;transform:translateY(-50%);width:40px;height:60px;padding:0;margin:0;background:transparent;border:0;cursor:pointer;-webkit-appearance:none;appearance:none;z-index:5;filter:drop-shadow(0 4px 12px rgba(0,0,0,.18));transition:opacity .16s ease}body.mvw .carousel-arrow.is-hidden{opacity:0;pointer-events:none}body.mvw .carousel-arrow>svg{display:block;width:100%;height:100%}body.mvw .carousel-arrow-left{left:0}body.mvw .carousel-arrow-right{right:0}body.mvw .carousel-arrow:active{transform:translateY(-50%) scale(.95)}body.mvw .recipes{display:flex;grid-template-columns:none;gap:20px;margin:36px 0 0;padding:0;max-width:none;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-left:20px;-webkit-overflow-scrolling:touch;scrollbar-width:none}@media(min-width:600px){body.mvw .carousel-wrap{margin:0;display:flex;justify-content:center}body.mvw .recipes,body.mvw .heron-zooms{overflow-x:visible;scroll-snap-type:none;justify-content:center;padding:0;margin-top:36px}body.mvw .recipes>.recipe:first-child,body.mvw .heron-zooms>.heron-zoom:first-child{margin-left:0}body.mvw .recipes>.recipe:last-child,body.mvw .heron-zooms>.heron-zoom:last-child{margin-right:0}body.mvw .carousel-arrow{display:none!important}}body.mvw .recipes::-webkit-scrollbar{display:none}body.mvw .recipe{flex:0 0 270px;scroll-snap-align:start}body.mvw .recipes>.recipe:first-child{margin-left:20px}body.mvw .recipes>.recipe:last-child{margin-right:20px}body.mvw .recipe-img{aspect-ratio:270/304}body.mvw .recipe-title{font-size:16px;line-height:1.3;letter-spacing:-.032px;padding:15px}body.mvw .heron-zooms{grid-template-columns:none;display:flex;gap:20px;padding:0;margin:40px 0 0;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-left:20px;-webkit-overflow-scrolling:touch;scrollbar-width:none}body.mvw .heron-zooms::-webkit-scrollbar{display:none}body.mvw .heron-zoom{flex:0 0 270px;scroll-snap-align:start}body.mvw .heron-zooms>.heron-zoom:first-child{margin-left:20px}body.mvw .heron-zooms>.heron-zoom:last-child{margin-right:20px}body.mvw .heron-zoom-img{aspect-ratio:270/200}body.mvw .heron-zoom figcaption{font-size:14px;line-height:1.3;margin-top:15px}body.mvw .film-strip{width:90%;margin:36px auto 16px}body.mvw #great.section{padding:40px 20px 56px}body.mvw #great h2{font-size:45px;line-height:1;letter-spacing:-.5px;max-width:296px;margin:0 auto}body.mvw #great .blurb{font-size:18px;line-height:1.3;letter-spacing:0;max-width:296px;margin:24px auto 0}body.mvw .story-progress{width:100%;height:3px;gap:2px;margin:40px 0 11px}body.mvw .story-progress-track{height:3px;border-radius:40px}body.mvw .story-progress-fill{border-radius:40px}body.mvw #great .mosaic-grid{display:flex;flex-direction:column;max-width:100%;margin:0;gap:0}body.mvw #great .mosaic-frame{width:100%}body.mvw #great .mosaic-image-wrap{border-radius:4px 4px 0 0;aspect-ratio:336/361}body.mvw #great .mosaic-card-pop{display:none}body.mvw #great .mosaic-card-mobile{display:block;background:var(--green);color:var(--cream);width:100%;padding:20px;box-sizing:border-box;border-radius:0 0 4px 4px;margin:0;text-align:left}body.mvw #great .mosaic-card-mobile .mosaic-story-image{aspect-ratio:296/170;margin-bottom:16px}body.mvw #great .mosaic-card-mobile .mosaic-story-title{font-size:22px;letter-spacing:-.33px}body.mvw #great .mosaic-card-mobile .mosaic-story-body{font-size:14px;line-height:1.3;letter-spacing:-.014px;margin-top:14px}body.mvw #great .spot{width:14px;height:14px}body.mvw #great .spot.active{width:22px;height:22px}.heron-mobile-ball{display:none;pointer-events:none}body.mvw .heron-mobile-ball{display:block;position:relative;z-index:1;width:calc(100% + 64px);margin:30px -32px 0;aspect-ratio:454 / 188}body.mvw .heron-mobile-ball svg{display:block;width:100%;height:100%}body.mvw .decor-ball-wide{display:none}body.mvw .heron-section h2.interwoven-h{font-size:45px;line-height:1;letter-spacing:-.5px}body.mvw .heron-section .blurb{font-size:16px;line-height:1.3;letter-spacing:-.032px;max-width:315px;margin:30px auto 0}body.mvw .heron-column{gap:20px;padding:0 20px;margin-top:0}body.mvw .jersey-panel{display:flex;flex-direction:column;gap:12px;background:var(--cream);border-radius:4px;padding:10px 10px 16px}body.mvw .jersey-card{background:transparent;border-radius:0;aspect-ratio:336/306}body.mvw .jersey-card-art{border-radius:0}body.mvw .heron-zooms{grid-template-columns:1fr;gap:24px;padding:0 16px}body.mvw .heron-section>.carousel-wrap{display:none}body.mvw .jmarker-pop{display:none}body.mvw .jmarker-dot{width:16px;height:16px;transition:width .18s ease,height .18s ease,border-radius .18s ease,background-color .18s ease}body.mvw .jmarker.is-active{z-index:4}body.mvw .jmarker.is-active .jmarker-dot{width:24px;height:24px;box-shadow:0 4px 10px #00000040,0 10px 24px #00000059}body.mvw .heron-column{display:block;width:auto;padding:0;margin:0 4px;--jersey-shift: 0%}body.mvw .jersey-row{overflow:hidden;position:relative;display:flex;flex-direction:row;flex-wrap:nowrap}body.mvw .jersey-row{background:var(--cream);border-radius:4px 4px 0 0}body.mvw .jersey-row>.jersey-panel{flex:0 0 100%;width:100%;margin:0;background:transparent;padding:10px 10px 0;box-sizing:border-box;transform:translate(var(--jersey-shift, 0%))}.heron-section.section>.jersey-detail-track{z-index:auto!important;position:static!important}.jersey-detail-track{display:none}body.mvw .jersey-detail-track{display:flex;gap:0;margin:0 4px;background:var(--cream);border-radius:0 0 4px 4px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}body.mvw .jersey-detail-track::-webkit-scrollbar{display:none}body.mvw .jersey-detail-card{flex:0 0 100%;scroll-snap-align:start;margin:0;padding:10px 10px 20px;box-sizing:border-box}body.mvw .jersey-detail-card .heron-zoom-img{aspect-ratio:295/170;border-radius:4px;overflow:hidden}body.mvw .jersey-detail-card .heron-zoom-img img{position:static;width:100%;height:100%;object-fit:cover}body.mvw .jersey-detail-card figcaption{padding:16px 0 0;display:flex;flex-direction:column;gap:0}body.mvw .jersey-detail-num{display:inline-flex;align-items:center;justify-content:center;width:27px;height:27px;border-radius:99px;background:var(--green);color:var(--cream);font-family:var(--serif);font-size:16px;line-height:1;font-weight:700;margin-bottom:8px}body.mvw .jersey-detail-title{font-family:var(--serif);font-size:22px;line-height:1.1;letter-spacing:-.33px;margin:0;font-weight:400;color:var(--green)}body.mvw .jersey-detail-desc{font-family:var(--serif);font-size:14px;line-height:1.3;margin:8px 0 0;color:var(--green)}body.mvw .jersey-panel-detail-num{display:inline-flex;align-items:center;justify-content:center;width:27px;height:27px;border-radius:99px;background:var(--green);color:var(--cream);font-family:var(--serif);font-size:16px;line-height:1;font-weight:700;margin-bottom:8px}body.mvw .jersey-panel-detail-title{font-family:var(--serif);font-size:22px;line-height:1.1;letter-spacing:-.33px;margin:0;font-weight:400;color:var(--green)}body.mvw .jersey-panel-detail-desc{font-family:var(--serif);font-size:14px;line-height:1.3;margin:8px 0 0;color:var(--green)}.jersey-arrow{display:none}body.mvw .heron-column{position:relative;z-index:2}body.mvw .jersey-arrow{display:inline-flex;align-items:center;justify-content:center;position:absolute;left:0;top:0;width:33px;height:50px;background:transparent;border:0;padding:0;cursor:pointer;z-index:10;transform:translate(-30%,-50%)}body.mvw .jersey-arrow-next{left:auto;right:0;transform:translate(30%,-50%)}body.mvw .heron-column.at-start .jersey-arrow-prev,body.mvw .heron-column.at-end .jersey-arrow-next{visibility:hidden;pointer-events:none}body.mvw .jersey-arrow svg{width:100%;height:100%;display:block}body.mvw .jersey-card{position:relative}body.mvw .heron-zoom figcaption{font-size:14px}body.mvw .heron-video{grid-template-columns:1fr;gap:24px;padding:0}body.mvw .heron-video-media{border-radius:0}body.mvw .heron-video-copy{padding:0 16px}body.mvw .heron-video-copy h3{font-size:36px}body.mvw .heron-video-copy p{font-size:15px}body.mvw .jmarker-pop{width:min(280px,80vw)}body.mvw .heron-video-media .play-btn{width:56px;height:56px}body.mvw .hero .play-btn{width:64px;height:64px}body.mvw .players{grid-template-columns:1fr;gap:14px;margin-top:36px}body.mvw .player{aspect-ratio:335/409}body.mvw .player .nm{font-size:28px}body.mvw footer.foot{padding:36px 16px 24px}body.mvw .foot-top{flex-direction:column;gap:32px}body.mvw .foot-right{flex-direction:column;gap:24px}body.mvw .foot-nav{flex-wrap:wrap;gap:24px 32px}body.mvw .foot-social{gap:16px}body.mvw .foot-legal{gap:4px 0}body.mvw .flutter{transform:scale(.5);opacity:.7}body.mvw section>img[alt=""]:not(.join-mobile-art):not(.join-mobile-player):not(.hero-decor):not(.hub-hero-player):not(.recipes-trophy),body.mvw .hero>img[alt=""]:not(.hero-decor):not(.hub-hero-player){transform:scale(.45);transform-origin:top left}body.mvw .hero>img[src*=flutter-hero-left]{transform-origin:bottom left;transform:scale(.45)}body.mvw .hero>img[src*=flutter-hero-right]{transform-origin:bottom right;transform:scale(.45)}body.mvw .hero .hero-decor{transform:none!important}body.mvw section>img[src*=flutter-wide-left]{transform-origin:top left;transform:scale(.42)}body.mvw section>img[src*=flutter-tall-right]{right:0!important;transform-origin:top right;transform:scale(.55)}body.mvw .decor-ball-wide{left:0!important;bottom:0!important;transform:translate(-50%) scale(.6);transform-origin:bottom left}body.mvw .decor-ball-tall{right:0!important;top:0!important;transform:translate(50%) scale(.6);transform-origin:top right}body.mvw section>img[src*=flutter-wide-left]{left:0!important;transform:translate(-50%) scale(.6)!important;transform-origin:top left!important}body.mvw section>img[src*=flutter-tall-ball-right]{right:0!important;transform:translate(50%) scale(.6)!important;transform-origin:top right!important}body.mvw section>img[src*=flutter-wide-ball]{transform-origin:bottom left;transform:scale(.45)}body.mvw section>img[src*=flutter-tall-ball-right]{transform-origin:top right;transform:scale(.42)}body.mvw section>img[src*=flutter-burst]:not(.recipes-trophy){transform-origin:top left;transform:scale(.5)}body.mvw .hero .title-wrap .spark-l{width:44px;height:40px;margin-right:6px;margin-bottom:-14px}body.mvw .hero .title-wrap .spark-r{width:32px;height:27px;margin-left:6px;margin-bottom:-12px}body.mtb{min-width:0;margin:0 auto;box-shadow:0 0 0 1px #00000014,0 24px 60px #0000002e}body.mtb .nav{padding:0}body.mtb .nav-bar{padding:0 24px;gap:18px}body.mtb .nav-links,body.mtb .nav-right .nav-link{display:none}body.mtb .nav-menu-toggle{display:inline-flex;justify-self:start}body.mtb .nav-right{gap:10px}body.mtb .hero{padding:64px 28px 80px}body.mtb .hero h1{font-size:88px}body.mtb .hero .kicker{font-size:30px}body.mtb .hero p.lede{font-size:17px}body.mtb .hero .video-wrap{width:calc(100% - 56px);max-width:none;margin-left:auto;margin-right:auto}body.mtb .hero .hero-decor-l{inset:auto auto 16px -28px;width:min(240px,34vw);height:auto;transform:none}body.mtb .section{padding:96px 28px}body.mtb #athletes.section{padding:48px 28px 32px}body.mtb #athletes .players{margin-top:28px}body.mtb #athletes .players-cta-wrap{margin-top:24px}body.mtb section.join-section{padding:44px 28px 56px}body.mtb .section h2{font-size:64px}body.mtb .section .blurb{font-size:16px}body.mtb .recipes{grid-template-columns:1fr 1fr;gap:22px}body.mtb #great .mosaic-grid{max-width:100%!important}body.mtb .heron-zooms{padding:0 28px}body.mtb .heron-video{grid-template-columns:1fr;gap:28px;padding:0 28px}body.mtb .heron-video-copy h3{font-size:52px}body.mtb .players{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;max-width:100%}body.mtb .players .player{flex:none;min-width:0;width:100%}body.mtb .player .nm{font-size:36px}body.mtb footer.foot{padding:48px 28px 28px}body.mtb .foot-top{flex-direction:column;gap:36px}body.mtb .foot-right{flex-wrap:wrap;gap:32px}body.mtb .foot-nav{flex-wrap:wrap;gap:20px 36px}body.mtb section>img[alt=""]:not(.hero-decor):not(.hub-hero-player),body.mtb .hero>img[alt=""]:not(.hero-decor):not(.hub-hero-player){transform:scale(.78);transform-origin:top left}body.mtb #join>.join-hero-silhouettes{bottom:108px;transform:translate(-50%);transform-origin:bottom center}body.mtb .hero>img[src*=flutter-hero-left]{transform-origin:bottom left;transform:scale(.78)}body.mtb .hero>img[src*=flutter-hero-right]{transform-origin:bottom right;transform:scale(.78)}body.mtb section>img[src*=flutter-wide-left]{transform-origin:top left;transform:scale(.45)}body.mtb section>img[src*=flutter-tall-right]{transform-origin:top right;transform:scale(.45)}body.mtb section>img[src*=flutter-wide-ball]{transform-origin:bottom left;transform:scale(.45)}body.mtb section>img[src*=flutter-tall-ball-right]{transform-origin:top right;transform:scale(.45)}body.mtb .decor-ball-wide{transform:scale(.45);transform-origin:bottom left}body.mtb .decor-ball-tall{transform:scale(.45);transform-origin:top right}body.mtb #recipes>img.recipes-trophy{left:16px!important;top:24px!important;transform:scale(.42);transform-origin:top left}body.mtb #recipes>img.recipes-spark-c{right:-10px!important;top:20px!important;transform:scale(.55);transform-origin:top right}body.mtb #recipes>img.recipes-spark-b{right:-30px!important;bottom:60px!important;transform:scale(.5);transform-origin:bottom right}body.mtb #great>img[src*=mini-ribbon]{right:16px!important;top:28px!important;transform:scale(.55);transform-origin:top right}body.mtb #great>img[src*=spark-a]{right:16px!important;bottom:80px!important;transform:scale(.55);transform-origin:bottom right}body.mvw #great>img[src*=mini-ribbon]{right:-4px!important;top:12px!important;transform:scale(.32)!important;transform-origin:top right!important}body.mvw #great>img[src*=spark-a]{right:4px!important;bottom:80px!important;transform:scale(.42)!important;transform-origin:bottom right!important}body.mtb #apparel>img[src*=confetti-bits]{left:24px!important;top:24px!important;transform:scale(.6);transform-origin:top left}body.mtb #apparel>img[src*=flutter-tall-right]{right:0!important;top:40px!important;transform:scale(.55);transform-origin:top right}body.mvw #apparel>img[src*=confetti-bits]{left:8px!important;top:12px!important;transform:scale(.35)!important;transform-origin:top left!important}body.mvw #apparel>img[src*=flutter-tall-right]{right:-10px!important;top:20px!important;transform:scale(.35)!important;transform-origin:top right!important}body.mtb #athletes>img[src*=flutter-wide-left]{left:0!important;top:40px!important;transform:scale(.55);transform-origin:top left}body.mtb #athletes>img[src*=flutter-tall-ball-right]{right:0!important;top:0!important;transform:scale(.55);transform-origin:top right}body.mvw #athletes>img[src*=flutter-wide-left]{left:-10px!important;top:20px!important;transform:scale(.32)!important;transform-origin:top left!important}body.mvw #athletes>img[src*=flutter-tall-ball-right]{right:-10px!important;top:0!important;transform:scale(.32)!important;transform-origin:top right!important}@media(max-width:1100px){body.nav-menu-open{overflow:hidden}.nav-bar{height:58px;padding:0 20px;gap:12px}.nav-links,.nav-where,.nav-right .nav-link{display:none}.nav-menu-toggle{display:inline-flex;justify-self:start}.nav-right{gap:10px;align-items:center}.nav-logo-img{width:120px}.nav-search{justify-self:end}.nav-products-panel{display:none}.nav-mobile-drawer{display:block;position:fixed;inset:58px 0 0;background:#1b3a329e;opacity:0;pointer-events:none;transition:opacity .18s ease;overflow:hidden}.nav.menu-open .nav-mobile-drawer{opacity:1;pointer-events:auto}.nav-mobile-track{width:200%;height:100%;display:grid;grid-template-columns:1fr 1fr;transform:translate(0);transition:transform .3s cubic-bezier(.2,.8,.2,1)}.nav-mobile-track.show-products{transform:translate(-50%)}.nav-mobile-pane{background:#fff;width:100vw;min-height:100%;transform:translate(-100%);transition:transform .3s cubic-bezier(.2,.8,.2,1);overflow-y:auto}.nav.menu-open .nav-mobile-pane{transform:translate(0)}.nav-mobile-row,.nav-mobile-back,.nav-mobile-product-row{appearance:none;background:#fff;border:0;border-bottom:1px solid rgba(27,58,50,.12);color:var(--ink);display:flex;align-items:center;width:100%;min-height:66px;padding:0 24px;font-family:var(--serif);font-size:18px;font-weight:600;text-decoration:none}.nav-mobile-row{justify-content:space-between}.nav-mobile-back{gap:18px;font-family:var(--sans);font-size:16px}.nav-mobile-cta{display:inline-flex;margin:18px 24px;padding:10px 14px;border:1px solid var(--ink);border-radius:4px;color:var(--ink);font-family:var(--sans);font-size:14px;text-decoration:none}.nav-mobile-product-row{gap:24px;min-height:74px}.nav-mobile-thumb{width:40px;height:52px;border-radius:6px;background:#f7f7f2;display:inline-grid;place-items:center;flex:0 0 auto}.nav-mobile-thumb img{width:36px;max-height:46px;object-fit:contain}.nav-mobile-product-links{display:flex;flex-direction:column;gap:8px;padding:0 24px 16px 88px;border-bottom:1px solid rgba(27,58,50,.12);background:#fff}.nav-mobile-product-links a{color:var(--ink);font-family:var(--serif);font-size:14px;text-decoration:none}}.ball-spin{transform:rotate(var(--scroll-rot, 0deg));transform-box:view-box;will-change:transform}@media(prefers-reduced-motion:reduce){.ball-spin{transform:none}}html.a11y-reduced-motion .ball-spin{transform:none}[data-parallax]{will-change:transform,margin-top,margin-bottom}.decor-ball-wide{position:absolute;left:0;bottom:0;width:461px;height:304px;pointer-events:none;z-index:0}.decor-ball-tall{position:absolute;right:0;top:0;width:372px;height:749px;pointer-events:none;z-index:0}.decor-ball-wide svg,.decor-ball-tall svg,.hero-decor svg{display:block;width:100%;height:100%}[data-video-toggle] .play-btn-pause,[data-video-toggle][data-playing=true] .play-btn-play{display:none}[data-video-toggle][data-playing=true] .play-btn-pause{display:grid}[data-video-toggle] .video-meta-label-pause,[data-video-toggle][data-playing=true] .video-meta-label-play{display:none}[data-video-toggle][data-playing=true] .video-meta-label-pause{display:inline}.recipe-modal{position:fixed;inset:0;background:#163029c7;backdrop-filter:blur(6px);z-index:200;display:flex;align-items:center;justify-content:center;padding:40px;overflow-y:auto}.recipe-modal-inner{background:var(--cream);border-radius:20px;max-width:1040px;width:100%;display:grid;grid-template-columns:1.1fr 1fr;overflow:hidden;box-shadow:0 40px 80px #00000059;color:var(--ink)}.recipe-modal-img{background-size:cover;background-position:center;background-repeat:no-repeat;min-height:520px}.recipe-modal-body{padding:48px 44px}.recipe-modal-eyebrow{font-family:var(--mono);font-size:11px;letter-spacing:.16em;text-transform:uppercase;opacity:.7}.recipe-modal-ingredients-label{margin-bottom:10px}.recipe-modal-title{font-family:var(--serif);font-size:42px;line-height:1;letter-spacing:-.02em;margin:16px 0 12px;font-weight:500}.recipe-modal-why{font-size:15px;line-height:1.55;opacity:.85;margin:0 0 22px}.recipe-modal-ingredients{list-style:none;padding:0;margin:0}.recipe-modal-ingredients li{padding:10px 0;border-bottom:1px solid rgba(27,58,50,.15);font-size:15px;display:flex;align-items:center;gap:12px}.recipe-modal-dot{width:6px;height:6px;border-radius:99px;background:var(--red);flex-shrink:0}.recipe-modal-ctas{display:flex;gap:12px;margin-top:28px;flex-wrap:wrap}.recipe-modal-close{background:transparent;color:var(--ink)}.recipe-modal-ctas .cta:hover{background:var(--cream);color:var(--ink);text-decoration:underline;text-underline-offset:.18em}.recipe-modal-ctas .recipe-modal-close:hover{background:transparent}@media(max-width:720px){.recipe-modal{padding:0;align-items:stretch}.recipe-modal-inner{grid-template-columns:1fr;border-radius:0;max-height:100dvh;overflow-y:auto}.recipe-modal-img{min-height:0;aspect-ratio:16 / 10}.recipe-modal-body{padding:24px 20px 32px}.recipe-modal-title{font-size:26px;margin:12px 0 10px}.recipe-modal-why{font-size:14px;margin:0 0 18px}.recipe-modal-ingredients li{font-size:14px;padding:8px 0}.recipe-modal-ctas{flex-direction:column;gap:8px;margin-top:20px}.recipe-modal-ctas .cta{width:100%;text-align:center}}.hub-hero{position:relative;background:var(--green);color:var(--cream);padding:70px 50px 0;min-height:672px;overflow:hidden;display:flex;flex-direction:column}.hub-hero-inner{position:relative;z-index:2;max-width:668px;flex:1}.hub-hero-lockup{display:block;width:212px;height:auto;margin-bottom:20px}.hub-hero h1{font-family:var(--serif);font-size:clamp(48px,6vw,80px);line-height:1;letter-spacing:-.015em;margin:0;font-weight:600}.hub-hero-lede{margin-top:110px;font-family:var(--serif);font-size:22px;line-height:1.3;letter-spacing:-.002em;color:#eae8e1;max-width:668px}.hub-hero-lede p{margin:0 0 1em}.hub-hero-lede p:last-child{margin-bottom:0}.hub-hero-player{position:absolute;left:28.53%;top:0;width:min(835px,48.3%);height:100%;max-width:none;object-fit:cover;object-position:center 24.8%;pointer-events:none;z-index:1}.hub-hero-ball{position:absolute;right:0;opacity:1;pointer-events:none;z-index:0}.hub-hero-product-lockup{position:absolute;left:43.46%;top:72px;width:175px;height:auto;z-index:0;pointer-events:none}.hub-hero-spark{position:absolute;width:32px;height:37px;pointer-events:none;z-index:0}.hub-hero-spark-2{right:28%;top:6%}.hub-hero-spark-6{right:3%;bottom:40%}.hub-hero-spark-7{left:61.8%;top:19.8%}.hub-hero-spark-8{left:72.9%;top:17.1%}.hub-hero-spark-9{left:65.9%;top:8.6%}.hub-hero-spark-10{left:88.8%;top:82.6%}.hub-hero-spark-11{left:63.5%;top:-1.2%}.hub-hero-spark-12{left:84.4%;top:94.1%}.hub-hero-spark-13{left:73.6%;top:-.1%}.hub-hero-spark-14{left:58.1%;top:7.8%}.hub-hero-spark-15{left:76.4%;top:-4.6%}.hub-hero-spark-16{left:93.9%;top:91.1%}.hub-score.section{padding:70px 50px;min-height:528px;color:var(--green)}.hub-score-decor{position:absolute;right:0;bottom:0;width:min(461px,35vw);height:auto;pointer-events:none}.hub-score-inner{display:grid;grid-template-columns:minmax(0,571px) 1fr;gap:48px;align-items:center;max-width:1628px;margin:0 auto;position:relative;z-index:1}.hub-score h2{text-align:left;margin:0;max-width:none;font-weight:400;line-height:1;letter-spacing:-1.2px}.hub-score-lede{text-align:left;margin:126px 0 0;max-width:450px;line-height:1.3;opacity:1}.hub-score-cta{margin-top:25px;display:inline-flex;font-size:14px;text-transform:capitalize;padding:12px 18px;font-weight:400;letter-spacing:0}.hub-score-legal{margin:30px 0 0;font-family:var(--sans);font-size:14px;line-height:1;max-width:450px}.hub-score-legal a{color:inherit;text-decoration:underline;text-underline-offset:.2em}.hub-score-visual{position:relative;min-height:420px}.hub-score-photo{position:absolute;right:17px;top:-80px;width:min(1146px,72vw);height:auto;max-height:808px;object-fit:cover;object-position:center bottom;pointer-events:none}.hub-score-ball{position:absolute;right:52%;bottom:-60px;width:170px;height:auto;transform:rotate(-8.5deg);pointer-events:none}.hub-score-spark{position:absolute;pointer-events:none;z-index:0}.hub-score-spark-trophy{left:36.5%;top:10%;width:190px;transform:rotate(-16.41deg)}.hub-score-spark-1{left:39%;top:17.6%;width:33px}.hub-score-spark-2{right:5%;top:8%;width:41px}.hub-score-spark-3{left:63%;top:62%;width:41px}.hub-score-spark-4{left:55%;top:53%;width:46px}.hub-score-spark-5{right:14%;top:4%;width:148px}.hub-score-spark-6{left:27%;top:13%;width:29px}.hub-score-spark-7{left:5%;top:21%;width:30px}.hub-score-spark-8{left:19%;top:5%;width:30px}.hub-score-spark-ribbon{right:2%;top:44%;width:262px}.hub-score-spark-9{left:42%;bottom:2%;width:34px}.hub-products.section{position:relative;padding:70px 50px 80px;min-height:1220px}.hub-products h2,.hub-products .blurb{color:var(--cream);text-align:center}.hub-products-lede{max-width:900px;margin-top:36px}.hub-products-lede-2{margin-top:1em}.hub-products-decor{position:absolute;pointer-events:none;z-index:0}.hub-products-decor-a{right:0;top:380px;width:min(794px,46vw);height:auto;opacity:.95}.hub-products-decor-b{left:50px;bottom:120px;width:120px;height:auto}.hub-products-decor-c{top:20px;right:30px;width:180px;height:auto}.hub-product-tabs{display:flex;flex-wrap:nowrap;gap:0;margin:48px auto 0;max-width:1628px;position:relative;z-index:1}.hub-product-tab{flex:1 1 0;min-height:94px;padding:22px 12px 18px;border:none;border-radius:16px 16px 0 0;text-align:center;font-family:var(--serif);cursor:pointer;position:relative;transition:background .18s ease,color .18s ease}.hub-product-tab.active{z-index:2}.hub-product-tab-label{display:block;font-size:28px;line-height:1.2;letter-spacing:-.02em}.hub-product-tab-sub{display:block;margin-top:6px;font-size:18px;opacity:.85}.hub-product-panel{margin:0 auto;max-width:1628px;min-height:649px;border-radius:0 0 20px 20px;display:grid;grid-template-columns:minmax(280px,514px) 1fr;gap:48px;padding:50px;align-items:center;position:relative;z-index:1}.hub-product-panel-media img{width:100%;max-height:480px;object-fit:contain;display:block}.hub-product-panel-copy h3{font-family:var(--serif);font-size:28px;line-height:1.15;margin:0 0 20px;font-weight:400;color:inherit}.hub-product-panel-copy>p{font-family:var(--serif);font-size:18px;line-height:1.35;margin:0 0 28px;color:inherit}.hub-product-kicker{font-family:var(--serif);font-size:25px;letter-spacing:-.015em;text-transform:none;margin:0 0 12px;color:inherit}.hub-product-highlight-icons{list-style:none;margin:0;padding:0;display:flex;gap:30px}.hub-product-highlight-icons li{line-height:0}.hub-product-highlight-icons img{width:90px;height:90px;display:block}.hub-product-panel--flip .hub-product-highlight-icons li:not(:first-child) img{mix-blend-mode:plus-lighter}.hub-product-panel-copy>.hub-product-highlights{margin-top:50px}.hub-product-benefits{margin-top:50px;font-family:var(--serif);font-size:18px;line-height:1.45;color:inherit}.hub-product-benefits strong{font-family:var(--serif);font-size:25px;font-weight:400;letter-spacing:-.015em}.hub-product-benefits ul{margin:8px 0 0;padding:0 0 0 27px;list-style:disc}.hub-product-benefits-columns{display:flex;gap:20px}.hub-nutrition{background:var(--green);color:var(--cream);overflow:hidden}.hub-yogurt-made{position:relative;padding:70px 50px 0;overflow:hidden}.hub-yogurt-heading{font-family:var(--serif);font-size:80px;line-height:1;letter-spacing:-1.2px;font-weight:400;color:var(--cream);text-align:center;margin:0 auto;max-width:626px}.hub-nutrition-decor{position:absolute;height:auto;pointer-events:none;z-index:0}.hub-nutrition-decor-tr{right:-5%;top:-10px;width:min(1080px,62vw)}.hub-nutrition-decor-tl{left:-10%;top:-12%;width:min(940px,54vw)}.hub-nutrition-decor-br{right:-5%;bottom:-15%;width:min(1068px,62vw)}.hub-yogurt-panel{position:relative;z-index:1;margin:77px auto 0;max-width:1628px;background:var(--cream);color:var(--green);border-radius:16px;padding:70px 112px 48px}.hub-yogurt-panel h3{font-family:var(--serif);font-size:clamp(40px,5vw,80px);line-height:1;letter-spacing:-.015em;font-weight:400;text-align:center;margin:0;color:var(--green)}.hub-yogurt-intro{max-width:900px;margin:50px auto 0;text-align:center;color:var(--green);opacity:1}.hub-pillars{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;margin-top:50px;position:relative;z-index:1}.hub-pillar-card{background:var(--Oasis-Blue);color:var(--cream);padding:40px 20px 28px;min-height:448px;border-radius:4px;display:flex;flex-direction:column;align-items:center;gap:29px}.hub-pillar-art{height:176px;width:auto;max-width:100%;object-fit:contain}.hub-pillar-step{font-family:var(--serif);font-size:24px;line-height:1.1;margin:0;color:#e8e6df;font-weight:400;text-align:center}.hub-pillar-body{font-family:var(--serif);font-size:16px;line-height:1.3;margin:0;color:var(--cream);text-align:center}.hub-pillar-footnote{margin:24px 0 50px;font-size:10px;line-height:1.4;max-width:296px;color:#fff}.hub-inside-counts{position:relative;padding:70px 50px 100px;min-height:1196px;overflow:hidden}.hub-inside-decor-ribbon{position:absolute;top:-154px;left:924px;width:800px;pointer-events:none;z-index:0}.hub-inside-decor-confetti-1{position:absolute;top:433px;right:-7px;width:200px;pointer-events:none;z-index:0}.hub-inside-decor-confetti-2{position:absolute;top:494px;right:254px;width:300px;pointer-events:none;z-index:0}.hub-inside-player{position:absolute;right:50px;top:0;width:min(414px,28vw);height:auto;pointer-events:none;z-index:1}.hub-inside-content{position:relative;z-index:2;max-width:774px}.hub-inside-content h2{font-family:var(--serif);font-size:clamp(40px,5vw,80px);line-height:1;letter-spacing:-1.2px;font-weight:400;color:#eae8e1;text-align:left;margin:0}.hub-inside-kicker{font-family:var(--serif);font-size:30px;line-height:1.1;margin:60px 0 0;color:#eae8e1}.hub-inside-lede{text-align:left;margin:20px 0 0;max-width:774px;color:#eae8e1;opacity:1}.hub-nutrition-accordion{position:relative;z-index:2;margin-top:100px;max-width:1354px;border-top:1px solid #eae8e1}.hub-nutrition-item{border-bottom:1px solid #eae8e1}.hub-nutrition-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:30px 0;border:none;background:transparent;font-family:var(--serif);font-size:clamp(28px,3vw,40px);line-height:1;color:#eae8e1;letter-spacing:-.6px;text-align:left;cursor:pointer}.hub-nutrition-star{color:#eae8e1;display:flex;align-items:center;justify-content:center;width:25px;height:25px;flex-shrink:0;transition:transform .3s ease}.hub-nutrition-star svg{width:100%;height:100%}.hub-nutrition-item.open .hub-nutrition-star{transform:rotate(45deg);width:35px;height:35px}.hub-nutrition-panel{padding:20px 0 40px;color:#eae8e1}.hub-nutrition-section{margin-bottom:40px}.hub-nutrition-section h3{font-family:var(--sans);font-size:25px;font-weight:700;line-height:1.2;margin-bottom:16px;color:#eae8e1}.hub-nutrition-section p{font-size:22px;line-height:1.3;color:#eae8e1}.hub-nutrition-benefits{margin-bottom:40px}.hub-nutrition-benefits>h3{font-family:var(--sans);font-size:25px;font-weight:700;line-height:1.2;margin-bottom:16px;color:#eae8e1}.hub-nutrition-benefits-intro{font-size:22px;line-height:1.3;color:#eae8e1;margin-bottom:30px}.hub-nutrition-benefit{display:flex;align-items:flex-start;gap:25px;margin-bottom:32px}.hub-nutrition-benefit:last-child{margin-bottom:0}.hub-nutrition-benefit img{width:97px;height:90px;flex-shrink:0;object-fit:contain}.hub-nutrition-benefit strong{display:block;font-size:22px;font-weight:700;margin-bottom:6px;color:#eae8e1}.hub-nutrition-benefit p{font-size:22px;line-height:1.3;margin:0;color:#eae8e1}.hub-nutrition-tip{font-size:18px;font-style:italic;opacity:.85;margin-top:20px;color:#eae8e1}.hub-nutrition-lineup{margin-bottom:40px}.hub-nutrition-lineup>h3{font-family:var(--sans);font-size:25px;font-weight:700;line-height:1.2;margin-bottom:16px;color:#eae8e1}.hub-nutrition-lineup>p{font-size:22px;line-height:1.3;color:#eae8e1}.hub-nutrition-lineup-table{display:grid;gap:1px;margin-top:20px;background:#eae8e133;border:1px solid rgba(234,232,225,.3);border-radius:8px;overflow:hidden}.hub-nutrition-lineup-table .col-header,.hub-nutrition-lineup-table .col-value{padding:16px 12px;text-align:center;font-size:16px;color:#eae8e1}.hub-nutrition-lineup-table .col-header{font-weight:700;background:#eae8e11a;border-bottom:1px solid rgba(234,232,225,.2)}.hub-nutrition-lineup-table .col-image{padding:12px 8px;display:flex;align-items:center;justify-content:center}.hub-nutrition-lineup-table .col-image img{width:60px;height:auto;object-fit:contain}.hub-nutrition-footnote{font-size:14px;opacity:.7;margin-top:12px;color:#eae8e1}.hub-nutrition-cta{display:inline-flex;align-items:center;justify-content:center;min-width:227px;height:54px;background:#eae8e1;color:var(--green);padding:0 42px;border-radius:27px;font-family:var(--sans);font-size:14px;font-weight:700;text-decoration:none;margin-top:40px;transition:opacity .2s}.hub-nutrition-cta:hover{opacity:.9}.hub-nutrition-cup-item{padding:16px 0;border-bottom:1px solid rgba(234,232,225,.2)}.hub-nutrition-cup-item strong{display:block;font-size:22px;margin-bottom:6px;color:#eae8e1}.hub-nutrition-cup-item p{font-size:22px;line-height:1.3;margin:0;color:#eae8e1}.hub-youth.section{position:relative;overflow:hidden;padding:70px 50px;min-height:528px}.hub-youth-decor{position:absolute;right:0;top:0;width:min(794px,46vw);height:auto;pointer-events:none;opacity:.4}.hub-youth h2{text-align:left;max-width:none;margin:0;font-weight:400;color:var(--cream)}.hub-youth-lede{text-align:left;margin-top:30px;max-width:none;color:var(--cream)}.hub-youth-cta{margin-top:25px}.hub-youth-inner{display:grid;grid-template-columns:minmax(0,862px) 1fr;gap:40px;align-items:center;max-width:1628px;margin:0 auto;position:relative;z-index:1}.hub-youth-visual img{width:100%;max-width:520px;margin-left:auto;display:block;object-fit:contain}body.mvw .hub-hero{min-height:auto;padding:40px 20px 0;overflow:hidden}body.mvw .hub-hero-inner{text-align:center}body.mvw .hub-hero-lockup{margin-left:auto;margin-right:auto}body.mvw .hub-hero h1{text-align:center}body.mvw .hub-hero-lede{margin-top:32px;font-size:18px;text-align:center}body.mvw .hub-hero-player{position:relative;width:100%;left:auto;top:auto;height:auto;object-fit:contain;object-position:center center;margin:0 auto;display:block}body.mvw .hub-hero-ball,body.mvw .hub-hero-spark,body.mvw .hub-hero-product-lockup{display:none}body.mvw .hub-score-inner,body.mvw .hub-youth-inner{grid-template-columns:1fr}body.mvw .hub-score h2,body.mvw .hub-score-lede,body.mvw .hub-youth h2,body.mvw .hub-youth-lede,body.mvw .hub-score-copy{text-align:center}body.mvw .hub-score-visual{min-height:auto;margin-top:32px}body.mvw .hub-score-photo{position:relative;transform:none;width:100%;top:auto;right:auto;max-height:400px;object-fit:cover;border-radius:8px}body.mvw .hub-score-ball,body.mvw .hub-score-spark{display:none}body.mvw .hub-score-legal{text-align:center}body.mvw .hub-product-tabs{flex-direction:row;flex-wrap:wrap;overflow-x:auto;-webkit-overflow-scrolling:touch}body.mvw .hub-product-tab{flex:1 1 auto;min-height:64px;min-width:0;border-radius:12px 12px 0 0}body.mvw .hub-product-tab-label{font-size:16px}body.mvw .hub-product-tab-sub{font-size:12px}body.mvw .hub-product-panel{grid-template-columns:1fr;padding:24px 20px;min-height:0}body.mvw .hub-pillars{grid-template-columns:1fr}body.mvw .hub-pillar-card{min-height:0}body.mvw .hub-yogurt-made,body.mvw .hub-inside-counts{padding-left:16px;padding-right:16px}body.mvw .hub-inside-counts{min-height:auto}body.mvw .hub-inside-content h2,body.mvw .hub-inside-kicker,body.mvw .hub-inside-lede{text-align:center}body.mvw .hub-inside-player{position:relative;right:auto;width:min(320px,80%);margin:32px auto 0;display:block}body.mvw .hub-nutrition-decor,body.mvw .hub-inside-decor-ribbon,body.mvw .hub-inside-decor-confetti-1,body.mvw .hub-inside-decor-confetti-2{display:none}body.mvw .hub-yogurt-panel{padding:40px 20px 28px}body.mvw .hub-yogurt-heading{font-size:36px}body.mvw .hub-products{padding:48px 16px;min-height:0}body.mvw .hub-products-decor-a,body.mvw .hub-products-decor-b,body.mvw .hub-products-decor-c{display:none}body.mvw .hub-score{padding:48px 16px}body.mvw .hub-score-decor{display:none}body.mvw .hub-youth{padding:48px 16px}body.mvw .hub-youth-visual img{max-width:100%;width:100%;margin:0 auto}body.mvw .hub-youth-decor{display:none}body.mvw .hub-youth h2,body.mvw .hub-youth-lede{text-align:center}body.mvw .hub-youth-cta{display:flex;justify-content:center}body.mvw .hub-nutrition-trigger{font-size:26px;padding:22px 0}body.mvw .hub-nutrition-accordion{width:100%}body.mvw .hub-nutrition-section h3{font-size:20px}body.mvw .hub-nutrition-section p{font-size:18px}body.mvw .hub-nutrition-benefit{flex-direction:column;gap:12px}body.mvw .hub-nutrition-benefit img{width:64px;height:60px}body.mvw .hub-nutrition-benefit strong,body.mvw .hub-nutrition-benefit p{font-size:18px}body.mvw .hub-nutrition-lineup-table{grid-template-columns:repeat(3,1fr)}body.mvw .hub-nutrition-lineup-table .col-header,body.mvw .hub-nutrition-lineup-table .col-value{font-size:13px;padding:12px 8px}body.mvw .hub-nutrition-lineup-table .col-image img{width:40px}body.mvw .hub-nutrition-cta{font-size:16px;padding:12px 24px}body.mvw .hub-nutrition-cup-item strong,body.mvw .hub-nutrition-cup-item p,body.mvw .hub-nutrition-benefits-intro{font-size:18px}body.mtb .hub-hero{padding:50px 28px 0;min-height:auto}body.mtb .hub-hero-player{position:relative;left:auto;top:auto;width:min(400px,60vw);height:auto;max-width:100%;object-fit:contain;object-position:center center;margin:0 auto;display:block;transform:none}body.mtb .hub-hero-lede{margin-top:40px;font-size:18px}body.mtb .hub-hero-ball,body.mtb .hub-hero-spark,body.mtb .hub-hero-product-lockup{display:none}body.mtb .hub-score{padding:56px 28px}body.mtb .hub-score-inner{grid-template-columns:1fr;gap:32px}body.mtb .hub-score-copy,body.mtb .hub-score h2{text-align:center}body.mtb .hub-score-lede,body.mtb .hub-score-legal{text-align:center;max-width:540px;margin-left:auto;margin-right:auto}body.mtb .hub-score-visual{min-height:auto}body.mtb .hub-score-photo{position:relative;width:100%;right:auto;top:auto;transform:none;max-height:500px;object-fit:cover;border-radius:8px}body.mtb .hub-score-ball{right:10%;bottom:4%;width:120px}body.mtb .hub-score-spark{display:none}body.mtb .hub-products{padding:56px 28px 64px;min-height:auto}body.mtb .hub-product-tabs{flex-wrap:wrap}body.mtb .hub-product-tab{min-height:72px;border-radius:14px 14px 0 0}body.mtb .hub-product-panel{padding:36px 28px;gap:32px;min-height:auto}body.mtb .hub-products-decor-a{width:min(400px,38vw);opacity:.6}body.mtb .hub-nutrition-decor{opacity:.3;width:min(600px,50vw)}body.mtb .hub-inside-decor-ribbon,body.mtb .hub-inside-decor-confetti-1,body.mtb .hub-inside-decor-confetti-2{display:none}body.mtb .hub-yogurt-made{padding:56px 28px 0}body.mtb .hub-yogurt-panel{padding:48px 40px 36px}body.mtb .hub-pillars{grid-template-columns:repeat(2,minmax(0,1fr))}body.mtb .hub-pillar-card{min-height:320px}body.mtb .hub-inside-counts{padding:60px 28px 80px;min-height:auto}body.mtb .hub-inside-player{width:min(280px,26vw);right:28px}body.mtb .hub-youth{padding:56px 28px}body.mtb .hub-youth-inner{gap:28px;grid-template-columns:minmax(0,1fr) minmax(0,1fr)}body.mtb .hub-youth-visual img{max-width:100%}.a11y-widget[data-astro-cid-7paelw4u]{position:fixed;left:max(18px,calc((100vw - 1728px)/2 + 18px));right:auto;bottom:18px;z-index:999;color:var(--ink);font-family:Chobani Sans}.a11y-widget__toggle[data-astro-cid-7paelw4u],.a11y-widget__panel[data-astro-cid-7paelw4u]{box-shadow:0 1px 2px #0000003d}.a11y-widget__toggle[data-astro-cid-7paelw4u]{display:inline-flex;align-items:center;gap:8px;width:48px;min-height:48px;border:0;border-radius:999px;background:#f5f5f5;color:var(--ink);overflow:hidden;padding:7px;font-size:14px;font-weight:400;white-space:nowrap;transition:width .22s cubic-bezier(.2,.7,.3,1),box-shadow .18s ease,transform .18s ease}.a11y-widget__toggle[data-astro-cid-7paelw4u]:hover,.a11y-widget__toggle[data-astro-cid-7paelw4u]:focus-visible,.a11y-widget__toggle[data-astro-cid-7paelw4u][aria-expanded=true]{width:190px}.a11y-widget__toggle[data-astro-cid-7paelw4u]:hover,.a11y-widget__toggle[data-astro-cid-7paelw4u][aria-expanded=true]{transform:translateY(-1px)}.a11y-widget__toggle[data-astro-cid-7paelw4u]:focus-visible,.a11y-widget__close[data-astro-cid-7paelw4u]:focus-visible,.a11y-widget__option[data-astro-cid-7paelw4u]:focus-visible,.a11y-widget__reset[data-astro-cid-7paelw4u]:focus-visible{outline:3px solid var(--blue);outline-offset:3px}.a11y-widget__icon[data-astro-cid-7paelw4u]{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:999px;color:#6c6c72}.a11y-widget__icon[data-astro-cid-7paelw4u] svg[data-astro-cid-7paelw4u]{width:100%;height:100%;display:block;overflow:visible}.a11y-widget__icon-ring[data-astro-cid-7paelw4u],.a11y-widget__icon-head[data-astro-cid-7paelw4u],.a11y-widget__icon-body[data-astro-cid-7paelw4u]{fill:none;stroke:currentColor;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round}.a11y-widget__icon-head[data-astro-cid-7paelw4u]{fill:currentColor;stroke:none}.a11y-widget__icon-badge[data-astro-cid-7paelw4u]{fill:currentColor;stroke:var(--cream);stroke-width:2.4}.a11y-widget__icon-x[data-astro-cid-7paelw4u]{fill:none;stroke:var(--cream);stroke-width:2.2;stroke-linecap:round}.a11y-widget__icon-check[data-astro-cid-7paelw4u]{display:none;fill:none;stroke:var(--cream);stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}.a11y-widget__toggle[data-astro-cid-7paelw4u][data-a11y-active=true] .a11y-widget__icon-badge[data-astro-cid-7paelw4u]{fill:#199653}.a11y-widget__toggle[data-astro-cid-7paelw4u][data-a11y-active=true] .a11y-widget__icon-x[data-astro-cid-7paelw4u]{display:none}.a11y-widget__toggle[data-astro-cid-7paelw4u][data-a11y-active=true] .a11y-widget__icon-check[data-astro-cid-7paelw4u]{display:block}.a11y-widget__label[data-astro-cid-7paelw4u]{display:inline-block;font-family:Chobani Sans;font-size:14px;font-weight:400;max-width:0;overflow:hidden;opacity:0;text-decoration:underline;text-underline-offset:.16em;transition:max-width .22s cubic-bezier(.2,.7,.3,1),opacity .14s ease 50ms}.a11y-widget__toggle[data-astro-cid-7paelw4u]:hover .a11y-widget__label[data-astro-cid-7paelw4u],.a11y-widget__toggle[data-astro-cid-7paelw4u]:focus-visible .a11y-widget__label[data-astro-cid-7paelw4u],.a11y-widget__toggle[data-astro-cid-7paelw4u][aria-expanded=true] .a11y-widget__label[data-astro-cid-7paelw4u]{max-width:140px;opacity:1}.a11y-widget__panel[data-astro-cid-7paelw4u]{position:absolute;left:0;right:auto;bottom:calc(100% + 12px);width:min(300px,calc(100vw - 36px));border:0;border-radius:18px;background:#f5f5f5;padding:18px}.a11y-widget__heading[data-astro-cid-7paelw4u]{display:flex;align-items:center;justify-content:space-between;gap:16px}.a11y-widget__heading[data-astro-cid-7paelw4u] h2[data-astro-cid-7paelw4u]{margin:0;font-family:var(--serif);font-size:28px;font-weight:600;line-height:1}.a11y-widget__close[data-astro-cid-7paelw4u]{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid currentColor;border-radius:999px;background:transparent;color:inherit;font-size:24px;line-height:1}.a11y-widget__description[data-astro-cid-7paelw4u]{margin:10px 0 16px;font-size:14px;line-height:1.4}.a11y-widget__options[data-astro-cid-7paelw4u]{display:grid;gap:10px}.a11y-widget__option[data-astro-cid-7paelw4u],.a11y-widget__reset[data-astro-cid-7paelw4u]{width:100%;border-radius:10px;font-size:14px;font-weight:700;text-align:left}.a11y-widget__option[data-astro-cid-7paelw4u]{border:1px solid rgba(27,58,50,.42);background:transparent;color:inherit;padding:12px 14px}.a11y-widget__option[data-astro-cid-7paelw4u][aria-pressed=true]{border-color:var(--ink);background:var(--ink);color:var(--cream)}.a11y-widget__option[data-astro-cid-7paelw4u][aria-pressed=true]:after{content:" On";float:right;font-family:var(--mono);font-size:11px;letter-spacing:.12em;text-transform:uppercase}.a11y-widget__reset[data-astro-cid-7paelw4u]{margin-top:14px;border:0;background:transparent;color:inherit;padding:8px 0 0;text-decoration:underline}html.a11y-underline-links a{text-decoration:underline!important;text-underline-offset:.18em}html.a11y-high-contrast{--cream: #ffffff;--cream-2: #ffffff;--green: #000000;--green-2: #000000;--ink: #000000;--blue: #004d99;--blue-deep: #003f7d;--red: #b00000;--Ripened-Red: #b00000;--Oasis-Blue: #004d99;--Morning-Blue: #003f7d}html.a11y-high-contrast body,html.a11y-high-contrast .section.cream{background:#fff;color:#000}html.a11y-high-contrast .section.dark,html.a11y-high-contrast .hero,html.a11y-high-contrast footer.foot{background:#000;color:#fff}html.a11y-high-contrast img:not([alt=""]){filter:contrast(1.15)}html.a11y-reduced-motion *,html.a11y-reduced-motion *:before,html.a11y-reduced-motion *:after{animation-duration:1ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:1ms!important}html.a11y-high-contrast .a11y-widget__toggle,html.a11y-high-contrast .a11y-widget__panel{border-color:#000;background:#fff;color:#000}@media(max-width:480px){.a11y-widget[data-astro-cid-7paelw4u]{left:12px;right:auto;bottom:12px}.a11y-widget__toggle[data-astro-cid-7paelw4u]:hover,.a11y-widget__toggle[data-astro-cid-7paelw4u]:focus-visible,.a11y-widget__toggle[data-astro-cid-7paelw4u][aria-expanded=true]{width:min(190px,calc(100vw - 24px))}}
