/* Tema Fundo Ugarteche — paleta del brochure */
.theme-fundo {
    --color-bg: #302013;
    --color-bg-soft: #3d2a1a;
    --color-surface: rgba(103, 76, 56, 0.32);
    --color-surface-hover: rgba(103, 76, 56, 0.5);
    --color-text: #e3dace;
    --color-text-muted: rgba(227, 218, 206, 0.76);
    --color-accent: #c7af93;
    --color-accent-light: #e3dace;
    --color-accent-dark: #674c38;
    --color-border: rgba(199, 175, 147, 0.28);
    --font-display: "Cormorant Garamond", Georgia, serif;
    --font-body: "Montserrat", system-ui, sans-serif;
    --hero-overlay: linear-gradient(
        180deg,
        rgba(48, 32, 19, 0.35) 0%,
        rgba(48, 32, 19, 0.72) 55%,
        rgba(48, 32, 19, 0.94) 100%
    );
}

body.theme-fundo {
    background: var(--color-bg);
    font-family: var(--font-body);
}

/* Forzar fuentes y tamaños en la landing de Fundo */
body.theme-fundo.page-venue {
    font-family: 'AbhayaLibre', sans-serif !important;
    font-size: 1.25rem !important; /* Agrandar fuente base de textos */
    line-height: 1.65 !important;
}

body.theme-fundo.page-venue h1,
body.theme-fundo.page-venue h2,
body.theme-fundo.page-venue h3,
body.theme-fundo.page-venue .venue-hero__brand {
    font-family: 'Bilgie', serif !important;
}

body.theme-fundo.page-venue p,
body.theme-fundo.page-venue span,
body.theme-fundo.page-venue li,
body.theme-fundo.page-venue .venue-hero__intro,
body.theme-fundo.page-venue .showcase__text p,
body.theme-fundo.page-venue .contact-header p,
body.theme-fundo.page-venue .highlight-card__value,
body.theme-fundo.page-venue .btn-primary,
body.theme-fundo.page-venue .btn-hero {
    font-family: 'AbhayaLibre', sans-serif !important;
}

body.theme-fundo.page-venue .section-title,
body.theme-fundo.page-venue .showcase h3,
body.theme-fundo.page-venue .showcase__text h3,
body.theme-fundo.page-venue .showcase__content h3,
body.theme-fundo.page-venue .highlight-card__label,
body.theme-fundo.page-venue .contact-section .section-title {
    font-family: 'Cormorant Unicase', serif !important;
    font-weight: 500 !important;
}

/* Ajustar tamaños específicos en proporción correcta */
body.theme-fundo .venue-hero__brand {
    font-size: clamp(3.2rem, 8vw, 4.8rem) !important;
    line-height: 1.1 !important;
    margin-bottom: 1.5rem !important;
}

body.theme-fundo .venue-hero__intro {
    font-size: clamp(1.2rem, 3.5vw, 1.45rem) !important;
    max-width: 680px !important;
    margin-bottom: 2rem !important;
    line-height: 1.6 !important;
}

body.theme-fundo .section-title {
    font-size: clamp(2.2rem, 6vw, 3rem) !important;
    line-height: 1.2 !important;
    margin-bottom: 2rem !important;
}

body.theme-fundo p.gardens-section__text {
    font-size: 1.25rem !important;
    max-width: 780px !important;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7 !important;
}

body.theme-fundo .highlight-card__value {
    font-size: 1.2rem !important;
}

body.theme-fundo .highlight-card__label {
    font-size: 0.95rem !important;
}

body.theme-fundo .form-input, 
body.theme-fundo .form-textarea,
body.theme-fundo select.form-input,
body.theme-fundo label,
body.theme-fundo .form-label {
    font-size: 1.1rem !important;
}

body.theme-fundo .btn-primary {
    font-size: 1.15rem !important;
    color: #ffffff !important; /* Forzar color de texto blanco para contraste */
}

body.theme-fundo .btn-primary:hover {
    color: #ffffff !important;
}

body.theme-fundo .btn-hero {
    background: #24180f !important; /* Café oscuro de la paleta */
    color: #e8e2d7 !important; /* Crema claro de la paleta */
    border: 1px solid var(--color-accent) !important;
}

body.theme-fundo .btn-hero:hover {
    background: var(--color-accent) !important;
    color: #ffffff !important;
    border-color: var(--color-accent) !important;
}

