/* GCM fund partnerships: small, direct-edit stylesheet. Brand tokens mirror the
   live ministry site while the page stays open and unboxed for quick iteration. */
:root {
  --ivory: #fef9ed;
  --beige: #e2d8cc;
  --brown: #5d524b;
  --clay: #573630;
  --dark: #282621;
  --muted: #776a60;
  --sage: #dde6dc;
  /* Sean's shared spacing: the eyebrow owns its gap, and headings own the space below. */
  --eyebrow-gap: 10px;
  --heading-gap: 20px;
  --display: "malila-black", Georgia, "Times New Roman", serif;
  --body: "Albert Sans", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 2rem; }
body { margin: 0; background: var(--ivory); color: var(--brown); font-family: var(--body); font-size: 1.125rem; line-height: 1.6; -webkit-font-smoothing: antialiased; }
::selection { color: var(--ivory); background: var(--clay); }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .25em; }
a, summary { -webkit-tap-highlight-color: transparent; }
a:focus-visible, summary:focus-visible { outline: 3px solid #ad694c; outline-offset: 6px; border-radius: 3px; }
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, p { margin: 0; }
h1, h2 { font-family: var(--display); font-weight: 300; line-height: 1.08; letter-spacing: -.025em; }
/* Use external spacing consistently, including Malila headings; no compensating internal padding. */
h1, h2, h3 { padding-bottom: 0; margin-top: 0; margin-bottom: var(--heading-gap); }
h1 { font-size: clamp(3.5rem, 5.2vw, 5.1rem); }
h2 { font-size: clamp(2.5rem, 3.7vw, 3.7rem); }
h3 { font-size: 1.4rem; line-height: 1.25; font-weight: 500; letter-spacing: -.02em; }
em { color: var(--clay); font-style: normal; }
p + p { margin-top: 1rem; }
.wrap { width: min(100% - 5rem, 1200px); margin-inline: auto; }
.section-space { padding-block: 6rem; }
.eyebrow { font-size: .8rem; line-height: 1.4; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; margin-bottom: var(--eyebrow-gap); }
.text-link { display: inline-flex; align-items: baseline; gap: .75rem; font-size: .95rem; font-weight: 500; text-decoration: none; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translate(2px, -2px); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 1.25rem; min-height: 3.5rem; padding: 1rem 1.4rem; background: var(--clay); border: 1px solid var(--clay); border-radius: 4px; color: var(--ivory); font-size: 1rem; font-weight: 500; line-height: 1.3; text-decoration: none; transition: background .2s, transform .2s; }
.button:hover { background: var(--dark); transform: translateY(-2px); }
.button span { font-size: 1.3rem; }
.skip-link { position: absolute; left: 1rem; top: -10rem; z-index: 10; background: var(--ivory); padding: 1rem; }
.skip-link:focus { top: 1rem; }
.site-header { display: flex; align-items: center; justify-content: space-between; min-height: 104px; gap: 1rem; }
.brand { display: flex; align-items: center; gap: .8rem; text-decoration: none; }
.brand svg { width: 50px; height: 49px; flex: 0 0 auto; color: var(--brown); }
.brand-name { display: block; font-size: 1.23rem; letter-spacing: -.025em; line-height: 1.1; }
.brand-name span { display: block; margin-top: .25rem; font-size: .81rem; letter-spacing: .02em; }
.nav-cta { display: inline-flex; align-items: center; gap: .8rem; flex: 0 0 auto; border: 1px solid var(--clay); padding: .65rem 1rem; border-radius: 4px; font-size: .9rem; line-height: 1.2; text-decoration: none; white-space: nowrap; }
.nav-cta:hover { background: var(--clay); color: var(--ivory); }
.hero { display: grid; grid-template-columns: 1.07fr 1fr; align-items: center; gap: 4rem; padding-block: 3.3rem 4rem; }
.hero .eyebrow { color: var(--clay); }
.hero-description { max-width: 31rem; font-size: 1rem; line-height: 1.7; }
.hero .button { margin-top: 1.7rem; }
.hero-visual { position: relative; isolation: isolate; min-height: 590px; height: 100%; max-height: 700px; overflow: hidden; border-radius: 48% 48% 1.5rem 1.5rem / 29% 29% 1.5rem 1.5rem; background: var(--beige); }
.hero-visual img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: 48% 50%; }
.hero-visual::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(24,20,16,.74)); z-index: 0; }
.image-caption { position: absolute; left: 2rem; bottom: 2rem; color: var(--ivory); font-size: 1rem; line-height: 1.45; z-index: 1; }
.section-intro { display: grid; grid-template-columns: 1.2fr 1fr; align-items: end; gap: 5rem; }
.intro-body { max-width: 33rem; font-size: 1.05rem; }
.dark-section { background: var(--dark); color: var(--ivory); }
.dark-section .eyebrow { color: var(--beige); }
.dark-section em { color: var(--beige); }
.approach { padding-block: 5rem; }
.approach .intro-body { color: var(--beige); }
.partnership { background: #f0e8dc; }
.center-intro { text-align: center; max-width: 820px; margin-inline: auto; }
.center-intro > p:not(.eyebrow) { max-width: 620px; margin-inline: auto; }
.pathways { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; margin-top: 3rem; }
.pathway { padding: 0; }
.pathway h3 { font-family: var(--display); font-size: 2.7rem; font-weight: 300; line-height: 1.06; }
.pathway > p:last-child { font-size: 1rem; max-width: 27rem; }
.learning .section-intro { align-items: center; }
.learning-points { display: grid; grid-template-columns: repeat(3,1fr); gap: 2.5rem; margin-top: 2.5rem; }
.learning-points > div { padding-left: 0; }
.learning-points h3 { font-size: 1.15rem; }
.learning-points p { font-size: .98rem; }
.questions { display: grid; grid-template-columns: .85fr 1.15fr; align-items: start; gap: 5rem; padding-bottom: 6rem; }
.questions h2 { font-size: 2.5rem; max-width: 22rem; }
details { padding: 1.25rem 0; }
summary { display: flex; justify-content: space-between; gap: 1rem; list-style: none; cursor: pointer; font-size: 1rem; font-weight: 500; }
summary::-webkit-details-marker { display: none; }
summary span { font-size: 1.2rem; line-height: 1.3; transition: transform .2s; }
details[open] summary span { transform: rotate(45deg); }
details p { font-size: .95rem; margin-top: 1rem; padding-right: 2rem; }
.conversation { padding-block: 5rem; }
.conversation h2 { font-size: clamp(2.7rem,4.6vw,4.5rem); }
.conversation p:not(.eyebrow) { color: var(--beige); font-size: 1.05rem; }
.contact-person { margin-top: 1.75rem; font-size: 1rem; }
.contact-person span { display: block; }
.contact-person span:first-child { font-weight: 600; }
.contact-person span:last-child { font-size: .875rem; color: var(--beige); }
.button-light { margin-top: 2rem; color: var(--clay); background: var(--ivory); border-color: var(--ivory); }
.button-light:hover { color: var(--dark); background: var(--beige); border-color: var(--beige); }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding-block: 2rem; font-size: .8rem; }
.site-footer > a:first-child { text-decoration: none; font-size: 1rem; }
.site-footer p { color: var(--muted); }

