/* VisitaMadriz Header & Footer Castizo */
html.vmdhf-menu-open,
body.vmdhf-menu-open {
    overflow: hidden;
}

body.vmdhf-hide-theme-header #masthead,
body.vmdhf-hide-theme-header .site-header,
body.vmdhf-hide-theme-header #ast-desktop-header,
body.vmdhf-hide-theme-header #ast-mobile-header,
body.vmdhf-hide-theme-header header.site-header,
body.vmdhf-hide-theme-header .elementor-location-header {
    display: none !important;
}

body.vmdhf-hide-theme-footer #colophon,
body.vmdhf-hide-theme-footer footer.site-footer,
body.vmdhf-hide-theme-footer .site-footer,
body.vmdhf-hide-theme-footer .ast-small-footer,
body.vmdhf-hide-theme-footer .elementor-location-footer {
    display: none !important;
}

body.vmdhf-hide-theme-header #vmdhf-header,
body.vmdhf-hide-theme-footer #vmdhf-footer {
    display: block !important;
}

.vmdhf-header,
.vmdhf-footer,
.vmdhf-header *,
.vmdhf-footer * {
    box-sizing: border-box;
}

.vmdhf-header,
.vmdhf-footer {
    --vmdhf-radius: 18px;
    --vmdhf-shadow: 0 18px 60px rgba(17, 19, 26, .14);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.vmdhf-container {
    width: min(1380px, calc(100% - 48px));
    margin-inline: auto;
}

.vmdhf-header {
    position: relative;
    z-index: 9998;
    color: var(--vmdhf-dark);
}

body.vmdhf-sticky-enabled .vmdhf-header {
    position: sticky;
    top: 0;
}

.admin-bar.vmdhf-sticky-enabled .vmdhf-header {
    top: 32px;
}

.vmdhf-topbar {
    position: relative;
    overflow: hidden;
    height: 30px;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(0,0,0,.1), transparent 20%, transparent 80%, rgba(0,0,0,.1)),
        var(--vmdhf-primary);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    line-height: 30px;
    text-transform: uppercase;
}

.vmdhf-topbar::before,
.vmdhf-topbar::after {
    content: "";
    position: absolute;
    z-index: 2;
    inset-block: 0;
    width: 60px;
    pointer-events: none;
}

.vmdhf-topbar::before {
    left: 0;
    background: linear-gradient(90deg, var(--vmdhf-primary), transparent);
}

.vmdhf-topbar::after {
    right: 0;
    background: linear-gradient(-90deg, var(--vmdhf-primary), transparent);
}

.vmdhf-topbar-track {
    display: flex;
    width: max-content;
    min-width: 100%;
    animation: vmdhf-marquee 35s linear infinite;
}

.vmdhf-topbar:hover .vmdhf-topbar-track {
    animation-play-state: paused;
}

.vmdhf-topbar-group {
    display: flex;
    flex-shrink: 0;
    justify-content: space-around;
    min-width: 100vw;
}

.vmdhf-topbar-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding-inline: 28px;
    white-space: nowrap;
}

.vmdhf-star {
    color: var(--vmdhf-accent);
    font-size: 10px;
}

@keyframes vmdhf-marquee {
    to { transform: translateX(-50%); }
}

.vmdhf-mainbar {
    position: relative;
    background: rgba(255,255,255,.97);
    border-bottom: 1px solid rgba(17,19,26,.08);
    backdrop-filter: blur(16px);
    transition: box-shadow .25s ease, background .25s ease;
}

.vmdhf-header.is-scrolled .vmdhf-mainbar {
    box-shadow: 0 12px 42px rgba(17,19,26,.11);
}

.vmdhf-mainbar-inner {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    min-height: 84px;
    gap: 34px;
}

.vmdhf-logo {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    text-decoration: none;
}

.vmdhf-logo img {
    display: block;
    width: min(var(--vmdhf-logo-width), 21vw);
    max-height: 66px;
    object-fit: contain;
}

.vmdhf-desktop-nav {
    min-width: 0;
}

.vmdhf-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.vmdhf-primary-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: clamp(3px, .7vw, 12px);
}

.vmdhf-primary-menu > li {
    position: relative;
    margin: 0;
}

