/**
 * @file
 * About Us page styles for OPTiMO Drupal theme
 * Uses standalone classes (no body class dependency)
 */

/* ============================================
   ABOUT US PAGE WRAPPER
   ============================================ */

.about-page-wrapper {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

/* ============================================
   HERO SECTION - SPLIT LAYOUT
   ============================================ */

.about-hero {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  min-height: 400px;
}

.about-hero-left {
  flex: 0 0 40%;
  min-width: 320px;
  background-color: #006080;
  background-image: url("../images/home-2018-assets/approach-bg.svg");
  background-size: cover;
  background-position: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 60px 40px;
}

.about-hero-left-inner {
  max-width: 420px;
  text-align: left;
}

.about-hero-left h1 {
  font-family: "Neo Sans W01", Arial, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.35;
  margin: 0;
  color: #fff;
}

.about-hero-right {
  flex: 1 1 60%;
  min-width: 320px;
  background-image: url("../images/about/optimo-office.jpg");
  background-size: cover;
  background-position: center;
  min-height: 400px;
}

/* ============================================
   INTRO CARD - OVERLAPPING
   ============================================ */

.about-intro-wrapper {
  background-color: #f5f5f5;
  padding: 0 5%;
}

.about-intro-card {
  background: #fff;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
  padding: 40px 50px;
  max-width: 1000px;
  margin: -80px auto 0;
  position: relative;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.about-intro-badges {
  flex: 0 0 200px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  border-right: 1px solid #e0e0e0;
  padding-right: 40px;
}

.about-badge-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.about-badge-item img {
  height: 45px;
  width: auto;
}

.about-badge-item span {
  font-family: "Neo Sans W01 Medium", Arial, sans-serif;
  font-size: 1em;
  color: #333;
  font-weight: 600;
}

.about-intro-text {
  flex: 1;
  min-width: 300px;
  line-height: 1.85;
  color: #333;
  font-size: 1em;
}

.about-intro-text p {
  margin: 0 0 1.2em 0;
}

.about-intro-text p:last-child {
  margin-bottom: 0;
}

/* ============================================
   PLEDGE SECTION
   ============================================ */

.about-pledge-section {
  background-color: #f5f5f5;
  padding: 70px 5%;
  text-align: center;
}

.about-pledge-quote {
  font-family: "Neo Sans W01 Light", Arial, sans-serif;
  font-size: 1.5em;
  color: #006080;
  font-style: italic;
  max-width: 900px;
  margin: 0 auto 60px;
  line-height: 1.55;
  border-left: 4px solid #006080;
  padding-left: 30px;
  text-align: left;
}

.about-pledge-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
  max-width: 1100px;
  margin: 0 auto;
}

.about-pledge-item {
  flex: 0 0 300px;
  max-width: 320px;
  text-align: center;
}

.about-pledge-icon {
  width: 90px;
  height: 90px;
  margin: 0 auto 25px;
}

.about-pledge-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.about-pledge-item p {
  color: #444;
  font-size: 0.95em;
  line-height: 1.75;
  margin: 0;
}

/* ============================================
   LEADERSHIP TEAM
   ============================================ */

.about-leadership-section {
  background: #fff;
  padding: 70px 5%;
  text-align: center;
}

.about-leadership-section h2 {
  font-family: "Neo Sans W01", Arial, sans-serif;
  font-size: 1.9em;
  color: #006080;
  margin: 0 0 50px 0;
  font-weight: 400;
}

.about-leadership-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 35px;
  max-width: 1100px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
}

.about-leader-card {
  flex: 0 0 170px;
  text-align: center;
  list-style: none;
}

.about-leader-photo {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 18px;
  background: #e8e8e8;
}

.about-leader-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.about-leader-name {
  font-family: "Neo Sans W01 Medium", Arial, sans-serif;
  font-size: 1em;
  color: #006080;
  margin-bottom: 6px;
  font-weight: 600;
}

.about-leader-title {
  font-family: "Neo Sans W01 Light", Arial, sans-serif;
  font-size: 0.82em;
  color: #666;
  line-height: 1.4;
}

/* ============================================
   CERTIFICATIONS
   ============================================ */

.about-certifications-section {
  background: #f5f5f5;
  padding: 70px 5%;
  text-align: center;
}

