/*
Theme Name: Jason and Ros — Built On Covenant
Theme URI: https://jasonandros.com
Author: Built On Covenant, LLC
Version: 10.0.0
Text Domain: jr-theme
*/

/* =============================================
   CSS CUSTOM PROPERTIES — BRAND SYSTEM
============================================= */
:root {
  --crimson:     #BB000F;
  --crimson-dk:  #9a000c;
  --espresso:    #2C1810;
  --warm-gold:   #C9A84C;
  --gold:        #C9A84C;
  --cream:       #FAF7F2;
  --cognac:      #967259;
  --silver-mist: #D8DCE3;
  --text:        #434345;
  --white:       #FFFFFF;
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body:    'Montserrat', Arial, sans-serif;
  --shadow-sm:  0 2px 10px rgba(44,24,16,.07);
  --shadow-md:  0 6px 24px rgba(44,24,16,.11);
  --shadow-lg:  0 12px 48px rgba(44,24,16,.16);
  --ease: cubic-bezier(.4,0,.2,1);
  --t: .3s;
  --radius: 4px;
  --radius-lg: 10px;
  --container: 1200px;
  --container-sm: 800px;
  --header-h: 70px;
}

/* RESET */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: var(--font-body); font-size: 16px; line-height: 1.8; color: var(--text); background: var(--cream); overflow-x: hidden; }
a { color: var(--crimson); text-decoration: none; transition: color var(--t) var(--ease), opacity var(--t) var(--ease); }
a:hover { opacity: .8; }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }
button { font-family: inherit; }
p { margin-bottom: 1rem; }
p:last-child { margin-bottom: 0; }

/* TYPOGRAPHY */
h1,h2,h3 { font-family: var(--font-display); font-weight: 400; line-height: 1.15; color: var(--espresso); }
h4,h5,h6 { font-family: var(--font-body); font-weight: 600; line-height: 1.3; color: var(--espresso); }
h1 { font-size: clamp(34px,5.5vw,58px); }
h2 { font-size: clamp(28px,4vw,44px); }
h3 { font-size: clamp(22px,3vw,30px); }
h4 { font-size: clamp(17px,2vw,20px); }
h5 { font-size: 16px; }

/* LAYOUT */
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.container--sm { max-width: var(--container-sm); }
section { padding: 80px 0; }
@media (min-width: 768px) { section { padding: 110px 0; } }

/* UTILITIES */
.label { display:block; font-family:var(--font-body); font-size:11px; font-weight:500; letter-spacing:.2em; text-transform:uppercase; color:var(--warm-gold); margin-bottom:12px; }
.text-center { text-align: center; }
.text-cream { color: var(--cream) !important; }
.section-header { text-align:center; margin-bottom:56px; }
.section-header h2 { margin-bottom:16px; }
.section-header p { font-size:17px; line-height:1.8; max-width:620px; margin:0 auto; }
.gold-line { display:block; width:56px; height:2px; background:var(--warm-gold); margin:0 auto 28px; }

