/* papel/css/boda/boda_12.css
   Sage Envelope: salvia verde olivo, sobre elegante, crema editorial, sello dorado. */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Jost:wght@300;400;500;600;700&display=swap');

.boda12-card {
    --boda12-bg: #f6f3ea;
    --boda12-ink: #1f3a2a;
    --boda12-accent: #3d6a4a;
    --boda12-metal: #c89b5b;
    --boda12-soft: rgba(246, 243, 234, 0.74);
    isolation: isolate;
    overflow: hidden;
    color: var(--boda12-ink);
    background:
        radial-gradient(circle at 14% 10%, color-mix(in srgb, var(--boda12-accent) 16%, transparent), transparent 32%),
        radial-gradient(circle at 88% 88%, color-mix(in srgb, var(--boda12-metal) 18%, transparent), transparent 34%),
        linear-gradient(155deg, var(--boda12-bg), color-mix(in srgb, var(--boda12-bg) 70%, #faf8f2));
}

.boda12-fondo {
    object-position: center center;
    transform: none;
    filter: saturate(1.03) contrast(1.02) brightness(1.01);
}

.boda12-velo {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(270deg, rgba(246, 243, 234, 0.32), rgba(246, 243, 234, 0.14) 76%, transparent),
        radial-gradient(circle at 18% 16%, color-mix(in srgb, var(--boda12-accent) 12%, transparent), transparent 36%),
        radial-gradient(circle at 82% 84%, color-mix(in srgb, var(--boda12-metal) 14%, transparent), transparent 32%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(31, 58, 42, 0.06));
    pointer-events: none;
}

.boda12-decor {
    filter: drop-shadow(0 18px 24px rgba(31, 58, 42, 0.18));
    opacity: 0;
    animation: boda12DecorIn 920ms ease 180ms both;
}

.boda12-decor--uno {
    left: 20px;
    bottom: 88px;
    width: 108px;
    transform: rotate(-10deg);
    transform-origin: 0 100%;
    opacity: 0.88;
}

.boda12-decor--dos {
    left: auto;
    right: 22px;
    bottom: 38px;
    width: 88px;
    transform: rotate(-5deg);
    transform-origin: 100% 100%;
    opacity: 0.84;
}

.boda12-contenido {
    position: absolute;
    right: 24px;
    top: 52px;
    width: 224px;
    min-height: 542px;
    z-index: 7;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 10px;
    padding: 28px 20px;
    text-align: right;
    color: var(--boda12-ink);
    background: transparent;
}

.boda12-contenido::before {
    content: '';
    position: absolute;
    inset: -22px -18px;
    z-index: -1;
    background: linear-gradient(270deg, rgba(246, 243, 234, 0.94), rgba(246, 243, 234, 0.16) 78%, transparent);
    clip-path: polygon(0 5%, 92% 0, 100% 92%, 8% 100%);
    opacity: 0.82;
    filter: blur(0.2px);
}

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

.boda12-titulo,
.boda12-nombres,
.boda12-fecha,
.boda12-hora,
.boda12-lugar,
.boda12-mensaje,
.boda12-divisor {
    position: relative;
    margin: 0;
    opacity: 0;
    text-shadow: 0 2px 16px rgba(246, 243, 234, 0.88), 0 0 1px rgba(255, 255, 255, 0.72);
    animation: boda12TextoIn 720ms cubic-bezier(0.2, 0.72, 0.24, 1) both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Ajuste composicion unica boda_12 */
.boda12-contenido::before {
    clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 88%);
    transform: none;
}
