/* ==========================================================================
   DUMPSTER RENTAL KING LLC - MAJESTIC ROYAL 24K GOLD & OBSIDIAN STYLESHEET
   Aesthetic: Luxurious 24K Metallic Gold, Deep Velvet Black, Imperial Crests
   Mobile First & Fully Fluid Responsiveness across all devices (320px to 1400px+)
   ========================================================================== */

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

:root {
  --font-royal: 'Cinzel', serif;
  --font-heading: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

  /* Royal 24K Gold & Velvet Black Palette */
  --bg-main: #040406;
  --bg-card: #0D0E12;
  --bg-card-hover: #161820;
  --bg-surface: #10121A;
  --bg-light-surface: #1B1E2B;

  /* Metallic 24K Gold Gradients & Accents */
  --gold-24k: #FFD700;
  --gold-bright: #FFE57F;
  --gold-dark: #C59B27;
  --gold-gradient: linear-gradient(135deg, #FFE57F 0%, #FFD700 40%, #B8860B 100%);
  --gold-gradient-hover: linear-gradient(135deg, #FFF0B3 0%, #FFE033 40%, #D4AF37 100%);
  --gold-glow: rgba(255, 215, 0, 0.4);

  --text-main: #FFFFFF;
  --text-muted: #A3A3B2;
  --text-dark: #050505;
  --border-color: rgba(255, 215, 0, 0.22);
  --border-gold-royal: rgba(255, 215, 0, 0.6);
  --accent-red: #EF4444;

  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 18px;
  --radius-xl: 24px;

  --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.8);
  --shadow-md: 0 8px 24px rgba(0, 0, 0, 0.9);
  --shadow-lg: 0 16px 40px rgba(0, 0, 0, 0.95);
  --shadow-gold-royal: 0 0 30px rgba(255, 215, 0, 0.35);

  --transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Reset & Responsive Foundation */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: var(--font-body);
  background-color: var(--bg-main);
  color: var(--text-main);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 75px; /* Mobile sticky bar space */
}

@media (min-width: 769px) {
  body {
    padding-bottom: 0;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  max-width: 100%;
}

button {
  cursor: pointer;
  border: none;
  background: none;
}

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

.container {
  width: 90%;
  max-width: 1240px;
  margin: 0 auto;
}

/* Typography & Headers */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-royal);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: var(--text-main);
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.95rem;
  background: linear-gradient(90deg, rgba(255, 215, 0, 0.18) 0%, rgba(184, 134, 11, 0.1) 100%);
  border: 1px solid var(--gold-24k);
  border-radius: 999px;
  color: var(--gold-24k);
  font-family: var(--font-royal);
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 1rem;
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.2);
  max-width: 100%;
  white-space: normal;
}

.badge-tag-sm {
  font-size: 0.725rem;
  padding: 0.2rem 0.65rem;
  background: var(--gold-gradient);
  color: #000000;
  border-radius: 999px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-left: 0.5rem;
  white-space: nowrap;
}

.section-title {
  font-size: clamp(1.6rem, 5vw, 2.75rem);
  margin-bottom: 1rem;
  color: #FFFFFF;
}

.section-subtitle {
  font-size: clamp(0.95rem, 2.5vw, 1.1rem);
  color: var(--text-muted);
  max-width: 750px;
  margin-bottom: 2.25rem;
}

/* SUBPAGE HERO BANNER */
.page-hero {
  padding: 3rem 0 2.5rem;
  background: radial-gradient(circle at 50% 0%, rgba(255, 215, 0, 0.2) 0%, transparent 70%), #07080B;
  border-bottom: 2px solid var(--gold-24k);
  text-align: center;
}

.page-hero h1 {
  font-size: clamp(1.75rem, 5.5vw, 3.2rem);
  margin-bottom: 0.75rem;
  color: #FFFFFF;
  font-family: var(--font-royal);
}

.page-hero p {
  font-size: clamp(0.95rem, 2.5vw, 1.1rem);
  color: var(--text-muted);
  max-width: 780px;
  margin: 0 auto 1.25rem;
  line-height: 1.6;
}

