/* Handplant – freigegebener Startseiten- und Footer-Feinschliff */

/* Kleine Markenleiste: die drei Kernbegriffe bleiben, wirken aber ruhiger und wertiger. */
body > header.hp_brand_strip {
  min-height: 34px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #495e35 !important;
  box-shadow: inset 0 -1px rgba(255,255,255,.12) !important;
}
body > header.hp_brand_strip ul {
  width: min(100%, 760px) !important;
  min-height: 34px !important;
  margin: 0 auto !important;
  padding: 5px 18px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: clamp(28px, 7vw, 82px) !important;
  overflow: visible !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: .79rem !important;
  font-weight: 600 !important;
  letter-spacing: .055em !important;
  text-transform: none !important;
}
body > header.hp_brand_strip li {
  min-width: 0;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px;
  color: #fffdf7 !important;
  line-height: 1 !important;
  white-space: nowrap;
}
body > header.hp_brand_strip svg {
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  stroke: #e7cf9e;
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Navigation und Hero bilden ohne beigen Zwischenstreifen eine Einheit. */
main:has(> .start_wrapper) {
  padding-top: 0 !important;
}
#start_section1.hp_hero_scroll {
  margin-top: 0 !important;
}

/* Der Termin steht auf Desktop bewusst vollständig unterhalb des Bildes. */
.hp_home_garden_status {
  margin: 8px auto 0 !important;
}
.hp_home_garden_status + #start_section_shop {
  margin-top: 52px !important;
}

/* Flächiger, ruhiger Seitenabschluss statt einer weiteren schwebenden Karte. */
footer.hp_site_footer {
  width: 100%;
  margin: 68px 0 0 !important;
  background:
    radial-gradient(circle at 12% 15%, rgba(255,255,255,.055), transparent 28%),
    linear-gradient(135deg, #3f5630 0%, #2f4828 100%) !important;
  color: #fff;
}
footer.hp_site_footer #footer_content {
  box-sizing: border-box !important;
  width: min(1240px, calc(100% - 48px)) !important;
  min-height: 0 !important;
  margin: 0 auto !important;
  padding: 52px 0 24px !important;
  display: grid !important;
  grid-template-columns: minmax(300px, 1.15fr) minmax(420px, 1fr) !important;
  gap: 42px 72px !important;
  align-items: start !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.hp_footer_brand {
  min-width: 0;
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
}
footer.hp_site_footer #footer_content_bild {
  grid-column: auto !important;
  width: 78px !important;
  height: 78px !important;
  justify-self: start !important;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  filter: brightness(0) invert(1) !important;
  opacity: .96 !important;
}
.hp_footer_brand p { margin: 0 !important; }
.hp_footer_eyebrow {
  color: #e7cf9e !important;
  font-size: .69rem !important;
  font-weight: 850 !important;
  letter-spacing: .15em !important;
  text-transform: uppercase;
}
.hp_footer_claim {
  max-width: 470px;
  margin-top: 7px !important;
  display: flex;
  flex-direction: column;
  gap: .03em;
  color: #fff !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(1.3rem, 2.1vw, 1.82rem) !important;
  font-weight: 600 !important;
  line-height: 1.02 !important;
  letter-spacing: -.015em;
}
.hp_footer_claim span:nth-child(2) {
  font-size: .72em;
  font-style: italic;
  font-weight: 500;
}
.hp_footer_note {
  margin-top: 11px !important;
  color: rgba(255,255,255,.72) !important;
  font-size: .84rem !important;
  line-height: 1.4 !important;
}
.hp_footer_nav {
  min-width: 0;
  position: static !important;
  order: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.hp_footer_link_grid {
  margin: 0 !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 42px !important;
  list-style: none !important;
}
.hp_footer_link_grid li {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
}
.hp_footer_link_grid a {
  padding: 3px 0 !important;
  display: inline-flex !important;
  color: rgba(255,255,255,.86) !important;
  font-size: .93rem !important;
  font-weight: 650 !important;
  opacity: 1 !important;
  transition: color .16s ease, transform .16s ease;
}
.hp_footer_link_grid a:hover {
  color: #fff !important;
  transform: translateX(3px);
}
@media (max-width: 900px) {
  .hp_home_garden_status { margin: 0 auto !important; }
  .hp_home_garden_status + #start_section_shop { margin-top: 40px !important; }
  footer.hp_site_footer #footer_content {
    width: min(100% - 36px, 760px) !important;
    padding: 42px 0 22px !important;
    grid-template-columns: 1fr !important;
    gap: 36px !important;
  }
  .hp_footer_nav { gap: 0; }
}

@media (max-width: 560px) {
  body > header.hp_brand_strip { min-height: 32px !important; }
  body > header.hp_brand_strip ul {
    min-height: 32px !important;
    padding: 5px 9px !important;
    gap: clamp(13px, 5vw, 24px) !important;
    font-size: .7rem !important;
    letter-spacing: .025em !important;
  }
  body > header.hp_brand_strip li { gap: 4px; }
  body > header.hp_brand_strip svg { width: 12px; height: 12px; flex-basis: 12px; }
  .hp_home_garden_status { margin: 0 !important; }
  .hp_home_garden_status + #start_section_shop { margin-top: 30px !important; }
  footer.hp_site_footer { margin-top: 48px !important; }
  footer.hp_site_footer #footer_content {
    width: calc(100% - 32px) !important;
    padding: 36px 0 20px !important;
    gap: 30px !important;
  }
  .hp_footer_brand {
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 16px;
  }
  footer.hp_site_footer #footer_content_bild { width: 62px !important; height: 62px !important; }
  .hp_footer_claim { font-size: 1.35rem !important; }
  .hp_footer_note { font-size: .77rem !important; }
  .hp_footer_link_grid { gap: 8px 24px !important; }
  .hp_footer_link_grid a { font-size: .84rem !important; }
}

@media (max-width: 360px) {
  body > header.hp_brand_strip ul { gap: 10px !important; font-size: .66rem !important; }
  .hp_footer_brand { grid-template-columns: 54px minmax(0, 1fr); }
  footer.hp_site_footer #footer_content_bild { width: 54px !important; height: 54px !important; }
  .hp_footer_link_grid { grid-template-columns: 1fr; }
}
