/* ============================================================
   GENMECH SERVICE — Premium World-Class Stylesheet
   ============================================================ */

/* ── FONTS & RESET ─────────────────────────────────────────── */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Lora:wght@500;600;700&family=Share+Tech+Mono&display=swap');

:root {
  --red:      #E30613;
  --red-dark: #B2040F;
  --red-glow: rgba(227,6,19,0.18);
  --yellow:   #FFD700;
  --blue:     #00A2E8;
  --dark:     #0D0F11;
  --dark-2:   #15181C;
  --dark-3:   #1E2228;
  --white:    #FFFFFF;
  --off-white:#F7F9FC;
  --gray-1:   #EEF2F7;
  --gray-2:   #C8D2DC;
  --gray-3:   #8899AA;
  --text-1:   #1A1D22;
  --text-2:   #3D4752;
  --text-3:   #6B7A8D;

  --font:      'Inter', sans-serif;
  --font-serif:'Lora', serif;
  --font-mono: 'Share Tech Mono', monospace;

  --transition: 0.35s cubic-bezier(0.25,0.8,0.25,1);
  --trans-slow: 0.65s cubic-bezier(0.25,0.8,0.25,1);

  --radius-sm: 6px;
  --radius:    12px;
  --radius-lg: 20px;
  --radius-xl: 30px;

  --shadow-sm: 0 2px 12px rgba(0,0,0,0.06);
  --shadow:    0 8px 32px rgba(0,0,0,0.08);
  --shadow-lg: 0 24px 60px rgba(0,0,0,0.12);
  --shadow-red:0 8px 32px rgba(227,6,19,0.25);

  --section-pad: 7rem 0;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: var(--font);
  background: var(--white);
  color: var(--text-1);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button { font-family: var(--font); cursor: pointer; border: none; background: none; }

/* ── SCROLLBAR ───────────────────────────────────────────────  */
::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: var(--dark); }
::-webkit-scrollbar-thumb { background: var(--red); border-radius: 3px; }

/* ── UTILITY ─────────────────────────────────────────────────  */
.container { width: 100%; max-width: 1240px; margin: 0 auto; padding: 0 1.5rem; }
.section { padding: var(--section-pad); }
.text-red { color: var(--red); }
.mt-2 { margin-top: 2rem; }
.btn-primary {
  display: inline-flex; align-items: center; gap: .6rem;
  padding: .85rem 2rem; background: var(--red); color: #fff;
  font-weight: 600; font-size: .95rem; border-radius: var(--radius-sm);
  transition: var(--transition); box-shadow: var(--shadow-red);
}
.btn-primary:hover {
  background: var(--red-dark); transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(227,6,19,0.35);
}

/* ── PRELOADER ───────────────────────────────────────────────  */
.preloader {
  position: fixed; inset: 0; background: var(--dark);
  z-index: 9999; display: flex; align-items: center; justify-content: center;
  transition: opacity .5s ease, visibility .5s ease;
}
.preloader.done { opacity: 0; visibility: hidden; }
.preloader-inner { text-align: center; }
.preloader-logo {
  font-family: var(--font-serif); font-size: 2.5rem; font-weight: 700;
  color: var(--red); letter-spacing: 4px;
  animation: pulse-logo 1.2s ease-in-out infinite alternate;
}
@keyframes pulse-logo { from { opacity:.4; } to { opacity:1; } }
.preloader-bar {
  width: 200px; height: 3px; background: rgba(255,255,255,.1);
  border-radius: 2px; margin: 1.5rem auto 0;
  overflow: hidden;
}
.preloader-fill {
  height: 100%; width: 0; background: var(--red);
  border-radius: 2px;
  animation: fill-bar 2s ease-in-out forwards;
}
@keyframes fill-bar { to { width: 100%; } }

