/*
Theme Name: EmpowerM3 Final Theme
Theme URI: https://empowerm3.com/
Author: Mike
Description: Custom WordPress theme generated from the approved EmpowerM3 V16 HTML.
Version: 1.0
Requires at least: 6.0
Tested up to: 6.8
Text Domain: empowerm3-final-theme
*/

html, body {
  margin: 0;
  padding: 0;
}

/*
Theme Name: EmpowerM3
Theme URI: https://empowerm3.com
Author: EmpowerM3 Life Coaching
Author URI: https://empowerm3.com
Description: Custom theme for Cindy North, ADHD Life Coach & Mental Fitness Coach
Version: 1.0.0
License: Private
Tags: coaching, adhd, custom
*/

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500&family=Outfit:wght@300;400;500;600;700&display=swap');

:root {
  --navy: #0e2444;
  --navy-mid: #1a3660;
  --blue: #1e5fa8;
  --blue-lt: #2d74c7;
  --gold: #b8860b;
  --gold-mid: #c8973a;
  --gold-lt: #d4a520;
  --cream: #faf8f4;
  --warm: #f4f1eb;
  --white: #ffffff;
  --text: #1c2330;
  --muted: #6b7585;
  --border: rgba(0,0,0,0.08);
  --r: 6px;
  --max: 1180px;
  --ease: cubic-bezier(.4,0,.2,1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Outfit', sans-serif; background: var(--cream); color: var(--text); line-height: 1.65; font-size: 16px; overflow-x: hidden; }
h1,h2,h3,h4,h5 { font-family: 'Cormorant Garamond', serif; line-height: 1.15; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 36px; }

/* NAV */
nav.site-nav { position: fixed; top: 0; width: 100%; z-index: 200; background: rgba(255,255,255,0.97); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(184,134,11,0.2); box-shadow: 0 1px 18px rgba(0,0,0,0.07); }
.nav-inner { max-width: var(--max); margin: 0 auto; padding: 0 36px; height: 70px; display: flex; align-items: center; justify-content: space-between; }
.nav-logo img { height: 44px; width: auto; }
.nav-menu { display: flex; gap: 30px; list-style: none; align-items: center; }
.nav-menu a { color: var(--navy); font-size: .78rem; font-weight: 500; letter-spacing: .07em; text-transform: uppercase; transition: color .25s; }
.nav-menu a:hover { color: var(--blue); }
.nav-menu .nav-cta a { background: var(--gold-mid); color: var(--navy) !important; padding: 10px 22px; border-radius: var(--r); font-weight: 700 !important; }
.nav-menu .nav-cta a:hover { background: var(--gold-lt); }

/* BUTTONS */
.btn-gold { display: inline-block; background: var(--gold-mid); color: var(--navy); padding: 14px 32px; border-radius: var(--r); font-weight: 700; font-size: .9rem; letter-spacing: .04em; transition: background .25s, transform .25s; }
.btn-gold:hover { background: var(--gold-lt); transform: translateY(-2px); }
.btn-navy { display: inline-block; background: var(--navy); color: #fff; padding: 14px 32px; border-radius: var(--r); font-weight: 600; font-size: .9rem; transition: background .25s, transform .25s; }
.btn-navy:hover { background: var(--navy-mid); transform: translateY(-2px); }
.btn-ghost { display: inline-block; border: 1.5px solid var(--navy); color: var(--navy); padding: 13px 30px; border-radius: var(--r); font-weight: 500; font-size: .9rem; transition: all .25s; }
.btn-ghost:hover { background: var(--navy); color: #fff; }
.btn-ghost-white { display: inline-block; border: 1.5px solid rgba(255,255,255,0.4); color: rgba(255,255,255,0.9); padding: 13px 30px; border-radius: var(--r); font-weight: 500; font-size: .9rem; transition: all .25s; }
.btn-ghost-white:hover { border-color: #fff; color: #fff; }

/* LABELS */
.label { font-size: .71rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.label::before { content: ''; display: block; width: 24px; height: 1.5px; background: currentColor; }
.label-blue { color: var(--blue); }
.label-gold { color: var(--gold-mid); }
.label-white { color: var(--gold-lt); }
.section-title { font-size: clamp(2rem,3.2vw,3rem); font-weight: 500; margin-bottom: 18px; }
.section-sub { font-size: 1rem; line-height: 1.78; color: var(--muted); max-width: 600px; }

/* HERO */
.hero { min-height: 100vh; background: var(--navy); display: grid; grid-template-columns: 1fr 1fr; padding-top: 70px; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 50% 70% at 75% 50%, rgba(30,95,168,.22) 0%, transparent 70%), radial-gradient(ellipse 35% 45% at 10% 85%, rgba(184,134,11,.1) 0%, transparent 60%); pointer-events: none; }
.hero-left { padding: 80px 56px 80px 0; display: flex; flex-direction: column; justify-content: center; position: relative; z-index: 2; }
.hero-eyebrow { font-size: .73rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-lt); display: flex; align-items: center; gap: 10px; margin-bottom: 26px; }
.hero-eyebrow::before { content: ''; display: block; width: 28px; height: 1.5px; background: var(--gold-lt); }
.hero h1 { font-size: clamp(2.8rem,4.5vw,4.2rem); color: #fff; font-weight: 500; margin-bottom: 28px; line-height: 1.08; }
.hero h1 em { color: var(--gold-lt); font-style: italic; display: block; }
.hero-sub { color: rgba(255,255,255,.7); font-size: 1.05rem; max-width: 480px; margin-bottom: 18px; line-height: 1.78; }
.hero-sub-2 { color: rgba(255,255,255,.5); font-family: 'Cormorant Garamond', serif; font-size: 1.05rem; max-width: 460px; margin-bottom: 42px; line-height: 1.7; font-style: italic; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 40px; }
.hero-creds { display: flex; gap: 18px; flex-wrap: wrap; }
.hero-cred { font-size: .73rem; color: rgba(255,255,255,.38); font-weight: 500; letter-spacing: .04em; display: flex; align-items: center; gap: 5px; }
.hero-cred::before { content: '✓'; color: var(--gold-mid); font-size: .8rem; }
.hero-right { position: relative; overflow: hidden; }
.hero-right img.hero-photo { width: 100%; height: 100%; object-fit: cover; object-position: center top; filter: brightness(.72) saturate(.85); }
.hero-right::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to right, var(--navy) 0%, rgba(14,36,68,.08) 38%), linear-gradient(to top, rgba(14,36,68,.6) 0%, transparent 55%); pointer-events: none; }
.hero-feather { position: absolute; bottom: -30px; right: -30px; z-index: 5; width: 200px; opacity: .1; pointer-events: none; transform: rotate(8deg); }
.hero-badge { position: absolute; bottom: 40px; left: 28px; z-index: 10; background: rgba(14,36,68,.92); border: 1px solid rgba(184,134,11,.4); backdrop-filter: blur(12px); padding: 20px 24px; border-radius: var(--r); max-width: 300px; }
.hero-badge-tag { font-size: .65rem; text-transform: uppercase; letter-spacing: .13em; color: var(--gold-lt); margin-bottom: 8px; font-weight: 700; }
.hero-badge-q { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 1rem; color: #fff; line-height: 1.45; }
.hero-badge-attr { margin-top: 9px; font-size: .7rem; color: rgba(255,255,255,.42); }

/* TRUST BAR */
.trust-bar { background: var(--navy-mid); border-top: 1px solid rgba(184,134,11,.15); border-bottom: 1px solid rgba(184,134,11,.15); padding: 18px 0; }
.trust-inner { max-width: var(--max); margin: 0 auto; padding: 0 36px; display: flex; align-items: center; justify-content: center; gap: 32px; flex-wrap: wrap; }
.ti { display: flex; align-items: center; gap: 7px; color: rgba(255,255,255,.55); font-size: .77rem; font-weight: 500; letter-spacing: .02em; }
.ti svg { width: 14px; height: 14px; color: var(--gold-lt); flex-shrink: 0; }
.tdiv { width: 1px; height: 20px; background: rgba(255,255,255,.1); }

/* SECTIONS */
section { padding: 100px 0; }
.bg-white { background: var(--white); }
.bg-cream { background: var(--cream); }
.bg-warm { background: var(--warm); }
.bg-navy { background: var(--navy); }

/* WHO */
.who-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.who-img { position: relative; }
.who-img-frame { position: absolute; top: -14px; left: -14px; right: 14px; bottom: 14px; border: 2px solid rgba(184,134,11,.25); border-radius: var(--r); pointer-events: none; }
.who-img img { width: 100%; border-radius: var(--r); object-fit: cover; aspect-ratio: 3/4; box-shadow: 20px 20px 0 rgba(184,134,11,.1); }
.who-intro { margin-bottom: 28px; }
.who-intro p { color: var(--muted); font-size: .97rem; line-height: 1.78; }
.who-cards { display: flex; flex-direction: column; gap: 11px; }
.wcard { display: flex; gap: 13px; padding: 16px 18px; border-radius: var(--r); background: var(--warm); border-left: 3px solid var(--gold-mid); transition: transform .25s, box-shadow .25s; }
.wcard:hover { transform: translateX(5px); box-shadow: 0 4px 18px rgba(0,0,0,.07); }
.wcard-icon { width: 36px; height: 36px; border-radius: 50%; background: rgba(30,95,168,.1); display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: .95rem; }
.wcard-title { font-weight: 600; font-size: .9rem; margin-bottom: 2px; color: var(--text); }
.wcard-desc { font-size: .82rem; color: var(--muted); line-height: 1.55; }
.who-quote { margin-top: 26px; border-left: 3px solid var(--blue); padding: 15px 22px; background: var(--cream); border-radius: 0 var(--r) var(--r) 0; }
.who-quote p { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; font-style: italic; color: var(--navy); line-height: 1.52; }
.who-quote cite { display: block; margin-top: 7px; font-size: .73rem; color: var(--muted); font-style: normal; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; }

/* PROGRAMS */
.programs-intro { max-width: 700px; margin-bottom: 56px; }
.programs-intro p { color: var(--muted); line-height: 1.78; margin-top: 16px; font-size: .97rem; }
.prog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-bottom: 28px; }
.prog-grid-2 { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; margin-bottom: 28px; }
.pcard { background: var(--white); border: 1px solid var(--border); border-radius: var(--r); padding: 30px 26px; position: relative; overflow: hidden; transition: transform .3s, box-shadow .3s, border-color .3s; }
.pcard::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(to right, var(--gold-mid), var(--gold-lt)); opacity: 0; transition: opacity .3s; }
.pcard:hover { transform: translateY(-4px); box-shadow: 0 14px 40px rgba(0,0,0,.09); border-color: rgba(184,134,11,.3); }
.pcard:hover::before { opacity: 1; }
.pcard-tag { font-size: .67rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; color: var(--blue); margin-bottom: 10px; }
.pcard h3 { font-size: 1.3rem; font-weight: 500; color: var(--navy); margin-bottom: 11px; line-height: 1.2; }
.pcard p { font-size: .85rem; color: var(--muted); line-height: 1.65; margin-bottom: 16px; }
.pcard-outcomes { list-style: none; display: flex; flex-direction: column; gap: 7px; margin-bottom: 20px; }
.pcard-outcomes li { display: flex; gap: 8px; align-items: flex-start; font-size: .81rem; color: var(--muted); }
.pcard-outcomes li::before { content: '→'; color: var(--gold-mid); flex-shrink: 0; font-size: .85rem; }
.pcard-cta { font-size: .8rem; font-weight: 700; color: var(--blue); letter-spacing: .04em; display: inline-flex; align-items: center; gap: 5px; transition: color .25s; }
.pcard-cta:hover { color: var(--gold-mid); }
.pcard.featured { background: var(--navy); border-color: transparent; }
.pcard.featured .pcard-tag { color: var(--gold-lt); }
.pcard.featured h3 { color: #fff; }
.pcard.featured p { color: rgba(255,255,255,.6); }
.pcard.featured .pcard-outcomes li { color: rgba(255,255,255,.65); }
.pcard.featured .pcard-outcomes li::before { color: var(--gold-lt); }
.pcard.featured .pcard-cta { color: var(--gold-lt); }
.pcard.featured::before { display: none; }
.drive-pills { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 18px; }
.drive-pill { padding: 4px 10px; border: 1px solid rgba(0,0,0,.12); border-radius: 100px; font-size: .71rem; color: var(--muted); }
.pcard-free { background: var(--cream); border: 1px solid var(--border); border-radius: var(--r); padding: 26px; display: flex; gap: 20px; align-items: flex-start; }
.pcard-free-icon { font-size: 1.8rem; flex-shrink: 0; }
.pcard-free h3 { font-size: 1.2rem; color: var(--navy); margin-bottom: 7px; }
.pcard-free p { font-size: .84rem; color: var(--muted); line-height: 1.6; margin-bottom: 12px; }

/* HOW WE GET THERE */
.hwgt-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; position: relative; z-index: 2; }
.hwgt-left h2 { color: #fff; font-size: clamp(2rem,3vw,2.8rem); margin-bottom: 20px; }
.hwgt-left p { color: rgba(255,255,255,.62); line-height: 1.78; margin-bottom: 16px; font-size: .97rem; }
.hwgt-quote { border-left: 3px solid var(--gold-mid); padding: 18px 24px; background: rgba(255,255,255,.05); border-radius: 0 var(--r) var(--r) 0; margin: 24px 0; }
.hwgt-quote p { font-family: 'Cormorant Garamond', serif; font-size: 1.12rem; font-style: italic; color: rgba(255,255,255,.88); line-height: 1.55; }
.hwgt-right { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: var(--r); padding: 38px; }
.hwgt-right h3 { font-family: 'Outfit', sans-serif; font-size: .78rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; color: var(--gold-lt); margin-bottom: 22px; }
.hwgt-steps { display: flex; flex-direction: column; }
.hwgt-step { display: flex; gap: 18px; align-items: flex-start; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.07); }
.hwgt-step:last-child { border-bottom: none; }
.hwgt-step-num { width: 48px; height: 48px; border-radius: 50%; background: var(--gold-mid); border: 2px solid var(--gold-lt); display: flex; align-items: center; justify-content: center; font-family: 'Cormorant Garamond', serif; font-size: 1.35rem; font-weight: 600; color: var(--navy); flex-shrink: 0; box-shadow: 0 0 0 4px rgba(184,134,11,.2); }
.hwgt-step-body h4 { font-family: 'Outfit', sans-serif; font-weight: 600; font-size: .9rem; color: #fff; margin-bottom: 4px; }
.hwgt-step-body p { font-size: .83rem; color: rgba(255,255,255,.52); line-height: 1.6; }

/* PQ */
.pq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.pq-copy h2 { font-size: clamp(1.9rem,2.8vw,2.7rem); margin-bottom: 18px; }
.pq-pause { font-family: 'Cormorant Garamond', serif; font-size: 1.35rem; font-style: italic; color: var(--navy); margin-bottom: 28px; line-height: 1.45; padding-left: 16px; border-left: 3px solid var(--gold-mid); }
.pq-outcomes { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 28px; }
.pq-outcomes li { display: flex; gap: 10px; align-items: flex-start; font-size: .88rem; color: var(--muted); line-height: 1.55; }
.pq-outcomes li::before { content: '✓'; color: var(--gold-mid); font-weight: 700; flex-shrink: 0; }
.pq-note { font-size: .78rem; color: var(--muted); font-style: italic; margin-top: 6px; }
.pq-card { background: var(--navy); border-radius: var(--r); padding: 38px; color: #fff; position: relative; overflow: hidden; }
.pq-card::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 70% 60% at 80% 20%, rgba(30,95,168,.35) 0%, transparent 65%); pointer-events: none; }
.pq-card-inner { position: relative; z-index: 1; }
.pq-feather-bg { position: absolute; bottom: -20px; right: -20px; width: 140px; opacity: .1; transform: rotate(10deg); pointer-events: none; }
.pq-card h3 { color: #fff; font-size: 1.6rem; margin-bottom: 8px; }
.pq-card .role { font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; color: var(--gold-lt); margin-bottom: 18px; font-weight: 600; }
.pq-card p { color: rgba(255,255,255,.65); font-size: .88rem; line-height: 1.7; margin-bottom: 14px; }
.pq-card-outcomes { list-style: none; display: flex; flex-direction: column; gap: 8px; margin-bottom: 20px; }
.pq-card-outcomes li { display: flex; gap: 8px; font-size: .82rem; color: rgba(255,255,255,.62); }
.pq-card-outcomes li::before { content: '→'; color: var(--gold-lt); flex-shrink: 0; }
.pq-disclaimer { font-size: .7rem; color: rgba(255,255,255,.25); margin-top: 16px; line-height: 1.5; border-top: 1px solid rgba(255,255,255,.08); padding-top: 14px; }

/* SPEAKING BAND */
.speaking-band { background: var(--warm); padding: 64px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.speaking-inner { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; }
.speaking-copy h2 { font-size: clamp(1.6rem,2.4vw,2.2rem); margin-bottom: 10px; }
.speaking-copy p { color: var(--muted); font-size: .94rem; max-width: 580px; }
.speaking-pills { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 14px; }
.spill { padding: 5px 14px; border: 1px solid var(--border); border-radius: 100px; font-size: .76rem; color: var(--muted); background: var(--white); }

/* GALLERY */
.gallery-grid { display: grid; grid-template-columns: 1fr; gap: 18px; margin-top: 32px; }
.gallery-row { display: grid; gap: 18px; }
.gallery-row.hero-row { grid-template-columns: 1fr; }
.gallery-row.support-row { grid-template-columns: repeat(5,1fr); }
@media (max-width: 1100px) { .gallery-row.support-row { grid-template-columns: repeat(3,1fr); } }
.gallery-grid .gcell { overflow: hidden; border-radius: 14px; background: #e9edf3; box-shadow: 0 10px 30px rgba(14,36,68,.08); }
.gallery-grid .gcell.hero { height: 430px; }
.gallery-grid .gcell.support { height: 240px; }
.gallery-grid .gcell img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; cursor: zoom-in; }
.gallery-grid .gcell:hover img { transform: scale(1.04); }

/* LIGHTBOX */
.lb-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,.92); z-index: 1000; align-items: center; justify-content: center; cursor: zoom-out; backdrop-filter: blur(6px); }
.lb-overlay.open { display: flex; }
.lb-img-wrap { position: relative; max-width: 90vw; max-height: 90vh; animation: lbIn .25s ease; }
.lb-img-wrap img { max-width: 90vw; max-height: 90vh; object-fit: contain; border-radius: 4px; box-shadow: 0 30px 80px rgba(0,0,0,.6); display: block; }
.lb-close { position: absolute; top: -16px; right: -16px; width: 36px; height: 36px; border-radius: 50%; background: var(--gold-mid); color: var(--navy); border: none; font-size: 1.1rem; font-weight: 700; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background .2s; }
.lb-close:hover { background: var(--gold-lt); }
.lb-prev, .lb-next { position: fixed; top: 50%; transform: translateY(-50%); background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); color: #fff; width: 48px; height: 48px; border-radius: 50%; font-size: 1.2rem; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background .2s; z-index: 1001; }
.lb-prev { left: 20px; }
.lb-next { right: 20px; }
.lb-prev:hover, .lb-next:hover { background: rgba(255,255,255,.2); }
.lb-counter { position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%); color: rgba(255,255,255,.5); font-size: .8rem; letter-spacing: .08em; }
@keyframes lbIn { from { opacity: 0; transform: scale(.92); } to { opacity: 1; transform: scale(1); } }

/* BOOK */
.book-section { background: var(--navy); position: relative; overflow: hidden; padding: 80px 0; }
.book-section::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 55% 80% at 20% 50%, rgba(30,95,168,.25) 0%, transparent 65%); pointer-events: none; }
.book-inner { display: grid; grid-template-columns: auto 1fr; gap: 64px; align-items: center; position: relative; z-index: 2; }
.book-cover { width: 200px; height: 280px; background: linear-gradient(135deg, rgba(184,134,11,.3) 0%, rgba(14,36,68,.8) 100%); border-radius: 4px; border: 1px solid rgba(184,134,11,.3); display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 24px; text-align: center; box-shadow: 20px 20px 40px rgba(0,0,0,.4); position: relative; }
.book-cover::before { content: ''; position: absolute; inset: 2px; border: 1px solid rgba(184,134,11,.15); border-radius: 3px; pointer-events: none; }
.book-cover-title { font-family: 'Cormorant Garamond', serif; font-size: 1.05rem; font-style: italic; color: #fff; line-height: 1.3; margin-bottom: 14px; }
.book-cover-auth { font-size: .73rem; letter-spacing: .1em; text-transform: uppercase; color: var(--gold-lt); }
.book-ribbon { position: absolute; top: 14px; right: -8px; background: var(--gold-mid); color: var(--navy); font-size: .63rem; font-weight: 700; letter-spacing: .08em; padding: 4px 10px; text-transform: uppercase; }
.book-copy h2 { color: #fff; font-size: clamp(2rem,3vw,2.8rem); margin-bottom: 14px; }
.book-copy p { color: rgba(255,255,255,.65); font-size: .97rem; line-height: 1.78; margin-bottom: 22px; max-width: 520px; }

/* TESTIMONIALS */
.tgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 48px; position: relative; z-index: 1; }
.tcard { background: var(--white); border: 1px solid var(--border); border-radius: var(--r); padding: 32px 28px; position: relative; transition: box-shadow .3s; }
.tcard:hover { box-shadow: 0 10px 36px rgba(0,0,0,.08); }
.tcard::before { content: '\201C'; font-family: 'Cormorant Garamond', serif; font-size: 5rem; line-height: .6; color: var(--blue); opacity: .12; position: absolute; top: 20px; left: 22px; }
.tquote { font-family: 'Cormorant Garamond', serif; font-size: 1.12rem; font-style: italic; color: var(--navy); line-height: 1.58; margin-top: 24px; margin-bottom: 16px; }
.tattr { font-size: .75rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }
.tcard.span2 { grid-column: span 2; background: var(--navy); }
.tcard.span2 .tquote { color: rgba(255,255,255,.9); }
.tcard.span2 .tattr { color: var(--gold-lt); }
.tcard.span2::before { color: var(--gold-lt); opacity: .25; }

/* BLOG */
.blog-hdr { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-bottom: 32px; }
.filters { display: flex; gap: 7px; flex-wrap: wrap; }
.fbtn { padding: 7px 15px; border: 1px solid var(--border); border-radius: 100px; font-size: .76rem; font-weight: 500; background: transparent; cursor: pointer; font-family: 'Outfit', sans-serif; color: var(--text); transition: all .25s; }
.fbtn.on, .fbtn:hover { background: var(--navy); color: #fff; border-color: var(--navy); }
.bgrid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.bcard { background: var(--white); border: 1px solid var(--border); border-radius: var(--r); overflow: hidden; transition: transform .3s, box-shadow .3s; }
.bcard:hover { transform: translateY(-4px); box-shadow: 0 14px 36px rgba(0,0,0,.09); }
.bimg { height: 160px; background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%); display: flex; align-items: center; justify-content: center; font-size: 2.4rem; }
.bbody { padding: 22px; }
.bcat { font-size: .67rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--blue); margin-bottom: 8px; }
.bcard h3 { font-size: 1.06rem; font-weight: 500; margin-bottom: 8px; line-height: 1.3; font-family: 'Cormorant Garamond', serif; }
.bcard p { font-size: .83rem; color: var(--muted); line-height: 1.6; margin-bottom: 12px; }
.bread { font-size: .78rem; font-weight: 700; color: var(--blue); display: inline-flex; align-items: center; gap: 4px; transition: color .25s; }
.bread:hover { color: var(--gold-mid); }

