body {
  background: var(--off);
}

site-header,
site-footer {
  display: block;
}

.primary-nav a[aria-current="page"] {
  color: var(--red);
}

.site-header.is-scrolled .primary-nav a[aria-current="page"] {
  color: #d48700;
}

.about-hero {
  position: relative;
  min-height: clamp(440px, 32vw, 560px);
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: clamp(125px, 9vw, 165px) 0 clamp(50px, 4vw, 80px);
  background: url("../assets/Global assets/companyherobanner.png") center / 100% 100% no-repeat;
}

@media (min-width: 1024px) and (max-width: 1599px) {
  .about-hero {
    min-height: clamp(380px, 28vw, 440px);
    padding-top: clamp(140px, 10.5vw, 175px);
    padding-bottom: clamp(55px, 4.5vw, 75px);
    background-size: 100% 100%;
    background-position: center center;
  }
}

.about-hero::after {
  display: none;
}

.about-hero-art {
  display: none;
}

.about-hero-art-left {
  left: -3%;
}

.about-hero-art-right {
  right: -3%;
  transform: scaleX(-1);
}

.about-hero-inner {
  position: relative;
  z-index: 2;
  text-align: center;
}

.about-hero .eyebrow {
  margin-bottom: clamp(20px, 2vw, 32px);
  color: #d48700;
}

.about-hero h1 {
  max-width: 1500px;
  margin: 0 auto clamp(28px, 3vw, 44px);
  font-size: clamp(3.3rem, 5.2vw, 6.8rem);
  line-height: 1.03;
  text-wrap: balance;
}

.about-hero-inner > p:last-child {
  max-width: 1040px;
  margin: 0 auto;
  font-size: clamp(1.05rem, 1.25vw, 1.45rem);
  line-height: 1.45;
}

.company-story {
  background: #fff;
  padding-bottom: 0 !important;
  padding-block-end: 0 !important;
}

.company-story-inner {
  padding-bottom: clamp(58px, 6.2vw, 105px);
}

.company-copy {
  max-width: 1700px;
  margin: 0 auto;
  text-align: center;
  font-size: clamp(1.04rem, 1.12vw, 1.32rem);
  line-height: 1.46;
}

.company-copy p {
  margin: 0 auto clamp(24px, 2.25vw, 38px);
}

.company-copy p:last-child {
  margin-bottom: 0;
}

.company-emphasis {
  max-width: 1450px;
  color: #071b38;
  font-weight: 700;
  font-size: clamp(1.16rem, 1.34vw, 1.55rem);
  line-height: 1.45;
  margin-top: clamp(34px, 3.4vw, 58px) !important;
  margin-bottom: 0 !important;
}

.company-story .mission-card {
  width: 100%;
  min-height: 0;
  padding: clamp(52px, 5vw, 86px) 0;
  border-radius: 0;
  background: linear-gradient(104deg, #00345d 0%, #0d527e 49%, #367fae 100%);
}

.company-story .mission-card-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 1px minmax(0, 1fr);
  align-items: center;
  gap: clamp(38px, 4vw, 70px);
}

.company-story .mission-row {
  grid-template-columns: clamp(115px, 9vw, 165px) minmax(0, 1fr);
  gap: clamp(24px, 2.4vw, 42px);
}

.company-story .mission-row h3 {
  margin-bottom: clamp(12px, 1.2vw, 20px);
  color: #e4bd79;
  font-size: clamp(3.3rem, 4.4vw, 5.6rem);
}

.company-story .mission-row p {
  max-width: 560px;
  font-size: clamp(1rem, 1.12vw, 1.28rem);
  line-height: 1.42;
}

.company-story .line-icon img {
  width: 100%;
  height: auto;
}

.company-story .mission-divider {
  width: 1px;
  height: clamp(170px, 13vw, 225px);
  margin: 0;
  background: #e4bd79;
  opacity: 0.92;
}

.about-panorama {
  width: 100%;
  overflow: hidden;
  background: #d7c9b5;
}

.about-panorama img {
  width: 100%;
  height: clamp(360px, 41vw, 700px);
  object-fit: cover;
  object-position: 58% center;
}

.operating-philosophy {
  background: #fff;
}

.operating-philosophy.section {
  padding-block: clamp(82px, 7.2vw, 132px);
}

.about-section-heading {
  margin-bottom: clamp(58px, 7vw, 110px);
  text-align: center;
}

