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

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

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

.us-cotton-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) {
  .us-cotton-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;
  }
}

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

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

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

.us-cotton-hero-inner > p:last-child {
  max-width: 1100px;
  margin: 0 auto;
  line-height: 1.5;
}

.us-foundation {
  background: #fff;
}

.us-foundation-grid {
  display: grid;
  gap: clamp(48px, 6vw, 100px);
  align-items: center;
}

.us-foundation-grid > img {
  width: 100%;
  min-height: 520px;
  object-fit: cover;
  border-radius: clamp(28px, 3vw, 48px);
}

.us-foundation-copy {
  color: #8b8b8b;
  font-size: clamp(1.16rem, 1.25vw, 1.48rem);
  font-weight: 300;
  line-height: 1.45;
}

.us-foundation-copy p {
  margin-bottom: clamp(28px, 3vw, 46px);
}

.us-foundation-emphasis {
  color: #111;
  font-weight: 400;
}

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

.us-export-panorama {
  width: 100%;
  overflow: hidden;
  background: #7d8f9d;
}

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

.us-benefits {
  background: #fff;
}

.us-section-heading {
  margin-bottom: clamp(50px, 6vw, 90px);
}

.us-section-heading h2 {
  text-wrap: balance;
}

.us-benefit-grid {
  display: grid;
  gap: clamp(24px, 2.3vw, 42px);
}

.us-benefit-card {
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: clamp(38px, 3.2vw, 52px) clamp(32px, 2.8vw, 44px);
  border-radius: 28px;
  background: linear-gradient(135deg, #fff1d5 0%, #fffbf2 100%);
}

.us-benefit-card img {
  width: clamp(96px, 7.5vw, 120px);
  aspect-ratio: 1;
  margin-bottom: clamp(24px, 2.2vw, 36px);
  border-radius: 50%;
  flex-shrink: 0;
}

.us-benefit-card h3 {
  margin-bottom: 16px;
  font-size: clamp(1.45rem, 1.65vw, 1.9rem);
  font-weight: 500;
  line-height: 1.2;
}

.us-benefit-card p {
  max-width: 400px;
  margin: 0;
  font-size: clamp(1.02rem, 1.18vw, 1.32rem);
  font-weight: 100;
  line-height: 1.5;
}

.us-cotton-cta .cta-panel {
  background: #f8ddb0;
}

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

.us-cotton-cta .cta-panel h2 {
  line-height: 1.02;
}

.us-cotton-cta .cta-panel > p:not(.eyebrow) {
  max-width: 1100px;
}

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

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

@media (min-width: 768px) {
  .us-benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .us-benefit-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

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

  .us-cotton-hero h1 {
    line-height: 0.98;
  }

  .us-foundation-grid > img {
    min-height: 430px;
  }

  .us-benefit-card {
    min-height: 430px;
  }

  .us-cotton-cta .cta-panel h2 br {
    display: none;
  }
}

@media (max-width: 599px) {
  .us-export-panorama img {
    height: 430px;
    object-position: 58% center;
  }

  .us-cotton-cta .button-row {
    flex-direction: column;
  }

  .us-cotton-cta .button {
    width: 100%;
  }
}
