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

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

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

.spinning-mills-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) {
  .spinning-mills-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;
  }
}

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

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

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

.spinning-mills-hero-inner > p:last-child {
  max-width: 1250px;
  margin: 0 auto;
  line-height: 1.5;
}

.mill-evaluation,
.supply-programs {
  background: #fff;
}

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

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

.mill-section-heading .lead {
  max-width: 1050px;
}

.mill-evaluation-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(14px, 1.35vw, 24px) clamp(14px, 1.45vw, 28px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.mill-evaluation-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px clamp(22px, 2.25vw, 43px);
  border: 1px solid #d4a55a;
  border-radius: 999px;
  background: linear-gradient(135deg, #ffedcf 0%, #fffbf2 100%);
  color: #111;
  font-size: clamp(0.98rem, 1.15vw, 1.27rem);
  font-weight: 300;
  line-height: 1.25;
  text-align: center;
  cursor: default;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.mill-evaluation-list li:hover {
  transform: translateY(-3px) scale(1.02);
}

.mill-evaluation-list li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin-right: 10px;
  background-color: currentColor;
  -webkit-mask: url("../assets/tick-white.png") center / contain no-repeat;
  mask: url("../assets/tick-white.png") center / contain no-repeat;
}

.mill-evaluation-note {
  max-width: 1450px;
  margin: clamp(55px, 6vw, 92px) auto 0;
  color: #808080;
  text-align: center;
  font-size: clamp(1rem, 1.15vw, 1.3rem);
  font-weight: 300;
  line-height: 1.5;
}

.trial-shipment {
  background: #06345b;
  color: #fff;
}

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

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

.trial-shipment-copy .eyebrow {
  color: #d3a049;
}

.trial-shipment-copy h2 {
  margin-bottom: clamp(30px, 3.5vw, 50px);
  color: #fff;
  font-size: clamp(3.2rem, 6.5vw, 7rem);
  font-weight: 300;
  line-height: 1.08;
}

.trial-shipment-copy > p:not(.eyebrow) {
  margin-bottom: clamp(28px, 3vw, 44px);
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.08rem, 1.25vw, 1.42rem);
  font-weight: 300;
  line-height: 1.48;
}

.supply-program-grid {
  display: grid;
  gap: clamp(24px, 2vw, 38px);
}

.supply-program-card {
  display: grid;
  gap: clamp(18px, 2vw, 32px);
  align-items: center;
  min-height: clamp(140px, 9.5vw, 180px);
  padding: clamp(22px, 2.2vw, 36px) clamp(24px, 2.6vw, 44px);
  border-radius: clamp(20px, 1.8vw, 28px);
  background: linear-gradient(135deg, #fff1d5 0%, #fffbf2 100%);
}

.supply-program-card img {
  width: clamp(72px, 5.5vw, 96px);
  aspect-ratio: 1;
  border-radius: 50%;
}

.supply-program-card h3 {
  margin-bottom: clamp(6px, 0.7vw, 12px);
  font-size: clamp(1.25rem, 1.45vw, 1.7rem);
  font-weight: 600;
}

.supply-program-card p {
  max-width: 500px;
  margin: 0;
  font-size: clamp(0.96rem, 1.1vw, 1.25rem);
  font-weight: 300;
  line-height: 1.4;
}

.spinning-mills-cta .cta-panel {
  background: #f8ddb0;
}

.spinning-mills-cta .cta-panel h2 {
  line-height: 1.02;
}

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

.spinning-mills-cta .cta-panel .button {
  min-width: min(100%, 370px);
}

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

  .supply-program-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .supply-program-card {
    grid-template-columns: auto minmax(0, 1fr);
  }
}

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

@media (max-width: 899px) {
  .supply-program-card {
    justify-items: center;
    text-align: center;
  }
}

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

  .spinning-mills-hero h1 {
    line-height: 0.98;
  }

  .trial-shipment-grid > img {
    min-height: 460px;
  }
}

@media (max-width: 599px) {
  .mill-evaluation-list {
    display: grid;
    grid-template-columns: 1fr;
  }

  .mill-evaluation-list li {
    justify-content: flex-start;
    text-align: left;
  }

  .trial-shipment-copy h2 {
    font-size: 3.45rem;
  }

  .spinning-mills-cta .button-row {
    flex-direction: column;
  }

  .spinning-mills-cta .button {
    width: 100%;
  }
}
