/**
 * About Us template — black / white + theme red accent only (matches style.css).
 * Header uses the same global theme header as the home page (no overrides).
 */

:root {
  --about-accent: var(--steeler-red, #cb000d);
  --about-accent-dark: var(--steeler-red-dark, #9d0009);
  --about-dark: #000000;
  --about-charcoal: #000000;
  --about-text-muted: rgba(0, 0, 0, 0.65);
  --about-divider: rgba(255, 255, 255, 0.14);
}

.section-padding {
  padding-top: clamp(3.5rem, 7vw, 5.5rem);
  padding-bottom: clamp(3.5rem, 7vw, 5.5rem);
}

.about-label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--about-accent);
  margin-bottom: 0.65rem;
}

.about-label--dark {
  color: var(--about-accent);
}

.about-heading {
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 1rem;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
}

.about-heading--dark {
  color: #0a0a0a;
}

.about-body {
  font-size: 1rem;
  line-height: 1.75;
  color: rgba(0, 0, 0, 0.72);
  margin-bottom: 0;
}

.about-body--muted {
  color: rgba(255, 255, 255, 0.82);
}

.about-btn-outline {
  border: 2px solid var(--about-accent);
  color: var(--about-accent);
  background: transparent;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.65rem 1.5rem;
  border-radius: 2px;
}

.about-btn-outline:hover {
  background: var(--about-accent);
  color: #ffffff !important;
}

.about-btn-gold {
  background: linear-gradient(135deg, var(--about-accent), var(--about-accent-dark));
  color: #ffffff !important;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0.85rem 2rem;
  border-radius: 2px;
  border: none;
}

.about-btn-gold:hover {
  filter: brightness(1.1);
  color: #ffffff !important;
}

/* ---------- Who we are (dark band — image + copy + icon row) ---------- */
.about-who--dark {
  background: var(--about-dark);
}

