/* ─── Gutenberg Editor Styles ─── */

:root{--editor-blush:#EBB3B6;--editor-dust:#C68B8E;--editor-ink:#3A1E21}

body.gutenberg-editor-page{background:var(--blush-wash,#FAEAEB)}

.editor-styles-wrapper{font-family:"DM Sans",Arial,sans-serif;color:#3A1E21}
.editor-styles-wrapper h1,.editor-styles-wrapper h2,.editor-styles-wrapper h3{font-family:"Playfair Display",Georgia,serif;font-weight:400;letter-spacing:-.04em;line-height:.92}
.editor-styles-wrapper h1{font-size:3.5rem}
.editor-styles-wrapper h2{font-size:2.5rem}
.editor-styles-wrapper h3{font-size:1.8rem}
.editor-styles-wrapper p{line-height:1.75;color:#5C3538}

.editor-styles-wrapper .wp-block-quote{border-left:3px solid #C68B8E;padding-left:2rem;font-family:"Playfair Display",Georgia,serif;font-style:italic;font-size:1.2rem}
.editor-styles-wrapper .wp-block-quote cite{font-style:normal;font-family:"DM Sans",Arial,sans-serif;font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;color:#8C6E71;display:block;margin-top:1rem}

.editor-styles-wrapper .wp-block-separator{background:linear-gradient(90deg,transparent,#EBB3B6,transparent);border:none;height:1px}

.editor-styles-wrapper a{color:#C68B8E}

.editor-styles-wrapper .wp-block-button .wp-block-button__link{background:#C68B8E;color:#fff;border-radius:2px;text-transform:uppercase;font-size:.7rem;letter-spacing:.1em;padding:.8rem 2rem}
.editor-styles-wrapper .wp-block-button .wp-block-button__link:hover{background:#8B5A5E}

.editor-styles-wrapper .wp-block-image figcaption{font-size:.65rem;text-transform:uppercase;letter-spacing:.08em;color:#8C6E71;text-align:center}
