:root {
  --erg-stage-orange: #ba5c18;
  --erg-stage-olive: #77882e;
  --erg-stage-brown: #3c2415;
  --erg-stage-tan: #f2ede7;
}
.erg-home-staging-page .entry-title,
.erg-home-staging-page .breadcrumb,
.erg-home-staging-page
  .site-inner
  > .wrap
  > .content-sidebar-wrap
  > .content
  > .entry
  > .entry-header {
  display: none;
}
.erg-home-staging-page .site-inner,
.erg-home-staging-page .content,
.erg-home-staging-page .entry,
.erg-home-staging-page .entry-content {
  margin: 0;
  max-width: none;
  padding: 0;
  width: 100%;
}
.erg-home-staging-page .entry-content > * {
  max-width: none;
}
.erg-home-staging {
  color: var(--erg-stage-brown);
  font-family: "Open Sans", sans-serif;
}
.erg-home-staging * {
  box-sizing: border-box;
}
.erg-home-staging__notice {
  background: #5c661e;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  padding: 7px;
  text-align: center;
  text-transform: uppercase;
}
.erg-home-staging__hero {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(58, 35, 18, 0.76), rgba(58, 35, 18, 0.05)),
    url("https://www.energiquepro.com/wp-content/uploads/2025/05/Practitioner_Webpage_Header.png")
      center/cover no-repeat;
  display: flex;
  min-height: 450px;
}
.erg-home-staging__hero-copy {
  color: #fff;
  margin: auto;
  max-width: 1280px;
  padding: 70px 55px;
  width: 100%;
}
.erg-home-staging__kicker {
  color: var(--erg-stage-olive);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.11em;
  margin: 0 0 13px;
  text-transform: uppercase;
}
.erg-home-staging__hero .erg-home-staging__kicker {
  color: #fff;
}
.erg-home-staging__hero h1 {
  color: #fff;
  font-size: clamp(52px, 6vw, 82px);
  line-height: 1.04;
  margin: 0 0 20px;
  max-width: 820px;
}
.erg-home-staging__hero h1 em {
  color: #d5df83;
  font-style: normal;
}
.erg-home-staging__lead {
  font-size: 18px;
  line-height: 1.65;
  max-width: 650px;
}
.erg-home-staging__actions {
  display: flex;
  gap: 12px;
  margin-top: 28px;
}
.erg-home-staging .button {
  background: var(--erg-stage-orange);
  border: 0;
  border-radius: 2px;
  color: #fff;
  display: inline-flex;
  font-size: 15px;
  font-weight: 600;
  justify-content: center;
  margin: 0;
  min-height: 49px;
  padding: 14px 32px;
  text-decoration: none;
}
.erg-home-staging .button.alt {
  background: var(--erg-stage-olive);
  color: #fff;
}
.erg-home-staging__hero .button.alt {
  background: transparent;
  border: 2px solid #fff;
}
.erg-home-staging h2 {
  color: var(--erg-stage-orange);
  font-size: clamp(38px, 4vw, 56px);
  line-height: 1.15;
  margin: 0 0 22px;
  text-wrap: balance;
}
.erg-home-staging__welcome {
  margin: auto;
  max-width: 1000px;
  padding: 80px 24px 88px;
  text-align: center;
}
.erg-home-staging__welcome > p:not(.erg-home-staging__kicker) {
  color: #5b4c42;
  font-size: 17px;
  line-height: 1.8;
  margin: 0 auto 28px;
  max-width: 850px;
}
.erg-home-staging__product-lines {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin: auto;
  max-width: 64rem;
}
.erg-home-staging__product-lines article {
  background: #ddd;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}
.erg-home-staging__product-lines img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
}
.erg-home-staging__product-lines > article > div {
  display: none;
}
.erg-home-staging__product-lines article:after-- {
  background: linear-gradient(transparent, rgba(48, 30, 18, 0.92));
  content: "";
  inset: 40% 0 0;
  position: absolute;
}
.erg-home-staging__product-lines article > div {
  bottom: 34px;
  color: #fff;
  padding: 0 34px;
  position: absolute;
  z-index: 2;
}
.erg-home-staging__product-lines h3 {
  color: #fff;
  font-size: 28px;
  margin: 0 0 10px;
}
.erg-home-staging__product-lines p {
  font-size: 14px;
  line-height: 1.6;
}
.erg-home-staging__product-lines a,
.erg-home-staging__resource-grid a {
  color: inherit;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.erg-home-staging__quality {
  background: var(--erg-stage-tan);
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 650px;
}
.erg-home-staging__quality-image {
  background: url("https://www.energiquepro.com/wp-content/uploads/2025/05/From-Soi-to-Bottle-scaled.png")
    center/cover no-repeat;
}
.erg-home-staging__quality-copy {
  padding: 90px clamp(40px, 7vw, 110px);
}
.erg-home-staging__quality-copy p {
  line-height: 1.75;
}
.erg-home-staging__quality-copy ul {
  list-style: none;
  margin: 26px 0;
  padding: 0;
}
.erg-home-staging__quality-copy li {
  border-bottom: 1px solid #d8cec4;
  padding: 12px 0 12px 27px;
  position: relative;
}
.erg-home-staging__quality-copy li:before {
  color: var(--erg-stage-olive);
  content: "✓";
  font-weight: 700;
  left: 0;
  position: absolute;
}
.erg-home-staging__resources {
  padding: 90px max(30px, calc((100vw - 1200px) / 2));
}
.erg-home-staging__resources > header {
  margin: 0 auto 50px;
  max-width: 800px;
  text-align: center;
}
.erg-home-staging__resources > header p:last-child {
  line-height: 1.7;
}
.erg-home-staging__resource-grid {
  border-top: 3px solid var(--erg-stage-olive);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.erg-home-staging__resource-grid article {
  border-right: 1px solid #ddd;
  padding: 32px 26px;
}
.erg-home-staging__resource-grid article:last-child {
  border: 0;
}
.erg-home-staging__resource-grid span {
  color: var(--erg-stage-olive);
  font-size: 12px;
  font-weight: 700;
}
.erg-home-staging__resource-grid h3 {
  color: var(--erg-stage-orange);
  font-size: 22px;
}
.erg-home-staging__resource-grid p {
  color: #66574e;
  font-size: 14px;
  line-height: 1.65;
  min-height: 92px;
}
.erg-home-staging__resource-grid a {
  color: var(--erg-stage-orange);
}
.erg-home-staging__cta {
  align-items: center;
  background: var(--erg-stage-orange);
  color: #fff;
  display: grid;
  gap: 80px;
  grid-template-columns: 1.3fr 0.7fr;
  padding: 72px max(30px, calc((100vw - 1120px) / 2));
}
.erg-home-staging__cta .erg-home-staging__kicker,
.erg-home-staging__cta h2 {
  color: #fff;
}
.erg-home-staging__cta p {
  line-height: 1.7;
}
.erg-home-staging__cta > div:last-child {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.erg-home-staging__cta .button {
  background: #fff;
  color: var(--erg-stage-orange);
}
.erg-home-staging__cta > div:last-child > a:last-child {
  color: #fff;
  font-weight: 700;
}
.erg-home-staging__favorites {
  background: #fff;
  margin-top: 80px;
  padding: 82px max(24px, calc((100vw - 1200px) / 2)) 96px;
}
.erg-home-staging__favorites-heading {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
  margin-bottom: 38px;
}
.erg-home-staging__favorites-heading h2 {
  margin-bottom: 0;
}
.erg-home-staging__favorites-heading > a,
.erg-home-staging__favorite-link {
  color: var(--erg-stage-orange);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-decoration: none;
  text-transform: uppercase;
}
.erg-home-staging__favorites-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.erg-home-staging__favorite-card {
  margin: 0;
}
.erg-home-staging__favorite-image {
  align-items: center;
  aspect-ratio: 1 / 1;
  background: var(--erg-stage-tan);
  display: flex;
  justify-content: center;
  margin-bottom: 0.5rem;
  overflow: hidden;
  padding: 24px;
}
.erg-home-staging__favorite-image img {
  height: 100%;
  max-height: 260px;
  object-fit: contain;
  transition: transform 180ms ease;
  width: 100%;
}
.erg-home-staging__favorite-image:hover img {
  transform: scale(1.035);
}
.erg-home-staging__favorite-card h3 {
  font-size: 22px;
  line-height: 1.25;
  margin: 0 0 0;
}
.erg-home-staging__favorite-card h3 a {
  color: var(--erg-stage-brown);
  text-decoration: none;
}
@media (max-width: 900px) {
  .erg-home-staging__resource-grid {
    grid-template-columns: 1fr 1fr;
  }
  .erg-home-staging__favorites-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 760px) {
  .erg-home-staging__hero {
    background-position: 60% center;
    min-height: 600px;
  }
  .erg-home-staging__hero-copy {
    padding: 65px 24px;
  }
  .erg-home-staging__hero h1 {
    font-size: 48px;
  }
  .erg-home-staging__actions {
    align-items: flex-start;
    flex-direction: column;
  }
  .erg-home-staging__product-lines,
  .erg-home-staging__quality,
  .erg-home-staging__resource-grid,
  .erg-home-staging__cta {
    grid-template-columns: 1fr;
  }
  .erg-home-staging__product-lines article {
    min-height: 400px;
  }
  .erg-home-staging__quality-image {
    min-height: 420px;
  }
  .erg-home-staging__quality-copy {
    padding: 70px 24px;
  }
  .erg-home-staging__resource-grid article {
    border-bottom: 1px solid #ddd;
    border-right: 0;
    padding-inline: 0;
  }
  .erg-home-staging__resource-grid p {
    min-height: 0;
  }
  .erg-home-staging__cta {
    gap: 25px;
    padding: 65px 24px;
  }
  .erg-home-staging__favorites {
    margin-top: 55px;
    padding: 64px 24px 72px;
  }
  .erg-home-staging__favorites-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
  .erg-home-staging__favorites-grid {
    gap: 38px 18px;
  }
  .erg-home-staging__favorite-image {
    padding: 16px;
  }
  .erg-home-staging__favorite-card h3 {
    font-size: 19px;
  }
}
@media (max-width: 400px) {
  .erg-home-staging__favorites-grid {
    grid-template-columns: 1fr;
  }
 
}