.about-who__img-wrap {
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.about-who__img {
  width: 100%;
  min-height: 320px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.about-label--on-dark {
  color: var(--about-accent);
  letter-spacing: 0.28em;
  margin-bottom: 0.85rem;
}

.about-heading--on-dark {
  color: #fff;
  font-size: clamp(1.75rem, 3.2vw, 2.5rem);
  font-weight: 800;
  margin-bottom: 1.25rem;
}

.about-body--on-dark {
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(0.95rem, 1.15vw, 1.05rem);
  line-height: 1.75;
  max-width: 38rem;
  margin-bottom: 0;
}

.about-features-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 0;
  margin-top: clamp(1.75rem, 4vw, 2.5rem);
  padding-top: clamp(1.5rem, 3vw, 2rem);
  border-top: 1px solid var(--about-divider);
}

.about-feature-item {
  flex: 1 1 22%;
  min-width: 8.5rem;
  max-width: 100%;
  text-align: center;
  padding: 0.65rem 0.85rem;
  border-right: 1px solid var(--about-divider);
}

.about-feature-item:last-child {
  border-right: none;
}

.about-feature-item__icon {
  display: block;
  font-size: clamp(1.5rem, 2.5vw, 1.85rem);
  color: var(--about-accent);
  margin: 0 auto 0.65rem;
  line-height: 1;
  font-style: normal;
  font-weight: 900;
}

.about-feature-item__label {
  display: block;
  font-family: var(--font-main, "Montserrat", system-ui, sans-serif);
  font-size: clamp(0.68rem, 1.05vw, 0.78rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 1.4;
  color: #fff;
}

@media (max-width: 767.98px) {
  .about-feature-item {
    flex: 1 1 46%;
    border-right: none;
    border-bottom: 1px solid var(--about-divider);
    padding: 1rem 0.65rem;
  }

  .about-feature-item:last-child {
    border-bottom: none;
  }
}

@media (max-width: 575.98px) {
  .about-feature-item {
    flex: 1 1 100%;
  }
}

/* ---------- Stats ---------- */
.about-stats {
  background: var(--about-dark);
  padding: clamp(2.5rem, 5vw, 3.5rem) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.about-stats__row > [class*="col"] {
  position: relative;
}

@media (min-width: 992px) {
  .about-stats__row > [class*="col"]:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 10%;
    bottom: 10%;
    right: 0;
    width: 1px;
    background: var(--about-divider);
  }
}

.about-stat {
  padding: 0.5rem 1rem;
}

.about-stat__value {
  display: inline;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  color: var(--about-accent);
  line-height: 1.2;
}

.about-stat__suffix {
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 900;
  color: var(--about-accent);
}

.about-stat__label {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.85);
}

/* ---------- Journey (split: intro left + horizontal timeline) ---------- */
.about-journey--split {
  background: #ffffff;
}

.about-journey__intro-col {
  padding-right: clamp(0.5rem, 2vw, 1.5rem);
}

.about-label--journey {
  color: var(--about-accent);
  letter-spacing: 0.22em;
  margin-bottom: 0.85rem;
}

.about-journey__title {
  font-family: var(--font-main, "Montserrat", system-ui, sans-serif);
  font-size: clamp(1.65rem, 2.8vw, 2.15rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #000000;
  margin: 0 0 1.15rem;
}

.about-journey__lead {
  font-family: var(--font-main, "Montserrat", system-ui, sans-serif);
  font-size: clamp(0.95rem, 1.2vw, 1.05rem);
  line-height: 1.7;
  color: var(--about-text-muted);
  margin: 0;
  max-width: 28rem;
}

.about-journey__timeline {
  position: relative;
  padding-top: 0.25rem;
  min-height: 12rem;
}

.about-journey__milestones {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.65rem;
  position: relative;
  z-index: 1;
}

/* Dashed connector through icon row (center of 72px circles ≈ 36px) */
.about-journey__timeline::before {
  content: "";
  position: absolute;
  left: 6%;
  right: 6%;
  top: 36px;
  height: 0;
  border-top: 1px dashed rgba(0, 0, 0, 0.18);
  z-index: 0;
  pointer-events: none;
}

.about-milestone {
  text-align: center;
  padding: 0 0.35rem;
  position: relative;
  z-index: 1;
}

.about-milestone__icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  background: #000000;
  color: var(--about-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.45rem;
  border: none;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.about-milestone__icon .fa-solid,
.about-service-card__icon .fa-solid {
  font-style: normal;
  font-weight: 900;
}

.about-milestone__title {
  font-family: var(--font-main, "Montserrat", system-ui, sans-serif);
  font-size: 0.98rem;
  font-weight: 800;
  margin: 0 0 0.5rem;
  color: #000000;
  line-height: 1.25;
}

.about-milestone__text {
  font-family: var(--font-main, "Montserrat", system-ui, sans-serif);
  font-size: 0.8rem;
  color: var(--about-text-muted);
  line-height: 1.55;
  margin: 0;
}

@media (max-width: 991.98px) {
  .about-journey__timeline::before {
    display: none;
  }

  .about-journey__milestones {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem 0.75rem;
  }
}

@media (max-width: 575.98px) {
  .about-journey__milestones {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .about-journey__intro-col {
    padding-right: 0;
  }
}

/* ---------- Services ---------- */
.about-services {
  background: var(--about-charcoal);
}

.about-services .about-heading {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
}

.about-service-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(195, 0, 0, 0.35);
  border-radius: 4px;
  padding: 1.5rem 1.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.about-service-card:hover {
  border-color: rgba(195, 0, 0, 0.85);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.35);
}

.about-service-card__icon {
  display: block;
  font-size: 1.75rem;
  color: var(--about-accent);
  margin-bottom: 1rem;
  line-height: 1;
}

.about-service-card__title {
  font-size: 1rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 0.5rem;
}

.about-service-card__text {
  font-size: 0.875rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
  flex: 1;
}

/* ---------- Expertise (split: intro left + 5 columns) ---------- */
.about-expertise--split {
  background: #ffffff;
}

.about-expertise__shell {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.5rem;
}

@media (min-width: 992px) {
  .about-expertise__shell {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: clamp(2rem, 4vw, 3.5rem);
  }

  .about-expertise__intro-col {
    flex: 0 1 34%;
    max-width: 22rem;
  }

  .about-expertise__items {
    flex: 1 1 62%;
    min-width: 0;
  }
}

.about-label--expertise {
  color: var(--about-accent);
  letter-spacing: 0.22em;
  margin-bottom: 0.85rem;
}

.about-expertise__title {
  font-family: var(--font-main, "Montserrat", system-ui, sans-serif);
  font-size: clamp(1.45rem, 2.4vw, 1.95rem);
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: -0.02em;
  color: #000000;
  margin: 0 0 1rem;
}

.about-expertise__lead {
  font-family: var(--font-main, "Montserrat", system-ui, sans-serif);
  font-size: clamp(0.92rem, 1.15vw, 1rem);
  line-height: 1.65;
  color: var(--about-text-muted);
  margin: 0;
  max-width: 26rem;
}

.about-expertise__row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1.25rem 0.85rem;
  align-items: start;
}

.about-exp-item {
  text-align: left;
  padding: 0;
}

.about-exp-item__icon {
  display: block;
  font-size: 1.55rem;
  color: var(--about-accent);
  margin-bottom: 0.65rem;
  line-height: 1;
  font-style: normal;
  font-weight: 900;
}

.about-exp-item__title {
  font-family: var(--font-main, "Montserrat", system-ui, sans-serif);
  font-size: 0.92rem;
  font-weight: 800;
  margin: 0 0 0.4rem;
  color: #000000;
  line-height: 1.25;
}

.about-exp-item__text {
  font-family: var(--font-main, "Montserrat", system-ui, sans-serif);
  font-size: 0.78rem;
  line-height: 1.55;
  color: var(--about-text-muted);
  margin: 0;
}

@media (max-width: 1199.98px) {
  .about-expertise__row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .about-expertise__row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 479.98px) {
  .about-expertise__row {
    grid-template-columns: 1fr;
  }
}

/* ---------- Projects ---------- */
.about-projects {
  background: #000000;
}

.about-carousel .carousel-inner {
  overflow: visible;
}

.about-carousel__ctrl {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(195, 0, 0, 0.35);
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}

.about-carousel__ctrl .carousel-control-prev-icon,
.about-carousel__ctrl .carousel-control-next-icon {
  filter: brightness(0) invert(1);
}

.about-project-slide {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid rgba(195, 0, 0, 0.45);
  background: #000000;
}

.about-project-slide__media {
  height: 280px;
  overflow: hidden;
}

.about-project-slide__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-project-slide__body {
  padding: 1.25rem 1.35rem 1.5rem;
}

.about-project-slide__title {
  font-size: 1.15rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 0.5rem;
}

.about-project-slide__text {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
}

/* ---------- Why (icon left + copy right, column dividers) ---------- */
.about-why--bar {
  background: #ffffff;
}

.about-label--why {
  text-align: left;
  margin-bottom: clamp(1.75rem, 3vw, 2.25rem);
  margin-top: 0;
  font-size: 0.75rem;
}

.about-why__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  align-items: stretch;
}

.about-why-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 0.35rem 1rem 0.35rem 0;
  position: relative;
  text-align: left;
}

