/* ==========================================================================
   Discover Flores — Mega Footer  v1.0
   All selectors prefixed .dffooter- to avoid bleed.
   Brand: black #0D0D0D · teal #2DC5A2 · cream #FDFAF6
   Fonts: Bricolage Grotesque (brand) · Inter (body) · Montserrat (UI/caps)
   No serif fonts — all sans-serif by design.
   ========================================================================== */

.dffooter, .dffooter * { box-sizing: border-box; }

.dffooter {
  background: #0D0D0D;
  border-top: 3px solid #2DC5A2;
  font-family: 'Montserrat', sans-serif;
  color: #FDFAF6;
  margin-top: 0;
}

/* ── Newsletter strip ─────────────────────────────────────────────────────── */
.dffooter-newsletter {
  background: #111111;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 16px 32px;
}

.dffooter-nl-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: nowrap;
}

.dffooter-nl-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  margin: 0;
  white-space: nowrap;
  flex-shrink: 0;
}

/* Unified bordered bar */
.dffooter-nl-form {
  display: flex;
  align-items: stretch;
  flex: 1;
  min-width: 0;
  flex-wrap: nowrap;
  height: 42px;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 2px;
  overflow: hidden;
}

.dffooter-nl-input {
  flex: 1;
  min-width: 0;
  padding: 0 14px;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  background: rgba(255,255,255,0.07);
  border: none;
  border-right: 1px solid rgba(255,255,255,0.2);
  border-radius: 0;
  color: #FDFAF6;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  transition: background 0.18s;
}
.dffooter-nl-input::placeholder { color: rgba(255,255,255,0.3); }
.dffooter-nl-input:focus { background: rgba(255,255,255,0.11); }

/* Interest checkboxes */
.dffooter-nl-interests {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0 16px;
  border-right: 1px solid rgba(255,255,255,0.2);
  background: rgba(255,255,255,0.04);
  flex-shrink: 0;
  height: 100%;
}

.dffooter-nl-check {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  white-space: nowrap;
  margin: 0;
  padding: 0;
}

.dffooter-nl-check input[type="checkbox"] {
  width: 13px;
  height: 13px;
  margin: 0;
  accent-color: #2DC5A2;
  cursor: pointer;
  flex-shrink: 0;
  -webkit-appearance: auto;
  appearance: auto;
}