/* LEAD MAGNET */
.lead-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; position: relative; z-index: 2; }
.lead-copy h2 { color: #fff; font-size: clamp(2rem,2.8vw,2.7rem); margin-bottom: 18px; }
.lead-copy p { color: rgba(255,255,255,.65); font-size: .97rem; line-height: 1.78; margin-bottom: 14px; }
.lead-proof { color: var(--gold-lt); font-weight: 600; font-size: .87rem; margin-top: 4px; }
.lead-form { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: var(--r); padding: 36px; }
.lead-form h3 { color: #fff; font-size: 1.42rem; margin-bottom: 5px; }
.lead-form .lsub { color: rgba(255,255,255,.5); font-size: .84rem; margin-bottom: 24px; display: block; }

.lead-form.pop-ready { opacity: .82; transform: translateY(18px); transition: opacity .45s var(--ease), transform .45s var(--ease), box-shadow .45s var(--ease), border-color .45s var(--ease); }
.lead-form.pop-ready.pop-visible { opacity: 1; transform: translateY(0); box-shadow: 0 18px 48px rgba(0,0,0,.18); border-color: rgba(212,165,32,.45); }

.field { display: flex; flex-direction: column; gap: 5px; margin-bottom: 12px; }
.field label { font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.45); }
.field input { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.13); border-radius: var(--r); padding: 11px 14px; color: #fff; font-family: 'Outfit', sans-serif; font-size: .91rem; outline: none; transition: border-color .25s; }
.field input:focus { border-color: var(--gold-mid); }
.field input::placeholder { color: rgba(255,255,255,.24); }
.lbtn { width: 100%; background: var(--gold-mid); color: var(--navy); border: none; border-radius: var(--r); padding: 13px; font-size: .92rem; font-weight: 700; font-family: 'Outfit', sans-serif; cursor: pointer; margin-top: 8px; transition: background .25s; }
.lbtn:hover { background: var(--gold-lt); }
.lprivacy { font-size: .69rem; color: rgba(255,255,255,.25); margin-top: 9px; text-align: center; display: block; }

/* BOOKING CTA */
.booking-cta { text-align: center; position: relative; overflow: hidden; }
.booking-cta h2 { font-size: clamp(2.1rem,3.5vw,3.1rem); max-width: 680px; margin: 0 auto 20px; }
.booking-cta p { color: var(--muted); max-width: 520px; margin: 0 auto 34px; font-size: .98rem; }
.booking-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.booking-detail { margin-top: 20px; font-size: .81rem; color: var(--muted); }
.booking-feather { position: absolute; right: -60px; top: 50%; transform: translateY(-50%) rotate(12deg); width: 320px; opacity: .06; pointer-events: none; }

/* FOOTER */
footer { background: var(--navy); border-top: 1px solid rgba(184,134,11,.18); padding: 60px 0 28px; }
.foot-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 44px; margin-bottom: 44px; }
.fbrand img { height: 42px; margin-bottom: 16px; }
.fbrand p { color: rgba(255,255,255,.38); font-size: .83rem; line-height: 1.72; max-width: 250px; }
.fcol h4 { font-family: 'Outfit', sans-serif; font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; color: rgba(255,255,255,.85); margin-bottom: 15px; }
.fcol ul { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.fcol a { color: rgba(255,255,255,.4); font-size: .83rem; transition: color .25s; }
.fcol a:hover { color: var(--gold-lt); }
.foot-bottom { border-top: 1px solid rgba(255,255,255,.07); padding-top: 22px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; }
.foot-bottom p { color: rgba(255,255,255,.22); font-size: .75rem; }
.foot-contact a { color: var(--gold-lt); font-size: .8rem; transition: color .25s; }
.foot-contact a:hover { color: var(--gold-mid); }

/* ANIMATIONS */
@keyframes fadeUp { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: translateY(0); } }
.fi  { opacity: 0; transform: translateY(20px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.fi2 { opacity: 0; transform: translateY(20px); transition: opacity .7s .1s var(--ease), transform .7s .1s var(--ease); }
.fi3 { opacity: 0; transform: translateY(20px); transition: opacity .7s .2s var(--ease), transform .7s .2s var(--ease); }
.fi4 { opacity: 0; transform: translateY(20px); transition: opacity .7s .3s var(--ease), transform .7s .3s var(--ease); }
.fi.on, .fi2.on, .fi3.on, .fi4.on { opacity: 1; transform: translateY(0); }



.testimonials-footer { margin-top: 24px; display: flex; justify-content: center; }
.testimonials-note { font-size: .78rem; color: var(--muted); margin-top: 10px; text-align: center; }
.blog-tools { display:flex; gap:12px; align-items:center; flex-wrap:wrap; }
.blog-search { min-width: 260px; max-width: 320px; width: 100%; padding: 10px 14px; border: 1px solid var(--border); border-radius: 100px; background: var(--white); color: var(--text); font-family: 'Outfit', sans-serif; font-size: .84rem; }
.blog-search:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(30,95,168,.08); }
.blog-empty { display:none; margin-top:18px; color: var(--muted); font-size: .86rem; }
.drive-acrostic { display:flex; gap:8px; align-items:center; margin-bottom: 12px; flex-wrap: wrap; }
.drive-acrostic-label { font-size: .67rem; letter-spacing: .16em; text-transform: uppercase; color: var(--blue); font-weight: 700; }
.drive-letter { width: 24px; height: 24px; border-radius: 50%; display:inline-flex; align-items:center; justify-content:center; background: rgba(184,134,11,.12); color: var(--gold-mid); font-size: .76rem; font-weight: 700; }
.drive-pills.one-line { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 4px; }
.drive-pills.one-line::-webkit-scrollbar { height: 6px; }
.drive-pills.one-line::-webkit-scrollbar-thumb { background: rgba(14,36,68,.16); border-radius: 999px; }
.book-cover { position: relative; }
.book-ribbon { top: 50%; right: auto; left: 50%; transform: translate(-50%, -50%); padding: 8px 18px; font-size: .72rem; letter-spacing: .12em; box-shadow: 0 10px 22px rgba(0,0,0,.18); }
.book-coming-sub { margin-top: 8px; font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.6); }
.booking-detail-sub { display:inline-block; }
.tmore-placeholder[aria-disabled="true"] { opacity: .75; cursor: default; }
.tmore-placeholder[aria-disabled="true"]:hover { transform: none; background: transparent; color: var(--navy); }

