/* ============================================
   ALPHA METALWORKS & CONSTRUCTION INC.
   Industrial Dark Theme — Safety Orange Accent
   ============================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --orange: #EA580C;
  --orange-hover: #C2410C;
  --dark: #0A0A0A;
  --dark-2: #111111;
  --dark-3: #1A1A1A;
  --dark-4: #222222;
  --steel: #64748B;
  --steel-light: #94A3B8;
  --white: #FFFFFF;
  --off-white: #F1F5F9;
  --text-muted: #94A3B8;
  --border: rgba(255,255,255,0.08);
  --font-display: 'Bebas Neue', sans-serif;
  --font-body: 'Source Sans 3', sans-serif;
  --transition: all 0.3s ease;
  --radius: 4px;
  --shadow: 0 4px 20px rgba(0,0,0,0.4);
}

html { scroll-behavior: smooth; }
body { font-family: var(--font-body); background: var(--dark); color: var(--white); line-height: 1.6; overflow-x: hidden; }

img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; transition: var(--transition); }
ul { list-style: none; }

/* ---- UTILITY ---- */
.container { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }
.section { padding: 6rem 0; }
.orange { color: var(--orange); }
.center { text-align: center; }
.center-btn { text-align: center; margin-top: 3rem; }

.section-tag {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 0.75rem;
}
.section-title {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  line-height: 1.05;
  margin-bottom: 1rem;
  color: var(--white);
  letter-spacing: 1px;
}
.section-sub {
  color: var(--text-muted);
  font-size: 1.05rem;
  max-width: 600px;
  margin: 0 auto 3rem;
}

/* ---- BUTTONS ---- */
.btn-primary {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: var(--orange); color: var(--white);
  padding: 0.85rem 2rem; border-radius: var(--radius);
  font-weight: 700; font-size: 0.95rem; letter-spacing: 0.5px;
  transition: var(--transition); cursor: pointer; border: none;
}
.btn-primary:hover { background: var(--orange-hover); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(234,88,12,0.4); }

.btn-outline {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: transparent; color: var(--white);
  padding: 0.85rem 2rem; border-radius: var(--radius);
  font-weight: 700; font-size: 0.95rem;
  border: 2px solid rgba(255,255,255,0.3); transition: var(--transition);
}
.btn-outline:hover { border-color: var(--orange); color: var(--orange); transform: translateY(-2px); }

.btn-sm { padding: 0.65rem 1.4rem; font-size: 0.875rem; margin-top: 1.5rem; }
.btn-full { width: 100%; justify-content: center; }

/* ---- NAVBAR ---- */
.navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(10,10,10,0.95); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border); transition: var(--transition);
}
.navbar.scrolled { box-shadow: 0 4px 30px rgba(0,0,0,0.6); }
.nav-container {
  max-width: 1200px; margin: 0 auto; padding: 0 1.5rem;
  display: flex; align-items: center; justify-content: space-between;
  height: 75px;
}
.nav-logo img { height: 55px; width: auto; object-fit: contain; }
.nav-links {
  display: flex; align-items: center; gap: 2rem;
}
.nav-links a {
  font-weight: 600; font-size: 0.9rem; color: var(--text-muted);
  letter-spacing: 0.5px; transition: var(--transition); position: relative;
}
.nav-links a::after {
  content: ''; position: absolute; bottom: -4px; left: 0; right: 0;
  height: 2px; background: var(--orange); transform: scaleX(0);
  transition: transform 0.3s ease;
}
.nav-links a:hover, .nav-links a.active { color: var(--white); }
.nav-links a:hover::after, .nav-links a.active::after { transform: scaleX(1); }
.nav-links .nav-cta {
  background: var(--orange); color: var(--white);
  padding: 0.55rem 1.3rem; border-radius: var(--radius); font-weight: 700;
}
.nav-links .nav-cta::after { display: none; }
.nav-links .nav-cta:hover { background: var(--orange-hover); color: var(--white); }

