/* EP Contact Form — Scoped Styles */
.ep-cf-wrap { max-width: 640px; margin: 0 auto; font-family: 'Jost', system-ui, sans-serif; }
.ep-cf-h2 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 2rem; font-weight: 400; color: #2E2A22; margin-bottom: 1.5rem; }
.ep-cf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
@media (max-width: 480px) { .ep-cf-row { grid-template-columns: 1fr; } }
.ep-cf-group { margin-bottom: 1rem; }
.ep-cf-label { display: block; font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; color: #7A7467; font-weight: 500; margin-bottom: 0.4rem; }
.ep-cf-input { width: 100%; padding: 0.75rem 1rem; border: 1.5px solid #E2CFC9; border-radius: 4px; font-family: 'Jost', system-ui, sans-serif; font-size: 0.9rem; color: #28251D; background: #fff; outline: none; transition: border-color 0.2s; box-sizing: border-box; }
.ep-cf-input:focus { border-color: #C2847A; }
.ep-cf-textarea { resize: vertical; min-height: 120px; }
.ep-cf-btn { display: inline-block; padding: 0.9rem 2.5rem; background: #C2847A; color: #fff; border: none; border-radius: 4px; font-family: 'Jost', system-ui, sans-serif; font-size: 0.78rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; cursor: pointer; transition: background 0.2s; margin-top: 0.5rem; }
.ep-cf-btn:hover { background: #8A5450; }
.ep-cf-btn:disabled { background: #C0AFAA; cursor: not-allowed; }
.ep-cf-error { background: #fdf0ee; border: 1px solid #C2847A; border-radius: 4px; padding: 0.75rem 1rem; font-size: 0.82rem; color: #8A5450; margin-bottom: 1rem; }
.ep-cf-success { text-align: center; padding: 3rem 2rem; }
.ep-cf-success-icon { font-size: 3rem; margin-bottom: 1rem; }
.ep-cf-success-title { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 1.8rem; color: #2E2A22; margin-bottom: 0.5rem; }
.ep-cf-success-sub { font-size: 0.88rem; color: #7A7467; max-width: 380px; margin: 0 auto; line-height: 1.7; }
