:root{--linen: #EDEAD8;--linen-card: #E8E4D4;--teal: #1F4D5C;--rust: #B85C3A;--rust-dark: #8B3A22;--rust-muted: #D4937A;--sage: #4A5E3A;--caramel: #C8936A;--tan: #D4A07A;--text: #2C2420;--text-mid: #5C4A3E;--text-soft: #9B8475;--divider: rgba(44, 36, 32, .12);--white: #FDFCF8}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{background-color:var(--linen);color:var(--text);font-family:Crimson Pro,Georgia,serif;font-size:17px;line-height:1.7;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4{font-family:Cormorant Garamond,Georgia,serif;line-height:1.15;color:var(--teal);font-weight:600}h1 em,h2 em,h3 em{font-style:italic;color:var(--rust);font-weight:500}img{display:block;max-width:100%}a{color:inherit}.sticky-nav{position:sticky;top:0;z-index:50;background-color:#edead8f5;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--divider)}.sticky-nav-inner{max-width:860px;margin:0 auto;padding:.65rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.nav-brand{font-family:Cormorant Garamond,serif;font-size:1.2rem;font-weight:600;font-style:italic;color:var(--rust);white-space:nowrap}.nav-links{display:flex;gap:1.75rem}.nav-links a{font-size:.72rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--text-mid);text-decoration:none;transition:color .15s ease}.nav-links a:hover{color:var(--rust)}@media (max-width: 420px){.nav-brand{display:none}.nav-links{gap:1.25rem;width:100%;justify-content:center}}.hero{background-color:var(--linen);background-image:url(/bg-botanical.png);background-size:cover;background-position:center;background-repeat:no-repeat;min-height:60svh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 1.5rem 5rem;text-align:center}.hero-content{display:flex;flex-direction:column;align-items:center;gap:.75rem}.hero-logo-img{display:block;width:100%;max-width:400px;height:auto;mix-blend-mode:multiply}@media (min-width: 640px){.hero-logo-img{max-width:540px}}@media (min-width: 1024px){.hero-logo-img{max-width:640px}}.hero-logo-fallback{display:none;flex-direction:column;align-items:center;gap:.35rem}.hero-wordmark{font-family:Great Vibes,cursive;font-size:clamp(4.5rem,16vw,9rem);line-height:1;background:linear-gradient(150deg,#e8714a,#c0392b 55%,#8b1a1a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.02em}.hero-submark{font-size:.75rem;font-weight:800;letter-spacing:.28em;text-transform:uppercase;color:var(--rust)}.hero-meta{margin-top:.75rem;display:flex;flex-direction:column;align-items:center;gap:.15rem}.hero-date{font-family:Cormorant Garamond,serif;font-size:1.2rem;font-weight:400;font-style:italic;color:var(--text-mid);letter-spacing:.02em}.hero-church{font-size:.75rem;font-weight:800;letter-spacing:.22em;text-transform:uppercase;color:var(--teal)}.hero-scroll-hint{margin-top:2rem;opacity:.35;color:var(--text-mid)}.section{padding:5rem 1.5rem}.section-inner{max-width:860px;margin:0 auto}.section-header{text-align:center;margin-bottom:3rem}.section-label{display:block;font-size:.72rem;font-weight:800;letter-spacing:.25em;text-transform:uppercase;color:var(--rust);margin-bottom:.5rem}.section-title{font-family:Cormorant Garamond,serif;font-size:clamp(3rem,9vw,5rem);font-weight:600;color:var(--teal);line-height:1.05;margin:0}.section-desc{margin-top:.75rem;font-family:Cormorant Garamond,serif;font-size:1.25rem;font-style:italic;color:var(--text-mid);line-height:1.6}.schedule-section{background-color:var(--white)}.schedule-timeline{display:flex;flex-direction:column}.sched-row{display:grid;grid-template-columns:90px 1fr;gap:0 1.5rem;align-items:start;padding:1.2rem 0;border-bottom:1px solid var(--divider)}.sched-row:first-child{border-top:1px solid var(--divider)}@media (max-width: 380px){.sched-row{grid-template-columns:68px 1fr;gap:0 .75rem}}.sched-time{font-size:1rem;font-weight:800;color:var(--rust);text-align:right;padding-top:.25rem;line-height:1.35;white-space:nowrap;letter-spacing:.01em}.sched-body{display:flex;flex-direction:column;gap:.1rem}.sched-session-tag{display:inline-block;font-size:.68rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--rust-dark);background:#b85c3a1a;padding:.12rem .55rem;border-radius:100px;margin-bottom:.3rem;width:fit-content}.sched-title{font-family:Cormorant Garamond,serif;font-size:1.65rem;font-weight:600;color:var(--teal);margin:0;line-height:1.15}.sched-sub{font-size:1rem;color:var(--text-soft);margin:.2rem 0 0;line-height:1.5}.speaker-section{background-color:var(--linen)}.speaker-section .section-inner{max-width:740px}.speaker-layout{display:flex;flex-direction:column;align-items:center;gap:2rem;text-align:center;margin-bottom:3.5rem}@media (min-width: 600px){.speaker-layout{flex-direction:row;text-align:left;align-items:center;gap:2.5rem}}.speaker-avatar{flex-shrink:0;width:180px;height:180px;border-radius:50%;border:3px solid var(--white);box-shadow:0 4px 20px #2c24201f;overflow:hidden;display:flex;align-items:center;justify-content:center;background-color:var(--caramel);position:relative}@media (min-width: 600px){.speaker-avatar{width:210px;height:210px}}.speaker-avatar img{width:100%;height:100%;object-fit:cover}.speaker-avatar-initial{font-family:Cormorant Garamond,serif;font-size:3.5rem;font-weight:600;color:#fffdf8e6;line-height:1;pointer-events:none}.speaker-info{display:flex;flex-direction:column;gap:.2rem}.speaker-name{font-family:Cormorant Garamond,serif;font-size:2.8rem;font-weight:700;color:var(--teal);margin:0;line-height:1.1}.speaker-role{font-size:.72rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:var(--rust);margin-bottom:.5rem}.speaker-bio{font-size:1rem;color:var(--text-mid);line-height:1.75;margin:0}.speaker-site-link{display:inline-flex;align-items:center;gap:.3rem;margin-top:.75rem;font-size:.75rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--teal);text-decoration:none;transition:opacity .15s ease}.speaker-site-link:hover{opacity:.65}.books-header{text-align:center;margin-bottom:1.75rem;padding-top:.5rem}.books-heading{font-family:Cormorant Garamond,serif;font-size:2.4rem;font-weight:600;color:var(--teal);margin:0}.books-heading em{font-style:italic;color:var(--rust)}.books-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}@media (min-width: 580px){.books-grid{grid-template-columns:repeat(4,1fr)}}.book-card{display:flex;flex-direction:column;gap:.5rem;text-align:center}.book-cover{width:100%;aspect-ratio:2/3;border-radius:3px 7px 7px 3px;position:relative;overflow:hidden;box-shadow:-4px 0 8px #00000038,0 6px 20px #2c242026;transition:transform .2s ease,box-shadow .2s ease}.book-cover img{width:100%;height:100%;object-fit:cover;display:block}.book-card:hover .book-cover{transform:translateY(-4px) rotate(-.5deg);box-shadow:-4px 0 8px #00000038,0 12px 28px #2c242033}.book-cover:before{content:"";position:absolute;left:0;top:0;width:9px;height:100%;background:#0000002e;z-index:1}.book-info-title{font-family:Cormorant Garamond,serif;font-size:1rem;font-weight:600;color:var(--teal);line-height:1.3;margin:0}.book-info-subtitle{font-size:.82rem;color:var(--text-soft);font-style:italic;margin:0;line-height:1.4}.book-info-desc{font-size:.85rem;color:var(--text-mid);line-height:1.55;flex:1;margin:0}.book-order-link{font-size:.72rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase;color:var(--rust);text-decoration:none;transition:opacity .15s ease;margin-top:auto}.book-order-link:hover{opacity:.65}.books-all-link-wrapper{text-align:center;margin-top:1.75rem}.books-all-link{font-size:.78rem;font-weight:700;color:var(--teal);text-decoration:none;letter-spacing:.03em;transition:opacity .15s ease}.books-all-link:hover{opacity:.65}.resources-section{background-color:var(--white)}.resources-cols{display:grid;grid-template-columns:1fr;gap:3rem}@media (min-width: 700px){.resources-cols{grid-template-columns:1fr 1fr;gap:3.5rem}}.resources-full{margin-bottom:2.5rem}.res-cat-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.res-cat-dash{width:2rem;height:1.5px;background:var(--rust);flex-shrink:0;opacity:.6}.res-cat-title{font-family:Cormorant Garamond,serif;font-size:1.7rem;font-weight:600;font-style:italic;color:var(--teal);margin:0}.res-list{display:flex;flex-direction:column}.res-row{display:flex;align-items:center;gap:.85rem;padding:.85rem .9rem;background:var(--linen);border-radius:8px;margin-bottom:.4rem;text-decoration:none;color:var(--text);border:1px solid rgba(44,36,32,.06);min-height:52px;cursor:pointer;transition:background-color .15s ease,border-color .15s ease}.res-row:hover{background-color:#e8e4d2;border-color:#b85c3a33}.res-row:last-child{margin-bottom:0}.res-badge{flex-shrink:0;width:36px;height:40px;background:var(--rust);border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:.6rem;font-weight:900;letter-spacing:.07em;color:#fff;text-transform:uppercase}.res-body{flex:1;min-width:0}.res-title{font-family:Cormorant Garamond,serif;font-size:1.2rem;font-weight:600;color:var(--teal);line-height:1.25;margin:0}.res-desc{font-size:.85rem;color:var(--text-soft);margin:.1rem 0 0;line-height:1.4}.res-action{flex-shrink:0;font-size:.72rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--rust)}.res-link-row{display:flex;align-items:center;gap:1rem;padding:.75rem 0;border-bottom:1px solid var(--divider);text-decoration:none;color:var(--text);transition:opacity .15s ease}.res-link-row:first-child{border-top:1px solid var(--divider)}.res-link-row:hover{opacity:.7}.res-link-body{flex:1}.res-link-title{font-family:Cormorant Garamond,serif;font-size:1.25rem;font-weight:600;color:var(--teal);line-height:1.25;margin:0}.res-link-desc{font-size:.85rem;color:var(--text-soft);margin:.1rem 0 0}.res-link-action{flex-shrink:0;font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--rust)}.footer{background-color:#1a1008;padding:3rem 1.5rem 2.25rem;text-align:center}.footer-inner{max-width:400px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:.5rem}.footer-logo{width:190px;height:auto;margin-bottom:.5rem;opacity:.85}.footer-tagline{font-size:.72rem;font-weight:800;letter-spacing:.22em;text-transform:uppercase;color:#fff6;margin:0}.footer-copy{font-size:.75rem;color:#fff3;margin:.25rem 0 0}
