:root{--color-bg: #F2EDE6;--color-surface: #FFFFFF;--color-footer-bg: #27233A;--color-footer-text: #E8E4F0;--color-text: #1C1A28;--color-text-muted: #5A5670;--color-primary: #7B3FA0;--color-primary-hover: #6A3490;--color-border: rgba(0,0,0,.08);--font-logo: "Dancing Script", cursive;--font-heading: "EB Garamond", Georgia, serif;--font-body: "Source Serif 4", Georgia, serif;--content-width: 780px;--content-padding: 1.5rem;--radius-card: 16px;--radius-btn: 8px;--hero-gradient: linear-gradient( 100deg, #fce4ec 0%, #fef9e7 18%, #e8f5e9 36%, #e3f2fd 54%, #f3e5f5 72%, #fce4ec 90% )}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--color-bg);color:var(--color-text);line-height:1.75;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit}.container{max-width:var(--content-width);margin:0 auto;padding:0 var(--content-padding)}.container--wide{max-width:960px;margin:0 auto;padding:0 var(--content-padding)}.hero{background:var(--hero-gradient);padding:clamp(2rem,6vw,5rem) var(--content-padding);text-align:center}.hero__card{background:var(--color-surface);border-radius:var(--radius-card);padding:clamp(1.5rem,4vw,3rem) clamp(1.25rem,4vw,2.5rem);max-width:640px;margin:0 auto;box-shadow:0 2px 8px #0000000d,0 8px 32px #0000001a}.hero__title{font-family:var(--font-heading);font-size:clamp(1.9rem,4vw,2.8rem);font-weight:800;color:var(--color-text);margin-bottom:1rem;line-height:1.15}.hero__text{font-size:1rem;color:var(--color-text-muted);line-height:1.8}.section{padding:clamp(2.5rem,6vw,5rem) var(--content-padding)}.section--alt{background:#eae5dd}.section__title{font-family:var(--font-heading);font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700;margin-bottom:1.25rem;line-height:1.2}.section__text{color:var(--color-text-muted);max-width:640px;line-height:1.8}.section__text+.section__text{margin-top:1rem}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.two-col--reverse{direction:rtl}.two-col--reverse>*{direction:ltr}@media(max-width:680px){.two-col{grid-template-columns:1fr;gap:1.5rem}.two-col--reverse{direction:ltr}}.home-book{display:flex;justify-content:center;align-items:center}.book-cover{border-radius:8px;box-shadow:0 8px 32px #00000026;max-width:280px;width:100%}.btn{display:inline-block;padding:.75rem 1.75rem;border-radius:var(--radius-btn);font-family:var(--font-body);font-size:1rem;font-weight:600;text-decoration:none;cursor:pointer;border:none;transition:background .2s,transform .15s}.btn--primary{background:var(--color-primary);color:#fff}.btn--primary:hover{background:var(--color-primary-hover);transform:translateY(-1px)}.btn--outline{background:transparent;border:2px solid var(--color-primary);color:var(--color-primary)}.btn--outline:hover{background:var(--color-primary);color:#fff}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;margin-top:2.5rem}.card{background:var(--color-surface);border-radius:var(--radius-card);overflow:hidden;box-shadow:0 1px 4px #0000000d,0 4px 20px #00000017}.card__img{width:100%;aspect-ratio:4/3;object-fit:cover}.card__body{padding:1.25rem}.card__title{font-family:var(--font-heading);font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.card__text{font-size:.875rem;color:var(--color-text-muted);line-height:1.65;margin-bottom:1rem}.quote-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-top:2rem}.quote{background:var(--color-surface);border-radius:var(--radius-card);padding:1.5rem;box-shadow:0 2px 12px #0000000f}.quote__mark{font-family:var(--font-heading);font-size:2.5rem;color:var(--color-primary);line-height:1;margin-bottom:.5rem}.quote__text{font-size:.875rem;line-height:1.75;color:var(--color-text-muted);margin-bottom:1rem}.quote__author{font-weight:700;font-size:.875rem}.press-logos{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:2.5rem;margin-top:2rem}.press-logos__name{font-family:var(--font-heading);font-size:1.6rem;font-weight:800;color:var(--color-text);font-style:italic}.newsletter{padding:3rem var(--content-padding);background:var(--color-bg)}.newsletter__title{font-family:var(--font-heading);font-size:1.3rem;font-weight:700;margin-bottom:1rem}.newsletter__form{display:flex;gap:.75rem;max-width:480px;flex-wrap:wrap}.newsletter__input{flex:1;min-width:200px;padding:.75rem 1rem;border:1px solid var(--color-border);border-radius:var(--radius-btn);font-family:var(--font-body);font-size:1rem;background:var(--color-surface);outline:none}.newsletter__input:focus{border-color:var(--color-primary)}.contact-form{max-width:640px;margin-top:2rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}@media(max-width:480px){.form-row{grid-template-columns:1fr}.contact-form>button[type=submit]{width:100%;text-align:center}.newsletter__form{flex-direction:column}.newsletter__form .btn{width:100%;text-align:center}.newsletter__input{min-width:0;width:100%}.press-logos{gap:1.25rem}}.form-group{display:flex;flex-direction:column;margin-bottom:1rem}.form-group label{font-size:.875rem;color:var(--color-text-muted);margin-bottom:.4rem}.form-group input,.form-group textarea{padding:.75rem 1rem;border:1px solid var(--color-border);border-radius:var(--radius-btn);font-family:var(--font-body);font-size:1rem;background:var(--color-surface);outline:none;resize:vertical}.form-group input:focus,.form-group textarea:focus{border-color:var(--color-primary)}.hero--bio{background:url(/images/hero-confetti.jpg) center/cover no-repeat;position:relative}.hero--bio:before{content:"";position:absolute;inset:0;background:#ffffff40}.hero--bio .hero__card{position:relative;z-index:1}.portrait{width:100px;height:100px;border-radius:50%;object-fit:cover;flex-shrink:0}.portrait--large{width:160px;height:160px}.rasleCol-block{display:grid;grid-template-columns:1fr 280px;gap:3rem;align-items:start}@media(max-width:680px){.rasleCol-block{grid-template-columns:1fr;gap:1.5rem}}.rasleCol-block__prize{font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--color-primary);margin-bottom:.25rem}.rasleCol-block__subtitle{font-size:.875rem;color:var(--color-text-muted);margin-bottom:1.5rem}.rasleCol-block__body{font-size:1rem;line-height:1.85;color:var(--color-text);margin-bottom:.75rem}.rasleCol-block__credit{font-size:.8rem;color:var(--color-text-muted);margin-top:1rem;margin-bottom:1.5rem}.img-placeholder{background:#ddd8d0;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#999;font-size:.8rem;text-align:center}.site-header{position:sticky;top:0;z-index:100;background:#f2ede6f2;backdrop-filter:blur(8px);border-bottom:1px solid rgba(0,0,0,.06)}.site-header__inner{max-width:960px;margin:0 auto;padding:0 1.5rem;height:60px;display:flex;align-items:center;justify-content:space-between}.site-logo{font-family:var(--font-logo);font-size:clamp(1.5rem,4.5vw,1.75rem);font-weight:600;font-style:italic;color:var(--color-text);text-decoration:none}.site-nav__list{display:flex;gap:.25rem;list-style:none;align-items:center}.site-nav__link{text-decoration:none;font-size:.9rem;font-weight:400;color:var(--color-text);padding:.4rem .6rem;border-radius:4px;transition:color .15s}.site-nav__link:hover{color:var(--color-primary)}.site-nav__link--active{font-weight:700;text-decoration:underline;text-underline-offset:3px}.site-nav__toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:6px}.site-nav__toggle span{display:block;width:22px;height:2px;background:var(--color-text);border-radius:2px}@media(max-width:580px){.site-nav__toggle{display:flex}.site-nav__list{display:none;position:absolute;top:60px;left:0;right:0;background:var(--color-bg);flex-direction:column;padding:1rem;border-bottom:1px solid var(--color-border);gap:0}.site-nav__list.is-open{display:flex}.site-nav__link{padding:.75rem 1rem;width:100%}}.site-footer{background:var(--color-footer-bg);color:var(--color-footer-text);padding:3rem 1.5rem}.site-footer__inner{max-width:780px;margin:0 auto;display:flex;gap:2rem;align-items:flex-start}.site-footer__portrait{flex-shrink:0}.site-footer__top{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.site-footer__name{font-family:var(--font-heading);font-size:1.3rem;font-weight:700;color:#fff}.site-footer__social{display:flex;gap:.75rem;color:var(--color-footer-text)}.site-footer__social a{opacity:.8;transition:opacity .15s}.site-footer__social a:hover{opacity:1}.site-footer__bio{font-size:.875rem;line-height:1.75;color:#c8c2d8;margin-bottom:1.25rem;text-wrap:pretty}.site-footer__bio a{color:#d4b8e8;text-decoration:underline}.site-footer__follow{font-size:.875rem;padding:.6rem 1.5rem}@media(max-width:580px){.site-footer__inner{flex-direction:column}}.site-nav__toggle[aria-expanded=true]+.site-nav__list{display:flex}
