.about-thumb-left .img-float {
  height: auto;
  aspect-ratio: 21 / 17;
  object-fit: contain;

  background-color: #ffffff;

  border-width: 3px;
}

@media (min-width: 992px) {
  .about-thumb-left .img-float {
    left: -12%;
    width: 58%;
  }
}

@media (max-width: 991.98px) {
  .about-thumb-right .img-top,
  .about-thumb-right .img-bottom {
    height: auto;
    object-fit: contain;
    background-color: #ffffff;
  }
  .about-thumb-right .img-top {
    aspect-ratio: 600 / 428;
  }
  .about-thumb-right .img-bottom {
    aspect-ratio: 640 / 427;
  }
}

.dc-brand-band {
  width: 100%;
  margin-top: 0;
  padding: 26px 0 24px;
  overflow: hidden;
  background: #faf6ee;
}

.dc-brand-band .sponsor-title {
  margin: 0;
  color: #6c6962;
}

.dc-brand-band .dc-brand-slider {
  width: min(calc(100% - 24px), 1296px);
  margin: 18px auto 0 !important;
}

.dc-brand-slider .sponsor-item {
  height: 66px;
  padding: 0 18px;
  border: 0;
  border-radius: 0;
  background: transparent;
  filter: none;
  opacity: 1;
}

.dc-brand-slider .sponsor-item:hover {
  filter: none;
  opacity: 1;
}

.dc-brand-slider .sponsor-item img {
  width: auto;
  max-width: 150px;
  height: 30px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(42%) sepia(5%) saturate(397%) hue-rotate(357deg) brightness(94%) contrast(89%);
}

.dc-brand-slider img[alt="Nike"] { height: 34px; max-width: 105px; }
.dc-brand-slider img[alt="Carhartt Company Gear"] { height: 54px; max-width: 105px; }
.dc-brand-slider img[alt="Champion"] { height: 29px; max-width: 150px; }
.dc-brand-slider img[alt="Eddie Bauer"] { height: 25px; max-width: 150px; }
.dc-brand-slider img[alt="The North Face"] { height: 34px; max-width: 92px; }
.dc-brand-slider img[alt="Gildan"] { height: 25px; max-width: 138px; }
.dc-brand-slider img[alt="Comfort Colors"] { height: 29px; max-width: 150px; }
.dc-brand-slider img[alt="Flexfit"] { height: 25px; max-width: 150px; }
.dc-brand-slider img[alt="Richardson"] { height: 27px; max-width: 138px; }

.dc-home #home .slider-title {
  color: #fffdf9;
}

.dc-home #home .slick-active .atf-single-slider {
  animation: none;
  transition: none;
}

.dc-pill,
.dc-pill:hover {
  cursor: default;

  padding: 13px 26px;
}

.dc-pill .btn-text {
  overflow: visible;
}

.dc-pill .btn-text span {
  line-height: 1.4;
  text-shadow: none;
}

.dc-pill:hover .btn-text span {
  transform: none;
}

.dc-home #home .slider-title {
  max-width: none;
  left: 0;
}

.dc-zoom {
  display: contents;
}

.dc-zoom img {
  cursor: zoom-in;
}

#lightcase-caption {
  display: none !important;
}

.stat-item .counter-number .dc-stat-suffix {
  font-family: var(--font-body), Inter, system-ui, sans-serif;
  font-size: 0.78em;
  font-weight: 700;
}

.mini-cluster .dc-machine {
  width: 168px;
  height: 168px;
  object-fit: contain;
  box-shadow: none;
  border-radius: 0;
}

@media (max-width: 991.98px) {
  .mini-cluster .dc-machine {
    width: 132px;
    height: 132px;
  }
}

.mini-cluster {
  justify-content: center;
}

@keyframes dc-machine-float {
  0%, 100% { transform: translateX(-8px); }
  50%      { transform: translateX(8px); }
}

.mini-cluster .dc-machine {
  animation: dc-machine-float 4s ease-in-out infinite 0.8s;
}

