/* ═══════════════════════════════════════════════════════════
   GC Mow and Wash — Main Stylesheet
   gcmowandwash.com
═══════════════════════════════════════════════════════════ */

:root {
  --blue: #1a8fd1;
  --blue-dark: #0f6fa8;
  --blue-light: #4ab3e8;
  --orange: #e06820;
  --orange-light: #f5843a;
  --dark: #0d1b2a;
  --dark2: #132336;
  --mid: #1e3a52;
  --text: #e8f4fd;
  --text-muted: #8bb8d4;
  --white: #ffffff;
  --section-pad: clamp(60px, 8vw, 100px);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Barlow', sans-serif; background: var(--dark); color: var(--text); overflow-x: hidden; }

/* ── NAV ─────────────────────────────────────────────────── */
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 10px 5%; background: rgba(13,27,42,0.92); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(26,143,209,0.2); transition: all 0.3s; }
nav.scrolled { padding: 6px 5%; background: rgba(13,27,42,0.98); }
.nav-logo img { height: 80px; width: auto; transition: height 0.3s; }
nav.scrolled .nav-logo img { height: 60px; }
.nav-links { display: flex; align-items: center; gap: 28px; list-style: none; }
.nav-links a { color: var(--text-muted); text-decoration: none; font-family: 'Barlow Condensed', sans-serif; font-size: 15px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; transition: color 0.2s; }
.nav-links a:hover, .nav-links a.active { color: var(--blue-light); }
.nav-cta { background: var(--orange) !important; color: var(--white) !important; padding: 9px 20px; border-radius: 4px; }
.nav-cta:hover { background: var(--orange-light) !important; }
.nav-phone { display: flex; align-items: center; gap: 8px; color: var(--blue-light) !important; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 4px; }
.hamburger span { display: block; width: 26px; height: 2px; background: var(--text); border-radius: 2px; transition: all 0.3s; }
.mobile-menu { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(13,27,42,0.98); z-index: 99; flex-direction: column; align-items: center; justify-content: center; gap: 28px; }
.mobile-menu.open { display: flex; }
.mobile-menu a { font-family: 'Barlow Condensed', sans-serif; font-size: 28px; font-weight: 700; color: var(--text); text-decoration: none; letter-spacing: 0.05em; text-transform: uppercase; }
.mobile-menu a:hover { color: var(--blue-light); }
.mobile-close { position: absolute; top: 20px; right: 5%; background: none; border: none; color: var(--text); font-size: 32px; cursor: pointer; }

/* ── TRUST BAR ───────────────────────────────────────────── */
.trust-bar { background: var(--mid); border-top: 1px solid rgba(26,143,209,0.2); border-bottom: 1px solid rgba(26,143,209,0.2); padding: 18px 5%; display: flex; align-items: center; justify-content: center; gap: clamp(20px,4vw,60px); flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: 10px; font-family: 'Barlow Condensed', sans-serif; font-size: 14px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--text-muted); }
.trust-item svg { color: var(--blue); flex-shrink: 0; }

/* ── BUTTONS ─────────────────────────────────────────────── */
.btn-primary { display: inline-flex; align-items: center; gap: 10px; background: var(--orange); color: var(--white); text-decoration: none; font-family: 'Barlow Condensed', sans-serif; font-size: 17px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; padding: 15px 32px; border-radius: 4px; transition: all 0.2s; border: 2px solid var(--orange); }
.btn-primary:hover { background: var(--orange-light); border-color: var(--orange-light); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(224,104,32,0.35); }
.btn-secondary { display: inline-flex; align-items: center; gap: 10px; background: transparent; color: var(--text); text-decoration: none; font-family: 'Barlow Condensed', sans-serif; font-size: 17px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; padding: 15px 32px; border-radius: 4px; border: 2px solid rgba(26,143,209,0.5); transition: all 0.2s; }
.btn-secondary:hover { border-color: var(--blue-light); color: var(--blue-light); transform: translateY(-2px); }

/* ── SECTIONS ────────────────────────────────────────────── */
section { padding: var(--section-pad) 5%; }
.section-label { font-family: 'Barlow Condensed', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: var(--orange); margin-bottom: 12px; }
.section-title { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(32px,4.5vw,52px); font-weight: 800; text-transform: uppercase; line-height: 1; letter-spacing: -0.01em; margin-bottom: 16px; }
.section-title span { color: var(--blue); }
.section-desc { font-size: 17px; font-weight: 300; color: var(--text-muted); line-height: 1.7; max-width: 640px; }

