@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Manrope:wght@700;800&display=swap');

:root {
  --navy: #184d7a;
  --blue: #3d88b8;
  --deep: #0b2d4a;
  --light-blue: #eef7fc;
  --white: #ffffff;
  --text: #182433;
  --muted: #647184;
  --line: #dbe8f1;
  --shadow: 0 28px 70px rgba(11, 45, 74, 0.20);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: Inter, Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 8% 10%, rgba(61, 136, 184, 0.10), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #f7fbfe 48%, #eef7fc 100%);
}

a {
  color: inherit;
}

img,
svg {
  display: block;
}

.page-shell {
  width: min(1240px, calc(100% - 40px));
  min-height: 100vh;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.site-header {
  padding: 22px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand img {
  width: 188px;
  height: auto;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 15px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.80);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.status-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 6px rgba(61, 136, 184, 0.13);
}

.hero {
  flex: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
  gap: 56px;
  align-items: center;
  padding: 22px 0 52px;
}

.eyebrow {
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--blue);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 42px;
  height: 3px;
  border-radius: 10px;
  background: var(--blue);
}

h1 {
  margin: 0;
  max-width: 780px;
  color: var(--deep);
  font-family: Manrope, sans-serif;
  font-size: clamp(3rem, 6vw, 6.25rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
}

h1 span {
  display: block;
  color: var(--blue);
}

.intro {
  margin: 28px 0 0;
  max-width: 720px;
  color: #425064;
  font-size: 1.08rem;
  line-height: 1.75;
}

.capabilities {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 38px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.capability {
  padding: 20px 16px;
  text-align: center;
}

.capability + .capability {
  border-left: 1px solid var(--line);
}

.capability-icon {
  width: 44px;
  height: 44px;
  margin: 0 auto 10px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: var(--blue);
  background: var(--light-blue);
}

.capability-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.capability strong {
  color: var(--navy);
  font-size: 0.73rem;
  line-height: 1.35;
  text-transform: uppercase;
}

.mission {
  margin-top: 26px;
  color: var(--muted);
  line-height: 1.7;
  font-size: 0.95rem;
}

.hero-visual {
  position: relative;
  min-height: 630px;
  overflow: hidden;
  border-radius: 34px;
  background: linear-gradient(155deg, #0b2d4a 0%, #184d7a 50%, #3d88b8 100%);
  box-shadow: var(--shadow);
}

.visual-grid {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 34px 34px;
}

.route-map {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.78;
}

.lab-scene {
  position: absolute;
  inset: 45px 24px 180px;
}

.test-tube {
  position: absolute;
  bottom: 72px;
  width: 28px;
  border: 3px solid rgba(255,255,255,0.76);
  border-top: 0;
  border-radius: 0 0 14px 14px;
  background: linear-gradient(180deg, transparent 42%, rgba(142,208,242,0.75) 42%);
}

.test-tube::before {
  content: "";
  position: absolute;
  left: -5px;
  top: -9px;
  width: 32px;
  height: 12px;
  border-radius: 8px;
  background: #dfeaf1;
}

.tube-a {
  left: 64px;
  height: 132px;
}

.tube-b {
  left: 108px;
  height: 160px;
}

.tube-c {
  left: 152px;
  height: 116px;
}

.microscope {
  position: absolute;
  right: 34px;
  top: 55px;
  width: 250px;
  height: 330px;
}

.scope-eyepiece {
  position: absolute;
  width: 88px;
  height: 34px;
  right: 12px;
  top: 6px;
  border-radius: 14px;
  background: #10233f;
  transform: rotate(-18deg);
}

.scope-head {
  position: absolute;
  width: 128px;
  height: 52px;
  right: 28px;
  top: 34px;
  border-radius: 18px 18px 12px 12px;
  background: linear-gradient(180deg, #f7fbfd, #d7e3ea);
  transform: rotate(-18deg);
  box-shadow: inset -12px -8px 0 rgba(0,0,0,0.05);
}

.scope-arm {
  position: absolute;
  width: 88px;
  height: 205px;
  right: 64px;
  top: 82px;
  border-radius: 34px;
  background: linear-gradient(180deg, #f4f8fa, #c8d7e0);
  transform: rotate(13deg);
  box-shadow: inset -12px -10px 0 rgba(0,0,0,0.06);
}

.scope-stage {
  position: absolute;
  width: 188px;
  height: 20px;
  right: 6px;
  top: 250px;
  border-radius: 5px;
  background: #10233f;
}

.scope-base {
  position: absolute;
  width: 220px;
  height: 66px;
  right: 0;
  bottom: 0;
  border-radius: 50% 50% 18px 18px;
  background: linear-gradient(180deg, #eef4f7, #b9cbd6);
}

.construction-card {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  padding: 28px;
  border-radius: 24px;
  background: rgba(255,255,255,0.96);
  box-shadow: 0 18px 50px rgba(11,45,74,0.22);
  backdrop-filter: blur(16px);
}

.card-label {
  margin: 0;
  color: var(--blue);
  font-weight: 800;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.20em;
}

.construction-card h2 {
  margin: 10px 0 12px;
  color: var(--deep);
  font-family: Manrope, sans-serif;
  font-size: clamp(2rem, 3.3vw, 3.2rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.card-copy {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
  font-size: 0.95rem;
}

.contact-details {
  margin-top: 20px;
  padding-top: 18px;
  display: grid;
  gap: 9px;
  border-top: 1px solid var(--line);
}

.contact-details a,
.contact-details address {
  color: var(--navy);
  font-size: 0.90rem;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  word-break: break-word;
}

.quote-button {
  margin-top: 18px;
  padding: 14px 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, var(--navy), var(--blue));
  box-shadow: 0 12px 24px rgba(24,77,122,0.18);
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.quote-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(24,77,122,0.24);
}

.site-footer {
  padding: 22px 0 30px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.82rem;
}

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

  .hero-visual {
    min-height: 620px;
  }
}

@media (max-width: 700px) {
  .page-shell {
    width: min(100% - 26px, 1240px);
  }

  .status-pill {
    display: none;
  }

  .brand img {
    width: 154px;
  }

  .hero {
    gap: 34px;
    padding-top: 10px;
  }

  .capabilities {
    grid-template-columns: 1fr 1fr;
  }

  .capability:nth-child(3) {
    border-left: 0;
  }

  .capability:nth-child(n+3) {
    border-top: 1px solid var(--line);
  }

  .hero-visual {
    min-height: 610px;
  }

  .construction-card {
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 22px;
  }

  .site-footer {
    flex-direction: column;
  }
}

@media (max-width: 450px) {
  .capabilities {
    grid-template-columns: 1fr;
  }

  .capability + .capability {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .hero-visual {
    min-height: 680px;
  }
}