@media (prefers-reduced-motion: reduce) {
  .mini-cluster .dc-machine {
    animation: none;
  }
}

.about-section.section-pad {
  padding-bottom: 44px;
}

#trusted-by.section-pad-sm {
  padding-top: 36px;
  padding-bottom: 44px;
}

@media (max-width: 991.98px) {
  .about-section.section-pad { padding-bottom: 38px; }
  #trusted-by.section-pad-sm  { padding-top: 32px; padding-bottom: 38px; }
}

@media (max-width: 575.98px) {
  .about-section.section-pad { padding-bottom: 28px; }
  #trusted-by.section-pad-sm  { padding-top: 26px; padding-bottom: 30px; }
}

.dc-abt-cert p {
  max-width: 50ch;
  font-size: 17px;
  line-height: 1.75;
  color: var(--dc-ink-soft);
}

.dc-abt-cert p:last-of-type {
  margin-bottom: 0;
}

.dc-abt-cert .dc-abt-agencies {
  font-weight: 600;
  color: var(--dc-navy);
}

.dc-abt-marks {
  display: flex;
  flex-direction: column;
}

.dc-abt-seals {
  display: flex;
  justify-content: center;
  gap: 26px;
}

.dc-abt-seals img {
  width: 124px;
  height: 124px;
  object-fit: contain;
}

.dc-abt-bep {
  display: block;
  width: 210px;
  height: 210px;
  object-fit: contain;
  margin: 22px auto 4px;
}

.dc-abt-vet {
  display: block;
  width: 100%;
  max-width: 364px;
  height: auto;
  margin-inline: auto;
  object-fit: contain;
}

@media (max-width: 991.98px) {
  .dc-abt-cert .dc-abt-marks { margin-top: 34px; }
  .dc-abt-seals img { width: 104px; height: 104px; }
  .dc-abt-seals { gap: 20px; }
  .dc-abt-bep { width: 172px; height: 172px; }
  .dc-abt-vet { max-width: 300px; }
}

@media (max-width: 575.98px) {
  .dc-abt-seals img { width: 88px; height: 88px; }
  .dc-abt-seals { gap: 14px; }
  .dc-abt-bep { width: 148px; height: 148px; }
  .dc-abt-vet { max-width: 258px; }
}

.dc-abt-cert.primary-light {
  padding-top: 56px;
}

.about-section {
  background: transparent;
}

.about-section {
  background: var(--dc-red-soft);
}

.about-section .brush {
  background: var(--dc-product-card);
  opacity: 0.28;
}

.about-section .sub-title {
  background: var(--dc-product-card);
  border: 1px solid var(--dc-product-border);
  box-shadow: 0 4px 14px rgba(25, 21, 18, 0.06);
}

.about-section .sec-title,
.about-section .stat-item .counter-number {
  color: #26345f;
}

.about-section .stat-label {
  color: var(--dc-brand-ink);
}

.about-section .dc-pill {
  color: #26345f;
  background: var(--dc-product-card);
  border: 1px solid var(--dc-product-border);
  box-shadow: 0 4px 14px rgba(25, 21, 18, 0.06);
}

.about-section .dc-pill .btn-text,
.about-section .dc-pill .btn-text span {
  color: #26345f;
}

#step .step-num {
  background: var(--dc-product-card);
  border: 7px solid var(--dc-red);
  color: transparent;
}

