/* ===================================================================
   Hoxton Engineering Solutions Limited — Site Stylesheet
   =================================================================== */

:root {
  --navy: #0d1b3d;
  --navy-light: #14285f;
  --navy-lighter: #1d3373;
  --orange: #f47c20;
  --orange-dark: #d9660f;
  --gray-bg: #f4f6f9;
  --text-dark: #1c2b4a;
  --text-gray: #6b7280;
  --border-light: #e5e8ee;
  --white: #ffffff;
  --shadow: 0 10px 30px rgba(13, 27, 61, 0.08);
  --shadow-lg: 0 20px 50px rgba(13, 27, 61, 0.18);
  --radius: 6px;
  --transition: all 0.25s ease;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
[hidden] { display: none !important; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Poppins', 'Segoe UI', Arial, sans-serif;
  color: var(--text-dark);
  background: var(--white);
  line-height: 1.6;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5 {
  font-family: 'Barlow Condensed', 'Arial Narrow', sans-serif;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img { max-width: 100%; display: block; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

.container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
}

.section { padding: 90px 0; }
.section--tight { padding: 60px 0; }
.section--gray { background: var(--gray-bg); }
.section--navy { background: var(--navy); color: var(--white); }

.eyebrow {
  display: inline-block;
  color: var(--orange);
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 10px;
}

.section-title {
  font-size: 42px;
  margin-bottom: 18px;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 45px;
}

.section-head .section-title { margin-bottom: 0; }

.lead-text {
  color: var(--text-gray);
  font-size: 16px;
  max-width: 620px;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 15px 28px;
  border-radius: 3px;
  transition: var(--transition);
  white-space: nowrap;
}
.btn svg { width: 16px; height: 16px; transition: var(--transition); flex-shrink: 0; }
.btn:hover svg { transform: translateX(4px); }

.btn--orange { background: var(--orange); color: var(--white); }
.btn--orange:hover { background: var(--orange-dark); }

.btn--navy { background: var(--navy); color: var(--white); }
.btn--navy:hover { background: var(--navy-light); }

.btn--outline {
  background: transparent;
  color: var(--white);
  border: 2px solid rgba(255,255,255,0.6);
}
.btn--outline:hover { background: var(--white); color: var(--navy); border-color: var(--white); }

.btn--block { width: 100%; justify-content: center; }

/* ===================================================================
   Header
   =================================================================== */
.topbar {
  background: var(--navy);
  color: var(--white);
  font-size: 13px;
}
.topbar .container {
  display: flex;
  justify-content: flex-end;
  gap: 34px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.topbar-item { display: flex; align-items: center; gap: 8px; opacity: 0.9; }
.topbar-item svg { width: 15px; height: 15px; color: var(--orange); flex-shrink: 0; }
.topbar-item a:hover { color: var(--orange); }

.navbar {
  background: var(--white);
  box-shadow: 0 2px 12px rgba(13, 27, 61, 0.06);
  position: sticky;
  top: 0;
  z-index: 200;
}
.navbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  padding-bottom: 14px;
  gap: 24px;
}

.logo { display: flex; align-items: center; flex-shrink: 0; }
.navbar .logo {
  padding: 10px 16px;
  border-radius: 14px;
  background: var(--white);
  box-shadow: 0 16px 32px rgba(13, 27, 61, 0.18);
  position: relative;
  z-index: 20;
  margin-top: -36px;
  margin-bottom: -8px;
}
.logo-mark {
  width: 62px;
  height: 62px;
  flex-shrink: 0;
}
/* Tightly-cropped banner logo shown via background-image (source PNG has large
   whitespace margins; background-size/position trims it to the content box). */
.logo-crop {
  display: block;
  width: 225px;
  height: 92px;
  background-image: url('../images/logo-banner.png');
  background-repeat: no-repeat;
  background-size: 252.4px 168.2px;
  background-position: -14.79px -36.14px;
}
.footer-logo-badge {
  display: inline-flex;
  background: var(--white);
  padding: 10px 14px;
  border-radius: 8px;
}
.footer-logo-badge .logo-crop {
  width: 269px;
  height: 110px;
  background-size: 301.7px 201.1px;
  background-position: -17.68px -43.21px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: nowrap;
}
.nav-links li { flex-shrink: 0; }
.nav-links a {
  display: inline-block;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--navy);
  padding: 12px 0;
  position: relative;
}
.nav-links a::after {
  content: "";
  position: absolute;
  left: 0; bottom: -4px;
  width: 0;
  height: 3px;
  background: var(--orange);
  transition: var(--transition);
}
.nav-links a:hover { color: var(--orange); }
.nav-links a:hover::after { width: 100%; }
.nav-links a.active { color: var(--orange); }
.nav-links a.active::after { width: 100%; }

.nav-cta { display: flex; align-items: center; gap: 18px; flex-shrink: 0; }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  width: 34px;
  padding: 6px;
}
.nav-toggle span { display: block; height: 3px; background: var(--navy); border-radius: 2px; }

/* ===================================================================
   Hero
   =================================================================== */
.hero {
  position: relative;
  background: var(--navy);
  min-height: 640px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero-slides { position: absolute; inset: 0; }
.hero-slide {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s ease;
}
.hero-slide.is-active { opacity: 1; }
.hero-slide::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(13,27,61,0.96) 0%, rgba(13,27,61,0.75) 38%, rgba(13,27,61,0.15) 68%, rgba(13,27,61,0.05) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  color: var(--white);
  max-width: 640px;
  padding: 80px 0 70px;
}
.hero-content h1 {
  color: var(--white);
  font-size: 56px;
  line-height: 1.05;
}
.hero-content h1 .accent { color: var(--orange); display: block; }
.hero-divider {
  width: 90px;
  height: 4px;
  background: var(--orange);
  margin: 24px 0;
}
.hero-content p {
  font-size: 16.5px;
  color: rgba(255,255,255,0.85);
  max-width: 480px;
  margin-bottom: 34px;
}
.hero-actions { display: flex; gap: 18px; flex-wrap: wrap; }

.hero-caption {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: calc(100% - 48px);
  padding: 10px 20px;
  background: rgba(13, 27, 61, 0.55);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 30px;
  color: var(--white);
  font-size: 13.5px;
  font-weight: 500;
  letter-spacing: 0.3px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hero-caption::before {
  content: "";
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--orange);
  flex-shrink: 0;
}

.hero-dots {
  position: absolute;
  bottom: 105px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  gap: 10px;
}
.hero-dots button {
  width: 11px; height: 11px;
  border-radius: 50%;
  background: rgba(255,255,255,0.4);
  transition: var(--transition);
}
.hero-dots button.is-active { background: var(--orange); width: 30px; border-radius: 6px; }

/* ---------- Feature strip overlapping hero ---------- */
.feature-strip {
  position: relative;
  z-index: 5;
  background: var(--navy-light);
  margin: 0 24px -70px;
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
}
.feature-strip .container { max-width: 1272px; padding: 0; }

/* Standalone variant: normal spacing, no hero overlap */
.feature-strip--standalone {
  margin: 60px 24px;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 34px 30px;
  border-right: 1px solid rgba(255,255,255,0.12);
}
.feature-item:last-child { border-right: none; }
.feature-icon {
  width: 46px; height: 46px;
  border: 2px solid var(--orange);
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  color: var(--orange);
}
.feature-icon svg { width: 24px; height: 24px; }
.feature-item h3 {
  color: var(--white);
  font-size: 17px;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
}
.feature-item p {
  color: rgba(255,255,255,0.65);
  font-size: 14px;
  text-transform: none;
}

/* ===================================================================
   Welcome / About section
   =================================================================== */
.welcome-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
  align-items: center;
}
.welcome-text .section-title { font-size: 34px; }
.welcome-text p {
  color: var(--text-gray);
  margin-bottom: 28px;
}
.welcome-text p.welcome-lead {
  color: #000000;
  font-weight: 700;
}