.vmdhf-desktop-nav .menu-item-has-children {
    display: flex;
    align-items: center;
}

.vmdhf-primary-menu > li > a {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 10px clamp(9px, 1vw, 15px);
    border-radius: 999px;
    color: var(--vmdhf-dark);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
    transition: color .2s ease, background .2s ease, transform .2s ease;
}

.vmdhf-primary-menu > li > a::after {
    content: "";
    position: absolute;
    right: 14px;
    bottom: 6px;
    left: 14px;
    height: 2px;
    border-radius: 2px;
    background: var(--vmdhf-primary);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .25s ease;
}

.vmdhf-primary-menu > li:hover > a,
.vmdhf-primary-menu > li.current-menu-item > a,
.vmdhf-primary-menu > li.current-menu-ancestor > a,
.vmdhf-primary-menu > li > a:focus-visible {
    color: var(--vmdhf-primary);
    background: rgba(227,19,45,.06);
}

.vmdhf-primary-menu > li:hover > a::after,
.vmdhf-primary-menu > li.current-menu-item > a::after,
.vmdhf-primary-menu > li.current-menu-ancestor > a::after {
    transform: scaleX(1);
    transform-origin: left;
}

.vmdhf-primary-menu .sub-menu {
    position: absolute;
    top: calc(100% + 12px);
    left: 50%;
    z-index: 25;
    display: grid;
    min-width: 290px;
    margin: 0;
    padding: 12px;
    list-style: none;
    border: 1px solid rgba(17,19,26,.08);
    border-radius: 20px;
    background: #fff;
    box-shadow: var(--vmdhf-shadow);
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 10px);
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}

.vmdhf-primary-menu > li:last-child > .sub-menu,
.vmdhf-primary-menu > li:nth-last-child(2) > .sub-menu {
    right: 0;
    left: auto;
    transform: translate(0, 10px);
}

.vmdhf-primary-menu li:hover > .sub-menu,
.vmdhf-primary-menu li:focus-within > .sub-menu,
.vmdhf-primary-menu li.vmdhf-submenu-open > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}

.vmdhf-primary-menu > li:last-child:hover > .sub-menu,
.vmdhf-primary-menu > li:last-child:focus-within > .sub-menu,
.vmdhf-primary-menu > li:nth-last-child(2):hover > .sub-menu,
.vmdhf-primary-menu > li:nth-last-child(2):focus-within > .sub-menu {
    transform: translate(0, 0);
}

.vmdhf-primary-menu .sub-menu::before {
    content: "";
    position: absolute;
    top: -7px;
    left: 50%;
    width: 14px;
    height: 14px;
    border-top: 1px solid rgba(17,19,26,.08);
    border-left: 1px solid rgba(17,19,26,.08);
    background: #fff;
    transform: translateX(-50%) rotate(45deg);
}

.vmdhf-primary-menu > li:last-child > .sub-menu::before,
.vmdhf-primary-menu > li:nth-last-child(2) > .sub-menu::before {
    right: 28px;
    left: auto;
    transform: rotate(45deg);
}

.vmdhf-primary-menu .sub-menu li {
    position: relative;
    margin: 0;
}

.vmdhf-primary-menu .sub-menu a {
    display: flex;
    align-items: center;
    min-height: 43px;
    padding: 10px 13px;
    border-radius: 12px;
    color: #2b2d34;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: background .2s ease, color .2s ease, transform .2s ease;
}

.vmdhf-primary-menu .sub-menu a::before {
    content: "✦";
    margin-right: 10px;
    color: var(--vmdhf-primary);
    font-size: 9px;
}

.vmdhf-primary-menu .sub-menu a:hover,
.vmdhf-primary-menu .sub-menu a:focus-visible {
    color: var(--vmdhf-primary);
    background: var(--vmdhf-cream);
    transform: translateX(3px);
}

.vmdhf-primary-menu .sub-menu .sub-menu {
    top: -12px;
    left: calc(100% + 12px);
    transform: translate(10px, 0);
}

.vmdhf-primary-menu .sub-menu li:hover > .sub-menu,
.vmdhf-primary-menu .sub-menu li:focus-within > .sub-menu {
    transform: translate(0, 0);
}

.vmdhf-submenu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-left: -8px;
    border: 0;
    border-radius: 999px;
    color: var(--vmdhf-dark);
    background: transparent;
    cursor: pointer;
}

