.home-hero{grid-template-columns:minmax(420px,.88fr) minmax(520px,1.12fr);gap:clamp(24px,3vw,56px);min-height:760px;padding:74px 0 56px;align-items:center;}.home-hero__copy{position:relative;z-index:2;padding:38px 0;}.home-hero__copy h1{margin-bottom:42px;font-size:clamp(76px,8.4vw,132px);}.home-hero__copy h1 em,.visual-atlas h2 em,.system-motion h2 em,.visual-guide h2 em{color:var(--cobalt);font-style:italic;}.home-hero__copy>p{max-width:520px;margin-bottom:30px;color:var(--muted);font:400 clamp(17px,1.5vw,21px)/1.45 var(--serif);}.home-hero__copy .primary-action{width:min(100%,340px);}.home-hero__media{position:relative;min-width:0;margin:0 calc(var(--gutter)*-1) 0 -13%;align-self:stretch;overflow:hidden;border-left:1px solid var(--line);}.home-hero__media img{width:100%;height:100%;min-height:650px;object-fit:cover;object-position:49% center;}.home-hero__media figcaption{position:absolute;right:0;bottom:0;left:0;display:grid;grid-template-columns:repeat(4,1fr);background:rgba(255,255,255,.94);border-top:1px solid var(--ink);}.home-hero__media figcaption span{padding:14px 16px;border-right:1px solid var(--line);font:700 9px var(--mono);letter-spacing:.08em;}.home-hero__media figcaption span:last-child{border-right:0;}.visual-atlas{margin-inline:calc(var(--gutter)*-1);padding:115px var(--gutter) 130px;border-top:1px solid var(--ink);background:#fff;}.visual-atlas>header{display:grid;grid-template-columns:.62fr 1.15fr .7fr;gap:45px;align-items:end;margin-bottom:72px;}.visual-atlas>header .label{align-self:start;}.visual-atlas>header h2{margin:0;}.visual-atlas>header>p{margin:0;color:var(--muted);}.visual-atlas__grid{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:190px;gap:12px;}.topic-visual{position:relative;overflow:hidden;border:1px solid var(--ink);background:var(--surface);isolation:isolate;}.topic-visual:nth-child(1){grid-column:5/13;grid-row:1/2;}.topic-visual:nth-child(2){grid-column:1/5;grid-row:1/4;}.topic-visual:nth-child(3){grid-column:5/8;grid-row:2/4;}.topic-visual:nth-child(4){grid-column:8/13;grid-row:2/3;}.topic-visual:nth-child(5){grid-column:8/13;grid-row:3/4;}.topic-visual img{width:100%;height:100%;object-fit:cover;transition:transform .65s cubic-bezier(.22,.8,.22,1),filter .35s ease;}.topic-visual:hover img{transform:scale(1.025);filter:contrast(1.08);}.topic-visual>span{position:absolute;z-index:2;top:14px;left:14px;display:grid;place-items:center;width:34px;height:34px;background:var(--cobalt);color:#fff;font:700 10px var(--mono);}.topic-visual>strong,.topic-visual>small,.topic-visual>i{position:absolute;z-index:2;bottom:0;background:rgba(255,255,255,.95);}.topic-visual>strong{left:0;padding:16px 16px 13px;font:400 clamp(24px,2.2vw,38px)/1 var(--serif);letter-spacing:-.045em;}.topic-visual>small{right:44px;padding:21px 12px 17px;color:var(--muted);font:700 8px var(--mono);letter-spacing:.04em;text-transform:uppercase;}.topic-visual>i{right:0;width:45px;padding:16px 0;text-align:center;font-style:normal;}.system-motion{display:grid;grid-template-columns:.42fr .58fr;min-height:700px;margin-inline:calc(var(--gutter)*-1);padding:100px var(--gutter);background:var(--cobalt);color:#fff;overflow:hidden;}.system-motion__copy{align-self:center;position:relative;z-index:2;}.system-motion__copy .label span{color:var(--acid);}.system-motion h2{margin-bottom:38px;color:var(--ink);font-size:clamp(68px,8vw,120px);}.system-motion h2 em{color:#fff;}.system-motion__copy>p{max-width:410px;font:400 clamp(18px,1.6vw,24px)/1.45 var(--serif);}.system-motion__stage{display:grid;grid-template-columns:1fr 170px;align-items:center;min-width:0;}.system-motion__stage svg{width:100%;overflow:visible;}.system-motion__stage svg path,.system-motion__stage svg circle,.system-motion__stage svg rect{vector-effect:non-scaling-stroke;}.system-motion__path,.system-motion__ring,.system-motion__wave path,.system-motion__readout>*{fill:none;stroke:rgba(255,255,255,.8);stroke-width:2;}.system-motion__path{stroke-dasharray:12 9;animation:atlasFlow 8s linear infinite;}.system-motion__path--return{stroke:rgba(255,255,255,.42);}.system-motion__core{fill:rgba(13,14,18,.08);stroke:#fff;stroke-width:2;}.system-motion__ring{stroke-dasharray:5 11;transform-origin:410px 255px;animation:atlasSpin 18s linear infinite;}.system-motion__wave{fill:none;stroke:#fff;stroke-width:2;}.system-motion__readout rect{fill:rgba(13,14,18,.12);}.system-motion__pulse{fill:var(--acid);stroke:none!important;animation:atlasPulse 3s ease-in-out infinite;}.system-motion__pulse--two{animation-delay:1.5s;}.system-motion__stage ol{align-self:stretch;display:flex;flex-direction:column;justify-content:center;gap:0;margin:0;padding:0;list-style:none;border-left:1px solid rgba(255,255,255,.45);}.system-motion__stage li{display:grid;grid-template-columns:38px 1fr;gap:2px 10px;padding:28px 0 28px 22px;border-bottom:1px solid rgba(255,255,255,.45);}.system-motion__stage li:last-child{border-bottom:0;}.system-motion__stage li span{grid-row:1/3;color:var(--acid);font:700 12px var(--mono);}.system-motion__stage li strong{font:700 13px var(--mono);letter-spacing:.08em;}.system-motion__stage li small{color:rgba(255,255,255,.72);font-size:11px;line-height:1.4;}@keyframes atlasFlow{to{stroke-dashoffset:-210;}}@keyframes atlasSpin{to{transform:rotate(360deg);}}@keyframes atlasPulse{0%,100%{transform:scale(.75);opacity:.6;}50%{transform:scale(1.45);opacity:1;}}.visual-guide{display:grid;grid-template-columns:minmax(310px,.58fr) minmax(620px,1.42fr);gap:clamp(40px,5vw,85px);align-items:center;padding:125px 0 135px;border-top:1px solid var(--ink);}.visual-guide>div>p{max-width:430px;color:var(--muted);}.visual-guide>div>a{display:inline-block;margin-top:22px;padding-bottom:5px;border-bottom:1px solid var(--ink);font:700 10px var(--mono);text-transform:uppercase;}.wifi-coverage{margin:0;min-width:0;}.wifi-coverage svg{width:100%;background:#fbfbfc;border:1px solid var(--ink);}.wifi-plan{fill:none;stroke:var(--ink);stroke-width:8;stroke-linejoin:round;}.wifi-plan path+path{stroke-width:2;}.wifi-rings{fill:none;stroke:var(--cobalt);stroke-width:1.5;opacity:.45;}.wifi-router rect{fill:var(--ink);}.wifi-router circle{fill:var(--acid);}.wifi-router path{fill:none;stroke:var(--ink);stroke-width:3;}.wifi-zones{fill:var(--cobalt);opacity:.09;}.wifi-callouts{fill:none;stroke:var(--cobalt);stroke-width:2;}.wifi-callouts circle{fill:var(--cobalt);}.wifi-callouts text{fill:var(--cobalt);stroke:none;font:700 18px var(--mono);}.wifi-coverage figcaption{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);border-top:0;}.wifi-coverage figcaption span{padding:13px 14px;border-right:1px solid var(--line);font:700 8px var(--mono);letter-spacing:.05em;}.wifi-coverage figcaption span:last-child{border-right:0;}.wifi-coverage--article{margin:35px 0 80px;}.wifi-coverage--article svg{max-height:650px;}@media (max-width:1050px){.home-hero{grid-template-columns:1fr;min-height:auto;}.home-hero__copy{padding-bottom:0;}.home-hero__media{min-height:520px;margin:0 calc(var(--gutter)*-1);border-left:0;border-top:1px solid var(--ink);}.home-hero__media img{min-height:520px;}.visual-atlas>header{grid-template-columns:1fr 1.3fr;}.visual-atlas>header>p{grid-column:2;}.system-motion{grid-template-columns:1fr;gap:70px;}.visual-guide{grid-template-columns:1fr;}.visual-guide>div{display:grid;grid-template-columns:1fr 1fr;gap:20px 40px;}.visual-guide>div .label,.visual-guide>div h2{grid-column:1;}.visual-guide>div p,.visual-guide>div a{grid-column:2;}}@media (max-width:760px){.home-hero{display:grid;padding-top:54px;}.home-hero__copy h1{font-size:clamp(62px,18vw,92px);}.home-hero__media{min-height:410px;}.home-hero__media img{min-height:410px;}.home-hero__media figcaption{grid-template-columns:1fr 1fr;}.visual-atlas{padding-block:78px 88px;}.visual-atlas>header{grid-template-columns:1fr;gap:24px;margin-bottom:45px;}.visual-atlas>header>p{grid-column:1;}.visual-atlas__grid{display:flex;gap:12px;margin-inline:calc(var(--gutter)*-1);padding-inline:var(--gutter);overflow-x:auto;scroll-snap-type:x mandatory;}.topic-visual{flex:0 0 82vw;min-height:430px;scroll-snap-align:center;}.topic-visual>small{display:none;}.system-motion{padding-block:75px;}.system-motion__stage{grid-template-columns:1fr;}.system-motion__stage ol{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(255,255,255,.45);border-left:0;}.system-motion__stage li{grid-template-columns:1fr;padding:18px 10px;border-right:1px solid rgba(255,255,255,.45);border-bottom:0;}.system-motion__stage li span{grid-row:auto;}.system-motion__stage li small{display:none;}.visual-guide{padding-block:85px;}.visual-guide>div{display:block;}.wifi-coverage figcaption{grid-template-columns:1fr;}.wifi-coverage figcaption span{border-right:0;border-bottom:1px solid var(--line);}.wifi-coverage figcaption span:last-child{border-bottom:0;}}@media (prefers-reduced-motion:reduce){.system-motion__pulse,.system-motion__path,.system-motion__ring,.topic-visual img{animation:none;transition:none;}}