@charset "UTF-8";
:root {
    --ink: #1e2530;
    --muted: #5d6875;
    --paper: #fffdfb;
    --soft: #f7f2f6;
    --plum: #5c2349;
    --plum-dark: #421735;
    --teal: #137f7a;
    --teal-dark: #0b615e;
    --coral: #e76f61;
    --gold: #e1ad42;
    --line: #e5dce3;
    --white: #ffffff;
    --shadow: 0 24px 70px rgba(43, 22, 39, .12);
    --shadow-small: 0 12px 35px rgba(43, 22, 39, .08);
    --radius: 24px;
    --radius-small: 16px;
    --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
a { color: inherit; }
img { max-width: 100%; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow { max-width: 850px; }
.skip-link { position: fixed; left: 16px; top: -70px; z-index: 9999; background: var(--white); color: var(--plum-dark); padding: 12px 18px; border-radius: 10px; box-shadow: var(--shadow-small); }
.skip-link:focus { top: 16px; }
.utility-bar { background: var(--plum-dark); color: var(--white); font-size: .84rem; }
.utility-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.utility-inner p { margin: 0; }
.utility-inner a { font-weight: 800; }
.utility-emergency { opacity: .8; }
.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255, 253, 251, .94); border-bottom: 1px solid rgba(92, 35, 73, .09); backdrop-filter: blur(18px); }
.header-inner { min-height: 86px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; flex-shrink: 0; }
.brand-logo { display: block; width: 235px; height: auto; }
.brand-logo-light { width: 255px; }
.site-nav { margin-left: auto; display: flex; align-items: center; gap: 20px; }
.site-nav > a { color: #3a414b; text-decoration: none; font-size: .92rem; font-weight: 720; white-space: nowrap; }
.site-nav > a:hover, .site-nav > a.active { color: var(--plum); }
.site-nav .nav-language { color: var(--teal-dark); border-left: 1px solid var(--line); padding-left: 18px; }
.nav-toggle { display: none; margin-left: auto; border: 0; background: transparent; color: var(--plum-dark); font-weight: 800; align-items: center; gap: 8px; padding: 10px; }
.nav-toggle-lines { display: grid; gap: 4px; }
.nav-toggle-lines i { display: block; width: 22px; height: 2px; background: currentColor; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 12px 22px; border: 2px solid var(--plum); border-radius: 999px; background: var(--plum); color: var(--white) !important; text-decoration: none; font-weight: 850; letter-spacing: -.01em; box-shadow: 0 10px 24px rgba(92, 35, 73, .17); transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--plum-dark); box-shadow: 0 14px 30px rgba(92, 35, 73, .22); }
.button-small { min-height: 42px; padding: 9px 17px; font-size: .86rem !important; }
.button-secondary { background: transparent; color: var(--plum) !important; box-shadow: none; }
.button-secondary:hover { color: var(--white) !important; }
.button-light { background: var(--white); color: var(--plum-dark) !important; border-color: var(--white); box-shadow: none; }
.button-light:hover { background: #fff6fc; color: var(--plum-dark) !important; }
.button:disabled { opacity: .58; cursor: not-allowed; transform: none; }
.eyebrow { margin: 0 0 14px; color: var(--teal-dark); font-size: .76rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.light { color: #f6d7eb; }
h1, h2, h3 { margin-top: 0; line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(2.8rem, 5.7vw, 5.8rem); }
h2 { font-size: clamp(2rem, 3.8vw, 3.8rem); }
h3 { font-size: 1.25rem; }
p { color: var(--muted); }
.hero { position: relative; overflow: hidden; padding: 86px 0 96px; background: linear-gradient(135deg, #fffdfb 0%, #fbf0f7 52%, #ecf7f5 100%); }
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 70px; position: relative; z-index: 2; }
.hero-copy h1 { max-width: 760px; color: var(--plum-dark); margin-bottom: 24px; }
.hero-lead { max-width: 690px; font-size: clamp(1.1rem, 1.6vw, 1.34rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin: 34px 0 27px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 18px; color: #4f5c64; font-size: .9rem; font-weight: 700; }
.hero-trust span { display: flex; align-items: center; gap: 7px; }
.hero-trust i { width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: rgba(19, 127, 122, .12); color: var(--teal-dark); font-style: normal; }
.hero-visual { min-height: 430px; position: relative; }
.photo-frame { position: absolute; overflow: hidden; border: 8px solid rgba(255,255,255,.9); background: linear-gradient(145deg, #dac0d2, #f2dad5 48%, #9ecfc9); box-shadow: var(--shadow); }
.photo-frame, .support-photo, .story-photo { background-repeat: no-repeat; background-size: cover; background-position: center; }
.photo-frame-main { inset: 12px 0 48px 0; border-radius: 42px 18px 42px 18px; }
.photo-frame-small { width: 170px; height: 155px; left: -18px; bottom: -8px; border-radius: 22px; background: linear-gradient(145deg, #f8d58f, #e7887f); }
.photo-placeholder-content { min-height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; gap: 8px; padding: 24px; color: rgba(66,23,53,.8); }
.photo-placeholder-content strong { font-size: 1.03rem; }
.photo-placeholder-content small { font-size: .72rem; opacity: .75; }
.photo-placeholder-content.compact { padding: 15px; }
.photo-icon { font-size: 2rem; font-weight: 900; }
.hero-badge { position: absolute; right: -10px; bottom: 20px; width: 145px; height: 145px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; border-radius: 50%; background: var(--plum); color: var(--white); box-shadow: var(--shadow-small); transform: rotate(5deg); }
.hero-badge strong { font-size: 2.1rem; line-height: 1; }
.hero-badge span { max-width: 100px; margin-top: 5px; font-size: .72rem; line-height: 1.3; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .55; }
.hero-orb-one { width: 290px; height: 290px; background: #f3c9db; left: -140px; top: 70px; }
.hero-orb-two { width: 380px; height: 380px; background: #ccebe6; right: -180px; bottom: -130px; }
.quick-actions { position: relative; z-index: 5; margin-top: -42px; }
.quick-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-radius: 22px; overflow: hidden; box-shadow: var(--shadow-small); background: var(--white); }
.quick-card { min-height: 132px; display: flex; align-items: center; gap: 14px; padding: 24px; text-decoration: none; border-right: 1px solid var(--line); transition: background .2s ease; }
.quick-card:last-child { border-right: 0; }
.quick-card:hover { background: #fbf5f9; }
.quick-card > b { margin-left: auto; color: var(--plum); font-size: 1.4rem; }
.quick-card strong, .quick-card small { display: block; }
.quick-card small { margin-top: 4px; color: var(--muted); font-size: .77rem; }
.quick-icon { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 13px; background: var(--soft); color: var(--plum); font-weight: 900; font-size: .75rem; }
.announcement-section { padding: 48px 0 0; }
.announcement-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; padding: 25px 28px; border: 1px solid #d6ebe8; border-radius: 18px; background: #f1faf8; }
.announcement-label { padding: 8px 12px; border-radius: 999px; background: var(--teal); color: var(--white); font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.announcement-card h2 { margin: 0 0 5px; font-size: 1.25rem; letter-spacing: -.02em; }
.announcement-card p { margin: 0; font-size: .92rem; }
.text-link { color: var(--plum); text-decoration: none; font-weight: 850; white-space: nowrap; }
.text-link:hover { text-decoration: underline; }
.section { padding: 104px 0; }
.section-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: end; margin-bottom: 45px; }
.section-heading h2 { margin-bottom: 0; color: var(--plum-dark); }
.section-heading > p { margin: 0; font-size: 1.05rem; }
.compact-heading { grid-template-columns: 1fr auto; align-items: center; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { min-height: 250px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-small); background: var(--white); box-shadow: 0 8px 25px rgba(43, 22, 39, .035); transition: transform .2s ease, box-shadow .2s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-small); }
.service-card > span { width: 50px; height: 50px; display: grid; place-items: center; margin-bottom: 38px; border-radius: 15px; background: var(--soft); color: var(--plum); font-weight: 900; font-size: 1.1rem; }
.service-card h3 { color: var(--plum-dark); }
.service-card p { margin-bottom: 0; }
.center-action { text-align: center; margin-top: 34px; }
.support-panel { padding-top: 30px; }
.support-grid { overflow: hidden; display: grid; grid-template-columns: .9fr 1.1fr; min-height: 570px; border-radius: 32px; background: var(--plum-dark); box-shadow: var(--shadow); }
.support-photo { min-height: 520px; background: linear-gradient(145deg, #e0b4c8, #e7a38f 50%, #8fc6bf); }
.support-photo .photo-placeholder-content { color: var(--plum-dark); }
.support-copy { align-self: center; padding: 70px; }
.support-copy h2, .support-copy p { color: var(--white); }
.support-copy p { opacity: .82; font-size: 1.07rem; }
.locations-preview { background: #fffafc; }
.location-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.location-card { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-small); background: var(--white); }
.location-top { display: flex; align-items: center; gap: 14px; margin-bottom: 23px; }
.location-top > span { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: var(--plum); color: var(--white); font-weight: 900; }
.location-top p, .location-top h3 { margin: 0; }
.location-top p { color: var(--teal-dark); font-size: .7rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.location-card > p { min-height: 54px; }
.location-phone { display: block; margin: 18px 0; color: var(--plum); font-size: 1.25rem; font-weight: 900; text-decoration: none; }
.location-actions { display: flex; gap: 18px; border-top: 1px solid var(--line); padding-top: 18px; }
.location-actions a { color: var(--teal-dark); font-size: .88rem; font-weight: 850; text-decoration: none; }
.mission-band { background: var(--soft); }
.mission-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 85px; align-items: center; }
.mission-grid h2 { margin-bottom: 0; color: var(--plum-dark); }
.mission-grid p { font-size: 1.08rem; }
.donate-home { padding-top: 60px; }
.donate-card { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; padding: 58px; border-radius: 30px; background: linear-gradient(120deg, var(--teal-dark), var(--teal)); }
.donate-card h2 { margin: 0; max-width: 850px; color: var(--white); font-size: clamp(1.8rem, 3vw, 3rem); }
.page-hero { padding: 95px 0 85px; background: linear-gradient(135deg, #fbf0f7, #eef8f6); text-align: center; }
.page-hero h1 { color: var(--plum-dark); font-size: clamp(2.7rem, 5vw, 5rem); }
.page-hero p:last-child { max-width: 760px; margin: 0 auto; font-size: 1.15rem; }
.page-hero .hero-actions { justify-content: center; }
.content-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.detail-card { position: relative; min-height: 280px; padding: 35px; border: 1px solid var(--line); border-radius: 20px; background: var(--white); }
.detail-card > span { color: var(--coral); font-size: .8rem; font-weight: 950; letter-spacing: .12em; }
.detail-card h2 { margin-top: 40px; color: var(--plum-dark); font-size: 2rem; }
.final-cta { text-align: center; background: var(--soft); }
.final-cta .container { max-width: 760px; }
.final-cta h2 { color: var(--plum-dark); }
.two-column { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: start; }
.steps { display: grid; gap: 15px; margin-top: 35px; }
.steps article { display: grid; grid-template-columns: 48px 1fr; gap: 17px; padding: 22px 0; border-top: 1px solid var(--line); }
.steps article > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--plum); color: var(--white); font-weight: 900; }
.steps h3 { margin-bottom: 5px; }
.steps p { margin: 0; }
.info-panel { position: sticky; top: 120px; padding: 38px; border-radius: 22px; background: var(--plum-dark); color: var(--white); box-shadow: var(--shadow-small); }
.info-panel h2, .info-panel p { color: var(--white); }
.check-list { list-style: none; padding: 0; margin: 26px 0; display: grid; gap: 12px; }
.check-list li { position: relative; padding-left: 28px; }
.check-list li::before { content: '✓'; position: absolute; left: 0; color: #8fddd3; font-weight: 900; }
.medical-note { padding: 17px; border-left: 4px solid var(--gold); background: rgba(255,255,255,.09); font-size: .9rem; }
.soft-section { background: var(--soft); }
.pill-grid { display: flex; flex-wrap: wrap; gap: 12px; }
.pill-grid span { padding: 13px 17px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); font-weight: 750; }
.location-detail-list { display: grid; gap: 38px; }
.location-detail { display: grid; grid-template-columns: .8fr 1.2fr; overflow: hidden; border: 1px solid var(--line); border-radius: 26px; background: var(--white); box-shadow: var(--shadow-small); }
.location-detail-map { min-height: 460px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: linear-gradient(145deg, #d8eae7, #d6b7ca); color: var(--plum-dark); }
.location-detail-map > span { font-size: 7rem; font-weight: 950; line-height: 1; }
.location-detail-map small { margin-top: 14px; text-transform: uppercase; letter-spacing: .12em; }
.location-detail-copy { padding: 52px; }
.location-name { font-weight: 850; color: var(--ink); }
.contact-lines { display: flex; flex-wrap: wrap; gap: 20px; margin: 22px 0; }
.contact-lines a { color: var(--plum); text-decoration: none; }
.hours { margin: 30px 0; border-top: 1px solid var(--line); }
.hours h3 { margin-top: 26px; }
.hours > div { display: flex; justify-content: space-between; gap: 18px; padding: 10px 0; border-bottom: 1px solid var(--line); }
.story-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.story-photo { min-height: 430px; border-radius: 28px; background: linear-gradient(145deg, #e6bdca, #f1c8a4 52%, #89c5bd); box-shadow: var(--shadow); }
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.stats-grid article { padding: 35px; text-align: center; border-radius: 20px; background: var(--white); }
.stats-grid strong { display: block; color: var(--plum); font-size: 3.6rem; line-height: 1; }
.stats-grid span { display: block; margin-top: 12px; color: var(--muted); font-weight: 750; }
.value-list { display: grid; gap: 5px; }
.gift-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.gift-grid article { padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); }
.gift-grid strong { color: var(--plum); font-size: 2.4rem; }
.donation-placeholder { max-width: 760px; margin: 55px auto 0; padding: 45px; text-align: center; border: 2px dashed #c9b9c4; border-radius: 24px; background: var(--soft); }
.donation-placeholder small { display: block; margin-top: 18px; color: var(--muted); }
.contact-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 50px; }
.contact-location-list { display: grid; gap: 14px; }
.contact-location-list article, .records-card { padding: 25px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); }
.contact-location-list h2 { margin-bottom: 8px; font-size: 1.6rem; color: var(--plum-dark); }
.contact-location-list p { margin: 0 0 6px; }
.contact-location-list a { color: var(--plum); font-weight: 900; text-decoration: none; }
.records-card { margin-top: 18px; background: var(--soft); }
.form-card { padding: 40px; border-radius: 24px; background: var(--white); box-shadow: var(--shadow-small); }
.form-warning { margin: 20px 0; padding: 15px; border-left: 4px solid var(--gold); background: #fff8e8; color: #594719; font-size: .9rem; }
form { display: grid; gap: 17px; }
label { display: grid; gap: 7px; font-weight: 800; }
input, select, textarea { width: 100%; border: 1px solid #cfc4cb; border-radius: 11px; background: var(--white); padding: 13px 14px; color: var(--ink); }
textarea { resize: vertical; }
.form-status { min-height: 24px; margin: 0; font-weight: 750; color: var(--teal-dark); }
.prose { max-width: 800px; }
.prose h2 { margin-top: 45px; color: var(--plum-dark); font-size: 2rem; }
.site-footer { margin-top: 20px; background: #221320; color: var(--white); }
.footer-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-top: 65px; padding-bottom: 55px; border-bottom: 1px solid rgba(255,255,255,.13); }
.footer-cta h2 { margin: 0; max-width: 750px; color: var(--white); font-size: clamp(1.8rem, 3vw, 3rem); }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 50px; padding-top: 58px; padding-bottom: 58px; }
.footer-brand p { max-width: 330px; color: rgba(255,255,255,.62); }
.footer-grid h3 { margin-bottom: 20px; font-size: 1rem; letter-spacing: 0; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 10px; }
.footer-grid a { color: rgba(255,255,255,.7); text-decoration: none; font-size: .9rem; }
.footer-grid a:hover { color: var(--white); }
.privacy-note { color: rgba(255,255,255,.52); font-size: .78rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding-top: 22px; padding-bottom: 22px; border-top: 1px solid rgba(255,255,255,.13); }
.footer-bottom p { margin: 0; color: rgba(255,255,255,.5); font-size: .76rem; }
@media (max-width: 1080px) {
    .site-nav { display: none; position: absolute; top: 86px; left: 20px; right: 20px; flex-direction: column; align-items: stretch; gap: 0; padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: var(--shadow); }
    .site-nav.open { display: flex; }
    .site-nav > a { padding: 12px; }
    .site-nav .nav-language { border-left: 0; border-top: 1px solid var(--line); padding-left: 12px; margin-top: 8px; }
    .nav-toggle { display: inline-flex; }
    .hero-grid { gap: 35px; }
    .quick-grid { grid-template-columns: repeat(2, 1fr); }
    .quick-card:nth-child(2) { border-right: 0; }
    .quick-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
    .service-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 780px) {
    .container { width: min(calc(100% - 28px), var(--container)); }
    .utility-inner { justify-content: center; min-height: 44px; }
    .utility-emergency { display: none; }
    .header-inner { min-height: 76px; }
    .site-nav { top: 76px; }
    .hero { padding: 60px 0 85px; }
    .hero-grid, .section-heading, .support-grid, .mission-grid, .two-column, .story-grid, .contact-layout, .location-detail { grid-template-columns: 1fr; }
    .hero-copy { text-align: center; }
    .hero-actions, .hero-trust { justify-content: center; }
    .hero-visual { min-height: 340px; margin-top: 15px; }
    .photo-frame-main { inset: 0 0 38px; }
    .photo-frame-small { width: 135px; height: 120px; left: -4px; }
    .hero-badge { width: 115px; height: 115px; right: 0; }
    .quick-actions { margin-top: -35px; }
    .announcement-card { grid-template-columns: 1fr; text-align: center; }
    .announcement-label { justify-self: center; }
    .section { padding: 76px 0; }
    .section-heading { gap: 20px; align-items: start; }
    .compact-heading { grid-template-columns: 1fr; }
    .service-grid, .location-grid, .content-grid, .gift-grid, .stats-grid { grid-template-columns: 1fr; }
    .support-photo { min-height: 350px; }
    .support-copy { padding: 42px 28px; }
    .donate-card { grid-template-columns: 1fr; padding: 40px 28px; }
    .info-panel { position: static; }
    .location-detail-map { min-height: 280px; }
    .location-detail-copy { padding: 32px 24px; }
    .location-detail-map > span { font-size: 5rem; }
    .footer-cta { align-items: flex-start; flex-direction: column; }
    .footer-grid { grid-template-columns: 1fr; gap: 35px; }
    .footer-bottom { flex-direction: column; }
}
@media (max-width: 520px) {
    .brand-logo { width: 195px; }
    .brand-logo-light { width: 225px; }
    .nav-toggle span:last-child { display: none; }
    h1 { font-size: 2.65rem; }
    .hero-actions .button { width: 100%; }
    .quick-grid { grid-template-columns: 1fr; }
    .quick-card { border-right: 0; border-bottom: 1px solid var(--line); }
    .quick-card:last-child { border-bottom: 0; }
    .hours > div { flex-direction: column; gap: 1px; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
