.home-hero{padding:calc(58px + 4.5rem) var(--side) 4.5rem;text-align:center;border-bottom:1px solid var(--border);justify-content:center;align-items:center;display:flex;position:relative}.home-hero:before{content:"";z-index:0;pointer-events:none;background:radial-gradient(90% 70% at 50% 0,#6cb2ec1f 0%,#6cb2ec0d 42%,#0000 72%);position:absolute;inset:0}.home-hero-inner{max-width:var(--max);z-index:2;margin:0 auto;position:relative}.home-h1{font-family:var(--serif);letter-spacing:-.02em;color:var(--white);max-width:780px;margin:0 auto 2rem;font-size:clamp(28px,3.2vw,48px);font-weight:900;line-height:1.15}.home-h1 em{color:var(--gold);font-style:italic}.home-h1 .home-h1-blue{color:var(--blue)}.home-h1-brand{display:block}.home-pill{background:#e6b94712;border:1px solid #e6b94766;border-radius:999px;padding:.45rem 1.25rem;display:inline-block}.home-pill p{letter-spacing:.12em;text-transform:uppercase;color:var(--gold);font-size:11px;font-weight:600}.home-audience{padding:80px var(--side);border-bottom:1px solid var(--border)}.home-audience--missionary{padding:50px var(--side)}.home-audience--individual,.home-audience--agency{background:var(--black2)}.home-audience-inner{max-width:var(--max);grid-template-columns:1fr 1.5fr;align-items:center;gap:6rem;margin:0 auto;display:grid}.home-audience-inner.is-reversed{grid-template-columns:1.5fr 1fr}.home-audience-inner.is-reversed .home-audience-copy{order:2}.home-audience-inner.is-reversed .home-audience-shot{order:1}.home-audience-copy{min-width:0;padding-top:1rem}.home-audience--church .home-audience-copy{padding-top:0}.home-tag{background:#6cb2ec12;border:1px solid #6cb2ec66;border-radius:999px;margin-bottom:1.25rem;padding:.35rem 1rem;display:inline-block}.home-tag span{letter-spacing:.12em;text-transform:uppercase;color:var(--blue);font-size:11px;font-weight:600}.home-audience h2{font-family:var(--serif);letter-spacing:-.02em;color:var(--white);margin-bottom:.875rem;font-size:clamp(26px,3.2vw,40px);font-weight:700;line-height:1.15}.home-audience--missionary h2{margin-bottom:.5rem}.home-audience h2 em{color:var(--gold);font-style:italic}.home-audience-price{color:var(--gold);letter-spacing:.06em;text-transform:uppercase;margin-bottom:1.25rem;font-size:13px;font-weight:700}.home-audience p.home-audience-desc{color:var(--muted);margin-bottom:1.5rem;font-size:15px;line-height:1.8}.home-audience--missionary p.home-audience-desc{margin-bottom:1.75rem}.home-bullets{flex-direction:column;gap:.6rem;margin-bottom:2rem;display:flex}.home-audience--missionary .home-bullets{gap:.875rem}.home-bullet{align-items:flex-start;gap:10px;display:flex}.home-bullet-dot{background:var(--gold);border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-top:6px}.home-bullet p{color:var(--muted);font-size:13px;line-height:1.6}.home-audience--missionary .home-bullet p{font-size:14px}.home-learn{color:var(--blue);cursor:pointer;align-items:center;gap:5px;font-size:16px;font-weight:600;text-decoration:none;display:inline-flex}.home-audience-shot{width:100%;min-width:0;overflow:hidden}.home-role-section{padding:80px var(--side);text-align:center;position:relative}.home-role-section:before{content:"";z-index:0;pointer-events:none;background:radial-gradient(90% 70% at 50% 100%,#e6b9471c 0%,#e6b9470a 42%,#0000 72%);position:absolute;inset:0}.home-role-inner{max-width:var(--max);z-index:1;margin:0 auto;position:relative}.home-role-h2{font-family:var(--serif);letter-spacing:-.02em;color:var(--white);margin-bottom:.75rem;font-size:clamp(28px,3.5vw,44px);font-weight:700}.home-role-sub{color:var(--muted);max-width:440px;margin:0 auto 3rem;font-size:16px;line-height:1.7}.home-role-prompt{letter-spacing:.12em;text-transform:uppercase;color:var(--gold);justify-content:center;align-items:center;gap:10px;margin-bottom:1.75rem;font-size:11px;font-weight:700;display:flex}.home-role-prompt:before,.home-role-prompt:after{content:"";background:var(--gold);opacity:.5;width:32px;height:1px;display:block}.home-role-grid{text-align:left;grid-template-columns:repeat(4,1fr);gap:14px;max-width:920px;margin:0 auto;display:grid}.home-role-card{cursor:pointer;background:#141414;border:1px solid #ffffff14;border-radius:10px;flex-direction:column;gap:10px;padding:2rem 1.75rem;text-decoration:none;transition:all .22s;display:flex;position:relative}.home-role-card:hover,.home-role-card:focus-visible{background:#1c1c1c;border-color:#e6b94773;transform:translateY(-2px);box-shadow:0 0 24px #e6b94714}.home-role-icon{background:var(--gold-dim);border:1px solid #e6b9472e;border-radius:8px;justify-content:center;align-items:center;width:38px;height:38px;margin-bottom:.25rem;display:flex}.home-role-icon svg{width:19px;height:19px;stroke:var(--gold);fill:none;stroke-width:1.75px;stroke-linecap:round;stroke-linejoin:round}.home-role-label{color:var(--white);white-space:nowrap;font-size:14.5px;font-weight:600;line-height:1.3;transition:color .2s}.home-role-desc{color:var(--muted);flex:1;font-size:14px;line-height:1.6}.home-role-learn{color:var(--gold);align-items:center;gap:4px;margin-top:.5rem;font-size:13px;font-weight:600;transition:gap .2s;display:flex}.home-role-learn span{transition:transform .2s;display:inline-block}.home-role-card:hover .home-role-learn span{transform:translate(3px)}.home-role-card:hover .home-role-label{color:var(--gold)}@media (width<=860px){.home-role-grid{grid-template-columns:1fr 1fr}}@media (width<=540px){.home-role-grid{grid-template-columns:1fr}}@media (width<=720px){.home-audience-inner,.home-audience-inner.is-reversed{grid-template-columns:1fr}.home-audience-inner.is-reversed .home-audience-copy,.home-audience-inner.is-reversed .home-audience-shot{order:unset}}
