
:root {
  --charity-green: #0a8f5a;
  --charity-deep: #075b43;
  --charity-lime: #a8d86f;
  --charity-aqua: #55b8ba;
  --charity-yellow: #f0de69;
  --charity-coral: #ef9189;
  --charity-pink: #f5a09b;
  --charity-cream: #fffdf5;
  --charity-ink: #4d4039;
  --charity-muted: #76675f;
  --charity-line: rgba(8, 113, 76, .18);
  --charity-shadow: 0 20px 48px rgba(7, 91, 67, .11);
}
.charity-page {
  color: var(--charity-ink);
  background:
    repeating-linear-gradient(-45deg, rgba(232,223,178,.11) 0 4px, transparent 4px 11px),
    var(--charity-cream);
}
.charity-page .site-header { background: rgba(255,253,245,.92); }
.charity-edge {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  width: clamp(92px, 12vw, 180px);
  background-repeat: repeat-y;
  background-size: 100% auto;
  opacity: .92;
  pointer-events: none;
}
.charity-edge-left { left: 0; background-image: url("side_texture_green.png"); }
.charity-edge-right { right: 0; background-image: url("side_texture_blue.png"); }
.charity-shell { width: min(1120px, calc(100% - 72px)); margin-inline: auto; }
.charity-hero {
  position: relative;
  overflow: hidden;
  min-height: 920px;
  padding: 138px 22px 88px;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(7,39,55,.10) 0%, rgba(7,39,55,.20) 48%, rgba(255,253,245,.08) 100%),
    linear-gradient(90deg, rgba(7,39,55,.18) 0%, rgba(7,39,55,.05) 34%, rgba(7,39,55,.10) 100%),
    url("charity_lake_biwa.jpg") center 54% / cover no-repeat;
}
.charity-hero::after {
  content:""; position:absolute; inset:auto 0 0; height:160px;
  background:linear-gradient(180deg, rgba(255,253,245,0) 0%, rgba(255,253,245,.86) 76%, var(--charity-cream) 100%);
}
.charity-hero-panel {
  position: relative; z-index: 2; max-width: 780px; margin: 0 auto;
  padding: 34px 34px 30px;
  border-radius: 34px;
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(255,255,255,.82);
  box-shadow: 0 30px 65px rgba(4,48,41,.20);
  backdrop-filter: blur(10px);
}
.charity-logo-row {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 12px;
  color: var(--charity-green);
  font-size: clamp(15px,1.6vw,20px);
  font-weight: 800;
  line-height: 1.8;
}
.charity-logo-row img { width: 62px; height: 62px; object-fit: contain; }
.charity-logo-row p { margin: 0; }
.charity-flag { position: relative; width: 192px; height: 110px; margin: 8px auto 0; }
.charity-flag::before {
  content:""; position:absolute; left:26px; top:2px; width:4px; height:100px;
  border-radius:999px; background: var(--charity-deep); transform: rotate(-5deg);
}
.charity-flag::after {
  content:""; position:absolute; left:29px; top:12px; width:118px; height:62px;
  border:3px solid var(--charity-green); border-radius:8px 18px 8px 12px;
  background:#fff8cf; transform: rotate(-7deg) skewX(-4deg);
  box-shadow:0 8px 18px rgba(7,91,67,.12);
}
.charity-flag span {
  position:absolute; z-index:2; left:61px; top:30px; color: var(--charity-green);
  font-size:16px; font-weight:900; transform: rotate(-7deg);
}
.charity-garland { display:flex; justify-content:center; gap:12px; margin:-20px auto 12px; }
.charity-garland i { width:22px; height:24px; clip-path:polygon(0 0,100% 0,50% 100%); background:var(--charity-coral); }
.charity-garland i:nth-child(2n){ background:var(--charity-lime); }
.charity-garland i:nth-child(3n){ background:var(--charity-aqua); }
.charity-title-pill {
  display:inline-flex; align-items:center; justify-content:center;
  min-height:58px; padding:0 36px; margin: 8px auto 24px;
  border-radius:999px; background:var(--charity-green); color:#fff;
  font-size:clamp(18px,2.1vw,26px); font-weight:900; letter-spacing:.02em;
  box-shadow: 0 13px 26px rgba(7,91,67,.15);
}
.charity-lead { margin:0 auto 22px; max-width: 620px; font-size:clamp(17px,2vw,24px); line-height:1.85; font-weight:800; }
.charity-box-stage { position:relative; max-width:650px; margin:0 auto; padding:10px 0 8px; }
.charity-box-stage img { display:block; width:min(350px, 60vw); margin:0 auto; filter:drop-shadow(0 22px 28px rgba(93,75,32,.16)); }
.charity-box-stage::before,
.charity-box-stage::after {
  content:""; position:absolute; width:110px; height:110px; background-size:contain; background-repeat:no-repeat; opacity:.92;
}
.charity-box-stage::before { left:0; top:8px; background-image:url("family_walk.png"); }
.charity-box-stage::after { right:0; bottom:12px; background-image:url("stage_balloons.png"); }
.charity-callout {
  display:inline-flex; align-items:center; justify-content:center; max-width:680px;
  min-height:56px; padding:10px 30px; margin:16px auto 0;
  border-radius:999px; background:var(--charity-pink); color:#fff;
  font-size:clamp(15px,1.8vw,20px); font-weight:800;
}
.charity-anchor-nav {
  position:sticky; z-index:20; top:78px; width:min(720px,calc(100% - 36px));
  margin:0 auto 18px; padding:8px; display:grid; grid-template-columns:repeat(3,1fr); gap:6px;
  border:1px solid rgba(255,255,255,.85); border-radius:999px;
  background:rgba(255,255,255,.88); backdrop-filter:blur(14px);
  box-shadow:0 12px 28px rgba(7,91,67,.10);
}
.charity-anchor-nav a { padding:11px 14px; border-radius:999px; color:var(--charity-deep); text-align:center; font-size:13px; font-weight:800; }
.charity-anchor-nav a:hover { background:#e7f7ed; }
.charity-section { position:relative; padding:88px 22px; }
.charity-section-inner { width:min(900px,calc(100% - 120px)); margin-inline:auto; }
.charity-heading { max-width:780px; margin:0 auto 34px; text-align:center; }
.charity-heading span {
  display:inline-flex; align-items:center; justify-content:center; min-height:36px; padding:0 20px;
  border-radius:999px; background:var(--charity-green); color:#fff; font-size:12px; font-weight:900; letter-spacing:.08em;
}
.charity-heading h2 { margin:16px 0 14px; color:var(--charity-green); font-size:clamp(27px,4.5vw,44px); line-height:1.35; }
.charity-heading p { margin:0; font-size:15px; line-height:2; color:var(--charity-muted); }
.charity-story { background:rgba(255,252,241,.78); }
.charity-story-card {
  padding:38px 44px; border-radius:30px; background:rgba(255,255,255,.9); box-shadow:var(--charity-shadow); text-align:center;
}
.charity-story-card p { margin:0 0 18px; font-size:16px; line-height:2; }
.charity-story-card p:last-child { margin-bottom:0; }
.charity-detail { background:rgba(238,250,244,.72); }
.charity-detail-card {
  overflow:hidden; margin:0; border-radius:28px; background:#fff; box-shadow:var(--charity-shadow);
}
.charity-detail-card div { display:grid; grid-template-columns:150px 1fr; gap:22px; padding:24px 28px; border-bottom:1px solid var(--charity-line); }
.charity-detail-card div:last-child { border-bottom:0; }
.charity-detail-card dt { color:var(--charity-green); font-size:15px; font-weight:900; }
.charity-detail-card dd { margin:0; font-size:15px; line-height:1.8; font-weight:700; }
.charity-thanks { margin:34px 0 0; color:var(--charity-green); text-align:center; font-size:clamp(18px,2.3vw,26px); font-weight:900; }
.charity-mlgs { background:rgba(255,255,255,.82); }
.charity-mlgs-card {
  padding:48px 42px; border-radius:34px; background:#fff; box-shadow:var(--charity-shadow); text-align:center;
}
.charity-mlgs-logo { display:block; width:min(420px,80%); margin:0 auto 26px; }
.charity-mlgs-highlight {
  display:inline; padding:3px 8px; background:linear-gradient(transparent 38%,rgba(244,184,190,.46) 38% 92%,transparent 92%);
  font-size:clamp(17px,2vw,23px); font-weight:900; line-height:2;
}
.charity-mlgs-card p { margin:26px auto 0; max-width:720px; color:var(--charity-muted); font-size:15px; line-height:2; }
.charity-actions { display:flex; justify-content:center; flex-wrap:wrap; gap:12px; margin-top:34px; }
.charity-decoration { position:absolute; pointer-events:none; opacity:.85; }
.charity-sun { left:8%; bottom:56px; width:82px; }
.charity-cloud { right:9%; top:340px; width:100px; }
.charity-bird { left:13%; top:190px; width:54px; }
@media(max-width:900px){
  .charity-shell,.charity-section-inner{width:min(100%,calc(100% - 80px));}
  .charity-box-stage::before,.charity-box-stage::after{width:84px;height:84px;}
}
@media(max-width:820px){
  .charity-edge{width:68px;opacity:.55;}
  .charity-hero{padding-top:120px;min-height:820px;background-position:center top;}
  .charity-hero-panel{padding:30px 28px 26px;}
}
@media(max-width:560px){
  .charity-edge{display:none;}
  .charity-hero{padding:92px 14px 44px;min-height:auto;background-position:58% center;}
  .charity-hero-panel{padding:24px 16px 22px;border-radius:24px;}
  .charity-shell,.charity-section-inner{width:100%;}
  .charity-logo-row{font-size:14px;gap:10px;}
  .charity-logo-row img{width:52px;height:52px;}
  .charity-title-pill{padding:0 18px;min-height:48px;font-size:17px;}
  .charity-lead{font-size:16px;line-height:1.8;}
  .charity-box-stage::before,.charity-box-stage::after{display:none;}
  .charity-anchor-nav{top:70px;grid-template-columns:1fr;border-radius:18px;}
  .charity-section{padding:68px 16px;}
  .charity-story-card,.charity-mlgs-card{padding:28px 20px;border-radius:24px;}
  .charity-detail-card div{grid-template-columns:1fr;gap:8px;padding:20px;}
  .charity-actions{display:grid;}
  .charity-actions .button{width:100%;}
  .charity-decoration{display:none;}
}

.charity-photo-credit {
  position:absolute; z-index:3; right:18px; bottom:22px; margin:0; padding:6px 10px;
  border-radius:999px; background:rgba(4,32,42,.58); color:rgba(255,255,255,.92);
  font-size:10px; line-height:1.4; backdrop-filter:blur(6px);
}
.charity-photo-credit a { color:#fff; text-decoration:underline; text-underline-offset:2px; }
@media(max-width:560px){
  .charity-photo-credit{position:relative;right:auto;bottom:auto;display:inline-block;margin:18px auto 0;font-size:9px;}
}
