:root{--bg:#e9e9df;--surface:#f5f4ed;--surface-deep:#83896a;--ink:#20271b;--muted:#697061;--border:#cfd1c4;--accent:#4d7857;--accent-dark:#343d20;--accent-soft:#dfe7d8;--accent-bright:#67a33c;--urgent:#8d3f35}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;padding:0;background:var(--bg);color:var(--ink);font-family:Recoleta,Georgia,Times New Roman,serif}a{color:inherit;text-decoration:none}main{max-width:1080px;margin:0 auto;padding:24px 28px 72px}.siteHeader{display:flex;align-items:center;justify-content:space-between;gap:32px;background:var(--accent-dark);width:100vw;margin:-24px calc(50% - 50vw) 64px;padding:14px max(34px,calc((100vw - 1080px) / 2 + 34px)) 16px;min-height:118px}.wordmarkLink{display:inline-flex;align-items:center;width:min(525px,62vw);transform:translateX(-105px)}.wordmark{width:100%;height:auto;display:block}.groveNav{font-family:Arial,Helvetica,sans-serif;font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--bg);border-bottom:1px solid rgba(233,233,223,.65);padding-bottom:5px}.homeHero{max-width:820px;padding:34px 0 20px}.eyebrow{color:var(--accent-dark);font-family:Arial,Helvetica,sans-serif;font-weight:800;text-transform:uppercase;font-size:11px;letter-spacing:.12em}h1,h2,h3{font-family:Recoleta,Georgia,Times New Roman,serif}h1{font-size:clamp(44px,7vw,76px);line-height:.94;letter-spacing:-.045em;margin:14px 0 20px}h1,h2{font-weight:500}h2{font-size:clamp(30px,4vw,46px);line-height:1.03;letter-spacing:-.035em;margin:8px 0 12px}h3{font-size:24px;line-height:1.05;margin:12px 0 10px;font-weight:500}p{line-height:1.6;font-size:16px}.subtle{color:var(--muted)}.heroCopy{max-width:660px;font-size:19px}.groveSection,.pageSection{margin-top:74px}.sectionHeading{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(280px,.7fr);grid-gap:50px;gap:50px;align-items:end;margin-bottom:28px}.sectionHeading.compact{align-items:start}.sectionHeading>p{color:var(--muted);margin:0}.badgeRow{display:flex;gap:7px;flex-wrap:wrap}.badge{display:inline-block;font-family:Arial,Helvetica,sans-serif;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;background:var(--accent-soft);color:var(--accent-dark);border-radius:999px;padding:6px 9px}.badge.urgent{background:#f1dfda;color:var(--urgent)}.personBadge{background:#ece7d6}.frequencyBadge{background:#e5e3ed}.button{display:inline-block;margin-top:12px;background:var(--ink);color:white;padding:13px 17px;border-radius:999px;font-family:Arial,Helvetica,sans-serif;font-size:14px;font-weight:800}.button:hover{transform:translateY(-1px)}.secondaryButton{background:transparent;color:var(--ink);border:1px solid var(--ink)}.groveCard{display:grid;grid-template-columns:320px 1fr;align-items:center;background:var(--surface-deep);border-radius:28px;overflow:hidden;min-height:290px;box-shadow:0 18px 50px rgba(52,61,32,.08)}.groveCardCopy{padding:38px 44px}.groveCardCopy h3{font-size:38px;color:#f7f6ef}.groveCardCopy p{color:#e8eadf}.textLink{display:inline-block;margin-top:18px;color:white;font-family:Arial,Helvetica,sans-serif;font-size:14px;font-weight:800}.miniTree{height:100%;min-height:290px;position:relative;background:rgba(255,255,255,.08);overflow:hidden}.miniBranch,.miniTrunk{position:absolute;display:block;background:var(--accent-dark);border-radius:999px;transform-origin:bottom center}.miniTrunk{width:18px;height:145px;left:113px;bottom:0}.miniBranch{width:10px;height:100px;left:117px;bottom:90px}.miniBranchOne{transform:rotate(-46deg)}.miniBranchTwo{transform:rotate(40deg)}.miniBranchThree{transform:rotate(2deg);height:122px}.miniLeaf{position:absolute;width:38px;height:22px;border-radius:100% 0 100% 0;background:#dbe1c8;transform:rotate(-24deg)}.leaf1{left:45px;top:70px}.leaf2{left:78px;top:38px}.leaf3{left:120px;top:24px}.leaf4{left:160px;top:50px}.leaf5{left:175px;top:96px}.leaf6{left:46px;top:128px}.leaf7{left:132px;top:112px}.leaf8{left:188px;top:142px}.principleStrip{margin-top:70px;padding:34px;display:grid;grid-template-columns:190px 1fr;grid-gap:34px;gap:34px;align-items:center;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.principleStrip img{width:100%;height:auto;display:block;transform:translateX(-20px)}.familyHero{display:grid;grid-template-columns:.7fr 1.3fr;grid-gap:50px;gap:50px;align-items:center}.familyIntro{font-size:18px;max-width:680px}.familyHero>div{min-width:0}.familyHeroPhoto{width:100%;overflow:hidden;border-radius:26px}.familyHeroPhoto img{display:block;width:100%;height:auto}.familyPhotoPlaceholder{aspect-ratio:4/5;min-height:330px;border:1px dashed #a9ae9d;border-radius:26px;display:grid;place-items:center;align-content:center;grid-gap:12px;gap:12px;background:rgba(255,255,255,.3);color:var(--muted);text-align:center;font-family:Arial,Helvetica,sans-serif;font-size:12px;text-transform:uppercase;letter-spacing:.08em}.familyPhotoPlaceholder img{width:110px;opacity:.45}.contextGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px;margin-top:46px}.contextCard,.verificationCard{background:var(--surface);border:1px solid var(--border);border-radius:20px;padding:22px}.contextCard strong{display:block;font-size:21px;margin:9px 0 4px;font-weight:500}.contextCard p{margin-bottom:0;color:var(--muted)}.familyTree{position:relative;padding:36px 24px 26px;background:var(--surface);border:1px solid var(--border);border-radius:28px;overflow:hidden}.treeCanopy{position:relative;z-index:2}.treeParents{display:grid;grid-template-columns:1fr auto 1fr;grid-gap:10px;gap:10px;max-width:520px;margin:0 auto;text-align:center;align-items:center;justify-content:center}.treeParents>:first-child{justify-self:end}.treeParents>:last-child{justify-self:start}.kinConnector{color:var(--accent);font-family:Arial,Helvetica,sans-serif;font-weight:800}.treeBranchLine{width:95%;height:2px;background:#aeb9a1;margin:34px auto 0;position:relative}.treeBranchLine:before{content:"";position:absolute;width:2px;height:65px;background:#aeb9a1;left:50%;bottom:0;transform:translateY(0)}.treeChildren{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));grid-gap:12px;gap:12px;margin-top:28px}.treeBranch{position:relative;text-align:center}.treeBranch:before{content:"";position:absolute;width:2px;height:28px;background:#aeb9a1;top:-28px;left:50%}.treeFamilyUnit{grid-column:span 2}.treeCouple{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;grid-gap:8px;gap:8px}.treeCouple .memberCard{width:100%}.treeGrandchild{margin:26px auto 0;position:relative;max-width:170px}.treeGrandchild:before{content:"";position:absolute;width:2px;height:26px;background:#aeb9a1;top:-26px;left:50%}.memberCard{position:relative;background:#eef0e6;border:1px solid #ced3c4;border-radius:16px;padding:17px 14px 14px;min-height:77px;display:flex;flex-direction:column;justify-content:center}.memberNeedsIndicator{position:absolute;top:-11px;left:calc(50% - 7px);width:14px;height:20px;border-radius:50% 50% 48% 48%;background:#4c8154;transform:rotate(-35deg);box-shadow:0 0 0 1.7px rgba(255,255,255,.584),0 0 10px 4px rgba(255,255,255,.51),0 0 18px 8px rgba(70,157,83,.6);animation:needsPulse 2.4s ease-in-out infinite}.memberNeedsIndicator:before{content:"";position:absolute;width:2px;height:6px;background:var(--accent-dark);top:-4px;left:6px;border-radius:2px}@keyframes needsPulse{0%,to{transform:rotate(-35deg) scale(1);opacity:.95}50%{transform:rotate(-35deg) scale(1.12);opacity:1}}.memberCard strong{font-weight:500;font-size:16px}.memberCard small{color:var(--muted);font-family:Arial,Helvetica,sans-serif;font-size:11px;margin-top:4px}.memberAge{white-space:nowrap}.needsDrawerBackdrop{position:fixed;inset:0;z-index:1000;background:rgba(34,39,24,.28);display:flex;align-items:flex-end}.needsDrawer{position:relative;width:100%;max-height:85vh;overflow-y:auto;background:var(--surface);border-radius:24px 24px 0 0;padding:30px 24px 34px;box-shadow:0 -18px 50px rgba(52,61,32,.18)}.needsDrawerMore{margin-top:24px;border-top:1px solid var(--border);padding-top:18px}.needsDrawerMore summary{display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer;list-style:none;font-weight:600}.needsDrawerMore summary::-webkit-details-marker{display:none}.needsDrawerMore summary span{font-family:Arial,Helvetica,sans-serif;font-size:12px;color:var(--muted)}.needsDrawerMoreContent{margin-top:18px}.needsDrawerList{margin-top:26px}.needsDrawerGroup{margin-top:28px}.needsDrawerGroup:first-child{margin-top:0}.needsDrawerGroupLabel{display:block;margin-bottom:10px;font-family:Arial,Helvetica,sans-serif;font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--accent)}.needsDrawerItem{padding:18px 0;border-bottom:1px solid var(--border)}.needsDrawerItem:first-of-type{padding-top:4px}.needsDrawerItem:last-child{border-bottom:0}.needsDrawerItem strong{display:block;font-size:21px;line-height:1.2;font-weight:500}.needsDrawerItem p{margin:8px 0 0;color:var(--muted);font-size:16px;line-height:1.5}.needsDrawerWeekly{margin-top:4px;padding:20px;background:#eef0e6;border:1px solid #ced3c4;border-radius:18px}.needsDrawerWeekly>strong{display:block;font-size:20px;line-height:1.25;font-weight:500}.needsDrawerWeekly .needPriceGroup{margin-top:12px;align-items:flex-start}.needsDrawer h3{font-size:38px;line-height:1}.needsDrawerEyebrow{display:block;margin-bottom:8px;font-family:Arial,Helvetica,sans-serif;font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--accent)}.needsDrawer h3{margin:0;font-size:32px}.needsDrawerClose{position:absolute;top:18px;right:20px;border:0;background:transparent;font-size:30px;line-height:1;cursor:pointer;color:var(--text)}.needsDrawerSupport{margin-top:28px;padding:26px 20px 12px;text-align:center;border-top:1px solid var(--border)}.needsDrawerSupportLead{margin:0;font-size:22px;line-height:1.15;font-weight:600}.needsDrawerSupportText{margin:16px 0 20px;font-size:18px;line-height:1.35;color:var(--text)}.needsDrawerButton{width:100%;margin:18px auto 0;color:white;font-size:16px;text-align:center;text-transform:uppercase}.needsDrawerButton,.personSupportButton{display:block;box-sizing:border-box;padding:15px 20px;background:#5f8f68;border-radius:999px;font-family:Arial,Helvetica,sans-serif;font-weight:800;text-decoration:none}.personSupportButton{margin:18px 28px 28px;color:#fff}.needsDrawerExternalNote{display:block;margin-top:22px;color:var(--muted);font-size:14px;line-height:1.4;text-align:center}.needsDrawerReport{margin-top:18px;text-align:center}.needsDrawerPriceNote{max-width:540px;margin:10px 0 24px;color:var(--muted);font-size:14px;line-height:1.5}.treeNeedsGuide{margin-bottom:28px;padding:28px 30px;background:#d4dfcc;border-radius:24px}.treeNeedsGuide .eyebrow{color:var(--accent-dark)}.treeNeedsGuide h2{margin:8px 0 10px;color:var(--text)}.treeNeedsGuide p{margin:0;color:var(--muted)}.memberLeaf{position:absolute;top:-8px;left:calc(50% - 9px);width:18px;height:11px;background:var(--accent);border-radius:100% 0 100% 0;transform:rotate(-22deg)}.treeTrunk{width:480px;height:430px;margin:-245px auto 0;position:relative;z-index:1;opacity:.72;background:linear-gradient(90deg,#5f613e,#424729 48%,#343d20);-webkit-clip-path:polygon(42% 0,41% 25%,40% 45%,38% 62%,34% 76%,27% 87%,16% 95%,0 100%,100% 100%,84% 95%,73% 87%,66% 76%,62% 62%,60% 45%,59% 25%,58% 0);clip-path:polygon(42% 0,41% 25%,40% 45%,38% 62%,34% 76%,27% 87%,16% 95%,0 100%,100% 100%,84% 95%,73% 87%,66% 76%,62% 62%,60% 45%,59% 25%,58% 0);.treeTrunk:after,.treeTrunk:before{display:none}border-radius:0}.treeTrunk:after,.treeTrunk:before{content:"";position:absolute;bottom:82px;width:11px;height:48px;background:#424729;border-radius:999px;transform-origin:bottom center}.treeTrunk:before{left:18px;transform:rotate(-38deg)}.treeTrunk:after{right:18px;transform:rotate(38deg)}.treeCaption{text-align:center;margin:16px 0 0;font-style:italic;color:var(--accent-dark)}.needsGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.needCard{background:var(--surface);border:1px solid var(--border);border-radius:22px;padding:22px;display:flex;flex-direction:column}.needTop{display:flex;justify-content:space-between;gap:18px;align-items:flex-start}.needPrice{font-family:Arial,Helvetica,sans-serif;font-size:14px;white-space:nowrap}.priceNote{margin-top:-2px;color:var(--muted);font-size:13px;font-style:italic}.oliveProgress{margin:12px 0 2px}.oliveRow{display:flex;align-items:center;gap:4px}.olive{position:relative;display:block;flex:0 0 24px;width:24px;height:31px;border:1.5px solid var(--ink);border-radius:52% 48% 56% 44%;overflow:hidden;transform:rotate(-14deg);background:transparent}.oliveFill{position:absolute;left:0;right:0;bottom:0;background:var(--accent);transition:height .35s ease}.olivePit{position:absolute;width:7px;height:7px;border:1.5px solid var(--ink);border-radius:50%;top:4px;left:4px;background:#a5c65c;z-index:2}.progressRule{height:1px;background:#cad0c1;margin-top:7px;position:relative;overflow:hidden;border-radius:99px;max-width:276px}.progressRule span{display:block;height:100%;background:var(--accent-bright)}.progressCopy{display:flex;justify-content:space-between;gap:12px;align-items:baseline;margin-top:5px;max-width:276px;font-family:Arial,Helvetica,sans-serif}.progressCopy strong{font-size:10px}.progressCopy span{color:var(--muted);font-size:9px;text-align:right}.personSupport{padding:1.25rem 1.5rem 1.5rem;border-top:1px solid rgba(35,48,29,.12);display:flex;flex-direction:column;gap:.75rem}.microGivingOlive{display:grid;grid-template-columns:max-content 24px;align-items:center;grid-gap:8px;gap:8px;width:-moz-fit-content;width:fit-content;max-width:100%;margin-left:auto;margin-right:auto}.microGivingOlive .olive{width:24px;min-width:24px;max-width:24px;height:31px;aspect-ratio:auto;margin:0}.microGivingCopy strong{display:block;margin-bottom:.4rem;color:#343d20}.microGivingCopy{text-align:center}.personSupportButton{width:100%;margin:0;background:var(--accent);text-transform:uppercase;letter-spacing:.03em;font-size:16px}.externalSupportNote{display:block;margin-top:.15rem;font-size:.85rem;line-height:1.35;color:var(--muted);text-align:center}.storySection{background:var(--surface-deep);color:white;border-radius:28px;padding:34px}.storySection .eyebrow{color:#e5ead8}.storySection blockquote{font-size:clamp(24px,4vw,38px);line-height:1.2;margin:28px 0;max-width:830px}.storySection p{color:#f0f1e8;max-width:800px}.storySection .secondaryButton{color:white;border-color:white}.verificationGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.verificationCard p{color:var(--muted);margin-bottom:0;font-size:17px;line-height:1.45}.fundraiserSection{border-top:1px solid var(--border);padding-top:38px}.fundraiserMeta{display:flex;flex-direction:column;gap:7px;color:var(--muted)}.footerNote{margin-top:58px;padding-top:24px;border-top:1px solid var(--border);color:var(--muted);font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:1.55}.treeFallback{padding:24px;color:var(--muted)}.reportContributionTrigger{margin-top:10px;padding:0;border:0;background:transparent;font:inherit;font-size:.9rem;text-decoration:underline;text-underline-offset:3px;cursor:pointer;opacity:.72}.reportContributionTrigger:hover{opacity:1}.contributionReportPanel{width:100%;margin-top:14px;padding:18px;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:rgba(255,255,255,.035)}.contributionReportHeading{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.contributionReportHeading h4{margin:4px 0 0}.reportCloseButton{border:0;background:transparent;font-size:1.5rem;line-height:1;cursor:pointer;opacity:.65}.reportCloseButton:hover{opacity:1}.contributionReportIntro{margin:10px 0 16px;font-size:.9rem;opacity:.75}.contributionReportForm{display:flex;flex-direction:column;gap:14px}.contributionReportForm label{display:flex;flex-direction:column;gap:6px;font-size:.82rem}.contributionReportForm input,.contributionReportForm select{width:100%;box-sizing:border-box;padding:10px 12px;border:1px solid rgba(255,255,255,.16);border-radius:8px;font:inherit}.contributionAmountRow{display:grid;grid-template-columns:minmax(0,2fr) minmax(100px,1fr);grid-gap:10px;gap:10px}.contributionConsent{flex-direction:row!important;align-items:flex-start;gap:9px!important;line-height:1.4}.contributionConsent input{width:auto;margin-top:3px}.contributionSubmitButton{align-self:flex-start}.contributionReportSuccess{width:100%;margin-top:14px;padding:14px 16px;border:1px solid rgba(255,255,255,.12);border-radius:12px}.contributionReportSuccess p{margin:5px 0 0;font-size:.85rem;opacity:.75}.contributionReportError{margin:0;font-size:.82rem}.confirmationPage{max-width:760px;margin-left:auto;margin-right:auto}.confirmationList{display:flex;flex-direction:column;gap:18px;margin-top:28px}.confirmationCard{padding:26px;border:1px solid rgba(33,61,48,.14);border-radius:18px;background:rgba(255,255,255,.58)}.confirmationAmount{margin-top:8px;font-size:clamp(2rem,6vw,3rem);font-weight:600;line-height:1}.confirmationDetails{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;margin-top:24px}.confirmationDetails p{display:flex;flex-direction:column;gap:3px;margin:0}.confirmationDetails span{font-size:.76rem;text-transform:uppercase;letter-spacing:.06em;opacity:.6}.confirmationDetails strong{font-size:.95rem;line-height:1.35}.confirmationQuestion{margin-top:26px;padding-top:20px;border-top:1px solid rgba(33,61,48,.12)}.confirmationQuestion>strong{display:block;font-size:1.08rem}.confirmationQuestion p{margin:6px 0 0;font-size:.86rem;line-height:1.45;opacity:.7}.confirmationActions{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px;margin-top:18px}.confirmationActions .button{width:100%;min-height:48px;display:flex;align-items:center;justify-content:center;text-align:center}.confirmationEmpty{margin-top:28px;padding:28px;border:1px solid rgba(33,61,48,.14);border-radius:18px;text-align:center}.confirmationEmpty strong{display:block;font-size:1.15rem}.confirmationEmpty p{margin:5px 0 0;opacity:.7}@media (max-width:600px){.confirmationCard{padding:20px}.confirmationDetails{gap:14px}.confirmationActions,.confirmationDetails{grid-template-columns:1fr}.confirmationActions .button{min-height:52px}}.confirmationLanguageToggle{display:flex;align-items:center;gap:8px;margin-bottom:8px;font-family:inherit;font-size:.82rem}.confirmationLanguageToggle button{padding:0;border:0;background:transparent;color:inherit;font:inherit;cursor:pointer;opacity:.55}.confirmationLanguageToggle button:hover{opacity:.8}.confirmationLanguageToggle button.active{font-weight:700;opacity:1}.confirmationLanguageToggle span{opacity:.35}@media (max-width:600px){.contributionAmountRow{grid-template-columns:1fr}.contributionReportPanel{padding:15px}}@media (min-width:761px){.needsDrawer{top:0;right:0;bottom:0;left:auto;width:min(560px,45vw);max-height:100vh;border-radius:28px 0 0 28px;overflow-y:auto}}@media (max-width:780px){main{padding:18px 18px 54px}.siteHeader{margin-bottom:38px}.groveNav{font-size:10px}.familyHero,.sectionHeading{grid-template-columns:1fr;gap:18px}.groveCard{grid-template-columns:1fr}.miniTree{min-height:180px}.groveCardCopy{padding:28px}.principleStrip{grid-template-columns:120px 1fr;gap:22px;padding:24px 0}.homeHero h1{font-size:clamp(30px,8vw,42px)}.principleStrip img{width:112px;height:112px;transform:none;justify-self:center}.contextGrid,.needsGrid,.verificationGrid{grid-template-columns:1fr}.treeBranch:before,.treeBranchLine{display:none}.familyTree{padding-inline:14px}.progressCopy{display:block}.progressCopy span{display:block;text-align:left;margin-top:4px}}.groveTreeArt{display:flex;align-items:center;justify-content:center;padding:16px;min-height:280px;transform:none}.groveTreeImage{width:100%;max-width:290px;height:auto;object-fit:contain;display:block}.personNeedsGrid{column-count:2;column-gap:22px}.personNeedsCard{page-break-inside:avoid;break-inside:avoid;margin-bottom:22px;background:var(--surface);border:1px solid var(--border);border-radius:24px;overflow:hidden}.personNeedsHeader{padding:26px 28px 22px;border-bottom:1px solid var(--border);display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.personNeedsHeader h3{font-size:32px;margin:7px 0 0}.needCount{font-family:Arial,Helvetica,sans-serif;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);padding-top:4px;white-space:nowrap}.personNeedList{padding:0 28px}.personNeedItem{padding:28px 0 32px;border-bottom:1px solid var(--border)}.personNeedItem:last-child{border-bottom:0}.personNeedTop{display:flex;justify-content:space-between;align-items:flex-start;gap:24px}.personNeedTop h4{font-family:Recoleta,Georgia,Times New Roman,serif;font-size:23px;line-height:1.08;font-weight:500;margin:11px 0 8px}.personNeedItem>p{margin:10px 0}.personSupportButton{margin:8px 28px 28px;width:calc(100% - 56px);text-align:center}@media (max-width:760px){main{padding-top:0}.familyHero{grid-template-columns:1fr;gap:28px;align-items:start}.familyHero h1{font-size:clamp(48px,14vw,64px);line-height:.92;margin-bottom:22px}.familyIntro{font-size:17px;line-height:1.55;max-width:none}.familyHeroPhoto{width:100%;border-radius:20px}.familyHeroPhoto img{width:100%;height:auto}@media (max-width:760px){.personNeedsGrid{column-count:1}.personNeedTop{flex-direction:column;gap:8px}.personNeedsHeader{flex-direction:column;gap:6px}.siteHeader{margin:0 -18px 42px;padding:28px 12px 22px;min-height:126px;gap:18px}.wordmarkLink{width:250px;min-width:200px;transform:translateX(-22px)}.wordmark{width:250px;max-width:none}.groveNav{font-size:12px;line-height:1.1}.familyTree{padding:30px 18px 24px;border-radius:22px}.treeParents{grid-template-columns:1fr auto 1fr;gap:8px;max-width:none}.treeParents .memberCard{width:100%;text-align:center;align-items:center;justify-content:center}.memberNeedsIndicator{top:-18px}.treeBranchLine{display:none}.treeParents{position:relative}.treeParents:after{content:"";position:absolute;width:2px;height:45px;background:#aeb9a1;left:50%;bottom:-28px;transform:translateX(-50%)}.treeChildren{position:relative;grid-template-columns:1fr;gap:26px;margin-top:50px;padding-left:34px}.treeChildren:before{bottom:12px;width:2px}.treeChildren:after,.treeChildren:before{content:"";position:absolute;left:12px;top:-24px;background:#aeb9a1}.treeChildren:after{width:calc(50% - 12px);height:2px}.treeSibling{position:relative}.treeFamilyUnit{grid-column:auto}.treeSibling:not(.treeFamilyUnit)>.memberCard{width:170px;max-width:100%}.treeBranch>.memberCard{width:260px;max-width:100%;margin-left:0;margin-right:auto}.treeSibling:before{content:"";display:block;position:absolute;height:2px;background:#aeb9a1;top:35px;left:-22px;width:22px}.treeCouple{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;grid-gap:8px;gap:8px}.treeCouple .memberCard{width:100%}.treeGrandchild{width:190px;max-width:100%;margin-top:26px}.treeGrandchild .memberCard{min-height:82px;padding:10px 12px}.treeGrandchild .memberCard small{white-space:normal;line-height:1.3;text-align:center}.treeGrandchild:before{height:28px;top:-38px}.wateenBranch{position:relative}.wateenBranch:before{display:none}.treeSibling:has(.wateenBranch):after{content:"";position:absolute;left:170px;top:31px;width:calc(50% - 140px);height:43px;border-top:2px solid #aeb9a1;border-right:2px solid #aeb9a1;z-index:3;pointer-events:none}.treeChildren .memberCard,.treeGrandchild .memberCard{min-height:0;padding:6px 10px}.memberCard{min-height:70px;padding:15px 10px 12px}.memberCard strong{font-size:16px}.memberCard small{font-size:10px;line-height:1.35}.treeTrunk{width:380px;height:660px;margin:-630px auto 0;opacity:.58;-webkit-clip-path:polygon(41% 0,40.5% 25%,40% 45%,38% 62%,34% 76%,27% 87%,16% 95%,0 100%,100% 100%,84% 95%,73% 87%,66% 76%,62% 62%,60% 45%,59.5% 25%,59% 0);clip-path:polygon(41% 0,40.5% 25%,40% 45%,38% 62%,34% 76%,27% 87%,16% 95%,0 100%,100% 100%,84% 95%,73% 87%,66% 76%,62% 62%,60% 45%,59.5% 25%,59% 0);border-radius:0;transform:translateX(12px)}.treeTrunk:after,.treeTrunk:before{bottom:40px;width:8px;height:30px}.treeTrunk:before{left:12px}.treeTrunk:after{right:12px}.treeTrunk:after,.treeTrunk:before{display:none}.treeCaption{font-size:15px;line-height:1.4;margin-top:14px}}.oliveRow{gap:3px}.olive{flex:1 1;width:auto;max-width:24px;min-width:18px;height:auto;aspect-ratio:24/31}.progressCopy,.progressRule{max-width:100%}.verificationGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;align-items:stretch}.verificationCard{padding:14px 10px;border-radius:18px;aspect-ratio:auto;min-height:190px;overflow:visible}.verificationCard .badge{width:-moz-fit-content;width:fit-content;max-width:100%;font-size:8px;line-height:1.05;padding:5px 7px}.verificationCard h3{font-size:17px;line-height:1.05;margin:10px 0 8px}.verificationCard p{display:block;font-size:11px;line-height:1.35;margin:0;padding:0;max-height:none;overflow:visible}.verificationCard:after{display:none}}.personNeedsHeader h3{font-size:30px;margin:10px 0 0}.personNeedItem{padding:20px 0 22px}.personNeedTop h4{margin:4px 0;font-size:21px}.personNeedItem .badgeRow{margin-bottom:8px}.personNeedsPhoto{width:100%;overflow:hidden;border-bottom:1px solid var(--border)}.personNeedsPhoto img{display:block;width:100%;height:auto}.wateenNeedsPhoto img{height:420px;object-fit:cover;object-position:center 32%}.personPhotoCaption{margin:0;padding:8px 16px 9px;font-family:Arial,Helvetica,sans-serif;font-size:11px;line-height:1.35;color:var(--muted);background:var(--surface)}.needContext{color:var(--muted);font-size:14px;line-height:1.45;margin:8px 0 12px}.weeklyBreakdown{color:var(--muted);font-size:13px;margin:5px 0 0}.recurringNeed{background:#d2dcc9;margin:0 -28px;padding-left:28px;padding-right:28px}