/* ── HEADER ─────────────────────────────────────────────────  */
.site-header {
  position: fixed; top: 0; left: 0; width: 100%; z-index: 1000;
  transition: background var(--transition), box-shadow var(--transition), padding var(--transition);
  padding: 0;
}
.site-header.scrolled {
  background: rgba(13,15,17,.97);
  backdrop-filter: blur(20px);
  box-shadow: 0 4px 30px rgba(0,0,0,.4);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  max-width: 1240px; margin: 0 auto; padding: 0 1.5rem;
  height: 78px;
}
.brand-logo {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .45rem;
  transition: transform var(--transition), filter var(--transition);
  text-align: center;
}
.brand-logo:hover {
  transform: scale(1.08);
  filter: drop-shadow(0 8px 24px rgba(227,6,19,0.3));
}
.brand-text {
  display: flex; flex-direction: column; align-items: center;
}
.brand-name {
  font-family: var(--font-serif); font-size: 1.65rem; font-weight: 700;
  color: var(--red); letter-spacing: 1.5px; line-height: 0.95;
  text-transform: uppercase; font-style: italic;
  text-shadow: 0 2px 8px rgba(227,6,19,0.2);
}
.brand-service {
  font-family: var(--font-serif); font-size: 1.65rem; font-weight: 700;
  color: var(--red); letter-spacing: 1.5px; line-height: 0.95;
  text-transform: uppercase; font-style: italic;
  text-shadow: 0 2px 8px rgba(227,6,19,0.2);
  margin-left: 0;
}
.brand-bar {
  display: flex; height: 5px; width: 160px; margin-top: 8px;
  gap: 0; border-radius: 2px; overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
.brand-bar span {
  flex: 1; height: 100%;
  transition: flex var(--transition);
}
.brand-bar span:nth-child(1) { background: var(--red); }
.brand-bar span:nth-child(2) { background: var(--yellow); }
.brand-bar span:nth-child(3) { background: var(--blue); }
.brand-bar span:nth-child(4) { background: #000000; }
.brand-logo:hover .brand-bar span { flex: 1.1; }

.main-nav ul {
  display: flex; align-items: center; gap: 2rem;
}
.nav-lnk {
  font-size: .92rem; font-weight: 500; color: rgba(255,255,255,.8);
  position: relative; padding: .5rem 0; transition: color var(--transition);
}
.nav-lnk::after {
  content: ''; position: absolute; bottom: 0; left: 0;
  width: 0; height: 2px; background: var(--red);
  transition: width var(--transition);
}
.nav-lnk:hover { color: var(--white); }
.nav-lnk:hover::after { width: 100%; }
.nav-lnk.active { color: var(--red); }
.nav-lnk.active::after { width: 100%; }
.nav-lnk.nav-cta {
  background: var(--red); color: #fff;
  padding: .55rem 1.4rem; border-radius: var(--radius-sm);
  box-shadow: var(--shadow-red); font-weight: 600;
}
.nav-lnk.nav-cta::after { display: none; }
.nav-lnk.nav-cta:hover { background: var(--red-dark); transform: translateY(-2px); }

.hamburger {
  display: none; flex-direction: column; gap: 5px;
  padding: .5rem; z-index: 1200;
  position: relative;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
.hamburger span {
  display: block; width: 25px; height: 2px; background: #fff;
  border-radius: 2px; transition: var(--transition);
}
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── HERO ───────────────────────────────────────────────────  */
.hero {
  position: relative; min-height: 100vh;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  background: var(--dark); overflow: hidden;
  padding: 6rem 1.5rem 14rem;
}
.hero-bg-video {
  position: absolute; inset: 0;
  background: url('images/01-1.jpg') center/cover no-repeat;
  z-index: 0;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at center, rgba(227,6,19,.08) 0%, transparent 70%);
}
.hero-grid-overlay {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px);
  background-size: 50px 50px;
}
.circuit-svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.circuit-lines path { stroke-dasharray: 1000; stroke-dashoffset: 1000;
  animation: dash 8s linear infinite; }
@keyframes dash { to { stroke-dashoffset: 0; } }

.hero-content {
  position: relative; z-index: 2; text-align: center;
  max-width: 900px;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: .6rem;
  background: rgba(227,6,19,.15); border: 1px solid rgba(227,6,19,.35);
  color: #ff6b6b; font-size: .82rem; font-weight: 600;
  letter-spacing: 1px; text-transform: uppercase;
  padding: .5rem 1.2rem; border-radius: 50px; margin-bottom: 2rem;
  backdrop-filter: blur(10px);
  animation: badge-glow 3s ease-in-out infinite;
}
@keyframes badge-glow {
  0%,100% { box-shadow: 0 0 0 0 rgba(227,6,19,0); }
  50%      { box-shadow: 0 0 20px 4px rgba(227,6,19,.2); }
}
.hero-title {
  display: flex; flex-direction: column; align-items: center;
  font-family: var(--font-serif); font-weight: 700;
  font-size: clamp(3.5rem, 9vw, 7rem); line-height: 1;
  letter-spacing: 3px; margin-bottom: 1rem;
}
.hero-title-line { display: block; color: var(--white); }
.hero-title-line.accent-red { color: var(--red); }
.hero-divider {
  display: flex; width: 280px; height: 5px;
  margin: 1.2rem auto; border-radius: 3px; overflow: hidden;
}
.hd-r,.hd-y,.hd-b,.hd-k { flex: 1; height: 100%; }
.hd-r { background: var(--red); }
.hd-y { background: var(--yellow); }
.hd-b { background: var(--blue); }
.hd-k { background: #000000; }
.hero-subtitle {
  font-size: 1.2rem; font-weight: 600; color: rgba(255,255,255,.85);
  letter-spacing: 2px; text-transform: uppercase; margin-bottom: .75rem;
}
.hero-tagline {
  font-family: var(--font-mono); font-size: .9rem;
  color: rgba(255,255,255,.5); letter-spacing: 1px; margin-bottom: 2.5rem;
}
.hero-actions { display: flex; gap: 1.2rem; justify-content: center; flex-wrap: wrap; }
.hero-actions:empty { display: none; }
.btn-hero-primary {
  display: inline-flex; align-items: center; gap: .6rem;
  padding: 1rem 2.2rem; background: var(--red); color: #fff;
  font-weight: 700; font-size: 1rem; border-radius: var(--radius-sm);
  box-shadow: 0 8px 30px rgba(227,6,19,.4); transition: var(--transition);
}
.btn-hero-primary:hover { background: var(--red-dark); transform: translateY(-4px) scale(1.03); box-shadow: 0 16px 40px rgba(227,6,19,.5); }
.btn-hero-secondary {
  display: inline-flex; align-items: center; gap: .6rem;
  padding: 1rem 2.2rem; background: transparent; color: #fff;
  font-weight: 600; font-size: 1rem; border-radius: var(--radius-sm);
  border: 1.5px solid rgba(255,255,255,.3); backdrop-filter: blur(10px);
  transition: var(--transition);
}
.btn-hero-secondary:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.6); transform: translateY(-4px); }

/* Hero Stats */
.hero-stats {
  position: absolute; bottom: 0; left: 0; right: 0; z-index: 3;
  display: flex; align-items: center; justify-content: center;
  gap: 0; background: rgba(0,0,0,.6); backdrop-filter: blur(20px);
  border-top: 1px solid rgba(255,255,255,.08); flex-wrap: wrap;
}
.hstat {
  padding: 1.8rem 3rem; text-align: center; flex: 1; min-width: 160px;
  position: relative;
}
.hstat-div { width: 1px; height: 50px; background: rgba(255,255,255,.1); }
.hstat-num {
  font-family: var(--font-mono); font-size: 2.4rem; font-weight: 700;
  color: var(--red); display: inline-block;
}
.hstat span { font-family: var(--font-mono); font-size: 1.5rem; color: var(--red); font-weight: 700; }
.hstat p { font-size: .78rem; color: rgba(255,255,255,.5); text-transform: uppercase; letter-spacing: 1px; margin-top: .25rem; }

/* Scroll Indicator */
.hero-scroll-indicator {
  position: absolute; bottom: 110px; left: 50%; transform: translateX(-50%);
  z-index: 3; display: flex; flex-direction: column; align-items: center; gap: .5rem;
  animation: bounce-scroll 2s ease infinite;
}
.hero-scroll-indicator span { font-size: .72rem; color: rgba(255,255,255,.4); letter-spacing: 2px; text-transform: uppercase; }
.scroll-dot {
  width: 10px; height: 10px; border-radius: 50%; background: var(--red);
  animation: dot-blink 2s ease infinite;
}
@keyframes bounce-scroll { 0%,100%{transform:translateX(-50%) translateY(0)} 50%{transform:translateX(-50%) translateY(-6px)} }
@keyframes dot-blink { 0%,100%{opacity:1} 50%{opacity:.3} }

