@charset "UTF-8";

:root {
  --paper: #f7f7f4;
  --ink: #20211f;
  --muted: #686a64;
  --line: #d8d9d2;
  --accent: #b93416;
  --orange: #fa532c;
  --gutter: clamp(1.25rem, 4.5vw, 5rem);
  --body-font: Arial, "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 6rem; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 1rem/1.8 var(--body-font); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
h1, h2, h3, p { margin: 0; }
::selection { color: #fff; background: var(--accent); }
a:focus-visible { outline: 3px solid var(--accent); outline-offset: 6px; }
.skip-link { position: fixed; z-index: 20; top: 1rem; left: 1rem; padding: .6rem 1rem; background: var(--ink); color: #fff; transform: translateY(-200%); }
.skip-link:focus { transform: none; }
.site-header { min-height: 104px; padding: 1.25rem var(--gutter); display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 2rem; border-bottom: 1px solid var(--line); }
.wordmark { font-weight: 900; font-size: 2rem; line-height: 1; letter-spacing: -.08em; display: inline-flex; align-items: flex-start; }
.wordmark span { color: var(--accent); letter-spacing: 0; }
.site-header nav { display: flex; gap: 2.5rem; }
.site-header nav a { font-size: .9375rem; padding: .5rem 0; transition: color .2s; }
.site-header nav a:hover, .text-link:hover { color: var(--accent); }
.header-link { display: inline-flex; align-items: center; gap: 1.25rem; font-size: .875rem; font-weight: 600; border-bottom: 1px solid var(--ink); padding: .4rem 0; }
.header-link span { font-size: 1.35rem; }
.hero { padding: 3.1rem var(--gutter) 3rem; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 5.5rem); align-items: stretch; max-width: 1800px; margin: 0 auto; }
.hero-copy { display: flex; flex-direction: column; align-items: flex-start; padding-top: 1.8rem; }
.eyebrow { display: flex; align-items: center; gap: .75rem; font-size: .8125rem; letter-spacing: .11em; font-weight: 600; line-height: 1.5; }
.small-rule { width: 2rem; height: 2px; background: var(--accent); }
h1 { font-size: clamp(2.7rem, 4.65vw, 5.1rem); font-weight: 700; line-height: 1.42; letter-spacing: -.035em; margin-top: 2rem; }
.accent { color: var(--accent); }
.hero-description { font-size: 1rem; color: var(--muted); line-height: 1.95; margin-top: 1.6rem; }
.button { margin-top: 2rem; padding: .5rem .5rem .5rem 1.25rem; display: inline-flex; align-items: center; gap: 2rem; background: var(--ink); color: #fff; font-size: .9375rem; min-height: 52px; transition: background .2s; }
.button:hover { background: var(--accent); }
.button-icon { width: 36px; height: 36px; display: grid; place-items: center; border-left: 1px solid #ffffff40; font-size: 1.4rem; }
.hero-footnote { display: flex; align-items: center; justify-content: space-between; gap: 1rem; width: 100%; margin-top: auto; padding-top: 3rem; font-size: .75rem; letter-spacing: .075em; color: var(--muted); }
.hero-art { min-height: 520px; position: relative; overflow: hidden; background: #21211f; display: grid; place-items: center; isolation: isolate; }
.hero-art img { position: absolute; inset: 0; height: 100%; width: 100%; object-fit: cover; object-position: 63% center; z-index: -1; }
.art-caption { position: absolute; left: 1.5rem; right: 1.5rem; bottom: 1.4rem; display: flex; justify-content: space-between; gap: 1rem; color: #fff; font-size: .75rem; letter-spacing: .07em; text-shadow: 0 1px 5px #000; }
.intro-strip { border-block: 1px solid var(--line); padding: 1.8rem var(--gutter); display: flex; align-items: center; justify-content: space-between; gap: 1rem; font-size: clamp(1rem, 2.3vw, 2rem); letter-spacing: -.035em; font-weight: 600; line-height: 1.3; }
.strip-symbol { font-size: 2rem; color: var(--accent); }
.section-frame { display: grid; grid-template-columns: minmax(170px, 1fr) minmax(0, 3fr); gap: 3rem; padding: 6rem var(--gutter); max-width: 1800px; margin: 0 auto; }
.section-label { padding-top: .65rem; }
.section-label > span { font-size: .8125rem; letter-spacing: .1em; color: var(--muted); }
.section-label > p { font-size: .9375rem; margin-top: .5rem; }
.about h2 { font-size: clamp(2rem, 3.3vw, 3.4rem); letter-spacing: -.025em; line-height: 1.6; font-weight: 500; }
.about-bottom { margin-top: 2rem; display: flex; gap: 2rem; align-items: flex-end; justify-content: space-between; }
.about-bottom > p { color: var(--muted); line-height: 1.95; }
.text-link { display: inline-flex; white-space: nowrap; gap: 1rem; padding-bottom: .3rem; border-bottom: 1px solid var(--ink); font-size: .875rem; }
.values { border-top: 1px solid var(--line); }
.section-heading { margin-bottom: 2.75rem; }
.section-heading h2 { font-size: clamp(1.7rem, 2.7vw, 2.5rem); font-weight: 500; letter-spacing: -.03em; }
.section-heading > p { color: var(--muted); margin-top: .6rem; }
.value-item { display: grid; grid-template-columns: 40px 1fr 1fr; gap: 1.5rem; align-items: center; padding: 2.1rem 0; border-top: 1px solid var(--line); }
.value-item:last-child { border-bottom: 1px solid var(--line); }
.value-number { font-size: .8125rem; color: var(--accent); align-self: start; padding-top: .1rem; }
.english-label { color: var(--muted); letter-spacing: .11em; font-size: .75rem; line-height: 1.5; }
.value-title h3 { font-size: 1.55rem; font-weight: 500; margin-top: .35rem; }
.value-item > p { color: var(--muted); line-height: 1.85; }
.closing { margin: 0 var(--gutter); padding: 2.2rem 3.5rem 2rem; background: var(--orange); color: #201e1c; }
.closing-top { display: flex; justify-content: space-between; align-items: center; }
.closing-symbol { font-size: 3rem; line-height: 1; }
.closing h2 { font-size: clamp(2.5rem, 4.8vw, 5rem); font-weight: 500; line-height: 1.4; letter-spacing: -.03em; margin: 1.6rem 0 2.2rem; }
.closing-bottom { display: flex; justify-content: space-between; align-items: flex-end; gap: 1.5rem; border-top: 1px solid #201e1c60; padding-top: 1.4rem; }
.closing-bottom a { white-space: nowrap; font-size: .875rem; display: inline-flex; gap: 1.5rem; padding: .5rem 0; }
.closing-bottom a:hover { text-decoration: underline; text-underline-offset: .3em; }
.site-footer { padding: 3.5rem var(--gutter) 1.75rem; }
.footer-wordmark { display: block; font-family: Arial, sans-serif; font-size: clamp(5rem, 18.5vw, 24rem); font-weight: 900; letter-spacing: -.07em; line-height: 1.05; }
.footer-wordmark > span { color: var(--accent); }
.footer-bottom { border-top: 1px solid var(--line); margin-top: 1.5rem; padding-top: 1.25rem; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem; color: var(--muted); font-size: .75rem; letter-spacing: .025em; }

@media (min-width: 1800px) { .hero-art { min-height: 620px; } }
@media (max-width: 1050px) {
  .hero { gap: 2rem; }
  .hero-art { min-height: 490px; }
  .hero-copy { padding-top: 1rem; }
  .section-frame { grid-template-columns: 150px minmax(0, 1fr); gap: 2rem; }
  .about-bottom { display: block; }
  .about-bottom .text-link { margin-top: 1.5rem; }
  .value-item { grid-template-columns: 25px 1fr 1fr; gap: 1rem; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 1.5rem; }
  .site-header { min-height: 82px; gap: 1.25rem; }
  .wordmark { font-size: 1.8rem; }
  .site-header nav { gap: 1.25rem; }
  .site-header nav a { font-size: .875rem; }
  .header-link { display: none; }
  .hero { grid-template-columns: minmax(0, 1fr); padding-top: 1.7rem; padding-bottom: 1.75rem; gap: 1.75rem; }
  .hero-copy { padding-top: .4rem; }
  h1 { font-size: clamp(2.45rem, 7.5vw, 4rem); margin-top: 1.35rem; }
  .hero-description { margin-top: 1rem; }
  .button { margin-top: 1.5rem; }
  .hero-footnote { padding-top: 2rem; }
  .hero-art { min-height: 0; aspect-ratio: 1.12; }
  .intro-strip { padding-block: 1.3rem; flex-wrap: wrap; justify-content: center; gap: .7rem 1rem; }
  .intro-strip span { font-size: clamp(.85rem, 2.8vw, 1.35rem); }
  .intro-strip .strip-symbol { font-size: 1.3rem; }
  .section-frame { grid-template-columns: minmax(0, 1fr); padding-top: 3.5rem; padding-bottom: 3.5rem; gap: 1.5rem; }
  .section-label { display: flex; align-items: baseline; justify-content: space-between; flex-wrap: wrap; gap: .5rem; padding: 0; }
  .section-label > p { margin: 0; }
  .about h2 { font-size: clamp(1.8rem, 5.3vw, 2.8rem); }
  .about-bottom { margin-top: 1.35rem; }
  .desktop-break { display: none; }
  .section-heading { margin-bottom: 1.7rem; }
  .value-item { grid-template-columns: 25px minmax(0, 1fr); gap: .65rem 1rem; padding: 1.5rem 0; }
  .value-title h3 { font-size: 1.4rem; }
  .value-item > p { grid-column: 2; }
  .closing { padding: 1.5rem; }
  .closing-symbol { font-size: 2.5rem; }
  .closing h2 { font-size: clamp(2rem, 6.6vw, 3.5rem); }
  .closing-bottom { flex-direction: column; align-items: flex-start; gap: .65rem; }
  .closing-bottom p { font-size: .9375rem; }
  .site-footer { padding-top: 2.5rem; }
  .footer-wordmark { font-size: 19vw; }
  .footer-bottom > :last-child { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
