/* ============================================================
   MISGANA GROUP — Light Theme Stylesheet
   Brand Colors: Amber #EFAA3A | Navy #1E2235 | White #FFFFFF
   ============================================================ */

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

:root {
  --amber:        #EFAA3A;
  --amber-light:  #F7C46A;
  --amber-pale:   #FDF3E0;
  --amber-dark:   #C8851A;
  --navy:         #1E2235;
  --navy-mid:     #2B3152;
  --white:        #FFFFFF;
  --bg:           #F7F8FA;
  --bg-warm:      #FDF6EC;
  --surface:      #FFFFFF;
  --border:       #E4E7EF;
  --border-warm:  #EDE0C8;
  --text-dark:    #1E2235;
  --text:         #3A3D52;
  --text-mid:     #5A5F7D;
  --text-light:   #8B90A8;
  --shadow-sm:    0 2px 8px rgba(30,34,53,0.07);
  --shadow-md:    0 6px 24px rgba(30,34,53,0.10);
  --shadow-lg:    0 16px 48px rgba(30,34,53,0.13);
  --shadow-amber: 0 8px 28px rgba(239,170,58,0.32);
  --section-pad:  90px 0;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Lato', sans-serif; color: var(--text); background: var(--white); line-height: 1.7; overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img { max-width: 100%; display: block; }

/* ─── TOP BAR ─── */
.top-bar { background: var(--navy); color: #a0a5bc; font-size: 0.8rem; padding: 9px 0; }
.top-bar .container { display: flex; justify-content: space-between; align-items: center; }
.top-bar a { color: var(--amber-light); transition: color .2s; }
.top-bar a:hover { color: var(--white); }
.top-bar .socials { display: flex; gap: 18px; }
.top-bar .socials a { color: #a0a5bc; }
.top-bar .socials a:hover { color: var(--amber); }

/* ─── NAVBAR ─── */
header { position: sticky; top: 0; z-index: 1000; background: var(--white); box-shadow: 0 1px 0 var(--border), var(--shadow-sm); transition: box-shadow .3s; }
header.scrolled { box-shadow: 0 4px 24px rgba(30,34,53,0.13); }
nav { display: flex; align-items: center; justify-content: space-between; height: 68px; gap: 12px; }
.nav-logo { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.nav-logo img { height: 44px; width: auto; }
.nav-logo span { font-family: 'Montserrat', sans-serif; font-size: 1.15rem; font-weight: 900; color: var(--navy); letter-spacing: .06em; white-space: nowrap; }
.nav-logo span em { font-style: normal; color: var(--amber); }
.nav-links { display: flex; align-items: center; gap: 0; flex-wrap: nowrap; white-space: nowrap; }
.nav-links > li { position: relative; }
.nav-links > li > a { display: block; padding: 8px 10px; font-family: 'Montserrat', sans-serif; font-size: 0.67rem; font-weight: 700; color: var(--text-mid); letter-spacing: .07em; text-transform: uppercase; border-radius: 4px; transition: color .2s, background .2s; white-space: nowrap; }
.nav-links > li > a:hover, .nav-links > li > a.active { color: var(--amber-dark); background: var(--amber-pale); }
.nav-links .dropdown > a::after { content: ' ▾'; font-size: .58rem; }
.dropdown-menu { position: absolute; top: calc(100% + 6px); left: 0; background: var(--white); border-top: 3px solid var(--amber); min-width: 185px; opacity: 0; visibility: hidden; transform: translateY(8px); transition: all .25s; box-shadow: var(--shadow-lg); border-radius: 0 0 8px 8px; z-index: 100; }
.dropdown:hover .dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown-menu li a { display: block; padding: 10px 16px; font-size: .73rem; font-family: 'Montserrat', sans-serif; font-weight: 600; color: var(--text); letter-spacing: .06em; text-transform: uppercase; transition: background .2s, color .2s; border-bottom: 1px solid var(--border); }
.dropdown-menu li:last-child a { border-bottom: none; }
.dropdown-menu li a:hover { background: var(--amber-pale); color: var(--amber-dark); }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px; flex-shrink: 0; background: none; border: none; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--navy); transition: .3s; 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 { position: relative; min-height: 92vh; display: flex; align-items: center; overflow: hidden; background: var(--navy); }

/* ─── HERO VIDEO BACKGROUND ─── */
.hero-video-wrap {
  position: absolute; inset: 0; z-index: 0;
  overflow: hidden;
  background: var(--navy);           /* shown while video loads */
}
.hero-video {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%; min-height: 100%;
  width: auto; height: auto;
  object-fit: cover;
  filter: brightness(0.42) saturate(0.75);
  /* GPU-accelerated for smooth playback */
  will-change: transform;
  backface-visibility: hidden;
}
/* Respect user's reduced-motion preference — pause video, show poster */
@media (prefers-reduced-motion: reduce) {
  .hero-video { display: none; }
  .hero-video-wrap {
    background: url('images/misgana-hero-abnormal-load-convoy-open-highway.jpg') center 40% / cover no-repeat;
    filter: brightness(0.42) saturate(0.75);
  }
}
.hero-overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(105deg, rgba(30,34,53,.92) 0%, rgba(30,34,53,.70) 55%, rgba(30,34,53,.32) 100%); }
.hero-glow { position: absolute; z-index: 1; top: -100px; right: -100px; width: 700px; height: 700px; background: radial-gradient(circle, rgba(239,170,58,.10) 0%, transparent 70%); pointer-events: none; }
.hero .container { position: relative; z-index: 2; }
.hero-content { max-width: 700px; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(239,170,58,.18); border: 1px solid rgba(239,170,58,.4); color: var(--amber-light); font-family: 'Montserrat', sans-serif; font-size: .7rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; padding: 7px 16px; border-radius: 100px; margin-bottom: 28px; animation: fadeUp .8s ease both; }
.hero-badge::before { content: ''; width: 6px; height: 6px; background: var(--amber); border-radius: 50%; }
.hero-title { font-family: 'Montserrat', sans-serif; font-size: clamp(2.6rem,5vw,4.2rem); font-weight: 900; color: var(--white); line-height: 1.08; margin-bottom: 14px; animation: fadeUp .8s .15s ease both; }
.hero-title span { color: var(--amber); display: block; }
.hero-sub { font-family: 'Montserrat', sans-serif; font-size: .9rem; font-weight: 600; color: var(--amber-light); letter-spacing: .15em; text-transform: uppercase; margin-bottom: 20px; animation: fadeUp .8s .25s ease both; }
.hero-desc { font-size: 1.05rem; color: #c8ccd8; max-width: 540px; margin-bottom: 40px; line-height: 1.8; animation: fadeUp .8s .35s ease both; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; animation: fadeUp .8s .45s ease both; }
.hero-stats { display: flex; gap: 48px; margin-top: 60px; animation: fadeUp .8s .55s ease both; }
.hero-stat .num { font-family: 'Montserrat', sans-serif; font-size: 2rem; font-weight: 900; color: var(--amber); line-height: 1; }
.hero-stat .label { font-size: .74rem; color: #8890a8; text-transform: uppercase; letter-spacing: .1em; margin-top: 5px; }

/* ─── BUTTONS ─── */
.btn-primary { display: inline-flex; align-items: center; gap: 8px; background: var(--amber); color: var(--navy); font-family: 'Montserrat', sans-serif; font-size: .8rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; padding: 15px 30px; border-radius: 4px; border: 2px solid var(--amber); transition: all .25s; }
.btn-primary:hover { background: var(--amber-dark); border-color: var(--amber-dark); color: var(--white); transform: translateY(-2px); box-shadow: var(--shadow-amber); }
.btn-secondary { display: inline-flex; align-items: center; gap: 8px; background: transparent; color: var(--white); font-family: 'Montserrat', sans-serif; font-size: .8rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 15px 30px; border-radius: 4px; border: 2px solid rgba(255,255,255,.3); transition: all .25s; }
.btn-secondary:hover { border-color: var(--amber); color: var(--amber); }
.btn-dark { display: inline-flex; align-items: center; gap: 8px; background: var(--amber); color: var(--navy); font-family: 'Montserrat', sans-serif; font-size: .82rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; padding: 17px 38px; border-radius: 4px; border: 2px solid var(--amber); transition: all .25s; }
.btn-dark:hover { background: var(--amber-dark); border-color: var(--amber-dark); color: var(--white); transform: translateY(-3px); box-shadow: var(--shadow-amber); }

/* ─── CONTAINER ─── */
.container { max-width: 1200px; margin: 0 auto; padding: 0 28px; }

/* ─── SECTION TYPOGRAPHY ─── */
.section-tag { display: inline-block; font-family: 'Montserrat', sans-serif; font-size: .7rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; color: var(--amber-dark); background: var(--amber-pale); padding: 5px 12px; border-radius: 100px; border: 1px solid var(--border-warm); margin-bottom: 14px; }
.section-title { font-family: 'Montserrat', sans-serif; font-size: clamp(1.8rem,3vw,2.5rem); font-weight: 900; color: var(--navy); line-height: 1.2; margin-bottom: 16px; }
.section-title.light { color: var(--white); }
.section-divider { width: 50px; height: 3px; background: linear-gradient(90deg, var(--amber), var(--amber-light)); margin-bottom: 22px; border-radius: 2px; }
.section-lead { font-size: 1.02rem; color: var(--text-mid); max-width: 580px; line-height: 1.8; }
.section-lead.light { color: #8890a8; }

/* ─── ABOUT ─── */
.about { padding: var(--section-pad); background: var(--white); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.about-img-wrap { position: relative; }
.about-img-wrap img { width: 100%; height: 480px; object-fit: cover; border-radius: 8px; display: block; box-shadow: var(--shadow-lg); }
.about-img-badge { position: absolute; bottom: -24px; right: -24px; background: var(--amber); color: var(--navy); width: 130px; height: 130px; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; font-family: 'Montserrat', sans-serif; text-align: center; box-shadow: var(--shadow-amber); border: 4px solid var(--white); }
.about-img-badge .yrs { font-size: 2rem; font-weight: 900; line-height: 1; }
.about-img-badge .yrs-text { font-size: .6rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; margin-top: 2px; }
.about-values { display: flex; flex-direction: column; gap: 10px; margin-top: 28px; }
.value-item { display: flex; align-items: center; gap: 12px; background: var(--bg-warm); padding: 13px 18px; border-radius: 6px; border-left: 3px solid var(--amber); font-family: 'Montserrat', sans-serif; font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--navy); transition: background .2s; }
.value-item:hover { background: var(--amber-pale); }
.value-icon { font-size: 1.1rem; }

/* ─── WHY US ─── */
.why-us { padding: var(--section-pad); background: var(--navy); position: relative; overflow: hidden; }
.why-us::before { content: ''; position: absolute; top: -200px; right: -200px; width: 600px; height: 600px; background: radial-gradient(circle, rgba(239,170,58,.07) 0%, transparent 70%); pointer-events: none; }
.why-us-header { text-align: center; margin-bottom: 56px; }
.why-us-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px,1fr)); gap: 24px; }
.why-card { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.07); border-radius: 8px; padding: 36px 28px; transition: all .3s; position: relative; overflow: hidden; }
.why-card::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--amber), var(--amber-light)); transform: scaleX(0); transform-origin: left; transition: transform .35s; }
.why-card:hover { background: rgba(239,170,58,.06); border-color: rgba(239,170,58,.2); transform: translateY(-5px); }
.why-card:hover::after { transform: scaleX(1); }
.why-icon { width: 58px; height: 58px; background: rgba(239,170,58,.14); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; margin-bottom: 20px; transition: background .3s; }
.why-card:hover .why-icon { background: rgba(239,170,58,.24); }
.why-card h3 { font-family: 'Montserrat', sans-serif; font-size: .88rem; font-weight: 800; color: var(--white); margin-bottom: 12px; letter-spacing: .06em; text-transform: uppercase; }
.why-card p { font-size: .88rem; color: #8890a8; line-height: 1.75; }

/* ─── SERVICES ─── */
.services { padding: var(--section-pad); background: var(--bg); }
.services-header { text-align: center; margin-bottom: 52px; }
.services-header .section-lead { margin: 0 auto; }

.services-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}
.services-grid .service-card {
  flex: 0 0 calc(33.333% - 16px);
  min-width: 280px;
  max-width: calc(33.333% - 16px);
}
.service-card { background: var(--white); border-radius: 8px; overflow: hidden; box-shadow: var(--shadow-sm); border: 1px solid var(--border); transition: all .3s; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: var(--border-warm); }
.service-card-img { height: 210px; overflow: hidden; position: relative; }
.service-card-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s; }
.service-card:hover .service-card-img img { transform: scale(1.06); }
.service-card-img::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to bottom, transparent 50%, rgba(30,34,53,.3)); pointer-events: none; z-index: 1; }
.service-body { padding: 24px 22px; }
.service-body h3 { font-family: 'Montserrat', sans-serif; font-size: .88rem; font-weight: 800; color: var(--navy); margin-bottom: 10px; text-transform: uppercase; letter-spacing: .07em; }
.service-body p { font-size: .87rem; color: var(--text-mid); line-height: 1.75; margin-bottom: 16px; }
.service-link { display: inline-flex; align-items: center; gap: 6px; font-family: 'Montserrat', sans-serif; font-size: .72rem; font-weight: 800; color: var(--amber-dark); letter-spacing: .1em; text-transform: uppercase; transition: gap .2s, color .2s; border-bottom: 1px solid var(--border-warm); padding-bottom: 2px; }
.service-link:hover { gap: 10px; color: var(--amber); border-color: var(--amber); }