/* Fund opportunity, flexible capabilities, and published work lead into the relationship. */
.opportunity { padding-block: 3rem 4.5rem; }
.opportunity .section-intro { align-items: center; }
.process { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); list-style: none; margin: 2.8rem 0 0; padding: 0; gap: 1.6rem; }
.process h3 { font-family: var(--display); font-size: 1.75rem; font-weight: 300; }
.process p { font-size: .96rem; color: var(--beige); }
/* Full-bleed sage distinguishes authentic ministry work from the ivory sales narrative. */
.proof { background: var(--sage); padding-block: 4rem; }
.proof-heading { display: flex; justify-content: space-between; align-items: end; gap: 2rem; margin-bottom: 2rem; }
.proof-heading h2 { font-size: clamp(2.2rem,3.2vw,3.2rem); }
.work-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1.6rem; }
.work-card { display: flex; flex-direction: column; align-items: start; min-width: 0; }
.work-thumbnail { margin-bottom: 1.2rem; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: .6rem; }
.work-card h3 { font-family: var(--display); font-weight: 300; font-size: 1.85rem; line-height: 1.1; }
.work-context { font-size: .78rem; font-weight: 500; line-height: 1.4; }
.work-description { font-size: .92rem; line-height: 1.55; margin-top: .75rem; margin-bottom: 1.2rem; }
.button-story { margin-top: auto; font-size: .85rem; padding: .65rem .9rem; min-height: 42px; background: transparent; color: var(--clay); }
.button-story:hover { color: var(--ivory); background: var(--clay); }
.proof-context { font-size: .78rem; margin-top: 2rem; }
/* Three identical, attributed quotes are temporary layout copies requested by Sean. */
.testimonial { padding-block: 3.5rem; background: var(--clay); color: var(--ivory); }
.testimonial h2 { font-family: var(--body); font-size: 1.1rem; font-weight: 500; line-height: 1.4; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 3rem; }
blockquote { margin: 0; }
.testimonial blockquote { min-width: 0; }
blockquote > p { font-family: var(--display); font-size: 1.65rem; line-height: 1.3; }
blockquote footer { margin-top: 1.25rem; font-size: .85rem; font-weight: 600; }
blockquote footer span { display: block; font-weight: 400; color: var(--beige); margin-top: .35rem; font-size: .78rem; }
/* The reference's alternating history pattern is condensed into three chapters in the GCM palette. */
.our-story { padding-block: 5rem 2rem; }
.story-intro { display: grid; grid-template-columns: 1fr 1.2fr; gap: 5rem; align-items: start; }
.story-heading h2 { font-size: clamp(2.4rem,3.4vw,3.3rem); }
.story-lead { font-size: 1.125rem; }
.story-timeline { position: relative; list-style: none; margin: 3rem 0 0; padding: 0; }
/* This line expresses sequence; section separators remain absent. */
.story-timeline::before { content: ""; position: absolute; top: 0; bottom: 0; left: 50%; width: 1px; background: #cabbb0; }
.timeline-chapter { position: relative; display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); grid-template-areas: "image copy"; gap: 6rem; align-items: center; padding-block: 2rem; }
.timeline-chapter + .timeline-chapter { margin-top: 1.5rem; }
.timeline-chapter::before { content: ""; position: absolute; left: calc(50% - 5px); top: calc(50% - 5px); width: 11px; height: 11px; background: var(--clay); transform: rotate(45deg); }
.timeline-chapter:nth-child(even) { grid-template-areas: "copy image"; }
.timeline-image { grid-area: image; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: .6rem; }
.timeline-copy { grid-area: copy; min-width: 0; }
.timeline-date { color: var(--clay); }
.timeline-copy h3 { font-family: var(--display); font-size: clamp(2rem,2.7vw,2.6rem); font-weight: 300; line-height: 1.12; }
.timeline-copy > p:not(.eyebrow) { font-size: .98rem; }
.timeline-copy .text-link { margin-top: 1.2rem; font-size: .9rem; }
.story-film { display: flex; flex-wrap: wrap; gap: .75rem 2rem; align-items: baseline; justify-content: space-between; margin-top: 1.5rem; }
.story-film p { font-size: .8rem; color: var(--muted); }
.story-film .text-link { font-size: .9rem; }
/* The internal prototype lives at the bottom of the page, separate from partner-facing proof. */
.internal-incubation { display: grid; grid-template-columns: 220px 1fr; gap: 2rem; align-items: center; padding-block: 3rem; }
.incubation-image { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: 58% 52%; border-radius: .6rem; }
.incubation-copy { max-width: 820px; }
.incubation-copy h2 { font-size: 2.3rem; }
.incubation-copy > p:not(.eyebrow) { font-size: .95rem; line-height: 1.6; }
.incubation-copy .text-link { margin-top: 1rem; font-size: .9rem; }
/* Generated art replaces the text strips. Blend its pale paper into the section so no image box appears. */
.pathway-graphic { margin-bottom: 1rem; width: 260px; height: 96px; object-fit: contain; object-position: left center; mix-blend-mode: multiply; filter: contrast(1.2) brightness(1.2); }

