:root{--forest: #1f3d2b;--forest-deep: #16301f;--green: #2e6b3e;--green-bright: #4a8b5a;--leaf: #7cb342;--amber: #d98a2b;--amber-dark: #b96f18;--cream: #faf8f3;--cream-dark: #f1ece0;--ink: #23291f;--muted: #5c6355;--white: #ffffff;--font-display: "Fraunces", Georgia, serif;--font-body: "Inter", "Noto Sans JP", system-ui, sans-serif;--maxw: 1120px;--radius: 16px;--shadow: 0 12px 40px rgba(31, 61, 43, .12);--shadow-sm: 0 4px 16px rgba(31, 61, 43, .08)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:76px}body{margin:0;font-family:var(--font-body);color:var(--ink);background:var(--cream);line-height:1.65;-webkit-font-smoothing:antialiased}h1,h2,h3{font-family:var(--font-display);font-weight:600;line-height:1.15;color:var(--forest);margin:0 0 .5em}p{margin:0 0 1em}a{color:var(--green)}img{display:block;max-width:100%;height:auto}.container{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 24px}.section{padding:88px 0}.section--tint{background:var(--cream-dark)}.section--forest{background:var(--forest);color:var(--cream)}.section--forest h2,.section--forest h3{color:var(--white)}.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:.78rem;font-weight:700;color:var(--green-bright);margin:0 0 .75rem}.section--forest .eyebrow{color:var(--leaf)}.section-title{font-size:clamp(1.9rem,4vw,2.8rem);margin-bottom:.4em}.lead{font-size:1.15rem;color:var(--muted);max-width:60ch}.section--forest .lead{color:#faf8f3d9}.btn{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-body);font-weight:600;font-size:1rem;padding:.85rem 1.6rem;border-radius:999px;border:2px solid transparent;cursor:pointer;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.btn:hover{transform:translateY(-2px)}.btn--give{background:var(--amber);color:var(--white);box-shadow:0 8px 24px #d98a2b59}.btn--give:hover{background:var(--amber-dark)}.btn--primary{background:var(--green);color:var(--white)}.btn--primary:hover{background:var(--forest)}.btn--ghost{background:transparent;border-color:#ffffff80;color:var(--white)}.btn--ghost-dark{background:transparent;border-color:var(--green);color:var(--green)}.card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:28px}.grid{display:grid;gap:24px}@media(min-width:640px){.grid--2{grid-template-columns:repeat(2,1fr)}.grid--3{grid-template-columns:repeat(3,1fr)}}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}:lang(ja){font-family:"Noto Sans JP",var(--font-body)}.footer{background:var(--forest-deep);color:var(--cream);padding:72px 0 48px;text-align:center}.footer__verse{max-width:56ch;margin:0 auto 40px;font-family:var(--font-display);font-size:1.35rem;line-height:1.5;color:var(--white)}.footer__verse cite{display:block;margin-top:14px;font-family:var(--font-body);font-style:normal;font-size:.95rem;color:var(--leaf)}.footer__meta{border-top:1px solid rgba(250,248,243,.15);padding-top:28px}.footer__tagline{font-weight:600;margin-bottom:6px}.footer__rights{color:#faf8f3b3;font-size:.9rem;margin-bottom:6px}.footer__email{color:var(--leaf);text-decoration:none;font-weight:500}.footer__email:hover{text-decoration:underline}.header{position:sticky;top:0;z-index:100;background:#faf8f3eb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid rgba(31,61,43,.08)}.header__inner{display:flex;align-items:center;justify-content:space-between;min-height:68px;gap:16px}.header__brand{display:flex;align-items:center;gap:10px;font-family:var(--font-display);font-weight:700;font-size:1.15rem;color:var(--forest);text-decoration:none;white-space:nowrap}.header__logo{border-radius:8px}.header__nav{display:flex;align-items:center;gap:22px}.header__link{color:var(--ink);text-decoration:none;font-weight:500;font-size:.96rem;white-space:nowrap;transition:color .15s ease}.header__link:hover{color:var(--green)}.header__actions{display:flex;align-items:center;gap:14px}.header__give{padding:.55rem 1.2rem;font-size:.95rem}.language-switcher{background:transparent;border:1.5px solid var(--green);color:var(--green);border-radius:999px;padding:.4rem .9rem;font-weight:600;font-size:.9rem;cursor:pointer;transition:background .15s ease,color .15s ease}.language-switcher:hover{background:var(--green);color:var(--white)}.header__toggle{display:none;flex-direction:column;gap:5px;background:transparent;border:0;cursor:pointer;padding:8px}.header__toggle-bar{display:block;width:24px;height:2px;background:var(--forest);border-radius:2px}@media(max-width:1024px){.header__toggle{display:flex}.header__nav{position:absolute;top:68px;left:0;right:0;flex-direction:column;align-items:flex-start;gap:18px;padding:24px;background:var(--cream);border-bottom:1px solid rgba(31,61,43,.08);box-shadow:var(--shadow);display:none}.header__nav--open{display:flex}.header__actions{width:100%;justify-content:space-between;padding-top:8px;border-top:1px solid rgba(31,61,43,.08)}}.hero{background:linear-gradient(160deg,var(--cream) 0%,var(--cream-dark) 100%);padding:64px 0 72px;overflow:hidden}.hero__inner{display:grid;gap:48px;align-items:center}@media(min-width:900px){.hero__inner{grid-template-columns:1.05fr 1fr}}.hero__kicker{text-transform:uppercase;letter-spacing:.16em;font-weight:700;font-size:.85rem;color:var(--amber-dark);margin-bottom:1rem}.hero__title{font-size:clamp(2.3rem,5.5vw,3.6rem);margin-bottom:.5em}.hero__subtitle{font-size:1.2rem;color:var(--muted);max-width:54ch}.hero__actions{display:flex;flex-wrap:wrap;gap:14px;margin:28px 0 32px}.hero__actions .btn--ghost{border-color:var(--green);color:var(--green)}.hero__actions .btn--ghost:hover{background:var(--green);color:var(--white)}.hero__verse{border-left:3px solid var(--leaf);padding-left:20px;margin:0;font-family:var(--font-display);font-size:1.1rem;color:var(--forest);max-width:52ch}.hero__verse cite{display:block;margin-top:8px;font-family:var(--font-body);font-style:normal;font-size:.9rem;color:var(--muted)}.hero__image{width:100%;height:auto;border-radius:24px;box-shadow:var(--shadow);object-fit:cover}.verse{margin:0;border-left:3px solid var(--leaf);padding:4px 0 4px 22px}.verse__text{font-family:var(--font-display);font-size:1.2rem;line-height:1.5;margin-bottom:8px}.verse__ref{font-style:normal;font-size:.92rem;color:var(--muted)}.section--forest .verse__ref{color:var(--leaf)}.verse--center{max-width:62ch;margin:48px auto 0;border-left:0;border-top:3px solid var(--leaf);padding:24px 0 0;text-align:center}.ticks{list-style:none;padding:0;margin:0}.ticks li{position:relative;padding-left:30px;margin-bottom:12px}.ticks li:before{content:"";position:absolute;left:4px;top:9px;width:8px;height:8px;border-radius:50%;background:var(--leaf)}.ticks--light li:before{background:var(--leaf)}.ticks--plain li{color:var(--muted)}.story__feature{display:grid;gap:36px;align-items:center;margin:48px 0 56px}@media(min-width:860px){.story__feature{grid-template-columns:1.1fr 1fr}}.story__photo{width:100%;border-radius:20px;box-shadow:var(--shadow-sm)}.heritage{list-style:none;counter-reset:gen;padding:0;margin:20px 0 0}.heritage__item{display:flex;flex-direction:column;padding:14px 0;border-bottom:1px solid rgba(31,61,43,.1)}.heritage__name{font-weight:600;color:var(--forest)}.heritage__since{font-size:.9rem;color:var(--amber-dark)}.story__calling-title{font-size:1.6rem;margin-bottom:24px}.person__name{font-size:1.3rem;color:var(--green);margin-bottom:14px}.story__passion{margin-top:28px;font-family:var(--font-display);font-size:1.25rem;color:var(--forest);max-width:60ch}.why__stats{margin-top:48px}.stat{display:flex;flex-direction:column;gap:8px;padding:26px;background:#ffffff0f;border:1px solid rgba(250,248,243,.14);border-radius:var(--radius)}.stat__value{font-family:var(--font-display);font-size:2.4rem;font-weight:700;color:var(--leaf);line-height:1}.stat__label{color:#faf8f3e0;font-size:.98rem}.ministry__head{display:grid;gap:32px;align-items:center;margin-bottom:48px}@media(min-width:860px){.ministry__head{grid-template-columns:1.6fr 1fr}}.ministry__map{margin:0;text-align:center}.ministry__map img{width:100%;max-width:340px;margin:0 auto;border-radius:16px;background:var(--white);box-shadow:var(--shadow-sm)}.ministry__map figcaption{margin-top:10px;font-size:.9rem;color:var(--muted)}.church{background:var(--white);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm);display:flex;flex-direction:column}.church__photo{width:100%;height:240px;object-fit:cover}.church__body{padding:28px}.church__name{font-size:1.35rem;margin-bottom:10px}.church__role{color:var(--muted);font-style:italic;margin-bottom:18px}.counseling__logo{width:auto;max-width:min(460px,90%);height:auto;margin-bottom:28px}.counseling__intro{margin:40px 0 16px}.card.card--accent{background:var(--forest);color:var(--cream)}.card.card--accent h3{color:var(--cream)}.counseling__subhead{font-size:1.6rem;margin:44px 0 24px}.counseling__future{margin-top:24px}.books{list-style:none;padding:0;margin:0}.book{display:flex;gap:16px;align-items:center;padding:12px 0;border-bottom:1px solid rgba(31,61,43,.08)}.book:last-child{border-bottom:0}.book__cover{width:54px;height:74px;object-fit:cover;border-radius:4px;box-shadow:var(--shadow-sm);flex-shrink:0}.book div{display:flex;flex-direction:column}.book__title{font-weight:600;color:var(--forest)}.book__author{font-size:.9rem;color:var(--muted)}.book__copies{font-size:.85rem;color:var(--amber-dark)}.vision__grid{display:grid;gap:40px;align-items:center}@media(min-width:860px){.vision__grid{grid-template-columns:1.1fr 1fr}}.vision__media img{width:100%;border-radius:20px;box-shadow:var(--shadow)}.vision__statement{margin:44px auto 0;max-width:70ch;text-align:center;font-family:var(--font-display);font-size:1.3rem;line-height:1.5;color:var(--white)}.partner__ways{margin:48px 0}.way{background:var(--white);border-radius:var(--radius);padding:30px;box-shadow:var(--shadow-sm);border-top:4px solid var(--leaf)}.way__title{font-size:1.4rem;margin-bottom:10px}.goal{background:var(--forest);color:var(--cream);border-radius:24px;padding:44px;box-shadow:var(--shadow)}.goal__headline{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:12px;border-bottom:1px solid rgba(250,248,243,.18);padding-bottom:20px;margin-bottom:22px}.goal__label{text-transform:uppercase;letter-spacing:.12em;font-weight:700;font-size:.85rem;color:var(--leaf)}.goal__amount{font-family:var(--font-display);font-size:clamp(2.6rem,6vw,3.6rem);font-weight:700;color:var(--white);line-height:1}.goal__period{font-family:var(--font-body);font-size:1rem;font-weight:500;color:#faf8f3bf;margin-left:8px}.goal__progress{margin:4px 0 26px}.goal__progress-track{height:14px;border-radius:999px;background:#faf8f32e;overflow:hidden}.goal__progress-fill{height:100%;min-width:6px;border-radius:999px;background:var(--leaf);transition:width .6s ease}.goal__progress-labels{display:flex;flex-wrap:wrap;justify-content:space-between;gap:8px 16px;margin-top:12px;font-size:.95rem;color:#faf8f3d9}.goal__progress-raised{font-weight:700;color:var(--white)}.goal__text{color:#faf8f3d9;max-width:60ch}.goal__items{margin:24px 0 32px}.goal__item h4{color:var(--leaf);margin-bottom:6px;font-family:var(--font-body);font-size:1.05rem}.goal__item p{color:#faf8f3d1;font-size:.95rem;margin:0}.goal__cta{display:flex;flex-wrap:wrap;align-items:center;gap:18px}.goal__note{margin:0;font-size:.9rem;color:#faf8f3b3;max-width:40ch}.eyebrow--live{display:inline-flex;align-items:center;gap:8px}.eyebrow--live:before{content:"";width:9px;height:9px;border-radius:50%;background:var(--leaf);box-shadow:0 0 #7cb34299;animation:now-pulse 2s ease-out infinite}@keyframes now-pulse{0%{box-shadow:0 0 #7cb3428c}70%{box-shadow:0 0 0 9px #7cb34200}to{box-shadow:0 0 #7cb34200}}@media(prefers-reduced-motion:reduce){.eyebrow--live:before{animation:none}}.now__items{margin-top:28px}.contact{text-align:center;max-width:640px}.contact__text{margin:0 auto 28px}.contact__button{margin-bottom:18px}.contact__email{display:block;font-family:var(--font-display);font-size:1.2rem;color:var(--green);text-decoration:none}.contact__email:hover{text-decoration:underline}