/* ── TICKER ─────────────────────────────────────────────────  */
.ticker-wrap {
  background: var(--red); overflow: hidden; padding: .9rem 0;
  border-top: 1px solid rgba(255,255,255,.1);
}
.ticker-track {
  display: flex; gap: 3rem; white-space: nowrap;
  animation: ticker-scroll 30s linear infinite;
}
.ticker-track span {
  display: inline-flex; align-items: center; gap: .6rem;
  font-size: .85rem; font-weight: 600; color: #fff;
  letter-spacing: 1px; text-transform: uppercase;
}
.ticker-track i { font-size: .75rem; }
@keyframes ticker-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ── SECTION HEADERS ─────────────────────────────────────────  */
.section-header { text-align: center; margin-bottom: 4.5rem; }
.section-header.light .section-badge { background: rgba(255,255,255,.1); color: rgba(255,255,255,.7); border-color: rgba(255,255,255,.2); }
.section-badge {
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: var(--font-mono); font-size: .78rem; font-weight: 600;
  color: var(--red); text-transform: uppercase; letter-spacing: 2px;
  background: rgba(227,6,19,.06); border: 1px solid rgba(227,6,19,.18);
  padding: .4rem 1rem; border-radius: 50px; margin-bottom: .85rem;
}
.section-title {
  font-family: var(--font-serif); font-size: clamp(1.9rem, 4vw, 2.8rem);
  font-weight: 700; color: var(--text-1); line-height: 1.2; margin-bottom: .75rem;
}
.section-title.light { color: var(--white); }
.title-line {
  width: 70px; height: 4px; background: var(--red);
  margin: .75rem auto 0; border-radius: 2px;
}
.title-line-left { width: 70px; height: 4px; background: var(--red); margin: .75rem 0 1.5rem; border-radius: 2px; }
.section-sub { font-size: 1rem; color: var(--text-3); max-width: 600px; margin: 1.25rem auto 0; }
.section-sub.light { color: rgba(255,255,255,.5); }

/* ── ABOUT SECTION ────────────────────────────────────────────  */
.about-section { background: var(--white); }
.about-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center;
}
.about-image-block { position: relative; }
.about-img-main {
  position: relative; border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.about-img-main img { width: 100%; height: 420px; object-fit: cover; transition: transform var(--trans-slow); }
.about-img-main:hover img { transform: scale(1.04); }
.about-img-badge {
  position: absolute; bottom: 1.5rem; right: 1.5rem;
  background: var(--red); color: #fff;
  padding: 1rem 1.25rem; border-radius: var(--radius); text-align: center;
  box-shadow: var(--shadow-red);
}
.about-img-badge i { font-size: 1.5rem; margin-bottom: .3rem; }
.about-img-badge span { display: block; font-size: 1.1rem; font-weight: 700; }
.about-img-badge p { font-size: .75rem; opacity: .85; margin: 0; }
.about-img-secondary {
  position: absolute; bottom: -2.5rem; left: -2.5rem;
  width: 55%; border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow-lg); border: 4px solid var(--white);
}
.about-img-secondary img { width: 100%; height: 200px; object-fit: cover; }

.about-content { padding-left: 2rem; }
.about-lead {
  font-size: 1.15rem; font-weight: 500; color: var(--text-1);
  line-height: 1.6; margin-bottom: 1.25rem;
}
.about-body { font-size: .97rem; color: var(--text-3); line-height: 1.8; margin-bottom: 2rem; }

