/* === DeniMal Google Reviews Section === */

.dm-reviews-section {
    background: #fff;
    padding: 60px 20px;
    border-top: 1px solid #f0e8dc;
}
.dm-reviews-inner {
    max-width: 1100px;
    margin: 0 auto;
}
.dm-reviews-heading {
    font-family: "Playfair Display", serif;
    font-size: 28px;
    font-weight: 700;
    color: #b69164;
    text-align: center;
    margin: 0 0 32px;
    letter-spacing: 0.02em;
}

/* === DeniMal Footer === */

.dm-footer {
    background: #1a1a2e;
    color: #d9d0c4;
    font-family: Roboto, sans-serif;
    font-size: 15px;
    line-height: 1.6;
}

.dm-footer-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

/* --- Main area (3 columns) --- */
.dm-footer-main {
    padding: 56px 0 48px;
}
.dm-footer-main .dm-footer-inner {
    display: flex;
    gap: 48px;
}

/* Columns */
.dm-footer-col {
    flex: 1;
    min-width: 0;
}
.dm-footer-col--brand {
    flex: 1.1;
}
.dm-footer-col--info {
    flex: 1;
}
.dm-footer-col--map {
    flex: 1.3;
}

/* --- Logo --- */
.dm-footer-logo {
    margin-bottom: 24px;
}
.dm-footer-logo-text {
    display: block;
    font-family: "Playfair Display", serif;
    font-size: 26px;
    font-weight: 700;
    color: #b69164;
    letter-spacing: 0.04em;
}
.dm-footer-logo-sub {
    display: block;
    font-size: 12px;
    color: #a09585;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-top: 4px;
}

/* --- Block (group of label + content) --- */
.dm-footer-block {
    margin-bottom: 24px;
}

/* --- Labels --- */
.dm-footer-label {
    font-family: "Playfair Display", serif;
    font-size: 13px;
    font-weight: 600;
    color: #b69164;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0 0 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.dm-footer-label svg {
    color: #b69164;
    flex-shrink: 0;
}

/* --- Links --- */
.dm-footer-link {
    display: block;
    color: #d9d0c4;
    text-decoration: none;
    transition: color 0.2s;
    margin-bottom: 4px;
}
.dm-footer-link:hover {
    color: #c9a57a;
}

/* --- Hours --- */
.dm-footer-hours {
    color: #d9d0c4;
}

/* --- CTA Button --- */
.dm-footer-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
    padding: 12px 28px;
    background: #b69164;
    color: #fff;
    font-family: "Playfair Display", serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
    transition: background 0.3s, transform 0.2s;
}
.dm-footer-cta:hover {
    background: #c9a57a;
    color: #fff;
    transform: translateY(-1px);
}

/* --- Social --- */
.dm-footer-social {
    display: flex;
    gap: 12px;
    margin-top: 8px;
}
.dm-footer-social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(182, 145, 100, 0.3);
    border-radius: 50%;
    color: #b69164;
    transition: all 0.3s;
}
.dm-footer-social-link:hover {
    background: #b69164;
    color: #fff;
    border-color: #b69164;
}

/* --- Map --- */
.dm-footer-map {
    width: 100%;
    height: 100%;
    min-height: 260px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(182, 145, 100, 0.15);
}
.dm-footer-map iframe {
    width: 100%;
    height: 100%;
    min-height: 260px;
    display: block;
    border: 0;
}

/* --- Bottom bar --- */
.dm-footer-bottom {
    border-top: 1px solid rgba(182, 145, 100, 0.15);
    padding: 20px 0;
}
.dm-footer-copyright {
    text-align: center;
    font-size: 13px;
    color: #7a7068;
    margin: 0;
    letter-spacing: 0.02em;
}
.dm-footer-copyright a {
    color: #a09585;
    text-decoration: none;
    transition: color 0.2s;
}
.dm-footer-copyright a:hover {
    color: #c9a57a;
}

/* Hide Astra default footer (we use custom footer) */
.site-footer#colophon {
    display: none !important;
}

/* === RESPONSIVE === */

@media (max-width: 960px) {
    .dm-footer-main .dm-footer-inner {
        flex-wrap: wrap;
    }
    .dm-footer-col--brand,
    .dm-footer-col--info {
        flex: 1 1 45%;
    }
    .dm-footer-col--map {
        flex: 1 1 100%;
        order: 3;
    }
    .dm-footer-map {
        min-height: 220px;
    }
}

@media (max-width: 600px) {
    .dm-reviews-section {
        padding: 40px 16px;
    }
    .dm-reviews-heading {
        font-size: 22px;
        margin-bottom: 24px;
    }

    .dm-footer-main {
        padding: 40px 0 32px;
    }
    .dm-footer-main .dm-footer-inner {
        flex-direction: column;
        gap: 32px;
    }
    .dm-footer-col--brand,
    .dm-footer-col--info,
    .dm-footer-col--map {
        flex: 1 1 100%;
    }
    .dm-footer-logo-text {
        font-size: 22px;
    }
    .dm-footer-cta {
        width: 100%;
        justify-content: center;
    }
    .dm-footer-map {
        min-height: 200px;
    }
}

/* SVG sizing fallback (resilient to HTML attribute stripping by cache plugins) */
.dm-footer-label svg {
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
}
.dm-footer-social-link svg {
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
}