.vmdhf-submenu-toggle::before {
    content: "";
    width: 6px;
    height: 6px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-2px) rotate(45deg);
}

.vmdhf-header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.vmdhf-icon-button,
.vmdhf-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid rgba(17,19,26,.1);
    border-radius: 50%;
    color: var(--vmdhf-dark);
    background: #fff;
    cursor: pointer;
    transition: color .2s ease, border-color .2s ease, transform .2s ease, background .2s ease;
}

.vmdhf-icon-button:hover,
.vmdhf-menu-toggle:hover {
    color: #fff;
    border-color: var(--vmdhf-primary);
    background: var(--vmdhf-primary);
    transform: translateY(-2px);
}

.vmdhf-icon-button svg {
    width: 20px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-width: 2;
}

.vmdhf-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 46px;
    padding: 11px 18px;
    border-radius: 999px;
    color: #fff !important;
    background: var(--vmdhf-primary);
    box-shadow: 0 8px 24px rgba(227,19,45,.22);
    font-size: 13px;
    font-weight: 850;
    line-height: 1.2;
    text-decoration: none !important;
    white-space: nowrap;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.vmdhf-cta:hover,
.vmdhf-cta:focus-visible {
    color: #fff !important;
    background: #c90f27;
    box-shadow: 0 12px 30px rgba(227,19,45,.3);
    transform: translateY(-2px);
}

.vmdhf-cta svg {
    width: 18px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
    transition: transform .2s ease;
}

.vmdhf-cta:hover svg {
    transform: translateX(3px);
}

.vmdhf-menu-toggle {
    display: none;
    flex-direction: column;
    gap: 4px;
}

.vmdhf-menu-toggle span {
    width: 18px;
    height: 2px;
    border-radius: 2px;
    background: currentColor;
    transition: transform .2s ease, opacity .2s ease;
}

.vmdhf-quickbar {
    position: relative;
    background: var(--vmdhf-dark);
    color: #fff;
}

.vmdhf-quickbar::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: radial-gradient(circle at 10% 50%, rgba(244,198,68,.15) 0 2px, transparent 3px), radial-gradient(circle at 90% 50%, rgba(227,19,45,.18) 0 2px, transparent 3px);
    background-size: 80px 100%;
}

.vmdhf-quickbar .vmdhf-container {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 24px;
    min-height: 42px;
}

.vmdhf-quickbar-label {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 8px;
    color: var(--vmdhf-accent);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.vmdhf-quickbar nav {
    min-width: 0;
    overflow-x: auto;
    scrollbar-width: none;
}

.vmdhf-quickbar nav::-webkit-scrollbar {
    display: none;
}

.vmdhf-quick-menu {
    display: flex;
    align-items: center;
    gap: 2px;
    min-width: max-content;
}

.vmdhf-quick-menu li {
    margin: 0;
}

.vmdhf-quick-menu a {
    display: block;
    padding: 11px 13px;
    border-radius: 999px;
    color: rgba(255,255,255,.84);
    font-size: 12px;
    font-weight: 750;
    line-height: 1;
    text-decoration: none;
    transition: color .2s ease, background .2s ease;
}

.vmdhf-quick-menu a:hover,
.vmdhf-quick-menu .current-menu-item > a {
    color: #fff;
    background: rgba(255,255,255,.1);
}

.vmdhf-search-panel {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 30;
    border-top: 1px solid rgba(17,19,26,.08);
    background: rgba(255,255,255,.98);
    box-shadow: 0 25px 50px rgba(17,19,26,.16);
    backdrop-filter: blur(16px);
}

.vmdhf-search-panel[hidden] {
    display: none;
}

.vmdhf-search-panel-inner {
    position: relative;
    display: flex;
    align-items: end;
    gap: 20px;
    padding-block: 24px 28px;
}

.vmdhf-search-form {
    flex: 1;
}

.vmdhf-search-form label {
    display: block;
    margin-bottom: 10px;
    color: var(--vmdhf-dark);
    font-size: clamp(18px, 2vw, 25px);
    font-weight: 900;
    letter-spacing: -.03em;
}

.vmdhf-search-field {
    display: flex;
    gap: 10px;
}

.vmdhf-search-field input {
    width: 100%;
    min-height: 54px;
    padding: 12px 18px;
    border: 2px solid rgba(17,19,26,.1);
    border-radius: 16px;
    outline: none;
    color: var(--vmdhf-dark);
    background: var(--vmdhf-cream);
    font-size: 15px;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.vmdhf-search-field input:focus {
    border-color: var(--vmdhf-primary);
    box-shadow: 0 0 0 4px rgba(227,19,45,.1);
}

.vmdhf-search-field button {
    min-width: 110px;
    padding: 12px 22px;
    border: 0;
    border-radius: 16px;
    color: #fff;
    background: var(--vmdhf-primary);
    font-weight: 850;
    cursor: pointer;
}

.vmdhf-search-close,
.vmdhf-drawer-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0 0 3px;
    border: 1px solid rgba(17,19,26,.1);
    border-radius: 50%;
    color: var(--vmdhf-dark);
    background: #fff;
    font-size: 29px;
    font-weight: 300;
    line-height: 1;
    cursor: pointer;
}

.vmdhf-mobile-drawer {
    position: fixed;
    z-index: 99999;
    inset: 0;
    pointer-events: none;
    visibility: hidden;
}

.vmdhf-mobile-drawer.is-open {
    pointer-events: auto;
    visibility: visible;
}

.vmdhf-drawer-backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    border: 0;
    background: rgba(10,11,15,.62);
    opacity: 0;
    cursor: pointer;
    backdrop-filter: blur(5px);
    transition: opacity .3s ease;
}