/* WORDPRESS CONTENT */
.entry-content h2 { font-size: clamp(1.8rem,2.5vw,2.4rem); margin: 36px 0 16px; color: var(--navy); }
.entry-content h3 { font-size: clamp(1.4rem,2vw,1.8rem); margin: 28px 0 12px; color: var(--navy); }
.entry-content p { color: var(--muted); line-height: 1.8; margin-bottom: 18px; }
.entry-content ul, .entry-content ol { color: var(--muted); line-height: 1.8; padding-left: 24px; margin-bottom: 18px; }
.entry-content img { border-radius: var(--r); margin: 24px 0; }
.entry-content a { color: var(--blue); border-bottom: 1px solid rgba(30,95,168,.3); transition: color .25s; }
.entry-content a:hover { color: var(--gold-mid); }
.post-header { padding: 120px 0 60px; background: var(--navy); text-align: center; }
.post-header h1 { color: #fff; font-size: clamp(2rem,3.5vw,3.2rem); max-width: 800px; margin: 0 auto 18px; }
.post-meta { color: rgba(255,255,255,.45); font-size: .82rem; letter-spacing: .05em; }
.post-body { max-width: 740px; margin: 0 auto; padding: 64px 36px; }

/* ABOUT */
.about-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 80px; align-items: start; }
.about-cred { font-size: .78rem; color: var(--muted); font-weight: 500; padding: 7px 0; border-bottom: 1px solid var(--border); }
.about-copy p { color: var(--muted); line-height: 1.82; font-size: .97rem; margin-bottom: 18px; }
.about-pull { border-left: 3px solid var(--gold-mid); padding: 18px 24px; background: var(--warm); border-radius: 0 var(--r) var(--r) 0; margin: 28px 0; }
.about-pull p { font-family: 'Cormorant Garamond', serif; font-size: 1.12rem; font-style: italic; color: var(--navy); line-height: 1.55; margin: 0; }
.feather-div { margin: 22px 0; }
.fun-facts-title { font-size: .72rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; color: var(--muted); margin-bottom: 14px; }
.ff { display: flex; gap: 12px; align-items: flex-start; font-size: .88rem; color: var(--muted); line-height: 1.6; }
.ff-num { width: 24px; height: 24px; border-radius: 50%; background: var(--gold-mid); color: var(--navy); font-size: .72rem; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }
/* ============================================================
   RESPONSIVE — TABLET + MOBILE
   ============================================================ */

