:root {
  color-scheme: light;
  --ink: #173b35;
  --muted: #5d6e68;
  --jade: #103b35;
  --paper: #fcfdfb;
  --mist: #edf2ef;
  --line: #d6dfd8;
  --gold: #e7cc94;
  --vermilion: #a73530;
  --serif: "Noto Serif TC", "Source Han Serif TC", "PMingLiU", "Times New Roman", serif;
  font-family: "Microsoft JhengHei", "PingFang TC", system-ui, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  letter-spacing: 0;
}
* { box-sizing: border-box; }
body { margin: 0; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin: 0; }
em { font-style: normal; }
::selection { background: #dbe9df; color: #153b33; }
.section-shell { width: min(1200px, calc(100% - 112px)); margin-inline: auto; }
.masthead { background: #0b2824; color: #edf4ee; }
.masthead-inner { width: min(1320px, calc(100% - 112px)); min-height: 86px; margin: auto; display: flex; align-items: center; gap: 28px; }
.brand { width: 104px; height: 66px; object-fit: contain; }
.header-title { border-left: 1px solid #426158; padding-left: 26px; font-size: 16px; font-weight: 700; }
.header-title span { display: block; color: #b5c8bf; font-size: 11px; font-weight: 400; margin-top: 5px; }
.edition { margin-left: auto; font-size: 14px; text-align: right; }
.edition span { display: block; margin-top: 6px; color: #b5c8bf; font-size: 10px; }
.hero { position: relative; isolation: isolate; height: min(650px, calc(100svh - 216px)); min-height: 520px; background: #082a26; color: #fffdf4; }
.hero-art { position: absolute; z-index: -2; width: 100%; height: 100%; inset: 0; object-fit: cover; object-position: center 58%; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(4,31,27,.40), rgba(4,31,27,.08) 43%, transparent 62%); pointer-events: none; }
.hero-inner { position: relative; width: min(1200px, calc(100% - 112px)); height: 100%; margin: auto; display: flex; align-items: center; }
.hero-copy { width: 50%; padding-block: 34px; }
.eyebrow { display: flex; align-items: center; gap: 12px; font-size: 11px; font-weight: 600; line-height: 1.5; }
.hero .eyebrow { color: #eadbbb; }
.seal { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid #d7a082; background: #932d2a; font-family: var(--serif); font-size: 13px; }
.hero-brand { margin: 22px 0 12px; font-size: 16px; color: #e4dcc8; }
h1 { font-family: var(--serif); font-size: 78px; line-height: 1.12; font-weight: 700; text-shadow: 0 2px 24px #082720; }
h1 span { color: #efd9a3; }
.hero-subtitle { margin-top: 22px; font-size: 20px; line-height: 1.7; }
.hero-detail { margin-top: 7px; font-size: 14px; color: #c6d6ca; }
.hero-period { display: flex; align-items: center; gap: 15px; margin-top: 30px; padding-top: 21px; border-top: 1px solid #73908066; width: fit-content; }
.hero-period > span { font-size: 10px; color: #d3dbd0; }
.hero-period strong { font-size: 20px; font-weight: 500; font-family: Georgia, serif; font-variant-numeric: tabular-nums; }
.hero-period strong span { margin-inline: 6px; font-size: 14px; color: #aebfae; }
.hero-edition { position: absolute; right: 0; bottom: 18px; color: #e4e0cf; font-size: 9px; padding: 5px 8px; background: #102d2599; }
.mobile-break { display: none; }
.action-bar { position: sticky; top: 0; z-index: 10; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 3px 16px #133d2908; }
.action-inner { width: min(1200px, calc(100% - 112px)); display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: auto; }
.action { display: flex; align-items: center; gap: 18px; height: 98px; padding: 20px 28px; border-left: 1px solid var(--line); transition: background .18s ease, color .18s ease; }
.action > span { min-width: 0; }
.action strong { display: block; font-size: 19px; font-weight: 700; line-height: 1.4; }
.action small { display: block; margin-top: 5px; color: var(--muted); font-size: 11px; }
.action-icon { opacity: .95; width: 27px; height: 27px; filter: brightness(0) saturate(100%) invert(21%) sepia(17%) saturate(1091%) hue-rotate(110deg); }
.arrow { width: 20px; height: 20px; margin-left: auto; filter: brightness(0) saturate(100%) invert(21%) sepia(17%) saturate(1091%) hue-rotate(110deg); transition: transform .18s ease; }
.action:hover { background: #eaf1ec; }
.action:hover .arrow { transform: translate(2px, -2px); }
.action:focus-visible { outline: 3px solid #daae58; outline-offset: -5px; }
.action-primary { background: var(--vermilion); border-left-color: var(--vermilion); color: white; }
.action-primary small { color: #f4d5cd; }
.action-primary .action-icon, .action-primary .arrow { filter: brightness(0) invert(1); }
.action-primary:hover { background: #8d2925; }
.promotion-section { padding-top: 52px; }
.promotion-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.promotion-heading h2 { font-size: 30px; }
.promotion-heading p { color: var(--muted); font-size: 13px; }
.promotion-image { width: 100%; height: auto; object-fit: contain; }
.event-section { padding-block: 62px 72px; }
.section-marker { display: flex; justify-content: space-between; font-size: 11px; font-weight: 600; color: #53695c; padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.section-marker > span:last-child { color: var(--vermilion); font-family: var(--serif); font-size: 15px; }
.event-intro { display: grid; grid-template-columns: 1.1fr 1fr; gap: 64px; align-items: start; margin-top: 36px; }
h2 { font-family: var(--serif); font-size: 39px; font-weight: 600; line-height: 1.45; }
.event-intro h2 em { color: #5d7964; }
.event-copy { padding-top: 8px; font-size: 16px; line-height: 1.95; color: var(--muted); }
.event-highlight { color: var(--vermilion); font-weight: 700; margin-top: 14px; }
.event-facts { display: grid; grid-template-columns: 1fr 1fr 1fr; border-block: 1px solid var(--line); margin-top: 38px; padding-block: 24px; }
.event-date { display: flex; flex-direction: column; gap: 7px; padding-right: 24px; }
.event-date:nth-child(2) { padding-left: 36px; border-inline: 1px solid var(--line); }
.event-date > span { font-size: 12px; color: var(--muted); }
.event-date time { font: 42px/1.1 Georgia, serif; font-variant-numeric: tabular-nums; }
.event-date small { font: 13px/1.5 "Microsoft JhengHei", sans-serif; color: var(--muted); margin-left: 10px; }
.event-year { display: flex; align-items: center; justify-content: flex-end; gap: 16px; font: 44px/1.2 Georgia, serif; color: #92a698; }
.event-year span { font: 10px/1.6 "Microsoft JhengHei", sans-serif; color: var(--muted); }
.journey { list-style: none; margin: 32px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 36px; }
.journey li { display: flex; gap: 16px; align-items: flex-start; }
.step-no { padding-top: 2px; color: #a3463b; font: italic 27px/1 Georgia, serif; }
.journey h3 { font-size: 15px; font-weight: 700; }
.journey p { font-size: 12px; line-height: 1.7; margin-top: 7px; color: var(--muted); }
.rewards-section { background: var(--mist); padding-block: 78px 68px; border-top: 1px solid var(--line); }
.rewards-layout { display: grid; grid-template-columns: .85fr 1.3fr; gap: 88px; align-items: start; }
.rewards-copy { position: sticky; top: 142px; }
.rewards-copy > .eyebrow { color: #647b6d; }
.rewards-copy h2 { margin: 21px 0; font-size: 42px; }
.rewards-copy h2 em { display: block; color: var(--vermilion); }
.rewards-copy > p:not(.eyebrow) { font-size: 14px; line-height: 1.9; color: var(--muted); }
.reward-note { padding-top: 24px; border-top: 1px solid #c9d7cd; margin-top: 30px; max-width: 300px; }
.reward-note > span { font-size: 12px; font-weight: 700; }
.reward-note p { margin-top: 8px; font-size: 13px; line-height: 1.9; color: var(--muted); }
.vertical-label { display: block; margin-top: 56px; font: 11px/1.5 Georgia, serif; color: #748c7e; }
.reward-table-wrap { min-width: 0; }
.reward-table { border-collapse: collapse; width: 100%; table-layout: fixed; background: #fff; font-variant-numeric: tabular-nums; }
.reward-table caption { text-align: left; padding: 0 0 18px; color: #52695b; font-size: 12px; }
.reward-table th, .reward-table td { text-align: left; padding: 14px 22px; border-bottom: 1px solid #e0e6e0; height: 54px; }
.reward-table thead { color: #eef2e7; background: var(--jade); }
.reward-table thead th { font-size: 12px; font-weight: 500; height: 55px; }
.reward-table thead th:nth-child(1) { width: 27%; }
.reward-table thead th:nth-child(2) { width: 23%; text-align: center; }
.reward-table tbody th { font: 20px/1.3 Georgia, serif; font-weight: 500; }
.reward-table tbody td { font-size: 13px; white-space: nowrap; }
.reward-table tbody td:nth-child(2) { text-align: center; color: #537463; }
.reward-table tr.tier-start { border-top: 2px solid #ccd9cc; }
.reward-table tbody tr:last-child { background: #f5f1e7; }
.reward-table tbody tr:last-child th, .reward-table tbody tr:last-child td { color: #733e2d; }
.table-note { font-size: 11px; color: var(--muted); margin-top: 17px; text-align: right; }
.closing { padding-block: 57px; color: #fff3e6; background: #963a32; }
.closing-inner { display: grid; grid-template-columns: 1fr 1.7fr; align-items: center; gap: 10px 36px; }
.closing .eyebrow { color: #ecc7b7; grid-row: span 2; font-size: 10px; }
.closing h2 { font-size: 45px; }
.closing-inner > p:last-child { font-size: 13px; color: #ecc7b7; }
.legal-footer { padding-block: 56px; border-top: 5px solid #fff8e8; background: #030b1c; }
.legal-inner { display: grid; grid-template-columns: 112px minmax(0, 1fr); gap: 44px; align-items: start; }
.age-mark { display: grid; place-items: center; width: 112px; height: 112px; border: 5px solid #e12b22; border-radius: 22px; background: #fff8e8; color: #cf211b; font-size: 40px; font-weight: 900; }
.legal-copy strong { display: block; color: #f7c85b; font-size: 23px; margin: 0 0 18px; }
.legal-copy p { color: #c9bda8; font-size: 15px; line-height: 1.9; margin: 0 0 14px; }
.legal-copy p:last-child { margin-bottom: 0; }
@media (min-width: 1700px) {
  .hero { height: min(720px, calc(100svh - 235px)); }
  .hero-art { object-position: center 54%; }
}
@media (max-width: 1100px) {
  .section-shell, .masthead-inner, .hero-inner, .action-inner { width: calc(100% - 64px); }
  h1 { font-size: 66px; }
  .hero-copy { width: 53%; }
  .hero-art { object-position: 60% center; }
  .action { padding: 18px; gap: 12px; }
  .action strong { font-size: 17px; }
  .action small { font-size: 10px; }
  .action-icon { width: 22px; height: 22px; }
  .event-intro { gap: 36px; }
  h2 { font-size: 33px; }
  .rewards-layout { gap: 44px; }
  .rewards-copy h2 { font-size: 35px; }
  .reward-table th, .reward-table td { padding-inline: 16px; }
}
@media (max-width: 760px) {
  .section-shell, .hero-inner, .masthead-inner { width: calc(100% - 44px); }
  .masthead-inner { min-height: 70px; gap: 17px; }
  .brand { width: 81px; height: 55px; }
  .header-title { font-size: 13px; padding-left: 16px; }
  .header-title span { font-size: 9px; margin-top: 4px; }
  .edition { font-size: 11px; }
  .edition span { font-size: 8px; }
  .hero { height: min(620px, calc(100svh - 174px)); min-height: 565px; }
  .hero-art { top: auto; bottom: 0; height: 355px; object-position: 85% center; }
  .hero::after { background: linear-gradient(180deg, #082a26 0%, #082a26 36%, rgba(8,42,38,.92) 43%, transparent 59%); }
  .hero-inner { align-items: flex-start; }
  .hero-copy { width: 100%; padding-top: 25px; }
  .hero .eyebrow { font-size: 9px; gap: 10px; }
  .seal { width: 28px; height: 28px; font-size: 10px; }
  .hero-brand { margin: 15px 0 9px; font-size: 13px; }
  h1 { font-size: 48px; line-height: 1.14; }
  .hero-subtitle { font-size: 14px; margin-top: 15px; line-height: 1.6; }
  .hero-detail { font-size: 11px; margin-top: 5px; }
  .hero-period { gap: 10px; margin-top: 14px; padding-top: 11px; }
  .hero-period strong { font-size: 16px; }
  .hero-period > span { font-size: 9px; }
  .hero-edition { right: 0; bottom: 9px; font-size: 7px; }
  .action-inner { width: 100%; }
  .action { padding: 12px 10px; height: 77px; gap: 6px; justify-content: center; }
  .action > span { text-align: center; }
  .action strong { font-size: 14px; white-space: nowrap; }
  .action small { display: none; }
  .action-icon { display: none; }
  .arrow { width: 15px; height: 15px; margin-left: 0; }
  .promotion-section { padding-top: 30px; }
  .promotion-heading { align-items: center; gap: 10px; margin-bottom: 17px; }
  .promotion-heading h2 { font-size: 24px; }
  .promotion-heading p { font-size: 11px; }
  .event-section { padding-block: 34px 37px; }
  .section-marker { padding-bottom: 18px; font-size: 9px; }
  .section-marker > span:last-child { font-size: 13px; }
  .event-intro { grid-template-columns: 1fr; gap: 20px; margin-top: 24px; }
  h2 { font-size: 29px; line-height: 1.5; }
  .event-copy { padding: 0; font-size: 14px; line-height: 1.95; }
  .event-highlight { margin-top: 10px; }
  .event-facts { grid-template-columns: 1fr 1fr; margin-top: 24px; padding-block: 18px; }
  .event-date { gap: 8px; padding-right: 10px; }
  .event-date:nth-child(2) { padding-left: 24px; border-right: 0; }
  .event-date > span { font-size: 11px; }
  .event-date time { font-size: 34px; }
  .event-date small { display: block; font-size: 11px; margin: 5px 0 0; }
  .event-year { display: none; }
  .journey { grid-template-columns: 1fr; gap: 21px; margin-top: 25px; }
  .journey li { gap: 18px; }
  .step-no { font-size: 26px; }
  .journey h3 { font-size: 14px; }
  .journey p { margin-top: 5px; font-size: 12px; }
  .rewards-section { padding-block: 36px; }
  .rewards-layout { grid-template-columns: 1fr; gap: 25px; }
  .rewards-copy { position: static; }
  .rewards-copy > .eyebrow { font-size: 9px; }
  .rewards-copy h2 { margin-block: 14px; font-size: 31px; }
  .rewards-copy h2 em { display: inline; }
  .rewards-copy > p:not(.eyebrow) { font-size: 13px; }
  .reward-note { margin-top: 17px; padding-top: 15px; max-width: none; }
  .reward-note p { font-size: 12px; }
  .vertical-label { display: none; }
  .reward-table caption { font-size: 10px; padding-bottom: 11px; }
  .reward-table thead th { font-size: 10px; height: 45px; }
  .reward-table thead th:nth-child(1) { width: 27%; }
  .reward-table thead th:nth-child(2) { width: 21%; }
  .reward-table th, .reward-table td { padding: 13px 10px; height: 49px; }
  .reward-table tbody th { font-size: 17px; }
  .reward-table tbody td { font-size: 11px; }
  .table-note { font-size: 10px; line-height: 1.7; text-align: left; }
  .closing { padding-block: 34px; }
  .closing-inner { display: block; }
  .closing .eyebrow { font-size: 8px; }
  .closing h2 { font-size: 38px; margin-block: 14px 10px; }
  .closing-inner > p:last-child { font-size: 12px; line-height: 1.8; }
  .legal-footer { padding-block: 32px; }
  .legal-inner { grid-template-columns: 1fr; gap: 23px; }
  .age-mark { width: 80px; height: 80px; border-width: 4px; border-radius: 17px; font-size: 30px; }
  .legal-copy strong { font-size: 20px; margin-bottom: 16px; }
  .legal-copy p { font-size: 14px; margin-bottom: 14px; }
}
@media (max-width: 360px) {
  .section-shell, .hero-inner, .masthead-inner { width: calc(100% - 32px); }
  .header-title { border: 0; padding-left: 0; }
  .edition { font-size: 10px; }
  .edition span { display: none; }
  h2 { font-size: 26px; }
  .reward-table th, .reward-table td { padding-inline: 7px; }
  .reward-table tbody td { font-size: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; }
}
