:root {
  --ink: #10292d;
  --ink-2: #17393d;
  --paper: #f5f7f3;
  --white: #ffffff;
  --lime: #d8ee54;
  --yellow: #ffd75a;
  --blue: #a9dce1;
  --muted: #637173;
  --line: #cbd4d0;
  --max: 1200px;
  --header: 76px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header) + 16px); }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; font-size: 17px; line-height: 1.6; letter-spacing: 0; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; line-height: 1.02; letter-spacing: 0; }
h2 { font-size: clamp(2.5rem, 5vw, 5.25rem); }

.skip-link { position: fixed; left: 12px; top: -80px; z-index: 1000; padding: 12px 18px; background: var(--yellow); color: #000; font-weight: 700; }
.skip-link:focus { top: 12px; }
.section { padding: 112px 28px; }
.section-inner { width: min(100%, var(--max)); margin-inline: auto; }
.kicker, .eyebrow { margin-bottom: 18px; color: #466065; font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.kicker.light { color: var(--lime); }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 4px; padding: 13px 23px; text-decoration: none; font-weight: 800; cursor: pointer; transition: transform .18s ease, background-color .18s ease, color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, button:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }
.button-primary { color: #08191a; background: var(--yellow); }
.button-primary:hover { background: var(--lime); }
.button-ghost, .button-outline { color: var(--white); border-color: rgba(255,255,255,.72); background: transparent; }
.button-ghost:hover, .button-outline:hover { color: var(--ink); background: var(--white); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: var(--header); background: rgba(245,247,243,.96); border-bottom: 1px solid rgba(16,41,45,.15); backdrop-filter: blur(12px); }
.header-inner { width: min(100% - 40px, var(--max)); height: 100%; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 12px; color: var(--ink); text-decoration: none; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: var(--ink); font-family: Georgia, serif; font-size: 1.55rem; }
.brand b, .brand small { display: block; line-height: 1.2; }
.brand b { font-size: .95rem; }
.brand small { color: var(--muted); font-size: .64rem; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a { color: var(--ink); font-size: .84rem; font-weight: 800; text-decoration: none; }
.site-nav a:not(.nav-cta):hover { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 6px; }
.site-nav .nav-cta { padding: 11px 18px; color: var(--white); background: var(--ink); border-radius: 4px; }
.menu-button { display: none; width: 48px; height: 48px; border: 0; background: transparent; cursor: pointer; }
.menu-button span { display: block; width: 26px; height: 2px; margin: 6px auto; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }

.hero { position: relative; min-height: 760px; height: 100svh; max-height: 980px; margin-top: var(--header); overflow: hidden; color: var(--white); background: var(--ink); }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 52% 35%; }
.hero-shade { position: absolute; inset: 0; background: rgba(7,31,31,.58); }
.hero-content { position: relative; z-index: 2; width: min(100% - 56px, var(--max)); height: 100%; margin-inline: auto; padding: 10vh 0 9vh; display: grid; grid-template-columns: minmax(0, 780px) minmax(240px, 1fr); grid-template-rows: 1fr auto; align-items: end; column-gap: 60px; }
.hero .eyebrow { grid-column: 1; align-self: end; margin-bottom: 16px; color: var(--lime); }
.hero h1 { grid-column: 1; align-self: start; max-width: 780px; margin-bottom: 24px; font-size: clamp(4rem, 8vw, 8rem); }
.hero-lead { grid-column: 1; max-width: 650px; margin-bottom: 28px; font-size: clamp(1.1rem, 1.9vw, 1.45rem); line-height: 1.45; }
.hero-actions { grid-column: 1; display: flex; gap: 12px; align-items: center; }
.hero-goal { grid-column: 2; grid-row: 1 / span 2; align-self: end; border-left: 3px solid var(--lime); padding: 8px 0 8px 28px; }
.hero-goal span, .hero-goal small { display: block; }
.hero-goal span { color: var(--blue); font-size: .76rem; font-weight: 800; text-transform: uppercase; }
.hero-goal strong { display: block; margin: 6px 0 4px; font-family: Georgia, serif; font-size: clamp(2rem, 3.2vw, 3.5rem); line-height: 1; }
.hero-goal small { max-width: 240px; font-size: .78rem; line-height: 1.45; }
.scroll-cue { position: absolute; right: 24px; bottom: 22px; z-index: 2; width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; color: var(--white); text-decoration: none; }

.story-layout { display: grid; grid-template-columns: .85fr 1fr; gap: 9vw; align-items: start; }
.section-heading h2 { max-width: 720px; margin-bottom: 0; }
.section-heading.compact { display: grid; grid-template-columns: 1fr .7fr; gap: 30px 90px; align-items: end; margin-bottom: 68px; }
.section-heading.compact .kicker { grid-column: 1 / -1; margin-bottom: -12px; }
.section-heading.compact p:last-child { color: var(--muted); }
.story-copy { max-width: 650px; }
.story-copy p { margin-bottom: 24px; }
.story-copy .lead { font-size: 1.28rem; line-height: 1.55; }
.timeline { margin-top: 88px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.timeline article { min-height: 240px; padding: 30px 32px 20px 0; border-right: 1px solid var(--line); }
.timeline article + article { padding-left: 32px; }
.timeline article:last-child { border-right: 0; }
.timeline span { color: #47747a; font-family: Georgia, serif; font-size: 2rem; }
.timeline h3 { margin: 34px 0 8px; font-size: 1.15rem; }
.timeline p { max-width: 300px; color: var(--muted); font-size: .94rem; }

.photo-band { display: grid; grid-template-columns: 1.15fr .85fr .8fr; min-height: 640px; background: var(--ink); }
.photo-band figure { margin: 0; overflow: hidden; }
.photo-band img { width: 100%; height: 100%; object-fit: cover; }
.photo-main img { object-position: 50% 36%; }
.photo-side img { object-position: 50% 25%; }
.photo-quote { display: flex; flex-direction: column; justify-content: center; padding: 60px; color: var(--ink); background: var(--lime); }
.photo-quote blockquote { margin: 0; font-family: Georgia, serif; font-size: clamp(2rem, 3vw, 3.6rem); line-height: 1.08; }
.photo-quote p { margin: 28px 0 0; font-size: .78rem; font-weight: 800; text-transform: uppercase; }

.goal { background: var(--white); }
.cost-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; }
.cost-total { padding: 38px; color: var(--white); background: var(--ink); align-self: start; }
.cost-total span { color: var(--blue); font-size: .76rem; font-weight: 800; text-transform: uppercase; }
.cost-total strong { display: block; margin: 14px 0 22px; font-family: Georgia, serif; font-size: clamp(2.8rem, 4vw, 4.4rem); line-height: 1; }
.cost-total p { margin-bottom: 0; color: #d8e3df; }
.cost-items { border-top: 1px solid var(--line); }
.cost-items article { display: grid; grid-template-columns: 64px 1fr; gap: 20px; padding: 36px 0; border-bottom: 1px solid var(--line); }
.cost-number { color: #507176; font-family: Georgia, serif; font-size: 1.5rem; }
.cost-items h3 { display: inline; margin-right: 14px; font-size: 1.16rem; }
.cost-items strong { color: #2e6167; white-space: nowrap; }
.cost-items p { margin: 12px 0 0; color: var(--muted); }

.help { color: var(--white); background: var(--ink); }
.help-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 9vw; align-items: start; }
.help h2 { max-width: 620px; margin-bottom: 26px; }
.help-intro > p:not(.kicker) { max-width: 560px; color: #d4e1de; }
.help-intro .button { margin-top: 20px; }
.payment-panel { border-top: 1px solid #537174; }
.payment-row { position: relative; padding: 28px 120px 28px 0; border-bottom: 1px solid #537174; }
.payment-row span, .payment-row strong { display: block; }
.payment-row span { color: var(--blue); font-size: .76rem; font-weight: 800; text-transform: uppercase; }
.payment-row strong { margin-top: 7px; font-family: Georgia, serif; font-size: clamp(1.35rem, 2.4vw, 2.1rem); letter-spacing: .02em; }
.copy-button { position: absolute; right: 0; bottom: 31px; border: 0; padding: 8px 0; color: var(--lime); background: transparent; font-size: .78rem; font-weight: 800; cursor: pointer; }
.payment-qr { margin-top: 34px; display: grid; grid-template-columns: 180px 1fr; gap: 26px; align-items: center; }
.payment-qr img { width: 180px; height: 180px; object-fit: cover; object-position: top; background: #fff; }
.payment-qr p { margin: 0; color: #bcd0cd; font-size: .88rem; }
.payment-qr strong { color: var(--white); }

.documents { background: #e9eeea; }
.documents-heading { display: grid; grid-template-columns: .75fr 1fr; gap: 90px; align-items: end; margin-bottom: 80px; }
.documents-heading h2 { margin-bottom: 0; }
.documents-heading > p { max-width: 600px; margin-bottom: 10px; color: var(--muted); }
.document-group { padding: 44px 0; border-top: 1px solid #afbbb6; }
.group-title { display: grid; grid-template-columns: 70px 1fr; gap: 10px; margin-bottom: 28px; }
.group-title > span { font-family: Georgia, serif; font-size: 1.9rem; color: #3b696d; }
.group-title h3 { margin-bottom: 2px; font-size: 1.25rem; }
.group-title p { margin: 0; color: var(--muted); font-size: .88rem; }
.document-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.document-grid.five { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.document-grid.narrow { grid-template-columns: repeat(2, minmax(0, 330px)); }
.document-card { min-width: 0; padding: 0; border: 0; color: var(--ink); background: var(--white); text-align: left; cursor: zoom-in; overflow: hidden; }
.document-card img { width: 100%; aspect-ratio: .71; object-fit: cover; object-position: top; transition: transform .25s ease; }
.document-card.landscape img { aspect-ratio: 1.45; }
.document-card span { display: block; padding: 12px 14px; font-size: .76rem; font-weight: 800; }
.document-card:hover img { transform: scale(1.025); }

.contacts { background: var(--yellow); }
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; align-items: center; }
.contact-layout h2 { max-width: 650px; }
.contact-layout > div:first-child > p:last-child { max-width: 600px; }
.social-links { border-top: 1px solid rgba(16,41,45,.35); }
.social-links a { display: grid; grid-template-columns: 52px 1fr 24px; gap: 18px; align-items: center; padding: 24px 0; border-bottom: 1px solid rgba(16,41,45,.35); text-decoration: none; }
.social-mark { width: 48px; height: 48px; display: grid; place-items: center; border: 2px solid var(--ink); border-radius: 50%; font-size: .76rem; font-weight: 900; }
.social-links b, .social-links small { display: block; }
.social-links small { color: #456064; }
.social-links a:hover b { text-decoration: underline; text-underline-offset: 4px; }

.final-call { padding: 110px 28px; color: var(--white); background: var(--ink-2); text-align: center; }
.final-call p { color: var(--lime); font-size: .78rem; font-weight: 800; text-transform: uppercase; }
.final-call h2 { max-width: 930px; margin: 0 auto 36px; }
.final-call .section-inner > div { display: flex; justify-content: center; gap: 12px; }
.share-button { font-family: Arial, sans-serif; }
.site-footer { padding: 48px 28px 90px; color: #c9d5d2; background: #081d20; font-size: .78rem; }
.site-footer .section-inner { display: grid; grid-template-columns: 1fr 1fr auto; gap: 40px; align-items: start; }
.site-footer p { margin: 0; }
.site-footer a { color: var(--lime); font-weight: 800; }
.mobile-donate { display: none; }

.lightbox { width: 100vw; max-width: none; height: 100vh; max-height: none; margin: 0; padding: 68px 70px 40px; border: 0; color: var(--white); background: rgba(4,15,17,.96); overflow: auto; }
.lightbox::backdrop { background: rgba(4,15,17,.92); }
.lightbox[open] { display: grid; place-items: center; }
.lightbox img { max-width: min(100%, 1000px); max-height: calc(100vh - 110px); width: auto; height: auto; object-fit: contain; }
.lightbox-bar { position: fixed; top: 0; left: 0; right: 0; z-index: 3; height: 62px; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; background: #081d20; }
.lightbox-label { margin: 0; font-size: .86rem; font-weight: 700; }
.lightbox-close { width: 44px; height: 44px; border: 0; color: var(--white); background: transparent; font-size: 2rem; cursor: pointer; }
.lightbox-arrow { position: fixed; top: 50%; z-index: 2; width: 52px; height: 64px; border: 1px solid rgba(255,255,255,.4); color: var(--white); background: #10292d; font-size: 2.4rem; cursor: pointer; }
.lightbox-arrow.prev { left: 12px; }
.lightbox-arrow.next { right: 12px; }
.toast { position: fixed; left: 50%; bottom: 26px; z-index: 300; transform: translate(-50%, 140%); padding: 12px 18px; color: var(--white); background: #081d20; border: 1px solid var(--lime); opacity: 0; transition: .25s ease; font-size: .82rem; font-weight: 700; }
.toast.show { transform: translate(-50%, 0); opacity: 1; }

@media (max-width: 1180px) {
  .hero-content { grid-template-columns: 1fr; align-content: end; }
  .hero-goal { grid-column: 1; grid-row: auto; margin-top: 42px; }
}

@media (max-width: 1000px) {
  .site-nav { gap: 18px; }
  .story-layout, .help-layout, .contact-layout { grid-template-columns: 1fr; gap: 54px; }
  .photo-band { grid-template-columns: 1fr 1fr; }
  .photo-main { display: none; }
  .cost-layout { grid-template-columns: 1fr; gap: 34px; }
  .document-grid.five { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  :root { --header: 66px; }
  body { font-size: 16px; padding-bottom: 72px; }
  .section { padding: 76px 20px; }
  h2 { font-size: clamp(2.35rem, 12vw, 4rem); }
  .header-inner { width: calc(100% - 28px); }
  .brand-mark { width: 38px; height: 38px; }
  .menu-button { display: block; position: relative; z-index: 102; }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  .site-nav { position: fixed; inset: var(--header) 0 0; z-index: 101; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 34px 22px 120px; background: var(--paper); transform: translateX(100%); visibility: hidden; transition: transform .22s ease, visibility .22s; overflow-y: auto; }
  .site-nav.open { transform: translateX(0); visibility: visible; }
  .site-nav a { padding: 18px 4px; border-bottom: 1px solid var(--line); font-family: Georgia, serif; font-size: 1.8rem; font-weight: 400; }
  .site-nav .nav-cta { margin-top: 22px; padding: 15px 20px; color: var(--white); font-family: Arial, sans-serif; font-size: 1rem; font-weight: 800; text-align: center; }

  .hero { min-height: 700px; height: calc(100svh - var(--header)); max-height: 880px; }
  .hero-image { object-position: 52% 34%; }
  .hero-shade { background: rgba(6,28,29,.67); }
  .hero-content { width: calc(100% - 40px); padding: 52px 0 38px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; }
  .hero .eyebrow { align-self: auto; }
  .hero h1 { max-width: 100%; margin-bottom: 18px; font-size: clamp(2.35rem, 11.5vw, 4.2rem); overflow-wrap: anywhere; }
  .hero-lead { margin-bottom: 22px; font-size: 1.02rem; }
  .hero-actions { width: 100%; }
  .hero-actions .button { flex: 1; padding-inline: 12px; font-size: .86rem; }
  .hero-goal { margin-top: 26px; padding-left: 18px; }
  .hero-goal strong { font-size: 2rem; }
  .hero-goal small { display: none; }
  .scroll-cue { display: none; }

  .story-layout { gap: 42px; }
  .timeline { margin-top: 56px; grid-template-columns: 1fr; }
  .timeline article, .timeline article + article { min-height: 0; padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .timeline h3 { margin: 12px 0 6px; }
  .photo-band { min-height: 0; grid-template-columns: 1fr; }
  .photo-side { height: 520px; }
  .photo-quote { padding: 48px 22px; order: 2; }

  .section-heading.compact { display: block; margin-bottom: 48px; }
  .section-heading.compact .kicker { margin-bottom: 16px; }
  .section-heading.compact h2 { margin-bottom: 24px; }
  .cost-total { padding: 28px 22px; }
  .cost-total strong { font-size: 2.75rem; }
  .cost-items article { grid-template-columns: 42px 1fr; gap: 10px; }
  .cost-items h3 { display: block; margin-right: 0; }
  .cost-items strong { display: block; margin-top: 4px; }

  .payment-row { padding-right: 0; padding-bottom: 62px; }
  .copy-button { left: 0; right: auto; bottom: 20px; }
  .payment-qr { grid-template-columns: 130px 1fr; gap: 18px; }
  .payment-qr img { width: 130px; height: 130px; }

  .documents-heading { display: block; margin-bottom: 52px; }
  .documents-heading > p { margin-top: 24px; }
  .group-title { grid-template-columns: 46px 1fr; }
  .document-grid, .document-grid.five { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .document-grid.narrow { grid-template-columns: 1fr; }
  .document-card span { padding: 10px; }

  .social-links a { grid-template-columns: 48px 1fr 20px; }
  .final-call { padding: 76px 20px; }
  .final-call .section-inner > div { flex-direction: column; }
  .site-footer { padding: 42px 20px 110px; }
  .site-footer .section-inner { grid-template-columns: 1fr; gap: 22px; }
  .mobile-donate { position: fixed; inset: auto 0 0; z-index: 90; height: 72px; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; color: var(--ink); background: var(--yellow); text-decoration: none; box-shadow: 0 -4px 18px rgba(0,0,0,.18); }
  .mobile-donate span { font-weight: 900; }
  .mobile-donate strong { font-family: Georgia, serif; }
  .lightbox { padding: 70px 8px 20px; }
  .lightbox-arrow { top: auto; bottom: 14px; width: 54px; height: 52px; }
  .lightbox-arrow.prev { left: calc(50% - 62px); }
  .lightbox-arrow.next { right: calc(50% - 62px); }
  .lightbox img { max-height: calc(100vh - 145px); }
}

@media (max-width: 390px) {
  .brand b { font-size: .86rem; }
  .brand small { font-size: .58rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .document-grid, .document-grid.five { gap: 8px; }
}

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