.welcome-media { position: relative; padding-left: 22px; }
.welcome-media::before {
  content: "";
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 4px;
  background: var(--orange);
}
.welcome-media img { border-radius: var(--radius); box-shadow: var(--shadow); }

.welcome-video { position: relative; padding-left: 22px; }
.welcome-video::before {
  content: "";
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 4px;
  background: var(--orange);
}
.welcome-video video {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  background: #000;
}
.welcome-video-caption {
  margin-top: 12px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--text-gray);
  text-align: center;
}
.welcome-video-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
}
.welcome-video-link {
  padding: 7px 14px;
  border-radius: 20px;
  border: 1px solid var(--border-light);
  background: var(--white);
  color: var(--text-gray);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.2px;
  transition: var(--transition);
}
.welcome-video-link:hover { border-color: var(--orange); color: var(--orange); }
.welcome-video-link.is-active { background: var(--orange); border-color: var(--orange); color: var(--white); }

.welcome-points { display: flex; flex-direction: column; gap: 26px; }
.point { display: flex; gap: 16px; align-items: flex-start; }
.point-icon {
  width: 48px; height: 48px;
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  color: var(--white);
}
.point-icon svg { width: 22px; height: 22px; }
.point-icon--navy { background: var(--navy); }
.point-icon--orange { background: var(--orange); }
.point h4 { font-size: 16px; margin-bottom: 4px; text-transform: none; }
.point p { color: var(--text-gray); font-size: 14px; }

