/* ===== Machinery Page Styles ===== */

.machinery-page {
  padding-top: 72px;
  min-height: 100vh;
  background: #f8f9fa;
}

/* Hero Section */
.machinery-hero {
  position: relative;
  background: linear-gradient(135deg, #1a5f3a 0%, #2C3E50 100%);
  padding: 80px 0 64px;
  overflow: hidden;
}

.machinery-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('images/hero_bg.png') center/cover;
  opacity: 0.15;
}

.machinery-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(26, 95, 58, 0.95) 0%, rgba(44, 62, 80, 0.95) 100%);
}

.machinery-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.machinery-eyebrow {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 12px;
}

.machinery-title {
  font-family: 'Nasalization Rg', sans-serif;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
}

.machinery-subtitle {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.9);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Machinery List Section */
.machinery-list-section {
  padding: 64px 0 80px;
}

.machinery-summary {
  margin-bottom: 48px;
  max-width: 380px;
}

.machinery-list-section .equipment-grid {
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

@media (max-width: 768px) {
  .machinery-hero {
    padding: 56px 0 48px;
  }
}
