.rr-homepage {
  background: rgb(var(--color-page-background));
  color: rgb(var(--color-text));
}

.rr-homepage *,
.rr-homepage *::before,
.rr-homepage *::after {
  box-sizing: border-box;
}

.rr-homepage a {
  color: inherit;
}

.rr-home-section {
  padding: var(--rr-section-padding, 68px) 30px;
}

.rr-home-inner {
  width: min(100%, 1240px);
  margin: 0 auto;
}

.rr-home-kicker {
  margin: 0 0 12px;
  color: #6f765c;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.4;
  text-transform: uppercase;
}

.rr-home-title {
  max-width: 820px;
  margin: 0;
  color: #1f261b;
  font-size: clamp(32px, 4.8vw, 68px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  overflow-wrap: normal;
  word-break: normal;
}

.rr-home-heading {
  max-width: 760px;
  margin: 0;
  color: #22291d;
  font-size: clamp(26px, 3vw, 44px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.08;
}

.rr-home-copy {
  max-width: 640px;
  margin: 18px 0 0;
  color: #5d6355;
  font-size: 16px;
  line-height: 1.7;
}

.rr-home-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin-top: 28px;
  padding: 12px 22px;
  border: 1px solid #2b3325;
  border-radius: 2px;
  background: #2b3325;
  color: #fff !important;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none;
  text-indent: 0;
  visibility: visible;
  opacity: 1;
  mix-blend-mode: normal;
  -webkit-text-fill-color: #fff;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.rr-home-button__label {
  position: relative;
  z-index: 1;
  display: inline;
  color: inherit !important;
  font: inherit;
  line-height: inherit;
  opacity: 1;
  text-indent: 0;
  visibility: visible;
  mix-blend-mode: normal;
  -webkit-text-fill-color: currentColor;
}

.rr-home-button--secondary {
  background: transparent;
  color: #2b3325 !important;
  -webkit-text-fill-color: #2b3325;
}

.rr-home-button:hover {
  border-color: #43523b;
  background: #43523b;
  color: #fff !important;
  -webkit-text-fill-color: #fff;
}

.rr-home-button--secondary:hover {
  border-color: #2b3325;
  background: #2b3325;
  color: #fff !important;
  -webkit-text-fill-color: #fff;
}

.rr-home-button:focus-visible,
.rr-home-faq__button:focus-visible,
.rr-home-card:focus-visible {
  outline: 2px solid #7f8f63;
  outline-offset: 3px;
}

.rr-home-button[aria-disabled="true"],
.rr-home-button:disabled {
  opacity: 0.58;
  pointer-events: none;
}

.rr-home-placeholder {
  min-height: 100%;
  overflow: hidden;
  border-radius: 6px;
  background: #d9ddce;
}

.rr-home-placeholder svg,
.garden-placeholder svg {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 280px;
}

.garden-placeholder {
  display: grid;
  width: 100%;
  min-height: 100%;
  place-items: center;
  gap: 10px;
  padding: 28px;
  background: linear-gradient(180deg, #e6eadf 0%, #d8dfcf 100%);
  color: #596650;
  text-align: center;
}

.garden-placeholder--home-and-garden,
.garden-placeholder--lifestyle {
  background: linear-gradient(180deg, #e6eadf 0%, #d4decb 100%);
}

.garden-placeholder--indoor,
.garden-placeholder--basket {
  background: linear-gradient(180deg, #eee8dc 0%, #ded3c1 100%);
}

.garden-placeholder--solar,
.garden-placeholder--sun {
  background: linear-gradient(180deg, #f1ecd2 0%, #ddd9b0 100%);
}

.garden-placeholder--metal-art {
  background: linear-gradient(180deg, #e4e7df 0%, #cdd4cb 100%);
}

.garden-placeholder--bird,
.garden-placeholder--seasonal,
.garden-placeholder--garden,
.garden-placeholder--flower,
.garden-placeholder--patio {
  background: linear-gradient(180deg, #e8eadf 0%, #d5dcc9 100%);
}

.garden-placeholder--product {
  background: linear-gradient(180deg, #ede7d7 0%, #d8cdb8 100%);
}

.garden-placeholder--collection {
  background: linear-gradient(180deg, #e7e2d4 0%, #d4dbc9 100%);
}

.garden-placeholder svg {
  max-width: 210px;
  min-height: 150px;
}

.garden-placeholder span {
  font-size: 13px;
  line-height: 1.4;
}

.garden-placeholder span:empty {
  display: none;
}

.garden-placeholder__line,
.garden-placeholder__sun {
  stroke: currentColor;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.garden-placeholder__sun {
  fill: rgba(255, 255, 255, 0.34);
}

.rr-home-hero {
  padding-top: 36px;
}

.rr-home-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  min-height: 640px;
  background: #eff0e7;
}

.rr-home-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 56px 48px 56px 64px;
}

.rr-home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.rr-home-hero__media {
  position: relative;
  display: grid;
  min-height: 520px;
  padding: 22px;
}

.rr-home-hero__media-card {
  overflow: hidden;
  border-radius: 6px;
  background: #ccd5c2;
}

.rr-home-hero__image {
  width: 100%;
  height: 100%;
}

.rr-home-hero__image--mobile {
  display: none;
}

.rr-home-hero__note {
  position: absolute;
  right: 42px;
  bottom: 42px;
  max-width: 250px;
  padding: 18px;
  border: 1px solid rgba(43, 51, 37, 0.18);
  background: rgba(255, 255, 255, 0.88);
  color: #394332;
  font-size: 14px;
  line-height: 1.5;
}

.rr-home-benefits {
  --rr-section-padding: 28px;
  border-top: 1px solid rgba(43, 51, 37, 0.12);
  border-bottom: 1px solid rgba(43, 51, 37, 0.12);
  background: #faf8f1;
}

.rr-home-benefits__grid,
.rr-home-card-grid,
.rr-home-feature-grid,
.rr-home-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(180px, 1fr));
  gap: 18px;
}

.rr-home-benefit,
.rr-home-card,
.rr-home-feature,
.rr-home-step {
  min-width: 0;
  overflow-wrap: normal;
  word-break: normal;
}

.rr-home-benefit .garden-placeholder {
  width: 42px;
  min-height: 42px;
  padding: 0;
  margin-bottom: 14px;
  background: transparent;
  color: #31563a;
}

.rr-home-benefit .garden-placeholder svg {
  width: 42px;
  min-height: 42px;
}

.rr-home-benefit__title,
.rr-home-card__title,
.rr-home-feature__title,
.rr-home-step__title,
.rr-home-faq__question {
  margin: 0;
  color: #252c21;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
  overflow-wrap: normal;
  word-break: normal;
}

.rr-home-benefit__text,
.rr-home-card__text,
.rr-home-feature__text,
.rr-home-step__text {
  margin: 10px 0 0;
  color: #656b5e;
  font-size: 14px;
  line-height: 1.6;
  overflow-wrap: normal;
  word-break: normal;
}

.rr-home-card__cta {
  display: inline-flex;
  margin-top: 14px;
  color: #2d3b27;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.rr-home-section__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 34px;
}

.rr-home-card {
  display: flex;
  min-height: 330px;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border-radius: 6px;
  background: #e5e2d6;
}

.rr-home-card__media {
  min-height: 190px;
  background: #ced7c3;
}

.rr-home-card__body {
  padding: 20px;
}

.rr-home-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 34px;
  align-items: stretch;
}

.rr-home-split__media {
  min-height: 520px;
  overflow: hidden;
  border-radius: 6px;
  background: #d9d6c8;
}

.rr-home-split__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 44px;
  background: #f4f1e7;
}

.rr-home-image-feature--left .rr-home-split__media {
  order: -1;
}

.rr-home-image-feature--right .rr-home-split__media {
  order: 2;
}

.rr-home-image-feature--right .rr-home-split__content {
  order: 1;
}

.rr-home-list {
  display: grid;
  gap: 14px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.rr-home-list li {
  padding-left: 18px;
  border-left: 2px solid #89936f;
  color: #4f5847;
  line-height: 1.55;
}

.rr-home-before-after__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.rr-home-before-after__item {
  overflow: hidden;
  border-radius: 6px;
  background: #e1dfd3;
}

.rr-home-before-after__label {
  padding: 14px 18px;
  background: #2b3325;
  color: #fff;
  font-size: 13px;
  line-height: 1.4;
}

.rr-home-featured-collection {
  background: #f6f3e9;
}

.rr-home-featured-collection__panel {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 24px;
  align-items: center;
}

.rr-home-featured-collection__tiles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.rr-home-tile {
  min-height: 210px;
  overflow: hidden;
  border-radius: 6px;
  background: #d4d9c7;
}

.rr-home-faq {
  background: #fbfaf5;
}

.rr-home-faq__grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
  gap: 44px;
}

.rr-home-faq__list {
  display: grid;
  gap: 10px;
}

.rr-home-faq__item {
  border-top: 1px solid rgba(43, 51, 37, 0.18);
}

.rr-home-faq__button {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  text-align: left;
}

.rr-home-faq__icon {
  flex: 0 0 auto;
  font-size: 24px;
  line-height: 1;
}

.rr-home-faq__answer {
  display: none;
  padding: 0 42px 22px 0;
  color: #5f665a;
  line-height: 1.65;
}

.rr-home-faq__item.is-open .rr-home-faq__answer {
  display: block;
}

.rr-home-newsletter {
  background: #2b3325;
  color: #fff;
}

.rr-home-seasonal {
  background: #f6f3e9;
}

.rr-home-seasonal__countdown {
  margin: 18px 0 0;
  color: #3f4b3a;
  font-size: 14px;
  line-height: 1.5;
}

.rr-home-trust {
  --rr-section-padding: 30px;
  border-top: 1px solid rgba(43, 51, 37, 0.12);
  border-bottom: 1px solid rgba(43, 51, 37, 0.12);
  background: #fbfaf5;
}

.rr-home-newsletter .rr-home-kicker,
.rr-home-newsletter .rr-home-heading,
.rr-home-newsletter .rr-home-copy {
  color: #fff;
}

.rr-home-newsletter__box {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.7fr);
  gap: 40px;
  align-items: center;
}

.rr-home-newsletter__form {
  display: flex;
  gap: 10px;
}

.rr-home-newsletter__input {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.rr-home-newsletter__input::placeholder {
  color: rgba(255, 255, 255, 0.72);
}

.rr-home-newsletter .rr-home-button {
  margin-top: 0;
  border-color: #fff;
  background: #fff;
  color: #2b3325 !important;
  -webkit-text-fill-color: #2b3325;
}

.rr-home-newsletter .rr-home-button:hover,
.rr-home-newsletter .rr-home-button:focus-visible {
  border-color: #eef0e6;
  background: #eef0e6;
  color: #2b3325 !important;
  -webkit-text-fill-color: #2b3325;
}

.rr-home-newsletter__button {
  min-width: 112px;
  min-height: 48px;
  white-space: nowrap;
}

.rr-home-newsletter__message {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 959px) {
  .rr-home-section {
    padding: 48px 20px;
  }

  .rr-home-hero {
    padding-top: 20px;
  }

  .rr-home-hero__grid,
  .rr-home-split,
  .rr-home-featured-collection__panel,
  .rr-home-faq__grid,
  .rr-home-newsletter__box {
    grid-template-columns: 1fr;
  }

  .rr-home-image-feature--left .rr-home-split__media,
  .rr-home-image-feature--right .rr-home-split__media,
  .rr-home-image-feature--right .rr-home-split__content {
    order: initial;
  }

  .rr-home-hero__content,
  .rr-home-split__content {
    padding: 34px 24px;
  }

  .rr-home-hero__grid {
    min-height: 0;
  }

  .rr-home-hero__media,
  .rr-home-split__media {
    min-height: 360px;
  }

  .rr-home-benefits__grid,
  .rr-home-card-grid,
  .rr-home-feature-grid,
  .rr-home-steps,
  .rr-home-featured-collection__tiles {
    grid-template-columns: repeat(2, minmax(160px, 1fr));
  }

  .rr-home-section__header {
    display: block;
  }
}

@media (max-width: 639px) {
  .rr-home-title {
    font-size: 40px;
  }

  .rr-home-feature-grid,
  .rr-home-steps,
  .rr-home-before-after__grid {
    grid-template-columns: 1fr;
  }

  .rr-home-benefits__grid,
  .rr-home-card-grid,
  .rr-home-featured-collection__tiles {
    grid-template-columns: repeat(2, minmax(140px, 1fr));
  }

  .rr-home-card {
    min-height: 260px;
  }

  .rr-home-card__media {
    min-height: 130px;
  }

  .rr-home-hero__image--desktop:has(+ .rr-home-hero__image--mobile) {
    display: none;
  }

  .rr-home-hero__image--mobile {
    display: block;
  }

  .rr-home-hero__note {
    position: static;
    max-width: none;
    margin-top: 12px;
  }

  .rr-home-newsletter__form {
    flex-direction: column;
  }
}
