@font-face { font-family: "Inter"; src: url("fonts/Inter-Regular.otf") format("opentype"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Inter"; src: url("fonts/Inter-Medium.otf") format("opentype"); font-style: normal; font-weight: 500; font-display: swap; }
@font-face { font-family: "Inter"; src: url("fonts/Inter-SemiBold.otf") format("opentype"); font-style: normal; font-weight: 600 800; font-display: swap; }

:root {
  --orange: #f05831;
  --orange-dark: #e94a29;
  --orange-soft: #fff1ed;
  --ink: #292929;
  --muted: #8e8e8e;
  --line: #e9e9e9;
  --surface: #f7f7f7;
  --green: #65ad36;
  --radius: 18px;
  --content: 1105px;
  color-scheme: light;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: #fff; font-family: "Inter", Arial, "PingFang TC", "Microsoft JhengHei", sans-serif; -webkit-font-smoothing: antialiased; }
body.no-scroll { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
.mobile-only { display: none !important; }
.section-shell { width: min(var(--content), calc(100% - 48px)); margin-inline: auto; }
.gray-page, .detail-page, .auth-bg, .donate-bg { background: var(--surface); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 32px; border: 1px solid var(--orange); border-radius: 999px; background: var(--orange); color: #fff; font-size: 18px; font-weight: 700; cursor: pointer; transition: background .2s ease, transform .2s ease, box-shadow .2s ease; }
.button:hover { background: var(--orange-dark); box-shadow: 0 8px 20px rgba(244,86,50,.18); transform: translateY(-1px); }
.button--white { background: #fff; color: var(--orange); border-color: #fff; }
.button--white:hover { background: #fff; color: var(--orange-dark); }
.button--outline { background: #fff; color: var(--orange); }
.button--outline:hover { background: var(--orange-soft); color: var(--orange); }
.button img { width: 18px; margin-right: 8px; filter: invert(42%) sepia(77%) saturate(2640%) hue-rotate(341deg) brightness(101%) contrast(92%); }
.button--small { min-height: 50px; padding-inline: 34px; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 70; width: 100%; height: 101px; background: #fff; transition: background .25s ease, box-shadow .25s ease; }
.site-header__inner { width: min(1305px, calc(100% - 80px)); height: 100%; margin: 0 auto; display: flex; align-items: center; gap: 26px; }
.brand { flex: 0 0 auto; width: 123px; margin-right: 51px; }
.brand img { width: 123px; }
.desktop-nav { display: flex; align-items: center; gap: 47px; white-space: nowrap; }
.desktop-nav a { position: relative; padding: 40px 0 35px; font-size: 19px; color: #171717; }
.desktop-nav a::after { content: ""; position: absolute; left: 50%; bottom: 32px; width: 0; height: 4px; border-radius: 4px; background: var(--orange); transform: translateX(-50%); transition: width .2s ease; }
.desktop-nav a:hover::after, .desktop-nav a.is-active::after { width: 20px; }
.search-pill { flex: 0 0 111px; height: 38px; margin-left: 8px; border: 0; border-radius: 999px; background: #f4f4f4; display: flex; align-items: center; justify-content: center; gap: 8px; color: #c8c8c8; cursor: pointer; }
.search-pill img { width: 22px; opacity: .7; }
.header-account { display: flex; align-items: center; gap: 5px; margin-left: auto; white-space: nowrap; font-size: 18px; }
.header-account a:hover { color: var(--orange); }
.header-divider { width: 1px; height: 22px; background: #aaa; }
.language-menu { position: relative; flex: 0 0 auto; margin-right: 12px; }
.language { display: flex; align-items: center; gap: 10px; padding: 5px 0; border: 0; outline: 0; background: none; white-space: nowrap; font-size: 17px; cursor: pointer; }
body.keyboard-navigation .language:focus-visible { border-radius: 5px; box-shadow: 0 0 0 3px rgba(244,86,50,.28); }
.language > img:first-child { width: 24px; }
.language .language__chevron { width: 16px; transition: transform .2s ease; }
.language-menu.is-open .language__chevron { transform: rotate(180deg); }
.language-dropdown { position: absolute; z-index: 15; top: calc(100% + 10px); left: calc(50% - 13px); width: 178px; padding: 7px 0; border-radius: 8px; background: #fff; box-shadow: 0 5px 18px rgba(0,0,0,.17); opacity: 0; visibility: hidden; transform: translate(-50%,-7px); transition: opacity .18s ease, visibility .18s ease, transform .18s ease; }
.language-dropdown::before { content: ""; position: absolute; top: -9px; left: 50%; border-right: 10px solid transparent; border-bottom: 10px solid #fff; border-left: 10px solid transparent; transform: translateX(-50%); }
.language-menu.is-open .language-dropdown { opacity: 1; visibility: visible; transform: translate(-50%,0); }
.language-dropdown button { width: 100%; height: 40px; padding: 0 25px; border: 0; background: none; color: #292929; display: flex; align-items: center; gap: 14px; text-align: left; font-size: 17px; font-weight: 600; cursor: pointer; }
.language-dropdown button:hover { background: #fff7f4; }
.language-dropdown button.is-active { color: var(--orange); }
.language-dropdown button img { flex: 0 0 auto; width: 32px; height: 18px; object-fit: cover; }
.site-header--home { position: absolute; background: transparent; }
.site-header--home:not(.is-scrolled) .brand img { filter: brightness(0) invert(1); }
.site-header--home:not(.is-scrolled) .desktop-nav a, .site-header--home:not(.is-scrolled) .header-account, .site-header--home:not(.is-scrolled) .language { color: #fff; }
.site-header--home:not(.is-scrolled) .search-pill { background: rgba(255,255,255,.93); color: #d0d0d0; }
.site-header--home:not(.is-scrolled) .language > img { filter: brightness(0) invert(1); }
.site-header--home:not(.is-scrolled) .language > img:first-child { content: url('../image/site/icon-world-white.png'); filter: none; }
.site-header--home .desktop-nav a.is-active::after { width: 0; }
.site-header--home.is-scrolled { position: fixed; background: #fff; box-shadow: 0 2px 18px rgba(0,0,0,.08); }

/* Drawer + search */
.drawer-backdrop { position: fixed; inset: 0; z-index: 90; background: rgba(0,0,0,.36); opacity: 0; visibility: hidden; transition: .25s; }
.drawer-backdrop.is-open { opacity: 1; visibility: visible; }
.mobile-drawer { position: fixed; z-index: 100; inset: 0 auto 0 0; width: min(330px, 88vw); padding: 0 22px 30px; background: #fff; transform: translateX(-101%); transition: transform .28s ease; box-shadow: 12px 0 30px rgba(0,0,0,.14); }
.mobile-drawer.is-open { transform: translateX(0); }
.mobile-drawer__head { height: 74px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.mobile-drawer__head > img { width: 116px; }
.mobile-drawer__head button { width: 36px; height: 36px; border: 0; background: none; padding: 8px; }
.mobile-drawer nav { display: grid; padding-top: 12px; }
.mobile-drawer nav a { display: flex; justify-content: space-between; align-items: center; padding: 17px 4px; border-bottom: 1px solid var(--line); font-size: 18px; }
.mobile-drawer nav a.is-active { color: var(--orange); font-weight: 700; }
.mobile-drawer nav img { width: 18px; opacity: .55; }
.mobile-drawer__account { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 28px; }
.mobile-drawer__account a { display: flex; align-items: center; justify-content: center; height: 46px; border: 1px solid var(--orange); border-radius: 999px; color: var(--orange); font-weight: 700; }
.mobile-drawer__account a:last-child { background: var(--orange); color: #fff; }
.search-overlay { position: fixed; z-index: 110; inset: 0; padding: 35px 24px; background: rgba(255,255,255,.98); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: .22s ease; overflow: auto; }
.search-overlay.is-open { opacity: 1; visibility: visible; transform: none; }
.search-overlay__bar { width: min(760px, 100%); height: 58px; margin: 0 auto 34px; display: grid; grid-template-columns: 28px 1fr auto; align-items: center; gap: 12px; padding: 0 18px; border: 1px solid #ddd; border-radius: 999px; background: #f7f7f7; }
.search-overlay__bar img { width: 24px; opacity: .65; }
.search-overlay__bar input { min-width: 0; border: 0; outline: 0; background: transparent; font-size: 18px; }
.search-overlay__bar button { padding: 8px 10px; border: 0; background: none; color: var(--orange); cursor: pointer; }
.search-results { width: min(760px, 100%); margin: auto; }
.search-results > p { padding: 60px 0; color: var(--muted); text-align: center; }
.search-results h2 { margin: 28px 0 12px; font-size: 18px; }
.search-results > a:not(.search-all) { display: grid; grid-template-columns: 92px 1fr; gap: 16px; align-items: center; padding: 12px; border-bottom: 1px solid var(--line); }
.search-results > a:not(.search-all):hover { background: var(--surface); }
.search-results a img { width: 92px; height: 66px; object-fit: contain; border-radius: 8px; }
.search-results a span { min-width: 0; display: grid; gap: 7px; }
.search-results a strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.search-results a small { color: var(--muted); }
.search-all { display: flex; justify-content: center; margin-top: 28px; color: var(--orange); font-weight: 700; }

/* Home hero */
.home-page { overflow: hidden; }
.home-hero { position: relative; height: 628px; background: #fff; }
.hero-slide { position: absolute; inset: 0; overflow: hidden; background: #fff; opacity: 0; pointer-events: none; transition: opacity .65s ease; }
.hero-slide--event, .hero-slide--solution { background: #fff url('../image/hero-charity-desktop.png') center bottom/cover no-repeat; }
.hero-slide--heart { background: #fff url('../image/hero-campaign-desktop.png') center bottom/cover no-repeat; }
.hero-slide--solution::before { display: none; }
.hero-slide.is-active { opacity: 1; pointer-events: auto; z-index: 2; }
.hero-slide__background { display: none; }
.hero-slide__inner { position: relative; z-index: 2; width: min(1200px, calc(100% - 64px)); height: 100%; margin: 0 auto; }
.hero-copy { position: absolute; left: -5px; top: 195px; width: 620px; color: #fff; }
.hero-copy h1 { margin-bottom: 28px; font-size: clamp(40px, 3.95vw, 58px); line-height: 1.18; letter-spacing: -.03em; }
.hero-copy h2 { margin-bottom: 55px; font-size: 25px; line-height: 1.3; }
.hero-copy .button { min-height: 48px; padding-inline: 33px; font-size: 18px; }
.hero-slide--event .hero-copy .button { min-width: 245px; }
.hero-slide--event .hero-copy { top: 154px; width: 620px; }
.hero-slide--event .hero-copy h1 { width: 430px; font-size: 50px; }
.hero-slide--event .hero-copy h2 { margin-bottom: 47px; }
.hero-art { position: absolute; object-fit: contain; }
.hero-art--climb { right: -5px; top: 81px; width: 598px; }
.hero-slide--solution .hero-copy { width: 540px; top: 185px; }
.hero-slide--solution .hero-copy h1 { font-size: 55px; }
.hero-art--girl { right: -35px; top: 85px; width: 610px; }
.hero-slide--heart .hero-copy { top: 205px; }
.hero-slide--heart .hero-copy h1 { font-size: 60px; }
.hero-arrow { position: absolute; z-index: 6; top: 51%; width: 45px; height: 64px; border: 0; background: rgba(83,54,43,.38); display: grid; place-items: center; cursor: pointer; }
.hero-arrow img { width: 29px; filter: brightness(0) invert(1); }
.hero-arrow--prev { left: 0; border-radius: 0 30px 30px 0; }
.hero-arrow--next { right: 0; border-radius: 30px 0 0 30px; }
.hero-dots { position: absolute; z-index: 9; bottom: 6px; left: 50%; display: flex; align-items: center; gap: 11px; transform: translateX(-50%); }
.hero-dots button { width: 12px; height: 12px; padding: 0; border: 0; border-radius: 999px; background: #cecece; cursor: pointer; transition: width .2s, background .2s; }
.hero-dots button.is-active { width: 26px; background: var(--orange); }
.hero-dots button:focus { outline: none; }
body.keyboard-navigation .hero-dots button:focus-visible { box-shadow: 0 0 0 3px rgba(255,255,255,.8), 0 0 0 5px rgba(240,88,49,.6); }

/* Cards and home sections */
.home-section { padding: 46px 0 58px; }
.home-campaigns { position: relative; }
.home-page > .home-campaigns { width: min(1105px, calc(100% - 48px)); overflow: visible; }
.home-page > .home-campaigns { padding-top: 38px; }
.home-page > .home-campaigns::before { content: ""; position: absolute; z-index: -1; top: 0; bottom: 0; left: 50%; width: 100vw; background: var(--surface); transform: translateX(-50%); }
.section-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 28px; }
.home-campaigns .section-heading { margin-bottom: 31px; }
.section-heading h2, .why-section > h2, .partner-section > h2 { margin: 0; font-size: 24px; }
.section-heading a { color: var(--orange); font-size: 20px; }
.carousel-controls { display: flex; gap: 10px; margin-bottom: 24px; }
.carousel-controls button, .testimonial-slider > button { width: 52px; height: 52px; padding: 0; border: 1px solid #bbb; border-radius: 50%; background: #fff; display: grid; place-items: center; cursor: pointer; }
.carousel-controls img, .testimonial-slider > button img { width: 24px; opacity: .58; }
.campaign-rail { display: flex; gap: 28px; overflow-x: auto; padding-bottom: 10px; scroll-snap-type: x mandatory; scrollbar-width: none; }
.campaign-rail::-webkit-scrollbar { display: none; }
.campaign-card { min-width: 0; overflow: hidden; }
.campaign-card--rail { flex: 0 0 344px; scroll-snap-align: start; overflow: visible; }
.campaign-card__image { position: relative; display: block; overflow: hidden; background: #eee; }
.campaign-card__image::before { content: ""; position: absolute; inset: -18px; background: var(--card-image) center/cover no-repeat; filter: blur(16px); transform: scale(2.1); }
.campaign-card__image > img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.campaign-card:hover .campaign-card__image > img { transform: scale(1.025); }
.campaign-card--rail .campaign-card__image { height: 231px; border-radius: 18px; }
.campaign-card__body { padding: 16px 0 0; }
.campaign-card h3 { margin: 0 0 15px; font-size: 21px; line-height: 1.25; }
.campaign-card h3 a { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.campaign-card h3 a:hover { color: var(--orange); }
.raised-label { margin-bottom: 8px; color: #999; font-size: 17px; }
.raised-label strong { color: #222; }
.progress { height: 10px; overflow: hidden; border-radius: 99px; background: #ededed; }
.progress span { display: block; height: 100%; border-radius: inherit; background: var(--orange); }
.campaign-card__meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 9px 0 18px; color: #999; font-size: 17px; }
.campaign-card__meta .amount { color: var(--orange); }
.campaign-card--rail .campaign-card__meta .amount { color: #999; }
.tax-badge { display: inline-flex; align-items: center; gap: 7px; min-height: 28px; padding: 2px 10px 2px 4px; border-radius: 999px; background: rgba(245,252,235,.95); color: #54a52a; font-size: 15px; font-weight: 700; white-space: nowrap; }
.tax-badge img { width: 35px !important; height: auto !important; object-fit: contain !important; }
.campaign-card__image > .tax-badge { position: absolute; z-index: 2; left: 13px; bottom: 13px; }
.verified-badge { display: inline-flex; align-items: center; gap: 7px; min-height: 28px; padding: 2px 10px 2px 7px; border-radius: 999px; background: #f3f9ec; color: #63a32f; font-size: 15px; font-weight: 700; white-space: nowrap; }
.verified-badge b { color: var(--orange); font-weight: 500; }
.home-charities { padding-top: 68px; }
.charity-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px 22px; }
.charity-card { min-height: 180px; padding: 14px 20px 14px 10px; border: 1px solid #ececec; border-radius: 14px; background: #fff; display: grid; grid-template-columns: 147px 1fr; gap: 14px; align-items: center; transition: box-shadow .25s, transform .25s; }
.charity-card:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(0,0,0,.07); }
.charity-card__logo { display: flex; align-items: center; justify-content: center; height: 140px; }
.charity-card__logo img { max-width: 158px; max-height: 145px; object-fit: contain; }
.charity-card__body h3 { margin: 0 0 9px; font-size: 19px; }
.charity-card__body p { min-height: 20px; margin: 0 0 8px; color: #999; }
.badge-row { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.why-section { padding: 76px 0 82px; }
.why-section > h2 { margin-bottom: 48px; text-align: left; }
.why-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 58px 86px; }
.why-grid article { display: grid; grid-template-columns: 62px 1fr; gap: 20px; align-items: start; text-align: left; }
.why-grid article > img { width: 58px; margin: 0; }
.why-grid h3 { margin-bottom: 10px; font-size: 20px; }
.why-grid p { margin: 0; color: #777; font-size: 15px; line-height: 1.7; }
.partner-section { padding: 54px 0 105px; }
.partner-section h2 { margin-bottom: 70px; text-align: left; }
.partner-row { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 42px; }
.partner-row img { max-width: 176px; max-height: 66px; object-fit: contain; }

/* Listings */
.listing-page { min-height: 620px; padding: 27px 0 80px; }
body[data-page="campaigns"] .listing-page { width: min(1200px, calc(100% - 56px)); }
.listing-page h1 { margin: 0 0 27px; font-size: 30px; }
.campaign-list-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px 13px; }
.campaign-card--list { border: 1px solid #ededed; border-radius: 19px; background: #fff; }
.campaign-card--list .campaign-card__image { height: 257px; }
.campaign-card--list .campaign-card__body { padding: 20px 15px 23px; }
.campaign-card--list h3 { min-height: 53px; font-size: 20px; }
.campaign-card--list h3 { font-size: 21px; }
.campaign-card__description { height: 48px; margin: 0 0 13px; overflow: hidden; color: #999; font-size: 15px; line-height: 1.55; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.campaign-card__charity { height: 22px; margin: 0 0 12px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 15px; }
.campaign-card--list .progress { height: 8px; }
.campaign-card--list .campaign-card__meta { margin-bottom: 0; font-size: 15px; }
.campaign-card--list .campaign-card__meta { justify-content: flex-start; gap: 4px; }
.inline-search { max-width: 520px; height: 48px; margin: -8px 0 25px; padding: 0 15px; border: 1px solid #ddd; border-radius: 99px; background: #fff; display: grid; grid-template-columns: 22px 1fr auto; align-items: center; gap: 8px; }
.inline-search img { width: 20px; }
.inline-search input { min-width: 0; border: 0; outline: 0; }
.inline-search button { border: 0; background: none; color: var(--orange); cursor: pointer; }
.load-more { display: block; margin: 34px auto 0; padding: 10px 25px; border: 0; background: none; color: #777; font-size: 18px; cursor: pointer; }
.charities-page { padding-top: 35px; }
.charities-page > h1 { margin-bottom: 34px; }
.charities-page .charity-grid { gap: 16px 22px; }
.charities-page .charity-card { min-height: 203px; }

@media (min-width: 761px) {
  .charity-card .badge-row { flex-direction: column; align-items: flex-start; gap: 7px; }
  .charity-banner .badge-row { flex-direction: row; align-items: center; gap: 8px; }
}

/* Campaign detail */
.campaign-detail { display: grid; grid-template-columns: minmax(0,680px) 390px; gap: 24px; align-items: start; padding: 30px 0 60px; }
.campaign-detail__main > h1 { margin: 0 0 18px; font-size: 31px; line-height: 1.45; }
.gallery__stage { position: relative; height: 365px; overflow: hidden; border-radius: 8px; background: #ddd; }
.gallery__stage > img:first-child { width: 100%; height: 100%; object-fit: cover; }
.gallery-tax { position: absolute; left: 90px; bottom: 17px; display: flex; align-items: center; gap: 8px; padding: 3px 9px 3px 3px; border-radius: 999px; background: rgba(85,180,42,.82); color: #fff; font-size: 14px; }
.gallery-tax .tax-badge { min-height: 23px; padding: 0 6px 0 2px; font-size: 0; background: #fff; }
.gallery-tax .tax-badge img { width: 32px !important; }
.gallery-arrow { position: absolute; top: 50%; width: 48px; height: 48px; margin-top: -24px; border: 0; border-radius: 50%; background: rgba(40,40,40,.45); display: grid; place-items: center; cursor: pointer; }
.gallery-arrow img { width: 25px; filter: brightness(0) invert(1); }
.gallery-arrow--prev { left: 8px; }
.gallery-arrow--next { right: 8px; }
.gallery__thumbs { display: flex; gap: 10px; height: 65px; margin-top: 8px; overflow-x: auto; }
.gallery__thumbs button { flex: 0 0 70px; padding: 0; overflow: hidden; border: 2px solid transparent; border-radius: 7px; background: #eee; cursor: pointer; }
.gallery__thumbs button.is-active { border-color: var(--orange); }
.gallery__thumbs img { width: 100%; height: 100%; object-fit: cover; }
.campaign-side { padding: 27px 24px 0; border: 1px solid #f0f0f0; border-radius: 18px; background: #fff; box-shadow: 0 8px 24px rgba(0,0,0,.05); }
.desktop-side { position: sticky; top: 120px; }
.beneficiary { display: grid; grid-template-columns: 72px 1fr 18px; gap: 16px; align-items: center; }
.beneficiary > img:first-child { width: 72px; height: 72px; padding: 7px; border: 1px solid #eee; border-radius: 9px; object-fit: contain; }
.beneficiary span { display: block; margin-bottom: 3px; color: #999; font-size: 15px; }
.beneficiary strong { display: block; margin-bottom: 9px; font-size: 16px; }
.beneficiary .verified-badge { min-height: 23px; font-size: 13px; }
.beneficiary__arrow { width: 18px !important; opacity: .6; }
.report-link { display: block; margin: 19px 0 25px; color: #aaa; font-size: 12px; text-align: right; }
.campaign-side__amount { padding-top: 22px; border-top: 1px solid #eee; }
.campaign-side__amount > strong { display: block; margin-bottom: 11px; font-size: 25px; }
.campaign-side__amount .progress { height: 10px; margin-bottom: 9px; background: #fff0ed; }
.campaign-side__amount > div:last-child { display: flex; justify-content: space-between; color: #999; font-size: 15px; }
.side-actions { display: grid; grid-template-columns: 1fr; gap: 12px; margin: 25px 0 0; }
.side-actions .button { width: 100%; }
.side-actions .button--outline { order: 2; }
.fundraise-link { display: flex; align-items: center; justify-content: center; gap: 16px; margin: 20px -24px 0; min-height: 64px; border-top: 1px solid #eee; color: var(--orange); }
.fundraise-link img { width: 17px; filter: invert(42%) sepia(77%) saturate(2640%) hue-rotate(341deg); }
.fundraiser-invite { margin-top: 20px; padding: 17px 18px; border: 1px solid #f9ddd5; border-radius: 14px; background: #fff6f3; display: flex; justify-content: space-between; align-items: center; overflow: hidden; }
.fundraiser-invite strong { font-size: 17px; }
.fundraiser-invite p { margin: 6px 0 12px; color: #888; font-size: 13px; }
.fundraiser-invite b, .fundraiser-invite a { color: var(--orange); }
.fundraiser-invite a { display: inline-flex; padding: 7px 18px; border: 1px solid var(--orange); border-radius: 999px; }
.fundraiser-invite img { width: 80px; }
.campaign-detail__main > .fundraiser-invite { display: none; }
.campaign-tabs { display: flex; gap: 34px; margin-top: 35px; border-bottom: 1px solid #eee; }
.campaign-tabs button { position: relative; padding: 0 0 16px; border: 0; background: none; font-size: 20px; cursor: pointer; }
.campaign-tabs button::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 4px; border-radius: 5px; background: transparent; }
.campaign-tabs button.is-active::after { background: var(--orange); }
.campaign-tabs b { display: inline-grid; place-items: center; width: 18px; height: 18px; border-radius: 50%; background: #444; color: #fff; font-size: 11px; }
.campaign-tab-panel { display: none; padding: 29px 0 0; }
.campaign-tab-panel.is-active { display: block; }
.story-copy { font-size: 17px; line-height: 1.85; }
.story-copy p { margin-bottom: 18px; }
.activity-feed h2, .comments h2 { font-size: 22px; }
.activity-feed > div, .comments > div { display: flex; align-items: center; gap: 14px; padding: 16px 0; border-bottom: 1px solid #eee; }
.activity-feed img, .comments img { width: 40px; height: 40px; }
.activity-feed p, .comments p { display: grid; margin: 0; gap: 4px; }
.activity-feed span, .comments span { color: #999; font-size: 13px; }
.comments em { margin-top: 10px; font-style: normal; }
.mobile-campaign-title, .mobile-side { display: none; }
.detail-page + .site-footer { margin-top: 0; }

/* Charity detail */
.charity-banner { height: 180px; background: var(--orange); color: #fff; }
.charity-banner > .section-shell { position: relative; width: min(1168px, calc(100% - 98px)); height: 100%; display: flex; align-items: center; gap: 50px; }
.charity-banner__logo { align-self: flex-end; width: 165px; height: 165px; margin-bottom: -76px; padding: 14px; border-radius: 17px; background: #fff; box-shadow: 0 12px 30px rgba(0,0,0,.12); display: grid; place-items: center; }
.charity-banner__logo img { max-height: 132px; object-fit: contain; }
.charity-banner > .section-shell > div:last-child { align-self: flex-end; margin-bottom: 31px; }
.charity-banner h1 { margin: 0; font-size: 30px; }
.charity-banner .badge-row { position: absolute; left: 216px; top: 196px; }
.charity-detail { width: min(1168px, calc(100% - 98px)); display: grid; grid-template-columns: minmax(0,720px) 386px; gap: 60px; align-items: start; padding: 115px 0 70px; }
.charity-about { padding-top: 5px; }
.charity-about h2 { margin-bottom: 20px; font-size: 29px; }
.charity-about h3 { margin-bottom: 15px; font-size: 21px; line-height: 1.4; }
.charity-about > p { max-width: 680px; font-size: 19px; line-height: 1.4; }
.charity-contact-card { position: sticky; top: 120px; padding: 22px 20px 26px; border-radius: 18px; background: #fff; box-shadow: 0 8px 30px rgba(0,0,0,.1); display: grid; gap: 12px; }
.charity-contact-card .button { min-height: 51px; }
.charity-detail > .charity-contact-card { margin-top: 8px; }
.charity-contact-card .button { width: 100%; }
.charity-contact-card hr { width: 100%; border: 0; border-top: 1px solid #eee; }
.charity-contact-card > strong { margin: 8px 0; }
.charity-contact-card > a:not(.button) { display: flex; gap: 12px; align-items: center; overflow-wrap: anywhere; color: #666; }
.charity-contact-card > a:not(.button) img { width: 24px; opacity: .55; }
.related-campaign { margin-top: 60px; }
.related-campaign > h2 { font-size: 25px; }
.related-campaign .campaign-card { max-width: 570px; }
.related-campaign .campaign-card__image { height: 240px; }
.related-view { display: flex; align-items: center; justify-content: flex-end; gap: 10px; max-width: 570px; margin-top: 12px; color: var(--orange); }
.related-view img { width: 17px; filter: invert(42%) sepia(77%) saturate(2640%) hue-rotate(341deg); }
.charity-project-card__image { background: linear-gradient(145deg,#fff8f5,#f7f7f7); display: grid; place-items: center; }
.charity-project-card__image::before { display: none; }
.charity-project-card__image > span:first-child { position: relative; z-index: 1; width: 68%; height: 132px; padding: 22px; border-radius: 18px; background: #fff; box-shadow: 0 10px 28px rgba(43,29,24,.08); display: grid; place-items: center; }
.charity-project-card__image > span:first-child img { max-width: 100%; max-height: 88px; object-fit: contain; }
.charity-project-card__action { display: inline-flex; align-items: center; gap: 8px; color: var(--orange); font-weight: 700; }
.charity-project-card__action span { transition: transform .2s ease; }
.charity-project-card__action:hover span { transform: translateX(3px); }

/* Solutions */
.solutions-page { overflow: hidden; }
.solutions-hero { position: relative; min-height: 560px; padding: 55px 24px 70px; overflow: hidden; background: linear-gradient(160deg,#fb7354,#f34d2a); color: #fff; }
.solutions-hero__inner { width: min(1200px,100%); margin: auto; display: grid; grid-template-columns: 1fr 1fr; align-items: center; }
.solutions-hero__inner > div:first-child { transform: translateY(-62px); }
.solutions-hero__inner > div > p { display: flex; align-items: center; gap: 15px; margin-bottom: 32px; font-size: 22px; }
.solutions-hero__inner > div > p img { width: 28px; filter: brightness(0) invert(1); }
.solutions-hero h1 { margin-bottom: 38px; font-size: 58px; line-height: 1.25; }
.solutions-hero__art { width: 600px; justify-self: end; }
.solution-hero-partners { position: absolute; left: 0; right: 0; bottom: 28px; display: flex; justify-content: space-around; gap: 35px; min-width: 1080px; opacity: .86; }
.solution-hero-partners img { max-width: 92px; max-height: 37px; object-fit: contain; }
.solution-intro { padding: 95px 0 110px; text-align: center; }
.eyebrow { margin-bottom: 16px; color: var(--orange); font-size: 20px; font-weight: 700; }
.solution-intro > h2, .solution-block h2, .testimonials > h2 { margin-bottom: 60px; font-size: 39px; line-height: 1.35; }
.solution-feature-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 35px; }
.solution-feature-grid article { padding: 30px 20px; border-radius: 18px; background: #fff; box-shadow: 0 10px 38px rgba(0,0,0,.07); }
.solution-feature-grid img { width: 72px; height: 72px; margin: 0 auto 23px; object-fit: contain; }
.solution-feature-grid h3 { margin-bottom: 14px; font-size: 22px; }
.solution-feature-grid p { margin: 0; color: #777; line-height: 1.7; }
.solution-block { padding: 98px 0 115px; }
.solution-block--tint { background: #fff8f5; }
.solution-block .eyebrow, .solution-block h2 { text-align: center; }
.solution-tabs__buttons { display: flex; align-items: center; justify-content: center; gap: 10px; margin-bottom: 44px; }
.solution-tabs__buttons button { min-width: 145px; min-height: 46px; padding: 9px 23px; border: 1px solid #ddd; border-radius: 999px; background: #fff; cursor: pointer; }
.solution-tabs__buttons button.is-active { border-color: var(--orange); background: var(--orange); color: #fff; }
.solution-showcase { display: grid; grid-template-columns: .85fr 1.15fr; gap: 60px; align-items: center; min-height: 410px; }
.solution-showcase__copy h3 { margin-bottom: 20px; font-size: 29px; }
.solution-showcase__copy h4 { margin: 30px 0 8px; font-size: 19px; }
.solution-showcase__copy p { color: #666; font-size: 17px; line-height: 1.75; }
.solution-showcase__image { min-height: 360px; display: flex; align-items: center; justify-content: center; }
.solution-showcase__image img { max-width: 100%; max-height: 430px; object-fit: contain; }
.testimonials { padding: 105px 0; text-align: center; }
.testimonial-slider { display: grid; grid-template-columns: 54px minmax(0,760px) 54px; justify-content: center; align-items: center; gap: 35px; }
.testimonial-slider article { min-height: 310px; padding: 42px 70px; border-radius: 22px; background: #fff; box-shadow: 0 12px 45px rgba(0,0,0,.08); }
.testimonial-slider article > img { height: 58px; margin: 0 auto 28px; object-fit: contain; }
.testimonial-slider blockquote { margin: 0 0 24px; font-size: 20px; line-height: 1.65; }
.testimonial-slider article > p { color: #888; }
.solution-partners { padding: 80px 0 105px; background: #f8f8f8; }
.solution-partners > .section-shell { display: grid; grid-template-columns: 220px 1fr; gap: 70px; align-items: center; }
.partner-count { position: relative; text-align: center; }
.partner-count img { width: 150px; margin: auto; opacity: .22; }
.partner-count strong { display: block; margin-top: -87px; color: var(--orange); font-size: 50px; }
.partner-count span { display: block; margin-top: 35px; font-size: 20px; font-weight: 700; }
.solution-partner-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 34px; align-items: center; }
.solution-partner-grid img { width: 110px; height: 50px; object-fit: contain; justify-self: center; filter: grayscale(.2); }
.solution-contact { min-height: 430px; padding: 90px 24px; background: linear-gradient(145deg,#fa7153,#f34d2b); color: #fff; text-align: center; display: grid; place-items: center; }
.solution-contact > div { width: min(700px,100%); }
.solution-contact .eyebrow { color: #fff; }
.solution-contact h2 { margin-bottom: 22px; font-size: 44px; }
.solution-contact p:not(.eyebrow) { margin-bottom: 34px; font-size: 19px; line-height: 1.7; }

/* Auth + donation */
.auth-page { min-height: calc(100vh - 101px); padding: 19px 24px 80px; display: flex; justify-content: center; }
.auth-card { width: min(790px,100%); min-height: 580px; border-radius: 20px; background: #fff; overflow: hidden; box-shadow: 0 2px 14px rgba(0,0,0,.02); }
.auth-tabs { height: 138px; border-bottom: 1px solid #eee; display: flex; align-items: end; justify-content: center; gap: 100px; }
.auth-tabs button { position: relative; padding: 0 0 28px; border: 0; background: none; font-size: 27px; cursor: pointer; }
.auth-tabs button::after { content: ""; position: absolute; left: 50%; bottom: 13px; width: 0; height: 4px; border-radius: 5px; background: var(--orange); transform: translateX(-50%); transition: width .2s; }
.auth-tabs button.is-active { font-weight: 700; }
.auth-tabs button.is-active::after { width: 42px; }
.auth-panel { display: none; width: 400px; margin: 49px auto 0; }
.auth-panel.is-active { display: block; }
.facebook-button { width: 100%; height: 50px; border: 0; border-radius: 999px; background: #4267a9; color: #fff; font-weight: 700; cursor: pointer; }
.or { position: relative; height: 58px; display: grid; place-items: center; }
.or::before { content: ""; position: absolute; left: 0; right: 0; top: 50%; height: 1px; background: #eee; }
.or span { position: relative; padding: 0 14px; background: #fff; }
.auth-panel form { display: grid; gap: 23px; }
.auth-panel input:not([type="checkbox"]) { width: 100%; height: 52px; padding: 0 15px; border: 1px solid #ddd; border-radius: 7px; outline: none; }
.auth-panel input:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(244,86,50,.1); }
.auth-panel form > a { color: var(--orange); text-align: center; }
.check-row { display: flex; align-items: flex-start; gap: 9px; color: #777; font-size: 14px; line-height: 1.5; }
.check-row input { margin-top: 3px; accent-color: var(--orange); }
.donate-page { min-height: calc(100vh - 101px); padding: 20px 24px 80px; }
.donate-card { width: min(790px,100%); margin: 0 auto; padding: 31px 31px 45px; border-radius: 20px; background: #fff; }
.donate-summary p { display: grid; grid-template-columns: 76px 1fr; gap: 0; margin-bottom: 15px; line-height: 1.45; }
.donate-summary span { color: #aaa; }
.amount-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 15px 22px; margin: 30px 0 19px; }
.amount-option { min-height: 123px; padding: 22px 28px; border: 1px solid #ddd; border-radius: 20px; background: #fff; text-align: left; cursor: pointer; }
.amount-option strong { display: block; margin-bottom: 3px; font-size: 27px; }
.amount-option span { display: block; color: #aaa; line-height: 1.12; }
.amount-option.is-active { border-color: var(--orange); background: var(--orange); color: #fff; }
.amount-option.is-active span { color: #fff; }
.other-amount { height: 84px; padding: 0 28px; border: 1px solid #ddd; border-radius: 20px; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 12px; }
.other-amount strong { font-size: 27px; }
.other-amount input { min-width: 0; border: 0; outline: 0; font-size: 22px; text-align: right; }
.tip-box { margin-top: 20px; padding: 22px 20px; border-radius: 20px; background: #fff5f2; color: #999; line-height: 1.55; }
.tip-box > p { margin-bottom: 15px; }
.tip-box > div:not(.tip-options) { display: flex; align-items: center; gap: 10px; }
.tip-box strong { color: #444; }
.tip-box button { border: 0; background: none; color: var(--orange); cursor: pointer; }
.tip-options { margin-top: 12px; display: flex; gap: 8px; }
.tip-options[hidden] { display: none; }
.tip-options button { padding: 7px 12px; border: 1px solid var(--orange); border-radius: 99px; }
.donate-card fieldset { margin: 28px 0 0; padding: 22px 0 0; border: 0; border-top: 1px solid #eee; }
.donate-card legend { padding: 0 0 18px; font-size: 23px; font-weight: 700; }
.donate-card fieldset > input:not([type="checkbox"]) { width: 100%; height: 54px; margin-bottom: 15px; padding: 0 15px; border: 1px solid #ddd; border-radius: 8px; }
.payment-method label { padding: 17px; border: 2px solid var(--orange); border-radius: 12px; display: grid; grid-template-columns: 20px 44px 1fr; align-items: center; gap: 14px; }
.payment-method label > img { width: 36px; }
.payment-method label > span { display: grid; gap: 4px; }
.payment-method label b { color: var(--orange); font-size: 13px; }
.payment-method input { accent-color: var(--orange); }
.donate-submit { width: 100%; margin-top: 28px; }
.donate-legal { margin: 15px 0 0; color: #999; font-size: 13px; text-align: center; }
.donate-legal a { color: var(--orange); }

/* About, terms, FAQ */
.about-hero { height: 430px; background: linear-gradient(90deg,rgba(244,86,50,.92),rgba(244,86,50,.38)), url('../image/site/about-banner.png') center/cover no-repeat; color: #fff; display: grid; place-items: center; text-align: center; }
.about-hero p { margin-bottom: 22px; font-size: 21px; }
.about-hero h1 { margin: 0; font-size: 38px; line-height: 1.5; }
.about-content { padding: 80px 0 100px; }
.about-content article { max-width: 880px; margin: 0 auto 74px; }
.about-content h2 { margin-bottom: 28px; color: var(--orange); font-size: 30px; }
.about-content article > p { font-size: 18px; line-height: 1.8; }
.values-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; margin-top: 35px; }
.values-grid div { padding: 23px; border-radius: 14px; background: var(--surface); }
.values-grid strong { color: var(--orange); font-size: 19px; }
.values-grid p { margin: 8px 0 0; color: #666; line-height: 1.6; }
.terms-page { min-height: 560px; padding: 60px 0 100px; }
.terms-page > h1 { font-size: 31px; }
.terms-tabs { display: flex; flex-wrap: wrap; gap: 20px; margin: 40px 0 30px; padding-bottom: 25px; border-bottom: 1px solid #ddd; }
.terms-tabs button { border: 0; background: none; color: #2874bd; font-size: 17px; cursor: pointer; }
.terms-tabs button.is-active { color: var(--orange); font-weight: 700; }
.terms-page article { min-height: 260px; padding: 35px; border-radius: 14px; background: #fff; }
.terms-page article h2 { font-size: 25px; }
.terms-page article p { font-size: 17px; line-height: 1.75; }
.terms-page article a { color: var(--orange); }
.faq-bg { background: var(--surface); }
.faq-hero { height: 375px; background: linear-gradient(rgba(0,0,0,.42),rgba(0,0,0,.42)), url('../image/site/faq.png') center/cover no-repeat; }
.faq-page { min-height: 520px; padding: 48px 0 100px; }
.faq-tabs { display: flex; gap: 55px; margin-bottom: 32px; border-bottom: 1px solid #ddd; }
.faq-tabs button { position: relative; padding: 0 0 35px; border: 0; background: none; font-size: 27px; cursor: pointer; }
.faq-tabs button::after { content: ""; position: absolute; left: 50%; bottom: 28px; width: 0; height: 4px; border-radius: 5px; background: var(--orange); transform: translateX(-50%); }
.faq-tabs button.is-active { font-weight: 700; }
.faq-tabs button.is-active::after { width: 42px; }
.faq-item { border-bottom: 1px solid #e6e6e6; }
.faq-item > button { width: 100%; min-height: 88px; padding: 20px 22px; border: 0; background: none; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 22px; text-align: left; cursor: pointer; }
.faq-item > button img { width: 21px; opacity: .5; transition: transform .25s; }
.faq-item.is-open > button img { transform: rotate(180deg); }
.faq-answer { display: none; padding: 0 22px 25px; color: #555; font-size: 16px; line-height: 1.75; }
.faq-answer img { display: inline-block; width: 190px; margin: 0 8px -9px 0; }
.faq-answer a { color: var(--orange); }
.faq-item.is-open .faq-answer { display: block; }

/* Footer and status */
.site-footer { padding: 50px 28px 58px; background: #fafafa; }
.site-footer__inner { width: min(1224px,100%); margin: auto; display: grid; grid-template-columns: 1fr 484px; gap: 66px 60px; align-items: start; }
.footer-brand { grid-column: 1 / -1; padding-bottom: 50px; border-bottom: 1px solid #ededed; }
.footer-brand img { width: 108px; }
.footer-nav { display: grid; grid-template-columns: repeat(2,max-content); gap: 18px 52px; }
.footer-nav a:hover { color: var(--orange); }
.footer-contact { display: grid; gap: 14px; }
.footer-contact > a { height: 49px; padding-left: 17px; border: 1px solid #ddd; border-radius: 8px; display: grid; grid-template-columns: 1fr auto; align-items: center; overflow: hidden; }
.footer-contact span { color: #999; }
.footer-contact b { align-self: stretch; padding: 0 18px; background: var(--orange); color: #fff; display: flex; align-items: center; }
.toast { position: fixed; z-index: 150; left: 50%; bottom: 30px; max-width: min(480px,calc(100% - 32px)); padding: 14px 22px; border-radius: 999px; background: #282828; color: #fff; opacity: 0; visibility: hidden; transform: translate(-50%,20px); transition: .25s ease; text-align: center; box-shadow: 0 10px 30px rgba(0,0,0,.2); }
.toast.is-visible { opacity: 1; visibility: visible; transform: translate(-50%,0); }

@media (max-width: 1050px) {
  .site-header__inner { gap: 18px; }
  .brand { margin-right: 16px; }
  .desktop-nav { gap: 25px; }
  .desktop-nav a { font-size: 17px; }
  .header-account, .language { font-size: 15px; }
  .campaign-detail { grid-template-columns: minmax(0,1fr) 350px; }
  .hero-art--climb, .hero-art--girl { width: 53vw; }
  .hero-copy { width: 47vw; }
}

@media (min-width: 761px) and (max-width: 1400px) {
  html[lang="en"] .site-header__inner { gap: 15px; }
  html[lang="en"] .brand { margin-right: 10px; }
  html[lang="en"] .desktop-nav { gap: 22px; }
  html[lang="en"] .desktop-nav a { font-size: 16px; }
  html[lang="en"] .search-pill { flex-basis: 96px; margin-left: 0; }
  html[lang="en"] .header-account, html[lang="en"] .language { font-size: 15px; }
}

@media (max-width: 760px) {
  :root { --radius: 13px; }
  .desktop-only, .desktop-nav { display: none !important; }
  .mobile-only { display: flex !important; }
  .section-shell { width: calc(100% - 30px); }
  .site-header, .site-header--home { position: sticky; height: 50px; background: #fff; box-shadow: 0 1px 5px rgba(0,0,0,.08); }
  .site-header--home:not(.is-scrolled) .brand img { filter: none; }
  .site-header__inner { width: 100%; padding: 0 14px; gap: 10px; }
  .brand { width: 108px; margin: 0 auto 0 0; }
  .brand img { width: 108px; }
  .icon-button { width: 28px; height: 35px; padding: 6px 2px; border: 0; background: none; align-items: center; justify-content: center; }
  .icon-button img { width: 23px; }
  .menu-button img { filter: invert(42%) sepia(77%) saturate(2640%) hue-rotate(341deg); }
  .mobile-search { margin-left: auto; }
  .mobile-language { color: #999; font-size: 13px; white-space: nowrap; align-items: center; gap: 4px; }
  .mobile-language button { padding: 0; border: 0; background: none; color: #999; cursor: pointer; }
  .mobile-language button.is-active { color: var(--orange); font-weight: 700; }
  .mobile-language span { color: #999; }
  .mobile-drawer { width: 100vw; padding: 0 15px 24px; box-shadow: none; }
  .mobile-drawer__head { height: 50px; }
  .mobile-drawer__head > img { width: 105px; }
  .mobile-drawer__head button { width: 30px; height: 30px; padding: 5px; }
  .mobile-drawer nav { padding-top: 14px; }
  .mobile-drawer nav a { padding: 19px 0; border-bottom: 0; font-size: 20px; font-weight: 700; }
  .mobile-drawer nav img { display: none; }
  .mobile-drawer__account { position: absolute; left: 15px; right: 15px; bottom: 58px; display: block; margin: 0; }
  .mobile-drawer__account a { height: 48px; }
  .mobile-drawer__account a:last-child { display: none; }
  .search-overlay { padding: 18px 12px; }
  .search-overlay__bar { height: 48px; padding: 0 12px; margin-bottom: 18px; }
  .search-overlay__bar input { font-size: 15px; }
  .search-results > a:not(.search-all) { grid-template-columns: 70px 1fr; padding-inline: 5px; }
  .search-results a img { width: 70px; height: 52px; }

  .home-hero { height: 210px; margin-bottom: 4px; }
  .hero-slide--event { background: url('../image/hero-charity-climb-mobile.jpg') center/cover no-repeat; }
  .hero-slide--event .hero-slide__background { display: none; }
  .hero-slide__inner { width: 100%; }
  .hero-copy { left: 17px; top: 53px; width: 52%; }
  .hero-copy h1 { margin-bottom: 8px; font-size: 17px; line-height: 1.2; }
  .hero-copy h2 { margin-bottom: 14px; font-size: 11px; }
  .hero-copy .button { min-height: 27px; padding: 0 13px; font-size: 10px; }
  .hero-slide--event .hero-copy { left: 20px; width: 180px; }
  .hero-slide--event .hero-copy h1 { width: 150px; font-size: 18px; transform: translateY(-9px); }
  .hero-slide--event .hero-copy h2 { width: 180px; }
  .hero-slide--event .hero-copy .button { min-width: 174px; min-height: 36px; padding: 0 12px; font-size: 14px; }
  .hero-slide--event .hero-copy .button { transform: translateY(10px); }
  .hero-art--climb { display: none; }
  .hero-slide--solution .hero-copy { left: 29px; top: 47px; width: 225px; }
  .hero-slide--solution .hero-copy h1 { font-size: 19px; }
  .hero-slide--solution .hero-copy h2 { visibility: hidden; }
  .hero-slide--solution .hero-copy .button { min-width: 116px; min-height: 33px; margin-top: 25px; padding-inline: 15px; font-size: 14px; }
  .hero-slide--solution::before { display: none; }
  .hero-slide--solution { background: url('../image/hero-charity-mobile-bg.png') center/cover no-repeat; }
  .hero-art--girl { display: none; }
  .hero-slide--heart .hero-copy { top: 62px; }
  .hero-slide--heart .hero-copy h1 { font-size: 18px; }
  .hero-slide--heart { background: url('../image/hero-campaign-mobile-bg.png') center/cover no-repeat; }
  .hero-slide--heart .hero-slide__background { display: none; }
  .hero-arrow { display: none; }
  .hero-dots { bottom: -13px; gap: 6px; }
  .hero-dots button { width: 5px; height: 5px; }
  .hero-dots button.is-active { width: 10px; }
  .home-section { padding: 28px 0 35px; }
  .home-page > .home-campaigns { width: calc(100% - 30px); padding-top: 30px; padding-bottom: 37px; }
  .home-campaigns .section-heading { margin-bottom: 11px; }
  .home-charities .section-heading { margin-bottom: 14px; }
  .section-heading { margin-bottom: 9px; }
  .section-heading h2, .why-section > h2, .partner-section > h2 { font-size: 18px; }
  .section-heading a { font-size: 14px; }
  .carousel-controls { display: none; }
  .campaign-rail { gap: 15px; margin-right: -15px; }
  .campaign-card--rail { flex-basis: 283px; }
  .campaign-card--rail .campaign-card__image { height: 190px; border-radius: 13px; }
  .campaign-card__body { padding-top: 12px; }
  .campaign-card h3 { margin-bottom: 10px; font-size: 16px; }
  .campaign-card--rail h3 { margin-bottom: 13px; line-height: 1.35; }
  .raised-label, .campaign-card__meta { font-size: 13px; }
  .campaign-card--rail .raised-label { margin-bottom: 11px; }
  .campaign-card--rail .campaign-card__meta { margin-bottom: 11px; }
  .progress { height: 7px; }
  .button--small { min-width: 154px; min-height: 47px; padding-inline: 25px; font-size: 14px; }
  .home-charities { padding-top: 12px; }
  .charity-grid { grid-template-columns: 1fr; gap: 12px; }
  .charity-card { min-height: 122px; padding: 9px 12px; border-radius: 14px; grid-template-columns: 92px 1fr; gap: 12px; }
  .charity-card__logo { height: 100px; }
  .charity-card__logo img { max-width: 95px; max-height: 82px; }
  .charity-card__body h3 { margin-bottom: 6px; font-size: 16px; }
  .charity-card__body p { min-height: 15px; margin-bottom: 4px; font-size: 13px; }
  .tax-badge, .verified-badge { min-height: 22px; padding: 1px 7px 1px 3px; gap: 4px; font-size: 11px; }
  .tax-badge img { width: 29px !important; }
  .why-section { padding: 45px 0; }
  .why-section > h2 { margin-bottom: 28px; text-align: left; }
  .why-grid { grid-template-columns: 1fr 1fr; gap: 30px 18px; }
  .why-grid article { display: block; text-align: center; }
  .why-grid article > img { width: 44px; margin-bottom: 12px; }
  .why-grid h3 { font-size: 16px; }
  .why-grid p { font-size: 12px; line-height: 1.55; }
  .partner-section { padding: 36px 0 45px; }
  .partner-section h2 { margin-bottom: 32px; text-align: left; }
  .partner-row { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px 20px; justify-items: center; }
  .partner-row img { max-width: 128px; max-height: 48px; }

  .listing-page { padding: 28px 0 55px; }
  body[data-page="campaigns"] .listing-page { width: calc(100% - 30px); }
  .listing-page h1 { margin-bottom: 20px; font-size: 23px; }
  .campaign-list-grid { grid-template-columns: 1fr; gap: 16px; }
  .campaign-card--list .campaign-card__image { height: 241px; }
  .campaign-card--list .campaign-card__body { padding: 16px; }
  .campaign-card--list h3 { min-height: auto; font-size: 18px; }
  .campaign-card__description { height: 46px; }
  .inline-search { margin-top: 0; }
  .charities-page .charity-card { min-height: 125px; }
  .charities-page .charity-card:nth-child(n+7) { display: none; }
  .charities-page .charity-grid.show-all .charity-card { display: grid; }

  .campaign-detail { display: block; width: 100%; padding: 0 0 45px; }
  .campaign-detail__main > h1 { display: none; }
  .gallery__stage { height: 184px; border-radius: 0; }
  .gallery-tax { left: 67px; bottom: 10px; font-size: 10px; }
  .gallery-tax .tax-badge img { width: 26px !important; }
  .gallery-arrow { width: 35px; height: 35px; margin-top: -18px; }
  .gallery-arrow--prev { left: 5px; }
  .gallery-arrow--next { right: 5px; }
  .gallery__thumbs { display: none; }
  .mobile-campaign-title { display: block; padding: 12px 26px 4px; background: var(--surface); }
  .mobile-campaign-title h1 { margin: 0; font-size: 21px; line-height: 1.35; }
  .desktop-side { display: none; }
  .mobile-side { display: block; padding: 8px 15px 0; background: var(--surface); }
  .mobile-side .campaign-side { padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
  .mobile-side .beneficiary { grid-template-columns: 48px 1fr 15px; gap: 10px; padding: 15px 13px 39px; border-radius: 13px; background: #fff; }
  .beneficiary > img:first-child { width: 48px; height: 48px; }
  .beneficiary span { font-size: 11px; }
  .beneficiary strong { margin-bottom: 5px; font-size: 13px; }
  .beneficiary .verified-badge { min-height: 18px; font-size: 10px; }
  .mobile-side .report-link { position: relative; display: block; margin: -30px 13px 13px; font-size: 10px; }
  .mobile-side .campaign-side__amount { margin-top: 23px; padding: 15px 13px 0; border-top: 0; border-radius: 13px 13px 0 0; background: #fff; }
  .campaign-side__amount > strong { margin-bottom: 7px; font-size: 16px; }
  .campaign-side__amount .progress { height: 7px; }
  .campaign-side__amount > div:last-child { font-size: 12px; }
  .mobile-side .side-actions { grid-template-columns: 82px 1fr; gap: 10px; margin: 0; padding: 16px 13px 0; background: #fff; }
  .side-actions .button { min-height: 44px; padding: 0 12px; font-size: 17px; }
  .side-actions .button--outline { order: 0; }
  .side-actions .button img { display: none; }
  .mobile-side .fundraise-link { min-height: 52px; margin: 0; padding: 10px 8px 0 13px; border-radius: 0 0 13px 13px; background: #fff; justify-content: flex-start; font-size: 13px; }
  .fundraise-link img { margin-left: auto; margin-right: 8px; }
  .campaign-detail__main > .fundraiser-invite { display: flex; margin: 14px 15px 0; }
  .fundraiser-invite strong { font-size: 14px; }
  .fundraiser-invite p { font-size: 11px; }
  .fundraiser-invite img { width: 72px; }
  .campaign-tabs { margin: 16px 15px 0; gap: 25px; }
  .campaign-tabs button { padding-bottom: 12px; font-size: 16px; }
  .campaign-tab-panel { margin: 0 15px; padding: 20px 14px; border-radius: 12px; background: #fff; }
  .story-copy { font-size: 14px; line-height: 1.8; }
  .story-copy p { margin-bottom: 16px; }
  .detail-page > .why-section { display: none; }

  .charity-banner { height: 170px; }
  .charity-banner > .section-shell { width: calc(100% - 30px); gap: 18px; align-items: center; }
  .charity-banner__logo { width: 105px; height: 105px; margin-bottom: -55px; padding: 10px; }
  .charity-banner > .section-shell > div:last-child { margin-bottom: 32px; }
  .charity-banner h1 { margin: 0; font-size: 20px; }
  .charity-banner .badge-row { left: 123px; top: 177px; }
  .charity-detail { width: calc(100% - 30px); display: flex; flex-direction: column; gap: 24px; padding: 82px 0 45px; }
  .charity-about h2 { font-size: 23px; }
  .charity-about h3 { font-size: 18px; }
  .charity-about > p { font-size: 15px; line-height: 1.75; }
  .charity-contact-card { position: static; order: -1; width: 100%; padding: 15px; border-radius: 13px; box-shadow: 0 5px 20px rgba(0,0,0,.07); }
  .charity-detail > .charity-contact-card { margin-top: 0; }
  .charity-contact-card .button { min-height: 44px; font-size: 15px; }
  .related-campaign { margin-top: 42px; }
  .related-campaign .campaign-card__image { height: 225px; }
  .charity-project-card__image > span:first-child { width: 72%; height: 118px; padding: 18px; }
  .charity-project-card__image > span:first-child img { max-height: 80px; }
  .charity-detail-page > .why-section { display: none; }

  .solutions-hero { min-height: 410px; padding: 35px 15px 60px; }
  .solutions-hero__inner { grid-template-columns: 1fr; text-align: center; }
  .solutions-hero__inner > div:first-child { transform: none; }
  .solutions-hero__inner > div > p { justify-content: center; margin-bottom: 14px; font-size: 15px; }
  .solutions-hero__inner > div > p img { width: 20px; }
  .solutions-hero h1 { margin-bottom: 22px; font-size: 31px; }
  .solutions-hero .button { min-height: 43px; padding-inline: 24px; font-size: 15px; }
  .solutions-hero__art { width: 330px; max-height: 210px; margin: 12px auto 0; justify-self: center; }
  .solution-hero-partners { bottom: 17px; min-width: 740px; gap: 20px; transform: translateX(-170px); }
  .solution-hero-partners img { max-width: 60px; max-height: 25px; }
  .solution-intro { padding: 60px 0; }
  .eyebrow { font-size: 15px; }
  .solution-intro > h2, .solution-block h2, .testimonials > h2 { margin-bottom: 35px; font-size: 26px; }
  .solution-feature-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .solution-feature-grid article { padding: 22px 13px; }
  .solution-feature-grid img { width: 55px; height: 55px; margin-bottom: 14px; }
  .solution-feature-grid h3 { font-size: 17px; }
  .solution-feature-grid p { font-size: 12px; }
  .solution-block { padding: 60px 0 66px; }
  .solution-tabs__buttons { justify-content: flex-start; overflow-x: auto; margin-right: -15px; padding-bottom: 4px; }
  .solution-tabs__buttons button { flex: 0 0 auto; min-width: 110px; min-height: 40px; padding: 7px 15px; font-size: 13px; }
  .solution-showcase { display: flex; flex-direction: column-reverse; gap: 25px; min-height: 0; }
  .solution-showcase__image { min-height: 210px; }
  .solution-showcase__image img { max-height: 270px; }
  .solution-showcase__copy h3 { font-size: 22px; }
  .solution-showcase__copy p { font-size: 14px; }
  .testimonials { padding: 66px 0; }
  .testimonial-slider { grid-template-columns: 34px 1fr 34px; gap: 8px; }
  .testimonial-slider > button { width: 34px; height: 34px; }
  .testimonial-slider > button img { width: 17px; }
  .testimonial-slider article { min-height: 315px; padding: 28px 18px; }
  .testimonial-slider blockquote { font-size: 15px; }
  .solution-partners { padding: 55px 0; }
  .solution-partners > .section-shell { grid-template-columns: 1fr; gap: 45px; }
  .solution-partner-grid { grid-template-columns: repeat(3,1fr); gap: 24px; }
  .solution-partner-grid img { width: 80px; height: 38px; }
  .solution-contact { min-height: 360px; padding: 60px 22px; }
  .solution-contact h2 { font-size: 31px; }
  .solution-contact p:not(.eyebrow) { font-size: 15px; }

  .auth-page, .donate-page { min-height: calc(100vh - 50px); padding: 14px 10px 45px; }
  .auth-card { min-height: 565px; border-radius: 14px; }
  .auth-tabs { height: 100px; gap: 70px; }
  .auth-tabs button { padding-bottom: 22px; font-size: 22px; }
  .auth-panel { width: calc(100% - 40px); margin-top: 38px; }
  .donate-card { padding: 22px 16px 35px; border-radius: 14px; }
  .donate-summary p { grid-template-columns: 68px 1fr; font-size: 13px; }
  .amount-grid { grid-template-columns: 1fr; gap: 11px; margin-top: 23px; }
  .amount-option { min-height: 106px; padding: 17px 20px; border-radius: 14px; }
  .amount-option strong { font-size: 23px; }
  .amount-option span { font-size: 13px; line-height: 1.25; }
  .other-amount { height: 65px; padding-inline: 19px; border-radius: 14px; }
  .other-amount strong { font-size: 22px; }
  .tip-box { padding: 17px; border-radius: 14px; font-size: 13px; }
  .donate-card legend { font-size: 20px; }
  .payment-method label { grid-template-columns: 18px 36px 1fr; }

  .about-hero { height: 290px; padding: 25px; }
  .about-hero p { margin-bottom: 13px; font-size: 16px; }
  .about-hero h1 { font-size: 22px; line-height: 1.55; }
  .about-content { padding: 50px 0 60px; }
  .about-content article { margin-bottom: 48px; }
  .about-content h2 { font-size: 24px; }
  .about-content article > p { font-size: 15px; }
  .values-grid { grid-template-columns: 1fr; }
  .terms-page { padding: 35px 0 60px; }
  .terms-tabs { gap: 12px; }
  .terms-tabs button { font-size: 14px; }
  .terms-page article { padding: 24px 18px; }
  .faq-hero { height: 190px; background-image: linear-gradient(rgba(0,0,0,.38),rgba(0,0,0,.38)), url('../image/site/faq-mobile.png'); }
  .faq-page { padding: 28px 0 60px; }
  .faq-tabs { gap: 35px; margin-bottom: 10px; }
  .faq-tabs button { padding-bottom: 27px; font-size: 19px; }
  .faq-tabs button::after { bottom: 19px; }
  .faq-item > button { min-height: 70px; padding: 15px 4px; font-size: 16px; }
  .faq-answer { padding: 0 4px 22px; font-size: 14px; }
  .faq-answer img { width: 145px; }

  .site-footer { padding: 38px 15px 42px; }
  .site-footer__inner { grid-template-columns: 1fr; gap: 28px; }
  .footer-brand { display: none; }
  .footer-nav { grid-template-columns: repeat(2,1fr); gap: 16px 30px; }
  .footer-contact { order: -1; }
  .footer-contact > a { grid-template-columns: 1fr auto; }
}

@media (max-width: 380px) {
  .campaign-card--list .campaign-card__image { height: 220px; }
  .hero-copy h1 { font-size: 15px; }
  .hero-art--climb { width: 62%; }
  .solution-feature-grid { grid-template-columns: 1fr; }
}