body.theme-fundo .hero-overlay {
    background: var(--hero-overlay);
}

body.theme-fundo.page-home .hero-overlay {
    background: linear-gradient(
        180deg,
        rgba(36, 24, 15, 0.95) 0%,
        rgba(36, 24, 15, 0.45) 50%,
        rgba(36, 24, 15, 0) 100%
    );
}

body.theme-fundo.page-home .venue-card--mansion .venue-card__overlay {
    background: linear-gradient(0deg, rgba(27, 59, 44, 0.94) 0%, rgba(27, 59, 44, 0.32) 62%);
}

.theme-fundo .venue-hero .hero-overlay,
.theme-fundo .registro-hero .hero-overlay {
    background: var(--hero-overlay);
}

.theme-fundo .eyebrow {
    color: var(--color-accent-light);
    letter-spacing: 0.42em;
    font-size: 1rem;
}

body.theme-fundo.page-home .home-subtitle {
    color: rgba(227, 218, 206, 0.92);
    font-size: 1.22rem;
}

body.theme-fundo .venue-logo {
    width: auto;
    height: 150px;
    margin: 68px 0 1.25rem;
}

body.theme-fundo .venue-hero__content .venue-hero__intro {
    color: #ffffff;
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.35);
}

body.theme-fundo .venue-hero__content .btn-hero {
    background: var(--color-accent-light);
    color: var(--color-bg);
    border: 2px solid var(--color-accent-light);
}

body.theme-fundo .venue-hero__content .btn-hero:hover {
    background: transparent;
    color: var(--color-accent-light);
    border-color: var(--color-accent-light);
}

body.theme-fundo .venue-footer {
    --footer-overlay: linear-gradient(
        180deg,
        rgba(48, 32, 19, 0.5) 0%,
        rgba(48, 32, 19, 0.92) 100%
    );
}

body.theme-fundo .contact-section {
    background: rgba(103, 76, 56, 0.22);
    border-color: var(--color-border);
}

body.theme-fundo .contact-header .section-title,
body.theme-fundo .gardens-section .section-title {
    color: var(--color-accent-light);
}

body.theme-fundo .gardens-section__text,
body.theme-fundo .gardens-section__hint,
body.theme-fundo .contact-header p {
    color: var(--color-text-muted);
}

body.theme-fundo .form-group label,
body.theme-fundo .form-label {
    color: var(--color-accent-light);
}

body.theme-fundo .form-input,
body.theme-fundo select.form-input {
    background: rgba(48, 32, 19, 0.45);
    border-color: var(--color-border);
    color: var(--color-text);
}

body.theme-fundo .message--success {
    background: rgba(199, 175, 147, 0.15);
    border: 1px solid rgba(199, 175, 147, 0.35);
    color: var(--color-accent-light);
}

body.theme-fundo .gallery-carousel__nav {
    background: rgba(103, 76, 56, 0.5);
    border-color: var(--color-border);
    color: var(--color-accent-light);
}

.theme-fundo .btn-primary {
    background: linear-gradient(135deg, var(--color-accent) 0%, var(--color-accent-dark) 100%);
    color: var(--color-bg);
}

.theme-fundo .btn-primary:hover {
    box-shadow: 0 12px 40px rgba(199, 175, 147, 0.28);
}

body.theme-fundo .highlight-card {
    background: rgba(103, 76, 56, 0.18);
    border: 1px solid var(--color-border);
    border-radius: 12px;
    padding: 2.25rem 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 1rem;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    height: 100%;
    min-height: 220px;
    box-sizing: border-box;
}

body.theme-fundo .highlight-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
    border-color: var(--color-accent);
}