.breadcrumbs {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.85rem;
  color: var(--text-muted);
  flex-wrap: wrap;
  justify-content: center;
}

.breadcrumbs a {
  color: var(--gold-24k);
  font-weight: 700;
  font-family: var(--font-royal);
}

/* TOP NOTIFICATION BAR */
.top-bar {
  background: #000000;
  border-bottom: 1px solid var(--gold-24k);
  padding: 0.5rem 0;
  font-size: 0.85rem;
}

.top-bar-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.top-bar-badge {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--gold-24k);
  font-weight: 800;
  font-family: var(--font-royal);
  font-size: 0.825rem;
}

.top-social-links {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--gold-24k);
  font-size: 1rem;
}

.top-bar-info {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  color: var(--text-muted);
  font-size: 0.825rem;
  flex-wrap: wrap;
}

.top-bar-link {
  color: var(--gold-24k);
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.pulse-dot {
  width: 8px;
  height: 8px;
  background-color: var(--gold-24k);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(255, 215, 0, 0.9);
  animation: pulse 1.8s infinite;
  flex-shrink: 0;
}

/* HEADER & NAVIGATION */
.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(4, 4, 6, 0.96);
  backdrop-filter: blur(14px);
  border-bottom: 2px solid var(--gold-24k);
  padding: 0.75rem 0;
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.logo-brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.logo-crown {
  width: 42px;
  height: 42px;
  background: var(--gold-gradient);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  font-size: 1.4rem;
  box-shadow: var(--shadow-gold-royal);
  border: 1px solid #FFFFFF;
  flex-shrink: 0;
}

.logo-text {
  display: flex;
  flex-direction: column;
}

.logo-name {
  font-family: var(--font-royal);
  font-size: clamp(1.1rem, 3.5vw, 1.35rem);
  font-weight: 800;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  text-transform: uppercase;
  white-space: nowrap;
}

.logo-name span {
  color: var(--gold-24k);
}

.logo-sub {
  font-size: 0.65rem;
  color: var(--gold-24k);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 1.15rem;
  list-style: none;
}

.nav-link {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--text-muted);
  transition: var(--transition);
  position: relative;
  padding: 0.25rem 0;
  font-family: var(--font-royal);
  letter-spacing: 0.03em;
  white-space: nowrap;
}

.nav-link:hover, .nav-link.active {
  color: var(--gold-24k);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

/* SLIDING MOBILE NAVIGATION DRAWER */
.mobile-nav-drawer {
  position: fixed;
  top: 0;
  right: -100%;
  width: 88%;
  max-width: 340px;
  height: 100vh;
  background: #07080D;
  border-left: 2px solid var(--gold-24k);
  z-index: 1001;
  padding: 1.5rem;
  box-shadow: -10px 0 30px rgba(0, 0, 0, 0.95);
  transition: right 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: auto;
}

.mobile-nav-drawer.active {
  right: 0;
}

.mobile-nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(8px);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}

.mobile-nav-overlay.active {
  opacity: 1;
  visibility: visible;
}

.drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--border-gold-royal);
}

.drawer-close {
  font-size: 2rem;
  color: var(--gold-24k);
  padding: 0.25rem;
  line-height: 1;
}

.drawer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1.25rem 0;
}

.drawer-link {
  font-family: var(--font-royal);
  font-size: 1rem;
  font-weight: 700;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.65rem 0;
  border-bottom: 1px solid var(--border-color);
}

.drawer-link:hover, .drawer-link.active {
  color: var(--gold-24k);
}

/* BUTTONS */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.8rem 1.4rem;
  border-radius: var(--radius-md);
  font-weight: 900;
  font-size: 0.9rem;
  transition: var(--transition);
  white-space: nowrap;
  letter-spacing: 0.03em;
  min-height: 48px;
  touch-action: manipulation;
  max-width: 100%;
}