/* HAMBURGER BUTTON */
.nav-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: none;
  background: transparent;
  padding: 6px;
  border-radius: var(--r);
  transition: background .2s;
  flex-shrink: 0;
}
.nav-hamburger:hover { background: var(--warm); }
.nav-hamburger span {
  display: block;
  height: 2px;
  background: var(--navy);
  border-radius: 2px;
  transition: transform .3s var(--ease), opacity .3s, width .3s;
  transform-origin: center;
}
.nav-hamburger span:nth-child(1) { width: 22px; }
.nav-hamburger span:nth-child(2) { width: 16px; }
.nav-hamburger span:nth-child(3) { width: 22px; }
.nav-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); width: 22px; }
.nav-hamburger.open span:nth-child(2) { opacity: 0; width: 0; }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); width: 22px; }

/* MOBILE DRAWER */
.nav-drawer {
  display: none;
  position: fixed;
  top: 70px;
  left: 0;
  right: 0;
  background: rgba(255,255,255,.98);
  backdrop-filter: blur(20px);
  border-bottom: 2px solid rgba(184,134,11,.2);
  box-shadow: 0 16px 40px rgba(0,0,0,.12);
  z-index: 190;
  padding: 20px 24px 28px;
  transform: translateY(-8px);
  opacity: 0;
  transition: transform .28s var(--ease), opacity .28s var(--ease);
}
.nav-drawer.open {
  display: block;
  transform: translateY(0);
  opacity: 1;
}
.nav-drawer ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.nav-drawer ul li a {
  display: block;
  padding: 12px 14px;
  color: var(--navy);
  font-size: .95rem;
  font-weight: 500;
  border-radius: var(--r);
  transition: background .2s;
}
.nav-drawer ul li a:hover { background: var(--warm); }
.nav-drawer ul li.nav-cta { margin-top: 10px; padding-top: 14px; border-top: 1px solid var(--border); }
.nav-drawer ul li.nav-cta a {
  background: var(--gold-mid);
  color: var(--navy) !important;
  font-weight: 700;
  text-align: center;
}

