@import"https://fonts.googleapis.com/css2?family=Lora:wght@600;700&family=Source+Sans+3:wght@400;600;700;800&display=swap";:root{--bg: #f4efe7;--bg-accent: #fffaf3;--surface: rgba(255, 250, 243, .86);--surface-strong: #fffdf8;--text: #2d241c;--text-soft: #6a5b4e;--line: rgba(80, 58, 39, .12);--primary: #b45c3d;--primary-dark: #8f462c;--shadow: 0 20px 50px rgba(121, 86, 56, .12)}*{box-sizing:border-box;margin:0;padding:0}html{min-height:100%}body{min-height:100vh;color:var(--text);background:radial-gradient(circle at top,rgba(255,255,255,.75),transparent 35%),linear-gradient(180deg,#f0e5d7,#f7f2ea 45%,#efe6da);font-family:"Source Sans 3",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}ul{padding-left:1.2rem}.shell{width:min(1120px,calc(100% - 2rem));margin:0 auto}.page-section{padding:2rem 0 4rem}.site-header{position:sticky;top:0;z-index:10;backdrop-filter:blur(18px);background:#f4efe7b8;border-bottom:1px solid var(--line)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0}.brand,.page-hero h1,.hero h1,.section-heading h2,.post-card h3,.post-list__item h2,.article h1,.about-card h2,.category-card h3{font-family:Lora,serif}.brand{font-size:1.35rem;font-weight:700}.site-nav{display:flex;gap:1rem;color:var(--text-soft)}.site-nav a:hover,.text-link:hover{color:var(--primary-dark)}.hero,.page-hero,.about-card,.article,.post-card,.post-list__item{background:var(--surface);border:1px solid rgba(255,255,255,.7);box-shadow:var(--shadow)}.hero,.page-hero{padding:3rem;border-radius:32px}.hero{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(260px,360px);align-items:center;gap:2rem}.hero__content{min-width:0}.hero__media{display:flex;justify-content:center}.hero__photo{width:min(100%,320px);aspect-ratio:1 / 1;border-radius:28px;background-color:#b45c3d14;background-image:linear-gradient(#fffaf30f,#fffaf30f),url(/hero-photo.jpg);background-position:center;background-repeat:no-repeat;background-size:cover;border:1px solid rgba(143,70,44,.12);box-shadow:var(--shadow)}.hero h1,.page-hero h1,.article h1{line-height:1.1}.hero h1{max-width:16ch;font-size:clamp(2.8rem,5vw,4.6rem);text-wrap:balance}.page-hero h1,.article h1{font-size:clamp(2.2rem,4vw,3.6rem)}.hero__text,.page-hero p,.article__summary,.post-card p,.post-list__item p,.about-card li,.category-card p{color:var(--text-soft);font-size:1.05rem;line-height:1.8}.hero__text,.page-hero p,.article__summary{max-width:78ch;margin-top:1rem}.hero__actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 1.4rem;border-radius:999px;background:var(--primary);color:#fff9f5;font-weight:700;border:none;cursor:pointer}.button:hover{background:var(--primary-dark)}.button.secondary,.button--secondary{background:transparent;color:var(--primary-dark);border:1px solid rgba(143,70,44,.22)}.button.secondary:hover,.button--secondary:hover{background:#8f462c14;color:var(--primary-dark);border-color:#8f462c4d}.eyebrow{margin-bottom:.9rem;color:var(--primary-dark);font-size:.8rem;font-weight:800;letter-spacing:.18em}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin:0 0 1.4rem}.section-heading h2{font-size:2rem}.post-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;align-items:start}.post-card,.post-list__item,.about-card,.article{border-radius:24px}.post-card{padding:1.5rem;display:grid;align-content:start}.post-card__cover,.post-list__thumb,.article__cover{width:100%;object-fit:cover;border-radius:20px}.post-card__cover{aspect-ratio:16 / 10;margin-bottom:1rem}.post-card h3,.post-list__item h2{margin:.85rem 0;font-size:1.55rem}.post-card__meta{display:flex;flex-wrap:wrap;gap:.75rem;color:var(--primary-dark);font-size:.88rem;font-weight:700}.meta-pill{display:inline-flex;align-items:center;padding:.2rem .7rem;border-radius:999px;background:#b45c3d1a;color:var(--primary-dark)}.meta-pill--large{padding:.45rem .9rem}.post-list{display:grid;gap:1rem;margin-top:1.5rem}.category-strip{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}.category-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.category-grid--full{margin-top:1.5rem}.category-card{display:block;padding:1.5rem;border-radius:24px;background:var(--surface);border:1px solid rgba(255,255,255,.7);box-shadow:var(--shadow)}.category-card h3{margin:.7rem 0;font-size:1.5rem}.category-card p,.category-card__count{color:var(--text-soft)}.category-card__count{font-size:.9rem;font-weight:700}.post-list__item{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.5rem}.post-list__thumb{width:220px;min-width:220px;aspect-ratio:16 / 10}.post-list__content{flex:1;min-width:0}.text-link{color:var(--primary);font-weight:700;white-space:nowrap}.article,.about-card{padding:2rem}.article__content{display:grid;gap:1rem;margin-top:1.5rem;line-height:1.9}.article__cover{margin-top:1.5rem;aspect-ratio:16 / 9}.article__content h2,.article__content h3{font-family:Lora,serif;margin-top:1rem}.article__content p,.article__content li{color:var(--text-soft)}.article__content ul,.article__content ol{padding-left:1.25rem}.article__content a{color:var(--primary-dark);text-decoration:underline}.article__back{margin-top:2rem}.page-note{margin-top:1.5rem;padding:1.5rem;border-radius:24px;background:var(--surface);border:1px solid rgba(255,255,255,.7);box-shadow:var(--shadow)}.page-note h2{font-family:Lora,serif;font-size:1.7rem}.page-note p{margin-top:.8rem;color:var(--text-soft);line-height:1.8}.page-note--warning{border-color:#b45c3d2e;background:#fff6f0f0}.about-card{margin-top:1.5rem}.about-card h2{margin-bottom:1rem;font-size:1.8rem}.about-card li+li{margin-top:.6rem}.site-footer{padding:0 0 2.5rem;color:var(--text-soft)}@media(max-width:720px){.site-header__inner,.post-list__item,.section-heading{flex-direction:column;align-items:flex-start}.site-nav,.post-grid,.category-grid{width:100%}.post-grid,.category-grid{grid-template-columns:1fr}.hero,.page-hero,.article,.about-card,.post-card,.post-list__item{padding:1.4rem;border-radius:20px}.hero{grid-template-columns:1fr}.hero__media{width:100%}.hero__photo{width:100%;max-width:340px}.hero h1,.page-hero h1,.article h1{max-width:none}.post-list__thumb{width:100%;min-width:0}}
