@charset "UTF-8";
:root{--navy:#082039;--deep:#06182c;--yellow:#ffce21;--paper:#faf9f5;--ink:#102942;--muted:#526171;--line:#d8dfe5;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:var(--paper);font-size:18px;color-scheme:light}*{box-sizing:border-box}body{margin:0}a{color:inherit}a:not(.text-link){text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}img{max-width:100%;display:block;height:auto}figure{margin:0}p{line-height:1.7;margin:0 0 1.3em}h1,h2,h3{margin:0 0 .6em;font-weight:800;text-wrap:balance}h1{font-size:clamp(2.6rem,5.3vw,4.7rem);line-height:1.09;letter-spacing:-.045em}h2{font-size:clamp(2rem,3.4vw,3.2rem);line-height:1.15;letter-spacing:-.035em}h3{font-size:1.4rem;line-height:1.3;letter-spacing:-.02em}em{font-style:normal;color:#627182}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible,[tabindex]:focus-visible{outline:3px solid #1680d5;outline-offset:5px}button:disabled{cursor:default;opacity:.6}.wrap{width:min(1280px,calc(100% - 80px));margin-inline:auto}.skip{position:fixed;top:-100px;left:20px;z-index:100;background:var(--yellow);padding:15px}.skip:focus{top:10px}.preview-note{min-height:38px;background:var(--deep);color:#d3dce4;font-size:14px;display:flex;justify-content:space-between;align-items:center;padding:0 32px;border-bottom:1px solid #ffffff25}.motion-toggle{min-height:38px;padding:8px 0;border:0;background:none;color:#fff;font-size:14px}.header{background:var(--navy);color:white;min-height:108px;padding:18px 32px;display:flex;align-items:center;justify-content:space-between;gap:26px;position:relative;z-index:20}.brand{display:block;flex:0 0 214px}.brand img{width:214px;height:84px;object-fit:contain}.header nav{display:flex;gap:24px;align-items:center;font-size:16px;font-weight:700}.header nav a{padding:13px 0;border-bottom:2px solid transparent}.header nav a:hover,.header nav a[aria-current]{color:var(--yellow);border-bottom-color:var(--yellow)}.menu-toggle{display:none}.button{display:inline-flex;align-items:center;justify-content:center;gap:24px;min-height:56px;padding:16px 23px;background:var(--yellow);border:2px solid var(--yellow);border-radius:6px;color:var(--deep);font-size:16px;font-weight:700;line-height:1.4;transition:background .2s,transform .2s}.button:hover{background:#ffe170;transform:translateY(-2px)}.button span{font-size:1.35rem}.button.small{min-height:48px;padding:12px 16px;font-size:15px}.button.navy{background:var(--navy);color:white;border-color:var(--navy)}.button.navy:hover{background:#234763}.hero{background:var(--navy);color:white;overflow:hidden}.hero-inner{min-height:650px;display:grid;grid-template-columns:1.05fr 1fr;gap:30px;align-items:center;padding-block:60px}.eyebrow{font-size:14px;font-weight:700;letter-spacing:.1em;line-height:1.7;margin-bottom:22px}.hero .eyebrow{color:#cfdae6}.hero h1 em{color:var(--yellow)}.hero-intro{max-width:530px;color:#d3dee8;font-size:1.1rem;margin-top:24px}.hero-actions{display:flex;align-items:center;flex-wrap:wrap;gap:22px}.text-link{display:inline-flex;gap:12px;align-items:center;font-size:16px;font-weight:700;text-underline-offset:6px;line-height:1.6}.hero-foot{font-size:15px;color:#c0cedb;margin:26px 0 0}.hero-art{position:relative;align-self:stretch;min-height:480px;border-radius:180px 16px 16px 16px;overflow:hidden}.hero-art img{width:100%;height:100%;object-fit:cover;object-position:50% 50%}.hero-art figcaption{position:absolute;bottom:18px;left:18px;right:18px;background:var(--paper);color:var(--ink);padding:14px 18px;border-radius:6px;font-size:16px;font-weight:700}.service-ribbon{background:var(--yellow);padding:21px 24px;display:flex;gap:30px;justify-content:center;align-items:center;font-size:1.1rem;font-weight:700}.section{padding-block:95px;scroll-margin-top:30px}.section.compact{padding-top:30px}.section-head{display:flex;align-items:end;gap:60px;justify-content:space-between;margin-bottom:38px}.section-head h2{margin:0}.section-head>p{max-width:370px;color:var(--muted);margin:0}.service-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:22px}.service-feature,.service-tile{padding:32px;min-height:330px;border-radius:12px;position:relative;transition:transform .2s;display:flex;flex-direction:column;align-items:flex-start}.service-feature:hover,.service-tile:hover{transform:translateY(-5px)}.service-feature{background:var(--navy);color:white}.service-tile{background:#e9ede8}.service-tile.yellow{background:#ffe686}.service-grid p{font-size:17px;color:var(--muted);margin-bottom:40px}.service-feature p{color:#d0dae3}.number{font-size:15px;font-weight:700;margin-bottom:30px;display:block}.circle-arrow{position:absolute;bottom:20px;right:24px;border:1px solid currentColor;width:38px;height:38px;border-radius:50%;display:grid;place-items:center}.help-section{padding:85px 0;background:#e9ede8}.help-grid{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center}.help-grid img{border-radius:12px;width:100%}.help-grid p:not(.eyebrow){color:var(--muted)}.lead{font-size:1.25rem;line-height:1.6}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin:45px 0}.steps article{border-top:1px solid #b8c4ce;padding-top:20px}.steps article>span{font-size:3rem;font-weight:800;color:#617084;display:block;margin-bottom:28px}.steps h3{font-size:1.3rem}.steps p{font-size:17px;color:var(--muted)}.contact-band{background:var(--yellow);padding:75px 0;text-align:center}.contact-band p{max-width:680px;margin:0 auto 28px}.footer{padding-block:36px;display:flex;align-items:center;justify-content:space-between;gap:35px}.footer-brand{font-weight:800}.footer p{font-size:14px;color:var(--muted);margin:8px 0 0;max-width:240px}.footer nav{display:flex;gap:24px;flex-wrap:wrap;font-size:16px}.footer nav a:hover{text-decoration:underline}.page-intro{padding-block:80px 45px}.page-intro .lead{max-width:790px;color:var(--muted);margin-top:26px}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:25px}.detail-grid article{border:1px solid var(--line);padding:35px;border-radius:10px;background:white;scroll-margin-top:30px}.detail-grid h2{font-size:1.6rem}.detail-grid p{color:var(--muted);margin-bottom:0}.note-panel{background:#e9ede8;padding:35px;border-radius:10px;margin-top:35px}.note-panel h2{font-size:1.8rem}.note-panel p{max-width:850px}.values{display:grid;grid-template-columns:repeat(3,1fr);gap:38px}.values span{font-size:1.2rem;color:var(--muted);display:block;margin-bottom:25px}.values h2{font-size:2.3rem}.faq{max-width:900px}.faq details{border-bottom:1px solid #bdc8d1;padding:5px 0}.faq summary{font-size:1.1rem;font-weight:700;padding:24px 4px;cursor:pointer;line-height:1.5}.faq p{padding:0 4px 20px;color:var(--muted)}.game-intro{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.game-intro h2{font-size:2.5rem}.game-intro p{color:var(--muted)}.game{background:white;border:1px solid #c5cfd5;border-radius:12px;overflow:hidden}.game summary{padding:28px;cursor:pointer;font-weight:700;line-height:1.5}.game summary span{float:right}.game-body{padding:0 28px 25px}.game-body h3{color:var(--navy)}.game-choices{display:flex;flex-wrap:wrap;gap:10px}.game-choices button,.story-controls button{background:white;border:1px solid #aab9c5;border-radius:6px;padding:13px 17px;min-height:48px;color:var(--navy);font-weight:700;font-size:16px}.game-choices button:hover,.story-controls button:hover{background:#ffec9e}.game-body #game-feedback{margin-top:22px;color:var(--ink)}.text-button{border:0;background:none;text-decoration:underline;text-underline-offset:5px;padding:13px 0;font-size:16px;color:var(--ink);min-height:44px}.story{height:230vh;min-height:1550px;background:#eaece7}.story-sticky{position:sticky;top:0;padding:40px 0 25px}.story-heading{display:flex;flex-wrap:wrap;gap:10px 40px;align-items:center;justify-content:space-between;margin-bottom:25px}.story-heading .eyebrow{width:100%;margin-bottom:0}.story-heading h2{font-size:2.3rem;margin:0}.story-stage{height:min(46vh,440px);min-height:320px;position:relative;overflow:hidden;background:var(--navy);border-radius:14px}.story-room{width:100%;height:100%;object-fit:cover;object-position:50% 50%;opacity:.72}.story-shade{position:absolute;inset:0;background:linear-gradient(90deg,#06182ced,transparent 85%)}.story-caption{position:absolute;top:34px;left:38px;max-width:400px;color:white;z-index:3;width:42%}.story-caption h3{font-size:1.8rem;margin-top:16px}.story-caption p{font-size:17px;line-height:1.6}.story-count{color:var(--yellow);font-weight:700;font-size:16px}.story-truck{position:absolute;width:61%;height:105%;object-fit:contain;bottom:-22%;left:43%;transform:translateX(110%);z-index:2;will-change:transform}.story-parcels{position:absolute;bottom:38px;left:42%;display:flex;gap:8px;z-index:1;will-change:transform}.story-parcels span{background:var(--yellow);border-radius:6px;padding:12px;font-size:14px;font-weight:700}.story-controls{display:flex;gap:12px;margin-top:18px;flex-wrap:wrap}.story-controls button[aria-pressed=true]{background:var(--navy);color:white;border-color:var(--navy)}.story-instruction{font-size:14px;margin:14px 0 0;color:var(--muted)}.contact-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px}.contact-layout aside h2{font-size:1.8rem}.contact-layout aside p{color:var(--muted)}.draft-notice{background:#fff1bc;border-left:4px solid #b79200;padding:20px;font-size:16px}.draft-notice p{margin:10px 0 0}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}form label{display:block;font-size:16px;font-weight:700;margin-bottom:24px;line-height:1.5}form label span{font-weight:400}input,textarea,select{display:block;width:100%;margin-top:9px;background:white;border:1px solid #8d9fac;border-radius:5px;padding:14px;color:var(--ink);min-height:50px;font-size:17px}textarea{resize:vertical}input::placeholder,textarea::placeholder{color:#637384}.form-hint{font-size:15px;color:var(--muted)}dl dt{font-weight:700;font-size:16px;margin-top:18px}dl dd{margin:5px 0 0;white-space:pre-wrap;overflow-wrap:anywhere}html{scroll-behavior:smooth}.no-motion *{scroll-behavior:auto!important;animation:none!important;transition:none!important}.no-motion .story{height:auto;min-height:0}.no-motion .story-sticky{position:relative}.no-motion .story-instruction{display:none}[hidden]{display:none!important}
@media(max-width:1150px){.header{gap:20px}.header .button.small{display:none}.header nav{gap:20px}.hero-inner{gap:25px}.hero-art{min-height:450px}.help-grid{gap:35px}.contact-layout{gap:35px}.service-grid{gap:15px}.service-feature,.service-tile{padding:25px}.story-heading h2{font-size:2rem}.story-caption{left:28px;top:25px}.story-caption h3{font-size:1.5rem}}
@media(max-width:800px){.wrap{width:calc(100% - 40px)}.header{padding:14px 20px;min-height:95px}.brand{flex-basis:190px}.brand img{width:190px;height:75px}.menu-toggle{display:flex;align-items:center;gap:20px;background:none;color:white;border:1px solid #7d94aa;border-radius:5px;min-height:48px;padding:10px 15px;font-size:16px}.header nav{display:none;position:absolute;top:100%;left:0;right:0;background:var(--navy);padding:12px 20px 24px;flex-direction:column;align-items:stretch;gap:0;box-shadow:0 10px 16px #06182c55}.header nav.open{display:flex}.hero-inner{grid-template-columns:1fr;padding-block:40px;gap:35px}.hero-intro{max-width:650px}.hero-art{min-height:0;height:380px;border-radius:80px 12px 12px 12px}.hero-art img{object-position:50% 44%}.hero h1{font-size:3.4rem}.service-ribbon{font-size:17px;gap:18px;text-align:center}.section{padding-block:65px}.section-head{display:block}.section-head>p{margin-top:25px;max-width:600px}.service-grid{grid-template-columns:1fr}.service-feature,.service-tile{min-height:260px}.service-grid p{max-width:540px}.help-grid{grid-template-columns:1fr;gap:35px}.help-section{padding-block:60px}.help-grid img{max-height:420px;object-fit:cover}.steps{grid-template-columns:1fr 1fr;gap:25px}.footer{flex-wrap:wrap}.footer>p{max-width:none;width:100%}.game-intro{grid-template-columns:1fr;gap:20px}.game-intro h2{font-size:2rem}.detail-grid{gap:18px}.detail-grid article{padding:25px}.values{grid-template-columns:1fr;gap:25px}.values article{border-top:1px solid var(--line);padding-top:25px}.values span{margin-bottom:10px}.page-intro{padding-top:50px}.contact-layout{grid-template-columns:1fr;gap:35px}.story{height:205vh;min-height:1250px}.story-sticky{padding-top:25px}.story-heading{margin-bottom:18px;gap:12px}.story-heading .eyebrow{font-size:13px}.story-heading h2{font-size:1.8rem}.story-stage{height:45vh;min-height:330px}.story-caption{width:60%;max-width:370px;top:23px;left:24px}.story-caption h3{font-size:1.4rem}.story-caption p{font-size:16px;line-height:1.5}.story-truck{width:83%;left:30%;bottom:-29%;height:90%}.story-parcels{bottom:24px;left:28%}.story-parcels span{font-size:13px;padding:9px}.story-controls{gap:8px}.story-controls button{font-size:14px;padding:11px 12px}.story-instruction{margin-top:10px}}
@media(max-width:480px){:root{font-size:17px}.preview-note{padding-inline:20px}.header{gap:10px}.brand{flex-basis:170px}.brand img{width:170px;height:67px}.menu-toggle{gap:9px;padding:10px}.hero h1{font-size:2.85rem}.hero-intro{font-size:1.05rem}.hero-art{height:310px}.hero-art figcaption{font-size:14px;padding:11px;bottom:12px;left:12px;right:12px}.hero-actions{gap:24px}.eyebrow{font-size:13px}.service-ribbon{font-size:15px;gap:13px}.section-head h2{font-size:2.2rem}.detail-grid,.form-row{grid-template-columns:1fr}.steps{grid-template-columns:1fr}.steps article>span{font-size:2.2rem;margin-bottom:15px}.steps h3{font-size:1.4rem}.steps p{font-size:17px}.story-heading h2{font-size:1.65rem}.story-heading .text-link{font-size:14px}.story-stage{min-height:345px}.story-caption{width:75%;left:20px;top:20px}.story-caption h3{font-size:1.3rem}.story-caption p{font-size:15px}.story-truck{left:15%;width:110%;bottom:-32%}.story-parcels{left:17%;bottom:25px}.story-controls{display:grid;grid-template-columns:1fr}.story-controls button{text-align:left;font-size:14px;min-height:42px;padding:9px 12px}.story-instruction{display:none}.story-sticky{padding-block:20px}.story{min-height:1550px}.note-panel{padding:24px}.footer{gap:24px}.footer nav{gap:18px;font-size:15px}.game summary{padding:22px;font-size:16px}.game summary span{display:none}.game-body{padding-inline:22px}}
@media(max-height:780px){.story{height:auto;min-height:0}.story-sticky{position:relative}.story-instruction{display:none}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.story{height:auto;min-height:0}.story-sticky{position:relative}.story-instruction{display:none}}

.story-truck{bottom:-10%}@media(max-width:800px){.story-truck{bottom:-15%}}@media(max-width:480px){.story-truck{bottom:-17%}}

h1,h2,h3{overflow-wrap:anywhere;hyphens:auto}@media(max-width:480px){.hero h1{font-size:clamp(2rem,10vw,2.6rem)}}
