@font-face{font-family:"Archivo";src:url("fonts/archivo-var.woff2") format("woff2");font-weight:100 900;font-stretch:62% 125%;font-display:swap}@font-face{font-family:"Plex Mono";src:url("fonts/plex-mono-400.woff2") format("woff2");font-weight:400;font-display:swap}@font-face{font-family:"Plex Mono";src:url("fonts/plex-mono-500.woff2") format("woff2");font-weight:500;font-display:swap}:root{--paper:#f9f5e9;--paper-2:#f0e9d8;--ink:#1b1e20;--ink-2:#53585c;--rule:#ddd4c0;--teal:#1f5f5b;--teal-2:#2f807a;--teal-lt:#86c7c0;--wrap:1240px;--gutter:clamp(16px,4vw,48px);--sans:"Archivo",system-ui,sans-serif;--mono:"Plex Mono",ui-monospace,"SFMono-Regular",Menlo,monospace;--ease:cubic-bezier(.2,.7,.1,1)}*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:72px}body{margin:0;background:var(--paper);color:var(--ink);font:400 17px/1.6 var(--sans);-webkit-font-smoothing:antialiased;overflow-x:hidden}body::after{content:"";position:fixed;inset:0;pointer-events:none;z-index:60;opacity:.32;mix-blend-mode:multiply;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 .45 0 0 0 0 .4 0 0 0 0 .3 0 0 0 .16 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}img,svg{display:block;max-width:100%}a{color:inherit}h1,h2,h3{margin:0;font-weight:600;font-stretch:76%;letter-spacing:-0.015em;line-height:1}h1 em,h2 em{font-style:normal;font-weight:300;color:var(--teal)}p{margin:0}.wrap{width:min(100% - 2 * var(--gutter),var(--wrap));margin-inline:auto}.kicker{display:flex;align-items:center;gap:12px;font:500 12px/1.4 var(--mono);letter-spacing:0.16em;text-transform:uppercase;color:var(--ink-2)}.kicker::before{content:"";width:9px;height:9px;border:1.5px solid var(--teal);transform:rotate(45deg);flex:none}.kicker.rise{display:flex}.kicker__sep{width:28px;height:1px;background:currentColor;opacity:.5}.intro{position:fixed;inset:0;z-index:100;background:var(--ink);color:var(--paper);display:grid;place-items:center;animation:intro-out .9s var(--ease) 1.9s forwards}.intro__inner{display:grid;justify-items:center;gap:18px}.intro__mark{width:72px;height:72px;fill:none;stroke:var(--paper);stroke-width:1.6;stroke-linejoin:round}.intro__mark path{stroke-dasharray:200;stroke-dashoffset:200;animation:draw 1s var(--ease) forwards}.intro__s2{animation-delay:.25s !important}.intro__s3{stroke:var(--teal-lt);stroke-width:2.6;animation-delay:.55s !important}.intro__word{font-size:15px;letter-spacing:.32em;text-transform:uppercase;font-stretch:90%;overflow:hidden}.intro__word span,.intro__word b{display:inline-block;transform:translateY(110%);animation:up .8s var(--ease) .7s forwards}.intro__word b{font-weight:800;animation-delay:.8s}.intro__bar{width:160px;height:1px;background:rgba(249,245,233,.2);position:relative;overflow:hidden}.intro__bar::after{content:"";position:absolute;inset:0;background:var(--teal-lt);transform:scaleX(0);transform-origin:left;animation:bar 1.6s var(--ease) .2s forwards}@keyframes draw{to{stroke-dashoffset:0}}@keyframes up{to{transform:none}}@keyframes bar{to{transform:scaleX(1)}}@keyframes intro-out{to{clip-path:inset(0 0 100% 0);visibility:hidden}}.no-intro .intro{display:none}.rise{display:inline-block;opacity:0;transform:translateY(40%);animation:rise 1.1s var(--ease) forwards;animation-delay:calc(2.2s + var(--d) * .12s)}.no-intro .rise{animation-delay:calc(.1s + var(--d) * .12s)}@keyframes rise{to{opacity:1;transform:none}}.top{position:sticky;top:0;z-index:20;background:color-mix(in srgb,var(--paper) 86%,transparent);backdrop-filter:blur(10px);border-bottom:1px solid transparent;transition:border-color .3s}.top.is-scrolled{border-bottom-color:var(--rule)}.top__row{display:flex;align-items:center;justify-content:space-between;height:68px}.brand{display:flex;align-items:center;gap:10px;text-decoration:none}.brand__mark{width:30px;height:30px;color:var(--ink);transition:transform .6s var(--ease)}.brand:hover .brand__mark{transform:rotate(-60deg)}.brand__name{font-size:16px;font-stretch:92%;font-weight:500;letter-spacing:0.14em;text-transform:uppercase}.brand__name b{font-weight:800}.nav{display:flex;gap:30px;align-items:center;font:500 12px/1 var(--mono);letter-spacing:0.12em;text-transform:uppercase}.nav a{text-decoration:none;color:var(--ink-2);position:relative;padding:6px 0}.nav a:not(.nav__cta)::after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:var(--teal);transform:scaleX(0);transform-origin:right;transition:transform .4s var(--ease)}.nav a:not(.nav__cta):hover::after{transform:scaleX(1);transform-origin:left}.nav a:hover{color:var(--ink)}.btn,.nav__cta{position:relative;display:inline-block;overflow:hidden;isolation:isolate;border:1px solid var(--ink);background:var(--ink);color:var(--paper) !important;padding:15px 24px;font:500 12px/1 var(--mono);letter-spacing:0.14em;text-transform:uppercase;text-decoration:none;cursor:pointer}.nav .nav__cta{padding:11px 18px}.btn::before,.nav__cta::before{content:"";position:absolute;inset:0;z-index:-1;background:var(--teal);transform:translateY(101%);transition:transform .5s var(--ease)}.btn:hover::before,.nav__cta:hover::before,.btn:focus-visible::before{transform:none}.btn:hover,.nav__cta:hover{border-color:var(--teal)}.btn--ghost{background:transparent;color:var(--ink) !important}.btn--ghost:hover{color:var(--paper) !important}.hero{padding-top:clamp(44px,7vw,96px)}.hero__grid{display:grid;grid-template-columns:1.6fr 1fr;gap:26px 56px;align-items:end}.hero__grid .kicker{grid-column:1 / -1}.hero__title{font-size:clamp(50px,7.8vw,116px);font-stretch:70%;font-weight:640;letter-spacing:-0.025em;line-height:.94}.hero__title .line{display:block;overflow:hidden;padding-bottom:.06em}.hero__title em{font-weight:280}.hero__aside p{color:var(--ink-2);max-width:44ch}.hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.harbor{margin:clamp(20px,3vw,40px) 0 0}.harbor__svg{width:100%;height:auto;aspect-ratio:1536 / 700;min-height:240px;-webkit-mask-image:linear-gradient(to bottom,transparent 0,#000 10%,#000 96%,transparent 100%);mask-image:linear-gradient(to bottom,transparent 0,#000 10%,#000 96%,transparent 100%)}.birds path{fill:none;stroke:var(--ink);stroke-width:1.3;stroke-linecap:round}.rig-cable{stroke:var(--ink);stroke-width:.7}.rig-trolley{fill:#efe7d4;stroke:var(--ink);stroke-width:1}.rig-spreader{fill:none;stroke:var(--ink);stroke-width:5;stroke-linejoin:round}.rig-trolley-t{fill:#e3dac6;stroke:var(--ink);stroke-width:1}.rig-trolley-s{fill:#cfc5ae;stroke:var(--ink);stroke-width:1}.rig-trolley-f{fill:#efe7d4;stroke:var(--ink);stroke-width:1}.box-t{fill:#f3eddd;stroke:var(--ink);stroke-width:1}.box-f{fill:#e6ddc7;stroke:var(--ink);stroke-width:1}.box-s{fill:#d0c6ae;stroke:var(--ink);stroke-width:1}.box--teal .box-t{fill:#6a9994}.box--teal .box-f{fill:#2f6d68}.box--teal .box-s{fill:#22524e}.box-rib{stroke:var(--ink);stroke-width:.6;opacity:.5}.smoke{filter:url(#smoke-soft)}.puff{fill:#b9b2a2}.tk-frame-t,.tk-frame-f{fill:#3a3f43;stroke:var(--ink);stroke-width:.8}.tk-frame-s{fill:#2a2e31;stroke:var(--ink);stroke-width:.8}.tk-cab-f{fill:#e9e1cd;stroke:var(--ink);stroke-width:1.1}.tk-cab-t{fill:#f6f1e4;stroke:var(--ink);stroke-width:1.1}.tk-cab-s{fill:#cfc6b0;stroke:var(--ink);stroke-width:1.1}.tk-glass{fill:#9fb9b5;stroke:var(--ink);stroke-width:.8}.tk-line{stroke:var(--ink);stroke-width:.8}.wheel{fill:var(--ink)}.wheel--back{fill:#4a4f53}.hub{fill:#cfc6b1}.sc-leg-f,.sc-beam-f{fill:#d9b44a;stroke:var(--ink);stroke-width:1}.sc-leg-t,.sc-beam-t{fill:#ecd37e;stroke:var(--ink);stroke-width:1}.sc-leg-s,.sc-beam-s{fill:#b8932f;stroke:var(--ink);stroke-width:1}.sc-cab-f{fill:#e9e1cd;stroke:var(--ink);stroke-width:1}.sc-cab-t{fill:#f6f1e4;stroke:var(--ink);stroke-width:1}.sc-cab-s{fill:#cfc6b0;stroke:var(--ink);stroke-width:1}.van-f{fill:#efe9da;stroke:var(--ink);stroke-width:1.1}.van-t{fill:#f8f4ea;stroke:var(--ink);stroke-width:1.1}.van-s{fill:#d6cdb7;stroke:var(--ink);stroke-width:1.1}.veh-shadow line{stroke:var(--ink);stroke-width:1.4;opacity:.55}.mooring{fill:none;stroke:var(--ink);stroke-width:1.2}.tug-hull{fill:var(--ink)}.tug-cabin{fill:var(--paper);stroke:var(--ink);stroke-width:1.4}.tug-funnel{fill:var(--teal);stroke:var(--ink);stroke-width:1.2}.tug-wake{fill:none;stroke:var(--ink);stroke-width:1.2;opacity:.6}.clocks{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;padding:22px 0 8px;border-top:1px solid var(--ink)}.clock{display:flex;align-items:center;gap:14px}.clock__face{width:44px;height:44px;flex:none}.clock__face .rim{fill:none;stroke:var(--ink);stroke-width:1.2}.clock__face .tick{stroke:var(--ink);stroke-width:1}.clock__face .hand-h{stroke:var(--ink);stroke-width:2;stroke-linecap:round}.clock__face .hand-m{stroke:var(--ink);stroke-width:1.3;stroke-linecap:round}.clock__face .hand-s{stroke:var(--teal);stroke-width:.8}.clock__face .pin{fill:var(--teal)}.clock--home .clock__face .rim{stroke:var(--teal);stroke-width:1.8}.clock__city{font:500 11px/1.3 var(--mono);letter-spacing:.14em;text-transform:uppercase;color:var(--ink-2)}.clock__time{font-size:22px;font-stretch:82%;font-weight:560;font-variant-numeric:tabular-nums}.clock__time small{font:500 11px var(--mono);letter-spacing:.08em;color:var(--ink-2);margin-left:6px}.ticker{overflow:hidden;padding:clamp(40px,6vw,72px) 0;border-bottom:1px solid var(--rule)}.ticker__track{display:flex;width:max-content;animation:ticker 60s linear infinite}.ticker:hover .ticker__track{animation-play-state:paused}.ticker span{font:600 clamp(34px,4.6vw,64px)/1 var(--sans);font-stretch:72%;text-transform:uppercase;letter-spacing:-0.01em;padding:0 .5em;white-space:nowrap;color:var(--ink)}.ticker span:nth-child(3n+2){color:transparent;-webkit-text-stroke:1px var(--ink)}.ticker span::after{content:"✦";font-style:normal;font-size:.38em;color:var(--teal);margin-left:1em;vertical-align:.5em;-webkit-text-stroke:0}@keyframes ticker{to{transform:translateX(-50%)}}.section{padding:clamp(80px,11vw,150px) 0;position:relative}.section--tint{background:var(--paper-2)}.section--ink{background:var(--ink);color:var(--paper)}.section--ink .kicker,.section--ink .lede{color:#b8b3a5}.section--ink h2 em{color:var(--teal-lt)}.head{max-width:800px;margin-bottom:clamp(40px,5vw,70px)}.head h2{font-size:clamp(38px,5.4vw,74px);margin-top:20px}.lede{margin-top:22px;color:var(--ink-2);font-size:19px;max-width:58ch}.split{display:grid;grid-template-columns:1fr 1.15fr;gap:clamp(40px,6vw,88px);align-items:start}.split .head{margin-bottom:0;position:sticky;top:110px}.desks{list-style:none;margin:0;padding:0;display:flex;gap:12px;height:560px}.desk{position:relative;flex:1;min-width:0;overflow:hidden;cursor:pointer;outline:none;background:#fbf8ef;border:1px solid var(--rule);transition:flex-grow .8s var(--ease),border-color .4s,box-shadow .6s}.desk.is-open{flex-grow:2.6;border-color:var(--ink);box-shadow:0 30px 60px -40px rgba(27,30,32,.45)}.desk:focus-visible{border-color:var(--teal)}.desk__img{position:absolute;inset:0 0 140px;width:100%;height:calc(100% - 140px);object-fit:cover;object-position:center 70%;mix-blend-mode:multiply;filter:grayscale(.25);transition:transform 1.2s var(--ease),filter .6s}.desk.is-open .desk__img{transform:scale(1.04);filter:none}.desk__body{position:absolute;left:0;right:0;bottom:0;padding:22px 24px 24px;background:linear-gradient(to top,#fbf8ef 72%,transparent)}.desk__code{font:500 12px/1 var(--mono);color:var(--teal);letter-spacing:.14em}.desk__name{font-size:clamp(20px,1.9vw,28px);font-stretch:80%;margin-top:10px;line-height:1.05}.desk__items{color:var(--ink-2);font-size:15px;margin-top:10px;max-width:38ch;max-height:0;overflow:hidden;opacity:0;transform:translateY(8px);transition:opacity .5s,transform .6s var(--ease),max-height .6s var(--ease)}.desk.is-open .desk__items{opacity:1;transform:none;max-height:7em;transition-delay:.25s}.desk:not(.is-open) .desk__name{font-size:clamp(17px,1.5vw,21px)}.custom-top{display:grid;grid-template-columns:1fr 1.1fr;gap:clamp(32px,5vw,72px);align-items:center;margin-bottom:clamp(40px,5vw,70px)}.custom-top .head{margin-bottom:0}.sheet{margin:0;background:#fbf8ef;border:1px solid var(--rule);box-shadow:0 30px 60px -45px rgba(27,30,32,.5)}#drawing{width:100%;height:auto}#drawing .dw{fill:none;stroke:var(--ink);stroke-linecap:round;stroke-linejoin:round}#drawing .dw-frame{stroke-width:1.2}#drawing .dw-thin{stroke-width:.5}#drawing .dw-outline{stroke-width:1.6}#drawing .dw-center{stroke:var(--teal);stroke-width:.6;stroke-dasharray:14 3 2 3}#drawing .dw-hatch{stroke-width:.5}#drawing .dw-dim{stroke-width:.5}#drawing .dw-arrow{fill:var(--ink);stroke:none}#drawing text{font:500 8px var(--mono);fill:var(--ink);letter-spacing:.06em}#drawing .dw-label{font-size:6.5px;fill:var(--ink-2)}#drawing .dw-title{font-size:7.5px}#drawing .fade{opacity:0;transition:opacity .8s ease}#drawing .dw.is-lit{stroke:var(--teal)}#drawing .dw-cross{opacity:0;transition:opacity .25s;pointer-events:none}#drawing.is-hover .dw-cross{opacity:1}#drawing .dw-cross-l{stroke:var(--teal);stroke-width:.4;stroke-dasharray:3 3}#drawing .dw-cross-c{fill:none;stroke:var(--teal);stroke-width:.7}#drawing .dw-cross-t{font:500 7px var(--mono);fill:var(--teal);paint-order:stroke;stroke:#fbf8ef;stroke-width:3px}.sheet{cursor:crosshair}#drawing.is-drawn .fade{opacity:1}.cols{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(28px,4vw,56px)}.col h3{font-size:24px;font-stretch:84%;margin-bottom:12px;line-height:1.1}.col p{color:var(--ink-2);font-size:16px}.chips{list-style:none;margin:18px 0 0;padding:0;display:flex;flex-wrap:wrap;gap:8px}.chips li{font:500 11px/1 var(--mono);letter-spacing:.1em;text-transform:uppercase;padding:8px 10px;border:1px solid var(--ink)}#custom{border-top:1px solid var(--rule)}.map{margin:0}.map__svg{width:100%;height:auto}.map__svg .land{fill:url(#hatch);stroke:var(--ink);stroke-width:.7}.map__svg .grat{fill:none;stroke:var(--rule);stroke-width:.6}.map__svg .lane{fill:none;stroke:var(--teal);stroke-width:1.5;stroke-linecap:round}.map__svg .lane-ghost{fill:none;stroke:var(--teal);stroke-width:1;stroke-dasharray:2 5;opacity:.4}.map__svg .air{fill:none;stroke:var(--ink);stroke-width:1;stroke-dasharray:5 5;opacity:.55}.map__svg .port{fill:var(--paper-2);stroke:var(--ink);stroke-width:1.4}.map__svg .port--origin{fill:var(--teal);stroke:var(--teal)}.map__svg .pulse{fill:none;stroke:var(--teal);stroke-width:1;transform-box:fill-box;transform-origin:center;animation:pulse 2.6s ease-out infinite}@keyframes pulse{from{transform:scale(1);opacity:.9}to{transform:scale(4);opacity:0}}.map__svg .port-label{paint-order:stroke;stroke:var(--paper-2);stroke-width:4px;stroke-linejoin:round;font:500 11px var(--mono);letter-spacing:.1em;text-transform:uppercase;fill:var(--ink)}.map__svg .vessel-hull{fill:var(--ink)}.map__svg .vessel-box{fill:var(--teal);stroke:var(--ink);stroke-width:.4}.map__svg .vessel-bridge{fill:var(--paper);stroke:var(--ink);stroke-width:.6}.map__svg .ink-fill{fill:var(--paper);stroke:var(--ink);stroke-width:.7;stroke-linejoin:round}.map__svg .ink-teal{fill:#7fb3ad}.map__svg .ink-hatch{stroke:var(--ink);stroke-width:.45}.map__svg .leg{fill:none;stroke-linecap:round;stroke-linejoin:round}.map__svg .leg--rail{stroke:none}.map__svg .rail-ties{fill:none;stroke:var(--ink);stroke-width:4.2;stroke-dasharray:.6 2.2;opacity:.75}.map__svg .rail-outer{fill:none;stroke:var(--ink);stroke-width:2.4;stroke-linejoin:round}.map__svg .rail-inner{fill:none;stroke:var(--paper-2);stroke-width:1.1;stroke-linejoin:round}.map__svg .leg--road{stroke:var(--ink);stroke-width:1.3;stroke-dasharray:1 3}.map__svg .hub{fill:var(--paper);stroke:var(--ink);stroke-width:1.2}.map__svg .hub-label{paint-order:stroke;stroke:var(--paper-2);stroke-width:4px;stroke-linejoin:round;font:500 9.5px var(--mono);letter-spacing:.08em;text-transform:uppercase;fill:var(--ink-2)}.map__svg .train-loco{fill:var(--teal);stroke:var(--ink);stroke-width:.5}.map__svg .train-car{fill:var(--ink)}.map__legend{display:flex;flex-wrap:wrap;gap:12px 32px;margin-top:20px;font:500 12px/1.4 var(--mono);letter-spacing:.06em;color:var(--ink-2)}.dot{display:inline-block;width:9px;height:9px;border-radius:50%;margin-right:8px;border:1.4px solid var(--ink)}.dot--origin{background:var(--teal);border-color:var(--teal)}.lg{display:inline-block;width:26px;height:0;margin-right:8px;vertical-align:middle}.lg--sea{border-top:2px solid var(--teal)}.lg--air{border-top:1.4px dashed var(--ink)}.lg--rail{border-top:1.2px solid var(--ink);position:relative}.lg--rail::after{content:"";position:absolute;left:0;right:0;top:-3px;height:5px;background:repeating-linear-gradient(90deg,var(--ink) 0 1px,transparent 1px 4px);opacity:.7}.lg--road{border-top:1.6px dotted var(--ink)}.line-iso{margin:0 0 12px}#process-line{width:100%;height:auto;overflow:visible}#process-line polygon,#process-line circle{stroke:var(--ink);stroke-width:.8;stroke-linejoin:round}#process-line .cv-belt{fill:url(#ph-dense)}#process-line .cv-belt-edge{fill:url(#ph-dense)}#process-line .cv-cleat{stroke:var(--paper);stroke-width:1.4}#process-line .cv-frame{fill:var(--paper)}#process-line .cv-frame-back{fill:url(#ph-mid)}#process-line .cv-lip{fill:url(#ph-mid)}#process-line .cv-idler,#process-line .cv-drum{fill:var(--paper)}#process-line .cv-mark,#process-line .cv-spoke{stroke:var(--ink);stroke-width:.8}#process-line .cv-hub{fill:var(--teal)}#process-line .cv-bolt{fill:var(--ink);stroke:none}#process-line .cv-leg-f,#process-line .cv-leg-t,#process-line .cv-foot-t{fill:var(--paper)}#process-line .cv-leg-s,#process-line .cv-foot-f{fill:url(#ph-light)}#process-line .cv-foot-s{fill:url(#ph-mid)}#process-line .pl-f{fill:var(--paper)}#process-line .pl-s{fill:url(#ph-light)}#process-line .pl-t{fill:#fbf8ef}#process-line .st-img{opacity:.38;filter:grayscale(1);transition:opacity .6s,filter .6s}#process-line .st.is-on .st-img{opacity:1;filter:none}#process-line .st.is-on .pl-t{fill:#d7e8e5}#process-line .st-num{font:500 7px var(--mono);fill:var(--ink-2);letter-spacing:.1em;stroke:none;transition:fill .6s}#process-line .st.is-on .st-num{fill:var(--teal)}#process-line .crate-t{fill:#fbf6e8}#process-line .crate-f{fill:var(--paper)}#process-line .crate-s{fill:url(#ph-light)}#process-line .crate-slat{stroke:var(--ink);stroke-width:.7}.steps{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(5,1fr);gap:28px}.step h3{font-size:22px;font-stretch:84%;margin:0 0 10px;line-height:1.1}.step p{color:var(--ink-2);font-size:15px}.faults{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(28px,4vw,56px) clamp(28px,4vw,48px)}.fault h3{font-size:22px;font-stretch:84%;line-height:1.12;margin-bottom:10px}.fault p{color:var(--ink-2);font-size:15px}.fault .fix{color:var(--ink);margin-top:10px;padding-left:16px;position:relative}.fault .fix::before{content:"";position:absolute;left:0;top:.6em;width:8px;height:8px;border:1.5px solid var(--teal);transform:rotate(45deg)}#mistakes{border-top:1px solid var(--rule)}.spec{margin:0}.spec>div{display:grid;grid-template-columns:34% 1fr;gap:16px;padding:18px 0;border-bottom:1px solid #33383c}.spec dt{font:500 12px/1.7 var(--mono);letter-spacing:.12em;text-transform:uppercase;color:var(--teal-lt)}.spec dd{margin:0}.form{display:grid;gap:26px}.form__row{display:grid;grid-template-columns:1fr 1fr;gap:26px}.field{position:relative;display:block}.field input,.field select,.field textarea{font:400 17px/1.4 var(--sans);color:var(--ink);background:transparent;width:100%;border:0;border-bottom:1px solid var(--ink);padding:22px 0 10px;border-radius:0;appearance:none}.field textarea{resize:vertical;min-height:150px}.field span{position:absolute;left:0;top:22px;pointer-events:none;color:var(--ink-2);font:500 12px/1.4 var(--mono);letter-spacing:.12em;text-transform:uppercase;transition:transform .35s var(--ease),color .3s;transform-origin:left top}.field input:focus + span,.field input:not(:placeholder-shown) + span,.field textarea:focus + span,.field textarea:not(:placeholder-shown) + span,.field--select span{transform:translateY(-22px) scale(.86);color:var(--teal)}.field::after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:var(--teal);transform:scaleX(0);transform-origin:left;transition:transform .5s var(--ease)}.field:focus-within::after{transform:scaleX(1)}.field input:focus,.field select:focus,.field textarea:focus{outline:none}.field--select select{cursor:pointer;background-image:linear-gradient(45deg,transparent 50%,var(--ink) 50%),linear-gradient(135deg,var(--ink) 50%,transparent 50%);background-position:calc(100% - 12px) 60%,calc(100% - 7px) 60%;background-size:5px 5px;background-repeat:no-repeat}.hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.form__note{font-size:14px;color:var(--ink-2)}.form__foot{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.form__status{font:500 13px/1.4 var(--mono);color:var(--teal)}.form__status.is-error{color:#9b3b2e}.foot{background:var(--ink);color:#c9c4b6;padding:60px 0;font-size:15px;border-top:1px solid #33383c}.foot__grid{display:grid;grid-template-columns:1.4fr 1fr auto;gap:32px;align-items:start}.foot .brand__name{color:var(--paper);margin-bottom:14px}.foot address{font-style:normal;line-height:1.7}.foot a{color:var(--paper)}.foot__copy{font:500 12px var(--mono);letter-spacing:.06em}.reveal{opacity:0;transform:translateY(24px);transition:opacity .9s var(--ease),transform 1s var(--ease)}.reveal.is-in{opacity:1;transform:none}.steps .reveal:nth-child(2){transition-delay:.08s}.steps .reveal:nth-child(3){transition-delay:.16s}.steps .reveal:nth-child(4){transition-delay:.24s}.steps .reveal:nth-child(5){transition-delay:.32s}.legal{padding:clamp(56px,8vw,110px) 0 clamp(72px,10vw,130px)}.legal__body{max-width:720px}.legal h1{font-size:clamp(40px,6vw,72px);margin-top:16px}.legal__date{margin-top:14px;font:500 12px/1.4 var(--mono);letter-spacing:.08em;color:var(--ink-2)}.legal h2{font-size:24px;font-stretch:85%;margin:44px 0 12px}.legal p + p{margin-top:12px}.legal p{color:var(--ink-2)}.legal strong{color:var(--ink);font-weight:600}.legal a{color:var(--teal)}@media (max-width:980px){.hero__grid,.split,.custom-top{grid-template-columns:1fr;gap:28px}.split .head{position:static}.clocks{grid-template-columns:1fr 1fr;row-gap:20px}.desks{flex-direction:column;height:auto}.desk,.desk.is-open{flex:none;height:300px}.desk__img{inset:0 45% 0 0;width:55%;height:100%}.desk__body{left:50%;top:0;background:none;display:flex;flex-direction:column;justify-content:center;padding:20px}.desk__items{opacity:1;transform:none;max-height:none}.desk:not(.is-open) .desk__name{font-size:22px}.steps,.cols,.faults{grid-template-columns:1fr;gap:22px}.foot__grid{grid-template-columns:1fr}.nav a:not(.nav__cta){display:none}}@media (max-width:560px){.form__row{grid-template-columns:1fr}.desk,.desk.is-open{height:auto}.desk__img{position:static;width:100%;height:220px}.desk__body{position:static;padding:18px 20px 22px}.clock__face{width:36px;height:36px}.clock__time{font-size:19px}.spec>div{grid-template-columns:1fr;gap:4px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.intro{display:none}.rise,.reveal{opacity:1;transform:none;animation:none;transition:none}.ticker__track{animation:none}.map__svg .pulse{display:none}}.h3{stroke:var(--ink);stroke-width:.75;stroke-linejoin:round}.h3.f-top{fill:#fbf8ef}.h3.f-lit{fill:var(--paper)}.h3.f-end{fill:url(#hx1)}.h3.f-dark{fill:url(#hx2)}.h3.teal.f-top{fill:#a9c9c4}.h3.teal.f-lit{fill:#6f9f99}.h3.teal.f-end,.h3.teal.f-dark{fill:#2f6d68}.h3.hull.f-lit{fill:url(#hx2)}.h3.hull.f-top{fill:#f3eddd}.h3.hall.f-top{fill:#f6f1e4}.h3.wheel{fill:var(--ink);stroke-width:.5}.h3.h3-door{fill:url(#hx3)}.h3-l,.h3-rib{stroke:var(--ink);stroke-width:.45}.h3-tier{stroke:var(--ink);stroke-width:.8}.h3-stay{stroke:var(--ink);stroke-width:.9}.h3-hill{fill:url(#hh);stroke:var(--ink);stroke-width:.9}.h3-hill--far{opacity:.55}.h3-water{fill:#f6f1e3}.h3-wave{stroke:var(--ink);stroke-width:.5;opacity:.55}.h3-edge{stroke:var(--ink);stroke-width:1.4}.h3-rail{stroke:var(--ink);stroke-width:.7}.h3-mark{stroke:var(--ink);stroke-width:.6;opacity:.45}.h3.crane.f-lit,.h3.crane.f-top{fill:#fbf8ef}.h3.bridge.f-lit,.h3.bridge.f-top{fill:#fbf8ef}.h3.chim.f-lit{fill:#fbf8ef}.h3.sc-foot{fill:#3a3f43}.h3.cab.f-lit,.h3.cab.f-top{fill:#fbf8ef}.h3.chassis{fill:url(#hx3)}.h3.sc.f-lit,.h3.sc.f-top{fill:#f3eddd}.h3.sc-cab.f-lit,.h3.sc-cab.f-top{fill:#a9c9c4}.h3.car.f-lit,.h3.car.f-top,.h3.car-top.f-top{fill:#fbf8ef}.h3.car-top.f-lit{fill:#cfe0dd}#harbor .puff{fill:#b9b2a2;filter:blur(2px)}#harbor .bird{fill:none;stroke:var(--ink);stroke-width:1.3;stroke-linecap:round}.h3-rope{stroke:var(--ink);stroke-width:1.5}.h3.spreader{fill:var(--ink)}.harbor{mix-blend-mode:multiply;position:relative;z-index:4;margin-top:clamp(-60px,-3.6vw,-16px);pointer-events:none}.harbor__svg{overflow:visible}.hc{stroke:#2b2e30;stroke-width:.55;stroke-linejoin:round}.hc-t{fill:#f4f0e4}.hc-s{fill:url(#hx2)}.hc-e{fill:url(#hx3)}.hc-b{fill:url(#hx3)}.hc-box.teal.hc-t{fill:#b9ccc6}.hc-box.teal.hc-s{fill:#8aa8a2}.hc-box.teal.hc-e,.hc-box.teal.hc-b{fill:#5f807b}.hc-chassis{fill:url(#hx3)}.hc-cab.hc-t{fill:#f4f0e4}.hc-cab.hc-s,.hc-cab.hc-e{fill:url(#hx1)}.hc-glass{fill:url(#hx3);stroke-width:.4}.hc-wheel{fill:url(#hx3);stroke-width:.6}.hc-rib{stroke:#2b2e30;stroke-width:.35}.hc-rope{stroke:#1b1e20;stroke-width:1.1}.hc-spreader{fill:url(#hx3);stroke-width:.4}.hc-trolley{fill:#f3eddd}.hc-tug{fill:#2b2e30}#harbor image[href*='box-teal']{filter:saturate(.7)}.hc-spreader-l{stroke:#2b2e30;stroke-width:2;stroke-linecap:round}.hc-mooring{fill:none;stroke:#2b2e30;stroke-width:1.2}#harbor .puff{fill:#b9b2a2}#harbor .bird{fill:none;stroke:var(--ink);stroke-width:1.3;stroke-linecap:round}.hero__grid{position:relative;z-index:3}.hk{stroke:#1b1e20;stroke-width:2.2;stroke-linejoin:round}.hk-top{fill:#f4f0e4}.hk-side{fill:url(#hx2)}.hk-top.teal{fill:#b9ccc6}.hk-side.teal{fill:#7f9e98}.hk-rib{stroke:#1b1e20;stroke-width:1.4;opacity:.7}.hk-trolley{fill:url(#hx1);stroke-width:.8}