body.theme-fundo .highlight-card__icon {
    color: var(--color-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px !important;
    height: 54px !important;
    flex-shrink: 0 !important;
    aspect-ratio: 1 / 1 !important;
    border-radius: 50%;
    background: rgba(199, 175, 147, 0.08);
    margin-bottom: 0.25rem;
    transition: transform 0.4s ease;
}

body.theme-fundo .highlight-card:hover .highlight-card__icon {
    transform: scale(1.08);
}

body.theme-fundo .highlight-card__content {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.theme-fundo .showcase {
    border-color: var(--color-border);
}

.theme-fundo .showcase__image {
    border-color: rgba(199, 175, 147, 0.2);
}

.theme-fundo .venue-card--fundo .venue-card__overlay {
    background: linear-gradient(
        0deg,
        rgba(48, 32, 19, 0.94) 0%,
        rgba(48, 32, 19, 0.25) 62%
    );
}

.theme-fundo .venue-card--fundo:hover {
    border-color: var(--color-accent);
    box-shadow: 0 32px 100px rgba(103, 76, 56, 0.35), var(--shadow);
}

.theme-fundo .home-main::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 0.04;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* Overrides para Fundo Ugarteche: Contrastes a crema/arena claro y diseño premium */
body.theme-fundo .highlight-card {
    background: #e8e2d7 !important; /* Crema/arena claro en lugar de blanco */
    border: 1px solid rgba(93, 70, 54, 0.2) !important;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2) !important;
}

body.theme-fundo .highlight-card:hover {
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.3) !important;
    border-color: var(--color-accent) !important;
}

body.theme-fundo .highlight-card__icon {
    color: #ffffff !important; /* Ícono blanco para contrastar */
    background: var(--color-accent) !important; /* Fondo café medio */
}

body.theme-fundo .highlight-card__label {
    color: #5d4636 !important; /* Café medio */
}

body.theme-fundo .highlight-card__value {
    color: #24180f !important; /* Café oscuro */
}

/* Margen amplio entre secciones para evitar que estén muy pegadas */
body.theme-fundo.page-venue main.venue-main > section,
body.theme-fundo.page-venue .venue-map-section,
body.theme-fundo.page-venue .contact-section {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
}

body.theme-fundo.page-venue .highlights {
    margin-top: -1.5rem !important;
    margin-bottom: 4rem !important;
}

/* Showcases (Ceremonias al aire libre, Suites exclusivas) estilo imagen panorámica y texto sobre la imagen */
body.theme-fundo .showcases {
    display: flex;
    flex-direction: column;
    gap: 5rem;
}

body.theme-fundo .showcases-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

@media (min-width: 992px) {
    body.theme-fundo .showcases-grid {
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
    }
}

body.theme-fundo .showcase {
    position: relative;
    display: flex;
    align-items: flex-end; /* Alinear el contenido en el bottom de la sección */
    min-height: 480px;
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
    border: none !important; /* Eliminar el borde raro */
    margin-bottom: 0;
    cursor: pointer;
}

body.theme-fundo .showcase__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    /* Degradado vertical de abajo hacia arriba */
    background: linear-gradient(0deg, rgba(36, 24, 15, 0.95) 0%, rgba(36, 24, 15, 0.4) 65%, rgba(0, 0, 0, 0) 100%) !important;
}

body.theme-fundo .showcase.showcase--reverse .showcase__overlay {
    background: linear-gradient(0deg, rgba(36, 24, 15, 0.95) 0%, rgba(36, 24, 15, 0.4) 65%, rgba(0, 0, 0, 0) 100%) !important;
}

body.theme-fundo .showcase__content {
    position: relative;
    z-index: 2;
    width: 100% !important;
    max-width: 800px;
    padding: 4rem 3.5rem 3rem 3.5rem !important; /* Más padding en el bottom */
    margin: 0 !important;
    text-align: left !important;
}

body.theme-fundo .showcase:not(.showcase--reverse) .showcase__content {
    margin-right: auto;
    margin-left: 0;
}

body.theme-fundo .showcase.showcase--reverse .showcase__content {
    margin-left: 0;
    margin-right: auto;
}

body.theme-fundo .showcase__content h3 {
    color: #ffffff !important;
    font-family: 'Bilgie', serif !important;
    font-size: 2.2rem;
    margin-top: 0;
    margin-bottom: 0.75rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}

body.theme-fundo .showcase__content p {
    color: #e8e2d7 !important; /* Color crema claro */
    font-family: 'AbhayaLibre', sans-serif !important;
    font-size: 1.2rem;
    line-height: 1.6;
    margin: 0;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}

/* Showcase Slideshow */
body.theme-fundo .showcase-slides {
    position: absolute;
    inset: 0;
    z-index: 0;
}

body.theme-fundo .showcase-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    z-index: 0;
    transition: opacity 1.8s ease-in-out;
}

body.theme-fundo .showcase-slide.is-active {
    opacity: 1;
    z-index: 1;
}

body.theme-fundo .showcase-text-slides {
    position: relative;
    min-height: 120px; /* Evita que el contenedor colapse al rotar */
}

