/* A quiet, image-free opening. All content works before JavaScript. */
.home-intro { background: #f7f8f5; color: #152e35; padding: clamp(48px, 6.7vw, 96px) 0 72px; }
.home-intro-layout { display: grid; grid-template-columns: 1.4fr 1fr; gap: 64px; align-items: end; }
.home-intro .home-eyebrow { margin: 0 0 28px; color: #52665f; font-size: 13px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.home-intro h1 { margin: 0; color: #152e35; font-family: var(--ee-font-display, 'Afacad Flux', sans-serif); font-size: clamp(64px, 7.4vw, 106px); font-weight: 560; line-height: .96; letter-spacing: -.045em; }
.home-intro h1 .home-title-community { color: #247764; }
.home-intro-copy { padding-bottom: 5px; }
.home-intro-copy p { color: #455b55; font-size: clamp(21px, 2vw, 28px); line-height: 1.35; letter-spacing: -.015em; margin: 0 0 32px; max-width: 25ch; }
.home-intro-copy a { display: flex; align-items: center; justify-content: space-between; gap: 32px; width: fit-content; min-height: 48px; font-size: 17px; font-weight: 600; text-decoration: none; }
.home-intro-copy .home-primary { padding: 12px 22px; background: #176d58; border: 1px solid #176d58; border-radius: 7px; color: #fff; transition: background 160ms; }
.home-intro-copy .home-primary:hover { background: #125441; }
.home-intro-copy .home-resource-link { margin-top: 12px; color: #304f46; }
.home-resource-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.home-paths { background: #f7f8f5; color: #152e35; padding: 0 0 56px; scroll-margin-top: 90px; }
.home-path-grid { border-top: 1px solid #d5ddd6; display: grid; grid-template-columns: repeat(3, 1fr); }
.home-path-grid article { padding: 28px 32px 0 0; }
.home-path-grid article + article { padding-left: 32px; }
.home-path-grid .home-path-label { margin: 0 0 16px; color: #61716b; font-size: 12px; font-weight: 500; letter-spacing: .06em; }
.home-path-grid h3 { margin: 0 0 9px; font-size: clamp(23px, 2.2vw, 29px); font-weight: 550; letter-spacing: -.02em; line-height: 1.15; }
.home-path-grid h3 a { display: inline-block; min-height: 44px; padding-block: 6px; color: inherit; text-decoration: none; }
.home-path-grid h3 a:hover { color: #176d58; }
.home-path-grid h3 a span { font-size: .65em; margin-left: 8px; }
.home-path-grid p { margin: 0; color: #52665f; font-size: 16px; line-height: 1.5; }
.home-path-grid .home-capital-workshop { display: inline-flex; align-items: center; gap: 8px; color: #245e4f; font-size: 14px; min-height: 44px; margin-top: 8px; text-underline-offset: 4px; }
@media (max-width: 820px) {
  .home-intro { padding: 46px 0 36px; }
  .home-intro-layout { grid-template-columns: 1fr; gap: 32px; }
  .home-intro h1 { font-size: clamp(60px, 13.8vw, 90px); }
  .home-intro .home-eyebrow { margin-bottom: 20px; font-size: 11px; }
  .home-intro-copy p { font-size: 21px; margin-bottom: 24px; }
  .home-desktop-break { display: none; }
  .home-paths { padding-bottom: 32px; }
  .home-path-grid { grid-template-columns: 1fr; }
  .home-path-grid article, .home-path-grid article + article { padding: 22px 0; }
  .home-path-grid article + article { border-top: 1px solid #d5ddd6; }
  .home-path-grid .home-path-label { margin-bottom: 8px; }
  .home-path-grid h3 { margin-bottom: 2px; font-size: 28px; }
}
.home-eco { background: #f3f6f5; color: #102b43; }
.home-eco-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; padding-block: 36px; }
.home-eco a { display: flex; flex-direction: column; gap: 8px; color: inherit; text-decoration: none; min-height: 44px; }
.home-eco strong { font-size: 24px; font-weight: 650; }
.home-eco a > span { font-size: 16px; color: #536575; }
.home-eco a:hover strong { text-decoration: underline; text-underline-offset: 5px; }
.home-eco a:focus-visible, .home-paths a:focus-visible, .home-intro a:focus-visible { outline: 3px solid #3c9aca; outline-offset: 5px; }
[data-home-reveal="text"].is-home-revealing { animation: home-text-arrive 550ms cubic-bezier(.2,.7,.2,1) both; }
[data-home-reveal="image"].is-home-revealing { animation: home-image-arrive 750ms cubic-bezier(.2,.7,.2,1) both; }
@keyframes home-text-arrive { from { opacity: .35; transform: translateY(12px); filter: blur(2px); } to { opacity: 1; transform: none; filter: none; } }
@keyframes home-image-arrive { from { opacity: .65; clip-path: inset(0 7%); } to { opacity: 1; clip-path: inset(0); } }

.home-map-list { display: none; }
@media (max-width: 760px) {
  #resource-directory .state-count-label, #resource-directory .state-cta-label { display: none; }
  #resource-directory .state-code { font-size: 44px; }
  #resource-directory .ee-can-world-shell { gap: 20px; }
  .home-map-list { display: grid; width: min(100%, 440px); margin: 0 auto; padding-inline: 12px; }
  .home-map-list a { display: flex; justify-content: space-between; gap: 20px; align-items: center; min-height: 48px; color: #fff; font-size: 15px; text-decoration: none; border-top: 1px solid rgba(255,255,255,.25); }
  .home-map-list a:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
  .home-eco-inner { grid-template-columns: 1fr; gap: 28px; }
}
@media (prefers-reduced-motion: reduce) {
  html:root { scroll-behavior: auto; }
  [data-home-reveal].is-home-revealing { animation: none; }
}

/* Compact, faceless symbols with a quiet continuous float. */
.home-title-row { display: flex; align-items: center; gap: .18em; white-space: nowrap; }
.home-title-row .home-emoji { flex: none; width: clamp(16px, .3em, 28px); height: clamp(16px, .3em, 28px); overflow: visible; animation: home-symbol-float 3s ease-in-out infinite; }
.home-title-coaching .home-emoji { animation-delay: -1s; }
.home-title-community .home-emoji { animation-delay: -2s; }
@keyframes home-symbol-float { 0%, 100% { transform: translateY(2px) rotate(-4deg); } 50% { transform: translateY(-3px) rotate(4deg); } }
@media (prefers-reduced-motion: reduce) { .home-title-row .home-emoji { animation: none; } }
@media (max-width: 820px) { .home-intro h1 { font-size: clamp(44px, 12.6vw, 90px); } }