/* ─── GALLERY ─── */
.gallery-section { padding: var(--section-pad); background: var(--bg-warm); }
.gallery-header { text-align: center; margin-bottom: 50px; }
.gallery-grid { display: grid; grid-template-columns: repeat(4,1fr); grid-auto-rows: 220px; gap: 10px; }
.gallery-item { position: relative; overflow: hidden; border-radius: 6px; cursor: zoom-in; box-shadow: var(--shadow-sm); }
.gallery-item--large { grid-column: span 2; grid-row: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s, filter .3s; filter: brightness(.9); }
.gallery-item:hover img { transform: scale(1.07); filter: brightness(1); }
.gallery-caption { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(transparent, rgba(30,34,53,.80)); color: var(--white); font-family: 'Montserrat', sans-serif; font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 28px 12px 10px; opacity: 0; transform: translateY(4px); transition: opacity .3s, transform .3s; }
.gallery-item:hover .gallery-caption { opacity: 1; transform: translateY(0); }

/* ─── LOCATIONS ─── */
.locations { padding: var(--section-pad); background: var(--white); }
.locations-header { text-align: center; margin-bottom: 50px; }
.sadc-banner { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%); border-radius: 10px; padding: 32px 36px; margin-bottom: 36px; display: flex; align-items: center; gap: 28px; flex-wrap: wrap; box-shadow: var(--shadow-md); border-left: 4px solid var(--amber); }
.locations-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px,1fr)); gap: 16px; }
.loc-card { background: var(--bg); border: 1px solid var(--border); border-radius: 8px; padding: 28px 20px; text-align: center; transition: all .25s; cursor: pointer; }
.loc-card:hover { transform: translateY(-4px); background: var(--white); border-color: var(--amber); box-shadow: var(--shadow-md); }
.loc-icon { font-size: 2.2rem; margin-bottom: 12px; }
.loc-card h3 { font-family: 'Montserrat', sans-serif; font-size: .82rem; font-weight: 800; color: var(--navy); margin-bottom: 6px; letter-spacing: .08em; text-transform: uppercase; }
.loc-card p { font-size: .78rem; color: var(--text-light); line-height: 1.6; }