/* BUTTONS */
.btn { display:inline-flex; align-items:center; justify-content:center; gap:8px; font-family:var(--font-body); font-size:13px; font-weight:600; letter-spacing:.05em; padding:14px 28px; border-radius:var(--radius); border:2px solid transparent; cursor:pointer; transition:all var(--t) var(--ease); white-space:nowrap; }
.btn--primary { background:var(--crimson); color:var(--white); border-color:var(--crimson); }
.btn--primary:hover { background:var(--crimson-dk); border-color:var(--crimson-dk); color:var(--white); opacity:1; transform:translateY(-2px); box-shadow:0 6px 20px rgba(187,0,15,.3); }
.btn--outline { background:transparent; color:var(--crimson); border-color:var(--crimson); }
.btn--outline:hover { background:var(--crimson); color:var(--white); opacity:1; transform:translateY(-2px); }
.btn--white { background:var(--white); color:var(--crimson); border-color:var(--white); }
.btn--white:hover { background:var(--cream); color:var(--crimson); opacity:1; transform:translateY(-2px); }
.btn--gold { background:var(--warm-gold); color:var(--espresso); border-color:var(--warm-gold); }
.btn--gold:hover { background:#b8943c; border-color:#b8943c; color:var(--espresso); opacity:1; transform:translateY(-2px); }
.btn-group { display:flex; flex-wrap:wrap; gap:16px; align-items:center; }

/* HEADER */
.site-header { position:fixed; inset:0 0 auto; z-index:9999; background:var(--espresso); height:var(--header-h); transition:box-shadow .4s var(--ease); }
.site-header.scrolled { box-shadow:0 2px 24px rgba(0,0,0,.35); }
.header-inner { display:flex; align-items:center; justify-content:space-between; height:var(--header-h); padding:0 28px; max-width:1400px; margin:0 auto; }
.site-logo img, .site-logo .custom-logo, .site-logo .custom-logo-link img { height:52px !important; width:auto !important; max-width:none !important; display:block; }
.site-logo .custom-logo-link { display:block; line-height:0; }
.main-nav { display:none; align-items:center; gap:4px; }
@media (min-width:1024px) { .main-nav { display:flex; } }
.nav-list { display:flex; align-items:center; list-style:none; }
.nav-item { position:relative; }
.nav-link { display:flex; align-items:center; gap:4px; font-family:var(--font-body); font-size:13px; font-weight:600; color:var(--cream); padding:8px 12px; border-radius:var(--radius); transition:color var(--t); white-space:nowrap; }
.nav-link:hover { color:var(--warm-gold); opacity:1; }
.nav-chevron { font-size:9px; display:inline-block; transition:transform var(--t) var(--ease); }
.nav-item:hover .nav-chevron { transform:rotate(180deg); }
.nav-dropdown { display:none; position:absolute; top:calc(100% + 2px); left:0; background:var(--espresso); border-top:2px solid var(--warm-gold); border-radius:0 0 var(--radius-lg) var(--radius-lg); min-width:220px; box-shadow:var(--shadow-lg); padding:8px 0; list-style:none; z-index:100; }
.nav-item:hover .nav-dropdown { display:block; }
.nav-dropdown-link { display:block; font-family:var(--font-body); font-size:13px; font-weight:500; color:var(--cream); padding:10px 20px; transition:color var(--t), background var(--t); }
.nav-dropdown-link:hover { color:var(--warm-gold); background:rgba(201,168,76,.08); opacity:1; }
.nav-cta { margin-left:20px; }
.hamburger { display:flex; flex-direction:column; justify-content:center; gap:5px; width:40px; height:40px; background:none; border:none; cursor:pointer; padding:4px; }
@media (min-width:1024px) { .hamburger { display:none; } }
.hamburger span { display:block; height:2px; background:var(--cream); border-radius:2px; transition:transform .3s var(--ease), opacity .3s; }
.hamburger.active span:nth-child(1) { transform:translateY(7px) rotate(45deg); }
.hamburger.active span:nth-child(2) { opacity:0; }
.hamburger.active span:nth-child(3) { transform:translateY(-7px) rotate(-45deg); }
.mobile-menu { display:none; position:fixed; inset:0; background:var(--espresso); z-index:9998; overflow-y:auto; padding:calc(var(--header-h) + 24px) 28px 60px; flex-direction:column; }
.mobile-menu.active { display:flex; }
.mobile-close { position:absolute; top:18px; right:20px; background:none; border:none; color:var(--cream); font-size:26px; line-height:1; cursor:pointer; padding:8px; opacity:.7; transition:opacity var(--t); }
.mobile-close:hover { opacity:1; }
.mobile-nav-list { list-style:none; }
.mobile-nav-item { border-bottom:1px solid rgba(250,247,242,.1); }
.mobile-nav-link, .mobile-parent-btn { display:flex; justify-content:space-between; align-items:center; width:100%; font-family:var(--font-body); font-size:18px; font-weight:600; color:var(--cream); padding:16px 0; background:none; border:none; cursor:pointer; text-align:left; transition:color var(--t); }
.mobile-nav-link:hover, .mobile-parent-btn:hover { color:var(--warm-gold); opacity:1; }
.drop-icon { font-size:12px; transition:transform .3s var(--ease); flex-shrink:0; }
.mobile-sub { display:none; padding:0 0 12px 16px; list-style:none; }
.mobile-sub a { display:block; font-family:var(--font-body); font-size:15px; font-weight:500; color:var(--silver-mist); padding:8px 0; transition:color var(--t); }
.mobile-sub a:hover { color:var(--warm-gold); opacity:1; }
.mobile-actions { margin-top:36px; display:flex; flex-direction:column; gap:14px; }
.mobile-actions .btn { width:100%; font-size:14px; }
.page-wrap { padding-top:var(--header-h); }
.skip-link { position:absolute; left:-9999px; top:auto; }
.skip-link:focus { position:fixed; top:10px; left:10px; z-index:99999; background:var(--crimson); color:var(--white); padding:12px 20px; border-radius:var(--radius); }

/* FOOTER */
.site-footer { background:var(--espresso); }
.footer-top { padding:80px 0 48px; }
.footer-grid { display:grid; grid-template-columns:1fr; gap:48px; }
@media (min-width:640px) { .footer-grid { grid-template-columns:1fr 1fr; gap:40px; } }
@media (min-width:1024px) { .footer-grid { grid-template-columns:2fr 1fr 1.2fr; gap:64px; } }
.footer-logo img { height:46px; margin-bottom:18px; }
.footer-mission { font-family:var(--font-body); font-size:14px; color:var(--silver-mist); line-height:1.7; max-width:290px; }
.footer-social { display:flex; gap:12px; margin-top:24px; flex-wrap:wrap; }
.footer-social a { width:36px; height:36px; border-radius:50%; border:1px solid rgba(250,247,242,.2); display:flex; align-items:center; justify-content:center; color:var(--cream); font-size:13px; transition:border-color var(--t), color var(--t); }
.footer-social a:hover { border-color:var(--warm-gold); color:var(--warm-gold); opacity:1; }
.footer-col-title { font-family:var(--font-body); font-size:11px; font-weight:600; letter-spacing:.18em; text-transform:uppercase; color:var(--warm-gold); margin-bottom:20px; display:block; }
.footer-links { list-style:none; display:flex; flex-direction:column; gap:8px; }
.footer-links a { font-family:var(--font-body); font-size:14px; color:var(--silver-mist); transition:color var(--t); }
.footer-links a:hover { color:var(--warm-gold); opacity:1; }
.footer-contact-list { list-style:none; display:flex; flex-direction:column; gap:12px; }
.footer-contact-list li { display:flex; align-items:flex-start; gap:10px; font-family:var(--font-body); font-size:14px; color:var(--silver-mist); line-height:1.6; }
.footer-contact-list i { color:var(--warm-gold); margin-top:3px; flex-shrink:0; }
.footer-contact-list a { color:var(--silver-mist); }
.footer-contact-list a:hover { color:var(--warm-gold); opacity:1; }
.footer-cta-btn { margin-top:24px; font-size:12px; padding:12px 20px; }
.footer-divider { height:1px; background:linear-gradient(to right, transparent, var(--warm-gold), transparent); margin:0 28px; }
.footer-bottom { padding:24px 0; text-align:center; }
.footer-copyright { font-family:var(--font-body); font-size:12px; color:var(--silver-mist); margin-bottom:6px; }
.footer-verse { font-family:var(--font-display); font-style:italic; font-size:14px; color:rgba(250,247,242,.55); }

/* HOMEPAGE HERO — FULL BLEED */
.hero-fullbleed { position:relative; min-height:calc(100vh - var(--header-h)); display:flex; align-items:center; overflow:hidden; }
.hero-fullbleed .parallax-bg { position:absolute; inset:-80px 0; background-size:cover; background-position:center top; z-index:0; }
.hero-fullbleed::after { content:''; position:absolute; inset:0; background:linear-gradient(to right, rgba(44,24,16,.82) 0%, rgba(44,24,16,.72) 45%, rgba(44,24,16,.25) 75%, rgba(44,24,16,.1) 100%); z-index:1; }
@media (max-width:639px) { .hero-fullbleed::after { background:rgba(44,24,16,.70); } }
.hero-fullbleed .hero-content-wrap { position:relative; z-index:2; width:100%; padding:100px 0; }
.hero-fullbleed h1 { color:var(--cream); font-size:clamp(38px,6vw,72px); max-width:620px; margin-bottom:20px; line-height:1.1; }
.hero-fullbleed h1 em { font-style:italic; color:var(--warm-gold); display:block; }
.hero-fullbleed .hero-sub { color:rgba(250,247,242,.85); font-size:clamp(15px,1.6vw,18px); max-width:480px; margin-bottom:40px; line-height:1.75; }

/* INNER HERO */
.hero-inner { background:var(--espresso); padding:100px 0 80px; text-align:center; }
.hero-inner h1 { color:var(--cream); margin-bottom:18px; }
.hero-inner .hero-sub { font-family:var(--font-body); font-size:clamp(15px,1.6vw,18px); color:var(--silver-mist); max-width:600px; margin:0 auto 32px; line-height:1.75; }

/* PARALLAX HERO (About) */
.hero-parallax { position:relative; min-height:520px; display:flex; align-items:center; text-align:center; overflow:hidden; }
.hero-parallax .parallax-bg { position:absolute; inset:-80px 0; background-size:cover; background-position:center; }
.hero-parallax::after { content:''; position:absolute; inset:0; background:rgba(44,24,16,.68); }
.hero-parallax .container { position:relative; z-index:2; }
.hero-parallax h1 { color:var(--cream); margin-bottom:16px; }
.hero-parallax .hero-sub { font-family:var(--font-body); font-size:18px; font-style:italic; color:var(--silver-mist); max-width:680px; margin:0 auto; line-height:1.75; }

/* PARALLAX CONTENT SECTION */
.parallax-section { position:relative; overflow:hidden; }
.parallax-section .parallax-bg { position:absolute; inset:-80px 0; background-size:cover; background-position:center; z-index:0; }
.parallax-section::after { content:''; position:absolute; inset:0; background:rgba(44,24,16,.70); z-index:1; }
.parallax-section .container { position:relative; z-index:2; }
.parallax-section h2 { color:var(--cream); }
.parallax-section p { color:var(--silver-mist); }

/* SCRIPTURE BANNER */
.scripture-banner { background:var(--espresso); padding:80px 0; text-align:center; }
.scripture-banner blockquote { font-family:var(--font-display); font-style:italic; font-size:clamp(20px,2.8vw,28px); line-height:1.65; color:var(--cream); max-width:740px; margin:0 auto 18px; }
.scripture-banner cite { font-family:var(--font-body); font-size:12px; font-weight:500; letter-spacing:.18em; text-transform:uppercase; color:var(--warm-gold); font-style:normal; }

/* CTA BAND */
.cta-band { background:var(--crimson); padding:100px 0; text-align:center; }
.cta-band h2 { color:var(--cream); margin-bottom:16px; }
.cta-band p { color:rgba(250,247,242,.85); font-size:17px; line-height:1.8; max-width:600px; margin:0 auto 32px; }

/* SERVICES GRID */
.services-grid { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
@media (min-width:640px) { .services-grid { grid-template-columns:repeat(3,1fr); gap:22px; } }
.service-card { background:var(--white); border-radius:var(--radius-lg); padding:28px 22px; box-shadow:var(--shadow-sm); border-top:3px solid transparent; transition:transform var(--t) var(--ease), box-shadow var(--t) var(--ease), border-color var(--t); }
.service-card:hover { transform:translateY(-5px); box-shadow:var(--shadow-md); border-top-color:var(--warm-gold); }
.service-icon { font-size:28px; color:var(--warm-gold); margin-bottom:14px; }
.service-card h3 { font-family:var(--font-body); font-size:15px; font-weight:700; color:var(--espresso); margin-bottom:10px; }
.service-card p { font-size:14px; color:var(--text); line-height:1.7; margin-bottom:18px; }
.service-link { font-family:var(--font-body); font-size:13px; font-weight:600; color:var(--crimson); display:inline-flex; align-items:center; gap:4px; transition:gap var(--t); }
.service-card:hover .service-link { gap:8px; }

/* TESTIMONIAL CARDS */
.testimonial-card { background:var(--white); border-left:3px solid var(--cognac); border-radius:0 var(--radius-lg) var(--radius-lg) 0; padding:28px 28px 28px 32px; box-shadow:var(--shadow-sm); height:100%; }
.testimonial-card blockquote { font-family:var(--font-display); font-style:italic; font-size:19px; line-height:1.7; color:var(--espresso); margin-bottom:14px; }
.testimonial-card cite { font-family:var(--font-body); font-size:11px; font-weight:500; letter-spacing:.14em; text-transform:uppercase; color:var(--cognac); font-style:normal; }
.star-rating { display:flex; align-items:center; gap:4px; margin-bottom:8px; }
.star-rating i { color:var(--warm-gold); font-size:16px; }
.star-rating .rating-count { font-size:13px; color:var(--cognac); margin-left:6px; font-weight:600; }

/* CAROUSEL */
.jr-carousel { position:relative; overflow:hidden; }
.carousel-track { display:flex; gap:16px; transition:transform .5s cubic-bezier(.4,0,.2,1); will-change:transform; }
.carousel-card { flex-shrink:0; }
.carousel-controls { display:flex; align-items:center; justify-content:center; gap:16px; margin-top:28px; }
.carousel-prev, .carousel-next { width:44px; height:44px; border-radius:50%; border:2px solid var(--warm-gold); background:none; color:var(--warm-gold); font-size:16px; cursor:pointer; display:flex; align-items:center; justify-content:center; transition:background var(--t), color var(--t); flex-shrink:0; }
.carousel-prev:hover, .carousel-next:hover { background:var(--warm-gold); color:var(--white); }
.carousel-dots { display:flex; gap:8px; align-items:center; }
.carousel-dot { width:8px; height:8px; border-radius:50%; border:none; background:var(--silver-mist); cursor:pointer; transition:background var(--t), transform var(--t); padding:0; }
.carousel-dot.active { background:var(--warm-gold); transform:scale(1.3); }

/* STEPS */
.steps-grid { display:grid; grid-template-columns:1fr; gap:28px; margin-top:52px; }
@media (min-width:640px) { .steps-grid { grid-template-columns:repeat(3,1fr); gap:20px; } }
.step { text-align:center; padding:36px 24px; background:var(--white); border-radius:var(--radius-lg); box-shadow:var(--shadow-sm); }
.step-num { width:60px; height:60px; border-radius:50%; background:var(--crimson); color:var(--white); font-family:var(--font-display); font-size:26px; display:flex; align-items:center; justify-content:center; margin:0 auto 20px; }
.step h3 { font-family:var(--font-body); font-size:16px; font-weight:700; color:var(--espresso); margin-bottom:10px; }
.step p { font-size:14px; color:var(--text); line-height:1.7; }

/* QUALIFIER CARDS */
.qualifier-grid { display:grid; grid-template-columns:1fr; gap:14px; margin-top:40px; }
@media (min-width:640px) { .qualifier-grid { grid-template-columns:1fr 1fr; } }
.qualifier-item { background:var(--white); border-radius:var(--radius-lg); padding:18px 22px; display:flex; align-items:flex-start; gap:14px; box-shadow:var(--shadow-sm); }
.qualifier-check { width:22px; height:22px; border-radius:50%; background:var(--crimson); color:var(--white); display:flex; align-items:center; justify-content:center; font-size:11px; flex-shrink:0; margin-top:2px; }
.qualifier-item p { font-size:15px; color:var(--text); line-height:1.6; margin:0; }

/* TOPIC TAGS */
.topic-cloud { display:flex; flex-wrap:wrap; gap:10px; margin-top:28px; }
.topic-tag { background:var(--cognac); color:var(--cream); font-family:var(--font-body); font-size:13px; font-weight:500; padding:7px 15px; border-radius:100px; }

/* HONOR CALLOUT */
.honor-callout { background:rgba(201,168,76,.09); border-left:4px solid var(--warm-gold); border-radius:0 var(--radius-lg) var(--radius-lg) 0; padding:22px 30px; display:flex; align-items:flex-start; gap:18px; margin-top:40px; }
.honor-callout .icon { font-size:30px; flex-shrink:0; }
.honor-callout p { font-size:15px; color:var(--text); margin:0; line-height:1.7; }

/* SIGNATURE TALKS */
.talks-grid { display:grid; grid-template-columns:1fr; gap:24px; margin-top:52px; }
@media (min-width:640px) { .talks-grid { grid-template-columns:repeat(3,1fr); } }
.talk-card { background:var(--white); border-top:3px solid var(--warm-gold); border-radius:0 0 var(--radius-lg) var(--radius-lg); padding:36px; box-shadow:var(--shadow-sm); transition:transform var(--t) var(--ease), box-shadow var(--t) var(--ease); }
.talk-card:hover { transform:translateY(-5px); box-shadow:var(--shadow-md); }
.talk-num { font-family:var(--font-display); font-size:48px; font-weight:300; color:var(--silver-mist); line-height:1; margin-bottom:12px; }
.talk-card h3 { font-family:var(--font-body); font-size:17px; font-weight:700; color:var(--espresso); margin-bottom:12px; }
.talk-card p { font-size:15px; color:var(--text); line-height:1.75; }

/* EVENT TYPES */
.event-types { display:grid; grid-template-columns:1fr; gap:14px; margin-top:32px; }
@media (min-width:640px) { .event-types { grid-template-columns:1fr 1fr; } }
.event-type { display:flex; align-items:center; gap:14px; font-family:var(--font-body); font-size:15px; font-weight:500; color:var(--text); }
.event-type-dot { width:8px; height:8px; border-radius:50%; background:var(--warm-gold); flex-shrink:0; }

/* BIO CARDS */
.bio-grid { display:grid; grid-template-columns:1fr; gap:30px; margin-top:52px; }
@media (min-width:640px) { .bio-grid { grid-template-columns:1fr 1fr; } }
.bio-card { background:var(--white); border-radius:var(--radius-lg); padding:40px 36px; box-shadow:var(--shadow-sm); text-align:center; }
.bio-photo { width:110px; height:110px; border-radius:50%; object-fit:cover; border:3px solid var(--warm-gold); margin:0 auto 22px; }
.bio-card h3 { font-family:var(--font-body); font-size:20px; font-weight:700; color:var(--espresso); margin-bottom:5px; }
.bio-credentials { font-size:13px; color:var(--cognac); font-style:italic; line-height:1.6; margin-bottom:20px; }
.bio-card p { font-size:15px; color:var(--text); line-height:1.8; text-align:left; }

/* CREDENTIAL BADGES */
.cred-row { display:flex; flex-wrap:wrap; gap:16px; margin-top:32px; justify-content:center; }
.cred-badge { background:var(--white); border:1px solid var(--silver-mist); border-radius:var(--radius-lg); padding:14px 20px; display:flex; align-items:center; gap:10px; font-family:var(--font-body); font-size:13px; font-weight:600; color:var(--espresso); }
.cred-badge i { color:var(--warm-gold); font-size:20px; }

/* FEATURED BOOK */
.book-section { background:var(--espresso); }
.book-grid { display:grid; grid-template-columns:1fr; gap:48px; align-items:center; }
@media (min-width:640px) { .book-grid { grid-template-columns:2fr 3fr; gap:64px; } }
.book-cover { width:100%; max-width:260px; margin:0 auto; border-radius:var(--radius-lg); box-shadow:var(--shadow-lg); background:var(--cognac); min-height:320px; display:flex; align-items:center; justify-content:center; color:rgba(250,247,242,.3); font-size:64px; }
.book-content h2 { color:var(--cream); margin-bottom:6px; }
.book-author { color:var(--cognac); font-style:italic; font-size:15px; margin-bottom:18px; }
.book-content p { color:var(--silver-mist); font-size:16px; line-height:1.8; margin-bottom:28px; }

/* FAQ */
.faq-wrap { max-width:800px; margin:0 auto; }
.faq-cat-title { font-family:var(--font-display); font-size:28px; color:var(--crimson); margin:52px 0 20px; padding-bottom:12px; border-bottom:1px solid var(--silver-mist); }
.faq-cat-title:first-child { margin-top:0; }
.faq-item { border-bottom:1px solid var(--silver-mist); }
.faq-question { width:100%; background:none; border:none; display:flex; justify-content:space-between; align-items:center; padding:20px 0; cursor:pointer; text-align:left; gap:16px; }
.faq-q-text { font-family:var(--font-body); font-size:16px; font-weight:600; color:var(--espresso); line-height:1.4; }
.faq-icon { width:26px; height:26px; border-radius:50%; border:2px solid var(--warm-gold); display:flex; align-items:center; justify-content:center; color:var(--warm-gold); font-size:11px; flex-shrink:0; transition:background var(--t), color var(--t), transform var(--t) var(--ease); }
.faq-item.open .faq-icon { background:var(--warm-gold); color:var(--white); transform:rotate(180deg); }
.faq-answer { max-height:0; overflow:hidden; transition:max-height .4s var(--ease); }
.faq-answer-inner { padding:0 0 22px; }
.faq-answer p { font-size:15px; color:var(--text); line-height:1.8; }
.faq-answer a { color:var(--crimson); font-weight:500; }

/* CONTACT */
.contact-grid { display:grid; grid-template-columns:1fr; gap:48px; margin-top:48px; }
@media (min-width:640px) { .contact-grid { grid-template-columns:3fr 2fr; gap:56px; } }
.contact-info-card { background:var(--white); border-radius:var(--radius-lg); padding:36px; box-shadow:var(--shadow-sm); }
.contact-info-card h3 { font-family:var(--font-body); font-size:16px; font-weight:700; color:var(--espresso); margin-bottom:24px; padding-bottom:14px; border-bottom:1px solid var(--silver-mist); }
.contact-detail { display:flex; align-items:flex-start; gap:12px; margin-bottom:16px; font-size:14px; color:var(--text); line-height:1.6; }
.contact-detail i { color:var(--warm-gold); font-size:16px; margin-top:2px; }
.contact-detail a { color:var(--text); }
.contact-detail a:hover { color:var(--crimson); }
.contact-social-row { display:flex; gap:10px; margin-top:24px; padding-top:20px; border-top:1px solid var(--silver-mist); flex-wrap:wrap; }
.contact-social-row a { width:38px; height:38px; border-radius:50%; border:2px solid var(--silver-mist); display:flex; align-items:center; justify-content:center; color:var(--espresso); font-size:14px; transition:border-color var(--t), color var(--t); }
.contact-social-row a:hover { border-color:var(--crimson); color:var(--crimson); opacity:1; }

/* TWO COLUMN */
.two-col { display:grid; grid-template-columns:1fr; gap:48px; align-items:center; }
@media (min-width:640px) { .two-col { grid-template-columns:1fr 1fr; gap:60px; } }
@media (min-width:640px) { .two-col--flip > *:first-child { order:2; } .two-col--flip > *:last-child { order:1; } }
.two-col-image { border-radius:var(--radius-lg); overflow:hidden; box-shadow:var(--shadow-md); background:var(--silver-mist); min-height:320px; display:flex; align-items:center; justify-content:center; }
.two-col-image img { width:100%; height:100%; object-fit:cover; }

/* BLOG */
.blog-grid { display:grid; grid-template-columns:1fr; gap:26px; margin-top:52px; }
@media (min-width:640px) { .blog-grid { grid-template-columns:1fr 1fr; } }
@media (min-width:1024px) { .blog-grid { grid-template-columns:repeat(3,1fr); } }
.blog-card { background:var(--white); border-radius:var(--radius-lg); overflow:hidden; box-shadow:var(--shadow-sm); transition:transform var(--t) var(--ease), box-shadow var(--t) var(--ease); }
.blog-card:hover { transform:translateY(-5px); box-shadow:var(--shadow-md); }
.blog-thumb { width:100%; height:200px; object-fit:cover; }
.blog-thumb-placeholder { width:100%; height:200px; background:linear-gradient(135deg, var(--espresso), var(--cognac)); display:flex; align-items:center; justify-content:center; color:rgba(250,247,242,.3); font-size:48px; }
.blog-body { padding:24px; }
.blog-cat { font-size:11px; font-weight:500; letter-spacing:.16em; text-transform:uppercase; color:var(--warm-gold); margin-bottom:8px; display:block; }
.blog-card h3 { font-family:var(--font-body); font-size:17px; font-weight:700; color:var(--espresso); margin-bottom:10px; line-height:1.4; }
.blog-card p { font-size:14px; color:var(--text); line-height:1.7; margin-bottom:16px; }
.blog-more { font-size:13px; font-weight:600; color:var(--crimson); display:inline-flex; align-items:center; gap:4px; }

/* BLOG ARCHIVE */
.blog-filter-tabs { display:flex; flex-wrap:wrap; gap:10px; margin-bottom:48px; justify-content:center; }
.blog-filter-btn { font-family:var(--font-body); font-size:13px; font-weight:600; padding:8px 20px; border-radius:100px; border:2px solid var(--silver-mist); background:var(--white); color:var(--text); cursor:pointer; transition:background var(--t), border-color var(--t), color var(--t); }
.blog-filter-btn.active, .blog-filter-btn:hover { background:var(--crimson); border-color:var(--crimson); color:var(--white); }
.blog-featured-card { display:grid; grid-template-columns:1fr; gap:0; border-radius:var(--radius-lg); overflow:hidden; box-shadow:var(--shadow-md); margin-bottom:56px; }
@media (min-width:640px) { .blog-featured-card { grid-template-columns:1fr 1fr; } }
.blog-featured-image { min-height:280px; background:linear-gradient(135deg, var(--espresso), var(--cognac)); display:flex; align-items:center; justify-content:center; color:rgba(250,247,242,.2); font-size:64px; }
.blog-featured-image img { width:100%; height:100%; object-fit:cover; }
.blog-featured-body { background:var(--white); padding:40px 36px; display:flex; flex-direction:column; justify-content:center; }
.blog-featured-body h2 { font-family:var(--font-body); font-size:clamp(20px,2.5vw,26px); font-weight:700; color:var(--espresso); margin-bottom:12px; line-height:1.35; }
.blog-featured-body p { font-size:15px; color:var(--text); line-height:1.75; margin-bottom:20px; }

/* BLOG POST — HUBSPOT STYLE */
.post-header { background:var(--cream); padding:100px 0 32px; text-align:center; }
.post-header .post-cat { font-size:11px; font-weight:500; letter-spacing:.2em; text-transform:uppercase; color:var(--warm-gold); display:block; margin-bottom:16px; }
.blog-layout { display:grid; grid-template-columns:1fr; gap:48px; max-width:1100px; margin:0 auto; padding:60px 24px 80px; }
@media (min-width:900px) { .blog-layout { grid-template-columns:1fr 280px; align-items:start; } }
.post-body { font-size:17px; line-height:1.9; }
.post-body h2 { font-size:clamp(22px,3vw,30px); margin:44px 0 16px; }
.post-body h3 { font-size:clamp(18px,2.5vw,22px); margin:32px 0 12px; font-family:var(--font-body); font-weight:700; }
.post-body p { margin-bottom:1.2rem; }
.post-body ul, .post-body ol { margin:0 0 1.2rem 24px; }
.post-body li { margin-bottom:.5rem; }
.post-body blockquote { border-left:4px solid var(--warm-gold); padding:16px 24px; margin:28px 0; background:var(--cream); border-radius:0 var(--radius-lg) var(--radius-lg) 0; font-family:var(--font-display); font-style:italic; font-size:20px; color:var(--espresso); }
.blog-sidebar { position:relative; }
@media (min-width:900px) { .blog-sidebar { position:sticky; top:calc(var(--header-h) + 24px); } }
.blog-toc { background:var(--cream); border-radius:var(--radius-lg); padding:24px; margin-bottom:28px; }
.blog-toc h4 { font-size:12px; font-weight:700; letter-spacing:.15em; text-transform:uppercase; color:var(--warm-gold); margin-bottom:16px; }
.blog-toc-list { list-style:none; display:flex; flex-direction:column; gap:8px; }
.blog-toc-list a { font-size:14px; font-weight:500; color:var(--text); line-height:1.4; transition:color var(--t); display:block; }
.blog-toc-list a:hover, .blog-toc-list a.active { color:var(--crimson); opacity:1; }
.toc-item.toc-h3 { padding-left:14px; }
.share-box { background:var(--white); border:1px solid var(--silver-mist); border-radius:var(--radius-lg); padding:20px 24px; }
.share-box h4 { font-size:12px; font-weight:700; letter-spacing:.15em; text-transform:uppercase; color:var(--warm-gold); margin-bottom:14px; }
.share-buttons { display:flex; flex-direction:column; gap:8px; }
.share-btn { display:flex; align-items:center; gap:10px; font-family:var(--font-body); font-size:13px; font-weight:600; color:var(--espresso); background:var(--cream); border:none; border-radius:var(--radius); padding:10px 14px; cursor:pointer; transition:background var(--t), color var(--t); width:100%; text-align:left; text-decoration:none; }
.share-btn:hover { background:var(--crimson); color:var(--white); opacity:1; }
.share-btn i { width:16px; text-align:center; }
.post-cta-block { background:var(--cream); border-left:4px solid var(--crimson); border-radius:0 var(--radius-lg) var(--radius-lg) 0; padding:24px 28px; margin:40px 0; display:flex; flex-wrap:wrap; align-items:center; gap:20px; }
.post-cta-block p { margin:0; font-size:16px; font-weight:500; color:var(--espresso); flex:1; }

/* POPUP */
.jr-popup { position:fixed; inset:0; z-index:99999; background:rgba(44,24,16,.7); display:flex; align-items:center; justify-content:center; padding:24px; opacity:0; pointer-events:none; transition:opacity .4s ease; }
.jr-popup.active { opacity:1; pointer-events:all; }
.jr-popup-inner { background:var(--white); border-radius:var(--radius-lg); overflow:hidden; max-width:680px; width:100%; display:grid; grid-template-columns:1fr 1fr; position:relative; box-shadow:var(--shadow-lg); animation:popupIn .4s ease forwards; }
@media (max-width:639px) { .jr-popup-inner { grid-template-columns:1fr; } }
@keyframes popupIn { from { transform:scale(.92) translateY(16px); opacity:0; } to { transform:scale(1) translateY(0); opacity:1; } }
.jr-popup-image { background:var(--espresso); min-height:280px; overflow:hidden; display:flex; align-items:stretch; justify-content:center; color:rgba(250,247,242,.2); font-size:64px; padding:0; }
.jr-popup-image img { width:100%; height:100%; object-fit:cover; display:block; }
@media (max-width:639px) { .jr-popup-image { display:none; } }
.jr-popup-content { padding:40px 36px; display:flex; flex-direction:column; justify-content:center; gap:16px; }
.jr-popup-label { font-size:11px; font-weight:500; letter-spacing:.18em; text-transform:uppercase; color:var(--warm-gold); }
.jr-popup-content h3 { font-family:var(--font-display); font-size:clamp(22px,3vw,28px); color:var(--espresso); line-height:1.2; margin:0; }
.jr-popup-content p { font-size:15px; color:var(--text); line-height:1.7; margin:0; }
.jr-popup-close { position:absolute; top:12px; right:14px; background:none; border:none; font-size:22px; color:var(--cognac); cursor:pointer; line-height:1; padding:4px; z-index:2; transition:color var(--t); }
.jr-popup-close:hover { color:var(--crimson); }
.jr-popup-dismiss { font-size:13px; color:var(--cognac); text-align:center; cursor:pointer; background:none; border:none; padding:0; text-decoration:underline; font-family:var(--font-body); }
.jr-popup-dismiss:hover { color:var(--crimson); }

/* FORM PAGES */
.form-embed-wrap { background:var(--white); border-radius:var(--radius-lg); padding:8px; box-shadow:var(--shadow-sm); overflow:hidden; }

/* PLATFORM BADGES */
.platform-badges { display:flex; flex-wrap:wrap; gap:14px; align-items:center; margin-top:16px; }
.platform-badges img { height:44px; width:auto; }

/* PODCAST HERO LOGO */
.podcast-hero-logo { height:100px; width:auto; margin:0 auto 24px; display:block; }
@media (min-width:640px) { .podcast-hero-logo { height:120px; } }

/* WHAT WE BELIEVE */
.belief-section { padding:52px 0; border-bottom:1px solid var(--silver-mist); }
.belief-section:last-child { border-bottom:none; }
.belief-label { font-size:11px; font-weight:500; letter-spacing:.18em; text-transform:uppercase; color:var(--warm-gold); margin-bottom:8px; display:block; }
.belief-section h2 { font-size:clamp(24px,3vw,34px); margin-bottom:20px; }
.belief-section p { font-size:16px; line-height:1.9; margin-bottom:1rem; }

/* ANIMATIONS */
.anim { opacity:0; transform:translateY(28px); transition:opacity .7s var(--ease), transform .7s var(--ease); }
.anim.anim--from-left { transform:translateX(-28px); }
.anim.anim--from-right { transform:translateX(28px); }
.anim.anim--in { opacity:1; transform:translate(0); }
.anim-d1 { transition-delay:.08s; } .anim-d2 { transition-delay:.16s; } .anim-d3 { transition-delay:.24s; }
.anim-d4 { transition-delay:.32s; } .anim-d5 { transition-delay:.40s; } .anim-d6 { transition-delay:.48s; }

/* WP DEFAULTS */
.wp-block-image img { border-radius:var(--radius-lg); }
.wp-block-quote { border-left:4px solid var(--warm-gold); padding-left:24px; margin:32px 0; }
.wp-block-quote p { font-family:var(--font-display); font-style:italic; font-size:20px; color:var(--espresso); }
@media (max-width:639px) { .hide-sm { display:none !important; } }

/* =============================================
   DESKTOP EDITS v3.1
============================================= */

/* NAV DROPDOWN — higher contrast */
.nav-dropdown {
  background: #1a0e09 !important;
  border-top: 3px solid var(--warm-gold) !important;
  border-left: 1px solid rgba(201,168,76,.25);
  border-right: 1px solid rgba(201,168,76,.25);
  border-bottom: 1px solid rgba(201,168,76,.25);
}
.nav-dropdown-link:hover {
  background: rgba(201,168,76,.14) !important;
}

/* HERO — text panel behind content so face shows through */
.hero-content-panel {
  background: rgba(44,24,16,.68);
  border-radius: var(--radius-lg);
  padding: 44px 48px;
  display: inline-block;
  max-width: 580px;
  backdrop-filter: blur(2px);
}
/* Reduce global hero overlay opacity */
.hero-fullbleed::after {
  background: linear-gradient(
    to right,
    rgba(44,24,16,.62) 0%,
    rgba(44,24,16,.45) 40%,
    rgba(44,24,16,.15) 70%,
    rgba(44,24,16,.05) 100%
  ) !important;
}

/* PODCAST SOCIAL ICONS — large square gold */
.social-icon-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 32px;
}
.social-icon-tile {
  width: 56px;
  height: 56px;
  border-radius: 10px;
  background: var(--warm-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 22px;
  transition: background var(--t) var(--ease), transform var(--t) var(--ease);
  text-decoration: none;
}
.social-icon-tile:hover {
  background: var(--espresso);
  transform: translateY(-3px);
  opacity: 1;
}

/* MILITARY DISCOUNT — full section */
.military-section {
  background: var(--espresso);
  padding: 80px 0;
  text-align: center;
}
.military-section h2 { color: var(--cream); margin-bottom: 16px; }
.military-section p  { color: var(--silver-mist); font-size: 16px; line-height: 1.9; max-width: 640px; margin: 0 auto 28px; }

/* CTA BAND label — ensure label text is cream/gold on red */
.cta-band .label { color: rgba(250,247,242,.75) !important; }

/* FORM STACKED — full width below content */
.form-stacked { max-width: 720px; margin: 40px auto 0; }
.form-stacked .form-embed-wrap { background: var(--white); border-radius: var(--radius-lg); padding: 12px; box-shadow: var(--shadow-sm); }

/* PODCAST FEATURED EPISODE — copy left, players right stacked */
.featured-ep-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: start;
}
@media (min-width: 640px) {
  .featured-ep-grid { grid-template-columns: 1fr 1fr; gap: 56px; }
}
.featured-ep-players { display: flex; flex-direction: column; gap: 28px; }

/* PORTRAIT image in two-col */
.two-col-image-portrait {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  max-width: 360px;
  margin: 0 auto;
}
.two-col-image-portrait img { width: 100%; height: auto; display: block; }

/* =============================================
   MOBILE EDITS — Typography + Grid
============================================= */

/* H1 — larger on small screens */
h1 { font-size: clamp(40px, 9vw, 58px); }

/* Hero H1s — slightly bigger floor */
.hero-fullbleed h1,
.hero-inner h1,
.hero-parallax h1 {
  font-size: clamp(36px, 8vw, 72px);
}

/* H2 — larger floor + heavier weight on mobile */
h2 { font-size: clamp(30px, 6vw, 44px); font-weight: 600; }

/* Restore normal weight on larger screens where display fonts breathe */
@media (min-width: 768px) {
  h2 { font-weight: 400; }
}

/* SERVICES GRID
   Portrait mobile  : 1 col
   Landscape mobile : 2 col  (≥ 540px OR landscape orientation)
   Desktop          : 3 col  (≥ 768px)
*/
.services-grid {
  grid-template-columns: 1fr !important;
}
@media (min-width: 540px), (orientation: landscape) and (max-width: 767px) {
  .services-grid {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media (min-width: 768px) {
  .services-grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

/* =============================================
   EDITS v3.2 — URLs, Carousel Fix, Layout
============================================= */

/* CAROUSEL — prevent overflow bleed */
.jr-carousel { overflow: hidden; position: relative; width: 100%; }
.carousel-track { display: flex; gap: 16px; transition: transform .5s cubic-bezier(.4,0,.2,1); will-change: transform; min-width: 0; }
.carousel-card { flex-shrink: 0; min-width: 0; box-sizing: border-box; }
.testimonial-card { height: 100%; overflow: hidden; }

/* HERO — widen panel, flip text to RIGHT so faces show on left */
.hero-content-panel {
  background: rgba(44,24,16,.72);
  border-radius: var(--radius-lg);
  padding: 44px 52px;
  max-width: 620px;
  margin-left: auto;
  margin-right: 0;
  backdrop-filter: none;
}
.hero-fullbleed .hero-content-wrap .container {
  display: flex;
  justify-content: flex-end;
}

/* FOOTER logo — match header size */
.footer-logo img,
.footer-logo .custom-logo-link img,
.footer-logo .custom-logo { height: 46px !important; width: auto !important; max-width: none !important; }

/* TABLET NAV — hamburger + CTA only, hide full nav */
@media (min-width: 768px) and (max-width: 1023px) {
  .main-nav .nav-list { display: none; }
  .main-nav { display: flex; align-items: center; }
  .hamburger { display: flex !important; }
}

/* PREMARITAL — 2-col bullet list on desktop */
.premarital-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 24px;
  margin-top: 16px;
}
@media (max-width: 639px) {
  .premarital-items { grid-template-columns: 1fr; }
}

/* PODCAST — social icon tiles RED, hover espresso */
.social-icon-tile {
  background: var(--crimson) !important;
}
.social-icon-tile:hover {
  background: var(--espresso) !important;
}

/* PODCAST — Featured Episode red background */
.featured-ep-red { background: var(--crimson) !important; }
.featured-ep-red h2 { color: var(--cream) !important; }
.featured-ep-red p  { color: rgba(250,247,242,.85) !important; }
.featured-ep-red .label { color: rgba(250,247,242,.75) !important; }

/* RESOURCES — Join Community popup */
.community-popup {
  position: fixed;
  inset: 0;
  z-index: 99998;
  background: rgba(44,24,16,.75);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .4s ease;
}
.community-popup.active { opacity: 1; pointer-events: all; }
.community-popup-inner {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 48px 40px;
  max-width: 640px;
  width: 100%;
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: var(--shadow-lg);
}
.community-popup-close {
  position: absolute;
  top: 14px; right: 16px;
  background: none; border: none;
  font-size: 24px; color: var(--cognac);
  cursor: pointer; line-height: 1; padding: 4px;
  transition: color var(--t);
}
.community-popup-close:hover { color: var(--crimson); }

/* TRIBE section — two-col with form */
.tribe-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: start;
  margin-top: 32px;
}
@media (min-width: 640px) {
  .tribe-grid { grid-template-columns: 1fr 1fr; gap: 56px; }
}

/* HERO PANEL — back to LEFT (new photo is composed open-left) */
.hero-content-panel {
  margin-left: 0 !important;
  margin-right: auto !important;
}
.hero-fullbleed .hero-content-wrap .container {
  justify-content: flex-start !important;
}

/* =============================================
   EDITS v3.3 — Final round
============================================= */

/* TABLET BREAKPOINT — hamburger at 1200px and below */
.main-nav .nav-list { display: none; }
@media (min-width: 1200px) {
  .main-nav .nav-list { display: flex; }
  .hamburger { display: none !important; }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .main-nav { display: flex; }
  .hamburger { display: flex !important; }
}

/* FOOTER LOGO — force same height as header */
.site-footer .footer-logo a,
.site-footer .footer-logo .custom-logo-link,
.site-footer .footer-logo img,
.site-footer .footer-logo .custom-logo-link img,
.site-footer .footer-logo .custom-logo { 
  height: 46px !important; 
  width: auto !important; 
  max-width: none !important;
  max-height: 46px !important;
  display: block !important;
}

/* HERO H1 — remove forced line break, flow as one sentence */
.hero-fullbleed h1 em {
  display: inline !important;
  font-style: italic;
  color: var(--warm-gold);
}

/* Mobile hero H1 — stronger weight */
@media (max-width: 639px) {
  .hero-content-panel h1 {
    font-size: clamp(36px, 10vw, 52px);
    font-weight: 600;
  }
}

/* FEATURED EPISODE social icons — white with espresso rollover */
.featured-social-row {
  display: flex;
  gap: 12px;
  margin-top: 24px;
  flex-wrap: wrap;
}
.featured-social-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid rgba(250,247,242,.5);
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--cream);
  font-size: 15px;
  transition: background var(--t), border-color var(--t);
  text-decoration: none;
}
.featured-social-btn:hover {
  background: var(--espresso);
  border-color: var(--espresso);
  color: var(--cream);
  opacity: 1;
}

