/* ═══════════════════════════════════════════════════════
   NEWSLETTER STRIP
═══════════════════════════════════════════════════════ */
.nl-strip {
    background: #111110;
    padding: 52px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 28px;
    border-bottom: 1px solid rgba(201,169,110,0.15);
}
.nl-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}
.nl-label {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #C9A96E;
    padding: 5px 14px;
    border: 1px solid rgba(201,169,110,0.35);
    border-radius: 100px;
}
.nl-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(22px, 3vw, 32px);
    font-weight: 300;
    color: #F0EBE0;
    margin: 0;
    letter-spacing: -0.02em;
    line-height: 1.2;
}
.nl-form {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 460px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 6px;
    overflow: hidden;
    transition: border-color .3s;
}
.nl-form:focus-within {
    border-color: rgba(201,169,110,0.5);
}
.nl-form input {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    padding: 14px 18px;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: #F0EBE0;
    font-weight: 300;
}
.nl-form input::placeholder { color: rgba(240,235,224,0.3); }
.nl-form button {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 14px 22px;
    background: linear-gradient(135deg, #C9A96E 0%, #A8863E 100%);
    border: none;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    cursor: pointer;
    white-space: nowrap;
    flex-shrink: 0;
    transition: background .25s;
}
.nl-form button:hover { background: linear-gradient(135deg, #D9B97E 0%, #B8963E 100%); }
.nl-form button i { font-size: 9px; transition: transform .2s; }
.nl-form button:hover i { transform: translateX(3px); }
@media (max-width: 640px) {
    .nl-strip { padding: 40px 24px; }
    .nl-form { max-width: 100%; }
}

/* ═══════════════════════════════════════════════════════
   PRE-FOOTER CTA
═══════════════════════════════════════════════════════ */
.cf-cta {
    background: #1A1916;
    padding: 64px 0 0;
}
.cf-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;
}
.cf-cta__title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(26px, 3vw, 38px);
    font-weight: 300;
    color: #F0EBE0;
    letter-spacing: -0.02em;
    margin-bottom: 10px;
    line-height: 1.2;
}
.cf-cta__sub {
    font-size: 13px;
    color: rgba(240,235,224,0.5);
    font-weight: 300;
    line-height: 1.65;
    max-width: 520px;
    margin: 0;
}
.cf-cta__btn {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    padding: 14px 36px;
    background: #C9A96E;
    color: #1A1916;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 3px;
    flex-shrink: 0;
    transition: background .25s, transform .2s;
}
.cf-cta__btn:hover {
    background: #E2C98A;
    transform: translateY(-2px);
}
.cf-cta__divider {
    max-width: 1200px;
    margin: 0 auto;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(201,169,110,0.25), transparent);
}

/* ═══════════════════════════════════════════════════════
   FOOTER
═══════════════════════════════════════════════════════ */
.cf-footer {
    font-family: 'Inter', -apple-system, sans-serif;
    background: #1A1916;
    color: #F0EBE0;
}

.cf-footer__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

/* ── 4-col grid ─────────────────────────────────────── */
.cf-footer__grid {
    display: grid;
    grid-template-columns: 1.4fr 0.8fr 1fr 1.4fr;
    gap: 56px;
    padding: 64px 0 56px;
    border-bottom: 1px solid rgba(201,169,110,0.12);
}

/* ── Brand col ──────────────────────────────────────── */
.cf-footer__logo-link {
    display: inline-block;
    margin-bottom: 20px;
}
.cf-footer__logo {
    height: 44px;
    width: auto;
    filter: brightness(0) invert(1);
    opacity: 0.9;
}
.cf-footer__tagline {
    font-size: 12.5px;
    color: rgba(240,235,224,0.45);
    font-weight: 300;
    line-height: 1.7;
    margin: 0 0 28px;
    max-width: 240px;
}
.cf-footer__social {
    display: flex;
    gap: 8px;
}
.cf-footer__social a {
    width: 36px; height: 36px;
    border: 1px solid rgba(201,169,110,0.35);
    border-radius: 6px;
    display: flex; align-items: center; justify-content: center;
    color: #C9A96E;
    font-size: 13px;
    text-decoration: none;
    transition: all .25s;
}
.cf-footer__social a:hover {
    background: #C9A96E;
    border-color: #C9A96E;
    color: #1A1916;
    transform: translateY(-2px);
}

/* ── Column titles ──────────────────────────────────── */
.cf-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;
}