.vmdhf-mobile-drawer.is-open .vmdhf-drawer-backdrop {
    opacity: 1;
}

.vmdhf-drawer-panel {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    width: min(440px, 92vw);
    height: 100%;
    padding: 24px;
    overflow-y: auto;
    color: var(--vmdhf-dark);
    background:
        radial-gradient(circle at 85% 8%, rgba(244,198,68,.24), transparent 22%),
        radial-gradient(circle at 8% 92%, rgba(227,19,45,.14), transparent 24%),
        #fff;
    box-shadow: -30px 0 80px rgba(10,11,15,.24);
    transform: translateX(105%);
    transition: transform .32s cubic-bezier(.22,.8,.24,1);
}

.vmdhf-mobile-drawer.is-open .vmdhf-drawer-panel {
    transform: translateX(0);
}

.vmdhf-drawer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(17,19,26,.1);
}

.vmdhf-drawer-title {
    max-width: 260px;
    color: var(--vmdhf-primary);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 23px;
    font-style: italic;
    font-weight: 700;
    line-height: 1.1;
}

.vmdhf-mobile-nav {
    margin-top: 14px;
}

.vmdhf-mobile-nav .vmdhf-primary-menu {
    display: block;
}

.vmdhf-mobile-nav .vmdhf-primary-menu > li {
    border-bottom: 1px solid rgba(17,19,26,.08);
}

.vmdhf-mobile-nav .vmdhf-primary-menu > li > a {
    min-height: 56px;
    padding: 14px 40px 14px 4px;
    border-radius: 0;
    font-size: 17px;
}

.vmdhf-mobile-nav .vmdhf-primary-menu > li > a::after {
    display: none;
}

.vmdhf-mobile-nav .menu-item-has-children {
    position: relative;
}

.vmdhf-mobile-nav .vmdhf-submenu-toggle {
    position: absolute;
    top: 10px;
    right: 0;
    width: 38px;
    height: 38px;
    margin: 0;
    border: 1px solid rgba(17,19,26,.1);
}

.vmdhf-mobile-nav .vmdhf-submenu-toggle[aria-expanded="true"]::before {
    transform: translateY(2px) rotate(225deg);
}

.vmdhf-mobile-nav .sub-menu {
    position: static;
    display: none;
    min-width: 0;
    margin: 0 0 12px;
    padding: 6px 8px 10px 16px;
    border: 0;
    border-left: 2px solid var(--vmdhf-primary);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
}

.vmdhf-mobile-nav .sub-menu::before {
    display: none;
}

.vmdhf-mobile-nav li.vmdhf-submenu-open > .sub-menu {
    display: block;
}

