/* Consistent section title styling */
.section-title {
  font-size: 2.1rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 18px 0;
  letter-spacing: 0.01em;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
}

/* Consistent gallery photo styling */
.gallery-photo {
  width: 100%;
  height: 290px;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  background: #fff;
}
:root {
  --bg: #0f1115;
  --bg-soft: #171a21;
  --panel: #ffffff;
  --panel-soft: #f5f6f8;
  --text: #14161a;
  --text-soft: #5e6573;
  --white: #ffffff;
  --red: #d81f26;
  --red-dark: #a90f17;
  --charcoal: #1a1d24;
  --line: rgba(20, 22, 26, 0.08);
  --shadow: 0 20px 60px rgba(0, 0, 0, 0.16);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --container: 1200px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: var(--text);
  background: #f2f4f7;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
}

.skip-link:focus {
  left: 20px;
  top: 20px;
  z-index: 999;
  background: #fff;
  color: #000;
  padding: 10px 14px;
  border-radius: 8px;
}

.container {
  width: min(var(--container), calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(15, 17, 21, 0.85);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 84px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--white);
}

.brand-logo {
  width: 62px;
  height: 62px;
  object-fit: contain;
  border-radius: 16px;
  background: #fff;
  padding: 6px;
}

.brand-name {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.brand-sub {
  display: block;
  color: rgba(255,255,255,0.72);
  font-size: 0.88rem;
}

.top-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.top-nav a {
  color: rgba(255,255,255,0.84);
  font-weight: 500;
}

.top-nav a:hover {
  color: #fff;
}

.employee-btn,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 700;
  transition: 0.25s ease;
}

.employee-btn {
  background: var(--red);
  color: var(--white);
}

.employee-btn:hover {
  background: #f12c34;
  transform: translateY(-1px);
}

.hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  background:
    linear-gradient(110deg, rgba(9,12,18,0.92) 0%, rgba(15,17,21,0.82) 45%, rgba(15,17,21,0.38) 100%),
    url("images/PumpArea.jpg") center/cover no-repeat;
  color: var(--white);
  overflow: hidden;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(216,31,38,0.18), transparent 30%),
    radial-gradient(circle at bottom left, rgba(255,255,255,0.06), transparent 25%);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 48px;
  align-items: center;
  padding: 80px 0;
}

.eyebrow,
.section-tag {
  display: inline-block;
  margin-bottom: 14px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.10);
  color: #fff;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0 0 18px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2.6rem, 5vw, 5.4rem);
  line-height: 0.98;
  letter-spacing: -0.03em;
  max-width: 11ch;
}

.hero-text {
  max-width: 60ch;
  color: rgba(255,255,255,0.84);
  font-size: 1.06rem;
  margin-bottom: 28px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 28px;
}

.btn-primary {
  background: var(--red);
  color: var(--white);
  box-shadow: 0 12px 24px rgba(216,31,38,0.28);
}

.btn-primary:hover {
  background: #ef2b33;
  transform: translateY(-2px);
}

.btn-secondary {
  background: rgba(255,255,255,0.1);
  color: var(--white);
  border: 1px solid rgba(255,255,255,0.18);
}

.btn-secondary:hover {
  background: rgba(255,255,255,0.18);
}

.btn-light {
  background: #fff;
  color: var(--charcoal);
}

.btn-light:hover {
  background: #f2f2f2;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  gap: 16px;
}

.stat-card {
  padding: 22px;
  border-radius: var(--radius-md);
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.10);
  backdrop-filter: blur(8px);
}

.stat-card strong,
.stat-card span {
  display: block;
}

.stat-label {
  font-size: 0.76rem;
  color: rgba(255,255,255,0.65);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}

.hero-feature-card img {
  width: 100%;
  min-height: 540px;
  object-fit: cover;
  border-radius: 30px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(255,255,255,0.12);
}

.intro-strip {
  margin-top: -54px;
  position: relative;
  z-index: 3;
}

.intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.intro-card {
  background: #fff;
  border-radius: 26px;
  padding: 28px;
  box-shadow: var(--shadow);
}

.intro-card span {
  display: inline-block;
  color: var(--red);
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}

.intro-card h2,
.section-heading h2,
.section-copy h2,
.review-wrap h2,
.location-card h2 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.section {
  padding: 100px 0;
}

.two-col,
.location-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  align-items: center;
}