.abb-card {
  display: flex; align-items: center; gap: 1.25rem;
  background: var(--off-white); border: 1.5px solid var(--gray-1);
  border-left: 5px solid var(--red);
  border-radius: var(--radius); padding: 1.25rem 1.5rem;
  margin-bottom: 2rem; box-shadow: var(--shadow-sm);
  transition: var(--transition);
}
.abb-card:hover { box-shadow: var(--shadow); transform: translateX(4px); }
.abb-logo-box {
  background: var(--red); color: #fff;
  font-weight: 900; font-size: 1.5rem; letter-spacing: -1px;
  padding: .6rem 1rem; border-radius: var(--radius-sm);
  line-height: 1; flex-shrink: 0;
}
.abb-text { flex: 1; }
.abb-text strong { display: block; font-size: .97rem; color: var(--text-1); margin-bottom: .2rem; }
.abb-text span { font-size: .82rem; color: var(--text-3); }
.abb-check { color: #2ecc71; font-size: 1.5rem; flex-shrink: 0; }

.about-features { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.af-item {
  display: flex; align-items: flex-start; gap: 1rem;
  background: var(--off-white); border: 1px solid var(--gray-1);
  border-radius: var(--radius); padding: 1.1rem;
  transition: var(--transition);
}
.af-item:hover { box-shadow: var(--shadow-sm); transform: translateY(-3px); }
.af-item > i {
  font-size: 1.2rem; color: var(--red); margin-top: .1rem; flex-shrink: 0;
}
.af-item strong { display: block; font-size: .9rem; font-weight: 600; color: var(--text-1); margin-bottom: .2rem; }
.af-item p { font-size: .8rem; color: var(--text-3); margin: 0; }

/* ── STATS BAND ───────────────────────────────────────────────  */
.stats-band { background: var(--dark-2); padding: 4.5rem 0; border-top: 1px solid rgba(255,255,255,.04); }
.stats-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1.5rem; }
.stat-item { text-align: center; }
.stat-icon-ring {
  width: 64px; height: 64px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 1rem; font-size: 1.4rem;
  border: 2px solid;
  transition: var(--transition);
}
.stat-icon-ring.red   { color: var(--red);    border-color: rgba(227,6,19,.4);   background: rgba(227,6,19,.08); }
.stat-icon-ring.yellow{ color: var(--yellow);  border-color: rgba(255,215,0,.4);  background: rgba(255,215,0,.08); }
.stat-icon-ring.blue  { color: var(--blue);   border-color: rgba(0,162,232,.4);  background: rgba(0,162,232,.08); }
.stat-icon-ring.dark  { color: var(--gray-2); border-color: rgba(200,210,220,.3); background: rgba(200,210,220,.06); }
.stat-item:hover .stat-icon-ring { transform: rotate(360deg); }
.stat-val {
  font-family: var(--font-mono); font-size: 2.5rem; font-weight: 700;
  color: var(--white); display: flex; align-items: flex-end; justify-content: center; gap: .2rem;
}
.stat-val sup { font-size: 1rem; color: var(--red); padding-bottom: .5rem; }
.stat-item p { font-size: .78rem; color: var(--gray-3); text-transform: uppercase; letter-spacing: 1px; margin-top: .5rem; }

/* ── LEADERSHIP ───────────────────────────────────────────────  */
.leadership-section { background: var(--off-white); }
.leadership-card {
  display: grid; grid-template-columns: 340px 1fr; gap: 4rem;
  background: var(--white); border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg); overflow: hidden;
}
.ldr-left {
  background: linear-gradient(160deg, var(--dark) 0%, var(--dark-3) 100%);
  padding: 3rem 2.5rem; display: flex; flex-direction: column; align-items: center;
  text-align: center;
}
.ldr-avatar { position: relative; margin-bottom: 2rem; }
.ldr-avatar-inner {
  width: 130px; height: 130px; border-radius: 50%;
  background: rgba(255,255,255,.07);
  border: 3px solid rgba(227,6,19,.5);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 0 40px rgba(227,6,19,.2);
  overflow: hidden;
}
.ldr-photo { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.ldr-icon { font-size: 3.5rem; color: rgba(255,255,255,.6); }
.ldr-exp-badge {
  position: absolute; bottom: -8px; right: -8px;
  background: var(--red); color: #fff;
  padding: .4rem .7rem; border-radius: var(--radius-sm);
  text-align: center; box-shadow: var(--shadow-red);
}
.ldr-exp-badge span { display: block; font-family: var(--font-mono); font-size: 1.1rem; font-weight: 700; line-height: 1; }
.ldr-exp-badge p { font-size: .65rem; margin: 0; opacity: .85; }
.ldr-name { font-family: var(--font-serif); font-size: 1.5rem; font-weight: 700; color: #fff; margin-bottom: .3rem; }
.ldr-role { font-size: .85rem; color: var(--red); font-weight: 600; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 1.25rem; }
.ldr-edu {
  display: flex; align-items: center; gap: .5rem;
  font-size: .8rem; color: rgba(255,255,255,.5);
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1);
  padding: .7rem 1rem; border-radius: var(--radius-sm); line-height: 1.4;
  text-align: left;
}
.ldr-social {
  display: flex; gap: .75rem; margin-top: auto; padding-top: 1.5rem;
}
.ldr-social a {
  width: 40px; height: 40px; border-radius: 50%;
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.15);
  color: rgba(255,255,255,.7); font-size: .95rem;
  display: flex; align-items: center; justify-content: center;
  transition: var(--transition);
}
.ldr-social a:hover { background: var(--red); border-color: var(--red); color: #fff; }
.ldr-right { padding: 3rem 3rem 3rem 0; }
.ldr-bio {
  font-size: 1.05rem; color: var(--text-2); line-height: 1.75;
  margin-bottom: 2rem; border-bottom: 1px solid var(--gray-1); padding-bottom: 2rem;
}
.ldr-ach-title {
  font-size: 1.1rem; font-weight: 700; color: var(--text-1);
  margin-bottom: 1.25rem; display: flex; align-items: center; gap: .6rem;
}
.ldr-ach-title i { color: var(--yellow); }
.ldr-achievements { display: grid; grid-template-columns: 1fr 1fr; gap: .9rem; }
.ldr-ach {
  display: flex; align-items: flex-start; gap: .65rem;
  font-size: .9rem; color: var(--text-2); line-height: 1.5;
}
.ldr-ach i { color: var(--red); font-size: .85rem; margin-top: .15rem; flex-shrink: 0; }

/* ── SERVICES SECTION ─────────────────────────────────────────  */
.services-section { background: var(--dark); position: relative; overflow: hidden; }
.services-parallax-bg {
  position: absolute; inset: 0;
  background:
    linear-gradient(rgba(13,15,17,.97), rgba(13,15,17,.97)),
    url("images/WhatsApp Image 2026-06-05 at 7.22.31 AM.jpeg") center/cover no-repeat;
  background-attachment: fixed;
  pointer-events: none;
  z-index: 0;
}
.services-section .container { position: relative; z-index: 2; }

.svc-tabs {
  display: flex; gap: .75rem; flex-wrap: wrap; justify-content: center;
  margin-bottom: 3rem;
  position: relative;
  z-index: 4;
  pointer-events: auto;
}
.svc-tab {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .7rem 1.4rem; background: rgba(255,255,255,.05);
  color: rgba(255,255,255,.6); font-size: .88rem; font-weight: 600;
  border-radius: var(--radius-sm); border: 1px solid rgba(255,255,255,.1);
  transition: var(--transition);
  position: relative;
  z-index: 5;
  pointer-events: auto;
  cursor: pointer;
  touch-action: manipulation;
  user-select: none;
}
.svc-tab i { font-size: .85rem; }
.svc-tab:hover { background: rgba(255,255,255,.1); color: #fff; }
.svc-tab.active {
  background: var(--red); color: #fff;
  border-color: var(--red); box-shadow: var(--shadow-red);
}

.svc-pane-wrap { min-height: 500px; position: relative; z-index: 1; }
.svc-pane { display: none; animation: pane-fade .45s ease; }
.svc-pane.active { display: block; }
.svc-pane[hidden] { display: none !important; }
@keyframes pane-fade { from{opacity:0;transform:translateY(15px)} to{opacity:1;transform:translateY(0)} }

.svc-pane-inner {
  display: grid; grid-template-columns: 380px 1fr; gap: 3rem;
  align-items: start;
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--radius-xl); overflow: hidden;
}
.svc-pane-img {
  position: sticky; top: 100px; height: 480px; overflow: hidden;
  border-right: 1px solid rgba(255,255,255,.08);
}
.svc-pane-img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.svc-img-overlay {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 1.5rem; background: linear-gradient(transparent, rgba(0,0,0,.9));
}
.svc-img-overlay span { font-size: .9rem; font-weight: 600; color: rgba(255,255,255,.85); }
.svc-pane-content { padding: 3rem 3rem 3rem 0; }
.svc-pane-content h3 {
  font-family: var(--font-serif); font-size: 1.75rem; font-weight: 700;
  color: #fff; margin-bottom: 0.75rem;
  display: flex; align-items: center; gap: .7rem;
}
.svc-pane-content h3 i { color: var(--red); font-size: 1.3rem; }
.svc-pane-content > p { font-size: .95rem; color: rgba(255,255,255,.55); line-height: 1.6; margin-bottom: 0; }

.svc-detailing-list {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0.85rem; margin-top: 1.75rem;
}
.svc-detail-card {
  background: rgba(255,255,255,.02); border: 1.5px solid rgba(255,255,255,.04);
  border-radius: var(--radius); padding: 1.1rem;
  display: flex; gap: 0.8rem; cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25,0.8,0.25,1);
}
.svc-detail-card:hover, .svc-detail-card.active {
  background: rgba(227,6,19,.08); border-color: rgba(227,6,19,.35);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(227,6,19,.15);
}
.sd-icon {
  width: 30px; height: 30px; border-radius: 50%;
  background: rgba(255,255,255,.05); color: var(--gray-3);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; font-size: .75rem;
  transition: all 0.3s ease;
}
.svc-detail-card:hover .sd-icon, .svc-detail-card.active .sd-icon {
  background: var(--red); color: #fff;
  box-shadow: 0 0 10px rgba(227,6,19,.4);
}
.sd-info { display: flex; flex-direction: column; gap: 0.2rem; }
.sd-info h4 { font-size: .9rem; font-weight: 700; color: #fff; margin: 0; line-height: 1.3; }
.sd-info p { font-size: .75rem; color: rgba(255,255,255,.50); line-height: 1.4; margin: 0; }

/* ── GALLERY ──────────────────────────────────────────────────  */
.gallery-section { background: var(--off-white); }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 260px);
  gap: 1rem;
}
.gallery-item { position: relative; border-radius: var(--radius); overflow: hidden; cursor: pointer; }
.gallery-item-large { grid-column: span 2; grid-row: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--trans-slow); }
.gallery-item:hover img { transform: none; }