/* People stay photo-led and unboxed; preserve the whole group photo rather than cropping faces. */
.people { padding-block: 3rem 4.5rem; }
.team-intro { display: grid; grid-template-columns: 1.2fr 1fr; gap: 3.5rem; align-items: center; }
.team-photo { width: 100%; height: auto; border-radius: .7rem; }
.team-copy h2 { font-size: clamp(2.4rem,3.4vw,3.3rem); }
.team-copy > p:not(.eyebrow) { font-size: 1rem; }
.team-copy .text-link { margin-top: 1.4rem; }
.board-intro { margin-top: 3rem; }
.board-intro h3 { font-family: var(--display); font-size: 2rem; font-weight: 300; }
.board-intro p { font-size: .95rem; }
.board-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 2.5rem; margin-top: 1.75rem; }
.board-member { min-width: 0; }
.board-member img { margin-bottom: 1.2rem; width: 220px; aspect-ratio: 1; object-fit: cover; border-radius: .6rem; }
.board-member h3 { font-size: 1.25rem; }
.board-member p { font-size: .9rem; line-height: 1.6; }
.board-member .text-link { margin-top: 1rem; font-size: .85rem; }
/* Native accordions retain the complete source wording in a compact, keyboard-operable values row. */
.core-values { background: var(--sage); padding-block: 4rem; }
.values-layout { display: grid; grid-template-columns: 1fr 1.2fr; gap: 5rem; align-items: start; }
.values-intro h2 { font-size: clamp(2.4rem,3.4vw,3.3rem); }
.values-intro > p:not(.eyebrow), .values-context { font-size: 1rem; }
.values-intro .text-link { margin-top: 1.5rem; }
.values-context { margin-bottom: 1rem; }
.values-list details { padding-block: 1rem; }
.values-list summary { min-height: 28px; align-items: center; font-size: 1.05rem; }
.values-list details p { padding-right: 1.5rem; }

