.involved-concept { overflow: hidden; background: var(--paper); }
.involved-concept p { color: var(--ink-soft); }
.involved-concept h1, .involved-concept h2, .involved-concept h3 { color: inherit; }
.involved-concept .button-green,
.involved-concept .button-green:hover { color: #10210e; }
.involved-concept .button-light,
.involved-concept .button-light:hover { color: var(--ink); }
.involved-concept .button-dark { background: var(--forest); color: #fff; }
.involved-concept .button-dark:hover { background: var(--forest-deep); color: #fff; }
.involved-concept .button-outline { color: var(--ink); }
.involved-concept .button-outline:hover { color: #fff; }
.home-v2 .nz-nav__cta .nz-btn--secondary,
.home-v2 .nz-nav__cta .nz-btn--secondary:hover { color: #fff; }

.giv-hero { position: relative; min-height: min(920px, 100vh); display: flex; align-items: flex-end; padding: 170px 0 76px; overflow: hidden; background: var(--forest-deep); color: white; }
.giv-hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 54% center; }
.giv-hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,21,11,.96) 0%, rgba(5,21,11,.84) 38%, rgba(5,21,11,.26) 72%, rgba(5,21,11,.12)), linear-gradient(0deg, rgba(5,21,11,.82), transparent 55%); }
.giv-hero__content { position: relative; z-index: 2; width: 100%; }
.giv-hero h1 { max-width: 8.5ch; color: white; font-size: clamp(62px, 7.7vw, 112px); }
.giv-hero h1 em { color: var(--green-bright); font-style: normal; }
.giv-hero__content > p:not(.eyebrow):not(.giv-hero__note) { max-width: 57ch; margin: 30px 0 34px; color: rgba(255,255,255,.75); font-size: clamp(18px, 1.5vw, 21px); }
.giv-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.giv-hero__note { display: flex; align-items: center; gap: 11px; margin: 54px 0 0; color: rgba(255,255,255,.67) !important; font-size: 11px; font-weight: 760; letter-spacing: .07em; text-transform: uppercase; }
.giv-hero__note span { width: 9px; height: 9px; border-radius: 50%; background: var(--green-bright); box-shadow: 0 0 0 6px rgba(159,231,109,.2); }

.giv-start { background: var(--paper); }
.giv-start__grid { display: grid; grid-template-columns: 1.1fr .9fr .9fr; grid-template-rows: 620px; gap: 18px; }
.giv-start-card { position: relative; overflow: hidden; border-radius: 22px; color: white; box-shadow: 0 12px 34px rgba(18,34,23,.11); }
.giv-start-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.8,.2,1); }
.giv-start-card--give img { object-position: center; }
.giv-start-card--need img { object-position: 53% center; }
.giv-start-card--join img { object-position: center; }
.giv-start-card__shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,20,11,.02) 28%, rgba(5,20,11,.92) 100%); }
.giv-start-card > div { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 28px; }
.giv-start-card small, .giv-start-card strong, .giv-start-card > div > span { display: block; }
.giv-start-card small { margin-bottom: 10px; color: var(--green-bright); font-size: 10px; font-weight: 830; letter-spacing: .1em; text-transform: uppercase; }
.giv-start-card strong { max-width: 14ch; font-size: clamp(24px, 2.8vw, 39px); line-height: 1.05; letter-spacing: -.035em; }
.giv-start-card > div > span { margin-top: 20px; color: rgba(255,255,255,.7); font-size: 11px; font-weight: 760; }
@media (hover: hover) { .giv-start-card:hover img { transform: scale(1.04); } }