/* ─── NEWS ─── */
.news { padding: var(--section-pad); background: var(--bg); }
.news-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 44px; flex-wrap: wrap; gap: 20px; }
.news-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 24px; }
.news-card { border-radius: 8px; overflow: hidden; background: var(--white); border: 1px solid var(--border); box-shadow: var(--shadow-sm); transition: all .3s; display: flex; flex-direction: column; }
.news-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); border-color: var(--border-warm); }
.news-card-img { height: 200px; overflow: hidden; flex-shrink: 0; }
.news-card-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s; }
.news-card:hover .news-card-img img { transform: scale(1.06); }
.news-card.featured .news-card-img { height: 270px; }
.news-card-body { padding: 22px; flex: 1; display: flex; flex-direction: column; }
.news-date { font-family: 'Montserrat', sans-serif; font-size: .65rem; font-weight: 800; color: var(--amber-dark); letter-spacing: .15em; text-transform: uppercase; margin-bottom: 10px; background: var(--amber-pale); display: inline-block; padding: 3px 8px; border-radius: 100px; }
.news-card-body h3 { font-family: 'Montserrat', sans-serif; font-size: .9rem; font-weight: 800; color: var(--navy); line-height: 1.4; margin-bottom: 10px; flex: 1; }
.news-card.featured .news-card-body h3 { font-size: 1.1rem; }
.news-card-body p { font-size: .84rem; color: var(--text-mid); line-height: 1.7; margin-bottom: 16px; }
.read-more { font-family: 'Montserrat', sans-serif; font-size: .7rem; font-weight: 800; color: var(--amber-dark); letter-spacing: .1em; text-transform: uppercase; display: inline-flex; align-items: center; gap: 5px; transition: gap .2s, color .2s; border-bottom: 1px solid var(--border-warm); padding-bottom: 2px; width: fit-content; }
.read-more:hover { gap: 9px; color: var(--amber); border-color: var(--amber); }

