*,*:before,*:after{box-sizing:border-box}*{margin:0}html{interpolate-size:allow-keywords}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p{overflow-wrap:break-word;text-wrap:pretty}h1,h2,h3,h4,h5,h6{overflow-wrap:break-word;text-wrap:balance}#root,#app{isolation:isolate}:root{--color-bg: #faf9f7;--color-bg-dark: #f5f1ed;--color-text: #1a1a1a;--color-text-light: #5a5a5a;--color-border: #e8dfd5;--color-accent-primary: #c84737;--color-accent-secondary: #d4a574;--color-accent-tertiary: #1a1a1a;--color-accent-quaternary: #7a8f6c;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;color-scheme:light dark}@media(prefers-color-scheme:dark){:root{--color-bg: #1a1511;--color-bg-dark: #2a2018;--color-text: #f5f1ed;--color-text-light: #d4c5b9;--color-border: #3a2f25;--color-accent-primary: #f08070;--color-accent-secondary: #e8b365;--color-accent-tertiary: #f5f1ed;--color-accent-quaternary: #a3c398}}html,body{background-color:var(--color-bg);color:var(--color-text)}body{min-height:100dvh}.page{max-width:70ch;margin-inline:auto;padding:4rem 2rem;min-height:100dvh}.content-article{display:flex;flex-direction:column;gap:3rem}.content-article h1{font-size:3rem;font-weight:700;line-height:1.2;color:var(--color-text);margin-bottom:1rem}.content-article h2{font-size:1.75rem;font-weight:600;line-height:1.3;color:var(--color-text);margin-bottom:1rem}.content-article h3{font-size:1.25rem;font-weight:600;color:var(--color-text);margin-bottom:.75rem}.content-article p{font-size:1rem;line-height:1.8;color:var(--color-text-light);margin:0}.content-article section{display:flex;flex-direction:column;gap:1.5rem}.intro-section .lead{font-size:1.125rem;font-weight:500;color:var(--color-text);line-height:1.7}.back-link{display:inline-block;margin-bottom:2rem;font-size:.95rem;font-weight:500;color:var(--color-accent-primary);text-decoration:none;transition:color .15s ease}.back-link:hover{color:var(--color-accent-secondary)}.cta-button,.button{display:inline-block;padding:.875rem 1.75rem;background-color:var(--color-accent-primary);color:#fff;text-decoration:none;border-radius:2rem;font-weight:600;font-size:.95rem;transition:all .15s ease;border:1px solid var(--color-accent-primary)}.cta-button:hover,.button:hover{background-color:var(--color-accent-secondary);border-color:var(--color-accent-secondary)}.nav-links-inline{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.5rem}.home{min-height:100dvh;display:flex;flex-direction:column}.home__nav{display:flex;justify-content:space-between;align-items:center;padding:2rem;gap:2rem;border-bottom:1px solid var(--color-border)}.home__logo{font-size:1.5rem;font-weight:700;color:var(--color-text);letter-spacing:-.5px}.home__links{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.nav-link{font-size:.95rem;font-weight:500;color:var(--color-text-light);text-decoration:none;position:relative;transition:color .15s ease}.nav-link:hover{color:var(--color-accent-primary)}.nav-link.active{color:var(--color-accent-primary);font-weight:600}.hero{flex:1;display:flex;align-items:center;justify-content:center;padding:4rem 2rem;background:linear-gradient(135deg,#c847370f,#d4a5740f)}.hero__content{max-width:60ch;text-align:center}.hero__title{font-size:clamp(2.5rem,8vw,4rem);font-weight:700;line-height:1.1;color:var(--color-text);margin-bottom:1.5rem;letter-spacing:-1px}.hero__subtitle{font-size:1.25rem;font-weight:500;color:var(--color-accent-primary);margin-bottom:1.5rem}.hero__description{font-size:1.05rem;line-height:1.8;color:var(--color-text-light);margin-bottom:2.5rem}.featured-section{padding:4rem 2rem;background-color:var(--color-bg-dark)}.featured-section__content{max-width:70ch;margin:0 auto}.featured-section h2{font-size:2rem;font-weight:700;margin-bottom:1rem}.featured-section>div>p{font-size:1.05rem;line-height:1.8;color:var(--color-text-light);margin-bottom:2.5rem}.featured-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.featured-card{display:flex;flex-direction:column;justify-content:flex-start;padding:2rem;background-color:var(--color-bg);border:1px solid var(--color-border);border-radius:1rem;text-decoration:none;transition:all .2s ease;color:var(--color-text)}.featured-card:hover{border-color:var(--color-accent-primary);transform:translateY(-4px);box-shadow:0 8px 24px #c847371f}.featured-card h3{margin-bottom:.5rem}.featured-card p{color:var(--color-text-light);font-size:.95rem;margin:0}.book-card,.reflection-card,.poem-card{padding:2.5rem;background-color:var(--color-bg-dark);border:1px solid var(--color-border);border-radius:1rem;transition:all .2s ease}.book-card:hover,.reflection-card:hover,.poem-card:hover{border-color:var(--color-accent-primary);box-shadow:0 8px 24px #c8473714}.book-card__title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.book-card__subtitle{font-size:1.1rem;color:var(--color-accent-primary);font-weight:500;margin-bottom:1rem}.book-card__description{color:var(--color-text-light);line-height:1.7;margin-bottom:1.5rem}.book-card__meta{display:flex;gap:1rem}.status-badge{display:inline-block;padding:.4rem .8rem;background-color:var(--color-accent-primary);color:#fff;border-radius:.5rem;font-size:.85rem;font-weight:600}.roles-grid,.pillars-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem;margin-top:1.5rem}.role-card,.pillar{padding:1.75rem;background-color:var(--color-bg-dark);border:1px solid var(--color-border);border-radius:1rem;transition:all .2s ease}.role-card:hover,.pillar:hover{border-color:var(--color-accent-primary);transform:translateY(-2px)}.role-card h3,.pillar h3{margin-bottom:.75rem;color:var(--color-accent-primary)}.role-card p,.pillar p{color:var(--color-text-light);margin:0;font-size:.95rem;line-height:1.6}.reflection-card__header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem}.reflection-card__title{font-size:1.25rem;font-weight:700;margin:0;flex:1}.reflection-card__date{font-size:.85rem;color:var(--color-text-light);white-space:nowrap}.reflection-card__excerpt{color:var(--color-text-light);line-height:1.7;margin:0}.poem-card__title{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:var(--color-text)}.poem-card__text{font-size:.95rem;line-height:1.8;color:var(--color-text-light);white-space:pre-wrap;word-wrap:break-word;margin:0;font-family:Georgia,serif}.books-section,.poetry-section,.reflections-section,.events-section{display:flex;flex-direction:column;gap:2rem}.event-card{padding:2.5rem;background-color:var(--color-bg-dark);border:1px solid var(--color-border);border-radius:1rem;transition:all .2s ease}.event-card:hover{border-color:var(--color-accent-primary);box-shadow:0 8px 24px #c8473714}.event-card__header{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem}.event-card__date{font-size:.85rem;color:var(--color-text-light);white-space:nowrap}.event-card__title{font-size:1.25rem;font-weight:700;margin:0 0 .5rem}.event-card__location{font-size:.95rem;font-weight:500;color:var(--color-accent-primary);margin:0 0 1rem}.event-card__description{color:var(--color-text-light);line-height:1.7;margin:0}.event-badge{display:inline-block;padding:.4rem .8rem;border-radius:.5rem;font-size:.85rem;font-weight:600;color:#fff}.event-badge--reading{background-color:var(--color-accent-primary)}.event-badge--signing{background-color:var(--color-accent-secondary)}.event-badge--workshop{background-color:var(--color-accent-tertiary)}.event-badge--virtual{background-color:var(--color-text-light)}.event-badge--book-club{background-color:var(--color-accent-quaternary)}.book-card--link{text-decoration:none;color:inherit;cursor:pointer}.book-card--link:focus-visible{outline:2px solid var(--color-accent-primary);outline-offset:2px}.book-detail__header{text-align:left}.book-detail__subtitle{font-size:1.25rem;color:var(--color-accent-primary);font-weight:500;margin:1rem 0 0;line-height:1.6}.book-detail__meta{display:flex;gap:1rem;align-items:center}.book-detail__content,.book-detail__full,.book-detail__themes,.book-detail__audience{display:flex;flex-direction:column;gap:1.5rem}.book-detail__content p,.book-detail__full p,.book-detail__audience p{font-size:1rem;line-height:1.8;color:var(--color-text-light);margin:0;white-space:pre-wrap;word-break:break-word}.themes-list{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1rem}.theme-tag{display:inline-block;padding:.5rem 1.25rem;background-color:var(--color-bg-dark);border:1px solid var(--color-accent-primary);color:var(--color-accent-primary);border-radius:2rem;font-size:.9rem;font-weight:500;transition:all .15s ease}.theme-tag:hover{background-color:var(--color-accent-primary);color:#fff}.about-books,.about-poetry,.about-reflections,.about-events{padding:2rem;background-color:var(--color-bg-dark);border-radius:1rem;border-left:4px solid var(--color-accent-primary)}.about-books h2,.about-poetry h2,.about-reflections h2,.about-events h2{margin-top:0}.impact-list{padding-left:1.5rem;color:var(--color-text-light);line-height:1.9}.impact-list li{margin-bottom:1rem}.mission-section,.vision-section,.ongoing-section{padding:2rem;background-color:var(--color-bg-dark);border-radius:1rem;border-left:4px solid var(--color-accent-secondary)}.cta-section{padding:2.5rem;text-align:center;background-color:var(--color-bg-dark);border-radius:1rem;border:1px solid var(--color-border)}.cta-section p{margin-bottom:1.5rem;font-size:1.05rem}.carousel-section{margin:2rem 0}.carousel-container{display:flex;flex-direction:column;gap:2.5rem}.carousel-content{min-height:300px;display:flex;align-items:center;justify-content:center}.excerpt-card{width:100%;padding:2.5rem;background-color:var(--color-bg-dark);border:1px solid var(--color-border);border-radius:1rem;display:flex;flex-direction:column;gap:1.5rem;transition:all .3s ease}.excerpt-header{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.excerpt-badge{display:inline-block;padding:.4rem .8rem;border-radius:.5rem;font-size:.8rem;font-weight:600;white-space:nowrap}.excerpt-badge--book{background-color:var(--color-accent-primary);color:#fff}.excerpt-badge--poetry{background-color:var(--color-accent-secondary);color:#fff}.excerpt-badge--reflection{background-color:var(--color-accent-tertiary);color:#fff}.excerpt-source{font-size:1rem;font-weight:500;color:var(--color-accent-primary);margin:0}.excerpt-text{flex:1}.excerpt-text__prose{font-size:1.05rem;line-height:1.9;color:var(--color-text-light);margin:0}.excerpt-text__poetry{font-family:Georgia,serif;font-size:.95rem;line-height:1.8;color:var(--color-text-light);white-space:pre-wrap;word-wrap:break-word;margin:0}.carousel-controls{display:flex;align-items:center;justify-content:center;gap:1.5rem;flex-wrap:wrap}.carousel-button{padding:.75rem 1.5rem;background-color:var(--color-accent-primary);color:#fff;border:none;border-radius:.5rem;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease}.carousel-button:hover{background-color:var(--color-accent-secondary);transform:translateY(-2px)}.carousel-button:active{transform:translateY(0)}.carousel-indicators{display:flex;gap:.5rem;justify-content:center}.indicator{width:10px;height:10px;border-radius:50%;background-color:var(--color-border);border:none;cursor:pointer;transition:all .2s ease;padding:0}.indicator:hover{background-color:var(--color-accent-tertiary);transform:scale(1.2)}.indicator--active{background-color:var(--color-accent-primary);transform:scale(1.3)}.carousel-counter{text-align:center;font-size:.9rem;color:var(--color-text-light);font-weight:500}.carousel-counter span{color:var(--color-accent-primary);font-weight:600}@media(max-width:768px){.home__nav{flex-direction:column;padding:1.5rem;align-items:flex-start}.home__links{flex-direction:column;gap:1rem;width:100%}.hero{padding:2rem}.hero__title{font-size:2rem}.featured-grid,.roles-grid,.pillars-grid{grid-template-columns:1fr}.page{padding:2rem 1.5rem}.content-article{gap:2rem}.reflection-card__header{flex-direction:column}}.timeline-section{padding:1.5rem;background-color:var(--color-bg-dark);border-radius:1rem;border-left:4px solid var(--color-accent-tertiary)}.timeline-section h2{margin-top:0;margin-bottom:.75rem}.timeline{margin:1rem 0 0}.timeline__events{display:flex;flex-direction:column;gap:0}.timeline__event{display:flex;gap:1.25rem;border-left:2px solid var(--color-border);position:relative;padding:1.25rem 0 1.25rem 2.25rem;margin-left:.75rem}.timeline__event:last-child{border-left-color:transparent}.timeline__marker{position:absolute;left:-.8rem;top:1.25rem}.timeline__dot{width:1.4rem;height:1.4rem;border-radius:50%;border:3px solid var(--color-bg-dark);display:flex;align-items:center;justify-content:center;transition:all .2s ease}.timeline__event:hover .timeline__dot{transform:scale(1.15);box-shadow:0 2px 8px #c8473733}.timeline__dot--life{background-color:var(--color-accent-primary)}.timeline__dot--writing{background-color:var(--color-accent-secondary)}.timeline__dot--legacy{background-color:var(--color-accent-tertiary)}.timeline__content{display:flex;flex-direction:column;gap:.25rem;padding:0}.timeline__year{font-size:.8rem;font-weight:600;color:var(--color-accent-primary);text-transform:uppercase;letter-spacing:.4px}.timeline__title{font-size:1rem;font-weight:600;color:var(--color-text);margin:0}.timeline__description{font-size:.9rem;line-height:1.5;color:var(--color-text-light);margin:0;margin-top:.25rem}@media(max-width:768px){.timeline-section{padding:1.25rem}.timeline__event{gap:1rem;padding:1rem 0 1rem 2rem;margin-left:.5rem}.timeline__marker{left:-.65rem;top:1rem}.timeline__dot{width:1.2rem;height:1.2rem;border-width:2.5px}.timeline__title{font-size:.95rem}.timeline__description{font-size:.85rem}}.audio-player{display:flex;flex-direction:column;gap:1rem;padding:1.5rem;background-color:var(--color-bg-dark);border:1px solid var(--color-border);border-radius:1rem;margin-top:1.5rem;transition:all .2s ease}.audio-player:hover{border-color:var(--color-accent-primary);box-shadow:0 4px 12px #c8473714}.audio-player__header{display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.audio-player__info{flex:1;min-width:0}.audio-player__title{font-size:1rem;font-weight:600;color:var(--color-text);margin:0}.audio-player__poet{font-size:.85rem;color:var(--color-accent-primary);margin:.25rem 0 0;font-style:italic}.audio-player__button{display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;padding:0;background-color:var(--color-accent-primary);color:#fff;border:none;border-radius:50%;font-size:1.1rem;cursor:pointer;transition:all .2s ease;flex-shrink:0}.audio-player__button:hover:not(:disabled){background-color:var(--color-accent-secondary);transform:scale(1.05)}.audio-player__button:active:not(:disabled){transform:scale(.98)}.audio-player__button:disabled{opacity:.6;cursor:not-allowed}.audio-player__spinner{display:inline-block;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.audio-player__controls{display:flex;align-items:center;gap:.5rem}.audio-player__progress{flex:1;height:6px;border-radius:3px;background-color:var(--color-border);appearance:none;-webkit-appearance:none;outline:none;cursor:pointer}.audio-player__progress::-webkit-slider-thumb{appearance:none;-webkit-appearance:none;width:14px;height:14px;border-radius:50%;background-color:var(--color-accent-primary);cursor:pointer;transition:all .15s ease}.audio-player__progress::-webkit-slider-thumb:hover{background-color:var(--color-accent-secondary);transform:scale(1.2)}.audio-player__progress::-moz-range-thumb{width:14px;height:14px;border-radius:50%;background-color:var(--color-accent-primary);border:none;cursor:pointer;transition:all .15s ease}.audio-player__progress::-moz-range-thumb:hover{background-color:var(--color-accent-secondary);transform:scale(1.2)}.audio-player__progress::-moz-range-track{background:transparent;border:none}.audio-player__time{display:flex;justify-content:space-between;align-items:center;font-size:.8rem;color:var(--color-text-light);font-weight:500}.audio-player__current-time{text-align:left}.audio-player__duration{text-align:right}@media(max-width:480px){.audio-player{padding:1rem}.audio-player__header{flex-direction:column;align-items:flex-start;gap:1rem}.audio-player__button{width:2.5rem;height:2.5rem;align-self:flex-start}.audio-player__title{font-size:.95rem}}.email-signup-section{padding:4rem 2rem;background-color:var(--color-bg);border-top:1px solid var(--color-border)}.email-signup-container{max-width:70ch;margin:0 auto;display:flex;flex-direction:column;gap:2.5rem}.email-signup__content{text-align:center}.email-signup__heading{font-size:2rem;font-weight:700;color:var(--color-text);margin:0 0 1rem;line-height:1.2}.email-signup__description{font-size:1.05rem;line-height:1.8;color:var(--color-text-light);max-width:50ch;margin:0 auto}.email-signup-form{display:flex;flex-direction:column;gap:1rem}.email-signup-form__group{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center}.email-signup-form__input{flex:1;min-width:220px;padding:.875rem 1.25rem;font-size:1rem;border:1px solid var(--color-border);border-radius:2rem;background-color:var(--color-bg-dark);color:var(--color-text);transition:all .2s ease}.email-signup-form__input::placeholder{color:var(--color-text-light);opacity:.7}.email-signup-form__input:focus{outline:none;border-color:var(--color-accent-primary);box-shadow:0 0 0 3px #c847371a}.email-signup-form__input:disabled{opacity:.6;cursor:not-allowed}.email-signup-form__submit{padding:.875rem 2rem;background-color:var(--color-accent-primary);color:#fff;border:none;border-radius:2rem;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;white-space:nowrap;min-width:130px}.email-signup-form__submit:hover:not(:disabled){background-color:var(--color-accent-secondary);transform:translateY(-2px);box-shadow:0 4px 12px #c8473726}.email-signup-form__submit:active:not(:disabled){transform:translateY(0)}.email-signup-form__submit:disabled{opacity:.7;cursor:not-allowed}.spinner{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.email-signup-form__error{color:var(--color-accent-primary);font-size:.95rem;text-align:center;margin:0;animation:slideIn .2s ease}.email-signup-form__success{color:var(--color-accent-secondary);font-size:.95rem;text-align:center;margin:0;animation:slideIn .2s ease;font-weight:500}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:640px){.email-signup-section{padding:3rem 1.5rem}.email-signup__heading{font-size:1.75rem}.email-signup-form__group{flex-direction:column;gap:.75rem}.email-signup-form__input{min-width:unset;width:100%}.email-signup-form__submit{width:100%}}