.giv-retire { background: var(--forest-deep); color: white; }
.giv-retire__grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(430px, .95fr); gap: clamp(60px, 9vw, 130px); align-items: start; }
.giv-retire__copy h2 { max-width: 12ch; color: white; }
.giv-retire__copy h2 em { color: var(--green-bright); font-style: normal; }
.giv-retire__copy > p:not(.eyebrow) { max-width: 57ch; margin: 30px 0 38px; color: rgba(255,255,255,.64); font-size: 17px; }
.giv-retire__copy > ul { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0 0 38px; padding: 0; border-top: 1px solid rgba(255,255,255,.17); border-left: 1px solid rgba(255,255,255,.17); list-style: none; }
.giv-retire__copy > ul li { min-height: 190px; padding: 22px; border-right: 1px solid rgba(255,255,255,.17); border-bottom: 1px solid rgba(255,255,255,.17); }
.giv-retire__copy > ul span { display: block; margin-bottom: 52px; color: var(--green-bright); font-size: 10px; font-weight: 850; }
.giv-retire__copy > ul strong { display: block; margin-bottom: 9px; color: white; font-size: 16px; }
.giv-retire__copy > ul p { margin: 0; color: rgba(255,255,255,.5); font-size: 12px; }
.giv-mail { overflow: hidden; border-radius: 22px 22px 100px 22px; background: var(--green); color: var(--ink); box-shadow: 0 28px 70px rgba(0,0,0,.18); }
.giv-mail p { color: rgba(23,32,24,.72); }
.giv-mail__photo { position: relative; height: clamp(270px, 28vw, 340px); margin: 0; overflow: hidden; background: var(--forest-deep); }
.giv-mail__photo::after { content: ''; position: absolute; inset: 52% 0 0; background: linear-gradient(transparent, rgba(5,20,11,.64)); }
.giv-mail__photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.giv-mail__photo figcaption { position: absolute; z-index: 2; left: 24px; bottom: 20px; display: flex; align-items: center; gap: 10px; color: #fff; font-size: 10px; font-weight: 820; letter-spacing: .09em; text-transform: uppercase; }
.giv-mail__photo figcaption span { width: 8px; height: 8px; border-radius: 50%; background: var(--green-bright); box-shadow: 0 0 0 5px rgba(159,231,109,.18); }
.giv-mail__body { padding: clamp(34px, 5vw, 58px); }
.giv-mail .eyebrow { margin-top: 0; color: var(--ink); }
.giv-mail h3 { max-width: 11ch; margin: 0; font-size: clamp(38px, 4.4vw, 62px); line-height: .94; letter-spacing: -.045em; }
.giv-mail__body > p:not(.eyebrow) { margin: 24px 0; font-size: 15px; }
.giv-mail ol { margin: 0 0 30px; padding: 0; border-top: 1px solid rgba(23,32,24,.24); list-style: none; }
.giv-mail ol li { display: grid; grid-template-columns: 28px 1fr; gap: 12px; padding: 13px 0; border-bottom: 1px solid rgba(23,32,24,.24); font-size: 12px; font-weight: 700; }
.giv-mail ol span { color: rgba(23,32,24,.54); }
.giv-mail__body > small { display: block; max-width: 48ch; margin-top: 20px; color: rgba(23,32,24,.58); font-size: 10px; line-height: 1.5; }

.giv-donate { background: var(--green); }
.giv-donate__grid { display: grid; grid-template-columns: minmax(460px, .95fr) minmax(0, 1.05fr); gap: clamp(60px, 9vw, 130px); align-items: center; }
.giv-donate__photo { position: relative; height: 720px; margin: 0; overflow: hidden; border-radius: 24px 110px 24px 24px; background: var(--forest-deep); box-shadow: 0 30px 80px rgba(23,32,24,.2); }
.giv-donate__photo::after { content: ''; position: absolute; inset: 56% 0 0; background: linear-gradient(transparent, rgba(6,22,12,.78)); }
.giv-donate__photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% center; }
.giv-donate__photo figcaption { position: absolute; z-index: 2; left: 24px; bottom: 20px; color: white; font-size: 10px; font-weight: 820; letter-spacing: .08em; text-transform: uppercase; }
.giv-donate__copy .eyebrow { color: var(--ink); }
.giv-donate__copy h2 { max-width: 11ch; }
.giv-donate__copy > p:not(.eyebrow) { max-width: 54ch; margin: 28px 0 36px; color: rgba(23,32,24,.72); font-size: 17px; }
.giv-donate__copy dl { display: grid; grid-template-columns: 1fr 1fr; margin: 0 0 36px; border-top: 1px solid rgba(23,32,24,.25); border-left: 1px solid rgba(23,32,24,.25); }
.giv-donate__copy dl div { min-height: 126px; padding: 20px; border-right: 1px solid rgba(23,32,24,.25); border-bottom: 1px solid rgba(23,32,24,.25); }
.giv-donate__copy dt { margin-bottom: 28px; color: rgba(23,32,24,.56); font-size: 9px; font-weight: 830; letter-spacing: .09em; text-transform: uppercase; }
.giv-donate__copy dd { margin: 0; font-size: 13px; font-weight: 740; line-height: 1.4; }

