.field{opacity:0;gap:1.5rem;margin-bottom:3rem;animation:.5s cubic-bezier(.23,1,.32,1) .25s forwards fadeUp;display:grid}.field-card{border:2px solid var(--fg);background:var(--bg);padding:.9rem 1.25rem 1.25rem;position:relative}.card-head{color:var(--muted);justify-content:space-between;gap:1rem;margin-bottom:.75rem;display:flex}.card-head .arrow{color:var(--accent)}.map-card{padding-bottom:0}.map-readout{color:var(--fg);font-variant-numeric:tabular-nums;text-align:right}.map-body{border-top:1px solid var(--border-light);grid-template-columns:1fr 230px;margin:0 -1.25rem;display:grid}.map-wrap{border-right:1px solid var(--border-light)}.dotmap{cursor:crosshair;touch-action:pan-y;width:100%;height:auto;display:block}.dots{fill:none;stroke-linecap:round;stroke-width:.42px}.dots-base{stroke:#c8c4bc}.dots-region{stroke:#8f8a82}.dots-hot{stroke:var(--accent);stroke-width:.5px}.dotmap text{font-family:var(--font-mono);letter-spacing:.08px;text-transform:uppercase;fill:var(--fg);font-size:1.05px}.other circle{fill:var(--bg);stroke:var(--fg);stroke-width:.18px;transition:r .2s,fill .2s}.other text{opacity:0;paint-order:stroke;stroke:var(--bg);stroke-width:.35px;transition:opacity .15s}.other:hover circle,.other:focus-visible circle{fill:var(--accent);r:.8}.other:hover text,.other:focus-visible text{opacity:1}.route{fill:none;stroke:var(--fg);stroke-width:.22px;stroke-linejoin:miter;stroke-dasharray:1;stroke-dashoffset:1px;transition:stroke-dashoffset 1.2s cubic-bezier(.65,0,.35,1)}.inview .route{stroke-dashoffset:0}.pin-origin circle{fill:var(--fg)}.pin-dest circle{fill:var(--accent)}.pin-dest text,.pin-origin text{paint-order:stroke;stroke:var(--bg);stroke-width:.4px;font-weight:700}.pin-dest .pulse{transform-box:fill-box;transform-origin:50%;animation:2s ease-out infinite pinPulse}@keyframes pinPulse{0%{opacity:.6;transform:scale(1)}to{opacity:0;transform:scale(4)}}.plane text{fill:var(--fg);font-size:2px}.plane{transition:opacity .3s}.plane.landed{opacity:0}.crosshair line{stroke:var(--accent);stroke-width:.08px;stroke-dasharray:.4 .3;opacity:0;pointer-events:none;transition:opacity .2s}.aiming .crosshair line{opacity:1}.map-stats{grid-template-rows:repeat(3,1fr);display:grid}.map-stats>div{flex-wrap:wrap;align-content:center;align-items:baseline;gap:0 .35rem;padding:.9rem 1.25rem 1.1rem;display:flex}.map-stats>div+div{border-top:1px solid var(--border-light)}.map-stats .mono{width:100%;color:var(--muted);margin-bottom:.2rem}.map-stats b{font-family:var(--font-display);letter-spacing:-.03em;font-variant-numeric:tabular-nums;font-size:clamp(1.6rem,3vw,2.4rem);font-weight:800;line-height:1}.map-stats .unit{font-family:var(--font-mono);color:var(--muted);font-size:.7rem}.field-row{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.hello{cursor:pointer;color:var(--fg);text-align:left;background:0 0;border:none;align-items:center;gap:.75rem;padding:0;display:flex}.hello-word{font-family:var(--font-display);text-transform:uppercase;letter-spacing:-.03em;flex-wrap:wrap;column-gap:.3em;font-size:clamp(1.8rem,2.6vw,2.4rem);font-weight:800;line-height:1;display:flex}.hello-w{white-space:nowrap}.hello-word .ch{display:inline-block}.hello.waving .ch{animation:helloWave .6s cubic-bezier(.34, 1.56, .64, 1) calc(var(--i) * 45ms)}@keyframes helloWave{40%{color:var(--accent);transform:translateY(-.25em)rotate(-6deg)}}.hello-speaker{border:2px solid var(--fg);border-radius:50%;flex:none;place-items:center;width:40px;height:40px;transition:background-color .15s,color .15s,transform .15s cubic-bezier(.34,1.56,.64,1);display:grid}.hello-speaker .wave{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round}.hello:hover .hello-speaker{background:var(--fg);color:var(--bg);transform:rotate(-8deg)scale(1.05)}.hello:active .hello-speaker{transform:scale(.92)}.hello.waving .wave{animation:.5s 2 speakerWave}.hello.waving .w2{animation-delay:.12s}@keyframes speakerWave{50%{opacity:.1}}.hello:focus-visible{outline:2px dashed var(--accent);outline-offset:6px}.hello-native{margin-top:.75rem;font-size:1.3rem;line-height:1.3}.hello-meaning{color:var(--muted);margin-top:.35rem;font-size:1rem;font-style:italic}.clock{font-family:var(--font-display);letter-spacing:-.03em;font-variant-numeric:tabular-nums;font-size:clamp(2.6rem,4.5vw,3.6rem);font-weight:800;line-height:1}.clock .sec{color:var(--accent);margin-left:.1em;font-size:.45em}.clock .blink{animation:1s step-end infinite blink}@keyframes blink{50%{opacity:.2}}.sky{color:var(--accent);cursor:default;font-size:1rem;line-height:1}.clock-note{color:var(--muted);margin-top:.75rem;font-size:1rem;line-height:1.4}.fact-card{perspective:600px;flex-direction:column;display:flex}.fact{font-family:var(--font-heading);transform-origin:50% 0;flex:1;font-size:1.25rem;line-height:1.3;transition:transform .18s ease-in,opacity .18s ease-in}.fact.flip-out{opacity:0;transform:rotateX(80deg)}.fact.flip-in{animation:.35s cubic-bezier(.34,1.56,.64,1) factIn}@keyframes factIn{0%{opacity:0;transform:rotateX(-70deg)}}.fact-btn{border:1px solid var(--fg);font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;color:var(--fg);cursor:pointer;background:0 0;align-self:flex-start;margin-top:1rem;padding:.35rem .8rem;font-size:.65rem;transition:background-color .15s,color .15s,transform .1s}.fact-btn:hover{background:var(--fg);color:var(--bg)}.fact-btn:active{transform:scale(.96)}.timeline{height:88px;margin:0 .5rem;position:relative}.timeline-axis{border-top:2px solid var(--fg);position:absolute;bottom:22px;left:0;right:0}.year{font-family:var(--font-mono);letter-spacing:.1em;color:var(--muted);font-size:.6rem;position:absolute;top:6px}.year:before{content:"";border-left:2px solid var(--fg);height:8px;position:absolute;top:-12px;left:0}.t-dot{bottom:calc(32px + var(--stack) * 16px);background:var(--accent);border:2px solid var(--bg);width:12px;height:12px;box-shadow:0 0 0 1px var(--fg);z-index:1;border-radius:50%;margin-left:-6px;transition:transform .2s cubic-bezier(.34,1.56,.64,1);position:absolute}.t-dot:hover,.t-dot:focus-visible{z-index:5;transform:scale(1.5)}.t-tip{transform-origin:bottom;background:var(--fg);width:max-content;max-width:240px;color:var(--bg);font-family:var(--font-display);text-transform:uppercase;opacity:0;pointer-events:none;flex-direction:column;gap:.2rem;padding:.5rem .7rem;font-size:.85rem;font-weight:700;line-height:1.15;transition:opacity .15s;display:flex;position:absolute;bottom:calc(100% + 10px);left:50%;transform:translate(-50%)scale(.67)}.edge-l .t-tip{transform-origin:0 100%;left:-6px;transform:scale(.67)}.edge-r .t-tip{transform-origin:100% 100%;left:auto;right:-6px;transform:scale(.67)}.t-tip .mono{color:var(--accent);font-size:.6rem}.t-dot:hover .t-tip,.t-dot:focus-visible .t-tip{opacity:1}@media (width<=960px){.map-body{grid-template-columns:1fr}.map-wrap{border-right:none;border-bottom:1px solid var(--border-light)}.map-stats{grid-template-rows:none;grid-template-columns:repeat(3,1fr)}.map-stats>div+div{border-top:none;border-left:1px solid var(--border-light)}.field-row{grid-template-columns:1fr 1fr}.fact-card{grid-column:1/-1}}@media (width<=600px){.field-row{grid-template-columns:1fr}.field-card{padding:.8rem 1rem 1rem}.map-body{margin:0 -1rem}.card-head{flex-direction:column;gap:.25rem}.map-readout{text-align:left}.map-stats>div{padding:.75rem .75rem .9rem}.map-stats .mono{font-size:.55rem}.dots{stroke-width:.5px}}.page-hero{opacity:0;padding:4rem 0 3rem;animation:.5s cubic-bezier(.23,1,.32,1) .1s forwards fadeUp;position:relative}.hero-stamp{border:4px double var(--accent);width:150px;height:150px;color:var(--accent);text-align:center;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.15em;opacity:0;mix-blend-mode:multiply;pointer-events:none;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;font-size:.55rem;line-height:1.3;display:flex;position:absolute;top:3.5rem;right:1rem;rotate:-12deg;mask-image:radial-gradient(circle at 30% 40%,#000 55%,#000000bf 70%,#000 85%)}.hero-stamp-name{font-family:var(--font-display);letter-spacing:-.01em;margin:.3rem .5rem;font-size:1.1rem;font-weight:800;line-height:1}.hero-stamp.inked{opacity:.85}.hero-stamp.fresh{animation:.5s cubic-bezier(.34,1.56,.64,1) .9s both stampIn}.page-hero-label{color:var(--accent);margin-bottom:1rem}.page-hero-title{text-transform:capitalize;margin-bottom:1rem;font-size:clamp(4rem,10vw,8rem)}.page-hero-desc{font-family:var(--font-body);color:var(--muted);max-width:600px;font-size:1.15rem;font-weight:300;line-height:1.6}.divider{border-top:2px solid var(--fg);border-bottom:2px solid var(--fg);opacity:0;justify-content:space-between;align-items:center;margin-bottom:0;padding:.75rem 0;animation:.4s cubic-bezier(.23,1,.32,1) .3s forwards fadeUp;display:flex}.divider-label{color:var(--fg)}.divider-count{color:var(--muted)}.post-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;padding:2rem 0 4rem;display:grid}.post-card{border:2px solid var(--fg);opacity:0;flex-direction:column;text-decoration:none;transition:opacity .5s cubic-bezier(.23,1,.32,1),transform .5s cubic-bezier(.23,1,.32,1),background-color .15s;display:flex;transform:translateY(24px)}.post-card.visible{opacity:1;transform:perspective(900px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg))}.post-card.tilting{transition:transform .12s ease-out,background-color .15s}.post-card .post-image-wrapper:after{content:"";background:radial-gradient(circle at var(--mx,50%) var(--my,50%), #ffffff47, transparent 55%);opacity:0;pointer-events:none;transition:opacity .3s;position:absolute;inset:0}.post-card.tilting .post-image-wrapper:after{opacity:1}.post-card:hover{background-color:var(--fg)}.post-card:hover .post-title,.post-card:hover .post-meta{color:var(--bg)!important}.post-card:hover .post-meta span{color:var(--accent)!important}.post-image-wrapper{aspect-ratio:4/3;background:var(--fg);width:100%;position:relative;overflow:hidden}.post-image-empty{color:var(--muted);justify-content:center;align-items:center;display:flex}.post-image{object-fit:cover;filter:grayscale(50%)contrast(1.1);width:100%;height:100%;transition:filter .5s,transform .6s cubic-bezier(.23,1,.32,1)}.post-card:hover .post-image{filter:grayscale(0%)contrast();transform:scale(1.03)}.post-info{padding:1.25rem 1.5rem 1.75rem}.post-meta{color:var(--muted);font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem;font-size:.65rem;transition:color .15s;display:flex}.post-meta span{transition:color .15s}.post-title{color:var(--fg);transition:color .15s;font-family:var(--font-display)!important;text-transform:uppercase!important;letter-spacing:-.01em!important;font-size:1.35rem!important;font-weight:700!important;line-height:1.1!important}@media (width<=960px){.post-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.post-grid{grid-template-columns:1fr;gap:1.25rem}.post-info{padding:1rem 1rem 1.25rem}.page-hero{padding:2.5rem 0 2rem}.page-hero-title{font-size:clamp(3rem,12vw,5rem)}.page-hero-desc{font-size:1rem}.hero-stamp{width:96px;height:96px;font-size:.45rem;top:1rem;right:0}.hero-stamp-name{font-size:.7rem}.post-title{font-size:1.15rem!important}}
