@import "https://fonts.googleapis.com/css2?family=Geist+Pixel:wght@400;600;700&display=swap";
:root{--red:#e10600;--red-dark:#b60500;--white:#fff;--black:#0a0a0a;--muted:#0a0a0a9e;--muted-light:#ffffffa8;--line:#0a0a0a24;--line-light:#ffffff29}*{box-sizing:border-box;margin:0;padding:0;border-radius:0!important}html{scroll-behavior:smooth}html,body{background:var(--white);min-height:100%;color:var(--black);-webkit-font-smoothing:antialiased;font-family:Geist Pixel,Helvetica Neue,Helvetica,Arial,sans-serif;overflow-x:hidden}a{color:inherit}button,input{font:inherit}button{color:inherit}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.brand{z-index:20;background:var(--white);border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;width:100%;padding:22px clamp(22px,5vw,48px);display:flex;position:fixed;inset:0 0 auto}.brand__mark{align-items:center;gap:12px;text-decoration:none;display:flex}.brand__mark img{width:34px;height:34px;display:block}.brand__name{color:var(--red);font-size:clamp(1rem,2.4vw,1.35rem);font-weight:700;line-height:1}.brand__name span{color:var(--black)}.brand__nav{align-items:center;gap:clamp(16px,3vw,34px);display:flex}.brand__nav a{color:var(--black);letter-spacing:.14em;text-transform:uppercase;font-size:.82rem;font-weight:700;text-decoration:none;transition:color .2s}.brand__nav a:hover{color:var(--red)}.brand__nav .brand__cta{color:var(--red);border:2px solid var(--red);padding:10px 18px;transition:background .2s,color .2s}.brand__nav .brand__cta:hover{color:var(--white);background:var(--red)}.hero{isolation:isolate;align-items:center;min-height:calc(100svh - 28px);padding:clamp(120px,16vh,170px) clamp(28px,7vw,108px) 80px;display:flex;position:relative;overflow:hidden}.hero:before{content:"";z-index:-2;background-image:linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);background-size:72px 72px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#0000 36%,#000 72%);mask-image:linear-gradient(90deg,#0000 36%,#000 72%)}.hero__content{width:min(760px,72vw);animation:.8s ease-out .1s both content-arrival}.hero__eyebrow,.section-tag{color:var(--red);letter-spacing:.24em;text-transform:uppercase;font-size:.78rem;font-weight:700}.hero__eyebrow{margin-bottom:22px}.hero h1{max-width:900px;font-size:clamp(3.4rem,9vw,8.4rem);font-weight:700;line-height:.88}.hero h1 span{color:var(--red);display:block}.hero__intro{max-width:49ch;color:var(--muted);margin-top:34px;font-size:clamp(1.05rem,2vw,1.28rem);line-height:1.58}.hero__coordinates{color:var(--muted);letter-spacing:.16em;gap:24px;font-size:.7rem;font-weight:700;display:flex;position:absolute;bottom:32px;right:clamp(28px,5vw,72px)}.atlas{border-top:4px solid var(--red);background:#f4f4f1;padding:clamp(64px,8vw,112px) clamp(28px,7vw,108px);position:relative}.atlas__heading{grid-template-columns:minmax(0,1.2fr) minmax(280px,.65fr);align-items:end;gap:clamp(32px,7vw,110px);max-width:1280px;margin:0 auto clamp(40px,6vw,72px);display:grid}.atlas__heading h2{margin-top:12px;font-size:clamp(2.2rem,5vw,4.7rem);line-height:.98}.atlas__heading>p{color:var(--muted);font-size:clamp(1rem,1.7vw,1.18rem);line-height:1.6}.atlas-toolbar{z-index:12;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#f4f4f1;max-width:1280px;margin:0 auto;position:sticky;top:79px}.atlas-filters{grid-template-columns:minmax(0,1fr) minmax(220px,.34fr);display:grid}.atlas-search{background:var(--white);border-left:1px solid var(--line);border-right:1px solid var(--line);align-items:center;min-height:64px;padding:0 18px;display:flex;position:relative}.atlas-search>svg{width:20px;height:20px;color:var(--red);flex:none}.atlas-search input{width:100%;min-width:0;color:var(--black);background:0 0;border:0;outline:0;padding:18px 46px 18px 14px;font-size:1rem}.atlas-search input::placeholder{color:#0a0a0a70}.atlas-search button{cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex;position:absolute;right:12px}.atlas-search button svg{width:18px;height:18px}.country-select{background:var(--white);border-left:1px solid var(--line);border-right:1px solid var(--line);align-items:center;gap:10px;min-width:0;min-height:64px;padding:0 18px;display:flex;position:relative}.country-select__pin{width:19px;height:19px;color:var(--red);flex:none}.country-select input{width:100%;min-width:0;color:var(--black);font:inherit;background:0 0;border:0;outline:0;padding:18px 58px 18px 0;font-size:.82rem;font-weight:700}.country-select input::placeholder{color:#0a0a0a85}.country-select:focus-within{box-shadow:inset 0 -2px var(--red)}.country-flag{object-fit:cover;border:1px solid #0a0a0a1f;flex:none;width:25px;height:17px;display:block}.country-flag--all{color:var(--white);background:var(--black);border-color:var(--black);letter-spacing:.06em;place-items:center;font-size:.43rem;font-weight:700;display:grid}.country-select__clear{width:32px;height:32px;color:var(--muted);cursor:pointer;background:0 0;border:0;place-items:center;display:grid;position:absolute;right:40px}.country-select__clear svg{width:16px;height:16px}.country-select__chevron{width:16px;height:16px;color:var(--muted);pointer-events:none;transition:transform .16s;position:absolute;right:16px}.country-select.is-open .country-select__chevron{transform:rotate(180deg)}.country-options{z-index:30;background:var(--white);border:1px solid var(--line);overscroll-behavior:contain;scrollbar-width:thin;position:fixed;overflow-y:auto;box-shadow:0 20px 40px #0a0a0a29}.country-options button{width:100%;min-height:44px;color:var(--black);background:var(--white);text-align:left;cursor:pointer;border:0;border-bottom:1px solid #0a0a0a14;grid-template-columns:25px minmax(0,1fr) auto 17px;align-items:center;gap:11px;padding:8px 13px;display:grid}.country-options button:hover,.country-options button.is-active{background:#f0f0ed}.country-options button.is-selected{box-shadow:inset 3px 0 var(--red)}.country-options button>span:nth-child(2){text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;font-weight:700;overflow:hidden}.country-options button small{color:var(--muted);font-size:.6rem;font-weight:700}.country-options button>svg:last-child{width:15px;height:15px;color:var(--red)}.country-options__empty{color:var(--muted);text-align:center;padding:24px 16px;font-size:.72rem;font-weight:700}.theme-switcher{background:var(--black);scrollbar-width:thin;width:100%;display:flex;overflow-x:auto}.theme-switcher button,.map-viewer__themes button{min-height:48px;color:var(--muted-light);background:var(--black);border:0;border-right:1px solid var(--line-light);letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;cursor:pointer;justify-content:center;align-items:center;gap:8px;padding:0 18px;font-size:.72rem;font-weight:700;transition:color .2s,background .2s;display:inline-flex}.theme-switcher button:hover,.theme-switcher button.is-active,.map-viewer__themes button:hover,.map-viewer__themes button.is-active{color:var(--white);background:#242424}.theme-switcher button.is-active{box-shadow:inset 0 -3px var(--red)}.theme-switcher svg{width:16px;height:16px}.theme-swatch{border:1px solid #ffffff57;flex:none;width:12px;height:12px}.atlas-status{max-width:1280px;color:var(--muted);letter-spacing:.08em;text-transform:uppercase;justify-content:space-between;align-items:center;gap:20px;margin:20px auto;scroll-margin-top:175px;font-size:.76rem;display:flex}.atlas-status b{color:var(--red)}.atlas-download-notice{max-width:1280px;color:var(--black);border-left:3px solid var(--red);background:#fff3f2;margin:-8px auto 20px;padding:12px 14px;font-size:.78rem;line-height:1.45}.city-grid{background:var(--line);border:1px solid var(--line);grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;max-width:1280px;margin:0 auto;display:grid}.city-poster{background:var(--white);min-width:0;padding:clamp(16px,2.2vw,28px)}.city-poster>header{justify-content:space-between;align-items:flex-start;gap:18px;min-height:92px;padding-bottom:18px;display:flex}.city-poster>header>div{min-width:0}.city-rank{color:var(--red);letter-spacing:.12em;margin-bottom:7px;font-size:.7rem;font-weight:700;display:block}.city-poster h3,.city-queued h3{font-size:clamp(1.18rem,2.2vw,1.65rem);line-height:1.05}.city-poster header p,.city-queued p{color:var(--muted);margin-top:6px;font-size:.82rem;line-height:1.35}.city-poster__tools{flex-direction:column;flex:none;align-items:flex-end;gap:10px;display:flex}.city-poster__tools>span{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:.65rem;font-weight:700}.city-poster__tools button{min-height:30px;color:var(--black);border:1px solid var(--line);letter-spacing:.06em;text-transform:uppercase;cursor:pointer;background:0 0;align-items:center;gap:6px;padding:0 8px;font-size:.6rem;font-weight:700;display:inline-flex}.city-poster__tools button:hover{color:var(--red);border-color:var(--red)}.city-poster__tools button:disabled,.map-viewer__actions button:disabled,.map-viewer__zoom button:disabled{cursor:wait;opacity:.45}.city-poster__tools svg{width:14px;height:14px}.poster-comparison{aspect-ratio:1;background:#171717;grid-template-rows:repeat(2,minmax(0,1fr));grid-template-columns:repeat(3,minmax(0,1fr));gap:0;display:grid;position:relative;overflow:hidden}.poster-comparison--3{grid-template-columns:repeat(3,minmax(0,1fr))}.poster-comparison button,.poster-single{cursor:zoom-in;background:0 0;border:0;min-width:0;display:block;position:relative;overflow:hidden}.poster-comparison button{z-index:1;min-height:0}.poster-preview{object-fit:cover;opacity:0;background:#171717;width:100%;height:100%;transition:filter .2s,opacity .2s;display:block;position:absolute;inset:0}.poster-preview.is-ready{opacity:1}.poster-preview-status{color:#ffffffb3;letter-spacing:.08em;text-align:center;text-transform:uppercase;background:#171717;place-content:center;justify-items:center;gap:9px;padding:16px;font-size:.58rem;font-weight:700;display:grid;position:absolute;inset:0}.poster-preview-status.is-error{color:#ffffff70}.poster-preview-status svg{width:18px;height:18px;color:var(--red)}.poster-preview-missing{color:var(--muted-light);letter-spacing:.08em;text-align:center;text-transform:uppercase;background:#171717;place-items:center;padding:20px;font-size:.62rem;font-weight:700;display:grid;position:absolute;inset:0}.poster-single{aspect-ratio:1;width:100%}.poster-comparison__pending{z-index:1;color:#ffffff8f;text-align:center;text-transform:uppercase;background:linear-gradient(135deg,#0000 49%,#ffffff14 50%,#0000 51%),#151515;flex-direction:column;justify-content:center;align-items:center;gap:4px;min-width:0;min-height:0;display:flex}.poster-comparison__pending span{letter-spacing:.08em;font-size:.58rem;font-weight:700}.poster-comparison__pending small{color:#ffffff4d;letter-spacing:.06em;font-size:.48rem}.poster-comparison button:before{content:"";z-index:1;background:var(--black);opacity:0;pointer-events:none;transition:opacity .2s;position:absolute;inset:0}.poster-single:hover .poster-preview{filter:brightness(1.08)}.poster-comparison:has(button:hover) button:not(:hover):before{opacity:.56}.poster-comparison button>span{z-index:2;color:var(--white);letter-spacing:.08em;text-transform:uppercase;background:#0a0a0ac7;padding:5px 7px;font-size:.58rem;font-weight:700;position:absolute;bottom:8px;left:8px}.poster-comparison button>svg,.poster-single>svg{z-index:2;width:18px;height:18px;color:var(--white);box-sizing:content-box;opacity:0;background:#0a0a0ab8;padding:3px;transition:opacity .2s;position:absolute;top:9px;right:9px}.poster-comparison button:hover>svg,.poster-single:hover>svg{opacity:1}.is-spinning{animation:.85s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.poster-pending{aspect-ratio:1;color:var(--muted-light);background:var(--black);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px;display:flex}.poster-pending span{color:var(--red);letter-spacing:.12em;text-transform:uppercase;font-size:.7rem;font-weight:700}.poster-pending p{font-size:.85rem}.city-queued{background:var(--white);grid-template-columns:auto 1fr auto;align-items:center;gap:18px;min-height:132px;padding:24px;display:grid}.city-queued .city-rank{margin:0}.queue-state{color:var(--muted);border:1px solid var(--line);letter-spacing:.1em;text-transform:uppercase;padding:7px 9px;font-size:.64rem;font-weight:700}.atlas-empty{max-width:1280px;color:var(--muted);border:1px solid var(--line);text-align:center;margin:0 auto;padding:90px 24px}.atlas-empty svg{width:28px;height:28px;color:var(--red);margin-bottom:16px}.atlas-empty h3{color:var(--black);font-size:1.35rem}.atlas-empty p{margin-top:8px;font-size:.92rem}.atlas-pagination{justify-content:center;align-items:center;gap:8px;max-width:1280px;margin:32px auto 0;display:flex}.atlas-pagination>div{align-items:center;gap:4px;display:flex}.atlas-pagination button{width:40px;height:40px;color:var(--black);background:var(--white);border:1px solid var(--line);cursor:pointer;place-items:center;padding:0;font-size:.72rem;font-weight:700;transition:color .2s,background .2s,border-color .2s;display:inline-grid}.atlas-pagination button:hover,.atlas-pagination button.is-active{color:var(--white);background:var(--red);border-color:var(--red)}.atlas-pagination button:disabled{color:#0a0a0a4d;cursor:not-allowed;background:0 0}.atlas-pagination button svg{width:17px;height:17px}.atlas-pagination>div>span{width:28px;color:var(--muted);text-align:center}.atlas-pagination>span{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin-left:10px;font-size:.68rem;font-weight:700}body.viewer-open{overflow:hidden}.map-viewer{z-index:100;background:#000000eb;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.map-viewer__panel{background:var(--black);border:1px solid var(--line-light);grid-template-rows:auto minmax(0,1fr) auto;width:min(1320px,100%);height:min(920px,100svh - 40px);display:grid}.map-viewer__bar{min-width:0;color:var(--white);border-bottom:1px solid var(--line-light);justify-content:space-between;align-items:center;gap:24px;padding:16px 18px;display:flex}.map-viewer__bar>div:first-child{grid-template-columns:auto auto 1fr;align-items:baseline;gap:12px;min-width:0;display:grid}.map-viewer__bar span{color:var(--red);font-size:.68rem;font-weight:700}.map-viewer__bar h2{font-size:clamp(1rem,2vw,1.35rem)}.map-viewer__bar p{color:var(--muted-light);font-size:.78rem}.map-viewer__actions{align-items:center;gap:8px;display:flex}.map-viewer__actions a,.map-viewer__actions button{min-height:40px;color:var(--white);border:1px solid var(--line-light);letter-spacing:.06em;text-transform:uppercase;cursor:pointer;background:0 0;justify-content:center;align-items:center;gap:8px;padding:0 12px;font-size:.7rem;font-weight:700;text-decoration:none;display:inline-flex}.map-viewer__actions svg{width:16px;height:16px}.map-viewer__actions button{width:40px;padding:0}.map-viewer__actions button.map-viewer__download{width:auto;padding:0 12px}.map-viewer__image{overflow-anchor:none;overscroll-behavior:contain;background:#050505;width:100%;min-width:0;height:100%;min-height:0;position:relative;overflow:auto}.map-viewer__image.is-zoomed{cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none}.map-viewer__image.is-panning{cursor:grabbing}.map-viewer__image:focus-visible{outline:2px solid var(--red);outline-offset:-2px}.map-viewer__image.is-zoomed img{pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.map-viewer__canvas{place-items:center;display:grid;position:relative}.map-viewer__canvas img{object-fit:contain;grid-area:1/1;display:block}.map-viewer__preview{filter:blur(2px)brightness(.72);opacity:.72}.map-viewer__full{opacity:0;transition:opacity .2s}.map-viewer__full.is-ready{opacity:1}.map-viewer__loading{z-index:4;width:min(300px,100% - 40px);color:var(--white);border:1px solid var(--line-light);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);text-align:center;background:#0a0a0aad;justify-items:center;gap:16px;padding:26px;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.map-viewer__loading>svg{width:24px;height:24px;color:var(--red)}.map-viewer__loading strong{letter-spacing:.04em;text-transform:uppercase;font-size:.78rem}.map-viewer__loading small{color:var(--muted-light);font-size:.66rem}.map-viewer__loading button{min-height:38px;color:var(--white);background:var(--red);letter-spacing:.06em;text-transform:uppercase;cursor:pointer;border:0;padding:0 16px;font-size:.68rem;font-weight:700}.map-viewer__square-progress{grid-template-columns:repeat(3,1fr);gap:6px;width:92px;display:grid}.map-viewer__square-progress span{aspect-ratio:1;background:#ffffff24;border:1px solid #ffffff38;transition:background .18s,border-color .18s,transform .18s;display:block;transform:scale(.88)}.map-viewer__square-progress span.is-complete{background:var(--red);border-color:var(--red);transform:scale(1)}.map-viewer__square-progress.is-indeterminate span{animation:1.35s ease-in-out infinite square-progress}.map-viewer__square-progress.is-indeterminate span:nth-child(2){animation-delay:.1s}.map-viewer__square-progress.is-indeterminate span:nth-child(3){animation-delay:.2s}.map-viewer__square-progress.is-indeterminate span:nth-child(4){animation-delay:.3s}.map-viewer__square-progress.is-indeterminate span:nth-child(5){animation-delay:.4s}.map-viewer__square-progress.is-indeterminate span:nth-child(6){animation-delay:.5s}.map-viewer__square-progress.is-indeterminate span:nth-child(7){animation-delay:.6s}.map-viewer__square-progress.is-indeterminate span:nth-child(8){animation-delay:.7s}.map-viewer__square-progress.is-indeterminate span:nth-child(9){animation-delay:.8s}@keyframes square-progress{0%,55%,to{background:#ffffff24;border-color:#ffffff38;transform:scale(.88)}20%{background:var(--red);border-color:var(--red);transform:scale(1)}}.map-viewer__zoom{z-index:3;color:var(--white);border:1px solid var(--line-light);background:#0a0a0ae6;align-items:center;display:flex;position:absolute;top:14px;left:14px}.map-viewer__zoom button,.map-viewer__zoom output{width:38px;height:38px;color:inherit;border:0;border-right:1px solid var(--line-light);background:0 0;place-items:center;display:grid}.map-viewer__zoom button{cursor:pointer}.map-viewer__zoom button:last-child{border-right:0;border-left:1px solid var(--line-light)}.map-viewer__zoom output{width:54px;font-size:.66rem;font-weight:700}.map-viewer__zoom svg{width:16px;height:16px}.map-viewer__themes{border-top:1px solid var(--line-light);display:flex;overflow-x:auto}.process-page{padding-top:79px}.process-hero{color:var(--white);background:var(--black);padding:clamp(70px,9vw,130px) clamp(28px,7vw,108px) 0;position:relative;overflow:hidden}.process-hero:before{content:"";background-image:linear-gradient(var(--line-light) 1px, transparent 1px), linear-gradient(90deg, var(--line-light) 1px, transparent 1px);pointer-events:none;background-size:72px 72px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000,#0000 72%);mask-image:linear-gradient(#000,#0000 72%)}.process-hero__copy{max-width:980px;padding-bottom:clamp(54px,7vw,90px);position:relative}.process-hero h1{max-width:11ch;margin-top:18px;font-size:clamp(3rem,8vw,7.2rem);line-height:.92}.process-hero h1 span{color:var(--red)}.process-hero__copy>p:last-child{max-width:58ch;color:var(--muted-light);margin-top:28px;font-size:clamp(1rem,1.8vw,1.22rem);line-height:1.6}.process-hero__visual{aspect-ratio:16/6;border-top:1px solid var(--line-light);width:100%;position:relative;overflow:hidden}.process-hero__visual img{object-fit:cover;object-position:center 42%;width:100%;height:100%;display:block}.process-steps,.process-provenance{padding:clamp(64px,9vw,120px) clamp(28px,7vw,108px)}.process-steps__heading,.process-steps__grid,.process-provenance__inner{max-width:1180px;margin-inline:auto}.process-steps__heading{grid-template-columns:1fr 1fr;gap:50px;margin-bottom:54px;display:grid}.process-steps__heading h2,.process-provenance h2{font-size:clamp(2rem,4.5vw,3.7rem);line-height:1}.process-steps__heading p{color:var(--muted);line-height:1.65}.process-steps__grid{background:var(--line);border:1px solid var(--line);grid-template-columns:repeat(4,1fr);gap:1px;display:grid}.process-step{background:var(--white);min-height:280px;padding:clamp(24px,3vw,36px)}.process-step>span{color:var(--red);letter-spacing:.12em;font-size:.72rem;font-weight:700}.process-step h3{margin-top:54px;font-size:1.35rem}.process-step p{color:var(--muted);margin-top:16px;font-size:.92rem;line-height:1.62}.process-command{color:var(--white);background:var(--red);padding:28px clamp(28px,7vw,108px)}.process-command code{white-space:nowrap;max-width:1180px;margin:0 auto;font-family:SFMono-Regular,Consolas,monospace;font-size:clamp(.72rem,1.4vw,.92rem);display:block;overflow-x:auto}.process-provenance{color:var(--white);background:var(--black)}.process-provenance__inner{grid-template-columns:.8fr 1.2fr;gap:clamp(40px,8vw,110px);display:grid}.process-provenance__copy>p{color:var(--muted-light);margin-top:22px;line-height:1.65}.repo-links{background:var(--line-light);border:1px solid var(--line-light);gap:1px;display:grid}.repo-link{color:var(--white);background:var(--black);grid-template-columns:auto 1fr auto;align-items:center;gap:16px;padding:24px;text-decoration:none;transition:background .2s;display:grid}.repo-link:hover{background:#171717}.repo-link>svg{width:24px;height:24px;color:var(--red)}.repo-link div{min-width:0}.repo-link b,.repo-link span{display:block}.repo-link span{color:var(--muted-light);margin-top:5px;font-size:.78rem;line-height:1.45}.repo-link>span{color:var(--red);margin:0;font-weight:700}footer{color:var(--white);background:var(--black);border-top:1px solid var(--line-light)}.footer-grid{grid-template-columns:1.6fr 1fr 1fr 1fr;gap:40px;width:min(1180px,100%);margin:0 auto;padding:clamp(56px,8vw,96px) clamp(28px,7vw,108px) 0;display:grid}.footer-brand .brand__mark img{filter:brightness(0)invert()}.footer-brand .brand__name{color:var(--white)}.footer-brand .brand__name span{color:var(--red)}.footer-brand p{max-width:34ch;color:var(--muted-light);margin-top:18px;font-size:.95rem;line-height:1.6}.footer-social{width:38px;height:38px;color:var(--white);border:1px solid var(--line-light);justify-content:center;align-items:center;margin-top:22px;font-family:Arial,sans-serif;font-size:.92rem;font-weight:700;text-decoration:none;transition:color .2s,border-color .2s;display:inline-flex}.footer-social:hover{color:var(--red);border-color:var(--red)}.footer-col h2{color:var(--red);letter-spacing:.18em;text-transform:uppercase;margin-bottom:18px;font-size:.78rem;font-weight:600}.footer-col a,.footer-col p{color:var(--white);font-size:.95rem;line-height:1.9;text-decoration:none;transition:color .2s;display:block}.footer-col a:hover{color:var(--red)}.footer-col .muted{color:var(--muted-light)}.footer-bottom{width:min(1180px,100%);color:var(--muted-light);border-top:1px solid var(--line-light);flex-wrap:wrap;justify-content:space-between;gap:14px;margin:clamp(40px,6vw,64px) auto 0;padding:clamp(30px,5vw,46px) clamp(28px,7vw,108px);font-size:.82rem;display:flex}.footer-bottom b{color:var(--white);font-weight:600}@keyframes content-arrival{0%{opacity:0;transform:translateY(28px)}}@media (max-width:840px){.brand__nav a:not(.brand__cta){display:none}.hero__content{width:min(680px,86vw)}.atlas__heading,.process-steps__heading,.process-provenance__inner{grid-template-columns:1fr}.atlas-toolbar{top:69px}.city-grid{grid-template-columns:1fr}.process-steps__grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1.4fr 1fr}}@media (min-width:841px) and (max-width:1120px){.city-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.brand{padding:16px 20px}.brand__mark img{width:30px;height:30px}.brand__name{font-size:1.02rem}.brand__nav .brand__cta{letter-spacing:.08em;padding:9px 11px;font-size:.68rem}.hero{min-height:91svh;padding:112px 22px 80px}.hero__content{width:100%}.hero h1{font-size:clamp(3.2rem,20vw,5.2rem)}.hero__intro{margin-top:28px;font-size:1rem}.hero__coordinates{gap:14px;bottom:24px;right:22px}.atlas{padding:54px 22px}.atlas__heading{gap:22px;margin-bottom:36px}.atlas-toolbar{top:63px}.atlas-search{min-height:56px}.atlas-filters{grid-template-columns:1fr}.country-select{border-top:1px solid var(--line);min-height:52px}.atlas-status{flex-direction:column;align-items:flex-start;gap:7px}.atlas-pagination{flex-wrap:wrap}.atlas-pagination>span{text-align:center;width:100%;margin:4px 0 0}.city-poster{padding:16px}.poster-comparison button>span{padding:4px 5px;font-size:.52rem;bottom:5px;left:5px}.city-queued{grid-template-columns:auto 1fr}.queue-state{grid-column:2;width:fit-content}.map-viewer{padding:0}.map-viewer__panel{height:100svh}.map-viewer__bar{align-items:flex-start;padding:12px}.map-viewer__bar>div:first-child{grid-template-columns:auto 1fr;gap:6px 10px}.map-viewer__bar p{grid-column:2}.map-viewer__actions a,.map-viewer__actions button.map-viewer__download{width:40px;padding:0;font-size:0}.map-viewer__zoom{top:10px;left:10px}.process-page{padding-top:63px}.process-hero{padding:64px 22px 0}.process-hero__visual{aspect-ratio:4/3}.process-steps,.process-provenance{padding:58px 22px}.process-steps__grid{grid-template-columns:1fr}.process-step{min-height:220px}.process-step h3{margin-top:34px}.footer-grid{grid-template-columns:1fr;gap:34px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hero__content{animation:none}}
