/* Community festival v4: welcoming local event website. */
body.community-festival{--theme-accent:#a9481b;--theme-soft:#fff1e6;--theme-border:#eadccf;--theme-muted:#716457;color:#3f352e}.community-festival .festival-header{display:flex;align-items:center;justify-content:space-between;gap:32px;padding:24px 0}.community-festival .festival-brand{font-size:1.5rem;color:#a9481b;font-weight:800;text-decoration:none}.community-festival .festival-header nav{gap:28px}.community-festival .festival-header nav a{font-weight:600}
.community-festival .festival-welcome{background:#fff4e8}.community-festival .festival-intro{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:48px;padding:44px 0}.community-festival .festival-intro h1{font-size:clamp(1.8rem,3.2vw,2.6rem);color:#75391e;margin:0 0 16px}.community-festival .festival-message{font-size:1.25rem;color:#695445;margin-bottom:20px}.community-festival .festival-intro img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:16px}.community-festival .festival-buttons{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.community-festival .theme-button{border-radius:8px}.community-festival .festival-home{padding:32px 0 56px}
.community-festival .festival-dates{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid #eadccf;border-radius:12px;padding:24px 8px}.community-festival .festival-dates>div{padding:0 24px;border-right:1px solid #eadccf}.community-festival .festival-dates>div:last-child{border:0}.community-festival .festival-dates h2{font-size:1rem;color:#a9481b;margin:0 0 8px}.community-festival .festival-dates p{margin:0;font-weight:600}.community-festival .festival-course-section{margin:44px 0}.community-festival .festival-course-section>h2{margin:0 0 8px;font-size:1.55rem}.community-festival .festival-course-section>p{color:#716457}.community-festival .theme-courses article{border-radius:12px}.community-festival .theme-courses h2{background:#fff4e8;color:#a9481b}.community-festival .theme-courses dl{padding-block:16px 24px}.community-festival .festival-bottom{display:grid;grid-template-columns:1.6fr 1fr;gap:36px;margin-top:40px}.community-festival .festival-bottom>.theme-contact{padding:24px;background:#fff4e8;border-radius:12px}.community-festival .theme-footer{background:#faf7f3}.community-festival .theme-page>h1{border-bottom:1px solid #eadccf;color:#75391e}
@media(max-width:700px){.community-festival .festival-header{align-items:flex-start;flex-direction:column;gap:8px;padding-block:16px}.community-festival .festival-header nav{justify-content:space-between;width:100%;gap:12px;font-size:.9rem}.community-festival .festival-intro{grid-template-columns:1fr;gap:24px;padding-block:28px}.community-festival .festival-intro img{aspect-ratio:16/9;border-radius:10px}.community-festival .festival-dates{grid-template-columns:1fr;padding:0 20px}.community-festival .festival-dates>div{padding:16px 0;border-right:0;border-bottom:1px solid #eadccf}.community-festival .festival-dates h2{margin-bottom:4px}.community-festival .festival-dates p{font-size:.95rem}.community-festival .festival-course-section{margin-block:32px}.community-festival .festival-bottom{grid-template-columns:1fr;gap:28px}.community-festival .festival-buttons .theme-button{flex:1;padding-inline:12px;font-size:.9rem}}
