/* TM Recycling alternative homepage concept. Kept in a separate bundle so the live homepage remains unchanged. */

body.tmrecycling-alt-home-page {
  background: #f7f7f7;
}

body.tmrecycling-alt-home-page .thn_post_wrap,
body.tmrecycling-alt-home-page .entry-content,
body.tmrecycling-alt-home-page .post-content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.tmrecycling-alt-home-page .page-title,
body.tmrecycling-alt-home-page .entry-title {
  display: none !important;
}

.tm-alt-home,
.tm-alt-home * {
  box-sizing: border-box;
}

.tm-alt-home {
  --tm-alt-orange: #ff671f;
  --tm-alt-orange-dark: #db4d0d;
  --tm-alt-black: #121213;
  --tm-alt-text: #18191b;
  --tm-alt-muted: #6e7073;
  --tm-alt-green: #73b83b;
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  color: var(--tm-alt-text);
  background: #f7f7f7;
  font-family: "Roboto", Arial, sans-serif;
  line-height: 1.35;
}

.tm-alt-home a {
  color: inherit;
  text-decoration: none;
}

.tm-alt-home img,
.tm-alt-home svg {
  display: block;
}

.tm-alt-header {
  position: relative;
  z-index: 20;
  color: #fff;
  background: var(--tm-alt-black);
}

.tm-alt-header__inner {
  display: flex;
  width: min(100% - 64px, 1320px);
  min-height: 86px;
  align-items: center;
  gap: clamp(18px, 2.2vw, 40px);
  margin: 0 auto;
}

.tm-alt-header__logo {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
}

.tm-alt-header__logo img {
  width: auto;
  height: 62px;
  max-width: 218px;
  object-fit: contain;
}

.tm-alt-header__nav {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(14px, 1.8vw, 30px);
  margin-left: auto;
}

.tm-alt-header__nav a {
  color: rgba(255, 255, 255, .9);
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  transition: color .18s ease;
}

.tm-alt-header__nav a:hover,
.tm-alt-header__nav a:focus-visible {
  color: var(--tm-alt-orange);
}

.tm-alt-header__cta,
.tm-alt-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 0;
  border-radius: 10px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.tm-alt-header__cta {
  flex: 0 0 auto;
  min-height: 48px;
  padding: 12px 18px;
  color: #fff;
  background: var(--tm-alt-orange);
  font-size: 13px;
}

.tm-alt-header__cta:hover,
.tm-alt-header__cta:focus-visible,
.tm-alt-button--primary:hover,
.tm-alt-button--primary:focus-visible,
.tm-alt-button--orange:hover,
.tm-alt-button--orange:focus-visible {
  background: var(--tm-alt-orange-dark);
  transform: translateY(-2px);
}

.tm-alt-header__cta svg,
.tm-alt-button svg {
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
  fill: currentColor;
}

.tm-alt-header__toggle {
  display: none;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 9px;
  color: #fff;
  background: transparent;
  cursor: pointer;
}

.tm-alt-header__toggle span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 3px 0;
  background: currentColor;
  transition: transform .18s ease, opacity .18s ease;
}

.tm-alt-header.is-menu-open .tm-alt-header__toggle span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.tm-alt-header.is-menu-open .tm-alt-header__toggle span:nth-child(2) {
  opacity: 0;
}

.tm-alt-header.is-menu-open .tm-alt-header__toggle span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.tm-alt-mobile-nav {
  display: none;
  padding: 8px 32px 24px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  background: var(--tm-alt-black);
}

.tm-alt-mobile-nav[hidden] {
  display: none;
}

.tm-alt-mobile-nav a {
  display: block;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.tm-alt-mobile-nav a:hover,
.tm-alt-mobile-nav a:focus-visible {
  color: var(--tm-alt-orange);
}

.tm-alt-mobile-nav .tm-alt-mobile-nav__cta {
  margin-top: 16px;
  padding: 15px 18px;
  border: 0;
  border-radius: 9px;
  color: #fff;
  background: var(--tm-alt-orange);
  text-align: center;
}

.tm-alt-hero {
  position: relative;
  min-height: 625px;
  overflow: hidden;
  color: #fff;
  background-color: #18191b;
  background-image: url("../images/alternate-hero-bright-dry-loader-left-v2.jpg");
  background-position: center;
  background-size: cover;
}

.tm-alt-hero::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(13, 14, 15, .66) 0%, rgba(13, 14, 15, .42) 31%, rgba(13, 14, 15, .06) 62%, rgba(13, 14, 15, 0) 100%);
  content: "";
  pointer-events: none;
}

