.rth-site-footer {
  margin: 0;
  padding: 56px max(24px, calc((100vw - 1400px) / 2)) 28px;
  background: #151a18;
  color: #bcc2bd;
  font-family: "DM Sans", "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.65;
  text-align: left;
}

.rth-site-footer *,
.rth-site-footer *::before,
.rth-site-footer *::after {
  box-sizing: border-box;
}

.rth-site-footer p {
  color: inherit;
}

.rth-site-footer a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.rth-site-footer a:hover,
.rth-site-footer a:focus-visible {
  color: #d7b45e;
}

.rth-footer-grid {
  display: grid;
  grid-template-columns: 1.05fr 2fr 0.72fr 0.72fr;
  gap: 52px;
  align-items: start;
}

.rth-footer-brand {
  margin: 0 0 18px;
  color: #fff !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  line-height: 1.2;
}

.rth-footer-address {
  margin: 0 0 20px;
  line-height: 1.95;
}

.rth-footer-contact {
  display: flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  margin-top: 10px;
  color: #d7b45e !important;
}

.rth-footer-contact svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rth-footer-hostess {
  display: grid;
  grid-template-columns: 164px minmax(0, 1fr);
  gap: 28px;
  align-items: center;
}

.rth-footer-hostess img {
  width: 164px;
  height: 164px;
  border: 3px solid rgba(215, 180, 94, 0.55);
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
}

.rth-footer-tag,
.rth-footer-links h2 {
  margin: 0 0 10px;
  color: #d7b45e !important;
  font-family: inherit;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.24em;
  line-height: 1.4;
  text-transform: uppercase;
}

.rth-footer-hostess-name {
  margin: 0 0 8px;
  color: #fff !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1.25;
}

.rth-footer-hostess-text {
  max-width: 390px;
  margin: 0;
}

.rth-footer-links {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.rth-footer-links h2 {
  margin-bottom: 12px;
  color: #8f9892 !important;
}

.rth-footer-settings {
  color: #d7b45e !important;
}

.rth-footer-bottom {
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  color: #747d77;
  font-size: 12px;
  text-align: center;
}

@media (max-width: 1100px) {
  .rth-footer-grid {
    grid-template-columns: 1fr 1.6fr;
    gap: 44px;
  }
}

@media (max-width: 700px) {
  .rth-site-footer {
    padding: 44px 24px 24px;
  }

  .rth-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px 20px;
  }

  .rth-footer-address-block,
  .rth-footer-hostess {
    grid-column: 1 / -1;
  }

  .rth-footer-hostess {
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 20px;
  }

  .rth-footer-hostess img {
    width: 104px;
    height: 104px;
  }

  .rth-footer-links a {
    overflow-wrap: anywhere;
  }

  .rth-footer-bottom {
    text-align: left;
  }
}

@media (max-width: 380px) {
  .rth-footer-grid {
    grid-template-columns: 1fr;
  }

  .rth-footer-address-block,
  .rth-footer-hostess {
    grid-column: auto;
  }
}

/* Bewährte Footer-Proportionen aus Retreathaus-Version 1.3.0 */
.rth-site-footer {
  padding: 0 42px 34px;
  background: #191c1b;
  color: #fff;
}

.rth-footer-grid {
  grid-template-columns: 1.15fr 1.75fr 0.85fr 0.85fr;
  gap: 42px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 56px 0 28px;
}

.rth-footer-brand {
  margin-bottom: 16px;
  font-size: 24px;
}

.rth-footer-address {
  margin: 0;
  color: rgba(255, 255, 255, 0.5) !important;
  font-size: 14px;
  line-height: 2;
}

.rth-footer-contact {
  margin-top: 16px;
  color: #c9a969 !important;
  font-size: 14px;
}

.rth-footer-contact + .rth-footer-contact {
  margin-top: 9px;
}

.rth-footer-hostess {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.rth-footer-hostess img {
  flex: 0 0 auto;
  border-color: rgba(201, 169, 105, 0.38);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.rth-footer-tag,
.rth-footer-links h2 {
  margin-bottom: 7px;
  color: #c9a969 !important;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2.4px;
}

.rth-footer-hostess-name {
  margin-bottom: 8px;
  font-size: 20px;
}

.rth-footer-hostess-text {
  color: rgba(255, 255, 255, 0.56) !important;
  font-size: 13.5px;
  line-height: 1.7;
}

.rth-footer-links {
  gap: 0;
  text-align: left;
}

.rth-footer-links h2 {
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.45) !important;
}

.rth-site-footer .rth-footer-links > h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 13px !important;
  color: rgba(255, 255, 255, 0.48) !important;
  font-family: "DM Sans", "Inter", sans-serif !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 0.22em !important;
  line-height: 1.4 !important;
  text-transform: uppercase;
}

.rth-site-footer .rth-footer-links > h2::before {
  width: 18px;
  height: 1px;
  flex: 0 0 auto;
  background: #c9a969;
  content: "";
}

.rth-footer-links a,
.rth-footer-settings {
  display: block;
  padding: 7px 0;
  color: rgba(255, 255, 255, 0.62) !important;
  font-size: 14px;
}

.rth-footer-links a:hover,
.rth-footer-links a:focus-visible {
  color: #c9a969 !important;
}

.rth-footer-action {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.rth-footer-action span {
  margin-right: 8px;
  color: rgba(255, 255, 255, 0.36);
  font-size: 10px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.rth-footer-action a {
  padding: 8px 15px;
  border: 1px solid rgba(201, 169, 105, 0.62);
  border-radius: 999px;
  color: #d9bd7d !important;
  font-size: 13px;
}

.rth-footer-action a:hover,
.rth-footer-action a:focus-visible {
  border-color: #d9bd7d;
  color: #fff !important;
}

.rth-footer-bottom {
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 26px;
  border-top-color: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}

@media (max-width: 1000px) {
  .rth-footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 680px) {
  .rth-site-footer {
    padding: 0 24px 30px;
  }

  .rth-footer-grid {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-top: 44px;
  }

  .rth-footer-address-block,
  .rth-footer-hostess {
    grid-column: auto;
  }

  .rth-footer-address-block,
  .rth-footer-links,
  .rth-footer-bottom {
    text-align: center;
  }

  .rth-footer-links {
    align-items: center;
  }

  .rth-site-footer .rth-footer-links > h2 {
    justify-content: center;
  }

  .rth-footer-contact {
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
  }

  .rth-footer-hostess {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .rth-footer-hostess img {
    width: 138px;
    height: 138px;
    margin: 0 auto;
  }

  .rth-footer-action {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .rth-footer-action span {
    margin-right: 0;
  }

  .rth-footer-settings {
    align-self: center;
    text-align: center;
  }
}
