/* =========================================
   footer-index.css (HOME) — Quiet Luxury
   Scope: .home-footer--quiet
   ========================================= */

.home-footer--quiet{
  background:
    radial-gradient(900px 520px at 15% 0%, rgba(255,110,64,0.10), rgba(255,110,64,0) 60%),
    linear-gradient(180deg, rgba(245,240,225,0.35), rgba(245,240,225,0.80));
  border-top: 1px solid rgba(30,61,89,0.10);
  padding: 44px 0 22px;
  color: rgba(30,61,89,0.88);
}

.home-footer--quiet a{
  color: rgba(30,61,89,0.86);
  text-decoration: none;
}

.home-footer--quiet a:hover{
  color: var(--color-accent);
}

.hfq-top{
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(30,61,89,0.08);
}

.hfq-brand{
  display:inline-flex;
  align-items:center;
  gap: 12px;
}

.hfq-brand__mark{
  width: 42px;
  height: 42px;
  border-radius: 16px;
  display:grid;
  place-items:center;
  background: rgba(255,110,64,0.10);
  border: 1px solid rgba(255,110,64,0.18);
  color: var(--color-accent);
  font-weight: 950;
  letter-spacing: -0.2px;
}

.hfq-brand__txt strong{
  display:block;
  font-weight: 950;
  color: rgba(30,61,89,0.95);
  letter-spacing: -0.2px;
}

.hfq-brand__txt small{
  display:block;
  margin-top: 2px;
  color: rgba(30,61,89,0.62);
  font-weight: 800;
}

/* CTA (discret mais luxe) */
.hfq-cta{
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
}

.hfq-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 950;
  border: 1px solid rgba(30,61,89,0.14);
  transition: transform .2s var(--ease), border-color .2s var(--ease), background .2s var(--ease);
}

.hfq-btn:hover{
  transform: translateY(-2px);
  border-color: rgba(255,110,64,0.26);
}

.hfq-btn--primary{
  background: rgba(30,61,89,0.92);
  color: #fff !important;
  border-color: rgba(30,61,89,0.22);
}

.hfq-btn--primary:hover{
  background: rgba(30,61,89,0.98);
}

.hfq-btn--ghost{
  background: rgba(255,255,255,0.65);
  color: rgba(30,61,89,0.92);
}

/* Middle columns (aéré) */
.hfq-mid{
  display:grid;
  grid-template-columns: 1fr 1fr 1.15fr;
  gap: 18px;
  padding: 18px 0 14px;
}

.hfq-col h4{
  margin: 0 0 10px;
  font-size: 0.86rem;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  color: rgba(30,61,89,0.78);
  font-weight: 950;
}

.hfq-col a{
  display:block;
  margin: 8px 0;
  font-weight: 850;
  color: rgba(30,61,89,0.78);
}

.hfq-note{
  margin: 0 0 10px;
  color: rgba(30,61,89,0.62);
  font-weight: 750;
  line-height: 1.5;
}

/* Newsletter minimal */
.hfq-form{ margin: 0; }

.hfq-field{
  display:grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  background: rgba(255,255,255,0.70);
  border: 1px solid rgba(30,61,89,0.14);
  border-radius: 18px;
  padding: 8px;
}

.hfq-field input{
  border: 0;
  outline: none;
  background: transparent;
  padding: 10px 10px;
  font-weight: 850;
  color: rgba(30,61,89,0.92);
}

.hfq-send{
  border: 0;
  cursor: pointer;
  border-radius: 14px;
  padding: 10px 14px;
  background: rgba(255,110,64,0.92);
  color: #1b2430;
  font-weight: 950;
  transition: transform .2s var(--ease), filter .2s var(--ease);
}

.hfq-send:hover{
  transform: translateY(-2px);
  filter: saturate(1.05);
}

.hfq-consent{
  margin-top: 10px;
  display:flex;
  gap: 10px;
  align-items:flex-start;
  color: rgba(30,61,89,0.62);
  font-weight: 750;
  line-height: 1.35;
}

.hfq-consent input{ margin-top: 4px; }
.hfq-consent a{
  font-weight: 950;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: rgba(30,61,89,0.18);
}

/* Bottom (très discret) */
.hfq-bottom{
  display:flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  padding-top: 14px;
  border-top: 1px solid rgba(30,61,89,0.08);
  color: rgba(30,61,89,0.60);
  font-weight: 800;
  font-size: 0.95rem;
}

.hfq-bottom__left{
  display:flex;
  gap: 10px;
  align-items:center;
  flex-wrap: wrap;
}

.hfq-sep{ opacity: .55; }

.hfq-bottom__right a{
  color: rgba(30,61,89,0.70);
  font-weight: 900;
}

/* SR only */
.sr-only{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip: rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}

/* Responsive */
@media (max-width: 980px){
  .hfq-top{ flex-direction: column; align-items: flex-start; }
  .hfq-mid{ grid-template-columns: 1fr 1fr; }
  .hfq-col--newsletter{ grid-column: 1 / -1; }
}

@media (max-width: 520px){
  .hfq-mid{ grid-template-columns: 1fr; }
  .hfq-field{ grid-template-columns: 1fr; }
  .hfq-send{ width: 100%; }
}