/* ══════════════════════════════════════════════════
   GOOGLE BADGE (V6 Styles)
   ══════════════════════════════════════════════════ */
.site-google-badge {
  position: fixed;
  left: 24px;
  bottom: 24px;
  z-index: 9999;
  background: var(--aubergine);
  border: 1px solid rgba(196,162,101,.25);
  padding: 12px 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  box-shadow: 0 4px 24px rgba(0,0,0,.25);
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease;
}

.site-google-badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 32px rgba(0,0,0,.35);
}

.site-google-badge .g-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.site-google-badge .g-info {
  line-height: 1.3;
}

.site-google-badge .g-stars {
  color: var(--gold);
  font-size: .7rem;
  letter-spacing: 1px;
}

.site-google-badge .g-label {
  font-size: .55rem;
  color: rgba(255,255,255,.6);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  margin-top: 2px;
}

.site-google-badge .g-score {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem;
  font-weight: 600;
  color: var(--white);
}

/* ══════════════════════════════════════════════════
   NEWSLETTER (V6 Styles)
   ══════════════════════════════════════════════════ */
.newsletter {
  padding: 36px 0;
  background: var(--aubergine);
  position: relative;
  overflow: hidden;
}

.newsletter-glow {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(196,162,101,.06) 0%, transparent 70%);
  top: -200px;
  right: 10%;
}

.nl-inner {
  position: relative;
  z-index: 2;
  text-align: center;
}

.nl-inner h2 {
  color: var(--white);
}

.nl-inner p {
  color: var(--gold-pale);
  opacity: .6;
  margin: 10px auto 20px;
  max-width: 480px;
  font-size: .88rem;
}

.nl-form {
  display: flex;
  max-width: 480px;
  margin: 0 auto;
}

.nl-form input {
  flex: 1;
  padding: 16px 24px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(196,162,101,.25);
  border-right: none;
  color: var(--cream-warm);
  font-family: 'Raleway', sans-serif;
  font-size: .82rem;
  outline: none;
  transition: all .3s ease;
}

.nl-form input::placeholder {
  color: var(--gold-pale);
  opacity: .4;
}

.nl-form input:focus {
  border-color: var(--gold);
  background: rgba(255,255,255,.1);
}

.nl-form button {
  padding: 16px 32px;
  background: var(--gold);
  border: 1px solid var(--gold);
  color: var(--white);
  font-family: 'Raleway', sans-serif;
  font-size: .6rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  transition: all .3s ease;
}

.nl-form button:hover {
  background: var(--gold-bright);
}

.nl-note {
  margin-top: 12px;
  font-size: .65rem;
  color: var(--gold-pale);
  opacity: .4;
}

/* ══════════════════════════════════════════════════
   FOOTER (V6 Styles)
   ══════════════════════════════════════════════════ */
footer {
  background: var(--aubergine);
  border-top: 1px solid rgba(196,162,101,.1);
  padding: 20px 0 0;
  color: var(--cream-warm);
}

.ft-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr;
  gap: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(196,162,101,.1);
}

.ft-brand-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 2.5px;
  color: var(--cream-warm);
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
}

.ft-brand p {
  font-size: .8rem;
  color: var(--gold-pale);
  opacity: .6;
  line-height: 1.9;
  max-width: 260px;
}

.ft-col h5 {
  font-family: 'Raleway', sans-serif;
  font-size: .6rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
  margin-bottom: 18px;
}

.ft-col a {
  display: block;
  font-size: .78rem;
  color: var(--gold-pale);
  opacity: .6;
  padding: 3.5px 0;
  transition: all .25s ease;
}

.ft-col a:hover {
  opacity: 1;
  color: var(--gold);
  transform: translateX(3px);
}

.ft-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  font-size: .68rem;
  color: var(--gold-pale);
  opacity: .4;
}

.ft-pays {
  display: flex;
  gap: 10px;
}