.vmdhf-mobile-nav .sub-menu a {
    min-height: 42px;
    padding: 9px 10px;
    color: #33353d;
    font-size: 14px;
}

.vmdhf-mobile-nav .sub-menu .sub-menu {
    margin-left: 8px;
}

.vmdhf-drawer-quick {
    margin-top: 22px;
    padding: 18px;
    border-radius: 18px;
    background: var(--vmdhf-dark);
}

.vmdhf-drawer-quick > span {
    display: block;
    margin-bottom: 12px;
    color: var(--vmdhf-accent);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.vmdhf-drawer-quick .vmdhf-quick-menu {
    flex-wrap: wrap;
}

.vmdhf-drawer-quick .vmdhf-quick-menu a {
    border: 1px solid rgba(255,255,255,.14);
}

.vmdhf-mobile-cta {
    width: 100%;
    margin-top: 22px;
    min-height: 54px;
}

.vmdhf-drawer-decoration {
    display: flex;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 28px;
    color: var(--vmdhf-primary);
    opacity: .8;
}

/* Footer */
.vmdhf-footer {
    position: relative;
    z-index: 10;
    overflow: hidden;
    color: #fff;
    background: var(--vmdhf-dark);
}

.vmdhf-footer-ribbon {
    display: flex;
    justify-content: center;
    gap: clamp(24px, 6vw, 90px);
    min-height: 42px;
    padding: 12px 24px;
    color: var(--vmdhf-accent);
    background: var(--vmdhf-primary);
    font-size: 13px;
    letter-spacing: .12em;
}

.vmdhf-newsletter-wrap {
    padding: 46px 0;
    color: var(--vmdhf-dark);
    background: var(--vmdhf-cream);
}

.vmdhf-newsletter {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, .75fr);
    align-items: center;
    gap: 50px;
}

.vmdhf-kicker {
    display: inline-flex;
    margin-bottom: 10px;
    color: var(--vmdhf-primary);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.vmdhf-newsletter h2 {
    margin: 0 0 8px;
    color: var(--vmdhf-dark);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(28px, 3.4vw, 48px);
    font-weight: 700;
    letter-spacing: -.035em;
    line-height: 1.05;
}

.vmdhf-newsletter p {
    margin: 0;
    color: #585b64;
    font-size: 15px;
}

.vmdhf-newsletter-form input:not([type="submit"]),
.vmdhf-newsletter-form select,
.vmdhf-newsletter-form textarea {
    width: 100%;
    min-height: 50px;
    padding: 11px 15px;
    border: 1px solid rgba(17,19,26,.13);
    border-radius: 12px;
    background: #fff;
}

.vmdhf-newsletter-form input[type="submit"],
.vmdhf-newsletter-form button {
    min-height: 48px;
    padding: 11px 20px;
    border: 0;
    border-radius: 12px;
    color: #fff;
    background: var(--vmdhf-primary);
    font-weight: 850;
    cursor: pointer;
}

.vmdhf-footer-main {
    position: relative;
    z-index: 2;
    padding: 68px 0 58px;
    background:
        radial-gradient(circle at 8% 20%, rgba(227,19,45,.16), transparent 22%),
        radial-gradient(circle at 90% 80%, rgba(244,198,68,.08), transparent 24%),
        var(--vmdhf-dark);
}

.vmdhf-footer-grid {
    display: grid;
    grid-template-columns: minmax(260px, .9fr) minmax(0, 1.8fr);
    gap: clamp(50px, 7vw, 110px);
}

.vmdhf-footer-logo {
    display: inline-flex;
    padding: 12px 14px;
    border-radius: 16px;
    background: #fff;
}

.vmdhf-footer-logo img {
    display: block;
    width: min(245px, 100%);
    max-height: 76px;
    object-fit: contain;
}

.vmdhf-footer-slogan {
    max-width: 400px;
    margin: 25px 0 12px;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(24px, 2.4vw, 35px);
    font-style: italic;
    font-weight: 700;
    letter-spacing: -.03em;
    line-height: 1.13;
}

.vmdhf-footer-description {
    max-width: 430px;
    margin: 0;
    color: rgba(255,255,255,.65);
    font-size: 14px;
    line-height: 1.7;
}

.vmdhf-contact-list {
    display: grid;
    gap: 7px;
    margin-top: 22px;
}

.vmdhf-contact-list a {
    width: fit-content;
    color: #fff;
    font-size: 14px;
    font-weight: 750;
    text-decoration: none;
}

.vmdhf-contact-list a:hover {
    color: var(--vmdhf-accent);
}

.vmdhf-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 24px;
}