/* ===================================================================
   Services grid / carousel
   =================================================================== */
.slider-arrows { display: flex; gap: 10px; }
.slider-arrow {
  width: 42px; height: 42px;
  border: 2px solid var(--orange);
  border-radius: 4px;
  display: flex; align-items: center; justify-content: center;
  color: var(--orange);
  transition: var(--transition);
}
.slider-arrow:hover { background: var(--orange); color: var(--white); }
.slider-arrow svg { width: 18px; height: 18px; }

.services-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 22px;
}
.service-card {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 3/4;
  background-size: cover;
  background-position: center;
  box-shadow: var(--shadow);
}
.service-card::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(13,27,61,0) 40%, rgba(13,27,61,0.92) 100%);
  transition: var(--transition);
}
.service-card:hover::after { background: linear-gradient(180deg, rgba(13,27,61,0.35) 0%, rgba(244,124,32,0.9) 100%); }
.service-card-body {
  position: absolute; left: 0; right: 0; bottom: 0;
  z-index: 2;
  padding: 20px 16px;
  color: var(--white);
}
.service-card-icon {
  width: 40px; height: 40px;
  border: 2px solid var(--orange);
  border-radius: 6px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 14px;
  transition: var(--transition);
}
.service-card:hover .service-card-icon { background: var(--white); border-color: var(--white); }
.service-card-icon svg { width: 20px; height: 20px; color: var(--orange); }
.service-card h3 {
  font-size: 15.5px;
  text-transform: none;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.service-card h3 svg { width: 16px; height: 16px; color: var(--orange); flex-shrink: 0; transition: var(--transition); }
.service-card:hover h3 svg { transform: translateX(4px); color: var(--white); }

/* full services page cards */
.services-list-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.service-full-card {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: var(--transition);
}
.service-full-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.service-full-card img { height: 220px; width: 100%; object-fit: cover; }
.service-full-card-body { padding: 26px; }
.service-full-card h3 { font-size: 20px; margin-bottom: 10px; }
.service-full-card p { color: var(--text-gray); font-size: 14.5px; margin-bottom: 16px; }
.service-full-card a.link-arrow { color: var(--orange); font-weight: 700; font-size: 13px; letter-spacing: 1px; text-transform: uppercase; display: inline-flex; align-items: center; gap: 8px; }
.service-full-card a.link-arrow svg { width: 14px; height: 14px; transition: var(--transition); }
.service-full-card a.link-arrow:hover svg { transform: translateX(4px); }

/* ===================================================================
   Stats counter band
   =================================================================== */
.stats-band {
  background: var(--navy);
  background-blend-mode: multiply;
  background-size: cover;
  background-position: center;
  color: var(--white);
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
}
.stat-item { padding: 20px; border-right: 1px solid rgba(255,255,255,0.15); }
.stat-item:last-child { border-right: none; }
.stat-number {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 54px;
  color: var(--orange);
  line-height: 1;
}
.stat-label { margin-top: 10px; font-size: 14px; letter-spacing: 1px; text-transform: uppercase; color: rgba(255,255,255,0.8); }

/* ===================================================================
   Projects grid
   =================================================================== */
.projects-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.project-card {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.project-card img { height: 260px; width: 100%; object-fit: cover; transition: transform .4s ease; }
.project-card:hover img { transform: scale(1.06); }
.project-card-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(13,27,61,0) 45%, rgba(13,27,61,0.92) 100%);
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 22px;
  color: var(--white);
}
.project-tag {
  align-self: flex-start;
  background: var(--orange);
  color: var(--white);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 3px;
  margin-bottom: 12px;
}
.project-card h3 { color: var(--white); font-size: 19px; text-transform: none; }
.project-card p { color: rgba(255,255,255,0.7); font-size: 13px; margin-top: 4px; }