/* ── PROJECTS TIMELINE ────────────────────────────────────────  */
.projects-section { background: var(--white); }
.timeline-container { position: relative; max-width: 1000px; margin: 0 auto; padding: 2rem 0; }
.tl-center-line {
  position: absolute; left: 50%; top: 0; bottom: 0;
  width: 2px; background: var(--gray-1); transform: translateX(-50%);
}
.tl-item { position: relative; width: 50%; padding: 0 3.5rem 3.5rem 0; }
.tl-item.tl-right { left: 50%; padding: 0 0 3.5rem 3.5rem; }
.tl-item:last-child { padding-bottom: 0; }
.tl-dot {
  position: absolute; right: -20px; top: 10px;
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--red); display: flex; align-items: center; justify-content: center;
  z-index: 2; box-shadow: 0 0 0 4px var(--white), 0 0 0 6px rgba(227,6,19,.25);
}
.tl-item.tl-right .tl-dot { right: auto; left: -20px; }
.tl-dot span {
  font-family: var(--font-mono); font-size: .65rem; font-weight: 700;
  color: #fff; display: none;
}
.tl-card {
  background: var(--white); border: 1px solid var(--gray-1);
  border-radius: var(--radius); padding: 1.75rem;
  box-shadow: var(--shadow-sm); transition: var(--transition);
}
.tl-card:hover {
  box-shadow: var(--shadow); transform: translateY(-5px);
  border-color: rgba(227,6,19,.2);
}
.tl-card-latest { border-color: rgba(227,6,19,.3); background: rgba(227,6,19,.02); }
.tl-latest { background: linear-gradient(135deg, var(--red), var(--red-dark)); }
.tl-card-header {
  font-size: .82rem; font-weight: 600; color: var(--red);
  text-transform: uppercase; letter-spacing: 1px; margin-bottom: .6rem;
  display: flex; align-items: center; gap: .5rem;
}
.tl-card h4 { font-size: 1.1rem; font-weight: 700; color: var(--text-1); margin-bottom: .6rem; }
.tl-card p { font-size: .88rem; color: var(--text-3); line-height: 1.6; margin-bottom: 1rem; }
.tl-tags { display: flex; gap: .5rem; flex-wrap: wrap; }
.tl-tags span {
  font-size: .72rem; font-weight: 600; color: var(--text-3);
  background: var(--gray-1); padding: .3rem .7rem; border-radius: 50px;
}
.tag-latest { background: rgba(227,6,19,.12) !important; color: var(--red) !important; }

