/* ==========================================
   FOOTER BASE
   Royal Bronze Theme - With Softer Hero-Style Mask Fade
   ========================================== */

body { margin: 0; padding: 0; }

.dv-footer {
  background:
    radial-gradient(900px 520px at 15% 0%, rgba(176, 141, 87, 0.2), transparent 60%),
    linear-gradient(180deg, #2C3E50, #1a2631);
  color: rgba(245, 242, 237, 0.88);
  font-family: var(--font-body);
  width: 100%;
  margin: 0; padding: 0;
  border: none;
  box-sizing: border-box;
  position: relative;

  mask-image: linear-gradient(
    to bottom,
    transparent 0%, rgba(0,0,0,0.05) 8%, rgba(0,0,0,0.1) 12%,
    rgba(0,0,0,0.2) 18%, rgba(0,0,0,0.3) 25%, rgba(0,0,0,0.45) 32%,
    rgba(0,0,0,0.6) 40%, rgba(0,0,0,0.75) 50%, rgba(0,0,0,0.88) 60%,
    rgba(0,0,0,1) 70%, rgba(0,0,0,1) 100%
  );
  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent 0%, rgba(0,0,0,0.05) 8%, rgba(0,0,0,0.1) 12%,
    rgba(0,0,0,0.2) 18%, rgba(0,0,0,0.3) 25%, rgba(0,0,0,0.45) 32%,
    rgba(0,0,0,0.6) 40%, rgba(0,0,0,0.75) 50%, rgba(0,0,0,0.88) 60%,
    rgba(0,0,0,1) 70%, rgba(0,0,0,1) 100%
  );
}

.dv-footer-inner {
  max-width: 1060px;
  margin: 0 auto;
  padding: 56px 20px 26px;
}

@media (min-width: 769px) {
  .dv-footer-inner { padding-right: 70px; }
}

/* ── Grid ── */
.dv-footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px;
}

/* Column title — Inter */
.dv-ftitle {
  font-family: var(--font-body);
  font-size: var(--text-label);
  font-weight: var(--weight-label);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 14px;
  color: #B08D57;
}

/* Nav links — Inter */
.dv-flink {
  display: block;
  padding: 6px 0;
  font-family: var(--font-body);
  font-size: var(--text-small);
  font-weight: var(--weight-body);
  color: rgba(245, 242, 237, 0.72);
  text-decoration: none;
  transition: color 0.15s ease;
}

.dv-flink:hover { color: #B08D57; }

/* ── Contact column ── */
.dv-contact strong {
  display: block;
  font-family: var(--font-body);
  font-size: var(--text-small);
  font-weight: var(--weight-button);
  color: #B08D57;
  margin-bottom: 6px;
}

.dv-contact span {
  font-family: var(--font-body);
  font-size: var(--text-label);
  font-weight: var(--weight-body);
  opacity: 0.75;
  color: rgba(245, 242, 237, 0.75);
}

/* ── Social icons ── */
.dv-social {
  margin-top: 14px;
  display: flex;
  gap: 10px;
}

.dv-social a {
  width: 40px; height: 40px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(176, 141, 87, 0.1);
  border: 1px solid rgba(176, 141, 87, 0.25);
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.dv-social a:hover {
  transform: translateY(-1px);
  background: rgba(176, 141, 87, 0.2);
  border-color: #B08D57;
}

.dv-social img {
  width: 18px; height: 18px;
  object-fit: contain;
  filter: brightness(1.1);
}

/* ── Bottom bar ── */
.dv-footer-bottom {
  margin-top: 34px;
  padding-top: 18px;
  border-top: 1px solid rgba(176, 141, 87, 0.15);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-family: var(--font-body);
  font-size: var(--text-label);
  font-weight: var(--weight-body);
  color: rgba(245, 242, 237, 0.55);
}

/* Brand — Cormorant Garamond */
.dv-footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: var(--weight-h3);
  font-style: normal;
  color: #B08D57;
}

.dv-footer-brand img { height: 22px; width: auto; }

/* Legal links — Inter */
.dv-footer-legal {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: nowrap;
}

.dv-footer-legal span,
.dv-footer-legal #footer-year {
  font-family: var(--font-body);
  color: rgba(245, 242, 237, 0.55);
  white-space: nowrap;
}

.dv-footer-legal a {
  font-family: var(--font-body);
  font-size: var(--text-label);
  font-weight: var(--weight-body);
  color: rgba(245, 242, 237, 0.7);
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.15s ease;
}

.dv-footer-legal a:hover { color: #B08D57; }

.dv-footer-legal a::before {
  content: '·';
  margin-right: 6px;
  color: rgba(245, 242, 237, 0.3);
  pointer-events: none;
}

/* ── CTA Button — Cormorant Garamond ── */
.dv-footer-cta {
  margin-bottom: 120px;
  margin-top: 80px;
  text-align: center;
  padding: 100px 20px;
}

.footer-talk-btn {
  font-family: var(--font-heading);
  font-size: clamp(4rem, 12vw, 10rem);
  font-weight: var(--weight-h2);
  font-style: italic; /* erlaubt: seltener Akzent */
  color: #B08D57;
  background: none;
  border: none;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0; margin: 0;
  line-height: 1;
  position: relative;
  display: inline-block;
}

.footer-talk-btn::after {
  content: '';
  position: absolute;
  bottom: -20px; left: 0;
  width: 100%; height: 3px;
  background: currentColor;
  transform: scaleX(0);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.footer-talk-btn:hover      { color: #d4b07a; transform: translateY(-4px); }
.footer-talk-btn:hover::after { transform: scaleX(1); }
.footer-talk-btn:active       { transform: translateY(-2px); }

/* ── Responsive ── */
@media (max-width: 768px) {
  .dv-footer {
    mask-image: linear-gradient(
      to bottom,
      transparent 0%, rgba(0,0,0,0.5) 5%,
      rgba(0,0,0,0.85) 10%, rgba(0,0,0,1) 15%, rgba(0,0,0,1) 100%
    );
    -webkit-mask-image: linear-gradient(
      to bottom,
      transparent 0%, rgba(0,0,0,0.5) 5%,
      rgba(0,0,0,0.85) 10%, rgba(0,0,0,1) 15%, rgba(0,0,0,1) 100%
    );
  }

  .dv-footer-cta   { padding: 80px 20px; margin-bottom: 100px; margin-top: 60px; }
  .dv-footer-grid  { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .footer-talk-btn { font-size: clamp(3rem, 10vw, 6rem); }
  .dv-footer-legal { flex-wrap: wrap; gap: 4px; }
}

@media (max-width: 480px) {
  .dv-footer-cta    { padding: 60px 20px; margin-bottom: 80px; margin-top: 40px; }
  .dv-footer-grid   { grid-template-columns: 1fr; }
  .dv-footer-inner  { padding: 40px 20px 20px; }
  .dv-footer-bottom { flex-direction: column; align-items: flex-start; }
  .dv-footer-legal  { flex-wrap: wrap; }
}