.tm-alt-hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 130px;
  background: linear-gradient(0deg, rgba(8, 8, 9, .7), transparent);
  content: "";
  pointer-events: none;
}

.tm-alt-hero__inner {
  position: relative;
  z-index: 2;
  display: flex;
  width: min(100% - 64px, 1320px);
  min-height: 625px;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 auto;
  padding: 84px 0 46px;
}

.tm-alt-hero__copy {
  max-width: 720px;
}

.tm-alt-hero__kicker,
.tm-alt-location-cta__eyebrow,
.tm-alt-section-head__eyebrow {
  margin: 0 0 14px;
  color: var(--tm-alt-orange);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.tm-alt-hero h1 {
  max-width: 780px;
  margin: 0;
  color: #fff;
  font-size: clamp(50px, 5.6vw, 84px);
  font-weight: 900;
  line-height: .99;
  letter-spacing: -.045em;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .46);
}

.tm-alt-hero h1::after {
  display: none;
}

.tm-alt-hero h1 span {
  display: block;
}

.tm-alt-hero__line,
.tm-alt-section-head__line {
  display: block;
  width: 78px;
  height: 4px;
  margin-top: 30px;
  background: var(--tm-alt-orange);
}

.tm-alt-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}

.tm-alt-button {
  min-height: 58px;
  padding: 15px 24px;
  font-size: 16px;
}

.tm-alt-button--primary,
.tm-alt-button--orange {
  color: #fff;
  background: var(--tm-alt-orange);
}

.tm-alt-home .tm-alt-location-cta .tm-alt-button--orange {
  color: #fff;
}

.tm-alt-button--ghost {
  min-width: 174px;
  border: 2px solid rgba(255, 255, 255, .88);
  color: #fff;
  background: rgba(8, 8, 9, .24);
}

.tm-alt-button--ghost:hover,
.tm-alt-button--ghost:focus-visible {
  border-color: var(--tm-alt-orange);
  color: var(--tm-alt-orange);
  background: rgba(8, 8, 9, .55);
}

.tm-alt-button--ghost svg,
.tm-alt-button--orange svg {
  width: 24px;
  height: 24px;
}