/* ---- TABLET: 768px – 1024px ---- */
@media (max-width: 1024px) {
  .hero { grid-template-columns: 1fr; min-height: 88vh; }
  .hero-right { display: none; }
  .hero-left { padding: 72px 36px 72px; max-width: 680px; }

  .who-grid { grid-template-columns: 1fr; gap: 40px; }
  .who-img { max-width: 480px; margin: 0 auto; }
  .who-img img { aspect-ratio: 4/3; }

  .prog-grid { grid-template-columns: 1fr 1fr; }
  .prog-grid-2 { grid-template-columns: 1fr 1fr; }

  .hwgt-inner { grid-template-columns: 1fr; gap: 44px; }

  .pq-grid { grid-template-columns: 1fr; gap: 44px; }

  .speaking-inner { grid-template-columns: 1fr; gap: 22px; }

  .gallery-row.support-row { grid-template-columns: repeat(3, 1fr); }

  .book-inner { grid-template-columns: auto 1fr; gap: 40px; }

  .tgrid { grid-template-columns: 1fr; }
  .tcard.span2 { grid-column: span 1; }

  .about-grid { grid-template-columns: 1fr; gap: 44px; }
  .about-img-col { position: static !important; top: auto !important; }
  .about-img-col img { max-height: 400px; object-position: top; }

  .lead-grid { grid-template-columns: 1fr; gap: 44px; }

  .bgrid { grid-template-columns: 1fr 1fr; }

  .foot-top { grid-template-columns: 1fr 1fr; gap: 32px; }

  .about-stats { grid-template-columns: repeat(3, 1fr); }
}