/* Hamburger */
.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.hamburger span { display: block; width: 25px; height: 2px; background: var(--white); transition: var(--transition); border-radius: 2px; }
.hamburger.open span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* ---- HERO ---- */
.hero {
  min-height: 100vh; position: relative; display: flex;
  align-items: center; overflow: hidden;
  background: linear-gradient(135deg, #0A0A0A 0%, #1A1A1A 50%, #0f1923 100%);
}
.hero-overlay {
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.hero-particles { position: absolute; inset: 0; overflow: hidden; }
.hero-content {
  position: relative; z-index: 2; max-width: 1200px; margin: 0 auto;
  padding: 0 1.5rem; padding-top: 75px;
}
.hero-tag {
  font-size: 0.8rem; font-weight: 700; letter-spacing: 4px;
  text-transform: uppercase; color: var(--orange); margin-bottom: 1rem;
}
.hero-title {
  font-family: var(--font-display);
  font-size: clamp(3.5rem, 8vw, 7rem);
  line-height: 1; color: var(--white); margin-bottom: 1.5rem;
  letter-spacing: 2px;
}
.hero-sub {
  font-size: clamp(1rem, 2vw, 1.2rem); color: var(--text-muted);
  max-width: 580px; margin-bottom: 2.5rem; line-height: 1.7;
}
.hero-btns { display: flex; gap: 1rem; flex-wrap: wrap; }

.hero-scroll {
  position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 0.5rem;
  color: var(--text-muted); font-size: 0.75rem; letter-spacing: 2px;
  text-transform: uppercase; z-index: 2;
}
.scroll-line {
  width: 1px; height: 50px;
  background: linear-gradient(to bottom, var(--orange), transparent);
  animation: scrollPulse 1.5s infinite;
}
@keyframes scrollPulse {
  0%, 100% { opacity: 1; transform: scaleY(1); }
  50% { opacity: 0.5; transform: scaleY(0.7); }
}

/* Spark particles */
.spark {
  position: absolute; width: 3px; height: 3px; border-radius: 50%;
  background: var(--orange); opacity: 0;
  animation: sparkFloat linear infinite;
}
@keyframes sparkFloat {
  0% { opacity: 0; transform: translateY(100vh) scale(0); }
  10% { opacity: 1; }
  90% { opacity: 0.5; }
  100% { opacity: 0; transform: translateY(-20px) scale(1); }
}

/* ---- STATS STRIP ---- */
.stats-strip {
  background: var(--dark-3); border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.stats-container {
  max-width: 1200px; margin: 0 auto; padding: 0 1.5rem;
  display: grid; grid-template-columns: repeat(4, 1fr);
  align-items: center;
}
.stat-item {
  text-align: center; padding: 2.5rem 1rem;
}
.stat-num {
  font-family: var(--font-display); font-size: 3rem; line-height: 1;
}
.stat-item p { font-size: 0.85rem; color: var(--text-muted); margin-top: 0.25rem; font-weight: 600; letter-spacing: 1px; }
.stat-divider { width: 1px; height: 60px; background: var(--border); margin: auto; }

/* ---- SERVICES GRID ---- */
.services-preview { background: var(--dark-2); }
.services-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem; margin-top: 3rem;
}
.service-card {
  background: var(--dark-3); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 2rem; position: relative;
  transition: var(--transition); overflow: hidden;
}
.service-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0;
  height: 3px; background: var(--orange); transform: scaleX(0);
  transform-origin: left; transition: transform 0.3s ease;
}
.service-card:hover { border-color: rgba(234,88,12,0.3); transform: translateY(-4px); box-shadow: 0 8px 30px rgba(0,0,0,0.5); }
.service-card:hover::before { transform: scaleX(1); }
.service-icon {
  width: 55px; height: 55px; background: rgba(234,88,12,0.1);
  border-radius: var(--radius); display: flex; align-items: center;
  justify-content: center; margin-bottom: 1.25rem; font-size: 1.4rem; color: var(--orange);
  transition: var(--transition);
}
.service-card:hover .service-icon { background: var(--orange); color: var(--white); }
.service-card h3 { font-size: 1.05rem; font-weight: 700; margin-bottom: 0.75rem; color: var(--white); }
.service-card p { color: var(--text-muted); font-size: 0.9rem; line-height: 1.7; }
.card-link {
  display: inline-flex; align-items: center; gap: 0.4rem;
  color: var(--orange); font-weight: 700; font-size: 0.875rem;
  margin-top: 1.25rem;
}
.card-link:hover { gap: 0.7rem; }

/* ---- WHY US ---- */
.why-us { background: var(--dark); }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.why-image-inner {
  aspect-ratio: 4/3; background: var(--dark-3); border-radius: var(--radius);
  border: 1px solid var(--border); position: relative; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.metal-pattern {
  position: absolute; inset: 0;
  background:
    repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(234,88,12,0.03) 10px, rgba(234,88,12,0.03) 20px),
    repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(100,116,139,0.05) 10px, rgba(100,116,139,0.05) 20px);
}
.why-badge {
  position: absolute; bottom: 1.5rem; left: 1.5rem;
  background: var(--orange); color: var(--white);
  padding: 0.75rem 1.25rem; border-radius: var(--radius);
  display: flex; align-items: center; gap: 0.5rem; font-weight: 700;
  font-size: 0.9rem; z-index: 2;
}
.why-desc { color: var(--text-muted); margin-bottom: 1.5rem; }
.why-list { margin: 1.5rem 0 2rem; display: flex; flex-direction: column; gap: 0.75rem; }
.why-list li { display: flex; align-items: center; gap: 0.75rem; color: var(--off-white); font-size: 0.95rem; }
.why-list i { color: var(--orange); font-size: 1rem; flex-shrink: 0; }
.about-values { display: flex; flex-direction: column; gap: 1.5rem; margin: 2rem 0; }
.value-item { display: flex; gap: 1rem; align-items: flex-start; }
.value-item i { font-size: 1.5rem; flex-shrink: 0; margin-top: 0.2rem; }
.value-item h4 { font-weight: 700; margin-bottom: 0.3rem; }
.value-item p { color: var(--text-muted); font-size: 0.9rem; }

