/* papel/css/boda/boda_14.css
   Jardin Floral: rosa empolvado, arco floral superior, jardin elegante premium. */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:wght@400;500;600;700&family=Inter:wght@300;400;500;600;700&display=swap');

.boda14-card {
    --boda14-bg: #fbf4ea;
    --boda14-ink: #3d342a;
    --boda14-accent: #c68a98;
    --boda14-metal: #d5a86d;
    --boda14-soft: rgba(255, 251, 243, 0.7);
    isolation: isolate;
    overflow: hidden;
    color: var(--boda14-ink);
    background:
        radial-gradient(circle at 16% 12%, color-mix(in srgb, var(--boda14-accent) 18%, transparent), transparent 30%),
        radial-gradient(circle at 88% 86%, color-mix(in srgb, var(--boda14-metal) 22%, transparent), transparent 34%),
        linear-gradient(145deg, var(--boda14-bg), color-mix(in srgb, var(--boda14-bg) 68%, white));
}

.boda14-fondo {
    object-position: center center;
    transform: scale(1.035);
    filter: saturate(1.04) contrast(1.04);
}

.boda14-velo {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(180deg, rgba(255, 250, 241, 0.35), rgba(255, 250, 241, 0.04)),
        radial-gradient(circle at 20% 18%, color-mix(in srgb, var(--boda14-metal) 18%, transparent), transparent 35%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.08));
    pointer-events: none;
}








.boda14-decor {
    filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.16));
    opacity: 0;
    animation: boda14DecorIn 920ms ease 180ms both;
}

.boda14-decor--uno {
    left: 16px;
    top: -36px;
    width: 320px;
    transform: rotate(0deg);
}

.boda14-decor--dos {
    left: auto;
    right: 26px;
    bottom: 42px;
    width: 96px;
    transform: rotate(-6deg);
    transform-origin: 100% 100%;
    opacity: 0.86;
}

.boda14-contenido {
    position: absolute;
    left: 50px;
    top: 132px;
    width: 350px;
    min-height: 370px;
    z-index: 7;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 28px 20px;
    text-align: center;
    color: var(--boda14-ink);
    background: transparent;
}

.boda14-contenido::before {
    content: '';
    position: absolute;
    inset: -22px -18px;
    z-index: -1;
    background: linear-gradient(180deg, rgba(255, 250, 241, 0.78), rgba(255, 250, 241, 0.04));
    clip-path: polygon(0 5%, 92% 0, 100% 92%, 8% 100%);
    opacity: 0.84;
    filter: blur(0.2px);
}

.boda14-contenido::after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 72%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--boda14-metal), transparent);
    left: 12%;
    bottom: 14px;
    opacity: 0.68;
}

.boda14-titulo,
.boda14-nombres,
.boda14-fecha,
.boda14-hora,
.boda14-lugar,
.boda14-mensaje,
.boda14-divisor {
    position: relative;
    margin: 0;
    opacity: 0;
    text-shadow: 0 2px 16px rgba(255, 255, 255, 0.86), 0 0 1px rgba(255, 255, 255, 0.7);
    animation: boda14TextoIn 720ms cubic-bezier(0.2, 0.72, 0.24, 1) both;
}

.boda14-titulo {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--boda14-accent);
    animation-delay: 240ms;
}

.boda14-nombres {
    max-width: 100%;
    font-family: 'Cormorant Infant', 'Playfair Display', serif;
    font-size: clamp(38px, 8.7vw, 52px);
    font-weight: 500;
    line-height: 0.94;
    letter-spacing: -0.025em;
    color: var(--boda14-ink);
    animation-delay: 340ms;
}

.boda14-divisor {
    width: 78%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    margin: 4px 0 2px;
    color: var(--boda14-metal);
    animation-delay: 430ms;
}

.boda14-divisor span {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, currentColor, transparent);
}

.boda14-divisor i {
    width: 9px;
    height: 9px;
    display: block;
    border: 1px solid currentColor;
    border-radius: 50%;
    background: color-mix(in srgb, currentColor 35%, transparent);
}

.boda14-fecha {
    font-family: 'Cormorant Infant', serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.08em;
    color: var(--boda14-ink);
    animation-delay: 520ms;
}

.boda14-hora,
.boda14-lugar {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: 0.08em;
    color: color-mix(in srgb, var(--boda14-ink) 84%, var(--boda14-accent));
}

.boda14-hora {
    animation-delay: 600ms;
}

.boda14-lugar {
    max-width: 270px;
    animation-delay: 660ms;
}

.boda14-mensaje {
    max-width: 280px;
    margin-top: 8px;
    font-family: 'Cormorant Infant', serif;
    font-size: 16px;
    font-style: italic;
    line-height: 1.42;
    color: color-mix(in srgb, var(--boda14-ink) 82%, var(--boda14-accent));
    animation-delay: 740ms;
}

@keyframes boda14TextoIn {
    from {
        opacity: 0;
        transform: translateY(14px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes boda14DecorIn {
    from {
        opacity: 0;
        translate: 0 16px;
    }

    to {
        opacity: 0.95;
        translate: 0 0;
    }
}

/* Ajuste composicion unica boda_14 */
.boda14-contenido::before {
    clip-path: polygon(0 0, 100% 0, 92% 80%, 50% 100%, 8% 80%);
    transform: none;
}