.vmdhf-socials:empty {
    display: none;
}

.vmdhf-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 50%;
    color: #fff;
    background: rgba(255,255,255,.04);
    transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease;
}

.vmdhf-socials a:hover {
    color: var(--vmdhf-dark);
    border-color: var(--vmdhf-accent);
    background: var(--vmdhf-accent);
    transform: translateY(-3px);
}

.vmdhf-socials svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
}

.vmdhf-socials svg .fill,
.vmdhf-socials svg path.fill {
    fill: currentColor;
    stroke: none;
}

.vmdhf-footer-menus {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 34px;
}

.vmdhf-footer-column h3 {
    position: relative;
    margin: 0 0 20px;
    padding-bottom: 13px;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .07em;
    line-height: 1.3;
    text-transform: uppercase;
}

.vmdhf-footer-column h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 36px;
    height: 3px;
    border-radius: 3px;
    background: var(--vmdhf-primary);
}

.vmdhf-footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.vmdhf-footer-menu li {
    margin: 0 0 11px;
}

.vmdhf-footer-menu a {
    display: inline-flex;
    align-items: flex-start;
    color: rgba(255,255,255,.65);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.45;
    text-decoration: none;
    transition: color .2s ease, transform .2s ease;
}

.vmdhf-footer-menu a::before {
    content: "›";
    margin-right: 7px;
    color: var(--vmdhf-primary);
    font-weight: 900;
}

.vmdhf-footer-menu a:hover,
.vmdhf-footer-menu .current-menu-item > a {
    color: #fff;
    transform: translateX(3px);
}

.vmdhf-footer-menu .sub-menu {
    margin: 9px 0 0 14px;
    padding: 0;
    list-style: none;
}

.vmdhf-footer-bottom {
    position: relative;
    z-index: 3;
    border-top: 1px solid rgba(255,255,255,.09);
    background: #0a0b0f;
}

.vmdhf-footer-bottom .vmdhf-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 69px;
    padding-bottom: 16px;
}

.vmdhf-footer-bottom p {
    margin: 0;
    color: rgba(255,255,255,.5);
    font-size: 12px;
}

