/* ============================================
   LOS OIL FIELD SERVICES LLC
   Black & Gold Theme
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700;800&family=Lato:wght@300;400;700&display=swap');

:root {
  --gold: #8E7A09;
  --gold-light: #B09A20;
  --gold-dark: #5C4E00;
  --black: #FFFFFF;
  --black-soft: #F5F9D2;
  --black-card: #EBEBEB;
  --black-border: #CCCCCC;
  --white: #1A1A1A;
  --white-muted: #444444;
  --white-dim: #888888;
  --section-pad: 100px 0;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Lato', sans-serif; background: var(--black); color: var(--white); line-height: 1.6; font-size: 16px; }
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }

h1, h2, h3, h4, h5 { font-family: 'Playfair Display', serif; font-weight: 800; line-height: 1.1; text-transform: uppercase; letter-spacing: 0.02em; }
h1 { font-size: clamp(2.8rem, 6vw, 5rem); }
h2 { font-size: clamp(2rem, 4vw, 3rem); }
h3 { font-size: clamp(1.4rem, 2.5vw, 1.9rem); }
h4 { font-size: 1.2rem; }

.gold { color: var(--gold); }
.section-label { font-family: 'Playfair Display', serif; font-size: 0.85rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); display: block; margin-bottom: 12px; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.section { padding: var(--section-pad); }
.section-dark { background: var(--black-soft); }
.section-card { background: var(--black-card); }

/* BUTTONS */
.btn { display: inline-block; font-family: 'Playfair Display', serif; font-weight: 700; font-size: 1rem; letter-spacing: 0.12em; text-transform: uppercase; padding: 14px 36px; border-radius: 2px; cursor: pointer; border: none; transition: all 0.25s ease; }
.btn-gold { background: var(--gold); color: var(--black); }
.btn-gold:hover { background: var(--gold-light); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(201,168,76,0.3); }
.btn-outline { background: transparent; color: var(--gold); border: 2px solid var(--gold); }
.btn-outline:hover { background: var(--gold); color: var(--black); }

/* NAVBAR */
.navbar { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: linear-gradient(90deg, rgba(142,122,9,0.97) 0%, rgba(12,22,5,0.97) 35%); border-bottom: 1px solid rgba(142,122,9,0.3); backdrop-filter: blur(8px); transition: all 0.3s; }
.navbar.scrolled { box-shadow: 0 4px 30px rgba(0,0,0,0.5); border-bottom-color: var(--gold-dark); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 210px; padding: 0 32px; max-width: 1400px; margin: 0 auto; }
.nav-logo { display: flex; align-items: center; gap: 14px; }
.nav-logo img { height: 200px !important; width: auto !important; }
.nav-logo-text { font-family: 'Playfair Display', serif; font-weight: 800; font-size: 1.3rem; text-transform: uppercase; letter-spacing: 0.05em; line-height: 1.15; }
.nav-logo-text span { display: block; font-size: 0.7rem; font-weight: 400; letter-spacing: 0.2em; color: var(--gold); }
.nav-links { display: flex; align-items: center; gap: 4px; list-style: none; }
.nav-links a { font-family: 'Playfair Display', serif; font-weight: 600; font-size: 1.2rem; letter-spacing: 0.08em; text-transform: uppercase; color: #F5F9D2; padding: 8px 14px; border-radius: 2px; transition: color 0.2s; }
.nav-links a:hover, .nav-links a.active { color: var(--gold); }
.nav-links .nav-cta a { background: var(--gold); color: var(--black); padding: 10px 22px; }
.nav-links .nav-cta a:hover { background: var(--gold-light); color: var(--black); }
.nav-phone { font-family: 'Playfair Display', serif; font-size: 1.4rem; font-weight: 700; color: var(--gold); letter-spacing: 0.05em; border-left: 1px solid var(--black-border); padding-left: 20px; margin-left: 8px; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; }
.hamburger span { display: block; width: 26px; height: 2px; background: var(--gold); transition: all 0.3s; }

/* HERO */
.hero { position: relative; min-height: 100vh; display: flex; align-items: center; overflow: hidden; background: var(--black); }
.hero-bg { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(10,10,10,0.95) 0%, rgba(10,10,10,0.7) 100%), url('../images/hero-bg.jpg') center/cover no-repeat; }
.hero-bg::after { content: ''; position: absolute; top: 0; right: 0; width: 45%; height: 100%; background: linear-gradient(135deg, transparent 40%, rgba(201,168,76,0.05) 100%); pointer-events: none; }
.hero-content { position: relative; z-index: 2; max-width: 780px; padding: 200px 24px 80px; margin: 0 auto 0 10%; }
.hero-eyebrow { display: flex; align-items: center; gap: 16px; margin-bottom: 24px; }
.hero-eyebrow::before { content: ''; display: block; width: 48px; height: 2px; background: var(--gold); }
.hero-eyebrow span { font-family: 'Playfair Display', serif; font-size: 0.85rem; font-weight: 600; letter-spacing: 0.25em; text-transform: uppercase; color: var(--gold); }
.hero h1 { margin-bottom: 24px; color: var(--white); }
.hero h1 em { font-style: normal; color: var(--gold); display: block; }
.hero-sub { font-size: 1.1rem; color: var(--white-muted); font-weight: 300; max-width: 560px; margin-bottom: 40px; line-height: 1.75; }
.hero-ctas { display: flex; gap: 16px; flex-wrap: wrap; }
.hero-scroll { position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 8px; color: var(--white-dim); font-size: 0.75rem; letter-spacing: 0.15em; text-transform: uppercase; }
.hero-scroll::after { content: ''; display: block; width: 1px; height: 40px; background: linear-gradient(to bottom, var(--gold), transparent); animation: scrollline 1.8s ease-in-out infinite; }
@keyframes scrollline { 0%,100%{opacity:1} 50%{opacity:0.3} }

