/* ================================
   FOOTER — THE LAND OF VENICE
   ================================ */

.tlv-footer {
  background: #1a1008;
  color: rgba(245,240,232,0.75);
  font-family: 'Inter', sans-serif;
}

.tlv-footer-inner {
  width: min(1160px, calc(100% - 80px));
  margin: 0 auto;
  padding: 72px 0 56px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.4fr;
  gap: 48px;
}

/* ---- Colonna brand ---- */
.tlv-footer-logo-img {
  height: 52px;
  width: auto;
  display: block;
  margin-bottom: 20px;
}

.tlv-footer-tagline {
  font-size: 13px;
  line-height: 1.75;
  color: rgba(245,240,232,0.55);
  margin: 0;
}

/* ---- Heading colonne ---- */
.tlv-footer-heading {
  font-family: 'Inter', sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #c8a96e;
  margin: 0 0 20px;
}

/* ---- Link liste ---- */
.tlv-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tlv-footer-links li a {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: rgba(245,240,232,0.65);
  text-decoration: none;
  transition: color 0.2s;
}

.tlv-footer-links li a:hover {
  color: #fff;
}

/* ---- Colonna contatti ---- */
.tlv-footer-email {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: rgba(245,240,232,0.75);
  text-decoration: none;
  margin-bottom: 20px;
  transition: color 0.2s;
}

.tlv-footer-email:hover {
  color: #fff;
}

/* ---- Social ---- */
.tlv-footer-social {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 28px;
}

.tlv-social-link {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: rgba(245,240,232,0.65);
  text-decoration: none;
  transition: color 0.2s;
}

.tlv-social-link:hover {
  color: #fff;
}

.tlv-social-link svg {
  flex-shrink: 0;
}

/* ---- Newsletter ---- */
.tlv-newsletter-label {
  font-family: 'Inter', sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #c8a96e;
  margin: 0 0 14px;
}

/* CF7 newsletter */
.tlv-footer .wpcf7-form {
  display: flex;
  gap: 0;
}

.tlv-footer .wpcf7-form .wpcf7-email {
  flex: 1;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.15);
  border-right: none;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  padding: 10px 14px;
  outline: none;
  border-radius: 0;
}

.tlv-footer .wpcf7-form .wpcf7-email::placeholder {
  color: rgba(255,255,255,0.35);
}

.tlv-footer .wpcf7-form .wpcf7-submit {
  background: #8a010c;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 10px 16px;
  border: none;
  cursor: pointer;
  border-radius: 0;
  transition: background 0.2s;
  white-space: nowrap;
}

.tlv-footer .wpcf7-form .wpcf7-submit:hover {
  background: #6a0109;
}

/* Acceptance GDPR */
.tlv-footer .wpcf7-form .wpcf7-acceptance {
  display: block;
  margin-top: 10px;
}

.tlv-footer .wpcf7-form .wpcf7-list-item {
  margin: 0;
}

.tlv-footer .wpcf7-form .wpcf7-list-item-label {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  color: rgba(245,240,232,0.45);
  line-height: 1.5;
}

.tlv-footer .wpcf7-form .wpcf7-list-item-label a {
  color: rgba(245,240,232,0.65);
}

/* ---- Footer bottom ---- */
.tlv-footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 20px 0;
  width: min(1160px, calc(100% - 80px));
  margin: 0 auto;
}

.tlv-footer-bottom p {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 300;
  color: rgba(245,240,232,0.30);
  margin: 0;
}

/* ---- Sezione newsletter ---- */
.tlv-newsletter-section {
  background: #f0eae1;
  padding: 72px 0;
}

.tlv-newsletter-inner {
  width: min(1160px, calc(100% - 80px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.tlv-newsletter-eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #8a010c;
  margin: 0 0 14px;
}

.tlv-newsletter-testo h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.6rem, 2.5vw, 2rem);
  font-weight: 400;
  color: #1a1a18;
  line-height: 1.25;
  margin: 0 0 14px;
}

.tlv-newsletter-sub {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #6b6760;
  line-height: 1.75;
  margin: 0;
}

.tlv-newsletter-form .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.tlv-newsletter-form .wpcf7-email {
  background: #fff;
  border: 1px solid #d4cdc4;
  color: #1a1a18;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  padding: 13px 16px;
  outline: none;
  border-radius: 0;
  width: 100%;
}

.tlv-newsletter-form .wpcf7-email::placeholder {
  color: #a09890;
}

.tlv-newsletter-form .wpcf7-submit {
  background: #8a010c;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 13px 24px;
  border: none;
  cursor: pointer;
  border-radius: 0;
  transition: background 0.2s;
  align-self: flex-start;
}

.tlv-newsletter-form .wpcf7-submit:hover {
  background: #6a0109;
}

.tlv-newsletter-form .wpcf7-list-item-label {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  color: #6b6760;
  line-height: 1.5;
}

.tlv-newsletter-form .wpcf7-list-item-label a {
  color: #8a010c;
}

@media (max-width: 760px) {
  .tlv-newsletter-inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}


/* ---- Responsive ---- */
@media (max-width: 900px) {
  .tlv-footer-inner {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}

@media (max-width: 560px) {
  .tlv-footer-inner {
    grid-template-columns: 1fr;
    padding: 52px 0 40px;
    gap: 32px;
  }

  .tlv-footer-bottom {
    width: calc(100% - 48px);
  }

  .tlv-footer-inner {
    width: calc(100% - 48px);
  }
}


/* ---- Social ---- */

.tlv-footer-social {
  display: flex;
  flex-direction: row;
  gap: 14px;
  margin-bottom: 28px;
}

.tlv-footer-social-icon {
  color: #c8a96e;
  transition: color 0.2s ease;
}

.tlv-footer-social-icon:hover {
  color: #fff;
}