/* ── INDUSTRIES ───────────────────────────────────────────────  */
.industries-section { position: relative; overflow: hidden; padding: var(--section-pad); }
.industries-parallax {
  position: absolute; inset: 0;
  background:
    linear-gradient(rgba(13,15,17,.94), rgba(13,15,17,.94)),
    url("images/Expert Engineers are a fast growing professionally….jpeg") center/cover no-repeat;
  background-attachment: fixed;
}
.industries-section .container { position: relative; z-index: 2; }
.industries-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1.25rem; }
.ind-card {
  text-align: center; background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08); border-radius: var(--radius);
  padding: 2rem 1rem; transition: var(--transition);
  animation: card-fade-up .6s ease both;
  animation-delay: var(--delay, 0ms);
}
.ind-card:hover { background: rgba(227,6,19,.12); border-color: rgba(227,6,19,.35); transform: translateY(-6px); }
.ind-icon-ring {
  width: 56px; height: 56px; border-radius: 50%;
  background: rgba(255,255,255,.07); border: 1.5px solid rgba(255,255,255,.15);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 1.1rem; font-size: 1.3rem; color: rgba(255,255,255,.7);
  transition: var(--transition);
}
.ind-card:hover .ind-icon-ring { background: var(--red); border-color: var(--red); color: #fff; }
.ind-card h4 { font-size: .92rem; font-weight: 700; color: #fff; margin-bottom: .3rem; }
.ind-card p { font-size: .76rem; color: rgba(255,255,255,.45); margin: 0; }
@keyframes card-fade-up { from{opacity:0;transform:translateY(25px)} to{opacity:1;transform:translateY(0)} }

/* ── CLIENTS ──────────────────────────────────────────────────  */
.clients-section { background: var(--off-white); }
.client-filter-bar {
  display: flex; gap: .75rem; flex-wrap: wrap; justify-content: center;
  margin-bottom: 3rem;
}
.cf-btn,
.filter-btn {
  padding: .6rem 1.3rem; background: var(--white);
  border: 1px solid var(--gray-2); border-radius: 50px;
  font-size: .83rem; font-weight: 600; color: var(--text-3);
  transition: var(--transition); cursor: pointer;
}
.cf-btn:hover, .filter-btn:hover { background: var(--gray-1); color: var(--text-1); }
.cf-btn.active, .filter-btn.active { background: var(--red); color: #fff; border-color: var(--red); box-shadow: var(--shadow-red); }

.clients-masonry {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem;
}
.client-tile,
.client-card {
  background: var(--white); border: 1px solid var(--gray-1);
  border-radius: var(--radius); padding: 1.5rem; text-align: center;
  transition: opacity 0.38s ease, transform 0.38s ease, box-shadow 0.38s ease, border-color 0.38s ease;
  cursor: pointer;
  will-change: opacity, transform;
}
.client-tile:hover, .client-card:hover { box-shadow: var(--shadow); transform: translateY(-6px); border-color: rgba(227,6,19,.2); }
.ct-icon {
  width: 48px; height: 48px; border-radius: 50%;
  background: rgba(227,6,19,.06); color: var(--red);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem; margin: 0 auto .85rem;
  transition: var(--transition);
}
.client-tile:hover .ct-icon, .client-card:hover .ct-icon { background: var(--red); color: #fff; }
.client-tile h4, .client-card h4 { font-size: .95rem; font-weight: 700; color: var(--text-1); margin-bottom: .3rem; }
.client-tile span, .client-card span { font-size: .78rem; color: var(--text-3); }
.client-tile.hidden, .client-card.hidden {
  opacity: 0;
  transform: translateY(14px) scale(0.97);
  pointer-events: none;
  visibility: hidden;
  max-height: 0;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-width: 0;
  overflow: hidden;
}

/* ── WHY CHOOSE US ────────────────────────────────────────────  */
.why-section { position: relative; overflow: hidden; padding: var(--section-pad); }
.why-parallax-bg {
  position: absolute; inset: 0;
  background:
    linear-gradient(rgba(13,15,17,.96), rgba(13,15,17,.96)),
    url("images/Protect your Everett home from power surges with….jpeg") center/cover no-repeat;
  background-attachment: fixed;
}
.why-section .container { position: relative; z-index: 2; }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; margin-bottom: 4rem; }
.why-card {
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--radius); padding: 2rem 1.5rem; text-align: center;
  transition: var(--transition);
}
.why-card:hover { background: rgba(227,6,19,.08); border-color: rgba(227,6,19,.3); transform: translateY(-6px); }
.why-icon {
  width: 60px; height: 60px; border-radius: 50%;
  background: rgba(227,6,19,.1); border: 1.5px solid rgba(227,6,19,.3);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem; color: var(--red); margin: 0 auto 1.25rem;
  transition: var(--transition);
}
.why-card:hover .why-icon { background: var(--red); color: #fff; transform: rotateY(360deg); }
.why-card h4 { font-size: 1rem; font-weight: 700; color: #fff; margin-bottom: .6rem; }
.why-card p { font-size: .84rem; color: rgba(255,255,255,.45); line-height: 1.65; margin: 0; }

.commitment-strip {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 1rem;
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--radius); padding: 1.75rem 2rem;
}
.cm-item {
  display: flex; flex-direction: column; align-items: center; text-align: center; gap: .6rem;
}
.cm-icon { font-size: 1.5rem; }
.cm-item span { font-size: .8rem; font-weight: 600; color: rgba(255,255,255,.65); }

/* ── CTA BANNER ───────────────────────────────────────────────  */
.cta-banner { position: relative; overflow: hidden; padding: 5rem 0; }
.cta-banner-bg {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, var(--red-dark) 0%, var(--red) 40%, #ff4444 100%);
}
.cta-banner-bg::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' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' 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-inner {
  position: relative; z-index: 1;
  display: flex; align-items: center; justify-content: space-between; gap: 3rem; flex-wrap: wrap;
}
.cta-text h2 { font-family: var(--font-serif); font-size: 2.2rem; color: #fff; margin-bottom: .75rem; }
.cta-text p { font-size: 1rem; color: rgba(255,255,255,.8); max-width: 520px; margin: 0; }
.cta-actions { display: flex; gap: 1rem; flex-shrink: 0; flex-wrap: wrap; }
.btn-cta-primary {
  display: inline-flex; align-items: center; gap: .6rem;
  padding: 1rem 2rem; background: var(--white); color: var(--red);
  font-weight: 700; font-size: .95rem; border-radius: var(--radius-sm);
  box-shadow: 0 8px 30px rgba(0,0,0,.2); transition: var(--transition);
}
.btn-cta-primary:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,0,0,.25); }
.btn-cta-secondary {
  display: inline-flex; align-items: center; gap: .6rem;
  padding: 1rem 2rem; background: transparent; color: #fff;
  font-weight: 600; font-size: .95rem; border-radius: var(--radius-sm);
  border: 2px solid rgba(255,255,255,.5); transition: var(--transition);
}
.btn-cta-secondary:hover { background: rgba(255,255,255,.15); border-color: rgba(255,255,255,.8); transform: translateY(-4px); }

/* ── CONTACT ──────────────────────────────────────────────────  */
.contact-section { background: var(--off-white); }
.contact-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 4rem; }

.contact-info { display: flex; flex-direction: column; gap: 1rem; }
.ci-header h3 { font-family: var(--font-serif); font-size: 1.6rem; font-weight: 700; color: var(--text-1); margin-bottom: .4rem; }
.ci-header p { font-size: .9rem; color: var(--text-3); margin-bottom: .75rem; }
.ci-card {
  display: flex; align-items: center; gap: 1.1rem;
  background: var(--white); border: 1px solid var(--gray-1);
  border-radius: var(--radius); padding: 1.25rem;
  transition: var(--transition); color: var(--text-1);
}
.ci-card:hover { box-shadow: var(--shadow); transform: translateX(6px); border-color: rgba(227,6,19,.2); }
.ci-icon {
  width: 46px; height: 46px; border-radius: 50%;
  background: rgba(227,6,19,.08); color: var(--red);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem; flex-shrink: 0;
}
.ci-card small { display: block; font-size: .73rem; color: var(--text-3); text-transform: uppercase; letter-spacing: 1px; margin-bottom: .2rem; }
.ci-card strong { font-size: 1rem; font-weight: 700; color: var(--text-1); }
.ci-abb-badge {
  display: flex; align-items: center; gap: .5rem;
  font-size: .8rem; font-weight: 600; color: var(--red);
  background: rgba(227,6,19,.06); border: 1px dashed rgba(227,6,19,.2);
  padding: .75rem 1rem; border-radius: var(--radius-sm);
}
.contact-map { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); margin-top: .5rem; }

