:root {
  --purple: #bd58ec;
  --purple-dark: #341259;
  --green: #00d65a;
  --cream: #fffbea;
  --text: #4f4d54;
  --red: #bd002d;
  --radius: 24px;
}

* { box-sizing: border-box; }
html { width: 100%; max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
section[id] { scroll-margin-top: 130px; }
body { width: 100%; max-width: 100%; margin: 0; overflow-x: hidden; color: var(--text); background: var(--cream); font-family: "Noto Sans", Arial, sans-serif; }
img, svg { max-width: 100%; }
body::before { content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: .25; background: radial-gradient(circle at 15% 20%, #fff 0 14%, transparent 35%), repeating-linear-gradient(160deg, transparent 0 120px, rgba(0,214,90,.08) 121px 124px); }
a { color: inherit; text-decoration: none; }
h1, h2, .button { font-family: "Unbounded", sans-serif; }
h1, h2, h3, p { margin-top: 0; }
.page-width, .header-inner, .project-note { width: min(1100px, calc(100% - 112px)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.96); border-bottom: 1px solid #d9d9d9; }
.header-inner { height: 108px; display: flex; align-items: center; gap: 38px; }
.logo { margin-left: -33px; }
.logo img { display: block; width: 350px; height: 92px; object-fit: contain; }
.desktop-nav { margin-left: auto; display: flex; gap: 32px; font-size: 16px; }
.desktop-nav a:hover { color: var(--purple); }
.small-button { margin-left: 20px; border-radius: 999px; background: var(--purple); color: #fff; padding: 15px 30px; font-size: 15px; }
.menu-toggle, .mobile-nav { display: none; }
.mobile-menu-actions { display: none; }
.project-note { padding-top: 24px; font-size: 17px; color: #614278; font-weight: 700; }
.hero { min-height: 540px; padding: 80px 0 28px; position: relative; display: grid; grid-template-columns: 1fr 1.12fr; align-items: center; }
.hero-copy { padding-left: 0; align-self: start; padding-top: 25px; }
.hero h1 { color: var(--purple-dark); font-size: clamp(37px, 3vw, 57px); line-height: 1.03; letter-spacing: -2px; margin-bottom: 20px; }
.hero h1 span, .promise span, .steps h2 span, .safety h2 span { color: var(--purple); }
.hero-copy p { max-width: 520px; font-size: 18px; line-height: 1.4; }
.hero-image { width: 100%; max-height: 460px; object-fit: contain; mix-blend-mode: multiply; }
.button-row { display: flex; gap: 18px; align-items: center; flex-wrap: wrap; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 54px; padding: 0 28px; border-radius: 999px; font-size: 15px; border: 2px solid var(--purple); cursor: pointer; }
.button.primary { color: #fff; background: var(--purple); }
.button.outline { color: var(--purple-dark); background: rgba(255,255,255,.45); }
.hero-note { grid-column: 1 / -1; font-size: 15px; }
.hero-note b { color: #c0003c; }
.promise { padding: 66px 70px; border-radius: var(--radius); color: white; text-align: center; background: linear-gradient(135deg, #ba44eb, #b95be4 46%, #1dbd8a); margin-bottom: 28px; }
.promise h2 { font-size: 27px; line-height: 1.35; }
.promise h2 span { color: white; }
.promise p { margin: 25px 0 0; line-height: 1.5; }
.card { background: rgba(255,255,255,.97); border-radius: var(--radius); margin-bottom: 28px; padding: 34px 48px; box-shadow: 0 2px 10px rgba(45,20,80,.04); }
.eyebrow { color: #573a67; text-align: center; font-size: 17px; }
.card h2, .donate h2 { text-align: center; color: var(--purple); font-size: 30px; margin-bottom: 10px; }
.section-lead { text-align: center; font-size: 16px; margin: 0 auto 30px; }
.step-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; }
.step-grid article { position: relative; padding-left: 2px; }
.step-grid b { color: var(--purple); font-family: "Unbounded"; font-size: 28px; float: left; margin-right: 8px; }
.step-grid article:nth-child(even) b { color: var(--green); }
.step-grid h3 { font-size: 15px; margin: 6px 0 12px; color: #4f3e61; }
.step-grid p { clear: both; font-size: 14px; line-height: 1.45; }
.step-grid i { display: block; border: 2px solid currentColor; color: var(--purple); width: 42px; height: 42px; border-radius: 50%; font-style: normal; text-align: center; line-height: 35px; font-size: 24px; margin: 10px auto -5px; }
.step-grid article:nth-child(even) i { color: var(--green); }
.help { padding-top: 40px; }
.help-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.help-grid article { border-radius: 20px; padding: 28px 34px; position: relative; }
.help-grid .yes { background: white; }
.help-grid .no { background: #eee; }
.help-grid h3 { text-align: center; font-size: 16px; font-weight: 600; }
.help-grid ul { list-style: none; padding: 0; margin: 0; font-size: 14px; line-height: 1.5; }
.help-grid li { margin: 11px 0; padding-left: 28px; position: relative; }
.yes li::before { content: "✓"; color: var(--green); font-size: 20px; font-weight: 800; position: absolute; left: 0; top: -3px; }
.no li::before { content: "–"; color: #777; font-size: 21px; font-weight: 800; position: absolute; left: 2px; top: -5px; }
.yes::before, .yes::after { content: ""; position: absolute; width: 72px; height: 72px; border-color: var(--green); border-style: solid; }
.yes::before { right: 8px; top: 8px; border-width: 14px 14px 0 0; border-radius: 0 18px 0 0; }
.yes::after { left: -15px; bottom: -14px; border-width: 0 0 14px 14px; border-radius: 0 0 0 18px; border-color: var(--purple); }
.emergency { margin-bottom: 28px; background: #ead8dc; border-radius: 18px; overflow: hidden; }
.emergency h2 { margin: 0; padding: 10px; color: white; background: linear-gradient(90deg, #ed4f3b, var(--red)); font: 700 16px "Unbounded"; text-align: center; }
.emergency-grid { padding: 22px 38px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px 45px; }
.emergency p { margin: 0; }
.emergency b { display: block; color: var(--red); font-size: 18px; }
.emergency span { display: block; font-size: 14px; }
.benefit-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 35px 48px; margin-top: 30px; }
.benefit-grid article { position: relative; padding-right: 80px; }
.benefit-grid i { position: absolute; right: 0; top: -5px; width: 76px; height: 68px; background: transparent; font-style: normal; }
.benefit-grid i img { display: block; width: 100%; height: 100%; object-fit: contain; }
.benefit-grid h3 { font-size: 14px; margin-bottom: 8px; }
.benefit-grid p { font-size: 14px; line-height: 1.45; }
.faq { display: grid; grid-template-columns: 1fr 1fr; gap: 35px; min-height: 650px; overflow: hidden; }
.faq-visual { position: relative; min-height: 560px; }
.faq-visual .eyebrow { text-align: left; }
.faq-visual h2 { text-align: left; font-size: 36px; }
.faq-visual img { width: 100%; max-height: 450px; object-fit: contain; mix-blend-mode: multiply; }
.accordion { padding-top: 25px; }
.faq-intro { font-size: 15px; padding-bottom: 20px; }
.faq-intro b { color: var(--purple); }
.faq details { border-top: 1px solid #6f6478; font-size: 15px; }
.faq details:last-child { border-bottom: 1px solid #6f6478; }
.faq summary { list-style: none; cursor: pointer; padding: 17px 30px 17px 0; font-weight: 700; position: relative; }
.faq summary::after { content: "+"; position: absolute; right: 2px; color: var(--purple-dark); font-size: 21px; top: 10px; }
.faq details[open] summary::after { content: "−"; }
.faq details p { padding: 0 20px 15px 0; font-size: 14px; }
.letter { padding: 0; overflow: hidden; }
.letter > header { color: var(--purple-dark); background: linear-gradient(90deg, #bc54e9, #b958e8 38%, #ad62e5); text-align: center; padding: 26px 20px 34px; position: relative; }
.letter header span { font-size: 20px; }
.letter header h2 { color: white; margin: 6px 0 0; font-size: 34px; }
.letter header i { position: absolute; left: 50%; bottom: -58px; transform: translateX(-50%); width: 112px; height: 76px; color: transparent; font-size: 0; overflow: hidden; background: #f7f7f7; border: 1px solid #d6d6d6; box-shadow: 0 12px 12px rgba(55,39,61,.25); }
.letter header i::before { content: ""; position: absolute; z-index: 2; left: -1px; top: -1px; width: calc(100% + 2px); height: 62%; background: linear-gradient(135deg, #00df67, #00c957); clip-path: polygon(0 0, 100% 0, 50% 100%); }
.letter header i::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(34deg, transparent 49%, #d7d7d7 50% 51%, transparent 52%), linear-gradient(-34deg, transparent 49%, #d7d7d7 50% 51%, transparent 52%); }
.letter-body { padding: 74px 28px 50px; }
.letter-body > .section-lead { max-width: 960px; margin-bottom: 24px; color: #4e4b51; }
.form-grid { display: grid; gap: 18px; margin-bottom: 20px; }
.form-grid.three { grid-template-columns: repeat(3,1fr); }
.form-grid.two { grid-template-columns: repeat(2,1fr); }
.identity-panel { padding: 14px 18px 10px; margin-bottom: 18px; border-radius: 18px; background: #f5e6fb; }
.identity-panel .form-grid { margin-bottom: 0; }
label { display: block; font-size: 14px; font-weight: 700; }
label > b { color: var(--purple); }
label > small { display: block; min-height: 36px; margin: 8px 5px 0; color: var(--purple); font-size: 12px; line-height: 1.35; font-weight: 400; }
input, textarea { width: 100%; border: 1px solid #cfcbd2; background: #fff; border-radius: 8px; padding: 15px; margin-top: 8px; font: inherit; color: var(--text); }
input { min-height: 54px; }
textarea { min-height: 190px; resize: vertical; }
.consent-grid { display: grid; grid-template-columns: 1fr 1.08fr; gap: 42px; margin-top: 28px; padding: 0 6px; }
fieldset { border: 0; padding: 0; font-size: 14px; }
legend { font-weight: 700; margin-bottom: 10px; }
fieldset label { display: flex; align-items: flex-start; gap: 12px; font-weight: 400; margin: 12px 0; }
fieldset input { flex: 0 0 auto; width: 22px; min-height: 22px; height: 22px; margin: 0; accent-color: var(--purple); }
.confirmations { padding-top: 38px; color: #8b888d; }
.crisis-alert { margin-top: 22px; padding: 22px 24px; border-left: 5px solid #b83b3b; border-radius: 12px; background: #f6dddd; color: #3e2929; font-size: 17px; line-height: 1.45; }
.crisis-alert strong, .crisis-alert span { display: block; }
.crisis-alert strong { margin-bottom: 4px; color: #b43838; font-size: 19px; }
.crisis-alert a { color: #b43838; font-weight: 800; text-decoration: none; }
.submit-button { border: 0; display: flex; margin: 34px auto 0; min-width: 420px; min-height: 66px; }
.submit-button:disabled { background: #c9c1cd; color: #f4f1f5; cursor: not-allowed; opacity: .8; }
.submit-note { margin: 18px 0 0; text-align: center; color: #aaa6ac; font-size: 13px; }
.form-status { text-align: center; margin: 15px 0 0; color: var(--green); font-weight: 700; }
.form-status.is-error { color: #b43838; }
.support-form .form-status.is-success { margin-top: 22px; color: var(--green); font-size: 18px; line-height: 1.4; }
.form-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; min-height: 0 !important; padding: 0 !important; opacity: 0 !important; pointer-events: none !important; }
.team { text-align: center; }
.team p { max-width: 900px; margin-inline: auto; }
.team blockquote { font-size: 17px; font-style: italic; font-weight: 700; max-width: 960px; margin: 28px auto 12px; position: relative; }
.team blockquote::before, .team blockquote::after { color: var(--green); font: 70px/1 "Unbounded"; position: absolute; top: 0; }
.team blockquote::before { content: "«"; left: -25px; color: var(--purple); }
.team blockquote::after { content: "»"; right: -25px; }
.team cite { display: block; text-align: right; color: var(--purple); font-style: normal; }
.psych { position: relative; color: white; background: linear-gradient(105deg, #2f1057 0%, #36155e 40%, #7437a2 78%, #55227d 100%); border-radius: 28px; min-height: 420px; padding: 58px 74px 48px; margin-bottom: 45px; overflow: hidden; }
.psych::before { content: ""; position: absolute; left: 20%; right: 20%; top: 0; height: 5px; background: var(--green); }
.psych-content { position: relative; z-index: 2; text-align: center; }
.psych h2 { font-size: 34px; margin-bottom: 28px; }
.psych p { max-width: 850px; margin: 0 auto; font-size: 17px; line-height: 1.35; }
.inline-form { display: grid; grid-template-columns: 1.4fr 1fr; gap: 30px; max-width: 720px; margin: 54px 260px 58px 10px; }
.inline-form input { width: 100%; max-width: none; min-height: 64px; margin: 0; background: white; border: 0; padding: 18px 28px; border-radius: 9px; font-size: 16px; }
.inline-form button { min-width: 0; border: 0; border-radius: 999px; background: var(--green); color: white; font: 700 18px "Unbounded"; cursor: pointer; }
.psych small { display: block; width: 720px; font-size: 14px; }
.psych-art { position: absolute; z-index: 1; right: 28px; bottom: 18px; width: 300px; height: 270px; object-fit: cover; object-position: left top; -webkit-mask-image: radial-gradient(ellipse 76% 72% at 50% 48%, #000 62%, transparent 100%); mask-image: radial-gradient(ellipse 76% 72% at 50% 48%, #000 62%, transparent 100%); }
.donate { text-align: center; padding: 45px 20px 60px; position: relative; min-height: 0; overflow: hidden; }
.donate p { max-width: 920px; margin-inline: auto; }
.donate > .button { margin-top: 20px; }
.support-dialog { width: min(760px, calc(100% - 32px)); max-height: calc(100vh - 32px); padding: 0; border: 0; border-radius: 24px; color: var(--text); background: white; box-shadow: 0 25px 80px rgba(34,10,59,.35); overflow-x: hidden; }
.support-dialog::backdrop { background: rgba(31,12,49,.7); backdrop-filter: blur(5px); }
.support-dialog-head { padding: 38px 55px 32px; text-align: center; color: white; background: linear-gradient(120deg, #38115d, #bd58ec 70%, #25b88c); }
.support-dialog-head span { font-size: 15px; }
.support-dialog-head h2 { margin: 7px 0 12px; color: white; font-size: 28px; }
.support-dialog-head p { max-width: 620px; margin: auto; line-height: 1.45; }
.support-close { position: absolute; z-index: 2; top: 13px; right: 17px; width: 42px; height: 42px; border: 0; border-radius: 50%; color: white; background: rgba(255,255,255,.18); font-size: 30px; line-height: 38px; cursor: pointer; }
.support-form { padding: 32px 42px 38px; }
.support-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.support-form label { margin-bottom: 18px; }
.support-form select { width: 100%; min-height: 54px; margin-top: 8px; padding: 12px 15px; border: 1px solid #cfcbd2; border-radius: 8px; color: var(--text); background: white; font: inherit; }
.support-form textarea { min-height: 125px; }
.support-consent { display: flex; align-items: flex-start; gap: 11px; font-weight: 400; }
.support-consent input { flex: 0 0 auto; width: 20px; min-height: 20px; height: 20px; margin: 2px 0 0; accent-color: var(--purple); }
.support-form > .button { display: flex; min-width: 330px; margin: 8px auto 0; border: 0; }
body:has(.support-dialog[open]) { overflow: hidden; }
footer { background: #e9e9e9; margin-top: 15px; }
.footer-inner { display: grid; grid-template-columns: 1.1fr 1fr 1.3fr 1.2fr; gap: 50px; padding: 45px 0; }
.footer-brand img { display: block; width: 190px; transform: translateX(-6.5%); }
.footer-inner b { display: block; margin-bottom: 16px; }
.footer-inner a, .footer-inner p { display: block; font-size: 12px; margin: 8px 0; color: #666; }
.copyright { background: #ddd; text-align: center; font-size: 10px; padding: 22px; color: #777; }

@media (max-width: 760px) {
  :root { --radius: 14px; }
  section[id] { scroll-margin-top: 12px; }
  .page-width, .header-inner, .project-note { width: calc(100% - 20px); }
  .site-header { position: relative; }
  .header-inner { width: 100%; padding: 0 12px; height: 74px; gap: 6px; }
  .logo { flex: 1 1 auto; min-width: 0; margin-left: -12px; overflow: hidden; }
  .logo img { width: min(220px, 100%); height: 58px; }
  .desktop-nav { display: none; }
  .small-button { margin-left: auto; padding: 13px 21px; font-size: 13px; }
  .menu-toggle { display: flex; flex-direction: column; justify-content: center; gap: 5px; width: 37px; padding: 0; border: 0; background: none; }
  .menu-toggle span { width: 29px; height: 2px; background: var(--purple); transition: .2s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-7px) rotate(-45deg); }
  .mobile-nav { display: none; background: var(--cream); padding: 18px 12px 24px; border-top: 1px solid #ddd; }
  .mobile-nav.open { display: block; }
  .mobile-nav > a { display: flex; justify-content: space-between; padding: 19px 5px; border-bottom: 1px solid #ccc; font-size: 15px; }
  .mobile-nav b { font-size: 35px; line-height: 13px; font-weight: 300; color: #aaa; }
  .mobile-menu-actions { display: flex; gap: 10px; margin-top: 24px; }
  .mobile-menu-actions .button { flex: 1; padding: 0 12px; font-size: 10px; white-space: nowrap; }
  body.mobile-menu-open .hero > .hero-copy > .button-row { display: none; }
  .project-note { padding: 10px 0 0; font-size: 13px; line-height: 1.4; white-space: normal; }
  .hero { padding: 20px 0 8px; min-height: 440px; display: block; position: relative; }
  .hero-copy { padding-top: 4px; position: static; width: 65%; }
  .hero-copy h1, .hero-copy p { position: relative; z-index: 2; }
  .hero h1 { font-size: 28px; letter-spacing: -1.3px; margin-bottom: 12px; }
  .hero-copy p { font-size: 14px; line-height: 1.45; max-width: 180px; }
  .hero-image { position: absolute; z-index: 1; right: -3px; top: 102px; width: 59%; max-height: 225px; margin: 0; }
  .hero .button-row { position: absolute; bottom: 70px; left: 0; gap: 9px; }
  .button { min-height: 50px; padding: 0 22px; font-size: 12px; }
  .hero-note { position: absolute; bottom: 5px; font-size: 12px; line-height: 1.4; }
  .promise { padding: 35px 18px; margin-bottom: 14px; }
  .promise h2 { font-size: 20px; }
  .promise p { font-size: 14px; line-height: 1.5; margin-top: 22px; }
  .card { padding: 24px 16px; margin-bottom: 14px; }
  .eyebrow { font-size: 14px; }
  .card h2, .donate h2 { font-size: 23px; line-height: 1.25; }
  .section-lead { font-size: 13px; line-height: 1.5; margin-bottom: 22px; }
  .step-grid { grid-template-columns: 1fr; gap: 15px; }
  .step-grid article { text-align: center; padding-bottom: 42px; }
  .step-grid b { float: none; font-size: 25px; }
  .step-grid h3 { display: inline; font-size: 15px; }
  .step-grid p { font-size: 13px; line-height: 1.5; margin: 9px auto 0; max-width: 330px; }
  .step-grid i { position: absolute; bottom: 0; left: calc(50% - 18px); width: 36px; height: 36px; line-height: 29px; }
  .help { padding: 30px 18px 34px; }
  .help .eyebrow { font-size: 16px; }
  .help h2 { max-width: 520px; margin: 5px auto 18px; font-size: 26px; line-height: 1.2; }
  .help .section-lead { max-width: 600px; margin-bottom: 30px; font-size: 14px; line-height: 1.5; }
  .help-grid { grid-template-columns: minmax(0, 1fr); gap: 18px; }
  .help-grid article { width: 100%; min-width: 0; padding: 30px 24px; }
  .help-grid h3 { margin-bottom: 22px; font-size: 16px; line-height: 1.3; }
  .help-grid ul { font-size: 15px; line-height: 1.5; }
  .help-grid li { margin: 17px 0; padding-left: 34px; }
  .yes li::before { top: -5px; font-size: 24px; }
  .no li::before { top: -6px; font-size: 24px; }
  .yes::before,
  .yes::after { width: 68px; height: 68px; border-width: 0; }
  .help-grid .yes::before { top: -12px; right: 4px; border-width: 12px 12px 0 0; }
  .help-grid .yes::after { left: -18px; bottom: -10px; border-width: 0 0 12px 12px; }
  .emergency h2 { font-size: 12px; padding: 10px; }
  .emergency-grid { grid-template-columns: 1fr; gap: 13px; padding: 18px 22px; }
  .emergency b { font-size: 16px; }
  .emergency span { font-size: 13px; line-height: 1.45; }
  .benefit-grid { grid-template-columns: 1fr 1fr; gap: 23px 17px; }
  .safety { position: relative; padding-top: 32px; }
  .safety::before { content: ""; position: absolute; top: 0; left: 27%; right: 27%; height: 4px; background: var(--purple); }
  .safety .eyebrow { color: var(--purple); font-size: 18px; }
  .safety h2 span { color: var(--green); }
  .safety h2 { font-size: 24px; }
  .benefit-grid { margin-top: 24px; row-gap: 28px; }
  .benefit-grid article { display: grid; grid-template-columns: minmax(0, 1fr) 50px; grid-template-rows: auto auto; column-gap: 6px; min-width: 0; min-height: 150px; padding: 8px 0 0; }
  .benefit-grid i { position: static; grid-column: 2; grid-row: 1; align-self: start; justify-self: end; width: 50px; height: 46px; transform: none; }
  .benefit-grid h3 { grid-column: 1; grid-row: 1; align-self: start; min-width: 0; min-height: 46px; margin: 0; padding: 7px 0 0; font-size: 11px; line-height: 1.2; overflow-wrap: anywhere; }
  .benefit-grid p { grid-column: 1 / -1; grid-row: 2; min-width: 0; margin: 8px 0 0; font-size: 13px; line-height: 1.42; }
  .faq { grid-template-columns: 1fr; gap: 0; min-height: 0; padding: 0 16px 22px; }
  .faq-visual { min-height: 360px; margin-inline: -16px; padding: 18px 16px 0; overflow: hidden; }
  .faq-visual::before,
  .faq-visual::after { content: ""; position: absolute; z-index: 3; width: 55px; height: 55px; border-style: solid; }
  .faq-visual::before { top: 0; left: 0; border-width: 4px 0 0 0; border-color: var(--green); }
  .faq-visual::after { top: 0; right: 0; border-width: 12px 12px 0 0; border-color: var(--green); border-radius: 0 15px 0 0; }
  .faq-visual .eyebrow,
  .faq-visual h2 { position: relative; z-index: 2; }
  .faq-visual .eyebrow { margin-top: 4px; font-size: 16px; }
  .faq-visual h2 { margin-top: 26px; font-size: 20px; line-height: 1.3; width: 42%; }
  .faq-visual h2::after { content: ""; position: absolute; left: 46%; top: 150px; width: 46px; height: 46px; border-left: 12px solid var(--purple); border-bottom: 12px solid var(--purple); border-radius: 0 0 0 13px; }
  .faq-visual img { position: absolute; z-index: 1; right: -8%; top: 7px; width: 64%; height: 335px; object-fit: contain; }
  .accordion { padding-top: 0; }
  .faq-intro, .faq details { font-size: 13px; line-height: 1.5; }
  .faq details:first-child { border-top: 0; }
  .faq details:first-child summary { color: var(--purple); }
  .faq details:first-child summary::after { color: var(--purple); }
  .faq details:first-child p { font-size: 13px; line-height: 1.45; }
  .faq summary { padding: 14px 25px 14px 0; }
  .faq details p { font-size: 12px; }
  .letter > header { padding: 16px 10px 22px; }
  .letter header span { font-size: 13px; }
  .letter header h2 { font-size: 22px; margin-top: 4px; }
  .letter header i { width: 72px; height: 52px; bottom: -38px; }
  .letter-body { padding: 54px 12px 28px; }
  .letter-body > .section-lead { margin-bottom: 18px; }
  .identity-panel { padding: 12px; border-radius: 12px; }
  .form-grid.three, .form-grid.two, .consent-grid { grid-template-columns: 1fr; gap: 12px; }
  label, fieldset { font-size: 13px; line-height: 1.45; }
  label > small { min-height: 0; font-size: 11px; margin: 6px 4px 2px; }
  input, textarea { padding: 12px; font-size: 14px; }
  input { min-height: 48px; }
  textarea { min-height: 135px; }
  .consent-grid { margin-top: 18px; padding: 0; gap: 6px; }
  .confirmations { padding-top: 6px; }
  .crisis-alert { padding: 16px; font-size: 13px; }
  .crisis-alert strong { font-size: 15px; }
  fieldset input { width: 20px; min-height: 20px; height: 20px; }
  .submit-button { min-width: 0; width: 78%; min-height: 52px; }
  .submit-note { font-size: 10px; }
  .team p, .team blockquote { font-size: 14px; line-height: 1.55; }
  .team blockquote { margin-inline: 18px; padding-inline: 10px; }
  .team blockquote::before, .team blockquote::after { top: 50%; transform: translateY(-50%); font-size: 28px; }
  .team blockquote::before { left: -18px; }
  .team blockquote::after { right: -18px; }
  .team cite { font-size: 13px; }
  .psych { min-height: 500px; padding: 34px 18px 20px; text-align: center; margin-bottom: 22px; border-radius: 16px; }
  .psych::before { left: 25%; right: 25%; height: 4px; }
  .psych-content { padding-right: 0; }
  .psych h2 { font-size: 21px; margin-bottom: 16px; }
  .psych p, .psych small { font-size: 13px; line-height: 1.5; }
  .psych small { width: auto; }
  .inline-form { display: grid; grid-template-columns: 1fr; gap: 10px; margin: 20px 0 16px; }
  .inline-form input, .inline-form button { width: 100%; max-width: none; min-width: 0; min-height: 50px; }
  .inline-form button { font-size: 13px; }
  .psych-art { right: 50%; bottom: 4px; transform: translateX(50%); width: 205px; height: 185px; }
  .donate { min-height: 0; padding: 32px 14px 40px; }
  .donate p { font-size: 14px; line-height: 1.5; padding-inline: 10px; }
  .donate > .button { padding: 0 20px; font-size: 11px; }
  .support-dialog { width: calc(100% - 20px); border-radius: 16px; }
  .support-dialog-head { padding: 34px 20px 24px; }
  .support-dialog-head h2 { font-size: 20px; }
  .support-dialog-head p { font-size: 12px; }
  .support-close { top: 9px; right: 10px; width: 36px; height: 36px; font-size: 25px; }
  .support-form { padding: 22px 16px 26px; }
  .support-grid { grid-template-columns: 1fr; gap: 0; }
  .support-form select { min-height: 48px; font-size: 13px; }
  .support-form > .button { min-width: 0; width: 100%; }
  footer { background: #e7e7e7; }
  .footer-inner {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    padding: 34px 16px 36px;
    column-gap: 28px;
    row-gap: 34px;
  }
  .footer-brand { min-width: 0; }
  .footer-brand img {
    display: block;
    width: 235px;
    max-width: 100%;
    margin: 12px 0 0;
    transform: translateX(-6.5%);
  }
  .footer-brand p { margin-top: 20px; max-width: 225px; }
  .footer-project { min-width: 0; margin-top: 26px; }
  .footer-inner b { margin-bottom: 11px; padding-bottom: 6px; border-bottom: 1px solid #c8c8c8; font-size: 14px; }
  .footer-inner a, .footer-inner p { overflow-wrap: anywhere; font-size: 12px; line-height: 1.35; margin: 10px 0; }
  .copyright { background: #d9d9d9; font-size: 10px; line-height: 1.3; padding: 38px 12px 28px; }
}

@media (max-width: 420px) {
  .hero {
    min-height: 430px;
    padding-top: 18px;
  }

  .hero-copy {
    width: 100%;
  }

  .hero h1 {
    width: 58%;
    font-size: 26px;
    line-height: 1.02;
  }

  .hero-copy p {
    width: 52%;
    max-width: none;
    font-size: 13px;
    line-height: 1.4;
  }

  .hero-image {
    top: 112px;
    right: 0;
    width: 48%;
    max-height: 190px;
  }

  .hero .button-row {
    top: clamp(282px, calc(358px - 18vw), 300px);
    bottom: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    gap: 8px;
  }

  .hero .button {
    width: 100%;
    min-width: 0;
    padding-inline: 8px;
    font-size: 10px;
    white-space: nowrap;
  }

  .hero-note {
    right: 0;
  }
}

@media (max-width: 340px) {
  .help { padding: 26px 14px 30px; }
  .help h2 { font-size: 23px; }
  .help .section-lead { font-size: 13px; }
  .help-grid article { padding: 26px 18px; }
  .help-grid h3 { font-size: 15px; }
  .help-grid ul { font-size: 14px; }
  .help-grid li { padding-left: 30px; }
  .footer-inner { padding-inline: 12px; column-gap: 20px; }
  
}