/* =============================================
   EDITS v3.4 — Final targeted fixes
============================================= */

/* MOBILE MENU — above header, single X */
.mobile-menu { z-index: 99999 !important; }

/* NAV CTA — hide on tablet/hamburger breakpoints */
@media (max-width: 1199px) {
  .nav-cta { display: none !important; }
}

/* MOBILE HERO — auto height, centered, above fold */
@media (max-width: 639px) {
  .hero-fullbleed {
    min-height: 0 !important;
    height: auto !important;
  }
  .hero-fullbleed .hero-content-wrap {
    padding: 72px 0 52px !important;
  }
  .hero-content-panel {
    margin: 0 auto !important;
    text-align: center !important;
    padding: 32px 20px !important;
    max-width: 100% !important;
  }
  .hero-content-panel h1 {
    font-size: clamp(34px, 9vw, 48px) !important;
  }
  .hero-content-panel .btn-group {
    justify-content: center !important;
  }
  .hero-content-panel .hero-sub {
    max-width: 100% !important;
  }
}

/* ── EYEBROW LABEL SIZE OPTIONS ──────────────────────────
   Hamilton: pick one of the three options below, then we'll
   lock it in globally and remove the others.
   Preview by temporarily uncommenting one block at a time.
─────────────────────────────────────────────────────────── */