.section-copy p,
.service-content p,
.review-wrap p,
.location-card p,
.location-list li {
  color: var(--text-soft);
  font-size: 1.02rem;
}

.image-stack {
  position: relative;
}

.stack-main {
  width: 100%;
  border-radius: 28px;
  box-shadow: var(--shadow);
  min-height: 440px;
  object-fit: cover;
}

.stack-badge {
  position: absolute;
  right: -20px;
  bottom: -28px;
  width: 180px;
  background: #fff;
  padding: 14px;
  border-radius: 24px;
  box-shadow: var(--shadow);
}

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

.section-tag {
  background: rgba(216,31,38,0.08);
  color: var(--red);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 22px;
}

.service-card {
  grid-column: span 4;
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(22, 24, 29, 0.08);
  border: 1px solid var(--line);
}

.large-card {
  grid-column: span 8;
}

.service-image img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.large-card .service-image img {
  height: 320px;
}

.service-content {
  padding: 24px;
}

.service-content h3 {
  margin: 0 0 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.35rem;
}

.accent-card {
  background: linear-gradient(135deg, #181b22 0%, #0f1115 100%);
  color: #fff;
  display: flex;
  align-items: center;
}

.accent-card .service-content p,
.accent-card .service-content h3 {
  color: #fff;
}

.text-link {
  color: #fff;
  font-weight: 700;
  border-bottom: 1px solid rgba(255,255,255,0.3);
  padding-bottom: 2px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}

.gallery-item {
  grid-column: span 4;
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(0,0,0,0.08);
}

.gallery-wide {
  grid-column: span 8;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  min-height: 290px;
  object-fit: cover;
}

.review-banner {
  background: linear-gradient(135deg, #d81f26 0%, #b70f17 100%);
  color: #111;
}

.review-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.light-tag {
  background: rgba(255,255,255,0.14);
  color: #fff;
}

.location-card,
.location-image-card {
  background: #fff;
  border-radius: 28px;
  padding: 34px;
  box-shadow: var(--shadow);
}

.location-image-card {
  padding: 14px;
}

.location-image-card img {
  width: 100%;
  min-height: 420px;
  object-fit: cover;
  border-radius: 20px;
}

.location-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 28px;
}

.location-list li {
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

.location-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.site-footer {
  background: #0f1115;
  color: rgba(255,255,255,0.78);
  padding: 30px 0;
}

.footer-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-brand img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  border-radius: 14px;
  background: #fff;
  padding: 6px;
}

.footer-brand strong {
  display: block;
  color: #fff;
  margin-bottom: 4px;
}

.footer-brand p {
  margin: 0;
}

.footer-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.footer-links a {
  color: rgba(255,255,255,0.82);
}

.footer-links a:hover {
  color: #fff;
}

@media (max-width: 1100px) {
  .hero-grid,
  .two-col,
  .location-grid,
  .intro-grid {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    max-width: 14ch;
  }

  .hero-feature-card {
    max-width: 760px;
  }

  .large-card,
  .service-card,
  .gallery-item,
  .gallery-wide {
    grid-column: span 12;
  }
}

@media (max-width: 820px) {
  .top-nav {
    display: none;
  }

  .nav-wrap {
    min-height: 76px;
  }

  .hero {
    min-height: auto;
    padding-top: 20px;
  }

  .hero-grid {
    padding: 60px 0 70px;
  }

  .hero-stats,
  .review-wrap,
  .footer-wrap {
    grid-template-columns: 1fr;
    display: grid;
  }

  .hero h1 {
    font-size: clamp(2.2rem, 10vw, 3.8rem);
  }

  .intro-strip {
    margin-top: -24px;
  }

  .section {
    padding: 72px 0;
  }

  .stack-badge {
    width: 120px;
    right: 10px;
    bottom: 10px;
    padding: 10px;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(var(--container), calc(100% - 24px));
  }

  .brand-text {
    display: none;
  }

  .employee-btn,
  .btn {
    width: 100%;
  }

  .hero-actions,
  .location-actions {
    flex-direction: column;
  }

  .hero-stats {
    grid-template-columns: 1fr;
  }

  .intro-card,
  .location-card,
  .location-image-card,
  .service-content {
    padding: 20px;
  }

  .hero-feature-card img,
  .stack-main,
  .location-image-card img {
    min-height: 280px;
  }
}

