/* LS Wonen — site footer (CTA strip, column grid, showroom cards, Google Maps, partners, bottom) */
.lsw-footer { --white:#FFFFFF; --bone:#F8F6F2; --ink:#14151A; --ink-soft:#2E2F34; --body:#6E707A; --rule:#ECECEA; --accent:#C89F49; --accent-soft:#FCEFE8; --whatsapp:#25D366;
  background: var(--white); color: var(--ink); font-family: 'Manrope', system-ui, sans-serif; padding: 96px 0 0; border-top: 1px solid var(--rule); position: relative;
}
.lsw-footer *, .lsw-footer *::before, .lsw-footer *::after { box-sizing: border-box; }
.lsw-footer a { text-decoration: none; transition: color .25s ease; }
.lsw-footer__inner { max-width: 1280px; margin: 0 auto; padding: 0 32px; }

/* Top CTA strip */
.lsw-footer__cta { background: var(--bone); border-radius: 24px; padding: 36px 44px; display: grid; grid-template-columns: 1.4fr auto; gap: 24px; align-items: center; margin-bottom: 64px; position: relative; overflow: hidden; }
.lsw-footer__cta::before { content: ""; position: absolute; top: -80px; right: -80px; width: 260px; height: 260px; border-radius: 50%; background: radial-gradient(circle, var(--accent-soft) 0%, transparent 70%); pointer-events: none; }
.lsw-footer__cta-eyebrow { display: inline-flex; align-items: center; gap: 10px; padding: 5px 14px 5px 5px; background: var(--white); border: 1px solid var(--rule); border-radius: 999px; font-size: 12.5px; font-weight: 600; color: var(--ink); margin-bottom: 14px; box-shadow: 0 6px 18px -10px rgba(15,15,15,.12), 0 1px 2px rgba(15,15,15,.04); letter-spacing: -.005em; position: relative; z-index: 1; }
.lsw-footer__cta-eyebrow-icon { width: 28px; height: 28px; border-radius: 9px; background: linear-gradient(135deg, var(--accent-soft) 0%, #F6DDD0 100%); color: var(--accent); display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
.lsw-footer__cta-eyebrow-icon svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.lsw-footer__cta h2 { font-size: clamp(22px, 2.4vw, 32px); line-height: 1.15; font-weight: 700; letter-spacing: -.015em; margin: 0; color: var(--ink); position: relative; z-index: 1; }
.lsw-footer__cta-buttons { display: flex; gap: 10px; flex-wrap: wrap; position: relative; z-index: 1; }
.lsw-btn-pill { display: inline-flex; align-items: center; gap: 10px; padding: 13px 22px; font-size: 13.5px; font-weight: 600; border-radius: 999px; text-decoration: none; transition: transform .35s cubic-bezier(.2,.7,.2,1), background .3s ease, color .3s ease; white-space: nowrap; }
.lsw-btn-pill--primary { background: var(--ink); color: var(--white); padding-right: 8px; }
.lsw-btn-pill--primary:hover { background: var(--accent); color: var(--white); transform: translateY(-2px); }
.lsw-btn-pill__arrow { width: 30px; height: 30px; border-radius: 50%; background: var(--accent); display: inline-flex; align-items: center; justify-content: center; transition: transform .35s cubic-bezier(.2,.7,.2,1), background .3s ease, color .3s ease; }
.lsw-btn-pill--primary:hover .lsw-btn-pill__arrow { background: var(--white); color: var(--accent); transform: rotate(-45deg); }
.lsw-btn-pill__arrow svg { width: 14px; height: 14px; color: var(--white); transition: color .3s ease; }
.lsw-btn-pill--primary:hover .lsw-btn-pill__arrow svg { color: var(--accent); }
.lsw-btn-pill--ghost { background: var(--white); color: var(--ink); border: 1px solid var(--rule); }
.lsw-btn-pill--ghost:hover { background: var(--whatsapp); color: var(--white); border-color: var(--whatsapp); transform: translateY(-2px); }
.lsw-btn-pill--ghost svg { width: 14px; height: 14px; }

/* Column grid */
.lsw-footer__cols { display: grid; grid-template-columns: 1.4fr 1fr 1.3fr 1fr; gap: 48px; padding-bottom: 56px; }
.lsw-footer__brand img { height: 44px; width: auto; display: block; margin-bottom: 22px; }
.lsw-footer__tagline { font-size: 14px; line-height: 1.65; color: var(--body); max-width: 320px; margin: 0 0 22px; }
.lsw-footer__social { display: flex; gap: 8px; }
.lsw-footer__social a { width: 36px; height: 36px; border-radius: 50%; background: var(--bone); color: var(--ink); display: inline-flex; align-items: center; justify-content: center; transition: background .3s ease, color .3s ease, transform .35s cubic-bezier(.2,.7,.2,1); }
.lsw-footer__social a:hover { background: var(--ink); color: var(--white); transform: translateY(-2px); }
.lsw-footer__social a[data-brand="ig"]:hover { background: var(--accent); }
.lsw-footer__social svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.lsw-footer__map { margin-top: 22px; max-width: 340px; border-radius: 16px; overflow: hidden; background: var(--bone); border: 1px solid var(--rule); box-shadow: 0 14px 30px -18px rgba(15,15,15,.14); position: relative; transition: transform .35s cubic-bezier(.2,.7,.2,1), box-shadow .35s ease; }
.lsw-footer__map:hover { transform: translateY(-2px); box-shadow: 0 24px 50px -20px rgba(15,15,15,.2); }
.lsw-footer__map-frame { aspect-ratio: 16/10; overflow: hidden; }
.lsw-footer__map-frame iframe { width: 100%; height: 100%; border: 0; display: block; filter: grayscale(.55) contrast(.95); transition: filter .5s ease; }
.lsw-footer__map:hover .lsw-footer__map-frame iframe { filter: grayscale(0) contrast(1); }
.lsw-footer__map-pin { position: absolute; top: 12px; left: 12px; padding: 5px 11px 5px 7px; background: rgba(255,255,255,.96); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); border-radius: 999px; font-size: 11px; font-weight: 700; color: var(--ink); display: inline-flex; align-items: center; gap: 6px; box-shadow: 0 4px 10px rgba(15,15,15,.08); pointer-events: none; }
.lsw-footer__map-pin svg { width: 12px; height: 12px; color: var(--accent); }
.lsw-footer__map-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 16px; background: #fff; }
.lsw-footer__map-foot-txt strong { display: block; font-size: 12.5px; font-weight: 700; color: var(--ink); line-height: 1.2; }
.lsw-footer__map-foot-txt span { font-size: 11px; color: var(--body); }
.lsw-footer__map-link { display: inline-flex; align-items: center; gap: 5px; font-size: 11.5px; font-weight: 700; color: var(--accent); text-decoration: none; white-space: nowrap; transition: color .25s ease, transform .35s cubic-bezier(.2,.7,.2,1); }
.lsw-footer__map-link:hover { color: var(--ink); transform: translateX(2px); }
.lsw-footer__map-link svg { width: 11px; height: 11px; stroke: currentColor; fill: none; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }

.lsw-footer__col h3 { font-size: 10.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .22em; color: var(--accent); margin: 0 0 18px; padding-bottom: 14px; border-bottom: 1px solid var(--rule); }
.lsw-footer__col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 2px; font-size: 14px; }
.lsw-footer__col ul a { display: flex; align-items: center; gap: 6px; padding: 7px 0; color: var(--ink); font-weight: 500; letter-spacing: -.005em; line-height: 1.3; }
.lsw-footer__col ul a::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--rule); transition: background .25s ease, transform .35s cubic-bezier(.2,.7,.2,1); flex-shrink: 0; }
.lsw-footer__col ul a:hover { color: var(--accent); }
.lsw-footer__col ul a:hover::before { background: var(--accent); transform: scale(1.6); }