/* EYEBROW LABEL — Option C locked in */
.label { font-size: 14px; letter-spacing: .11em; }

/* ── BLOG 3-COLUMN LAYOUT ────────────────────────────── */
.blog-layout-3col {
  display: grid;
  grid-template-columns: 220px 1fr 260px;
  grid-template-areas: "toc article sidebar";
  gap: 48px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 24px;
  align-items: start;
}
.blog-toc-sidebar { grid-area: toc; position: sticky; top: 100px; align-self: start; }
.post-body        { grid-area: article; }
.blog-sidebar-right { grid-area: sidebar; position: sticky; top: 100px; align-self: start; }

.blog-toc--sticky {
  position: sticky;
  top: 100px;
  background: var(--cream);
  border-radius: var(--radius-md);
  padding: 24px;
}
.blog-toc--sticky h4 {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--cognac);
  margin-bottom: 16px;
}
.blog-toc-list { list-style: none; padding: 0; margin: 0; }
.blog-toc-list li { margin-bottom: 10px; }
.blog-toc-list a {
  font-size: 13px;
  color: var(--text);
  text-decoration: none;
  line-height: 1.5;
  transition: color var(--t);
  display: block;
}
.blog-toc-list a:hover,
.blog-toc-list a.toc-active { color: var(--crimson); }
.blog-toc-list .toc-h3 { padding-left: 14px; font-size: 12px; }