#community .dc-community-lead { max-width: 72ch; margin: 14px auto 0; }
#community .dc-manifesto { color: var(--dc-navy); text-align: center; margin: 38px auto 16px; max-width: 24ch; }
#community .dc-community-close { max-width: 70ch; margin: 0 auto; text-align: center; }
.dc-brand-slider .sponsor-item.is-word { display: flex; align-items: center; justify-content: center; }
.dc-brand-slider .belt-word { font-weight: 700; font-size: 17px; letter-spacing: .02em; color: #6c6962; white-space: nowrap; }

#community .sponsor-item { height: 78px; }
#community .sponsor-item img { height: 48px; max-width: 190px; }
#community .belt-word { font-size: 18px; }

#community .belt-word { direction: ltr; unicode-bidi: isolate; }
#community .dc-manifesto { margin: 10px auto 6px; }

#community .dc-community-wall { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px 16px; text-align: center; }
#community .dc-wall-mark { height: 74px; display: flex; align-items: center; justify-content: center; }

#community .dc-wall-mark img { max-height: 70px; max-width: 160px; width: auto; }
#community .dc-wall-name { color: var(--dc-navy); font-weight: 650; font-size: 15px; line-height: 1.3; margin: 8px 0 0; }
#community .dc-community-wall { margin-bottom: 34px; }
@media (max-width: 860px) {
  #community .dc-community-wall { grid-template-columns: repeat(2, 1fr); }
}

#community {
  background: #faf6ee url(../img/bg/bg-2-soft-centre.jpg) center / cover no-repeat;
}
#community .dc-community-panel {
  position: relative;
  isolation: isolate;
  width: min(980px, calc(100% - 44px));
  margin: 0 auto;
  padding: 56px 34px 44px;
  overflow: hidden;
  border: 1px solid rgba(177, 39, 47, 0.11);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 253, 249, 0.2), transparent 42%),
    #f4e6e2;
  box-shadow: 0 20px 58px rgba(25, 21, 18, 0.09);
}
#community .dc-community-panel::before,
#community .dc-community-panel::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
}
#community .dc-community-panel::before {
  top: -106px; right: -74px; width: 236px; height: 236px;
  border: 42px solid rgba(255, 253, 249, 0.48);
}
#community .dc-community-panel::after {
  bottom: -88px; left: -54px; width: 170px; height: 170px;
  border: 1px dashed rgba(177, 39, 47, 0.24);
  box-shadow: inset 0 0 0 32px rgba(255, 253, 249, 0.16);
}
#community .sub-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 8px 15px;
  border: 1px solid #e2dacb;
  border-radius: 999px;
  background: #fffdf9;
  color: #b1272f;
  box-shadow: 0 5px 16px rgba(25, 21, 18, 0.06);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
#community .dc-manifesto { color: #26345f; }
#community .dc-manifesto::after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  margin: 21px auto 0;
  border-radius: 999px;
  background: #b1272f;
}
#community .dc-community-lead { color: #5c554c; line-height: 1.7; }
#community .dc-community-wall { gap: 14px; margin: 34px 0 0; }
#community .dc-wall-cell {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 150px;
  padding: 18px 14px 17px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid #e2dacb;
  border-radius: 16px;
  background: #fffdf9;
  box-shadow: 0 9px 24px rgba(25, 21, 18, 0.07);
}
#community .dc-wall-cell::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 38px;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: #b1272f;
  opacity: 0.72;
  transform: translateX(-50%);
}
#community .dc-wall-mark { height: 74px; width: 100%; }
#community .dc-wall-name {
  max-width: 23ch;
  margin: 9px auto 0;
  color: #26345f;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.34;
}
#community .dc-wall-cell--type-only .dc-wall-mark { display: none; }
#community .dc-wall-cell--type-only .dc-wall-name {
  max-width: none;
  margin: 0;
  font-size: 19px;
  letter-spacing: -0.03em;
}
#community .dc-community-close {
  max-width: none;
  margin: 30px 0 0;
  padding: 22px 28px;
  border-radius: 15px;
  background: #26345f;
  color: #fffdf9;
  box-shadow: 0 10px 26px rgba(30, 58, 95, 0.16);
  font-size: 14px;
  line-height: 1.65;
}
@media (max-width: 680px) {
  #community .dc-community-panel {
    width: min(980px, calc(100% - 24px));
    padding: 46px 12px 34px;
    border-radius: 22px;
  }
  #community .dc-community-wall { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 410px) {
  #community .dc-community-panel { padding-right: 4px; padding-left: 4px; }
  #community .dc-community-wall { grid-template-columns: 1fr; }
  #community .dc-wall-cell { min-height: 132px; }
}