.tm-alt-stats {
  display: grid;
  width: min(100%, 700px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}

.tm-alt-stat {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 15px;
  padding: 8px 24px 6px 0;
  border-right: 1px solid rgba(255, 255, 255, .28);
}

.tm-alt-stat + .tm-alt-stat {
  padding-left: 24px;
}

.tm-alt-stat:last-child {
  border-right: 0;
}

.tm-alt-stat__icon {
  display: grid;
  width: 47px;
  height: 47px;
  flex: 0 0 47px;
  place-items: center;
  color: var(--tm-alt-orange);
}

.tm-alt-stat__icon svg {
  width: 43px;
  height: 43px;
  fill: currentColor;
}

.tm-alt-stat > span:last-child {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.tm-alt-stat strong {
  color: #fff;
  font-size: clamp(22px, 2.2vw, 31px);
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.tm-alt-stat small {
  margin-top: 5px;
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
  line-height: 1.2;
}

.tm-alt-trust {
  position: relative;
  z-index: 3;
  width: min(100% - 64px, 1260px);
  margin: -42px auto 0;
}

.tm-alt-trust__inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 27px 22px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(21, 21, 21, .12);
}

.tm-alt-trust-card {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 18px;
  padding: 8px 28px;
  border-right: 1px solid #e4e4e4;
}

.tm-alt-trust-card:last-child {
  border-right: 0;
}

.tm-alt-trust-card__icon {
  display: grid;
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  place-items: center;
  border-radius: 50%;
  background: #fff7f2;
}

.tm-alt-trust-card__icon svg {
  width: 37px;
  height: 37px;
  fill: currentColor;
}

.tm-alt-trust-card__icon--orange {
  color: var(--tm-alt-orange);
}

.tm-alt-trust-card__icon--green {
  color: var(--tm-alt-green);
  background: #f2faed;
}

.tm-alt-trust-card > span:last-child {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.tm-alt-trust-card strong {
  color: var(--tm-alt-text);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.15;
}

.tm-alt-trust-card small {
  margin-top: 7px;
  color: var(--tm-alt-muted);
  font-size: 14px;
  line-height: 1.25;
}

.tm-alt-services,
.tm-alt-location-cta {
  width: min(100% - 64px, 1260px);
  margin-right: auto;
  margin-left: auto;
}

.tm-alt-services {
  padding: 86px 0 78px;
}

.tm-alt-section-head h2 {
  margin: 0;
  color: var(--tm-alt-text);
  font-size: clamp(36px, 4vw, 53px);
  font-weight: 900;
  letter-spacing: -.04em;
  line-height: 1;
}

.tm-alt-section-head__eyebrow {
  margin-bottom: 11px;
  color: var(--tm-alt-muted);
  letter-spacing: .12em;
}

.tm-alt-section-head__line {
  width: 57px;
  height: 4px;
  margin-top: 18px;
}

.tm-alt-services__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.tm-alt-service-card {
  display: flex;
  min-width: 0;
  min-height: 236px;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 24px 14px 20px;
  border: 1px solid #ededed;
  border-radius: 20px;
  color: var(--tm-alt-text);
  background: #fff;
  box-shadow: 0 8px 22px rgba(24, 25, 27, .05);
  text-align: center;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.tm-alt-service-card:hover,
.tm-alt-service-card:focus-visible {
  border-color: rgba(255, 103, 31, .5);
  box-shadow: 0 14px 28px rgba(24, 25, 27, .1);
  transform: translateY(-4px);
}

.tm-alt-service-card__icon {
  display: grid;
  width: 88px;
  height: 88px;
  flex: 0 0 88px;
  place-items: center;
  border-radius: 50%;
  color: var(--tm-alt-orange);
  background: #fff7f2;
}

.tm-alt-service-card__icon svg {
  width: 58px;
  height: 58px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
}

.tm-alt-service-card__icon img {
  display: block;
  width: 68px;
  height: 68px;
  object-fit: contain;
}

.tm-alt-service-card__icon img[src*="katalizators.svg"] {
  width: 84px;
  height: 60px;
}

.tm-alt-service-card strong {
  display: block;
  max-width: 170px;
  margin: 15px auto 10px;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.17;
}

.tm-alt-service-card__arrow {
  color: var(--tm-alt-orange);
}

.tm-alt-service-card__arrow svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.tm-alt-location-cta {
  display: grid;
  grid-template-columns: 38% minmax(0, 1fr);
  min-height: 270px;
  margin-bottom: 84px;
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 9px 22px rgba(24, 25, 27, .07);
}

.tm-alt-location-cta__art {
  position: relative;
  display: grid;
  min-height: 270px;
  place-items: center;
  overflow: hidden;
  background: var(--tm-alt-orange);
}

.tm-alt-location-cta__art::after {
  position: absolute;
  top: -30%;
  right: -20%;
  width: 32%;
  height: 160%;
  border-radius: 50%;
  background: #fff;
  content: "";
}

.tm-alt-location-cta__art svg {
  width: 96%;
  max-width: 520px;
  height: auto;
  opacity: .98;
  transform: translateX(-3%);
}

.tm-alt-map-shape {
  fill: rgba(255, 255, 255, .2);
  stroke: rgba(255, 255, 255, .44);
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.tm-alt-location-point {
  filter: drop-shadow(0 2px 3px rgba(115, 36, 0, .28));
}

.tm-alt-location-point__ring {
  fill: rgba(255, 255, 255, .16);
  stroke: rgba(255, 255, 255, .78);
  stroke-width: 1;
}

.tm-alt-location-point__halo {
  fill: #fff;
}

.tm-alt-location-point__core {
  fill: var(--tm-alt-orange);
}

.tm-alt-location-cta__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 36px 58px 36px 26px;
}

.tm-alt-location-cta__eyebrow {
  margin-bottom: 9px;
}

.tm-alt-location-cta h2 {
  max-width: 650px;
  margin: 0;
  color: var(--tm-alt-text);
  font-size: clamp(27px, 3vw, 39px);
  font-weight: 900;
  letter-spacing: -.035em;
  line-height: 1.05;
}

.tm-alt-location-cta h2::after {
  display: none;
}

.tm-alt-location-cta h2::first-line {
  color: var(--tm-alt-text);
}

.tm-alt-location-cta__copy > p:not(.tm-alt-location-cta__eyebrow) {
  max-width: 560px;
  margin: 16px 0 22px;
  color: var(--tm-alt-muted);
  font-size: 16px;
}

.tm-alt-location-cta__copy .tm-alt-button {
  min-height: 52px;
  padding: 14px 20px;
  font-size: 14px;
}

.tm-alt-home :where(a, button):focus-visible {
  outline: 3px solid rgba(255, 103, 31, .42);
  outline-offset: 3px;
}

@media (max-width: 1180px) {
  .tm-alt-header__inner,
  .tm-alt-hero__inner,
  .tm-alt-services,
  .tm-alt-location-cta {
    width: min(100% - 48px, 1180px);
  }

  .tm-alt-header__nav {
    gap: 14px;
  }

  .tm-alt-header__nav a {
    font-size: 12px;
  }

  .tm-alt-header__cta {
    padding-inline: 14px;
    font-size: 12px;
  }

  .tm-alt-trust {
    width: min(100% - 48px, 1180px);
  }

  .tm-alt-trust-card {
    gap: 12px;
    padding-inline: 17px;
  }

  .tm-alt-trust-card__icon {
    width: 52px;
    height: 52px;
    flex-basis: 52px;
  }

  .tm-alt-trust-card strong {
    font-size: 15px;
  }

  .tm-alt-trust-card small {
    font-size: 12px;
  }
}

@media (max-width: 1050px) {
  .tm-alt-header__nav a:nth-child(3) {
    display: none;
  }

  .tm-alt-services__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .tm-alt-header__inner {
    width: min(100% - 40px, 700px);
    min-height: 76px;
  }

  .tm-alt-header__logo img {
    height: 54px;
    max-width: 195px;
  }

  .tm-alt-header__nav,
  .tm-alt-header__cta {
    display: none;
  }

  .tm-alt-header__toggle {
    display: flex;
    margin-left: auto;
  }

  .tm-alt-mobile-nav {
    display: block;
  }

  .tm-alt-hero {
    min-height: 605px;
    background-position: 62% center;
  }

  .tm-alt-hero::before {
    background: linear-gradient(90deg, rgba(13, 14, 15, .72) 0%, rgba(13, 14, 15, .44) 56%, rgba(13, 14, 15, .04) 100%);
  }

  .tm-alt-hero__inner {
    width: min(100% - 40px, 700px);
    min-height: 605px;
    padding: 64px 0 34px;
  }

  .tm-alt-hero h1 {
    font-size: clamp(46px, 8.5vw, 70px);
  }

  .tm-alt-trust {
    width: min(100% - 40px, 700px);
    margin-top: -34px;
  }

  .tm-alt-trust__inner {
    padding: 15px 20px;
  }

  .tm-alt-trust-card {
    padding: 12px 15px;
  }

  .tm-alt-trust-card__icon {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
  }

  .tm-alt-trust-card__icon svg {
    width: 30px;
    height: 30px;
  }

  .tm-alt-trust-card strong {
    font-size: 13px;
  }

  .tm-alt-trust-card small {
    font-size: 11px;
  }

  .tm-alt-services,
  .tm-alt-location-cta {
    width: min(100% - 40px, 700px);
  }

  .tm-alt-services {
    padding-top: 68px;
  }

  .tm-alt-location-cta {
    grid-template-columns: 1fr 1.45fr;
  }

  .tm-alt-location-cta__copy {
    padding-right: 30px;
  }
}

@media (max-width: 700px) {
  .tm-alt-header__inner,
  .tm-alt-hero__inner,
  .tm-alt-services,
  .tm-alt-location-cta,
  .tm-alt-trust {
    width: calc(100% - 28px);
  }

  .tm-alt-header__inner {
    min-height: 72px;
  }

  .tm-alt-header__logo img {
    height: 50px;
    max-width: 180px;
  }

  .tm-alt-mobile-nav {
    padding-inline: 14px;
  }

  .tm-alt-hero {
    min-height: 595px;
    background-position: 66% center;
  }

  .tm-alt-hero__inner {
    min-height: 595px;
    padding: 58px 0 28px;
  }

  .tm-alt-hero__kicker {
    font-size: 11px;
  }

  .tm-alt-hero h1 {
    font-size: clamp(42px, 12vw, 63px);
    letter-spacing: -.055em;
  }

  .tm-alt-hero__line {
    margin-top: 24px;
  }

  .tm-alt-hero__actions {
    display: grid;
    gap: 11px;
    margin-top: 24px;
  }

  .tm-alt-button {
    width: 100%;
    min-height: 56px;
  }

  .tm-alt-stats {
    width: 100%;
  }

  .tm-alt-stat {
    display: block;
    padding: 0 8px 0 0;
    text-align: center;
  }

  .tm-alt-stat + .tm-alt-stat {
    padding-left: 8px;
  }

  .tm-alt-stat__icon {
    width: 39px;
    height: 39px;
    margin: 0 auto 7px;
  }

  .tm-alt-stat__icon svg {
    width: 35px;
    height: 35px;
  }

  .tm-alt-stat strong {
    font-size: 21px;
  }

  .tm-alt-stat small {
    margin-top: 4px;
    font-size: 11px;
  }

  .tm-alt-trust {
    margin-top: -20px;
  }

  .tm-alt-trust__inner {
    display: block;
    padding: 9px 16px;
    border-radius: 20px;
  }

  .tm-alt-trust-card {
    min-height: 80px;
    padding: 10px 0;
    border-right: 0;
    border-bottom: 1px solid #ededed;
  }

  .tm-alt-trust-card:last-child {
    border-bottom: 0;
  }

  .tm-alt-trust-card__icon {
    width: 50px;
    height: 50px;
    flex-basis: 50px;
  }

  .tm-alt-trust-card__icon svg {
    width: 32px;
    height: 32px;
  }

  .tm-alt-trust-card strong {
    font-size: 16px;
  }

  .tm-alt-trust-card small {
    margin-top: 4px;
    font-size: 13px;
  }

  .tm-alt-services {
    padding: 57px 0 48px;
  }

  .tm-alt-section-head__eyebrow {
    font-size: 11px;
  }

  .tm-alt-section-head h2 {
    font-size: 42px;
  }

  .tm-alt-services__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
    margin-top: 26px;
  }

  .tm-alt-service-card {
    min-height: 80px;
    flex-direction: row;
    justify-content: flex-start;
    gap: 14px;
    padding: 10px 14px;
    border-radius: 15px;
    text-align: left;
  }

  .tm-alt-service-card__icon {
    width: 56px;
    height: 56px;
    flex-basis: 56px;
  }

  .tm-alt-service-card__icon svg {
    width: 39px;
    height: 39px;
  }

  .tm-alt-service-card__icon img {
    width: 44px;
    height: 44px;
  }

  .tm-alt-service-card__icon img[src*="katalizators.svg"] {
    width: 52px;
    height: 40px;
  }

  .tm-alt-service-card strong {
    max-width: none;
    flex: 1 1 auto;
    margin: 0;
    font-size: 16px;
  }

  .tm-alt-service-card__arrow {
    flex: 0 0 auto;
  }

  .tm-alt-location-cta {
    display: flex;
    min-height: 0;
    flex-direction: column;
    margin-bottom: 50px;
    border-radius: 20px;
  }

  .tm-alt-location-cta__art {
    min-height: 185px;
  }

  .tm-alt-location-cta__art svg {
    width: 92%;
    transform: translateX(-3%);
  }

  .tm-alt-location-cta__art::after {
    top: 54%;
    right: -20%;
    width: 34%;
    height: 120%;
  }

  .tm-alt-location-cta__copy {
    padding: 26px 20px 25px;
  }

  .tm-alt-location-cta h2 {
    font-size: 30px;
  }

  .tm-alt-location-cta__copy > p:not(.tm-alt-location-cta__eyebrow) {
    margin-top: 12px;
    font-size: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tm-alt-home *,
  .tm-alt-home *::before,
  .tm-alt-home *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
