@font-face{font-family:DIN;src:url('assets/fonts/din-regular.woff') format('woff');font-style:normal;font-weight:400;font-display:swap}
@font-face{font-family:DIN;src:url('assets/fonts/din-demi.woff') format('woff');font-style:normal;font-weight:600 900;font-display:swap}
@font-face{font-family:'DIN Condensed';src:url('assets/fonts/din-condensed-bold.woff') format('woff');font-style:normal;font-weight:700;font-display:swap}
:root{--ink:#17202f;--blue:#0142fd;--lime:#caf67b;--paper:#f3f3eb;--white:#fff;--muted:#b5bdc8;--line:rgba(255,255,255,.22);--gutter:clamp(24px,4.5vw,80px);--display:'DIN Condensed','Arial Narrow',sans-serif;--ease:cubic-bezier(.22,1,.36,1)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:104px}body{margin:0;background:var(--ink);color:var(--white);font-family:DIN,Arial,sans-serif;font-size:18px;line-height:1.5;-webkit-font-smoothing:antialiased}body,main{min-width:320px}::selection{background:var(--lime);color:var(--ink)}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button,a,input,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer}img{max-width:100%;display:block}h1,h2,h3,p{margin:0}h1,h2{font-family:var(--display);font-weight:700;text-transform:uppercase;letter-spacing:-.025em;line-height:.96}h2{font-size:clamp(58px,6.7vw,106px)}a,button,summary,input,select{touch-action:manipulation}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid var(--lime);outline-offset:6px}.section-light a:focus-visible,.interest :focus-visible{outline-color:var(--blue)}input:focus-visible,select:focus-visible{outline:2px solid var(--blue);outline-offset:4px}.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;top:12px;left:20px;z-index:100;background:var(--lime);color:var(--ink);padding:12px 20px;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}.blue{color:var(--blue)}.eyebrow,.section-label{font-size:12px;line-height:1.3;font-weight:600;letter-spacing:.1em}.section-pad{padding:70px var(--gutter) 96px}.section-label{display:flex;justify-content:space-between;gap:24px;padding-bottom:30px;border-bottom:1px solid currentColor;margin-bottom:62px}.section-label span:last-child{opacity:.7}.section-light{background:var(--paper);color:var(--ink)}
.header{height:112px;display:flex;align-items:center;padding:20px var(--gutter);gap:32px;background:var(--ink);position:relative;z-index:20;border-bottom:1px solid var(--line)}.brand{width:121px;flex-shrink:0}.brand img{width:100%;height:auto}.header-edition{font-size:10px;letter-spacing:.1em;line-height:1.6;color:var(--muted);border-left:1px solid var(--line);padding-left:27px}.header nav{display:flex;align-items:center;gap:34px;margin-left:auto;font-size:14px}.header nav>a{position:relative}.header nav>a:not(.nav-cta):after{content:'';position:absolute;left:0;right:0;bottom:-6px;height:1px;background:var(--lime);transform:scaleX(0);transform-origin:left;transition:transform .3s}.header nav>a:hover:after{transform:scaleX(1)}.nav-cta{display:flex;align-items:center;gap:30px;border:1px solid var(--lime);padding:12px 20px;color:var(--lime);transition:background .25s,color .25s}.nav-cta:hover{background:var(--lime);color:var(--ink)}.nav-cta span{font-size:22px;line-height:1}.menu-toggle{display:none}
.hero{min-height:760px;height:calc(100svh - 112px);max-height:1000px;position:relative;isolation:isolate;overflow:hidden}.hero-art{position:absolute;inset:0 0 0 33%;z-index:-3}.hero-art picture,.hero-art img{width:100%;height:100%;display:block}.hero-art img{object-fit:cover;object-position:55% 50%;animation:art-enter 1.8s var(--ease) both}.hero-art:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,var(--ink) 0%,rgba(23,32,47,.58) 22%,rgba(23,32,47,0) 55%),linear-gradient(0deg,rgba(23,32,47,.85),transparent 38%)}.hero-grid{position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,transparent calc(33% - 1px),rgba(255,255,255,.06) 33%,transparent calc(33% + 1px)),linear-gradient(90deg,transparent calc(66% - 1px),rgba(255,255,255,.06) 66%,transparent calc(66% + 1px));pointer-events:none}.hero-content{padding:52px var(--gutter) 115px;position:relative;max-width:900px}.hero-eyebrow{display:flex;align-items:center;gap:10px;margin-bottom:32px}.status-dot{width:6px;height:6px;flex:none;background:var(--lime);border-radius:50%;box-shadow:0 0 0 4px rgba(202,246,123,.1)}h1{font-size:clamp(65px,6.95vw,108px);text-shadow:0 2px 40px rgba(23,32,47,.1);animation:title-enter 1s var(--ease) both}h1 span{color:var(--lime)}.hero-description{max-width:435px;font-size:17px;line-height:1.5;margin-top:28px;color:#e3e6eb;animation:title-enter 1.2s var(--ease) both}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:40px;min-height:58px;padding:15px 24px;font-size:15px;font-weight:600;border:1px solid transparent;transition:background .25s,color .25s,box-shadow .25s}.button>span:last-child{font-size:26px;line-height:1;transition:transform .3s var(--ease)}.button:hover>span:last-child{transform:translate(3px,-3px)}.button-lime{background:var(--lime);color:var(--ink)}.button-lime:hover{background:white;box-shadow:6px 6px 0 rgba(202,246,123,.2)}.hero .button{margin-top:28px;min-width:254px}.hero-note{font-size:12px;color:var(--muted);margin-top:12px}.date-stamp{position:absolute;bottom:130px;right:var(--gutter);width:255px;background:var(--lime);color:var(--ink);padding:21px 25px 25px;transform:rotate(-4deg);box-shadow:10px 12px 0 rgba(12,34,71,.18)}.date-stamp>span{display:block;font-size:12px;font-weight:600;letter-spacing:.09em}.date-stamp strong{font-family:var(--display);font-size:77px;line-height:1.12;letter-spacing:-.06em;display:block}.date-stamp svg{position:absolute;width:32px;height:32px;right:20px;top:18px}.hero-bottom{position:absolute;bottom:0;left:var(--gutter);right:var(--gutter);height:66px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;font-size:10px;letter-spacing:.09em}.hero-bottom a{font-size:12px;letter-spacing:.02em;display:flex;align-items:center;gap:45px}.hero-bottom a span{font-size:23px}.hero-coordinates{color:var(--muted)}
.intro-heading{display:grid;grid-template-columns:1.3fr 1fr;gap:80px;align-items:end}.intro-copy{max-width:400px;justify-self:end}.intro-copy p{font-size:19px;line-height:1.55}.cross-mark{font-size:56px;line-height:1;color:var(--blue);display:block;margin-bottom:18px}.pillars{display:grid;grid-template-columns:repeat(3,1fr);margin-top:70px;border-top:1px solid #bec2be}.pillar{padding:30px 35px 0;position:relative;border-right:1px solid #bec2be}.pillar:first-child{padding-left:0}.pillar:last-child{border-right:0;padding-right:0}.pillar-number{font-size:12px;color:#646a6a}.pillar h3{font-size:26px;font-weight:600;line-height:1.2;margin:23px 0 12px}.pillar p{max-width:270px;font-size:17px;color:#535b62}.pillar-icon{height:62px;color:var(--blue);position:relative;margin-top:22px;width:82px}.icon-scenario{display:flex;align-items:flex-end;gap:7px}.icon-scenario i{width:16px;background:var(--blue);height:25px}.icon-scenario i:nth-child(2){height:42px}.icon-scenario i:nth-child(3){height:61px}.icon-path i{position:absolute;width:38px;height:38px;border:2px solid var(--blue);border-radius:50%;top:12px}.icon-path i:nth-child(2){left:20px}.icon-path i:nth-child(3){left:40px}.icon-action{font:84px/60px DIN}
.people{background:var(--blue);overflow:hidden}.people .section-label{border-color:rgba(255,255,255,.35)}.people-layout{display:grid;grid-template-columns:1fr 1fr;gap:12%}.people-copy h2{font-size:clamp(66px,7vw,108px)}.people-copy h2 span{color:var(--lime)}.people-copy p{margin-top:28px;max-width:420px;color:#edf1ff;font-size:18px}.people-copy p+p{margin-top:18px}.text-link{border-bottom:1px solid var(--lime);padding:0 0 12px;margin-top:35px;display:inline-flex;align-items:center;gap:50px;font-size:16px;color:var(--lime)}.text-link span{font-size:27px;transition:transform .3s}.text-link:hover span{transform:translate(4px,-4px)}.people-graphic{position:relative;padding-top:0}.fifty{font-family:var(--display);font-size:clamp(180px,24vw,370px);line-height:.85;letter-spacing:-.04em;color:var(--lime);display:flex;align-items:flex-start;justify-content:space-between}.fifty-star{font-size:100px;line-height:1;letter-spacing:0;padding-top:20px}.people-grid{display:grid;grid-template-columns:repeat(10,1fr);gap:12px;margin:32px 0 28px;max-width:450px}.people-grid i{aspect-ratio:1;border:1px solid rgba(202,246,123,.6);border-radius:50%;transition:background .3s,transform .4s;transition-delay:calc(var(--i)*2ms)}.people-grid i:nth-child(4n+1){background:var(--lime);border-color:var(--lime)}.people-graphic:hover .people-grid i:nth-child(3n){background:var(--lime);transform:scale(.8)}.people-graphic p{font-size:21px;line-height:1.45}.graphic-caption{display:block;font-size:9px;letter-spacing:.08em;opacity:.7;border-top:1px solid rgba(255,255,255,.3);padding-top:22px;margin-top:28px}
.journey{background:var(--ink)}.journey .section-label{border-color:var(--line)}.journey-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:35px;margin-bottom:62px}.journey-heading h2{font-size:clamp(54px,6.3vw,96px)}.journey-heading h2 span{color:var(--lime)}.journey-heading>p{font-size:16px;color:var(--muted);flex-shrink:0;padding-bottom:4px}.day{border-top:1px solid var(--line)}.day:last-child{border-bottom:1px solid var(--line)}.day summary{list-style:none;display:grid;grid-template-columns:170px 1fr 80px 45px;align-items:center;gap:18px;padding:25px 0;cursor:pointer;transition:color .25s}.day summary::-webkit-details-marker{display:none}.day summary:hover,.day[open] summary{color:var(--lime)}.day-date{font-family:var(--display);font-size:48px;line-height:1}.day-date small{font-family:DIN;font-size:12px;letter-spacing:.05em;vertical-align:middle;margin-left:12px}.day-title{font-family:var(--display);font-size:clamp(40px,4.4vw,66px);line-height:1;text-transform:uppercase;letter-spacing:-.01em}.day-index{font-size:10px;letter-spacing:.09em;color:var(--muted)}.day-toggle{position:relative;width:42px;height:42px;border:1px solid #717986;border-radius:50%;transition:transform .3s}.day-toggle:before,.day-toggle:after{content:'';position:absolute;width:14px;height:1px;top:50%;left:13px;background:currentColor}.day-toggle:after{transform:rotate(90deg);transition:transform .3s}.day[open] .day-toggle:after{transform:rotate(0)}.day[open] .day-toggle{background:var(--lime);color:var(--ink);border-color:var(--lime)}.day-content{position:relative;min-height:140px;margin-left:188px;padding:0 170px 36px 0;animation:content-enter .35s var(--ease)}.day-kicker{font-size:10px;letter-spacing:.09em;color:var(--muted)}.day-content p{font-size:23px;max-width:540px;margin-top:16px;line-height:1.4}.day-symbol{position:absolute;right:6%;top:-10px;font:100px/1 DIN;color:var(--lime);width:110px;height:90px}.connect-symbol i{width:67px;height:67px;border:2px solid var(--lime);border-radius:50%;position:absolute;left:0;top:10px}.connect-symbol i+i{left:39px}.schedule-note{font-size:13px;color:var(--muted);margin-top:24px}.schedule-note>span{color:var(--lime);margin-right:12px;font-size:20px}
.legacy-heading{display:flex;justify-content:space-between;align-items:end;gap:28px;margin-bottom:55px}.legacy-heading>p{font-size:17px;color:#535b62}.tools-layout{display:grid;grid-template-columns:1fr 1.05fr;gap:8%;align-items:center}.editorial-art{position:relative;background:#e1e3da;height:440px;display:grid;place-items:center;overflow:hidden;isolation:isolate}.art-orbit{position:absolute;width:450px;height:450px;border:1px solid #a9b19f;border-radius:50%;z-index:-1;transform:translate(25%,20%)}.art-orbit:after{content:'';position:absolute;inset:40px;border:1px solid #a9b19f;border-radius:50%}.editorial-paper{background:var(--blue);color:var(--lime);width:250px;height:340px;padding:26px;transform:rotate(-9deg);box-shadow:13px 16px 0 #bfc4b7;transition:transform .6s var(--ease)}.editorial-art:hover .editorial-paper{transform:rotate(-5deg) translateY(-6px)}.editorial-paper>span{display:block;font-size:9px;line-height:1.15;color:#fff;letter-spacing:.04em}.editorial-paper b{font-family:var(--display);font-size:57px;line-height:.88;display:block;margin-top:35px;position:relative;letter-spacing:-.02em}.editorial-paper b>span{position:absolute;font:67px/.8 DIN;right:0;bottom:0}.paper-line{height:1px;background:var(--lime);margin-top:25px;opacity:.6}.editorial-paper small{display:block;font-size:9px;line-height:1.3;letter-spacing:.04em;margin-top:15px}.art-caption{position:absolute;bottom:15px;left:20px;font-size:9px;letter-spacing:.1em;color:#59624f}.tools-list>div{display:grid;grid-template-columns:30px 1fr 24px;gap:16px;align-items:center;padding:24px 0;border-bottom:1px solid #bdc3bf}.tools-list>div:first-child{border-top:1px solid #bdc3bf}.tools-list>div>span{color:var(--blue);font-size:11px}.tools-list>div>span:last-child{font-size:24px}.tools-list h3{font-size:24px;line-height:1.2;font-weight:400}.letter{font-size:18px;line-height:1.55;margin-top:30px;color:#525a61}.letter .eyebrow{display:block;color:var(--blue);font-size:10px;margin-bottom:12px}.letter strong{font-weight:600;color:var(--ink)}
.interest{background:var(--lime);color:var(--ink)}.interest .section-label{border-color:rgba(23,32,47,.3)}.interest-layout{display:grid;grid-template-columns:1fr 1fr;gap:12%}.interest-arrow{font:90px/.8 DIN;display:block;margin-bottom:24px}.interest-copy h2{font-size:clamp(70px,7.5vw,116px)}.interest-copy p{font-size:20px;max-width:335px;margin-top:27px}.interest-details{display:flex;gap:25px;flex-wrap:wrap;font-size:12px;font-weight:600;letter-spacing:.07em;margin-top:40px}.lead-form{padding-top:8px;position:relative}.form-heading{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(23,32,47,.4);padding-bottom:20px;margin-bottom:25px;font-size:12px;font-weight:600;letter-spacing:.09em}.form-heading>span:last-child{font-size:30px;line-height:1}.lead-form>label{display:block;font-size:13px;font-weight:600;margin:20px 0 6px}.lead-form>label:first-of-type{margin-top:0}.optional{font-size:12px;font-weight:400;opacity:.7}.lead-form>input,.lead-form>select{display:block;width:100%;height:44px;border:0;border-bottom:1px solid rgba(23,32,47,.4);background:transparent;border-radius:0;color:var(--ink);font-size:17px;padding:6px 0 12px}.lead-form input::placeholder{color:#4d643d;opacity:1}.lead-form select{padding-right:20px;height:48px}.lead-form>label.consent{display:flex;align-items:flex-start;gap:12px;font-size:12px;font-weight:400;line-height:1.5;margin:25px 0}.consent input{margin:3px 0 0;width:17px;height:17px;accent-color:var(--ink);flex-shrink:0;cursor:pointer}.button-dark{background:var(--ink);color:var(--lime);width:100%;min-height:62px;text-align:left;font-size:15px}.button-dark:hover{background:var(--blue);color:#fff}.button-dark:disabled{opacity:.65;cursor:wait}.form-note{font-size:12px;color:#415438;margin-top:12px}.form-status{font-size:14px;padding:15px;border:1px solid currentColor;margin-top:16px}.form-status[data-state=error]{color:#84280e}.form-status[data-state=success]{background:var(--ink);color:var(--lime)}.honeypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}
.support{display:grid;grid-template-columns:170px 1fr auto;gap:35px;align-items:start;padding-top:65px;padding-bottom:65px;border-bottom:1px solid var(--line)}.support>.eyebrow{color:var(--lime);padding-top:9px;font-size:10px}.support h2{font-size:38px}.support p{font-size:15px;color:var(--muted);max-width:430px;margin-top:14px}.support-link{display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:13px;border-bottom:1px solid var(--lime);padding:8px 0 14px;color:var(--lime)}.support-link span{font-size:22px}.support-link:hover{color:white}.footer{padding:55px var(--gutter) 25px}.footer-top{display:flex;align-items:center;gap:60px;padding-bottom:48px}.footer-top img{width:156px;height:auto}.footer-top p{color:var(--muted);font-size:16px;line-height:1.4}.back-top{margin-left:auto;border:1px solid var(--line);width:52px;height:52px;border-radius:50%;display:grid;place-items:center;font-size:24px;transition:background .25s,color .25s}.back-top:hover{background:var(--lime);color:var(--ink)}.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--line);padding-top:23px;font-size:10px;color:var(--muted)}.footer-bottom>span:last-child{font-size:9px;letter-spacing:.08em}
.will-reveal{opacity:0;transform:translateY(25px);transition:opacity .85s var(--ease),transform .85s var(--ease)}.will-reveal.is-visible{opacity:1;transform:translateY(0)}.pillars .pillar:nth-child(2){transition-delay:.1s}.pillars .pillar:nth-child(3){transition-delay:.2s}@keyframes title-enter{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@keyframes art-enter{from{opacity:0;transform:scale(1.05)}to{opacity:1;transform:scale(1)}}@keyframes content-enter{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}
@media(min-width:1700px){:root{--gutter:max(80px,calc((100vw - 1500px)/2))}.hero-content{max-width:calc(var(--gutter) + 800px)}.hero-art{left:38%}}
@media(max-width:1100px){.header{gap:22px}.header-edition{display:none}.header nav{gap:25px}.hero{min-height:735px}.hero-content{padding-top:55px}.hero h1{font-size:83px}.hero-description{max-width:380px}.date-stamp{width:205px;bottom:120px}.date-stamp strong{font-size:66px}.intro-heading{gap:40px}.intro-copy p{font-size:17px}.pillar{padding-left:25px;padding-right:25px}.pillar h3{font-size:23px}.people-layout{gap:8%}.people-grid{gap:9px}.fifty-star{font-size:75px}.journey-heading>p{font-size:14px}.support{grid-template-columns:1fr 1.5fr;gap:20px}.support>.eyebrow{grid-column:1/-1}.support-link{justify-self:end}.interest-layout{gap:8%}.tools-list h3{font-size:21px}}
@media(max-width:900px){html{scroll-padding-top:24px}.header{height:90px;padding-top:15px;padding-bottom:15px}.brand{width:102px}.header-edition{display:block}.menu-toggle{display:flex;gap:15px;align-items:center;border:0;background:transparent;color:white;margin-left:auto;padding:12px 0 12px 12px;font-size:14px}.menu-toggle i{width:23px;height:12px;border-top:1px solid;border-bottom:1px solid;transition:transform .3s}.menu-toggle[aria-expanded=true] i{transform:rotate(-45deg)}.header nav{display:none;position:absolute;top:100%;left:0;right:0;padding:25px var(--gutter) 35px;background:var(--ink);border-bottom:1px solid var(--line);margin:0;box-shadow:0 18px 25px rgba(0,0,0,.2)}.header nav.is-open{display:flex;align-items:stretch;flex-direction:column;gap:24px}.header nav .nav-cta{justify-content:space-between}.hero{height:auto;min-height:750px}.hero h1{font-size:78px}.hero-art{left:22%;opacity:.85}.hero-art:after{background:linear-gradient(90deg,var(--ink),rgba(23,32,47,.65) 35%,rgba(23,32,47,.1)),linear-gradient(0deg,var(--ink),transparent 40%)}.hero-content{max-width:650px;padding-top:45px}.hero-description{max-width:375px}.hero-coordinates{display:none}.date-stamp{right:35px;bottom:125px;width:175px;padding:17px 19px}.date-stamp strong{font-size:54px}.date-stamp>span{font-size:9px}.date-stamp svg{width:23px;height:23px}.intro-heading{grid-template-columns:1fr 1fr;gap:35px}.intro h2{font-size:64px}.section-pad{padding-top:52px;padding-bottom:64px}.section-label{margin-bottom:45px}.pillars{margin-top:50px}.pillar h3{font-size:21px}.pillar p{font-size:16px}.people-copy h2{font-size:72px}.people-copy p{font-size:16px}.people-graphic{align-self:center}.people-graphic p{font-size:18px}.fifty{font-size:230px}.fifty-star{font-size:65px}.people-grid{gap:8px}.graphic-caption{font-size:8px}.journey-heading{display:block}.journey-heading>p{margin-top:25px;max-width:400px;font-size:17px}.journey-heading>p br{display:none}.journey-heading h2{font-size:66px}.day summary{grid-template-columns:100px 1fr 60px 42px}.day-content{margin-left:118px;padding-right:130px}.day-content p{font-size:21px}.legacy-heading{display:block}.legacy-heading>p{margin-top:20px}.legacy-heading>p br{display:none}.tools-layout{gap:5%;grid-template-columns:.85fr 1fr}.editorial-art{height:380px}.editorial-paper{width:216px;height:308px;padding:22px}.editorial-paper b{font-size:51px;margin-top:25px}.tools-list>div{gap:8px;padding:20px 0;grid-template-columns:22px 1fr 18px}.tools-list h3{font-size:20px}.letter{font-size:16px}.interest-copy h2{font-size:78px}.interest-copy p{font-size:18px}.interest-layout{gap:6%}.interest-details{gap:10px;font-size:10px}.support h2{font-size:34px}.footer-bottom>span:last-child{display:none}}
@media(max-width:600px){:root{--gutter:24px}.header{height:88px}.header-edition{font-size:8px;padding-left:17px}.brand{width:99px}.header{gap:19px}.hero{min-height:960px}.hero-content{padding:35px var(--gutter) 0;max-width:none}.hero-eyebrow{font-size:10px;letter-spacing:.09em;margin-bottom:24px}.hero h1{font-size:clamp(50px,12.9vw,77px);line-height:.99;letter-spacing:-.018em}.hero-description{font-size:16px;line-height:1.55;margin-top:23px;max-width:370px}.hero .button{margin-top:24px;min-height:56px;min-width:246px}.hero-note{font-size:11px;margin-top:12px}.hero-art{inset:470px 0 0;opacity:1;height:450px}.hero-art img{object-position:57% 65%}.hero-art:after{background:linear-gradient(180deg,var(--ink),rgba(23,32,47,.06) 35%,transparent 60%,var(--ink))}.date-stamp{bottom:113px;right:28px;width:175px;transform:rotate(-4deg)}.hero-bottom{height:63px}.hero-bottom>span{font-size:8px;max-width:140px;text-align:right;line-height:1.5}.hero-bottom a{font-size:11px;gap:15px}.hero-bottom a span{font-size:21px}.section-pad{padding-top:38px;padding-bottom:54px}.section-label{font-size:9px;letter-spacing:.06em;gap:25px;padding-bottom:20px;margin-bottom:37px;align-items:start}.section-label>span:last-child{text-align:right;max-width:132px}.intro-heading{grid-template-columns:1fr;gap:25px}.intro h2{font-size:clamp(58px,13.4vw,78px)}.intro-copy{justify-self:start;max-width:430px;display:flex;gap:22px;align-items:start}.cross-mark{font-size:38px;flex-shrink:0;margin:0}.intro-copy p{font-size:17px}.pillars{display:block;margin-top:35px}.pillar{border-right:0;border-bottom:1px solid #bec2be;padding:26px 0 25px 74px!important;min-height:145px}.pillar:last-child{border-bottom:0;padding-bottom:0!important}.pillar-number{position:absolute;left:0;top:20px;font-size:10px}.pillar-icon{position:absolute;left:0;top:45px;margin:0;transform:scale(.65);transform-origin:top left}.pillar h3{font-size:23px;margin:0 0 10px}.pillar p{max-width:270px;font-size:16px}.people-layout{grid-template-columns:1fr;gap:45px}.people-copy h2{font-size:76px}.people-copy p{max-width:390px;font-size:17px;margin-top:25px}.text-link{margin-top:26px;gap:50px}.people-graphic{max-width:420px;width:100%}.fifty{font-size:clamp(225px,64vw,330px)}.fifty-star{font-size:80px;padding-top:15px;margin-right:12px}.people-grid{margin-top:22px;gap:11px}.people-graphic p{font-size:20px}.graphic-caption{font-size:8px;margin-top:25px}.journey-heading{margin-bottom:35px}.journey-heading h2{font-size:clamp(51px,12vw,72px)}.journey-heading>p{font-size:16px;margin-top:21px}.day summary{grid-template-columns:58px 1fr 32px;gap:12px;padding:22px 0}.day-date{font-size:33px}.day-date small{display:block;font-size:9px;margin:4px 0 0 1px}.day-title{font-size:36px}.day-index{display:none}.day-toggle{width:31px;height:31px}.day-toggle:before,.day-toggle:after{width:11px;left:9px}.day-content{margin-left:70px;min-height:116px;padding:0 0 26px}.day-content p{font-size:18px;max-width:240px;margin-top:11px}.day-kicker{font-size:9px}.day-symbol{display:none}.schedule-note{font-size:12px;line-height:1.5;display:flex;gap:6px}.schedule-note>span{margin-right:0}.legacy h2{font-size:64px}.legacy-heading{margin-bottom:30px}.legacy-heading>p{font-size:17px;max-width:300px}.tools-layout{grid-template-columns:1fr;gap:28px}.editorial-art{height:370px}.editorial-paper{width:240px;height:310px}.editorial-paper b{font-size:54px}.tools-list>div{padding:20px 0;grid-template-columns:27px 1fr 24px;gap:10px}.tools-list h3{font-size:23px}.letter{font-size:17px;margin-top:25px}.interest-layout{grid-template-columns:1fr;gap:35px}.interest-arrow{font-size:64px;margin-bottom:20px}.interest-copy h2{font-size:82px}.interest-copy p{font-size:18px;max-width:310px;margin-top:22px}.interest-details{font-size:11px;gap:28px;margin-top:26px}.lead-form{padding-top:0}.form-heading{margin-bottom:25px;padding-bottom:18px}.lead-form>label{font-size:13px}.lead-form>input,.lead-form>select{font-size:16px}.consent{font-size:12px}.button-dark{font-size:14px;gap:16px;padding:17px 18px}.support{grid-template-columns:1fr;gap:20px;padding-top:36px;padding-bottom:40px}.support>.eyebrow{padding-top:0}.support h2{font-size:37px}.support p{font-size:16px;max-width:340px}.support-link{justify-self:start;font-size:13px;gap:35px}.footer{padding-top:38px}.footer-top{gap:25px;flex-wrap:wrap;padding-bottom:34px}.footer-top img{width:123px}.footer-top p{font-size:12px}.back-top{width:38px;height:38px;font-size:20px;margin-left:auto}.footer-bottom{font-size:9px;flex-direction:column;gap:8px;padding-top:21px}.will-reveal{transform:translateY(18px)}}
@media(max-width:370px){.header-edition{display:none}.hero{min-height:900px}.hero-art{top:440px;height:405px}.hero h1{font-size:48px}.hero-description{font-size:15px}.date-stamp{bottom:104px}.people-copy h2{font-size:66px}.people-grid{gap:8px}.day-title{font-size:31px}.interest-copy h2{font-size:72px}.tools-list h3{font-size:20px}.footer-top p{display:none}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.will-reveal{opacity:1;transform:none}.hero-art img{transform:none}}
.hero-bottom{justify-content:flex-start}.hero-bottom a{gap:14px}.scroll-cue{position:relative;width:14px;height:25px;display:inline-block;overflow:hidden;flex:none}.scroll-cue i{position:absolute;left:3px;width:7px;height:7px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg);animation:scroll-cue-down 1.65s var(--ease) infinite}.scroll-cue i:first-child{top:2px}.scroll-cue i:last-child{top:8px;animation-delay:.18s}@keyframes scroll-cue-down{0%{opacity:0;translate:0 -4px}30%,55%{opacity:1}100%{opacity:0;translate:0 7px}}@media(max-width:600px){.hero-bottom a{gap:12px}}@media(prefers-reduced-motion:reduce){.scroll-cue i{animation:none!important;opacity:1!important}}
.hero-bottom a{gap:9px}.scroll-cue{height:20px;transform:translateY(-1px)}.scroll-cue i:first-child{top:0}.scroll-cue i:last-child{top:6px}@keyframes scroll-cue-down{0%{opacity:0;translate:0 -3px}30%,55%{opacity:1}100%{opacity:0;translate:0 4px}}@media(max-width:600px){.hero-bottom a{gap:8px}}
.motion-bridge>.motion-track{gap:0;animation-duration:34s}.motion-sequence{display:flex;align-items:center;gap:38px;padding-right:38px;flex:none}.bridge-blue .motion-sequence i{transform:translateY(-4px)}@media(max-width:600px){.motion-bridge>.motion-track{animation-duration:28s}.motion-sequence{gap:25px;padding-right:25px}.bridge-blue .motion-sequence i{transform:translateY(-3px)}}
.legacy-heading .word-mask{padding-top:.2em;margin-top:-.2em}.lead-form>input:focus-visible,.lead-form>select:focus-visible{outline:none;border-bottom-color:var(--ink);box-shadow:0 1px 0 var(--ink)}.agency-credit{display:flex;align-items:center;justify-content:center;line-height:0}.agency-credit img{width:112px;height:auto;opacity:.72}.agency-credit:focus-visible{outline-offset:5px}@media(max-width:600px){.agency-credit{justify-content:flex-start}.agency-credit img{width:104px}}
@media print{.header,.hero-art,.hero-grid,.date-stamp,.menu-toggle,.lead-form,.support,.back-top{display:none}.hero{height:auto;min-height:0}.hero-content{padding:30px}.hero-bottom{position:static;margin:25px}.section-pad{padding:25px}.section-label{margin-bottom:20px}.will-reveal{opacity:1;transform:none}body,section{background:white!important;color:#17202f!important}h1 span,h2 span{color:#0142fd!important}.day-content{display:block!important}.footer{padding:25px}}
/* Contém o zoom de entrada da imagem dentro da sua área. */
.hero-art{overflow:hidden}

.art-caption{background:#e1e3da;padding:3px 5px;left:15px;bottom:10px}

/* Motion direction — Awwwards intense */
:root{--scroll-progress:0;--hero-progress:0;--hero-x:0px;--hero-y:0px;--hero-inverse-x:0px;--hero-inverse-y:0px;--hero-scroll-shift:0px;--grid-scroll-shift:0px;--glow-x:62%;--glow-y:32%}
.ambient-grain{position:fixed;inset:-50%;z-index:80;pointer-events:none;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E");animation:grain-shift .22s steps(2) infinite}
.site-intro{position:fixed;inset:0;z-index:999;background:var(--blue);color:var(--lime);visibility:hidden;pointer-events:none;clip-path:inset(0);display:grid;place-items:center;overflow:hidden}
.site-intro:after{content:'';position:absolute;inset:0;background:var(--lime);transform:translateY(101%)}
.intro-playing .site-intro{visibility:visible;animation:intro-curtain 1.9s var(--ease) forwards}
.intro-playing .site-intro:after{animation:intro-flash 1.9s var(--ease) forwards}
.intro-year{font:700 min(47vw,690px)/.68 var(--display);letter-spacing:-.1em;display:flex;position:absolute;inset:50% auto auto 50%;translate:-51% -48%;opacity:.13}
.intro-year span:first-child{transform:translateY(-18%)}.intro-year span:last-child{transform:translateY(18%)}
.intro-lockup{position:relative;z-index:2;display:flex;align-items:center;gap:28px;opacity:0;animation:intro-mark 1.15s .12s var(--ease) forwards}
.intro-lockup img{width:clamp(135px,15vw,220px);height:auto;aspect-ratio:1053/610;object-fit:contain;flex:0 0 auto}.intro-lockup>span{border-left:1px solid currentColor;padding-left:28px;font-size:11px;letter-spacing:.14em;line-height:1.6}
.intro-loader{position:absolute;z-index:2;bottom:38px;left:var(--gutter);right:var(--gutter);display:flex;justify-content:space-between;align-items:center;font-size:10px;letter-spacing:.13em}
.intro-loader i{height:2px;background:currentColor;width:calc(100% - 180px);transform-origin:left;animation:intro-progress 1.35s .15s var(--ease) both}
.scroll-progress{position:fixed;z-index:70;right:17px;top:50%;translate:0 -50%;width:18px;height:150px;display:none;flex-direction:column;align-items:center;gap:10px;pointer-events:none;color:var(--lime);mix-blend-mode:difference}.js .scroll-progress{display:flex}
.scroll-progress:before{content:'';position:absolute;top:0;width:1px;height:116px;background:rgba(255,255,255,.3)}.scroll-progress i{width:2px;height:116px;background:currentColor;transform:scaleY(var(--scroll-progress));transform-origin:top}.scroll-progress span{font-size:8px;line-height:1;letter-spacing:.08em}

h1 .title-line{display:block;overflow:hidden;color:var(--white)}h1 .title-line.accent{color:var(--lime)}h1 .title-line>span{display:block;color:inherit}
.motion-enabled h1,.motion-enabled .hero-description,.motion-enabled .hero-art img{animation:none}
.motion-enabled body:not(.hero-entered) .title-line>span{transform:translateY(108%)}
.motion-enabled .hero-entered .title-line>span{animation:hero-line .9s var(--ease) both}
.motion-enabled .hero-entered .title-line:nth-child(1)>span{animation-delay:.02s}.motion-enabled .hero-entered .title-line:nth-child(2)>span{animation-delay:.1s}.motion-enabled .hero-entered .title-line:nth-child(3)>span{animation-delay:.18s}.motion-enabled .hero-entered .title-line:nth-child(4)>span{animation-delay:.26s}
.motion-enabled .hero-description,.motion-enabled .hero .button,.motion-enabled .hero-note{opacity:0;transform:translateY(22px)}
.motion-enabled .hero-entered .hero-description{animation:hero-copy .75s .38s var(--ease) both}.motion-enabled .hero-entered .hero .button{animation:hero-copy .75s .48s var(--ease) both}.motion-enabled .hero-entered .hero-note{animation:hero-copy .75s .57s var(--ease) both}
.motion-enabled .hero-art{translate:var(--hero-x) var(--hero-y);transition:translate .55s var(--ease)}
.motion-enabled .hero-art img{transform:scale(1.075) translateY(var(--hero-scroll-shift));transition:transform .12s linear}
.hero-glow{position:absolute;inset:0;z-index:-1;pointer-events:none;background:radial-gradient(circle 330px at var(--glow-x) var(--glow-y),rgba(202,246,123,.14),transparent 70%);mix-blend-mode:screen;transition:background-position .3s}
.motion-enabled .hero-grid{transform:translateY(var(--grid-scroll-shift));transition:transform .1s linear}
.motion-enabled .date-stamp{opacity:0}.motion-enabled .hero-entered .date-stamp{animation:stamp-in .9s .5s var(--ease) both;translate:var(--hero-inverse-x) var(--hero-inverse-y)}
.motion-enabled .date-stamp svg{animation:arrow-breathe 2.8s 1.5s ease-in-out infinite}
.motion-enabled .status-dot{animation:status-pulse 2s ease-in-out infinite}

.word-mask{display:inline-block;overflow:hidden;vertical-align:bottom;padding-bottom:.05em;margin-bottom:-.05em}.motion-word{display:inline-block}
.people-copy h2 .word-mask,.journey-heading h2 .word-mask{color:var(--white)}.people-copy h2 .motion-accent .word-mask,.journey-heading h2 .motion-accent .word-mask{color:var(--lime)}
.motion-enabled .will-reveal .motion-word{transform:translateY(112%) rotate(2deg)}
.motion-enabled .will-reveal.is-visible .motion-word{animation:word-rise .78s var(--ease) both;animation-delay:calc(var(--word-index) * 55ms)}
.motion-enabled .section-label{position:relative;border-bottom:0}.motion-enabled .section-label:after{content:'';position:absolute;left:0;right:0;bottom:0;height:1px;background:currentColor;opacity:.55;transform:scaleX(0);transform-origin:left}.motion-enabled .section-label.is-visible:after{animation:line-draw 1.1s var(--ease) forwards}
.motion-enabled .section-label>span{opacity:0;transform:translateY(10px)}.motion-enabled .section-label.is-visible>span{animation:label-rise .6s .32s var(--ease) forwards}.motion-enabled .section-label.is-visible>span:last-child{animation-delay:.43s}
.motion-enabled .will-reveal{opacity:1;transform:none}.motion-enabled .reveal>*:not(h2){opacity:0;transform:translateY(24px)}.motion-enabled .reveal.is-visible>*:not(h2){animation:item-rise .75s var(--ease) forwards}.motion-enabled .reveal.is-visible>*:nth-child(2){animation-delay:.1s}.motion-enabled .reveal.is-visible>*:nth-child(3){animation-delay:.2s}.motion-enabled .reveal.is-visible>*:nth-child(4){animation-delay:.3s}

.motion-enabled .pillar{overflow:hidden}.motion-enabled .pillar:after{content:'';position:absolute;inset:0;background:var(--blue);transform:translateY(101%);opacity:.055}.motion-enabled .pillar.is-visible:after{animation:card-wash .8s .15s var(--ease)}
.motion-enabled .pillar-icon i,.motion-enabled .icon-action{transform-origin:center bottom}.motion-enabled .pillar:not(.is-visible) .pillar-icon i,.motion-enabled .pillar:not(.is-visible) .icon-action{transform:scaleY(0);opacity:0}.motion-enabled .pillar.is-visible .pillar-icon i,.motion-enabled .pillar.is-visible .icon-action{animation:icon-build .62s var(--ease) both}.motion-enabled .pillar.is-visible .pillar-icon i:nth-child(2){animation-delay:.1s}.motion-enabled .pillar.is-visible .pillar-icon i:nth-child(3){animation-delay:.2s}
.motion-enabled .people{background-position:center var(--section-shift)}.motion-enabled .people-graphic.is-visible .people-grid i{animation:dot-wave .65s var(--ease) both;animation-delay:calc(var(--i) * 18ms)}.motion-enabled .people-grid i{opacity:0;transform:scale(.1)}.motion-enabled .people-graphic.is-visible .fifty-star{animation:star-turn 5s 1s linear infinite}.motion-enabled .people-copy .text-link{transition:letter-spacing .35s var(--ease),color .25s}.motion-enabled .people-copy .text-link:hover{letter-spacing:.025em}

.motion-bridge{height:58px;overflow:hidden;display:flex;align-items:center;border-top:1px solid currentColor;border-bottom:1px solid currentColor;font-family:var(--display);font-size:28px;line-height:1;white-space:nowrap}.motion-bridge>div{display:flex;align-items:center;gap:38px;width:max-content;animation:marquee 22s linear infinite}.motion-bridge i{font-family:DIN;font-style:normal;font-size:32px}.bridge-blue{background:var(--lime);color:var(--blue)}.bridge-dark{background:var(--ink);color:var(--lime)}
.motion-enabled .schedule.will-reveal .day{opacity:0;clip-path:inset(0 100% 0 0)}.motion-enabled .schedule.is-visible .day{animation:day-reveal .85s var(--ease) forwards}.motion-enabled .schedule.is-visible .day:nth-child(2){animation-delay:.1s}.motion-enabled .schedule.is-visible .day:nth-child(3){animation-delay:.2s}.motion-enabled .schedule.is-visible .day:nth-child(4){animation-delay:.3s}
.motion-enabled .day[open] .day-symbol{animation:symbol-enter .65s var(--ease) both}.motion-enabled .day[open] .connect-symbol i:first-child{animation:circle-left 2.8s ease-in-out infinite}.motion-enabled .day[open] .connect-symbol i:last-child{animation:circle-right 2.8s ease-in-out infinite}.motion-enabled .day-toggle{transition:background .3s,color .3s,rotate .45s var(--ease),translate .3s var(--ease)}.motion-enabled .day[open] .day-toggle{rotate:180deg}.motion-enabled .day.is-animating{will-change:height}.motion-enabled .day.is-closing .day-toggle{scale:.88}.motion-enabled .day.is-opening .day-toggle{scale:1.08}

.motion-enabled .editorial-art{perspective:900px}.motion-enabled .editorial-paper{transform:rotate(var(--paper-rotate,-9deg)) rotateX(var(--tilt-x,0deg)) rotateY(var(--tilt-y,0deg));transition:transform .3s var(--ease);transform-style:preserve-3d}.motion-enabled .editorial-art:hover .editorial-paper{transform:rotate(var(--paper-rotate,-5deg)) rotateX(var(--tilt-x,0deg)) rotateY(var(--tilt-y,0deg)) translateY(-7px)}.motion-enabled .art-orbit{animation:orbit-turn 16s linear infinite}.motion-enabled .art-orbit:after{animation:orbit-turn 10s linear infinite reverse}.motion-enabled .tools-list.is-visible>div{animation:tool-slide .7s var(--ease) both}.motion-enabled .tools-list.is-visible>div:nth-child(2){animation-delay:.08s}.motion-enabled .tools-list.is-visible>div:nth-child(3){animation-delay:.16s}.motion-enabled .tools-list.is-visible>div:nth-child(4){animation-delay:.24s}
.motion-enabled .lead-form.will-reveal>*{opacity:0;transform:translateY(16px)}.motion-enabled .lead-form.is-visible>*{animation:form-row .58s var(--ease) forwards}.motion-enabled .lead-form.is-visible>*:nth-child(2){animation-delay:.06s}.motion-enabled .lead-form.is-visible>*:nth-child(3){animation-delay:.1s}.motion-enabled .lead-form.is-visible>*:nth-child(4){animation-delay:.14s}.motion-enabled .lead-form.is-visible>*:nth-child(5){animation-delay:.18s}.motion-enabled .lead-form.is-visible>*:nth-child(6){animation-delay:.22s}.motion-enabled .lead-form.is-visible>*:nth-child(n+7){animation-delay:.27s}.motion-enabled .interest-arrow{animation:arrow-float 2.5s ease-in-out infinite}.motion-enabled .is-magnetic{translate:var(--magnet-x,0px) var(--magnet-y,0px);transition:translate .35s var(--ease),background .25s,color .25s,box-shadow .25s}

@keyframes intro-progress{from{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes intro-mark{0%{opacity:0;transform:translateY(35px)}55%,100%{opacity:1;transform:none}}@keyframes intro-flash{0%,70%{transform:translateY(101%)}82%{transform:translateY(0)}100%{transform:translateY(-101%)}}@keyframes intro-curtain{0%,82%{clip-path:inset(0)}100%{clip-path:inset(0 0 100% 0);visibility:hidden}}@keyframes hero-line{from{transform:translateY(108%)}to{transform:none}}@keyframes hero-copy{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}@keyframes stamp-in{0%{opacity:0;scale:.35;rotate:-13deg}65%{opacity:1;scale:1.08;rotate:2deg}100%{opacity:1;scale:1;rotate:0deg}}@keyframes arrow-breathe{0%,100%{transform:translate(0)}50%{transform:translate(5px,-5px)}}@keyframes status-pulse{0%,100%{box-shadow:0 0 0 4px rgba(202,246,123,.1)}50%{box-shadow:0 0 0 9px rgba(202,246,123,0)}}@keyframes word-rise{from{transform:translateY(112%) rotate(2deg)}to{transform:none}}@keyframes line-draw{to{transform:scaleX(1)}}@keyframes label-rise{to{opacity:.7;transform:none}}@keyframes item-rise{to{opacity:1;transform:none}}@keyframes card-wash{0%{transform:translateY(101%)}45%{transform:translateY(0)}100%{transform:translateY(-101%)}}@keyframes icon-build{from{transform:scaleY(0);opacity:0}to{transform:scaleY(1);opacity:1}}@keyframes dot-wave{0%{opacity:0;transform:scale(.1)}65%{opacity:1;transform:scale(1.35)}100%{opacity:1;transform:scale(1)}}@keyframes star-turn{to{transform:rotate(360deg)}}@keyframes marquee{to{transform:translateX(-50%)}}@keyframes day-reveal{to{opacity:1;clip-path:inset(0)}}@keyframes symbol-enter{from{opacity:0;transform:scale(.5) rotate(-20deg)}to{opacity:1;transform:none}}@keyframes circle-left{50%{transform:translateX(10px)}}@keyframes circle-right{50%{transform:translateX(-10px)}}@keyframes orbit-turn{to{rotate:360deg}}@keyframes tool-slide{from{opacity:0;transform:translateX(25px)}to{opacity:1;transform:none}}@keyframes form-row{to{opacity:1;transform:none}}@keyframes arrow-float{0%,100%{transform:translate(0)}50%{transform:translate(8px,-8px)}}@keyframes grain-shift{0%{transform:translate(0)}25%{transform:translate(2%,-3%)}50%{transform:translate(-3%,2%)}75%{transform:translate(3%,3%)}100%{transform:translate(-2%,-2%)}}

@media(max-width:900px){.scroll-progress{display:none!important}.ambient-grain{opacity:.025}.motion-bridge{height:48px;font-size:23px}.motion-enabled .hero-art{translate:0}.motion-enabled .hero-art img{transform:scale(1.045) translateY(var(--hero-scroll-shift))}.hero-glow{display:none}.motion-enabled .editorial-paper{transform:rotate(var(--paper-rotate,-9deg))}.intro-lockup{gap:18px}.intro-lockup>span{padding-left:18px}}
@media(max-width:600px){.site-intro{place-items:start}.intro-year{font-size:80vw;top:46%}.intro-lockup{margin:34vh 24px 0;align-items:flex-start}.intro-lockup img{width:125px}.intro-lockup>span{font-size:8px}.intro-loader{bottom:28px}.intro-loader i{width:calc(100% - 125px)}.motion-bridge{height:44px;font-size:21px}.motion-bridge>div{gap:25px;animation-duration:17s}.motion-enabled .people-graphic.is-visible .people-grid i{animation-duration:.5s;animation-delay:calc(var(--i) * 10ms)}}
@media(prefers-reduced-motion:reduce){.site-intro,.scroll-progress,.hero-glow{display:none!important}.ambient-grain{animation:none}.motion-bridge>div,.fifty-star,.art-orbit,.interest-arrow,.status-dot,.date-stamp svg{animation:none!important}.title-line>span,.motion-word,.section-label>span,.lead-form>*,.schedule .day,.people-grid i{opacity:1!important;transform:none!important;clip-path:none!important}.section-label:after{transform:scaleX(1)!important}.hero-art,.hero-art img,.hero-grid,.editorial-paper{translate:0!important;transform:none!important}}