/* ---- CTA BAND ---- */
.cta-band {
  background: linear-gradient(135deg, var(--orange) 0%, var(--orange-hover) 100%);
  padding: 4rem 0;
}
.cta-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 2rem; flex-wrap: wrap;
}
.cta-band h2 {
  font-family: var(--font-display); font-size: clamp(1.8rem, 4vw, 2.8rem);
  color: var(--white); letter-spacing: 1px;
}
.cta-band h2 .orange { color: rgba(0,0,0,0.3); }
.cta-band p { color: rgba(255,255,255,0.8); margin-top: 0.5rem; font-size: 1.05rem; }
.cta-actions { display: flex; gap: 1rem; flex-wrap: wrap; }
.cta-band .btn-primary { background: var(--dark); color: var(--white); }
.cta-band .btn-primary:hover { background: #000; box-shadow: none; }
.cta-band .btn-outline { border-color: rgba(255,255,255,0.5); color: var(--white); }
.cta-band .btn-outline:hover { background: rgba(255,255,255,0.15); color: var(--white); border-color: var(--white); }

/* ---- DARK SECTION ---- */
.dark-section { background: var(--dark-2); }
.values-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem; margin-top: 3rem;
}
.value-card {
  background: var(--dark-3); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 2rem; text-align: center;
  transition: var(--transition);
}
.value-card:hover { border-color: rgba(234,88,12,0.3); transform: translateY(-4px); }
.value-icon {
  width: 60px; height: 60px; background: rgba(234,88,12,0.1);
  border-radius: 50%; display: flex; align-items: center;
  justify-content: center; margin: 0 auto 1.25rem; font-size: 1.4rem; color: var(--orange);
}
.value-card h3 { font-weight: 700; margin-bottom: 0.75rem; }
.value-card p { color: var(--text-muted); font-size: 0.9rem; }

