
:root {
  --company-red: #8c2020;
  --company-red-bright: #b32626;
  --company-ink: #101010;
  --company-soft: #f6f3f1;
  --company-line: rgba(140, 32, 32, 0.16);
  --company-container: min(1500px, calc(100% - 80px));
}

.company-overview-page {
  overflow-x: hidden;
  background: #ffffff;
  color: var(--company-ink);
}

.company-container {
  width: var(--company-container);
  margin: 0 auto;
}

.company-scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 12000;
  height: 3px;
  background: transparent;
  pointer-events: none;
}

.company-scroll-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #641818, #b32626);
  transform: scaleX(0);
  transform-origin: left center;
}

.company-hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  color: #ffffff;
  background: #0a0d10;
  isolation: isolate;
}

.company-hero-image {
  position: absolute;
  inset: 0;
  z-index: -4;
  background-image: url("assets/projects/commercial_complex_gwadar.png");
  background-size: cover;
  background-position: center 42%;
  transform: scale(1.06) translateY(var(--company-hero-shift, 0px));
  transition: transform 0.1s linear;
}

.company-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(3, 7, 10, 0.97) 0%, rgba(3, 7, 10, 0.9) 34%, rgba(3, 7, 10, 0.5) 58%, rgba(3, 7, 10, 0.16) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.62));
}

.company-hero-grid {
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.25;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 125px 125px;
  mask-image: linear-gradient(90deg, black, transparent 75%);
}

.company-hero-content {
  min-height: 615px;
  padding: 58px 0 170px;
}

.company-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 50px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-weight: 700;
}