/* STATS BAR */
.stats-bar { background: var(--gold); }
.stats-inner { display: grid; grid-template-columns: repeat(3, 1fr); }
.stat-item { padding: 28px 20px; text-align: center; border-right: 1px solid rgba(0,0,0,0.15); }
.stat-item:last-child { border-right: none; }
.stat-num { font-family: 'Playfair Display', serif; font-size: 2.4rem; font-weight: 800; color: var(--black); line-height: 1; display: block; }
.stat-label { font-size: 0.78rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(0,0,0,0.6); margin-top: 4px; }

/* SECTION HEADERS */
.section-header { margin-bottom: 60px; }
.section-header.centered { text-align: center; }
.section-header h2 { margin-bottom: 16px; }
.section-header p { color: var(--white-muted); font-size: 1.05rem; max-width: 580px; line-height: 1.7; }
.section-header.centered p { margin: 0 auto; }
.gold-rule { width: 60px; height: 3px; background: var(--gold); margin-bottom: 20px; display: block; }
.centered .gold-rule { margin: 0 auto 20px; }

/* SERVICES */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: var(--black-border); }
.service-card { background: var(--black-card); padding: 44px 36px; position: relative; overflow: hidden; transition: background 0.3s; }
.service-card::before { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 3px; background: var(--gold); transition: width 0.4s ease; }
.service-card:hover::before { width: 100%; }
.service-card:hover { background: #1A1A1A; color: #FFFFFF; }
.service-card:hover h3 { color: #FFFFFF; }
.service-card:hover p { color: rgba(255,255,255,0.75); }
.service-card:hover ul li { color: rgba(255,255,255,0.65); }
.service-icon { width: 52px; height: 52px; margin-bottom: 24px; color: var(--gold); }
.service-card h3 { margin-bottom: 14px; font-size: 1.45rem; }
.service-card p { color: var(--white-muted); font-size: 0.95rem; line-height: 1.7; }
.service-card ul { list-style: none; margin-top: 12px; }
.service-card ul li { color: var(--white-dim); font-size: 0.9rem; padding: 5px 0 5px 18px; position: relative; }
.service-card ul li::before { content: '—'; position: absolute; left: 0; color: var(--gold); font-size: 0.75rem; }
.service-link { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 0.88rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); display: inline-flex; align-items: center; gap: 8px; margin-top: 20px; transition: gap 0.2s; }
.service-link:hover { gap: 14px; }

/* ABOUT */
.about-split { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about-image-wrap { position: relative; }
.about-image-wrap img { width: 100%; height: 520px; object-fit: cover; }
.about-badge { position: absolute; bottom: -24px; right: -24px; background: var(--gold); color: var(--black); padding: 28px; text-align: center; font-family: 'Playfair Display', serif; font-weight: 800; }
.about-badge .num { display: block; font-size: 3rem; line-height: 1; }
.about-badge .txt { font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; }
.about-text h2 { margin-bottom: 20px; }
.about-text p { color: var(--white-muted); margin-bottom: 20px; line-height: 1.75; }
.about-values { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 36px 0; }
.value-item { display: flex; gap: 14px; align-items: flex-start; }
.value-icon { width: 36px; height: 36px; background: rgba(201,168,76,0.1); border: 1px solid rgba(201,168,76,0.3); border-radius: 2px; display: flex; align-items: center; justify-content: center; color: var(--gold); flex-shrink: 0; }
.value-item h4 { font-size: 0.95rem; margin-bottom: 4px; }
.value-item p { font-size: 0.85rem; color: var(--white-dim); margin: 0; }

/* SAFETY */
.safety-intro { background: rgba(201,168,76,0.06); border: 1px solid rgba(201,168,76,0.2); border-left: 4px solid var(--gold); padding: 32px 36px; margin-bottom: 60px; }
.safety-intro p { color: var(--white-muted); line-height: 1.8; font-size: 1.05rem; }
.safety-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.safety-card { background: var(--black-card); border: 1px solid var(--black-border); border-top: 3px solid var(--gold); padding: 36px 28px; }
.safety-card h3 { font-size: 1.3rem; margin-bottom: 14px; }
.safety-card p { color: var(--white-muted); font-size: 0.95rem; line-height: 1.7; }

/* GALLERY */
.gallery-filters { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 36px; }
.filter-btn { font-family: 'Playfair Display', serif; font-size: 0.85rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; padding: 8px 20px; border: 1px solid var(--black-border); background: transparent; color: var(--white-dim); cursor: pointer; transition: all 0.2s; border-radius: 2px; }
.filter-btn:hover, .filter-btn.active { border-color: var(--gold); color: var(--gold); }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; }
.gallery-item { position: relative; overflow: hidden; aspect-ratio: 1; cursor: pointer; background: var(--black-card); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.gallery-item:hover img { transform: scale(1.08); }
.gallery-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0); display: flex; align-items: center; justify-content: center; transition: all 0.3s; }
.gallery-item:hover .gallery-overlay { background: rgba(0,0,0,0.55); }
.gallery-overlay svg { color: var(--white); opacity: 0; transition: opacity 0.3s; width: 36px; height: 36px; }
.gallery-item:hover .gallery-overlay svg { opacity: 1; }
.gallery-placeholder { width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; color: var(--white-dim); font-family: 'Playfair Display', serif; font-size: 0.8rem; letter-spacing: 0.1em; text-transform: uppercase; border: 1px dashed var(--black-border); }
.gallery-placeholder svg { width: 28px; height: 28px; color: var(--gold-dark); opacity: 0.35; }
.lightbox { display: none; position: fixed; inset: 0; z-index: 9999; background: rgba(0,0,0,0.96); align-items: center; justify-content: center; }
.lightbox.open { display: flex; }
.lightbox img { max-width: 90vw; max-height: 85vh; object-fit: contain; }
.lightbox-close { position: absolute; top: 24px; right: 32px; font-size: 2.5rem; color: var(--white-muted); cursor: pointer; line-height: 1; }
.lightbox-close:hover { color: var(--gold); }

