.site-footer-shell {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  min-height: 0;
  display: grid;
  align-items: stretch;
  padding: 0;
  background: #050806;
  color: #f8f1e8;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
}

.site-footer-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(5, 8, 6, 0.66) 0%, rgba(5, 8, 6, 0.22) 42%, rgba(5, 8, 6, 0.68) 100%),
    linear-gradient(180deg, rgba(5, 8, 6, 0.48) 0%, rgba(5, 8, 6, 0.12) 48%, rgba(5, 8, 6, 0.68) 100%),
    url("/assets/footer/insolite-accommodations-night.webp") center 58% / cover no-repeat;
  opacity: 0.96;
  filter: saturate(1.28) contrast(1.2) brightness(1.16);
  pointer-events: none;
}

.site-footer-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: radial-gradient(circle at 18% 20%, rgba(205, 156, 92, 0.14), transparent 34%);
  pointer-events: none;
}

.site-footer {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(360px, 430px) minmax(0, 1fr);
  gap: clamp(36px, 4vw, 58px);
  padding: 82px clamp(56px, 7vw, 104px) 48px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 64px clamp(48px, 6vw, 92px) 40px;
  z-index: -1;
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.32) 48%, rgba(0, 0, 0, 0.42));
  pointer-events: none;
}

.site-footer a {
  color: inherit;
  text-decoration: none;
}

.site-footer-brand-column {
  display: flex;
  flex-direction: column;
}

.site-footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: #fff9ef;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 44px;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

.site-footer-brand img {
  width: 56px;
  height: 42px;
  object-fit: contain;
}

.site-footer-brand-column > p {
  max-width: 360px;
  margin: 32px 0 0;
  color: rgba(248, 241, 232, 0.76);
  font-size: 18px;
  line-height: 1.42;
}

.site-footer-method {
  width: 405px;
  display: grid;
  gap: 13px;
  margin-top: 34px;
  padding: 22px 24px;
  border: 1px solid rgba(235, 212, 184, 0.18);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.18);
}

.site-footer-method h2 {
  margin: 0;
  color: #bfe8c9;
  font-size: 17px;
  line-height: 1.1;
}

.site-footer-method p {
  margin: 0;
  color: rgba(248, 241, 232, 0.76);
  font-size: 13.5px;
  line-height: 1.42;
}

.site-footer-method ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
  margin: 3px 0 0;
  padding: 0;
  list-style: none;
}

.site-footer-method li {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.site-footer-method strong {
  color: #fff9ef;
  font-size: 15px;
  line-height: 1;
}

.site-footer-method span {
  color: rgba(248, 241, 232, 0.68);
  font-size: 12px;
  line-height: 1.22;
}

.site-footer-newsletter {
  width: 405px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 118px;
  gap: 8px;
  margin-top: 22px;
  padding: 26px;
  border: 1px solid rgba(235, 212, 184, 0.22);
  border-radius: 8px;
  background: rgba(255, 250, 243, 0.07);
  backdrop-filter: blur(8px);
}

.site-footer-newsletter strong,
.site-footer-links h2 {
  margin: 0;
  color: #bfe8c9;
  font-size: 17px;
  line-height: 1.1;
}

.site-footer-newsletter strong,
.site-footer-newsletter > span {
  grid-column: 1 / -1;
}

.site-footer-newsletter > span {
  display: block;
  margin: 2px 0 6px;
  color: rgba(248, 241, 232, 0.7);
  font-size: 14px;
  line-height: 1.35;
}

.site-footer-newsletter label {
  min-width: 0;
}

.site-footer-newsletter input {
  width: 100%;
  height: 42px;
  padding: 0 15px;
  border: 1px solid rgba(235, 212, 184, 0.24);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.92);
  color: #15130f;
  font-size: 14px;
}

.site-footer-newsletter input::placeholder {
  color: #5f594f;
  opacity: 0.85;
}

.site-footer-newsletter button {
  height: 42px;
  border: 0;
  border-radius: 6px;
  background: #0c6b34;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

.site-footer-newsletter button:hover,
.site-footer-newsletter button:focus-visible {
  background: #138544;
}

.site-footer-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(150px, 1fr));
  gap: 22px 0;
  padding-top: 32px;
}

.site-footer-links section {
  min-height: 0;
  display: grid;
  align-content: start;
  gap: 13px;
  padding: 8px 26px;
  border-left: 1px solid rgba(235, 212, 184, 0.18);
}

.site-footer-links h2 {
  margin-bottom: 4px;
}

.site-footer-links a {
  max-width: 210px;
  color: rgba(255, 249, 239, 0.9);
  font-size: 14.5px;
  line-height: 1.28;
}

.site-footer-links a:hover,
.site-footer-links a:focus-visible,
.site-footer-bottom a:hover,
.site-footer-bottom a:focus-visible {
  color: #bfe8c9;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.site-footer-bottom {
  width: 405px;
  display: grid;
  gap: 12px;
  margin-top: 18px;
  border-top: 1px solid rgba(235, 212, 184, 0.16);
  padding-top: 16px;
  color: rgba(248, 241, 232, 0.64);
  font-size: 14px;
}

.site-footer-bottom nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}

.site-footer .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
}

@media (max-width: 1100px) {
  .site-footer-shell {
    min-height: 0;
    padding: 0;
  }

  .site-footer {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 32px 24px 28px;
  }

  .site-footer-brand {
    gap: 12px;
    font-size: clamp(32px, 9vw, 42px);
    white-space: normal;
  }

  .site-footer-brand-column > p {
    margin-top: 24px;
    font-size: 16px;
  }

  .site-footer-newsletter {
    width: 100%;
    grid-template-columns: 1fr;
    margin-top: 30px;
    padding: 22px;
  }

  .site-footer-method {
    width: 100%;
    margin-top: 24px;
  }

  .site-footer-links {
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .site-footer-links section {
    min-height: 0;
    gap: 12px;
    padding: 22px 0;
    border-top: 1px solid rgba(235, 212, 184, 0.18);
    border-left: 0;
  }

  .site-footer-links a {
    max-width: none;
  }

  .site-footer-bottom {
    width: 100%;
    display: grid;
    gap: 12px;
  }

  .site-footer-bottom nav {
    flex-wrap: wrap;
  }
}