.btn-primary {
  background: var(--gold-gradient);
  color: #000000;
  box-shadow: var(--shadow-gold-royal);
  border: 1px solid #FFFFFF;
  text-transform: uppercase;
}

.btn-outline {
  background: rgba(0, 0, 0, 0.8);
  border: 1px solid var(--gold-24k);
  color: var(--gold-24k);
}

.btn-phone {
  background: rgba(255, 215, 0, 0.15);
  border: 1px solid var(--gold-24k);
  color: var(--gold-24k);
}

.mobile-menu-btn {
  display: none;
  font-size: 1.6rem;
  color: var(--gold-24k);
  padding: 0.4rem;
  min-height: 44px;
  min-width: 44px;
  border-radius: var(--radius-sm);
  background: rgba(255, 215, 0, 0.1);
  border: 1px solid var(--gold-24k);
}

/* HERO SECTION */
.hero {
  position: relative;
  padding: 3rem 0 4rem;
  background: radial-gradient(circle at 75% 25%, rgba(255, 215, 0, 0.15) 0%, transparent 65%), #040406;
  border-bottom: 2px solid var(--gold-24k);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2.5rem;
  align-items: center;
}

.hero-badges-row {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  flex-wrap: wrap;
  margin-bottom: 0.75rem;
}

.google-rating-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  background: var(--bg-card);
  border: 1px solid var(--gold-24k);
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  font-size: 0.8rem;
  color: #FFFFFF;
}

.urgency-banner {
  background: linear-gradient(90deg, rgba(255, 215, 0, 0.18) 0%, rgba(184, 134, 11, 0.1) 100%);
  border: 1px solid var(--gold-24k);
  border-radius: var(--radius-md);
  padding: 0.75rem 1rem;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.85rem;
  color: var(--gold-24k);
  font-weight: 800;
}

.hero-content h1 {
  font-size: clamp(1.8rem, 4.5vw, 3.4rem);
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 1rem;
  color: #FFFFFF;
  font-family: var(--font-royal);
}

.hero-subhead {
  font-size: clamp(0.95rem, 2.5vw, 1.1rem);
  color: var(--text-muted);
  line-height: 1.65;
  margin-bottom: 1.5rem;
}

.hero-ctas {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.hero-trust-bullets {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
  padding-top: 1.25rem;
  border-top: 1px solid var(--border-gold-royal);
}

.hero-bullet {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.85rem;
  font-weight: 800;
  color: #FFFFFF;
}

.hero-bullet i {
  color: var(--gold-24k);
}

/* HERO WIDGET CARD */
.hero-widget-card {
  background: var(--bg-card);
  border: 2px solid var(--gold-24k);
  border-radius: var(--radius-xl);
  padding: 1.75rem;
  box-shadow: var(--shadow-lg), var(--shadow-gold-royal);
  width: 100%;
}

.widget-title {
  font-size: 1.2rem;
  font-weight: 800;
  margin-bottom: 0.25rem;
  color: var(--gold-24k);
  font-family: var(--font-royal);
}

.widget-subtitle {
  font-size: 0.825rem;
  color: var(--text-muted);
}

.widget-form-group {
  margin-bottom: 1rem;
}

.widget-label {
  display: block;
  font-size: 0.8rem;
  font-weight: 800;
  color: var(--gold-24k);
  text-transform: uppercase;
  margin-bottom: 0.35rem;
  letter-spacing: 0.05em;
}

.widget-select, .widget-input {
  width: 100%;
  padding: 0.75rem 0.85rem;
  background: var(--bg-surface);
  border: 1px solid var(--gold-24k);
  border-radius: var(--radius-md);
  color: #FFFFFF;
  outline: none;
  min-height: 48px;
  font-size: 0.9rem;
}

.widget-recommendation {
  background: rgba(255, 215, 0, 0.12);
  border: 1px dashed var(--gold-24k);
  border-radius: var(--radius-md);
  padding: 0.85rem;
  margin: 1rem 0;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.rec-icon {
  font-size: 1.6rem;
  color: var(--gold-24k);
  flex-shrink: 0;
}

.rec-details h4 {
  font-size: 0.9rem;
  color: var(--gold-24k);
  font-family: var(--font-royal);
}

.rec-details p {
  font-size: 0.775rem;
  color: var(--text-muted);
}

/* TRUST PILLARS */
.trust-bar-section {
  padding: 3rem 0;
  background: var(--bg-surface);
  border-bottom: 2px solid var(--gold-24k);
}

.trust-pillars-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.25rem;
}

.trust-pillar-card {
  background: var(--bg-card);
  border: 1px solid var(--border-gold-royal);
  border-radius: var(--radius-lg);
  padding: 1.5rem 1.25rem;
}

.pillar-icon {
  width: 44px;
  height: 44px;
  background: rgba(255, 215, 0, 0.15);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-24k);
  font-size: 1.4rem;
  margin-bottom: 0.85rem;
  border: 1px solid var(--gold-24k);
}