body.theme-fundo .showcase-text-slide {
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 1.0s ease-in-out, transform 1.0s ease-in-out;
    pointer-events: none;
}

body.theme-fundo .showcase-text-slide.is-active {
    position: relative;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

/* Sección Nuestros espacios (Mapa) contrastado a crema claro y centrado vertical */
body.theme-fundo .venue-map-section {
    background: #e8e2d7 !important; /* Fondo crema claro de la paleta */
    padding: 4.5rem 3.5rem !important;
    border-radius: 12px !important;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25) !important;
    border: 1px solid rgba(93, 70, 54, 0.2) !important;
    text-align: center !important;
}

body.theme-fundo .venue-map-centered-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    max-width: 1000px;
    margin: 0 auto;
}

body.theme-fundo .venue-map-section .section-title {
    margin: 0 0 2.25rem 0 !important;
    color: #24180f !important;
    text-align: left !important;
    font-size: clamp(1.8rem, 5vw, 2.2rem) !important;
}

body.theme-fundo .venue-map-centered-description {
    color: #5d4636 !important;
    font-size: 1.25rem !important;
    line-height: 1.6 !important;
    max-width: 780px;
    margin: 0 0 1rem 0 !important;
    text-align: center !important;
}

body.theme-fundo .venue-map-centered-image-box {
    width: 100%;
    max-width: 850px;
    border-radius: 8px;
    overflow: hidden;
    cursor: zoom-in;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    border: 1px solid rgba(93, 70, 54, 0.15);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

body.theme-fundo .venue-map-centered-image-box:hover {
    transform: scale(1.015);
    box-shadow: 0 16px 45px rgba(0, 0, 0, 0.18);
}

body.theme-fundo .venue-map-centered-image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

body.theme-fundo .venue-map-centered-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    margin-top: 1rem;
    width: 100%;
}

body.theme-fundo .venue-map-centered-address {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    color: #5d4636 !important;
}

body.theme-fundo .venue-map-centered-address svg {
    color: var(--color-accent) !important;
    flex-shrink: 0;
}

body.theme-fundo .venue-map-centered-address-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.15rem;
}

body.theme-fundo .venue-map-centered-address-title {
    font-weight: 600;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--color-accent) !important;
    margin: 0 !important;
}

body.theme-fundo .venue-map-centered-address-text p:not(.venue-map-centered-address-title) {
    margin: 0 !important;
    font-size: 1.15rem !important;
    line-height: 1.4 !important;
}

body.theme-fundo .venue-map-centered-btn {
    margin-top: 0.25rem;
}

/* Nuevos estilos de dirección en grilla para Fundo */
body.theme-fundo .venue-map-grid__info-box {
    align-items: center;
    text-align: center;
    width: 100%;
}

body.theme-fundo .venue-map-grid__address {
    flex-direction: column;
    align-items: center;
    text-align: center;
}

body.theme-fundo .venue-map-grid__address-text {
    align-items: center;
}

body.theme-fundo .venue-map-grid__address-title {
    color: #24180f !important;
    font-weight: bold !important;
}

body.theme-fundo .venue-map-grid__address-text p {
    color: #5d4636 !important;
}

body.theme-fundo .venue-map-grid__address svg {
    color: #24180f !important;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

body.theme-fundo .venue-map-grid__btn {
    align-self: center;
}

/* Formulario de contacto en crema claro para contraste */
body.theme-fundo .contact-section {
    background: #e8e2d7 !important; /* Crema claro */
    color: #24180f !important;
    border-radius: 12px !important;
    padding: 4.5rem 3.5rem !important;
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.3) !important;
    border: 1px solid rgba(93, 70, 54, 0.2) !important;
}

body.theme-fundo .contact-header p {
    color: #5d4636 !important;
}

body.theme-fundo .contact-section .section-title {
    color: #24180f !important;
}

body.theme-fundo .contact-section .form-label,
body.theme-fundo .contact-section label {
    color: #24180f !important;
}

body.theme-fundo .contact-section .form-input {
    background: rgba(36, 24, 15, 0.05) !important;
    border-color: rgba(93, 70, 54, 0.2) !important;
    color: #24180f !important;
}

body.theme-fundo .contact-section .form-input:focus {
    border-color: var(--color-accent) !important;
    background: #ffffff !important;
}