/* ── PAGE HERO (inner pages) ─────────────────────────────── */
.page-hero { min-height: 300px; padding: 150px 5% 64px; background: linear-gradient(160deg, #0d1b2a 0%, #0f2a3d 60%, #0d1b2a 100%); position: relative; overflow: hidden; }
.page-hero::after { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 60% 50%, rgba(26,143,209,0.1) 0%, transparent 60%); pointer-events: none; }
.page-hero-content { position: relative; z-index: 1; }
.page-hero h1 { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(40px,6vw,72px); font-weight: 800; text-transform: uppercase; line-height: 1; animation: fadeUp 0.5s ease both; }
.page-hero h1 span { color: var(--blue); }
.page-hero p { font-size: 18px; color: var(--text-muted); margin-top: 14px; max-width: 600px; line-height: 1.6; animation: fadeUp 0.5s ease 0.1s both; }
.breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--text-muted); margin-bottom: 16px; font-family: 'Barlow Condensed', sans-serif; letter-spacing: 0.06em; text-transform: uppercase; animation: fadeUp 0.5s ease both; }
.breadcrumb a { color: var(--blue-light); text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb span { opacity: 0.5; }

/* ── SERVICE CARDS ───────────────────────────────────────── */
.services-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px,1fr)); gap: 18px; margin-top: 36px; }
.service-card { background: var(--mid); border: 1px solid rgba(26,143,209,0.12); border-radius: 8px; padding: 24px; transition: all 0.25s; position: relative; overflow: hidden; }
.service-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--blue), var(--blue-light)); transform: scaleX(0); transform-origin: left; transition: transform 0.3s; }
.service-card:hover::before { transform: scaleX(1); }
.service-card:hover { border-color: rgba(26,143,209,0.4); transform: translateY(-3px); box-shadow: 0 12px 28px rgba(0,0,0,0.3); }
.service-icon { font-size: 28px; margin-bottom: 12px; }
.service-card h3 { font-family: 'Barlow Condensed', sans-serif; font-size: 18px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; margin-bottom: 6px; }
.service-card p { font-size: 14px; color: var(--text-muted); line-height: 1.55; }

/* ── CTA STRIP ───────────────────────────────────────────── */
.cta-strip { background: linear-gradient(135deg, #0d1b2a 0%, #0f2e45 50%, #0d1b2a 100%); text-align: center; position: relative; overflow: hidden; }
.cta-strip::before { content: ''; position: absolute; top: -50%; left: 50%; transform: translateX(-50%); width: 600px; height: 600px; background: radial-gradient(circle, rgba(26,143,209,0.1) 0%, transparent 70%); pointer-events: none; }
.cta-strip-inner { position: relative; z-index: 1; }
.cta-strip h2 { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(32px,5vw,56px); font-weight: 800; text-transform: uppercase; margin-bottom: 14px; }
.cta-strip h2 span { color: var(--blue); }
.cta-strip p { font-size: 18px; color: var(--text-muted); margin-bottom: 32px; }
.cta-strip-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ── SERVICE PAGE SPECIFIC ───────────────────────────────── */
.service-detail-hero { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; padding: var(--section-pad) 5%; }
.service-detail-hero.alt { background: var(--dark2); }
.service-detail-content h2 { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(28px,4vw,44px); font-weight: 800; text-transform: uppercase; margin-bottom: 16px; line-height: 1; }
.service-detail-content h2 span { color: var(--blue); }
.service-detail-content p { font-size: 16px; color: var(--text-muted); line-height: 1.7; margin-bottom: 14px; }
.service-list { list-style: none; display: flex; flex-direction: column; gap: 10px; margin: 20px 0; }
.service-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 15px; color: var(--text-muted); line-height: 1.5; }
.service-list li::before { content: '✓'; color: var(--blue); font-weight: 700; flex-shrink: 0; margin-top: 1px; }
.service-detail-image { border-radius: 12px; overflow: hidden; aspect-ratio: 4/3; background: var(--mid); border: 1px solid rgba(26,143,209,0.15); display: flex; align-items: center; justify-content: center; font-size: 80px; }
.service-detail-image img { width: 100%; height: 100%; object-fit: cover; }

/* ── FOOTER ──────────────────────────────────────────────── */
footer { background: #080f18; border-top: 1px solid rgba(26,143,209,0.15); padding: 48px 5% 28px; }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.footer-brand img { height: 110px; margin-bottom: 16px; }
.footer-brand p { font-size: 14px; color: var(--text-muted); line-height: 1.7; max-width: 260px; }
.footer-col h4 { font-family: 'Barlow Condensed', sans-serif; font-size: 13px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--blue-light); margin-bottom: 16px; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 10px; font-size: 14px; color: var(--text-muted); }
.footer-col a { color: var(--text-muted); text-decoration: none; transition: color 0.2s; }
.footer-col a:hover { color: var(--blue-light); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.06); padding-top: 20px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.footer-bottom p { font-size: 13px; color: rgba(139,184,212,0.5); }
.footer-badges { display: flex; gap: 12px; }
.f-badge { display: flex; align-items: center; gap: 6px; background: rgba(26,143,209,0.1); border: 1px solid rgba(26,143,209,0.2); border-radius: 4px; padding: 5px 10px; font-size: 11px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--blue-light); }

/* ── GALLERY ─────────────────────────────────────────────── */
.gallery-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.gallery-item { position: relative; border-radius: 10px; overflow: hidden; aspect-ratio: 4/3; background: var(--mid); border: 1px dashed rgba(26,143,209,0.25); transition: all 0.25s; }
.gallery-item:hover { border-color: var(--blue); transform: translateY(-3px); box-shadow: 0 12px 32px rgba(0,0,0,0.4); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s; }
.gallery-item:hover img { transform: scale(1.05); }
.gallery-placeholder { width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; }
.gallery-placeholder span { font-size: 32px; opacity: 0.4; }
.gallery-placeholder p { font-family: 'Barlow Condensed', sans-serif; font-size: 13px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-muted); }

/* ── ANIMATIONS ──────────────────────────────────────────── */
@keyframes fadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ── RESPONSIVE ──────────────────────────────────────────── */
@media (max-width: 1024px) {
  .footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .service-detail-hero { grid-template-columns: 1fr; }
  .service-detail-hero .service-detail-image { display: none; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .footer-top { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; }
  .cta-strip-btns { flex-direction: column; align-items: center; }
}
