:root{--cream:#faf8f5;--cream-dark:#f0ede8;--warm-50:#fdfcfa;--warm-100:#faf8f5;--warm-200:#ede8e0;--brown:#2a2420;--brown-light:#3d3530;--gold:#b8860b;--gold-light:#d4a843;--gold-pale:#e8d5a3;--orange:#c2622d;--orange-light:#d47a45;--text-dark:#1a1612;--text-muted:#6b635d;--text-light:#9a9189;--text-primary:var(--text-dark);--text-secondary:var(--text-muted);--orange-dark:sienna;--navy:#1a1a2e;--navy-light:#16213e;--font-heading:"Cormorant Garamond", Georgia, serif;--font-body:"Inter", -apple-system, BlinkMacSystemFont, sans-serif;--weight-light:300;--weight-regular:400;--weight-medium:500;--weight-semibold:600;--space-xs:.5rem;--space-sm:1rem;--space-md:1.5rem;--space-lg:2rem;--space-xl:3rem;--space-2xl:4rem;--space-3xl:6rem;--space-4xl:8rem;--container-max:1200px;--container-narrow:800px;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--transition-fast:.2s ease;--transition-base:.3s ease;--transition-slow:.5s ease;--shadow-sm:0 1px 2px #2a24200d;--shadow-md:0 4px 12px #2a242014;--shadow-lg:0 8px 30px #2a24201f;--shadow-glow:0 0 60px #d4a84326}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-padding-top:100px}body{font-family:var(--font-body);font-weight:var(--weight-regular);color:var(--text-dark);background-color:var(--cream);font-size:16px;line-height:1.6}img{max-width:100%;height:auto;display:block}a{color:inherit;transition:color var(--transition-fast);text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:var(--weight-light);color:var(--text-dark);line-height:1.2}h1{font-size:clamp(2.5rem,5vw,4rem)}h2{font-size:clamp(1.75rem,3vw,2.5rem)}h3{font-size:clamp(1.25rem,2vw,1.5rem)}p{margin-bottom:var(--space-md)}.section-inner{width:100%;max-width:var(--container-max);padding:0 var(--space-lg);margin:0 auto}.section-inner.narrow{max-width:var(--container-narrow)}.section-label{font-family:var(--font-body);font-size:.7rem;font-weight:var(--weight-medium);letter-spacing:.15em;text-transform:uppercase;color:var(--gold);margin-bottom:var(--space-sm)}.view-all-link{font-size:.85rem;font-weight:var(--weight-medium);letter-spacing:.05em;color:var(--orange);transition:all var(--transition-fast);border-bottom:1px solid #0000;padding-bottom:2px}.view-all-link:hover{color:var(--orange-dark);border-bottom-color:var(--orange)}.section-heading{font-family:var(--font-heading);font-weight:var(--weight-light);color:var(--text-dark);margin-bottom:var(--space-md);font-size:clamp(1.75rem,3vw,2.5rem)}.section-heading.light{color:var(--cream)}.section-subheading{color:var(--text-muted);max-width:600px;margin-bottom:var(--space-xl);font-size:1.1rem}.btn-primary{padding:var(--space-sm) var(--space-lg);font-family:var(--font-body);font-size:.875rem;font-weight:var(--weight-medium);letter-spacing:.05em;text-transform:uppercase;color:var(--cream);background-color:var(--gold);border-radius:var(--radius-sm);transition:all var(--transition-fast);justify-content:center;align-items:center;display:inline-flex}.btn-primary:hover{background-color:var(--gold-light);box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn-ghost{padding:var(--space-sm) var(--space-lg);font-family:var(--font-body);font-size:.875rem;font-weight:var(--weight-medium);letter-spacing:.05em;text-transform:uppercase;color:var(--cream);border-radius:var(--radius-sm);transition:all var(--transition-fast);background-color:#0000;border:1px solid #faf8f54d;justify-content:center;align-items:center;display:inline-flex}.btn-ghost:hover{background-color:#faf8f51a;border-color:#faf8f580}.nav-wrapper{z-index:100;padding:var(--space-md) 0;transition:background var(--transition-base);background:linear-gradient(#2a2420f2,#0000);position:fixed;top:0;left:0;right:0}.nav-wrapper.scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#2a2420fa}.nav-inner{max-width:var(--container-max);padding:0 var(--space-lg);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.nav-logo{font-family:var(--font-heading);font-size:1.5rem;font-weight:var(--weight-regular);color:var(--cream);letter-spacing:.02em}.nav-links{align-items:center;gap:var(--space-lg);display:flex}.nav-link{font-size:.875rem;font-weight:var(--weight-medium);color:#faf8f5cc;letter-spacing:.02em;padding:var(--space-xs) 0;position:relative}.nav-link:after{content:"";background-color:var(--gold-light);width:0;height:1px;transition:width var(--transition-fast);position:absolute;bottom:0;left:0}.nav-link:hover{color:var(--cream)}.nav-link:hover:after{width:100%}.hero-section{background:linear-gradient(135deg, var(--brown) 0%, var(--brown-light) 100%);min-height:100vh;padding:var(--space-4xl) var(--space-lg);flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.hero-section:before{content:"";pointer-events:none;background:radial-gradient(at 30% 20%,#d4a84314 0%,#0000 50%),radial-gradient(at 70% 80%,#c2622d0d 0%,#0000 50%);position:absolute;inset:0}.hero-inner{text-align:center;z-index:1;flex-direction:column;align-items:center;max-width:900px;display:flex;position:relative}.hero-headshot-wrap{margin-bottom:var(--space-xl);position:relative}.hero-headshot{object-fit:cover;object-position:top center;width:240px;height:240px;box-shadow:var(--shadow-lg), var(--shadow-glow);border:3px solid #d4a8434d;border-radius:50%}.hero-headshot-glow{filter:blur(20px);z-index:-1;background:radial-gradient(circle,#d4a84326 0%,#0000 70%);border-radius:50%;width:260px;height:260px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-text{color:var(--cream)}.hero-eyebrow{font-family:var(--font-body);font-size:.875rem;font-weight:var(--weight-medium);letter-spacing:.15em;text-transform:uppercase;color:var(--gold-light);margin-bottom:var(--space-sm)}.hero-name{font-family:var(--font-heading);font-size:clamp(2.5rem,6vw,4.5rem);font-weight:var(--weight-light);color:var(--cream);margin-bottom:var(--space-md);letter-spacing:-.02em}.hero-tagline{font-size:1.125rem;font-weight:var(--weight-light);color:#faf8f5d9;max-width:600px;margin:0 auto var(--space-xl);line-height:1.7}.hero-actions{gap:var(--space-md);flex-wrap:wrap;justify-content:center;display:flex}.hero-scroll-indicator{bottom:var(--space-2xl);color:#faf8f580;flex-direction:column;align-items:center;display:flex;position:absolute;left:50%;transform:translate(-50%)}.scroll-line{background:linear-gradient(to bottom, var(--gold-light), transparent);width:1px;height:60px;animation:2s ease-in-out infinite scrollPulse}@keyframes scrollPulse{0%,to{opacity:.3;transform:scaleY(.8)}50%{opacity:1;transform:scaleY(1)}}.about-section{padding:var(--space-4xl) 0;background-color:var(--cream)}.about-heading{font-family:var(--font-heading);font-size:clamp(1.5rem,3vw,2rem);font-weight:var(--weight-light);color:var(--text-dark);margin-bottom:var(--space-xl);font-style:italic;line-height:1.4}.about-body{columns:2;column-gap:var(--space-2xl)}.about-body p{color:var(--text-muted);margin-bottom:var(--space-md);break-inside:avoid;font-size:1rem;line-height:1.8}.about-body p:first-child:first-letter{font-family:var(--font-heading);font-size:3.5rem;font-weight:var(--weight-regular);float:left;padding-right:var(--space-xs);color:var(--gold);line-height:1}.certs-section{margin-top:var(--space-3xl);padding-top:var(--space-xl);border-top:1px solid #2a24201a}.certs-list{gap:var(--space-sm);flex-wrap:wrap;display:flex}.cert-badge{padding:var(--space-xs) var(--space-sm);font-size:.75rem;font-weight:var(--weight-medium);letter-spacing:.05em;color:var(--text-dark);background-color:var(--cream-dark);border-radius:var(--radius-sm);border:1px solid #2a24201a;align-items:center;display:inline-flex}.certs-label{font-family:var(--font-body);font-size:.75rem;font-weight:var(--weight-medium);letter-spacing:.15em;text-transform:uppercase;color:var(--text-muted);text-align:center;margin-bottom:var(--space-md)}.certs-logos{justify-content:space-between;align-items:center;gap:1.5rem;max-width:700px;margin:0 auto;display:flex}.cert-item{flex:1;justify-content:center;align-items:center;display:flex;position:relative}.cert-logo{opacity:.85;filter:grayscale(20%);object-fit:contain;width:auto;max-width:100%;height:70px;transition:opacity .2s,transform .2s}.cert-logo:hover{opacity:1;filter:grayscale(0%);transform:scale(1.05)}.books-section{padding:var(--space-4xl) 0;background:linear-gradient(135deg, var(--brown) 0%, var(--brown-light) 100%)}.books-list{gap:var(--space-2xl);flex-direction:column;display:flex}.book-item{gap:var(--space-2xl);grid-template-columns:320px 1fr;align-items:start;display:grid}.books-section .book-cover-wrap{border-radius:var(--radius-md);box-shadow:var(--shadow-lg);flex-shrink:0;width:300px;min-width:300px;position:relative;overflow:hidden}.books-section .book-cover{aspect-ratio:2/3;object-fit:contain;object-position:center;width:100%;height:auto;transition:transform var(--transition-slow);display:block}.books-section .book-cover-wrap:hover .book-cover{transform:scale(1.03)}.book-details{gap:var(--space-sm);flex-direction:column;display:flex}.book-title{font-family:var(--font-heading);font-size:1.75rem;font-weight:var(--weight-regular);color:var(--cream);margin-bottom:0}.book-subtitle{color:#faf8f5b3;margin-bottom:var(--space-md);font-size:1rem;font-style:italic}.book-quote{font-family:var(--font-heading);color:var(--gold-pale);padding-left:var(--space-md);border-left:2px solid var(--gold);margin-bottom:var(--space-lg);font-size:1.125rem;font-style:italic}.book-link{font-size:.875rem;font-weight:var(--weight-medium);color:var(--gold-light);transition:color var(--transition-fast);align-items:center;display:inline-flex}.book-link:hover{color:var(--cream)}.book-divider{height:1px;margin:var(--space-xl) 0;background:linear-gradient(90deg,#0000,#faf8f533,#0000)}.speaking-section{padding:var(--space-4xl) 0;background-color:var(--cream)}.speaking-photos{gap:var(--space-md);margin-bottom:var(--space-2xl);grid-template-columns:2fr 1fr;display:grid}.speaking-photo-wrap{border-radius:var(--radius-lg);aspect-ratio:16/9;position:relative;overflow:hidden}.speaking-photo-wrap.speaking-photo-narrow{aspect-ratio:3/4}.speaking-photo-img{object-fit:cover;object-position:top center;width:100%;height:100%;transition:transform var(--transition-slow)}.speaking-photo-wrap:hover .speaking-photo-img{transform:scale(1.02)}.engagements-grid{gap:var(--space-lg);margin-top:var(--space-xl);grid-template-columns:repeat(auto-fill,minmax(300px,1fr));display:grid}.engagement-card{background-color:var(--cream-dark);border-radius:var(--radius-lg);padding:var(--space-lg);transition:all var(--transition-base);border:1px solid #2a242014}.engagement-card:hover{box-shadow:var(--shadow-md);border-color:#b8860b33;transform:translateY(-2px)}.engagement-year{font-family:var(--font-heading);font-size:.875rem;font-weight:var(--weight-regular);color:var(--gold);margin-bottom:var(--space-xs)}.engagement-details{gap:var(--space-xs);flex-direction:column;display:flex}.engagement-name{font-family:var(--font-heading);font-size:1.25rem;font-weight:var(--weight-regular);color:var(--text-dark);margin-bottom:0}.engagement-location{color:var(--text-light);font-size:.875rem}.engagement-topic{color:var(--text-muted);margin-top:var(--space-xs);font-size:.9rem}.engagement-video-link{align-items:center;gap:var(--space-xs);font-size:.875rem;font-weight:var(--weight-medium);color:var(--orange);margin-top:var(--space-sm);transition:color var(--transition-fast);display:inline-flex}.engagement-video-link:hover{color:var(--orange-light)}.play-icon{font-size:.75rem}.view-all-articles{text-align:center;margin-top:var(--space-2xl)}.view-all-link{font-size:.875rem;font-weight:var(--weight-medium);color:var(--gold);letter-spacing:.05em;transition:color var(--transition-fast)}.view-all-link:hover{color:var(--gold-light)}.articles-section{padding:var(--space-4xl) 0;background-color:var(--cream-dark)}.articles-grid{gap:var(--space-xl);grid-template-columns:repeat(3,1fr);display:grid}.article-card{background-color:var(--cream);border-radius:var(--radius-lg);transition:all var(--transition-base);border:1px solid #2a242014;flex-direction:column;min-height:420px;display:flex;overflow:hidden}.article-card:hover{box-shadow:var(--shadow-lg);border-color:#b8860b26;transform:translateY(-4px)}.article-image-wrap{aspect-ratio:16/9;position:relative;overflow:hidden}.article-image{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-slow)}.article-card:hover .article-image{transform:scale(1.05)}.article-content{padding:var(--space-lg);gap:var(--space-xs);flex-direction:column;flex:1;display:flex}.article-date{font-size:.75rem;font-weight:var(--weight-medium);letter-spacing:.1em;text-transform:uppercase;color:var(--text-light)}.article-title{font-family:var(--font-heading);font-size:1.35rem;font-weight:var(--weight-regular);color:var(--text-dark);margin-bottom:var(--space-xs);line-height:1.3}.article-excerpt{color:var(--text-muted);margin-bottom:var(--space-sm);font-size:.95rem;line-height:1.6}.article-cta{font-size:.875rem;font-weight:var(--weight-medium);color:var(--gold);transition:color var(--transition-fast);margin-top:auto}.article-card:hover .article-cta{color:var(--gold-light)}.music-section{padding:var(--space-4xl) 0;background-color:var(--cream)}.music-intro{max-width:700px}.video-wrap{width:100%;margin-bottom:var(--space-xl);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding-bottom:56.25%;position:relative;overflow:hidden}.video-iframe{border:none;width:100%;height:100%;position:absolute;top:0;left:0}.instruments-grid{gap:var(--space-lg);margin-bottom:var(--space-lg);grid-template-columns:repeat(2,1fr);display:grid}.instrument-wrap{border-radius:var(--radius-lg);height:280px;position:relative;overflow:hidden}.instrument-img{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform var(--transition-slow)}.instrument-wrap:hover .instrument-img{transform:scale(1.03)}.music-caption{text-align:center;color:var(--text-muted);margin-top:var(--space-lg);font-size:.9rem;font-style:italic}.music-page{background:var(--cream);min-height:100vh;padding-top:120px;padding-bottom:6rem}.music-page-header{text-align:center;max-width:800px;margin:0 auto;padding:4rem 2rem}.music-page-header h1{font-family:var(--font-heading);color:var(--text-dark);margin-bottom:1.5rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:300;line-height:1.2}.music-content-section{max-width:1000px;margin:0 auto;padding:0 3rem}.music-description{text-align:center;max-width:700px;margin:0 auto 3rem}.music-description p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.05rem;line-height:1.8}.music-video-section{margin-bottom:4rem}.music-video-wrap{border-radius:12px;width:100%;max-width:800px;margin:0 auto;position:relative;overflow:hidden;box-shadow:0 20px 60px #00000026}.music-video-iframe{aspect-ratio:16/9;border:none;width:100%;display:block}.music-instruments-section{margin-top:4rem}.music-instruments-title{font-family:var(--font-heading);color:var(--text-dark);text-align:center;margin-bottom:2.5rem;font-size:1.75rem;font-weight:300}.music-instruments-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:800px;margin:0 auto;display:grid}.music-instrument-card{aspect-ratio:1;border-radius:12px;transition:transform .3s,box-shadow .3s;overflow:hidden;box-shadow:0 4px 20px #0000001a}.music-instrument-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00000026}.music-instrument-img{object-fit:cover;width:100%;height:100%;transition:transform .3s;display:block}.music-instrument-card:hover .music-instrument-img{transform:scale(1.05)}.contact-section{padding:var(--space-4xl) 0;background-color:var(--cream-dark);text-align:center}.contact-heading{font-family:var(--font-heading);font-size:clamp(2rem,4vw,3rem);font-weight:var(--weight-light);color:var(--text-dark);margin-bottom:var(--space-md)}.contact-subheading{color:var(--text-muted);margin-bottom:var(--space-xl);font-size:1.1rem}.contact-links{gap:var(--space-md);flex-direction:column;align-items:center;display:flex}.contact-link{font-family:var(--font-heading);font-size:1.25rem;font-weight:var(--weight-regular);color:var(--brown);padding:var(--space-xs) 0;transition:color var(--transition-fast);position:relative}.contact-link:after{content:"";background-color:var(--gold);width:0;height:1px;transition:width var(--transition-fast);position:absolute;bottom:0;left:0}.contact-link:hover{color:var(--gold)}.contact-link:hover:after{width:100%}.footer{padding:var(--space-xl) 0;background-color:var(--brown);text-align:center}.footer p{color:#faf8f580;margin-bottom:0;font-size:.875rem}@media (max-width:1024px){.about-body{columns:1}.book-item{gap:var(--space-xl);grid-template-columns:160px 1fr}.speaking-photos{grid-template-columns:1fr}.speaking-photo-wrap.speaking-photo-narrow{aspect-ratio:16/9}}@media (max-width:768px){:root{--space-4xl:5rem;--space-3xl:4rem}.nav-hamburger{display:flex}.nav-links{justify-content:center;gap:var(--space-xl);background-color:var(--brown);width:70%;max-width:300px;height:100vh;padding:var(--space-2xl);transition:right var(--transition-base);z-index:99;flex-direction:column;position:fixed;top:0;right:-100%}.nav-links.active{right:0}.nav-link{color:var(--cream);font-size:1.125rem}.nav-link:after{display:none}.hero-headshot{width:160px;height:160px}.hero-headshot-glow{width:180px;height:180px}.hero-actions{flex-direction:column;width:100%;max-width:300px;margin:0 auto}.btn-primary,.btn-ghost{width:100%}.book-item{text-align:center;grid-template-columns:1fr}.books-section .book-cover-wrap{width:100%;max-width:240px;margin:0 auto}.engagements-grid{grid-template-columns:1fr}.articles-grid{grid-template-columns:repeat(2,1fr)}.article-card{min-height:auto}.instruments-grid{grid-template-columns:repeat(2,1fr)}.contact-links{gap:var(--space-lg)}}@media (max-width:640px){:root{--space-lg:1.25rem;--space-xl:1.5rem;--space-2xl:2rem;--space-3xl:3rem;--space-4xl:4rem}.section-inner,.nav-inner{padding:0 var(--space-md)}.hero-section{padding:var(--space-3xl) var(--space-md)}.cert-badge{padding:.4rem .6rem;font-size:.7rem}.certs-logos{flex-wrap:wrap;justify-content:center;gap:1.5rem}.cert-item{flex:none;width:80px}.cert-logo{object-fit:contain;width:auto;max-width:100%;height:55px}.engagement-card,.article-content{padding:var(--space-md)}.book-title{font-size:1.5rem}.book-quote{padding-left:var(--space-sm);font-size:1rem}}@media print{.nav-wrapper,.hero-scroll-indicator,.nav-hamburger,.mobile-nav-overlay,.mobile-nav-panel{display:none!important}.hero-section{min-height:auto;padding:var(--space-xl) 0}.section-inner{max-width:100%}}.hero-social-proof{color:#faf8f599;letter-spacing:.03em;margin-top:-1.5rem;margin-bottom:2rem;font-size:.85rem}@media (max-width:768px){.hero-social-proof{font-size:.8rem}}.newsletter-section{background:var(--warm-100);text-align:center;padding:6rem 0}.newsletter-heading{color:var(--text-primary);margin-bottom:1rem;font-size:clamp(1.75rem,3vw,2.5rem)}.newsletter-subheading{color:var(--text-secondary);max-width:500px;margin:0 auto 2rem;font-size:1rem;line-height:1.6}.newsletter-form{gap:1rem;max-width:450px;margin:0 auto;display:flex}.newsletter-input{border:1px solid var(--warm-200);border-radius:var(--radius-sm);background:var(--cream);font-size:.95rem;font-family:var(--font-body);color:var(--text-primary);flex:1;padding:.85rem 1.25rem;transition:border-color .2s,box-shadow .2s}.newsletter-input:focus{border-color:var(--orange);outline:none;box-shadow:0 0 0 3px #c2622d1a}.newsletter-input::placeholder{color:var(--text-light)}.newsletter-button{background:var(--orange);color:#fff;letter-spacing:.05em;text-transform:uppercase;border-radius:var(--radius-sm);cursor:pointer;white-space:nowrap;border:none;padding:.85rem 1.75rem;font-size:.85rem;font-weight:500;transition:background .2s,transform .2s}.newsletter-button:hover{background:var(--orange-light);transform:translateY(-1px)}.newsletter-disclaimer{color:var(--text-muted);margin-top:1.25rem;font-size:.8rem}@media (max-width:640px){.newsletter-form{flex-direction:column}.newsletter-input,.newsletter-button{width:100%}}.articles-page,.article-page,.speaking-page{background:var(--cream);min-height:100vh;padding-top:120px;padding-bottom:6rem}.speaking-hero-image-wrap{border-radius:12px;width:100%;max-width:1200px;margin:0 auto 3rem;overflow:hidden}.speaking-hero-image{object-fit:contain;object-position:center;width:100%;height:auto;max-height:500px;display:block}.speaking-events-list{max-width:var(--container-max);flex-direction:column;gap:1rem;margin:0 auto;padding:0 2rem;display:flex}.speaking-list-item{border:1px solid var(--warm-200);background:#fff;border-radius:8px;grid-template-columns:140px 1fr auto;align-items:start;gap:1.5rem;padding:1.5rem;text-decoration:none;transition:all .2s;display:grid}.speaking-list-item:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.speaking-list-meta{flex-direction:column;gap:.35rem;display:flex}.speaking-list-year{font-family:var(--font-heading);color:var(--gold);font-size:1.25rem;font-weight:300;line-height:1.2}.speaking-list-location{color:var(--text-muted);font-size:.85rem;line-height:1.4}.speaking-list-category{letter-spacing:.05em;text-transform:uppercase;color:var(--orange);margin-top:.5rem;font-size:.7rem;font-weight:500;line-height:1.2}.speaking-list-content{flex-direction:column;gap:.5rem;display:flex}.speaking-list-name{font-family:var(--font-heading);color:var(--text-dark);margin:0;font-size:1.25rem;font-weight:400;line-height:1.3}.speaking-list-topic{color:var(--text-muted);margin:0;font-size:.95rem;line-height:1.5}.speaking-list-tags{flex-wrap:wrap;gap:.5rem;margin-top:.25rem;display:flex}.speaking-list-tag{background:var(--cream-dark);color:var(--text-muted);border-radius:4px;padding:.25rem .75rem;font-size:.75rem}.speaking-list-cta{color:var(--orange);white-space:nowrap;border-radius:4px;align-self:center;padding:.5rem 1rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .2s}.speaking-list-cta:hover{background:var(--warm-100);color:var(--orange-dark)}.speaking-list-cta--disabled{visibility:hidden}@media (max-width:768px){.speaking-list-item{flex-direction:column;grid-template-columns:1fr;gap:1rem}.speaking-list-meta{flex-direction:column;align-items:flex-start;gap:.5rem}.speaking-list-category{margin-top:0}.speaking-list-cta{align-self:flex-start}.speaking-list-cta--disabled{display:none}}.articles-header,.books-page-header,.speaking-page-header{max-width:var(--container-max);text-align:center;margin:0 auto;padding:4rem 3rem}.articles-header h1,.books-page-header h1,.speaking-page-header h1{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:400}.articles-header .subtitle,.books-page-header .subtitle,.speaking-page-header .subtitle,.music-page-header .subtitle{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.1rem;line-height:1.6}.articles-list{max-width:var(--container-max);flex-direction:column;gap:3rem;margin:0 auto;padding:0 3rem;display:flex;overflow:visible}.article-list-card{background:var(--cream);border:1px solid var(--warm-200);border-radius:var(--radius-md);grid-template-columns:300px 1fr;gap:2rem;padding:2rem;transition:box-shadow .2s,transform .2s;display:grid}.article-list-card:hover{transform:translateY(-2px);box-shadow:0 8px 30px #00000014}.article-list-image-link{border-radius:var(--radius-sm);display:block;overflow:hidden}.article-list-image-wrap{aspect-ratio:16/10;overflow:hidden}.article-list-image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.article-list-image.book-cover{object-fit:contain;background:var(--cream-dark,#f0ede8)}.article-list-card.book-cover-card{grid-template-columns:160px 1fr}.article-list-card.book-cover-card .article-list-image-wrap{aspect-ratio:2/3}.article-list-card:hover .article-list-image{transform:scale(1.05)}.article-list-body{flex-direction:column;display:flex}.article-list-body h2{font-family:var(--font-heading);margin-bottom:.75rem;font-size:1.5rem;font-weight:400}.article-list-body h2 a{color:var(--text-primary);transition:color .2s}.article-list-body h2 a:hover{color:var(--orange)}.article-meta{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.article-date{color:var(--text-muted);font-size:.8rem}.article-category{letter-spacing:.05em;text-transform:uppercase;color:var(--orange);border-radius:var(--radius-sm);background:#c2622d14;padding:.25rem .5rem;font-size:.75rem;font-weight:500}.article-reading-time{color:var(--text-light);font-size:.8rem}.article-list-body .article-excerpt{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1rem;line-height:1.6}.read-more{color:var(--orange);align-items:center;margin-top:auto;font-size:.85rem;font-weight:500;transition:color .2s;display:inline-flex}.read-more:hover{color:var(--orange-dark)}.newsletter-cta{text-align:center;background:var(--warm-100);border-radius:var(--radius-md);border:1px solid var(--warm-200);max-width:600px;margin:4rem auto 0;padding:3rem}.newsletter-cta h3{font-family:var(--font-heading);margin-bottom:.75rem;font-size:1.5rem}.newsletter-cta p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1rem}.newsletter-cta .newsletter-button{background:var(--orange);color:#fff;letter-spacing:.05em;text-transform:uppercase;border-radius:var(--radius-sm);padding:.85rem 1.75rem;font-size:.85rem;font-weight:500;transition:background .2s,transform .2s;display:inline-flex}.newsletter-cta .newsletter-button:hover{background:var(--orange-light);transform:translateY(-1px)}.article-page{background:var(--cream)}.article-content{max-width:800px;margin:0 auto;padding:0 3rem}.article-header{text-align:center;margin-bottom:3rem}.article-header h1{font-family:var(--font-heading);color:var(--text-primary);margin:1rem 0;font-size:clamp(1.75rem,3.5vw,2.75rem);font-weight:400;line-height:1.2}.article-subtitle{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.1rem;font-style:italic}.article-tags{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}.tag{letter-spacing:.05em;color:var(--text-muted);background:var(--warm-100);border:1px solid var(--warm-200);border-radius:50px;padding:.35rem .75rem;font-size:.75rem}.article-hero-image-wrap{border-radius:var(--radius-md);margin:2rem -3rem 3rem;overflow:hidden}.article-hero-image-wrap img{width:100%;height:auto;display:block}.article-hero-image-wrap.book-cover-hero{max-width:200px;margin:2rem auto 3rem}.article-hero-image-wrap.book-cover-hero img{object-fit:contain}.article-body{color:var(--text-secondary);font-size:1.05rem;line-height:1.75}.article-body h2{font-family:var(--font-heading);color:var(--text-primary);margin:3rem 0 1rem;font-size:1.75rem;font-weight:400}.article-body h3{font-family:var(--font-heading);color:var(--text-primary);margin:2rem 0 1rem;font-size:1.35rem;font-weight:500}.article-body p{margin-bottom:1.5rem}.article-body a{color:var(--orange);border-bottom:1px solid #0000;transition:border-color .2s}.article-body a:hover{border-color:var(--orange)}.article-body blockquote{background:var(--warm-100);border-left:3px solid var(--gold);margin:2rem 0;padding:1.5rem 2rem;font-style:italic}.article-body blockquote p{margin:0;font-size:1.1rem}.article-body ul,.article-body ol{margin:1.5rem 0;padding-left:1.5rem}.article-body li{margin-bottom:.5rem}.article-body strong{color:var(--text-primary);font-weight:500}.article-author{border-top:1px solid var(--warm-200);align-items:flex-start;gap:1rem;margin-top:4rem;padding-top:2rem;display:flex}.article-author-info h4{font-family:var(--font-heading);margin-bottom:.25rem;font-size:1.1rem}.article-author-info p{color:var(--text-muted);font-size:.9rem;line-height:1.5}.article-nav{max-width:var(--container-max);border-top:1px solid var(--warm-200);justify-content:space-between;align-items:center;margin:4rem auto 0;padding:2rem 3rem 0;display:flex}.article-nav-link{flex-direction:column;max-width:40%;display:flex}.article-nav-link span{letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.25rem;font-size:.75rem}.article-nav-link strong{font-family:var(--font-heading);color:var(--text-primary);font-size:1rem;font-weight:400}.article-nav-link:hover strong{color:var(--orange)}.article-nav-prev{text-align:left}.article-nav-next{text-align:right}.article-not-found{text-align:center;padding:150px 3rem}.article-not-found h1{font-family:var(--font-heading);margin-bottom:1rem;font-size:2rem}.article-not-found a{color:var(--orange)}.books-page{background:var(--cream);min-height:100vh;padding-top:120px}.books-page-list{max-width:var(--container-max);flex-direction:column;gap:4rem;margin:0 auto;padding:0 3rem;display:flex}.books-page-item{background:var(--warm-100);border:1px solid var(--warm-200);border-radius:var(--radius-md);grid-template-columns:280px 1fr;gap:3rem;padding:3rem;display:grid}.books-page-cover-wrap{background:0 0;flex-shrink:0}.books-page-cover{width:100%;height:auto;box-shadow:none;background:0 0;border-radius:0}.books-page-details h2{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:.5rem;font-size:1.75rem;font-weight:400}.book-page-subtitle{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1rem;line-height:1.5}.book-page-quote{color:var(--text-muted);border-left:2px solid var(--gold);margin-bottom:1.5rem;padding-left:1.5rem;font-style:italic}.book-page-link{background:var(--gold);color:var(--cream);letter-spacing:.05em;text-transform:uppercase;border-radius:var(--radius-sm);padding:.85rem 1.75rem;font-size:.85rem;font-weight:500;transition:background .2s,transform .2s;display:inline-flex}.book-page-link:hover{background:var(--gold-light);transform:translateY(-1px)}.book-year{letter-spacing:.15em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.75rem;font-size:.72rem}.book-coauthor{color:var(--text-secondary);margin-bottom:1rem;font-size:.9rem;font-style:italic}.book-description{color:var(--text-secondary);margin-bottom:2rem;font-size:1rem;font-weight:300;line-height:1.75}.book-section{margin-bottom:2.5rem}.book-section-title{letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);margin-bottom:1rem;font-size:.85rem;font-weight:500}.book-audience-list,.book-takeaways-list{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:.75rem;padding:0;list-style:none;display:grid}.book-audience-list li,.book-takeaways-list li{color:var(--text-secondary);padding-left:1.5rem;font-size:.95rem;line-height:1.5;position:relative}.book-audience-list li:before,.book-takeaways-list li:before{content:"✓";color:var(--gold);font-weight:700;position:absolute;left:0}.book-toc-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:.75rem;display:grid}.book-toc-item{color:var(--text-secondary);background:var(--warm-100);border-left:3px solid var(--gold);border-radius:4px;padding:.75rem 1rem;font-size:.9rem}.book-toc-more{color:var(--text-muted);text-align:center;padding:.75rem 1rem;font-size:.85rem;font-style:italic}.book-excerpts{flex-direction:column;gap:1.5rem;display:flex}.book-excerpt-card{background:linear-gradient(135deg, var(--warm-100) 0%, transparent 100%);border-left:4px solid var(--gold);border-radius:8px;padding:1.5rem}.book-excerpt-title{color:var(--text-primary);margin-bottom:.75rem;font-family:Cormorant Garamond,serif;font-size:1.1rem;font-weight:600}.book-excerpt-text{color:var(--text-secondary);font-size:.95rem;font-style:italic;line-height:1.7}.book-testimonials{flex-direction:column;gap:1.5rem;display:flex}.book-testimonial-card{background:var(--warm-100);border-radius:8px;padding:1.5rem;position:relative}.book-testimonial-card:before{content:"\"";color:var(--gold);opacity:.3;font-family:Cormorant Garamond,serif;font-size:4rem;line-height:1;position:absolute;top:-.5rem;left:.75rem}.book-testimonial-quote{color:var(--text-secondary);z-index:1;margin-bottom:1rem;font-size:.95rem;font-style:italic;line-height:1.7;position:relative}.book-testimonial-author{flex-direction:column;gap:.25rem;display:flex}.book-testimonial-author strong{color:var(--text-primary);font-size:.9rem}.book-testimonial-author span{color:var(--text-muted);font-size:.8rem}.books-services-section{border-top:1px solid var(--warm-200);margin-top:6rem;padding-top:4rem}.books-services-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.books-service-card{background:linear-gradient(145deg, var(--warm-100) 0%, var(--warm-50) 100%);border:1px solid var(--warm-200);border-radius:12px;padding:2rem;transition:transform .3s,box-shadow .3s}.books-service-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00000014}.books-service-title{color:var(--text-primary);margin-bottom:1rem;font-family:Cormorant Garamond,serif;font-size:1.3rem;font-weight:600}.books-service-description{color:var(--text-secondary);margin-bottom:1.25rem;font-size:.95rem;line-height:1.7}.books-service-benefits{padding:0;list-style:none}.books-service-benefits li{color:var(--text-secondary);margin-bottom:.5rem;padding-left:1.25rem;font-size:.9rem;position:relative}.books-service-benefits li:before{content:"→";color:var(--gold);position:absolute;left:0}.books-cta-section{background:linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);text-align:center;border-radius:16px;margin-top:4rem;padding:3rem}.books-cta-title{color:var(--cream);margin-bottom:.75rem;font-family:Cormorant Garamond,serif;font-size:1.75rem;font-weight:500}.books-cta-text{color:#faf8f5b3;max-width:500px;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;font-size:1rem}.books-cta-button{background:var(--gold);color:var(--navy);letter-spacing:.05em;border-radius:4px;padding:1rem 2.5rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-block}.books-cta-button:hover{background:var(--gold-light);transform:translateY(-2px)}@media (max-width:768px){.books-page-item{grid-template-columns:1fr;padding:2rem}.books-page-cover-wrap{max-width:200px;margin:0 auto}.book-audience-list,.book-takeaways-list,.book-toc-grid,.books-services-grid{grid-template-columns:1fr}.books-cta-section{padding:2rem 1.5rem}.books-cta-title{font-size:1.4rem}}.speaking-page-header{text-align:center;padding:4rem 3rem}.speaking-page-cta{margin-top:2rem}.btn-primary-dark{background:var(--brown);color:var(--cream);letter-spacing:.08em;text-transform:uppercase;border-radius:var(--radius-sm);padding:.85rem 1.75rem;font-size:.85rem;font-weight:500;transition:background .2s,transform .2s;display:inline-flex}.btn-primary-dark:hover{background:var(--brown-light);transform:translateY(-1px)}.speaking-section-group{max-width:var(--container-max);margin:0 auto 4rem;padding:0 3rem}.speaking-group-label{font-family:var(--font-heading);color:var(--text-muted);border-bottom:1px solid var(--warm-200);margin-bottom:1.5rem;padding-bottom:.75rem;font-size:1.35rem;font-weight:400}.speaking-events-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;display:grid}.speaking-event-card{background:var(--cream);border:1px solid var(--warm-200);border-radius:var(--radius-md);flex-direction:column;transition:box-shadow .2s,transform .2s;display:flex;overflow:hidden}.speaking-event-card:hover{transform:translateY(-3px);box-shadow:0 8px 30px #00000014}.speaking-event-thumbnail{aspect-ratio:16/9;background:var(--warm-200);overflow:hidden}.speaking-event-thumb-img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.speaking-event-card:hover .speaking-event-thumb-img{transform:scale(1.05)}.speaking-event-body{flex-direction:column;flex:1;padding:1.5rem;display:flex}.speaking-event-meta{align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.speaking-event-date{color:var(--gold);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.speaking-event-location{color:var(--text-muted);font-size:.75rem}.speaking-event-body h3{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:.5rem;font-size:1.15rem;font-weight:400}.speaking-event-topic{color:var(--text-secondary);flex:1;margin-bottom:1rem;font-size:.9rem}.speaking-watch-link{color:var(--orange);align-items:center;gap:.5rem;font-size:.8rem;font-weight:500;display:inline-flex}.speaking-event-card:hover .speaking-watch-link{color:var(--orange-dark)}.speaking-book-cta{text-align:center;background:var(--warm-100);border:1px solid var(--warm-200);border-radius:var(--radius-md);max-width:700px;margin:6rem auto 0;padding:3rem}.speaking-book-cta h2{font-family:var(--font-heading);margin-bottom:1rem;font-size:1.5rem}.speaking-book-cta p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1rem;line-height:1.6}@media (max-width:1024px){.article-list-card{grid-template-columns:250px 1fr}.books-page-item{grid-template-columns:220px 1fr;gap:2rem}}@media (max-width:768px){.articles-page,.article-page,.books-page,.speaking-page,.music-page{padding-top:100px;padding-bottom:4rem}.articles-header,.books-page-header,.speaking-page-header{padding:0 1.5rem 3rem}.articles-list,.article-content,.books-page-list,.speaking-section-group{padding:0 1.5rem}.article-list-card{grid-template-columns:1fr;padding:1.5rem}.article-list-image-wrap{aspect-ratio:16/9}.music-instruments-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.music-page-header{padding:2rem 1.5rem}.music-content-section{padding:0 1.5rem}.books-page-item{grid-template-columns:1fr;padding:2rem}.books-page-cover-wrap{width:180px;margin:0 auto}.speaking-events-grid{grid-template-columns:1fr}.article-hero-image-wrap{border-radius:0;margin:1.5rem -1.5rem 2rem}.article-nav{flex-direction:column;gap:1rem;padding:2rem 1.5rem 0}.article-nav-link{text-align:center;max-width:100%}.article-nav-prev,.article-nav-next{text-align:center}}.speaking-event-page{background:var(--cream);min-height:100vh;padding-top:120px;padding-bottom:6rem}.speaking-breadcrumb{max-width:900px;margin:0 auto 2rem;padding:0 3rem}.breadcrumb-link{color:var(--text-muted);font-size:.85rem;transition:color .2s}.breadcrumb-link:hover{color:var(--orange)}.speaking-event-hero{text-align:center;max-width:900px;margin:0 auto 3rem;padding:0 3rem}.speaking-event-hero-meta{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.speaking-event-hero-category{letter-spacing:.1em;text-transform:uppercase;color:var(--gold);font-size:.75rem;font-weight:600}.speaking-event-hero-year{color:var(--text-muted);font-size:.85rem;position:relative}.speaking-event-hero-year:before{content:"·";color:var(--text-light);margin-right:1rem}.speaking-event-hero-location{color:var(--text-muted);font-size:.85rem;position:relative}.speaking-event-hero-location:before{content:"·";color:var(--text-light);margin-right:1rem}.speaking-event-hero-title{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:1rem;font-size:clamp(1.75rem,3.5vw,2.75rem);font-weight:400;line-height:1.2}.speaking-event-hero-topic{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.1rem}.speaking-event-tags-row{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}.speaking-tag{letter-spacing:.05em;color:var(--text-muted);background:var(--warm-100);border:1px solid var(--warm-200);border-radius:50px;padding:.35rem .75rem;font-size:.75rem}.speaking-event-hero-image-wrap{max-width:900px;margin:0 auto 3rem;padding:0 3rem}.speaking-event-hero-image{border-radius:var(--radius-md);width:100%;height:auto;box-shadow:0 8px 30px #0000001a}.speaking-event-video-wrap{max-width:900px;height:0;margin:0 auto 3rem;padding:0 3rem 56.25%;position:relative;overflow:hidden}.speaking-event-video-iframe{border-radius:var(--radius-md);border:none;width:100%;height:100%;position:absolute;top:0;left:0}.speaking-event-body{max-width:800px;margin:0 auto;padding:0 3rem}.speaking-event-section-heading{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:1rem;font-size:1.35rem;font-weight:400}.speaking-event-summary{margin-bottom:3rem}.speaking-event-summary-text{color:var(--text-secondary);font-size:1.05rem;line-height:1.75}.speaking-event-summary-text p{margin-bottom:1.5rem}.speaking-event-summary-text p:last-child{margin-bottom:0}.speaking-event-takeaways{margin-bottom:3rem}.speaking-event-takeaways-list{padding:0;list-style:none}.speaking-event-takeaway-item{background:var(--warm-100);border-left:3px solid var(--gold);border-radius:0 var(--radius-sm) var(--radius-sm) 0;align-items:flex-start;gap:1rem;margin-bottom:1rem;padding:1.25rem;display:flex}.speaking-event-takeaway-number{background:var(--gold);width:28px;height:28px;color:var(--cream);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.85rem;font-weight:600;display:flex}.speaking-event-takeaway-text{color:var(--text-secondary);flex:1;font-size:1rem;line-height:1.6}.speaking-event-book-cta{background:var(--brown);color:var(--cream);text-align:center;margin:4rem 0 0;padding:4rem 2rem}.speaking-event-book-cta-inner{max-width:700px;margin:0 auto}.speaking-event-book-cta h2{font-family:var(--font-heading);color:var(--cream);margin-bottom:1rem;font-size:2rem;font-weight:400}.speaking-event-book-cta p{color:#faf8f5cc;margin-bottom:2rem;font-size:1.1rem;line-height:1.7}.speaking-event-book-cta .btn-primary-dark{background:var(--gold);color:var(--brown);letter-spacing:.02em;border-radius:var(--radius-md);padding:.875rem 2rem;font-weight:500;transition:all .2s;display:inline-block}.speaking-event-book-cta .btn-primary-dark:hover{background:var(--gold-light);transform:translateY(-2px)}.speaking-event-action{text-align:center;background:var(--warm-100);border:1px solid var(--warm-200);border-radius:var(--radius-md);margin-bottom:3rem;padding:2rem}.speaking-event-action h2{font-family:var(--font-heading);margin-bottom:.75rem;font-size:1.35rem}.speaking-event-action p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1rem}.speaking-event-nav{border-top:1px solid var(--warm-200);justify-content:space-between;align-items:center;max-width:900px;margin:4rem auto 0;padding:2rem 3rem 0;display:flex}.speaking-nav-center{gap:1.5rem;display:flex}.speaking-nav-center a{color:var(--text-muted);font-size:.85rem;transition:color .2s}.speaking-nav-center a:hover{color:var(--orange)}.speaking-nav-prev,.speaking-nav-next{flex-direction:column;max-width:35%;display:flex}.speaking-nav-prev span,.speaking-nav-next span{letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.25rem;font-size:.75rem}.speaking-nav-prev strong,.speaking-nav-next strong{font-family:var(--font-heading);color:var(--text-primary);font-size:1rem;font-weight:400}.speaking-nav-prev:hover strong,.speaking-nav-next:hover strong{color:var(--orange)}.speaking-nav-prev{text-align:left}.speaking-nav-next{text-align:right}@media (max-width:768px){.speaking-event-page{padding-top:100px;padding-bottom:4rem}.speaking-breadcrumb,.speaking-event-hero,.speaking-event-body,.speaking-event-hero-image-wrap,.speaking-event-video-wrap{padding-left:1.5rem;padding-right:1.5rem}.speaking-event-hero-meta{flex-direction:column;gap:.5rem}.speaking-event-hero-year:before,.speaking-event-hero-location:before{display:none}.speaking-event-video-wrap{padding-bottom:56.25%}.speaking-event-nav{flex-direction:column;gap:1.5rem;padding:2rem 1.5rem 0}.speaking-nav-center{order:-1}.speaking-nav-prev,.speaking-nav-next{text-align:center;text-align:center;max-width:100%}.speaking-event-takeaway-item{padding:1rem}.speaking-event-takeaway-number{width:24px;height:24px;font-size:.75rem}}.assessment-page{background:var(--cream);min-height:100vh;padding-top:120px;padding-bottom:6rem}.assessment-container{max-width:800px;margin:0 auto;padding:0 2rem}.assessment-header{text-align:center;margin-bottom:3rem}.assessment-header h1{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:400}.assessment-header p{color:var(--text-secondary);max-width:500px;margin:0 auto;font-size:1.1rem}.progress-bar{background:var(--warm-200);border-radius:2px;width:100%;height:4px;margin-bottom:3rem;overflow:hidden}.progress-fill{background:linear-gradient(90deg, var(--gold), var(--orange));height:100%;transition:width .3s}.question-card{background:var(--warm-100);border:1px solid var(--warm-200);border-radius:var(--radius-md);margin-bottom:2rem;padding:3rem}.question-number{letter-spacing:.1em;text-transform:uppercase;color:var(--orange);margin-bottom:1.5rem;font-size:.75rem;font-weight:500;display:inline-block}.question-card h2{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:2rem;font-size:1.5rem;font-weight:400;line-height:1.4}.answer-buttons{gap:1rem;display:flex}.btn-yes,.btn-no{border-radius:var(--radius-sm);cursor:pointer;border:2px solid #0000;flex:1;padding:1rem 2rem;font-size:1rem;font-weight:500;transition:all .2s}.btn-yes{background:var(--gold);color:var(--cream)}.btn-yes:hover{background:var(--gold-light);transform:translateY(-2px)}.btn-no{color:var(--text-secondary);border-color:var(--warm-200);background:0 0}.btn-no:hover{border-color:var(--text-muted);color:var(--text-primary)}.level-indicators{justify-content:center;gap:1rem;display:flex}.level-dot{background:var(--warm-200);width:40px;height:40px;color:var(--text-muted);border-radius:50%;justify-content:center;align-items:center;font-weight:500;transition:all .3s;display:flex}.level-dot.active{background:var(--gold);color:var(--cream)}.assessment-result{max-width:800px;margin:0 auto;padding:0 2rem}.result-header{text-align:center;border-bottom:3px solid;margin-bottom:3rem;padding-bottom:2rem}.result-level{color:var(--cream);letter-spacing:.05em;text-transform:uppercase;border-radius:var(--radius-sm);margin-bottom:1.5rem;padding:.75rem 1.5rem;font-size:.9rem;font-weight:500;display:inline-block}.result-header h1{font-family:var(--font-heading);color:var(--text-primary);font-size:clamp(2rem,4vw,3rem);font-weight:400}.result-content{flex-direction:column;gap:2rem;display:flex}.result-description{background:var(--warm-100);border:1px solid var(--warm-200);border-radius:var(--radius-md);padding:2rem}.result-description p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.1rem;line-height:1.7}.risk-badge{letter-spacing:.05em;text-transform:uppercase;border-radius:var(--radius-sm);border:2px solid;padding:.5rem 1rem;font-size:.85rem;font-weight:500;display:inline-block}.recommendations{background:var(--warm-100);border:1px solid var(--warm-200);border-radius:var(--radius-md);padding:2rem}.recommendations h2{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:1.5rem;font-size:1.35rem;font-weight:400}.recommendations ul{padding:0;list-style:none}.recommendations li{color:var(--text-secondary);margin-bottom:1rem;padding-left:1.5rem;font-size:1rem;line-height:1.6;position:relative}.recommendations li:before{content:"→";color:var(--orange);font-weight:500;position:absolute;left:0}.email-capture{background:var(--brown);color:var(--cream);border-radius:var(--radius-md);text-align:center;padding:3rem}.email-capture h3{font-family:var(--font-heading);margin-bottom:.75rem;font-size:1.5rem;font-weight:400}.email-capture p{color:#faf8f5cc;margin-bottom:1.5rem;font-size:1rem}.email-form{gap:1rem;max-width:450px;margin:0 auto;display:flex}.email-input{border-radius:var(--radius-sm);color:var(--cream);background:#faf8f51a;border:1px solid #faf8f54d;flex:1;padding:.85rem 1.25rem;font-size:1rem}.email-input::placeholder{color:#faf8f580}.email-input:focus{border-color:var(--gold);outline:none}.thank-you{background:var(--warm-100);border:1px solid var(--warm-200);border-radius:var(--radius-md);text-align:center;padding:3rem}.thank-you h3{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:.75rem;font-size:1.5rem;font-weight:400}.thank-you p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1rem}@media (max-width:768px){.assessment-page{padding-top:100px;padding-bottom:4rem}.question-card{padding:2rem}.question-card h2{font-size:1.25rem}.answer-buttons,.email-form{flex-direction:column}.email-input,.btn-primary{width:100%}}.nav-hamburger{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;gap:5px;width:28px;padding:4px 0;display:none}.nav-hamburger-line{background:var(--brown);border-radius:1px;width:100%;height:2px;transition:transform .3s,opacity .3s}.nav-hamburger.active .nav-hamburger-line:first-child{transform:rotate(45deg)translate(5px,5px)}.nav-hamburger.active .nav-hamburger-line:nth-child(2){opacity:0}.nav-hamburger.active .nav-hamburger-line:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}@media (max-width:767px){.nav-hamburger{display:flex}.nav-links{display:none!important}}.mobile-nav-overlay{z-index:998;opacity:0;pointer-events:none;background:#2a242099;transition:opacity .3s;position:fixed;inset:0}.mobile-nav-panel:target~.mobile-nav-overlay{opacity:1;pointer-events:auto}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.mobile-nav-panel{background:var(--brown);z-index:999;flex-direction:column;width:80%;max-width:320px;height:100vh;padding:2rem;transition:right .3s;display:flex;position:fixed;top:0;right:-100%;overflow-y:auto}.mobile-nav-panel:target{right:0}.mobile-nav-panel-header{border-bottom:1px solid #faf8f51a;justify-content:space-between;align-items:center;margin-bottom:3rem;padding-bottom:1.5rem;display:flex}.mobile-nav-panel-logo{font-family:var(--font-heading);color:var(--cream);letter-spacing:.02em;font-size:1.5rem}.mobile-nav-close{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:40px;height:40px;transition:transform .2s;display:flex}.mobile-nav-close:hover{transform:rotate(90deg)}.mobile-nav-panel-links{flex-direction:column;gap:1.5rem;display:flex}.mobile-nav-panel-link{font-family:var(--font-heading);font-size:1.5rem;font-weight:var(--weight-light);color:var(--cream);border-bottom:1px solid #faf8f51a;padding:.75rem 0;transition:color .2s}.mobile-nav-panel-link:hover{color:var(--gold-light)}@media (min-width:768px){.mobile-nav-overlay,.mobile-nav-panel{display:none!important}}.expertise-section{background:var(--brown);color:var(--cream);padding:8rem 0}.expertise-block{margin-bottom:6rem}.expertise-block:last-child{margin-bottom:0}.expertise-header{margin-bottom:3rem}.expertise-label{font-family:var(--font-body);letter-spacing:.15em;text-transform:uppercase;color:var(--gold-light);margin-bottom:.75rem;font-size:.75rem;font-weight:500;display:block}.expertise-title{font-family:var(--font-heading);color:var(--cream);font-size:clamp(1.75rem,3vw,2.5rem);font-weight:300}.books-showcase{grid-template-columns:repeat(2,1fr);gap:4rem;margin-bottom:2rem;display:grid}.book-cover-wrap{border-radius:8px;flex-shrink:0;max-width:200px;position:relative;overflow:hidden;box-shadow:0 8px 30px #0000004d}.book-cover{width:100%;height:auto;transition:transform .5s;display:block}.book-cover-wrap:hover .book-cover{transform:scale(1.03)}.book-showcase-item{align-items:flex-start;gap:2rem;display:flex}.book-showcase-details{flex:1}.book-showcase-title{font-family:var(--font-heading);color:var(--cream);margin-bottom:.5rem;font-size:1.5rem;font-weight:400}.book-showcase-subtitle{color:#faf8f5b3;margin-bottom:1rem;font-size:.9rem;line-height:1.5}.book-showcase-link{color:var(--gold-light);font-size:.85rem;transition:color .2s}.book-showcase-link:hover{color:var(--cream)}.speaking-photos-container{flex-direction:column;gap:1.5rem;margin-bottom:3rem;display:flex}.speaking-photos-vertical-row{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.speaking-photo-vertical{border-radius:12px;flex:0 calc(25% - .75rem);min-width:180px;max-width:220px;overflow:hidden;box-shadow:0 4px 20px #0003}.speaking-photo-horizontal{border-radius:12px;width:100%;max-width:700px;margin:0 auto;overflow:hidden;box-shadow:0 4px 20px #0003}.speaking-photo-img-full{width:100%;height:auto;transition:transform .3s;display:block}.speaking-photo-vertical:hover .speaking-photo-img-full,.speaking-photo-horizontal:hover .speaking-photo-img-full{transform:scale(1.02)}@media (max-width:900px){.speaking-photo-vertical{flex:0 calc(50% - .5rem);min-width:150px}.speaking-photos-vertical-row{gap:.75rem}}@media (max-width:480px){.speaking-photo-vertical{flex:0 calc(50% - .5rem);min-width:120px}}@media (max-width:768px){.speaking-photos-vertical-row{flex-wrap:wrap}}.speaker-reel{text-align:center;margin-bottom:3rem}.speaker-reel-label{font-family:var(--font-body);letter-spacing:.15em;text-transform:uppercase;color:var(--gold-light);margin-bottom:1rem;font-size:.7rem;font-weight:500}.speaker-reel-video{border-radius:12px;width:100%;max-width:800px;margin:0 auto;position:relative;overflow:hidden;box-shadow:0 20px 60px #0000004d}.speaker-reel-iframe{aspect-ratio:16/9;border:none;width:100%;display:block}.speaking-photos-grid{display:none}.engagements-list{border-top:1px solid #faf8f51a}.engagement-row{border-bottom:1px solid #faf8f51a;align-items:center;gap:2rem;padding:1.5rem 0;transition:background .2s;display:flex}.engagement-row:hover{background:#faf8f508}.engagement-row-year{font-family:var(--font-heading);color:var(--gold-light);min-width:60px;font-size:1.25rem;font-weight:300}.engagement-row-details{flex:1}.engagement-row-name{font-family:var(--font-heading);color:var(--cream);margin-bottom:.25rem;font-size:1.1rem;font-weight:400}.engagement-row-meta{color:#faf8f599;margin:0;font-size:.85rem}.engagement-row-link{color:var(--gold-light);white-space:nowrap;font-size:.85rem;transition:color .2s}.engagement-row-link:hover{color:var(--cream)}.expertise-cta{text-align:center;margin-top:2rem}.speaking-cta-box{text-align:center;background:#faf8f50d;border:1px solid #faf8f526;border-radius:8px;margin-top:3rem;padding:2rem}.speaking-cta-text{font-family:var(--font-heading);color:var(--cream);margin-bottom:1rem;font-size:1.25rem;font-weight:300}.speaking-cta-button{background:var(--gold);color:var(--cream);letter-spacing:.05em;border-radius:4px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:500;transition:all .2s;display:inline-block}.speaking-cta-button:hover{background:var(--gold-light);transform:translateY(-2px)}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-family:var(--font-heading);margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:300}.section-subtitle{color:var(--text-muted);max-width:500px;margin:0 auto;font-size:1.1rem}.article-list-item{border-bottom:1px solid var(--warm-200);padding:2.5rem 0;transition:opacity .2s;display:block}.article-list-item:hover{opacity:.7}.article-list-item:first-child{border-top:1px solid var(--warm-200)}.article-list-meta{gap:1rem;margin-bottom:.75rem;display:flex}.article-list-date{color:var(--text-muted);font-size:.8rem}.article-list-category{letter-spacing:.1em;text-transform:uppercase;color:var(--gold);font-size:.75rem;font-weight:500}.article-list-title{font-family:var(--font-heading);color:var(--text-dark);margin-bottom:.75rem;font-size:1.5rem;font-weight:400}.article-list-excerpt{color:var(--text-muted);margin-bottom:1rem;font-size:.95rem;line-height:1.6}.article-list-cta{color:var(--orange);font-size:.85rem}.section-footer{text-align:center;margin-top:3rem}.contact-title{font-family:var(--font-heading);text-align:center;margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:300}.contact-description{color:var(--text-muted);text-align:center;margin-bottom:2.5rem;font-size:1.1rem}.contact-link.primary{font-family:var(--font-heading);color:var(--text-dark);margin-bottom:1.5rem;font-size:1.5rem;display:block}.contact-socials{justify-content:center;gap:2rem;display:flex}.contact-socials .contact-link{color:var(--text-muted);font-size:.9rem;transition:color .2s}.contact-socials .contact-link:hover{color:var(--text-dark)}.newsletter-inline{border-top:1px solid var(--warm-200);text-align:center;padding-top:3rem}.newsletter-text{color:var(--text-muted);margin-bottom:1rem;font-size:.9rem}.newsletter-form-inline{justify-content:center;gap:.5rem;max-width:400px;margin:0 auto;display:flex}.newsletter-input-inline{border:1px solid var(--warm-200);background:#fff;border-radius:4px;flex:1;padding:.75rem 1rem;font-size:.9rem}.newsletter-button-inline{background:var(--brown);color:var(--cream);border-radius:4px;padding:.75rem 1.5rem;font-size:.85rem;font-weight:500;transition:background .2s}.newsletter-button-inline:hover{background:var(--brown-light)}.testimonials-section{background:var(--cream-dark);padding:6rem 0}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.testimonial-card{border:1px solid var(--warm-200);box-shadow:var(--shadow-sm);background:#fff;border-radius:8px;padding:2rem}.testimonial-quote{font-family:var(--font-heading);color:var(--text-dark);margin-bottom:1.5rem;font-size:1.1rem;font-style:italic;font-weight:300;line-height:1.6}.testimonial-author{flex-direction:column;gap:.25rem;display:flex}.testimonial-author strong{font-family:var(--font-body);color:var(--text-dark);font-size:.9rem;font-weight:500}.testimonial-author span{font-family:var(--font-body);color:var(--text-muted);font-size:.8rem}@media (max-width:1024px){.books-showcase{grid-template-columns:1fr;gap:3rem}.book-showcase-item{text-align:center;flex-direction:column}.book-cover-wrap{margin:0 auto}.testimonials-grid{grid-template-columns:1fr;gap:1.5rem}}@media (max-width:768px){.engagement-row{flex-direction:column;align-items:flex-start;gap:.5rem}#music .instruments-gallery{grid-template-columns:repeat(2,1fr)!important;gap:1rem!important}.contact-socials{flex-direction:column;gap:1rem}.newsletter-form-inline{flex-direction:column}}.not-found-page{background:var(--cream);justify-content:center;align-items:center;min-height:100vh;padding:120px 2rem 4rem;display:flex}.not-found-content{text-align:center}.not-found-content h1{font-family:var(--font-heading);color:var(--text-dark);margin-bottom:1rem;font-size:clamp(4rem,10vw,8rem);font-weight:300;line-height:1}.not-found-content p{color:var(--text-muted);margin-bottom:2rem;font-size:1.1rem}.not-found-link{color:var(--orange);font-size:.9rem;font-weight:500;transition:color .2s}.not-found-link:hover{color:var(--orange-dark)}
