/* LS Wonen — site header (utility bar, mainbar, mega menu, mobile drawer, sticky footbar) */
.lsw-header { font-family: 'Manrope', system-ui, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif; color: #1F1F1F; }
.lsw-header *, .lsw-header *::before, .lsw-header *::after { box-sizing: border-box; }

.lsw-utility { background: transparent; color: #14151A; font-size: 12.5px; line-height: 1; }
.lsw-utility__inner { max-width: 1400px; margin: 0 auto; padding: 12px 24px; display: flex; align-items: center; justify-content: flex-end; gap: 6px; }
.lsw-utility__sep { width: 1px; height: 16px; background: linear-gradient(180deg, transparent, rgba(20,21,26,.18), transparent); margin: 0 6px; }
.lsw-utility__chip { display: inline-flex; align-items: center; gap: 8px; padding: 7px 14px 7px 9px; border-radius: 999px; transition: background .25s ease, transform .25s cubic-bezier(.2,.7,.2,1); color: #14151A; text-decoration: none; font-weight: 500; letter-spacing: -.005em; }
.lsw-utility__chip:hover { background: #F8F6F2; transform: translateY(-1px); }
.lsw-utility__chip--status { font-weight: 600; padding: 7px 14px 7px 11px; }
.lsw-utility__chip--phone { padding-left: 6px; }
.lsw-utility__chip-icon { width: 24px; height: 24px; border-radius: 50%; background: #F8F6F2; color: #14151A; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; position: relative; transition: background .3s ease, color .3s ease, transform .35s cubic-bezier(.2,.7,.2,1); }
.lsw-utility__chip:hover .lsw-utility__chip-icon { background: #14151A; color: #fff; transform: rotate(-8deg); }
.lsw-utility__chip-icon svg { width: 13px; height: 13px; }
.lsw-utility__chip-icon--status { background: #3FB67A; color: #fff; }
.lsw-utility__chip-icon--status::after { content: ""; position: absolute; inset: 0; border-radius: 50%; border: 1.5px solid currentColor; opacity: .55; animation: lsw-util-pulse 2.2s ease-out infinite; pointer-events: none; }
.lsw-utility__chip-icon--status[data-status="closed"] { background: #C89F49; }
.lsw-utility__chip-icon--status[data-status="closed"]::after { display: none; }
.lsw-utility__chip:hover .lsw-utility__chip-icon--status { background: #3FB67A; color: #fff; transform: rotate(-8deg); }
.lsw-utility__chip:hover .lsw-utility__chip-icon--status[data-status="closed"] { background: #C89F49; }
@keyframes lsw-util-pulse { 0% { transform: scale(.7); opacity: .55; } 70% { transform: scale(1.55); opacity: 0; } 100% { transform: scale(1.55); opacity: 0; } }
.lsw-utility__chip-label { display: inline-flex; flex-direction: column; gap: 2px; }
.lsw-utility__chip-label small { font-size: 9.5px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: #C89F49; line-height: 1; }
.lsw-utility__chip-label strong { font-size: 12.5px; font-weight: 600; color: #14151A; line-height: 1; letter-spacing: .01em; }
.lsw-utility__social { display: inline-flex; align-items: center; gap: 4px; }
.lsw-utility__social a { width: 32px; height: 32px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; color: #14151A; background: transparent; position: relative; transition: background .3s ease, color .3s ease, transform .35s cubic-bezier(.2,.7,.2,1); }
.lsw-utility__social a::before { content: ""; position: absolute; inset: 0; border-radius: 50%; background: #F8F6F2; transform: scale(.4); opacity: 0; transition: transform .35s cubic-bezier(.2,.7,.2,1), opacity .25s ease; z-index: -1; }
.lsw-utility__social a:hover::before { transform: scale(1); opacity: 1; }
.lsw-utility__social a:hover { transform: translateY(-2px); }
.lsw-utility__social a[data-brand="fb"]:hover { color: #1877F2; }
.lsw-utility__social a[data-brand="ig"]:hover { color: #C89F49; }
.lsw-utility__social svg { width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.lsw-mainbar { background: #fff; position: relative; z-index: 90; }
.lsw-mainbar__inner { max-width: 1400px; margin: 0 auto; padding: 0px 24px; display: flex; align-items: center; gap: 32px; }
.lsw-brand img { height: 40px; width: auto; display: block; }

.lsw-nav { display: flex; gap: 2px; align-items: center; margin-left: auto; justify-content: flex-end; }
.lsw-nav__item { position: relative; }
.lsw-nav__link { display: inline-flex; align-items: center; gap: 6px; padding: 10px 16px; font-size: 13.5px; font-weight: 600; color: #14151A; text-decoration: none; border-radius: 999px; letter-spacing: -.005em; cursor: pointer; transition: background .25s ease, color .25s ease; }
.lsw-nav__chev { width: 10px; height: 10px; opacity: .55; transition: transform .35s cubic-bezier(.2,.7,.2,1), opacity .25s ease; }
.lsw-nav__item:hover .lsw-nav__link, .lsw-nav__item:focus-within .lsw-nav__link { background: #F8F6F2; color: #C89F49; }
.lsw-nav__item:hover .lsw-nav__chev, .lsw-nav__item:focus-within .lsw-nav__chev { transform: rotate(180deg); opacity: 1; }

.lsw-mega { position: absolute; top: 100%; left: 50%; transform: translateX(-50%) translateY(12px); width: min(1100px, 92vw); background: #fff; border: 1px solid #ECECEA; box-shadow: 0 40px 80px -30px rgba(15,15,15,.22), 0 8px 16px -8px rgba(15,15,15,.08); border-radius: 20px; padding: 28px; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .25s ease, transform .4s cubic-bezier(.2,.7,.2,1), visibility .25s ease; }
.lsw-nav__item:hover > .lsw-mega, .lsw-nav__item:focus-within > .lsw-mega { opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(-50%) translateY(4px); }
.lsw-mega::before { content: ""; position: absolute; top: -10px; left: 0; right: 0; height: 14px; }
.lsw-mega__grid { display: grid; grid-template-columns: 1fr 1fr 1fr 1.2fr; gap: 28px; }
.lsw-mega__col h3 { font-family: 'Manrope', sans-serif; font-size: 10.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .22em; color: #C89F49; margin: 0 0 14px; }
.lsw-mega__col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 2px; }
.lsw-mega__col a { display: flex; align-items: flex-start; gap: 10px; padding: 8px 10px; border-radius: 8px; text-decoration: none; color: #14151A; transition: background .25s ease, transform .3s cubic-bezier(.2,.7,.2,1); }
.lsw-mega__ico { width: 32px; height: 32px; border-radius: 9px; background: #F8F6F2; color: #14151A; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; transition: background .25s ease, color .25s ease, transform .35s cubic-bezier(.2,.7,.2,1); }
.lsw-mega__ico svg { width: 15px; height: 15px; }
.lsw-mega__txt { display: inline-flex; flex-direction: column; gap: 3px; min-width: 0; line-height: 1.2; }
.lsw-mega__txt strong { font-size: 13.5px; font-weight: 600; color: #14151A; letter-spacing: -.005em; }
.lsw-mega__txt span { font-size: 11.5px; font-weight: 400; color: #6E707A; }
.lsw-mega__col a:hover { background: #F8F6F2; transform: translateX(3px); }
.lsw-mega__col a:hover .lsw-mega__ico { background: #C89F49; color: #fff; transform: rotate(-6deg); }
.lsw-mega__col a:hover .lsw-mega__txt strong { color: #C89F49; }
.lsw-mega__feature { background: #F8F6F2; border-radius: 14px; overflow: hidden; display: flex; flex-direction: column; text-decoration: none; color: #14151A; transition: transform .4s cubic-bezier(.2,.7,.2,1), box-shadow .35s ease; }
.lsw-mega__feature:hover { transform: translateY(-3px); box-shadow: 0 16px 30px -16px rgba(15,15,15,.18); }
.lsw-mega__feature img { width: 100%; height: 140px; object-fit: cover; display: block; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.lsw-mega__feature:hover img { transform: scale(1.05); }
.lsw-mega__feature-body { padding: 14px 16px 16px; flex: 1; display: flex; flex-direction: column; gap: 8px; }
.lsw-mega__feature-kicker { display: inline-flex; align-items: center; gap: 5px; padding: 3px 10px; background: #FCEFE8; color: #C89F49; border-radius: 999px; font-size: 10px; font-weight: 700; letter-spacing: .04em; align-self: flex-start; }
.lsw-mega__feature-kicker::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: #C89F49; }
.lsw-mega__feature h4 { font-family: 'Manrope', sans-serif; font-size: 14px; line-height: 1.3; font-weight: 700; color: #14151A; margin: 0; letter-spacing: -.01em; }
.lsw-mega__feature span.btn { display: inline-flex; align-items: center; gap: 4px; font-size: 12px; font-weight: 700; color: #C89F49; border: 0; padding: 0; align-self: flex-start; }

.lsw-flyout { position: absolute; top: 100%; left: 50%; transform: translateX(-50%) translateY(12px); min-width: 240px; background: #fff; border: 1px solid #ECECEA; box-shadow: 0 30px 60px -20px rgba(15,15,15,.18), 0 4px 10px -4px rgba(15,15,15,.06); border-radius: 16px; padding: 10px; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .25s ease, transform .4s cubic-bezier(.2,.7,.2,1), visibility .25s ease; }
.lsw-nav__item:hover > .lsw-flyout, .lsw-nav__item:focus-within > .lsw-flyout { opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(-50%) translateY(4px); }
.lsw-flyout::before { content: ""; position: absolute; top: -10px; left: 0; right: 0; height: 14px; }
.lsw-flyout ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 2px; }
.lsw-flyout a { display: flex; align-items: center; gap: 10px; padding: 8px 12px 8px 8px; font-size: 13.5px; font-weight: 600; color: #14151A; text-decoration: none; border-radius: 10px; transition: background .25s ease, color .25s ease, transform .3s cubic-bezier(.2,.7,.2,1); }
.lsw-flyout__ico { width: 28px; height: 28px; border-radius: 8px; background: #F8F6F2; color: #14151A; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; transition: background .25s ease, color .25s ease, transform .35s cubic-bezier(.2,.7,.2,1); }
.lsw-flyout__ico svg { width: 13px; height: 13px; }
.lsw-flyout a:hover { background: #F8F6F2; color: #C89F49; transform: translateX(3px); }
.lsw-flyout a:hover .lsw-flyout__ico { background: #C89F49; color: #fff; transform: rotate(-6deg); }

.lsw-cta-stack { display: flex; align-items: center; gap: 12px; }
.lsw-btn { position: relative; 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; cursor: pointer; }
.lsw-btn--primary { background: #14151A; color: #fff; padding-right: 8px; }
.lsw-btn--primary:hover { background: #C89F49; transform: translateY(-2px); }
.lsw-btn__arrow { width: 30px; height: 30px; border-radius: 50%; background: #C89F49; 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--primary:hover .lsw-btn__arrow { background: #fff; color: #C89F49; transform: rotate(-45deg); }
.lsw-btn__arrow svg { width: 14px; height: 14px; color: #fff; transition: color .3s ease; }
.lsw-btn--primary:hover .lsw-btn__arrow svg { color: #C89F49; }

.lsw-burger { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; background: transparent; border: 0; cursor: pointer; margin-left: auto; }
.lsw-burger span { display: block; width: 22px; height: 2px; background: #1F1F1F; position: relative; }
.lsw-burger span::before, .lsw-burger span::after { content: ""; position: absolute; left: 0; right: 0; height: 2px; background: #1F1F1F; }
.lsw-burger span::before { top: -7px; }
.lsw-burger span::after { top: 7px; }

.lsw-drawer { position: fixed; inset: 0 0 0 auto; width: min(360px, 88vw); background: #fff; transform: translateX(100%); transition: transform .3s ease; z-index: 100; padding: 24px 24px 96px; overflow-y: auto; box-shadow: -20px 0 50px rgba(12,38,54,.15); }
.lsw-drawer.is-open { transform: translateX(0); }
.lsw-drawer__head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.lsw-drawer__close { width: 44px; height: 44px; background: transparent; border: 0; font-size: 28px; cursor: pointer; line-height: 1; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; transition: background .25s ease; }
.lsw-drawer__close:hover, .lsw-drawer__close:focus-visible { background: #F8F6F2; outline: none; }
.lsw-drawer details { border-bottom: 1px solid #F5F6F7; padding: 14px 0; }
.lsw-drawer summary { font-size: 16px; font-weight: 600; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; }
.lsw-drawer summary::-webkit-details-marker { display: none; }
.lsw-drawer summary::after { content: "+"; font-size: 22px; font-weight: 300; }
.lsw-drawer details[open] summary::after { content: "−"; }
.lsw-drawer ul { list-style: none; padding: 12px 0 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.lsw-drawer ul a { font-size: 14px; color: #1F1F1F; }
.lsw-drawer__cta { display: block; margin-top: 24px; text-align: center; padding: 14px; background: #0C2636; color: #fff; border-radius: 999px; font-weight: 600; }
.lsw-drawer__direct { font-size: 12px; color: #7A7A7A; margin-top: 16px; line-height: 1.6; }

.lsw-overlay { position: fixed; inset: 0; background: rgba(12,38,54,.4); opacity: 0; visibility: hidden; transition: opacity .25s ease, visibility .25s ease; z-index: 95; }
.lsw-overlay.is-open { opacity: 1; visibility: visible; }

/* ════════════════════════════════════════════════════
   Global Sticky Footer CTA — expandable bottom bar
   ════════════════════════════════════════════════════ */
.lsw-footbar { position: fixed; left: 50%; bottom: 18px; transform: translate(-50%, calc(100% + 28px)); width: min(880px, calc(100vw - 28px)); background: #fff; border: 1px solid #ECECEA; border-radius: 999px; padding: 7px 7px 7px 18px; display: flex; align-items: center; gap: 12px; box-shadow: 0 24px 50px -20px rgba(15,15,15,.22), 0 6px 14px -6px rgba(15,15,15,.08); z-index: 88; opacity: 0; pointer-events: none; transition: transform .55s cubic-bezier(.2,.7,.2,1), opacity .35s ease, width .45s cubic-bezier(.2,.7,.2,1), padding .35s ease, border-radius .35s ease; }
.lsw-footbar.is-shown { transform: translate(-50%, 0); opacity: 1; pointer-events: auto; }
.lsw-footbar__brand { display: inline-flex; align-items: center; gap: 10px; flex-shrink: 0; text-decoration: none; color: #14151A; }
.lsw-footbar__brand img { height: 26px; width: auto; display: block; }
.lsw-footbar__brand-txt { display: inline-flex; flex-direction: column; gap: 2px; line-height: 1; }
.lsw-footbar__brand-txt strong { font-size: 12.5px; font-weight: 700; letter-spacing: -.005em; color: #14151A; }
.lsw-footbar__brand-txt span { font-size: 10.5px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: #C89F49; }
.lsw-footbar__sep { width: 1px; height: 24px; background: #ECECEA; flex-shrink: 0; }
.lsw-footbar__items { display: flex; align-items: center; gap: 8px; flex: 1; min-width: 0; transition: opacity .25s ease; }
.lsw-footbar__link { display: inline-flex; align-items: center; gap: 8px; padding: 9px 14px 9px 11px; border-radius: 999px; font-size: 13px; font-weight: 600; color: #14151A; text-decoration: none; transition: background .25s ease, color .25s ease; white-space: nowrap; }
.lsw-footbar__link:hover { background: #F8F6F2; }
.lsw-footbar__link-icon { width: 26px; height: 26px; border-radius: 50%; background: #F8F6F2; color: #14151A; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; transition: background .3s ease, color .3s ease, transform .35s cubic-bezier(.2,.7,.2,1); }
.lsw-footbar__link:hover .lsw-footbar__link-icon { background: #14151A; color: #fff; transform: rotate(-8deg); }
.lsw-footbar__link-icon svg { width: 13px; height: 13px; stroke: currentColor; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.lsw-footbar__primary { display: inline-flex; align-items: center; gap: 10px; padding: 9px 9px 9px 18px; background: #14151A; color: #fff; border-radius: 999px; font-size: 13px; font-weight: 600; text-decoration: none; margin-left: auto; transition: background .3s ease, transform .35s cubic-bezier(.2,.7,.2,1); white-space: nowrap; }
.lsw-footbar__primary:hover { background: #C89F49; transform: translateY(-2px); }
.lsw-footbar__primary-arrow { width: 26px; height: 26px; border-radius: 50%; background: #C89F49; 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-footbar__primary:hover .lsw-footbar__primary-arrow { background: #fff; color: #C89F49; transform: rotate(-45deg); }
.lsw-footbar__primary-arrow svg { width: 13px; height: 13px; color: #fff; transition: color .3s ease; }
.lsw-footbar__primary:hover .lsw-footbar__primary-arrow svg { color: #C89F49; }
.lsw-footbar__toggle { width: 30px; height: 30px; border-radius: 50%; border: 1px solid #ECECEA; background: #fff; color: #14151A; display: inline-flex; align-items: center; justify-content: center; cursor: pointer; flex-shrink: 0; transition: background .25s ease, transform .35s cubic-bezier(.2,.7,.2,1); }
.lsw-footbar__toggle:hover { background: #F8F6F2; }
.lsw-footbar__toggle svg { width: 14px; height: 14px; transition: transform .35s cubic-bezier(.2,.7,.2,1); }
.lsw-footbar.is-collapsed { width: auto; padding: 7px 8px 7px 14px; border-radius: 999px; transform: translate(calc(50vw - 100% - 18px), calc(100% + 28px)); }
.lsw-footbar.is-collapsed.is-shown { transform: translate(calc(50vw - 100% - 18px), 0); }
.lsw-footbar.is-collapsed .lsw-footbar__sep, .lsw-footbar.is-collapsed .lsw-footbar__items { display: none; }
.lsw-footbar.is-collapsed .lsw-footbar__toggle svg { transform: rotate(180deg); }
.lsw-footbar.is-collapsed .lsw-footbar__brand-txt span { color: #14151A; }

@media (max-width: 880px) {
  .lsw-footbar { bottom: 12px; padding: 6px 6px 6px 14px; gap: 8px; width: calc(100vw - 20px); }
  .lsw-footbar__brand img { height: 22px; }
  .lsw-footbar__brand-txt { display: none; }
  .lsw-footbar__sep { display: none; }
  .lsw-footbar__primary { padding: 8px 8px 8px 14px; font-size: 12.5px; }
  .lsw-footbar__primary-arrow { width: 24px; height: 24px; }
  .lsw-footbar__link span { display: none; }
  .lsw-footbar__link { padding: 6px; }
}
@media (max-width: 480px) {
  .lsw-footbar { bottom: 10px; padding: 5px 5px 5px 10px; gap: 6px; }
  .lsw-footbar__brand img { height: 20px; }
  .lsw-footbar__primary { padding: 7px 7px 7px 12px; font-size: 12px; gap: 6px; }
  .lsw-footbar__primary-arrow { width: 22px; height: 22px; }
  .lsw-footbar__toggle { width: 26px; height: 26px; }
  .lsw-footbar.is-collapsed { transform: translate(calc(50vw - 100% - 10px), calc(100% + 28px)); }
  .lsw-footbar.is-collapsed.is-shown { transform: translate(calc(50vw - 100% - 10px), 0); }
}

@media (max-width: 1100px) {
  .lsw-utility__chip--phone { display: none; }
  .lsw-utility__sep { display: none; }
  .lsw-nav, .lsw-cta-stack { display: none; }
  .lsw-burger { display: flex; }
}
@media (max-width: 720px) {
  .lsw-utility__inner { padding: 8px 16px; gap: 4px; }
  .lsw-utility__chip-label small { display: none; }
  .lsw-utility__chip-label strong { font-size: 11.5px; }
  .lsw-mainbar__inner { padding: 14px 16px; }
}