.giv-events { background: var(--forest-deep); color: white; }
.giv-events__grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(500px, 1.08fr); gap: clamp(60px, 9vw, 130px); align-items: center; }
.giv-events__copy h2 { max-width: 11ch; color: white; }
.giv-events__copy h2 em { color: var(--green-bright); font-style: normal; }
.giv-events__copy > p:not(.eyebrow) { max-width: 53ch; margin: 28px 0 34px; color: rgba(255,255,255,.62); font-size: 17px; }
.giv-events__facts { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0 0 34px; border-top: 1px solid rgba(255,255,255,.17); border-left: 1px solid rgba(255,255,255,.17); }
.giv-events__facts div { min-height: 150px; padding: 20px; border-right: 1px solid rgba(255,255,255,.17); border-bottom: 1px solid rgba(255,255,255,.17); }
.giv-events__facts strong, .giv-events__facts span { display: block; }
.giv-events__facts strong { margin-bottom: 54px; color: white; font-size: 17px; }
.giv-events__facts span { color: rgba(255,255,255,.5); font-size: 11px; }
.giv-events__photo { position: relative; height: 690px; margin: 0; overflow: hidden; border-radius: 110px 24px 24px 24px; box-shadow: 0 30px 80px rgba(0,0,0,.25); }
.giv-events__photo::after { content: ''; position: absolute; inset: 60% 0 0; background: linear-gradient(transparent, rgba(5,20,11,.78)); }
.giv-events__photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.giv-events__photo figcaption { position: absolute; z-index: 2; left: 24px; bottom: 20px; color: white; font-size: 10px; font-weight: 820; letter-spacing: .08em; text-transform: uppercase; }

.giv-more { background: var(--paper-deep); }
.giv-more__grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.giv-more article { min-width: 0; min-height: 690px; display: flex; flex-direction: column; overflow: hidden; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.32); }
.giv-more__photo { position: relative; height: 245px; flex: 0 0 auto; margin: 0; overflow: hidden; background: var(--forest-deep); }
.giv-more__photo::after { content: ''; position: absolute; inset: 48% 0 0; background: linear-gradient(transparent, rgba(5,20,11,.4)); pointer-events: none; }
.giv-more__photo img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .5s ease; }
.giv-more article:hover .giv-more__photo img { transform: scale(1.025); }
.giv-more #partner .giv-more__photo img { object-position: center 42%; }
.giv-more #volunteer .giv-more__photo img { object-position: center; }
.giv-more #youth .giv-more__photo img { object-position: center; }
.giv-more__photo span { position: absolute; z-index: 2; left: 22px; bottom: 20px; display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--green); box-shadow: 0 8px 24px rgba(5,20,11,.18); font-size: 11px; font-weight: 850; }
.giv-more__body { min-width: 0; flex: 1; display: flex; flex-direction: column; padding: clamp(28px, 3.4vw, 42px); }
.giv-more h3 { max-width: 10ch; margin: 0 0 18px; font-size: clamp(30px, 3.2vw, 44px); line-height: 1; letter-spacing: -.04em; }
.giv-more__body > p { min-height: 92px; margin: 0 0 26px; font-size: 14px; }
.giv-more ul { margin: 0 0 34px; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.giv-more li { padding: 11px 0; border-bottom: 1px solid var(--line); color: var(--ink-soft); font-size: 11px; font-weight: 720; }
.giv-more .button { align-self: flex-start; margin-top: auto; }

.giv-coverage { background: var(--forest-deep); color: white; }
.giv-coverage__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .82fr); gap: clamp(60px, 9vw, 130px); align-items: center; }
.giv-coverage__copy h2 { max-width: 11ch; color: white; }
.giv-coverage__copy > p:not(.eyebrow) { max-width: 54ch; margin: 28px 0 38px; color: rgba(255,255,255,.62); font-size: 17px; }
.giv-coverage__copy ul { display: grid; grid-template-columns: 1fr 1fr; margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.17); border-left: 1px solid rgba(255,255,255,.17); list-style: none; }
.giv-coverage__copy li { min-height: 112px; padding: 20px; border-right: 1px solid rgba(255,255,255,.17); border-bottom: 1px solid rgba(255,255,255,.17); }
.giv-coverage__copy span, .giv-coverage__copy strong { display: block; }
.giv-coverage__copy span { margin-bottom: 26px; color: var(--green-bright); font-size: 12px; font-weight: 820; }
.giv-coverage__copy strong { color: rgba(255,255,255,.62); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.giv-coverage__map { min-height: 630px; aspect-ratio: 4 / 5; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 110px 20px 20px 20px; background: rgba(255,255,255,.06); }
.giv-coverage__map img { width: 100%; height: 100%; display: block; object-fit: cover; }

.giv-cta { position: relative; min-height: 650px; display: flex; align-items: flex-end; padding: 90px 0; overflow: hidden; background: var(--forest-deep); color: white; }
.giv-cta > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.giv-cta__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,20,11,.96), rgba(5,20,11,.76) 48%, rgba(5,20,11,.16)); }
.giv-cta__content { position: relative; z-index: 2; }
.giv-cta h2 { max-width: 11ch; color: white; font-size: clamp(48px, 6vw, 86px); }
.giv-cta__content > div { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }

