/* Homepage presentation only. Shared GBCC colors, fonts and existing destinations. */
.gbcc-home { background: #fbfaf7; }
.gbcc-home .site-header { color: var(--ink); background: rgba(255,255,255,.97); padding-block: 12px; border-bottom: 1px solid var(--line); box-shadow: none; }
.gbcc-home .site-header .brand img { width: 46px; height: 46px; }
.gbcc-home .site-nav a { font-size: .88rem; font-weight: 650; }
.gbcc-home :is(a,button):focus-visible { outline: 3px solid var(--teal); outline-offset: 5px; }
.gbcc-home [id] { scroll-margin-top: 100px; }
.gbcc-home [hidden] { display: none; }
.home-container { width: min(1200px, calc(100% - 64px)); margin-inline: auto; }
.home-hero { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; padding-block: 64px 44px; margin-top: 72px; }
.home-hero-copy .eyebrow { font-size: .72rem; color: var(--teal); letter-spacing: .13em; line-height: 1.6; }
.home-hero h1 { margin: 20px 0 24px; font-size: clamp(2.5rem, 4.2vw, 3.9rem); font-weight: 750; line-height: 1.08; letter-spacing: -.05em; }
.home-hero h1 em { color: var(--teal); font-style: normal; white-space: nowrap; }
.home-hero-copy > p:not(.eyebrow) { font-size: 1.05rem; line-height: 1.8; color: var(--muted); max-width: 490px; }
.home-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 28px; }
.gbcc-home .button { font-weight: 650; font-size: .9rem; min-height: 46px; box-shadow: none; }
.home-hero-actions .button { background: var(--teal); gap: 16px; }
.home-text-link { font-size: .9rem; font-weight: 650; text-decoration: none; }
.home-hero-note { display: flex; gap: 9px; align-items: center; font-size: .8rem; color: var(--muted); margin-top: 32px; }
.home-hero-note span { color: var(--teal); font-size: 1.5rem; }
.home-hero-visual { position: relative; min-width: 0; }
.home-hero-visual > img { display: block; width: 100%; height: 440px; object-fit: cover; border-radius: 20px; }
.home-photo-caption { position: absolute; left: 20px; right: 20px; bottom: 20px; padding: 18px 22px; border: 1px solid rgba(255,255,255,.7); background: rgba(255,255,255,.94); border-radius: 12px; display: grid; gap: 5px; }
.home-photo-caption span { text-transform: uppercase; color: var(--teal); font-size: .66rem; letter-spacing: .14em; font-weight: 700; }
.home-photo-caption strong { font-size: 1rem; font-weight: 650; }
.home-spotlight { display: flex; align-items: center; gap: 28px; padding: 22px 28px; border: 1px solid #d5e4db; border-radius: 12px; background: #eef4ef; }
.home-kicker { color: var(--teal); font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; flex-shrink: 0; }
.home-spotlight > div, .home-spotlight > p { flex: 1; min-width: 0; }
.home-spotlight p { margin: 5px 0 0; color: var(--muted); font-size: .83rem; line-height: 1.5; }
.home-spotlight strong { font-size: .97rem; font-weight: 650; overflow-wrap: anywhere; }
.home-spotlight > a { color: var(--teal); font-size: .83rem; font-weight: 650; flex-shrink: 0; text-underline-offset: 4px; }
.home-quick-links { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 24px; padding-block: 28px 48px; }
.home-quick-links a { display: grid; gap: 9px; text-decoration: none; padding: 14px 18px; border-left: 1px solid var(--line); }
.home-quick-links span { color: var(--muted); font-size: .72rem; }
.home-quick-links strong { font-size: .92rem; font-weight: 650; }
.home-live-content { background: white; border-block: 1px solid var(--line); padding-block: 16px 24px; }
.home-feed-section { padding-block: 44px; }
.home-feed-section + .home-feed-section { border-top: 1px solid var(--line); }
.home-section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: 26px; }
.gbcc-home .eyebrow { font-weight: 700; }
.home-section-heading .eyebrow { margin: 0 0 10px; font-size: .68rem; color: var(--teal); letter-spacing: .13em; }
.home-section-heading h2 { margin: 0; font-size: clamp(1.65rem,2.6vw,2.25rem); font-weight: 700; line-height: 1.15; letter-spacing: -.035em; }
.home-section-heading > a { font-size: .82rem; font-weight: 600; white-space: nowrap; color: var(--teal); text-decoration: none; padding-block: 6px; }
.home-content-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.home-content-card { min-width: 0; display: flex; flex-direction: column; background: white; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; transition: border-color .2s, box-shadow .2s; }
.home-content-card:hover { border-color: #a4c8bb; box-shadow: 0 8px 24px rgb(16 38 63 / 6%); }
.home-card-media { background: #f1f4f1; aspect-ratio: 16 / 10; overflow: hidden; }
.home-card-media > img { width: 100%; height: 100%; object-fit: cover; display: block; }
.home-event-card .home-card-media > img { object-fit: contain; }
.home-card-placeholder { height: 100%; display: flex; gap: 14px; align-items: center; justify-content: center; padding: 20px; color: var(--muted); font-size: .8rem; line-height: 1.5; background: #eef4ef; }
.home-card-placeholder img { width: 54px; height: 54px; object-fit: contain; }
.home-card-copy { display: flex; flex-direction: column; flex: 1; padding: 22px; }
.home-card-meta { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; font-size: .68rem; color: var(--muted); }
.home-card-meta > span { color: var(--teal); font-weight: 650; }
.home-card-copy h3 { font-weight: 650; font-size: 1.17rem; line-height: 1.35; letter-spacing: -.02em; margin: 14px 0 10px; overflow-wrap: anywhere; }
.home-card-copy h3 a { text-decoration: none; }
.home-card-copy h3 a:hover { color: var(--teal); text-decoration: underline; text-underline-offset: 3px; }
.home-card-copy > p { margin: 0 0 16px; color: var(--muted); font-size: .88rem; line-height: 1.7; overflow-wrap: anywhere; }
.home-card-copy .home-card-location { font-size: .78rem; }
.home-card-link { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: auto; padding-top: 14px; border-top: 1px solid var(--line); text-decoration: none; color: var(--teal); font-size: .8rem; font-weight: 650; }
.home-feed-message { grid-column: 1 / -1; border: 1px dashed var(--line); border-radius: 12px; padding: 26px; margin: 0; color: var(--muted); font-size: .92rem; line-height: 1.7; }
.home-feed-message a { color: var(--teal); }
.home-feed-status { font-size: .85rem; color: var(--muted); line-height: 1.7; }
.home-feed-status:empty { display: none; }
.home-feed-status button { margin-left: 8px; border: 1px solid var(--line); border-radius: 6px; padding: 10px 15px; background: white; color: var(--teal); cursor: pointer; font: inherit; }
.home-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.gbcc-home .section { padding: 64px max(32px, calc((100% - 1200px) / 2)); }
.gbcc-home .section-heading, .gbcc-home .section-heading.compact { display: block; max-width: none; width: 100%; margin: 0 0 28px; }
.gbcc-home .section-heading h2, .gbcc-home .donate-band h2 { max-width: 700px; font-size: clamp(1.7rem,2.7vw,2.4rem); font-weight: 700; line-height: 1.18; letter-spacing: -.035em; }
.gbcc-home .section-heading .eyebrow { color: var(--teal); font-size: .7rem; margin-bottom: 12px; }
.gbcc-home .intro-grid { gap: 40px; }
.gbcc-home .intro-text p { font-size: 1rem; }
.gbcc-home .check-list { font-size: .9rem; }
.gbcc-home .intro-image { max-height: 340px; width: 100%; object-fit: cover; border-radius: 12px; box-shadow: none; }
.gbcc-home .quote-card { position: static; margin-top: 14px; padding: 22px; width: 100%; border-radius: 12px; background: var(--ink); }
.gbcc-home .quote-card p { font-size: .9rem; }
.gbcc-home .cause-card { border-radius: 12px; box-shadow: none; }
.gbcc-home .cause-card img { height: 220px; min-height: 0; }
.gbcc-home .cause-card > div { padding: 24px; }
.gbcc-home .cause-card h3 { font-size: 1.2rem; font-weight: 650; }
.gbcc-home .cause-card p { font-size: .9rem; }
.gbcc-home .leader-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.gbcc-home .leader-grid article { box-shadow: none; border-radius: 12px; display: flex; flex-direction: column; }
.gbcc-home .leader-grid img { width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: cover; object-position: center top; background: #f0f3f0; border-radius: 8px; }
.gbcc-home .leader-grid h3 { font-size: 1.08rem; font-weight: 650; }
.gbcc-home .leader-grid p { font-size: .82rem; }
.gbcc-home .donate-band { padding: 48px max(32px, calc((100% - 1200px) / 2)); gap: 32px; }
.gbcc-home .gallery-intro { font-size: .95rem; max-width: 680px; }
.gbcc-home .gallery-showcase { display: grid; grid-template-columns: 1.35fr 1fr; gap: 16px; margin-top: 24px; }
.gbcc-home .gallery-featured, .gbcc-home .gallery-sub { margin: 0; position: relative; overflow: hidden; border-radius: 12px; background: #f0f3f0; }
.gbcc-home .gallery-featured img, .gbcc-home .gallery-sub img { display: block; width: 100%; height: 100%; object-fit: cover; border-radius: 12px; transition: transform .22s ease; }
.gbcc-home .gallery-featured:hover img, .gbcc-home .gallery-sub:hover img { transform: scale(1.02); }
.gbcc-home .gallery-featured { min-height: 380px; }
.gbcc-home .gallery-secondary { display: grid; grid-template-rows: 1fr 1fr; gap: 16px; }
.gbcc-home .gallery-actions { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 14px; margin-top: 28px; }
.gbcc-home .contact-card, .gbcc-home .contact-form-card { padding: 28px; box-shadow: none; border-radius: 12px; min-width: 0; }
.gbcc-home .contact-card h3, .gbcc-home .contact-form-heading h3 { font-size: 1.3rem; }
.gbcc-home .contact-methods a { min-width: 0; overflow-wrap: anywhere; }
.gbcc-home .contact-methods a > span:last-child { min-width: 0; }
@media (max-width: 1000px) {
 .home-hero { gap: 32px; }
 .home-hero-visual > img { height: 400px; }
 .home-content-grid { gap: 18px; }
 .home-card-copy { padding: 18px; }
 .home-quick-links { gap: 8px; }
}
@media (max-width: 760px) {
 .home-container { width: calc(100% - 40px); }
 .home-hero { grid-template-columns: minmax(0,1fr); gap: 28px; padding-block: 36px 28px; }
 .home-hero h1 { max-width: 540px; font-size: clamp(2.45rem,7vw,3.4rem); }
 .home-hero-visual > img { height: 320px; }
 .home-hero-note { margin-top: 20px; }
 .home-spotlight { flex-wrap: wrap; padding: 20px; gap: 12px; }
 .home-spotlight .home-kicker { width: 100%; }
 .home-spotlight > div { flex-basis: 100%; }
 .home-quick-links { grid-template-columns: repeat(2,minmax(0,1fr)); padding-bottom: 28px; gap: 16px 4px; }
 .home-content-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
 .home-section-heading { align-items: flex-start; }
 .gbcc-home .section { padding: 44px 20px; }
 .gbcc-home .intro-grid { grid-template-columns: minmax(0,1fr); }
 .gbcc-home .leader-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
 .gbcc-home .leader-grid img { width: 100%; height: auto; aspect-ratio: 1 / 1; }
 .gbcc-home .donate-band { padding: 36px 20px; }
 .gbcc-home .gallery-showcase { grid-template-columns: 1fr; gap: 14px; }
 .gbcc-home .gallery-featured { min-height: 240px; aspect-ratio: 16 / 10; }
 .gbcc-home .gallery-secondary { grid-template-rows: auto; grid-template-columns: 1fr; gap: 14px; }
 .gbcc-home .gallery-secondary .gallery-sub img { aspect-ratio: 16 / 10; height: auto; }
}
@media (max-width: 540px) {
 .home-content-grid { grid-template-columns: minmax(0,1fr); }
 .home-section-heading { flex-wrap: wrap; gap: 12px; }
 .home-section-heading h2 { font-size: 1.8rem; }
 .home-feed-section { padding-block: 32px; }
 .home-hero-copy > p:not(.eyebrow) { font-size: .95rem; }
 .home-hero-visual > img { height: 290px; }
 .home-photo-caption { left: 12px; right: 12px; bottom: 12px; padding: 15px; }
 .home-quick-links a { padding: 8px 12px; }
 .home-quick-links strong { font-size: .82rem; }
 .gbcc-home .leader-grid img { width: 100%; height: auto; aspect-ratio: 1 / 1; }
 .gbcc-home .leader-grid article { padding: 10px; }
 .gbcc-home .contact-card, .gbcc-home .contact-form-card { padding: 20px; }
 .gbcc-home .contact-methods em { font-size: .9rem; }
}
@media (prefers-reduced-motion: reduce) { .home-content-card { transition: none; } }
.home-skip-link { position: fixed; top: 10px; left: 16px; z-index: 100; transform: translateY(-160%); background: white; color: var(--ink); padding: 12px 18px; border-radius: 8px; }
.home-skip-link:focus { transform: translateY(0); }
@media (min-width: 541px) and (max-width: 920px) {
  .home-content-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
