/* Shared German / English footer. All icons use existing SVG assets. */
footer.site-footer {
  --footer-cream: #fff2e0;
  --footer-text: #d6d0c6;
  --footer-muted: #bdb8af;
  --footer-line: rgba(255, 242, 224, 0.14);
  position: relative;
  overflow: hidden;
  padding: 0 clamp(1.5rem, 6.7vw, 8rem);
  border: 0;
  background: #1a1a1d;
  color: var(--footer-text);
  font-family: "Roboto", sans-serif;
  font-size: 0.95rem;
  font-weight: 200;
  line-height: 1.5;
}

footer.site-footer::before,
footer.site-footer::after { content: none; }

.site-footer .site-footer__inner {
  max-width: 1440px;
  margin: 0 auto;
}

.site-footer a {
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
  text-underline-offset: 4px;
  transition: color 0.2s ease;
}

.site-footer a:hover {
  color: #fff;
  text-decoration: underline;
}

.site-footer a:focus-visible {
  outline: 2px solid var(--footer-cream);
  outline-offset: 5px;
}

.site-footer .site-footer__main {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.65fr) minmax(0, 1.2fr) minmax(0, 1fr) minmax(0, 0.95fr);
  align-items: start;
  gap: clamp(1.5rem, 2.4vw, 2.5rem);
  padding: 4rem 0 3rem;
}

.site-footer .site-footer__main > * { min-width: 0; }
.site-footer .site-footer__logo { display: inline-block; }

.site-footer .site-footer__logo img {
  display: block;
  width: 170px;
  max-width: 100%;
  height: auto;
}

.site-footer .site-footer__brand-copy {
  margin: 1rem 0 0;
  color: var(--footer-muted);
  font-size: 0.85rem;
  line-height: 1.55;
}

.site-footer .site-footer__heading {
  margin: 0 0 1.1rem;
  color: var(--footer-cream);
  font-family: "PPNeueCorp", sans-serif;
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.2;
}

.site-footer .site-footer__main ul {
  display: grid;
  gap: 0.1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer .site-footer__main li a {
  display: inline-block;
  padding: 0.25rem 0;
  line-height: 1.5;
  overflow-wrap: anywhere;
  hyphens: auto;
}

.site-footer address {
  margin: 0 0 0.85rem;
  color: var(--footer-muted);
  font-style: normal;
  line-height: 1.6;
}

.site-footer .site-footer__address-link { display: inline-block; }

.site-footer .site-footer__booking {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  max-width: 100%;
  min-height: 48px;
  margin-top: 1.4rem;
  padding: 0.8rem 1.15rem;
  border: 1px solid rgba(255, 242, 224, 0.14);
  border-radius: 0.5rem;
  background: #34656d;
  color: var(--footer-cream);
  font-size: 0.95rem;
  line-height: 1.25;
  font-weight: 200;
  transition: background 0.2s ease;
}

.site-footer .site-footer__booking:hover {
  background: #427780;
  color: #fff;
  text-decoration: none;
}

.site-footer .site-footer__booking img {
  display: block;
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  margin: 0;
}

.site-footer .site-footer__contact-list .site-footer__booking-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 0.45rem;
  color: var(--footer-cream);
  font-weight: 200;
}

.site-footer .site-footer__booking-link img {
  flex-shrink: 0;
  width: 9px;
  height: 9px;
}

.site-footer .site-footer__social {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr) 10px;
  align-items: center;
  gap: 0.75rem;
  max-width: 230px;
  min-height: 76px;
  padding: 0.85rem;
  border: 1px solid var(--footer-line);
  border-radius: 0.65rem;
  background: rgba(255, 242, 224, 0.025);
  transition: background 0.2s ease, border-color 0.2s ease;
}

.site-footer .site-footer__social:hover {
  border-color: rgba(255, 242, 224, 0.4);
  background: rgba(255, 242, 224, 0.07);
  text-decoration: none;
}

.site-footer .site-footer__social-icon {
  display: block;
  width: 26px;
  height: 26px;
}

.site-footer .site-footer__social-copy {
  display: grid;
  gap: 0.15rem;
  min-width: 0;
  color: var(--footer-cream);
  font-size: 0.9rem;
  font-weight: 300;
}

.site-footer .site-footer__social-handle {
  color: var(--footer-muted);
  font-size: 0.75rem;
  font-weight: 200;
  overflow-wrap: anywhere;
}

.site-footer .site-footer__social-arrow {
  display: block;
  width: 10px;
  height: 10px;
}

.site-footer .site-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem 1.5rem;
  padding: 1.25rem 0;
  border-top: 1px solid var(--footer-line);
  color: var(--footer-muted);
  font-size: 0.75rem;
}

.site-footer .site-footer__bottom p { margin: 0; }

.site-footer .site-footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 1.25rem;
}

.site-footer .site-footer__legal a {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
}

@media (max-width: 1200px) {
  .site-footer .site-footer__main {
    grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.2fr) minmax(0, 1fr) minmax(0, 1fr);
    gap: 2.5rem 1.5rem;
    padding-top: 3rem;
  }
  .site-footer .site-footer__brand {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.5rem;
    grid-column: 1 / -1;
    padding-bottom: 2rem;
    border-bottom: 1px solid var(--footer-line);
  }
  .site-footer .site-footer__brand-copy { margin: 0; }
  .site-footer .site-footer__booking { margin: 0 0 0 auto; }
}

@media (max-width: 1000px) {
  .site-footer .site-footer__main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.5rem 3rem;
  }
}

@media (max-width: 640px) {
  .site-footer .site-footer__main {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
    gap: 2rem 1.25rem;
    padding: 2.5rem 0 1.5rem;
  }
  .site-footer .site-footer__brand,
  .site-footer .site-footer__contact,
  .site-footer .site-footer__follow { grid-column: 1 / -1; }
  .site-footer .site-footer__brand {
    display: block;
    padding-bottom: 1.75rem;
  }
  .site-footer .site-footer__logo img { width: 155px; }
  .site-footer .site-footer__brand-copy br { display: none; }
  .site-footer .site-footer__brand-copy { margin-top: 0.8rem; }
  .site-footer .site-footer__booking { margin: 1.1rem 0 0; }
  .site-footer .site-footer__heading { margin-bottom: 0.85rem; font-size: 1.25rem; }
  .site-footer .site-footer__main li a { min-height: 36px; font-size: 0.9rem; }
  .site-footer .site-footer__contact {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    gap: 0 1.25rem;
    font-size: 0.9rem;
  }
  .site-footer .site-footer__contact .site-footer__heading { grid-column: 1 / -1; }
  .site-footer .site-footer__contact address { margin: 0; }
  .site-footer .site-footer__follow {
    padding-top: 1.5rem;
    border-top: 1px solid var(--footer-line);
  }
  .site-footer .site-footer__social { max-width: 280px; }
  .site-footer .site-footer__bottom { gap: 0.5rem 1rem; padding: 1rem 0 1.5rem; }
  .site-footer .site-footer__legal { order: -1; width: 100%; }
}

@media (max-width: 400px) {
  .site-footer .site-footer__contact { grid-template-columns: 1fr; gap: 0.65rem; }
  .site-footer .site-footer__contact .site-footer__heading { margin: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .site-footer a,
  .site-footer .site-footer__booking,
  .site-footer .site-footer__social { transition: none; }
}