/* ─── MAP SECTION ─── */
.map-section { padding: var(--section-pad); background: var(--white); }

.map-inner {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border);
  min-height: 500px;
}

.map-info {
  background: var(--navy);
  padding: 48px 40px;
  display: flex;
  flex-direction: column;
}
.map-info .section-tag { align-self: flex-start; background: rgba(239,170,58,0.15); border-color: rgba(239,170,58,0.3); color: var(--amber-light); }
.map-info .section-title { color: var(--white); font-size: 1.8rem; }
.map-info .section-divider { margin-bottom: 18px; }
.map-desc { font-size: 0.88rem; color: #8890a8; line-height: 1.8; margin-bottom: 32px; }

.map-details { display: flex; flex-direction: column; gap: 20px; }
.map-detail-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.map-detail-icon {
  width: 38px; height: 38px;
  background: rgba(239,170,58,0.12);
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
  margin-top: 2px;
}
.map-detail-item div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.map-detail-item strong {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--white);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.map-detail-item span,
.map-detail-item a {
  font-size: 0.86rem;
  color: #8890a8;
  line-height: 1.5;
  transition: color 0.2s;
}
.map-detail-item a:hover { color: var(--amber); }

.map-embed {
  position: relative;
  min-height: 500px;
  background: var(--bg);
}
.map-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

@media (max-width: 960px) {
  .map-inner { grid-template-columns: 1fr; }
  .map-embed { min-height: 380px; }
  .map-info { padding: 36px 28px; }
}
@media (max-width: 640px) {
  .map-embed { min-height: 300px; }
  .map-info { padding: 28px 20px; }
  .map-info .section-title { font-size: 1.5rem; }
}

/* ─── CTA STRIP ─── */
.cta-strip { background: var(--navy); padding: 80px 0; text-align: center; position: relative; overflow: hidden; }
.cta-strip::before { content: ''; 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'%3E%3Cg fill='%23EFAA3A' fill-opacity='0.04'%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"); }
.cta-strip::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--amber-dark), var(--amber), var(--amber-light)); }
.cta-strip h2 { font-family: 'Montserrat', sans-serif; font-size: clamp(1.7rem,3.5vw,2.6rem); font-weight: 900; color: var(--white); margin-bottom: 14px; position: relative; }
.cta-strip p { font-size: 1rem; color: #8890a8; margin-bottom: 36px; position: relative; }

/* ─── FOOTER ─── */
footer { background: var(--navy); color: #8890a8; padding: 80px 0 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 60px; }
.footer-brand .logo-wrap { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.footer-brand .logo-wrap img { height: 48px; width: auto; }
.footer-brand .logo-wrap span { font-family: 'Montserrat', sans-serif; font-size: 1.2rem; font-weight: 900; color: var(--white); letter-spacing: .06em; }
.footer-brand p { font-size: .86rem; line-height: 1.8; max-width: 280px; }
.footer-social { display: flex; gap: 10px; margin-top: 22px; }
.footer-social a { width: 38px; height: 38px; background: rgba(255,255,255,.06); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: .85rem; color: #8890a8; border: 1px solid rgba(255,255,255,.08); transition: all .25s; }
.footer-social a:hover { background: var(--amber); color: var(--navy); border-color: var(--amber); }
.footer-col h4 { font-family: 'Montserrat', sans-serif; font-size: .72rem; font-weight: 800; color: var(--white); letter-spacing: .15em; text-transform: uppercase; margin-bottom: 18px; padding-bottom: 10px; border-bottom: 2px solid rgba(239,170,58,.25); }
.footer-col ul { display: flex; flex-direction: column; gap: 10px; }
.footer-col ul li a { font-size: .84rem; color: #8890a8; transition: color .2s, padding-left .2s; display: flex; align-items: center; gap: 6px; }
.footer-col ul li a:hover { color: var(--amber); padding-left: 4px; }
.footer-col ul li a::before { content: '›'; color: var(--amber-dark); }
.footer-contact-item { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 12px; font-size: .84rem; }
.footer-contact-item .icon { color: var(--amber); margin-top: 1px; flex-shrink: 0; }
.footer-contact-item a { color: #8890a8; transition: color .2s; }
.footer-contact-item a:hover { color: var(--amber); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.06); padding: 22px 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 14px; font-size: .76rem; color: #606478; }
.footer-bottom-links { display: flex; gap: 22px; }
.footer-bottom-links a { color: #606478; transition: color .2s; }
.footer-bottom-links a:hover { color: var(--amber); }

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

/* ================================================================
   RESPONSIVE
   ================================================================ */

/* ── 1280px+: XL screens ── */
@media (min-width: 1280px) {
  .nav-links > li > a { padding: 8px 13px; font-size: 0.72rem; }
  .services-grid { grid-template-columns: repeat(3, 1fr); }
}

/* ── 1100px: large laptops, nav gets tight ── */
@media (max-width: 1100px) {
  .nav-links > li > a { padding: 7px 8px; font-size: 0.63rem; letter-spacing: .04em; }
  .nav-logo span { font-size: 1rem; }
  .nav-logo img { height: 40px; }
}

/* ── 960px: tablet landscape → hamburger ── */
@media (max-width: 960px) {
  nav { height: 64px; }
  .nav-links {
    display: none; position: fixed;
    top: 64px; left: 0; right: 0;
    height: calc(100dvh - 64px);
    background: var(--white); border-top: 3px solid var(--amber);
    flex-direction: column; align-items: stretch; gap: 0;
    overflow-y: auto; box-shadow: var(--shadow-lg);
    white-space: normal; flex-wrap: wrap; z-index: 999;
  }
  .nav-links.open { display: flex; }
  .nav-links > li > a { padding: 15px 24px; font-size: .82rem; border-bottom: 1px solid var(--border); color: var(--navy); border-radius: 0; letter-spacing: .08em; }
  .nav-links > li > a:hover { background: var(--amber-pale); }
  .dropdown-menu { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border-top: none; border-radius: 0; background: var(--bg); display: none; }
  .dropdown.open .dropdown-menu { display: block; }
  .dropdown-menu li a { padding: 12px 40px; font-size: .78rem; border-bottom: 1px solid var(--border); }
  .hamburger { display: flex; }
  .hero { min-height: 85vh; }
  .hero-title { font-size: clamp(2.2rem, 5vw, 3.4rem); }
  .hero-stats { gap: 32px; flex-wrap: wrap; }
  .about-grid { grid-template-columns: 1fr; gap: 56px; }
  .about-img-wrap img { height: 380px; }
  .about-img-badge { bottom: -20px; right: -12px; width: 110px; height: 110px; }
  .about-img-badge .yrs { font-size: 1.6rem; }
  .why-us-grid { grid-template-columns: 1fr 1fr; }
  .services-grid .service-card { flex: 0 0 calc(50% - 12px); max-width: calc(50% - 12px); }
  .news-grid { grid-template-columns: 1fr 1fr; }
  .news-card.featured { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .gallery-grid { grid-template-columns: repeat(3,1fr); grid-auto-rows: 190px; }
  .gallery-item--large { grid-column: span 2; grid-row: span 2; }
  .locations-grid { grid-template-columns: repeat(3,1fr); }
}

/* ── 640px: mobile ── */
@media (max-width: 640px) {
  :root { --section-pad: 60px 0; }
  .container { padding: 0 16px; }
  .top-bar .container { flex-direction: column; gap: 4px; text-align: center; font-size: .73rem; }
  .top-bar .socials { justify-content: center; }
  nav { height: 60px; }
  .nav-links { top: 60px; height: calc(100dvh - 60px); }
  .nav-logo img { height: 36px; }
  .nav-logo span { font-size: .9rem; }
  .hero { min-height: 100svh; }
  .hero-title { font-size: 2rem; }
  .hero-desc { font-size: .95rem; }
  .hero-badge { font-size: .63rem; padding: 6px 12px; }
  .hero-actions { flex-direction: column; gap: 10px; }
  .btn-primary, .btn-secondary { width: 100%; justify-content: center; padding: 14px 20px; }
  .hero-stats { gap: 18px; margin-top: 38px; }
  .hero-stat .num { font-size: 1.6rem; }
  .about-img-wrap img { height: 260px; }
  .about-img-badge { width: 92px; height: 92px; bottom: -14px; right: -8px; }
  .about-img-badge .yrs { font-size: 1.3rem; }
  .about-img-badge .yrs-text { font-size: .5rem; }
  .why-us-grid { grid-template-columns: 1fr; }
  .services-grid .service-card { flex: 0 0 100%; max-width: 100%; min-width: unset; }
  .news-grid { grid-template-columns: 1fr; }
  .news-header { flex-direction: column; align-items: flex-start; }
  .news-card.featured .news-card-img { height: 220px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; text-align: center; gap: 10px; }
  .footer-bottom-links { flex-wrap: wrap; justify-content: center; gap: 12px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 150px; gap: 8px; }
  .gallery-item--large { grid-column: span 2; grid-row: span 1; }
  .locations-grid { grid-template-columns: repeat(2,1fr); gap: 12px; }
  .loc-card { padding: 18px 12px; }
  .sadc-banner { flex-direction: column; gap: 12px; padding: 22px 18px; }
  .section-title { font-size: 1.6rem; }
  .cta-strip { padding: 52px 0; }
  .cta-strip h2 { font-size: 1.5rem; }
  .btn-dark { padding: 14px 26px; font-size: .78rem; }
}

/* ── 400px: very small phones ── */
@media (max-width: 400px) {
  .container { padding: 0 12px; }
  .hero-title { font-size: 1.75rem; }
  .hero-stat .num { font-size: 1.35rem; }
  .hero-stat .label { font-size: .62rem; }
  .hero-stats { gap: 14px; }
  .about-grid { gap: 36px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 115px; gap: 6px; }
  .locations-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .loc-card { padding: 14px 8px; }
  .loc-icon { font-size: 1.7rem; }
  .loc-card h3 { font-size: .7rem; }
  .loc-card p { font-size: .68rem; }
  .section-title { font-size: 1.4rem; }
  .why-card { padding: 24px 18px; }
  .footer-grid { gap: 22px; }
  .nav-logo span { display: none; }
}