.about-certifications-section h2 {
  font-family: "Neo Sans W01", Arial, sans-serif;
  font-size: 1.7em;
  color: #333;
  margin: 0 0 45px 0;
  font-weight: 400;
}

.about-certifications-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 35px 55px;
  max-width: 1000px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
}

.about-cert-item {
  list-style: none;
}

.about-cert-item img {
  max-height: 55px;
  width: auto;
  opacity: 0.85;
  transition: opacity 0.3s ease;
}

.about-cert-item img:hover {
  opacity: 1;
}

/* ============================================
   CONTRACT VEHICLES & NAICS
   ============================================ */

.about-contracts-section {
  background: #f5f5f5;
  padding: 30px 5% 70px;
}

.about-contracts-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
}

.about-contracts-card {
  flex: 1;
  min-width: 280px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0,0,0,0.08);
  padding: 35px 40px;
}

.about-contracts-card h3 {
  font-family: "Neo Sans W01", Arial, sans-serif;
  font-size: 1.35em;
  color: #333;
  margin: 0 0 25px 0;
  font-weight: 400;
}

.about-contracts-card a {
  color: #006080;
  text-decoration: none;
}

.about-contracts-card a:hover {
  text-decoration: underline;
}

.about-naics-list {
  column-count: 2;
  column-gap: 35px;
  font-size: 0.88em;
  list-style: none;
  padding: 0;
  margin: 0;
}

.about-naics-list li {
  break-inside: avoid-column;
  margin-bottom: 10px;
  display: flex;
  gap: 10px;
}

.about-naics-list strong {
  color: #006080;
  min-width: 65px;
  font-weight: 600;
}

/* ============================================
   CUSTOMERS
   ============================================ */

.about-customers-section {
  background: #fff;
  padding: 70px 5%;
  text-align: center;
}

.about-customers-section h2 {
  font-family: "Neo Sans W01", Arial, sans-serif;
  font-size: 1.5em;
  color: #666;
  margin: 0 0 40px 0;
  font-weight: 400;
}

.about-customers-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 35px 50px;
  max-width: 1100px;
  margin: 0 auto;
}

.about-customer-logo img {
  max-height: 65px;
  max-width: 130px;
  width: auto;
  opacity: 0.75;
  transition: opacity 0.3s ease;
}

.about-customer-logo img:hover {
  opacity: 1;
}

/* ============================================
   CTA SECTION
   ============================================ */

.about-cta-section {
  background-color: #006080;
  background-image: url("../images/home-2018-assets/approach-bg.svg");
  background-size: cover;
  background-position: center;
  padding: 70px 5%;
  text-align: center;
  color: #fff;
}

.about-cta-section h2 {
  font-family: "Neo Sans W01", Arial, sans-serif;
  font-size: 1.9em;
  color: #fff;
  margin: 0 0 18px 0;
  font-weight: 400;
}

.about-cta-section > p {
  font-size: 1.15em;
  margin: 0 0 35px 0;
  color: #fff;
  opacity: 0.92;
}

.about-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
}

.about-cta-buttons a {
  display: inline-block;
  padding: 14px 35px;
  border: 2px solid #fff;
  color: #fff;
  text-decoration: none;
  font-family: "Neo Sans W01 Medium", Arial, sans-serif;
  font-size: 1.05em;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.about-cta-buttons a:hover {
  background: #fff;
  color: #006080;
}

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

@media (max-width: 900px) {
  .about-hero-left,
  .about-hero-right {
    flex: 0 0 100%;
  }
  
  .about-hero-left {
    justify-content: center;
    min-height: 280px;
    padding: 50px 30px;
  }
  
  .about-hero-left-inner {
    text-align: center;
    max-width: 100%;
  }
  
  .about-hero-right {
    min-height: 280px;
  }
  
  .about-intro-card {
    flex-direction: column;
    margin-top: -50px;
    padding: 30px;
  }
  
  .about-intro-badges {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
    padding-right: 0;
    padding-bottom: 25px;
    gap: 30px;
  }
  
  .about-pledge-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .about-naics-list {
    column-count: 1;
  }
}

@media (max-width: 600px) {
  .about-hero-left h1 {
    font-size: 1.5em;
  }
  
  .about-pledge-quote {
    font-size: 1.2em;
  }
  
  .about-leader-card {
    flex: 0 0 140px;
  }
  
  .about-leader-photo {
    width: 100px;
    height: 100px;
  }
}
