
.wf-cta {
    background:#050505;
    padding: 64px 0 0;
    border-top: 1px solid rgba(201,169,110,0.18);
}
.wf-cta__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}
.wf-cta__title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(26px, 3vw, 40px);
    font-weight: 300;
    color: #e9e2e2;
    letter-spacing: -0.02em;
    margin-bottom: 10px;
    line-height: 1.2;
}
.wf-cta__sub {
    font-size: 14px;
    color: rgba(234, 230, 230, 0.5);
    font-weight: 300;
    line-height: 1.7;
    max-width: 520px;
    margin: 0;
}
.wf-cta__btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
    padding: 15px 38px;
    background: #C9A96E;
    color: #1E1208;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 3px;
    flex-shrink: 0;
    transition: background .25s, transform .2s;
}
.wf-cta__btn:hover { background: #E2C98A; transform: translateY(-2px); }
.wf-cta__divider {
    max-width: 1200px;
    margin: 0 auto;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(201,169,110,0.3), transparent);
}

/* ── MAIN FOOTER ─────────────────────────── */
footer.wf-footer {
    font-family: 'Inter', -apple-system, sans-serif;
    background: #050505;
    color: #F0EBE0;
}
.wf-footer__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

/* ── FOOTER GRID ────────────────────────── */
.wf-footer__grid {
    display: grid;
    grid-template-columns: 1.25fr 0.72fr 0.72fr 1fr 1.35fr;
    gap: 36px;
    padding: 64px 0 56px;
    border-bottom: 1px solid rgba(201,169,110,0.12);
}

/* Brand col */
.wf-footer__brand { display: flex; flex-direction: column; align-items: center; }
.wf-footer__logo-link { display: flex; justify-content: center; margin-bottom: 20px; }
.wf-footer__logo { height: 100px; width: auto; opacity: 0.92; display: block; margin: 0 auto; }
.wf-footer__tagline {
    font-size: 12.5px;
    color: rgba(240,235,224,0.45);
    font-weight: 300;
    line-height: 1.7;
    margin: 0 auto 28px;
    max-width: 240px;
    text-align: center;
}
.wf-footer__social { display: flex; gap: 8px; justify-content: center; }
.wf-footer__social a {
    min-width: 152px; height: 42px;
    border: 1px solid rgba(201,169,110,0.35);
    border-radius: 999px;
    gap: 9px;
    display: flex; align-items: center; justify-content: center;
    color: #C9A96E;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .25s;
}
.wf-footer__social a i{font-size:18px}
.wf-footer__social a:hover {
    background: #C9A96E;
    border-color: #C9A96E;
    color: #1E1208;
    transform: translateY(-2px);
}

/* Column title */
.wf-footer__col-title {
    font-size: 10px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-weight: 600;
    color: #C9A96E;
    margin-bottom: 20px;
    font-family: 'Inter', sans-serif;
}