.blog-sidebar-right .share-box {
  background: var(--cream);
  border-radius: var(--radius-md);
  padding: 24px;
}
.blog-sidebar-right .share-box h4 {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--cognac);
  margin-bottom: 16px;
}
.blog-sidebar-right .share-btn {
  width: 100%;
  margin-bottom: 8px;
  font-size: 13px;
}

@media (max-width: 1100px) {
  .blog-layout-3col {
    grid-template-columns: 1fr 260px;
    grid-template-areas: "article sidebar";
  }
  .blog-toc-sidebar { display: none; }
}
@media (max-width: 767px) {
  .blog-layout-3col {
    grid-template-columns: 1fr;
    grid-template-areas: "article";
    padding: 40px 20px;
  }
  .blog-sidebar-right { display: none; }
}

/* ═══════════════════════════════════════
   v5 — HERO SPLIT & TEXT-ONLY VARIANTS
═══════════════════════════════════════ */
.hero-split { overflow: hidden; }
.hero-split .two-col { align-items: flex-end; }
.hero-text-only { background: var(--cream); }
.hero-text-only h1 { color: var(--espresso); }

/* ═══════════════════════════════════════
   v5 — CONTACT PAGE CARDS HOVER
═══════════════════════════════════════ */
.contact-quick-btn:hover { opacity: .85 !important; }

