:root {
  --paper: #f8f9f5;
  --ink: #233e3b;
  --muted: #66746d;
  --teal: #176d73;
  --line: #dce2d9;
  --lime: #deedb2;
  font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", system-ui, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; font-size: 15px; line-height: 1.75; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a, input { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
img, svg { vertical-align: middle; }
img { max-width: 100%; height: auto; }
h1, h2, h3, h4, p { margin: 0; }
h1, h2, h3, h4 { font-weight: 650; line-height: 1.45; }
.container { width: min(1160px, calc(100% - 96px)); margin-inline: auto; }
.icon { flex: 0 0 auto; width: 21px; height: 21px; }
:focus-visible { outline: 3px solid #be7423; outline-offset: 5px; }
.skip-link { position: fixed; top: -100px; left: 20px; padding: 12px 22px; z-index: 20; background: white; }
.skip-link:focus { top: 10px; }
.site-header { border-bottom: 1px solid var(--line); background: var(--paper); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 96px; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; white-space: nowrap; font-size: 23px; font-weight: 650; letter-spacing: -.7px; }
.brand-mark { color: var(--teal); }
.brand strong { font-size: 22px; font-weight: 650; letter-spacing: 1px; }
nav { display: flex; align-items: center; gap: 35px; font-size: 14px; }
nav a { transition: color .2s; }
nav a:hover, nav a[aria-current], .text-link:hover { color: var(--teal); }
.nav-subscribe { display: flex; align-items: center; gap: 18px; padding: 10px 18px; border: 1px solid var(--ink); border-radius: 6px; }
.nav-subscribe .icon { width: 17px; }
.menu-toggle { display: none; background: transparent; border: 0; padding: 10px; color: var(--ink); }
.hero { display: grid; grid-template-columns: 1.1fr 1fr; gap: 54px; align-items: center; padding-block: 65px 62px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 650; letter-spacing: 1.7px; color: var(--teal); }
.tiny-dot { height: 7px; width: 7px; background: var(--teal); border-radius: 50%; }
.hero h1 { font-size: clamp(40px, 4.55vw, 62px); line-height: 1.4; letter-spacing: 2px; margin: 22px 0 22px; font-weight: 700; }
.hero-highlight { color: var(--teal); position: relative; isolation: isolate; }
.hero-highlight::after { content: ''; position: absolute; height: 12px; bottom: 8px; background: var(--lime); width: 100%; left: 0; z-index: -1; transform: rotate(-3deg); }
.title-dot { color: var(--teal); }
.hero-copy > p { color: var(--muted); font-size: 16px; line-height: 1.9; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 25px; margin-top: 31px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 48px; padding: 12px 23px; border: 1px solid transparent; border-radius: 5px; color: white; background: var(--teal); font-size: 14px; font-weight: 550; transition: background .2s, transform .2s; }
.button:hover { background: #11575c; transform: translateY(-2px); }
.button:disabled { opacity: .6; cursor: wait; transform: none; }
.button-secondary { border-color: #98b4a5; color: var(--ink); background: transparent; }
.button-secondary:hover { background: #e1e9dc; }
.text-link { display: inline-flex; align-items: center; gap: 12px; font-size: 14px; font-weight: 550; }
.text-link .icon { width: 18px; }
.hero-proof { display: flex; gap: 21px; align-items: center; margin-top: 39px; }
.proof-number { font-size: 40px; font-weight: 550; line-height: 1; letter-spacing: -2px; }
.proof-number > span { font-size: 13px; margin-left: 7px; letter-spacing: 0; }
.proof-copy { padding-left: 20px; border-left: 1px solid #cbd5ca; color: var(--muted); font-size: 12px; line-height: 1.8; }
.community-art { height: 475px; position: relative; border-radius: 160px 160px 16px 16px; background: #e7eee3; overflow: hidden; }
.art-grid { position: absolute; inset: 0; background-image: linear-gradient(#57705e09 1px, transparent 1px), linear-gradient(90deg, #57705e09 1px, transparent 1px); background-size: 32px 32px; }
.art-caption { position: absolute; top: 40px; width: 100%; text-align: center; font-size: 8px; letter-spacing: 2px; color: #51735f; }
.people-art { position: absolute; width: 100%; left: 0; top: 38px; }
.art-note { position: absolute; padding: 9px 16px; font-size: 12px; background: #fffdf5; box-shadow: 0 4px 12px #263f3a08; border: 1px solid #d5dfce; border-radius: 4px; }
.note-one { top: 134px; left: 22px; transform: rotate(-8deg); }
.note-one .icon { width: 16px; margin-left: 8px; }
.note-two { right: 18px; bottom: 84px; transform: rotate(6deg); }
.art-bottom { position: absolute; bottom: 24px; left: 30px; right: 30px; display: flex; justify-content: space-between; align-items: center; font-size: 9px; letter-spacing: 2px; }
.art-bottom > span { font-size: 24px; }
.community-strip { border-block: 1px solid var(--line); }
.community-strip > div { display: grid; grid-template-columns: repeat(3, 1fr); padding-block: 23px; }
.community-strip > div > span { display: flex; gap: 14px; justify-content: center; align-items: center; font-size: 13px; letter-spacing: .7px; }
.community-strip > div > span + span { border-left: 1px solid var(--line); }
.community-strip .icon { color: var(--teal); width: 19px; }
.section { padding-top: 80px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 31px; }
.section-heading h2 { font-size: 30px; margin-top: 11px; letter-spacing: .4px; }
.section-heading > p { color: var(--muted); font-size: 13px; }
.section-heading > .text-link { padding-bottom: 5px; }
.mobile-only { display: none; }
.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.audience-card { padding: 28px; border: 1px solid var(--line); border-radius: 8px; }
.audience-card:nth-child(2) { background: #eef2e8; }
.audience-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 27px; }
.audience-top > span:last-child { font-size: 10px; color: var(--muted); letter-spacing: 1px; }
.audience-icon { display: grid; width: 43px; height: 43px; place-items: center; border-radius: 50%; background: #e2ebdd; color: #376b58; }
.audience-card:nth-child(2) .audience-icon { background: #dce7c8; }
.audience-card:nth-child(3) .audience-icon { background: #f1e6d8; color: #987247; }
.audience-card h3 { font-size: 19px; margin-bottom: 12px; }
.audience-card p { font-size: 14px; color: var(--muted); line-height: 1.85; }
.audience-note { display: block; font-size: 11px; margin-top: 26px; color: #526e5d; letter-spacing: .5px; }
.next-event { display: flex; gap: 26px; align-items: center; padding: 33px 38px; border-radius: 8px; background: #edf1e7; border: 1px solid #dee5d7; }
.next-event-copy { flex: 1; }
.status-dot { display: flex; align-items: center; gap: 7px; font-size: 11px; color: #52734f; }
.status-dot::before { content: ''; width: 6px; height: 6px; background: #739564; border-radius: 50%; }
.next-event h3 { font-size: 22px; margin-block: 8px; }
.next-event p { color: var(--muted); font-size: 13px; }
.calendar-art { width: 78px; height: 83px; background: var(--paper); border: 1.5px solid #8d9e7b; border-radius: 9px; transform: rotate(-6deg); flex: 0 0 auto; position: relative; margin: 4px 10px 0 0; }
.calendar-art > span { display: block; height: 19px; border-bottom: 1px solid #8d9e7b; background: #dce8c4; border-radius: 7px 7px 0 0; }
.calendar-art::before, .calendar-art::after { content: ''; position: absolute; height: 15px; width: 3px; background: #8d9e7b; top: -8px; border-radius: 3px; }
.calendar-art::before { left: 18px; }
.calendar-art::after { right: 18px; }
.calendar-art > div { display: grid; place-items: center; height: 60px; color: #72825b; }
.calendar-art .icon { width: 32px; height: 32px; }
.home-archive { display: grid; grid-template-columns: 1.2fr 1fr; gap: 72px; align-items: center; }
.event-card { display: block; border: 1px solid var(--line); border-radius: 9px; background: #fff; overflow: hidden; transition: border-color .2s, transform .2s; }
.event-card:hover { border-color: #7c9d8c; transform: translateY(-4px); }
.event-cover { position: relative; background: #21889a; aspect-ratio: 1918 / 1078; }
.event-cover img { display: block; width: 100%; height: 100%; object-fit: cover; }
.cover-badge { position: absolute; left: 15px; bottom: 15px; background: #fffef3; border-radius: 4px; padding: 4px 11px; font-size: 10px; }
.event-card-body { padding: 24px 27px; }
.event-meta { display: flex; justify-content: space-between; color: var(--muted); font-size: 11px; letter-spacing: .7px; }
.event-card h3 { font-size: 23px; margin-top: 11px; }
.event-card p { color: var(--muted); font-size: 13px; margin-top: 5px; }
.card-bottom { display: flex; align-items: center; justify-content: space-between; margin-top: 24px; gap: 8px; }
.tags { display: flex; flex-wrap: wrap; gap: 6px; }
.tags > span, .tag { padding: 3px 9px; background: #edf1e9; color: #536b57; border-radius: 3px; font-size: 10px; }
.circle-arrow { display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; width: 32px; height: 32px; flex: 0 0 auto; }
.circle-arrow .icon { width: 16px; }
.archive-note { padding: 10px 25px 10px 0; }
.outline-number { font-size: 108px; font-weight: 400; line-height: 1; letter-spacing: -8px; color: transparent; -webkit-text-stroke: 1px #81a28b; }
.archive-note h3 { font-size: 22px; margin-top: 22px; }
.archive-note p { color: var(--muted); font-size: 14px; margin-top: 17px; }
.archive-note .muted { font-size: 12px; }
.archive-note .text-link { margin-top: 27px; }
.newsletter { display: grid; grid-template-columns: 1fr 1.1fr; gap: 70px; align-items: center; margin-top: 88px; padding: 51px 55px; background: #244f46; color: #fffef2; border-radius: 10px; }
.newsletter .eyebrow { color: #d3e6aa; }
.newsletter h2 { font-size: 32px; line-height: 1.55; margin-block: 13px; letter-spacing: 1px; }
.newsletter-copy p { font-size: 12px; color: #d3dfd4; }
.newsletter-form > label { display: block; font-size: 12px; margin-bottom: 10px; }
.email-row { display: flex; padding: 5px; border-radius: 5px; background: #fffef8; }
.email-row input { min-width: 0; width: 100%; background: transparent; color: var(--ink); border: 0; padding: 10px 12px; font-size: 14px; }
.email-row .button { flex: 0 0 auto; background: var(--lime); color: var(--ink); font-size: 12px; min-height: 43px; gap: 10px; padding: 8px 15px; }
.email-row .button:hover { background: #c7df90; transform: none; }
.newsletter-form .consent { display: flex; align-items: flex-start; gap: 8px; font-size: 11px; margin-top: 17px; color: #e0e9da; }
.consent input { margin: 4px 0 0; width: 14px; height: 14px; accent-color: #dcedac; flex: 0 0 auto; }
.consent a, .form-result a { text-decoration: underline; text-underline-offset: 3px; }
.form-note { font-size: 10px; color: #c4d5c6; margin-left: 22px; }
.form-result { font-size: 13px; }
.form-result:not(:empty) { margin-top: 18px; padding: 12px; border: 1px solid #849d84; border-radius: 4px; }
.form-result a { display: block; margin-top: 6px; }
.form-result[data-error="true"] { color: #ffe5bb; }
.honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.site-footer { margin-top: 64px; }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 31px; }
.footer-top .brand { font-size: 19px; }
.footer-top .brand strong { font-size: 18px; }
.footer-top .brand-mark { width: 33px; height: 33px; }
.footer-top > p { font-size: 12px; color: var(--muted); }
.footer-top > a:last-child { font-size: 11px; }
.footer-top .icon { width: 14px; margin-left: 9px; }
.footer-bottom { display: flex; justify-content: space-between; padding-block: 19px 27px; border-top: 1px solid var(--line); font-size: 10px; color: var(--muted); letter-spacing: .3px; }
.page-intro { padding-top: 72px; padding-bottom: 42px; }
.page-intro h1 { font-size: 45px; margin-block: 17px; }
.page-intro h1 > span { color: var(--teal); }
.page-intro p { color: var(--muted); }
.events-content { min-height: 240px; }
.small-message { display: flex; align-items: center; gap: 15px; margin-top: 27px; color: var(--muted); font-size: 13px; }
.archive-toolbar { display: flex; justify-content: space-between; align-items: center; padding-block: 0 20px; border-bottom: 1px solid var(--line); margin-bottom: 28px; font-size: 13px; }
.archive-toolbar > span:last-child { font-size: 11px; color: var(--muted); }
.count-pill { background: #e8ede1; padding: 3px 10px; border-radius: 14px; margin-left: 5px; }
.archive-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.archive-pending { display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px dashed #bdcbb4; border-radius: 9px; padding: 40px 24px; text-align: center; }
.archive-pending > .icon { width: 35px; height: 35px; color: #829778; }
.archive-pending h2 { font-size: 23px; margin: 24px 0 13px; }
.archive-pending p { color: var(--muted); font-size: 13px; }
.archive-pending .text-link { margin-top: 24px; }
.event-detail { padding-top: 40px; }
.back-link { color: var(--muted); font-size: 12px; }
.event-detail-heading { padding-block: 40px 30px; max-width: 860px; }
.event-detail-heading h1 { font-size: 42px; margin-block: 12px; }
.event-subtitle { font-size: 20px; color: var(--muted); }
.detail-meta { display: flex; gap: 20px; align-items: center; margin-top: 24px; font-size: 13px; }
.detail-meta > span { display: flex; gap: 9px; align-items: center; }
.detail-cover { width: 100%; border-radius: 9px; display: block; }
.detail-columns { display: grid; grid-template-columns: 1fr 300px; gap: 70px; padding-top: 52px; align-items: start; }
.detail-columns h2 { font-size: 27px; margin-top: 10px; }
.detail-description { margin-top: 20px; color: var(--muted); }
.detail-columns .speakers-heading { margin-top: 44px; margin-bottom: 25px; }
.speaker { display: flex; gap: 23px; border-top: 1px solid var(--line); padding-block: 25px; }
.speaker-number { font-size: 30px; color: #809777; font-weight: 300; }
.speaker h3 { font-size: 23px; }
.speaker p { color: var(--muted); font-size: 14px; margin-top: 13px; }
.speaker .speaker-role { color: var(--teal); font-size: 12px; margin-top: 5px; }
.speaker h4 { margin-top: 23px; font-size: 16px; }
.speaker ul { font-size: 14px; color: var(--muted); padding-left: 20px; line-height: 2; }
.detail-aside { background: #ecf0e5; padding: 28px; border-radius: 7px; position: sticky; top: 25px; }
.detail-aside h3 { font-size: 19px; }
.detail-aside dl { display: grid; grid-template-columns: 40px 1fr; gap: 13px; font-size: 13px; margin-block: 22px; }
.detail-aside dt { color: var(--muted); }
.detail-aside dd { margin: 0; }
.detail-aside p { font-size: 12px; color: var(--muted); border-top: 1px solid #d0dbc6; padding-top: 20px; }
.detail-aside .button { width: 100%; margin-top: 22px; }
.prose { max-width: 740px; padding-top: 65px; padding-bottom: 40px; }
.prose h1 { font-size: 37px; margin-block: 15px 25px; }
.prose h2 { font-size: 21px; margin-block: 30px 10px; }
.prose p { color: var(--muted); }
.prose .muted { font-size: 12px; margin-top: 24px; }
.prose .button { margin-top: 32px; }
.message-page { min-height: 60vh; padding-block: 85px; display: flex; align-items: center; flex-direction: column; text-align: center; }
.message-icon { display: grid; place-items: center; width: 70px; height: 70px; background: #e7eddc; border-radius: 50%; margin-bottom: 25px; }
.message-icon .icon { width: 31px; height: 31px; }
.message-page h1 { font-size: 32px; }
.message-page p { color: var(--muted); margin-top: 15px; }
.message-page .text-link, .message-page form, .message-page > .button { margin-top: 25px; }
.next-date { display: flex; flex-direction: column; gap: 8px; color: var(--teal); }
.upcoming-list { display: grid; gap: 20px; }
@media (min-width: 1500px) { .hero { padding-block: 80px; } }
@media (max-width: 1000px) {
  .container { width: calc(100% - 64px); }
  nav { gap: 23px; }
  .hero { gap: 28px; padding-block: 45px; }
  .hero h1 { font-size: 43px; letter-spacing: 0; }
  .community-art { height: 420px; }
  .art-caption { top: 39px; font-size: 6px; }
  .people-art { top: 60px; }
  .note-one { top: 141px; left: 9px; font-size: 10px; padding: 7px 10px; }
  .note-two { right: 7px; bottom: 73px; font-size: 10px; }
  .hero-actions { gap: 20px; }
  .hero-actions .text-link { font-size: 12px; }
  .audience-card { padding: 23px; }
  .audience-card h3 { font-size: 17px; }
  .next-event { padding: 27px; gap: 20px; flex-wrap: wrap; }
  .next-event h3 { font-size: 19px; }
  .home-archive { gap: 45px; }
  .newsletter { padding: 38px; gap: 35px; }
  .newsletter h2 { font-size: 28px; }
  .email-row { flex-wrap: wrap; gap: 4px; }
  .email-row input { flex-basis: 100%; }
  .email-row .button { width: 100%; }
  .detail-columns { gap: 35px; grid-template-columns: 1fr 260px; }
}
@media (max-width: 700px) {
  html { scroll-padding-top: 20px; }
  .container { width: calc(100% - 40px); }
  .header-inner { min-height: 78px; flex-wrap: wrap; gap: 0; }
  .brand { font-size: 21px; }
  .brand strong { font-size: 20px; }
  .brand-mark { width: 36px; height: 36px; }
  .js .menu-toggle { display: block; }
  nav { width: 100%; display: flex; flex-wrap: wrap; padding-block: 15px 20px; gap: 22px; }
  .js nav { display: none; }
  .js nav.is-open { display: flex; }
  nav .nav-subscribe { padding: 0; border: 0; gap: 7px; }
  .hero { grid-template-columns: 1fr; padding-top: 39px; padding-bottom: 33px; gap: 35px; }
  .hero h1 { font-size: clamp(37px, 10.7vw, 60px); line-height: 1.4; letter-spacing: .5px; margin-top: 19px; }
  .eyebrow { font-size: 9px; letter-spacing: 1.3px; }
  .hero-copy > p { font-size: 14px; }
  .hero-actions { margin-top: 26px; gap: 19px; }
  .hero-actions .button { padding-inline: 19px; gap: 13px; }
  .hero-actions .text-link { font-size: 12px; gap: 6px; }
  .hero-proof { margin-top: 30px; }
  .proof-number { font-size: 33px; }
  .proof-copy { font-size: 11px; }
  .community-art { height: auto; aspect-ratio: 1.12; border-radius: 120px 120px 12px 12px; }
  .people-art { top: 8px; }
  .art-caption { top: 23px; font-size: 6px; }
  .note-one { top: 29%; left: 3%; font-size: 10px; }
  .note-two { bottom: 18%; right: 3%; }
  .art-bottom { left: 22px; right: 22px; bottom: 14px; font-size: 7px; }
  .community-strip > div { width: 100%; padding-block: 20px; }
  .community-strip > div > span { flex-direction: column; gap: 7px; font-size: 10px; letter-spacing: 0; }
  .community-strip .icon { width: 18px; }
  .section { padding-top: 49px; }
  .section-heading { align-items: flex-start; gap: 17px; margin-bottom: 25px; }
  .section-heading h2 { font-size: 24px; margin-top: 10px; }
  .section-heading > p { display: none; }
  .section-heading > .text-link { font-size: 11px; margin-top: 9px; white-space: nowrap; gap: 5px; }
  .section-heading > .text-link .icon { width: 14px; }
  .mobile-only { display: block; }
  .audience-grid { grid-template-columns: 1fr; gap: 14px; }
  .audience-card { padding: 23px; }
  .audience-top { margin-bottom: 17px; }
  .audience-card h3 { font-size: 20px; }
  .audience-note { margin-top: 20px; }
  .next-event { gap: 21px; padding: 26px 23px; }
  .calendar-art { width: 58px; height: 66px; margin-right: 0; }
  .calendar-art > div { height: 43px; }
  .calendar-art .icon { width: 23px; }
  .calendar-art::before { left: 13px; }
  .calendar-art::after { right: 13px; }
  .next-event-copy { flex-basis: calc(100% - 85px); }
  .next-event h3 { font-size: 18px; }
  .next-event p { font-size: 12px; }
  .next-event > .button { width: 100%; }
  .home-archive { grid-template-columns: 1fr; gap: 30px; }
  .event-card-body { padding: 21px; }
  .event-card h3 { font-size: 21px; }
  .archive-note { padding: 12px 20px 3px; }
  .outline-number { font-size: 83px; }
  .archive-note h3 { font-size: 20px; margin-top: 16px; }
  .newsletter { grid-template-columns: 1fr; padding: 31px 25px; gap: 29px; margin-top: 50px; }
  .newsletter h2 { font-size: 28px; }
  .newsletter-copy p { font-size: 12px; }
  .email-row input { padding-block: 13px; }
  .email-row .button { min-height: 44px; }
  .newsletter-form .consent { font-size: 10px; }
  .site-footer { margin-top: 41px; }
  .footer-top { flex-wrap: wrap; gap: 18px; padding-bottom: 25px; }
  .footer-top > p { order: 3; width: 100%; font-size: 11px; }
  .footer-top > a:last-child { font-size: 10px; }
  .footer-bottom { font-size: 9px; gap: 12px; }
  .page-intro { padding-top: 43px; padding-bottom: 30px; }
  .page-intro h1 { font-size: 33px; margin-block: 15px; }
  .page-intro h1 > span { display: block; }
  .page-intro p { font-size: 13px; }
  .small-message { flex-wrap: wrap; gap: 5px 12px; font-size: 12px; }
  .small-message .text-link { font-size: 12px; }
  .archive-grid { grid-template-columns: 1fr; gap: 23px; }
  .archive-toolbar > span:last-child { font-size: 10px; }
  .archive-pending { min-height: 270px; }
  .event-detail { padding-top: 25px; }
  .event-detail-heading { padding-top: 27px; }
  .event-detail-heading h1 { font-size: 31px; }
  .event-subtitle { font-size: 17px; }
  .detail-columns { grid-template-columns: 1fr; gap: 22px; padding-top: 35px; }
  .detail-columns h2 { font-size: 24px; }
  .speaker { gap: 15px; }
  .speaker h3 { font-size: 21px; }
  .speaker-number { font-size: 25px; }
  .detail-aside { position: static; }
  .prose { padding-top: 40px; }
  .prose h1 { font-size: 31px; }
  .message-page { padding-block: 60px; }
  .message-page h1 { font-size: 27px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