/* Links col */
.wf-footer__links-col { }
.wf-footer__links {
    list-style: none;
    margin: 0; padding: 0;
    display: flex;
    flex-direction: column;
    gap: 11px;
}
.wf-footer__links a {
    color: rgba(240,235,224,0.5);
    text-decoration: none;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.4;
    transition: color .2s, padding-left .2s;
    display: block;
}
.wf-footer__links a:hover { color: #F0EBE0; padding-left: 4px; }

/* Contact col */
.wf-footer__contact-col { }
.wf-footer__contact-list {
    list-style: none;
    margin: 0; padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.wf-footer__contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    font-size: 13px;
    font-weight: 300;
    color: rgba(240,235,224,0.5);
    line-height: 1.55;
}
.wf-footer__contact-list li i {
    color: #C9A96E;
    font-size: 12px;
    margin-top: 2px;
    flex-shrink: 0;
}
.wf-footer__contact-list a {
    color: rgba(240,235,224,0.5);
    text-decoration: none;
    transition: color .2s;
}
.wf-footer__contact-list a:hover { color: #F0EBE0; }

/* Map col */
.wf-footer__map-col { }
.wf-footer__map {
    width: 100%;
    height: 220px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(201,169,110,0.18);
    position: relative;
}
.wf-footer__map iframe { display: block; width: 100%; height: 100%; }

@keyframes wf-map-slide-up {
    from { opacity: 0; transform: translateY(10px); }
    to   { opacity: 1; transform: translateY(0); }
}
.wf-map__card {
    position: absolute;
    bottom: 10px; left: 10px; right: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(15,15,15,0.82);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(201,169,110,0.25);
    border-radius: 8px;
    padding: 10px 12px;
    animation: wf-map-slide-up .55s cubic-bezier(.22,1,.36,1) .8s both;
    z-index: 2;
}
.wf-map__pin {
    width: 30px; height: 30px;
    background: linear-gradient(135deg, #C9A96E, #A8863E);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.wf-map__pin i { color: #fff; font-size: 11px; }
.wf-map__info { flex: 1; display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.wf-map__name { font-size: 11px; font-weight: 600; color: #F0EBE0; letter-spacing: .02em; white-space: nowrap; }
.wf-map__addr { font-size: 10px; color: rgba(240,235,224,0.5); font-weight: 300; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.wf-map__ext {
    color: rgba(201,169,110,0.6);
    font-size: 10px;
    text-decoration: none;
    flex-shrink: 0;
    transition: color .2s;
    padding: 4px;
}
.wf-map__ext:hover { color: #C9A96E; }

/* ── SERVICE AREAS ──────────────────────── */
.wf-footer__areas {
    padding: 26px 0 30px;
    border-bottom: 1px solid rgba(201,169,110,0.12);
}
.wf-footer__areas-head {
    display: grid;
    grid-template-columns: 0.48fr 1fr;
    gap: 24px;
    align-items: start;
    margin-bottom: 18px;
}
.wf-footer__areas-kicker {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #C9A96E;
}
.wf-footer__areas-title {
    margin: 0;
    max-width: 760px;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(22px, 2.5vw, 34px);
    font-weight: 300;
    line-height: 1.14;
    color: #F0EBE0;
}
.wf-footer__area-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}
.wf-footer__area-links a {
    display: block;
    min-height: 100%;
    padding: 12px 13px;
    border: 1px solid rgba(201,169,110,0.16);
    border-radius: 6px;
    background: rgba(255,255,255,0.025);
    color: rgba(240,235,224,0.58);
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.35;
    transition: border-color .2s, color .2s, background .2s, transform .2s;
}
.wf-footer__area-links a:hover {
    border-color: rgba(201,169,110,0.42);
    background: rgba(201,169,110,0.08);
    color: #F0EBE0;
    transform: translateY(-1px);
}
.wf-footer__areas-note {
    margin: 16px 0 0;
    max-width: 860px;
    color: rgba(240,235,224,0.42);
    font-size: 12px;
    font-weight: 300;
    line-height: 1.65;
}

/* ── SUBSCRIBE BAR ───────────────────────── */
.wf-footer__subscribe {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 24px 0 32px;
    border-top: 1px solid rgba(201,169,110,0.12);
    flex-wrap: wrap;
}
.wf-footer__sub-label {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #C9A96E;
    white-space: nowrap;
    flex-shrink: 0;
}
.wf-footer__sub-form {
    display: flex;
    align-items: center;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 4px;
    overflow: hidden;
    flex: 1;
    max-width: 360px;
    transition: border-color .25s;
}
.wf-footer__sub-form:focus-within { border-color: rgba(201,169,110,0.45); }
.wf-footer__sub-form input {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    padding: 10px 14px;
    font-size: 12px;
    font-family: 'Inter', sans-serif;
    color: rgba(240,235,224,0.8);
    font-weight: 300;
    width: 100%;
}
.wf-footer__sub-form input::placeholder { color: rgba(240,235,224,0.25); }
.wf-footer__sub-form button {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 16px;
    background: rgba(201,169,110,0.15);
    border: none;
    border-left: 1px solid rgba(201,169,110,0.2);
    color: #C9A96E;
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.08em;
    cursor: pointer;
    white-space: nowrap;
    transition: background .25s, color .25s;
}
.wf-footer__sub-form button:hover { background: #C9A96E; color: #1E1208; }
.wf-footer__sub-form button i { font-size: 9px; }

/* ── BOTTOM BAR ──────────────────────────── */
.wf-footer__bottom {
    background: #030303;
    padding: 20px 0;
}
.wf-footer__bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}
.wf-footer__copy { font-size: 12px; color: rgba(240,235,224,0.3); margin: 0; }
.wf-footer__blync { color: #C9A96E; text-decoration: none; font-weight: 600; transition: color .2s; }
.wf-footer__blync:hover { color: #fff; }
.wf-footer__legal {
    list-style: none;
    margin: 0; padding: 0;
    display: flex;
    gap: 20px;
}
.wf-footer__legal a {
    font-size: 12px;
    color: rgba(240,235,224,0.3);
    text-decoration: none;
    transition: color .2s;
}
.wf-footer__legal a:hover { color: rgba(240,235,224,0.8); }

/* ── RESPONSIVE ──────────────────────────── */
@media (max-width: 1100px) {
    .wf-footer__grid { grid-template-columns: 1fr 1fr; gap: 40px; }
    .wf-footer__area-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 768px) {
    .wf-footer__grid { grid-template-columns: 1fr 1fr; gap: 32px; padding: 48px 0 40px; }
    .wf-cta__inner { flex-direction: column; align-items: flex-start; }
    .wf-footer__areas-head { grid-template-columns: 1fr; gap: 10px; }
}
@media (max-width: 480px) {
    .wf-footer__grid { grid-template-columns: 1fr; gap: 32px; }
    .wf-footer__area-links { grid-template-columns: 1fr; }
    .wf-footer__container { padding: 0 24px; }
    .wf-footer__bottom-inner { flex-direction: column; align-items: flex-start; }
    .wf-footer__subscribe { flex-direction: column; align-items: flex-start; }
    .wf-footer__sub-form { max-width: 100%; width: 100%; }
    .wf-cta__inner { padding: 0 24px 48px; }
}
