.luxury-footer {
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(circle at 12% 18%, rgba(198, 160, 100, .2), transparent 24%),
    radial-gradient(circle at 83% 72%, rgba(120, 24, 51, .48), transparent 31%),
    linear-gradient(125deg, #120309, #2c0714 55%, #16040a);
}

.luxury-footer::before {
  position: absolute;
  z-index: -1;
  top: -8rem;
  right: -5rem;
  width: 24rem;
  height: 24rem;
  border: 1px solid rgba(222, 188, 127, .18);
  border-radius: 50%;
  box-shadow: 0 0 0 2.4rem rgba(222, 188, 127, .04), 0 0 0 6rem rgba(222, 188, 127, .025);
  content: '';
}

.footer-claim {
  position: relative;
  padding: 1.4rem 1.5rem 1.55rem;
  overflow: hidden;
  border: 1px solid rgba(226, 196, 146, .28);
  border-radius: 18px;
  background: rgba(255, 246, 232, .055);
}

.footer-claim::after {
  position: absolute;
  right: -1.8rem;
  bottom: -2.2rem;
  color: rgba(229, 191, 126, .18);
  content: 'D';
  font: 10rem/.8 Georgia, serif;
}

.footer-claim > * { position: relative; z-index: 1; }
.footer-column a { width: max-content; max-width: 100%; }
.footer-column a::after { display: inline-block; margin-left: .45rem; content: '↗'; color: #dcb474; opacity: 0; transform: translateX(-4px); transition: .2s; }
.footer-column a:hover::after { opacity: 1; transform: none; }
.footer-wordmark { background: linear-gradient(90deg, #6f233c, #dcaf68 48%, #74233d); -webkit-background-clip: text; background-clip: text; color: transparent; opacity: .83; }
@media (max-width: 720px) { .footer-claim { padding: 1.2rem; }.footer-wordmark { font-size: 22vw; } }

.climate-badge { position: fixed; z-index: 24; right: 1.25rem; bottom: 1.25rem; display: grid; width: 5.65rem; height: 5.65rem; place-items: center; align-content: center; gap: .28rem; padding: .6rem; border: 1px solid rgba(198, 160, 100, .65); border-radius: 50%; background: rgba(28, 59, 72, .94); box-shadow: 0 12px 28px rgba(24, 7, 13, .24), inset 0 1px 0 rgba(255,255,255,.25); color: #fff; text-align: center; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
.climate-badge svg { width: 1.7rem; height: 1.7rem; fill: none; stroke: #f4d59a; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.45; }
.climate-badge span { font-size: .58rem; font-weight: 800; letter-spacing: .08em; line-height: 1.15; text-transform: uppercase; }
@media (max-width: 720px) { .climate-badge { right: .75rem; bottom: .75rem; width: 4.75rem; height: 4.75rem; }.climate-badge svg { width: 1.45rem; height: 1.45rem; }.climate-badge span { font-size: .5rem; } }