/* ═══════════════════════════════════════
   v5 — CPT ARCHIVE PAGINATION
═══════════════════════════════════════ */
.nav-links { display: flex; justify-content: center; gap: 8px; flex-wrap: wrap; margin-top: 40px; }
.nav-links a, .nav-links span { display: inline-flex; align-items: center; justify-content: center;
  padding: 8px 16px; border: 1.5px solid rgba(0,0,0,.15); border-radius: 4px;
  font-family: var(--font-body); font-size: 13px; font-weight: 500; color: var(--espresso);
  text-decoration: none; transition: all .2s; }
.nav-links a:hover { background: var(--crimson); color: #fff; border-color: var(--crimson); }
.nav-links .current { background: var(--crimson); color: #fff; border-color: var(--crimson); }

/* ═══════════════════════════════════════
   v5 — FLEXIBLE SECTION PROSE
═══════════════════════════════════════ */
.prose p { margin-bottom: 18px; line-height: 1.75; }
.prose ul, .prose ol { padding-left: 24px; margin-bottom: 18px; }
.prose li { margin-bottom: 8px; line-height: 1.65; }
.prose strong { font-weight: 600; color: var(--espresso); }
.prose a { color: var(--crimson); text-decoration: underline; }

/* ═══════════════════════════════════════
   v6 — QUALIFIER GRID (Coaching + Premarital)
═══════════════════════════════════════ */
.qualifier-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 40px;
}
.qualifier-grid--1col { grid-template-columns: 1fr; }
.qualifier-grid--3col { grid-template-columns: 1fr 1fr 1fr; }
@media (max-width: 640px) {
  .qualifier-grid, .qualifier-grid--2col, .qualifier-grid--3col { grid-template-columns: 1fr; }
}

/* ═══════════════════════════════════════
   v6 — TOPIC TAG CLOUD (espresso bg)
═══════════════════════════════════════ */
.topic-tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 8px;
}
.topic-tag-cloud .topic-tag {
  background: rgba(255,255,255,0.12);
  color: var(--cream);
  border: 1px solid rgba(255,255,255,0.2);
}

/* ═══════════════════════════════════════
   v6 — CREDENTIALS BADGE ROW
═══════════════════════════════════════ */
.cred-badges-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin-top: 32px;
}
.cred-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--white);
  border: 1.5px solid rgba(0,0,0,0.1);
  border-radius: 8px;
  padding: 14px 20px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  color: var(--espresso);
  box-shadow: 0 1px 6px rgba(0,0,0,0.05);
  white-space: nowrap;
}
.cred-badge i {
  color: var(--warm-gold);
  font-size: 18px;
  flex-shrink: 0;
}
@media (max-width: 640px) {
  .cred-badge { font-size: 13px; padding: 12px 14px; }
  .cred-badges-row { gap: 10px; }
}

/* ═══════════════════════════════════════
   v6 — TESTIMONIAL CAROUSEL (Podcast)
═══════════════════════════════════════ */
.testimonial-carousel-wrap { position: relative; overflow: hidden; margin-top: 32px; }
.testimonial-carousel {
  display: flex;
  transition: transform 0.45s cubic-bezier(0.25,0.46,0.45,0.94);
}
.testimonial-slide {
  flex: 0 0 100%;
  padding: 0 20px;
}
.t-slide-inner {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 16px;
  padding: 40px 36px;
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}
.testimonial-slide blockquote {
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  font-style: italic;
  color: var(--cream);
  line-height: 1.65;
  margin: 0 0 20px;
}
.testimonial-slide cite {
  font-size: 13px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--warm-gold);
  font-style: normal;
}
.carousel-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 28px;
}
.pod-carousel-btn {
  width: 40px; height: 40px;
  border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,0.3);
  background: transparent;
  color: var(--cream);
  font-size: 14px;
  cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center;
  transition: all .2s;
  flex-shrink: 0;
}
.pod-carousel-btn:hover {
  background: var(--warm-gold);
  border-color: var(--warm-gold);
  color: var(--espresso);
}
.carousel-dots {
  display: flex;
  gap: 8px;
  align-items: center;
}
.carousel-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,0.3);
  cursor: pointer;
  transition: background .2s;
}
.carousel-dot.active {
  background: var(--warm-gold);
  width: 10px; height: 10px;
}