@media (max-width: 1100px) {
  .giv-start__grid { grid-template-columns: 1.1fr .9fr; grid-template-rows: 540px 430px; }
  .giv-start-card--give { grid-row: span 2; }
  .giv-retire__grid, .giv-donate__grid, .giv-events__grid, .giv-coverage__grid { gap: 60px; }
  .giv-more article { min-height: 700px; }
}

@media (max-width: 860px) {
  .giv-hero { min-height: 820px; padding-top: 140px; }
  .giv-start__grid { grid-template-columns: 1fr 1fr; grid-template-rows: 560px 440px; }
  .giv-start-card--give { grid-column: span 2; grid-row: auto; }
  .giv-retire__grid, .giv-donate__grid, .giv-events__grid, .giv-coverage__grid { grid-template-columns: 1fr; }
  .giv-mail { max-width: 650px; width: 100%; margin: 0 auto; }
  .giv-donate__copy { order: -1; }
  .giv-donate__photo, .giv-events__photo { max-width: 650px; width: 100%; margin: 0 auto; }
  .giv-more__grid { grid-template-columns: 1fr; }
  .giv-more article { min-height: auto; display: grid; grid-template-columns: minmax(250px, .8fr) minmax(0, 1.2fr); }
  .giv-more__photo { height: 100%; min-height: 410px; }
  .giv-more__body > p { min-height: 0; }
  .giv-more .button { margin-top: 14px; }
  .giv-coverage__map { min-height: 540px; max-width: 600px; width: 100%; margin: 0 auto; }
}

@media (max-width: 620px) {
  .giv-hero { min-height: 760px; padding-bottom: 54px; }
  .giv-hero h1 { font-size: clamp(54px, 16vw, 78px); }
  .giv-hero__shade { background: linear-gradient(90deg, rgba(5,21,11,.94), rgba(5,21,11,.66)), linear-gradient(0deg, rgba(5,21,11,.86), transparent 58%); }
  .giv-hero__note { align-items: flex-start; line-height: 1.5; }
  .giv-start__grid { grid-template-columns: 1fr; grid-template-rows: none; }
  .giv-start-card, .giv-start-card--give { min-height: 440px; grid-column: auto; }
  .giv-retire__copy > ul { grid-template-columns: 1fr; }
  .giv-retire__copy > ul li { min-height: 150px; }
  .giv-retire__copy > ul span { margin-bottom: 34px; }
  .giv-mail { border-radius: 20px 20px 70px 20px; }
  .giv-mail__photo { height: 260px; }
  .giv-donate__photo, .giv-events__photo { height: 520px; border-radius: 20px 70px 20px 20px; }
  .giv-donate__copy dl { grid-template-columns: 1fr; }
  .giv-events__facts { grid-template-columns: 1fr; }
  .giv-events__facts div { min-height: 120px; }
  .giv-events__facts strong { margin-bottom: 34px; }
  .giv-more article { display: flex; }
  .giv-more__photo { height: 280px; min-height: 0; }
  .giv-more__body { padding: 30px 24px 34px; }
  .giv-coverage__copy ul { grid-template-columns: 1fr; }
  .giv-coverage__map { min-height: 440px; border-radius: 70px 16px 16px 16px; }
  .giv-cta { min-height: 580px; }
}

@media (prefers-reduced-motion: reduce) {
  .giv-start-card img, .giv-more__photo img { transition: none; }
}
