*,*:before,*:after{box-sizing:border-box}:root{--color-bg: #faf8f5;--color-bg-card: #ffffff;--color-text: #2c2825;--color-text-muted: #6b6560;--color-accent: #c4785a;--color-accent-soft: #f0e4dc;--color-accent-deep: #a85f44;--color-banner-from: #f7ebe3;--color-banner-to: #e8c4b0;--color-border: #e8e2db;--font-serif: "Fraunces", Georgia, "Times New Roman", serif;--font-sans: "Nunito", system-ui, -apple-system, "Segoe UI", sans-serif;--space-xs: .5rem;--space-sm: 1rem;--space-md: 1.5rem;--space-lg: 2.5rem;--space-xl: 4rem;--radius: .5rem;--shadow: 0 2px 12px rgba(44, 40, 37, .06)}html{font-size:100%;-webkit-font-smoothing:antialiased}body{margin:0;min-height:100vh;font-family:var(--font-sans);font-size:1rem;line-height:1.6;color:var(--color-text);background-color:var(--color-bg)}.page{display:flex;flex-direction:column;min-height:100vh}.hero{position:relative;overflow:hidden;padding:var(--space-sm) var(--space-md);background:linear-gradient(135deg,var(--color-banner-from) 0%,var(--color-banner-to) 55%,rgba(250,248,245,.95) 100%);border-bottom:1px solid rgba(196,120,90,.2);box-shadow:0 2px 12px #a85f4414}.hero__bar{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);max-width:52rem;margin:0 auto}.hero__brand{display:inline-flex;align-items:center;gap:.75rem;min-width:0;text-decoration:none;color:inherit}.hero__logo{display:block;flex-shrink:0;padding:.2rem;background:#ffffffbf;border-radius:50%;box-shadow:0 1px 4px #a85f441f}.hero__titles{display:flex;flex-direction:column;gap:.1rem;min-width:0}.hero__title{margin:0;font-family:var(--font-serif);font-size:1.25rem;font-weight:500;letter-spacing:-.02em;line-height:1.15;color:var(--color-accent-deep)}.hero__tagline{font-size:.8125rem;line-height:1.3;color:var(--color-text-muted)}.hero__nav{display:flex;flex-shrink:0;gap:.35rem}.hero__nav a{font-size:.9375rem;font-weight:600;color:var(--color-accent-deep);text-decoration:none;padding:.35rem .75rem;border-radius:999px;transition:background-color .15s ease,color .15s ease}.hero__nav a:hover{color:#fff;background:var(--color-accent)}.hero__decor{position:absolute;inset:0;pointer-events:none}.hero__star{position:absolute;width:.55rem;height:.55rem;background:var(--color-accent);clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);opacity:.35}.hero__star--one{top:1.25rem;left:12%}.hero__star--two{top:2rem;right:14%;width:.4rem;height:.4rem;opacity:.25}.hero__star--three{bottom:.75rem;left:18%;width:.35rem;height:.35rem;opacity:.2}@media(max-width:540px){.hero__bar{align-items:flex-start}.hero__tagline{font-size:.75rem}}.text-link{font-weight:500;color:var(--color-accent);text-decoration:none}.text-link:hover{text-decoration:underline}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.author__header{display:flex;flex-direction:column;gap:var(--space-lg);margin-bottom:var(--space-xl)}.author__photo-frame{width:12rem;overflow:hidden;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-bg-card);box-shadow:var(--shadow)}.author__photo{display:block;width:100%;height:auto}.author__name{margin:0 0 var(--space-xs);font-family:var(--font-serif);font-size:clamp(2rem,5vw,2.5rem);font-weight:400;line-height:1.2}.author__role{margin:0;font-size:1.125rem;color:var(--color-text-muted)}.author__body p{margin:0 0 var(--space-md);line-height:1.7}.author__body p:last-child{margin-bottom:0}@media(min-width:640px){.author__header{flex-direction:row;align-items:center}.author__photo-frame{flex-shrink:0;width:14rem}}.page__main{flex:1;display:flex;flex-direction:column;align-items:center;padding:var(--space-lg) var(--space-md) var(--space-xl)}.page__content{width:100%;max-width:52rem}.about p,.closing p{margin:0 0 var(--space-md);color:var(--color-text)}.about p:last-child,.closing p:last-child{margin-bottom:0}.books{margin:var(--space-xl) 0}.books__heading{margin:0 0 var(--space-md);font-family:var(--font-serif);font-size:1.375rem;font-weight:400;line-height:1.3}.books__list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-md)}.books__list>li{display:flex}.book-card{display:flex;flex-direction:column;gap:var(--space-sm);width:100%;padding:var(--space-md);background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:var(--shadow);text-decoration:none;color:inherit;transition:border-color .15s ease,box-shadow .15s ease}.book-card:hover{border-color:var(--color-accent);box-shadow:0 4px 16px #2c28251a}.book-card__frame{width:100%;aspect-ratio:1 / 1;overflow:hidden;border:1px solid var(--color-border);border-radius:calc(var(--radius) - 2px);background:var(--color-bg)}.book-card__frame--placeholder{background:linear-gradient(160deg,var(--color-accent-soft) 0%,var(--color-border) 100%)}.book-card__cover{display:block;width:100%;height:100%;object-fit:cover}.book-card__body{flex:1;min-width:0;display:flex;flex-direction:column}.book-card__title{margin:0 0 var(--space-xs);font-family:var(--font-serif);font-size:1.125rem;font-weight:400;line-height:1.3}.book-card__description{margin:0 0 var(--space-xs);font-size:.9375rem;color:var(--color-text-muted);line-height:1.6}.book-card__link{margin-top:auto;padding-top:var(--space-xs);font-size:.875rem;font-weight:500;color:var(--color-accent)}.back-link{display:inline-block;margin-bottom:var(--space-lg);font-size:.9375rem;font-weight:500;color:var(--color-accent);text-decoration:none}.back-link:hover{text-decoration:underline}.book-detail{display:flex;flex-direction:column;gap:var(--space-lg)}.book-detail__frame{width:12rem;height:12rem;overflow:hidden;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-bg-card);box-shadow:var(--shadow)}.book-detail__cover{display:block;width:100%;height:100%;object-fit:cover}.book-detail__category{margin:0 0 var(--space-xs);font-size:.8125rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--color-accent)}.book-detail__title{margin:0 0 var(--space-md);font-family:var(--font-serif);font-size:clamp(1.75rem,4vw,2.25rem);font-weight:400;line-height:1.2}.book-detail__description{margin:0;font-size:1.0625rem;line-height:1.7;color:var(--color-text)}@media(min-width:640px){.book-detail{flex-direction:row;align-items:flex-start}.book-detail__frame{flex-shrink:0;width:14rem;height:14rem}}.closing{margin-top:var(--space-xl)}.page__footer{text-align:center;padding:var(--space-md);font-size:.875rem;color:var(--color-text-muted);border-top:1px solid var(--color-border)}.page__footer p{margin:0}.page__coming-soon{display:inline-block;margin-top:var(--space-lg);padding:var(--space-xs) var(--space-sm);font-size:.875rem;font-weight:500;color:var(--color-accent);background:var(--color-accent-soft);border-radius:999px}@media(max-width:540px){.books__list{grid-template-columns:1fr}}
