.hero-kicker { display: flex; align-items: center; gap: 10px; }
.hero-kicker span { color: #ffe59b; text-shadow: 0 0 14px rgba(255,229,155,.75); }
.storybook-title { position: relative; display: flex; flex-direction: column; align-items: flex-start; width: fit-content; margin: 0 0 28px; text-shadow: 0 5px 28px rgba(0,25,45,.26); }
.storybook-title::before,.storybook-title::after { position: absolute; color: #ffe59b; font-family: serif; text-shadow: 0 0 16px rgba(255,229,155,.85); }
.storybook-title::before { content: "✦"; left: -42px; top: 10%; font-size: .35em; }
.storybook-title::after { content: "✧"; right: 6%; top: -4%; font-size: .27em; }
.storybook-brand { position: relative; margin: 0 0 -.08em .08em; font-size: .44em; line-height: 1; letter-spacing: .19em; color: #ffe19a; -webkit-text-stroke: 1px rgba(116,70,15,.25); text-shadow: 0 3px 0 #8b5a19,0 0 22px rgba(255,225,154,.75); }
.storybook-brand::before,.storybook-brand::after { position: absolute; top: 45%; color: #ffe8a9; font-size: .58em; text-shadow: 0 0 12px #ffe8a9; }
.storybook-brand::before { content: "✦"; left: -1.25em; }
.storybook-brand::after { content: "✦"; right: -1.05em; }
.storybook-subtitle { display: block; color: #fff; font-size: .86em; line-height: 1.02; letter-spacing: -.055em; filter: drop-shadow(0 5px 0 rgba(2,45,73,.45)); }
.storybook-wish { position: relative; display: block; max-width: 12ch; margin: .06em 0 0 .08em; color: #9be8f0; font-size: .66em; line-height: 1.02; font-style: italic; letter-spacing: -.045em; transform: rotate(-1.5deg); background: linear-gradient(180deg,#fff4b5 0%,#8fe8f1 48%,#5fc4dd 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; filter: drop-shadow(0 4px 0 #124f71) drop-shadow(0 0 18px rgba(143,232,241,.45)); }
.storybook-wish::after { content: ""; position: absolute; left: 3%; right: 1%; bottom: -.13em; height: .08em; border-radius: 50%; background: linear-gradient(90deg,transparent,#ffe59b 16%,#9be8f0 82%,transparent); box-shadow: 0 0 12px rgba(255,229,155,.65); transform: rotate(-1deg); }
.mission-goals { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 30px; }
.mission-goals span { padding: 16px 14px; border-radius: 14px; background: #fff; color: var(--muted); font-size: .76rem; line-height: 1.35; box-shadow: 0 8px 24px rgba(18,65,88,.07); }
.mission-goals strong { display: block; color: var(--blue); font: 700 1rem/1.2 "Fraunces",serif; margin-bottom: 4px; }
.bank-transfer { display: grid; grid-template-columns: 50px 1fr; gap: 16px; margin-top: 26px; padding-top: 24px; border-top: 1px solid #d8e4e9; }
.bank-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--sky); color: var(--blue); font-size: 1.25rem; font-weight: 700; }
.bank-transfer .mini-label { margin-bottom: 5px; }
.bank-transfer h4 { margin: 0 0 8px; color: var(--navy); font: 600 1.15rem/1.3 "Fraunces",serif; }
.account-number { margin: 0 0 8px; color: var(--navy); font-weight: 700; font-size: clamp(.86rem,2.1vw,1.05rem); letter-spacing: .035em; overflow-wrap: anywhere; }
.bank-note { margin: 0; color: #a14c39; font-size: .7rem; line-height: 1.4; }
.qr-support img { height: auto; aspect-ratio: 500 / 561; object-fit: contain; }
@media (max-width: 900px) {
  .site-header { height: 72px; }
  .site-header nav { top: 72px; max-height: calc(100vh - 72px); overflow-y: auto; }
  .hero { min-height: 650px; height: calc(100svh - 10px); }
  .hero-content { top: 48%; }
  .hero h1 { font-size: clamp(3.2rem,11vw,5.4rem); }
  .hero-content > p:not(.eyebrow) { max-width: 520px; }
  .mission-goals { grid-template-columns: 1fr; }
  .donate { padding-left: 6vw; padding-right: 6vw; }
}
@media (max-width: 560px) {
  body { overflow-x: hidden; }
  .hero { min-height: 690px; }
  .hero > img { object-position: 62% center; }
  .hero-overlay { background: linear-gradient(90deg,rgba(2,38,64,.94),rgba(2,38,64,.6) 74%,rgba(2,38,64,.3)); }
  .hero-content { left: 22px; right: 22px; transform: translateY(-48%); }
  .hero-kicker { font-size: .62rem; line-height: 1.4; }
  .hero h1 { font-size: clamp(3rem,14vw,4.05rem); line-height: .99; }
  .storybook-brand { font-size: .38em; }
  .storybook-subtitle { font-size: .72em; }
  .storybook-wish { max-width: 13ch; font-size: .56em; line-height: 1.08; }
  .storybook-title::before { left: -12px; top: -20px; }
  .storybook-title::after { right: 2px; }
  .hero-content > p:not(.eyebrow) { font-size: .98rem; line-height: 1.55; }
  .hero-actions { gap: 18px; margin-top: 26px; }
  .hero-actions .button { width: 100%; }
  .section { padding-left: 22px; padding-right: 22px; }
  .intro-copy p { font-size: .96rem; }
  .donation-box { padding: 24px 20px; border-radius: 18px; }
  .paypal-button { min-height: 54px; padding: 14px 18px; }
  .qr-support img { width: 170px; height: auto; }
  .bank-transfer { grid-template-columns: 1fr; }
  .bank-icon { display: none; }
  .account-number { font-size: .88rem; }
}