.about-why-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 12%;
  bottom: 12%;
  right: 0;
  width: 1px;
  background: rgba(0, 0, 0, 0.12);
  pointer-events: none;
}

.about-why-item__icon-wrap {
  flex-shrink: 0;
  width: 2.25rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 0.15rem;
}

.about-why-item__icon {
  font-size: 1.65rem;
  line-height: 1;
  color: var(--about-accent);
  font-style: normal;
  font-weight: 900;
}

.about-why-item__body {
  min-width: 0;
  flex: 1;
}

.about-why-item__title {
  font-family: var(--font-main, "Montserrat", system-ui, sans-serif);
  font-size: clamp(0.88rem, 1.05vw, 0.98rem);
  font-weight: 800;
  line-height: 1.3;
  color: #000000;
  margin: 0 0 0.45rem;
}

.about-why-item__text {
  font-family: var(--font-main, "Montserrat", system-ui, sans-serif);
  font-size: clamp(0.72rem, 0.9vw, 0.82rem);
  line-height: 1.55;
  color: var(--about-text-muted);
  margin: 0;
}

@media (max-width: 1199.98px) {
  .about-why__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem 1.5rem;
  }

  .about-why-item::after {
    display: none;
  }

  .about-why-item {
    padding-right: 0.25rem;
  }
}

@media (max-width: 575.98px) {
  .about-why__grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .about-why-item {
    padding: 0 0 1.25rem;
    margin-bottom: 1.25rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .about-why-item::after {
    display: none !important;
  }

  .about-why-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

/* ---------- CTA ---------- */
.about-cta {
  position: relative;
  padding: clamp(3rem, 7vw, 5rem) 0;
  overflow: hidden;
}

.about-cta__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.about-cta__overlay {
  position: absolute;
  inset: 0;
  background: rgba(8, 8, 8, 0.82);
}

.about-cta .container-xl {
  z-index: 2;
}

.about-cta__title {
  font-size: clamp(1.65rem, 3.5vw, 2.75rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.2;
  margin: 0 0 1rem;
}

.about-cta__gold {
  display: block;
  color: var(--about-accent);
}

.about-cta__lead {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.82);
  margin: 0;
  max-width: 36rem;
}

.about-editor {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.about-editor__inner {
  max-width: 820px;
}
