@font-face{font-family:Manrope;src:url('/assets/fonts/manrope-latin.woff2') format('woff2');font-style:normal;font-weight:200 800;font-display:swap}
@font-face{font-family:Archivo;src:url('/assets/fonts/archivo-variable-latin.woff2') format('woff2');font-style:normal;font-weight:100 900;font-stretch:100% 125%;font-display:swap}

/* Signal Buoy palette (contract §7.1). The PortHub lockup is artwork from branding/ (pnpm brand:build), never set in type here. */
:root{
  --signal-0:#FFF3EB;--signal-1:#FFE1CC;--signal-2:#FFC299;--signal-3:#FF9F61;--signal-4:#FF8438;--signal-5:#F76B15;--signal-6:#E35A0B;--signal-7:#C2410C;--signal-8:#963B09;--signal-9:#6E2C08;
  --ink-0:#EEF1F5;--ink-1:#D9DFE8;--ink-2:#B3BECF;--ink-3:#8A99B0;--ink-4:#647893;--ink-5:#4A5D78;--ink-6:#37475E;--ink-7:#283548;--ink-8:#1A2433;--ink-9:#0F1B2B;
  --paper:#F4F6F9;--text:#111A27;--dark:#0B0F16;--dark-surface:#141A24;--white:#fff;
  --font:'Manrope',Arial,sans-serif;--page-width:1344px;--page-gutter:64px;--ease:cubic-bezier(.2,.7,.25,1);
}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:105px}body{margin:0;font-family:var(--font);color:var(--text);background:var(--paper);font-size:16px;-webkit-font-smoothing:antialiased}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}button{color:inherit}img,svg,canvas{display:block}button:focus-visible,a:focus-visible{outline:3px solid var(--signal-6);outline-offset:5px}button{border:0}h1,h2,h3,p{margin:0}ul{list-style:none;padding:0;margin:0}::selection{background:var(--signal-2);color:var(--ink-9)}.container{max-width:calc(var(--page-width) + var(--page-gutter)*2);padding-inline:var(--page-gutter);margin-inline:auto}.icon{width:22px;height:22px;flex-shrink:0}.skip-link{position:fixed;top:12px;left:12px;padding:12px 20px;background:white;z-index:100;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}
.header{height:100px;position:absolute;top:0;left:0;right:0;z-index:10}.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:36px}.brand{display:inline-flex;align-items:center;flex-shrink:0}.brand-logo{display:block;width:auto;height:46px}.desktop-nav{display:flex;align-items:center;gap:32px;margin-left:auto}.desktop-nav a{font-size:14px;font-weight:600;position:relative;padding-block:10px}.desktop-nav a::after{content:'';height:2px;background:var(--signal-5);position:absolute;bottom:4px;left:0;right:100%;transition:right .25s}.desktop-nav a:hover::after{right:0}.header-actions{display:flex;gap:26px;align-items:center}.language-switch{display:flex;align-items:center;gap:7px;font-size:12px}.language-switch button{font-size:13px;font-weight:700;background:none;padding:8px 2px;color:var(--ink-5)}.language-switch button[aria-pressed=true]{color:var(--text)}.language-switch span{color:var(--ink-2)}.button{display:inline-flex;align-items:center;justify-content:center;gap:26px;padding:19px 24px;font-size:14px;font-weight:750;border-radius:5px;line-height:1.4;transition:background .2s,transform .2s}.button:hover{transform:translateY(-2px)}.button .icon{width:20px;height:20px}.button-primary{background:var(--signal-5);color:var(--text)}.button-primary:hover{background:var(--signal-4)}.button-header{padding:13px 17px;border:1px solid var(--ink-2);gap:19px}.button-header:hover{background:var(--white);border-color:var(--ink-8)}.icon-button{display:grid;place-items:center;width:42px;height:42px;background:transparent;border:1px solid var(--ink-2);border-radius:50%}.menu-toggle{display:none}.mobile-nav[hidden]{display:none}.mobile-nav{background:var(--paper);padding:20px 28px;box-shadow:0 16px 25px #0f1b2b12}.mobile-nav a{display:block;padding:14px 0;border-bottom:1px solid var(--ink-1);font-weight:600}
.hero{position:relative;min-height:850px;height:min(940px,100svh);overflow:hidden;background:var(--paper)}.hero::after{content:'';position:absolute;left:0;right:0;bottom:0;height:90px;background:linear-gradient(transparent,var(--paper));pointer-events:none}.hero-inner{height:100%;display:flex;align-items:center;position:relative;pointer-events:none;z-index:2;padding-top:40px;padding-bottom:110px}.hero-copy{width:51%;max-width:665px;pointer-events:auto}.hero-eyebrow{display:flex;align-items:center;gap:12px;font-size:13px;font-weight:650;margin-bottom:30px;color:var(--ink-5)}.eyebrow-line{width:27px;height:2px;background:var(--signal-5)}h1{font-size:clamp(66px,6.1vw,94px);font-weight:500;line-height:1.045;letter-spacing:-5px;max-width:650px;position:relative}h1::first-line{line-height:1.05}.hero-intro{font-size:17px;line-height:1.8;max-width:440px;color:var(--ink-5);margin-top:30px}.hero-actions{display:flex;align-items:center;gap:25px;margin-top:34px}.text-link{font-size:14px;font-weight:700;text-decoration:underline;text-decoration-color:var(--ink-2);text-underline-offset:6px;transition:text-decoration-color .2s}.text-link:hover{text-decoration-color:var(--signal-5)}.hero-note{display:flex;align-items:center;gap:9px;font-size:12px;margin-top:27px;color:var(--ink-5)}.hero-note .icon{width:17px;height:17px}.hero-port{position:absolute;inset:92px -110px 96px 39%;z-index:1}.port-canvas{width:100%;height:100%;position:relative}.port-canvas canvas,.network-canvas canvas{width:100%;height:100%;display:block;outline:none}.scene-fallback{display:none}.unavailable{display:grid;place-items:center;background:radial-gradient(ellipse at center,#b3becf66,transparent 65%)}.unavailable .scene-fallback{display:block;width:65%;font-size:36px;font-weight:500;letter-spacing:-1px;text-align:center;color:var(--ink-5)}.terminal-label{position:absolute;top:22%;right:30%;display:flex;align-items:center;gap:9px;border:1px solid #fff;background:#ffffffec;border-radius:6px;padding:12px 15px;font-size:12px;box-shadow:0 8px 36px #2835480d;transform:rotate(-3deg);pointer-events:none}.terminal-label .icon{width:16px;height:16px;color:var(--signal-7)}.status-light{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--signal-5);box-shadow:0 0 0 3px #f76b151a;flex-shrink:0;margin-left:6px}.vessel-card{position:absolute;right:24%;bottom:12%;display:flex;gap:14px;align-items:center;background:var(--ink-9);color:var(--white);padding:19px 20px;border-radius:8px;box-shadow:0 18px 36px #0f1b2b20;transform:rotate(2deg);min-width:280px;pointer-events:none}.vessel-icon{width:44px;height:48px;display:grid;place-items:center;border:1px solid var(--ink-6);border-radius:5px;color:var(--signal-3)}.vessel-caption{display:block;font-size:11px;color:var(--ink-2);margin-bottom:3px}.vessel-card strong{font-size:18px;font-weight:650}.vessel-status{display:flex;align-items:center;gap:4px;font-size:10px;color:var(--ink-1);margin-top:7px}.vessel-status .icon{width:13px;height:13px;color:var(--signal-3)}.vessel-route{margin-left:10px;color:var(--signal-3);font-size:48px;font-weight:400}.hero-bottom{display:flex;align-items:center;justify-content:space-between;position:absolute;bottom:27px;left:0;right:0;z-index:3}.scroll-cue{display:flex;align-items:center;gap:14px;font-size:12px;color:var(--ink-5)}.scroll-circle{display:grid;place-items:center;width:38px;height:38px;border:1px solid var(--ink-2);border-radius:50%;color:var(--text)}.scroll-circle .icon{width:17px}.scene-controls{display:flex;align-items:center;gap:18px;font-size:11px;color:var(--ink-5)}.scene-controls .icon-button{width:32px;height:32px}.scene-controls .icon{width:14px;height:14px}.hero-coordinates{position:absolute;top:145px;right:64px;font-size:10px;color:var(--ink-4);display:flex;gap:22px;z-index:2;font-variant-numeric:tabular-nums;letter-spacing:1px}
.connection-strip{background:var(--white);border-block:1px solid var(--ink-1)}.connection-inner{min-height:118px;display:flex;align-items:center;justify-content:space-between;gap:36px}.connection-inner>p{font-size:14px;font-weight:650;max-width:230px;line-height:1.65}.strip-items{display:flex;align-items:center;gap:56px}.strip-items>span{display:flex;align-items:center;gap:12px;font-size:14px;color:var(--ink-5);font-weight:600}.strip-items .icon{color:var(--ink-5);width:25px;height:25px}
.story-section{background:var(--ink-9);color:var(--white);padding:115px 0 100px;overflow:clip}.section-label{font-size:13px;line-height:1.5;color:var(--signal-7);font-weight:650;margin-bottom:22px}.story-section .section-label{color:var(--signal-3)}h2{font-size:clamp(38px,4vw,60px);font-weight:500;letter-spacing:-2.6px;line-height:1.13}.story-heading{max-width:680px}.story-heading>p:last-child{font-size:16px;line-height:1.8;color:var(--ink-2);max-width:480px;margin-top:23px}.story-layout{display:grid;grid-template-columns:.86fr 1.14fr;gap:75px;align-items:start;position:relative;margin-top:65px}.story-chapters{position:relative;padding-top:20px}.story-chapters::before{content:'';position:absolute;top:60px;bottom:160px;width:1px;left:23px;background:var(--ink-6)}.chapter{display:flex;gap:28px;align-items:flex-start;min-height:400px;padding-top:35px;position:relative;opacity:.43;transition:opacity .5s}.chapter.is-active{opacity:1}.chapter-marker{position:relative;z-index:1;width:47px;height:47px;flex-shrink:0;background:var(--ink-9);color:var(--ink-2);border:1px solid var(--ink-6);border-radius:50%;display:grid;place-items:center;transition:background .3s,border .3s}.chapter-marker>span{font-size:13px}.chapter-marker>.icon{display:none;width:21px;height:21px}.chapter.is-active .chapter-marker{border-color:var(--signal-5);background:var(--signal-5);color:var(--text)}.chapter.is-active .chapter-marker>span{display:none}.chapter.is-active .chapter-marker>.icon{display:block}.chapter-content{padding-top:2px;max-width:370px}.chapter-tag{font-size:12px;color:var(--signal-3);margin-bottom:17px}.chapter h3{font-size:31px;font-weight:500;letter-spacing:-1px;line-height:1.25;margin-bottom:21px}.chapter-content>p:last-child{color:var(--ink-2);font-size:15px;line-height:1.9}.story-sticky{position:sticky;top:65px;margin-top:25px}.story-visual{height:625px;position:relative;overflow:hidden;background:#141f2f;border:1px solid var(--ink-7);border-radius:12px;box-shadow:0 25px 70px #00000012}.visual-topline{padding:23px 25px;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:2}.visual-live{font-size:11px;color:var(--ink-1);display:flex;align-items:center;gap:9px}.visual-live .status-light{margin:0 4px 0 0}.visual-divider{color:var(--ink-4);margin:0 2px}.visual-orbit{color:var(--ink-3)}.visual-orbit .icon{width:19px;height:19px}.network-canvas{position:absolute;inset:15px -8% 140px;width:116%;height:calc(100% - 155px)}.network-terminal{position:absolute;background:#283548c9;border:1px solid #64789366;border-radius:4px;padding:7px 10px;color:var(--ink-1);font-size:10px;pointer-events:none}.terminal-one{top:28%;left:17%}.terminal-two{top:19%;right:13%}.network-hub{position:absolute;top:49%;left:40%;display:flex;gap:5px;align-items:center;background:var(--signal-5);color:var(--text);font-size:10px;font-weight:750;padding:7px 10px;border-radius:4px;box-shadow:0 0 25px #f76b1533}.network-hub .icon{width:14px;height:14px}.insight-panels{position:absolute;bottom:63px;left:25px;right:25px;height:173px}.insight-panel{position:absolute;inset:0;border-radius:7px;border:1px solid var(--ink-6);padding:20px;background:#1a283bec;opacity:0;transform:translateY(8px);transition:opacity .4s,transform .4s;pointer-events:none;visibility:hidden}.insight-panel.is-active{opacity:1;transform:none;visibility:visible}.insight-title{font-size:13px;font-weight:650;display:flex;align-items:center;gap:8px}.insight-title .icon{width:17px;height:17px;color:var(--signal-3)}.sharing-flow{display:flex;align-items:center;justify-content:space-between;margin:25px 0 18px;gap:8px}.sharing-flow>span{font-size:10px;padding:8px 10px;background:var(--ink-7);border-radius:4px;white-space:nowrap;color:var(--ink-1)}.sharing-flow .sharing-center{background:#f76b151c;color:var(--signal-2);border:1px solid #f76b1550}.sharing-flow i{flex:1;height:1px;background:var(--signal-5);position:relative}.sharing-flow i::after{content:'';width:4px;height:4px;background:var(--signal-2);position:absolute;left:50%;top:-1.5px;border-radius:50%}.insight-foot{display:flex;align-items:center;gap:6px;color:var(--ink-2);font-size:10px}.insight-foot .icon{width:13px;height:13px;color:var(--signal-3)}.analytics-bars{display:grid;gap:8px;margin:15px 0 13px}.analytics-bars>div{display:flex;align-items:center;gap:14px;font-size:10px;color:var(--ink-1)}.analytics-bars>div>span{width:94px}.analytics-bars i{height:5px;background:var(--ink-7);flex:1;border-radius:2px;overflow:hidden}.analytics-bars b{display:block;background:var(--signal-4);width:0;height:100%;transition:width 1.2s var(--ease)}.is-active .analytics-bars b{width:var(--bar-width)}.team-checklist{display:grid;gap:13px;margin-top:19px}.team-checklist>span{display:flex;align-items:center;gap:10px;font-size:12px;color:var(--ink-1)}.team-checklist .icon{width:15px;height:15px;color:var(--signal-3)}.visual-bottomline{position:absolute;bottom:24px;left:26px;right:26px;display:flex;align-items:center;justify-content:space-between;font-size:10px;color:var(--ink-3)}.stage-dots{display:flex;gap:8px}.stage-dots button{width:24px;height:24px;background:transparent;position:relative;padding:0}.stage-dots button::after{content:'';position:absolute;inset:10px 0;background:var(--ink-5);border-radius:3px;transition:background .3s}.stage-dots button.is-active::after{background:var(--signal-5)}
.communication-section{padding:145px 0;background:var(--white);overflow:hidden}.communication-layout{display:grid;grid-template-columns:1.12fr 1fr;gap:100px;align-items:center}.communication-copy h2{max-width:430px}.section-intro{font-size:16px;line-height:1.9;color:var(--ink-5);margin-top:28px}.check-list{display:grid;gap:18px;margin:29px 0 36px;font-size:14px;line-height:1.5}.check-list li{display:flex;gap:12px;align-items:flex-start}.check-list .icon{color:var(--signal-7);width:17px;height:20px}.link-arrow{display:inline-flex;align-items:center;gap:35px}.link-arrow .icon{width:19px}.messaging-demo{position:relative;isolation:isolate}.demo-decoration{position:absolute;inset:-55px -35px;background:var(--paper);z-index:-1;border-radius:50%;transform:rotate(-12deg)}.messenger{display:flex;min-height:440px;background:var(--white);border:1px solid var(--ink-1);border-radius:10px;overflow:hidden;box-shadow:0 25px 55px #0f1b2b0c;transform:rotate(-2deg)}.messenger-rail{background:var(--ink-9);width:55px;flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:27px;padding:17px 0;color:var(--ink-3)}.mini-brand{font-size:24px;font-weight:800;line-height:1;color:var(--signal-4);margin-bottom:10px}.messenger-rail>.icon{width:18px;height:18px}.rail-active{width:34px;height:34px;background:var(--ink-7);color:var(--signal-3);display:grid;place-items:center;border-radius:6px}.rail-active .icon{width:19px;height:19px}.rail-avatar{background:var(--ink-5);color:var(--white);width:26px;height:26px;border-radius:50%;font-size:11px;display:grid;place-items:center;margin-top:auto}.messenger-main{flex:1;min-width:0}.messenger-header{padding:21px 20px;border-bottom:1px solid var(--ink-0);display:flex;align-items:center;justify-content:space-between;gap:8px}.messenger-workspace{font-size:10px;color:var(--ink-5);display:block;margin-bottom:6px}.messenger-header strong{font-size:13px;font-weight:750}.member-stack{display:flex;padding-right:4px}.member-stack i{font-style:normal;width:23px;height:23px;display:grid;place-items:center;font-size:8px;border:2px solid white;border-radius:50%;background:var(--ink-1);margin-right:-5px}.member-stack i:first-child{background:var(--signal-2)}.member-stack i:last-child{background:var(--paper)}.chat-thread{padding:17px 20px 0}.chat-date{font-size:9px;color:var(--ink-4);text-align:center;margin-bottom:24px}.chat-message{display:flex;gap:10px;margin-bottom:21px}.avatar{width:27px;height:27px;flex-shrink:0;border-radius:50%;display:grid;place-items:center;font-size:10px;font-weight:650}.avatar-teal{background:var(--signal-1);color:var(--signal-8)}.avatar-blue{background:var(--ink-1);color:var(--ink-7)}.chat-meta{display:flex;align-items:center;gap:7px;font-size:10px}.chat-meta strong{font-size:11px}.chat-meta>span{font-size:8px;background:var(--paper);padding:2px 4px;color:var(--ink-5);border-radius:3px}.chat-meta time{font-size:8px;color:var(--ink-4)}.chat-message p{font-size:12px;line-height:1.75;margin-top:6px;color:var(--ink-6)}.chat-attachment{display:flex;align-items:center;gap:10px;padding:11px;border:1px solid var(--ink-1);border-radius:5px;margin-top:10px;background:var(--paper);max-width:245px}.chat-attachment>.icon:first-child{width:24px;color:var(--signal-7)}.chat-attachment strong{display:block;font-size:11px}.chat-attachment span{display:block;font-size:9px;color:var(--ink-5);margin-top:3px}.chat-attachment>.icon:last-child{margin-left:auto;width:14px;height:14px;color:var(--ink-4)}.chat-system{display:flex;align-items:center;justify-content:center;gap:5px;font-size:8px;color:var(--ink-5);padding:0 0 21px}.chat-system .icon{width:12px;height:12px;color:var(--signal-7)}.chat-input{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:10px;color:var(--ink-4);border:1px solid var(--ink-1);border-radius:5px;margin:0 18px 18px;padding:12px 10px}.chat-input .icon{width:16px;height:16px;color:var(--signal-7)}.demo-caption{display:block;text-align:center;font-size:10px;color:var(--ink-5);margin-top:23px}
.outcomes-section{background:var(--ink-0);padding:100px 0 95px}.outcomes-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:60px;margin-bottom:65px}.outcomes-heading h2{font-size:46px;max-width:610px}.outcomes-heading>p{max-width:230px;font-size:15px;color:var(--ink-5);line-height:1.8}.outcomes-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:52px}.outcomes-grid article{border-top:1px solid var(--ink-2);padding-top:30px}.outcomes-grid .icon{width:27px;height:27px;color:var(--signal-7);margin-bottom:23px}.outcomes-grid h3{font-size:21px;font-weight:650;letter-spacing:-.5px;margin-bottom:12px}.outcomes-grid p{font-size:14px;line-height:1.9;color:var(--ink-5);max-width:280px}
/* Sign-in: existing customers enter PortHub or go straight to their agency's address.
   On desktop the section keeps the 684px of the contact block it replaced, so it and the footer fill a 900px viewport and the port stage has fully left at the end of the page.
   The form is top-aligned and its error line is reserved, so a validation message never moves the focused field. */
.sign-in-section{display:flex;flex-direction:column;justify-content:center;min-height:684px;background:var(--white);padding:130px 0 125px}.sign-in-section>.container{width:100%}.sign-in-layout{display:grid;grid-template-columns:1fr 1fr;gap:140px;align-items:start}.sign-in-copy h2{max-width:600px;text-wrap:balance}.sign-in-intro{font-size:16px;line-height:1.8;color:var(--ink-5);max-width:410px;margin-top:28px;text-wrap:pretty}.sign-in-button{margin-top:40px}.sign-in-note{display:flex;align-items:flex-start;gap:10px;max-width:450px;margin-top:44px;padding-top:22px;border-top:1px solid var(--ink-1);font-size:13px;line-height:1.7;color:var(--ink-5)}.sign-in-note .icon{width:16px;height:16px;margin-top:3px;color:var(--signal-7)}.agency-form{margin-top:70px}.agency-form>label{display:block;font-size:13px;font-weight:650;margin-bottom:14px}.agency-address{display:flex;align-items:baseline;min-width:0;overflow:hidden;cursor:text;background:var(--paper);border:1px solid var(--ink-1);border-radius:5px;padding:24px 26px;font-size:32px;font-weight:500;letter-spacing:-1.2px;line-height:1.25;transition:border-color .2s}.agency-address:hover{border-color:var(--ink-2)}.agency-address:focus-within{outline:3px solid var(--signal-6);outline-offset:4px}.agency-form.has-error .agency-address{border-color:var(--signal-7)}.agency-slug{display:inline-grid;min-width:1ch;max-width:100%;box-shadow:inset 0 -2px var(--ink-2);transition:box-shadow .2s}.agency-address:focus-within .agency-slug{box-shadow:inset 0 -2px var(--signal-5)}.agency-form.has-error .agency-slug{box-shadow:inset 0 -2px var(--signal-7)}.agency-slug::after,.agency-slug input{grid-area:1/1;font:inherit;letter-spacing:inherit;margin:0;padding:0;border:0}.agency-slug::after{content:attr(data-value);visibility:hidden;white-space:pre;overflow:hidden}.agency-slug input{width:100%;min-width:0;background:transparent;color:var(--text);outline:0}.agency-slug input::placeholder{color:var(--ink-4);opacity:1}.agency-suffix{flex:none;white-space:nowrap;color:var(--ink-5)}.agency-hint{margin-top:12px;font-size:13px;line-height:1.6;color:var(--ink-5)}.agency-error{min-height:1.6em;margin-top:4px;font-size:13px;line-height:1.6;font-weight:650;color:var(--signal-7);text-wrap:balance}.agency-go{margin-top:14px;background:var(--ink-9);color:var(--white)}.agency-go:hover{background:var(--ink-7)}
.footer{padding:56px 0 25px;background:var(--ink-9);color:var(--white)}.footer-top{display:flex;align-items:center;gap:50px;border-bottom:1px solid var(--ink-7);padding-bottom:43px}.footer-top>p{font-size:13px;color:var(--ink-2)}.back-to-top{display:grid;place-items:center;margin-left:auto;border:1px solid var(--ink-5);border-radius:50%;width:43px;height:43px}.back-to-top .icon{transform:rotate(-90deg);width:19px}.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:20px;padding-top:24px;font-size:10px;color:var(--ink-3)}.footer-bottom>span:last-child{display:flex;align-items:center;gap:10px}.footer-wave{color:var(--signal-4);font-size:24px;line-height:1}
.hero-port .port-canvas{mask-image:linear-gradient(90deg,transparent 0%,#000 15%,#000 100%)}
.chapter:not(.is-active){opacity:.72}
.motion-paused *,.motion-paused *::before,.motion-paused *::after{animation:none!important;transition:none!important}.motion-paused{scroll-behavior:auto}
@media(min-width:1600px){.hero-port{left:calc(50% - 135px);right:calc(50% - 865px)}.hero-copy{width:600px}.hero-coordinates{right:calc((100% - 1344px)/2)}.hero{min-height:870px}h1{font-size:94px}}
@media(max-width:1200px){:root{--page-gutter:40px}.desktop-nav{gap:19px}.desktop-nav a{font-size:12px}.header-actions{gap:18px}.header-inner{gap:26px}.button-header{font-size:12px;padding:12px 14px;gap:12px}.brand-logo{height:44px}.hero{min-height:790px}.hero-copy{width:54%}h1{font-size:76px;letter-spacing:-4px}.hero-intro{max-width:375px;font-size:16px}.hero-actions{gap:20px}.hero-actions .button{padding:18px 19px;font-size:13px;gap:18px}.hero-actions .text-link{font-size:12px}.hero-port{left:41%;right:-165px}.hero-coordinates{right:40px}.vessel-card{right:28%;bottom:11%;min-width:250px;transform:scale(.9) rotate(2deg);transform-origin:bottom right}.terminal-label{right:31%;font-size:10px}.strip-items{gap:30px}.strip-items>span{font-size:12px;gap:9px}.connection-inner>p{max-width:205px;font-size:13px}.story-layout{gap:45px;grid-template-columns:.85fr 1.15fr}.chapter{gap:22px}.chapter h3{font-size:27px}.story-visual{height:580px}.insight-panels{left:18px;right:18px}.insight-panel{padding:17px}.sharing-flow{gap:5px}.sharing-flow>span{padding:7px;font-size:9px}.communication-layout{gap:70px}.communication-copy h2{font-size:46px}.sign-in-layout{gap:80px}.agency-form{margin-top:64px}.agency-address{font-size:28px}.chat-thread{padding-inline:16px}.messenger-header{padding-inline:16px}.outcomes-heading h2{font-size:42px;max-width:560px}}
@media(max-width:1000px){:root{--page-gutter:32px}.desktop-nav{display:none}.header-actions{margin-left:auto}.header-inner{gap:20px}.menu-toggle{display:grid;width:38px;height:38px;border-radius:4px;border-color:var(--ink-1)}.menu-toggle .icon{width:21px;height:21px}.header{height:88px}.hero{min-height:770px}.hero-copy{width:56%}h1{font-size:64px;letter-spacing:-3.4px}.hero-intro{max-width:330px;font-size:15px}.hero-eyebrow{font-size:11px;gap:8px}.hero-actions{flex-wrap:wrap;gap:20px}.hero-port{left:42%;right:-210px}.vessel-card{right:34%;bottom:11%}.terminal-label{right:35%;top:25%}.hero-coordinates{right:32px;top:125px}.strip-items{gap:22px}.strip-items>span{max-width:140px;font-size:12px}.connection-inner>p{max-width:180px}.story-layout{gap:30px;grid-template-columns:1fr 1.1fr}.chapter{gap:17px;min-height:415px}.chapter-marker{width:38px;height:38px}.story-chapters::before{left:18px}.chapter h3{font-size:25px}.chapter-content>p:last-child{font-size:14px}.story-visual{height:545px}.visual-topline{padding:20px 16px}.visual-live{font-size:10px;gap:5px}.insight-panels{left:14px;right:14px}.insight-title{font-size:11px}.insight-panel{padding:15px 12px}.sharing-flow>span{font-size:8px;padding:6px}.visual-bottomline{left:17px;right:17px;font-size:9px}.communication-layout{gap:50px;grid-template-columns:1.1fr 1fr}.communication-copy h2{font-size:40px}.communication-copy .section-label{font-size:11px}.section-intro{font-size:14px}.messenger-rail{width:42px}.messenger-header{padding:17px 13px}.messenger-header strong{font-size:11px}.member-stack{display:none}.chat-thread{padding-inline:12px}.chat-message{gap:7px}.chat-message p{font-size:11px}.chat-meta{gap:5px}.chat-system{font-size:7px}.chat-input{margin-inline:12px;font-size:9px}.check-list{font-size:12px;gap:16px}.sign-in-section{min-height:0}.sign-in-layout{grid-template-columns:1fr;gap:64px}.sign-in-copy h2{font-size:45px}.agency-form{max-width:600px;margin-top:0}.sign-in-intro{font-size:15px}.outcomes-grid{gap:30px}.outcomes-heading h2{font-size:38px}.outcomes-heading>p{max-width:180px;font-size:13px}.outcomes-grid h3{font-size:19px}.outcomes-grid p{font-size:13px}.footer-top{gap:30px}.footer-top>p{font-size:11px}}
@media(max-width:700px){:root{--page-gutter:24px}html{scroll-padding-top:25px}.header{height:80px}.header-inner{gap:15px}.brand-logo{height:40px}.header-actions{gap:17px}.header-actions .button-header{display:none}.language-switch{gap:5px}.language-switch button{font-size:12px;min-height:38px}.hero{height:auto;min-height:1090px;display:flex;flex-direction:column;padding-top:137px}.hero-inner{display:block;height:auto;padding-top:0;padding-bottom:0;width:100%}.hero-copy{width:100%;max-width:520px}.hero-eyebrow{font-size:11px;margin-bottom:23px}.hero h1{font-size:clamp(53px,11.4vw,76px);letter-spacing:-2.9px;max-width:540px;line-height:1.075}.hero-intro{font-size:15px;line-height:1.85;max-width:440px;margin-top:23px}.hero-actions{gap:23px;margin-top:27px}.hero-actions .button{font-size:12px;gap:15px;padding:17px 18px}.hero-actions .text-link{font-size:12px}.hero-note{font-size:11px;margin-top:23px}.hero-port{position:relative;inset:auto;height:435px;margin-top:0;flex-shrink:0;margin-inline:-45px;z-index:0}.terminal-label{top:17%;right:18%;font-size:10px;padding:10px 12px;transform:rotate(-2deg)}.vessel-card{right:15%;bottom:5%;transform:scale(.8) rotate(2deg);min-width:275px}.hero-bottom{bottom:21px;gap:18px}.scroll-cue{font-size:10px;gap:9px}.scroll-circle{width:31px;height:31px}.scene-controls>span{display:none}.hero-coordinates{display:none}.connection-inner{flex-direction:column;align-items:flex-start;padding-block:28px;gap:24px}.connection-inner>p{max-width:none;font-size:14px}.strip-items{width:100%;gap:20px;justify-content:space-between;align-items:flex-start}.strip-items>span{flex-direction:column;align-items:flex-start;font-size:11px;gap:9px;max-width:100px;line-height:1.5}.strip-items .icon{width:22px;height:22px}.story-section{padding:78px 0 64px}.section-label{font-size:12px;margin-bottom:18px}h2{font-size:40px;letter-spacing:-1.8px;line-height:1.15}.story-heading{max-width:470px}.story-heading>p:last-child{font-size:14px;line-height:1.85;margin-top:20px}.story-layout{display:flex;flex-direction:column;gap:0;margin-top:35px}.story-sticky{order:-1;top:12px;width:100%;margin-top:0;z-index:3;pointer-events:none}.story-visual{height:390px;box-shadow:0 15px 35px #0b0f1644;background:#141f2ff7}.stage-dots{pointer-events:auto}.visual-topline{padding:15px 17px}.visual-live{font-size:9px}.visual-orbit .icon{width:16px;height:16px}.network-canvas{inset:-20px -4% 80px;width:108%;height:calc(100% - 60px)}.terminal-one{top:24%;left:17%}.terminal-two{top:17%;right:15%}.network-terminal{font-size:8px;padding:5px 7px}.network-hub{top:41%;left:42%;font-size:8px;padding:5px 8px}.network-hub .icon{width:11px;height:11px}.insight-panels{height:137px;bottom:42px;left:16px;right:16px}.insight-panel{padding:13px}.insight-title{font-size:11px}.sharing-flow{margin:17px 0 13px;gap:7px}.sharing-flow>span{font-size:8px;padding:7px}.insight-foot{font-size:9px}.analytics-bars{margin:12px 0 10px;gap:7px}.analytics-bars>div{font-size:8px}.analytics-bars>div>span{width:80px}.team-checklist{gap:10px;margin-top:14px}.team-checklist>span{font-size:10px}.team-checklist .icon{width:13px;height:13px}.visual-bottomline{bottom:10px;left:18px;right:18px;font-size:8px}.stage-dots{gap:6px}.stage-dots button{width:22px}.story-chapters{padding-top:20px;width:100%}.story-chapters::before{bottom:120px;top:70px}.chapter{min-height:350px;padding-top:50px;gap:19px;opacity:.48}.chapter-content{max-width:480px}.chapter h3{font-size:28px;max-width:350px;letter-spacing:-.8px}.chapter-tag{font-size:11px;margin-bottom:12px}.chapter-content>p:last-child{font-size:14px;line-height:1.85}.chapter:last-child{min-height:320px}.communication-section{padding:80px 0 85px}.communication-layout{display:flex;flex-direction:column-reverse;gap:70px}.communication-copy h2{font-size:40px;max-width:400px}.communication-copy .section-label{font-size:12px}.section-intro{font-size:15px;line-height:1.85;max-width:480px;margin-top:23px}.check-list{font-size:13px;gap:17px;margin:25px 0 30px}.messaging-demo{width:100%;max-width:480px}.messenger{min-height:425px;transform:rotate(-1.5deg)}.messenger-rail{width:48px}.messenger-header{padding:18px 16px}.messenger-header strong{font-size:12px}.member-stack{display:flex}.chat-thread{padding-inline:16px}.chat-message{gap:8px}.chat-message p{font-size:11px}.chat-meta{gap:7px}.chat-system{font-size:8px}.chat-input{font-size:9px;margin-inline:16px}.demo-decoration{inset:-25px -22px}.outcomes-section{padding:75px 0}.outcomes-heading{display:block;margin-bottom:38px}.outcomes-heading h2{font-size:37px;max-width:430px;letter-spacing:-1.7px}.outcomes-heading>p{max-width:300px;font-size:14px;margin-top:22px}.outcomes-grid{grid-template-columns:1fr;gap:30px}.outcomes-grid article{display:grid;grid-template-columns:35px 1fr;column-gap:15px;padding-top:25px}.outcomes-grid .icon{grid-row:span 2;width:23px;height:23px;margin-top:2px}.outcomes-grid h3{font-size:20px;margin-bottom:8px}.outcomes-grid p{font-size:13px;max-width:350px}.sign-in-section{padding:78px 0 84px}.sign-in-layout{gap:52px}.sign-in-copy h2{font-size:40px;max-width:400px}.sign-in-intro{max-width:350px;margin-top:22px}.sign-in-button{margin-top:32px}.sign-in-note{margin-top:34px;font-size:12px}.agency-address{padding:18px 18px;font-size:21px;letter-spacing:-.6px}.agency-slug input::placeholder{color:var(--ink-5)}.agency-go{margin-top:10px}.footer{padding:42px 0 24px}.footer-top{gap:20px;flex-wrap:wrap;padding-bottom:30px}.footer-top .brand{order:0}.back-to-top{order:1;width:36px;height:36px}.footer-top>p{order:2;width:100%;font-size:12px}.footer-bottom{flex-direction:column;align-items:flex-start;gap:12px;font-size:9px}.footer-bottom>span:last-child{font-size:9px}.unavailable .scene-fallback{font-size:24px}.hero-port.unavailable{min-height:300px}}
@media(max-width:370px){:root{--page-gutter:19px}.hero{min-height:1070px}.hero h1{font-size:49px}.hero-actions{gap:20px}.hero-actions .button{font-size:11px;padding:16px 13px;gap:10px}.hero-actions .text-link{font-size:11px}.hero-eyebrow{font-size:10px}.header-actions{gap:12px}.hero-port{height:420px}.story-visual{height:355px}.visual-live{font-size:8px}.visual-orbit{display:none}.sharing-flow>span{font-size:7px;padding:6px}.insight-title{font-size:10px}.member-stack{display:none}.chat-system{font-size:7px}.messenger-rail{width:40px}.chat-thread{padding-inline:12px}.chat-meta{gap:4px}.agency-address{padding:17px 15px;font-size:18px;letter-spacing:-.5px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}
@media(max-width:700px) and (max-height:650px){.story-sticky{position:relative;top:0}}
@media(max-width:700px){.hero-inner{order:0}.hero-port{order:1}}
