/* Template: Chic Doré */
.fp-template-chic-dore {
    --fp-bg: #1a1a2e;
    --fp-accent: #d4af37;
    --fp-text: #e8e0d0;
    --fp-font: 'Cormorant Garamond', serif;
}

.fp-template-chic-dore .fp-title {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.fp-template-chic-dore .fp-subtitle {
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 11px;
    opacity: 0.6;
}

.fp-template-chic-dore .fp-date {
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 14px;
}

.fp-template-chic-dore .fp-border {
    border-color: var(--fp-accent);
    border-width: 1px;
    opacity: 0.3;
}

.fp-template-chic-dore .fp-photo {
    border-color: var(--fp-accent);
    border-width: 2px;
}

.fp-template-chic-dore .fp-custom-text {
    font-size: 14px;
    letter-spacing: 0.5px;
}

.fp-template-chic-dore .fp-details,
.fp-template-chic-dore .fp-parents,
.fp-template-chic-dore .fp-location {
    color: var(--fp-text);
}

/* Illustration : cadre art-déco doré sur fond nuit, éventails d'angle + diamants */
.fp-template-chic-dore::before {
    background:
        radial-gradient(circle at 50% 8%, rgba(212,175,55,0.10), transparent 30%),
        radial-gradient(circle at 50% 92%, rgba(212,175,55,0.10), transparent 30%);
}
.fp-template-chic-dore::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 559 793'><defs><g id='df' stroke='%23d4af37' stroke-width='1.2' fill='none'><path d='M14 14 L14 74'/><path d='M14 14 L74 14'/><path d='M14 14 L60 34'/><path d='M14 14 L34 60'/><path d='M14 14 L48 48'/></g><g id='dm' fill='%23d4af37'><path d='M0 0 l7 9 -7 9 -7 -9 z'/></g></defs><g opacity='0.85'><rect x='26' y='26' width='507' height='741' fill='none' stroke='%23d4af37' stroke-width='1' opacity='0.55'/><use href='%23df' transform='translate(22 22)'/><use href='%23df' transform='translate(537 22) scale(-1 1)'/><use href='%23df' transform='translate(22 771) scale(1 -1)'/><use href='%23df' transform='translate(537 771) scale(-1 -1)'/><use href='%23dm' transform='translate(279.5 52)'/><use href='%23dm' transform='translate(279.5 741)'/></g></svg>");
    background-size: 100% 100%;
}
