/* ==================== 08｜關於活動 ==================== */
.about-section { display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 70px; color: white; background: linear-gradient(135deg,rgba(110,19,25,.95),rgba(157,32,39,.9)),url("../images/main-visual.jpg") center/cover; }
.about-number { color: #f5d683; font: 900 clamp(100px,16vw,220px)/.8 "Noto Serif TC",serif; }
.about-number small { display: block; margin-top: 26px; font: 800 16px/1 sans-serif; letter-spacing: .3em; }
.about-copy h2 { margin: 12px 0 24px; color: white; font: 900 clamp(34px,5vw,58px)/1.35 "Noto Serif TC",serif; }
.about-copy p:not(.eyebrow) { color: rgba(255,255,255,.88); }
.about-copy a { display: inline-block; margin-top: 15px; padding-bottom: 5px; border-bottom: 1px solid white; font-weight: 900; }

/* ==================== 09｜頁尾與主辦單位 ==================== */
.site-footer { display: grid; grid-template-columns: minmax(220px,.72fr) minmax(420px,1.45fr) auto; align-items: start; gap: 34px; padding: 52px max(var(--page-gutter), calc((100% - var(--content-width)) / 2)); color: white; background: #48191b; }
.footer-brand strong, .footer-brand span { display: block; }
.footer-brand strong { color: #f3d58a; font-size: 20px; }
.footer-brand span { margin-top: 8px; color: #ead8ca; font-size: 14px; }
.footer-organizers { display: grid; gap: 16px; }
.footer-organizers p { display: grid; grid-template-columns: 126px minmax(0,1fr); gap: 18px; margin: 0; }
.footer-organizers strong { color: #f3d58a; white-space: nowrap; }
.footer-organizers span { color: #ead8ca; }
.copyright { margin: 0; white-space: nowrap; }
