/* ============================================================
   FIELDSERVICES.CSS — Volant LLC
============================================================ */

/* ============================================================
   FIELD SERVICES HERO
============================================================ */

.fs-hero {
  position: relative;
  min-height: 55vh;
  display: flex;
  align-items: flex-end;
  background:
    linear-gradient(rgba(10, 10, 10, 0.42), rgba(10, 10, 10, 0.58)),
    url("/images/Field\ Services.png")
    center/cover no-repeat;
  color: var(--white);
  overflow: hidden;
  padding-top: 13rem;
}

.fs-hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(230, 173, 58, 0) 0%,
    rgba(230, 173, 58, 0.55) 40%,
    rgba(230, 173, 58, 0) 100%
  );
  z-index: 3;
}

.fs-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    100deg,
    rgba(10, 10, 10, 0.55) 0%,
    rgba(10, 10, 10, 0.15) 60%,
    rgba(10, 10, 10, 0.04) 100%
  );
  z-index: 1;
}

.fs-hero-content {
  position: relative;
  z-index: 2;
  padding-bottom: 4.5rem;
}

.fs-hero-label {
  color: var(--volant-gold);
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 0.85rem;
  display: block;
}

.fs-hero h1 {
  font-size: clamp(3rem, 7vw, 6.5rem);
  line-height: 0.88;
  font-weight: 800;
  margin-bottom: 1.35rem;
  max-width: 780px;
  letter-spacing: -0.01em;
}

.fs-hero h1 span {
  color: var(--volant-gold);
}

.fs-hero-sub {
  color: rgba(217, 226, 234, 0.85);
  font-size: 1.1rem;
  line-height: 1.72;
  max-width: 560px;
}

/* ============================================================
   FIELD SERVICES INTRO
============================================================ */

.fs-intro {
  background: var(--white);
}

.fs-intro-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}

.fs-intro-text .section-label {
  color: var(--volant-blue);
  background: repeating-linear-gradient(
    45deg,
    rgba(17, 130, 197, 0.05),
    rgba(17, 130, 197, 0.05) 3px,
    rgba(17, 130, 197, 0.11) 3px,
    rgba(17, 130, 197, 0.11) 6px
  );
  border-color: rgba(17, 130, 197, 0.22);
  margin-bottom: 0.85rem;
}

.fs-intro-text h2 {
  font-size: clamp(2.2rem, 3.5vw, 3.2rem);
  line-height: 1.0;
  margin-bottom: 1.25rem;
  color: var(--dark);
  letter-spacing: -0.01em;
}

.fs-intro-text p {
  color: #4d5d6b;
  line-height: 1.78;
  font-size: 1.02rem;
  margin-bottom: 1rem;
}

.fs-intro-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

/* ============================================================
   CAPABILITIES GRID
============================================================ */

.fs-capabilities {
  background: linear-gradient(160deg, #f5f7fa 0%, #edf1f7 100%);
  position: relative;
}

.fs-capabilities::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(11, 22, 32, 0.08) 50%, transparent 100%);
  position: absolute;
  top: 0;
}

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

.fs-capability-card {
  background: var(--white);
  border: 1px solid #dde3ec;
  border-top: 4px solid var(--volant-gold);
  border-radius: 4px;
  padding: 2.25rem 2rem;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05), 0 8px 24px rgba(0,0,0,0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.fs-capability-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.08), 0 16px 36px rgba(0,0,0,0.1);
}

.fs-capability-icon {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: rgba(230, 173, 58, 0.1);
  border: 1px solid rgba(230, 173, 58, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--volant-gold);
  margin-bottom: 1.25rem;
}

.fs-capability-tag {
  color: var(--volant-blue);
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.fs-capability-card h3 {
  color: var(--dark);
  font-size: 1.5rem;
  letter-spacing: 0.01em;
  line-height: 1.05;
  margin-bottom: 0.85rem;
}

.fs-capability-card p {
  color: #4d5d6b;
  font-size: 0.93rem;
  line-height: 1.72;
  margin-bottom: 1.25rem;
}

.fs-capability-list {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  margin-top: auto;
}

.fs-capability-list li {
  color: #4d5d6b;
  font-size: 0.88rem;
  line-height: 1.55;
  padding-left: 1rem;
  position: relative;
}

.fs-capability-list li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: var(--volant-gold);
  font-size: 0.75rem;
  top: 2px;
}

