.pce-home-hero-title {
  font-size: 48px;
  line-height: 1.08;
}

.pce-home-specialty-badge {
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: #0a2540;
  color: #fff;
  box-shadow: 0 0.35rem 1rem rgba(10, 37, 64, 0.14);
}

.pce-home-specialty-badge i,
.pce-home-specialty-badge .fa-badge-check,
.pce-home-specialty-badge svg {
  color: #55c98b;
  fill: currentColor;
  font-size: 1.125rem;
}

.pce-home-specialty-badge span {
  color: #fff;
}

.pce-home-legacy-copy {
  max-width: 920px;
}

.pce-home-legacy-grid {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(240px, 1fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
}

.pce-home-legacy-image {
  overflow: hidden;
  border: 1px solid #c9b98f;
  border-radius: 1rem;
  aspect-ratio: 4 / 5;
  max-height: 34rem;
  box-shadow: 0 1rem 2.5rem rgba(10, 37, 64, 0.12);
}

.pce-home-legacy-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pce-home-current-feature {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(250px, 1fr);
  margin-bottom: clamp(2.5rem, 6vw, 5rem);
  overflow: hidden;
  border: 1px solid #c9b98f;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 1rem 2.5rem rgba(10, 37, 64, 0.1);
}

.pce-home-current-feature__content {
  padding: clamp(1.5rem, 4vw, 3.5rem);
}

.pce-home-current-feature__content > p:first-child {
  margin: 0 0 0.55rem;
  color: #904d00;
  font-weight: 800;
}

.pce-home-current-feature h2 {
  margin: 0 0 1rem;
  color: #0a2540;
  font: 800 clamp(2rem, 4.1vw, 3.65rem)/1.04 Inter, sans-serif;
  letter-spacing: -0.035em;
}

.pce-home-current-feature__content > p:not(:first-child) {
  max-width: 54rem;
  color: #43474d;
  font: 400 1.02rem/1.65 Roboto, sans-serif;
}

.pce-home-current-micro {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 180px));
  gap: 0.75rem;
  margin: 1.35rem 0;
}

.pce-home-current-micro a {
  display: grid;
  align-content: start;
  max-width: 180px;
  overflow: hidden;
  border: 1px solid #d5d0c4;
  border-radius: 0.65rem;
  background: #f8f4ec;
  color: #0a2540;
  text-decoration: none;
}

.pce-home-current-micro img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  background: #fff;
}

.pce-home-current-micro span {
  padding: 0.65rem;
  font: 800 0.78rem/1.35 Inter, sans-serif;
}

.pce-home-current-micro strong,
.pce-home-current-micro small {
  display: block;
}

.pce-home-current-micro small {
  margin-top: 0.3rem;
  color: #904d00;
}

.pce-home-current-feature__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-top: 1.35rem;
}

.pce-home-current-feature__actions a {
  color: #7a4700;
  font: 800 0.9rem/1.25 Inter, sans-serif;
}

.pce-home-current-feature__actions .pce-home-current-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 3rem;
  padding: 0.75rem 1.1rem;
  border-radius: 0.55rem;
  background: #0a2540;
  color: #fff;
  text-decoration: none;
}

.pce-home-current-feature__image {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  min-height: 100%;
  overflow: hidden;
  background: #0d3128;
}

.pce-home-current-feature__image > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pce-home-current-feature__image > span:not(.pce-home-current-feature__placeholder) {
  position: absolute;
  right: 0.8rem;
  bottom: 0.8rem;
  left: 0.8rem;
  padding: 0.7rem 0.8rem;
  border-radius: 0.45rem;
  background: rgba(10, 37, 64, 0.92);
  color: #fff;
  font: 800 0.78rem/1.3 Inter, sans-serif;
  text-align: center;
}

.pce-home-current-feature__image > span strong,
.pce-home-current-feature__image > span small {
  display: block;
}

.pce-home-current-feature__image > span small {
  margin-top: 0.25rem;
  color: #f2c66f;
}

.pce-home-current-feature__placeholder {
  display: grid;
  min-height: 22rem;
  place-items: center;
  color: #fff;
  font-size: 5rem;
}

.pce-home-collector-paths,
.pce-home-project-story {
  background: transparent;
}

.pce-home-help {
  background: #fff;
}

.pce-home-featured-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.65rem, 1.5vw, 1.5rem);
}

.pce-home-listing-browser {
  margin-top: 1.5rem;
}

.pce-home-listing-browser__heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 28rem);
  gap: 1.5rem;
  align-items: end;
  margin-bottom: 1rem;
}

.pce-home-listing-browser__heading h2 {
  margin: 0.2rem 0 0.35rem;
}

.pce-home-listing-browser__heading p {
  margin: 0;
}

.pce-home-listing-search {
  display: grid;
  gap: 0.35rem;
}

.pce-home-listing-search label {
  color: #43474d;
  font: 700 0.78rem/1.2 Inter, sans-serif;
}

.pce-home-listing-search div {
  position: relative;
}

.pce-home-listing-search i {
  position: absolute;
  top: 50%;
  left: 0.9rem;
  color: #65707d;
  transform: translateY(-50%);
}

.pce-home-listing-search input {
  width: 100%;
  min-height: 3rem;
  padding: 0.75rem 0.9rem 0.75rem 2.65rem;
  border: 2px solid #c4c6ce;
  border-radius: 0.65rem;
  background: #fff;
  font: 400 1rem/1.3 Roboto, sans-serif;
}

