/* Home: editorial layout, with no dependence on stock photographs. */
.home-hero { padding: 3.4rem 0 3.8rem; margin-top: 80px; }
.home-hero-grid { display: grid; grid-template-columns: 1.35fr 1fr; align-items: center; gap: clamp(2rem, 5vw, 4rem); }
.home-intro .eyebrow { margin: 0 0 1.35rem; }
.home-intro h1 { font-size: clamp(2.8rem, 4.9vw, 4rem); line-height: 1.08; letter-spacing: -.055em; margin: 0 0 1.5rem; max-width: 660px; }
.home-intro h1 em { display: block; font-family: "Playfair Display", Georgia, serif; font-weight: 500; font-style: normal; color: #886623; letter-spacing: -.045em; }
.home-lead { font-size: 1.1rem; font-weight: 700; color: var(--text); max-width: 470px; margin-bottom: .7rem; }
.home-description { font-size: .95rem; line-height: 1.8; max-width: 480px; margin-bottom: 1.7rem; }
.home-note { display: block; margin-top: 1rem; color: var(--muted); font-size: .73rem; }
.community-art { position: relative; isolation: isolate; overflow: hidden; background: var(--text); color: #fff; min-height: 422px; padding: 1.65rem 2rem; border-radius: 3px 3px 75px 3px; display: flex; flex-direction: column; justify-content: space-between; }
.art-heading, .art-footer { display: flex; justify-content: space-between; gap: 1rem; font-size: .56rem; font-weight: 700; letter-spacing: .11em; color: #d1dcdf; position: relative; z-index: 1; }
.art-heading { padding-bottom: 1.2rem; border-bottom: 1px solid #57707f; }
.art-footer { padding-top: 1rem; border-top: 1px solid #57707f; margin-right: 2rem; font-size: .63rem; }
.art-title { color: #fff; font-family: "Playfair Display", Georgia, serif; font-size: clamp(2.3rem, 4.1vw, 3.4rem); line-height: 1.2; letter-spacing: -.04em; position: relative; z-index: 1; margin: 1.6rem 0 2rem; }
.art-title em { color: #e6c17e; font-style: normal; }
.community-mark { position: absolute; right: -102px; top: 63px; width: 230px; height: 370px; transform: rotate(28deg); z-index: -1; }
.community-mark span { position: absolute; width: 100%; height: 100%; border: 1px solid #e6c17e66; border-radius: 150px; }
.community-mark span:nth-child(2) { transform: translateX(-28px); border-color: #e6c17e44; }
.community-mark span:nth-child(3) { transform: translateX(-56px); border-color: #e6c17e33; }
.home-section-heading { display: flex; justify-content: space-between; align-items: end; flex-wrap: wrap; gap: 1rem; margin-bottom: 2rem; }
.home-section-heading h2 { margin: .6rem 0 0; font-size: clamp(1.8rem, 3vw, 2.35rem); }
.home-section-heading > .text-link { margin-bottom: .3rem; }
.home-services { border-top: 1px solid var(--border); background: #fff; }
.service-paths { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.service-path { display: flex; flex-direction: column; border-top: 1px solid #adbac1; padding: 1.4rem 0 0; text-decoration: none; }
.path-number { color: #80601e; font-size: .72rem; letter-spacing: .06em; margin-bottom: 1.4rem; }
.service-path h3 { margin: 0 0 .8rem; font-size: 1.25rem; }
.service-path p { font-size: .9rem; max-width: 295px; margin: 0 0 1.4rem; }
.path-link { display: flex; justify-content: space-between; gap: 1rem; margin-top: auto; font-size: .8rem; font-weight: 800; }
.service-path:hover h3 { color: #80601e; }
.service-path:hover { border-color: #80601e; }
.home-events { background: #f0f3f2; }
.home-event { display: grid; grid-template-columns: 88px minmax(0, 1fr) auto; gap: 1.75rem; align-items: center; padding: 1.4rem 0; border-top: 1px solid #bdcacc; }
.home-event time { border-right: 1px solid #bdcacc; }
.home-event time strong { display: block; font-size: 2rem; line-height: 1.15; }
.home-event time span { font-size: .7rem; color: var(--muted); }
.home-event h3 { margin: 0 0 .4rem; }
.home-event h3 a, .home-post h3 a { text-decoration: none; }
.home-event h3 a:hover, .home-post h3 a:hover { text-decoration: underline; text-underline-offset: 4px; }
.home-event p { font-size: .84rem; margin: 0; }
.home-about { background: var(--text); }
.home-about-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 4rem; align-items: center; }
.home-about .eyebrow { color: #e6c17e; }
.home-about h2 { color: #fff; margin: 1rem 0 0; font-size: clamp(1.8rem, 3vw, 2.4rem); line-height: 1.25; }
.home-about p { color: #d2dbe0; font-size: .93rem; margin: 0 0 1.5rem; }
.home-about .text-link { color: #e6c17e; }
.home-news { background: #fff; }
.home-news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.home-post { padding-top: 1.25rem; border-top: 1px solid var(--border); min-width: 0; }
.home-post img { aspect-ratio: 16/10; width: 100%; object-fit: cover; margin-bottom: 1rem; border-radius: 4px; }
.home-post time { font-size: .73rem; color: var(--muted); }
.home-post h3 { margin: .8rem 0; line-height: 1.4; overflow-wrap: anywhere; }
.home-post p { font-size: .9rem; }
.home-join { background: #eee9dd; }
.home-join-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 3rem; }
.home-join h2 { margin: .8rem 0; }
.home-join p { max-width: 600px; margin-bottom: 0; font-size: .92rem; }
.home-join-actions { display: flex; flex-direction: column; gap: 1rem; align-items: center; }
.home-page .footer-logo img { filter: none; }
@media (max-width: 960px) {
    .home-hero { margin-top: 72px; }
    .home-hero-grid { grid-template-columns: 1.2fr 1fr; gap: 2rem; }
    .home-intro h1 { font-size: 3rem; }
    .home-intro .hero-actions { flex-direction: column; align-items: flex-start; }
    .community-art { min-height: 410px; padding: 1.5rem; }
    .art-heading { flex-direction: column; gap: .2rem; }
    .home-about-grid { gap: 2rem; }
}
@media (max-width: 760px) {
    .home-hero { padding: 2.5rem 0; }
    .home-hero-grid { grid-template-columns: 1fr; gap: 2.4rem; }
    .home-intro h1 { font-size: clamp(2.5rem, 8vw, 3.5rem); }
    .home-intro .eyebrow { font-size: .63rem; margin-bottom: 1.15rem; }
    .home-intro .hero-actions { align-items: stretch; }
    .home-lead { font-size: 1rem; }
    .home-description { font-size: .92rem; }
    .community-art { min-height: 0; padding: 1.3rem 1.5rem; border-bottom-right-radius: 45px; }
    .art-heading { flex-direction: row; font-size: .5rem; }
    .art-title { font-size: 2rem; line-height: 1.15; margin: 1.25rem 0; }
    .community-mark { top: 0; right: -45px; height: 270px; }
    .art-footer { padding-top: .75rem; }
    .service-paths, .home-about-grid, .home-news-grid, .home-join-inner { grid-template-columns: 1fr; gap: 2rem; }
    .service-path { display: grid; grid-template-columns: 28px 1fr; gap: .6rem 1rem; padding-top: 1rem; }
    .path-number { grid-row: 1 / 4; margin-top: .15rem; }
    .service-path h3 { margin: 0; font-size: 1.15rem; }
    .service-path p { margin: 0; max-width: none; }
    .path-link { margin-top: .6rem; }
    .home-event { grid-template-columns: 64px minmax(0, 1fr); gap: 1rem; }
    .home-event > .text-link { grid-column: 2; }
    .home-about h2 { line-height: 1.3; }
    .home-join-actions { align-items: stretch; }
    .home-join-actions > .text-link { align-self: center; }
}
