/* ============================================================
 * coming-soon.css — "Coming Soon" page template (page-coming-soon.php)
 * Enqueued by functions.php only on that page template
 * (About, Get Paid, Merch, Acquire, Contact stubs).
 * Extracted from the inline <style> block in page-coming-soon.php.
 * ============================================================ */

.upd-soon { position: relative; min-height: 70vh; display: flex; align-items: center; justify-content: center; background: #11202a; overflow: hidden; padding: 80px 20px; }
.upd-soon__bg { position: absolute; inset: 0; background-repeat: no-repeat; background-position: center; background-size: contain; opacity: .07; filter: grayscale(1); pointer-events: none; }
.upd-soon__inner { position: relative; z-index: 1; text-align: center; max-width: 640px; margin: 0 auto; }
.upd-soon__badge { display: inline-block; margin-bottom: 20px; padding: 6px 14px; border-radius: 999px; font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: #11202a; background: #f5f7fa; }
.upd-soon__title { color: #f5f7fa; font-size: clamp(32px, 6vw, 56px); line-height: 1.1; margin: 0 0 18px; }
.upd-soon__body { color: #c8d2d8; font-size: 18px; line-height: 1.6; }
.upd-soon__body p { margin: 0 0 16px; }
.upd-soon__cta { display: inline-block; margin-top: 28px; color: #f5f7fa; text-decoration: none; font-weight: 600; border-bottom: 1px solid rgba(245,247,250,.4); padding-bottom: 2px; }
.upd-soon__cta:hover { border-color: #f5f7fa; }
/* SureForms (Contact) readability on dark bg */
.upd-soon__body .srfm-form-container, .upd-soon__body .srfm-form-container label { color: #e7ecec; }
