:root {
  --nap-black: #090909;
  --nap-black-2: #111111;
  --nap-white: #f4f2ed;
  --nap-line: rgba(255,255,255,.14);
  --nap-dark-line: rgba(0,0,0,.15);
  --nap-muted: #9d9d9a;
  --nap-accent: #b7d52f;
  --site-pad: clamp(1.25rem, 3.2vw, 3.5rem);
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--nap-black);
  color: var(--nap-white);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-shell {
  padding-left: var(--site-pad);
  padding-right: var(--site-pad);
}

.site-header {
  transition: background .3s ease, border-color .3s ease, backdrop-filter .3s ease;
  border-bottom: 1px solid transparent;
}

.site-header.scrolled {
  background: rgba(9,9,9,.84);
  backdrop-filter: blur(14px);
  border-color: var(--nap-line);
}

.navbar {
  min-height: 78px;
}

.brand-mark {
min-height: 100px;
max-height: 150px;
width: 100;}
/* =========================================
   NAV LOGO
========================================= */

.navbar-brand.brand-mark {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    line-height: 1;
}

.navbar-brand.brand-mark img {
    display: block;
    width: auto;
    height: 72px;
    max-width: 280px;
    object-fit: contain;
}
.site-header .navbar {
    min-height: 76px;
    padding: 12px 0;
}

.nav-link {
  color: rgba(255,255,255,.8) !important;
  font-size: .77rem;
  text-transform: uppercase;
  letter-spacing: .16em;
  padding-left: .25rem !important;
  padding-right: .25rem !important;
}

.nav-link:hover {
  color: orangered!important;
}

.section-dark {
  background: var(--nap-black);
  color: var(--nap-white);
}

.section-light {
  background: var(--nap-white);
  color: var(--nap-black);
}

.py-section {
  padding-top: clamp(3rem, 3vw, 3rem);
  padding-bottom: clamp(3rem, 3vw, 3rem);
}

.hero-section {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.hero-section::after {
  content: "";
  position: absolute;
  width: 55vw;
  height: 55vw;
  max-width: 900px;
  max-height: 900px;
  right: -15vw;
  top: 5vh;
  background: radial-gradient(circle, rgba(183,213,47,.08), transparent 67%);
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.eyebrow {
  font-size: .7rem;
  letter-spacing: .22em;
  font-weight: 700;
  margin-bottom: 2rem;
  color: rgba(255,255,255,.7);
}

.eyebrow-dark {
  color: rgba(0,0,0,.55);
}

.display-hero {
  font-size: clamp(4.25rem, 8vw, 8.7rem);
  font-weight: 300;
  line-height: .82;
  letter-spacing: -.055em;
  text-transform: uppercase;
  margin: 0 0 2rem;
}

.lead-copy {
  color: var(--nap-muted);
  font-size: clamp(1rem, 1.25vw, 1.22rem);
  line-height: 1.6;
  max-width: 35rem;
}

.btn-nap {
  border-radius: 0;
  padding: .95rem 1.25rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .72rem;
  transition: color .2s ease, background .2s ease, border-color .2s ease;
}

.btn-nap span,
.text-link span {
  color: var(--nap-accent);
  margin-left: .5rem;
}

.btn-nap:hover {
  background: white;
  color: black;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: .2rem;
  font-size: .73rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.text-link-dark {
  color: var(--nap-black);
}

.hero-visual {
  height: min(600px, 62vw);
  min-height: 430px;
  position: relative;
  perspective: 1200px;
}

.screen {
  position: absolute;
  background: linear-gradient(145deg, #141414, #0b0b0b);
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 25px 80px rgba(0,0,0,.45);
  padding: 1rem;
  overflow: hidden;
}

.screen::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 25%, rgba(255,255,255,.05), transparent 60%);
  transform: translateX(-120%);
  animation: screenSweep 7s ease-in-out infinite;
}

.screen-a {
  width: 56%;
  height: 44%;
  left: 20%;
  top: 24%;
  transform: rotateY(-8deg) rotateX(3deg);
}

.screen-b {
  width: 28%;
  height: 28%;
  right: 2%;
  bottom: 12%;
  transform: rotateY(-10deg);
}

.screen-c {
  width: 24%;
  height: 22%;
  left: 0;
  top: 11%;
  transform: rotateY(10deg);
}

.screen-label {
  display: block;
  font-size: .62rem;
  letter-spacing: .18em;
  color: rgba(255,255,255,.65);
  margin-bottom: 1.2rem;
}

.ui-line {
  height: 6px;
  background: rgba(255,255,255,.12);
  margin-bottom: .6rem;
}

.ui-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .45rem;
  margin-top: 1.5rem;
}

.ui-grid i {
  height: 48px;
  background: linear-gradient(145deg, #1d2630, #111820);
  border: 1px solid rgba(255,255,255,.06);
}

.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--nap-accent);
  box-shadow: 0 0 18px rgba(183,213,47,.7);
}

