@charset "UTF-8";
:root {
  color-scheme: light;
  --paper: #f5f5ee;
  --ink: #233b33;
  --muted: #657168;
  --green: #53775b;
  --line: #d8ded2;
  --soft: #e9ede2;
  --accent: #ddeab7;
  --sans: "Avenir Next", Avenir, "Segoe UI", sans-serif;
  --serif: "Iowan Old Style", Baskerville, "Palatino Linotype", serif;
  --mono: "SFMono-Regular", Consolas, monospace;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 36px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 15px/1.8 var(--sans);
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
img,
svg {
  display: block;
  max-width: 100%;
}
a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--green);
  outline-offset: 5px;
}
::selection {
  background: var(--accent);
}
.shell {
  width: min(1240px, calc(100% - 104px));
  margin-inline: auto;
}
.skip-link {
  position: absolute;
  left: 24px;
  top: -80px;
  padding: 10px 20px;
  background: var(--ink);
  color: var(--paper);
  z-index: 10;
}
.skip-link:focus {
  top: 12px;
}
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 108px;
  border-bottom: 1px solid var(--line);
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  letter-spacing: -0.7px;
  white-space: nowrap;
}
.brand b {
  font-weight: 500;
}
.brand > span {
  font-weight: 700;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: 12px;
}
.site-header nav > a {
  transition:
    color 0.2s,
    background 0.2s;
}
.site-header nav > a:hover {
  color: var(--green);
}
.site-header nav .nav-cta {
  padding: 9px 18px;
  border: 1px solid #abb9a9;
  border-radius: 6px;
}
.nav-cta span {
  margin-left: 18px;
}
.site-header nav .nav-cta:hover {
  background: var(--soft);
  color: var(--ink);
}
.hero {
  display: grid;
  grid-template-columns: 1.12fr 1fr;
  gap: 16px;
  align-items: center;
  padding-top: 58px;
  padding-bottom: 74px;
  min-height: 650px;
}
.hero-copy {
  padding-bottom: 10px;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 9px;
  letter-spacing: 1.6px;
  font-weight: 600;
  margin: 0 0 25px;
}
.status-dot {
  width: 6px;
  height: 6px;
  background: var(--green);
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1 {
  font-size: clamp(40px, 4.8vw, 68px);
  line-height: 1.15;
  font-weight: 500;
  letter-spacing: -3px;
  margin: 0 0 28px;
}
h1 em,
h2 em {
  font-family: var(--serif);
  color: var(--green);
  font-weight: 400;
  letter-spacing: -2px;
}
.hero-lead {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.95;
  margin-bottom: 29px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 25px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  min-height: 52px;
  padding: 12px 22px;
  border-radius: 6px;
  background: var(--ink);
  color: var(--paper);
  font-size: 12px;
  font-weight: 500;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button:hover {
  background: #3c584a;
  transform: translateY(-2px);
}
.button:active {
  transform: translateY(1px);
}
.button > span {
  font-size: 19px;
}
.text-link {
  display: inline-flex;
  gap: 18px;
  align-items: center;
  font-size: 11px;
  padding: 7px 0;
  border-bottom: 1px solid #9ba997;
  transition:
    color 0.2s,
    border-color 0.2s;
}
.text-link:hover {
  color: var(--green);
  border-color: var(--ink);
}
.hero-note {
  color: var(--muted);
  font-size: 9px;
  letter-spacing: 0.15px;
  margin: 21px 0 0;
}
.route-art {
  isolation: isolate;
  position: relative;
  margin: 0;
  aspect-ratio: 560/510;
  width: 100%;
  background: radial-gradient(ellipse at center, #e4e9d9 0, transparent 68%);
  overflow: hidden;
}
.art-label {
  display: flex;
  justify-content: space-between;
  position: absolute;
  inset: 10px 16px auto;
  color: var(--muted);
  font: 8px var(--mono);
  letter-spacing: 1.4px;
}
.orbit {
  position: absolute;
  border: 1px solid #dce2d3;
  border-radius: 50%;
  z-index: -1;
  transform: rotate(-25deg);
}
.orbit-one {
  width: 91%;
  height: 60%;
  top: 22%;
  left: 5%;
}
.orbit-two {
  width: 66%;
  height: 90%;
  top: 5%;
  left: 17%;
  transform: rotate(35deg);
}
.route-lines {
  position: absolute;
  width: 100%;
  height: 94%;
  inset: 0;
  color: var(--green);
}
.route-lines path {
  stroke: var(--green);
  stroke-width: 2;
  stroke-linecap: round;
}
.route-lines .roam-path {
  stroke-dasharray: 5 7;
}
.network-node {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 38%;
  height: 32%;
  z-index: 1;
}
.wifi-node {
  top: 11%;
  left: 7%;
}
.roaming-node {
  top: 24%;
  right: 1%;
}
.node-index {
  font: 8px var(--mono);
  letter-spacing: 1px;
  color: var(--muted);
  margin-bottom: 12px;
}
.network-node svg {
  width: 34px;
  height: 26px;
  stroke: var(--green);
  stroke-width: 2.5;
  stroke-linecap: round;
  margin-bottom: 8px;
}
.network-node strong {
  font-size: 19px;
  letter-spacing: -0.3px;
  font-weight: 600;
}
.network-node > span:last-child {
  font-size: 9px;
  color: var(--muted);
  margin-top: 3px;
}
.phone {
  position: absolute;
  width: 34%;
  height: 53%;
  left: 28%;
  top: 40%;
  border: 5px solid #edf0e8;
  outline: 1px solid #a6b39c;
  border-radius: 26px;
  background: #f9faf4;
  transform: rotate(-9deg);
  box-shadow:
    12px 18px 30px #344b3020,
    inset 0 0 0 1px #cdd5c4;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 7% 9px 0;
}
.phone-speaker {
  position: absolute;
  top: 9px;
  width: 26%;
  height: 4px;
  background: #c2cbb9;
  border-radius: 3px;
}
.phone-top {
  position: absolute;
  top: 11%;
  left: 10%;
  right: 10%;
  font-size: 8px;
  display: flex;
  justify-content: space-between;
  font-weight: 600;
}
.phone > img {
  width: 31%;
  height: auto;
  margin-bottom: 9%;
}
.phone > strong {
  font-family: var(--serif);
  font-weight: 400;
  font-style: italic;
  font-size: clamp(15px, 1.6vw, 24px);
  letter-spacing: -1px;
}
.phone-sub {
  font-size: 8px;
  color: var(--muted);
  margin-top: 3%;
}
.phone-networks {
  display: flex;
  gap: 9px;
  font-size: 8px;
  margin-top: 15%;
  border-top: 1px solid var(--line);
  padding-top: 11%;
  width: 92%;
  justify-content: center;
}
.phone-networks i {
  display: inline-block;
  width: 4px;
  height: 4px;
  background: var(--green);
  margin-right: 4px;
  border-radius: 50%;
}
.phone-home {
  position: absolute;
  bottom: 8px;
  height: 3px;
  width: 30%;
  background: #c2cbb9;
  border-radius: 3px;
}
.route-art figcaption {
  position: absolute;
  bottom: 1px;
  left: 16px;
  right: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 8px;
  color: var(--muted);
}
.route-art figcaption > span:last-child {
  margin-left: auto;
}
.tiny-cross {
  font-size: 18px;
  font-weight: 300;
}
.principles {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-block: 1px solid var(--line);
  padding-block: 23px;
}
.principles p {
  margin: 0;
  font-size: 12px;
}
.principles span {
  font: 10px var(--mono);
  color: var(--green);
  margin-right: 20px;
}
.section {
  padding-top: 116px;
  padding-bottom: 116px;
}
.routing-section {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 90px;
  align-items: center;
}
.section-heading h2,
.download-section h2 {
  font-size: clamp(30px, 3.1vw, 43px);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -1.6px;
  margin-bottom: 24px;
}
.section-heading > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.95;
  max-width: 350px;
}
.routing-demo {
  background: #edf0e5;
  border-radius: 12px;
  padding: 26px 30px 21px;
  border: 1px solid #dce2d3;
}
.demo-header {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 10px;
  color: var(--muted);
  margin-bottom: 22px;
}
.demo-label {
  font: 7px/2 var(--mono);
  letter-spacing: 0.6px;
}
.route-choices {
  display: flex;
  gap: 6px;
  padding: 4px;
  background: #e0e6d6;
  border-radius: 6px;
  width: fit-content;
}
.route-choices button {
  padding: 8px 22px;
  min-height: 42px;
  border: 0;
  cursor: pointer;
  border-radius: 4px;
  background: transparent;
  color: var(--muted);
  font-size: 11px;
  transition:
    background 0.2s,
    color 0.2s,
    box-shadow 0.2s;
}
.route-choices button[aria-pressed="true"] {
  background: #fafbf6;
  color: var(--ink);
  box-shadow: 0 2px 4px #233b330a;
}
.route-choices button:hover {
  color: var(--ink);
}
.demo-flow {
  display: flex;
  align-items: center;
  gap: 0;
  margin: 37px 0 31px;
}
.flow-origin,
.flow-target {
  flex-shrink: 0;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
}
.demo-flow small {
  display: block;
  font: 9px/2.5 var(--sans);
  color: var(--muted);
}
.flow-target {
  min-width: 90px;
  color: var(--green);
}
.flow-line {
  flex: 1;
  min-width: 30px;
  margin: 0 19px;
}
.flow-line span {
  display: block;
  text-align: center;
  font-size: 9px;
  color: var(--muted);
  margin-bottom: 10px;
}
.flow-line i {
  display: block;
  height: 1px;
  background: #90a881;
  position: relative;
}
.flow-line i::after {
  content: "";
  position: absolute;
  right: 0;
  top: -3px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #90a881;
  border-right: 1px solid #90a881;
  transform: rotate(45deg);
}
.demo-explanation {
  padding-top: 23px;
  border-top: 1px solid #d4ddc9;
  min-height: 125px;
}
.demo-explanation h3 {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 8px;
  letter-spacing: -0.4px;
}
.demo-explanation p {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.9;
  margin-bottom: 0;
}
.demo-footnote {
  font-size: 9px;
  color: var(--muted);
  margin: 20px 0 0;
}
.setup-section {
  background: var(--soft);
  padding-block: 84px 94px;
}
.setup-layout {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 90px;
}
.setup-layout .text-link {
  margin-top: 20px;
}
.steps {
  list-style: none;
  padding: 0;
  margin: 0;
}
.steps li {
  display: flex;
  gap: 26px;
  padding: 27px 0;
  border-bottom: 1px solid #cdd7c6;
}
.steps li:first-child {
  padding-top: 0;
}
.steps li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.step-number {
  font: 14px/2 var(--mono);
  color: var(--green);
}
.steps h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  letter-spacing: -0.4px;
}
.steps p {
  font-size: 13px;
  color: var(--muted);
  margin: 0;
  max-width: 440px;
  line-height: 1.95;
}
.questions-section {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 90px;
}
.questions article {
  padding: 23px 0;
  border-bottom: 1px solid var(--line);
}
.questions article:first-child {
  padding-top: 0;
}
.questions h3 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 9px;
  letter-spacing: -0.3px;
}
.questions p {
  font-size: 12px;
  line-height: 1.95;
  color: var(--muted);
  margin: 0;
}
.download-section {
  background: #e4ebd7;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
  padding: 54px 62px;
  border-radius: 12px;
  align-items: center;
  margin-bottom: 76px;
  position: relative;
  overflow: hidden;
}
.download-section .eyebrow {
  font: 9px var(--mono);
  letter-spacing: 1.2px;
}
.download-section h2 {
  margin-bottom: 18px;
  font-size: 42px;
}
.download-section > div > p:last-child {
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 0;
}
.download-panel {
  border-left: 1px solid #c6d3b9;
  padding-left: 58px;
}
.download-panel > img {
  float: right;
  margin: 0 0 12px 15px;
}
.download-panel h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.download-panel > p {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.9;
  margin-bottom: 20px;
}
.availability {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  width: fit-content;
  background: #f4f6ed;
  padding: 10px 18px;
  border-radius: 5px;
}
.availability .status-dot {
  background: #8b967f;
}
.download-panel > small {
  display: block;
  font-size: 9px;
  color: var(--muted);
  margin-top: 10px;
}
.download-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 18px;
}
.download-link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 10px 16px;
  background: var(--ink);
  color: var(--paper);
  border-radius: 5px;
  font-size: 11px;
  transition:
    background 0.2s,
    transform 0.2s;
}
.download-link:hover {
  background: #3c584a;
  transform: translateY(-2px);
}
.download-link:active {
  transform: translateY(1px);
}
.site-footer {
  display: flex;
  gap: 20px;
  align-items: center;
  padding-block: 0 36px;
}
.site-footer .brand {
  font-size: 16px;
}
.site-footer > span {
  font-size: 10px;
  color: var(--muted);
  margin-left: 10px;
}
.site-footer > small {
  margin-left: auto;
  font: 9px var(--mono);
  color: var(--muted);
}
@media (min-width: 1440px) {
  .hero {
    padding-top: 75px;
    padding-bottom: 90px;
  }
  .route-art {
    max-width: 550px;
  }
  .hero h1 {
    font-size: 70px;
  }
}
@media (max-width: 1100px) {
  .shell {
    width: calc(100% - 64px);
  }
  .hero {
    min-height: 580px;
  }
  .hero-actions {
    gap: 17px;
  }
  .button {
    gap: 20px;
    padding-inline: 16px;
  }
  .hero-actions .text-link {
    font-size: 10px;
    gap: 8px;
  }
  .routing-section,
  .setup-layout,
  .questions-section {
    gap: 50px;
  }
  .download-section {
    padding: 42px;
  }
  .download-panel {
    padding-left: 30px;
  }
  .download-section h2 {
    font-size: 36px;
  }
}
@media (max-width: 800px) {
  .shell {
    width: calc(100% - 40px);
  }
  .site-header {
    min-height: 84px;
  }
  .site-header nav {
    gap: 20px;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 46px;
    padding-bottom: 35px;
  }
  .hero-copy {
    padding: 0;
  }
  .hero h1 {
    font-size: clamp(43px, 8vw, 60px);
    letter-spacing: -2.6px;
  }
  .hero-lead {
    font-size: 14px;
  }
  .hero-actions {
    gap: 23px;
  }
  .route-art {
    width: min(100%, 480px);
    justify-self: center;
    margin-top: 5px;
  }
  .phone > strong {
    font-size: 22px;
  }
  .principles {
    gap: 12px;
    padding-block: 18px;
  }
  .principles p {
    font-size: 10px;
  }
  .principles span {
    margin-right: 8px;
    font-size: 8px;
  }
  .section {
    padding-block: 68px;
  }
  .routing-section,
  .setup-layout,
  .questions-section {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .section-heading h2 {
    font-size: 36px;
  }
  .section-heading .eyebrow {
    margin-bottom: 17px;
  }
  .routing-demo {
    padding: 24px;
  }
  .setup-section {
    padding-block: 58px;
  }
  .setup-layout .text-link {
    margin-top: 8px;
  }
  .steps li:first-child {
    padding-top: 24px;
    border-top: 1px solid #cdd7c6;
  }
  .questions-section {
    gap: 12px;
  }
  .questions h3 {
    font-size: 15px;
  }
  .questions p {
    font-size: 13px;
  }
  .download-section {
    grid-template-columns: 1fr;
    padding: 32px;
    gap: 28px;
    margin-bottom: 42px;
  }
  .download-section h2 {
    font-size: 36px;
  }
  .download-panel {
    border-left: 0;
    border-top: 1px solid #c6d3b9;
    padding: 25px 0 0;
  }
  .download-panel > img {
    margin-right: 8px;
  }
  .site-footer {
    flex-wrap: wrap;
    gap: 12px;
    padding-bottom: 27px;
  }
  .site-footer > span {
    margin: 0 0 0 auto;
  }
  .site-footer > small {
    width: 100%;
    margin: 0;
  }
  .hero-note {
    font-size: 9px;
  }
}
@media (max-width: 540px) {
  .site-header nav > a:not(.nav-cta) {
    display: none;
  }
  .site-header .brand {
    font-size: 18px;
    gap: 7px;
  }
  .site-header .brand img {
    width: 30px;
  }
  .site-header nav .nav-cta {
    font-size: 11px;
    padding: 8px 12px;
  }
  .nav-cta span {
    margin-left: 9px;
  }
}
@media (max-width: 420px) {
  .hero {
    padding-top: 36px;
    gap: 16px;
  }
  .hero h1 {
    font-size: 43px;
    letter-spacing: -2.2px;
  }
  .hero-lead {
    font-size: 13px;
  }
  .hero-actions {
    gap: 16px;
  }
  .hero-actions .button {
    font-size: 11px;
    gap: 14px;
    padding-inline: 15px;
  }
  .hero-actions .text-link {
    font-size: 10px;
    gap: 8px;
  }
  .hero-note {
    font-size: 8px;
  }
  .phone {
    border-width: 4px;
    border-radius: 20px;
  }
  .phone-top {
    font-size: 6px;
  }
  .phone > strong {
    font-size: 18px;
  }
  .phone-sub,
  .phone-networks {
    font-size: 6px;
  }
  .network-node strong {
    font-size: 16px;
  }
  .network-node > span:last-child {
    font-size: 8px;
  }
  .node-index {
    font-size: 7px;
  }
  .network-node svg {
    width: 27px;
    height: 22px;
    margin-bottom: 5px;
  }
  .principles {
    gap: 6px;
  }
  .principles p {
    font-size: 9px;
  }
  .principles span {
    display: block;
    margin: 0 0 4px;
  }
  .demo-flow {
    margin-block: 30px;
  }
  .flow-target {
    min-width: 65px;
  }
  .flow-origin {
    font-size: 13px;
  }
  .flow-line {
    margin-inline: 12px;
  }
  .flow-line span {
    font-size: 8px;
  }
  .route-choices button {
    padding-inline: 15px;
    font-size: 10px;
  }
  .demo-header {
    font-size: 9px;
  }
  .demo-label {
    font-size: 6px;
  }
  .demo-explanation {
    min-height: 146px;
  }
  .section-heading h2 {
    font-size: 33px;
  }
  .download-section {
    padding: 26px;
  }
  .download-section h2 {
    font-size: 33px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}
