/*
Theme Name: 행복을나누는사람들
Theme URI: https://happypartner.org/
Author: Joshua Design
Description: 사단법인 행복을나누는사람들을 위한 관리형 풀 커스텀 테마
Version: 1.4.17
Requires at least: 6.4
Requires PHP: 8.1
Text Domain: sharing-life
*/

:root {
  --sl-primary: #df466d;
  --sl-primary-rgb: 223, 70, 109;
  --sl-primary-dark: #c7365c;
  --sl-accent: #f5a623;
  --sl-navy: #162338;
  --sl-ink: #202735;
  --sl-muted: #667085;
  --sl-cream: #fff5f7;
  --sl-soft: #f5f7fa;
  --sl-line: #e6e9ee;
  --sl-white: #fff;

  /* Typography scale */
  --sl-type-display: clamp(2.3rem, 4vw, 3.2rem);
  --sl-type-page-title: clamp(2rem, 3.5vw, 3rem);
  --sl-type-section-title: clamp(1.65rem, 2.7vw, 2.25rem);
  --sl-type-subsection: clamp(1.4rem, 2.1vw, 1.9rem);
  --sl-type-card-title: 1.25rem;
  --sl-type-body: 1rem;
  --sl-type-small: .9rem;
  --sl-type-label: .74rem;
  --sl-leading-tight: 1.12;
  --sl-leading-heading: 1.2;
  --sl-leading-body: 1.6;
  --sl-weight-regular: 400;
  --sl-weight-medium: 500;
  --sl-weight-semibold: 600;
  --sl-weight-bold: 700;
  --sl-weight-heavy: 800;

  /* Spacing scale */
  --sl-space-1: 4px;
  --sl-space-2: 8px;
  --sl-space-3: 12px;
  --sl-space-4: 16px;
  --sl-space-5: 24px;
  --sl-space-6: 32px;
  --sl-space-7: 48px;
  --sl-space-8: 64px;
  --sl-space-section: 80px;
  --sl-page-gutter: 24px;
  --sl-card-padding: 28px;
  --sl-hero-height: 580px;

  /* Shape, elevation and motion */
  --sl-radius-sm: 10px;
  --sl-radius-md: 14px;
  --sl-radius-lg: 18px;
  --sl-radius-pill: 999px;
  --sl-shadow-sm: 0 8px 24px rgba(22, 35, 56, .06);
  --sl-shadow-md: 0 12px 36px rgba(22, 35, 56, .08);
  --sl-motion-fast: .2s ease;
  --sl-motion-base: .28s ease;
  --sl-motion-slow: .45s ease;

  /* Compatibility aliases */
  --sl-radius: var(--sl-radius-lg);
  --sl-shadow: var(--sl-shadow-md);
  --sl-width: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--sl-ink); background: #fff; font-family: Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", Arial, sans-serif; font-size: var(--sl-type-body); line-height: var(--sl-leading-body); word-break: keep-all; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