.ft-pays span {
  padding: 3px 8px;
  border: 1px solid rgba(196,162,101,.15);
  font-size: .6rem;
  font-weight: 600;
  letter-spacing: 1px;
}

/* ══════════════════════════════════════════════════
   RESPONSIVE — FOOTER + NEWSLETTER + GOOGLE BADGE
   ══════════════════════════════════════════════════ */

/* ── Tablet (≤ 1024px) ─────────────────────────── */
@media (max-width: 1024px) {
  .ft-grid {
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 32px;
  }
  /* 4th and 5th columns wrap to second row */
  .ft-col:nth-child(4),
  .ft-col:nth-child(5) {
    grid-column: auto;
  }
}

/* ── Mobile (≤ 768px) ──────────────────────────── */
@media (max-width: 768px) {
  /* Newsletter — compact on mobile */
  section.newsletter,
  .newsletter { padding: 16px 0 10px !important; }
  .nl-inner h2 { font-size: 1.5rem; margin-bottom: 4px !important; }
  .nl-inner p { font-size: .78rem; margin: 4px auto 12px !important; }
  .nl-note { margin-top: 8px !important; }
  .nl-form {
    flex-direction: column;
    gap: 0;
  }
  .nl-form input {
    border-right: 1px solid rgba(196,162,101,.25);
    border-radius: 8px 8px 0 0;
    padding: 14px 20px;
  }
  .nl-form button {
    border-radius: 0 0 8px 8px;
    padding: 14px 24px;
  }

  /* Footer grid — 2 columns, reduced top padding on mobile */
  footer { padding: 12px 0 0 !important; }
  .ft-grid {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    padding-bottom: 12px !important;
  }
  /* Brand spans full width — hide description on mobile (invisible text = wasted space) */
  .ft-brand {
    grid-column: 1 / -1;
    text-align: center;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .ft-brand p { display: none !important; }
  .ft-brand-name { justify-content: center; margin-bottom: 4px !important; }

  .ft-col h5 { margin-bottom: 12px; font-size: .55rem; }
  .ft-col a { font-size: .75rem; padding: 3px 0; }

  /* SEO/GEO block — stack on mobile */
  .ft-seo-geo {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
    padding-top: 20px !important;
    margin-top: 20px !important;
  }
  .ft-seo-geo > div:last-child {
    border-left: none !important;
    padding-left: 0 !important;
    border-top: 1px solid rgba(196,162,101,.08);
    padding-top: 16px;
  }

  /* Bottom bar stacks */
  .ft-bottom {
    flex-direction: column;
    gap: 8px;
    text-align: center;
    padding: 12px 0;
  }
  .ft-pays { flex-wrap: wrap; justify-content: center; gap: 6px; }

  /* Google badge — smaller on mobile */
  .site-google-badge {
    left: 12px;
    bottom: 12px;
    padding: 8px 12px;
    gap: 8px;
  }
  .site-google-badge .g-icon { width: 20px; height: 20px; }
  .site-google-badge .g-score { font-size: .88rem; }
  .site-google-badge .g-stars { font-size: .6rem; }
  .site-google-badge .g-label { font-size: .5rem; }
}

/* ── Small phone (≤ 480px) ─────────────────────── */
@media (max-width: 480px) {
  section.newsletter,
  .newsletter { padding: 20px 0 12px !important; }
  .nl-inner h2 { font-size: 1.35rem; }
  .nl-form input { padding: 12px 16px; font-size: .78rem; }
  .nl-form button { padding: 12px 20px; font-size: .55rem; letter-spacing: 2px; }

  /* Footer — keep 2 columns even on small phones */
  footer { padding: 12px 0 0 !important; }
  .ft-grid {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    padding-bottom: 12px !important;
  }
  .ft-col h5 { margin-bottom: 8px; font-size: .5rem; letter-spacing: 2px; }
  .ft-col a { font-size: .7rem; }

  /* Google badge — icon only on very small screens */
  .site-google-badge .g-label { display: none; }
  .site-google-badge { padding: 8px 10px; }
}
