@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/assets/fonts-dm-sans.woff2") format("woff2");
}
@font-face {
  font-family: "Newsreader";
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
  src: url("/assets/fonts-newsreader.woff2") format("woff2");
}

:root {
  color-scheme: light;
  --ink: #1d2e2b;
  --ink-soft: #42534f;
  --paper: #f3f4ee;
  --white: #fff;
  --line: #d9dfd9;
  --green: #194c43;
  --green-deep: #102c28;
  --acid: #d9ed70;
  --coral: #c35c40;
  --muted: #65736f;
  --serif: "Newsreader", Georgia, serif;
  --sans: "DM Sans", "Avenir Next", sans-serif;
  --content: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.65; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.content-width { width: min(var(--content), calc(100% - 64px)); margin-inline: auto; }
.skip-link { position: absolute; z-index: 20; top: 8px; left: 8px; padding: 10px 16px; color: var(--white); background: var(--green-deep); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: relative; z-index: 2; min-height: 82px; background: var(--white); border-bottom: 1px solid rgba(29, 46, 43, .1); }
.header-inner { width: min(1280px, calc(100% - 64px)); min-height: 82px; margin-inline: auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; width: fit-content; text-decoration: none; }
.brand-mark { position: relative; display: flex; align-items: end; gap: 3px; width: 34px; height: 32px; padding: 6px 7px; background: var(--green); }
.brand-mark::before, .brand-mark::after { position: absolute; top: 6px; width: 3px; height: 3px; border-radius: 50%; background: var(--acid); content: ""; }
.brand-mark::before { left: 9px; }.brand-mark::after { right: 9px; }
.brand-mark i { display: block; width: 4px; height: 8px; background: var(--white); }
.brand-mark i:nth-child(2) { height: 15px; background: var(--acid); }.brand-mark i:nth-child(3) { height: 11px; }
.brand-name { display: grid; color: var(--ink); font-size: 14px; font-weight: 750; line-height: 1.15; }
.brand-name span { margin-top: 4px; color: var(--muted); font-size: 10px; font-weight: 650; text-transform: uppercase; }
.primary-nav { display: flex; align-items: center; gap: 34px; }
.primary-nav a, .site-footer nav a { position: relative; color: var(--ink-soft); font-size: 13px; font-weight: 650; text-decoration: none; }
.primary-nav a::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; background: var(--coral); content: ""; transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.primary-nav a:hover::after, .primary-nav a[aria-current="page"]::after { transform: scaleX(1); }
.header-cta { justify-self: end; display: inline-flex; align-items: center; gap: 14px; padding: 11px 15px; border: 1px solid var(--line); color: var(--ink); font-size: 12px; font-weight: 700; text-decoration: none; transition: background .2s ease, border-color .2s ease; }
.header-cta:hover { border-color: var(--green); background: var(--paper); }.header-cta span { color: var(--coral); font-size: 17px; line-height: 1; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; padding: 12px 18px; border: 0; font: inherit; font-size: 13px; font-weight: 750; text-decoration: none; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }.button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 3px solid var(--coral); outline-offset: 3px; }
.button:disabled { cursor: not-allowed; opacity: .55; transform: none; }
.button-acid { color: var(--ink); background: var(--acid); }.button-acid:hover { background: #e5f497; }
.button-dark { color: var(--white); background: var(--green-deep); }.button-dark:hover { background: var(--green); }
.text-link { display: inline-flex; align-items: center; gap: 12px; font-size: 13px; font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.text-link-light { color: var(--white); }.eyebrow { margin: 0 0 18px; color: var(--green); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.eyebrow-light { color: var(--acid); }

.hero { position: relative; min-height: 628px; display: flex; align-items: center; overflow: hidden; color: var(--white); background-color: var(--green-deep); background-image: url("/assets/network-cabling.webp"); background-position: center 48%; background-size: cover; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(13, 36, 32, .96) 0%, rgba(13, 36, 32, .87) 38%, rgba(13, 36, 32, .42) 76%, rgba(13, 36, 32, .22) 100%); }
.hero-content { position: relative; z-index: 1; padding-block: 96px 112px; animation: rise-in .65s ease both; }
.hero .eyebrow { display: flex; align-items: center; gap: 10px; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 5px rgba(217, 237, 112, .13); }
.hero h1, .masthead-inner h1 { max-width: 720px; margin: 0; font-family: var(--serif); font-size: 64px; font-weight: 500; line-height: 1.04; }
.hero-copy { max-width: 580px; margin: 25px 0 0; color: rgba(255, 255, 255, .82); font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 28px; margin-top: 32px; }
.hero-note { margin: 48px 0 0; color: rgba(255, 255, 255, .66); font-size: 11px; }
.hero-caption { position: absolute; right: 32px; bottom: 21px; left: 32px; display: flex; justify-content: space-between; color: rgba(255, 255, 255, .75); font-size: 10px; text-transform: uppercase; }
@keyframes rise-in { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }

.intro-band { padding-block: 86px 94px; background: var(--paper); background-image: radial-gradient(rgba(25, 76, 67, .12) .7px, transparent .7px); background-position: 0 0; background-size: 18px 18px; }
.intro-grid { display: grid; grid-template-columns: 1fr 2fr 52px; gap: 48px; align-items: start; }
.intro-grid .eyebrow { padding-top: 9px; }.intro-grid h2, .section-heading h2, .software-copy h2, .closing-inner h2, .story-body h2, .vision-grid h2, .founder-copy h2, .software-about h2, .contact-aside h2, .form-heading h2 { margin: 0; font-family: var(--serif); font-size: 38px; font-weight: 500; line-height: 1.16; }
.intro-grid > div > p { max-width: 680px; margin: 20px 0 0; color: var(--ink-soft); }
.round-link { width: 48px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid #bac7c0; border-radius: 50%; color: var(--green); font-size: 21px; text-decoration: none; transition: background .2s ease; }
.round-link:hover { background: var(--acid); }

.services-section { padding-block: 93px 96px; background: var(--white); }
.section-heading { display: grid; grid-template-columns: 1.1fr .8fr; gap: 64px; align-items: end; margin-bottom: 42px; }
.section-heading h2 { max-width: 560px; }.section-heading > p { max-width: 430px; margin: 0 0 5px; color: var(--muted); font-size: 14px; }
.service-list { border-top: 1px solid var(--line); }
.service-row { min-height: 102px; display: grid; grid-template-columns: 60px minmax(0, 1fr) 175px; gap: 20px; align-items: center; padding: 20px 4px; border-bottom: 1px solid var(--line); }
.service-index { align-self: start; padding-top: 6px; color: #8b9993; font-size: 11px; font-weight: 750; }
.service-row h3 { margin: 0; font-size: 17px; font-weight: 700; }.service-row p { max-width: 700px; margin: 5px 0 0; color: var(--muted); font-size: 13px; }
.service-status { justify-self: end; padding: 7px 10px; color: var(--green); background: #eef4d8; font-size: 10px; font-weight: 800; text-align: center; }
.service-proposed { color: #7a3526; background: #fae8e1; }.service-footnote { margin: 17px 0 0; color: var(--muted); font-size: 11px; }

.software-band { padding-block: 88px; color: var(--white); background: var(--green-deep); background-image: repeating-linear-gradient(135deg, rgba(255, 255, 255, .025) 0 1px, transparent 1px 14px); }
.software-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 82px; align-items: center; }
.software-visual { position: relative; min-height: 352px; overflow: hidden; background: url("/assets/network-cabling.webp") center / cover; }
.software-visual::after { position: absolute; inset: 0; border: 1px solid rgba(255, 255, 255, .26); content: ""; }
.visual-label { position: absolute; z-index: 1; bottom: 20px; left: 20px; padding: 7px 10px; color: var(--ink); background: var(--acid); font-size: 9px; font-weight: 850; }
.visual-line { position: absolute; z-index: 1; width: 48px; height: 48px; border: 1px solid rgba(217, 237, 112, .75); border-radius: 50%; }
.visual-line-one { top: 24%; right: 24%; }.visual-line-two { top: 38%; right: 13%; width: 24px; height: 24px; }
.software-copy h2 { max-width: 500px; font-size: 39px; }.software-copy > p:not(.eyebrow) { margin: 20px 0 24px; color: rgba(255, 255, 255, .74); }
.closing-band { padding-block: 82px; background: var(--acid); background-image: repeating-linear-gradient(0deg, transparent 0 35px, rgba(25, 76, 67, .08) 35px 36px); }
.closing-inner { display: flex; align-items: center; gap: 38px; }.closing-inner .eyebrow { flex: 0 0 175px; margin: 0; }.closing-inner h2 { flex: 1; font-size: 32px; }.closing-inner .button { flex-shrink: 0; }
.site-footer { color: var(--white); background: var(--ink); }
.footer-inner { min-height: 132px; display: grid; grid-template-columns: 1.1fr 1fr auto auto; gap: 32px; align-items: center; }
.brand-footer .brand-name { color: var(--white); }.brand-footer .brand-name span { color: #c0ccc5; }
.footer-inner > p { margin: 0; color: #c0ccc5; font-size: 12px; }.site-footer nav { display: flex; gap: 21px; }.site-footer nav a { color: var(--white); font-size: 11px; }.footer-inner small { color: #c0ccc5; font-size: 10px; }

.page-masthead { position: relative; min-height: 360px; display: flex; align-items: end; overflow: hidden; color: var(--white); background-color: var(--green-deep); background-image: linear-gradient(90deg, rgba(13, 36, 32, .96), rgba(13, 36, 32, .72) 60%, rgba(13, 36, 32, .48)), url("/assets/network-cabling.webp"); background-position: center 42%; background-size: cover; }
.masthead-contact { background-position: center 58%; }.masthead-inner { padding-block: 72px 62px; }.masthead-inner h1 { max-width: 740px; font-size: 54px; }.masthead-inner > p:last-child { max-width: 610px; margin: 20px 0 0; color: rgba(255, 255, 255, .8); font-size: 16px; }
.about-story { display: grid; grid-template-columns: .7fr 1.3fr; gap: 92px; padding-block: 100px; }
.story-side { padding-top: 7px; }.story-rule { display: block; width: 48px; height: 3px; margin: 30px 0 22px; background: var(--coral); }.story-note { max-width: 210px; color: var(--muted); font-family: var(--serif); font-size: 19px; line-height: 1.35; }
.story-body h2 { font-size: 42px; }.story-body p { max-width: 680px; color: var(--ink-soft); }.story-body p:first-of-type { margin-top: 22px; }
.vision-band { padding-block: 82px; color: var(--white); background: var(--green); }
.vision-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 86px; }.vision-grid article + article { padding-left: 52px; border-left: 1px solid rgba(255, 255, 255, .24); }
.vision-grid .eyebrow { color: var(--acid); }.vision-grid h2 { max-width: 470px; font-size: 32px; }.vision-grid p:last-child { max-width: 450px; margin-bottom: 0; color: rgba(255, 255, 255, .76); font-size: 14px; }
.founder-section { display: grid; grid-template-columns: .6fr 1.4fr; gap: 82px; align-items: center; padding-block: 102px; }
.founder-number { color: var(--green); font-family: var(--serif); font-size: 142px; line-height: .9; }.founder-number span { color: var(--coral); font-size: 58px; vertical-align: top; }
.founder-copy h2 { font-size: 38px; }.founder-copy p:not(.eyebrow) { max-width: 680px; color: var(--ink-soft); }.founder-copy strong { color: var(--ink); }
.software-about { padding-block: 78px; color: var(--white); background: #263d38; background-image: repeating-linear-gradient(90deg, transparent 0 50px, rgba(255, 255, 255, .03) 50px 51px); }
.software-about-inner { max-width: 760px; }.software-about .eyebrow { color: var(--acid); }.software-about h2 { max-width: 670px; font-size: 38px; }.software-about p:last-child { max-width: 660px; color: rgba(255, 255, 255, .75); }

.contact-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 92px; padding-block: 91px 110px; }
.contact-aside { padding-top: 8px; }.contact-aside h2 { max-width: 360px; font-size: 35px; }.contact-aside > p:not(.eyebrow) { max-width: 390px; margin-top: 19px; color: var(--muted); }
.contact-aside-note { display: flex; gap: 14px; align-items: start; max-width: 330px; margin-top: 40px; padding-top: 18px; border-top: 1px solid var(--line); }.contact-aside-note p { margin: 0; color: var(--ink-soft); font-size: 13px; }.aside-mark { color: var(--coral); font-size: 11px; font-weight: 800; }
.contact-form { padding: 34px; background: var(--white); border-top: 3px solid var(--green); box-shadow: 0 15px 45px rgba(29, 46, 43, .06); }
.form-heading { margin-bottom: 27px; }.form-heading .eyebrow { margin-bottom: 8px; }.form-heading h2 { font-size: 31px; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }.field { display: grid; gap: 7px; margin-bottom: 18px; }.field label { font-size: 12px; font-weight: 750; }.field label span, .consent-row > span > span { color: var(--coral); }
.field input, .field select, .field textarea { width: 100%; min-height: 46px; padding: 11px 12px; border: 1px solid #cbd4ce; border-radius: 0; color: var(--ink); background: #fcfcfa; font: inherit; font-size: 14px; }
.field textarea { min-height: 125px; resize: vertical; }.field-hint { color: var(--muted); font-size: 10px; }
.turnstile-slot { min-height: 54px; margin-block: 9px 17px; color: var(--muted); font-size: 12px; }.turnstile-slot p { margin: 0; }
.consent-row { display: grid; grid-template-columns: 18px 1fr; gap: 11px; align-items: start; margin: 12px 0 22px; color: var(--ink-soft); font-size: 11px; line-height: 1.55; }.consent-row input { width: 16px; height: 16px; margin: 1px 0 0; accent-color: var(--green); }
.form-submit { min-width: 170px; }.form-status { min-height: 24px; margin: 12px 0 0; color: var(--green); font-size: 12px; font-weight: 700; }.form-status.is-error { color: #923c2b; }.privacy-note { margin: 18px 0 0; color: var(--muted); font-size: 10px; line-height: 1.6; }
.verify-page { min-height: 100vh; display: grid; place-items: center; padding: 24px; background: var(--paper); background-image: radial-gradient(rgba(25, 76, 67, .12) .7px, transparent .7px); background-size: 18px 18px; }
.verify-panel { width: min(560px, 100%); padding: 38px; background: var(--white); border-top: 3px solid var(--green); }.verify-panel h1 { margin: 0; font-family: var(--serif); font-size: 38px; font-weight: 500; line-height: 1.15; }.verify-panel > p:not(.eyebrow) { color: var(--muted); }.verify-panel form { margin: 26px 0 19px; }.verify-panel > a { color: var(--green); font-size: 13px; }

@media (max-width: 950px) {
  .header-inner { grid-template-columns: 1fr auto; }.primary-nav { grid-column: 1 / -1; grid-row: 2; justify-content: center; padding: 0 0 15px; }.header-cta { grid-column: 2; grid-row: 1; }.site-header, .header-inner { min-height: 72px; }
  .intro-grid { grid-template-columns: 1fr 2fr; gap: 28px; }.round-link { display: none; }.software-grid { gap: 45px; }.footer-inner { grid-template-columns: 1fr 1fr; padding-block: 25px; }.footer-inner > p { justify-self: end; }.footer-inner small { justify-self: end; }
  .contact-layout { gap: 50px; }.about-story { gap: 54px; }.founder-section { gap: 45px; }
}
@media (max-width: 640px) {
  .content-width, .header-inner { width: min(100% - 40px, var(--content)); }
  .header-inner { grid-template-columns: 1fr auto; gap: 13px; }.brand { gap: 8px; }.brand-mark { width: 30px; height: 30px; }.brand-name { font-size: 12px; }.brand-name span { font-size: 8px; }
  .header-cta { padding: 9px 10px; gap: 8px; font-size: 10px; }.primary-nav { grid-column: 1 / -1; gap: 32px; padding-bottom: 13px; }.primary-nav a { font-size: 12px; }
  .hero { min-height: 620px; background-position: 58% center; }.hero-shade { background: linear-gradient(90deg, rgba(13, 36, 32, .93), rgba(13, 36, 32, .73) 68%, rgba(13, 36, 32, .52)); }.hero-content { padding-block: 74px 94px; }.hero h1 { max-width: 500px; font-size: 46px; }.hero-copy { max-width: 470px; font-size: 15px; }.hero-actions { align-items: start; flex-direction: column; gap: 18px; margin-top: 25px; }.hero-note { margin-top: 35px; }.hero-caption { right: 20px; left: 20px; font-size: 8px; }
  .intro-band, .services-section { padding-block: 65px; }.intro-grid { display: block; }.intro-grid .eyebrow { margin-bottom: 14px; }.intro-grid h2, .section-heading h2, .closing-inner h2 { font-size: 33px; }.intro-grid > div > p { margin-top: 16px; font-size: 14px; }
  .section-heading { display: block; margin-bottom: 26px; }.section-heading > p { margin-top: 16px; font-size: 13px; }.service-row { grid-template-columns: 34px minmax(0, 1fr); gap: 10px; padding-block: 17px; }.service-row h3 { font-size: 15px; }.service-row p { font-size: 12px; }.service-status { grid-column: 2; justify-self: start; margin-top: -2px; padding: 5px 8px; }
  .software-band { padding-block: 62px; }.software-grid { grid-template-columns: 1fr; gap: 31px; }.software-visual { min-height: 235px; }.software-copy h2 { font-size: 34px; }
  .closing-band { padding-block: 54px; }.closing-inner { align-items: start; flex-direction: column; gap: 15px; }.closing-inner .eyebrow { flex-basis: auto; }.closing-inner h2 { flex: none; }.closing-inner .button { margin-top: 7px; }
  .footer-inner { grid-template-columns: 1fr; gap: 12px; padding-block: 28px; }.footer-inner > p, .footer-inner small { justify-self: start; }.site-footer nav { margin-block: 6px; }
  .page-masthead { min-height: 340px; }.masthead-inner { padding-block: 58px 44px; }.masthead-inner h1 { font-size: 43px; }.masthead-inner > p:last-child { font-size: 14px; }
  .about-story { grid-template-columns: 1fr; gap: 20px; padding-block: 66px; }.story-rule { margin-block: 19px 13px; }.story-note { max-width: 380px; margin-bottom: 0; }.story-body h2 { font-size: 35px; }.story-body p { font-size: 14px; }
  .vision-band { padding-block: 63px; }.vision-grid { grid-template-columns: 1fr; gap: 38px; }.vision-grid article + article { padding: 35px 0 0; border-top: 1px solid rgba(255, 255, 255, .24); border-left: 0; }.vision-grid h2 { font-size: 29px; }
  .founder-section { grid-template-columns: 1fr; gap: 22px; padding-block: 65px; }.founder-number { font-size: 100px; }.founder-number span { font-size: 45px; }.founder-copy h2, .software-about h2 { font-size: 33px; }.founder-copy p:not(.eyebrow) { font-size: 14px; }
  .software-about { padding-block: 60px; }.software-about p:last-child { font-size: 14px; }
  .contact-layout { grid-template-columns: 1fr; gap: 35px; padding-block: 59px 74px; }.contact-aside h2 { max-width: 490px; font-size: 31px; }.contact-aside > p:not(.eyebrow) { font-size: 14px; }.contact-aside-note { margin-top: 25px; }
  .contact-form { padding: 23px 18px; }.field-grid { grid-template-columns: 1fr; gap: 0; }.form-heading h2 { font-size: 28px; }.verify-panel { padding: 28px 22px; }.verify-panel h1 { font-size: 33px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}