.lsw-footer__loc { display: flex; flex-direction: column; gap: 22px; font-size: 14px; line-height: 1.55; color: var(--body); }
.lsw-footer__loc-card { padding: 16px 18px; background: var(--bone); border-radius: 14px; transition: transform .35s cubic-bezier(.2,.7,.2,1), box-shadow .35s ease; }
.lsw-footer__loc-card:hover { transform: translateY(-2px); box-shadow: 0 14px 30px -16px rgba(15,15,15,.14); }
.lsw-footer__loc-card h4 { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 700; color: var(--ink); margin: 0 0 6px; letter-spacing: -.005em; }
.lsw-footer__loc-card h4 svg { width: 14px; height: 14px; color: var(--accent); }
.lsw-footer__loc-card address { font-style: normal; font-size: 13px; color: var(--body); margin-bottom: 4px; line-height: 1.5; }
.lsw-footer__loc-card a { color: var(--ink); font-weight: 600; font-size: 13px; }
.lsw-footer__loc-card a:hover { color: var(--accent); }
.lsw-footer__hours, .lsw-footer__email { font-size: 13px; color: var(--body); margin: 0; padding-top: 8px; display: flex; align-items: center; gap: 8px; }
.lsw-footer__hours svg, .lsw-footer__email svg { width: 13px; height: 13px; color: var(--accent); flex-shrink: 0; stroke: currentColor; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.lsw-footer__email a { color: var(--ink); font-weight: 600; }
.lsw-footer__email a:hover { color: var(--accent); }

/* Partners strip */
.lsw-footer__partners { border-top: 1px solid var(--rule); padding: 40px 0; }
.lsw-footer__partners-eyebrow { display: inline-flex; align-items: center; gap: 10px; padding: 5px 14px 5px 5px; background: var(--white); border: 1px solid var(--rule); border-radius: 999px; font-size: 11.5px; font-weight: 600; color: var(--ink); margin: 0 auto 28px; box-shadow: 0 6px 18px -10px rgba(15,15,15,.12), 0 1px 2px rgba(15,15,15,.04); letter-spacing: -.005em; }
.lsw-footer__partners-eyebrow-icon { width: 26px; height: 26px; border-radius: 8px; background: linear-gradient(135deg, var(--accent-soft) 0%, #F6DDD0 100%); color: var(--accent); display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
.lsw-footer__partners-eyebrow-icon svg { width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.lsw-footer__partners-head { display: flex; justify-content: center; }
.lsw-footer__partners-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 22px 44px; }
.lsw-footer__partners-row img { height: 28px; width: auto; max-width: 130px; object-fit: contain; opacity: .55; filter: grayscale(100%); transition: opacity .35s ease, filter .35s ease, transform .35s cubic-bezier(.2,.7,.2,1); }
.lsw-footer__partners-row img:hover { opacity: 1; filter: grayscale(0); transform: translateY(-2px); }

/* Bottom */
.lsw-footer__bottom { border-top: 1px solid var(--rule); padding: 24px 0; display: flex; justify-content: space-between; align-items: center; gap: 16px; font-size: 12.5px; color: var(--body); flex-wrap: wrap; }
.lsw-footer__bottom-meta { display: flex; gap: 18px; flex-wrap: wrap; align-items: center; }
.lsw-footer__bottom-meta a { color: var(--ink-soft); transition: color .25s ease; }
.lsw-footer__bottom-meta a:hover { color: var(--accent); }
.lsw-footer__bottom-credit { color: var(--body); }
.lsw-footer__bottom-credit a { color: var(--ink); font-weight: 600; }
.lsw-footer__bottom-credit a:hover { color: var(--accent); }

@media (max-width: 1100px) {
  .lsw-footer { padding-top: 80px; }
  .lsw-footer__cols { grid-template-columns: 1fr 1fr; gap: 40px; }
  .lsw-footer__brand { grid-column: 1 / -1; }
}
@media (max-width: 1024px) {
  .lsw-footer { padding-top: 72px; }
  .lsw-footer__cta { grid-template-columns: 1fr; gap: 20px; padding: 28px 32px; }
}
@media (max-width: 720px) {
  .lsw-footer { padding-top: 56px; }
  .lsw-footer__inner { padding: 0 20px; }
  .lsw-footer__cta { padding: 24px 22px; border-radius: 18px; margin-bottom: 48px; }
  .lsw-footer__cta h2 { font-size: clamp(20px, 5.6vw, 26px); }
  .lsw-footer__cols { grid-template-columns: 1fr; gap: 36px; padding-bottom: 40px; }
  .lsw-footer__map { max-width: 100%; }
  .lsw-footer__bottom { flex-direction: column; text-align: center; padding: 20px 0; }
  .lsw-footer__partners-row { gap: 16px 28px; }
  .lsw-footer__partners-row img { height: 22px; max-width: 100px; }
}
@media (max-width: 420px) {
  .lsw-footer__cta-buttons { width: 100%; }
  .lsw-btn-pill { flex: 1 1 auto; justify-content: center; }
}
