:root {
  --metal-black: #030607;
  --metal-ink: #081112;
  --metal-panel: rgba(14, 20, 21, 0.88);
  --metal-line: rgba(0, 229, 232, 0.36);
  --metal-cyan: #00e5e8;
  --metal-cyan-soft: #80ffff;
  --metal-steel: #9ba9ad;
  --metal-white: #f4fbfb;
  --metal-glow: 0 0 26px rgba(0, 229, 232, 0.35);
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--metal-black);
  color: var(--metal-white);
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
  margin: 0;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, black, transparent 80%);
  z-index: -1;
}

a {
  color: inherit;
}

.skip-link {
  background: var(--metal-cyan);
  color: #001314;
  font-weight: 800;
  left: 1rem;
  padding: 0.75rem 1rem;
  position: fixed;
  top: -5rem;
  z-index: 2000;
}

.skip-link:focus {
  top: 1rem;
}

.metal-navbar {
  padding-top: 1rem;
  background: transparent;
}

.metal-navbar .container {
  max-width: 1320px;
}

.nav-shell {
  align-items: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.05) 34%, rgba(255, 255, 255, 0.02)),
    linear-gradient(90deg, rgba(156, 169, 176, 0.28), rgba(52, 60, 65, 0.18) 26%, rgba(16, 22, 25, 0.48) 60%, rgba(7, 11, 13, 0.72));
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0.85rem;
  box-shadow:
    0 16px 38px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    inset 0 -1px 0 rgba(255, 255, 255, 0.04);
  display: flex;
  gap: 1rem;
  min-height: 4.5rem;
  padding: 0.55rem 1.15rem;
  width: 100%;
  backdrop-filter: blur(22px) saturate(130%);
  -webkit-backdrop-filter: blur(22px) saturate(130%);
}

.navbar-toggler {
  border-color: rgba(0, 229, 232, 0.42);
  margin-left: auto;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0.18rem rgba(0, 229, 232, 0.3);
}

.navbar-toggler-icon {
  filter: invert(1);
}

.navbar-brand {
  align-items: center;
  border-radius: 0.65rem;
  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  display: inline-flex;
  padding: 0.22rem 0.45rem;
}

.brand-logo {
  display: block;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.28));
  height: auto;
  max-height: calc(4.5rem - 1.1rem);
  max-width: 8rem;
  width: auto;
}

.navbar-collapse {
  align-items: center;
  flex-grow: 1;
}

.nav-menu {
  gap: 0.8rem;
}

.nav-link {
  color: rgba(244, 251, 251, 0.78);
  font-size: 0.9rem;
  font-weight: 700;
  padding-inline: 1rem !important;
  position: relative;
  text-align: center;
  text-transform: capitalize;
}

.nav-link:focus,
.nav-link:hover {
  color: var(--metal-cyan);
}

.nav-link::after {
  background: rgba(0, 229, 232, 0.8);
  border-radius: 999px;
  bottom: 0.2rem;
  content: "";
  height: 2px;
  left: 1rem;
  opacity: 0;
  position: absolute;
  right: 1rem;
  transform: scaleX(0.45);
  transition: opacity 180ms ease, transform 180ms ease;
}

.nav-link:focus::after,
.nav-link:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.nav-cta {
  padding-inline: 1.4rem;
  white-space: nowrap;
}

.btn {
  border-radius: 0.3rem;
  font-weight: 800;
  min-height: 2.75rem;
  padding: 0.72rem 1.1rem;
}

.btn-metal {
  background: var(--metal-cyan);
  border: 1px solid var(--metal-cyan);
  color: #001314;
  box-shadow: var(--metal-glow);
}

.btn-metal:hover,
.btn-metal:focus {
  background: var(--metal-cyan-soft);
  border-color: var(--metal-cyan-soft);
  color: #001314;
}

.btn-outline-metal {
  border: 1px solid var(--metal-cyan);
  color: var(--metal-cyan);
}

.btn-outline-metal:hover,
.btn-outline-metal:focus {
  background: rgba(0, 229, 232, 0.12);
  border-color: var(--metal-cyan-soft);
  color: var(--metal-cyan-soft);
}

.hero-section {
  align-items: stretch;
  display: flex;
  isolation: isolate;
  min-height: 100svh;
  overflow: hidden;
  position: relative;
  padding: 0 0 1.25rem;
}

.hero-frame {
  display: flex;
  position: relative;
  width: 100%;
}