/* ---- PAGE HERO ---- */
.page-hero {
  min-height: 380px; position: relative; display: flex;
  align-items: center; padding-top: 75px;
  background: linear-gradient(135deg, #0A0A0A 0%, #111827 100%);
  border-bottom: 3px solid var(--orange);
}
.page-hero-overlay {
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.page-hero-content {
  position: relative; z-index: 2; max-width: 1200px; margin: 0 auto;
  padding: 3rem 1.5rem;
}
.page-hero h1 {
  font-family: var(--font-display); font-size: clamp(2.5rem, 6vw, 4.5rem);
  color: var(--white); letter-spacing: 2px; margin-bottom: 1rem;
}
.breadcrumb {
  display: flex; align-items: center; gap: 0.5rem;
  color: var(--text-muted); font-size: 0.875rem;
}
.breadcrumb a:hover { color: var(--orange); }
.breadcrumb span { color: var(--text-muted); }

/* ---- ABOUT PAGE ---- */
.about-intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.about-img-box {
  aspect-ratio: 4/3; background: var(--dark-3); border-radius: var(--radius);
  border: 1px solid var(--border); position: relative; overflow: hidden;
}
.metal-pattern-lg {
  position: absolute; inset: 0;
  background:
    repeating-linear-gradient(45deg, transparent, transparent 15px, rgba(234,88,12,0.04) 15px, rgba(234,88,12,0.04) 30px),
    repeating-linear-gradient(-45deg, transparent, transparent 15px, rgba(100,116,139,0.06) 15px, rgba(100,116,139,0.06) 30px);
}
.about-badge-box {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 1.5rem;
  background: linear-gradient(to top, rgba(0,0,0,0.9), transparent);
  display: flex; gap: 1rem;
}
.about-badge-item {
  display: flex; align-items: center; gap: 0.5rem;
  background: rgba(234,88,12,0.9); padding: 0.6rem 1rem;
  border-radius: var(--radius); font-size: 0.85rem; font-weight: 700;
}

/* ---- SERVICES PAGE ---- */
.service-detail {
  display: grid; grid-template-columns: auto 1fr;
  gap: 3rem; align-items: start;
  padding: 3rem 0; border-bottom: 1px solid var(--border);
}
.service-detail:last-child { border-bottom: none; }
.service-detail.reverse { direction: rtl; }
.service-detail.reverse > * { direction: ltr; }
.service-detail-icon {
  width: 80px; height: 80px; background: rgba(234,88,12,0.1);
  border: 2px solid rgba(234,88,12,0.3); border-radius: var(--radius);
  display: flex; align-items: center; justify-content: center;
  font-size: 2rem; color: var(--orange); flex-shrink: 0;
}
.service-num {
  font-family: var(--font-display); font-size: 4rem; color: rgba(234,88,12,0.15);
  line-height: 1; margin-bottom: -0.5rem; display: block;
}
.service-detail-body h3 {
  font-size: 1.4rem; font-weight: 700; margin-bottom: 1rem; color: var(--white);
}
.service-detail-body p { color: var(--text-muted); line-height: 1.8; }
.service-features {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 0.5rem; margin: 1.5rem 0;
}
.service-features li {
  display: flex; align-items: center; gap: 0.5rem;
  color: var(--off-white); font-size: 0.9rem;
}
.service-features i { color: var(--orange); font-size: 0.8rem; flex-shrink: 0; }

/* ---- CONTACT PAGE ---- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 4rem; align-items: start; }
.contact-info p { color: var(--text-muted); margin-bottom: 2rem; }
.contact-items { display: flex; flex-direction: column; gap: 1.5rem; margin-bottom: 2rem; }
.contact-item { display: flex; gap: 1rem; align-items: flex-start; }
.contact-item-icon {
  width: 45px; height: 45px; background: rgba(234,88,12,0.1);
  border-radius: var(--radius); display: flex; align-items: center;
  justify-content: center; font-size: 1.1rem; color: var(--orange); flex-shrink: 0;
}
.contact-item h4 { font-weight: 700; margin-bottom: 0.25rem; font-size: 0.9rem; color: var(--white); }
.contact-item a, .contact-item p {
  color: var(--text-muted); font-size: 0.9rem; display: block; margin: 0;
}
.contact-item a:hover { color: var(--orange); }
.contact-social { margin-top: 1.5rem; }

.contact-form-wrap {
  background: var(--dark-3); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 2.5rem;
}
.contact-form-wrap h3 { font-size: 1.4rem; font-weight: 700; margin-bottom: 0.5rem; }
.contact-form-wrap > p { color: var(--text-muted); font-size: 0.9rem; margin-bottom: 2rem; }

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-group { display: flex; flex-direction: column; gap: 0.4rem; margin-bottom: 1.25rem; }
.form-group label { font-size: 0.85rem; font-weight: 700; color: var(--off-white); }
.form-group input, .form-group select, .form-group textarea {
  background: var(--dark-4); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 0.75rem 1rem;
  color: var(--white); font-family: var(--font-body); font-size: 0.95rem;
  transition: var(--transition); outline: none; width: 100%;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  border-color: var(--orange); box-shadow: 0 0 0 3px rgba(234,88,12,0.15);
}
.form-group select option { background: var(--dark-4); }
.form-group textarea { resize: vertical; min-height: 120px; }

.form-success {
  display: flex; flex-direction: column; align-items: center;
  justify-content: center; text-align: center; padding: 3rem;
  gap: 1rem;
}
.form-success i { font-size: 3rem; color: var(--orange); }
.form-success p { color: var(--text-muted); }

/* ---- FOOTER ---- */
.footer { background: var(--dark-2); border-top: 1px solid var(--border); padding: 5rem 0 0; }
.footer-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1.2fr;
  gap: 3rem; padding-bottom: 4rem;
}
.footer-brand img { height: 55px; width: auto; object-fit: contain; margin-bottom: 1rem; }
.footer-brand p { color: var(--text-muted); font-size: 0.875rem; line-height: 1.7; margin-bottom: 1.5rem; }
.social-links { display: flex; gap: 0.75rem; }
.social-links a {
  width: 38px; height: 38px; background: var(--dark-3);
  border: 1px solid var(--border); border-radius: var(--radius);
  display: flex; align-items: center; justify-content: center;
  color: var(--text-muted); transition: var(--transition); font-size: 0.9rem;
}
.social-links a:hover { background: var(--orange); color: var(--white); border-color: var(--orange); }
.footer-links h4, .footer-services h4, .footer-contact h4 {
  font-weight: 700; font-size: 0.875rem; letter-spacing: 2px;
  text-transform: uppercase; color: var(--white); margin-bottom: 1.25rem;
}
.footer-links ul, .footer-services ul { display: flex; flex-direction: column; gap: 0.6rem; }
.footer-links a, .footer-services a { color: var(--text-muted); font-size: 0.875rem; }
.footer-links a:hover, .footer-services a:hover { color: var(--orange); }
.footer-contact p {
  display: flex; align-items: center; gap: 0.75rem;
  color: var(--text-muted); font-size: 0.875rem; margin-bottom: 0.6rem;
}
.footer-contact i { color: var(--orange); width: 14px; }
.footer-contact a { color: var(--text-muted); }
.footer-contact a:hover { color: var(--orange); }

.footer-bottom {
  border-top: 1px solid var(--border); padding: 1.5rem 0;
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 1rem;
  max-width: 1200px; margin: 0 auto; padding-left: 1.5rem; padding-right: 1.5rem;
}
.footer-bottom p { color: var(--text-muted); font-size: 0.8rem; }
.footer-bottom a { color: var(--orange); }

/* ---- WHATSAPP FLOAT ---- */
.whatsapp-float {
  position: fixed; bottom: 2rem; right: 2rem; z-index: 999;
  width: 58px; height: 58px; background: #25D366; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.6rem; color: var(--white);
  box-shadow: 0 4px 20px rgba(37,211,102,0.4); transition: var(--transition);
}
.whatsapp-float:hover { transform: scale(1.1); background: #1da851; }
.wa-tooltip {
  position: absolute; right: 70px; background: var(--dark-3);
  color: var(--white); padding: 0.4rem 0.9rem; border-radius: 20px;
  font-size: 0.8rem; font-weight: 600; white-space: nowrap;
  opacity: 0; pointer-events: none; transition: var(--transition);
}
.whatsapp-float:hover .wa-tooltip { opacity: 1; }

/* ---- ANIMATIONS ---- */
.animate-up { opacity: 0; transform: translateY(30px); animation: fadeUp 0.7s forwards; }
.delay-1 { animation-delay: 0.2s; }
.delay-2 { animation-delay: 0.4s; }
.delay-3 { animation-delay: 0.6s; }
@keyframes fadeUp {
  to { opacity: 1; transform: translateY(0); }
}

.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal.delay-1 { transition-delay: 0.15s; }
.reveal.delay-2 { transition-delay: 0.3s; }

/* ---- RESPONSIVE ---- */
@media (max-width: 1024px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: 1fr; gap: 3rem; }
  .why-image { display: none; }
  .about-intro-grid { grid-template-columns: 1fr; }
  .about-image { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .stats-container { grid-template-columns: repeat(2, 1fr); }
  .stat-divider { display: none; }
  .contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .hamburger { display: flex; }
  .nav-links {
    position: fixed; top: 75px; left: 0; right: 0;
    background: rgba(10,10,10,0.98); flex-direction: column;
    padding: 2rem; gap: 1.5rem;
    transform: translateY(-100%); opacity: 0; pointer-events: none;
    transition: var(--transition);
  }
  .nav-links.open { transform: translateY(0); opacity: 1; pointer-events: all; }
  .nav-links a { font-size: 1.1rem; }
  .services-grid { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr; }
  .hero-title { font-size: clamp(2.8rem, 10vw, 5rem); }
  .cta-inner { flex-direction: column; text-align: center; }
  .footer-grid { grid-template-columns: 1fr; }
  .service-detail { grid-template-columns: 1fr; }
  .service-detail.reverse { direction: ltr; }
  .service-detail-icon { display: none; }
  .service-features { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .hero-btns { flex-direction: column; }
  .hero-btns .btn-primary, .hero-btns .btn-outline { justify-content: center; }
}

@media (max-width: 480px) {
  .section { padding: 4rem 0; }
  .stats-container { grid-template-columns: 1fr 1fr; }
  .stat-num { font-size: 2.5rem; }
  .contact-form-wrap { padding: 1.5rem; }
}

/* ============================================
   HERO LOGO + METALLIC BUSINESS NAME
   ============================================ */

.hero-logo-wrap {
  margin-bottom: 1.5rem;
}
.hero-logo {
  width: 200px;
  height: 200px;
  object-fit: contain;
  border-radius: 12px;
  border: 3px solid rgba(234,88,12,0.4);
  box-shadow: 0 0 40px rgba(234,88,12,0.25), 0 0 80px rgba(0,0,0,0.5);
  filter: drop-shadow(0 4px 20px rgba(234,88,12,0.3));
}

.hero-business-name {
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 6vw, 5rem);
  line-height: 1.05;
  letter-spacing: 3px;
  margin-bottom: 1rem;
  /* Metallic silver/gray gradient */
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    #d4d8e0 20%,
    #9aa0ac 40%,
    #c8cdd6 55%,
    #e8eaee 70%,
    #8c9099 85%,
    #b0b5be 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 2px 6px rgba(0,0,0,0.6));
}

.hero-business-sub {
  display: block;
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  letter-spacing: 4px;
  background: linear-gradient(
    180deg,
    #c8cdd6 0%,
    #9aa0ac 30%,
    #d4d8e0 60%,
    #8c9099 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.delay-4 { animation-delay: 0.8s; }

/* ============================================
   GALLERY SECTION
   ============================================ */

.gallery-preview-section { background: var(--dark); }

.gallery-tabs {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
}
.gallery-tab {
  background: var(--dark-3);
  border: 1px solid var(--border);
  color: var(--text-muted);
  padding: 0.55rem 1.4rem;
  border-radius: 30px;
  font-size: 0.875rem;
  font-weight: 700;
  cursor: pointer;
  transition: var(--transition);
  font-family: var(--font-body);
}
.gallery-tab:hover { border-color: var(--orange); color: var(--orange); }
.gallery-tab.active { background: var(--orange); color: var(--white); border-color: var(--orange); }

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.gallery-grid-full {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  aspect-ratio: 1 / 1;
  cursor: pointer;
  background: var(--dark-3);
}
.gallery-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  display: block;
}
.gallery-item:hover img { transform: scale(1.08); }

.gallery-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 50%);
  display: flex; align-items: flex-end;
  opacity: 0; transition: opacity 0.3s ease;
  padding: 1rem;
}
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-overlay-content {
  display: flex; align-items: center; gap: 0.6rem;
}
.gallery-overlay-content i { color: var(--orange); font-size: 1rem; }
.gallery-overlay-content p {
  color: var(--white); font-size: 0.8rem; font-weight: 600;
  line-height: 1.3;
}

.gallery-item.hidden { display: none; }

/* ============================================
   LIGHTBOX
   ============================================ */

.lightbox {
  position: fixed; inset: 0;
  background: rgba(0,0,0,0.95);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
.lightbox.active { display: flex; }

.lightbox-content {
  max-width: 90vw;
  max-height: 90vh;
  text-align: center;
  position: relative;
}
.lightbox-content img {
  max-width: 100%;
  max-height: 80vh;
  object-fit: contain;
  border-radius: var(--radius);
  border: 2px solid rgba(234,88,12,0.3);
  box-shadow: 0 0 60px rgba(0,0,0,0.8);
}
.lightbox-content p {
  margin-top: 1rem;
  color: var(--text-muted);
  font-size: 0.9rem;
}

.lightbox-close,
.lightbox-prev,
.lightbox-next {
  position: fixed;
  background: rgba(234,88,12,0.9);
  border: none; color: var(--white);
  width: 44px; height: 44px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem; cursor: pointer;
  transition: var(--transition); z-index: 10000;
}
.lightbox-close { top: 1.5rem; right: 1.5rem; }
.lightbox-prev { left: 1.5rem; top: 50%; transform: translateY(-50%); }
.lightbox-next { right: 1.5rem; top: 50%; transform: translateY(-50%); }
.lightbox-close:hover,
.lightbox-prev:hover,
.lightbox-next:hover { background: var(--orange-hover); transform: scale(1.1); }
.lightbox-prev:hover { transform: translateY(-50%) scale(1.1); }
.lightbox-next:hover { transform: translateY(-50%) scale(1.1); }

/* ============================================
   RESPONSIVE GALLERY
   ============================================ */
@media (max-width: 1024px) {
  .gallery-grid,
  .gallery-grid-full { grid-template-columns: repeat(3, 1fr); }
  .hero-logo { width: 160px; height: 160px; }
}
@media (max-width: 768px) {
  .gallery-grid,
  .gallery-grid-full { grid-template-columns: repeat(2, 1fr); }
  .hero-logo { width: 130px; height: 130px; }
  .hero-business-name { font-size: clamp(2rem, 8vw, 3.5rem); }
  .hero-business-sub { font-size: clamp(1rem, 4vw, 1.6rem); }
  .lightbox-prev { left: 0.5rem; }
  .lightbox-next { right: 0.5rem; }
}
@media (max-width: 480px) {
  .gallery-grid,
  .gallery-grid-full { grid-template-columns: repeat(2, 1fr); gap: 0.5rem; }
}

/* Stat item with icon instead of number */
.stat-icon { font-size: 2rem; display: block; margin-bottom: 0.25rem; }
.stat-label-big { font-weight: 700; font-size: 1rem; color: var(--white); margin-bottom: 0.15rem; }

/* ---- SERVICE PHOTO GRID (inside service detail) ---- */
.service-photo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
  margin: 1.5rem 0;
}
.service-photo {
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 1 / 1;
  border: 1px solid var(--border);
}
.service-photo img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.service-photo:hover img { transform: scale(1.06); }

/* ---- AUTO BODY STRIP (about page) ---- */
.autobody-photo-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}
.autobody-photo {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--dark-3);
}
.autobody-photo img {
  width: 100%; aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.autobody-photo:hover img { transform: scale(1.05); }
.autobody-photo p {
  padding: 0.6rem 0.75rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--text-muted);
  text-align: center;
}

@media (max-width: 768px) {
  .service-photo-grid { grid-template-columns: repeat(2, 1fr); }
  .autobody-photo-strip { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .service-photo-grid { grid-template-columns: repeat(2, 1fr); }
  .autobody-photo-strip { grid-template-columns: repeat(2, 1fr); }
}
