@import 'https://fonts.googleapis.com/css2?family=Crimson+Pro:wght@400;600;700&family=Inter:wght@400;500;600&display=swap';.home-hero{position:relative;width:100%;height:34vh;min-height:250px;max-height:400px;overflow:hidden;margin:0;border-radius:0}.home-hero--fullbleed{width:100vw;margin-left:50%;transform:translateX(-50%);margin-top:calc(-1 * var(--gap))}.home-hero__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:50% 50%}.home-hero__overlay{position:absolute;inset:0;background:linear-gradient(to bottom,rgba(0,0,0,5%) 0%,rgba(0,0,0,.15) 45%,rgba(0,0,0,.25) 100%)}.home-hero__content{position:relative;z-index:1;height:100%;display:flex;align-items:flex-end;text-align:left;padding:0 2rem 2rem}.home-hero__title{margin:0;color:#fff;font-family:crimson pro,Georgia,serif;font-weight:600;letter-spacing:.5px;line-height:1.2;font-size:clamp(1.75rem,3.5vw,2.25rem);text-shadow:0 2px 10px rgba(0,0,0,.55),0 1px 2px rgba(0,0,0,.35)}.home-content{width:100%;padding-top:2rem}.home-layout__main h1{font-family:crimson pro,Georgia,serif;font-size:clamp(2rem,4vw,2.5rem);font-weight:700;line-height:1.2;margin-top:0;margin-bottom:1.5rem;letter-spacing:-.01em}.home-layout__main h2{font-family:crimson pro,Georgia,serif;font-size:clamp(1.5rem,3vw,1.875rem);font-weight:600;line-height:1.3;margin-top:2.5rem;margin-bottom:1rem;letter-spacing:-.005em;color:var(--primary)}.home-layout__main h3{font-family:crimson pro,Georgia,serif;font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:600;line-height:1.35;margin-top:2rem;margin-bottom:.75rem}.home-layout__main .post-content>p{font-size:1rem;line-height:1.7;margin-bottom:1.25rem;color:var(--content);font-weight:400;max-width:70ch}.home-layout__main .post-content>p em{font-style:italic;font-weight:500;color:var(--primary);font-size:1.0625rem;letter-spacing:.01em}.home-layout__main .post-content ul{margin:1.25rem 0 1.5rem;padding-left:1.5rem}.home-layout__main .post-content li{font-family:inter,-apple-system,BlinkMacSystemFont,segoe ui,system-ui,sans-serif;font-size:1rem;font-weight:400;line-height:1.65;margin-bottom:.5rem;padding-left:.25rem}.home-layout__main .post-content>h2+p{margin-top:.75rem}.home-layout{display:grid;grid-template-columns:2fr 1fr;gap:2rem;align-items:start}.home-layout__main{}.home-layout__sidebar{background:var(--entry);padding:1.5rem;border-radius:var(--radius);position:sticky;top:calc(var(--header-height) + 1rem)}.home-layout__sidebar h2{margin-top:0;font-size:1.25rem;margin-bottom:1rem}.events-placeholder{color:var(--secondary);font-size:.9rem}@media(max-width:768px){.home-layout{grid-template-columns:1fr;gap:1.5rem}.home-layout__sidebar{position:static}}}