.signal-line {
  height: 1px;
  position: absolute;
  background: linear-gradient(90deg, transparent, rgba(183,213,47,.8), transparent);
  opacity: .6;
}

.signal-one {
  width: 54%;
  left: 5%;
  top: 70%;
}

.signal-two {
  width: 44%;
  right: 4%;
  top: 18%;
}

@keyframes screenSweep {
  0%, 70% { transform: translateX(-120%); }
  100% { transform: translateX(120%); }
}

.section-title {
  font-size: clamp(2.7rem, 5vw, 5.4rem);
  font-weight: 300;
  line-height: .95;
  letter-spacing: -.04em;
}

.section-title-light {
  color: white;
}

.section-title em {
  font-family: Georgia, serif;
  font-weight: 400;
}

.section-copy {
  color: #595955;
  line-height: 1.7;
  max-width: 32rem;
}

.solution-row {
  margin-top: clamp(4rem, 7vw, 7rem);
  border-top: 1px solid var(--nap-dark-line);
  border-bottom: 1px solid var(--nap-dark-line);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.solution-item {
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
  border-right: 1px solid var(--nap-dark-line);
  text-align: center;
  font-size: .66rem;
  text-transform: uppercase;
  letter-spacing: .14em;
  transition: background .25s ease;
}

.solution-item:last-child {
  border-right: 0;
}

.solution-item:hover {
  background: rgba(0,0,0,.035);
}

.solution-icon {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(0,0,0,.55);
  position: relative;
}

.phone-icon {
  width: 22px;
  border-radius: 5px;
}

.laptop-icon {
  height: 28px;
  margin-top: 8px;
}

.laptop-icon::after {
  content: "";
  position: absolute;
  left: -7px;
  right: -7px;
  bottom: -8px;
  border-top: 1px solid rgba(0,0,0,.55);
}

.grid-icon {
  background-image:
    linear-gradient(rgba(0,0,0,.25) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,.25) 1px, transparent 1px);
  background-size: 10px 10px;
}

.camera-icon {
  width: 48px;
  height: 26px;
  transform: rotate(-12deg);
}

.ui-icon::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 7px;
  right: 7px;
  border-top: 1px solid rgba(0,0,0,.45);
}

.network-diagram {
  min-height: 500px;
  position: relative;
}

.network-core,
.network-node {
  position: absolute;
  z-index: 2;
  border: 1px solid rgba(255,255,255,.22);
  background: #0d0d0d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .7rem;
  letter-spacing: .12em;
}

.network-core {
  width: 120px;
  height: 120px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.25rem;
}

.network-node {
  width: 90px;
  height: 55px;
  color: rgba(255,255,255,.7);
}

.node-left { left: 2%; }
.node-right { right: 2%; }

.node-l1, .node-r1 { top: 12%; }
.node-l2, .node-r2 { top: 45%; }
.node-l3, .node-r3 { top: 78%; }

.network-svg {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
}

.network-svg path {
  fill: none;
  stroke: rgba(255,255,255,.24);
  stroke-width: 1.5;
}

.work-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--nap-dark-line);
}

.work-card {
  background: var(--nap-white);
}

.work-placeholder {
  aspect-ratio: 16 / 10;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,.6);
  font-size: .68rem;
  letter-spacing: .16em;
  transition: transform .4s ease, filter .4s ease;
}

