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

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

.footer a[aria-current="page"] {
  color: #deb16e;
}

.sourcing-origins-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) {
  .sourcing-origins-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;
  }
}

.sourcing-origins-hero-inner {
  position: relative;
  z-index: 1;
  text-align: center;
}

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

.sourcing-origins-hero h1 {
  max-width: 1400px;
  margin: 0 auto clamp(28px, 3vw, 44px);
  line-height: 1.03;
  text-wrap: balance;
}

.sourcing-origins-hero-inner > p:last-child {
  max-width: 1120px;
  margin: 0 auto;
  line-height: 1.5;
}

.origin-feature {
  background: #fff;
}

.origin-feature-grid {
  display: grid;
  gap: clamp(50px, 6vw, 100px);
  align-items: center;
}

.origin-feature-image {
  width: 100%;
  aspect-ratio: 1.22;
  object-fit: cover;
  border-radius: clamp(28px, 3vw, 48px);
}

.origin-feature-copy .eyebrow {
  margin-bottom: clamp(18px, 2vw, 28px);
}

.origin-feature-copy h2 {
  margin-bottom: clamp(34px, 4vw, 55px);
  font-size: clamp(3.2rem, 6.5vw, 7rem);
  line-height: 1;
  text-wrap: balance;
}

.origin-feature-copy > p:not(.eyebrow) {
  margin-bottom: clamp(26px, 3vw, 42px);
  color: #8b8b8b;
  font-size: clamp(1.16rem, 1.25vw, 1.48rem);
  font-weight: 300;
  line-height: 1.45;
}

.origin-feature-copy .button {
  min-width: min(100%, 330px);
}

.sourcing-team-panorama {
  width: 100%;
  overflow: hidden;
  background: #d9dee0;
}

.sourcing-team-panorama img {
  width: 100%;
  height: clamp(390px, 40.8vw, 740px);
  object-fit: cover;
  object-position: center;
}

.sourcing-map {
  overflow: hidden;
  background: #fff;
}

.sourcing-map-inner {
  width: min(100%, 1920px);
}

.sourcing-map img {
  width: 100%;
  height: auto;
  display: block;
}

.future-origins {
  background: #fff;
}

.future-origins-heading {
  margin-bottom: clamp(50px, 5vw, 80px);
}

.future-origins-heading h2 {
  text-wrap: balance;
}

.future-origins-heading .lead {
  max-width: 1200px;
}

.origins-carousel {
  --origins-gap: clamp(16px, 1.35vw, 26px);
  position: relative;
  left: 50%;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 58px;
  gap: clamp(12px, 1.5vw, 24px);
  align-items: center;
  width: min(96vw, 1940px);
  transform: translateX(-50%);
}

.origins-viewport {
  overflow: hidden;
  padding: 2px;
  touch-action: pan-y;
}

.origins-viewport:focus-visible {
  outline: 3px solid rgba(213, 154, 37, 0.7);
  outline-offset: 5px;
  border-radius: 26px;
}

.origins-track {
  display: flex;
  gap: var(--origins-gap);
  transition: transform 0.42s cubic-bezier(0.2, 0.7, 0.2, 1);
  will-change: transform;
}

.origin-factor-card {
  flex: 0 0 100%;
  overflow: hidden;
  border-radius: clamp(20px, 1.7vw, 30px);
  background: var(--navy);
}

.origin-factor-card img {
  width: 100%;
  aspect-ratio: 1.24;
  object-fit: cover;
}

.origin-factor-card h3 {
  min-height: clamp(58px, 4.5vw, 78px);
  display: grid;
  place-items: center;
  margin: 0;
  padding: 12px 16px;
  background: var(--navy);
  color: #fff;
  text-align: center;
  font-size: clamp(1.05rem, 1.2vw, 1.35rem);
  font-weight: 500;
}

.future-origins-note {
  margin: clamp(48px, 5vw, 78px) 0 0;
  padding: clamp(24px, 2.8vw, 40px);
  border-radius: clamp(18px, 2vw, 28px);
  background: linear-gradient(135deg, #f0dcbc 0%, #fdf6ea 100%);
  color: #1a1a1a;
  text-align: center;
  font-size: clamp(1.02rem, 1.25vw, 1.36rem);
  font-weight: 300;
  line-height: 1.45;
}

.sourcing-origins-cta .cta-panel {
  background: #f8ddb0;
}

.sourcing-origins-cta .cta-panel h2 {
  line-height: 1.02;
}

.sourcing-origins-cta .cta-panel > p:not(.eyebrow) {
  max-width: 900px;
}

.sourcing-origins-cta .cta-panel .button {
  min-width: min(100%, 350px);
}

@media (min-width: 600px) {
  .origin-factor-card {
    flex-basis: calc((100% - var(--origins-gap)) / 2);
  }
}

@media (min-width: 900px) {
  .origin-feature-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}

@media (min-width: 1024px) {
  .origin-feature-copy h2 {
    font-size: clamp(2.2rem, 3.8vw, 5.2rem);
  }

  .origin-factor-card {
    flex-basis: calc((100% - (var(--origins-gap) * 4)) / 5);
  }
}

@media (max-width: 767px) {
  .sourcing-origins-hero {
    min-height: 690px;
    padding-top: 145px;
    background-position: center;
  }

  .sourcing-origins-hero h1 {
    line-height: 0.98;
  }

  .origin-feature-image {
    aspect-ratio: 0.95;
  }

  .sourcing-team-panorama img {
    height: 430px;
    object-position: 52% center;
  }

  .origins-carousel {
    grid-template-columns: 46px minmax(0, 1fr) 46px;
    gap: 8px;
  }

  .origins-carousel .carousel-control {
    width: 46px;
    height: 46px;
  }
}

@media (max-width: 599px) {
  .origin-feature-copy h2 {
    font-size: 3.45rem;
  }

  .sourcing-map-inner {
    width: 155%;
    margin-left: -27.5%;
  }

  .sourcing-origins-cta .button-row {
    flex-direction: column;
  }

  .sourcing-origins-cta .button {
    width: 100%;
  }
}