.pillar-title {
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 0.4rem;
  color: #FFFFFF;
  font-family: var(--font-royal);
}

.pillar-desc {
  font-size: 0.825rem;
  color: var(--text-muted);
  line-height: 1.5;
}

/* ROYAL PROMISE */
.royal-promise-section {
  padding: 4rem 0;
  background: radial-gradient(circle at 50% 50%, rgba(255, 215, 0, 0.08) 0%, transparent 70%), #07080D;
  border-bottom: 1px solid var(--border-gold-royal);
}

.promise-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.25rem;
}

.promise-card {
  background: var(--bg-card);
  border: 1px solid var(--border-gold-royal);
  border-radius: var(--radius-xl);
  padding: 1.75rem 1.25rem;
}

.promise-icon {
  width: 46px;
  height: 46px;
  background: var(--gold-gradient);
  color: #000000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

.promise-title {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  color: #FFFFFF;
  font-family: var(--font-royal);
}

.promise-desc {
  font-size: 0.85rem;
  color: var(--text-muted);
  line-height: 1.55;
}

/* DUMPSTER SIZES */
.sizes-section {
  padding: 4rem 0;
}

.size-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.25rem;
  margin-bottom: 2.5rem;
}

.size-card {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-xl);
  padding: 1.5rem 1.25rem;
}

.size-title {
  font-size: 1.45rem;
  font-weight: 800;
  color: #FFFFFF;
  margin-bottom: 0.2rem;
  font-family: var(--font-royal);
}

.size-tagline {
  font-size: 0.825rem;
  color: var(--gold-24k);
  font-weight: 800;
}

.size-specs {
  list-style: none;
  margin: 1rem 0;
  padding: 0.85rem 0;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.spec-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.825rem;
}

.spec-label {
  color: var(--text-muted);
}

.spec-value {
  font-weight: 800;
  color: var(--gold-24k);
}

.size-uses {
  font-size: 0.825rem;
  color: var(--text-muted);
  margin-bottom: 1rem;
}