/* ===================================================================
   Fleet grid
   =================================================================== */
.fleet-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.fleet-card {
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius);
  overflow: hidden;
  transition: var(--transition);
}
.fleet-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-6px); border-color: transparent; }
.fleet-card img { height: 210px; width: 100%; object-fit: cover; }
.fleet-card-body { padding: 22px 24px; }
.fleet-card h3 { font-size: 19px; margin-bottom: 6px; }
.fleet-card p { color: var(--text-gray); font-size: 13.5px; }
.fleet-count {
  display: inline-block;
  margin-top: 12px;
  background: var(--gray-bg);
  color: var(--navy);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 5px 12px;
  border-radius: 20px;
}

/* ===================================================================
   Team / values / careers cards
   =================================================================== */
.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.value-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 34px 26px;
  box-shadow: var(--shadow);
  text-align: left;
  transition: var(--transition);
}
.value-card:hover { transform: translateY(-6px); }
.value-card .feature-icon { margin-bottom: 18px; }
.value-card h3 { font-size: 18px; margin-bottom: 10px; }
.value-card p { color: var(--text-gray); font-size: 14px; text-transform: none; }

.job-list { display: flex; flex-direction: column; gap: 18px; }
.job-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius);
  padding: 26px 30px;
  transition: var(--transition);
}
.job-card:hover { box-shadow: var(--shadow); border-color: transparent; }
.job-card h3 { font-size: 19px; margin-bottom: 8px; text-transform: none; }
.job-meta { display: flex; gap: 18px; flex-wrap: wrap; font-size: 13px; color: var(--text-gray); }
.job-meta span { display: inline-flex; align-items: center; gap: 6px; }
.job-meta svg { width: 14px; height: 14px; color: var(--orange); }

/* ===================================================================
   CTA band
   =================================================================== */
.cta-band {
  position: relative;
  background: var(--navy);
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  text-align: center;
  color: var(--white);
}
.cta-band::before { content: ""; position: absolute; inset: 0; background: rgba(13,27,61,0.85); }
.cta-band .container { position: relative; z-index: 2; }
.cta-band h2 { color: var(--white); font-size: 38px; margin-bottom: 16px; }
.cta-band p { color: rgba(255,255,255,0.8); max-width: 560px; margin: 0 auto 30px; text-transform: none; }
.cta-actions { display: flex; gap: 18px; justify-content: center; flex-wrap: wrap; }

/* ===================================================================
   Video showcase
   =================================================================== */
.video-showcase-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
  align-items: start;
}