/* ---- MOBILE: up to 767px ---- */
@media (max-width: 767px) {
  /* Show hamburger, hide desktop nav */
  .nav-hamburger { display: flex; }
  .nav-menu { display: none !important; }
  .nav-inner { height: 64px; }
  .nav-logo img { height: 38px; }

  /* Padding */
  .wrap { padding: 0 18px; }
  section { padding: 64px 0; }

  /* HERO */
  .hero { min-height: auto; padding-top: 64px; }
  .hero-left { padding: 56px 18px 60px; }
  .hero h1 { font-size: clamp(2.2rem, 8vw, 3rem); }
  .hero-sub { font-size: .95rem; }
  .hero-sub-2 { display: none; }
  .hero-actions { flex-direction: column; gap: 10px; }
  .hero-actions a { text-align: center; width: 100%; }
  .hero-creds { gap: 10px; }
  .hero-badge { display: none; }

  /* TRUST BAR */
  .trust-inner { gap: 14px; flex-direction: column; align-items: flex-start; padding: 20px 18px; }
  .tdiv { display: none; }

  /* WHO */
  .who-img { display: none; }
  .who-cards { gap: 9px; }
  .wcard { padding: 13px 14px; }

  /* PROGRAMS */
  .prog-grid { grid-template-columns: 1fr; }
  .prog-grid-2 { grid-template-columns: 1fr; }
  .pcard { padding: 24px 20px; }
  .pcard.featured { padding: 26px 22px; }

  /* HOW WE GET THERE */
  .hwgt-left h2, .hwgt-left p { color: rgba(255,255,255,.9); }
  .hwgt-right { padding: 26px 20px; }
  .hwgt-step { gap: 14px; padding: 14px 0; }
  .hwgt-step-num { width: 40px; height: 40px; font-size: 1.1rem; flex-shrink: 0; }

  /* PQ */
  .pq-card { padding: 28px 22px; }

  /* SPEAKING */
  .speaking-band { padding: 48px 0; }
  .speaking-pills { gap: 6px; }
  .spill { font-size: .72rem; padding: 4px 10px; }

  /* GALLERY */
  .gallery-row.support-row { grid-template-columns: 1fr; }
  .gallery-grid .gcell.hero { height: 260px; }
  .gallery-grid .gcell.support { height: 200px; }

  /* BOOK */
  .book-inner { grid-template-columns: 1fr; gap: 32px; text-align: center; }
  .book-cover { margin: 0 auto; width: 160px; height: 230px; }
  .book-copy p { text-align: left; }

  /* TESTIMONIALS */
  .tcard.span2 { padding: 26px 20px; }
  .tquote { font-size: 1rem; }

  /* ABOUT */
  .about-img-col img { max-height: 280px; }
  .about-stats { grid-template-columns: 1fr 1fr; gap: 10px; }

  /* LEAD MAGNET */
  .lead-form { padding: 26px 20px; }

  /* BLOG */
  .bgrid { grid-template-columns: 1fr; }
  .blog-hdr { flex-direction: column; align-items: flex-start; gap: 16px; }

  .blog-tools { width: 100%; }
  .blog-search { max-width: none; }
  .drive-pills.one-line { flex-wrap: wrap; overflow: visible; }
  .booking-detail-sub { display: block; margin-top: 4px; }

  /* BOOKING CTA */
  .booking-actions { flex-direction: column; align-items: center; }
  .booking-actions a { width: 100%; max-width: 320px; text-align: center; }
  .booking-feather { display: none; }

  /* FOOTER */
  .foot-top { grid-template-columns: 1fr; gap: 28px; }
  .foot-bottom { flex-direction: column; gap: 6px; text-align: center; }

  /* BUTTONS */
  .btn-gold, .btn-navy, .btn-ghost { padding: 13px 24px; font-size: .88rem; }

  /* LIGHTBOX prev/next repositioned */
  .lb-prev { left: 8px; width: 40px; height: 40px; }
  .lb-next { right: 8px; width: 40px; height: 40px; }
}