/* Heavy Machinery Banner */
.heavy-equip-banner {
  background: linear-gradient(135deg, #181922 0%, #040406 100%);
  border: 2px solid var(--gold-24k);
  border-radius: var(--radius-xl);
  padding: 1.75rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  align-items: center;
}

.equip-content h3 {
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
  color: #FFFFFF;
  font-family: var(--font-royal);
}

.equip-content p {
  color: var(--text-muted);
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

.equip-visual-card {
  background: var(--bg-card);
  border: 1px solid var(--gold-24k);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  text-align: center;
}

.equip-icon-large {
  font-size: 2.8rem;
  color: var(--gold-24k);
  margin-bottom: 0.5rem;
}

/* CALCULATOR SECTION */
.calculator-section {
  padding: 4rem 0;
  background: var(--bg-surface);
  border-top: 2px solid var(--gold-24k);
  border-bottom: 2px solid var(--gold-24k);
}

.calc-box {
  background: var(--bg-card);
  border: 1px solid var(--gold-24k);
  border-radius: var(--radius-xl);
  padding: 1.5rem;
}

.calc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.75rem;
}

.project-picker {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

.picker-item {
  background: var(--bg-surface);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 0.85rem 0.5rem;
  text-align: center;
  cursor: pointer;
  min-height: 75px;
}

.calc-result-box {
  background: #040406;
  border: 2px solid var(--gold-24k);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.calc-recommended-size {
  font-size: 1.85rem;
  font-weight: 900;
  color: var(--gold-24k);
  margin-bottom: 0.75rem;
  font-family: var(--font-royal);
}

.calc-metrics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.65rem;
  margin-bottom: 1rem;
}

.metric-card {
  background: var(--bg-card);
  padding: 0.75rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--gold-24k);
}

.metric-val {
  font-size: 1rem;
  font-weight: 800;
  color: #FFFFFF;
}

.metric-lbl {
  font-size: 0.7rem;
  color: var(--text-muted);
}

/* PHOTO INTAKE */
.photo-intake-section {
  padding: 4rem 0;
}

.intake-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.75rem;
  align-items: center;
}

.dropzone-box {
  border: 2px dashed var(--gold-24k);
  background: rgba(255, 215, 0, 0.04);
  border-radius: var(--radius-xl);
  padding: 2rem 1.25rem;
  text-align: center;
}

.dropzone-icon {
  font-size: 2.5rem;
  color: var(--gold-24k);
  margin-bottom: 0.5rem;
}

.dropzone-text {
  font-size: 0.975rem;
  font-weight: 800;
  margin-bottom: 0.35rem;
  color: #FFFFFF;
  font-family: var(--font-royal);
}

.dropzone-subtext {
  font-size: 0.775rem;
  color: var(--text-muted);
  margin-bottom: 1rem;
}

.file-input-hidden {
  display: none;
}

.photo-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem;
  margin-top: 1rem;
}

.preview-thumb {
  aspect-ratio: 1;
  border-radius: var(--radius-sm);
  object-fit: cover;
  border: 1px solid var(--gold-24k);
}

/* SERVICES SECTION */
.services-section {
  padding: 4rem 0;
  background: var(--bg-surface);
  border-top: 2px solid var(--gold-24k);
  border-bottom: 2px solid var(--gold-24k);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.25rem;
}

.service-card {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-xl);
  padding: 1.5rem 1.25rem;
}

.service-icon {
  width: 44px;
  height: 44px;
  background: rgba(255, 215, 0, 0.15);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-24k);
  font-size: 1.4rem;
  margin-bottom: 1rem;
  border: 1px solid var(--gold-24k);
}

.service-title {
  font-size: 1.2rem;
  font-weight: 800;
  margin-bottom: 0.75rem;
  color: #FFFFFF;
  font-family: var(--font-royal);
}

.service-desc {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-bottom: 1rem;
}

.service-bullets {
  list-style: none;
  margin-bottom: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.service-bullet {
  font-size: 0.825rem;
}

/* ABOUT SECTION */
.about-section {
  padding: 4rem 0;
  background: var(--bg-surface);
  border-top: 2px solid var(--gold-24k);
  border-bottom: 2px solid var(--gold-24k);
}

.about-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 2rem;
  align-items: center;
}

.about-owner-card {
  background: var(--bg-card);
  border: 2px solid var(--gold-24k);
  border-radius: var(--radius-xl);
  padding: 1.75rem 1.25rem;
  text-align: center;
}

.owner-avatar-placeholder {
  width: 90px;
  height: 90px;
  background: var(--gold-gradient);
  border-radius: 50%;
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: var(--text-dark);
}

.owner-name {
  font-size: 1.35rem;
  font-weight: 800;
  margin-bottom: 0.2rem;
  color: #FFFFFF;
  font-family: var(--font-royal);
}

.owner-role {
  font-size: 0.8rem;
  color: var(--gold-24k);
  font-weight: 800;
  margin-bottom: 0.85rem;
}