/* ═══════════════════════════════════════
   v6 — FAQ FILTER TABS
═══════════════════════════════════════ */
.faq-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 48px;
}
.faq-tab {
  padding: 9px 18px;
  border-radius: 100px;
  border: 1.5px solid rgba(0,0,0,0.15);
  background: transparent;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  color: var(--espresso);
  cursor: pointer;
  transition: all .2s;
  letter-spacing: .03em;
}
.faq-tab:hover { border-color: var(--crimson); color: var(--crimson); }
.faq-tab.faq-tab--active {
  background: var(--crimson);
  border-color: var(--crimson);
  color: #fff;
}

/* ═══════════════════════════════════════
   v6 — BLOG SIDEBAR STICKY + CTA
═══════════════════════════════════════ */
/* .blog-sidebar-right--sticky — sticky now handled by .blog-sidebar-right base class */
.sidebar-cta-sticky {
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin-top: 24px;
}

/* ═══════════════════════════════════════
   v6 — BLOG AUTHOR META (below title)
═══════════════════════════════════════ */
.post-author-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 20px;
  padding: 16px 0;
  border-top: 1px solid var(--silver-mist);
  border-bottom: 1px solid var(--silver-mist);
}

/* ═══════════════════════════════════════
   v6 — PODCAST LOGO SIZE CONTROL
   (handled inline via PHP, no extra CSS needed)
═══════════════════════════════════════ */

/* ═══════════════════════════════════════
   v6 — WHAT WE BELIEVE - Reduced Hero Gap
   Scoped only to that page via body class
═══════════════════════════════════════ */
body.page-template-page-what-we-believe .hero-inner + section { padding-top: 24px !important; }

/* ═══════════════════════════════════════
   v6 — CAROUSEL JS INIT (added to main.js separately)
═══════════════════════════════════════ */

/* ═══════════════════════════════════════
   v7 — PODCAST 2-UP MANUAL CAROUSEL
═══════════════════════════════════════ */
.pod-testimonial-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 40px;
}
.pod-testimonial-track-outer {
  flex: 1;
  overflow: hidden;
}
.pod-testimonial-track {
  display: flex;
  gap: 20px;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.pod-t-slide {
  flex: 0 0 calc(50% - 10px);
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 14px;
  padding: 32px 28px;
}
@media (max-width: 640px) {
  .pod-t-slide { flex: 0 0 100%; }
  .pod-carousel-btn { display: none; }
}
.pod-t-slide blockquote {
  font-family: var(--font-display);
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  font-style: italic;
  color: var(--cream);
  line-height: 1.65;
  margin: 0 0 16px;
}
.pod-t-slide cite {
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--warm-gold);
  font-style: normal;
}
.pod-carousel-dots { display: flex; gap: 8px; justify-content: center; }
.pod-carousel-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,0.3);
  border: none;
  cursor: pointer;
  transition: background .2s;
  padding: 0;
}
.pod-carousel-dot.active { background: var(--warm-gold); width: 10px; height: 10px; }

/* ═══════════════════════════════════════
   v7 — BLOG RESPONSIVE SIDEBAR
═══════════════════════════════════════ */
@media (max-width: 1024px) {
  .blog-layout-3col {
    grid-template-columns: 1fr 280px;
    grid-template-areas: "article sidebar";
  }
  .blog-toc-sidebar { display: none; }
}
@media (max-width: 768px) {
  .blog-layout-3col {
    grid-template-columns: 1fr;
    grid-template-areas: "article";
  }
  .blog-sidebar-right { display: none; }
}

/* ═══════════════════════════════════════
   v8 — RICH TWO-COLUMN SOCIAL ICONS
═══════════════════════════════════════ */
.social-icon-btn {
  width: 36px; height: 36px;
  border-radius: 50%;
  border: 1.5px solid rgba(0,0,0,0.15);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--espresso);
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
}
.social-icon-btn:hover {
  border-color: var(--crimson);
  color: var(--crimson);
  transform: translateY(-2px);
}

/* Dark background social icons */
[style*="espresso"] .social-icon-btn,
[style*="crimson"] .social-icon-btn,
[style*="#111"] .social-icon-btn {
  border-color: rgba(255,255,255,0.3);
  color: var(--cream);
}
[style*="espresso"] .social-icon-btn:hover,
[style*="crimson"] .social-icon-btn:hover,
[style*="#111"] .social-icon-btn:hover {
  border-color: var(--warm-gold);
  color: var(--warm-gold);
}

/* ═══════════════════════════════════════
   v8 — RICH COLUMN PROSE STYLING
═══════════════════════════════════════ */
.rich-col { flex: 1; min-width: 280px; }
.rich-col .prose img {
  max-width: 100%;
  height: auto;
  border-radius: var(--radius-md);
  margin: 16px 0;
}
.rich-col .prose iframe {
  max-width: 100%;
  border-radius: var(--radius-md);
  margin: 16px 0;
}

/* ═══════════════════════════════════════
   v8 — HOW IT WORKS / STEPS GRID
═══════════════════════════════════════ */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 28px;
  margin-top: 8px;
}
.step-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(0,0,0,0.07);
  border-radius: 12px;
  padding: 32px 24px;
  text-align: center;
  position: relative;
}
.step-number {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--crimson);
  color: #fff;
  font-family: var(--font-display);
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
}

/* ═══════════════════════════════════════
   v8 — BLOG POST-HEADER PADDING
═══════════════════════════════════════ */

/* ═══════════════════════════════════════
   v9 — HERO FULL-IMAGE (generic page.php)
═══════════════════════════════════════ */
section.hero {
  position: relative;
  background-image: var(--hero-bg);
  background-size: cover;
  background-position: center;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 0 80px;
  text-align: center;
  color: #fff;
  overflow: hidden;
}
section.hero .hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(44,24,16,0.65);
  z-index: 0;
}
section.hero .hero-content,
section.hero .container {
  position: relative;
  z-index: 1;
}
section.hero h1 {
  color: #fff;
  font-size: clamp(2.2rem, 4.5vw, 3.6rem);
  line-height: 1.1;
  margin-bottom: 16px;
}
section.hero .hero-sub {
  color: rgba(250,247,242,.85);
  max-width: 600px;
  margin: 0 auto;
}
section.hero .hero-btns {
  display: flex;
  gap: 14px;
  justify-content: center;
  margin-top: 28px;
  flex-wrap: wrap;
}

/* ═══════════════════════════════════════
   v9 — TOPIC TAGS CONTRAST FIXES
═══════════════════════════════════════ */
.topic-tag-cloud .topic-tag {
  background: rgba(255,255,255,0.15);
  color: var(--cream);
  border: 1px solid rgba(255,255,255,0.25);
  padding: 8px 18px;
  border-radius: 100px;
  font-size: 14px;
  display: inline-block;
}
/* Cream/light bg — dark tags */
section[style*="cream"] .topic-tag-cloud .topic-tag,
section[style*="white"] .topic-tag-cloud .topic-tag {
  background: var(--espresso);
  color: var(--cream);
  border-color: var(--espresso);
}
/* Ensure headline visible on dark bg */
section[style*="espresso"] h2,
section[style*="#111"] h2 {
  color: var(--cream) !important;
}

/* ═══════════════════════════════════════
   v9 — SCRIPTURE / QUOTE CALLOUT RESTYLE
   Gold line on top (centered), centered text
═══════════════════════════════════════ */
.scripture-callout-inner {
  text-align: center;
  max-width: 820px;
  margin: 0 auto;
  padding: 20px 40px;
}
.scripture-callout-inner::before {
  content: '';
  display: block;
  width: 56px;
  height: 3px;
  background: var(--warm-gold);
  margin: 0 auto 32px;
}
.scripture-callout-inner blockquote {
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 2.5vw, 1.9rem);
  line-height: 1.55;
  font-style: italic;
  margin: 0 0 20px;
}
.scripture-callout-inner cite {
  font-size: 13px;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-style: normal;
  opacity: .75;
  display: block;
}

/* ═══════════════════════════════════════
   v9 — HOW IT WORKS — LARGER TITLES
═══════════════════════════════════════ */
.step-card h3 {
  font-size: clamp(18px, 2vw, 22px) !important;
  font-family: var(--font-display);
  font-weight: 400;
  margin-bottom: 12px !important;
}
.step-number {
  width: 52px; height: 52px;
  font-size: 22px;
}