.company-breadcrumb a { color: inherit; }
.company-breadcrumb a:hover { color: #ffffff; }
.company-breadcrumb span:last-child { color: #ffffff; }

.company-hero-copy {
  width: min(690px, 100%);
}

.company-kicker,
.company-mini-label {
  margin: 0 0 12px;
  color: var(--company-red-bright);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.45px;
  text-transform: uppercase;
}

.company-hero h1 {
  margin: 0;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(72px, 7vw, 122px);
  font-weight: 900;
  line-height: 0.8;
  letter-spacing: -2px;
  text-transform: uppercase;
}

.company-title-line {
  display: block;
  width: 88px;
  height: 4px;
  margin: 30px 0 23px;
  background: var(--company-red-bright);
}

.company-hero h2 {
  margin: 0 0 17px;
  color: var(--company-red-bright);
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(25px, 2.3vw, 38px);
  font-weight: 800;
  line-height: 1.02;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.company-hero-copy > p:not(.company-kicker) {
  max-width: 660px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.75;
}

.company-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.company-primary-btn,
.company-secondary-btn {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 0 26px;
  border: 1px solid var(--company-red-bright);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.company-primary-btn { background: var(--company-red); color: #ffffff; }
.company-secondary-btn { border-color: rgba(255, 255, 255, 0.42); background: rgba(0, 0, 0, 0.18); color: #ffffff; }
.company-primary-btn:hover,
.company-secondary-btn:hover { transform: translateY(-4px); }
.company-secondary-btn:hover { border-color: var(--company-red-bright); background: rgba(140, 32, 32, 0.2); }

[data-company-hero] {
  opacity: 0;
  transform: translateY(26px);
}

.company-hero.is-ready [data-company-hero] {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.75s ease, transform 0.75s ease;
}
.company-hero.is-ready [data-company-hero]:nth-child(2) { transition-delay: 80ms; }
.company-hero.is-ready [data-company-hero]:nth-child(3) { transition-delay: 150ms; }
.company-hero.is-ready [data-company-hero]:nth-child(4) { transition-delay: 220ms; }
.company-hero.is-ready [data-company-hero]:nth-child(5) { transition-delay: 290ms; }
.company-hero.is-ready [data-company-hero]:nth-child(6) { transition-delay: 360ms; }

.company-hero-facts {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}

.company-facts-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: rgba(10, 13, 16, 0.93);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(16px);
  box-shadow: 0 25px 75px rgba(0, 0, 0, 0.34);
}

.company-facts-grid article {
  min-height: 132px;
  padding: 27px 31px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}
.company-facts-grid article:last-child { border-right: 0; }
.company-facts-grid span,
.company-facts-grid strong,
.company-facts-grid small { display: block; }
.company-facts-grid span { color: var(--company-red-bright); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: 0.9px; }
.company-facts-grid strong { margin-top: 6px; font-family: "Barlow Condensed", Impact, sans-serif; font-size: 33px; line-height: 1; text-transform: uppercase; }
.company-facts-grid small { margin-top: 8px; color: rgba(255, 255, 255, 0.58); font-size: 11px; line-height: 1.4; }

.company-intro-section {
  position: relative;
  padding: 96px 0;
  background:
    linear-gradient(90deg, rgba(140, 32, 32, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(0, 0, 0, 0.025) 1px, transparent 1px),
    #ffffff;
  background-size: 120px 120px;
}

.company-intro-layout {
  display: grid;
  grid-template-columns: 0.95fr 1fr;
  align-items: center;
  gap: 70px;
}

.company-intro-visual {
  position: relative;
  min-height: 470px;
  overflow: hidden;
  border: 1px solid var(--company-line);
  box-shadow: 0 30px 85px rgba(0, 0, 0, 0.13);
}

.company-intro-visual::after {
  content: "";
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  pointer-events: none;
}

.company-intro-visual img {
  width: 100%;
  height: 100%;
  min-height: 470px;
  display: block;
  object-fit: cover;
  transition: transform 0.65s ease;
}
.company-intro-visual:hover img { transform: scale(1.055); }

.company-image-badge {
  position: absolute;
  left: 0;
  bottom: 0;
  min-width: 215px;
  padding: 23px 28px;
  color: #ffffff;
  background: var(--company-red);
}
.company-image-badge strong,
.company-image-badge span { display: block; }
.company-image-badge strong { font-family: "Barlow Condensed", Impact, sans-serif; font-size: 38px; line-height: 1; }
.company-image-badge span { margin-top: 5px; font-size: 11px; font-weight: 800; text-transform: uppercase; }

.company-intro-copy h2,
.company-section-head h2,
.company-system-heading h2,
.company-why-intro h2,
.company-cta-card h2 {
  margin: 0;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-weight: 900;
  line-height: 0.94;
  text-transform: uppercase;
}

.company-intro-copy h2 { font-size: clamp(48px, 5vw, 72px); }
.company-intro-copy h2 em,
.company-why-intro h2 em { color: var(--company-red); font-style: normal; }
.company-intro-copy > p:not(.company-mini-label) { margin: 22px 0 0; color: rgba(17, 17, 17, 0.69); font-size: 15px; line-height: 1.78; }

.company-sector-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 27px;
}
.company-sector-tags span {
  padding: 11px 15px;
  border: 1px solid rgba(140, 32, 32, 0.23);
  color: var(--company-red);
  background: rgba(140, 32, 32, 0.035);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.company-scale-section {
  padding: 88px 0 96px;
  background: linear-gradient(180deg, #f7f4f2, #ffffff);
}

.company-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 35px;
  margin-bottom: 35px;
}
.company-section-head h2 { font-size: clamp(42px, 4.5vw, 64px); }
.company-section-head > p { max-width: 520px; margin: 0; color: rgba(17, 17, 17, 0.62); font-size: 14px; line-height: 1.65; text-align: right; }

.company-scale-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.company-scale-card {
  position: relative;
  min-height: 250px;
  padding: 31px 28px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--company-line);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.075);
  transition: transform 0.32s ease, border-color 0.32s ease, box-shadow 0.32s ease;
}
.company-scale-card::before {
  content: "";
  position: absolute;
  inset: auto -30px -65px auto;
  width: 160px;
  height: 160px;
  border: 26px solid rgba(140, 32, 32, 0.055);
  border-radius: 50%;
}
.company-scale-card:hover { transform: translateY(-10px); border-color: rgba(140, 32, 32, 0.5); box-shadow: 0 30px 85px rgba(140, 32, 32, 0.13); }
.company-scale-card > span { color: var(--company-red); font-size: 12px; font-weight: 900; }
.company-scale-card strong { display: block; margin: 52px 0 10px; color: var(--company-red); font-family: "Barlow Condensed", Impact, sans-serif; font-size: 65px; line-height: 0.85; }
.company-scale-card strong b { font: inherit; }
.company-scale-card p { position: relative; margin: 0; color: #191919; font-size: 13px; font-weight: 900; line-height: 1.3; text-transform: uppercase; }

.company-system-section {
  position: relative;
  padding: 96px 0 104px;
  overflow: hidden;
  color: #ffffff;
  background: #0b0d10;
  isolation: isolate;
}
.company-system-image {
  position: absolute;
  inset: 0;
  z-index: -3;
  background: url("assets/services/execution-capability.png") center / cover no-repeat;
}
.company-system-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(90deg, rgba(5, 7, 9, 0.98), rgba(5, 7, 9, 0.9) 52%, rgba(5, 7, 9, 0.7));
}
.company-system-heading { max-width: 760px; }
.company-system-heading h2 { font-size: clamp(50px, 5.2vw, 78px); }
.company-system-heading > p:last-child { max-width: 670px; margin: 22px 0 0; color: rgba(255, 255, 255, 0.68); font-size: 15px; line-height: 1.7; }

.company-system-line {
  position: relative;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0;
  margin-top: 60px;
  padding-top: 36px;
}
.company-system-line::before,
.company-system-line::after {
  content: "";
  position: absolute;
  top: 49px;
  left: 4%;
  right: 4%;
  height: 2px;
}
.company-system-line::before { background: rgba(255, 255, 255, 0.18); }
.company-system-line::after { background: linear-gradient(90deg, var(--company-red), #db4949); transform: scaleX(0); transform-origin: left center; transition: transform 1.3s ease; }
.company-system-line.is-visible::after { transform: scaleX(1); }
.company-system-line article { position: relative; padding: 0 15px; text-align: center; }
.company-system-line article::before {
  content: "";
  position: relative;
  z-index: 2;
  display: block;
  width: 17px;
  height: 17px;
  margin: 5px auto 24px;
  background: var(--company-red-bright);
  border: 5px solid #0b0d10;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.45);
  transform: rotate(45deg);
}
.company-system-line strong { color: var(--company-red-bright); font-size: 12px; }
.company-system-line h3 { margin: 9px 0 9px; font-size: 14px; text-transform: uppercase; }
.company-system-line p { margin: 0; color: rgba(255, 255, 255, 0.58); font-size: 11px; line-height: 1.55; }

.company-values-section { padding: 96px 0; background: #ffffff; }
.company-values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.company-value-card {
  position: relative;
  min-height: 205px;
  padding: 31px 30px;
  overflow: hidden;
  border: 1px solid rgba(140, 32, 32, 0.14);
  background: linear-gradient(145deg, #ffffff, #f8f5f3);
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.065);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.company-value-card::after { content: attr(data-icon); position: absolute; right: 18px; bottom: -24px; color: rgba(140, 32, 32, 0.06); font-size: 120px; }
.company-value-card:hover { transform: translateY(-8px); border-color: rgba(140, 32, 32, 0.5); box-shadow: 0 27px 75px rgba(140, 32, 32, 0.12); }
.company-value-card span { display: grid; place-items: center; width: 42px; height: 42px; color: #ffffff; background: var(--company-red); font-size: 11px; font-weight: 900; }
.company-value-card h3 { margin: 24px 0 10px; font-size: 18px; text-transform: uppercase; }
.company-value-card p { margin: 0; color: rgba(17, 17, 17, 0.62); font-size: 13px; line-height: 1.65; }

.company-why-section {
  padding: 96px 0;
  background:
    radial-gradient(circle at 78% 20%, rgba(140, 32, 32, 0.08), transparent 29%),
    linear-gradient(180deg, #f7f4f2, #ffffff);
}
.company-why-intro { max-width: 810px; margin-bottom: 38px; }
.company-why-intro h2 { font-size: clamp(49px, 5vw, 72px); }
.company-why-intro > p:last-child { max-width: 680px; margin: 21px 0 0; color: rgba(17, 17, 17, 0.65); font-size: 15px; line-height: 1.7; }
.company-why-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(17, 17, 17, 0.13); border-left: 1px solid rgba(17, 17, 17, 0.13); }
.company-why-card { min-height: 230px; padding: 33px 31px; background: rgba(255, 255, 255, 0.68); border-right: 1px solid rgba(17, 17, 17, 0.13); border-bottom: 1px solid rgba(17, 17, 17, 0.13); transition: background 0.3s ease, transform 0.3s ease; }
.company-why-card:hover { position: relative; z-index: 2; background: #ffffff; transform: translateY(-5px); box-shadow: 0 24px 65px rgba(0, 0, 0, 0.09); }
.company-why-card strong { color: var(--company-red); font-family: "Barlow Condensed", Impact, sans-serif; font-size: 36px; }
.company-why-card h3 { margin: 26px 0 10px; font-size: 16px; text-transform: uppercase; }
.company-why-card p { margin: 0; color: rgba(17, 17, 17, 0.61); font-size: 13px; line-height: 1.65; }

.company-cta-section { padding: 0 0 96px; background: #ffffff; }
.company-cta-card { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding: 48px 54px; color: #ffffff; background: linear-gradient(110deg, #711919, #a92626); box-shadow: 0 28px 75px rgba(140, 32, 32, 0.22); }
.company-cta-card p { margin: 0 0 8px; color: rgba(255, 255, 255, 0.7); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.company-cta-card h2 { font-size: clamp(35px, 4vw, 55px); }
.company-cta-card a { min-width: 210px; min-height: 58px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; padding: 0 25px; border: 1px solid rgba(255, 255, 255, 0.55); font-size: 12px; font-weight: 900; text-transform: uppercase; transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease; }
.company-cta-card a:hover { color: var(--company-red); background: #ffffff; transform: translateY(-4px); }

.company-reveal { opacity: 0; transform: translateY(32px); }
.company-reveal.is-visible { opacity: 1; transform: translateY(0); transition: opacity 0.72s ease, transform 0.72s ease; }

@media (max-width: 1200px) {
  :root { --company-container: min(100% - 48px, 1120px); }
  .company-scale-grid { grid-template-columns: repeat(2, 1fr); }
  .company-system-line { grid-template-columns: repeat(4, 1fr); gap: 34px 0; }
  .company-system-line::before,
  .company-system-line::after { display: none; }
  .company-values-grid,
  .company-why-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .company-hero { min-height: 820px; }
  .company-hero-content { min-height: 640px; padding-top: 48px; }
  .company-facts-grid { grid-template-columns: repeat(2, 1fr); }
  .company-facts-grid article:nth-child(2) { border-right: 0; }
  .company-facts-grid article:nth-child(-n+2) { border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
  .company-intro-layout { grid-template-columns: 1fr; gap: 45px; }
  .company-intro-visual { min-height: 390px; }
  .company-intro-visual img { min-height: 390px; }
  .company-section-head { display: block; }
  .company-section-head > p { margin-top: 14px; text-align: left; }
  .company-cta-card { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 640px) {
  :root { --company-container: min(100% - 32px, 600px); }
  .company-hero { min-height: 1000px; }
  .company-hero-image { background-position: 63% center; }
  .company-hero-overlay { background: linear-gradient(90deg, rgba(3, 7, 10, 0.97), rgba(3, 7, 10, 0.76)); }
  .company-hero-content { min-height: 650px; padding: 36px 0 370px; }
  .company-breadcrumb { margin-bottom: 36px; font-size: 11px; flex-wrap: wrap; }
  .company-hero h1 { font-size: 69px; }
  .company-hero h2 { font-size: 27px; }
  .company-hero-copy > p:not(.company-kicker) { font-size: 14px; }
  .company-hero-actions { flex-direction: column; }
  .company-primary-btn,
  .company-secondary-btn { width: 100%; }
  .company-facts-grid { grid-template-columns: 1fr; }
  .company-facts-grid article,
  .company-facts-grid article:nth-child(2) { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
  .company-facts-grid article:last-child { border-bottom: 0; }
  .company-intro-section,
  .company-scale-section,
  .company-system-section,
  .company-values-section,
  .company-why-section { padding: 68px 0; }
  .company-intro-visual,
  .company-intro-visual img { min-height: 300px; }
  .company-intro-copy h2,
  .company-system-heading h2,
  .company-why-intro h2 { font-size: 44px; }
  .company-scale-grid,
  .company-values-grid,
  .company-why-grid { grid-template-columns: 1fr; }
  .company-system-line { grid-template-columns: 1fr; gap: 14px; margin-top: 35px; padding-top: 0; }
  .company-system-line article { display: grid; grid-template-columns: 40px 75px 1fr; align-items: center; gap: 10px; padding: 17px 0; text-align: left; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .company-system-line article::before { display: none; }
  .company-system-line h3,
  .company-system-line p { margin: 0; }
  .company-cta-section { padding-bottom: 68px; }
  .company-cta-card { padding: 35px 28px; }
  .company-cta-card a { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .company-reveal,
  [data-company-hero] { opacity: 1 !important; transform: none !important; transition: none !important; }
  .company-hero-image { transform: scale(1.06) !important; }
}

/* ===== About Us navbar text wrapping fix ===== */

.project-header .project-nav-dropdown {
  position: relative;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.project-header .project-nav-dropdown-toggle {
  width: auto !important;
  min-width: max-content !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 !important;
  margin: 0 !important;
  border: 0;
  background: transparent;
  color: #111111;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  line-height: 1 !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap !important;
  cursor: pointer;
}

.project-header .project-nav-dropdown-toggle span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  font-size: 13px;
  line-height: 1;
}

.project-header .project-nav-dropdown-toggle.active {
  color: var(--company-red);
}

/* Mobile navigation */
@media (max-width: 1200px) {
  .project-header .project-nav-dropdown {
    width: 100%;
    display: block;
  }

  .project-header .project-nav-dropdown-toggle {
    width: 100% !important;
    min-width: 0 !important;
    justify-content: space-between;
    white-space: nowrap !important;
  }
}

/*logo */
.brand__logo-image {
  display: block;
  width: 70px;
  max-width: 100%;
  height: auto;
}

.footer-logo-image {
  display: block;
  width: 75px;
  max-width: 100%;
  height: auto;
}

@media (max-width: 640px) {
  .brand__logo-image {
    width: 70px;
  }

  .footer-logo-image {
    width: 75px;
  }
}

.client-logo::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 70%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(140, 32, 32, 0.12), transparent);
  transform: skewX(-18deg);
}

/* ===== Company profile, capabilities and leadership snapshot ===== */
.company-snapshot-section {
  position: relative;
  padding: 82px 0 88px;
  background:
    linear-gradient(90deg, rgba(140, 32, 32, 0.03) 1px, transparent 1px),
    linear-gradient(180deg, rgba(17, 17, 17, 0.02) 1px, transparent 1px),
    #f8f6f4;
  background-size: 120px 120px;
  overflow: hidden;
}

.company-snapshot-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(1500px, calc(100% - 80px));
  height: 4px;
  background: linear-gradient(90deg, var(--company-red), var(--company-red-bright), transparent 72%);
  transform: translateX(-50%);
}

.company-snapshot-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 30px;
}

.company-snapshot-heading h2 {
  margin: 0;
  color: var(--company-ink);
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(42px, 4.3vw, 64px);
  font-weight: 900;
  line-height: 0.94;
  text-transform: uppercase;
}

.company-snapshot-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1.18fr;
  align-items: stretch;
  border-top: 1px solid var(--company-line);
  border-left: 1px solid var(--company-line);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.07);
}

.company-snapshot-card {
  position: relative;
  min-height: 390px;
  display: flex;
  flex-direction: column;
  padding: 34px 34px 30px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.94);
  border-right: 1px solid var(--company-line);
  border-bottom: 1px solid var(--company-line);
  transition: transform 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
}

.company-snapshot-card::before {
  content: "";
  position: absolute;
  right: -66px;
  bottom: -85px;
  width: 190px;
  height: 190px;
  border: 25px solid rgba(140, 32, 32, 0.045);
  border-radius: 50%;
  pointer-events: none;
  transition: transform 0.55s ease, opacity 0.55s ease;
}

.company-snapshot-card:hover {
  z-index: 2;
  transform: translate3d(var(--snapshot-x, 0), calc(-8px + var(--snapshot-y, 0)), 0);
  background: #ffffff;
  box-shadow: 0 30px 75px rgba(140, 32, 32, 0.12);
}

.company-snapshot-card:hover::before {
  transform: scale(1.13) rotate(12deg);
  opacity: 0.85;
}

.company-snapshot-card-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 23px;
}

.company-snapshot-card-head p {
  margin: 0;
  color: var(--company-red);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.05px;
  text-transform: uppercase;
}

.company-snapshot-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: var(--company-red);
  border: 1px solid rgba(140, 32, 32, 0.25);
  background: rgba(140, 32, 32, 0.035);
  transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease;
}

.company-snapshot-icon svg {
  width: 23px;
  height: 23px;
  fill: currentColor;
}

.company-snapshot-card:hover .company-snapshot-icon {
  color: #ffffff;
  background: var(--company-red);
  transform: rotate(-6deg) scale(1.04);
}

.company-snapshot-card > h3,
.company-leader-card h3 {
  margin: 0;
  color: #151515;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-weight: 800;
  line-height: 1.02;
  text-transform: uppercase;
}

.company-snapshot-card > h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 17px;
  font-size: 28px;
}

.company-snapshot-card > p {
  position: relative;
  z-index: 1;
  margin: 0 0 14px;
  color: rgba(17, 17, 17, 0.66);
  font-size: 13px;
  line-height: 1.7;
}

.company-snapshot-card > a {
  position: relative;
  z-index: 1;
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-top: auto;
  padding-top: 20px;
  color: var(--company-red);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.45px;
  text-transform: uppercase;
}

.company-snapshot-card > a span {
  transition: transform 0.25s ease;
}

.company-snapshot-card > a:hover span {
  transform: translateX(6px);
}

.company-capability-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.company-capability-list li {
  position: relative;
  padding-left: 21px;
  color: rgba(17, 17, 17, 0.68);
  font-size: 12.5px;
  line-height: 1.48;
}

.company-capability-list li::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 7px;
  height: 7px;
  background: var(--company-red);
  transform: rotate(45deg);
}

.company-leader-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 18px;
}

.company-leader-card {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  padding: 16px;
  border: 1px solid rgba(140, 32, 32, 0.13);
  background: linear-gradient(135deg, #ffffff, #faf7f5);
  transition: transform 0.32s ease, border-color 0.32s ease, box-shadow 0.32s ease;
}

.company-leader-card:hover {
  transform: translateX(7px);
  border-color: rgba(140, 32, 32, 0.42);
  box-shadow: 0 15px 38px rgba(140, 32, 32, 0.09);
}

.company-leader-photo-wrap {
  position: relative;
  width: 88px;
  height: 104px;
  overflow: hidden;
  background: #f2efed;
  border: 1px solid rgba(140, 32, 32, 0.18);
}

.company-leader-photo-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 5px solid rgba(255, 255, 255, 0.55);
  pointer-events: none;
}

.company-leader-photo-wrap img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
  filter: saturate(0.88);
  transform: scale(1.02);
  transition: transform 0.55s ease, filter 0.55s ease;
}

.company-leader-card:hover img {
  filter: saturate(1);
  transform: scale(1.08);
}

.company-leader-card h3 {
  font-size: 19px;
}

.company-leader-card strong {
  display: block;
  margin-top: 4px;
  color: var(--company-red);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.35px;
  text-transform: uppercase;
}

.company-leader-card p {
  margin: 8px 0 0;
  color: rgba(17, 17, 17, 0.61);
  font-size: 11.5px;
  line-height: 1.5;
}

.company-snapshot-card.company-reveal {
  transform: translateY(38px) scale(0.985);
}

.company-snapshot-card.company-reveal.is-visible {
  transform: translateY(0) scale(1);
}

.company-snapshot-card:nth-child(1).is-visible { transition-delay: 60ms !important; }
.company-snapshot-card:nth-child(2).is-visible { transition-delay: 150ms !important; }
.company-snapshot-card:nth-child(3).is-visible { transition-delay: 240ms !important; }

@media (max-width: 1180px) {
  .company-snapshot-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .company-leadership-panel {
    grid-column: 1 / -1;
    min-height: auto;
  }

  .company-leader-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .company-snapshot-section {
    padding: 64px 0 70px;
  }

  .company-snapshot-section::before {
    width: calc(100% - 32px);
  }

  .company-snapshot-heading {
    display: block;
    margin-bottom: 24px;
  }

  .company-snapshot-heading h2 {
    font-size: 43px;
  }

  .company-snapshot-grid,
  .company-leader-list {
    grid-template-columns: 1fr;
  }

  .company-leadership-panel {
    grid-column: auto;
  }

  .company-snapshot-card {
    min-height: auto;
    padding: 29px 25px 27px;
  }
}

@media (max-width: 430px) {
  .company-leader-card {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 13px;
    padding: 13px;
  }

  .company-leader-photo-wrap {
    width: 72px;
    height: 90px;
  }

  .company-leader-card h3 {
    font-size: 17px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .company-snapshot-card,
  .company-leader-card,
  .company-leader-photo-wrap img,
  .company-snapshot-icon {
    transform: none !important;
    transition: none !important;
  }
}

/* ===== Company Overview: homepage-style sticky responsive menu ===== */
.company-overview-page {
  --sticky-navbar-height: 92px;
}

.company-overview-page .company-profile-navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 11000;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 18px max(28px, calc((100vw - var(--container)) / 2));
  overflow: visible;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid rgba(140, 32, 32, 0.12);
  box-shadow: 0 10px 34px rgba(0, 0, 0, 0.07);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: padding 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.company-overview-page .company-profile-navbar.is-scrolled {
  padding-top: 12px;
  padding-bottom: 12px;
  background: rgba(255, 255, 255, 0.985);
  box-shadow: 0 14px 42px rgba(0, 0, 0, 0.11);
}

.company-overview-page .company-hero {
  padding-top: var(--sticky-navbar-height);
}

.company-overview-page .company-profile-navbar .nav-menu,
.company-overview-page .company-profile-navbar .nav-dropdown,
.company-overview-page .company-profile-navbar .nav-dropdown-menu {
  overflow: visible;
}

.company-overview-page .company-profile-navbar .nav-dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.company-overview-page .company-profile-navbar .nav-dropdown-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #111111;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.25s ease;
}

.company-overview-page .company-profile-navbar .nav-dropdown-toggle > span {
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  transition: transform 0.25s ease;
}

.company-overview-page .company-profile-navbar .nav-dropdown-toggle::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -9px;
  width: 0;
  height: 2px;
  background: var(--company-red);
  transition: width 0.25s ease;
}

.company-overview-page .company-profile-navbar .nav-dropdown:hover .nav-dropdown-toggle,
.company-overview-page .company-profile-navbar .nav-dropdown.open .nav-dropdown-toggle,
.company-overview-page .company-profile-navbar .nav-dropdown-toggle:focus-visible,
.company-overview-page .company-profile-navbar .nav-dropdown-toggle.active {
  color: var(--company-red);
}

.company-overview-page .company-profile-navbar .nav-dropdown:hover .nav-dropdown-toggle::after,
.company-overview-page .company-profile-navbar .nav-dropdown.open .nav-dropdown-toggle::after,
.company-overview-page .company-profile-navbar .nav-dropdown-toggle:focus-visible::after,
.company-overview-page .company-profile-navbar .nav-dropdown-toggle.active::after {
  width: 100%;
}

.company-overview-page .company-profile-navbar .nav-dropdown:hover .nav-dropdown-toggle > span,
.company-overview-page .company-profile-navbar .nav-dropdown.open .nav-dropdown-toggle > span {
  transform: rotate(180deg);
}

.company-overview-page .company-profile-navbar .nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 24px);
  left: -20px;
  z-index: 11020;
  min-width: 250px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.99);
  border: 1px solid rgba(140, 32, 32, 0.16);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.16);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 0.24s ease, visibility 0.24s ease, transform 0.24s ease;
}

.company-overview-page .company-profile-navbar .nav-dropdown:hover .nav-dropdown-menu,
.company-overview-page .company-profile-navbar .nav-dropdown:focus-within .nav-dropdown-menu,
.company-overview-page .company-profile-navbar .nav-dropdown.open .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.company-overview-page .company-profile-navbar .nav-dropdown-menu a,
.company-overview-page .company-profile-navbar .nav-dropdown-menu a:link,
.company-overview-page .company-profile-navbar .nav-dropdown-menu a:visited {
  display: block;
  width: 100%;
  padding: 14px 15px;
  color: #111111;
  background: transparent;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
  border-left: 3px solid transparent;
  transition: color 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

.company-overview-page .company-profile-navbar .nav-dropdown-menu a::after {
  display: none;
  content: none;
}

.company-overview-page .company-profile-navbar .nav-dropdown-menu a:hover,
.company-overview-page .company-profile-navbar .nav-dropdown-menu a.active {
  color: var(--company-red);
  background: rgba(140, 32, 32, 0.07);
  border-left-color: var(--company-red);
}

@media (max-width: 1024px) {
  .company-overview-page .company-profile-navbar,
  .company-overview-page .company-profile-navbar.is-scrolled {
    padding: 14px 24px;
  }

  .company-overview-page .company-profile-navbar .nav-menu {
    position: fixed;
    top: var(--sticky-navbar-height);
    left: 0;
    right: 0;
    width: 100%;
    max-height: calc(100dvh - var(--sticky-navbar-height));
    margin: 0;
    padding: 22px 24px 30px;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    background: rgba(255, 255, 255, 0.99);
    border: 0;
    border-top: 1px solid rgba(140, 32, 32, 0.12);
    box-shadow: 0 24px 55px rgba(0, 0, 0, 0.15);
  }

  .company-overview-page .company-profile-navbar .nav-dropdown {
    display: block;
    width: 100%;
  }

  .company-overview-page .company-profile-navbar .nav-dropdown-toggle {
    width: 100%;
    justify-content: space-between;
    padding: 10px 0;
    text-align: left;
  }

  .company-overview-page .company-profile-navbar .nav-dropdown-toggle::after {
    bottom: 4px;
  }

  .company-overview-page .company-profile-navbar .nav-dropdown-menu {
    position: static;
    display: none;
    min-width: 0;
    width: 100%;
    margin: 4px 0 8px;
    padding: 4px 0 4px 14px;
    background: rgba(140, 32, 32, 0.035);
    border: 0;
    border-left: 2px solid rgba(140, 32, 32, 0.22);
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }

  .company-overview-page .company-profile-navbar .nav-dropdown.open .nav-dropdown-menu {
    display: block;
    animation: companyMobileSubmenu 0.25s ease both;
  }

  .company-overview-page .company-profile-navbar .nav-dropdown-menu a {
    padding: 12px 13px;
  }
}

@media (max-width: 640px) {
  .company-overview-page .company-profile-navbar,
  .company-overview-page .company-profile-navbar.is-scrolled {
    padding: 12px 16px;
  }

  .company-overview-page .company-profile-navbar .nav-menu {
    padding: 18px 20px 28px;
  }
}

@keyframes companyMobileSubmenu {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .company-overview-page .company-profile-navbar,
  .company-overview-page .company-profile-navbar *,
  .company-overview-page .company-profile-navbar *::before,
  .company-overview-page .company-profile-navbar *::after {
    transition: none !important;
    animation: none !important;
  }
}