.contact-form-wrap {
  background: var(--white); border-radius: var(--radius-xl);
  padding: 3rem; box-shadow: var(--shadow-lg);
}
.contact-form-wrap h3 { font-family: var(--font-serif); font-size: 1.5rem; font-weight: 700; color: var(--text-1); margin-bottom: .4rem; }
.form-intro { font-size: .87rem; color: var(--text-3); margin-bottom: 2rem; }
.form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.form-field { margin-bottom: 1.25rem; }
.form-field label {
  display: block; font-size: .83rem; font-weight: 600; color: var(--text-2);
  margin-bottom: .4rem; display: flex; align-items: center; gap: .4rem;
}
.form-field label i { color: var(--red); font-size: .75rem; }
.form-field input,
.form-field select,
.form-field textarea {
  width: 100%; padding: .85rem 1.1rem;
  font-family: var(--font); font-size: .93rem; color: var(--text-1);
  background: var(--off-white); border: 1.5px solid var(--gray-1);
  border-radius: var(--radius-sm); outline: none; transition: var(--transition);
  appearance: none;
}
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--red); background: var(--white);
  box-shadow: 0 0 0 4px rgba(227,6,19,.08);
}
.form-field textarea { resize: vertical; min-height: 130px; }
.btn-submit {
  width: 100%; padding: 1.05rem;
  background: var(--red); color: #fff;
  font-family: var(--font); font-size: 1rem; font-weight: 700;
  border-radius: var(--radius-sm); transition: var(--transition);
  box-shadow: var(--shadow-red);
}
.btn-submit:hover { background: var(--red-dark); transform: translateY(-3px); box-shadow: 0 16px 40px rgba(227,6,19,.4); }
.form-success-msg,
.form-error-msg {
  text-align: center; color: #27ae60;
  font-size: .95rem; font-weight: 600; margin-top: 1rem;
  padding: 1rem; border-radius: var(--radius-sm);
}
.form-success-msg {
  color: #27ae60;
  background: rgba(39,174,96,.08);
  border: 1px solid rgba(39,174,96,.25);
}
.form-error-msg {
  color: #c0392b;
  background: rgba(192,57,43,.08);
  border: 1px solid rgba(192,57,43,.22);
  padding: 1rem; border-radius: var(--radius-sm);
}

/* ── FOOTER ───────────────────────────────────────────────────  */
.site-footer { background: var(--dark); }
.footer-top { border-bottom: 1px solid rgba(255,255,255,.06); padding: 5rem 0; }
.footer-top-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 3rem; }
.ft-logo { margin-bottom: 1rem; display: flex; align-items: center; flex-wrap: nowrap; }
.ft-logo .brand-name,
.ft-logo .brand-service { font-size: 1.4rem; }
.ft-brand > p { font-size: .85rem; color: var(--gray-3); line-height: 1.7; margin-bottom: 1.5rem; }
.ft-contact { display: flex; flex-direction: column; gap: .75rem; }
.ft-contact a {
  display: flex; align-items: center; gap: .6rem;
  font-size: .85rem; color: var(--gray-3); transition: color var(--transition);
}
.ft-contact a:hover { color: var(--red); }
.ft-contact i { font-size: .8rem; color: var(--red); }
.footer-top-grid h4 { font-size: .85rem; font-weight: 700; color: var(--white); text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 1.25rem; }
.ft-links ul, .ft-services ul { display: flex; flex-direction: column; gap: .6rem; }
.ft-links a, .ft-services a {
  font-size: .85rem; color: var(--gray-3); display: flex; align-items: center; gap: .5rem;
  transition: color var(--transition);
}
.ft-links a:hover, .ft-services a:hover { color: var(--red); }
.ft-links i, .ft-services i { font-size: .65rem; color: var(--red); }
.ft-badges { display: grid; grid-template-columns: 1fr 1fr; gap: .6rem; margin-bottom: 1.25rem; }
.ft-badge {
  display: flex; align-items: center; gap: .4rem;
  font-size: .75rem; color: var(--gray-3);
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08);
  padding: .5rem .75rem; border-radius: var(--radius-sm);
}
.ft-badge i { color: var(--red); }
.ft-expertise strong { display: block; font-size: .75rem; color: var(--white); margin-bottom: .5rem; }
.ft-tags { display: flex; flex-wrap: wrap; gap: .4rem; }
.ft-tags span {
  font-size: .72rem; color: rgba(255,255,255,.5);
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08);
  padding: .2rem .65rem; border-radius: 50px;
}

.footer-bottom { padding: 1.5rem 0; }
.footer-bottom-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.footer-bottom p { font-size: .8rem; color: rgba(255,255,255,.3); margin: 0; }

/* ── BACK TO TOP ──────────────────────────────────────────────  */
.btt {
  position: fixed; bottom: 2rem; right: 2rem; z-index: 900;
  width: 48px; height: 48px; border-radius: 50%;
  background: var(--red); color: #fff; font-size: 1rem;
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow-red); transition: var(--transition);
  opacity: 0; visibility: hidden; transform: translateY(10px);
}
.btt.visible { opacity: 1; visibility: visible; transform: translateY(0); }
.btt:hover { background: var(--red-dark); transform: translateY(-4px); }

/* ── LIGHTBOX ─────────────────────────────────────────────────  */
.lightbox { position: fixed; inset: 0; z-index: 9000; display: none; }
.lightbox.open { display: flex; align-items: center; justify-content: center; }
.lb-overlay { position: absolute; inset: 0; background: rgba(0,0,0,.9); cursor: pointer; }
.lb-content { position: relative; z-index: 1; max-width: 90vw; max-height: 90vh; }
.lb-content img { max-height: 85vh; border-radius: var(--radius); box-shadow: 0 30px 80px rgba(0,0,0,.6); }
.lb-close {
  position: absolute; top: -1rem; right: -1rem;
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--red); color: #fff; font-size: .95rem;
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow-red); cursor: pointer;
}

/* ── SCROLL REVEAL ────────────────────────────────────────────  */
[data-aos] {
  opacity: 0; transition: opacity .7s ease, transform .7s ease;
}
[data-aos="fade-up"]    { transform: translateY(40px); }
[data-aos="fade-down"]  { transform: translateY(-40px); }
[data-aos="fade-right"] { transform: translateX(-40px); }
[data-aos="fade-left"]  { transform: translateX(40px); }
[data-aos="zoom-in"]    { transform: scale(0.88); }
[data-aos].aos-animate  { opacity: 1; transform: none; }

