:root {
  --navy: #06111f;
  --navy-2: #0a1a2d;
  --blue: #1e6bff;
  --cyan: #21d4fd;
  --steel: #64748b;
  --muted: #94a3b8;
  --line: rgba(148, 163, 184, 0.22);
  --light: #f5f7fb;
  --white: #ffffff;
  --black: #020617;
  --shadow: 0 24px 80px rgba(2, 6, 23, 0.22);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--black);
  background: var(--white);
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: absolute; left: -999px; top: 12px; background: var(--white); padding: 8px 12px; z-index: 100; }
.skip-link:focus { left: 12px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(6, 17, 31, 0.88);
  backdrop-filter: blur(16px);
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.nav-wrap {
  min-height: 104px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-logo {
  width: 150px;
  height: 94px;
  display: grid;
  place-items: center;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}
.brand-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.brand-copy { display: grid; line-height: 1.1; }
.brand-copy strong { font-size: 1.05rem; letter-spacing: -0.03em; }
.brand-copy small { color: #cbd5e1; font-size: .74rem; }
.nav-links { display: flex; align-items: center; gap: 24px; color: #dbeafe; font-size: .92rem; font-weight: 700; }
.nav-links a { opacity: .88; }
.nav-links a:hover { opacity: 1; color: var(--cyan); }
.nav-cta {
  border: 1px solid rgba(255,255,255,.22);
  padding: 11px 16px;
  border-radius: 999px;
  font-weight: 800;
  background: rgba(255,255,255,.08);
}
.nav-cta:hover { background: var(--white); color: var(--navy); }

.hero {
  position: relative;
  min-height: 790px;
  color: var(--white);
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero-media,
.hero-overlay { position: absolute; inset: 0; }
.hero-media {
  background-image: url('assets/current-aerial-construction.jpg');
  background-size: cover;
  background-position: center 35%;
  transform: scale(1.02);
}
.hero-overlay {
  background:
    radial-gradient(circle at 78% 18%, rgba(33,212,253,.25), transparent 32%),
    linear-gradient(90deg, rgba(2,6,23,.96) 0%, rgba(6,17,31,.84) 46%, rgba(6,17,31,.36) 100%),
    linear-gradient(0deg, rgba(2,6,23,.62), rgba(2,6,23,.08));
}
.hero-content { position: relative; z-index: 2; padding: 110px 0 120px; max-width: 760px; margin-left: max(20px, calc((100vw - 1160px)/2)); }
.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .76rem;
  font-weight: 900;
  color: var(--blue);
}
.hero .eyebrow { color: #bfdbfe; }
.eyebrow span {
  width: 10px; height: 10px; border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 0 6px rgba(33,212,253,.16);
}
.hero h1 {
  margin: 18px 0 18px;
  font-size: clamp(3rem, 7vw, 6.7rem);
  line-height: .88;
  letter-spacing: -0.075em;
  max-width: 900px;
}
.hero-lede {
  max-width: 720px;
  color: #dbeafe;
  font-size: clamp(1.05rem, 2vw, 1.32rem);
  line-height: 1.65;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 32px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 999px;
  padding: 14px 22px;
  font-weight: 900;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, var(--blue), #0ea5e9); color: var(--white); box-shadow: 0 18px 44px rgba(30,107,255,.34); }
.btn-secondary { color: var(--white); border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.08); }
.btn-secondary:hover { background: rgba(255,255,255,.16); }
.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 12px;
  max-width: 720px;
  margin-top: 40px;
}
.hero-proof div {
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 18px;
  padding: 18px;
  backdrop-filter: blur(12px);
}
.hero-proof strong { display: block; font-size: 1.45rem; line-height: 1; }
.hero-proof div > span { color: #cbd5e1; font-size: .84rem; }
.trust-strip { background: var(--navy); color: var(--white); border-top: 1px solid rgba(255,255,255,.08); }
.trust-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; }
.trust-grid div { padding: 22px 12px; font-weight: 800; color: #e0f2fe; border-left: 1px solid rgba(255,255,255,.08); }
.trust-grid span { display: block; color: var(--cyan); font-size: .76rem; margin-bottom: 5px; }

.section { padding: 105px 0; }
.two-col { display: grid; grid-template-columns: 0.88fr 1.12fr; gap: 68px; }
.align-center { align-items: center; }
.intro-section { background: var(--light); }
h2 {
  margin: 10px 0 0;
  font-size: clamp(2.2rem, 4.8vw, 4.2rem);
  line-height: .98;
  letter-spacing: -0.065em;
}
.big-copy { margin: 0; font-size: 1.25rem; color: #334155; }
.muted-copy { color: var(--steel); }
.section-head { text-align: center; max-width: 790px; margin: 0 auto 48px; }
.section-head .section-kicker { justify-content: center; }
.section-head p { color: var(--steel); font-size: 1.08rem; }
.section-head.narrow { max-width: 720px; }

.services { background: var(--white); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card {
  position: relative;
  min-height: 300px;
  padding: 28px;
  border-radius: var(--radius);
  background: #ffffff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 18px 56px rgba(15,23,42,.06);
  overflow: hidden;
}
.service-card::after {
  content: "";
  position: absolute;
  inset: auto -30% -40% 30%;
  height: 160px;
  background: radial-gradient(circle, rgba(30,107,255,.15), transparent 70%);
}
.service-card.featured { background: var(--navy); color: var(--white); border-color: rgba(255,255,255,.08); }
.service-card.featured p, .service-card.featured li { color: #cbd5e1; }
.service-card h3 { margin: 18px 0 10px; font-size: 1.35rem; line-height: 1.12; letter-spacing: -0.04em; }
.service-card p { color: #475569; }
.service-card ul { margin: 20px 0 0; padding-left: 18px; color: #475569; }
.service-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 34px;
}
.service-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 9px 14px;
  border-radius: 999px;
  color: #0f172a;
  background: #eef6ff;
  border: 1px solid #dbeafe;
  font-size: .88rem;
  font-weight: 800;
}
.icon {
  width: 46px; height: 46px; border-radius: 15px;
  display: grid; place-items: center;
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  font-weight: 900;
}

.specialty { background: linear-gradient(180deg, #f8fafc, #ffffff); }
.specialty-grid { grid-template-columns: 1fr 1fr; }
.image-stack { position: relative; }
.image-stack img { border-radius: 32px; box-shadow: var(--shadow); aspect-ratio: 16/11; object-fit: cover; }
.image-note {
  position: absolute;
  left: 22px; right: 22px; bottom: 22px;
  padding: 12px 14px;
  border-radius: 16px;
  color: #dbeafe;
  background: rgba(2,6,23,.72);
  backdrop-filter: blur(10px);
  font-size: .83rem;
}
.specialty-copy p { color: #475569; font-size: 1.08rem; }
.check-list { display: grid; gap: 14px; margin-top: 28px; }
.check-list div {
  padding: 18px;
  border-radius: 18px;
  background: var(--white);
  border: 1px solid #e2e8f0;
  box-shadow: 0 12px 35px rgba(15,23,42,.06);
}
.check-list strong { display: block; margin-bottom: 4px; }
.check-list span { color: var(--steel); }

.outside-plant { background: var(--navy); color: var(--white); }
.outside-plant .section-head p { color: #cbd5e1; }
.work-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 20px; }
.work-card {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 30px 90px rgba(0,0,0,.28);
}
.work-card.large { grid-row: span 2; }
.work-card img { width: 100%; height: 260px; object-fit: cover; }
.work-card.large img { height: 600px; }
.work-card div { padding: 22px; }
.work-card span { color: var(--cyan); text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; font-weight: 900; }
.work-card h3 { margin: 7px 0; font-size: 1.45rem; letter-spacing: -0.04em; }
.work-card p { margin: 0; color: #cbd5e1; }

.proof-section { background: var(--light); }
.proof-panel {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 42px;
  align-items: start;
  padding: 44px;
  border-radius: 34px;
  background: var(--white);
  box-shadow: 0 24px 70px rgba(15,23,42,.08);
}
.proof-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.proof-list div { padding: 18px; border-radius: 18px; border: 1px solid #e2e8f0; }
.proof-list strong { display: block; }
.proof-list span { color: var(--steel); font-size: .94rem; }

.gallery-section { background: var(--light); }
.gallery-carousel {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
}
.gallery-window {
  overflow: hidden;
  border-radius: 32px;
  background: var(--white);
  border: 1px solid #e2e8f0;
  box-shadow: 0 24px 70px rgba(15,23,42,.13);
}
.gallery-track {
  display: flex;
  transition: transform .55s ease;
  will-change: transform;
}
.gallery-slide {
  flex: 0 0 100%;
  margin: 0;
  position: relative;
  background: var(--black);
}
.gallery-slide img {
  width: 100%;
  height: min(62vw, 560px);
  min-height: 360px;
  object-fit: cover;
  opacity: .96;
}
.gallery-slide figcaption {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  padding: 18px 20px;
  border-radius: 20px;
  color: var(--white);
  background: rgba(2, 6, 23, .74);
  backdrop-filter: blur(12px);
  box-shadow: 0 18px 45px rgba(0,0,0,.25);
}
.gallery-slide figcaption span {
  display: block;
  color: var(--cyan);
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: .72rem;
  font-weight: 900;
  margin-bottom: 4px;
}
.gallery-slide figcaption strong {
  display: block;
  font-size: clamp(1.25rem, 3vw, 2rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}
.gallery-arrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 999px;
  color: var(--white);
  background: rgba(6, 17, 31, .78);
  border: 1px solid rgba(255,255,255,.2);
  box-shadow: 0 18px 44px rgba(15,23,42,.25);
  font-size: 2.1rem;
  line-height: 1;
  cursor: pointer;
}
.gallery-arrow:hover { background: var(--blue); }
.gallery-arrow.prev { left: -26px; }
.gallery-arrow.next { right: -26px; }
.gallery-dots {
  display: flex;
  justify-content: center;
  gap: 9px;
  margin-top: 22px;
}
.gallery-dots button {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 0;
  background: #cbd5e1;
  cursor: pointer;
  transition: width .2s ease, background .2s ease;
}
.gallery-dots button.active {
  width: 30px;
  background: var(--blue);
}

.process { background: var(--white); }
.timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; counter-reset: step; }
.step {
  padding: 26px;
  border-radius: 24px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  min-height: 260px;
}
.step span { display: inline-flex; color: var(--blue); font-weight: 900; margin-bottom: 40px; }
.step h3 { font-size: 1.22rem; line-height: 1.12; letter-spacing: -0.04em; }
.step p { color: var(--steel); }

.about { background: linear-gradient(135deg, #eef6ff, #ffffff); }
.about-card {
  padding: 34px;
  border-radius: 30px;
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(148,163,184,.26);
  box-shadow: 0 24px 70px rgba(15,23,42,.08);
}
.about-card p { color: #334155; }
.mini-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 28px; }
.mini-stats div { padding: 16px; border-radius: 16px; background: #f8fafc; border: 1px solid #e2e8f0; }
.mini-stats strong { display: block; font-size: .95rem; }
.mini-stats span { color: var(--steel); font-size: .8rem; }

.final-cta {
  color: var(--white);
  background:
    radial-gradient(circle at 88% 15%, rgba(33,212,253,.24), transparent 35%),
    linear-gradient(135deg, var(--navy), #0b1630 70%, #0f2764);
}
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: start; }
.contact-copy p { color: #cbd5e1; font-size: 1.12rem; }
.contact-methods { display: grid; gap: 12px; margin-top: 28px; }
.contact-methods a,
.contact-methods span {
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.08);
  color: #e0f2fe;
}
.quote-form {
  display: grid;
  gap: 14px;
  padding: 28px;
  border-radius: 30px;
  background: rgba(255,255,255,.94);
  color: var(--black);
  box-shadow: var(--shadow);
}
.quote-form label { display: grid; gap: 7px; font-weight: 800; font-size: .9rem; }
.quote-form input,
.quote-form textarea,
.quote-form select {
  width: 100%;
  border: 1px solid #cbd5e1;
  border-radius: 14px;
  padding: 13px 14px;
  font: inherit;
  color: var(--black);
  background: #fff;
}
.quote-form input:focus,
.quote-form textarea:focus,
.quote-form select:focus { outline: 3px solid rgba(30,107,255,.18); border-color: var(--blue); }
.quote-form .btn { width: 100%; margin-top: 4px; }
.form-note { margin: 0; color: var(--steel); font-size: .82rem; text-align: center; }

.site-footer { background: #020617; color: #cbd5e1; padding: 58px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .9fr; gap: 48px; }
.footer-brand { color: var(--white); margin-bottom: 16px; }
.site-footer p { color: #94a3b8; max-width: 460px; }
.site-footer strong { display: block; color: var(--white); margin-bottom: 12px; }
.site-footer a,
.site-footer span { display: block; color: #94a3b8; margin: 8px 0; }
.site-footer a:hover { color: var(--cyan); }
.footer-bottom { display: flex; justify-content: space-between; gap: 18px; margin-top: 44px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.09); font-size: .82rem; color: #64748b; }

@media (max-width: 980px) {
  .nav-links { display: none; }
  .hero { min-height: auto; }
  .hero-content { padding: 90px 0 120px; margin-left: auto; }
  .trust-grid, .service-grid, .timeline { grid-template-columns: repeat(2, 1fr); }
  .two-col, .specialty-grid, .proof-panel, .contact-grid, .footer-grid { grid-template-columns: 1fr; }
  .work-grid { grid-template-columns: 1fr; }
  .work-card.large img { height: 400px; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1160px); }
  .nav-wrap { min-height: 92px; }
  .brand-logo { width: 118px; height: 78px; }
  .brand-copy small { display: none; }
  .nav-cta { display: none; }
  .hero-content { padding: 70px 0 96px; }
  .hero h1 { font-size: 3.3rem; }
  .hero-proof, .trust-grid, .service-grid, .timeline, .proof-list, .mini-stats { grid-template-columns: 1fr; }
  .section { padding: 72px 0; }
  h2 { font-size: 2.35rem; }
  .gallery-slide img { min-height: 300px; height: 340px; }
  .gallery-slide figcaption { left: 14px; right: 14px; bottom: 14px; padding: 14px 15px; }
  .gallery-arrow { top: auto; bottom: -2px; transform: none; width: 44px; height: 44px; font-size: 1.8rem; }
  .gallery-arrow.prev { left: 14px; }
  .gallery-arrow.next { right: 14px; }
  .gallery-dots { margin-top: 28px; padding: 0 70px; flex-wrap: wrap; }
  .proof-panel, .quote-form, .about-card { padding: 22px; border-radius: 24px; }
  .work-card.large img, .work-card img { height: 280px; }
  .footer-bottom { flex-direction: column; }
}

/* Responsive safety fixes */
body, main { overflow-x: hidden; }
.hero-content, .hero-lede, .hero h1 { max-width: 100%; }
.hero .eyebrow { flex-wrap: wrap; line-height: 1.45; }
.hero h1 { overflow-wrap: normal; text-wrap: balance; }
.hero-lede { overflow-wrap: anywhere; }

@media (max-width: 680px) {
  .hero h1 {
    font-size: clamp(2.55rem, 13vw, 3.15rem);
    line-height: .96;
    letter-spacing: -0.055em;
  }
  .hero-lede {
    font-size: 1rem;
    line-height: 1.55;
  }
  .hero .eyebrow {
    display: flex;
    font-size: .68rem;
    letter-spacing: .1em;
  }
}

@media (max-width: 520px) {
  .hero-content {
    width: min(342px, calc(100vw - 28px)) !important;
    margin-left: 14px !important;
    margin-right: auto !important;
  }
}

.find-us {
  background: linear-gradient(180deg, #ffffff, #f5f7fb);
}
.find-us-panel {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 44px;
  align-items: center;
  padding: 44px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 12% 10%, rgba(33,212,253,.12), transparent 32%),
    var(--white);
  border: 1px solid #e2e8f0;
  box-shadow: 0 24px 70px rgba(15,23,42,.08);
}
.find-us-intro p:not(.section-kicker) {
  color: var(--steel);
  font-size: 1.08rem;
}
.platform-grid {
  display: grid;
  gap: 14px;
}
.platform-card {
  display: grid;
  grid-template-columns: 64px 1fr auto;
  gap: 16px;
  align-items: center;
  min-height: 88px;
  padding: 14px 16px;
  border-radius: 22px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.platform-card:hover {
  transform: translateY(-2px);
  border-color: rgba(30,107,255,.45);
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(15,23,42,.10);
}
.platform-icon {
  width: 64px;
  height: 56px;
  display: grid;
  place-items: center;
  padding: 10px;
  border-radius: 16px;
  background: var(--white);
  border: 1px solid #e2e8f0;
  overflow: hidden;
}
.platform-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.platform-letter {
  color: var(--white);
  background: linear-gradient(135deg, #1a73e8, #34a853);
  border: 0;
  font-size: 1.55rem;
  font-weight: 900;
}
.platform-copy {
  display: grid;
  line-height: 1.2;
}
.platform-copy strong {
  color: #0f172a;
  font-size: 1.02rem;
}
.platform-copy small {
  color: var(--steel);
  margin-top: 4px;
}
.platform-action {
  color: var(--blue);
  font-weight: 900;
  white-space: nowrap;
}

@media (max-width: 980px) {
  .find-us-panel { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .find-us-panel { padding: 22px; border-radius: 24px; }
  .platform-card {
    grid-template-columns: 52px 1fr;
    gap: 12px;
    min-height: auto;
  }
  .platform-icon { width: 52px; height: 48px; border-radius: 14px; }
  .platform-action { grid-column: 2; font-size: .9rem; }
}
