*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:2rem}body{margin:0;background:#f4f0e7;color:#233b3b;font:16px/1.65 system-ui,sans-serif}a{color:inherit}button,input,textarea{font:inherit}:focus-visible{outline:3px solid #d9651b;outline-offset:4px}.skip-link{position:fixed;top:-10rem;left:1rem;background:white;padding:1rem;z-index:9}.skip-link:focus{top:1rem}.topbar{height:76px;padding:1rem clamp(1rem,4vw,4rem);display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #263e3c25}.brand{text-decoration:none;letter-spacing:.18em;font-size:.9rem}.topbar>span{font-size:.75rem;letter-spacing:.2em;color:#53746b}main{max-width:1200px;margin:auto;padding:0 clamp(1rem,3vw,2rem)}h1,h2{font-family:Georgia,serif;font-weight:400;line-height:1.1;letter-spacing:-.035em}h1{font-size:clamp(2.25rem,4.2vw,3.7rem);margin:.8rem 0 1.5rem}h2{font-size:clamp(1.8rem,3vw,2.4rem);margin:.8rem 0 1.1rem}.eyebrow{font-size:.7rem;font-weight:750;letter-spacing:.18em;color:#267f70}.hero{display:grid;grid-template-columns:1fr 1.2fr;gap:2rem;align-items:center;padding:3.5rem 0 2rem}.hero-copy>p:not(.eyebrow){max-width:38ch}.hero figure{margin:0}.hero img{display:block;width:100%;height:auto;border-radius:1.5rem;mix-blend-mode:multiply}.text-link{display:inline-block;margin-top:.7rem;text-underline-offset:.4rem;font-weight:600;color:#287765}.fund{display:flex;align-items:center;justify-content:space-between;gap:2rem;margin:1.5rem 0 3.5rem;padding:1.4rem 2rem;border:1px solid #bfd1c3;background:#e5ece2;border-radius:1rem}.fund p{margin:.3rem 0}.fund-caption{font-family:Georgia,serif;font-size:1.2rem}.fund-number strong{font:400 clamp(2.25rem,4vw,3.25rem)/1.2 Georgia,serif;display:block;color:#236f5f}.fund-number strong span{font:600 1rem system-ui}.fund-number small{font-size:.72rem;color:#586f60;display:block;margin:.5rem 0}.gestures{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:4rem}.way{padding:clamp(1.4rem,3vw,2.3rem);border:1px solid #d8d2c4;border-radius:1rem;background:#fcf8ef}.twint-way{background:#eee7d8}.twint-logo{width:100px;height:auto;display:block;margin:.5rem 0 1.5rem}.letter-mark{font-size:2.4rem;line-height:1;color:#b36337;display:block;margin:.4rem 0 1.5rem}.phone-line{display:flex;flex-wrap:wrap;align-items:center;gap:.8rem;margin:1.5rem 0}.phone-line>span{font-size:1.2rem;white-space:nowrap}button{cursor:pointer}.phone-line button{background:transparent;color:#285f55;border:1px solid #a8bcb2;border-radius:.5rem;min-height:44px;padding:.55rem .75rem;font-size:.8rem}.action{display:inline-flex;align-items:center;gap:1.5rem;min-height:48px;padding:.8rem 1.2rem;border-radius:.6rem;background:#277966;color:#fff;border:0;text-decoration:none;cursor:pointer}.action:hover{background:#1b6453}.action:disabled{opacity:.6;cursor:wait}.small{font-size:.8rem;line-height:1.6;color:#62736a}.note{margin-top:2rem;border-top:1px solid #cfc8b9;padding-top:1.5rem;font-family:Georgia,serif;font-size:1.1rem;color:#666647}label{display:block;margin:1.1rem 0 .5rem;font-size:.9rem}label span{font-size:.75rem;color:#6b796e}input,textarea{width:100%;background:#fffdf7;border:1px solid #cfcdbf;color:#233b3b;border-radius:.5rem;padding:.8rem}textarea{resize:vertical;min-height:8rem}.honeypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}#message-status,#twint-status{font-size:.88rem;color:#266d5f;min-height:1.5em}#message-status[data-error=true]{color:#a44326}footer{border-top:1px solid #263e3c25;display:flex;justify-content:space-between;gap:1rem;padding:2rem clamp(1rem,4vw,4rem);font-size:.8rem;color:#567267}@media(max-width:760px){.hero{grid-template-columns:1fr;padding:1.5rem 0;gap:.5rem}.hero figure{order:-1}.hero h1{font-size:2.3rem}.hero-copy>p:not(.eyebrow){max-width:none}.fund{flex-direction:column;align-items:flex-start;gap:.5rem;padding:1.25rem;margin:1.5rem 0 2rem}.gestures{grid-template-columns:1fr;gap:1rem}.way{padding:1.25rem}footer{flex-direction:column}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
.collective-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(24px, 3vw, 42px);
  margin: 1.5rem 0 3rem;
  padding: 32px 0;
  border-block: 1px solid #263e3c25;
  scroll-margin-top: 28px;
}
.collective-visual { min-width: 0; margin: 0; }
.collective-visual img { display: block; width: 100%; height: auto; border-radius: 1.5rem; }
.collective-visual figcaption { margin-top: 10px; color: #62736a; font-size: 11px; }
.collective-copy { min-width: 0; }
.collective-kicker { margin: 0 0 20px; }
.collective-feature h2 { margin: 0 0 20px; }
.collective-description { max-width: 43ch; margin: 0 0 24px; }
.collective-action { min-height: 52px; }
.collective-platform { margin: 12px 0 0; }
.collective-note { max-width: 46ch; margin: 24px 0 0; }
.love-nav { display: flex; align-items: center; gap: 24px; }
.love-nav > span { font-size: .75rem; letter-spacing: .2em; color: #53746b; }
.collective-nav { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; margin-top: 0; font-size: 12px; }
@media (max-width: 800px) {
  .collective-feature { grid-template-columns: 1fr; gap: 28px; }
  .collective-description { max-width: 56ch; }
}
@media (max-width: 640px) {
  .collective-feature { padding: 24px 0; }
  .collective-kicker { margin-bottom: 16px; }
  .collective-action { width: 100%; justify-content: space-between; }
}
@media (max-width: 540px) {
  .love-nav > span { display: none; }
  .topbar .brand { font-size: .75rem; letter-spacing: .12em; }
  .collective-nav { font-size: 11px; gap: 8px; }
}
