
/*
 Theme Name:  Caitlin Felts Photography — Elegant Child (Blocksy)
 Theme URI:   https://caitlinfeltsphotography.com
 Description: Editorial, elegant Blocksy child theme with plugin-aware pages (NextGEN, Easy Appointments, WooCommerce, WPForms Lite) and shortcode-based wiring so IDs are entered once.
 Author:      Caitlin Felts / Assistant
 Template:    blocksy
 Version:     2.0.0
 Text Domain: cfp-elegant-child
*/

/* Elegant refinements */
:root{
  --ink:#0B0B0B; --off:#FAFAF8; --brand:#FFF2AA; --gold:#C7A66B; --sage:#99A699; --blush:#E9D7D7; --slate:#C9CED6;
}
body{ background:var(--off); color:var(--ink); }
a{ color:var(--ink); text-decoration:none; border-bottom:1px solid transparent; transition:.18s ease; }
a:hover{ border-bottom-color:var(--brand); }

/* Typographic rhythm */
p{ line-height:1.75; }
h1,h2,h3{ letter-spacing:-0.01em; }
.site-header nav a, .wp-block-navigation a{ letter-spacing:.06em; text-transform:uppercase; font-size:.92rem; }

/* Buttons: pill look */
.wp-block-button__link{ border-radius:999px; }
.is-style-outline .wp-block-button__link{ border:1px solid var(--brand); color:var(--ink); }
.is-style-outline .wp-block-button__link:hover{ background:var(--brand); color:#000; }

/* Section spacing */
.section-pad-xl{ padding-top:120px; padding-bottom:120px; }
.section-pad-lg{ padding-top:88px; padding-bottom:88px; }
.section-pad-md{ padding-top:64px; padding-bottom:64px; }

/* Minimal footer */
.cfp-footer{ border-top:1px solid #E8E8E3; padding:22px 0; text-align:center; }