/* ── Quick links ────────────────────────────────────── */
.cf-footer__links {
    list-style: none;
    margin: 0; padding: 0;
    display: flex; flex-direction: column; gap: 11px;
}
.cf-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;
}
.cf-footer__links a:hover {
    color: #F0EBE0;
    padding-left: 4px;
}

/* ── Contact col ────────────────────────────────────── */
.cf-footer__contact-list {
    list-style: none;
    margin: 0; padding: 0;
    display: flex; flex-direction: column; gap: 16px;
}
.cf-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;
}
.cf-footer__contact-list li i {
    color: #C9A96E;
    font-size: 12px;
    margin-top: 2px;
    flex-shrink: 0;
}
.cf-footer__contact-list a {
    color: rgba(240,235,224,0.5);
    text-decoration: none;
    transition: color .2s;
}
.cf-footer__contact-list a:hover { color: #F0EBE0; }

/* ── Map col ────────────────────────────────────────── */
.cf-footer__map {
    width: 100%;
    height: 220px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(201,169,110,0.18);
    position: relative;
}
.cf-footer__map iframe {
    display: block;
    width: 100%;
    height: 100%;
}

/* Address card overlay */
@keyframes cf-map-slide-up {
    from { opacity: 0; transform: translateY(10px); }
    to   { opacity: 1; transform: translateY(0); }
}
.cf-map__card {
    position: absolute;
    bottom: 10px; left: 10px; right: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(26,25,22,0.82);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(201,169,110,0.25);
    border-radius: 8px;
    padding: 10px 12px;
    animation: cf-map-slide-up .55s cubic-bezier(.22,1,.36,1) .8s both;
    z-index: 2;
}
.cf-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;
}
.cf-map__pin i {
    color: #fff;
    font-size: 11px;
}
.cf-map__info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}
.cf-map__name {
    font-size: 11px;
    font-weight: 600;
    color: #F0EBE0;
    letter-spacing: .02em;
    white-space: nowrap;
}
.cf-map__addr {
    font-size: 10px;
    color: rgba(240,235,224,0.5);
    font-weight: 300;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cf-map__ext {
    color: rgba(201,169,110,0.6);
    font-size: 10px;
    text-decoration: none;
    flex-shrink: 0;
    transition: color .2s;
    padding: 4px;
}
.cf-map__ext:hover { color: #C9A96E; }

/* ── Subscribe row ──────────────────────────────────── */
.cf-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;
}
.cf-footer__sub-label {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #C9A96E;
    white-space: nowrap;
    flex-shrink: 0;
}
.cf-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;
}
.cf-footer__sub-form:focus-within {
    border-color: rgba(201,169,110,0.45);
}
.cf-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;
}
.cf-footer__sub-form input::placeholder { color: rgba(240,235,224,0.25); }
.cf-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;
}
.cf-footer__sub-form button:hover {
    background: #C9A96E;
    color: #1A1916;
}
.cf-footer__sub-form button i { font-size: 9px; }

/* ── Bottom bar ─────────────────────────────────────── */
.cf-footer__bottom {
    background: #131210;
    padding: 20px 0;
}
.cf-footer__bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}
.cf-footer__copy {
    font-size: 12px;
    color: rgba(240,235,224,0.3);
    margin: 0;
}
.cf-footer__legal {
    list-style: none; margin: 0; padding: 0;
    display: flex; gap: 20px;
}
.cf-footer__legal a {
    font-size: 12px;
    color: rgba(240,235,224,0.3);
    text-decoration: none;
    transition: color .2s;
}
.cf-footer__legal a:hover { color: rgba(240,235,224,0.8); }
.cf-footer__blync {
    color: #C9A96E;
    text-decoration: none;
    font-weight: 600;
    transition: color .2s, opacity .2s;
}
.cf-footer__blync:hover { color: #fff; opacity: 0.9; }

/* ── Responsive ─────────────────────────────────────── */
@media (max-width: 1024px) {
    .cf-footer__grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
    .cf-footer__map { height: 200px; }
}
@media (max-width: 640px) {
    .cf-footer__grid {
        grid-template-columns: 1fr;
        gap: 36px;
        padding: 48px 0 40px;
    }
    .cf-footer__map { height: 210px; }
    .cf-cta__inner { flex-direction: column; align-items: flex-start; }
    .cf-footer__bottom-inner { flex-direction: column; align-items: flex-start; }
    .cf-footer__container { padding: 0 24px; }
}