:root {
  --ink: #090a0c;
  --ink-soft: #111318;
  --paper: #f3f3ef;
  --white: #ffffff;
  --gold: #f5b800;
  --gold-bright: #ffd21f;
  --muted: #aeb2ba;
  --line: rgba(255,255,255,.14);
  --dark-line: rgba(9,10,12,.15);
  --font-display: "Barlow Condensed", Impact, sans-serif;
  --font-body: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font-body); font-size: 16px; line-height: 1.6; }
a { color: inherit; }
button, input, textarea { font: inherit; }
.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 1000; padding: 10px 16px; background: var(--gold); color: var(--ink); font-weight: 700; }
.skip-link:focus { top: 12px; }

.site-header { position: absolute; z-index: 20; width: 100%; border-bottom: 1px solid var(--line); color: var(--white); }
.header-inner { height: 92px; display: flex; align-items: center; gap: 46px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; line-height: 1; flex-shrink: 0; }
.brand-logo { width: 56px; height: 43px; object-fit: contain; }
.brand strong { display: block; font-family: var(--font-display); font-size: 1.75rem; letter-spacing: .03em; text-transform: uppercase; }
.brand small { display: block; margin-top: 4px; color: #b9bdc5; font-size: .64rem; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }
nav { display: flex; align-items: center; gap: 32px; margin-left: auto; }
nav a { position: relative; color: #d7d9de; font-size: .83rem; font-weight: 600; text-decoration: none; text-transform: uppercase; letter-spacing: .09em; }
nav a::after { content: ""; position: absolute; left: 0; bottom: -8px; width: 0; height: 2px; background: var(--gold); transition: width .2s ease; }
nav a:hover::after, nav a:focus-visible::after { width: 100%; }
.header-call { display: grid; text-decoration: none; border-left: 1px solid var(--line); padding-left: 30px; }
.header-call span { color: var(--gold); font-size: .66rem; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; }
.header-call strong { margin-top: 2px; font-family: var(--font-display); font-size: 1.25rem; letter-spacing: .04em; }
.menu-button { display: none; margin-left: auto; background: none; border: 0; padding: 9px; }
.menu-button span:not(.sr-only) { display: block; width: 27px; height: 2px; margin: 5px 0; background: var(--white); }

.hero { position: relative; min-height: 820px; display: flex; align-items: center; overflow: hidden; background: linear-gradient(90deg, #08090b 0%, #0b0d10 46%, rgba(9,10,12,.57) 72%, rgba(9,10,12,.3) 100%), #0a0b0d; color: var(--white); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 160px; background: linear-gradient(transparent, rgba(0,0,0,.5)); pointer-events: none; }
.hero-image { position: absolute; inset: 0; background: radial-gradient(circle at 76% 43%, rgba(245,184,0,.11), transparent 22%), linear-gradient(125deg, transparent 50%, rgba(17,34,45,.55)), url('hero-network.webp') center/cover no-repeat; opacity: .86; }
.hero-grid, .contact-grid { position: absolute; inset: 0; opacity: .09; background-image: linear-gradient(rgba(255,255,255,.45) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.45) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(90deg, black, transparent 58%); }
.hero-content { position: relative; z-index: 2; padding-top: 120px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 23px; color: var(--gold); font-size: .77rem; font-weight: 700; text-transform: uppercase; letter-spacing: .17em; }
.eyebrow span { width: 34px; height: 2px; background: var(--gold); }
.eyebrow.dark { color: #6c5610; }
.hero h1, h2 { margin: 0; font-family: var(--font-display); font-weight: 700; text-transform: uppercase; line-height: .91; letter-spacing: -.025em; }
.hero h1 { max-width: 810px; font-size: clamp(4.1rem, 8vw, 7rem); }
.hero h1 em, .field h2 em, .about h2 em { color: var(--gold); font-style: normal; }
.hero-lede { max-width: 670px; margin: 30px 0 0; color: #ced1d6; font-size: 1.15rem; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.button { min-height: 54px; display: inline-flex; justify-content: center; align-items: center; gap: 24px; padding: 0 24px; border: 1px solid transparent; font-size: .83rem; font-weight: 700; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; cursor: pointer; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gold); color: var(--ink); }
.button-primary:hover { background: var(--gold-bright); }
.button-ghost { border-color: rgba(255,255,255,.33); color: var(--white); }
.button-ghost:hover { border-color: var(--white); }
.hero-proof { display: flex; gap: 42px; margin-top: 58px; }
.hero-proof div { display: flex; align-items: center; gap: 12px; padding-right: 38px; border-right: 1px solid var(--line); }
.hero-proof div:last-child { border: 0; }
.hero-proof strong { font-family: var(--font-display); color: var(--white); font-size: 1.65rem; text-transform: uppercase; }
.hero-proof span { color: #9da2aa; font-size: .72rem; line-height: 1.45; text-transform: uppercase; letter-spacing: .06em; }

.signal-bar { position: relative; z-index: 3; overflow: hidden; background: var(--gold); color: var(--ink); }
.signal-track { min-width: max-content; min-height: 54px; display: flex; justify-content: center; align-items: center; gap: 25px; padding: 0 25px; }
.signal-track span { font-family: var(--font-display); font-size: 1rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.signal-track i { width: 6px; height: 6px; background: var(--ink); transform: rotate(45deg); }

.section { padding: 120px 0; }
.coverage h2 { font-size: clamp(3.2rem, 6vw, 5.3rem); }
.coverage-layout > div:last-child > p { max-width: 510px; margin: 0 0 5px; color: #54585f; font-size: 1.03rem; line-height: 1.8; }

.field { position: relative; background: var(--ink-soft); color: var(--white); overflow: hidden; }
.field::before { content: ""; position: absolute; inset: 0; background: url('honeycomb.svg') 0 0 / 90px 104px repeat; opacity: .055; mask-image: linear-gradient(90deg, black, transparent 72%); }
.field-layout { position: relative; display: grid; grid-template-columns: .88fr 1.12fr; gap: 100px; }
.field-heading { position: sticky; top: 50px; align-self: start; }
.field h2, .about h2, .contact h2 { font-size: clamp(3.3rem, 5.5vw, 5.2rem); }
.field-heading > p:not(.eyebrow) { max-width: 460px; color: #aeb2ba; margin: 28px 0 30px; }
.text-link { color: var(--gold); font-size: .81rem; font-weight: 700; text-transform: uppercase; text-decoration: none; letter-spacing: .07em; }
.text-link span { margin-left: 8px; }
.field-list { border-top: 1px solid var(--line); }
.field-list article { padding: 32px 0 32px 22px; border-bottom: 1px solid var(--line); border-left: 3px solid var(--gold); }
.field-list h3 { margin: 0; font-family: var(--font-display); font-size: 1.65rem; text-transform: uppercase; letter-spacing: .01em; }
.field-list p { margin: 8px 0 0; color: #9fa4ad; font-size: .91rem; line-height: 1.7; }

.about { background: #0c0e11; color: var(--white); }
.about-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: center; }
.about-mark { opacity: .88; }
.about-mark img { display: block; width: 100%; height: auto; filter: drop-shadow(0 24px 50px rgba(0,0,0,.38)); }
.about-copy .lead { margin: 30px 0 20px; color: #e1e3e6; font-size: 1.1rem; line-height: 1.75; }
.about-copy > p:not(.eyebrow):not(.lead) { color: #9da2ab; line-height: 1.75; }
.credential-line { display: grid; grid-template-columns: 108px 1fr; gap: 20px; align-items: center; max-width: 540px; margin-top: 30px; padding-top: 24px; border-top: 1px solid var(--line); }
.credential-line img { width: 108px; height: 108px; object-fit: contain; }
.credential-line strong { display: block; font-family: var(--font-display); color: var(--gold); font-size: 1.15rem; text-transform: uppercase; letter-spacing: .04em; }
.credential-line span { display: block; margin-top: 3px; color: #9da2ab; font-size: .78rem; line-height: 1.5; }

.coverage { background: var(--gold); }
.coverage .eyebrow.dark { color: #493700; }
.coverage .eyebrow span { background: var(--ink); }
.coverage-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; align-items: center; }
.coverage-layout > div:last-child > p { color: #3e320d; }
.coverage-cities { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 30px; }
.coverage-cities span { padding: 7px 12px; border: 1px solid rgba(9,10,12,.25); font-size: .71rem; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; }

.contact { position: relative; padding: 120px 0; overflow: hidden; background: #111318; color: var(--white); }
.contact-grid { opacity: .04; mask-image: linear-gradient(90deg, transparent, black); }
.contact-layout { position: relative; display: grid; grid-template-columns: .92fr 1.08fr; gap: 95px; }
.contact-copy > p:not(.eyebrow) { max-width: 510px; color: #aeb2ba; margin: 26px 0 34px; }
.direct-contact { display: grid; gap: 10px; }
.direct-contact a { width: fit-content; display: grid; text-decoration: none; }
.direct-contact small { color: var(--gold); font-size: .67rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.direct-contact strong { font-family: var(--font-display); font-size: 1.35rem; }
.contact-form { display: grid; gap: 20px; padding: 38px; background: var(--white); color: var(--ink); }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.contact-form label { display: grid; gap: 8px; color: #3b3d42; font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.contact-form input, .contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid #c9c9c5; border-radius: 0; padding: 9px 2px 11px; outline: none; background: transparent; color: var(--ink); font-size: 1rem; text-transform: none; letter-spacing: 0; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: #9e7800; box-shadow: 0 1px #9e7800; }
.contact-form textarea { min-height: 115px; }
.form-submit { justify-self: start; margin-top: 4px; border: 0; }
.form-submit:disabled { cursor: wait; opacity: .68; transform: none; }
.form-honey { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }
.form-status { display: none; margin: -5px 0 0; padding: 11px 13px; border-left: 3px solid currentColor; font-size: .78rem; font-weight: 600; line-height: 1.5; }
.form-status.visible { display: block; }
.form-status.success { background: #eef7ec; color: #235b22; }
.form-status.error { background: #fff0ed; color: #8a2f22; }
.form-note { margin: -8px 0 0; color: #797c82; font-size: .72rem; }

footer { padding: 55px 0 28px; background: #07080a; color: var(--white); }
.footer-top { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 45px; padding-bottom: 38px; }
.footer-call { color: var(--gold); font-family: var(--font-display); font-size: 1.75rem; font-weight: 700; text-decoration: none; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 25px; border-top: 1px solid var(--line); color: #737880; font-size: .7rem; text-transform: uppercase; letter-spacing: .06em; }
.mobile-actions { display: none; }

@media (max-width: 960px) {
  .header-inner { height: 78px; }
  .header-call { display: none; }
  nav { gap: 22px; }
  .hero { min-height: 760px; }
  .hero-content { padding-top: 90px; }
  .field-layout, .about-layout, .coverage-layout, .contact-layout { grid-template-columns: 1fr; gap: 45px; }
  .field-heading { position: static; }
  .about-mark { display: none; }
  .contact-layout { gap: 55px; }
}

@media (max-width: 720px) {
  body { padding-bottom: 58px; }
  .shell { width: min(100% - 30px, 1180px); }
  .site-header { position: absolute; }
  .brand-logo { width: 48px; height: 37px; }
  .brand strong { font-size: 1.4rem; }
  .menu-button { display: block; }
  nav { display: none; position: absolute; top: 78px; left: 0; right: 0; padding: 24px; background: rgba(9,10,12,.98); border-bottom: 1px solid var(--line); }
  nav.open { display: grid; }
  nav a { padding: 8px 0; font-size: .9rem; }
  .hero { min-height: 760px; background: #08090b; }
  .hero-image { background-position: 64% center; opacity: .52; }
  .hero-grid { opacity: .06; }
  .hero-content { padding-top: 105px; }
  .hero h1 { font-size: clamp(3.7rem, 17vw, 5.1rem); }
  .hero-lede { margin-top: 24px; font-size: 1rem; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-proof { gap: 0; margin-top: 42px; }
  .hero-proof div { display: grid; flex: 1; gap: 3px; padding: 0 9px; }
  .hero-proof div:first-child { padding-left: 0; }
  .hero-proof strong { font-size: 1.2rem; }
  .hero-proof span { font-size: .58rem; }
  .signal-track { justify-content: flex-start; animation: ticker 22s linear infinite; }
  @keyframes ticker { to { transform: translateX(-45%); } }
  .section, .contact { padding: 82px 0; }
  .coverage h2, .field h2, .about h2, .contact h2 { font-size: clamp(3rem, 14vw, 4.2rem); }
  .contact-form { padding: 27px 22px; }
  .form-row { grid-template-columns: 1fr; }
  .credential-line { grid-template-columns: 86px 1fr; gap: 14px; }
  .credential-line img { width: 86px; height: 86px; }
  .footer-top { grid-template-columns: 1fr; gap: 25px; }
  .footer-bottom { display: grid; }
  .mobile-actions { position: fixed; z-index: 50; left: 0; right: 0; bottom: 0; height: 58px; display: grid; grid-template-columns: .7fr .7fr 1.3fr; background: #0a0b0d; box-shadow: 0 -3px 16px rgba(0,0,0,.24); }
  .mobile-actions a { display: grid; place-items: center; border-right: 1px solid var(--line); color: var(--white); font-size: .7rem; font-weight: 700; text-decoration: none; text-transform: uppercase; letter-spacing: .06em; }
  .mobile-actions a:last-child { background: var(--gold); color: var(--ink); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