.vmdhf-made-in-madrid {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.vmdhf-made-in-madrid span {
    color: var(--vmdhf-primary);
}

.vmdhf-skyline {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    align-items: end;
    height: 34px;
    pointer-events: none;
    opacity: .38;
}

.vmdhf-building {
    flex: 1;
    margin-right: 3px;
    background: var(--vmdhf-primary);
    clip-path: polygon(0 18%, 10% 18%, 10% 0, 18% 0, 18% 18%, 32% 18%, 32% 8%, 42% 8%, 42% 18%, 60% 18%, 60% 4%, 68% 4%, 68% 18%, 80% 18%, 80% 10%, 92% 10%, 92% 18%, 100% 18%, 100% 100%, 0 100%);
}

.vmdhf-building.b1 { height: 19px; }
.vmdhf-building.b2 { height: 27px; }
.vmdhf-building.b3 { height: 21px; }
.vmdhf-building.b4 { height: 31px; }
.vmdhf-building.b5 { height: 23px; }
.vmdhf-building.b6 { height: 34px; }
.vmdhf-building.b7 { height: 18px; }
.vmdhf-building.b8 { height: 29px; }
.vmdhf-building.b9 { height: 22px; }

.vmdhf-whatsapp {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 9997;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 52px;
    padding: 11px 17px 11px 13px;
    border: 3px solid #fff;
    border-radius: 999px;
    color: #fff !important;
    background: #25d366;
    box-shadow: 0 14px 34px rgba(0,0,0,.24);
    font-size: 13px;
    font-weight: 850;
    text-decoration: none !important;
    transition: transform .2s ease, box-shadow .2s ease;
}

.vmdhf-whatsapp:hover {
    color: #fff !important;
    box-shadow: 0 18px 40px rgba(0,0,0,.3);
    transform: translateY(-3px);
}

.vmdhf-whatsapp svg {
    width: 25px;
    fill: currentColor;
}

@media (max-width: 1180px) {
    .vmdhf-mainbar-inner { gap: 18px; }
    .vmdhf-desktop-cta span { display: none; }
    .vmdhf-desktop-cta { width: 46px; padding-inline: 0; }
    .vmdhf-primary-menu > li > a { font-size: 13px; padding-inline: 9px; }
    .vmdhf-footer-menus { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 40px; }
}

@media (max-width: 960px) {
    .vmdhf-container { width: min(100% - 34px, 1380px); }
    .vmdhf-mainbar-inner { grid-template-columns: 1fr auto; min-height: 75px; }
    .vmdhf-logo img { width: min(var(--vmdhf-logo-width), 230px); max-height: 58px; }
    .vmdhf-desktop-nav,
    .vmdhf-desktop-cta { display: none; }
    .vmdhf-menu-toggle { display: inline-flex; }
    .vmdhf-quickbar-label { display: none; }
    .vmdhf-quickbar .vmdhf-container { min-height: 40px; }
    .vmdhf-quickbar nav { width: 100%; }
    .vmdhf-quick-menu { justify-content: flex-start; }
    .vmdhf-footer-grid { grid-template-columns: 1fr; }
    .vmdhf-footer-brand { max-width: 620px; }
    .vmdhf-newsletter { grid-template-columns: 1fr; gap: 28px; }
}

@media (max-width: 782px) {
    .admin-bar.vmdhf-sticky-enabled .vmdhf-header { top: 46px; }
}

@media (max-width: 650px) {
    .vmdhf-container { width: min(100% - 28px, 1380px); }
    .vmdhf-topbar { height: 27px; line-height: 27px; }
    .vmdhf-topbar-item { padding-inline: 18px; }
    .vmdhf-mainbar-inner { min-height: 69px; gap: 10px; }
    .vmdhf-logo img { width: min(190px, 53vw); max-height: 52px; }
    .vmdhf-header-actions { gap: 7px; }
    .vmdhf-icon-button,
    .vmdhf-menu-toggle { width: 41px; height: 41px; }
    .vmdhf-quickbar { display: none; }
    .vmdhf-search-panel-inner { align-items: flex-start; padding-block: 19px 22px; }
    .vmdhf-search-form label { padding-right: 38px; font-size: 20px; }
    .vmdhf-search-field { display: grid; }
    .vmdhf-search-field button { min-height: 48px; }
    .vmdhf-search-close { position: absolute; top: 14px; right: 14px; width: 36px; height: 36px; }
    .vmdhf-drawer-panel { padding: 19px; }
    .vmdhf-footer-ribbon { gap: 26px; overflow: hidden; justify-content: flex-start; }
    .vmdhf-footer-ribbon span { flex: 0 0 auto; }
    .vmdhf-footer-main { padding: 50px 0 44px; }
    .vmdhf-footer-grid { gap: 45px; }
    .vmdhf-footer-brand { text-align: center; }
    .vmdhf-footer-logo { margin-inline: auto; }
    .vmdhf-footer-slogan,
    .vmdhf-footer-description { margin-inline: auto; }
    .vmdhf-contact-list { justify-items: center; }
    .vmdhf-socials { justify-content: center; }
    .vmdhf-footer-menus { grid-template-columns: 1fr 1fr; gap: 38px 22px; text-align: center; }
    .vmdhf-footer-column h3::after { left: 50%; transform: translateX(-50%); }
    .vmdhf-footer-menu a { justify-content: center; }
    .vmdhf-footer-menu a::before { display: none; }
    .vmdhf-footer-bottom .vmdhf-container { flex-direction: column; justify-content: center; min-height: 95px; padding: 17px 0 28px; text-align: center; }
    .vmdhf-whatsapp { right: 14px; bottom: 14px; width: 54px; height: 54px; padding: 0; justify-content: center; }
    .vmdhf-whatsapp span { display: none; }
}

@media (max-width: 430px) {
    .vmdhf-logo img { width: min(160px, 48vw); }
    .vmdhf-icon-button { display: none; }
    .vmdhf-footer-menus { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
    .vmdhf-topbar-track { animation: none; }
    .vmdhf-header *,
    .vmdhf-footer * { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