/* ============================================================
   SAFETY CALLOUT — dark industrial
============================================================ */

.fs-safety {
  background: var(--dark);
  position: relative;
  overflow: hidden;
  padding: 6rem 0;
}

.fs-safety::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(17, 130, 197, 0.06) 0%, transparent 60%);
  z-index: 0;
}

.fs-safety::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(230, 173, 58, 0) 0%,
    rgba(230, 173, 58, 0.4) 50%,
    rgba(230, 173, 58, 0) 100%
  );
}

.fs-safety-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}

.fs-safety-label {
  color: var(--volant-gold);
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 0.85rem;
  display: block;
}

.fs-safety-text h2 {
  font-size: clamp(2.2rem, 3.5vw, 3.4rem);
  line-height: 1.0;
  color: var(--white);
  margin-bottom: 1.25rem;
  letter-spacing: -0.01em;
}

.fs-safety-text p {
  color: rgba(217, 226, 234, 0.8);
  line-height: 1.78;
  font-size: 1.02rem;
  margin-bottom: 2rem;
}

.fs-safety-list {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}

.fs-safety-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  color: rgba(217, 226, 234, 0.85);
  font-size: 0.98rem;
  line-height: 1.6;
}

.fs-safety-check {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(230, 173, 58, 0.15);
  border: 1px solid rgba(230, 173, 58, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--volant-gold);
  flex-shrink: 0;
  margin-top: 1px;
}

/* ============================================================
   HIRING SECTION — light background
============================================================ */

.fs-hiring {
  background: linear-gradient(160deg, #f5f7fa 0%, #edf1f7 100%);
  position: relative;
}

.fs-hiring::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(11, 22, 32, 0.08), transparent);
}

.fs-hiring-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}

.fs-hiring-text .section-label {
  color: var(--volant-blue);
  background: rgba(17, 130, 197, 0.07);
  border-color: rgba(17, 130, 197, 0.22);
  margin-bottom: 0.85rem;
}

.fs-hiring-text h2 {
  font-size: clamp(2.2rem, 3.5vw, 3.2rem);
  line-height: 1.0;
  margin-bottom: 1.25rem;
  color: var(--dark);
  letter-spacing: -0.01em;
}

.fs-hiring-text p {
  color: #4d5d6b;
  line-height: 1.78;
  font-size: 1.02rem;
  margin-bottom: 1.75rem;
}

.fs-hiring-list-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--dark);
  margin-bottom: 1rem;
}

.fs-hiring-list ul {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.fs-hiring-list li {
  color: #4d5d6b;
  font-size: 0.95rem;
  line-height: 1.65;
  padding-left: 1.1rem;
  position: relative;
}

.fs-hiring-list li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: var(--volant-gold);
  font-size: 0.75rem;
  top: 2px;
}

/* ============================================================
   INTRO STATS — personality overrides
============================================================ */

.fs-intro-stats .process-stat {
  border-left: 4px solid var(--volant-gold);
  padding: 1rem 0 1rem 1.5rem;
  background: linear-gradient(135deg, rgba(230,173,58,0.04) 0%, transparent 60%);
}

.fs-intro-stats .process-stat-number {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 3rem;
  font-weight: 800;
  color: var(--dark);
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.fs-intro-stats .process-stat-number small {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--volant-gold);
}

.fs-intro-stats .process-stat-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--dark);
  line-height: 1.3;
  margin-top: 0.2rem;
}

/* ============================================================
   RESPONSIVE
============================================================ */

@media (max-width: 1024px) {
  .fs-intro-inner {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .fs-intro-stats {
    grid-template-columns: repeat(4, 1fr);
  }

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

  .fs-safety-inner {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .fs-hiring-inner {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}

@media (max-width: 768px) {
  .fs-hero {
    min-height: 48vh;
    padding-top: 10rem;
  }

  .fs-hero h1 {
    font-size: clamp(2.6rem, 12vw, 4.2rem);
  }

  .fs-intro-stats {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }

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

@media (max-width: 540px) {
  .fs-hero h1 {
    font-size: clamp(2.2rem, 11vw, 3.2rem);
  }

  .fs-intro-stats {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
}