/* Image-to-title gaps are owned by images; heading and eyebrow tokens remain constant at every breakpoint. */
/* Reflow by content, without a JS menu or carousel. */
@media (max-width: 991px) {
  .team-intro { gap: 2rem; }
  .testimonial-grid { gap: 2rem; }
  .story-intro { gap: 3rem; }
  .timeline-chapter { gap: 4rem; }
  .board-grid { gap: 1.5rem; }
  .values-layout { gap: 3rem; }
  .work-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 2.5rem 1.5rem; }
  .process { gap: 1rem; }
  .process h3 { font-size: 1.5rem; }
  .wrap { width: min(100% - 3rem,1200px); }
  .hero { gap: 2rem; }
  h1 { font-size: 3.8rem; }
  .hero-visual { min-height: 570px; }
  .section-intro, .questions { gap: 2.5rem; }
  .pathway h3 { font-size: 2.35rem; }
}
@media (max-width: 767px) {
  .people { padding-block: 1rem 3rem; }
  .team-intro { grid-template-columns: 1fr; gap: 1.75rem; }
  .team-copy h2 { font-size: 2.5rem; }
  .board-intro { margin-top: 2.5rem; }
  .board-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .board-member img { width: 220px; }
  .board-member p { max-width: 34rem; }
  .core-values { padding-block: 3rem; }
  .values-layout { grid-template-columns: 1fr; gap: 2rem; }
  .values-list details p { padding-right: .5rem; }
  .opportunity { padding-block: 1rem 3rem; }
  .process { grid-template-columns: 1fr; gap: 1.5rem; margin-top: 2rem; }
  .process h3 { font-size: 1.8rem; }
  .process p { max-width: 32rem; }
  .proof { padding-block: 3rem; }
  .proof-heading { display: block; }
  .proof-heading .text-link { margin-top: .8rem; }
  .work-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .work-thumbnail { aspect-ratio: 16 / 9; margin-bottom: 1rem; }
  .work-card h3 { font-size: 2rem; }
  .testimonial { padding-block: 2.5rem; }
  .testimonial-grid { grid-template-columns: 1fr; gap: 2.2rem; }
  .our-story { padding-block: 3rem 2rem; }
  .story-intro { grid-template-columns: 1fr; gap: 1.5rem; }
  .story-timeline { margin-top: 2rem; padding-left: 1.75rem; }
  .story-timeline::before { left: 3px; }
  .timeline-chapter, .timeline-chapter:nth-child(even) { grid-template-columns: 1fr; grid-template-areas: "image" "copy"; gap: 1.5rem; padding-block: 0 2rem; }
  .timeline-chapter + .timeline-chapter { margin-top: 1rem; }
  .timeline-chapter::before { left: -1.875rem; top: 6px; }
  .timeline-copy h3 { font-size: 2.1rem; }
  .story-film { margin-top: .5rem; }
  blockquote > p { font-size: 1.5rem; }
  blockquote footer span { display: block; margin: .25rem 0 0; }
  .internal-incubation { grid-template-columns: 1fr; gap: 1.5rem; padding-block: 2.5rem; }
  .incubation-image { max-width: 220px; aspect-ratio: 16 / 10; }
  .incubation-copy h2 { font-size: 2.3rem; }
  .pathway-graphic { width: 240px; height: 90px; }
  body { font-size: 1rem; }
  .wrap { width: calc(100% - 3rem); }
  .section-space { padding-block: 3.5rem; }
  .site-header { min-height: 88px; }
  .brand svg { width: 42px; height: 43px; }
  .brand-name { font-size: 1.1rem; }
  .brand-name span { font-size: .75rem; }
  .nav-cta { font-size: .8rem; padding: .6rem .8rem; }
  .hero { grid-template-columns: 1fr; padding-block: 2.5rem; gap: 2rem; }
  h1 { font-size: clamp(3.1rem,10.8vw,4.7rem); }
  h2 { font-size: clamp(2.3rem,8vw,3.25rem); }
  .hero .eyebrow { font-size: .76rem; }
  .hero-description { max-width: 34rem; }
  .hero .button { margin-top: 1.4rem; }
  .hero-visual { height: 400px; min-height: 0; border-radius: 45% 45% 1.5rem 1.5rem / 24% 24% 1.5rem 1.5rem; }
  .hero-visual img { object-position: center 42%; }
  .image-caption { left: 1.5rem; bottom: 1.5rem; }
  .section-intro { grid-template-columns: 1fr; gap: 1.5rem; }
  .intro-body { font-size: 1rem; max-width: none; }
  .approach { padding-block: 3.5rem; }
  .pathways { grid-template-columns: 1fr; gap: 2.2rem; margin-top: 2rem; }
  .pathway h3 { font-size: 2.6rem; }
  .pathway-graphic { margin-bottom: 1.4rem; }
  .learning-points { grid-template-columns: 1fr; gap: 1.5rem; margin-top: 2rem; }
  .questions { grid-template-columns: 1fr; gap: 1.75rem; padding-bottom: 3.5rem; }
  .questions h2 { font-size: 2.3rem; max-width: none; }
  .conversation { padding-block: 3.5rem; }
  .conversation h2 { font-size: 2.7rem; }
  .conversation p:not(.eyebrow) { font-size: 1rem; }
  .site-footer { flex-wrap: wrap; gap: .75rem; padding-block: 1.5rem; }
  .site-footer p { order: 3; width: 100%; }
}
@media (max-width: 380px) {
  .wrap { width: calc(100% - 2.5rem); }
  .brand { gap: .5rem; }
  .brand svg { width: 34px; height: 35px; }
  .brand-name { font-size: .88rem; }
  .brand-name span { display: none; }
  .nav-cta { padding: .55rem .6rem; font-size: .78rem; }
  .nav-cta span { display: none; }
  .button { padding-inline: 1rem; gap: .75rem; font-size: .95rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
  .elephant-outline, .elephant-eye { stroke-dashoffset: 0; }
}
/* Print is a readable source for the later dedicated sales sheet, not a fixed PDF layout. */
@media print {
  .people, .core-values { padding-block: 1.5rem; }
  .core-values { background: white; }
  .team-photo { max-width: 250px; }
  .board-member img { width: 100px; }
  .team-intro, .values-layout { gap: 2rem; }
  .board-member { break-inside: avoid; }
  .proof { background: white; padding-block: 1.5rem; }
  .work-grid { grid-template-columns: repeat(2,1fr); }
  .work-thumbnail { max-height: 130px; }
  .testimonial { padding-block: 1rem; }
  .testimonial { background: white; color: var(--dark); }
  .testimonial-grid { gap: 1.5rem; }
  blockquote footer span { color: var(--brown); }
  .our-story { padding-block: 1.5rem; }
  .story-intro { gap: 2rem; }
  .story-timeline::before, .timeline-chapter::before { display: none; }
  .timeline-chapter { gap: 2rem; padding-block: 1rem; break-inside: avoid; }
  .internal-incubation { grid-template-columns: 150px 1fr; }
  .internal-incubation { padding-block: 1rem; }
  blockquote > p { font-size: 15pt; }
  @page { margin: 16mm; }
  body { background: white; color: #282621; font-size: 10pt; }
  .wrap { width: 100%; }
  .site-header { min-height: 55px; }
  .nav-cta, .hero-visual, .skip-link, .questions { display: none; }
  .hero { display: block; padding-block: 1.5rem; }
  h1 { font-size: 38pt; }
  h2 { font-size: 26pt; }
  .section-space, .approach, .conversation { padding-block: 1.5rem; }
  .dark-section, .partnership { background: white; color: #282621; }
  .dark-section .eyebrow, .dark-section em, .dark-section p { color: #5d524b; }
  .button { background: white; color: #573630; border: 1px solid #573630; }
  .conversation h2 { font-size: 30pt; }
  .conversation .button::after { content: "calendar.app.google/THd32imdgsH6LVt29"; font-size: 9pt; }
  .pathway, .work-card, .internal-incubation, .process li, .testimonial { break-inside: avoid; }
  .site-footer { padding-block: 1rem; }
}