.dffooter-nl-check span {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  color: rgba(255,255,255,0.6);
  transition: color 0.15s;
}
.dffooter-nl-check:hover span { color: #FDFAF6; }

/* Subscribe button */
.dffooter-nl-btn {
  -webkit-appearance: none;
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  margin: 0;
  height: 42px;
  align-self: stretch;
  background: #2DC5A2;
  color: #0D0D0D;
  border: none;
  border-radius: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
  line-height: 1;
  transition: background 0.2s;
}
.dffooter-nl-btn:hover    { background: #25A88D; }
.dffooter-nl-btn:disabled { background: rgba(45,197,162,0.45); cursor: not-allowed; }

.dffooter-nl-msg {
  display: none;
  margin: 5px 0 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}
.dffooter-nl-msg.success { display: block; color: #6ee7b7; }
.dffooter-nl-msg.error   { display: block; color: #fca5a5; }

/* ── Link grid ────────────────────────────────────────────────────────────── */
.dffooter-grid-wrap {
  max-width: 1400px;
  margin: 0 auto;
  padding: 36px 32px 28px;
}

.dffooter-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 0;
}

.dffooter-col {
  padding: 0 40px;
  border-right: 1px solid rgba(255,255,255,0.07);
}
.dffooter-col:first-child { padding-left: 0; }
.dffooter-col:last-child  { padding-right: 0; border-right: none; }

.dffooter-col-heading {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #2DC5A2;
  margin: 0 0 12px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  line-height: 1;
}

/* Hard resets */
.dffooter-links,
.dffooter-links li,
.dffooter-links a {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
}

.dffooter-links { list-style: none; }

.dffooter-links li {
  border-bottom: 1px solid rgba(255,255,255,0.05) !important;
  display: block !important;
}
.dffooter-links li:last-child { border-bottom: none !important; }

.dffooter-links a {
  display: block !important;
  padding: 7px 0 !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  color: rgba(255,255,255,0.65) !important;
  text-decoration: none !important;
  letter-spacing: 0.2px !important;
  transition: color 0.15s !important;
}
.dffooter-links a:hover { color: #2DC5A2 !important; }

.dffooter-view-all {
  display: inline-block;
  margin-top: 14px;
  font-family: 'Montserrat', sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #2DC5A2;
  text-decoration: none;
  border-bottom: 1px solid rgba(45,197,162,0.4);
  padding-bottom: 2px;
  transition: border-color 0.15s;
}
.dffooter-view-all:hover { border-color: #2DC5A2; }

/* ── Brand column ─────────────────────────────────────────────────────────── */
.dffooter-col--brand { display: flex; flex-direction: column; }

.dffooter-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  margin-bottom: 18px;
}

.dffooter-logo {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  flex-shrink: 0;
  display: block;
}

.dffooter-brand-text {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #FDFAF6;
  letter-spacing: -0.3px;
  line-height: 1.15;
}
.dffooter-brand-text em { font-style: normal; color: #2DC5A2; }

.dffooter-tagline-headline {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,0.85);
  line-height: 1.6;
  margin: 0 0 12px 0;
}

.dffooter-tagline {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: rgba(255,255,255,0.45);
  line-height: 1.75;
  margin: 0 0 24px 0;
}

.dffooter-socials {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: auto;
}

.dffooter-social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 4px;
  color: rgba(255,255,255,0.45);
  text-decoration: none;
  transition: color 0.18s, border-color 0.18s;
}
.dffooter-social-icon:hover { color: #2DC5A2; border-color: #2DC5A2; }

/* ── Bottom bar ───────────────────────────────────────────────────────────── */
.dffooter-bar {
  border-top: 1px solid rgba(255,255,255,0.07);
  padding: 16px 32px;
}

.dffooter-bar-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.dffooter-copy {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: rgba(255,255,255,0.3);
  white-space: nowrap;
}

.dffooter-sisters a,
.dffooter-legal a {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.3px;
  color: rgba(255,255,255,0.35);
  text-decoration: none;
  transition: color 0.15s;
}
.dffooter-sisters a:hover,
.dffooter-legal a:hover { color: #2DC5A2; }

.dffooter-sisters { display: flex; gap: 18px; flex-wrap: wrap; justify-content: center; }
.dffooter-legal   { display: flex; gap: 18px; flex-wrap: wrap; justify-content: flex-end; }

/* ==========================================================================
   MOBILE (≤ 980px)
   ========================================================================== */
@media (max-width: 980px) {
  .dffooter-newsletter { padding: 18px; }

  .dffooter-nl-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    flex-wrap: wrap;
  }

  .dffooter-nl-form {
    width: 100%;
    height: auto;
    flex-direction: column;
    border-radius: 2px;
    overflow: visible;
  }

  .dffooter-nl-input {
    width: 100%;
    height: 42px;
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.2);
  }

  .dffooter-nl-interests {
    width: 100%;
    height: auto;
    padding: 10px 14px;
    gap: 14px;
    flex-wrap: wrap;
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.2);
  }

  .dffooter-nl-btn {
    width: 100%;
    height: 42px;
  }

  .dffooter-grid-wrap { padding: 36px 18px 28px; }

  .dffooter-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px 0;
  }

  .dffooter-col {
    padding: 0 20px;
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    padding-bottom: 28px;
  }
  .dffooter-col:nth-child(odd)  { padding-left: 0; }
  .dffooter-col:nth-child(even) { padding-right: 0; }
  .dffooter-col:nth-last-child(-n+2) { border-bottom: none; padding-bottom: 0; }

  .dffooter-bar { padding: 16px 18px; }

  .dffooter-bar-inner {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
  }

  .dffooter-sisters { justify-content: center; }
  .dffooter-legal   { justify-content: center; }
}

@media (max-width: 600px) {
  .dffooter-grid { grid-template-columns: 1fr; }

  .dffooter-col {
    padding: 0 0 24px;
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.06);
  }
  .dffooter-col:last-child { border-bottom: none; padding-bottom: 0; }
}