.hero-stage {
  background: linear-gradient(135deg, rgba(18, 24, 27, 0.95), rgba(1, 4, 5, 1));
  border-radius: 0 0 1rem 1rem;
  max-height: 48rem;
  min-height: 100svh;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.hero-stage .carousel-inner,
.hero-stage .carousel-item {
  height: 100%;
}

.hero-slide {
  display: grid;
  grid-template-columns: minmax(0, 53.7%) minmax(0, 46.3%);
  height: 100%;
  max-height: 48rem;
  min-height: 100svh;
  position: relative;
}

.hero-visual {
  background: transparent;
  grid-column: 1 / -1;
  grid-row: 1;
  min-height: 100%;
  overflow: hidden;
  position: absolute;
  inset: 0;
  clip-path: none;
  z-index: 0;
}

.hero-visual picture {
  display: block;
  height: 100%;
  width: 100%;
}

/* .hero-visual::after {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.26)),
    linear-gradient(90deg, rgba(8, 17, 18, 0) 58%, rgba(8, 17, 18, 0.46) 100%);
  content: "";
  inset: 0;
  position: absolute;
}

.hero-visual::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.02)),
    rgba(6, 10, 12, 0.88);
  box-shadow:
    0 0 45px rgba(255, 255, 255, 0.09),
    20px 0 55px rgba(255, 255, 255, 0.06);
  content: "";
  position: absolute;
  right: -2.15rem;
  top: -8%;
  bottom: -8%;
  width: 7.2rem;
  transform: skewX(-22deg);
  z-index: 2;
} */

.hero-visual img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.carousel-item:nth-child(1) .hero-visual img {
  object-position: 34% center;
}

.carousel-item:nth-child(2) .hero-visual img {
  object-position: 42% center;
}

.carousel-item:nth-child(3) .hero-visual img {
  object-position: 36% center;
}

.carousel-item:nth-child(4) .hero-visual img {
  object-position: 48% center;
}

.hero-divider {
  position: absolute;
  background: rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  inset: -7% auto -7% calc(53.7% - 1.75rem);
  transform: skewX(-14deg);
  width: 3.5rem;
  z-index: 1;
}
/* 
.hero-divider::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.04));
  content: "";
  inset: 0;
  position: absolute;
  opacity: 0.6;
}

.hero-divider::after {
  background: radial-gradient(circle at 48% 52%, rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0.12) 20%, transparent 56%);
  content: "";
  inset: 18% 8%;
  position: absolute;
  opacity: 0.8;
} */

.hero-copy-wrap {
  align-items: center;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: flex;
  grid-column: 2;
  grid-row: 1;
  isolation: isolate;
  margin-left: 0;
  max-height: 48rem;
  min-height: 100svh;
  overflow: hidden;
  padding: 6.75rem 2.35rem 2rem 4.2rem;
  position: relative;
  z-index: 2;

  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
}

.hero-copy-wrap .eyebrow,
.hero-copy-wrap .hero-copy,
.hero-copy-wrap .lead,
.hero-copy-wrap .d-flex {
  position: relative;
  z-index: 1;
}

.glass-panel {
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.hero-copy {
  max-width: 24.5rem;
  padding: 0;
  position: relative;
  z-index: 1;
  background: transparent;
}

.hero-title {
  font-size: clamp(1.95rem, 3.35vw, 3.2rem);
  line-height: 1.02;
  margin-bottom: 0.75rem;
  max-width: 9.2ch;
}

.hero-dots {
  bottom: 1.7rem;
  display: flex;
  gap: 0.55rem;
  left: 2rem;
  position: absolute;
  margin: 0;
  z-index: 1;
}

.hero-dots button {
  background: rgba(255, 255, 255, 0.5);
  border: 0;
  border-radius: 999px;
  display: block;
  height: 0.7rem;
  margin: 0;
  opacity: 1;
  width: 0.7rem;
}

.hero-dots .active {
  background: var(--metal-cyan);
  box-shadow: var(--metal-glow);
}

.hero-stage .carousel-indicators {
  justify-content: flex-start;
}

.hero-stage .carousel-indicators [data-bs-target] {
  margin-right: 0.55rem;
}

.hero-bottom-accent {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 6;
}

.hero-bottom-accent::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(8, 12, 14, 0.98);
  border-left: 1px solid rgba(255, 255, 255, 0.05);
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  bottom: -1px;
  content: "";
  height: 0.95rem;
  left: 8.35rem;
  position: absolute;
  width: 5.4rem;
  clip-path: polygon(0 0, 100% 0, 82% 100%, 18% 100%);
}

.eyebrow {
  color: var(--metal-cyan);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  margin-bottom: 0.9rem;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.02;
  text-transform: uppercase;
}

h1 {
  font-size: clamp(2.25rem, 4.6vw, 3.75rem);
  line-height: 1.04;
  margin-bottom: 0.85rem;
  max-width: 10.5ch;
}

h1 span {
  color: var(--metal-cyan);
}

h2 {
  font-size: clamp(2rem, 4vw, 3.6rem);
}

h3 {
  font-size: 1.1rem;
}

.lead {
  color: rgba(244, 251, 251, 0.82);
  font-size: 1rem;
  max-width: 27rem;
}

.hero-lead {
  font-size: 0.92rem;
  line-height: 1.5;
  margin-bottom: 1.35rem;
  max-width: 22.75rem;
  min-height: 4.4rem;
}

.hero-actions {
  min-height: 2.8rem;
}

.section-block {
  padding: 6.5rem 0;
}

.section-heading {
  margin: 0 auto 3rem;
  max-width: 42rem;
}

.service-intro {
  font-size: 0.95rem;
  font-weight: 800;
  margin: 0 auto;
  max-width: none;
  white-space: nowrap;
}

.service-card {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    var(--metal-panel);
  border: 1px solid rgba(0, 229, 232, 0.24);
  border-radius: 0.5rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
  min-height: 100%;
  padding: clamp(1.2rem, 3vw, 1.8rem);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.service-card-button {
  color: inherit;
  cursor: pointer;
  text-align: left;
  width: 100%;
}

.service-card-button:focus-visible {
  border-color: rgba(0, 229, 232, 0.82);
  box-shadow:
    var(--metal-glow),
    0 0 0 0.18rem rgba(0, 229, 232, 0.22);
  outline: 0;
}

.service-card:hover {
  border-color: rgba(0, 229, 232, 0.7);
  box-shadow: var(--metal-glow);
  transform: translateY(-4px);
}

.service-card p,
.metric p,
.site-footer p {
  color: var(--metal-steel);
  margin-bottom: 0;
}

.service-card h3 {
  display: flex;
  align-items: center;
  font-size: 1.02rem;
  margin-bottom: 0.65rem;
  min-height: 2.6em;
}

.service-copy {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.service-copy p {
  min-height: 2.9em;
}

.service-summary {
  margin: 2.5rem auto 0;
  max-width: 50rem;
}

.service-summary p {
  color: rgba(244, 251, 251, 0.82);
  margin-bottom: 0;
}

.metal-modal .modal-content {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(5, 10, 11, 0.96);
  border: 1px solid rgba(0, 229, 232, 0.28);
  border-radius: 0.7rem;
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  color: var(--metal-white);
}

.metal-modal .modal-header {
  align-items: flex-start;
  border-bottom: 1px solid rgba(0, 229, 232, 0.18);
  padding: 1.4rem 1.4rem 1rem;
}

.metal-modal .modal-body {
  display: grid;
  gap: 1.2rem;
  padding: 1.25rem 1.4rem 1.5rem;
}

.modal-copy-block {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 0.5rem;
  padding: 1rem 1rem 0.95rem;
}

.modal-copy-block h3 {
  color: var(--metal-cyan);
  font-size: 1rem;
  margin-bottom: 0.8rem;
}

.modal-copy-block p {
  color: rgba(244, 251, 251, 0.86);
  margin-bottom: 0.9rem;
}

.metal-list {
  color: var(--metal-steel);
  margin: 0;
  padding-left: 1.1rem;
}

.metal-list li + li {
  margin-top: 0.35rem;
}

.service-media {
  align-items: center;
  display: flex;
  flex: 0 0 7.5rem;
  justify-content: center;
  min-height: 7.5rem;
  width: 7.5rem;
}

.service-media picture {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.service-media img {
  display: block;
  filter: drop-shadow(0 0 18px rgba(0, 229, 232, 0.22));
  height: 100%;
  max-height: 5.5rem;
  max-width: 100%;
  object-fit: contain;
}

.about-band {
  background:
    linear-gradient(90deg, rgba(0, 229, 232, 0.08), rgba(255, 255, 255, 0.02)),
    var(--metal-ink);
  border-block: 1px solid rgba(0, 229, 232, 0.18);
  padding: 5rem 0;
}

.metric {
  border-left: 2px solid var(--metal-cyan);
  min-height: 100%;
  padding: 1rem 0 1rem 1rem;
}

.metric span {
  color: var(--metal-white);
  display: block;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}

.contact-form,
.contact-panel {
  background: rgba(5, 10, 11, 0.9);
  border: 1px solid rgba(0, 229, 232, 0.28);
  border-radius: 0.5rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  padding: clamp(1.2rem, 3vw, 2rem);
}

.form-label {
  color: var(--metal-cyan-soft);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.form-control,
.form-select {
  background-color: #020506;
  border: 1px solid rgba(0, 229, 232, 0.55);
  border-radius: 0.25rem;
  color: var(--metal-white);
  min-height: 3rem;
}

.form-control:focus,
.form-select:focus {
  background-color: #020506;
  border-color: var(--metal-cyan);
  box-shadow: 0 0 0 0.2rem rgba(0, 229, 232, 0.18);
  color: var(--metal-white);
}

.contact-panel {
  display: flex;
  flex-direction: column;
  gap: 1.35rem;
  overflow: hidden;
  position: relative;
}

.contact-line {
  align-items: flex-start;
  color: rgba(244, 251, 251, 0.86);
  display: flex;
  gap: 0.9rem;
}

.contact-line i {
  color: var(--metal-cyan);
}

.signal-map {
  align-items: center;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  margin: auto;
  max-width: 19rem;
  position: relative;
  width: 100%;
}

.signal-map::before {
  border: 2px solid var(--metal-cyan);
  border-radius: 50% 50% 50% 0;
  content: "";
  height: 5.5rem;
  position: absolute;
  transform: rotate(-45deg);
  width: 5.5rem;
  box-shadow: var(--metal-glow);
}

.signal-map::after {
  background: var(--metal-cyan);
  border-radius: 50%;
  content: "";
  height: 1.4rem;
  position: absolute;
  width: 1.4rem;
}

.signal-map span {
  border: 1px solid rgba(0, 229, 232, 0.42);
  border-radius: 50%;
  position: absolute;
}

.signal-map span:nth-child(1) {
  inset: 34%;
}

.signal-map span:nth-child(2) {
  inset: 24%;
}

.signal-map span:nth-child(3) {
  inset: 14%;
}

.site-footer {
  border-top: 1px solid rgba(0, 229, 232, 0.18);
  padding: 3rem 0 1.5rem;
}

.footer-brand {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0.65rem;
  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.75);
  display: inline-flex;
  padding: 0.22rem 0.5rem;
  text-decoration: none;
}

.footer-logo {
  display: block;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.28));
  height: auto;
  max-height: 3.25rem;
  max-width: 9rem;
  width: auto;
}

.footer-nav,
.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-nav a,
.social-links a {
  color: var(--metal-steel);
  text-decoration: none;
}

.footer-nav a:hover,
.social-links a:hover {
  color: var(--metal-cyan);
}

.social-links {
  justify-content: flex-start;
}

.social-links a {
  font-size: 1.35rem;
}

.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(155, 169, 173, 0.74);
  font-size: 0.85rem;
  margin-top: 2rem;
  padding-top: 1rem;
  text-align: center;
}

@media (max-width: 991.98px) {
  .nav-shell {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .navbar-collapse {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
      rgba(6, 10, 12, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 1rem;
    margin-top: 1rem;
    padding: 1rem;
    width: 100%;
  }

  .hero-section {
    min-height: auto;
    padding-top: 0;
  }

  .hero-stage {
    max-height: none;
    min-height: auto;
  }

  .hero-slide {
    display: flex;
    flex-direction: column;
    max-height: none;
    min-height: auto;
  }

  .hero-visual {
    clip-path: none;
    min-height: 16rem;
    position: relative;
    inset: auto;
    width: 100%;
  }

  .hero-visual::before,
  .hero-divider,
  .hero-bottom-accent {
    display: none;
  }

  .hero-copy-wrap {
    margin-left: 0;
    background: rgba(0, 0, 0, 0.1);
    max-height: none;
    grid-column: auto;
    grid-row: auto;
    padding: 1.6rem 1.2rem 2rem;
    min-height: auto;
  }



  .hero-copy-wrap::before {
    inset: 0;
    transform: none;
  }

  .hero-copy {
    max-width: none;
  }

  h1 {
    max-width: 12ch;
  }

  .hero-title {
    font-size: clamp(2rem, 6vw, 2.75rem);
    max-width: 10ch;
  }

  .hero-lead {
    max-width: none;
    min-height: 0;
  }

  .service-intro {
    white-space: normal;
  }
}

@media (max-width: 575.98px) {
  .section-block {
    padding: 4.5rem 0;
  }

  .service-card {
    flex-direction: column;
    align-items: stretch;
  }

  .service-media {
    flex-basis: auto;
    min-height: 7rem;
    width: 100%;
  }

  .btn {
    width: 100%;
  }

  .nav-shell {
    padding-inline: 0.85rem;
  }

  .hero-visual {
    min-height: 13.5rem;
  }

  .hero-dots {
    left: 1rem;
  }

  .social-links {
    justify-content: flex-start;
  }
}