.pce-home-listing-search input:focus {
  border-color: #0a2540;
  outline: 3px solid rgba(10, 37, 64, 0.14);
}

.pce-home-listing-filters {
  display: flex;
  gap: 0.5rem;
  margin: 0 0 0.9rem;
  padding: 0.2rem 0 0.55rem;
  overflow-x: auto;
  scrollbar-width: thin;
}

.pce-home-listing-filters a {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 0.45rem;
  min-height: 2.6rem;
  padding: 0.55rem 0.8rem;
  border: 1px solid #c4c6ce;
  border-radius: 999px;
  background: #fff;
  color: #0a2540;
  font: 700 0.8rem/1.2 Inter, sans-serif;
  text-decoration: none;
}

.pce-home-listing-filters a span {
  display: grid;
  min-width: 1.45rem;
  min-height: 1.45rem;
  padding: 0 0.3rem;
  place-items: center;
  border-radius: 999px;
  background: #edf0f3;
  font-size: 0.7rem;
}

.pce-home-listing-filters a[aria-current="true"] {
  border-color: #0a2540;
  background: #0a2540;
  color: #fff;
}

.pce-home-listing-filters a[aria-current="true"] span {
  background: #55c98b;
  color: #072c1d;
}

.pce-home-listing-browser__status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
  color: #43474d;
  font-size: 0.88rem;
}

.pce-home-listing-browser__status p {
  margin: 0;
}

.pce-home-listing-browser__status div {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.pce-home-listing-browser__status a,
.pce-home-listing-browser__status button {
  border: 0;
  background: transparent;
  color: #904d00;
  font: 800 0.82rem/1.2 Inter, sans-serif;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
  cursor: pointer;
}

.pce-home-featured-results {
  display: contents;
}

.pce-home-featured-card {
  display: flex;
  height: 100%;
  min-width: 0;
  flex-direction: column;
}

.pce-home-featured-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.pce-home-featured-action {
  margin-top: auto;
}

.pce-home-find-card {
  grid-column: 1 / -1;
}

.pce-home-featured-image {
  display: grid;
  aspect-ratio: 1;
  place-items: center;
  background: #f5f3f6;
}

.pce-home-featured-image img {
  width: 100%;
  height: 100%;
  padding: 0.35rem;
  object-fit: contain;
}

.pce-home-featured-status {
  top: 0.6rem;
  right: 0.6rem;
  left: auto;
  padding: 0.25rem 0.55rem;
  font-size: 0.68rem;
  line-height: 1.2;
}

.pce-home-featured-heading {
  display: grid;
  gap: 0.35rem;
}

.pce-home-featured-heading h3,
.pce-home-featured-heading > span {
  min-width: 0;
  font-size: clamp(0.86rem, 1.35vw, 1.05rem);
  line-height: 1.3;
  white-space: normal;
}

.pce-home-featured-summary {
  display: none;
}

@media (min-width: 700px) {
  .pce-home-featured-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pce-home-find-card {
    grid-column: auto;
  }
}

@media (min-width: 1100px) {
  .pce-home-featured-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .pce-home-main {
    width: 100%;
  }

  .pce-home-legacy-grid {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .pce-home-legacy-image {
    width: 100%;
    max-height: 28rem;
    aspect-ratio: 4 / 3;
  }

  .pce-home-current-feature {
    grid-template-columns: 1fr;
  }

  .pce-home-current-feature__image {
    min-height: 300px;
  }

  .pce-home-current-micro {
    grid-template-columns: repeat(2, minmax(0, 180px));
  }

  .pce-home-hero-title {
    font-size: clamp(36px, 10.6vw, 44px);
    line-height: 1.06;
    overflow-wrap: anywhere;
	  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  }

  .pce-home-main h2.text-display-lg,
  .pce-home-main .text-display-lg {
    font-size: clamp(34px, 9vw, 42px);
    line-height: 1.08;
  }

  .pce-home-main article,
  .pce-home-main section,
  .pce-home-main img,
  .pce-home-main input,
  .pce-home-main button,
  .pce-home-main a {
    max-width: 100%;
  }

  .pce-home-main .p-6 {
    padding: 20px;
  }

  .pce-home-featured-copy.p-6 {
    padding: 0.75rem;
  }

  .pce-home-featured-card a:last-child {
    min-height: 2.5rem;
    padding: 0.45rem;
    font-size: 0.78rem;
    line-height: 1.2;
  }

  .pce-home-main .gap-8 {
    gap: 24px;
  }

  .pce-home-stats > div {
    padding: 20px;
  }

  .pce-home-stats .text-display-lg {
    font-size: 32px;
    line-height: 1.12;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 390px) {
  .pce-home-main {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .pce-home-main .px-margin-mobile {
    padding-left: 6px;
    padding-right: 6px;
  }

  .pce-home-main .aged-copper-btn,
  .pce-home-main button,
  .pce-home-main a.border-2 {
    white-space: normal;
  }

  .pce-home-listing-browser__heading {
    grid-template-columns: 1fr;
    gap: 0.9rem;
  }

  .pce-home-listing-browser__status {
    align-items: flex-start;
    flex-direction: column;
  }

  .pce-home-featured-grid {
    gap: 0.55rem;
  }

  .pce-home-featured-copy.p-6 {
    padding: 0.6rem;
  }

  .pce-home-featured-status {
    top: 0.4rem;
    right: 0.4rem;
    left: auto;
  }
}
