:root {
  font-family: Quicksand, Arial, sans-serif;
  color: #180d03;
  background: #fef3e9;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: radial-gradient(#fde6d2 2px, transparent 2px) 0 0 / 80px 80px,
              radial-gradient(#fde6d2 2px, #fef3e9 2px) 40px 40px / 80px 80px;
}
img { max-width: 100%; }
a { color: #924f13; text-underline-offset: 3px; }
a:focus-visible { outline: 3px solid #1a7588; outline-offset: 4px; }
.skip-link { position: absolute; left: -9999px; top: 10px; z-index: 10; background: white; padding: 10px; }
.skip-link:focus { left: 10px; }
.wrap { width: min(100% - 48px, 1360px); margin-inline: auto; }
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 18px 24px; }
.logo { display: block; width: min(306px, 48vw); height: auto; }
.header-links { display: flex; align-items: center; gap: 22px; }
.text-link { font-weight: 700; text-decoration: none; }
.text-link:hover { text-decoration: underline; }
.pill { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 10px 23px; border-radius: 999px; border: 2px solid #a85611; font: inherit; font-weight: 700; line-height: 1.25; text-align: center; text-decoration: none; }
.pill-primary { background: #a85611; color: #fff; }
.pill-primary:hover { background: #924f13; border-color: #924f13; }
.pill-outline { background: #fff; color: #924f13; }
.pill-outline:hover { background: #fef3e9; }
.notice { display: flex; align-items: center; justify-content: center; gap: 15px; min-height: 66px; padding: 12px 20px; margin: 0; border-radius: 20px; background: #d5f3f9; text-align: center; font-size: 17px; font-weight: 700; }
.notice-icon { display: inline-grid; place-items: center; flex: none; width: 28px; height: 28px; border-radius: 50%; background: #1a7588; color: #fff; font-size: 18px; font-weight: 700; }
.intro { padding: 26px 0 24px; text-align: center; }
h1 { margin: 0; font-size: clamp(42px, 5.2vw, 68px); font-weight: 700; letter-spacing: -.045em; line-height: 1.08; }
.intro p { margin: 10px 0 0; font-size: 18px; line-height: 1.5; }
.page-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(290px, .8fr); gap: 28px; align-items: start; }
.card { border: 1px solid #f6e3d2; border-radius: 24px; background: #fff; box-shadow: 0 12px 30px #311a060b; }
.form-card { padding: 32px 28px 24px; }
h2 { margin: 0; font-size: clamp(28px, 2.8vw, 39px); letter-spacing: -.035em; line-height: 1.15; }
.form-intro { margin: 12px 0 4px; font-size: 15px; line-height: 1.5; color: #514237; }
.form-direct { margin: 0 0 15px; font-size: 14px; line-height: 1.5; }
.form-embed iframe { display: block; width: 100%; border: 0; background: #fff; }
.support { position: sticky; top: 18px; }
.hen { display: block; width: min(100%, 440px); height: auto; max-height: 485px; object-fit: contain; margin: 0 auto -6px; filter: drop-shadow(0 12px 12px #311a0614); }
.support-card, .volunteer-card { padding: 28px; }
.support-card h2 { font-size: clamp(28px, 2.5vw, 36px); }
.support-card p, .volunteer-card p { margin: 11px 0 18px; font-size: 16px; line-height: 1.5; }
.donation-button { width: 100%; }
.support-card .tagline { margin: 18px 0 0; font-size: 18px; font-weight: 700; text-align: center; }
.volunteer-card { margin-top: 16px; }
.volunteer-card h2 { font-size: 24px; }
.volunteer-card .pill { width: 100%; }
footer { padding-block: 30px 45px; color: #6b5747; font-size: 14px; font-weight: 600; }

@media (max-width: 900px) {
  .page-grid { grid-template-columns: 1fr; }
  .support { position: static; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: end; gap: 16px; }
  .hen { grid-column: 1 / -1; max-height: 400px; }
  .volunteer-card { margin: 0; }
}

@media (max-width: 600px) {
  .wrap { width: min(100% - 28px, 1360px); }
  .site-header { padding-block: 13px 17px; }
  .logo { width: min(205px, 53vw); }
  .header-links { gap: 10px; }
  .text-link { font-size: 13px; }
  .header-links .pill { min-height: 38px; padding: 7px 12px; font-size: 13px; }
  .notice { min-height: 0; padding: 13px; border-radius: 17px; font-size: 14px; text-align: left; }
  .intro { padding: 24px 0 22px; }
  .intro p { font-size: 16px; }
  .page-grid { gap: 20px; }
  .card { border-radius: 20px; }
  .form-card { padding: 23px 14px 20px; }
  .form-intro { font-size: 14px; }
  .support { display: block; }
  .hen { max-height: 330px; }
  .support-card, .volunteer-card { padding: 24px; }
  .volunteer-card { margin-top: 14px; }
}