body.theme-fundo .contact-section .radio-label span {
    color: #24180f !important;
}

body.theme-fundo .contact-section .checkbox-label span {
    color: #24180f !important;
}

@media (max-width: 992px) {
    body.theme-fundo.page-venue main.venue-main > section,
    body.theme-fundo.page-venue .venue-map-section,
    body.theme-fundo.page-venue .contact-section {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }
}

@media (max-width: 768px) {
    body.theme-fundo .showcase {
        min-height: auto;
    }
    
    body.theme-fundo .showcase__overlay {
        background: rgba(36, 24, 15, 0.9) !important;
    }
    
    body.theme-fundo .showcase__content {
        width: 100%;
        padding: 2.5rem 1.8rem;
        text-align: left !important;
    }
}

/* Tema Mansión Ugarteche — paleta del brochure 2026 */
.theme-mansion {
    --color-bg: #f5f2eb;
    --color-bg-soft: #ebe6dc;
    --color-surface: #ffffff;
    --color-surface-hover: #faf8f4;
    --color-text: #1a1a1a;
    --color-text-muted: #4a4a48;
    --color-accent: #1b3328;
    --color-accent-light: #2d4a3e;
    --color-accent-dark: #14261e;
    --color-border: rgba(27, 51, 40, 0.18);
    --color-gold: #b5a482;
    --font-display: "Cormorant Garamond", Georgia, serif;
    --font-body: "Montserrat", system-ui, sans-serif;
    --hero-overlay: linear-gradient(
        180deg,
        rgba(27, 51, 40, 0.15) 0%,
        rgba(27, 51, 40, 0.45) 50%,
        rgba(27, 51, 40, 0.82) 100%
    );
}

body.theme-mansion {
    background: var(--color-bg);
    color: var(--color-text);
    font-family: var(--font-body);
}

body.theme-mansion.page-venue .venue-hero .hero-overlay {
    background: var(--hero-overlay);
}

body.theme-mansion .eyebrow {
    color: var(--color-gold);
    letter-spacing: 0.38em;
    font-size: 0.85rem;
}

body.theme-mansion .venue-hero__brand,
body.theme-mansion .section-title,
body.theme-mansion .showcase__text h3,
body.theme-mansion .download-card__title,
body.theme-mansion h1,
body.theme-mansion h2,
body.theme-mansion h3 {
    font-family: 'Forum', serif !important;
    color: var(--color-accent);
}

body.theme-mansion,
body.theme-mansion p,
body.theme-mansion span,
body.theme-mansion li,
body.theme-mansion .venue-hero__intro,
body.theme-mansion .showcase__text p,
body.theme-mansion .feature-list li,
body.theme-mansion .contact-header p {
    font-family: 'MontserratRegular', sans-serif !important;
}

body.theme-mansion .venue-map-section .section-title {
    margin: 0 0 2.25rem 0 !important;
    text-align: left !important;
    font-size: clamp(1.8rem, 5vw, 2.2rem) !important;
}

body.theme-mansion.page-venue .gardens-section .section-title,
body.theme-mansion.page-venue .location-section .section-title,
body.theme-mansion.page-venue .venue-map-section .section-title,
body.theme-mansion.page-venue .contact-section .section-title,
body.theme-mansion.page-venue .venue-map-grid__address-title,
body.theme-mansion.page-venue .mansion-location__title {
    font-family: 'Playfair Display Black', serif !important;
    font-weight: 900 !important;
}

body.theme-mansion .highlight-card {
    background: #fff;
    border: 1px solid var(--color-border);
    border-radius: 12px;
    padding: 2.25rem 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 1rem;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    height: 100%;
    min-height: 220px;
    box-sizing: border-box;
}

body.theme-mansion .highlight-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(39, 107, 93, 0.08);
    border-color: rgba(39, 107, 93, 0.25);
}

body.theme-mansion .highlight-card__icon {
    color: var(--color-gold);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px !important;
    height: 54px !important;
    flex-shrink: 0 !important;
    aspect-ratio: 1 / 1 !important;
    border-radius: 50%;
    background: rgba(201, 169, 98, 0.08);
    margin-bottom: 0.25rem;
    transition: transform 0.4s ease;
}

body.theme-mansion .highlight-card:hover .highlight-card__icon {
    transform: scale(1.08);
}

