/* =====================================================================
   Footer — Design E+ : giant wordmark watermark (dark, dramatic)
   + primary nav (footer-menu-1) + small legal links row (footer-menu-2).
   ===================================================================== */

.oudfe {
    position: relative;
    overflow: hidden;
    background: #17120c;
    color: #cfc7b8;
    text-align: center;
    padding: 54px 24px 26px;
}

/* Giant faint wordmark behind the content */
.oudfe-mark {
    position: absolute;
    left: 50%;
    bottom: -2.2vw;
    transform: translateX(-50%);
    font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
    font-weight: 700;
    font-size: 17vw;
    letter-spacing: .04em;
    color: #ffffff;
    opacity: .045;
    white-space: nowrap;
    pointer-events: none;
    line-height: 1;
    user-select: none;
}

.oudfe-in {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
}

.oudfe-logo { display: inline-block; margin-bottom: 16px; }
.oudfe-logo img { max-height: 58px; width: auto; }

.oudfe-tag {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 21px;
    color: #efe7d6;
    margin: 0 auto 24px;
    max-width: 560px;
    line-height: 1.4;
}

/* Primary nav row (flatten the menu into one centered row) */
.oudfe-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 28px;
    margin-bottom: 16px;
}
.oudfe-nav .oudfe-menu,
.oudfe-nav .oudfe-menu > li > ul { display: contents; list-style: none; margin: 0; padding: 0; }
.oudfe-nav li { list-style: none; }
.oudfe-nav a {
    color: #d8d0c2;
    font-size: 12.5px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
    transition: color .2s ease;
    white-space: nowrap;
}
.oudfe-nav a:hover { color: #c5a253; }

/* Small legal / policy links row, with dot separators */
.oudfe-legal {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 6px 0;
    margin-bottom: 24px;
}
.oudfe-legal .oudfe-legalmenu,
.oudfe-legal .oudfe-legalmenu > li > ul { display: contents; list-style: none; margin: 0; padding: 0; }
.oudfe-legal li { list-style: none; display: inline-flex; align-items: center; }
.oudfe-legal li:not(:last-child)::after {
    content: "·";
    color: #3a3224;
    margin: 0 14px;
}
.oudfe-legal a {
    color: #9a917f;
    font-size: 11.5px;
    letter-spacing: .4px;
    text-decoration: none;
    transition: color .2s ease;
    white-space: nowrap;
}
.oudfe-legal a:hover { color: #c5a253; }

/* hide any menu icons in the footer rows for clean text */
.oudfe-nav img, .oudfe-nav svg, .oudfe-nav .menu-icon-image, .oudfe-nav .oudt-nav-ico,
.oudfe-legal img, .oudfe-legal svg, .oudfe-legal .menu-icon-image, .oudfe-legal .oudt-nav-ico { display: none !important; }

/* Social */
.oudfe-social {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 24px;
}
.oudfe-social a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #3a3224;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #cfc7b8;
    font-size: 14px;
    transition: all .2s ease;
}
.oudfe-social a:hover { border-color: #c5a253; color: #c5a253; transform: translateY(-2px); }

/* Bottom */
.oudfe-bottom {
    border-top: 1px solid #2a2318;
    padding-top: 16px;
    font-size: 12px;
    color: #8c8474;
}
.oudfe-bottom a { color: #8c8474; text-decoration: none; }
.oudfe-bottom .oudfe-ely { color: #c5a253; font-weight: 600; }
.oudfe-bottom .oudfe-dot { margin: 0 6px; color: #3a3224; }

@media (max-width: 600px) {
    .oudfe { padding: 44px 18px 24px; }
    .oudfe-mark { font-size: 23vw; bottom: 0; }
    .oudfe-tag { font-size: 18px; }
    .oudfe-legal li:not(:last-child)::after { margin: 0 9px; }
}


/* =====================================================================
   Footer · Classic columns  (footer_style = columns)
   ===================================================================== */
.oudfc { background: #17120c; color: #cfc7b8; padding: 56px 24px 0; }
.oudfc-in { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 40px; }
.oudfc-logo { display: inline-block; margin-bottom: 16px; }
.oudfc-logo img { max-height: 52px; width: auto; }
.oudfc-tag { font-family: 'Playfair Display', Georgia, serif; font-size: 16px; color: #cfc7b8; line-height: 1.6; margin: 0 0 18px; max-width: 300px; }
.oudfc-h { font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: #c5a253; margin: 0 0 18px; font-weight: 600; }
.oudfc-menu { list-style: none; margin: 0; padding: 0; }
.oudfc-menu li { list-style: none; margin-bottom: 11px; }
.oudfc-menu a { color: #cfc7b8; font-size: 13.5px; text-decoration: none; transition: color .2s ease; }
.oudfc-menu a:hover { color: #c5a253; }
.oudfc-menu img, .oudfc-menu svg, .oudfc-menu .oudt-nav-ico { display: none !important; }
.oudfc-contact { list-style: none; margin: 0; padding: 0; }
.oudfc-contact li { color: #cfc7b8; font-size: 13.5px; margin-bottom: 11px; line-height: 1.5; }
.oudfc-contact a { color: #cfc7b8; text-decoration: none; }
.oudfc-contact a:hover { color: #c5a253; }
.oudfc-social { display: flex; gap: 10px; margin-top: 4px; }
.oudfc-social a { width: 36px; height: 36px; border-radius: 50%; border: 1px solid #3a3224; display: inline-flex; align-items: center; justify-content: center; color: #cfc7b8; font-size: 14px; transition: all .2s ease; }
.oudfc-social a:hover { border-color: #c5a253; color: #c5a253; transform: translateY(-2px); }
.oudfc-bottom { max-width: 1200px; margin: 40px auto 0; border-top: 1px solid #2a2318; padding: 18px 0 24px; font-size: 12px; color: #8c8474; text-align: center; }
.oudfc-bottom a { color: #8c8474; text-decoration: none; }
.oudfc-bottom .oudfc-ely { color: #c5a253; font-weight: 600; }
.oudfc-bottom .oudfc-dot { margin: 0 6px; color: #3a3224; }
@media (max-width: 900px) { .oudfc-in { grid-template-columns: 1fr 1fr; gap: 32px; } }
@media (max-width: 520px) { .oudfc { padding: 44px 18px 0; } .oudfc-in { grid-template-columns: 1fr; gap: 28px; } }

/* =====================================================================
   Footer · Minimal centered  (footer_style = minimal)
   ===================================================================== */
.oudfm { background: #17120c; color: #cfc7b8; text-align: center; padding: 52px 24px 30px; }
.oudfm-in { max-width: 720px; margin: 0 auto; }
.oudfm-logo { display: inline-block; margin-bottom: 16px; }
.oudfm-logo img { max-height: 54px; width: auto; }
.oudfm-tag { font-family: 'Playfair Display', Georgia, serif; font-size: 19px; color: #efe7d6; margin: 0 auto 22px; max-width: 520px; line-height: 1.4; }
.oudfm-nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 26px; margin-bottom: 22px; }
.oudfm-menu, .oudfm-menu > li > ul { display: contents; list-style: none; margin: 0; padding: 0; }
.oudfm-nav li { list-style: none; }
.oudfm-nav a { color: #d8d0c2; font-size: 12.5px; letter-spacing: 1px; text-transform: uppercase; font-weight: 500; text-decoration: none; transition: color .2s ease; white-space: nowrap; }
.oudfm-nav a:hover { color: #c5a253; }
.oudfm-nav img, .oudfm-nav svg, .oudfm-nav .oudt-nav-ico { display: none !important; }
.oudfm-social { display: flex; justify-content: center; gap: 12px; margin-bottom: 22px; }
.oudfm-social a { width: 38px; height: 38px; border-radius: 50%; border: 1px solid #3a3224; display: inline-flex; align-items: center; justify-content: center; color: #cfc7b8; font-size: 14px; transition: all .2s ease; }
.oudfm-social a:hover { border-color: #c5a253; color: #c5a253; transform: translateY(-2px); }
.oudfm-bottom { border-top: 1px solid #2a2318; padding-top: 18px; font-size: 12px; color: #8c8474; }
.oudfm-bottom a { color: #8c8474; text-decoration: none; }
.oudfm-bottom .oudfm-ely { color: #c5a253; font-weight: 600; }
.oudfm-bottom .oudfm-dot { margin: 0 6px; color: #3a3224; }
