/html
.mission-title { font-family: var(–font-serif); font-size: clamp(2rem, 3.5vw, 2.9rem); font-weight: 900; color: var(–ink); line-height: 1.15; letter-spacing: -0.01em; margin: 1rem 0 1.5rem; } .mission-title em { font-style: italic; font-weight: 400; color: var(–red); } .mission-body { font-size: 1rem; color: var(–muted); line-height: 1.8; margin-bottom: 1.5rem; font-weight: 300; } .mission-pillars { display: flex; flex-direction: column; gap: 0.9rem; margin-bottom: 2.5rem; } .mission-pillar { display: flex; align-items: flex-start; gap: 12px; padding: 0.875rem 1rem; border-radius: 100px; background: var(–red-pale); border-left: 3px solid var(–red); } .pillar-icon { font-size: 20px; flex-shrink: 0; } .pillar-text strong { display: block; font-size: 14px; font-weight: 600; color: var(–ink); } .pillar-text span { font-size: 13px; color: var(–muted); } .btn-solid { display: inline-flex; align-items: center; gap: 8px; background: var(–red); color: white; font-size: 15px; font-weight: 700; padding: 0.9rem 2rem; border-radius: 10px; transition: all 0.3s var(–ease); box-shadow: 0 4px 20px rgba(192,20,42,0.35); } .btn-solid:hover { background: var(–red-deep); transform: translateY(-2px); } /* ===== PROGRAMS ===== */ .programs { padding: 6rem 0; background: var(–bone); } .programs-header { text-align: center; margin-bottom: 3rem; } .filter-bar { display: flex; justify-content: center; gap: 8px; flex-wrap: wrap; margin-bottom: 2.5rem; } .filter-tab { background: white; color: var(–muted); border: 1.5px solid var(–border); border-radius: 100px; padding: 7px 18px; font-size: 13px; font-weight: 500; cursor: pointer; transition: all 0.2s; } .filter-tab:hover { border-color: var(–red); color: var(–red); } .filter-tab.active { background: var(–red); color: white; border-color: var(–red); } .prog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; } .prog-card { background: white; border-radius: var(–radius); border: 1.5px solid var(–border); overflow: hidden; transition: all 0.35s var(–ease); } .prog-card:hover { transform: translateY(-4px); box-shadow: 0 16px 48px var(–red-glow); } .prog-img { aspect-ratio: 16/9; background: var(–red-pale); position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; cursor: pointer; } .prog-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: none; } .prog-img-placeholder { display: flex; flex-direction: column; align-items: center; gap: 8px; color: var(–red-light); pointer-events: none; } .prog-img-placeholder span { font-size: 11px; font-weight: 600; color: var(–muted); text-transform: uppercase; letter-spacing: 0.06em; } .prog-img-icon { font-size: 36px; } .prog-img-upload { position: absolute; inset: 0; background: rgba(192,20,42,0.85); display: flex; align-items: center; justify-content: center; color: white; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.07em; opacity: 0; transition: opacity 0.3s; } .prog-img:hover .prog-img-upload { opacity: 1; } .prog-body { padding: 1.5rem; } .prog-tag { display: inline-block; font-size: 10.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(–red); background: var(–red-pale); padding: 3px 10px; border-radius: 100px; margin-bottom: 0.75rem; } .prog-name { font-family: var(–font-serif); font-size: 1.15rem; font-weight: 700; color: var(–ink); margin-bottom: 0.5rem; } .prog-desc { font-size: 13.5px; color: var(–muted); line-height: 1.65; margin-bottom: 1rem; } .prog-meta { display: flex; justify-content: space-between; align-items: center; } .prog-stat { font-size: 12px; color: var(–muted); } .prog-stat strong { color: var(–red); font-weight: 700; } .prog-link { font-size: 13px; font-weight: 700; color: var(–red); display: flex; align-items: center; gap: 4px; transition: gap 0.2s; } .prog-link:hover { gap: 8px; } /* ===== DONATION SECTION ===== */ .donate-section { padding: 7rem 0; background: white; position: relative; overflow: hidden; } .donate-section::before { content: ”; position: absolute; top: 0; left: 0; right: 0; height: 5px; background: linear-gradient(90deg, var(–red-deep), var(–red), var(–red-mid), var(–red)); } .donate-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: start; } .donate-info .section-chip { background: var(–red-pale); color: var(–red); } .donate-title { font-family: var(–font-serif); font-size: clamp(2rem, 3.5vw, 2.8rem); font-weight: 900; color: var(–ink); line-height: 1.15; margin: 1rem 0 1.25rem; letter-spacing: -0.01em; } .donate-title em { font-style: italic; font-weight: 400; color: var(–red); } .donate-desc { font-size: 1rem; color: var(–muted); line-height: 1.8; margin-bottom: 2rem; font-weight: 300; } .impact-list { display: flex; flex-direction: column; gap: 0.75rem; margin-bottom: 2rem; } .impact-item { display: flex; align-items: center; gap: 12px; padding: 0.875rem 1rem; border-radius: 10px; background: var(–red-pale); border-left: 3px solid var(–red); } .impact-item-icon { font-size: 18px; flex-shrink: 0; } .impact-item-text { font-size: 13.5px; color: var(–ink2); font-weight: 500; } .impact-item-text span { color: var(–red); font-weight: 700; } /* DONATION FORM */ .donate-form-wrap { background: var(–bone); border-radius: 24px; padding: 2.5rem; border: 1.5px solid var(–border); box-shadow: 0 8px 48px var(–red-glow); position: sticky; top: 100px; } .donate-form-head { text-align: center; padding-bottom: 1.75rem; border-bottom: 1.5px solid var(–red-light); margin-bottom: 1.75rem; } .donate-form-head h3 { font-family: var(–font-serif); font-size: 1.5rem; font-weight: 900; color: var(–ink); margin-bottom: 0.35rem; } .donate-form-head p { font-size: 13px; color: var(–muted); font-weight: 400; } .freq-toggle { display: flex; background: white; border-radius: 100px; border: 1.5px solid var(–red-light); padding: 3px; gap: 2px; margin-bottom: 1.5rem; } .freq-btn { flex: 1; padding: 7px; border-radius: 100px; font-size: 13px; font-weight: 600; color: var(–muted); transition: all 0.2s; text-align: center; cursor: pointer; } .freq-btn.active { background: var(–red); color: white; } .amount-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-bottom: 1rem; } .amount-btn { background: white; color: var(–ink2); border: 1.5px solid var(–border); border-radius: 10px; padding: 0.65rem; font-size: 14px; font-weight: 700; cursor: pointer; transition: all 0.2s; text-align: center; } .amount-btn:hover { border-color: var(–red); color: var(–red); } .amount-btn.sel { background: var(–red); color: white; border-color: var(–red); } .custom-field { display: none; margin-bottom: 1rem; } .custom-field.show { display: block; } .custom-field input { width: 100%; padding: 0.75rem 1rem; border: 1.5px solid var(–border); border-radius: 10px; font-size: 15px; font-family: var(–font-sans); color: var(–ink); background: white; outline: none; transition: border-color 0.2s; } .custom-field input:focus { border-color: var(–red); } .donor-fields { display: flex; flex-direction: column; gap: 0.75rem; margin-bottom: 1.25rem; } .donor-fields input, .donor-fields select { width: 100%; padding: 0.75rem 1rem; border: 1.5px solid var(–border); border-radius: 10px; font-size: 14px; font-family: var(–font-sans); color: var(–ink); background: white; outline: none; transition: border-color 0.2s; } .donor-fields input:focus, .donor-fields select:focus { border-color: var(–red); } .consent-row { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 1.25rem; font-size: 12px; color: var(–muted); line-height: 1.5; } .consent-row input[type=checkbox] { width: 15px; height: 15px; flex-shrink: 0; margin-top: 2px; accent-color: var(–red); } .btn-donate { width: 100%; background: var(–red); color: white; border: none; border-radius: 12px; padding: 1rem; font-size: 16px; font-weight: 700; cursor: pointer; transition: all 0.3s var(–ease); box-shadow: 0 5px 24px rgba(192,20,42,0.4); font-family: var(–font-sans); letter-spacing: 0.01em; } .btn-donate:hover { background: var(–red-deep); transform: translateY(-2px); } .donate-secure { text-align: center; margin-top: 1rem; font-size: 12px; color: var(–muted); display: flex; align-items: center; justify-content: center; gap: 6px; } .donate-success { display: none; text-align: center; padding: 1rem; } .donate-success-icon { font-size: 48px; margin-bottom: 1rem; } .donate-success h3 { font-family: var(–font-serif); font-size: 1.4rem; font-weight: 900; color: var(–ink); margin-bottom: 0.5rem; } .donate-success p { font-size: 14px; color: var(–muted); } /* BANK TRANSFER */ .bank-panel { margin-top: 2rem; background: white; border-radius: var(–radius); border: 1.5px solid var(–border); overflow: hidden; } .bank-toggle { width: 100%; padding: 1rem 1.25rem; display: flex; justify-content: space-between; align-items: center; font-size: 14px; font-weight: 600; color: var(–ink); background: none; cursor: pointer; border: none; font-family: var(–font-sans); transition: background 0.2s; } .bank-toggle:hover { background: var(–red-pale); } .bank-toggle-icon { transition: transform 0.3s; } .bank-panel.open .bank-toggle-icon { transform: rotate(180deg); } .bank-details { display: none; padding: 1.25rem; border-top: 1.5px solid var(–border); } .bank-panel.open .bank-details { display: block; } .bank-row { display: flex; justify-content: space-between; align-items: center; padding: 0.5rem 0; font-size: 13px; border-bottom: 1px solid var(–red-pale); } .bank-row:last-child { border-bottom: none; } .bank-label { color: var(–muted); font-weight: 400; } .bank-val { font-weight: 600; color: var(–ink); display: flex; align-items: center; gap: 6px; } .copy-btn { background: var(–red-pale); color: var(–red); border: none; border-radius: 6px; padding: 3px 10px; font-size: 11px; font-weight: 700; cursor: pointer; font-family: var(–font-sans); transition: all 0.2s; } .copy-btn:hover { background: var(–red); color: white; } /* ===== GALLERY / STORIES ===== */ .gallery { padding: 6rem 0; background: var(–red-pale); } .gallery-header { text-align: center; margin-bottom: 3rem; } .gallery-slider-wrap { position: relative; o