body.theme-mansion .highlight-card__content {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

body.theme-mansion .highlight-card__label {
    color: var(--color-gold);
    font-family: 'JosefinSansLight', sans-serif !important;
    text-transform: uppercase;
    font-size: 0.72rem;
    letter-spacing: 0.15em;
}

body.theme-mansion .highlight-card__value {
    color: var(--color-accent);
    font-family: 'Forum', serif !important;
    font-size: 1.15rem;
    font-weight: 500;
    line-height: 1.2;
}

body.theme-mansion .gallery-item,
body.theme-mansion .showcase__image {
    border-color: rgba(27, 51, 40, 0.12);
}

body.theme-mansion .contact-section {
    background: #fff;
    border-color: var(--color-border);
    box-shadow: 0 24px 60px rgba(27, 51, 40, 0.06);
    padding: 2.5rem 2rem;
}

body.theme-mansion .form-group label,
body.theme-mansion .form-label {
    color: var(--color-accent);
}

body.theme-mansion .form-input,
body.theme-mansion .form-textarea,
body.theme-mansion select.form-input {
    background: var(--color-bg);
    border-color: var(--color-border);
    color: var(--color-text);
}

body.theme-mansion .form-input:focus,
body.theme-mansion .form-textarea:focus,
body.theme-mansion select.form-input:focus {
    border-color: var(--color-accent);
    box-shadow: 0 0 0 3px rgba(27, 51, 40, 0.12);
}

body.theme-mansion .btn-primary {
    background: var(--color-accent);
    color: #f5f2eb;
    font-family: 'Forum', serif !important;
    font-size: 1rem;
    letter-spacing: 0.06em;
    text-transform: none;
}

body.theme-mansion .btn-primary:hover {
    background: var(--color-accent-light);
    box-shadow: 0 12px 32px rgba(27, 51, 40, 0.22);
}

body.theme-mansion .link-accent {
    color: var(--color-accent);
    border-color: var(--color-border);
}

body.theme-mansion .link-accent:hover {
    color: var(--color-accent-light);
    border-color: var(--color-accent);
}

body.theme-mansion .download-card {
    background: #fff;
}

body.theme-mansion .download-card:hover {
    border-color: var(--color-accent);
}

body.theme-mansion .back-link {
    color: rgba(255, 255, 255, 0.9);
}

body.theme-mansion .venue-card--mansion:hover {
    border-color: var(--color-gold);
}

body.theme-mansion .venue-logo {
    width: auto;
    height: 190px;
    margin: 68px 0 1.25rem;
    filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.25));
}

body.theme-mansion.page-home .venue-card--mansion .venue-card__overlay {
    background: linear-gradient(
        0deg,
        rgba(27, 59, 44, 0.92) 0%,
        rgba(27, 59, 44, 0.2) 62%
    );
}

body.theme-mansion .venue-hero__content .eyebrow,
body.theme-mansion .venue-hero__content .venue-hero__brand,
body.theme-mansion .venue-hero__content h1 {
    color: #f5f2eb;
}

body.theme-mansion .venue-hero__content .venue-hero__intro {
    color: #ffffff;
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.35);
    font-family: 'MontserratRegular', sans-serif !important;
    font-size: 1.15rem;
}

body.theme-mansion .venue-hero__content .eyebrow {
    color: #ffffff !important;
    font-family: 'Forum', serif !important;
    font-size: 1.25rem !important;
    letter-spacing: 0.35em;
}

body.theme-mansion .venue-hero__content .btn-hero {
    background: #f5f2eb;
    color: var(--color-accent);
    border: 2px solid #f5f2eb;
}

body.theme-mansion .venue-hero__content .btn-hero:hover {
    background: var(--color-accent);
    color: #f5f2eb;
    border-color: var(--color-accent);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.28);
}

body.theme-mansion .venue-footer {
    --footer-overlay: linear-gradient(
        180deg,
        rgba(27, 51, 40, 0.55) 0%,
        rgba(27, 51, 40, 0.92) 100%
    );
}

body.theme-mansion .message--success {
    background: rgba(27, 51, 40, 0.08);
    border: 1px solid rgba(27, 51, 40, 0.22);
    color: var(--color-accent);
}

body.theme-mansion .gardens-section__subtitle {
    font-family: 'Forum', serif !important;
    color: var(--color-gold) !important;
}

body.theme-mansion .gardens-section__text {
    color: var(--color-text-muted);
}