.video-main {
  position: relative;
  background: var(--navy);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.video-main video {
  width: 100%;
  aspect-ratio: 16/9;
  display: block;
  background: #000;
}
.video-coming-soon {
  aspect-ratio: 16/9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: rgba(255,255,255,0.7);
  text-align: center;
  padding: 30px;
}
.video-coming-soon svg { width: 48px; height: 48px; color: var(--orange); }
.video-coming-soon p { font-size: 15px; text-transform: none; }
.video-main-caption {
  padding: 16px 20px;
  color: var(--white);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.3px;
  text-transform: none;
  background: var(--navy-light);
}

.video-thumbs {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.video-thumb {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 8px;
  border-radius: var(--radius);
  border: 2px solid transparent;
  background: var(--gray-bg);
  text-align: left;
  transition: var(--transition);
}
.video-thumb:hover { background: #ebeef3; }
.video-thumb.is-active { border-color: var(--orange); background: var(--white); box-shadow: var(--shadow); }
.video-thumb img {
  width: 76px;
  height: 60px;
  object-fit: cover;
  border-radius: 4px;
  flex-shrink: 0;
}
.video-thumb-play {
  position: absolute;
  left: 8px;
  width: 76px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(13,27,61,0.35);
  border-radius: 4px;
  color: var(--white);
  pointer-events: none;
}
.video-thumb-play svg { width: 22px; height: 22px; }
.video-thumb-label {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--navy);
  text-transform: none;
  letter-spacing: 0.2px;
}

@media (max-width: 900px) {
  .video-showcase-grid { grid-template-columns: 1fr; }
  .video-thumbs { flex-direction: row; overflow-x: auto; padding-bottom: 4px; }
  .video-thumb { flex-direction: column; min-width: 130px; text-align: center; }
  .video-thumb img { width: 100%; height: 80px; }
  .video-thumb-play { width: calc(100% - 16px); height: 80px; }
}

/* ===================================================================
   Page banner (inner pages)
   =================================================================== */
.page-banner {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 130px 0 70px;
  color: var(--white);
}
.page-banner::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(13,27,61,0.94), rgba(13,27,61,0.75)); }
.page-banner .container { position: relative; z-index: 2; }
.page-banner h1 { color: var(--white); font-size: 46px; margin-bottom: 12px; }
.breadcrumb { display: flex; gap: 10px; align-items: center; font-size: 14px; color: rgba(255,255,255,0.75); text-transform: none; }
.breadcrumb a:hover { color: var(--orange); }
.breadcrumb .sep { color: var(--orange); }

/* ===================================================================
   Contact page
   =================================================================== */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 50px;
}
.contact-info-card {
  background: var(--navy);
  color: var(--white);
  border-radius: var(--radius);
  padding: 40px 34px;
}
.contact-info-card h3 { color: var(--white); font-size: 24px; margin-bottom: 24px; }
.contact-info-item { display: flex; gap: 16px; margin-bottom: 26px; align-items: flex-start; }
.contact-info-item .feature-icon { border-color: var(--orange); }
.contact-info-item h4 { text-transform: none; font-size: 15px; color: var(--white); margin-bottom: 4px; }
.contact-info-item p, .contact-info-item a { color: rgba(255,255,255,0.7); font-size: 14px; text-transform: none; }
.social-row { display: flex; gap: 12px; margin-top: 30px; }
.social-row a {
  width: 38px; height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.3);
  display: flex; align-items: center; justify-content: center;
  transition: var(--transition);
}
.social-row a:hover { background: var(--orange); border-color: var(--orange); }
.social-row svg { width: 16px; height: 16px; }

.contact-form { background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); padding: 40px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 20px; }
.form-group { display: flex; flex-direction: column; gap: 8px; }
.form-group.full { grid-column: 1 / -1; }
.form-group label { font-size: 13px; font-weight: 600; color: var(--navy); }
.form-group input, .form-group select, .form-group textarea {
  border: 1px solid var(--border-light);
  border-radius: 4px;
  padding: 13px 16px;
  font-family: inherit;
  font-size: 14px;
  color: var(--text-dark);
  background: var(--gray-bg);
  transition: var(--transition);
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  outline: none;
  border-color: var(--orange);
  background: var(--white);
}
.form-group textarea { resize: vertical; min-height: 130px; }

.map-embed { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); margin-top: 60px; }
.map-embed iframe { width: 100%; height: 420px; border: 0; display: block; }

/* ===================================================================
   Footer
   =================================================================== */
