.new-home-page {
  background: #fff;
}

.home-product-range {
  background: radial-gradient(circle at 95% 0, rgba(239, 65, 35, 0.08), transparent 28%), #f3f3f0;
  color: #1f252b;
  overflow: hidden;
  padding: clamp(82px, 9vw, 138px) 0 clamp(90px, 10vw, 150px);
  position: relative;
}
.home-product-range *,
.home-product-range *::before,
.home-product-range *::after {
  box-sizing: border-box;
}
.home-product-range button,
.home-product-range a {
  -webkit-tap-highlight-color: transparent;
}

.home-range-shell {
  max-width: 1440px;
  padding-left: clamp(20px, 4vw, 64px);
  padding-right: clamp(20px, 4vw, 64px);
}

.home-range-eyebrow {
  align-items: center;
  color: #ef4123;
  display: flex;
  font-size: 11px;
  font-weight: 700;
  gap: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.home-range-eyebrow::before {
  background: currentColor;
  content: "";
  height: 2px;
  width: 30px;
}

.home-range-heading {
  align-items: end;
  display: grid;
  gap: clamp(34px, 7vw, 110px);
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  margin-bottom: clamp(54px, 7vw, 92px);
}
.home-range-heading h2 {
  font-size: clamp(48px, 6.4vw, 92px);
  font-weight: 300;
  letter-spacing: -0.06em;
  line-height: 0.92;
  margin: 20px 0 0;
  max-width: 760px;
}

.home-range-heading-copy {
  border-left: 1px solid #dfe3e6;
  padding-left: clamp(26px, 4vw, 58px);
}
.home-range-heading-copy p {
  color: #68727b;
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.55;
  margin: 0 0 27px;
  max-width: 590px;
}

.home-range-catalog-link {
  align-items: center;
  color: #1f252b;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  gap: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.home-range-catalog-link svg {
  fill: none;
  height: 20px;
  stroke: #ef4123;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  transition: transform 0.2s ease;
  width: 20px;
}
.home-range-catalog-link:hover, .home-range-catalog-link:focus-visible {
  color: #ef4123;
}
.home-range-catalog-link:hover svg, .home-range-catalog-link:focus-visible svg {
  transform: translateX(4px);
}

.home-search {
  background: linear-gradient(110deg, #35475a 0%, #3e4b5c 100%);
  box-shadow: 0 18px 46px rgba(50, 57, 74, 0.2);
  border-radius: 4px;
  margin-bottom: 26px;
  position: relative;
  z-index: 5;
}

.home-search-toolbar {
  align-items: stretch;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
}

.home-search-field {
  align-items: center;
  display: flex;
  gap: 16px;
  margin: 0;
  min-width: 0;
  padding: 0 26px;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.home-search-field > svg {
  fill: none;
  flex: 0 0 24px;
  height: 24px;
  stroke: #dcebed;
  stroke-linecap: round;
  stroke-width: 1.7;
  width: 24px;
}
.home-search-field input {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #fff;
  font: inherit;
  font-size: 1.08rem;
  height: 78px;
  min-width: 0;
  outline: 0;
  padding: 0;
  width: 100%;
}
.home-search-field input::placeholder {
  color: #dcebed;
  opacity: 1;
}
.home-search-field kbd {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 3px;
  color: #fff;
  font: inherit;
  font-size: 0.78rem;
  min-width: 28px;
  padding: 4px 8px;
  text-align: center;
}
.home-search-field:focus-within {
  box-shadow: inset 0 -3px #ef4123;
}

.home-search-filter {
  position: relative;
}

.home-search-filter-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: flex;
  font: inherit;
  gap: 14px;
  height: 78px;
  min-width: 355px;
  padding: 0 22px;
  text-align: left;
}
.home-search-filter-toggle > span {
  color: #dcebed;
  font-size: 0.76rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.home-search-filter-toggle > strong {
  flex: 1;
  font-size: 0.92rem;
  font-weight: 400;
  max-width: 190px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-search-filter-toggle > svg {
  fill: none;
  flex: 0 0 12px;
  height: 7px;
  stroke: currentColor;
  transition: transform 0.2s ease;
  width: 12px;
}
.home-search-filter-toggle:focus-visible {
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.42);
  outline: 0;
}

.home-search-filter.is-open .home-search-filter-toggle {
  box-shadow: inset 0 -3px #ef4123;
}
.home-search-filter.is-open .home-search-filter-toggle > svg {
  transform: rotate(180deg);
}

.home-search-filter-menu {
  background: #fff;
  border: 1px solid #dfe3e6;
  border-radius: 3px;
  box-shadow: 0 22px 48px rgba(31, 37, 43, 0.2);
  min-width: 420px;
  padding: 18px;
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  z-index: 2;
}
.home-search-filter-menu[hidden] {
  display: none;
}
.home-search-filter-menu > header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}
.home-search-filter-menu > header > strong {
  color: #1f252b;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.home-search-filter-menu > header > button {
  background: transparent;
  border: 0;
  color: #ef4123;
  cursor: pointer;
  font: inherit;
  font-size: 11px;
  padding: 4px 0;
  text-decoration: underline;
}

.home-search-filter-options {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.home-search-filter-options label {
  align-items: center;
  border: 1px solid #dfe3e6;
  color: #1f252b;
  cursor: pointer;
  display: grid;
  font-size: 12px;
  gap: 9px;
  grid-template-columns: 17px minmax(0, 1fr);
  min-height: 46px;
  padding: 9px 11px;
}
.home-search-filter-options input {
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}
.home-search-filter-options label > span {
  border: 1px solid #b8c0c6;
  border-radius: 2px;
  height: 17px;
  position: relative;
  width: 17px;
}
.home-search-filter-options input:checked + span {
  background: #ef4123;
  border-color: #ef4123;
}
.home-search-filter-options input:checked + span::after {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  content: "";
  height: 8px;
  left: 5px;
  position: absolute;
  top: 2px;
  transform: rotate(45deg);
  width: 4px;
}
.home-search-filter-options input:focus-visible + span {
  box-shadow: 0 0 0 3px rgba(239, 65, 35, 0.22);
}
.home-search-filter-options label:has(input:checked) {
  background: #f7f7f5;
  border-color: rgba(239, 65, 35, 0.45);
}

.home-search-results {
  background: #fff;
  border: 1px solid #dfe3e6;
  border-radius: 3px;
  box-shadow: 0 22px 48px rgba(31, 37, 43, 0.18);
  left: 0;
  max-height: 430px;
  overflow-y: auto;
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
}
.home-search-results[hidden] {
  display: none;
}

.home-search-result {
  align-items: center;
  color: #1f252b;
  display: grid;
  gap: 20px;
  grid-template-columns: 120px minmax(0, 1fr) auto;
  min-height: 74px;
  padding: 13px 22px;
}
.home-search-result + .home-search-result {
  border-top: 1px solid #dfe3e6;
}
.home-search-result > span:first-child {
  color: #ef4123;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.home-search-result > span:nth-child(2) {
  display: grid;
  gap: 3px;
  min-width: 0;
}
.home-search-result strong {
  font-size: 15px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-search-result small {
  color: #68727b;
  font-size: 11px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-search-result > svg {
  fill: none;
  height: 20px;
  stroke: #ef4123;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 20px;
}
.home-search-result:hover, .home-search-result:focus-visible, .home-search-result[aria-selected=true] {
  background: #f7f7f5;
  color: #ef4123;
  outline: 0;
}

.home-search-empty {
  color: #68727b;
  font-size: 14px;
  margin: 0;
  padding: 24px 26px;
}

.home-range-panel {
  background: #fff;
  border: 1px solid #dfe3e6;
  padding: clamp(22px, 3.5vw, 48px);
}
.home-range-panel + .home-range-panel {
  margin-top: 26px;
}

.home-range-panel-heading,
.home-range-standalone-heading {
  align-items: end;
  display: flex;
  gap: 32px;
  justify-content: space-between;
  margin-bottom: 34px;
}
.home-range-panel-heading span,
.home-range-standalone-heading span {
  color: #ef4123;
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.home-range-panel-heading h3,
.home-range-standalone-heading h3 {
  font-size: clamp(30px, 4vw, 54px);
  font-weight: 300;
  letter-spacing: -0.045em;
  line-height: 1;
  margin: 0;
  max-width: 850px;
}
.home-range-panel-heading a,
.home-range-standalone-heading a {
  color: #68727b;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  white-space: nowrap;
}
.home-range-panel-heading a span,
.home-range-standalone-heading a span {
  display: inline;
  font-size: 14px;
  margin: 0 0 0 7px;
}
.home-range-panel-heading a:hover, .home-range-panel-heading a:focus-visible,
.home-range-standalone-heading a:hover,
.home-range-standalone-heading a:focus-visible {
  color: #ef4123;
}

.home-range-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-range-card {
  background: #f3f3f0;
  border: 1px solid #dfe3e6;
  color: #1f252b;
  display: grid;
  grid-template-rows: 170px minmax(160px, 1fr);
  min-width: 0;
  overflow: hidden;
  position: relative;
  transition: border-color 0.22s ease, transform 0.22s ease;
}
.home-range-card::before {
  background: var(--range-accent, #ef4123);
  content: "";
  height: 4px;
  left: -1px;
  position: absolute;
  top: -1px;
  transition: height 0.22s ease;
  width: calc(100% + 2px);
  z-index: 2;
}
.home-range-card:hover, .home-range-card:focus-visible {
  border-color: var(--range-accent, #ef4123);
  color: #1f252b;
  outline: 0;
  transform: translateY(-4px);
}
.home-range-card:hover::before, .home-range-card:focus-visible::before {
  height: 9px;
}
.home-range-card:hover .home-range-card-visual, .home-range-card:focus-visible .home-range-card-visual {
  background-size: 110%;
}
.home-range-card:hover .home-range-card-link svg, .home-range-card:focus-visible .home-range-card-link svg {
  transform: translateX(4px);
}

.home-range-card-visual {
  background: linear-gradient(135deg, rgba(26, 33, 39, 0.05), rgba(26, 33, 39, 0.32)), var(--range-image, none) center/103% auto no-repeat, color-mix(in srgb, var(--range-accent, #ef4123) 15%, #e8e8e4);
  overflow: hidden;
  position: relative;
  transition: background-size 0.35s ease;
}

.home-range-card-number {
  color: rgba(255, 255, 255, 0.9);
  font-size: 10px;
  left: 20px;
  letter-spacing: 0.14em;
  position: absolute;
  top: 20px;
  z-index: 1;
}

.home-range-card-shape {
  border: 22px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  bottom: -52px;
  height: 155px;
  position: absolute;
  right: -24px;
  width: 155px;
}
.home-range-card-shape::after {
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  content: "";
  inset: 18px;
  position: absolute;
}

.home-range-card-no-image .home-range-card-visual {
  background: linear-gradient(145deg, color-mix(in srgb, var(--range-accent, #ef4123) 90%, #fff), #344b60);
}
.home-range-card-no-image .home-range-card-shape {
  height: 190px;
  right: 12%;
  top: 40px;
  width: 190px;
}

.home-range-card-copy {
  display: flex;
  flex-direction: column;
  padding: 24px 22px 22px;
}
.home-range-card-copy strong {
  font-size: clamp(18px, 1.8vw, 25px);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.15;
  text-wrap: balance;
}

.home-range-card-meta {
  color: #68727b;
  font-size: 10px;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.home-range-card-link {
  align-items: center;
  color: #68727b;
  display: flex;
  font-size: 10px;
  font-weight: 700;
  gap: 8px;
  letter-spacing: 0.08em;
  margin-top: auto;
  padding-top: 24px;
  text-transform: uppercase;
}
.home-range-card-link svg {
  fill: none;
  height: 17px;
  stroke: var(--range-accent, #ef4123);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  transition: transform 0.2s ease;
  width: 17px;
}

.home-range-standalone-heading p {
  color: #68727b;
  line-height: 1.55;
  margin: 14px 0 0;
  max-width: 600px;
}

.home-news-section {
  border-bottom: 1px solid #dfe3e6;
  border-top: 1px solid #dfe3e6;
  padding: clamp(68px, 7vw, 104px) 0 clamp(76px, 8vw, 116px);
}
.home-news-section .home-news-heading {
  align-items: end;
  gap: clamp(36px, 7vw, 110px);
  margin-bottom: clamp(38px, 4vw, 58px);
}
.home-news-section .news-section-heading h2 {
  font-size: clamp(43px, 5vw, 68px);
}
.home-news-section .home-news-heading-copy {
  border-left: 1px solid #dfe3e6;
  flex: 0 1 440px;
  padding-left: clamp(25px, 4vw, 52px);
}
.home-news-section .home-news-heading-copy p {
  color: #68727b;
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.55;
  margin: 0 0 22px;
}
.home-news-section .home-news-archive {
  border-top: 0;
  justify-content: flex-start;
  padding-top: 0;
}
.home-news-section .news-card-image {
  aspect-ratio: 1.65;
}
.home-news-section .news-card-copy {
  min-height: 232px;
  padding: 22px;
}
.home-news-section .news-card-copy h3 {
  -webkit-line-clamp: 3;
  margin: 20px 0 24px;
}
.home-news-section .news-card-image .news-card-number {
  font-size: 34px;
}

@media (max-width: 991.98px) {
  .home-range-heading {
    align-items: start;
    gap: 34px;
    grid-template-columns: 1fr;
  }
  .home-range-heading-copy {
    border-left: 0;
    border-top: 1px solid #dfe3e6;
    padding-left: 0;
    padding-top: 28px;
  }
  .home-range-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .home-news-section .home-news-heading {
    align-items: start;
  }
  .home-news-section .home-news-heading-copy {
    flex-basis: 360px;
  }
}
@media (max-width: 767.98px) {
  .home-product-range {
    padding: 72px 0 86px;
  }
  .home-range-heading {
    margin-bottom: 44px;
  }
  .home-search-toolbar {
    grid-template-columns: 1fr;
  }
  .home-search-field {
    border-right: 0;
    padding: 0 18px;
  }
  .home-search-field input {
    height: 64px;
  }
  .home-search-field kbd {
    display: none;
  }
  .home-search-filter {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
  }
  .home-search-filter-toggle {
    height: 55px;
    min-width: 0;
    padding: 0 18px;
    width: 100%;
  }
  .home-search-filter-toggle > strong {
    max-width: none;
    text-align: right;
  }
  .home-search-filter-menu {
    max-width: calc(100vw - 40px);
    min-width: 0;
    width: 100%;
  }
  .home-search-filter-options {
    grid-template-columns: 1fr;
  }
  .home-search-result {
    gap: 12px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 12px 18px;
  }
  .home-search-result > span:first-child {
    grid-column: 1/-1;
    margin-bottom: -8px;
  }
  .home-range-panel {
    padding: 20px;
  }
  .home-range-panel-heading,
  .home-range-standalone-heading {
    align-items: start;
    flex-direction: column;
    gap: 20px;
  }
  .home-range-grid {
    grid-template-columns: 1fr;
  }
  .home-news-section .home-news-heading {
    display: grid;
    gap: 28px;
  }
  .home-news-section .home-news-heading-copy {
    border-left: 0;
    border-top: 1px solid #dfe3e6;
    padding-left: 0;
    padding-top: 25px;
  }
}
@media (max-width: 479.98px) {
  .home-range-card {
    grid-template-columns: 116px minmax(0, 1fr);
    grid-template-rows: minmax(210px, auto);
  }
  .home-range-card-copy {
    padding: 22px 18px 18px;
  }
  .home-range-card-visual {
    background-size: auto 100%;
  }
  .home-range-card:hover .home-range-card-visual,
  .home-range-card:focus-visible .home-range-card-visual {
    background-size: auto 107%;
  }
  .home-range-card-shape {
    right: -72px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .home-range-card,
  .home-range-card::before,
  .home-range-card-visual,
  .home-range-card-link svg {
    transition: none;
  }
}