/* ═══════════════════════════════════════
   v9 — FLEXIBLE TESTIMONIAL CAROUSEL
═══════════════════════════════════════ */
.flex-testimonial-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 40px;
}
.flex-testimonial-outer {
  flex: 1;
  overflow: hidden;
}
.flex-testimonial-track {
  display: flex;
  gap: 20px;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.flex-t-card {
  flex: 0 0 calc(33.333% - 14px);
  background: var(--white);
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 14px;
  padding: 28px 24px;
  text-align: left;
}
.flex-t-card .t-stars { color: var(--warm-gold); font-size: 16px; margin-bottom: 14px; }
.flex-t-card blockquote {
  font-family: var(--font-display);
  font-size: 15px;
  font-style: italic;
  line-height: 1.65;
  margin: 0 0 16px;
}
.flex-t-card cite {
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--warm-gold);
  font-style: normal;
  font-weight: 600;
}
.flex-carousel-btn {
  width: 40px; height: 40px;
  border-radius: 50%;
  border: 1.5px solid rgba(0,0,0,0.15);
  background: transparent;
  color: var(--espresso);
  font-size: 14px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all .2s;
  flex-shrink: 0;
}
.flex-carousel-btn:hover {
  background: var(--warm-gold);
  border-color: var(--warm-gold);
  color: #fff;
}
/* Dark bg carousel buttons */
section[style*="espresso"] .flex-carousel-btn,
section[style*="#111"] .flex-carousel-btn,
section[style*="crimson"] .flex-carousel-btn {
  border-color: rgba(255,255,255,0.3);
  color: var(--cream);
}
.flex-carousel-dots {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 24px;
}
.flex-carousel-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: rgba(0,0,0,0.2);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background .2s;
}
.flex-carousel-dot.active {
  background: var(--warm-gold);
  width: 10px; height: 10px;
}
@media (max-width: 900px) {
  .flex-t-card { flex: 0 0 calc(50% - 10px); }
}
@media (max-width: 640px) {
  .flex-t-card { flex: 0 0 100%; }
  .flex-carousel-btn { display: none; }
}

/* ═══════════════════════════════════════
   v9 — TEAM BIOS SECTION
═══════════════════════════════════════ */
.team-bios-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 32px;
  margin-top: 40px;
}
.bio-card {
  background: var(--white);
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 14px;
  padding: 40px 32px;
  text-align: center;
  box-shadow: 0 2px 16px rgba(0,0,0,0.05);
}
.bio-photo {
  width: 150px; height: 150px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid var(--warm-gold);
  margin: 0 auto 20px;
  display: block;
}
.bio-card h3 {
  font-size: 22px;
  margin-bottom: 6px;
}
.bio-card .bio-title {
  font-size: 14px;
  font-style: italic;
  color: var(--cognac);
  margin-bottom: 16px;
}
.bio-card .bio-text {
  font-size: 15px;
  line-height: 1.75;
  text-align: left;
}

/* ═══════════════════════════════════════
   v9 — PARALLAX SECTION
═══════════════════════════════════════ */
.parallax-section {
  position: relative;
  min-height: 440px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.parallax-section .parallax-bg-img {
  position: absolute;
  inset: -80px 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: 0;
}
.parallax-section .parallax-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.parallax-section .parallax-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
  padding: 80px 20px;
}
.parallax-section .parallax-content h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  line-height: 1.15;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .parallax-section .parallax-bg-img { background-attachment: scroll; }
}

/* ═══════════════════════════════════════
   v9 — RICH CONTENT LABEL STYLING
   Ensures labels in WYSIWYG match site style
═══════════════════════════════════════ */
.prose .label,
.rich-col .label {
  display: block;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--warm-gold);
  margin-bottom: 12px;
}

/* ═══════════════════════════════════════
   v9.2 — OUTLINE-WHITE BUTTON (for dark backgrounds)
═══════════════════════════════════════ */
.btn--outline-white {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255,255,255,0.6);
}
.btn--outline-white:hover {
  background: #fff;
  color: var(--crimson);
  border-color: #fff;
}

/* ═══════════════════════════════════════
   v9.2 — UNIVERSAL: OUTLINE BUTTONS ON DARK BACKGROUNDS
   Any section with white/cream text automatically gets white outline buttons
═══════════════════════════════════════ */
[style*="color:#fff"] .btn--outline,
[style*="color:var(--cream)"] .btn--outline,
.cta-band .btn--outline {
  color: #fff;
  border-color: rgba(255,255,255,0.6);
}
[style*="color:#fff"] .btn--outline:hover,
[style*="color:var(--cream)"] .btn--outline:hover,
.cta-band .btn--outline:hover {
  background: #fff;
  color: var(--crimson);
  border-color: #fff;
}

/* ═══════════════════════════════════════
   v10 — CAROUSEL INACTIVE DOTS GREY
═══════════════════════════════════════ */
.carousel-dot,
.flex-carousel-dot,
.pod-carousel-dot {
  background: rgba(128,128,128,0.4) !important;
}
.carousel-dot.active,
.flex-carousel-dot.active,
.pod-carousel-dot.active {
  background: var(--warm-gold) !important;
}

/* ═══════════════════════════════════════
   v10 — MOBILE HERO PADDING REDUCTION
═══════════════════════════════════════ */
@media (max-width: 768px) {
  .hero-fullbleed .hero-content-wrap {
    min-height: 70vh !important;
    padding: 80px 0 40px !important;
  }
  .hero-fullbleed .hero-content-panel {
    padding: 32px 24px !important;
  }
  .hero-fullbleed .hero-content-panel h1 {
    font-size: 2rem !important;
  }
  section.hero {
    min-height: 60vh;
    padding: 80px 0 60px;
  }
  .hero-inner {
    padding: 70px 0 50px;
  }
  .hero-split {
    padding: 50px 0 0 !important;
  }
}

/* ═══════════════════════════════════════
   v10 — MOBILE HERO BACKGROUND IMAGE SWAP
═══════════════════════════════════════ */
@media (max-width: 768px) {
  section.hero[data-mobile-bg] {
    --hero-bg: attr(data-mobile-bg url) !important;
  }
}

/* ═══════════════════════════════════════
   v10 — SECTION DIVIDER
═══════════════════════════════════════ */
.section-divider {
  max-width: 120px;
  height: 1px;
  background: var(--warm-gold);
  margin: 0 auto;
  opacity: .4;
}

/* ═══════════════════════════════════════
   v10 — SERVICE CARDS GRID
═══════════════════════════════════════ */
.service-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
  text-align: left;
}
.service-card {
  background: var(--white);
  border: 1px solid rgba(0,0,0,0.07);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
  transition: transform var(--t), box-shadow var(--t);
}
.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

/* ═══════════════════════════════════════
   v10 — H1 HEADING CONSISTENCY
   Ensure all hero H1s match regardless of template
═══════════════════════════════════════ */
.hero-inner h1,
section.hero h1,
.hero-fullbleed h1,
.hero-split h1,
.hero-text-only h1,
.hero-parallax h1 {
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 5.5vw, 4.2rem) !important;
  font-weight: 400;
  line-height: 1.08;
}

/* ═══════════════════════════════════════
   v10 — TOPIC TAGS ON LIGHT BACKGROUNDS
   Ensure tags are visible on cream/white
═══════════════════════════════════════ */
.topic-tag {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 100px;
  font-size: 14px;
  font-family: var(--font-body);
  font-weight: 500;
}
/* Default (dark bg) */
.topic-tag-cloud .topic-tag {
  background: rgba(255,255,255,0.15);
  color: var(--cream);
  border: 1px solid rgba(255,255,255,0.25);
}

@media (max-width: 900px) {
  .service-cards-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .service-cards-grid { grid-template-columns: 1fr; }
}

/* v10.1 — Topic Tag pills universal fix */
.topic-tag-cloud .topic-tag {
  display: inline-block !important;
  padding: 8px 18px !important;
  border-radius: 100px !important;
  font-size: 14px !important;
  margin: 4px !important;
}

/* ═══════════════════════════════════════
   v10.3 — PARALLAX SECTIONS
═══════════════════════════════════════ */
section[style*="overflow:hidden"] > .container,
section[style*="overflow:hidden"] > div.container {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  section[style*="overflow:hidden"] > div[style*="background-attachment"] {
    background-attachment: scroll !important;
  }
}

/* ═══════════════════════════════════════
   v10.3 — SPLIT HERO MOBILE CONVERSION
   When mobile image is set, split becomes full-bg on mobile
═══════════════════════════════════════ */
@media (max-width: 768px) {
  .hero-split[data-mobile-bg] {
    background-size: cover !important;
    background-position: center !important;
    padding: 60px 0 40px !important;
    position: relative;
  }
  .hero-split[data-mobile-bg]::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(44,24,16,0.6);
    z-index: 0;
  }
  .hero-split[data-mobile-bg] .container {
    position: relative;
    z-index: 1;
  }
  .hero-split[data-mobile-bg] .split-hero-img-wrap {
    display: none !important;
  }
  .hero-split[data-mobile-bg] .split-hero-wrap > div:first-child {
    color: #fff;
  }
  .hero-split[data-mobile-bg] .split-hero-wrap h1 {
    color: #fff !important;
  }
  .hero-split[data-mobile-bg] .hero-sub {
    color: rgba(250,247,242,.85) !important;
  }
  .hero-split[data-mobile-bg] .label {
    color: var(--warm-gold) !important;
  }
  .hero-split[data-mobile-bg] .btn--outline {
    color: #fff;
    border-color: rgba(255,255,255,.6);
  }
}