.about-section-heading .eyebrow {
  margin-bottom: 24px;
}

.about-section-heading h2 {
  max-width: 1600px;
  margin: 0 auto;
  font-size: clamp(3.2rem, 5.1vw, 6.5rem);
  line-height: 1.02;
}

.about-section-heading > p:last-child:not(.eyebrow) {
  margin: 24px auto 0;
  font-size: clamp(1.06rem, 1.25vw, 1.45rem);
}

.operating-philosophy .about-section-heading {
  margin-bottom: clamp(52px, 4.6vw, 82px);
}

.operating-philosophy .about-section-heading .eyebrow {
  color: #c79b4f;
}

.operating-philosophy .about-section-heading h2 {
  max-width: 1750px;
  font-size: clamp(3.25rem, 4.75vw, 6.15rem);
}

.philosophy-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 2vw, 36px) clamp(22px, 2.1vw, 40px);
}

.philosophy-card {
  display: grid;
  grid-template-columns: minmax(170px, 31.5%) minmax(0, 1fr);
  align-items: center;
  gap: clamp(24px, 2vw, 38px);
  min-height: clamp(205px, 14.4vw, 292px);
  padding: clamp(18px, 1.3vw, 26px);
  border-radius: clamp(24px, 2vw, 38px);
  background: linear-gradient(105deg, #244e72 0%, #2f78a8 100%);
  overflow: hidden;
}

.philosophy-card img {
  width: 100%;
  height: 100%;
  max-height: clamp(170px, 12vw, 244px);
  aspect-ratio: 1.05 / 1;
  object-fit: cover;
  border-radius: clamp(14px, 1.2vw, 22px);
}

.philosophy-card-copy {
  padding-right: clamp(6px, 1vw, 18px);
}

.philosophy-card h3 {
  margin: 0 0 clamp(12px, 1.2vw, 20px);
  color: #f0cf9d;
  font-family: var(--sans);
  font-size: clamp(1.35rem, 1.55vw, 1.95rem);
  font-weight: 500;
  line-height: 1.18;
}

.philosophy-card p {
  margin: 0;
  color: #fff;
  font-size: clamp(0.96rem, 1.04vw, 1.22rem);
  line-height: 1.38;
}

.network {
  background: var(--off);
}

.network .about-section-heading {
  margin-bottom: 0;
}

.network-carousel {
  --flow-gap: 28px !important;
  margin-top: clamp(48px, 5vw, 78px);
}

.network-carousel .supply-card::after {
  display: none !important;
}

.about-cta {
  padding-top: clamp(65px, 8vw, 125px);
}

.about-cta .cta-panel::before {
  background: url("../assets/ctabg.png") center/cover no-repeat;
}

.about-cta .cta-panel h2 {
  line-height: 1.05;
}

.about-cta .cta-panel h2 span {
  color: var(--red);
}

@media (max-width: 1023px) {
  .company-story .mission-card-inner {
    grid-template-columns: 1fr;
  }

  .company-story .mission-divider {
    width: 100%;
    height: 1px;
  }

  .company-story .mission-row p {
    max-width: 680px;
  }

  .philosophy-card-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .about-hero {
    min-height: 680px;
    padding-top: 145px;
  }

  .about-hero-art {
    bottom: -7%;
    width: 310px;
  }

  .about-hero-art-left {
    left: -46%;
  }

  .about-hero-art-right {
    right: -46%;
  }

  .about-hero h1 {
    font-size: clamp(3.15rem, 14vw, 5rem);
    line-height: 0.98;
  }

  .company-story .mission-row {
    grid-template-columns: 88px minmax(0, 1fr);
  }

  .about-section-heading h2 {
    font-size: 3.45rem;
  }

  .philosophy-card {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 16px;
    padding: 18px;
  }
}

@media (max-width: 599px) {
  .about-panorama img {
    height: 390px;
    object-position: 67% center;
  }

  .company-story .mission-row {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 18px;
  }

  .company-story .mission-row h3 {
    font-size: 2.85rem;
  }

  .philosophy-card {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 18px;
  }

  .philosophy-card img {
    width: 100%;
    max-height: none;
    aspect-ratio: 1.45 / 1;
    object-position: center 22%;
  }

  .philosophy-card-copy {
    padding: 0 4px 8px;
  }

  .network-carousel {
    grid-template-columns: 44px minmax(0, 1fr) 44px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .carousel-track {
    transition: none;
  }
}