.work-1 {
  background:
    linear-gradient(rgba(0,0,0,.35), rgba(0,0,0,.55)),
    radial-gradient(circle at 35% 45%, #27434d, #10161a 55%, #080808);
}

.work-2 {
  background:
    linear-gradient(rgba(0,0,0,.35), rgba(0,0,0,.55)),
    radial-gradient(circle at 60% 35%, #36404c, #101318 55%, #080808);
}

.work-3 {
  background:
    linear-gradient(rgba(0,0,0,.35), rgba(0,0,0,.55)),
    radial-gradient(circle at 50% 45%, #2f3b32, #101410 55%, #080808);
}

.work-card:hover .work-placeholder {
  filter: brightness(1.1);
}

.work-meta {
  padding: 1.1rem 0 2rem;
}

.work-meta h3 {
  font-size: 1rem;
  margin-bottom: .25rem;
}

.work-meta p {
  font-size: .75rem;
  color: #666;
  margin: 0;
}

.closing-section {
  padding-top: clamp(5rem, 8vw, 8rem);
}

.closing-title {
  font-size: clamp(4rem, 8vw, 8rem);
  line-height: .85;
  font-weight: 300;
  letter-spacing: -.055em;
}

.closing-title span {
  color: var(--nap-accent);
}

.btn-large {
  padding: 1.1rem 1.6rem;
}

.site-footer {
  border-top: 1px solid var(--nap-line);
  margin-top: clamp(5rem, 8vw, 8rem);
  min-height: 110px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: .72rem;
  letter-spacing: .12em;
}

.footer-right {
  display: flex;
  gap: 1.5rem;
}

.footer-right a {
  color: rgba(255,255,255,.55);
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .75s ease, transform .75s ease;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    background: rgba(9,9,9,.97);
    margin: .5rem calc(var(--site-pad) * -1) 0;
    padding: 1.5rem var(--site-pad) 2rem;
    border-top: 1px solid var(--nap-line);
  }

  .nav-link {
    font-size: .9rem;
    padding-top: .8rem;
    padding-bottom: .8rem;
  }

  .hero-section .min-vh-100 {
    min-height: auto !important;
    padding-top: 9rem !important;
    padding-bottom: 5rem !important;
  }

  .hero-visual {
    height: 500px;
  }

  .solution-row {
    grid-template-columns: repeat(3, 1fr);
  }

  .solution-item:nth-child(3) {
    border-right: 0;
  }

  .solution-item:nth-child(-n+3) {
    border-bottom: 1px solid var(--nap-dark-line);
  }

  .network-diagram {
    min-height: 420px;
  }
}

@media (max-width: 767.98px) {
  .display-hero {
    font-size: clamp(3.7rem, 16vw, 6rem);
  }

  .hero-visual {
    min-height: 360px;
    height: 90vw;
  }

  .screen-a {
    width: 72%;
    height: 44%;
    left: 14%;
  }

  .screen-b {
    width: 38%;
    right: 2%;
  }

  .screen-c {
    width: 34%;
  }

  .solution-row {
    grid-template-columns: 1fr 1fr;
  }

  .solution-item,
  .solution-item:nth-child(3) {
    border-right: 1px solid var(--nap-dark-line);
    border-bottom: 1px solid var(--nap-dark-line);
  }

  .solution-item:nth-child(even) {
    border-right: 0;
  }

  .solution-item:last-child {
    grid-column: 1 / -1;
    border-right: 0;
    border-bottom: 0;
  }

  .network-diagram {
    transform: scale(.92);
    transform-origin: center;
  }

  .work-strip {
    grid-template-columns: 1fr;
    gap: 2rem;
    background: transparent;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
  }

  .footer-right {
    flex-wrap: wrap;
  }
}

@media (max-width: 575.98px) {
  .navbar {
    min-height: 68px;
  }

  .py-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .solution-row {
    grid-template-columns: 1fr;
  }

  .solution-item,
  .solution-item:nth-child(even),
  .solution-item:nth-child(3) {
    border-right: 0;
    border-bottom: 1px solid var(--nap-dark-line);
  }

  .solution-item:last-child {
    grid-column: auto;
  }

  .network-diagram {
    min-height: 350px;
    transform: scale(.84);
  }

  .network-node {
    width: 74px;
    height: 48px;
    font-size: .58rem;
  }

  .network-core {
    width: 100px;
    height: 100px;
  }
}
/* COMING SOON PAGE */

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.coming-soon-page {
    background: #000;
    color: #fff;
}

.coming-soon {
    width: 100%;
    min-height: 100vh;
    min-height: 100dvh;

    display: flex;
    align-items: center;      /* vertical center */
    justify-content: center;  /* horizontal center */

    padding: 40px;
    box-sizing: border-box;
}

.coming-soon-inner {
    width: 100%;
    text-align: center;
}

.coming-soon-logo {
    display: block;
    width: 100%;
    max-width: 500px;
    height: auto;
    margin: 0 auto;
}

.coming-soon-label {
    margin: 24px 0 0;
    text-align: center;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