.about-text h2 {
  font-size: 1.65rem;
  margin-bottom: 0.85rem;
  color: #FFFFFF;
  font-family: var(--font-royal);
}

.about-text p {
  color: var(--text-muted);
  font-size: 0.925rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

/* PERMITTED WASTE */
.waste-guide-section {
  padding: 4rem 0;
}

.waste-search-bar {
  max-width: 600px;
  margin: 0 auto 2rem;
  position: relative;
}

.waste-search-input {
  width: 100%;
  padding: 0.85rem 1.15rem 0.85rem 2.75rem;
  background: var(--bg-card);
  border: 1px solid var(--gold-24k);
  border-radius: 999px;
  color: #FFFFFF;
  font-size: 0.9rem;
  outline: none;
  min-height: 48px;
}

.waste-search-icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--gold-24k);
}

.waste-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.waste-box {
  background: var(--bg-card);
  border-radius: var(--radius-xl);
  padding: 1.5rem 1.25rem;
}

.waste-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.65rem;
  list-style: none;
}

.waste-item {
  background: var(--bg-surface);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 0.65rem 0.75rem;
  font-size: 0.825rem;
}

/* SERVICE AREAS */
.areas-section {
  padding: 4rem 0;
  background: var(--bg-surface);
  border-top: 2px solid var(--gold-24k);
  border-bottom: 2px solid var(--gold-24k);
}

.areas-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
}

.areas-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}

.area-pill {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  font-size: 0.8rem;
}

.area-map-card {
  background: var(--bg-card);
  border: 2px solid var(--gold-24k);
  border-radius: var(--radius-xl);
  padding: 1.75rem 1.25rem;
  text-align: center;
}

/* FAQ */
.faq-section {
  padding: 4rem 0;
}

.faq-container {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  margin-bottom: 0.75rem;
  overflow: hidden;
}

.faq-question {
  padding: 1.1rem 1.25rem;
  font-size: 0.95rem;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #FFFFFF;
  font-family: var(--font-royal);
  min-height: 48px;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease-out;
  padding: 0 1.25rem;
  color: var(--text-muted);
  font-size: 0.85rem;
}

/* MODAL */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(4, 4, 6, 0.95);
  backdrop-filter: blur(14px);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  padding: 0.75rem;
}

.modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.modal-card {
  background: var(--bg-card);
  border: 2px solid var(--gold-24k);
  border-radius: var(--radius-xl);
  width: 100%;
  max-width: 620px;
  max-height: 94vh;
  overflow-y: auto;
  padding: 1.75rem 1.25rem;
  box-shadow: var(--shadow-lg), var(--shadow-gold-royal);
  position: relative;
  transform: translateY(20px);
}

.modal-overlay.active .modal-card {
  transform: translateY(0);
}

.modal-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  font-size: 1.8rem;
  color: var(--gold-24k);
  min-width: 44px;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
  margin-bottom: 1rem;
}

.form-full {
  grid-column: 1 / -1;
}

.form-group label {
  display: block;
  font-size: 0.775rem;
  font-weight: 800;
  color: var(--gold-24k);
  margin-bottom: 0.3rem;
  text-transform: uppercase;
  font-family: var(--font-royal);
}

.form-input, .form-select, .form-textarea {
  width: 100%;
  padding: 0.75rem 0.85rem;
  background: var(--bg-surface);
  border: 1px solid var(--gold-24k);
  border-radius: var(--radius-md);
  color: #FFFFFF;
  outline: none;
  min-height: 46px;
  font-size: 0.9rem;
}

.microcopy {
  font-size: 0.75rem;
  color: var(--text-muted);
  margin-top: 0.75rem;
  text-align: center;
}

/* STICKY MOBILE CALL / QUOTE BAR */
.mobile-sticky-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  background: #040406;
  border-top: 2px solid var(--gold-24k);
  padding: 0.65rem 0.85rem;
  z-index: 999;
  justify-content: space-between;
  gap: 0.65rem;
  box-shadow: 0 -8px 20px rgba(0, 0, 0, 0.95);
}