/* ---- SMALL PHONES: up to 400px ---- */
@media (max-width: 400px) {
  .hero h1 { font-size: 2rem; }
  .hero-creds { flex-direction: column; gap: 6px; }
  .section-title { font-size: 1.8rem; }
  .about-stats { grid-template-columns: 1fr; }
}


/* Client-requested additions: quote, social, email opt-in, footer mission/vision */
.quote-feature{position:relative;overflow:hidden;background:linear-gradient(135deg,rgba(15,31,61,.94),rgba(28,67,115,.78));color:#fff;padding:84px 0}.quote-feature:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% 20%,rgba(212,162,54,.22),transparent 34%),radial-gradient(circle at 10% 90%,rgba(255,255,255,.12),transparent 36%);pointer-events:none}.quote-feature .wrap{position:relative;z-index:1}.quote-text{font-family:Georgia,serif;font-size:clamp(2rem,4vw,4.6rem);line-height:1.18;font-style:italic;font-weight:700;max-width:1220px;text-shadow:0 10px 30px rgba(0,0,0,.22)}.quote-author{font-family:Georgia,serif;font-size:clamp(1.4rem,2vw,2.4rem);font-weight:700;margin-top:28px}
.social-section{background:#0f1f3d;color:#fff;position:relative;overflow:hidden;padding:72px 0;text-align:center}.social-section .wrap{position:relative;z-index:1}.social-section h2{font-size:clamp(2.2rem,5vw,5rem);line-height:1;margin-bottom:30px;color:#fff}.social-icons{display:flex;justify-content:center;gap:24px;flex-wrap:wrap;margin:28px 0}.social-icon{width:92px;height:92px;border-radius:50%;background:#1757a6;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:2rem;text-decoration:none;box-shadow:0 15px 30px rgba(0,0,0,.2);transition:.25s ease}.social-icon:hover{transform:translateY(-4px);background:#d4a236;color:#0f1f3d}.social-section p{font-size:1.25rem;max-width:680px;margin:0 auto;color:rgba(255,255,255,.82)}
.footer-mission-vision{display:grid;grid-template-columns:1fr auto 1fr;gap:34px;align-items:center;margin-bottom:42px;padding-bottom:38px;border-bottom:1px solid rgba(255,255,255,.18)}.footer-mission-vision h3{font-family:Georgia,serif;color:#fff;font-size:2rem;margin:0 0 16px}.footer-mission-vision p{color:rgba(255,255,255,.82);line-height:1.75;margin:0;font-size:.98rem}.footer-brand-center{text-align:center;min-width:260px}.footer-brand-name{font-family:Georgia,serif;font-size:2rem;line-height:1.05;color:#fff;font-weight:700;letter-spacing:.03em;margin-bottom:18px}.footer-brand-name span{display:block;font-size:.9rem;letter-spacing:.16em;margin-top:8px}.footer-credentials{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.credential-pill{border:1px solid rgba(212,162,54,.55);background:rgba(255,255,255,.08);color:#fff;border-radius:999px;padding:8px 12px;font-size:.78rem;font-weight:800;letter-spacing:.04em}@media(max-width:900px){.footer-mission-vision{grid-template-columns:1fr;text-align:center}.social-icon{width:74px;height:74px;font-size:1.5rem}.quote-feature{padding:58px 0}}




.connect-social {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
}
.connect-social a {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.22);
  color: currentColor;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, opacity .2s ease;
}
.connect-social a:hover {
  transform: translateY(-2px);
  background: rgba(255,255,255,0.22);
}
.connect-social svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
  display: block;
}



.premium-credential-layout {
  width: min(980px, calc(100% - 40px));
  margin: 34px auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}
.credential-badge-card {
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(214, 166, 72, 0.45);
  border-radius: 22px;
  padding: 18px 18px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 178px;
  box-shadow: 0 18px 45px rgba(0,0,0,0.12);
  backdrop-filter: blur(6px);
}
.credential-badge-img-wrap {
  height: 102px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.credential-badge-card img {
  max-height: 100px;
  max-width: 140px;
  width: auto;
  object-fit: contain;
  display: block;
}
.credential-badge-label {
  color: rgba(255,255,255,0.92);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  letter-spacing: .02em;
}
@media (max-width: 800px) {
  .premium-credential-layout {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 24px;
  }
  .credential-badge-card {
    min-height: auto;
    padding: 16px;
  }
}




/* V11 forced quote sizing */
.quote-feature { padding: 58px 0 !important; }
.quote-feature .quote-text,
#coach-cindy-quote .quote-text {
  font-size: clamp(0.95rem, 1.6vw, 1.85rem) !important;
  line-height: 1.42 !important;
  max-width: 920px !important;
}
.quote-feature .quote-author,
#coach-cindy-quote .quote-author {
  font-size: clamp(0.85rem, 1.1vw, 1.1rem) !important;
  margin-top: 18px !important;
}