/* CONTACT */
.contact-layout { display: grid; grid-template-columns: 1fr 1.5fr; gap: 80px; align-items: start; }
.contact-info h2 { margin-bottom: 20px; }
.contact-info > p { color: var(--white-muted); margin-bottom: 40px; line-height: 1.7; }
.contact-details { list-style: none; }
.contact-details li { display: flex; gap: 16px; align-items: flex-start; margin-bottom: 28px; }
.contact-icon { width: 44px; height: 44px; background: rgba(201,168,76,0.1); border: 1px solid rgba(201,168,76,0.25); border-radius: 2px; display: flex; align-items: center; justify-content: center; color: var(--gold); flex-shrink: 0; }
.contact-details .label { font-family: 'Playfair Display', serif; font-size: 0.78rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--white-dim); display: block; margin-bottom: 4px; }
.contact-details .value { font-size: 1rem; color: var(--white); font-weight: 500; }
.contact-details a.value:hover { color: var(--gold); }
.contact-form { background: var(--black-card); border: 1px solid var(--black-border); padding: 48px 40px; }
.contact-form h3 { margin-bottom: 32px; font-size: 1.6rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-family: 'Playfair Display', serif; font-size: 0.82rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--white-dim); margin-bottom: 8px; }
.form-group input, .form-group select, .form-group textarea { width: 100%; background: var(--black-soft); border: 1px solid var(--black-border); border-radius: 2px; padding: 13px 16px; color: var(--white); font-family: 'Lato', sans-serif; font-size: 0.95rem; transition: border-color 0.2s; outline: none; appearance: none; -webkit-appearance: none; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--gold); }
.form-group textarea { resize: vertical; min-height: 210px; }
.form-group select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23C9A84C' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 40px; }
.form-success { display: none; background: rgba(201,168,76,0.08); border: 1px solid var(--gold); padding: 20px; text-align: center; color: var(--gold); font-family: 'Playfair Display', serif; font-size: 1.1rem; letter-spacing: 0.05em; margin-top: 20px; }