.mobile-sticky-btn {
  flex: 1;
  padding: 0.65rem;
  border-radius: var(--radius-md);
  font-weight: 900;
  font-size: 0.825rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  text-transform: uppercase;
  font-family: var(--font-royal);
  min-height: 48px;
}

.mobile-sticky-btn.call {
  background: rgba(255, 215, 0, 0.15);
  border: 1px solid var(--gold-24k);
  color: var(--gold-24k);
}

.mobile-sticky-btn.quote {
  background: var(--gold-gradient);
  color: #000000;
}

/* FOOTER */
.footer {
  background: #000000;
  border-top: 2px solid var(--gold-24k);
  padding: 3.5rem 0 2rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 2.5rem;
}

.footer-brand p {
  color: var(--text-muted);
  font-size: 0.85rem;
  margin-top: 0.75rem;
  line-height: 1.55;
}

.footer-col h4 {
  font-size: 0.9rem;
  margin-bottom: 0.85rem;
  color: var(--gold-24k);
  font-weight: 800;
  text-transform: uppercase;
  font-family: var(--font-royal);
}

.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.footer-links a {
  font-size: 0.825rem;
  color: var(--text-muted);
}

.footer-bottom {
  border-top: 1px solid var(--border-color);
  padding-top: 1.5rem;
  text-align: center;
  font-size: 0.8rem;
  color: var(--text-muted);
}

/* ==========================================================================
   STRICT MOBILE BREAKPOINTS (< 900px, < 768px, < 480px, < 360px)
   ========================================================================== */
@media (max-width: 900px) {
  .hero-grid, .heavy-equip-banner, .calc-grid, .intake-grid, .about-grid, .areas-grid {
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 2rem !important;
  }
}

@media (max-width: 768px) {
  .nav-menu, .header-actions .btn-phone, .header-actions .btn-primary {
    display: none !important;
  }
  .mobile-menu-btn {
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
  .mobile-sticky-bar {
    display: flex !important;
  }
  .top-bar-info span:not(:last-child) {
    display: none !important;
  }
  .top-bar-content {
    justify-content: center !important;
  }
  .trust-pillars-grid {
    grid-template-columns: 1fr !important;
  }
  .waste-grid {
    grid-template-columns: 1fr !important;
  }
  .waste-list {
    grid-template-columns: 1fr !important;
  }
  .form-grid {
    grid-template-columns: 1fr !important;
  }
  .hero-trust-bullets {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
  .size-cards-grid {
    grid-template-columns: 1fr !important;
  }
  .project-picker {
    grid-template-columns: 1fr !important;
  }
  .calc-metrics {
    grid-template-columns: 1fr !important;
  }
  .footer-grid {
    grid-template-columns: 1fr !important;
    gap: 1.75rem !important;
  }
  .hero-ctas {
    flex-direction: column;
    width: 100%;
  }
  .hero-ctas .btn {
    width: 100%;
  }
  .hero-widget-card {
    padding: 1.25rem !important;
  }
}

@media (max-width: 480px) {
  .container {
    width: 92% !important;
    padding: 0 !important;
  }
  .page-hero {
    padding: 2.25rem 0 1.75rem !important;
  }
  .hero {
    padding: 2rem 0 3rem !important;
  }
  .section-tag {
    font-size: 0.725rem !important;
    padding: 0.3rem 0.75rem !important;
  }
  .btn {
    font-size: 0.85rem !important;
    padding: 0.75rem 1rem !important;
    min-height: 46px !important;
  }
  .size-card, .trust-pillar-card, .promise-card, .service-card, .about-owner-card {
    padding: 1.25rem 1rem !important;
  }
  .photo-preview-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 360px) {
  .logo-name {
    font-size: 1rem !important;
  }
  .logo-crown {
    width: 36px !important;
    height: 36px !important;
    font-size: 1.1rem !important;
  }
  .top-bar-badge span {
    font-size: 0.75rem !important;
  }
}