/* ── RESPONSIVE ───────────────────────────────────────────────  */
@media(max-width: 1200px) {
  .stats-grid     { grid-template-columns: repeat(3,1fr); }
  .footer-top-grid{ grid-template-columns: 1fr 1fr; }
  .ldr-achievements{ grid-template-columns: 1fr; }
}

@media(max-width: 1024px) {
  :root { --section-pad: 5rem 0; }
  .about-grid   { grid-template-columns: 1fr; gap: 3rem; }
  .about-image-block { order: 2; }
  .about-content { padding-left: 0; order: 1; }
  .about-img-secondary { display: none; }
  .leadership-card { grid-template-columns: 1fr; }
  .ldr-left { padding: 2.5rem; flex-direction: row; align-items: center; gap: 2rem; }
  .ldr-right { padding: 2.5rem; }
  .svc-pane-inner { grid-template-columns: 1fr; }
  .svc-pane-img { height: 300px; }
  .svc-pane-content { padding: 2.5rem; }
  .why-grid { grid-template-columns: repeat(2,1fr); }
  .commitment-strip { grid-template-columns: repeat(3,1fr); gap: 1.25rem; }
  .contact-grid { grid-template-columns: 1fr; gap: 3rem; }
  .gallery-grid { grid-template-columns: repeat(2,1fr); grid-template-rows: auto; }
  .gallery-item-large { grid-column: span 2; grid-row: span 1; }
  .industries-grid { grid-template-columns: repeat(4,1fr); }
}

@media(max-width: 768px) {
  .hamburger { display: flex; }
  .main-nav {
    position: fixed; top: 0; right: 0; bottom: 0;
    width: min(84vw, 320px); background: var(--dark-2);
    padding: 100px 2rem 2rem;
    transform: translateX(110%);
    transition: transform var(--transition), opacity var(--transition);
    opacity: 0;
    z-index: 1290; box-shadow: -10px 0 50px rgba(0,0,0,.5);
    pointer-events: none;
  }
  .main-nav.open {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
  }
  .main-nav ul { flex-direction: column; gap: 0; }
  .nav-lnk { padding: 1rem 0; display: block; border-bottom: 1px solid rgba(255,255,255,.05); font-size: 1rem; }
  .nav-lnk.nav-cta { margin-top: 1rem; text-align: center; display: block; padding: .75rem; }
  .nav-overlay { position: fixed; inset: 0; background: rgba(0,0,0,.5); z-index: 1280; display: none; }
  .nav-overlay.open { display: block; }
  body.nav-open { overflow: hidden; }
  body.nav-open .site-header { z-index: 1300; }

  .hero { padding-top: 9rem; padding-bottom: 12rem; }
  .hero-title { font-size: 3rem; }
  .hero-stats { position: relative; flex-wrap: wrap; }
  .brand-logo { gap: .35rem; }
  .brand-bar { width: 140px; }
  .hstat { padding: 1.25rem 1.5rem; }
  .hstat-div { display: none; }

  .stats-grid { grid-template-columns: repeat(2,1fr); }
  .leadership-card { border-radius: var(--radius); }
  .ldr-left { flex-direction: column; text-align: center; }
  .ldr-ach-title { font-size: .95rem; }
  .svc-pane-inner { grid-template-columns: 1fr; }
  .svc-pane-img {
    position: relative;
    top: 0;
    width: 100%;
    height: 260px;
    border-right: 0;
  }
  .svc-pane-content {
    padding: 1.35rem 1.1rem 1.1rem;
  }
  .svc-pane-content h3 {
    font-size: 1.25rem;
    line-height: 1.2;
    flex-wrap: wrap;
  }
  .svc-pane-content > p {
    font-size: .9rem;
    line-height: 1.55;
  }
  .svc-detailing-list {
    grid-template-columns: 1fr;
    gap: .75rem;
  }
  .svc-detail-card {
    min-width: 0;
    align-items: flex-start;
  }
  .sd-info {
    min-width: 0;
  }
  .sd-info h4,
  .sd-info p {
    overflow-wrap: anywhere;
  }
  .svc-tabs { gap: .5rem; }
  .svc-tab span { display: none; }
  .svc-tab { padding: .75rem; }
  .svc-list-grid { grid-template-columns: 1fr; }
  .timeline-container { padding-left: 2.5rem; }
  .tl-center-line { left: 10px; }
  .tl-item, .tl-item.tl-right { width: 100%; left: 0; padding: 0 0 2.5rem 3rem !important; }
  .tl-dot { right: auto !important; left: -12px !important; }
  .clients-masonry { grid-template-columns: repeat(2,1fr); }
  .industries-grid { grid-template-columns: repeat(3,1fr); }
  .why-grid { grid-template-columns: repeat(2,1fr); }
  .commitment-strip { grid-template-columns: repeat(2,1fr); }
  .cta-inner { flex-direction: column; text-align: center; }
  .cta-actions { justify-content: center; }
  .footer-top-grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer-bottom-inner { flex-direction: column; text-align: center; }
  .about-features { grid-template-columns: 1fr; }
  .ldr-achievements { grid-template-columns: 1fr; }
}

@media(max-width: 480px) {
  .hero-title { font-size: 2.2rem; }
  .hero-divider { width: 200px; }
  .brand-name, .brand-service { font-size: 1.35rem; }
  .brand-bar { width: 120px; height: 4px; }
  .hero-actions { flex-direction: column; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .svc-pane-img { height: 220px; }
  .svc-pane-content { padding: 1rem .9rem .95rem; }
  .svc-detail-card { padding: .9rem; }
  .svc-detail-card,
  .sd-info,
  .sd-info h4,
  .sd-info p {
    min-width: 0;
    overflow-wrap: anywhere;
    word-break: normal;
  }
  .gallery-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .gallery-item-large { grid-column: span 1; }
  .clients-masonry { grid-template-columns: 1fr; }
  .industries-grid { grid-template-columns: repeat(2,1fr); }
  .why-grid { grid-template-columns: 1fr; }
  .commitment-strip { grid-template-columns: 1fr 1fr; }
  .form-row-2 { grid-template-columns: 1fr; }
}