.site-footer { background: var(--navy); color: rgba(255,255,255,0.75); }
.footer-top { padding: 80px 0 50px; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 40px;
}
.footer-about .logo-hes, .footer-about .logo-tag { color: var(--white); }
.footer-about .logo-tag { color: rgba(255,255,255,0.55); }
.footer-about p { margin: 18px 0 22px; font-size: 14px; color: rgba(255,255,255,0.6); }
.footer-heading { color: var(--white); font-size: 17px; margin-bottom: 22px; letter-spacing: 1px; }
.footer-links { display: flex; flex-direction: column; gap: 12px; }
.footer-links a { font-size: 14px; transition: var(--transition); }
.footer-links a:hover { color: var(--orange); padding-left: 4px; }
.footer-contact-item { display: flex; gap: 12px; margin-bottom: 16px; font-size: 14px; }
.footer-contact-item svg { width: 16px; height: 16px; color: var(--orange); flex-shrink: 0; margin-top: 3px; }
.footer-social { display: flex; gap: 10px; margin-top: 20px; }
.footer-social a {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  display: flex; align-items: center; justify-content: center;
  transition: var(--transition);
}
.footer-social a:hover { background: var(--orange); }
.footer-social svg { width: 15px; height: 15px; }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 22px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
}
.footer-bottom a:hover { color: var(--orange); }

.back-to-top {
  position: fixed;
  right: 26px;
  bottom: 26px;
  width: 46px; height: 46px;
  background: var(--orange);
  color: var(--white);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow-lg);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: var(--transition);
  z-index: 300;
}
.back-to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.back-to-top svg { width: 20px; height: 20px; }

/* ===================================================================
   Responsive
   =================================================================== */
@media (max-width: 1100px) {
  .services-grid { grid-template-columns: repeat(3, 1fr); }
  .welcome-grid { grid-template-columns: 1fr 1fr; }
  .welcome-points { grid-column: 1 / -1; flex-direction: row; flex-wrap: wrap; }
  .welcome-video { grid-column: 1 / -1; max-width: 420px; margin: 0 auto; }
  .point { flex: 1 1 260px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
  .topbar .container { justify-content: center; flex-wrap: wrap; gap: 16px; }
  .navbar .container { flex-wrap: nowrap; gap: 12px; }
  .navbar .logo {
    margin-top: -28px;
    margin-bottom: -6px;
    padding: 5px 8px;
    border-radius: 10px;
  }
  .logo-crop {
    width: 128px;
    height: 52px;
    background-size: 143px 95.3px;
    background-position: -8.4px -20.5px;
  }
  .nav-links { position: fixed; top: 0; right: -320px; height: 100vh; width: 300px; background: var(--white); flex-direction: column; align-items: flex-start; padding: 100px 30px; gap: 22px; box-shadow: var(--shadow-lg); transition: right .3s ease; z-index: 250; }
  .nav-links.is-open { right: 0; }
  .nav-toggle { display: flex; }
  .nav-cta { gap: 10px; }
  .nav-cta .btn { padding: 12px 16px; }
  .nav-cta .btn span { display: none; }
}

@media (max-width: 480px) {
  .navbar .logo {
    margin-top: -22px;
    padding: 5px 7px;
  }
  /* icon-only mark (drops the wordmark) so the row never overflows narrow phones */
  .logo-crop {
    width: 44px;
    height: 48px;
    background-size: 127.16px 84.75px;
    background-position: -7.45px -16.55px;
  }
}

@media (max-width: 900px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.12); }
  .welcome-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stat-item:nth-child(2) { border-right: none; }
  .stat-item { border-bottom: 1px solid rgba(255,255,255,0.15); }
  .projects-grid { grid-template-columns: repeat(2, 1fr); }
  .fleet-grid { grid-template-columns: repeat(2, 1fr); }
  .services-list-grid { grid-template-columns: repeat(2, 1fr); }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-content h1 { font-size: 42px; }
}

@media (max-width: 640px) {
  .section { padding: 60px 0; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .projects-grid { grid-template-columns: 1fr; }
  .fleet-grid { grid-template-columns: 1fr; }
  .services-list-grid { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-content h1 { font-size: 34px; }
  .hero-actions .btn { flex: 1 1 auto; justify-content: center; }
  .section-title { font-size: 30px; }
  .page-banner h1 { font-size: 32px; }
  .page-banner { padding: 110px 0 50px; }
}
