@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;600;700;800&family=Barlow:wght@400;500;600&display=swap');

:root {
  --navy:     #1a2257;
  --red:      #cc2222;
  --light-bg: #f0f4f8;
  --dark-bg:  #111827;
  --text:     #1e293b;
  --muted:    #64748b;
}

/* ── Base ── */
body { font-family: 'Barlow', sans-serif; color: var(--text); }

/* ── Navbar ── */
.site-nav { background: var(--navy) !important; min-height: 70px; box-shadow: 0 2px 20px rgba(0,0,0,.4); }
.nav-logo    { height: 46px; width: auto; display: block; background: #fff; padding: 3px 8px; border-radius: 2px; }
.footer-logo { height: 52px; width: auto; display: block; background: #fff; padding: 3px 8px; border-radius: 2px; }
.site-nav .nav-link { font-family: 'Barlow Condensed', sans-serif; font-size: 15px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; color: rgba(255,255,255,.85) !important; transition: color .2s; }
.site-nav .nav-link:hover, .site-nav .nav-link.active-link { color: var(--red) !important; }
.navbar-toggler:focus { box-shadow: none; }

/* ── Section helpers ── */
.section-eyebrow { font-family: 'Barlow Condensed', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 4px; text-transform: uppercase; color: var(--red); display: block; margin-bottom: 12px; }
.section-title   { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(32px, 4vw, 52px); font-weight: 800; color: var(--navy); line-height: 1.1; }
.section-divider { width: 60px; height: 4px; background: var(--red); border: none; }

/* ── Hero ── */
.hero-wrap { margin-top: 70px; height: calc(100vh - 70px); min-height: 500px; overflow: hidden; background: #111827; }
.hero-wrap .carousel, .hero-wrap .carousel-inner, .hero-wrap .carousel-item { height: 100%; }
.slide-bg { position: absolute; inset: 0; overflow: hidden; }
.slide-bg svg, .slide-bg img { width: 100%; height: 100%; display: block; object-fit: cover; }
.slide-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,10,25,.55) 0%, rgba(5,10,25,.32) 45%, rgba(5,10,25,.68) 100%); }
.slide-content { pointer-events: none; }
.slide-content .btn-aos { pointer-events: auto; }
.slide-eyebrow { display: inline-block; background: var(--red); color: #fff; font-family: 'Barlow Condensed', sans-serif; font-size: 13px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; padding: 6px 18px; margin-bottom: 20px; }
.slide-title { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(36px, 6vw, 80px); font-weight: 800; color: #fff; line-height: 1; text-shadow: 0 2px 20px rgba(0,0,0,.6); margin-bottom: 16px; }
.slide-sub { font-size: 16px; color: rgba(255,255,255,.8); max-width: 520px; margin: 0 auto 32px; text-shadow: 0 1px 8px rgba(0,0,0,.5); }

/* ── Buttons ── */
.btn-aos { background: var(--red); color: #fff !important; font-family: 'Barlow Condensed', sans-serif; font-size: 15px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; padding: 13px 36px; border: none; border-radius: 0; text-decoration: none; display: inline-block; transition: background .2s, transform .2s; }
.btn-aos:hover { background: #a31c1c; transform: translateY(-2px); }

/* ── Intro ── */
.intro-text { background: var(--navy); padding: 70px 56px; display: flex; flex-direction: column; justify-content: center; min-height: 420px; }
.stat-num { font-family: 'Barlow Condensed', sans-serif; font-size: 42px; font-weight: 800; color: var(--red); line-height: 1; }
.stat-lbl { font-size: 12px; letter-spacing: 1px; color: rgba(255,255,255,.6); text-transform: uppercase; margin-top: 4px; }

/* ── Service cards ── */
.service-card { display: block; background: #fff; border-radius: 0; border: none; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,.08); transition: transform .25s, box-shadow .25s; text-decoration: none !important; color: inherit !important; }
.service-card:hover { transform: translateY(-6px); box-shadow: 0 12px 32px rgba(0,0,0,.16); }
.card-thumb { aspect-ratio: 4/3; overflow: hidden; background: var(--navy); display: flex; align-items: center; justify-content: center; }
.card-thumb svg, .card-thumb img { width: 100%; height: 100%; display: block; object-fit: cover; }
.scard-body { border-top: 3px solid var(--red); padding: 18px 20px 22px; }
.scard-title { font-family: 'Barlow Condensed', sans-serif; font-size: 18px; font-weight: 700; color: var(--navy); text-transform: uppercase; letter-spacing: .5px; margin-bottom: 6px; }
.scard-snippet { font-size: 13px; color: var(--muted); line-height: 1.5; }

/* ── Projects ── */
.project-item { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); padding: 32px 28px; transition: background .2s; }
.project-item:hover { background: rgba(204,34,34,.12); }
.project-num  { font-family: 'Barlow Condensed', sans-serif; font-size: 36px; font-weight: 800; color: var(--red); line-height: 1; }
.project-name { font-family: 'Barlow Condensed', sans-serif; font-size: 17px; font-weight: 700; color: #fff; text-transform: uppercase; letter-spacing: .5px; margin-bottom: 4px; }
.project-tag  { font-size: 13px; color: rgba(255,255,255,.5); }

/* ── Contact ── */
.contact-icon { width: 36px; height: 36px; background: var(--red); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }

/* ── Footer ── */
.site-footer { background: var(--dark-bg); }
.site-footer h4 { font-family: 'Barlow Condensed', sans-serif; font-size: 14px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: #fff; margin-bottom: 18px; }
.site-footer ul { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.site-footer a { color: rgba(255,255,255,.5); text-decoration: none; font-size: 14px; transition: color .2s; }
.site-footer a:hover { color: var(--red); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); font-size: 13px; color: rgba(255,255,255,.3); }

/* ── Service detail pages ── */
.page-hero { margin-top: 70px; background: var(--navy); padding: 56px 0 48px; }
.page-hero h1 { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(36px,5vw,64px); font-weight: 800; color: #fff; line-height: 1; }
.breadcrumb-item a { color: rgba(255,255,255,.5); text-decoration: none; }
.breadcrumb-item a:hover { color: var(--red); }
.breadcrumb-item.active { color: rgba(255,255,255,.8); }
.breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,.3); }
.service-banner { width: 100%; height: 340px; overflow: hidden; background: var(--navy); display: flex; align-items: center; justify-content: center; }
.service-banner svg, .service-banner img { width: 100%; height: 100%; display: block; object-fit: cover; }
.detail-subtitle { font-family: 'Barlow Condensed', sans-serif; font-size: 22px; font-weight: 700; color: var(--navy); text-transform: uppercase; letter-spacing: .5px; margin-bottom: 16px; }
.service-bullets { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.service-bullets li { display: flex; align-items: flex-start; gap: 12px; font-size: 15px; line-height: 1.5; }
.service-bullets li::before { content: ''; flex-shrink: 0; margin-top: 6px; width: 8px; height: 8px; border-radius: 50%; background: var(--red); }
.gal-main { aspect-ratio: 16/9; overflow: hidden; background: var(--navy); display: flex; align-items: center; justify-content: center; margin-bottom: 10px; position: relative; }
.gal-main svg, .gal-main img { width: 100%; height: 100%; display: block; object-fit: cover; }
.gal-caption { position: absolute; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,.65); color: #fff; font-size: 13px; padding: 10px 16px; font-family: 'Barlow', sans-serif; }
.gal-thumb { flex-shrink: 0; width: 80px; height: 56px; overflow: hidden; background: var(--navy); cursor: pointer; border: 2px solid transparent; transition: border-color .2s; display: flex; align-items: center; justify-content: center; }
.gal-thumb svg, .gal-thumb img { width: 100%; height: 100%; display: block; object-fit: cover; }
.gal-thumb.active, .gal-thumb:hover { border-color: var(--red); }
.back-link { display: inline-flex; align-items: center; gap: 8px; color: var(--red); font-family: 'Barlow Condensed', sans-serif; font-size: 15px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; text-decoration: none; }
.back-link:hover { color: #a31c1c; }

/* ── Responsive ── */
@media (max-width: 768px) {
  .intro-text { padding: 40px 24px; min-height: auto; }
  .service-banner { height: 220px; }
}