button, input, select, textarea { font: inherit; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.sl-container { width: min(calc(100% - (var(--sl-page-gutter) * 2)), var(--sl-width)); margin-inline: auto; }
.sl-section { padding: var(--sl-space-section) 0; }
.sl-section--soft { background: var(--sl-soft); }
.sl-section--cream { background: var(--sl-cream); }
.sl-eyebrow { display: inline-flex; align-items: center; gap: var(--sl-space-2); margin: 0 0 var(--sl-space-3); color: var(--sl-primary); font-size: var(--sl-type-label); font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.sl-eyebrow::before { content: ""; width: 20px; height: 2px; border-radius: 2px; background: currentColor; }
.sl-section-title { max-width: 760px; margin: 0; color: var(--sl-navy); font-size: var(--sl-type-section-title); line-height: var(--sl-leading-heading); letter-spacing: -.025em; }
.sl-section-lead { max-width: 660px; margin: var(--sl-space-4) 0 0; color: var(--sl-muted); font-size: var(--sl-type-body); }
.sl-section-head { display: flex; align-items: end; justify-content: space-between; gap: var(--sl-space-6); margin-bottom: var(--sl-space-6); }
.sl-text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--sl-navy); font-weight: 800; }
.sl-text-link::after { content: "→"; transition: transform var(--sl-motion-fast); }
.sl-text-link:hover::after { transform: translateX(5px); }
.sl-button { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: 0 22px; border: 0; border-radius: var(--sl-radius-pill); color: #fff; background: var(--sl-primary); font-size: .94rem; font-weight: 800; cursor: pointer; transition: transform var(--sl-motion-fast), background-color var(--sl-motion-fast); }
.sl-button:hover { background: var(--sl-primary-dark); transform: translateY(-2px); }
.sl-button--light { color: var(--sl-navy); background: #fff; }
.sl-button--outline { color: var(--sl-navy); background: transparent; border: 1px solid rgba(22,35,56,.22); }

/* Header */
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(22,35,56,.08); backdrop-filter: blur(16px); }
.sharing-life-front-page .site-header { position: fixed; left: 0; right: 0; background: transparent; border-bottom-color: transparent; backdrop-filter: none; transition: background-color var(--sl-motion-base), border-color var(--sl-motion-base), box-shadow var(--sl-motion-base), backdrop-filter var(--sl-motion-base); }
.sharing-life-front-page .site-header .site-brand__name,
.sharing-life-front-page .site-header .site-brand__prefix,
.sharing-life-front-page .site-header .sl-gnb__top { color: #fff; transition: color var(--sl-motion-base); }
.sharing-life-front-page .site-header .sl-menu-toggle { background: rgba(255,255,255,.16); transition: background-color var(--sl-motion-base); }
.sharing-life-front-page .site-header .sl-menu-toggle span { background: #fff; transition: background-color var(--sl-motion-base); }
.sharing-life-front-page .site-header.is-scrolled,
.sharing-life-front-page.menu-open .site-header { background: rgba(255,255,255,.96); border-bottom-color: rgba(22,35,56,.08); box-shadow: var(--sl-shadow-sm); backdrop-filter: blur(16px); }
.sharing-life-front-page .site-header.is-scrolled .site-brand__name,
.sharing-life-front-page .site-header.is-scrolled .site-brand__prefix,
.sharing-life-front-page .site-header.is-scrolled .sl-gnb__top,
.sharing-life-front-page.menu-open .site-header .site-brand__name,
.sharing-life-front-page.menu-open .site-header .site-brand__prefix,
.sharing-life-front-page.menu-open .site-header .sl-gnb__top { color: var(--sl-navy); }
.sharing-life-front-page .site-header.is-scrolled .sl-menu-toggle,
.sharing-life-front-page.menu-open .site-header .sl-menu-toggle { background: var(--sl-soft); }
.sharing-life-front-page .site-header.is-scrolled .sl-menu-toggle span,
.sharing-life-front-page.menu-open .site-header .sl-menu-toggle span { background: var(--sl-navy); }
.sl-header-inner { display: flex; align-items: center; min-height: 80px; gap: 32px; }
.site-brand { display: flex; align-items: center; gap: 12px; min-width: 220px; }
.site-brand__mark { position: relative; width: 42px; height: 42px; border-radius: 50%; background: var(--sl-primary); box-shadow: inset -10px -8px 0 rgba(255,255,255,.18); }
.site-brand__mark::before, .site-brand__mark::after { content: ""; position: absolute; top: 7px; width: 19px; height: 19px; border: 5px solid #fff; border-radius: 50% 50% 45% 45%; }
.site-brand__mark::before { left: 5px; transform: rotate(35deg); }
.site-brand__mark::after { right: 5px; transform: rotate(-35deg); }
.site-brand__name { display: block; color: var(--sl-navy); font-size: 1.03rem; font-weight: 900; letter-spacing: -.04em; }
.site-brand__prefix { display: block; color: var(--sl-muted); font-size: .66rem; font-weight: 700; letter-spacing: .08em; }
.sl-gnb { flex: 1; }
.sl-gnb__list { display: flex; align-items: stretch; justify-content: center; gap: clamp(14px, 2.5vw, 40px); list-style: none; padding: 0; margin: 0; }
.sl-gnb__item { position: relative; }
.sl-gnb__row { display: flex; align-items: stretch; }
.sl-gnb__top { display: flex; align-items: center; min-height: 80px; color: var(--sl-navy); font-weight: 700; }
.sl-gnb__top::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 3px; background: var(--sl-primary); transition: right .2s; }
.sl-submenu { position: absolute; top: calc(100% - 1px); left: 50%; min-width: 210px; margin: 0; padding: var(--sl-space-3); list-style: none; background: #fff; border: 1px solid var(--sl-line); border-radius: var(--sl-radius-md); box-shadow: var(--sl-shadow-md); opacity: 0; visibility: hidden; transform: translate(-50%, 10px); transition: opacity var(--sl-motion-fast), visibility var(--sl-motion-fast), transform var(--sl-motion-fast); }
.sl-submenu a { display: block; padding: 9px 12px; border-radius: 8px; color: #465064; font-size: .92rem; }
.sl-submenu a:hover { color: var(--sl-primary); background: var(--sl-cream); }
.sl-submenu-toggle { display: none; }
.sl-header-actions { display: flex; align-items: center; gap: 10px; }
.sl-header-donate { display: inline-flex; align-items: center; min-height: 44px; padding: 0 20px; border-radius: 999px; color: #fff; background: var(--sl-primary); font-size: .92rem; font-weight: 800; }
.sl-menu-toggle { display: none; width: 46px; height: 46px; padding: 12px; border: 0; border-radius: 50%; background: var(--sl-soft); cursor: pointer; }
.sl-menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--sl-navy); transition: transform var(--sl-motion-fast), opacity var(--sl-motion-fast); }
.menu-open .sl-menu-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-open .sl-menu-toggle span:nth-child(2) { opacity: 0; }
.menu-open .sl-menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (min-width: 1101px) {
  .sl-gnb__item:hover .sl-gnb__top::after, .sl-gnb__item:focus-within .sl-gnb__top::after { right: 0; }
  .sl-gnb__item:hover .sl-submenu, .sl-gnb__item:focus-within .sl-submenu { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
}

/* Swiper hero: plugin markup is themed here; plugin source remains untouched. */
.sl-hero { position: relative; background: var(--sl-navy); }
.sl-hero .swiper { width: 100%; }
.sl-hero .swiper,
.sl-hero .swiper-wrapper,
.sl-hero .swiper-slide { height: var(--sl-hero-height) !important; min-height: var(--sl-hero-height) !important; }
.sl-hero .swiper-slide { background-position: center; background-size: cover; }
.sl-hero-slide { position: relative; display: flex; align-items: center; min-height: inherit; }
.sl-hero-slide::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,21,37,.82) 0%, rgba(10,21,37,.55) 48%, rgba(10,21,37,.12) 100%); }
.sl-hero-content { position: relative; z-index: 2; width: min(calc(100% - (var(--sl-page-gutter) * 2)), var(--sl-width)); margin: auto; padding: 64px 0 76px; color: #fff; }
.sl-hero-kicker { margin: 0 0 18px; color: #ffd28a; font-size: .86rem; font-weight: 800; letter-spacing: .12em; }
.sl-hero h2 { max-width: 620px; margin: 0; color: #fff; font-size: var(--sl-type-display); line-height: var(--sl-leading-tight); letter-spacing: -.04em; }
.sl-hero-copy { max-width: 570px; margin-top: 20px; color: rgba(255,255,255,.84); font-size: clamp(.98rem, 1.45vw, 1.08rem); }
.sl-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.sl-hero .swiper-pagination { bottom: 78px !important; z-index: 4; }
.sl-hero .swiper-pagination-bullet { width: 9px; height: 9px; background: #fff; opacity: .5; }
.sl-hero .swiper-pagination-bullet-active { width: 34px; border-radius: 10px; opacity: 1; }
.sl-hero .swiper-button-prev, .sl-hero .swiper-button-next { width: 52px; height: 52px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; color: #fff; }
.sl-hero .swiper-button-prev { left: 28px; }
.sl-hero .swiper-button-next { right: 28px; }
.sl-hero .swiper-button-prev::after, .sl-hero .swiper-button-next::after { font-size: 16px; font-weight: 900; }
.sl-hero-fallback { min-height: var(--sl-hero-height); background: linear-gradient(90deg, rgba(10,21,37,.78), rgba(10,21,37,.18)), url('assets/images/happiness-heart-bokeh.webp') center/cover; }

/* Section reveal motion */
.has-js .sl-reveal-item { opacity: 0; transform: translate3d(0, 26px, 0); transition: opacity .68s cubic-bezier(.22, 1, .36, 1) var(--sl-reveal-delay, 0ms), transform .68s cubic-bezier(.22, 1, .36, 1) var(--sl-reveal-delay, 0ms); will-change: opacity, transform; }
.has-js .sl-reveal-item[data-reveal-axis="left"] { transform: translate3d(-34px, 0, 0); }
.has-js .sl-reveal-item[data-reveal-axis="right"] { transform: translate3d(34px, 0, 0); }
.has-js .sl-reveal.is-visible .sl-reveal-item { opacity: 1; transform: translate3d(0, 0, 0); will-change: auto; }

/* Home */
.sl-quick-wrap { position: relative; z-index: 10; max-width: 1080px; margin-top: -52px; }
.sl-quick { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; background: #fff; border: 1px solid var(--sl-line); border-radius: var(--sl-radius-lg); box-shadow: var(--sl-shadow-sm); }
.sl-quick a { position: relative; display: flex; align-items: center; gap: 14px; min-height: 116px; padding: 22px 24px; border-right: 1px solid var(--sl-line); }
.sl-quick a:last-child { border-right: 0; }
.sl-quick a:hover { background: var(--sl-cream); }
.sl-quick__icon { display: grid; flex: 0 0 48px; height: 48px; place-items: center; color: var(--sl-primary); background: #fff0f4; border-radius: var(--sl-radius-md); font-size: 1.15rem; }
.sl-quick strong { display: block; color: var(--sl-navy); }
.sl-quick small { display: block; margin-top: 3px; color: var(--sl-muted); }
.sl-about-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(44px, 6vw, 76px); }
.sl-about-media { position: relative; min-height: 450px; }
.sl-about-media__main { width: 88%; height: 420px; object-fit: cover; border-radius: var(--sl-radius); }
.sl-about-media__sub { position: absolute; right: 0; bottom: 0; width: 38%; height: 170px; object-fit: cover; border: 6px solid #fff; border-radius: 16px; box-shadow: var(--sl-shadow); }
.sl-about-badge { position: absolute; right: 4%; top: 5%; display: grid; width: 94px; height: 94px; place-items: center; padding: 14px; text-align: center; color: #fff; background: var(--sl-primary); border-radius: 50%; font-size: .78rem; font-weight: 900; line-height: 1.35; box-shadow: 0 10px 22px rgba(var(--sl-primary-rgb),.24); }
.sl-about-copy blockquote { margin: 26px 0; padding-left: 20px; border-left: 3px solid var(--sl-primary); color: var(--sl-navy); font-size: 1.06rem; font-weight: 800; }
.sl-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.sl-project-card { position: relative; overflow: hidden; min-height: 340px; padding: var(--sl-card-padding); color: #fff; background: var(--sl-navy); border-radius: var(--sl-radius); }
.sl-project-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(22,35,56,.05), rgba(22,35,56,.9)); z-index: 1; }
.sl-project-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform var(--sl-motion-slow); }
.sl-project-card:hover img { transform: scale(1.06); }
.sl-project-card__body { position: absolute; z-index: 2; left: var(--sl-card-padding); right: var(--sl-card-padding); bottom: var(--sl-space-5); }
.sl-project-card__number { display: block; margin-bottom: 12px; color: #ffd28a; font-size: .8rem; font-weight: 900; letter-spacing: .12em; }
.sl-project-card h3 { margin: 0; font-size: var(--sl-type-card-title); line-height: var(--sl-leading-heading); }
.sl-project-card p { margin: 12px 0 0; color: rgba(255,255,255,.78); font-size: .93rem; }
.sl-stats { color: #fff; background: var(--sl-navy); }
.sl-stats .sl-eyebrow { color: #ffb065; }
.sl-stats .sl-section-title { color: #fff; }
.sl-stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 38px; border-top: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.sl-stat { padding: 34px 26px; border-right: 1px solid rgba(255,255,255,.16); }
.sl-stat:last-child { border-right: 0; }
.sl-stat strong { display: block; color: #fff; font-size: clamp(2rem, 3vw, 3.05rem); line-height: 1.05; letter-spacing: -.045em; white-space: nowrap; }
.sl-stat-value { display: inline-block; min-width: 1ch; font-variant-numeric: tabular-nums; }
.sl-stat strong small { margin-left: 3px; font-size: .48em; letter-spacing: -.02em; }
.sl-stat > span { display: block; margin-top: 14px; color: rgba(255,255,255,.68); }
.sl-story-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 64px; }
.sl-story-image { position: relative; height: 430px; }
.sl-story-image img { width: 100%; height: 100%; object-fit: cover; border-radius: var(--sl-radius); }
.sl-story-note { position: absolute; left: 18px; bottom: 18px; max-width: 270px; padding: 18px 20px; color: var(--sl-navy); background: rgba(255,255,255,.94); border-radius: 12px; box-shadow: var(--sl-shadow); font-size: .9rem; font-weight: 800; }
.sl-pill-list { display: flex; flex-wrap: wrap; gap: 10px; padding: 0; margin: 34px 0; list-style: none; }
.sl-pill-list li { padding: 10px 16px; color: var(--sl-navy); background: #fff; border: 1px solid var(--sl-line); border-radius: 999px; font-size: .9rem; font-weight: 700; }
.sl-news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.sl-news-column { padding: var(--sl-card-padding); background: #fff; border: 1px solid var(--sl-line); border-radius: var(--sl-radius-md); }
.sl-news-column__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.sl-news-column h3 { margin: 0; color: var(--sl-navy); font-size: var(--sl-type-card-title); }
.sl-news-list { padding: 0; margin: 0; list-style: none; }
.sl-news-list li { border-top: 1px solid var(--sl-line); }
.sl-news-list a { display: block; padding: 17px 0; }
.sl-news-list a:hover strong { color: var(--sl-primary); }
.sl-news-list strong { display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.sl-news-list time { color: var(--sl-muted); font-size: .78rem; }
.sl-join-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.sl-join-card { position: relative; overflow: hidden; min-height: 270px; padding: 36px; border-radius: var(--sl-radius); }
.sl-join-card:first-child { color: #fff; background: var(--sl-primary); }
.sl-join-card:last-child { color: #fff; background: #247d74; }
.sl-join-card__number { font-size: 2.8rem; font-weight: 900; opacity: .14; line-height: 1; }
.sl-join-card h3 { margin: 18px 0 8px; color: #fff; font-size: var(--sl-type-subsection); }
.sl-join-card p { max-width: 460px; color: rgba(255,255,255,.82); }
.sl-join-card .sl-button { margin-top: 16px; color: var(--sl-navy); background: #fff; }
.sl-partners { border-top: 1px solid var(--sl-line); }
.sl-partner-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.sl-partner-list a { display: grid; min-height: 82px; place-items: center; padding: 16px; color: #566074; background: #fff; border: 1px solid var(--sl-line); border-radius: 14px; font-weight: 800; text-align: center; }

/* Pages and posts */
.sl-page-hero { padding: 68px 0 62px; color: #fff; background: radial-gradient(circle at 85% 20%, rgba(241,91,67,.42), transparent 30%), var(--sl-navy); }
.sl-breadcrumbs { margin-bottom: 34px; color: rgba(255,255,255,.62); font-size: .84rem; }
.sl-page-hero h1 { max-width: 900px; margin: 0; color: #fff; font-size: var(--sl-type-page-title); line-height: var(--sl-leading-tight); letter-spacing: -.045em; }
.sl-page-hero p { max-width: 650px; margin: 22px 0 0; color: rgba(255,255,255,.74); }
.sl-page-layout { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 64px; padding: 72px 0 96px; }
.sl-page-nav { align-self: start; position: sticky; top: 120px; }
.sl-page-nav h2 { margin: 0 0 18px; color: var(--sl-navy); font-size: 1.1rem; }
.sl-page-nav ul { padding: 0; margin: 0; list-style: none; border-top: 2px solid var(--sl-navy); }
.sl-page-nav a { display: block; padding: 14px 4px; color: var(--sl-muted); border-bottom: 1px solid var(--sl-line); font-size: .92rem; }
.sl-page-nav a:hover, .sl-page-nav a[aria-current="page"] { color: var(--sl-primary); font-weight: 800; }
.sl-entry { max-width: 850px; }
.sl-entry > *:first-child { margin-top: 0; }
.sl-entry h2 { margin: 46px 0 18px; color: var(--sl-navy); font-size: var(--sl-type-subsection); line-height: var(--sl-leading-heading); letter-spacing: -.032em; }
.sl-entry h3 { margin: 36px 0 14px; color: var(--sl-navy); font-size: var(--sl-type-card-title); }
.sl-entry p, .sl-entry li { color: #4f596b; }
.sl-entry blockquote { margin: 36px 0; padding: 32px; color: var(--sl-navy); background: var(--sl-cream); border-radius: 18px; font-size: 1.2rem; font-weight: 800; }
.sl-entry figure { margin: 42px 0; }
.sl-entry img { border-radius: 20px; }
.sl-info-box { padding: 30px; margin: 34px 0; background: var(--sl-soft); border-radius: 18px; }
.sl-info-box strong { color: var(--sl-navy); }
.sl-content-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin: 35px 0; }
.sl-content-card { padding: var(--sl-card-padding); background: #fff; border: 1px solid var(--sl-line); border-radius: var(--sl-radius-lg); }
.sl-content-card h3 { margin-top: 0; }
.sl-timeline { position: relative; padding-left: 32px; margin-top: 40px; }
.sl-timeline::before { content: ""; position: absolute; left: 7px; top: 12px; bottom: 12px; width: 2px; background: #f6b8c7; }
.sl-timeline-item { position: relative; padding: 0 0 36px 28px; }
.sl-timeline-item::before { content: ""; position: absolute; left: -31px; top: 8px; width: 14px; height: 14px; background: var(--sl-primary); border: 4px solid #fff; border-radius: 50%; box-shadow: 0 0 0 2px #f6b8c7; }
.sl-timeline-item strong { display: block; color: var(--sl-primary); font-size: 1.1rem; }
.sl-org-chart { display: grid; gap: 18px; text-align: center; }
.sl-org-chart__top { width: min(300px, 100%); padding: 24px; margin: auto; color: #fff; background: var(--sl-primary); border-radius: 18px; font-weight: 900; }
.sl-org-chart__row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.sl-org-chart__row div { padding: 24px 16px; background: var(--sl-soft); border: 1px solid var(--sl-line); border-radius: 16px; font-weight: 800; }
.sl-post-list { display: grid; gap: 14px; }
.sl-post-row { display: grid; grid-template-columns: 96px 1fr auto; align-items: center; gap: 24px; padding: 22px 10px; border-bottom: 1px solid var(--sl-line); }
.sl-post-row__type { color: var(--sl-primary); font-size: .82rem; font-weight: 800; }
.sl-post-row h2 { margin: 0; font-size: 1.05rem; }
.sl-post-row time { color: var(--sl-muted); font-size: .82rem; }
.navigation.pagination { margin-top: 50px; }
.nav-links { display: flex; gap: 8px; }
.page-numbers { display: grid; min-width: 40px; height: 40px; place-items: center; border: 1px solid var(--sl-line); border-radius: 50%; }
.page-numbers.current { color: #fff; background: var(--sl-primary); border-color: var(--sl-primary); }

/* Forms */
.sl-application-form { padding: 38px; margin-top: 40px; background: var(--sl-soft); border-radius: 24px; }
.sl-form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.sl-form-grid label { color: var(--sl-navy); font-weight: 800; }
.sl-form-grid label span, .sl-consent span { color: var(--sl-primary); }
.sl-form-wide { grid-column: 1 / -1; }
.sl-form-grid input, .sl-form-grid select, .sl-form-grid textarea { width: 100%; padding: 14px 16px; margin-top: 7px; color: var(--sl-ink); background: #fff; border: 1px solid #d9dde5; border-radius: 10px; outline: none; font-weight: 400; }
.sl-form-grid input:focus, .sl-form-grid select:focus, .sl-form-grid textarea:focus { border-color: var(--sl-primary); box-shadow: 0 0 0 3px rgba(var(--sl-primary-rgb),.12); }
.sl-form-section + .sl-form-section { margin-top: 30px; }
.sl-form-section h3 { margin: 0 0 18px; color: var(--sl-navy); font-size: var(--sl-type-card-title); }
.sl-form-options { padding: 0; border: 0; }
.sl-form-options legend { padding: 0; margin-bottom: 14px; color: var(--sl-navy); font-weight: 800; }
.sl-form-options legend span { color: var(--sl-primary); }
.sl-checkbox-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 18px; }
.sl-checkbox-grid label { display: flex; align-items: center; gap: 9px; padding: 13px 15px; background: #fff; border: 1px solid #d9dde5; border-radius: var(--sl-radius-sm); cursor: pointer; }
.sl-checkbox-grid input { width: auto; margin: 0; accent-color: var(--sl-primary); }
.sl-checkbox-grid span { color: var(--sl-ink); font-weight: 600; }
.sl-consent { display: block; margin: 22px 0; color: var(--sl-muted); font-size: .9rem; }
.sl-consent + .sl-consent { margin-top: -10px; }
.sl-consent input { accent-color: var(--sl-primary); }
.sl-honeypot { position: absolute; left: -9999px; }
.sl-secure-pledge-form { position: relative; max-width: 780px; padding: 20px; margin-top: 32px; background: #f7f8fa; border: 1px solid #edf0f3; border-radius: 20px; }
.sl-secure-notice { padding: 15px 18px; margin-bottom: 18px; color: var(--sl-navy); background: #fff; border: 1px solid rgba(var(--sl-primary-rgb),.2); border-radius: 12px; }
.sl-secure-notice strong { font-size: .86rem; font-weight: var(--sl-weight-bold); }
.sl-secure-notice p { margin: 4px 0 0; color: var(--sl-muted); font-size: .82rem; line-height: 1.6; }
.sl-secure-pledge-form .sl-form-section, .sl-secure-pledge-form .sl-consent-box { min-width: 0; padding: 28px; margin: 18px 0 0; background: #fff; border: 1px solid #edf0f3; border-radius: 16px; box-shadow: 0 5px 18px rgba(22,35,56,.035); }
.sl-secure-notice + .sl-form-section { margin-top: 0; }
.sl-secure-pledge-form .sl-form-section + .sl-form-section { margin-top: 18px; }
.sl-secure-pledge-form .sl-form-heading { display: flex; align-items: baseline; flex-wrap: wrap; margin: 0 0 20px; color: var(--sl-ink); font-size: 1.05rem; font-weight: var(--sl-weight-bold); line-height: 1.4; }
.sl-secure-pledge-form .sl-form-step { color: var(--sl-primary-dark); font-size: .72rem; font-weight: var(--sl-weight-bold); letter-spacing: .055em; }
.sl-secure-pledge-form .sl-form-step-separator { margin: 0 9px; color: #c8cdd5; font-weight: var(--sl-weight-regular); }
.sl-secure-pledge-form .sl-required { color: var(--sl-primary); }
.sl-secure-pledge-form .sl-form-grid { gap: 18px; }
.sl-secure-pledge-form .sl-form-grid label, .sl-secure-pledge-form .sl-identifier-field label { color: #4f596b; font-size: .82rem; font-weight: var(--sl-weight-semibold); }
.sl-secure-pledge-form .sl-form-grid label span, .sl-secure-pledge-form .sl-identifier-field label span { color: inherit; }
.sl-secure-pledge-form .sl-form-grid label .sl-required, .sl-secure-pledge-form .sl-identifier-field label .sl-required { color: var(--sl-primary); }
.sl-secure-pledge-form .sl-form-grid input, .sl-secure-pledge-form .sl-identifier-field input { min-height: 50px; padding: 12px 14px; margin-top: 6px; border-color: #e1e5ea; border-radius: 9px; font-size: .92rem; }
.sl-form-options { padding: 0; border: 0; }
.sl-secure-pledge-form .sl-form-options + .sl-form-options { margin-top: 24px; }
.sl-form-options legend { margin-bottom: 14px; color: var(--sl-navy); font-weight: 800; }
.sl-form-options legend span { color: var(--sl-primary); }
.sl-inline-options, .sl-amount-options { display: flex; flex-wrap: wrap; gap: 10px; }
.sl-inline-options label, .sl-amount-options label { display: inline-flex; align-items: center; min-height: 46px; padding: 10px 15px; color: var(--sl-navy); background: #fff; border: 1px solid #d9dde5; border-radius: 10px; font-weight: 700; cursor: pointer; }
.sl-secure-pledge-form .sl-form-options legend:not(.sl-form-heading) { margin-bottom: 10px; color: #4f596b; font-size: .82rem; font-weight: var(--sl-weight-semibold); }
.sl-secure-pledge-form .sl-inline-options label, .sl-secure-pledge-form .sl-amount-options label { min-height: 44px; padding: 9px 14px; color: #465064; border-color: #e1e5ea; border-radius: var(--sl-radius-pill); font-size: .86rem; font-weight: var(--sl-weight-semibold); }
.sl-inline-options input, .sl-amount-options input { margin: 0 7px 0 0; accent-color: var(--sl-primary); }
.sl-amount-options .sl-custom-amount { width: 180px; min-height: 46px; padding: 10px 14px; background: #fff; border: 1px solid #d9dde5; border-radius: 10px; }
.sl-secure-pledge-form .sl-amount-options .sl-custom-amount { min-height: 44px; border-color: #e1e5ea; border-radius: 9px; font-size: .86rem; }
.sl-identifier-field { max-width: 520px; margin-top: 18px; }
.sl-identifier-field label { display: block; color: var(--sl-navy); font-weight: 800; }
.sl-identifier-field input { width: 100%; padding: 14px 16px; margin-top: 7px; color: var(--sl-ink); background: #fff; border: 1px solid #d9dde5; border-radius: 10px; outline: none; }
.sl-identifier-field input:focus { border-color: var(--sl-primary); box-shadow: 0 0 0 3px rgba(var(--sl-primary-rgb),.12); }
.sl-sensitive-input { position: relative; }
.sl-sensitive-input input { padding-right: 54px; }
.sl-visibility-toggle { position: absolute; top: 11px; right: 4px; display: grid; width: 42px; height: 42px; padding: 0; place-items: center; color: var(--sl-muted); background: transparent; border: 0; border-radius: 8px; cursor: pointer; }
.sl-visibility-toggle:hover, .sl-visibility-toggle:focus-visible { color: var(--sl-primary-dark); background: var(--sl-cream); outline: none; }
.sl-visibility-icon { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.sl-visibility-icon--hide { display: none; }
.sl-visibility-toggle.is-visible .sl-visibility-icon--show { display: none; }
.sl-visibility-toggle.is-visible .sl-visibility-icon--hide { display: block; }
.sl-field-help { margin: 7px 0 0; color: var(--sl-muted); font-size: .84rem; }
.sl-consent-box { padding: 18px 20px; margin: 28px 0 22px; background: #fff; border: 1px solid #d9dde5; border-radius: 12px; }
.sl-consent-box > h3 { margin: 0 0 12px; font-size: 1.05rem; }
.sl-consent-item { padding: 14px 0; border-top: 1px solid var(--sl-line); }
.sl-consent-item:first-of-type { border-top: 0; }
.sl-consent-box .sl-consent { display: flex; align-items: flex-start; gap: 9px; margin: 0; color: var(--sl-ink); font-weight: 700; line-height: 1.55; }
.sl-secure-pledge-form .sl-consent-box { margin-bottom: 18px; }
.sl-secure-pledge-form .sl-consent-item { padding: 12px 0; }
.sl-secure-pledge-form .sl-consent-box .sl-consent { color: #4f596b; font-size: .86rem; font-weight: var(--sl-weight-medium); }
.sl-consent-box .sl-consent input { flex: 0 0 auto; margin: 4px 0 0; }
.sl-consent-detail { margin: 7px 0 0 25px; color: var(--sl-muted); font-size: .8rem; }
.sl-consent-detail summary { width: max-content; color: var(--sl-primary-dark); font-weight: var(--sl-weight-semibold); text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.sl-consent-detail > div { padding: 16px 18px; margin-top: 10px; background: var(--sl-soft); border: 1px solid var(--sl-line); border-radius: 10px; }
.sl-consent-detail h4 { margin: 0 0 10px; color: var(--sl-navy); font-size: .86rem; font-weight: var(--sl-weight-bold); }
.sl-consent-detail dl { display: grid; grid-template-columns: 92px 1fr; gap: 7px 12px; margin: 0; }
.sl-consent-detail dt { color: var(--sl-navy); font-weight: var(--sl-weight-semibold); }
.sl-consent-detail dd { margin: 0; }
.sl-consent-detail p { margin: 10px 0 0; line-height: 1.65; }
.sl-secure-pledge-form > .sl-button { width: 100%; min-height: 52px; border-radius: 12px; font-size: .94rem; font-weight: var(--sl-weight-bold); }

/* Shared application-form hierarchy: secure pledge, sponsor and volunteer. */
.sl-system-form { position: relative; max-width: 780px; padding: 0; margin-top: 32px; background: transparent; border: 0; border-radius: 0; }
.sl-system-form .sl-form-section, .sl-system-form .sl-consent-box { min-width: 0; padding: 30px 0; margin: 0; background: transparent; border: 0; border-top: 1px solid var(--sl-line); border-radius: 0; box-shadow: none; }
.sl-system-form .sl-secure-notice + .sl-form-section, .sl-system-form > .sl-honeypot + .sl-form-section { margin-top: 0; }
.sl-system-form .sl-secure-notice + .sl-form-section, .sl-system-form > .sl-honeypot + .sl-form-section { border-top: 0; }
.sl-system-form .sl-form-section + .sl-form-section { margin-top: 0; }
.sl-system-form .sl-form-heading { display: flex; align-items: baseline; flex-wrap: wrap; margin: 0 0 20px; color: var(--sl-ink); font-size: 1.05rem; font-weight: var(--sl-weight-bold); line-height: 1.4; }
.sl-system-form .sl-form-step { color: var(--sl-primary-dark); font-size: .72rem; font-weight: var(--sl-weight-bold); letter-spacing: .055em; }
.sl-system-form .sl-form-step-separator { margin: 0 9px; color: #c8cdd5; font-weight: var(--sl-weight-regular); }
.sl-system-form .sl-required { color: var(--sl-primary); }
.sl-system-form .sl-form-grid { gap: 18px; }
.sl-system-form .sl-form-grid label, .sl-system-form .sl-identifier-field label { color: #4f596b; font-size: .82rem; font-weight: var(--sl-weight-semibold); }
.sl-system-form .sl-form-grid label span, .sl-system-form .sl-identifier-field label span { color: inherit; }
.sl-system-form .sl-form-grid label .sl-required, .sl-system-form .sl-identifier-field label .sl-required { color: var(--sl-primary); }
.sl-system-form .sl-form-grid input, .sl-system-form .sl-form-grid select, .sl-system-form .sl-form-grid textarea, .sl-system-form .sl-identifier-field input { width: 100%; min-height: 50px; padding: 12px 0; margin-top: 6px; color: var(--sl-ink); background: transparent; border: 0; border-bottom: 1.5px solid #dfe3e8; border-radius: 0; outline: none; font-size: .92rem; font-weight: var(--sl-weight-regular); }
.sl-system-form .sl-sensitive-input input { padding-right: 54px; }
.sl-system-form .sl-form-grid textarea { min-height: 132px; resize: vertical; line-height: 1.65; }
.sl-system-form .sl-form-grid input:focus, .sl-system-form .sl-form-grid select:focus, .sl-system-form .sl-form-grid textarea:focus, .sl-system-form .sl-identifier-field input:focus { border-color: var(--sl-primary); box-shadow: none; }
.sl-system-form .sl-form-options + .sl-form-options { margin-top: 24px; }
.sl-system-form .sl-form-options legend:not(.sl-form-heading) { margin-bottom: 10px; color: #4f596b; font-size: .82rem; font-weight: var(--sl-weight-semibold); }
.sl-system-form .sl-inline-options label, .sl-system-form .sl-amount-options label { min-height: 44px; padding: 9px 14px; color: #465064; border-color: #e1e5ea; border-radius: var(--sl-radius-pill); font-size: .86rem; font-weight: var(--sl-weight-semibold); }
.sl-system-form .sl-checkbox-grid { gap: 10px; }
.sl-system-form .sl-checkbox-grid label { min-height: 48px; padding: 11px 14px; border-color: #e1e5ea; border-radius: 10px; }
.sl-system-form .sl-checkbox-grid span { font-size: .86rem; font-weight: var(--sl-weight-semibold); }
.sl-system-form .sl-form-section > .sl-consent { display: flex; align-items: flex-start; gap: 9px; margin: 18px 0 0; color: #4f596b; font-size: .84rem; font-weight: var(--sl-weight-medium); line-height: 1.55; }
.sl-system-form .sl-form-section > .sl-consent + .sl-consent { margin-top: 10px; }
.sl-system-form .sl-form-section > .sl-consent input { flex: 0 0 auto; margin: 4px 0 0; }
.sl-system-form > .sl-button { width: 100%; min-height: 52px; margin-top: 18px; border-radius: 10px; font-size: .94rem; font-weight: var(--sl-weight-bold); }
.sl-form-success { padding: 22px 26px; margin-bottom: 26px; color: #176c51; background: #e9f8f2; border-radius: 14px; }
.sl-form-error { padding: 22px 26px; margin-bottom: 26px; color: #972f4c; background: #fff0f3; border-radius: 14px; }

@media (max-width: 520px) {
  .sl-system-form .sl-form-section, .sl-system-form .sl-consent-box { padding: 24px 0; }
  .sl-consent-detail { margin-left: 0; }
  .sl-consent-detail dl { grid-template-columns: 1fr; gap: 3px; }
  .sl-consent-detail dd + dt { margin-top: 7px; }
}

.sl-donation-accounts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--sl-space-4); margin: var(--sl-space-5) 0 var(--sl-space-6); }
.sl-donation-account { padding: var(--sl-space-5); background: var(--sl-soft); border: 1px solid var(--sl-line); border-radius: var(--sl-radius-md); }
.sl-donation-account__purpose { margin: 0 0 var(--sl-space-2); color: var(--sl-primary); font-size: var(--sl-type-label); font-weight: 800; }
.sl-donation-account h3 { margin: 0 0 var(--sl-space-3); font-size: var(--sl-type-card-title); }
.sl-donation-account__number { margin: 0; color: var(--sl-navy); font-size: 1.25rem; font-weight: 800; letter-spacing: .02em; word-break: break-all; }
.sl-donation-account__holder { margin: var(--sl-space-2) 0 0; color: var(--sl-muted); font-size: var(--sl-type-small); }

/* Footer */
.site-footer { color: rgba(255,255,255,.66); background: #101b2c; }
.sl-footer-top { display: grid; grid-template-columns: 1.4fr repeat(3, .7fr); gap: 50px; padding: 76px 0 58px; }
.sl-footer-brand .site-brand__name, .sl-footer-brand .site-brand__prefix { color: #fff; }
.sl-footer-address { max-width: 300px; margin-top: 22px; font-size: .84rem; font-style: normal; line-height: 1.7; }
.sl-footer-column h2 { margin: 0 0 20px; color: #fff; font-size: .95rem; }
.sl-footer-column ul { padding: 0; margin: 0; list-style: none; }
.sl-footer-column > ul { font-size: .84rem; line-height: 1.7; }
.sl-footer-column li { margin: 6px 0; }
.sl-footer-column a:hover { color: #fff; }
.sl-footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: var(--sl-space-5); padding: 24px 0 38px; border-top: 1px solid rgba(255,255,255,.1); font-size: .78rem; }
.sl-footer-policy { display: flex; flex-wrap: wrap; gap: 5px 18px; }
.sl-footer-policy a { position: relative; }
.sl-footer-policy a:not(:last-child)::after { position: absolute; top: 50%; right: -10px; width: 1px; height: 10px; background: rgba(255,255,255,.2); content: ""; transform: translateY(-50%); }
.sl-footer-policy a:hover { color: #fff; }
.sl-footer-copyright { margin-left: auto; text-align: right; white-space: nowrap; }
.sl-footer-agencies { display: grid; grid-template-columns: 1fr; gap: 7px; }
.sl-footer-agencies a { display: grid; min-height: 46px; padding: 7px 10px; place-items: center; background: #fff; border: 1px solid rgba(255,255,255,.18); border-radius: var(--sl-radius-sm); transition: transform var(--sl-motion-fast), box-shadow var(--sl-motion-fast); }
.sl-footer-agencies a:hover { transform: translateY(-2px); box-shadow: var(--sl-shadow-sm); }
.sl-footer-agencies a:focus-visible { outline: 3px solid rgba(255,255,255,.8); outline-offset: 3px; }
.sl-footer-agencies img { width: auto; max-width: 100%; height: 29px; object-fit: contain; }
.sl-footer-account-list { padding: 0; margin: 0; list-style: none; }
.sl-footer-account-list li { margin: 0; }
.sl-footer-account-list small, .sl-footer-account-list strong, .sl-footer-account-list span { display: block; }
.sl-footer-account-list small { margin-bottom: 3px; color: rgba(255,255,255,.48); font-size: .74rem; }
.sl-footer-account-list strong { color: #fff; font-size: .88rem; line-height: 1.5; word-break: break-all; }
.sl-footer-account-list span { margin-top: 2px; font-size: .78rem; }

@media (max-width: 1100px) {
  .menu-open .site-header { z-index: 1000; backdrop-filter: none; -webkit-backdrop-filter: none; }
  .sl-header-inner { justify-content: space-between; }
  .sl-gnb { position: fixed; inset: 80px 0 0; z-index: 1001; flex: none; overflow-y: auto; overscroll-behavior: contain; padding: 14px var(--sl-page-gutter) 32px; background: #fff; opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-6px); transition: opacity 120ms ease, transform 120ms ease, visibility 0s linear 120ms; }
  .menu-open .sl-gnb { opacity: 1; visibility: visible; transform: none; }
  .menu-open .sl-gnb { pointer-events: auto; transition-delay: 0s; }
  .sl-gnb__list { display: block; }
  .sl-gnb__item { border-bottom: 1px solid var(--sl-line); }
  .sl-gnb__row { align-items: center; }
  .sl-gnb__top { flex: 1; min-height: 58px; font-size: 1.08rem; }
  .sl-gnb__top::after { display: none; }
  .sl-submenu-toggle { display: grid; flex: 0 0 44px; width: 44px; height: 44px; padding: 0; place-items: center; background: transparent; border: 0; border-radius: 50%; cursor: pointer; }
  .sl-submenu-toggle:hover, .sl-submenu-toggle:focus-visible { background: var(--sl-soft); }
  .sl-submenu-toggle span { width: 9px; height: 9px; border-right: 2px solid var(--sl-navy); border-bottom: 2px solid var(--sl-navy); transform: translateY(-2px) rotate(45deg); transition: transform var(--sl-motion-fast); }
  .sl-gnb__item.is-open .sl-submenu-toggle span { transform: translateY(2px) rotate(225deg); }
  .sl-submenu { position: static; overflow: hidden; visibility: hidden; max-height: 0; min-width: 0; padding: 0 0 0 14px; border: 0; border-radius: 0; box-shadow: none; opacity: 0; transform: none; transition: none; }
  .sl-gnb__item.is-open .sl-submenu { visibility: visible; max-height: 520px; padding-bottom: 14px; opacity: 1; }
  .sl-menu-toggle { display: block; }
  .sl-header-actions { flex: 0 0 auto; margin-left: auto; }
  .sl-header-actions .sl-header-donate { display: none; }
  .sl-quick { grid-template-columns: repeat(2, 1fr); }
  .sl-quick a:nth-child(2) { border-right: 0; }
  .sl-quick a:nth-child(-n+2) { border-bottom: 1px solid var(--sl-line); }
  .sl-about-grid, .sl-story-grid { grid-template-columns: 1fr; }
  .sl-story-grid { gap: 50px; }
  .sl-page-layout { grid-template-columns: 1fr; }
  .sl-page-nav { display: none; }
}

@media (max-width: 760px) {
  :root {
    --sl-type-display: 2.05rem;
    --sl-type-page-title: 2.15rem;
    --sl-type-section-title: 1.7rem;
    --sl-type-subsection: 1.45rem;
    --sl-space-section: 62px;
    --sl-page-gutter: 18px;
    --sl-card-padding: 24px;
    --sl-hero-height: 620px;
  }
  .sl-container { width: min(calc(100% - (var(--sl-page-gutter) * 2)), var(--sl-width)); }
  .sl-section { padding: var(--sl-space-section) 0; }
  .sl-section-head { display: block; margin-bottom: 34px; }
  .sl-section-head .sl-text-link { margin-top: 18px; }
  .sl-header-inner { min-height: 74px; }
  .site-brand { min-width: 0; }
  .site-brand__mark { width: 36px; height: 36px; }
  .site-brand__name { font-size: .9rem; }
  .sl-gnb { inset: 74px 0 0; }
  .sl-hero-fallback { min-height: var(--sl-hero-height); }
  .sl-hero-content { width: calc(100% - 36px); padding: 60px 0 72px; }
  .sl-hero h2 { max-width: 340px; font-size: var(--sl-type-display); line-height: var(--sl-leading-tight); }
  .sl-hero-copy { max-width: 340px; font-size: .94rem; line-height: 1.65; }
  .sl-hero .swiper-pagination { bottom: 26px !important; }
  .sl-hero .swiper-button-prev, .sl-hero .swiper-button-next { display: none; }
  .sl-quick-wrap { margin-top: 0; }
  .sl-quick a { min-height: 104px; padding: 22px 18px; }
  .sl-quick small { display: none; }
  .sl-about-media { min-height: 370px; }
  .sl-about-media__main { height: 350px; }
  .sl-about-media__sub { height: 145px; }
  .sl-about-badge { width: 86px; height: 86px; font-size: .7rem; }
  .sl-card-grid, .sl-news-grid, .sl-join-grid { grid-template-columns: 1fr; }
  .sl-project-card { min-height: 310px; }
  .sl-stats-grid { grid-template-columns: repeat(2, 1fr); }
  .sl-stat:nth-child(2) { border-right: 0; }
  .sl-stat:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.18); }
  .sl-stat { padding: 32px 18px; }
  .sl-story-image { height: 360px; }
  .sl-story-note { left: 18px; right: 18px; max-width: none; }
  .sl-partner-list { grid-template-columns: repeat(2, 1fr); }
  .sl-page-hero { padding: 70px 0 64px; }
  .sl-page-layout { padding: 66px 0 90px; }
  .sl-content-cards, .sl-form-grid, .sl-checkbox-grid, .sl-donation-accounts { grid-template-columns: 1fr; }
  .sl-form-wide { grid-column: auto; }
  .sl-application-form { padding: 24px 18px; }
  .sl-system-form { padding: 0; }
  .sl-org-chart__row { grid-template-columns: 1fr; }
  .sl-post-row { grid-template-columns: 1fr; gap: 5px; }
  .sl-footer-top { grid-template-columns: 1fr 1fr; gap: 36px 24px; }
  .sl-footer-brand { grid-column: 1 / -1; }
  .sl-footer-agencies { max-width: 220px; }
  .sl-footer-bottom { align-items: flex-start; flex-direction: column; }
  .sl-footer-copyright { margin-left: 0; text-align: left; white-space: normal; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
