:root {
  --night: #12091f; --night-2: #211036; --purple: #5b2b7a;
  --purple-2: #7b3f9e; --gold: #f7c46c; --paper: #fff8ec;
  --paper-2: #f7ead8; --ink: #2b1c36; --soft: #635369;
  --light-ink: #f6ecdd; --muted: #d7c7b4; --line: #ded1bd;
  --max: 1240px; --radius: 8px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 17px; line-height: 1.75; -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
a { color: inherit; text-underline-offset: .23em; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
figure { margin: 0; }
p { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }
h1,h2,h3 { margin: 0; }
h1,h2,.serif { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
h1,h2 { letter-spacing: -.047em; text-wrap: balance; }
h2 { font-size: clamp(2.2rem, 4.1vw, 3.8rem); line-height: 1.13; }
h3 { font-size: 1.13rem; line-height: 1.4; letter-spacing: -.015em; }
::selection { color: var(--night); background: var(--gold); }
:focus-visible { outline: 3px solid #a96315; outline-offset: 5px; }
.dark :focus-visible, .site-header :focus-visible { outline-color: var(--gold); }
section[id] { scroll-margin-top: 12px; }
.wrap { width: min(var(--max), calc(100% - 112px)); margin-inline: auto; }
.section { padding-block: 100px; }
.eyebrow { display: block; margin: 0 0 23px; font-size: .69rem; font-weight: 800; line-height: 1.5; letter-spacing: .18em; text-transform: uppercase; color: #74513a; }
.eyebrow::before { content: ''; display: inline-block; width: 24px; height: 1px; margin: 0 10px 4px 0; background: currentColor; }
.dark { background: var(--night); color: var(--light-ink); }
.dark .eyebrow { color: var(--gold); }
.dark p { color: var(--muted); }
.text-link { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; font-size: .9rem; font-weight: 700; text-decoration-thickness: 1px; }
.arrow { display: inline-block; font-family: Arial, sans-serif; font-size: 1.1em; transition: transform .18s ease; }
a:hover .arrow, button:hover .arrow { transform: translateX(3px); }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 52px; padding: 13px 23px; border: 1px solid transparent; border-radius: 5px; font-size: .87rem; font-weight: 750; line-height: 1.5; text-align: center; text-decoration: none; transition: background .18s ease, box-shadow .18s ease, transform .18s ease; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 7px 20px #12091f16; }
.btn-gold { background: var(--gold); color: var(--night-2); }
.btn-gold:hover { background: #ffdc9d; }
.btn-plum { background: var(--night-2); color: var(--paper); }
.btn-plum:hover { background: var(--purple); }
.btn-outline { background: transparent; border-color: #ffffff46; color: var(--paper); }
.btn-outline:hover { background: #ffffff0d; }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px 26px; }
.skip-link { position: absolute; left: 12px; top: -100px; padding: 10px 16px; background: var(--gold); color: var(--night); z-index: 1000; font-weight: 700; }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; top: 0; z-index: 50; background: #12091ff7; color: var(--light-ink); border-bottom: 1px solid #f7c46c24; }
.header-inner { min-height: 87px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 14px; text-decoration: none; flex-shrink: 0; }
.brand img { width: 67px; height: 57px; object-fit: contain; }
.brand-title { font-family: Georgia, "Times New Roman", serif; font-size: 1.18rem; letter-spacing: -.025em; line-height: 1.3; }
.brand small { display: block; margin-top: 4px; font-size: .57rem; font-family: ui-sans-serif, system-ui, sans-serif; letter-spacing: .17em; text-transform: uppercase; color: var(--muted); }
.site-nav { display: flex; align-items: center; gap: 25px; }
.site-nav > a { font-size: .79rem; font-weight: 600; text-decoration: none; }
.site-nav > a:not(.btn) { min-height: 44px; display: inline-flex; align-items: center; border-bottom: 1px solid transparent; }
.site-nav > a:not(.btn):hover { color: var(--gold); border-bottom-color: var(--gold); }
.site-nav .btn { min-height: 44px; padding: 10px 17px; font-size: .76rem; }
.menu-toggle { display: none; color: var(--paper); background: transparent; border: 1px solid #ffffff50; border-radius: 4px; min-width: 48px; min-height: 44px; padding: 7px 12px; font-size: .82rem; }
.hero { position: relative; overflow: hidden; background: var(--night); }
.hero .wrap { position: relative; z-index: 2; }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 738px; }
.hero-copy { padding: 72px 28px 67px 0; position: relative; z-index: 3; }
.hero .eyebrow { margin-bottom: 24px; font-size: .66rem; }
.hero h1 { font-size: clamp(3.7rem, 5.4vw, 5.2rem); line-height: 1.06; max-width: 680px; }
.hero h1 em { color: var(--gold); font-style: italic; }
.hero-lede { max-width: 485px; margin: 28px 0 30px; font-size: 1.04rem; line-height: 1.8; }
.hero-copy .text-link { color: var(--paper); font-size: .81rem; }
.hero-location { display: flex; align-items: center; gap: 10px; margin: 32px 0 0; color: var(--muted); font-size: .72rem; letter-spacing: .035em; }
.hero-location svg { width: 16px; height: 16px; flex-shrink: 0; }
.hero-art { position: relative; min-height: 100%; margin-right: calc((min(var(--max), 100vw - 112px) - 100vw)/2); }
.hero-art img { width: 100%; height: 100%; object-fit: cover; object-position: 48% 50%; }
.hero-art::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, var(--night), transparent 16%), linear-gradient(0deg, #12091fcc, transparent 28%); pointer-events: none; }
.hero-art figcaption { position: absolute; z-index: 2; left: 50px; right: 24px; bottom: 29px; font-size: .67rem; color: var(--paper); letter-spacing: .04em; }
.signature { border-bottom: 1px solid var(--line); background: var(--paper-2); }
.signature .wrap { display: flex; justify-content: center; align-items: center; gap: 34px; padding-block: 24px; }
.signature span { font-family: Georgia, "Times New Roman", serif; font-size: 1.1rem; color: #573b56; }
.signature i { width: 4px; height: 4px; background: #aa7443; transform: rotate(45deg); flex-shrink: 0; }
.section-intro { display: grid; grid-template-columns: 1.06fr .94fr; gap: 70px; align-items: end; margin-bottom: 46px; }
.section-intro p { color: var(--soft); font-size: .98rem; }
.proof-grid { display: grid; grid-template-columns: 1.26fr 1fr; align-items: start; gap: 30px; }
.proof-grid figure:nth-child(2) { padding-top: 56px; }
.photo-button { display: block; position: relative; width: 100%; border: 0; padding: 0; text-align: left; background: var(--paper-2); border-radius: 6px; overflow: hidden; }
.photo-button img { width: 100%; height: auto; transition: transform .5s ease; }
.photo-button:hover img { transform: scale(1.025); }
.photo-zoom { position: absolute; right: 12px; bottom: 12px; height: 35px; width: 35px; display: grid; place-items: center; border: 1px solid #ffffff7a; border-radius: 50%; background: #12091fc4; color: #fff8ec; }
.photo-zoom svg { width: 16px; height: 16px; }
figcaption { margin-top: 15px; font-size: .78rem; line-height: 1.7; color: var(--soft); }
figcaption strong { display: block; color: var(--ink); font-size: .91rem; margin-bottom: 3px; font-weight: 700; }
.heart { position: relative; background: radial-gradient(ellipse at 100% 100%, #5b2b7a66, transparent 60%), var(--night-2); overflow: hidden; }
.heart-grid { display: grid; grid-template-columns: 1.7fr .8fr; gap: 90px; align-items: center; }
.heart h2 { font-size: clamp(2.3rem, 3.9vw, 3.6rem); max-width: 750px; margin-bottom: 28px; }
.heart h2 em { color: var(--gold); }
.heart-copy p { font-size: .97rem; max-width: 730px; }
.vision-grid { display: grid; grid-template-columns: .93fr 1.07fr; gap: 78px; align-items: center; }
.vision-image { position: relative; }
.vision-image .photo-button { border-radius: 160px 160px 6px 6px; }
.vision-image img { aspect-ratio: 4 / 5; object-fit: cover; object-position: 53% 50%; }
.vision-image figcaption { max-width: 400px; }
.vision-copy > p { color: var(--soft); margin-top: 24px; font-size: .97rem; }
.possibilities { margin: 26px 0 0; }
.possibility { display: grid; grid-template-columns: 30px 1fr; gap: 14px; padding: 19px 0; border-bottom: 1px solid var(--line); }
.possibility:first-child { border-top: 1px solid var(--line); }
.possibility svg { width: 23px; height: 23px; color: #865426; margin-top: 4px; }
.possibility h3 { font-size: 1rem; margin-bottom: 5px; }
.possibility p { color: var(--soft); font-size: .88rem; line-height: 1.75; }
.question-band { background: var(--paper-2); border-block: 1px solid var(--line); padding-block: 64px; text-align: center; }
.question-band blockquote { margin: 0 auto; max-width: 960px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.9rem, 3.3vw, 2.95rem); line-height: 1.32; letter-spacing: -.03em; color: var(--night-2); text-wrap: balance; }
.question-band .eyebrow { margin-bottom: 21px; }
.question-band blockquote em { color: #74446e; }
.space-grid { display: grid; grid-template-columns: 1.06fr .94fr; gap: 75px; align-items: start; }
.space-copy h2 { margin-bottom: 27px; }
.space-copy > p { font-size: .96rem; color: var(--soft); }
.space-spec { padding: 22px 0; margin: 27px 0 23px; border-block: 1px solid var(--line); }
.space-spec .size { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 2.6rem; line-height: 1.2; color: var(--night-2); letter-spacing: -.045em; }
.space-spec .size small { font: 500 .92rem ui-sans-serif, system-ui, sans-serif; letter-spacing: 0; }
.space-spec p { font-size: .8rem; color: var(--soft); margin-top: 8px; }
.arrangements { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 25px; padding: 0; list-style: none; }
.arrangements li { border: 1px solid #ddc9ac; background: #fff4df; padding: 6px 11px; font-size: .74rem; line-height: 1.7; border-radius: 3px; }
.space-image { margin-top: 30px; }
.space-image img { aspect-ratio: 1 / 1; object-fit: cover; object-position: 53% 48%; }
.space-quote { position: relative; margin: 28px 0 0 29px; padding: 0 0 0 24px; border-left: 2px solid #b98444; font-family: Georgia, "Times New Roman", serif; font-size: 1.45rem; line-height: 1.5; letter-spacing: -.02em; }
.partners { text-align: center; }
.partners-intro { max-width: 820px; margin: 0 auto 44px; }
.partners-intro h2 { max-width: 780px; margin: 0 auto; }
.partners-intro p { margin: 27px auto 0; color: var(--soft); font-size: .97rem; }
.partner-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; text-align: left; }
.partner-card { padding: 34px; border: 1px solid var(--line); border-radius: 6px; display: flex; flex-direction: column; align-items: start; }
.partner-card:nth-child(2) { background: var(--paper-2); }
.partner-icon { width: 30px; height: 30px; color: #74446e; margin-bottom: 21px; }
.partner-card h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; font-size: 1.8rem; letter-spacing: -.03em; }
.partner-card p { color: var(--soft); font-size: .92rem; margin: 14px 0 23px; }
.partner-card .btn { margin-top: auto; }
.direct-email { color: var(--soft); font-size: .81rem; margin-top: 27px; }
.direct-email a { overflow-wrap: anywhere; }
.donation { background: radial-gradient(ellipse at 50% 0%, #5b2b7a66, transparent 65%), var(--night); text-align: center; padding-block: 95px 91px; position: relative; }
.donation::before { content: ''; display: block; position: absolute; top: 0; left: 50%; height: 42px; width: 1px; background: #f7c46c70; }
.donation .wrap { max-width: 875px; }
.donation h2 { font-size: clamp(2.5rem, 4.6vw, 4.1rem); }
.donation h2 em { color: var(--gold); }
.donation .donation-copy { max-width: 700px; margin: 28px auto; font-size: .99rem; }
.donation .btn { min-height: 60px; padding-inline: 30px; font-size: .94rem; }
.donation .btn svg { width: 18px; height: 18px; }
.donation .donation-note { max-width: 570px; margin: 24px auto 0; color: #c9b7cd; font-size: .74rem; line-height: 1.9; }
.donation .donation-note a { color: var(--light-ink); }
.donation .checkout-note { margin-top: 10px; font-size: .68rem; color: var(--muted); }
.site-footer { padding: 34px 0 26px; background: var(--night); border-top: 1px solid #ffffff1a; color: var(--muted); }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-brand { display: flex; align-items: center; gap: 16px; }
.footer-brand img { width: 63px; height: 53px; object-fit: contain; }
.footer-brand strong { display: block; font-size: .8rem; font-weight: 600; color: var(--paper); }
.footer-brand p { font-size: .69rem; margin-top: 3px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 20px; }
.footer-links a { font-size: .74rem; min-height: 44px; display: flex; align-items: center; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 23px; padding-top: 19px; border-top: 1px solid #ffffff16; font-size: .65rem; color: #b7a4bb; }
.photo-dialog { position: fixed; inset: 0; width: min(1200px, calc(100vw - 40px)); max-width: 1200px; max-height: calc(100dvh - 32px); padding: 0; border: 1px solid #ffffff45; border-radius: 8px; background: var(--night); color: var(--paper); }
.photo-dialog::backdrop { background: #0a0711e8; }
.dialog-top { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 10px 15px; }
.dialog-top p { font-size: .78rem; margin: 0; color: var(--muted); }
.close-dialog { min-width: 48px; min-height: 44px; padding: 4px 12px; border: 1px solid #ffffff50; border-radius: 4px; color: var(--paper); background: transparent; font-size: .8rem; }
.photo-dialog img { width: 100%; max-height: calc(100dvh - 142px); object-fit: contain; background: var(--night); }
.photo-dialog .dialog-caption { margin: 0; padding: 12px 18px; color: var(--muted); font-size: .78rem; line-height: 1.6; }
@media (min-width: 1600px) {
  .hero-grid { min-height: 780px; }
  .hero-copy { padding-block: 90px; }
}
@media (max-width: 1150px) {
  .wrap { width: calc(100% - 76px); }
  .site-nav { gap: 18px; }
  .site-nav > a { font-size: .74rem; }
  .brand-title { font-size: 1.05rem; }
  .brand img { width: 58px; }
  .hero-grid { min-height: 710px; }
  .hero-copy { padding: 66px 20px 60px 0; }
  .hero h1 { font-size: clamp(3.6rem, 5.8vw, 4.5rem); }
  .hero-art { margin-right: -38px; }
  .hero .actions { gap: 17px; }
  .hero .actions .btn { padding-inline: 17px; }
  .section-intro, .heart-grid, .vision-grid, .space-grid { gap: 45px; }
  .heart-grid { grid-template-columns: 1.5fr .8fr; }
}
@media (max-width: 900px) {
  .section { padding-block: 76px; }
  .brand-title { font-size: 1.12rem; }
  .header-inner { min-height: 78px; }
  .site-nav { gap: 12px; }
  .site-nav > a { font-size: .7rem; }
  .site-nav .btn { font-size: .68rem; padding-inline: 12px; }
  .site-nav > a[href="#vision"] { display: none; }
  .hero-grid { grid-template-columns: 1.1fr 1fr; min-height: 690px; }
  .hero h1 { font-size: 3.5rem; }
  .hero-lede { font-size: .95rem; }
  .hero .actions { flex-direction: column; align-items: start; gap: 10px; }
  .hero-art img { object-position: 48% center; }
  .hero-art figcaption { left: 30px; font-size: .62rem; }
  .hero-copy { padding-block: 55px; }
  .hero .eyebrow { font-size: .61rem; }
  .signature .wrap { gap: 19px; }
  .signature span { font-size: 1rem; }
  .section-intro { gap: 30px; }
  .proof-grid { gap: 22px; }
  .heart-grid { gap: 38px; grid-template-columns: 1.5fr .85fr; }
  .vision-grid { gap: 35px; grid-template-columns: .9fr 1.1fr; }
  .vision-image img { aspect-ratio: 3 / 5; object-position: 52% center; }
  .space-grid { gap: 35px; }
  .space-spec .size { font-size: 2.2rem; }
  .partner-card { padding: 27px; }
  .footer-top { align-items: start; }
  .footer-links { gap: 13px; }
}
@media (max-width: 700px) {
  .wrap { width: calc(100% - 40px); }
  .section { padding-block: 62px; }
  .eyebrow { font-size: .63rem; margin-bottom: 19px; }
  h2 { font-size: 2.35rem; }
  .header-inner { min-height: 74px; flex-wrap: wrap; gap: 0; }
  .brand { gap: 10px; }
  .brand img { width: 52px; height: 46px; }
  .brand-title { font-size: 1.02rem; }
  .brand small { font-size: .51rem; }
  .menu-toggle { display: block; }
  .site-nav { display: none; flex: 0 0 100%; width: 100%; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 8px 15px; padding: 5px 0 19px; }
  .site-nav.open { display: flex; }
  .site-nav > a { font-size: .78rem; }
  .site-nav > a[href="#vision"] { display: inline-flex; }
  .site-nav .btn { font-size: .73rem; }
  .hero-grid { display: flex; flex-direction: column; min-height: 0; }
  .hero-copy { padding: 47px 0 33px; }
  .hero h1 { font-size: clamp(3rem, 9.6vw, 4.5rem); max-width: 620px; }
  .hero h1 br { display: none; }
  .hero-lede { max-width: 600px; margin: 23px 0 25px; font-size: .98rem; }
  .hero .eyebrow { font-size: .62rem; margin-bottom: 20px; }
  .hero .actions { flex-direction: row; align-items: center; gap: 16px 24px; }
  .hero .actions .btn { font-size: .82rem; padding-inline: 19px; }
  .hero-location { margin-top: 21px; font-size: .67rem; }
  .hero-art { margin: 0 -20px; min-height: 0; }
  .hero-art img { width: 100%; height: auto; aspect-ratio: 1.65; object-position: center; }
  .hero-art::after { background: linear-gradient(180deg, #12091f77, transparent 25%), linear-gradient(0deg, #12091fd9, transparent 25%); }
  .hero-art figcaption { left: 23px; bottom: 17px; font-size: .61rem; }
  .signature .wrap { width: calc(100% - 34px); padding-block: 20px; gap: 12px; flex-wrap: wrap; }
  .signature span { font-size: .88rem; }
  .signature i { width: 3px; height: 3px; }
  .section-intro { grid-template-columns: 1fr; gap: 21px; margin-bottom: 29px; }
  .section-intro p { font-size: .95rem; }
  .proof-grid { grid-template-columns: 1fr; gap: 31px; }
  .proof-grid figure:nth-child(2) { padding-top: 0; }
  figcaption { margin-top: 11px; font-size: .75rem; }
  figcaption strong { font-size: .85rem; }
  .heart-grid { grid-template-columns: 1fr; gap: 32px; }
  .heart h2 { font-size: 2.42rem; margin-bottom: 23px; }
  .heart-copy p { font-size: .94rem; }
  .vision-grid { display: flex; flex-direction: column-reverse; gap: 33px; align-items: stretch; }
  .vision-copy > p { font-size: .94rem; margin-top: 23px; }
  .vision-image .photo-button { border-radius: 6px; }
  .vision-image img { aspect-ratio: 1.5; object-position: center; }
  .vision-image figcaption { max-width: none; }
  .possibilities { margin-top: 23px; }
  .possibility { padding: 18px 0; }
  .possibility p { font-size: .85rem; }
  .question-band { padding-block: 45px; }
  .question-band blockquote { font-size: 1.95rem; line-height: 1.35; }
  .space-grid { grid-template-columns: 1fr; gap: 32px; }
  .space-copy h2 { margin-bottom: 23px; }
  .space-copy > p { font-size: .94rem; }
  .space-spec .size { font-size: 2.35rem; }
  .space-image { margin-top: 0; }
  .space-image img { aspect-ratio: 1.5; object-position: center; }
  .space-quote { margin: 25px 0 0 8px; font-size: 1.4rem; padding-left: 20px; }
  .partners-intro { margin-bottom: 30px; }
  .partners-intro p { font-size: .94rem; margin-top: 23px; }
  .partner-grid { grid-template-columns: 1fr; gap: 19px; }
  .partner-card { padding: 27px 25px; }
  .partner-card h3 { font-size: 1.65rem; }
  .partner-card p { font-size: .9rem; }
  .partner-card .btn { width: 100%; }
  .direct-email { font-size: .77rem; }
  .donation { padding-block: 78px 61px; }
  .donation h2 { font-size: 2.7rem; }
  .donation .donation-copy { font-size: .94rem; margin-block: 24px; }
  .donation .btn { width: 100%; max-width: 430px; padding-inline: 16px; font-size: .86rem; }
  .donation .donation-note { font-size: .71rem; margin-top: 22px; }
  .footer-top { flex-direction: column; gap: 17px; }
  .footer-brand strong { font-size: .74rem; }
  .footer-brand p { font-size: .66rem; }
  .footer-links { gap: 22px; }
  .footer-bottom { flex-direction: column; gap: 5px; margin-top: 12px; }
  .photo-dialog { width: calc(100vw - 18px); }
  .photo-dialog .dialog-caption { font-size: .72rem; }
}
@media (max-width: 380px) {
  .wrap { width: calc(100% - 32px); }
  .brand-title { font-size: .88rem; }
  .brand small { font-size: .46rem; }
  .brand img { width: 44px; }
  .hero h1 { font-size: 2.95rem; }
  .hero .actions { gap: 8px; }
  .hero-art { margin-inline: -16px; }
  .signature .wrap { column-gap: 8px; }
  .signature span { font-size: .76rem; }
  .signature i { width: 2px; height: 2px; }
  .space-spec .size { font-size: 2.1rem; }
  .space-spec .size small { font-size: .81rem; }
  .arrangements li { font-size: .69rem; }
  .footer-brand { gap: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
@media print {
  .site-header, .skip-link, .actions, .btn, .menu-toggle, .photo-zoom, .photo-dialog, .footer-links { display: none !important; }
  body, .dark, .heart, .donation, .site-footer { color: #201629 !important; background: white !important; }
  .dark p, .dark .eyebrow, .zero, .zero-panel p, .zero-panel .small-title, .footer-brand strong { color: #201629 !important; }
  .wrap { width: 100%; }
  .section { padding-block: 28px; }
  h1 { font-size: 38px !important; }
  h2 { font-size: 28px !important; }
  .hero-grid { min-height: 0; }
  .hero-copy { padding: 20px; }
  .hero-art { margin: 0; }
  .hero-art::after { display: none; }
  .hero-art figcaption { display: none; }
  .photo-button, .partner-card, .timeline li { break-inside: avoid; }
  .donation-note a::after { content: " (" attr(href) ")"; }
}

/* Updated welcome panel: no dollar figure or fundraising-progress treatment. */
.welcome-panel {
  min-width: 0;
  border: 1px solid #f7c46c5c;
  border-radius: 130px 130px 10px 10px;
  padding: 56px 27px 34px;
  text-align: center;
  background: #12091f24;
}
.welcome-panel .small-title {
  display: block;
  margin-bottom: 22px;
  color: var(--gold);
  font-size: .65rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.welcome-panel h3 {
  margin: 0 0 23px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 2.8vw, 2.65rem);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -.035em;
  color: var(--gold);
  text-wrap: balance;
}
.welcome-panel .welcome-promise { color: var(--light-ink); font-size: 1rem; line-height: 1.8; margin: 0; }
.welcome-panel .welcome-scope { color: var(--muted); font-size: .83rem; margin: 15px 0 0; }
.welcome-panel .welcome-note { color: var(--muted); font-size: .76rem; line-height: 1.8; margin: 24px 0 0; border-top: 1px solid #f7c46c40; padding-top: 18px; }
.community-quote { margin: 33px 0 0 12px; border-left: 2px solid #bb9563; padding-left: 24px; }
.community-quote blockquote { margin: 0; }
.community-quote blockquote p { font-family: Georgia, "Times New Roman", serif; font-size: 1.6rem; line-height: 1.5; font-style: italic; color: var(--night-2); letter-spacing: -.02em; }
.community-quote figcaption { margin-top: 15px; color: #74513a; font-family: ui-sans-serif, system-ui, sans-serif; font-size: .76rem; font-weight: 750; font-style: normal; text-transform: uppercase; letter-spacing: .13em; }
.partners { border-top: 1px solid var(--line); }
@media (max-width: 1150px) { .welcome-panel { padding-inline: 21px; } }
@media (max-width: 700px) {
  .welcome-panel { border-radius: 8px; padding: 30px 24px; max-width: 520px; width: 100%; margin-inline: auto; }
  .welcome-panel .small-title { margin-bottom: 16px; }
  .welcome-panel h3 { font-size: 2.3rem; margin-bottom: 18px; }
  .welcome-panel .welcome-note { margin-top: 20px; }
  .community-quote { margin: 25px 0 0 8px; padding-left: 20px; }
  .community-quote blockquote p { font-size: 1.4rem; }
}