/* MAP */
.map-wrap { margin-top: 160px; height: 360px; border: 1px solid var(--black-border); overflow: hidden; }
.map-wrap iframe { width: 100%; height: 100%; border: none; filter: invert(90%) hue-rotate(180deg) brightness(0.85); }

/* EMPLOYMENT */
.jobs-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 48px; }
.job-card { background: var(--black-card); border: 1px solid var(--black-border); border-left: 4px solid var(--gold); padding: 32px 28px; transition: background 0.2s; }
.job-card:hover { background: #1A1A1A; }
.job-card h3 { margin-bottom: 8px; font-size: 1.4rem; }
.job-card .job-type { font-family: 'Playfair Display', serif; font-size: 0.8rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; display: block; }
.job-card p { color: var(--white-muted); font-size: 0.95rem; line-height: 1.6; }
.apply-section { background: var(--black-card); border: 1px solid var(--black-border); padding: 48px 40px; margin-top: 60px; }
.apply-section h3 { margin-bottom: 32px; }

/* PAGE HERO */
.page-hero { padding: 200px 0 80px; background: var(--black-soft); border-bottom: 1px solid var(--black-border); position: relative; overflow: hidden; }
.page-hero::before { content: ''; position: absolute; top: 0; right: 0; width: 300px; height: 100%; background: linear-gradient(to left, rgba(201,168,76,0.05), transparent); }
.page-hero h1 { margin-bottom: 16px; }
.page-hero p { color: var(--white-muted); font-size: 1.1rem; max-width: 560px; line-height: 1.7; }
.breadcrumb { display: flex; align-items: center; gap: 8px; margin-bottom: 20px; font-size: 0.85rem; color: var(--white-dim); }
.breadcrumb a { color: var(--gold); }

/* FOOTER */
footer { background: var(--black-soft); border-top: 1px solid var(--black-border); }
.footer-main { padding: 72px 0 48px; display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 48px; }
.footer-brand p { color: var(--white-dim); font-size: 0.9rem; line-height: 1.7; max-width: 260px; margin-top: 16px; }
.footer-col h4 { font-size: 0.82rem; letter-spacing: 0.15em; color: var(--gold); margin-bottom: 20px; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul li a { color: var(--white-dim); font-size: 0.9rem; transition: color 0.2s; }
.footer-col ul li a:hover { color: var(--white); }
.footer-bottom { border-top: 1px solid var(--black-border); padding: 24px 0; display: flex; align-items: center; justify-content: space-between; font-size: 0.82rem; color: var(--white-dim); }

/* RESPONSIVE */
@media (max-width: 1024px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 40px; }
  .about-split { grid-template-columns: 1fr; gap: 48px; }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
  :root { --section-pad: 72px 0; }
  .nav-links, .nav-phone { display: none; }
  .hamburger { display: flex; }
  .nav-links.open { display: flex; flex-direction: column; position: fixed; top: 72px; left: 0; right: 0; bottom: 0; background: var(--black); padding: 40px 24px; gap: 0; overflow-y: auto; align-items: flex-start; }
  .nav-links.open li { width: 100%; }
  .nav-links.open a { padding: 16px 0; font-size: 1.4rem; display: block; border-bottom: 1px solid var(--black-border); }
  .hero-content { margin: 0; padding: 190px 24px 60px; }
  .stats-inner { grid-template-columns: repeat(2, 1fr); }
  .services-grid { grid-template-columns: 1fr; }
  .safety-grid { grid-template-columns: 1fr; }
  .contact-layout { grid-template-columns: 1fr; gap: 48px; }
  .form-row { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr; gap: 32px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .jobs-grid { grid-template-columns: 1fr; }
  .about-values { grid-template-columns: 1fr; }
  .contact-form, .apply-section { padding: 32px 24px; }
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
}

/* ============================================
   MOBILE OVERHAUL
   ============================================ */

/* Fix nav height and logo on all screens */
.nav-inner { height: 210px; padding: 0 20px; }
.nav-logo img { height: 200px !important; width: auto !important; }

@media (max-width: 900px) {
  /* NAV */
  .nav-inner { height: 180px; padding: 0 16px; }
  .nav-logo img { height: 88px !important; }
  .nav-links, .nav-phone { display: none !important; }
  .hamburger { display: flex !important; background: none; border: none; }

  /* MOBILE MENU */
  .mobile-menu {
    display: none;
    position: fixed;
    top: 210px; left: 0; right: 0;
    background: linear-gradient(135deg, rgba(142,122,9,0.99) 0%, rgba(12,22,5,0.99) 100%);
    border-bottom: 1px solid rgba(201,168,76,0.2);
    padding: 1.5rem;
    z-index: 999;
    flex-direction: column;
    gap: 0;
  }
  .mobile-menu.open { display: flex; }
  .mobile-menu a {
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #F5F9D2;
    padding: 14px 0;
    border-bottom: 1px solid rgba(201,168,76,0.15);
    text-decoration: none;
    display: block;
  }
  .mobile-menu a:last-child { border-bottom: none; }
  .mobile-menu a:hover { color: #C9A84C; }

  /* HERO */
  .hero { min-height: 85vh; }
  .hero-content { padding: 100px 20px 60px; margin: 0; }
  .hero-content h1 { font-size: clamp(2.2rem, 8vw, 3.5rem); }
  .hero-content p { font-size: 0.95rem; }
  .hero-btns { flex-direction: column; gap: 12px; }
  .hero-btns .btn { text-align: center; }

  /* STATS */
  .stats-inner { grid-template-columns: repeat(2, 1fr); gap: 1rem; }

  /* SERVICES GRID */
  .services-grid { grid-template-columns: 1fr !important; }

  /* SERVICE DETAIL LAYOUT (alternating rows on services page) */
  .service-detail-grid { grid-template-columns: 1fr !important; }
  .service-detail-grid .photo-placeholder { height: 220px !important; order: -1; }

  /* ABOUT */
  .about-layout { grid-template-columns: 1fr !important; gap: 2rem; }
  .about-img-badge { right: 0; bottom: -1rem; }
  .values-grid { grid-template-columns: 1fr !important; }

  /* CONTACT */
  .contact-layout { grid-template-columns: 1fr !important; gap: 2rem; }
  .form-row { grid-template-columns: 1fr !important; }

  /* SAFETY */
  .safety-pillars { grid-template-columns: 1fr !important; }
  .safety-split { grid-template-columns: 1fr !important; gap: 2rem; }

  /* FOOTER */
  .footer-grid { grid-template-columns: 1fr 1fr !important; gap: 2rem; }
  .footer-bottom { flex-direction: column; text-align: center; gap: 8px; }

  /* WHY GRID */
  .why-grid { grid-template-columns: 1fr !important; }

  /* JOB CARDS */
  .job-card { flex-direction: column; align-items: flex-start; gap: 1rem; }

  /* PAGE HERO */
  .page-hero { padding: 7rem 0 3rem; }
  .page-hero h1 { font-size: clamp(2rem, 7vw, 3rem); }

  /* CTA BAND */
  .cta-split { flex-direction: column; text-align: center; }
  .cta-btns { justify-content: center; }

  /* BUTTONS */
  .btn { padding: 12px 24px; font-size: 0.9rem; }

  /* GENERAL SECTIONS */
  section { padding: 3.5rem 0; }
  .container { padding: 0 16px; }
}

@media (max-width: 480px) {
  .nav-inner { height: 100px !important; }
  .mobile-menu { top: 100px !important; }
  .nav-logo img { height: 80px !important; }
  .footer-grid { grid-template-columns: 1fr !important; }
  .stats-inner { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: 1fr 1fr !important; }
  .map-container { height: 220px; }
  h2 { font-size: clamp(1.6rem, 6vw, 2.4rem); }
}

/* ============================================
   HERO VIDEO BACKGROUND
   ============================================ */
.hero { overflow: hidden; }

.hero-video-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: #000;
}

/* Dark overlay so text stays readable over video */
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    to right,
    rgba(10,10,10,0.82) 40%,
    rgba(10,10,10,0.55) 100%
  );
}

.hero-content { position: relative; z-index: 2; }
.hero-scroll  { position: relative; z-index: 2; }