/* V11 About section fix */
.about-fixed-grid {
  display: grid !important;
  grid-template-columns: minmax(320px, .9fr) minmax(0, 1.1fr) !important;
  gap: 56px !important;
  align-items: start !important;
}
.about-media-card {
  position: relative !important;
  top: auto !important;
}
.about-media-card .about-photo {
  width: 100%;
  border-radius: var(--r);
  object-fit: cover;
  box-shadow: 0 14px 40px rgba(0,0,0,.12);
}
.about-credentials-list {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.about-fixed-copy {
  min-width: 0;
}
.about-fixed-copy .section-title {
  max-width: 760px;
}
.about-fixed-copy p {
  max-width: 820px;
}
@media (max-width: 900px) {
  .about-fixed-grid {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }
}

/* V11 Book cover update */
.book-cover-final {
  width: min(320px, 100%) !important;
  height: auto !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: 20px 20px 44px rgba(0,0,0,.35) !important;
}
.book-cover-final::before { display: none !important; }
.book-cover-final img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  border-radius: 8px !important;
  border: 1px solid rgba(212,162,54,.38) !important;
}



/* V12 book layout fix */
#book .book-inner {
  display: grid !important;
  grid-template-columns: minmax(240px, 360px) minmax(0, 1fr) !important;
  align-items: center !important;
  gap: clamp(32px, 5vw, 72px) !important;
}
#book .book-cover-final {
  justify-self: end !important;
  width: min(340px, 100%) !important;
}
#book .book-cover-final img {
  width: 100% !important;
  height: auto !important;
}
#book .book-inner > *:last-child {
  max-width: 760px !important;
}
@media (max-width: 900px) {
  #book .book-inner {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
    text-align: center !important;
  }
  #book .book-cover-final {
    justify-self: center !important;
  }
}

/* V12 newsletter contrast fix */
#lead-magnet,
#lead-magnet.bg-navy,
section#lead-magnet {
  background: #0f2a4f !important;
  color: #ffffff !important;
}
#lead-magnet h2,
#lead-magnet p,
#lead-magnet .label,
#lead-magnet li,
#lead-magnet div {
  color: #ffffff !important;
}
#lead-magnet .lead-grid {
  align-items: center !important;
}
#lead-magnet form,
#lead-magnet .lead-form,
#lead-magnet [class*="form"] {
  background: rgba(255,255,255,0.08) !important;
  border-color: rgba(212,162,54,0.75) !important;
  color: #ffffff !important;
}
#lead-magnet input {
  background: rgba(255,255,255,0.12) !important;
  color: #ffffff !important;
  border-color: rgba(255,255,255,0.2) !important;
}
#lead-magnet input::placeholder {
  color: rgba(255,255,255,0.72) !important;
}

/* V12 testimonial CTA cleanup */
.testimonial-more-cta {
  margin-top: 34px;
  text-align: center;
}
.testimonial-more-cta .btn,
.testimonial-more-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}



/* V15 revisions from June 19 notes */
.hero-cred::before { display: none !important; content: none !important; }
.hero-creds {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px 18px !important;
  align-items: center !important;
}
.hero-cred { justify-content: flex-start !important; }
.hero-cred.speaker-author,
.hero-cred.location { justify-content: flex-end !important; text-align: right !important; }
.hero-actions + .hero-creds { margin-top: 4px !important; }
@media(max-width: 820px){ .hero-creds{grid-template-columns:1fr !important}.hero-cred.speaker-author,.hero-cred.location{justify-content:flex-start!important;text-align:left!important} }
.mental-fitness-refresh .pq-card-inner p { color: rgba(255,255,255,.84); line-height: 1.7; }
.mental-fitness-refresh .pq-card-list { margin: 20px 0 24px; padding: 0; list-style: none; display: grid; gap: 10px; }
.mental-fitness-refresh .pq-card-list li { color: rgba(255,255,255,.86); line-height: 1.55; }
.mental-fitness-refresh .pq-card-list li::before { content: '→ '; color: var(--gold-mid); font-weight: 800; }
.speaking-calendar-cta { display:flex; justify-content:center; margin-top: 30px; }
.about-fixed-copy p { margin-bottom: 20px !important; }
.about-credentials-list .about-cred { line-height: 1.45; }
#blog-preview a.bread[aria-disabled="true"] { opacity:.65; cursor: default; pointer-events:none; }
.footer-mission-vision .footer-credentials { display:none !important; }



/* V15 trust-bar credential layout */
.trust-inner{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px 18px!important;text-align:center!important;align-items:center!important}
.trust-inner .trust-item{font-size:.76rem;color:rgba(255,255,255,.62);font-weight:700;letter-spacing:.03em}
.trust-inner .top-right,.trust-inner .bottom-right{text-align:right!important}
.trust-inner .top-left,.trust-inner .bottom-left{text-align:left!important}
.trust-inner svg,.trust-inner .tdiv{display:none!important}
@media(max-width:800px){.trust-inner{grid-template-columns:1fr!important}.trust-inner .trust-item{text-align:center!important}}


.wp-site-blocks {
  margin: 0;
  padding: 0;
}

.alignwide,
.alignfull {
  max-width: none;
}
