:root{--brand: #5e963e;--brand-dark: #3f6c2a;--brand-light: #79ad58;--brand-pale: #edf6e7;--lime: #b8dc63;--charcoal: #0b0b0d;--ink: #111318;--ink-mid: #3d4451;--ink-light: #667085;--surface: #f4f1ec;--surface-warm: #f8f5f1;--border: #e7e0d8;--white: #ffffff;--font-display: "Sora", "DM Sans", system-ui, sans-serif;--font-body: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--surface);color:var(--ink);font-family:var(--font-body);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,select{font:inherit}img{display:block;max-width:100%}.skip-link{position:fixed;top:12px;left:12px;z-index:100;padding:10px 14px;border-radius:12px;background:var(--white);color:var(--ink);outline:2px solid var(--brand);transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}:focus-visible{outline:2px solid var(--brand);outline-offset:3px}.shell{width:100%;max-width:1200px;margin-inline:auto;padding-inline:24px}.narrow-shell{max-width:960px}.site-header{position:sticky;top:0;z-index:50;border-bottom:1px solid rgb(231 224 216 / .9);background:#fffdfcf2;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.header-inner{display:flex;min-height:72px;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;flex-shrink:0;align-items:center;min-height:62px;padding:3px 8px;border-radius:16px;background:var(--charcoal);box-shadow:0 10px 30px #0b0b0d24}.brand-mark{display:block;width:56px;height:56px;flex-shrink:0;border-radius:11px;background:#000}.brand-mark img{display:block;width:100%;height:100%;object-fit:contain}.desktop-nav{display:flex;flex:1;justify-content:center;gap:2px}.desktop-nav a,.text-link{padding:8px 14px;border-radius:10px;color:var(--ink-light);font-size:14px;font-weight:600;transition:color .15s ease,background .15s ease}.desktop-nav a:hover,.desktop-nav a:focus-visible,.text-link:hover,.text-link:focus-visible{background:var(--brand-pale);color:var(--brand-dark)}.header-actions{display:flex;flex-shrink:0;align-items:center;gap:3px}.header-actions form{display:inline-flex;margin:0}.button{display:inline-flex;min-height:52px;align-items:center;justify-content:center;gap:10px;padding:0 24px;border:1px solid var(--brand);border-radius:16px;background:var(--brand);color:var(--white);box-shadow:0 14px 30px #5e963e33;font-weight:750;cursor:pointer;transition:transform .15s ease,background .15s ease,border-color .15s ease}.button:hover{border-color:var(--brand-dark);background:var(--brand-dark);transform:translateY(-2px)}.button-small{min-height:44px;padding-inline:19px;border-radius:15px;font-size:14px}.button-secondary{border-color:#d9d3cc;background:var(--white);color:var(--ink);box-shadow:none}.button-secondary:hover{border-color:#5e963e80;background:var(--white);color:var(--brand-dark)}.button-light{border-color:var(--white);background:var(--white);color:var(--brand-dark)}.button-light:hover{border-color:var(--lime);background:var(--lime);color:var(--ink)}.button-ghost{border-color:#ffffff24;background:#ffffff0f;color:#ffffffd6;box-shadow:none}.button-ghost:hover{border-color:#ffffff38;background:#ffffff1c;color:var(--white)}.mobile-menu{display:none;position:relative}.mobile-menu summary{display:grid;gap:5px;min-width:44px;min-height:44px;place-content:center;border-radius:12px;cursor:pointer;list-style:none}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu summary span{width:21px;height:2px;border-radius:2px;background:var(--ink-light)}.mobile-menu nav{position:absolute;top:52px;right:0;display:grid;min-width:260px;padding:12px;border:1px solid var(--border);border-radius:18px;background:var(--white);box-shadow:0 24px 60px #11131824}.mobile-menu nav a{min-height:44px;padding:10px 13px;border-radius:11px;color:var(--ink-light);font-size:14px;font-weight:650}.mobile-menu nav a:hover{background:var(--brand-pale);color:var(--brand-dark)}.mobile-menu nav form{margin:0}.mobile-menu nav button{width:100%;min-height:44px;padding:10px 13px;border:0;border-radius:11px;background:transparent;color:var(--ink-light);cursor:pointer;font:inherit;font-size:14px;font-weight:650;text-align:left}.mobile-menu nav button:hover{background:var(--brand-pale);color:var(--brand-dark)}.hero{position:relative;isolation:isolate;overflow:hidden;min-height:calc(100svh - 72px);background:var(--charcoal);color:var(--white)}.hero-grid-pattern{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;opacity:.34;background-image:linear-gradient(rgb(255 255 255 / .045) 1px,transparent 1px),linear-gradient(90deg,rgb(255 255 255 / .045) 1px,transparent 1px);background-size:42px 42px;-webkit-mask-image:linear-gradient(to bottom,black,transparent 92%);mask-image:linear-gradient(to bottom,black,transparent 92%)}.hero-glow{position:absolute;z-index:-1;top:12%;left:-12rem;width:34rem;height:34rem;border-radius:50%;background:#5e963e29;filter:blur(110px)}.hero-grid{display:grid;min-height:calc(100svh - 72px);grid-template-columns:minmax(0,1.08fr) minmax(460px,.92fr);align-items:center;gap:42px;padding-block:72px}.hero-copy{max-width:675px}.hero-pill{display:inline-flex;align-items:center;gap:9px;padding:8px 14px;border:1px solid rgb(255 255 255 / .1);border-radius:999px;background:#ffffff0f;color:#ffffffb8;font-size:12px;font-weight:750}.hero-pill i{width:8px;height:8px;border-radius:50%;background:var(--brand-light)}.hero h1,.page-hero h1{max-width:800px;margin:30px 0 26px;font-family:var(--font-display);font-size:clamp(46px,7vw,78px);font-weight:800;letter-spacing:-.06em;line-height:.98;text-wrap:balance}.hero h1 em,.page-hero h1 em{color:var(--brand-light);font-style:normal}.hero-lead,.page-hero p{max-width:650px;color:#ffffffa3;font-size:clamp(17px,2vw,20px);line-height:1.7}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}.hero-proof{display:flex;flex-wrap:wrap;gap:14px 24px;margin-top:28px;color:#ffffff80;font-size:13px}.hero-proof span:first-letter{color:var(--brand-light)}.product-preview{position:relative;overflow:hidden;width:100%;max-width:570px;margin-inline:auto;border:1px solid rgb(255 255 255 / .1);border-radius:30px;background:#111318;box-shadow:0 38px 90px #00000061}.product-preview:before{position:absolute;top:-70px;right:-70px;bottom:-70px;left:-70px;z-index:-1;border-radius:50%;background:#5e963e2e;filter:blur(50px);content:""}.preview-topbar{display:flex;min-height:60px;align-items:center;justify-content:space-between;gap:16px;padding:0 20px;border-bottom:1px solid rgb(255 255 255 / .1)}.preview-topbar>div{display:flex;align-items:center;gap:9px}.preview-topbar>div>span{width:10px;height:10px;border-radius:50%;background:var(--brand-light)}.preview-topbar strong{color:#ffffffa6;font-size:11px;letter-spacing:.16em;text-transform:uppercase}.preview-topbar small{padding:5px 10px;border:1px solid rgb(255 255 255 / .1);border-radius:999px;color:#ffffff80;font-size:10px}.preview-body{display:grid;grid-template-columns:.86fr 1.14fr;gap:15px;padding:18px}.preview-publish{padding:20px;border-radius:23px;background:var(--surface-warm);color:var(--ink)}.preview-label{color:var(--brand-dark);font-size:9px;font-weight:850;letter-spacing:.14em;text-transform:uppercase}.preview-publish h2,.preview-primary h2{margin:12px 0 9px;font-family:var(--font-display);font-size:21px;font-weight:800;letter-spacing:-.04em;line-height:1.08}.preview-publish p{color:var(--ink-light);font-size:11px;line-height:1.55}.preview-category-list{display:grid;gap:7px;margin-top:18px}.preview-category-list span{display:flex;min-height:36px;align-items:center;gap:9px;padding:7px 9px;border:1px solid var(--border);border-radius:13px;background:var(--white);font-size:10px;font-weight:750}.preview-category-list i{color:var(--brand);font-style:normal;font-size:9px}.preview-discover{display:grid;gap:13px}.preview-primary{padding:20px;border-radius:23px;background:var(--brand);color:var(--white)}.preview-primary>span{padding:5px 9px;border-radius:999px;background:#00000021;font-size:9px;font-weight:750;text-transform:uppercase}.preview-primary h2{margin-top:34px;font-size:24px}.preview-primary>div{display:inline-flex;min-height:40px;align-items:center;gap:12px;margin-top:12px;padding:0 13px;border-radius:12px;background:var(--charcoal);font-size:10px;font-weight:750}.preview-mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:11px}.preview-mini-grid>div{min-height:112px;padding:15px;border:1px solid rgb(255 255 255 / .1);border-radius:20px;background:#ffffff0e}.preview-mini-grid b,.preview-mini-grid span{display:block}.preview-mini-grid b{color:var(--brand-light);font-size:11px}.preview-mini-grid span{margin-top:26px;color:#ffffff7a;font-size:9px;line-height:1.45}.home-experience{overflow:clip}.emotional-hero{position:relative;isolation:isolate;min-height:calc(100svh - 72px);overflow:hidden;background:#080b09;color:var(--white)}.emotional-hero-image{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-4;width:100%;height:100%;object-fit:cover;object-position:center;animation:emotional-hero-breathe 16s ease-in-out infinite alternate}.emotional-hero-shade{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-3;background:linear-gradient(90deg,#030704f7,#030704db 38%,#03070447 72%,#03070438),linear-gradient(0deg,rgb(3 7 4 / .88) 0%,transparent 45%)}.emotional-hero-shade:after{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(115deg,rgb(93 157 63 / .2),transparent 42%);content:""}.emotional-hero-orbit{position:absolute;right:-12vw;bottom:-38vw;z-index:-2;width:66vw;height:66vw;border:1px solid rgb(135 194 99 / .24);border-radius:50%;box-shadow:0 0 0 8vw #6eab4a0b,0 0 0 17vw #6eab4a07;animation:emotional-orbit 14s ease-in-out infinite alternate}.emotional-hero-inner{display:grid;min-height:calc(100svh - 72px);grid-template-columns:minmax(0,1fr) minmax(280px,.52fr);align-items:center;gap:64px;padding-block:84px 108px}.emotional-hero-copy{max-width:710px}.emotional-hero-kicker{display:inline-flex;align-items:center;gap:10px;color:#d4edc4;font-size:11px;font-weight:850;letter-spacing:.18em;text-transform:uppercase;animation:emotional-rise .7s .1s both}.emotional-hero-kicker i{width:34px;height:2px;background:var(--brand-light)}.emotional-hero h1{max-width:760px;margin:26px 0 25px;font-family:var(--font-display);font-size:clamp(52px,7.2vw,90px);font-weight:800;letter-spacing:-.065em;line-height:.94;text-wrap:balance;animation:emotional-rise .75s .18s both}.emotional-hero h1 em{color:#83b764;font-style:normal}.emotional-hero-copy>p{max-width:630px;color:#ffffffc2;font-size:clamp(18px,2vw,21px);line-height:1.65;animation:emotional-rise .75s .26s both}.emotional-hero .hero-actions{animation:emotional-rise .75s .34s both}.emotional-hero-proof{display:flex;flex-wrap:wrap;gap:14px 24px;margin-top:32px;animation:emotional-rise .75s .42s both}.emotional-hero-proof span{display:inline-flex;align-items:center;gap:8px;color:#ffffff9e;font-size:12px;font-weight:650}.emotional-hero-proof b{color:var(--brand-light);font-size:9px;letter-spacing:.12em}.emotional-hero-moment{align-self:end;justify-self:end;max-width:330px;margin-bottom:38px;padding:22px 24px;border:1px solid rgb(255 255 255 / .16);border-radius:20px;background:#080d09a3;box-shadow:0 24px 70px #00000047;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);animation:emotional-float 5s ease-in-out infinite}.emotional-hero-moment span,.emotional-hero-moment strong{display:block}.emotional-hero-moment span{color:#a5cb8d;font-size:10px;font-weight:850;letter-spacing:.13em;text-transform:uppercase}.emotional-hero-moment strong{margin-top:8px;font-family:var(--font-display);font-size:21px;letter-spacing:-.035em;line-height:1.25}.emotional-scroll-cue{position:absolute;bottom:26px;left:50%;display:inline-flex;align-items:center;gap:10px;color:#ffffff8a;font-size:9px;font-weight:800;letter-spacing:.17em;text-transform:uppercase;transform:translate(-50%)}.emotional-scroll-cue span{position:relative;width:1px;height:28px;overflow:hidden;background:#ffffff2e}.emotional-scroll-cue span:after{position:absolute;top:-100%;right:0;bottom:100%;left:0;background:var(--brand-light);content:"";animation:emotional-scroll 1.8s ease-in-out infinite}@keyframes emotional-rise{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@keyframes emotional-hero-breathe{0%{transform:scale(1.015)}to{transform:scale(1.075)}}@keyframes emotional-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes emotional-orbit{0%{transform:scale(.96);opacity:.7}to{transform:scale(1.04);opacity:1}}@keyframes emotional-scroll{0%{transform:translateY(0)}70%,to{transform:translateY(200%)}}@media(max-width:1080px){.emotional-hero-inner{grid-template-columns:1fr;align-content:center}.emotional-hero-moment{align-self:auto;justify-self:start;margin:-24px 0 24px}}@media(max-width:760px){.emotional-hero{min-height:780px}.emotional-hero-image{object-position:61% center}.emotional-hero-shade{background:linear-gradient(90deg,#030704f0,#0307048c),linear-gradient(0deg,rgb(3 7 4 / .95) 0%,transparent 62%)}.emotional-hero-inner{min-height:780px;gap:44px;padding-block:66px 100px}.emotional-hero h1{font-size:clamp(48px,14.2vw,66px)}.emotional-hero-copy>p{font-size:17px}.emotional-hero-proof{display:grid;gap:9px}.emotional-hero-moment{max-width:280px;margin:0;padding:18px 20px}}@media(prefers-reduced-motion:reduce){.emotional-hero-image,.emotional-hero-orbit,.emotional-hero-moment,.emotional-scroll-cue span:after,.emotional-hero-kicker,.emotional-hero h1,.emotional-hero-copy>p,.emotional-hero .hero-actions,.emotional-hero-proof{animation:none!important}}.principle-strip{border-bottom:1px solid var(--border);background:var(--white)}.principle-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding-block:22px}.principle-grid>div{display:flex;align-items:flex-start;gap:12px;padding:8px 4px}.principle-grid strong{flex-shrink:0;color:var(--brand-dark);font-size:20px;line-height:1}.principle-grid span{color:var(--ink-light);font-size:12px;line-height:1.55}.principle-grid b{display:block;color:var(--ink);font-size:14px}.section{padding-block:clamp(76px,9vw,112px)}.eyebrow{display:inline-flex;align-items:center;gap:10px;color:var(--brand-dark);font-size:11px;font-weight:850;letter-spacing:.18em;text-transform:uppercase}.eyebrow i{width:28px;height:2px;background:var(--brand)}.eyebrow-light{color:#c5e5b1}.eyebrow-light i{background:var(--brand-light)}.section-heading{margin-bottom:50px}.section-heading h2{margin:16px 0 0;font-family:var(--font-display);font-size:clamp(36px,5vw,60px);font-weight:800;letter-spacing:-.052em;line-height:1.02;text-wrap:balance}.split-heading{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);align-items:end;gap:56px}.split-heading>p{max-width:500px;margin-bottom:3px;color:var(--ink-light);font-size:17px;line-height:1.7}.centered-heading{max-width:780px;margin-inline:auto;text-align:center}.centered-heading .eyebrow{justify-content:center}.centered-heading>p{margin:20px auto 0;color:var(--ink-light)}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.category-card{min-height:340px;padding:28px;border:1px solid var(--border);border-radius:24px;background:var(--white);box-shadow:0 14px 38px #1113180b;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.category-card:hover{border-color:#5e963e66;box-shadow:0 20px 48px #11131812;transform:translateY(-3px)}.category-number{display:inline-flex;padding:7px 10px;border-radius:999px;background:var(--brand-pale);color:var(--brand-dark);font-size:10px;font-weight:850;letter-spacing:.1em}.category-card h3{margin:72px 0 15px;font-family:var(--font-display);font-size:27px;font-weight:800;letter-spacing:-.04em;line-height:1.05}.category-card p{color:var(--ink-light);font-size:14px;line-height:1.65}.category-examples{display:block;margin-top:24px;padding-top:17px;border-top:1px solid var(--border);color:var(--ink-mid);font-size:10px;font-weight:750;line-height:1.5;text-transform:uppercase}.audience-section{border-block:1px solid var(--border);background:var(--surface-warm)}.audience-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.audience-card{position:relative;min-height:400px;padding:34px;overflow:hidden;border:1px solid var(--border);border-radius:26px;background:var(--white);box-shadow:0 14px 38px #1113180b}.audience-card:after{position:absolute;right:-55px;bottom:-65px;width:190px;height:190px;border-radius:50%;background:var(--brand-pale);content:""}.audience-organisation{border-color:var(--brand);background:var(--brand);color:var(--white)}.audience-organisation:after{background:#b8dc6340}.audience-company:after{background:#e7f0e2}.card-kicker{color:var(--brand-dark);font-size:10px;font-weight:850;letter-spacing:.13em;text-transform:uppercase}.audience-organisation .card-kicker{color:#d9efca}.audience-card h3{max-width:320px;margin:74px 0 17px;font-family:var(--font-display);font-size:29px;font-weight:800;letter-spacing:-.04em;line-height:1.08}.audience-card p{max-width:330px;color:var(--ink-light);font-size:14px}.audience-organisation p{color:#ffffffb8}.audience-card a{position:absolute;bottom:32px;left:34px;z-index:2;display:inline-flex;gap:10px;font-size:14px;font-weight:800}.cta-panel{display:grid;grid-template-columns:1.18fr .82fr;align-items:end;gap:72px;margin-top:100px;margin-bottom:100px;padding:clamp(44px,6vw,76px);border-radius:30px;background:var(--charcoal);color:var(--white);box-shadow:0 30px 80px #11131829}.cta-panel h2{margin:18px 0 0;font-family:var(--font-display);font-size:clamp(36px,4.7vw,58px);font-weight:800;letter-spacing:-.052em;line-height:1.02}.cta-panel p{color:#ffffff9e}.cta-panel .button{margin-top:16px}.site-footer{min-height:430px;padding:46px 0 24px;background:#000;color:var(--white)}.footer-feature{display:flex;align-items:flex-end;justify-content:space-between;gap:72px;min-height:300px}.footer-identity{display:flex;align-items:flex-start;flex-direction:column;max-width:620px}.footer-logo{display:block;width:min(280px,58vw);height:178px;object-fit:cover;object-position:center}.footer-product{margin-top:24px;color:var(--brand-light);font-size:11px;font-weight:850;letter-spacing:.22em}.footer-identity strong{margin-top:10px;color:#f2f4f6;font-size:15px}.footer-identity p{max-width:540px;margin-top:16px;color:#858c96;font-size:15px;line-height:1.65}.footer-links{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:20px 32px;padding-bottom:10px}.footer-links a{color:#a8adb5;font-size:14px;font-weight:760;white-space:nowrap}.footer-links a:hover{color:var(--brand-light)}.footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:32px;padding-top:24px;border-top:1px solid #252b34;color:#626973;font-size:12px}.page-main{min-height:68vh}.page-hero{position:relative;isolation:isolate;overflow:hidden;padding:clamp(72px,9vw,112px) 0;background:var(--charcoal);color:var(--white)}.page-hero:before{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;background-image:linear-gradient(rgb(255 255 255 / .04) 1px,transparent 1px),linear-gradient(90deg,rgb(255 255 255 / .04) 1px,transparent 1px);background-size:42px 42px;-webkit-mask-image:linear-gradient(to bottom,black,transparent);mask-image:linear-gradient(to bottom,black,transparent);content:""}.page-hero:after{position:absolute;z-index:-1;right:-8rem;bottom:-13rem;width:30rem;height:30rem;border:1px solid rgb(94 150 62 / .2);border-radius:50%;box-shadow:0 0 0 4rem #5e963e09,0 0 0 9rem #5e963e05;content:""}.page-hero h1{font-size:clamp(44px,6vw,72px)}.page-hero .eyebrow{color:var(--brand-light)}.page-hero .eyebrow i{background:var(--brand-light)}.search-layout{display:grid;grid-template-columns:310px minmax(0,1fr);gap:32px;padding-top:56px;padding-bottom:112px}.filter-panel{align-self:start;display:grid;gap:23px;padding:28px;border:1px solid var(--border);border-radius:24px;background:var(--white);box-shadow:0 14px 38px #1113180b}.filter-heading{display:flex;align-items:baseline;justify-content:space-between;gap:12px;padding-bottom:15px;border-bottom:1px solid var(--border)}.filter-heading h2{margin:0;font-family:var(--font-display);font-size:20px;font-weight:800;letter-spacing:-.035em}.filter-heading span{color:var(--ink-light);font-size:12px}.filter-panel label,.filter-panel legend{display:grid;gap:8px;color:var(--ink-mid);font-size:13px;font-weight:750}.filter-panel input[type=search],.filter-panel select,.results-toolbar select{width:100%;min-height:48px;padding:0 13px;border:1px solid #d9d3cc;border-radius:14px;background:var(--white);color:var(--ink)}.filter-panel input:focus,.filter-panel select:focus,.results-toolbar select:focus{border-color:var(--brand);box-shadow:0 0 0 3px #5e963e1f;outline:none}.filter-panel fieldset{display:grid;gap:10px;padding:0;border:0}.filter-panel legend{margin-bottom:9px}.check-row{grid-template-columns:18px 1fr;align-items:center;font-weight:600!important}.check-row input{width:16px;height:16px;accent-color:var(--brand)}.results-panel{min-height:540px}.results-toolbar{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-bottom:22px;border-bottom:1px solid var(--border)}.results-toolbar>div{display:grid}.results-toolbar span{color:var(--ink-light);font-size:12px}.results-toolbar select{width:auto;min-width:175px}.empty-state{display:grid;justify-items:center;margin-top:28px;padding:82px 30px;border:1px solid var(--border);border-radius:26px;background:var(--white);text-align:center}.empty-symbol{display:grid;width:72px;height:72px;place-items:center;border-radius:24px;background:var(--brand-pale);color:var(--brand-dark);font-size:36px}.empty-state h2{margin:25px 0 9px;font-family:var(--font-display);font-size:28px;font-weight:800;letter-spacing:-.04em}.empty-state p{max-width:560px;color:var(--ink-light)}.filter-actions{display:grid;gap:10px}.filter-actions>a{color:var(--ink-light);font-size:12px;font-weight:750;text-align:center}.filter-actions>a:hover{color:var(--brand-dark)}.active-filter-summary{margin-top:20px;padding:18px;border:1px solid #d7e6ce;border-radius:17px;background:var(--brand-pale)}.active-filter-summary>div{display:flex;flex-wrap:wrap;gap:8px}.active-filter-summary>div:first-child{align-items:center;justify-content:space-between;margin-bottom:11px}.active-filter-summary strong{color:var(--brand-dark);font-size:12px}.active-filter-summary a{color:var(--brand-dark);font-size:11px;font-weight:800;text-decoration:underline;text-underline-offset:3px}.active-filter-summary span{padding:6px 9px;border:1px solid #cfe0c4;border-radius:999px;background:var(--white);color:#506048;font-size:10px;font-weight:750}.distance-honesty{margin:18px 0 0;padding:12px 14px;border:1px solid #d7e6ce;border-radius:13px;background:var(--brand-pale);color:#53624c;font-size:12px}.public-need-list{display:grid;gap:16px;margin-top:22px}.public-need-card{padding:clamp(24px,4vw,34px);border:1px solid var(--border);border-radius:24px;background:var(--white);box-shadow:0 14px 38px #1113180b}.public-need-card-meta{display:flex;flex-wrap:wrap;gap:8px}.public-need-card-meta span{padding:7px 10px;border-radius:999px;background:var(--brand-pale);color:var(--brand-dark);font-size:10px;font-weight:800;text-transform:uppercase}.public-need-card-meta span:last-child{background:var(--surface-warm);color:var(--ink-mid)}.public-need-card h2{margin:22px 0 12px;font-family:var(--font-display);font-size:clamp(25px,3vw,32px);letter-spacing:-.045em;line-height:1.08}.public-need-card h2 a:hover{color:var(--brand-dark)}.public-need-card>p{display:-webkit-box;overflow:hidden;color:var(--ink-light);-webkit-box-orient:vertical;-webkit-line-clamp:3}.public-need-card dl{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:24px 0}.public-need-card dl>div{padding:14px;border-radius:14px;background:var(--surface-warm)}.public-need-card dt{color:var(--ink-light);font-size:10px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.public-need-card dd{margin:5px 0 0;font-size:13px;font-weight:750}.public-need-card footer{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-top:18px;border-top:1px solid var(--border)}.public-need-card time{color:var(--ink-light);font-size:11px}.public-need-card .text-arrow{font-size:12px}.two-column-hero{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);align-items:end;gap:65px}.hero-note{padding:34px;border:1px solid rgb(255 255 255 / .12);border-radius:24px;background:#ffffff0f}.hero-note strong{font-family:var(--font-display);font-size:23px;font-weight:800;letter-spacing:-.035em}.hero-note p{margin:13px 0 0;color:#fff9;font-size:14px}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.steps-grid article{min-height:260px;padding:27px;border:1px solid var(--border);border-radius:23px;background:var(--white)}.steps-grid span{color:var(--brand-dark);font-size:11px;font-weight:850}.steps-grid h3{margin:58px 0 11px;font-family:var(--font-display);font-size:22px;font-weight:800;letter-spacing:-.035em}.steps-grid p{color:var(--ink-light);font-size:14px}.pricing-section{border-block:1px solid var(--border);background:var(--surface-warm)}.pricing-grid{display:grid;grid-template-columns:repeat(2,minmax(0,480px));justify-content:center;gap:20px}.pricing-grid-single{grid-template-columns:minmax(0,760px)}.price-card{position:relative;display:flex;flex-direction:column;padding:40px;border:1px solid var(--border);border-radius:26px;background:var(--white);box-shadow:0 14px 38px #1113180b}.price-card-featured{border-color:var(--brand);background:var(--brand);color:var(--white)}.plan-name{font-size:12px;font-weight:850;letter-spacing:.14em;text-transform:uppercase}.plan-badge{position:absolute;top:0;right:28px;padding:8px 12px;border-radius:0 0 12px 12px;background:var(--lime);color:var(--ink);font-size:9px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.price{display:grid;margin:35px 0 20px}.price strong{font-family:var(--font-display);font-size:46px;font-weight:800;letter-spacing:-.055em;line-height:1}.price span{color:var(--ink-light);font-size:13px}.price-card-featured .price span,.price-card-featured>p,.price-card-featured small{color:#ffffffad}.price-card>p{color:var(--ink-light)}.price-card ul{display:grid;gap:12px;min-height:170px;margin:17px 0 30px;padding:0;list-style:none}.price-card li{position:relative;padding-left:24px;font-size:14px}.price-card li:before{position:absolute;left:0;color:var(--brand);font-weight:850;content:"✓"}.price-card-featured li:before{color:var(--lime)}.price-card small{display:block;margin-top:15px;color:var(--ink-light);font-size:11px;text-align:center}.company-flow{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.company-flow article{min-height:280px;padding:32px;border:1px solid var(--border);border-radius:24px;background:var(--white)}.company-flow span{color:var(--brand-dark);font-size:11px;font-weight:850}.company-flow h2{margin:68px 0 13px;font-family:var(--font-display);font-size:30px;font-weight:800;letter-spacing:-.04em}.company-flow p{color:var(--ink-light);font-size:14px}.company-statement{display:grid;gap:9px}.company-statement span{padding:16px 19px;border:1px solid rgb(255 255 255 / .1);border-radius:16px;background:#ffffff0e;color:#ffffffc7;font-size:14px;font-weight:700}.company-statement span:before{margin-right:11px;color:var(--brand-light);content:"✓"}.values-panel{display:grid;grid-template-columns:1fr 1fr;gap:80px;padding:clamp(42px,6vw,70px);border:1px solid #dce7d5;border-radius:30px;background:var(--brand-pale)}.values-panel h2{margin:17px 0 0;font-family:var(--font-display);font-size:clamp(36px,4.5vw,54px);font-weight:800;letter-spacing:-.052em;line-height:1.03}.values-panel p{color:#4c5b45;font-size:17px}.text-arrow{display:inline-flex;gap:13px;color:var(--brand-dark);font-weight:800}.auth-page{display:grid;min-height:72vh;place-items:center;padding:90px 24px;background:radial-gradient(circle at 14% 18%,rgb(94 150 62 / .16),transparent 27rem),var(--charcoal)}.auth-card{width:min(720px,100%);padding:clamp(38px,6vw,64px);border:1px solid rgb(255 255 255 / .12);border-radius:30px;background:#fffdfcf7;box-shadow:0 34px 90px #00000057}.status-pill{display:inline-flex;padding:7px 11px;border-radius:999px;background:var(--brand-pale);color:var(--brand-dark);font-size:10px;font-weight:850;letter-spacing:.09em;text-transform:uppercase}.auth-card h1{margin:27px 0 19px;font-family:var(--font-display);font-size:clamp(32px,5vw,48px);font-weight:800;letter-spacing:-.052em;line-height:1.03}.auth-card>p{color:var(--ink-light);font-size:17px}.auth-boundary{display:flex;flex-wrap:wrap;gap:8px;margin:28px 0}.auth-boundary span{padding:8px 11px;border:1px solid var(--border);border-radius:11px;color:var(--ink-mid);font-size:12px;font-weight:750}.auth-form{display:grid;gap:16px;margin:24px 0}.auth-form label{display:grid;gap:8px;color:var(--ink-mid);font-size:13px;font-weight:750}.auth-form input{min-height:52px;padding:0 15px;border:1px solid #d9d3cc;border-radius:14px;background:var(--white);color:var(--ink);font:inherit}.auth-form input:focus{border-color:var(--brand);box-shadow:0 0 0 3px #5e963e1f;outline:none}.auth-form .button{justify-self:start;margin-top:4px}.auth-form select{min-height:52px;padding:0 15px;border:1px solid #d9d3cc;border-radius:14px;background:var(--white);color:var(--ink);font:inherit}.registration-page{align-items:start}.registration-card{width:min(860px,100%)}.registration-public-note{margin:24px 0 4px;padding:15px 17px;border:1px solid #cbe0bf;border-radius:14px;background:var(--brand-pale);color:#40533a!important;font-size:14px!important}.registration-public-note a{color:var(--brand-dark);font-weight:800}.registration-form{gap:18px}.account-type-fieldset{margin:4px 0;padding:0;border:0}.account-type-fieldset legend{margin-bottom:10px;color:var(--ink-mid);font-size:13px;font-weight:800}.account-type-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.account-type-choice{position:relative;display:grid!important;min-height:118px;align-content:center;gap:7px!important;padding:18px;border:1px solid #d9d3cc;border-radius:16px;cursor:pointer;transition:border-color .18s ease,background .18s ease,transform .18s ease}.account-type-choice:hover{transform:translateY(-2px)}.account-type-choice.active{border-color:var(--brand);background:#5e963e14;box-shadow:inset 0 0 0 1px var(--brand)}.account-type-choice input{position:absolute;width:1px;min-height:1px;opacity:0}.account-type-choice strong{color:var(--ink);font-size:17px}.account-type-choice span{color:var(--ink-light);font-size:13px;font-weight:600;line-height:1.4}.consent-row{grid-template-columns:22px 1fr!important;align-items:start;gap:10px!important;font-weight:600!important;line-height:1.45}.consent-row input{width:18px;min-height:18px;margin-top:1px;accent-color:var(--brand)}.consent-row a,.auth-switch a{color:var(--brand-dark);font-weight:800}.auth-switch{margin:22px 0 12px!important;font-size:14px!important}.form-success{padding:12px 14px;border:1px solid rgb(94 150 62 / .32);border-radius:12px;background:#5e963e14;color:#376523!important}.form-error,.form-success{width:100%;margin:12px 0;padding:12px 14px;border-radius:12px;font-size:13px!important}.form-error{border:1px solid #e7c3bd;background:#fff3f1;color:#8a3026!important}.form-success{border:1px solid #cbe0bf;background:var(--brand-pale);color:var(--brand-dark)!important}.center-action{display:flex;width:min(1180px,calc(100% - 48px));justify-content:flex-start;margin:34px auto 0}.workspace-main{min-height:78vh;background:var(--surface-warm)}.workspace-nav{border-bottom:1px solid #202126;background:var(--charcoal);color:var(--white)}.workspace-nav-inner{display:flex;min-height:58px;align-items:center;justify-content:space-between;gap:26px}.workspace-nav strong{color:var(--brand-light);font-family:var(--font-display);font-size:14px;letter-spacing:-.02em}.workspace-nav-inner>div{display:flex;gap:25px}.workspace-nav form{display:inline-flex}.workspace-nav a,.workspace-nav button{padding:0;border:0;background:transparent;color:#ffffff9e;cursor:pointer;font:inherit;font-size:13px;font-weight:750}.workspace-nav a:hover,.workspace-nav button:hover{color:var(--white)}.workspace-nav a[aria-current=page]{color:var(--white);text-decoration:underline;text-decoration-color:var(--brand-light);text-decoration-thickness:2px;text-underline-offset:8px}.workspace-hero{position:relative;overflow:hidden;padding-block:70px;background:var(--charcoal);color:var(--white)}.workspace-hero:after{position:absolute;right:-100px;bottom:-260px;width:540px;height:540px;border:1px solid rgb(94 150 62 / .24);border-radius:50%;box-shadow:0 0 0 75px #5e963e09,0 0 0 155px #5e963e05;content:""}.workspace-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:50px}.workspace-organization-identity{display:flex;align-items:center;gap:14px}.workspace-organization-logo{width:62px;height:62px;flex:0 0 62px;padding:5px;border:1px solid rgb(255 255 255 / .15);border-radius:17px;background:var(--white);object-fit:contain}.workspace-hero h1{margin:24px 0 18px;font-family:var(--font-display);font-size:clamp(42px,5vw,64px);font-weight:800;letter-spacing:-.055em;line-height:1}.workspace-hero h1 em{color:var(--brand-light);font-style:normal}.workspace-hero p{max-width:660px;margin:0;color:#ffffff9e;font-size:17px}.status-pill-dark{border:1px solid rgb(255 255 255 / .1);background:#ffffff0f;color:var(--brand-light)}.workspace-content{padding-top:34px;padding-bottom:110px}.workspace-notice{display:grid;grid-template-columns:220px 1fr;gap:28px;padding:21px 24px;border:1px solid #d7e6ce;border-radius:18px;background:var(--brand-pale)}.workspace-notice strong{color:var(--brand-dark);font-size:14px}.workspace-notice p{margin:0;color:#53624c;font-size:13px}.workspace-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:24px}.workspace-summary article{display:grid;min-height:165px;padding:24px;border:1px solid var(--border);border-radius:22px;background:var(--white);box-shadow:0 12px 30px #11131809}.workspace-summary article>span{color:var(--ink-light);font-size:12px;font-weight:750;text-transform:uppercase}.workspace-summary strong{align-self:end;font-family:var(--font-display);font-size:36px}.workspace-summary small{color:var(--ink-light)}.workspace-section{margin-top:56px}.workspace-section-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:22px}.workspace-section h2{margin:10px 0 0;font-family:var(--font-display);font-size:32px;font-weight:800;letter-spacing:-.045em}.workspace-empty{margin-top:0;padding-block:60px}.workspace-empty h3{margin:22px 0 8px;font-family:var(--font-display);font-size:26px;letter-spacing:-.04em}.workspace-empty .button{margin-top:12px}.workspace-two-column{display:grid;grid-template-columns:1fr 1fr;gap:20px}.compact-section{min-height:300px;padding:32px;border:1px solid var(--border);border-radius:24px;background:var(--white)}.simple-empty{margin-top:38px;padding-top:25px;border-top:1px solid var(--border)}.simple-empty p{color:var(--ink-light);font-size:14px}.wizard-page{padding-bottom:110px}.wizard-intro{display:flex;align-items:center;justify-content:space-between;gap:35px;padding-top:44px;padding-bottom:28px}.wizard-intro p{max-width:580px;margin:0;color:var(--ink-light);font-size:14px;text-align:right}.wizard-section{max-width:1050px}.wizard-shell{display:grid;grid-template-columns:220px minmax(0,1fr);gap:24px}.wizard-progress{align-self:start;display:grid;gap:2px;margin:0;padding:18px;border:1px solid var(--border);border-radius:22px;background:var(--white);list-style:none}.wizard-progress li{display:grid;grid-template-columns:32px 1fr;align-items:center;gap:10px;min-height:49px;padding:6px 8px;border-radius:12px;color:var(--ink-light)}.wizard-progress li>span{display:grid;width:28px;height:28px;place-items:center;border:1px solid var(--border);border-radius:50%;font-size:10px;font-weight:850}.wizard-progress small{font-size:12px;font-weight:750}.wizard-progress .is-current{background:var(--brand-pale);color:var(--brand-dark)}.wizard-progress .is-current>span{border-color:var(--brand);background:var(--brand);color:var(--white)}.wizard-progress .is-done>span{border-color:#cce0c0;color:var(--brand-dark)}.wizard-card{min-height:650px;padding:clamp(28px,5vw,52px);border:1px solid var(--border);border-radius:28px;background:var(--white);box-shadow:0 18px 48px #1113180e}.wizard-heading{margin-bottom:34px}.wizard-heading>span{color:var(--brand-dark);font-size:10px;font-weight:850;letter-spacing:.14em;text-transform:uppercase}.wizard-heading h1{margin:8px 0 0;font-family:var(--font-display);font-size:clamp(34px,5vw,48px);font-weight:800;letter-spacing:-.052em}.choice-grid,.choice-row{margin:0;padding:0;border:0}.choice-grid legend,.choice-row legend{margin-bottom:18px;color:var(--ink-mid);font-weight:750}.choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.choice-grid legend{grid-column:1 / -1}.choice-grid label{display:grid;min-height:145px;align-content:end;padding:22px;border:1px solid var(--border);border-radius:19px;cursor:pointer}.choice-grid label:hover,.choice-grid label.is-selected{border-color:var(--brand);background:var(--brand-pale)}.choice-grid input,.choice-row input{position:absolute;opacity:0;pointer-events:none}.choice-grid strong{font-family:var(--font-display);font-size:21px;letter-spacing:-.035em}.choice-grid label>span{margin-top:7px;color:var(--ink-light);font-size:12px}.field-stack{display:grid;gap:16px}.field-stack>span,.field-stack>label,.form-grid label{color:var(--ink-mid);font-size:14px;font-weight:750}.field-stack>span small{color:var(--ink-light);font-weight:500}.field-stack input,.field-stack textarea,.field-stack select,.form-grid input,.form-grid select{width:100%;border:1px solid #d9d3cc;border-radius:14px;background:var(--white);color:var(--ink);font:inherit}.field-stack input,.field-stack select,.form-grid input,.form-grid select{min-height:52px;padding:0 15px}.field-stack textarea{padding:15px;resize:vertical}.field-stack input:focus,.field-stack textarea:focus,.field-stack select:focus,.form-grid input:focus,.form-grid select:focus{border-color:var(--brand);box-shadow:0 0 0 3px #5e963e1f;outline:none}.field-stack>small{color:var(--ink-light)}.choice-row{display:flex;flex-wrap:wrap;gap:9px}.choice-row legend{width:100%}.choice-row label{padding:12px 15px;border:1px solid var(--border);border-radius:13px;cursor:pointer;font-size:13px;font-weight:750}.choice-row label.is-selected{border-color:var(--brand);background:var(--brand-pale);color:var(--brand-dark)}.form-grid{display:grid;gap:14px}.form-grid-three{grid-template-columns:1.4fr .8fr .8fr}.form-grid label,.field-stack>label{display:grid;gap:8px}.wizard-actions{display:flex;justify-content:space-between;gap:15px;margin-top:38px;padding-top:24px;border-top:1px solid var(--border)}.wizard-actions button:only-child{margin-left:auto}.wizard-card button:disabled{cursor:not-allowed;filter:grayscale(.4);opacity:.45}.need-preview-card{padding:30px;border:1px solid #d8e6cf;border-radius:22px;background:var(--brand-pale)}.need-preview-meta{display:flex;justify-content:space-between;gap:20px;color:var(--brand-dark);font-size:10px;font-weight:850;letter-spacing:.09em;text-transform:uppercase}.need-preview-card h2{margin:44px 0 16px;font-family:var(--font-display);font-size:32px;letter-spacing:-.045em}.need-preview-card>p{color:#4f5f48;white-space:pre-wrap}.need-preview-card dl{display:grid;gap:12px;margin-top:26px}.need-preview-card dl>div{display:grid;grid-template-columns:155px 1fr;gap:20px;padding-top:12px;border-top:1px solid #ccdec1}.need-preview-card dt{color:var(--brand-dark);font-size:11px;font-weight:850;text-transform:uppercase}.need-preview-card dd{margin:0;color:#46533f;white-space:pre-wrap}.publish-confirmation{display:grid;justify-items:start}.publish-confirmation h2{margin:24px 0 7px;font-family:var(--font-display);font-size:32px;letter-spacing:-.045em}.publish-confirmation>p{max-width:650px;color:var(--ink-light)}.confirm-row{display:grid;grid-template-columns:20px 1fr;gap:12px;margin:24px 0;padding:18px;border:1px solid var(--border);border-radius:16px;background:var(--surface-warm);font-size:13px}.confirm-row input{width:18px;height:18px;accent-color:var(--brand)}.supporter-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.preference-card{min-height:410px;padding:clamp(34px,5vw,54px);border:1px solid var(--border);border-radius:28px;background:var(--white)}.preference-card h2{margin:60px 0 16px;font-family:var(--font-display);font-size:40px;letter-spacing:-.05em}.preference-card p{color:var(--ink-light)}.preference-card-green{background:var(--brand);color:var(--white)}.preference-card-green p{color:#ffffffb3}.interest-pills{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px}.interest-pills span{padding:10px 13px;border:1px solid #dce8d5;border-radius:999px;background:var(--brand-pale);color:var(--brand-dark);font-size:12px;font-weight:750}.workspace-page-heading{display:flex;align-items:end;justify-content:space-between;gap:45px;padding-top:62px;padding-bottom:34px}.workspace-page-heading h1{margin:13px 0 10px;font-family:var(--font-display);font-size:clamp(40px,5vw,60px);font-weight:800;letter-spacing:-.055em;line-height:1}.workspace-page-heading p{max-width:650px;margin:0;color:var(--ink-light)}.workspace-list-area{padding-bottom:110px}.status-legend{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px}.status-legend span{padding:8px 11px;border:1px solid var(--border);border-radius:999px;background:var(--white);color:var(--ink-mid);font-size:11px;font-weight:750}.workspace-need-list{display:grid;gap:13px}.workspace-need-list article{display:grid;grid-template-columns:minmax(120px,.25fr) minmax(0,1fr) auto;align-items:center;gap:24px;padding:22px 24px;border:1px solid var(--border);border-radius:18px;background:var(--white);box-shadow:0 10px 24px #11131808}.workspace-need-list article>div{display:flex;flex-wrap:wrap;gap:7px}.workspace-need-list article span,.workspace-need-list article small{padding:6px 9px;border-radius:999px;background:var(--brand-pale);color:var(--brand-dark);font-size:10px;font-weight:800;text-transform:uppercase}.workspace-need-list article small{background:var(--surface-warm);color:var(--ink-light)}.workspace-need-list h2{margin:0;font-family:var(--font-display);font-size:21px;letter-spacing:-.035em}.workspace-need-list time{color:var(--ink-light);font-size:12px}.workspace-need-title{display:grid!important;gap:5px!important}.workspace-need-title time{padding:0;background:transparent;text-transform:none}.need-management-layout{display:grid;grid-template-columns:minmax(280px,.34fr) minmax(0,.66fr);gap:24px;padding-bottom:110px}.need-lifecycle-card,.need-read-card,.need-content-form,.plan-workspace-card{padding:30px;border:1px solid var(--border);border-radius:24px;background:var(--white);box-shadow:0 14px 34px #1113180a}.need-lifecycle-card h2,.need-read-card h2,.plan-workspace-card h2{margin:14px 0 9px;font-family:var(--font-display);font-size:30px;letter-spacing:-.045em}.need-lifecycle-card p,.plan-workspace-card p{color:var(--ink-light)}.need-lifecycle-actions{display:grid;gap:10px;margin-top:28px}.danger-link{padding:10px;border:0;background:transparent;color:#8b352e;cursor:pointer;font:inherit;font-size:12px;font-weight:800;text-decoration:underline}.need-read-card dl{display:grid;gap:0;margin:26px 0}.need-read-card dl div,.plan-workspace-card dl div{display:grid;grid-template-columns:150px 1fr;gap:20px;padding:15px 0;border-top:1px solid var(--border)}.need-read-card dt,.plan-workspace-card dt{color:var(--ink-light);font-size:12px;font-weight:750}.need-read-card dd,.plan-workspace-card dd{margin:0;white-space:pre-wrap}.need-content-form{max-width:900px;margin-inline:auto}.need-content-form fieldset{padding:0;border:0}.need-content-form legend{margin-bottom:22px;font-family:var(--font-display);font-size:28px;font-weight:800}.publish-action-row{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.recommendation-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.recommendation-grid article,.own-request-list article,.notification-list article{padding:26px;border:1px solid var(--border);border-radius:21px;background:var(--white);box-shadow:0 12px 28px #11131809}.recommendation-grid article>span{color:var(--brand-dark);font-size:10px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.recommendation-grid h2,.own-request-list h2,.notification-list h2{margin:17px 0 9px;font-family:var(--font-display);font-size:24px;letter-spacing:-.04em}.recommendation-grid p,.own-request-list p,.notification-list p{color:var(--ink-light)}.own-request-list,.notification-list{display:grid;gap:14px}.own-request-list header,.notification-list header,.notification-list footer{display:flex;align-items:center;justify-content:space-between;gap:18px}.own-request-list time,.notification-list time{color:var(--ink-light);font-size:11px}.notification-list article.is-unread{border-color:#5e963e73;box-shadow:0 15px 38px #5e963e14}.notification-list footer{margin-top:22px;padding-top:18px;border-top:1px solid var(--border)}.notification-actions{display:flex;gap:12px}.notification-actions button{padding:0;border:0;background:transparent;color:var(--ink-light);cursor:pointer;font:inherit;font-size:11px;font-weight:750;text-decoration:underline}.organization-profile-hero{display:grid;grid-template-columns:150px minmax(0,1fr);align-items:center;gap:40px}.organization-profile-mark{display:grid;width:150px;aspect-ratio:1;place-items:center;overflow:hidden;border:1px solid var(--border);border-radius:28px;background:var(--white)}.organization-profile-mark img{width:100%;height:100%;object-fit:contain}.organization-profile-mark span{color:var(--brand);font-size:54px}.organization-public-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.6fr);gap:50px}.organization-public-layout h2{margin:16px 0;font-family:var(--font-display);font-size:clamp(34px,4vw,52px);letter-spacing:-.05em}.organization-public-layout article>p{color:var(--ink-light);font-size:17px;line-height:1.75;white-space:pre-wrap}.public-profile-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;align-content:start}.public-profile-gallery img{width:100%;aspect-ratio:4 / 3;border-radius:18px;object-fit:cover}.public-profile-tags{margin-top:28px}.public-profile-tags h3{margin-bottom:12px;font-size:13px}.public-profile-tags div{display:flex;flex-wrap:wrap;gap:8px}.public-profile-tags span{padding:8px 11px;border-radius:999px;background:var(--brand-pale);color:var(--brand-dark);font-size:11px;font-weight:750}.organization-public-links{display:flex;flex-wrap:wrap;align-items:center;gap:14px;margin-top:30px}.organization-public-links>a:not(.button){color:var(--brand-dark);font-size:12px;font-weight:800;text-transform:capitalize}.organization-need-cta{margin-bottom:100px}.supporter-account-panel{margin-top:0;margin-bottom:100px}.statistics-summary{margin-top:0}.statistics-status-grid{margin:44px 0 28px}.statistics-status-grid h2{font-family:var(--font-display);font-size:30px;letter-spacing:-.04em}.statistics-status-grid>div{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}.statistics-status-grid article{display:grid;gap:18px;padding:20px;border:1px solid var(--border);border-radius:17px;background:var(--white)}.statistics-status-grid span{color:var(--ink-light);font-size:11px}.statistics-status-grid strong{font-family:var(--font-display);font-size:28px}.plan-workspace-card{display:grid;grid-template-columns:.7fr 1fr;gap:34px;margin-bottom:24px}.plan-workspace-card>p,.plan-workspace-card>a{grid-column:1 / -1}.legal-card{display:grid;max-width:880px;gap:34px;margin-top:60px;margin-bottom:100px;padding:clamp(30px,5vw,54px);border:1px solid var(--border);border-radius:26px;background:var(--white);box-shadow:0 20px 56px #1113180f}.legal-card h2{margin:0 0 11px;font-family:var(--font-display);font-size:21px;letter-spacing:-.03em}.legal-card p{margin:8px 0 0;color:var(--ink-mid);font-size:14px;line-height:1.75}.legal-card a{color:var(--brand-dark);text-decoration:underline}.profile-editor{display:grid;gap:20px;padding-bottom:110px}.profile-panel{padding:clamp(28px,4vw,44px);border:1px solid var(--border);border-radius:26px;background:var(--white);box-shadow:0 14px 38px #1113180a}.profile-panel>header{display:grid;grid-template-columns:1fr minmax(240px,.65fr);gap:35px;margin-bottom:30px;padding-bottom:24px;border-bottom:1px solid var(--border)}.profile-panel header span{color:var(--brand-dark);font-size:10px;font-weight:850;letter-spacing:.14em;text-transform:uppercase}.profile-panel header h2{margin:7px 0 0;font-family:var(--font-display);font-size:30px;letter-spacing:-.045em}.profile-panel header p{margin:0;color:var(--ink-light);font-size:13px}.profile-panel fieldset,.supporter-preferences-form fieldset{margin:0;padding:0;border:0}.profile-panel fieldset:disabled{opacity:.72}.profile-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.profile-form-grid label{display:grid;gap:8px;color:var(--ink-mid);font-size:13px;font-weight:750}.profile-form-grid input,.profile-form-grid textarea,.profile-form-grid select{width:100%;border:1px solid #d9d3cc;border-radius:14px;background:var(--surface-warm);color:var(--ink);font:inherit}.profile-form-grid input,.profile-form-grid select{min-height:50px;padding:0 14px}.profile-form-grid input[type=file]{padding:11px 14px}.profile-form-grid textarea{padding:14px;resize:vertical}.profile-wide{grid-column:1 / -1}.profile-panel-plus{border-color:#d5e5cb}.profile-panel-private{border-color:#d8dce3;background:#f9fafb}.profile-panel-private header span{color:#4b5565}.profile-actions{display:flex;align-items:center;justify-content:flex-end;gap:22px;padding:8px 3px 0}.profile-actions p{margin:0;color:var(--ink-light);font-size:12px}.profile-actions button:disabled{cursor:not-allowed;filter:grayscale(.45);opacity:.5}.profile-form-grid label>small{color:var(--ink-light);font-size:10px;font-weight:550}.profile-form-grid input[readonly]{color:var(--ink-light);cursor:not-allowed}.profile-publish{grid-template-columns:20px 1fr;align-items:center}.profile-publish input{width:18px;min-height:18px;margin:0}.profile-asset-preview{display:flex;align-items:center;gap:18px;padding:16px;border:1px solid var(--border);border-radius:16px;background:var(--surface-warm)}.profile-asset-preview img{width:90px;height:90px;border-radius:14px;background:var(--white);object-fit:contain}.profile-asset-preview>div{display:grid;justify-items:start;gap:10px}.profile-asset-preview button,.profile-gallery-editor button{border:0;background:transparent;color:#8b352e;cursor:pointer;font:inherit;font-size:11px;font-weight:750;text-decoration:underline}.profile-gallery-editor{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.profile-gallery-editor figure{display:grid;gap:7px;margin:0;padding:8px;border:1px solid var(--border);border-radius:14px;background:var(--surface-warm)}.profile-gallery-editor img{width:100%;aspect-ratio:4 / 3;border-radius:9px;object-fit:cover}.profile-actions .form-error,.profile-actions .form-success{margin:0}.simple-empty .text-arrow{margin-top:14px;font-size:13px}.supporter-preferences-form{display:grid;gap:30px;padding:40px;border:1px solid var(--border);border-radius:28px;background:var(--white)}.supporter-preferences-form>fieldset{padding-bottom:30px;border-bottom:1px solid var(--border)}.supporter-preferences-form legend{margin-bottom:18px;font-family:var(--font-display);font-size:24px;font-weight:800;letter-spacing:-.04em}.preference-choice-grid label{min-height:120px}.supporter-preferences-page{padding-bottom:110px}.need-detail-hero{padding-block:70px;background:var(--charcoal);color:var(--white)}.need-detail-hero-inner{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);align-items:end;gap:60px}.need-detail-meta{display:flex;flex-wrap:wrap;gap:8px}.need-detail-meta span{padding:7px 10px;border:1px solid rgb(255 255 255 / .11);border-radius:999px;background:#ffffff0e;color:var(--brand-light);font-size:10px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.need-detail-hero h1{max-width:790px;margin:24px 0 17px;font-family:var(--font-display);font-size:clamp(44px,6vw,70px);font-weight:800;letter-spacing:-.058em;line-height:1}.need-detail-hero p{color:#ffffff80}.need-organization-mark{display:flex;align-items:center;gap:16px;padding:20px;border:1px solid rgb(255 255 255 / .11);border-radius:20px;background:#ffffff0e}.need-organization-mark>img,.need-organization-mark>span{display:grid;width:60px;height:60px;flex:0 0 60px;place-items:center;border-radius:16px;background:var(--white);color:var(--brand-dark);object-fit:contain}.need-organization-mark div{display:grid}.need-organization-mark small{color:#ffffff7a}.need-organization-mark strong{font-family:var(--font-display);font-size:18px}.need-detail-layout{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(330px,.8fr);align-items:start;gap:28px;padding-top:54px;padding-bottom:110px}.need-detail-content{display:grid;gap:42px;padding:clamp(28px,5vw,50px);border:1px solid var(--border);border-radius:27px;background:var(--white)}.need-detail-content h2{margin:12px 0 16px;font-family:var(--font-display);font-size:32px;letter-spacing:-.045em}.need-detail-content p{color:var(--ink-mid);white-space:pre-wrap}.need-facts{display:grid;gap:0;margin:0;border-block:1px solid var(--border)}.need-facts>div{display:grid;grid-template-columns:200px 1fr;gap:24px;padding-block:18px;border-bottom:1px solid var(--border)}.need-facts>div:last-child{border-bottom:0}.need-facts dt{color:var(--ink-light);font-size:11px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.need-facts dd{margin:0;color:var(--ink);font-weight:700}.organization-summary{padding:28px;border-radius:20px;background:var(--brand-pale)}.contact-panel{position:sticky;top:96px;padding:32px;border:1px solid var(--border);border-radius:25px;background:var(--white);box-shadow:0 18px 48px #11131812}.contact-panel-plus{border-color:var(--brand)}.contact-kicker{color:var(--brand-dark);font-size:10px;font-weight:850;letter-spacing:.13em;text-transform:uppercase}.contact-panel h2{margin:12px 0 10px;font-family:var(--font-display);font-size:28px;letter-spacing:-.045em}.contact-panel>p{color:var(--ink-light);font-size:13px}.contact-panel-free>.button{width:100%;margin-top:22px}.contact-attempt{margin-top:22px}.contact-attempt summary{display:flex;min-height:50px;align-items:center;justify-content:center;padding:0 18px;border-radius:14px;background:var(--brand);color:var(--white);cursor:pointer;font-size:13px;font-weight:800;list-style:none}.contact-attempt summary::-webkit-details-marker{display:none}.contact-attempt[open] summary{border-radius:14px 14px 0 0}.contact-attempt>div{padding:20px;border:1px solid #d7e6ce;border-top:0;border-radius:0 0 14px 14px;background:var(--brand-pale)}.contact-attempt strong{color:var(--brand-dark);font-size:13px}.contact-attempt p{color:#53624c;font-size:12px}.contact-attempt small{color:#6c7866}.contact-attempt-result{margin-top:22px;padding:20px;border:1px solid #d7e6ce;border-radius:14px;background:var(--brand-pale)}.contact-attempt-result strong{color:var(--brand-dark);font-size:13px}.contact-attempt-result p,.contact-attempt-result small{color:#53624c;font-size:12px}.contact-form{display:grid;gap:18px;margin-top:24px}.contact-form fieldset{display:grid;gap:13px;margin:0;padding:0;border:0}.contact-form label{display:grid;gap:7px;color:var(--ink-mid);font-size:12px;font-weight:750}.contact-form input,.contact-form textarea,.contact-form select{width:100%;border:1px solid #d9d3cc;border-radius:12px;background:var(--surface-warm);font:inherit}.contact-form input,.contact-form select{min-height:44px;padding:0 12px}.contact-form textarea{padding:12px;resize:vertical}.contact-form .privacy-check{grid-template-columns:18px 1fr;align-items:start}.contact-form .privacy-check input{min-height:0;margin-top:2px}.contact-form button:disabled{cursor:not-allowed;opacity:.5}.contact-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.form-success,.form-error{margin:18px 0 0;padding:13px 15px;border-radius:12px;font-size:12px;font-weight:700}.form-success{border:1px solid #cfe2c4;background:var(--brand-pale);color:var(--brand-dark)}.success-report-form{margin-top:28px;padding:24px;border:1px solid var(--line);border-radius:20px;background:#f8faf7}.success-report-form>p{color:var(--muted)}.success-report-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:18px 0}.success-report-grid label{display:grid;gap:7px;font-size:13px;font-weight:700}.success-report-wide{grid-column:1 / -1}.success-report-form input,.success-report-form select,.success-report-form textarea{width:100%;padding:12px;border:1px solid var(--line);border-radius:10px;background:#fff;font:inherit}.admin-summary{grid-template-columns:repeat(5,minmax(0,1fr))}.admin-review-list{display:grid;gap:16px}.admin-review-list article{padding:22px;border:1px solid var(--line);border-radius:18px}.admin-review-list p{white-space:pre-wrap}.admin-review-meta,.admin-review-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.admin-review-meta span{padding:7px 10px;border-radius:999px;background:var(--brand-pale);font-size:12px}.admin-review-actions button{padding:10px 14px;border:1px solid var(--line);border-radius:10px;background:#fff;font-weight:700;cursor:pointer}@media(max-width:760px){.success-report-grid{grid-template-columns:1fr}.success-report-wide{grid-column:auto}.admin-summary{grid-template-columns:repeat(2,minmax(0,1fr))}}.form-error{border:1px solid #ead2cf;background:#fff6f4;color:#8b352e}.contact-summary{grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:18px}.contact-request-list{display:grid;gap:14px}.contact-request-list article{padding:clamp(24px,4vw,34px);border:1px solid var(--border);border-radius:22px;background:var(--white);box-shadow:0 12px 30px #1113180a}.contact-request-list header{display:flex;align-items:center;justify-content:space-between;gap:24px}.contact-request-list header>div{display:flex;flex-wrap:wrap;align-items:center;gap:9px}.contact-request-list header small,.contact-request-list time{color:var(--ink-light);font-size:11px}.contact-request-list h2{margin:19px 0 5px;font-family:var(--font-display);font-size:25px;letter-spacing:-.04em}.request-status{padding:7px 10px;border-radius:999px;background:var(--brand-pale);color:var(--brand-dark);font-size:10px;font-weight:850;letter-spacing:.05em;text-transform:uppercase}.request-status-read,.request-status-answered,.request-status-closed{background:var(--surface-warm);color:var(--ink-mid)}.contact-request-origin{margin:0;color:var(--ink-light);font-size:12px}.contact-request-origin a{color:var(--brand-dark)}.contact-request-message{margin:22px 0 0;padding-top:20px;border-top:1px solid var(--border);color:var(--ink-mid);white-space:pre-wrap}.contact-status-control{display:flex;flex-wrap:wrap;align-items:end;gap:10px;margin-top:22px;padding-top:18px;border-top:1px solid var(--border)}.contact-status-control label{display:grid;gap:5px;color:var(--ink-light);font-size:10px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.contact-status-control select{min-height:40px;padding:0 34px 0 11px;border:1px solid #d9d3cc;border-radius:10px;background:var(--surface-warm);color:var(--ink);font:inherit;font-size:12px}.contact-status-control button{min-height:40px;padding:0 14px;border:0;border-radius:10px;background:var(--brand);color:var(--white);cursor:pointer;font:inherit;font-size:11px;font-weight:800}.contact-status-control button:disabled{cursor:not-allowed;opacity:.45}.contact-status-control small{align-self:center;color:#8b352e}.not-found-page{display:grid;min-height:72vh;place-items:center;padding:80px 24px;background:var(--surface-warm)}.not-found-page .auth-card{box-shadow:0 24px 70px #1113181f}.not-found-page .button{margin-top:18px}.error-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.error-actions .button{margin-top:0}.registration-type-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:22px 0}.registration-type-grid button{display:grid;gap:5px;padding:18px;border:1px solid var(--border);border-radius:16px;background:var(--white);color:var(--ink);cursor:pointer;text-align:left}.registration-type-grid button.is-selected{border-color:var(--brand);background:var(--brand-pale);box-shadow:0 0 0 2px #578f3d1f}.registration-type-grid span{color:var(--ink-light);font-size:12px}.registration-plan-choice{display:grid;gap:10px;margin:0;padding:0;border:0}.registration-plan-choice legend{margin-bottom:7px;font-weight:800}.registration-plan-choice>label{display:flex;align-items:flex-start;gap:11px;padding:15px;border:1px solid var(--border);border-radius:14px}.registration-plan-choice>label.is-selected{border-color:var(--brand);background:var(--brand-pale)}.registration-plan-choice input{width:auto;margin-top:4px}.registration-plan-choice span{display:grid;gap:3px;color:var(--ink-mid);font-size:12px}.registration-plan-choice strong{color:var(--ink);font-size:14px}.company-match-list{display:grid;gap:14px}.company-match-list>article{display:grid;grid-template-columns:90px 1fr auto;align-items:center;gap:22px;padding:24px;border:1px solid var(--border);border-radius:20px;background:var(--white)}.company-match-list h3{margin:5px 0 8px;font-family:var(--font-display);font-size:24px}.company-match-list p{display:-webkit-box;overflow:hidden;margin:0 0 8px;color:var(--ink-mid);-webkit-box-orient:vertical;-webkit-line-clamp:2}.match-score{display:grid;width:74px;height:74px;align-content:center;justify-items:center;border-radius:50%;background:var(--brand-pale);color:var(--brand-dark)}.match-score strong{font-family:var(--font-display);font-size:28px;line-height:1}.match-score span{font-size:9px;font-weight:800;text-transform:uppercase}.company-profile-section{margin-top:28px}.company-check-grid{display:flex;flex-wrap:wrap;gap:10px}.company-check-grid label{display:flex;align-items:center;gap:7px;padding:9px 11px;border:1px solid var(--border);border-radius:999px;background:var(--surface-warm)}.company-check-grid input{width:auto}.match-detail{max-width:880px;margin-inline:auto}.match-detail-heading{display:grid;grid-template-columns:90px 1fr;align-items:center;gap:22px;margin:28px 0}.match-detail-heading h2{margin:5px 0;font-family:var(--font-display);font-size:clamp(30px,5vw,50px)}.company-contact-form{margin-top:32px;padding-top:28px;border-top:1px solid var(--border)}@media(max-width:1080px){.desktop-nav{display:none}.mobile-menu{display:block}.hero-grid{grid-template-columns:1fr;padding-block:72px}.hero-copy{max-width:760px}.product-preview{max-width:650px}.category-grid{grid-template-columns:repeat(2,1fr)}.audience-grid{grid-template-columns:1fr}.audience-card{min-height:330px}.steps-grid{grid-template-columns:repeat(2,1fr)}.wizard-shell{grid-template-columns:1fr}.wizard-progress{grid-template-columns:repeat(8,1fr)}.wizard-progress li{grid-template-columns:1fr;justify-items:center;min-height:62px;padding:4px}.wizard-progress small{display:none}.need-detail-layout{grid-template-columns:1fr}.contact-panel{position:static}.statistics-status-grid>div{grid-template-columns:repeat(3,1fr)}.organization-public-layout{grid-template-columns:1fr}}@media(max-width:760px){.account-type-grid{grid-template-columns:1fr}.registration-type-grid,.company-match-list>article,.match-detail-heading{grid-template-columns:1fr}.account-type-choice{min-height:90px}.shell{padding-inline:16px}.header-inner{min-height:68px;gap:10px}.brand{min-height:54px;padding:3px 7px}.brand-mark{width:48px;height:48px}.desktop-only,.header-actions .button{display:none}.hero{min-height:auto}.hero-grid{min-height:auto;padding-block:62px}.hero h1,.page-hero h1{font-size:clamp(42px,13vw,60px)}.preview-body{grid-template-columns:1fr}.principle-grid{grid-template-columns:1fr 1fr;gap:8px}.split-heading,.two-column-hero,.values-panel{grid-template-columns:1fr;gap:28px}.category-grid{grid-template-columns:1fr}.category-card{min-height:290px}.category-card h3{margin-top:50px}.cta-panel{grid-template-columns:1fr;gap:28px;margin-top:65px;margin-bottom:65px;padding:38px 25px;border-radius:24px}.footer-feature{align-items:flex-start;flex-direction:column;gap:36px;min-height:auto}.footer-links{justify-content:flex-start;padding-bottom:0}.footer-bottom{flex-direction:column}.search-layout{grid-template-columns:1fr}.filter-panel{order:1}.results-panel{order:2}.results-toolbar{align-items:flex-start;flex-direction:column}.steps-grid,.pricing-grid,.company-flow{grid-template-columns:1fr}.price-card{padding:34px 25px}.values-panel{padding:42px 26px}.workspace-nav-inner,.workspace-hero-grid,.wizard-intro{align-items:flex-start;flex-direction:column}.workspace-nav-inner{padding-block:12px}.workspace-nav-inner>div{width:100%;gap:15px;overflow-x:auto}.workspace-hero-grid{display:flex}.workspace-notice{grid-template-columns:1fr;gap:7px}.workspace-summary,.workspace-two-column,.supporter-grid,.contact-summary{grid-template-columns:1fr}.contact-request-list header{align-items:flex-start;flex-direction:column;gap:10px}.wizard-intro p{text-align:left}.wizard-card{min-height:610px;padding:28px 20px;border-radius:22px}.choice-grid,.form-grid-three{grid-template-columns:1fr}.need-preview-card{padding:22px}.need-preview-card dl>div{grid-template-columns:1fr;gap:4px}.center-action{width:calc(100% - 32px)}.workspace-page-heading,.profile-panel>header,.profile-actions{align-items:flex-start;flex-direction:column}.workspace-page-heading,.profile-panel>header{display:flex}.profile-form-grid,.need-detail-hero-inner{grid-template-columns:1fr}.profile-gallery-editor{grid-template-columns:repeat(2,1fr)}.public-need-card dl{grid-template-columns:1fr}.public-need-card footer{align-items:flex-start;flex-direction:column}.workspace-need-list article{grid-template-columns:1fr;gap:12px}.profile-wide{grid-column:auto}.supporter-preferences-form{padding:27px 20px}.need-detail-layout{padding-top:22px}.need-detail-content{padding:27px 20px}.need-facts>div{grid-template-columns:1fr;gap:5px}.need-management-layout,.recommendation-grid,.plan-workspace-card{grid-template-columns:1fr}.need-read-card dl div,.plan-workspace-card dl div{grid-template-columns:1fr;gap:5px}.organization-profile-hero{grid-template-columns:1fr}.organization-profile-mark{width:112px}.statistics-status-grid>div{grid-template-columns:repeat(2,1fr)}.notification-list header,.notification-list footer,.own-request-list header{align-items:flex-start;flex-direction:column}.notification-actions{flex-wrap:wrap}}@media(max-width:480px){.principle-grid,.preview-mini-grid{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}.motion-ready [data-reveal]{opacity:0;transform:translateY(42px);transition:opacity .78s cubic-bezier(.2,.8,.2,1),transform .78s cubic-bezier(.2,.8,.2,1)}.motion-ready [data-reveal].is-visible{opacity:1;transform:translateY(0)}.emotion-ticker{overflow:hidden;border-block:1px solid #1c271e;background:#0b100c;color:#e9f2e4}.emotion-ticker>div{display:flex;width:max-content;align-items:center;gap:38px;padding-block:18px;animation:emotional-marquee 26s linear infinite}.emotion-ticker span{font-family:var(--font-display);font-size:14px;font-weight:750;letter-spacing:.12em;text-transform:uppercase}.emotion-ticker i{color:var(--brand-light);font-size:11px;font-style:normal}@keyframes emotional-marquee{to{transform:translate(-50%)}}.emotional-intro{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.68fr);align-items:start;gap:clamp(60px,9vw,130px);padding-top:clamp(110px,12vw,160px)}.emotional-intro-heading h2{max-width:760px;margin:20px 0 0;font-family:var(--font-display);font-size:clamp(44px,6.1vw,76px);font-weight:800;letter-spacing:-.06em;line-height:.98}.emotional-intro-heading h2 em{color:var(--brand);font-style:normal}.emotional-intro-copy{padding-top:54px}.emotional-intro-copy p{margin:0 0 18px;color:var(--ink-light);font-size:17px;line-height:1.8}.story-link{display:inline-flex;align-items:center;gap:12px;margin-top:12px;color:var(--brand-dark);font-size:13px;font-weight:800}.story-link span{display:grid;width:34px;height:34px;place-items:center;border:1px solid rgb(94 150 62 / .34);border-radius:50%;transition:transform .18s ease,background .18s ease}.story-link:hover span{background:var(--brand);color:var(--white);transform:rotate(15deg)}.emotional-collage{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 300px;align-items:end;gap:22px;padding-bottom:clamp(100px,12vw,160px)}.emotional-collage-image{position:relative;min-height:590px;overflow:hidden;border-radius:34px;background:#1b211c;box-shadow:0 34px 90px #11131826}.emotional-collage-image>img{width:100%;height:100%;min-height:590px;object-fit:cover;transition:transform .9s cubic-bezier(.2,.8,.2,1)}.emotional-collage.is-visible .emotional-collage-image>img{transform:scale(1.025)}.emotional-collage-image:after{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,rgb(3 7 4 / .78),transparent 55%);content:""}.emotional-collage-caption{position:absolute;right:44px;bottom:40px;left:44px;z-index:2;max-width:620px}.emotional-collage-caption span,.emotional-collage-caption strong{display:block}.emotional-collage-caption span{color:#b9dc9f;font-size:10px;font-weight:850;letter-spacing:.17em;text-transform:uppercase}.emotional-collage-caption strong{margin-top:10px;color:var(--white);font-family:var(--font-display);font-size:clamp(29px,4vw,50px);letter-spacing:-.05em;line-height:1.05}.emotional-collage-note{position:relative;margin-bottom:38px;padding:32px 28px;border:1px solid #dbe9d3;border-radius:26px;background:var(--brand-pale);color:var(--brand-dark);transform:translate(-48px)}.emotional-collage-note>span{position:absolute;top:9px;right:22px;color:#5e963e2e;font-family:Georgia,serif;font-size:90px;line-height:1}.emotional-collage-note p{position:relative;margin:0;font-family:var(--font-display);font-size:20px;font-weight:720;letter-spacing:-.025em;line-height:1.45}.need-paths{padding-top:0}.need-paths .category-card{position:relative;isolation:isolate;overflow:hidden;min-height:360px}.need-paths .category-card:before{position:absolute;top:-64px;right:-64px;z-index:-1;width:170px;height:170px;border-radius:50%;background:var(--brand-pale);content:"";transition:transform .5s ease}.need-paths .category-card:hover:before{transform:scale(1.25)}.need-paths .category-card:nth-child(2){background:#101611;color:var(--white)}.need-paths .category-card:nth-child(2):before{background:#78b4542e}.need-paths .category-card:nth-child(2) .category-number{background:#ffffff1a;color:#bde4a5}.need-paths .category-card:nth-child(2) p,.need-paths .category-card:nth-child(2) .category-examples{color:#fff9}.need-paths .category-card:nth-child(2) .category-examples{border-color:#ffffff1f}.impact-story{position:relative;isolation:isolate;min-height:760px;overflow:hidden;background:#0a0e0b;color:var(--white)}.impact-story-image{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-3;width:100%;height:100%;object-fit:cover;object-position:center}.impact-story-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;background:linear-gradient(90deg,#050a06f5,#050a06c7 48%,#050a065c),linear-gradient(0deg,rgb(5 10 6 / .82),transparent 55%)}.impact-story-inner{display:grid;min-height:760px;grid-template-columns:minmax(0,1fr) minmax(360px,.72fr);align-items:center;gap:clamp(60px,9vw,130px);padding-block:90px}.impact-story-copy h2{margin:24px 0;font-family:var(--font-display);font-size:clamp(54px,7vw,88px);font-weight:800;letter-spacing:-.065em;line-height:.92}.impact-story-copy h2 em{color:var(--brand-light);font-style:normal}.impact-story-copy p{max-width:550px;color:#ffffffb3;font-size:18px;line-height:1.7}.impact-steps{display:grid;gap:0;margin:0;padding:0;list-style:none}.impact-steps li{display:grid;grid-template-columns:52px 1fr;gap:20px;padding:25px 0;border-bottom:1px solid rgb(255 255 255 / .15)}.impact-steps li:first-child{border-top:1px solid rgb(255 255 255 / .15)}.impact-steps>li>span{color:var(--brand-light);font-size:10px;font-weight:850;letter-spacing:.14em}.impact-steps strong{display:block;font-family:var(--font-display);font-size:22px;letter-spacing:-.025em}.impact-steps p{margin:6px 0 0;color:#ffffff8c;font-size:13px;line-height:1.55}.emotional-audiences{padding-block:clamp(100px,11vw,145px)}.emotional-audiences .centered-heading{max-width:850px}.emotional-audiences .audience-card{min-height:450px;padding:34px;transition:transform .28s ease,box-shadow .28s ease}.emotional-audiences .audience-card:hover{box-shadow:0 30px 70px #1113181a;transform:translateY(-8px)}.emotional-audiences .audience-index{position:absolute;top:28px;right:30px;color:#5e963e40;font-family:var(--font-display);font-size:50px;font-weight:800;letter-spacing:-.08em}.emotional-audiences .audience-organisation .audience-index{color:#ffffff38}.emotional-audiences .audience-card h3{margin-top:88px;font-size:31px}.emotional-audiences .audience-card a span{transition:transform .18s ease}.emotional-audiences .audience-card a:hover span{transform:translate(5px)}.invitation-section{position:relative;max-width:980px;padding-top:clamp(120px,13vw,180px);padding-bottom:clamp(80px,9vw,120px);text-align:center}.invitation-section .eyebrow{justify-content:center}.invitation-section h2{margin:24px auto;font-family:var(--font-display);font-size:clamp(46px,6.8vw,80px);font-weight:800;letter-spacing:-.064em;line-height:.98;text-wrap:balance}.invitation-section>p{max-width:720px;margin:0 auto;color:var(--ink-light);font-size:18px;line-height:1.75}.invitation-mark{position:absolute;top:76px;left:-9vw;color:#5e963e17;font-size:250px;line-height:1;animation:emotional-mark-spin 30s linear infinite}.invitation-actions{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:22px;margin-top:38px}.invitation-actions .story-link{margin-top:0}@keyframes emotional-mark-spin{to{transform:rotate(360deg)}}.emotional-cta{position:relative;isolation:isolate;overflow:hidden;background:linear-gradient(130deg,#0b100c,#122115)}.emotional-cta h2 em{color:var(--brand-light);font-style:normal}.emotional-cta-rings{position:absolute;right:-180px;bottom:-290px;z-index:-1;width:540px;height:540px;border:1px solid rgb(127 184 91 / .22);border-radius:50%;box-shadow:0 0 0 70px #7fb85b0d,0 0 0 145px #7fb85b06}@media(max-width:1080px){.emotional-intro{grid-template-columns:1fr;gap:18px}.emotional-intro-copy{max-width:720px;padding-top:0}.emotional-collage{grid-template-columns:1fr}.emotional-collage-note{z-index:3;max-width:420px;margin:-88px 28px 0 auto;transform:none}.impact-story-inner{grid-template-columns:1fr;align-content:center}.impact-steps{max-width:650px}}@media(max-width:760px){.emotion-ticker>div{gap:26px;padding-block:14px}.emotion-ticker span{font-size:11px}.emotional-intro{padding-top:100px}.emotional-intro-heading h2{font-size:clamp(43px,13vw,62px)}.emotional-collage{padding-inline:0}.emotional-collage-image{min-height:520px;border-radius:0}.emotional-collage-image>img{min-height:520px;object-position:60% center}.emotional-collage-caption{right:22px;bottom:32px;left:22px}.emotional-collage-note{max-width:calc(100% - 32px);margin:-38px 16px 0;padding:25px 22px}.need-paths{padding-top:20px}.impact-story,.impact-story-inner{min-height:880px}.impact-story-inner{gap:45px;padding-block:80px}.impact-story-copy h2{font-size:clamp(52px,14vw,70px)}.impact-story-overlay{background:linear-gradient(90deg,#050a06ed,#050a069e),linear-gradient(0deg,rgb(5 10 6 / .94),transparent 60%)}.impact-steps li{grid-template-columns:38px 1fr;gap:12px}.emotional-audiences .audience-card{min-height:400px}.invitation-section{padding-top:110px}.invitation-section h2{font-size:clamp(44px,13vw,62px)}.invitation-mark{top:48px;left:-70px;font-size:180px}}.emotional-audiences .audience-card{display:flex;min-height:590px;flex-direction:column;padding:0}.emotional-audiences .audience-visual{position:relative;z-index:1;height:230px;flex:0 0 230px;overflow:hidden}.emotional-audiences .audience-visual:after{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,rgb(9 14 10 / .28),transparent 55%);content:""}.emotional-audiences .audience-visual img{width:100%;height:100%;object-fit:cover;transition:transform .65s cubic-bezier(.2,.8,.2,1)}.emotional-audiences .audience-card:hover .audience-visual img{transform:scale(1.055)}.emotional-audiences .audience-content{position:relative;z-index:2;flex:1;padding:28px 30px 80px}.emotional-audiences .audience-index{top:20px;right:26px;font-size:44px}.emotional-audiences .audience-card h3{margin:50px 0 15px;font-size:28px}.emotional-audiences .audience-card p{margin-bottom:0}.emotional-audiences .audience-card>a{bottom:30px;left:30px}@media(max-width:1080px){.emotional-audiences .audience-card{min-height:540px}.emotional-audiences .audience-visual{height:280px;flex-basis:280px}}@media(max-width:760px){.emotional-audiences .audience-card{min-height:550px}.emotional-audiences .audience-visual{height:220px;flex-basis:220px}.emotional-audiences .audience-content{padding-inline:26px}.emotional-audiences .audience-card>a{left:26px}}
