@import url('extras-base.css');

.logo {
  display: block;
  width: min(340px, 34vw);
  height: 78px;
}

.logo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: left center;
  filter: none;
}

header { background: #fff; }
header { height: 96px; }
header nav a { color: #061b2b; }
header .phone { color: #061b2b; white-space: nowrap; }
header button { color: #061b2b; }

footer img {
  height: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: left center;
}

.hero-bg {
  background-image: url('assets/hero-drone-real.png');
  background-position: center 58%;
}

.equipment {
  background:
    linear-gradient(90deg, rgba(6, 27, 43, .98), rgba(6, 27, 43, .86)),
    url('assets/terrain-model-bg.jpg') center / cover no-repeat;
}

.equipment-grid article {
  background: rgba(5, 25, 39, .38);
  backdrop-filter: blur(2px);
}

.earthworks {
  padding: 64px clamp(24px, 6vw, 90px);
  grid-template-columns: minmax(280px, .9fr) minmax(0, 1.1fr);
  gap: clamp(34px, 5vw, 70px);
}

.earthworks-media {
  height: min(430px, 44vw);
  min-height: 300px;
  overflow: hidden;
  position: relative;
  border-left: 4px solid var(--bright);
}

.earthworks-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 55%, rgba(17, 27, 33, .45));
}

.earthworks-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 68% center;
}

.earthworks h2 {
  font-size: clamp(30px, 3.2vw, 50px);
  line-height: 1.08;
  text-transform: none;
  letter-spacing: -.025em;
}

.contact > div:first-child .eyebrow {
  max-width: 680px;
  font-size: clamp(20px, 2.1vw, 31px);
  line-height: 1.2;
  letter-spacing: .04em;
}

.contact h2 {
  font-size: clamp(29px, 3.2vw, 48px);
  line-height: 1.08;
}

.contact {
  background:
    linear-gradient(90deg, rgba(4, 23, 36, .98) 0%, rgba(4, 23, 36, .9) 48%, rgba(4, 23, 36, .72) 100%),
    url('assets/survey-technology-bg.jpg') center / cover no-repeat;
}

.contact-card {
  background: rgba(10, 42, 62, .9);
  backdrop-filter: blur(5px);
}

@media (max-width: 900px) {
  header { height: 74px; }
  .logo { width: 270px; max-width: 68vw; height: 56px; }
  .earthworks { grid-template-columns: 1fr; padding: 58px 24px; }
  .earthworks-media { height: 360px; min-height: 0; }
}