body.theme-mansion .gallery-carousel__nav {
    background: #fff;
    border-color: var(--color-border);
    color: var(--color-accent);
}

/* Secciones editoriales Mansión */
.mansion-quote {
    position: relative;
    min-height: 420px;
    border-radius: calc(var(--radius) + 4px);
    overflow: hidden;
    margin-bottom: 4rem;
}

.mansion-quote__slideshow {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.mansion-quote__image {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
}

.mansion-quote__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(27, 51, 40, 0.15) 0%,
        rgba(27, 51, 40, 0.35) 45%,
        rgba(27, 51, 40, 0.55) 100%
    );
}

.mansion-quote__text {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 3rem 2rem;
    min-height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    text-align: right;
    max-width: 780px;
    margin-left: auto;
}

body.theme-mansion .mansion-quote__text p {
    font-family: 'Forum', serif !important;
    font-size: clamp(1.5rem, 3.8vw, 2.6rem);
    line-height: 1.25;
    color: #ffffff;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}

.mansion-location {
    margin-bottom: 4rem;
}

.mansion-location__frame {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
    align-items: center;
    gap: 0;
}

.mansion-location__image {
    aspect-ratio: 4/3;
    background-size: cover;
    background-position: center;
    border-radius: var(--radius);
}

.mansion-location__card {
    position: relative;
    z-index: 2;
    margin-left: -3.5rem;
    background: #fff;
    padding: 2.25rem 2rem;
    box-shadow: 0 24px 60px rgba(27, 51, 40, 0.12);
    border: 1px solid var(--color-border);
}

.mansion-location__title {
    font-size: clamp(1.5rem, 3.5vw, 2rem) !important;
    color: var(--color-accent);
    margin-bottom: 1.25rem;
    line-height: 1.15;
}

.mansion-location__card p {
    color: var(--color-text-muted);
    font-size: 0.95rem;
    line-height: 1.75;
    margin-bottom: 1rem;
    text-align: justify;
}

.mansion-location__card p:last-child {
    margin-bottom: 0;
}

.mansion-spotlight {
    margin-bottom: 4rem;
}

.mansion-spotlight__frame {
    position: relative;
    border-radius: calc(var(--radius) + 4px);
    overflow: hidden;
    min-height: 520px;
}

.mansion-spotlight__image {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
}

.mansion-spotlight__card {
    position: absolute;
    right: 2rem;
    bottom: 2rem;
    width: min(360px, calc(100% - 2rem));
    background: rgba(245, 242, 235, 0.7);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 2rem 1.75rem;
    box-shadow: 0 20px 50px rgba(27, 51, 40, 0.15);
    text-align: right;
}

.mansion-spotlight__eyebrow {
    font-size: 0.9rem;
    color: var(--color-text-muted);
    margin-bottom: 0.35rem;
}

.mansion-spotlight__title {
    font-size: clamp(1.2rem, 3vw, 1.45rem);
    color: var(--color-accent);
    line-height: 1.25;
    margin-bottom: 1.25rem;
}

.mansion-spotlight__description {
    color: var(--color-text-muted);
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 0;
}

.mansion-spotlight__stats {
    list-style: none;
    display: grid;
    gap: 0.65rem;
}

.mansion-spotlight__stats li {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.55rem;
    font-size: 0.9rem;
    color: var(--color-text-muted);
}

.mansion-spotlight__stats svg {
    flex-shrink: 0;
    color: var(--color-accent);
}

@media (max-width: 900px) {
    .mansion-location__frame {
        grid-template-columns: 1fr;
    }

    .mansion-location__card {
        margin: -2.5rem 1rem 0;
    }

    .mansion-quote__text {
        align-items: center;
        text-align: center;
        margin: 0 auto;
    }

    .mansion-spotlight__card {
        position: relative;
        right: auto;
        bottom: auto;
        width: calc(100% - 2rem);
        margin: 16rem auto 1rem;
    }
}

/* ── Asegurar el mismo alto y ancho de las tarjetas de highlights ── */
@media (min-width: 769px) {
    body.theme-fundo .highlight-card,
    body.theme-mansion .highlight-card {
        height: 240px !important;
    }
}

@media (max-width: 768px) {
    body.theme-fundo .highlight-card,
    body.theme-mansion .highlight-card {
        min-height: 160px !important;
        height: auto !important;
    }
}
