:root { color-scheme: light; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #29231f; background: #faf5ef; }
* { box-sizing: border-box; }
body { margin: 0; line-height: 1.65; }
a { color: inherit; text-underline-offset: 4px; }
a:focus-visible { outline: 3px solid #267451; outline-offset: 5px; }
.skip { position: absolute; left: -9999px; }
.skip:focus { left: 20px; top: 10px; background: white; padding: 10px; z-index: 2; }
.community-header, main, footer { width: min(1080px, calc(100% - 40px)); margin: auto; }
.community-header { min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid #ded5ca; }
.brand { font-size: 25px; font-weight: 850; text-decoration: none; letter-spacing: -.8px; }
nav { display: flex; align-items: center; gap: 24px; }
.button { display: inline-block; padding: 11px 20px; border-radius: 999px; background: #284e3e; color: white; text-decoration: none; font-weight: 650; }
.intro { padding: 70px 0 52px; max-width: 690px; }
.eyebrow { color: #617063; font-size: 12px; text-transform: uppercase; letter-spacing: 1.5px; font-weight: 750; }
h1 { font-size: clamp(34px, 5vw, 62px); line-height: 1.13; letter-spacing: -1.8px; margin: 20px 0; overflow-wrap: anywhere; }
.intro > p:not(.eyebrow) { max-width: 570px; font-size: 18px; color: #645d55; margin-bottom: 26px; }
.story-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; }
.story-card { padding: 28px; background: #fffcf8; border: 1px solid #e1d8cd; border-radius: 22px; }
.story-card h2 { font-size: 23px; line-height: 1.35; margin: 10px 0 15px; }
.story-card h2 a { text-decoration: none; }
.story-card > p:not(.eyebrow) { color: #645d55; }
time { color: #6b635b; font-size: 13px; }
.read-story { display: block; width: fit-content; margin-top: 20px; font-weight: 650; }
.pagination { padding-top: 32px; justify-content: space-between; }
.story { max-width: 740px; padding: 40px 0 20px; margin: auto; }
.back { color: #645d55; font-size: 14px; }
.story > .eyebrow { margin-top: 36px; }
.story h1 { font-size: clamp(31px, 4.5vw, 49px); }
.story-image { display: block; width: 100%; max-height: 560px; object-fit: contain; background: #eee7df; border-radius: 22px; margin: 28px 0; }
.story-body { margin-top: 28px; font-size: 18px; overflow-wrap: anywhere; }
.story-body p { margin: 0 0 24px; }
.join { margin-top: 40px; padding: 28px; border-radius: 22px; background: #e7eee5; }
.join h2 { margin-top: 0; line-height: 1.3; }
footer { display: flex; flex-wrap: wrap; gap: 14px 26px; padding: 30px 0; border-top: 1px solid #ded5ca; margin-top: 60px; color: #645d55; font-size: 14px; }
@media(max-width:600px) { .community-header, main, footer { width: calc(100% - 32px); } .community-header { min-height: 80px; } .community-header nav { gap: 12px; font-size: 12px; } .community-header .button { padding: 9px 13px; } .intro { padding: 42px 0 32px; } .story-grid { grid-template-columns: 1fr; } .story-card { padding: 23px; } .story { padding-top: 28px; } .story-body { font-size: 17px; } }
