:root{--bg:#f9f4f4;--text:#1c1c1c;--muted:#1c1c1c;--lime:#c6ea2f;--lime-dark:#c6ea2f;--soft-grey:#e6e6e6;--mid-grey:#d7d7d7;--border-grey:#a8a8a8;--font-body:"Avenir","Avenir Next","Avenir 2","Helvetica Neue",Arial,sans-serif;--font-heading:"Avenir Next","Avenir","Avenir 2","Helvetica Neue",Arial,sans-serif;--font-script:"Avenir","Avenir Next","Avenir 2","Segoe Print","Bradley Hand",cursive}html,body{scroll-snap-type:y mandatory}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--font-body);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;margin:0}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.shell{width:min(920px,100% - 40px);margin:0 auto}.bbHome{scroll-snap-type:y mandatory;min-height:100vh;overflow-x:hidden}.bbHome>section{scroll-snap-align:start}.hero{text-align:center;scroll-snap-align:start;background:var(--bg);flex-direction:column;justify-content:center;align-items:center;min-height:100svh;padding:clamp(16px,3vw,40px);display:flex}.heroInner{color:#fff;background:#1c1c1c;border-radius:34px;flex-direction:column;width:100%;min-height:calc(100svh - clamp(32px,5vw,56px));padding:clamp(24px,3vw,40px);display:flex;position:relative;box-shadow:0 40px 80px #0000002e,inset 0 0 0 1px #ffffff0a}.heroTopBar{grid-template-columns:1fr auto 1fr;align-items:start;gap:24px;width:100%;margin-bottom:clamp(34px,7vh,30px);display:grid}.heroTopBarRight{justify-content:flex-end;justify-self:end;align-items:center;display:flex}.heroMobileMenu{display:none}.heroHamburger{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;z-index:2300;background:#ffffff0f;border:1px solid #ffffff24;border-radius:999px;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:52px;height:52px;transition:transform .22s,background .22s,border-color .22s;display:inline-flex;position:relative}.heroHamburger:hover{background:#ffffff1a;border-color:#ffffff3d;transform:translateY(-1px)scale(1.03)}.heroHamburgerLine{background:#fff;border-radius:999px;width:22px;height:2px;transition:transform .25s,opacity .25s}.heroHamburger.isOpen .heroHamburgerLine:first-child{transform:translateY(8px)rotate(45deg)}.heroHamburger.isOpen .heroHamburgerLine:nth-child(2){opacity:0}.heroHamburger.isOpen .heroHamburgerLine:nth-child(3){transform:translateY(-8px)rotate(-45deg)}.heroMobileOverlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);opacity:0;pointer-events:none;z-index:2200;background:#05050585;border:none;border-radius:34px;transition:opacity .28s;position:absolute;inset:0}.heroMobileOverlay.isOpen{opacity:1;pointer-events:auto}.heroMobilePanel{opacity:0;pointer-events:none;z-index:2400;background:#141414fa;border:1px solid #ffffff14;border-radius:22px;width:min(320px,100vw - 56px);padding:18px;transition:opacity .28s,transform .28s;position:absolute;top:76px;right:0;transform:translateY(-10px)scale(.96);box-shadow:0 24px 60px #00000042}.heroMobilePanel.isOpen{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.heroMobileNav{flex-direction:column;gap:8px;display:flex}.heroMobileNavLink{color:#ffffffeb;font-family:var(--font-heading);opacity:0;background:#ffffff08;border-radius:14px;padding:14px 12px;font-size:1.05rem;font-weight:700;line-height:1.2;transition:opacity .28s,transform .28s,background .22s,color .22s;transform:translateY(8px)}.heroMobilePanel.isOpen .heroMobileNavLink{opacity:1;transform:translateY(0)}.heroMobileNavLink:hover{color:#fff;background:#c6ea2f1f}.heroLogoWrap{justify-content:center;align-items:center;margin:0;display:flex}.heroMain{text-align:center;flex-direction:column;align-items:center;width:min(920px,100%);margin:0 auto;display:flex}.heroNav{flex-wrap:wrap;align-items:center;gap:clamp(18px,2vw,42px);display:flex}.heroNavLeft{justify-content:flex-start;justify-self:start}.heroNavRight{justify-content:flex-end;justify-self:end}.heroNavLink{color:#ffffffeb;font-family:var(--font-heading);padding-bottom:8px;font-size:clamp(1rem,1.1vw,1.15rem);font-weight:700;line-height:1.1;text-decoration:none;transition:color .25s,transform .25s;display:inline-block;position:relative}.heroNavLink:before{content:"";background:#ffffffad;height:2px;position:absolute;bottom:0;left:0;right:0}.heroNavLink:after{content:"";background:var(--lime);transform-origin:0;height:2px;transition:transform .28s;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.heroNavLink:hover{color:#fff;transform:translateY(-2px)}.heroNavLink:hover:after,.heroNavLink:focus-visible:after{transform:scaleX(1)}.heroInner .heroText{color:var(--bg)}.topLogo{justify-content:center;align-items:center;margin-bottom:90px;display:inline-flex}.heroGraphicWrap{justify-content:center;margin-bottom:26px;display:flex}.heroGraphic{object-fit:contain;width:min(100%,520px);height:auto}.heroText{max-width:620px;color:var(--muted);font-size:1.1rem;line-height:1.45}.heroButtons{flex-wrap:wrap;justify-content:center;gap:38px;margin-top:70px;margin-bottom:30px;display:flex}.actionButton{isolation:isolate;cursor:pointer;background:var(--lime);color:#1e1818;min-width:240px;min-height:80px;font-family:var(--font-heading);letter-spacing:.05em;clip-path:polygon(2% 10%,100% 4%,99% 95%,0 100%,0 15%);border:0;justify-content:center;align-items:center;padding:0 30px;font-size:1.32rem;font-weight:820;transition:transform .24s,box-shadow .24s,filter .24s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 12px 28px #c6ea2f38}.actionButton:before{content:"";opacity:0;pointer-events:none;z-index:0;background:linear-gradient(90deg,#0000 0%,#ffffff85 50%,#0000 100%);width:42%;height:140%;position:absolute;top:-20%;left:-65%;transform:skew(-22deg)translate(0)}.actionButton:hover{filter:brightness(1.01);transform:translateY(-2px)scale(1.02);box-shadow:0 18px 34px #c6ea2f4d}.actionButton:hover:before{animation:.85s forwards actionButtonSweep}.actionButton:active{transform:translateY(0)scale(.98)}.actionButton:focus-visible{outline:none;box-shadow:0 0 0 4px #c6ea2f38,0 16px 32px #c6ea2f47}@keyframes actionButtonSweep{0%{opacity:0;transform:skew(-22deg)translate(0)}12%{opacity:1}to{opacity:0;transform:skew(-22deg)translate(420%)}}.accentDivider{background:var(--lime);border-radius:999px;width:620px;height:4px}.carouselSection{scroll-snap-align:start;scroll-snap-stop:always;justify-content:center;align-items:center;width:100%;min-height:100vh;display:flex;position:relative;overflow:hidden}.carouselFullscreen{perspective:1400px;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.carouselWidget{justify-content:center;align-items:center;width:100%;max-width:1200px;min-height:100vh;margin:0 auto;padding:32px 20px;display:flex}.carouselContent{flex-direction:column;justify-content:center;align-items:center;gap:28px;width:100%;display:flex}.carouselStage{width:100%;height:clamp(320px,58vh,760px);min-height:320px;max-height:760px;transform-style:preserve-3d;will-change:transform;touch-action:pan-y;-webkit-user-select:none;user-select:none;position:relative}.carouselSlide{backface-visibility:hidden;transform-origin:50%;will-change:transform,opacity,filter;background:#efefef;border-radius:34px;transition:transform .9s cubic-bezier(.16,1,.3,1),opacity .9s,filter .9s,box-shadow .9s;position:absolute;top:50%;left:50%;overflow:hidden}.carouselImage{object-fit:cover;width:100%;height:100%;transition:transform 1.4s cubic-bezier(.16,1,.3,1);transform:scale(1.08)}.carouselSlide.isCenter{opacity:1;z-index:5;border:1.5px solid var(--border-grey);filter:blur();width:min(75vw,1100px);height:clamp(320px,58vh,760px);transform:translate3d(-50%,-50%,120px)scale(1);box-shadow:0 20px 50px #0000002e}.carouselSlide.isCenter .carouselImage{transform:scale(1.02)}.carouselSlide.isLeft,.carouselSlide.isRight{opacity:.45;z-index:3;filter:blur(.4px);width:min(75vw,1100px);height:clamp(320px,58vh,760px)}.carouselSlide.isLeft{transform:translate(calc(-50% - 42vw),-50%)scale(.85)translateZ(0)}.carouselSlide.isRight{transform:translate(calc(42vw - 50%),-50%)scale(.85)translateZ(0)}.carouselSlide.isFarLeft,.carouselSlide.isFarRight{opacity:0;z-index:1;filter:blur(2px);pointer-events:none;width:min(75vw,1100px);height:clamp(320px,58vh,760px)}.carouselSlide.isFarLeft{transform:translate(calc(-50% - 65vw),-50%)scale(.75)translateZ(-120px)}.carouselSlide.isFarRight{transform:translate(calc(65vw - 50%),-50%)scale(.75)translateZ(-120px)}.carouselSlide.isHidden{opacity:0;pointer-events:none;transform:translate(-50%,-50%)scale(.75)translateZ(-200px)}.carouselControls{z-index:20;justify-content:center;align-items:center;gap:22px;display:flex;position:relative}.carouselArrow{border:1.5px solid var(--border-grey,#ddd);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);cursor:pointer;background:#ffffffe6;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .22s;display:flex}.carouselArrow:hover{background:#fff;transform:scale(1.08)}.carouselArrow:active{transform:scale(.95)}.carouselArrowIcon{color:#333;width:18px;height:18px}.dots{justify-content:center;gap:10px;margin-top:0;display:flex}.dot{cursor:pointer;opacity:.7;background:#8f8f8f;border:0;border-radius:999px;width:10px;height:10px;transition:all .24s}.dot:hover{opacity:1;transform:scale(1.2)}.dot.active{opacity:1;background:#5b5b5b;width:28px}.carouselSection.isActive .carouselSlide.isCenter .carouselImage{animation:8s ease-in-out infinite alternate slowZoom}.missionContent{width:100%;max-width:1100px;margin:0 auto;position:relative}.characterWrap{pointer-events:none;z-index:1;width:300px!important;max-width:none!important;margin:0!important;position:absolute!important;top:-220px!important;left:46.5%!important;right:auto!important;transform:translate(230px)!important}.missionHeaderContainer{position:relative;overflow:visible}.missionCharacter{object-fit:contain;width:100%;height:auto}.steppedList{z-index:2;max-width:760px;margin:0;position:relative}.solutionTopGraphic{justify-content:center;width:100%;margin-bottom:0;display:flex}.solutionSection{padding-top:100px;padding-bottom:120px}@media (max-width:1100px){.characterWrap{opacity:.8;width:350px;right:20px}}@media (max-width:999px){.heroNavLeft,.heroNavRight{display:none}.heroTopBar{grid-template-columns:1fr;justify-items:center;margin-bottom:28px}.heroTopBarRight{display:none}.heroMobileMenu{z-index:2300;display:block;position:absolute;top:18px;right:18px}.characterWrap{width:300px!important;max-width:none!important;margin:0!important;position:absolute!important;top:-220px!important;left:50%!important;right:auto!important;transform:translate(230px)!important}.conceptHeader .conceptNav.conceptNavLeft,.conceptHeader .conceptNav.conceptNavRight{display:none!important}.conceptHeader{justify-items:center;margin-bottom:34px;grid-template-columns:1fr!important}.conceptHeaderRight{width:100%;display:block}.conceptHeader .heroMobileMenu{z-index:2300;position:absolute;top:0;right:0;display:block!important}.conceptHeader .heroMobileOverlay{border-radius:0;position:fixed;inset:0}.conceptHeader .heroMobilePanel{border-radius:20px;width:min(300px,100vw - 32px);max-width:300px;padding:16px;display:block;position:absolute;inset:62px 0 auto auto}}@media (max-width:900px){.heroTopBar{grid-template-columns:1fr;justify-items:center;gap:22px;margin-bottom:36px}.heroNav{justify-content:center;gap:18px 24px}.heroNavLeft,.heroNavRight{justify-self:center}.heroMain{width:100%}.characterWrap{pointer-events:none;z-index:99;opacity:.8;width:clamp(300px,35vw,500px);max-width:300px;margin-right:calc(-50vw + 50%);position:absolute;top:-200px;right:0}}@keyframes slowZoom{0%{transform:scale(1.02)}to{transform:scale(1.12)}}@media (prefers-reduced-motion:reduce){.carouselSlide,.carouselImage{transition:none!important;animation:none!important}}section{scroll-margin-top:0}#mission.listSection.shell{padding-right:12px}.listSection{flex-direction:column;justify-content:center;width:100%;min-height:100vh;margin-top:0;padding:30px 0;display:flex}.solutionSection{margin-top:10vh;padding-bottom:150px}.sectionGraphicWrap{justify-content:center;width:100%;margin-bottom:78px;display:flex}.sectionGraphic{object-fit:contain;width:min(100%,380px);height:auto}.steppedList{flex-direction:column;gap:42px;max-width:760px;margin:0 auto;display:flex}.steppedItem{grid-template-columns:80px 1fr;align-items:start;gap:24px;display:grid}.steppedItem1{margin-left:0}.steppedItem2{margin-left:54px}.steppedItem3{margin-left:108px}.steppedNumber{color:var(--lime);font-family:var(--font-heading);text-align:right;font-size:4.2rem;font-weight:900;line-height:.85}.steppedText{max-width:500px;color:var(--muted);margin:0;font-size:1.2rem;line-height:1.35}.bottomAccentBar{background:var(--lime);width:100%;height:96px}.reveal{opacity:0;will-change:opacity,transform;transition:opacity .9s,transform .9s;transform:translateY(35px)}.revealVisible{opacity:1;transform:translateY(0)}.reveal.revealRight{transform:translate(80px)}.revealVisible.revealRight{transform:translate(0)}.signupOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:0;pointer-events:none;z-index:3000;background:#080808c2;transition:opacity .32s;position:fixed;inset:0}.signupOverlay.isOpen{opacity:1;pointer-events:auto}.signupPanel{opacity:0;pointer-events:none;z-index:3100;background:linear-gradient(#fcfbfb 0%,#f4efef 100%);border:1px solid #1c1c1c14;border-radius:28px;width:min(1080px,100% - 48px);max-height:92vh;transition:transform .52s cubic-bezier(.22,1,.36,1),opacity .26s;position:fixed;top:50%;left:50%;overflow:hidden auto;transform:translate(-50%,-46%)scale(.98);box-shadow:0 30px 90px #00000057,inset 0 1px #ffffff80}.signupPanel.isOpen{opacity:1;pointer-events:auto;transform:translate(-50%,-50%)scale(1)}.signupClose{width:42px;height:42px;color:var(--text);cursor:pointer;z-index:3200;background:#fffffff0;border:0;border-radius:999px;font-size:1.7rem;line-height:1;transition:transform .2s,background .2s;position:absolute;top:14px;right:14px;box-shadow:0 10px 24px #0000001f}.signupClose:hover{background:#fff;transform:scale(1.06)}.signupShell{width:100%;padding:42px clamp(22px,4vw,56px) 38px}.signupBrand{justify-content:center;margin-bottom:18px;display:flex}.signupBrandLogo{object-fit:contain;width:auto;height:52px}.signupTitle{text-align:center;font-family:var(--font-heading);color:var(--text);margin:0;font-size:clamp(2rem,3.8vw,2.5rem);font-weight:800;line-height:1.02}.signupIntro{text-align:center;color:#1c1c1cb8;max-width:640px;margin:14px auto 0;font-size:1rem;line-height:1.55}.signupForm{width:100%;margin-top:34px}.signupGrid{grid-template-columns:1fr;gap:20px;width:100%;max-width:520px;margin:0 auto;display:grid}.signupField{flex-direction:column;gap:8px;width:100%;display:flex}.signupFieldFull{grid-column:auto}.signupField label{font-family:var(--font-body);letter-spacing:.02em;color:var(--text);font-size:.92rem;font-weight:800}.signupField input{width:100%;height:50px;color:var(--text);background:#ffffffd6;border:1px solid #1c1c1c14;border-radius:14px;padding:0 14px;font-size:.98rem;transition:border-color .2s,box-shadow .2s,transform .2s,background .2s}.signupField input::placeholder{color:#1c1c1c66}.signupField input:focus{background:#fff;border-color:#c6ea2fe6;outline:none;transform:translateY(-1px);box-shadow:0 0 0 4px #c6ea2f2e}.signupActions{justify-content:center;margin-top:38px;display:flex}.signupSubmit{cursor:pointer;background:var(--lime);color:#1e1818;min-width:220px;min-height:50px;font-family:var(--font-heading);letter-spacing:.05em;clip-path:polygon(2% 10%,100% 4%,99% 95%,0 100%,0 15%);border:0;justify-content:center;align-items:center;padding:0 30px;font-size:.95rem;font-weight:900;transition:transform .24s,box-shadow .24s,filter .24s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 12px 28px #c6ea2f38}.signupSubmit:before{content:"";background:linear-gradient(90deg,#0000,#ffffff73,#0000);width:60%;height:100%;position:absolute;top:0;left:-120%;transform:skew(-22deg)}.signupSubmit:hover{filter:brightness(1.01);transform:translateY(-2px)scale(1.02);box-shadow:0 18px 34px #c6ea2f4d}.signupSubmit:hover:before{animation:.9s signupButtonSweep}.signupSubmit:active{transform:translateY(0)scale(.98)}.signupSubmit:focus-visible{outline:none;box-shadow:0 0 0 4px #c6ea2f38,0 16px 32px #c6ea2f47}.signupSubmit:disabled{opacity:.78;cursor:wait;box-shadow:none;transform:none}.signupSubmit:disabled:before{animation:none}.signupMessage{text-align:center;max-width:720px;margin:20px auto 0;font-size:1rem;line-height:1.5}.signupMessage.success{color:#1f5f22}.signupMessage.error{color:#8b1e1e}@keyframes signupButtonSweep{0%{left:-120%}to{left:140%}}.conceptPage{background:var(--bg);min-height:100vh;color:var(--text)}.conceptSection{max-width:900px;padding:38px 0 80px}.conceptHeader{grid-template-columns:1fr auto 1fr;align-items:start;gap:24px;margin-bottom:42px;display:grid;position:relative}.conceptHeaderRight{justify-content:flex-end;justify-self:end;align-items:flex-start;display:flex}.conceptNav{flex-wrap:wrap;align-items:center;gap:28px;display:flex}.conceptNavLeft{justify-content:flex-start;justify-self:start}.conceptNavRight{justify-content:flex-end;justify-self:end}.conceptNavLink{color:var(--text);font-family:var(--font-heading);padding-bottom:8px;font-size:clamp(1rem,1.1vw,1.15rem);font-weight:700;line-height:1.1;text-decoration:none;transition:color .25s,transform .25s;display:inline-block;position:relative}.conceptNavLink:before{content:"";background:#1c1c1c47;height:2px;position:absolute;bottom:0;left:0;right:0}.conceptNavLink:after{content:"";background:var(--lime);transform-origin:0;height:2px;transition:transform .28s;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.conceptNavLink:hover{transform:translateY(-2px)}.conceptNavLink:hover:after,.conceptNavLink:focus-visible:after{transform:scaleX(1)}.conceptLogoWrap{justify-content:center;margin-bottom:10px;display:flex}.conceptLogo{object-fit:contain;width:auto;height:92px}.conceptHeadingWrap{margin-bottom:28px}.conceptHeading{background:var(--lime);color:#111;font-family:var(--font-heading);letter-spacing:.02em;margin:0;padding:8px 14px 10px;font-size:clamp(2rem,4vw,3.1rem);font-weight:900;line-height:.95;display:inline-block}.conceptContent{max-width:760px}.conceptContent p{color:var(--text);margin:0 0 22px;font-size:1.06rem;line-height:1.55}.conceptInlineLink{color:#163c6d;text-underline-offset:2px;text-decoration:underline}.conceptButtons{flex-wrap:wrap;gap:28px;margin-top:44px;display:flex}.conceptButtons .actionButton{text-align:center;min-width:300px;min-height:68px}.conceptHeader .heroMobileMenu{display:none}@media (max-width:768px){.hero{justify-content:flex-start;align-items:flex-start;min-height:100svh;padding:16px 12px 24px}.heroInner{min-height:calc(100svh - 24px);padding:32px 18px 28px}.heroTopBar{min-height:0;margin:0 0 38px;display:block}.topLogo{margin-bottom:1px}.topLogoImage{width:auto;height:108px}.heroTopBar>.reveal:first-child,.heroTopBar>.reveal:last-child{display:none}.heroLogoWrap,.topLogoWrap,.topLogo{justify-content:center;align-items:center;margin:0;display:flex}.heroNavLink{padding-bottom:6px;font-size:.95rem}.heroButtons{gap:16px;margin-top:2px;margin-bottom:18px}.heroMobileMenu{top:10px;right:10px}.heroHamburger{width:55px;height:55px}.heroHamburgerLine{width:20px}.heroMobilePanel{border-radius:18px;width:min(280px,100vw - 52px);padding:14px;top:64px;right:0}.heroMobileNavLink{padding:12px 10px;font-size:.98rem}.heroGraphicWrap{justify-content:center;margin-bottom:26px;display:flex}.heroGraphic{object-fit:contain;width:80%;max-width:520px;height:auto}.missionContent{flex-direction:column;display:flex}.characterWrap{order:2;width:100%;max-width:320px;min-height:10px;margin-top:-18px;margin-left:-200px;position:relative;top:0;right:0;transform:translate(0);margin-right:calc(-50vw + 50%)!important}.steppedList{margin:0 auto}.actionButton{min-width:100%}.accentDivider{width:220px}.carouselWidget{grid-template-columns:44px minmax(0,1fr) 44px;gap:10px;width:100%;height:100%;display:flex}.carouselControls{z-index:20;justify-content:center;align-items:center;gap:32px;margin-top:42px;display:flex;position:relative}.carouselStage{max-width:100%;height:100%}.carouselSlide.isCenter{width:85vw;height:55vh}.carouselSlide.isLeft{width:85vw;height:55vh;transform:translate(calc(-50% - 65vw),-50%)scale(.9)}.carouselSlide.isRight{width:85vw;height:55vh;transform:translate(calc(65vw - 50%),-50%)scale(.9)}.carouselSlide.isFarLeft{width:85vw;height:55vh;transform:translate(calc(-50% - 90vw),-50%)scale(.8)}.carouselSlide.isFarRight{width:85vw;height:55vh;transform:translate(calc(90vw - 50%),-50%)scale(.8)}.carouselArrow{width:40px;height:40px}.carouselArrowIcon{width:18px;height:18px}.sectionGraphicWrap{width:min(100%,380px);margin-left:5px;margin-right:5px;padding-bottom:0}.sectionGraphic{width:min(100%,300px);margin-left:5px;margin-right:5px;padding-bottom:0}.steppedItem{grid-template-columns:60px 1fr;gap:18px;margin-left:0}.steppedItem1,.steppedItem2,.steppedItem3{margin-left:0}.steppedNumber{font-size:3.2rem}.steppedText{max-width:100%;font-size:1rem}.steppedList{gap:32px;width:100%;margin:0 auto}.steppedItem1,.steppedItem2,.steppedItem3{grid-template-columns:60px 1fr;margin-left:0}.signupOverlay{background:#080808d6}.signupPanel{border-radius:14px;width:calc(100% - 12px);max-height:96vh;transform:translate(-50%,-46%)scale(.99)}.signupPanel.isOpen{transform:translate(-50%,-50%)scale(1)}.signupBrandLogo{height:42px}.signupShell{padding:34px 18px 20px}.signupClose{width:36px;height:36px;font-size:1.4rem;top:8px;right:8px}.signupTitle{font-size:clamp(1.45rem,6vw,2rem);line-height:1.05}.signupForm{margin-top:18px}.signupIntro{font-size:.92rem;line-height:1.45}.signupField input{border-radius:12px;height:42px}.signupSubmit{min-width:160px;min-height:42px;font-size:.88rem}.signupGrid{grid-template-columns:1fr;gap:14px}.signupFieldFull{grid-column:auto}.signupField{gap:6px}.signupField label{font-size:.78rem}.signupField input{height:32px;padding:0 10px;font-size:.9rem}.signupActions{margin-top:24px}.signupSubmit{width:160px;min-width:160px;min-height:38px;font-size:.9rem}.missionHeaderContainer{flex-direction:column;align-items:center;display:flex}.missionCharacter{object-position:right bottom;width:100%;height:auto;display:block}.listSection{min-height:auto}.conceptSection{padding:24px 0 56px}.conceptLogo{height:74px}.conceptHeadingWrap{margin-bottom:20px}.conceptContent p{margin-bottom:18px;font-size:.98rem;line-height:1.5}.conceptButtons{gap:18px;margin-top:34px}.conceptButtons .actionButton{width:100%;min-width:0;min-height:62px}.conceptHeader .heroMobileMenu{top:0;right:0}.conceptHeader .heroMobilePanel{width:min(280px,100vw - 24px)}@media (min-width:390px) and (max-width:768px){.heroInner{min-height:calc(100svh - 34px);padding:34px 18px 22px}.heroTopBar{margin-bottom:20px}.heroMain{flex-direction:column;flex:1;align-items:center;width:100%;display:flex}.heroMain>.reveal{justify-content:center;width:100%;display:flex}.heroMain>.reveal:nth-child(2){margin-bottom:auto}.heroGraphicWrap{margin-top:100px;margin-bottom:40px}.heroText{max-width:360px;margin:0 auto}.heroButtons{gap:24px;margin-top:0;margin-bottom:36px}.accentDivider{margin:0 auto}}.conceptHeader .heroHamburger{background:#1c1c1cf0;border:1px solid #1c1c1ce6;box-shadow:0 12px 28px #00000029}.conceptHeader .heroHamburger:hover{background:#111;border-color:#111}.conceptHeader .heroHamburgerLine{background:#fff}}
