@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=JetBrains+Mono:wght@400;500&family=Noto+Sans+TC:wght@400;500;600;700;800;900&family=Playfair+Display:ital,wght@0,600;1,600&display=swap');

:root {
  --navy: #19349b;
  --navy-deep: #0e1747;
  --navy-ink: #101a45;
  --blue: #68d2f0;
  --cyan: #9ae7f7;
  --paper: #f5f5ef;
  --white: #ffffff;
  --yellow: #f5c94f;
  --pink: #e5a4b2;
  --green: #79be91;
  --grey: #677083;
  --line: rgba(16, 26, 69, 0.18);
  --dark-line: rgba(255, 255, 255, 0.22);
  --page: min(1240px, calc(100% - 112px));
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --header-height: 84px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-height); }
body { margin: 0; color: var(--navy-ink); background: var(--paper); font-family: 'Inter', 'Noto Sans TC', 'PingFang TC', sans-serif; font-size: 16px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
body, button, a { cursor: default; }
a, button { color: inherit; }
a { text-decoration: none; cursor: pointer; }
button { border: 0; font: inherit; cursor: pointer; }
img { display: block; max-width: 100%; }
::selection { color: var(--white); background: var(--navy); }

a:focus-visible, button:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }
.page-width { width: var(--page); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 14px; left: 16px; z-index: 100; padding: 10px 16px; color: var(--white); background: var(--navy); transform: translateY(-160%); transition: transform 0.2s ease; }
.skip-link:focus { transform: translateY(0); }
.eyebrow { margin: 0; color: var(--navy); font-family: 'JetBrains Mono', 'Noto Sans TC', monospace; font-size: 12px; font-weight: 500; letter-spacing: 0.07em; line-height: 1.5; text-transform: uppercase; }
.eyebrow--cyan { color: var(--cyan); }

/* Shared band mark */
.band-mark { position: relative; display: inline-block; width: 64px; height: 58px; color: var(--blue); flex: 0 0 auto; }
.band-mark i { position: absolute; top: 3px; display: block; width: 20px; height: 52px; border: 6px solid currentColor; border-radius: 52% / 50%; transform: skewY(-1deg); }
.band-mark i:nth-child(1) { left: 2px; }
.band-mark i:nth-child(2) { left: 21px; }
.band-mark i:nth-child(3) { left: 40px; }
.band-mark::after { position: absolute; top: 26px; left: 0; width: 62px; height: 6px; background: currentColor; content: ''; }
.band-mark--small { width: 42px; height: 36px; }
.band-mark--small i { top: 2px; width: 13px; height: 33px; border-width: 4px; }
.band-mark--small i:nth-child(1) { left: 1px; }
.band-mark--small i:nth-child(2) { left: 13px; }
.band-mark--small i:nth-child(3) { left: 25px; }
.band-mark--small::after { top: 17px; width: 38px; height: 4px; }

/* Header */
.site-header { position: fixed; top: 0; left: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: var(--header-height); padding: 20px 48px; color: var(--white); transition: background 0.3s ease, color 0.3s ease, min-height 0.3s ease, box-shadow 0.3s ease; }
.site-header.is-scrolled { min-height: 72px; color: var(--navy-ink); background: rgba(245, 245, 239, 0.94); box-shadow: 0 1px 0 var(--line); backdrop-filter: blur(16px); }
.brand-lockup { display: inline-flex; align-items: center; gap: 12px; }
.brand-lockup__text { display: grid; gap: 0; line-height: 1.08; }
.brand-lockup__text strong { font-size: 11px; letter-spacing: 0.06em; }
.brand-lockup__text span { font-family: 'Noto Sans TC', sans-serif; font-size: 16px; font-weight: 800; letter-spacing: 0.14em; }
.desktop-nav { display: flex; gap: 30px; margin-left: auto; margin-right: 42px; font-size: 13px; font-weight: 600; }
.desktop-nav a, .language-link { position: relative; }
.desktop-nav a small { margin-left: 5px; color: var(--blue); font-family: 'JetBrains Mono', monospace; font-size: 10px; }
.desktop-nav a::after, .language-link::after { position: absolute; right: 0; bottom: -7px; left: 0; height: 2px; background: currentColor; content: ''; transform: scaleX(0); transform-origin: right; transition: transform 0.3s var(--ease); }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after, .language-link:hover::after, .language-link:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.header-actions { display: flex; align-items: center; gap: 24px; }
.language-link { font-family: 'JetBrains Mono', monospace; font-size: 12px; letter-spacing: 0.08em; }
.menu-toggle, .mobile-nav { display: none; }

/* Hero */
.hero { position: relative; display: flex; min-height: max(760px, 100svh); overflow: hidden; color: var(--white); background: var(--navy); }
.hero__grid { position: absolute; inset: 0; opacity: 0.38; background-image: linear-gradient(rgba(154, 231, 247, 0.18) 1px, transparent 1px), linear-gradient(90deg, rgba(154, 231, 247, 0.18) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(90deg, black 0%, black 47%, transparent 80%); }
.hero__art-wrap { position: absolute; top: 0; right: 0; width: 49%; height: 100%; overflow: hidden; border-left: 1px solid rgba(154, 231, 247, 0.36); background: var(--navy-deep); }
.hero__art-wrap::before { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, var(--navy) 0%, rgba(25, 52, 155, 0.26) 27%, rgba(14, 23, 71, 0.06) 100%); content: ''; }
.hero__art-wrap::after { position: absolute; right: -16%; bottom: -28%; z-index: 2; width: 60%; aspect-ratio: 1; border: 1px solid rgba(154, 231, 247, 0.58); border-radius: 50%; content: ''; }
.hero__art { width: 100%; height: 100%; object-fit: cover; opacity: 0.82; mix-blend-mode: screen; filter: saturate(1.12) contrast(1.05); }
.hero__art-label { position: absolute; right: 34px; bottom: 40px; z-index: 3; color: var(--cyan); font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 0.11em; writing-mode: vertical-rl; transform: rotate(180deg); }
.hero__content { position: relative; z-index: 4; display: flex; flex: 0 1 var(--page); width: var(--page); margin-inline: auto; flex-direction: column; justify-content: space-between; padding-top: 146px; padding-bottom: 72px; }
.hero__topline { display: flex; justify-content: space-between; gap: 25px; }
.hero__topline .eyebrow { color: var(--cyan); }
.status-dot { display: inline-block; width: 8px; height: 8px; margin-left: 8px; border-radius: 50%; background: var(--yellow); vertical-align: 1px; }
.hero__title-block { max-width: 850px; margin-top: 24px; }
.hero__kicker { margin: 0 0 18px; color: var(--cyan); font-family: 'JetBrains Mono', monospace; font-size: 12px; letter-spacing: 0.13em; }
.hero h1 { margin: 0; font-size: clamp(74px, 10.7vw, 164px); font-weight: 800; letter-spacing: -0.09em; line-height: 0.78; }
.hero h1 span { display: block; }
.hero h1 em { color: var(--blue); font-style: normal; }
.hero__zh { margin-top: 36px; font-family: 'Noto Sans TC', sans-serif; font-size: clamp(40px, 5vw, 72px); font-weight: 900; letter-spacing: 0.14em; line-height: 1; }
.hero__zh span { color: var(--yellow); }
.hero__bottom { display: grid; grid-template-columns: minmax(390px, 1fr) minmax(250px, 0.6fr); gap: 62px; align-items: end; max-width: 850px; }
.date-range { display: flex; align-items: baseline; gap: 10px; white-space: nowrap; }
.date-range strong { font-size: clamp(28px, 3vw, 43px); font-weight: 600; letter-spacing: -0.07em; line-height: 1; }
.date-range span { color: var(--cyan); font-family: 'JetBrains Mono', monospace; font-size: 12px; letter-spacing: 0.02em; }
.date-range i { width: 34px; height: 1px; margin: 0 6px; background: var(--cyan); }
.hero__date-lockup > p { margin: 17px 0 0; color: rgba(255, 255, 255, 0.76); font-family: 'Noto Sans TC', sans-serif; font-size: 14px; line-height: 1.65; }
.hero__date-lockup > p span { color: var(--cyan); font-family: 'JetBrains Mono', monospace; font-size: 12px; }
.hero__statement { max-width: 340px; }
.hero__statement p { margin: 0; font-family: 'Noto Sans TC', sans-serif; font-size: 14px; line-height: 1.9; }
.hero__statement p + p { margin-top: 10px; color: rgba(255, 255, 255, 0.62); font-size: 13px; }
.button-link, .text-link { display: inline-flex; align-items: center; gap: 20px; min-height: 46px; font-size: 13px; font-weight: 700; }
.button-link { padding: 0 17px; border: 1px solid currentColor; }
.button-link--light { color: var(--white); }
.button-link:hover, .button-link:focus-visible { color: var(--navy-ink); background: var(--blue); }
.arrow-mark { position: relative; display: inline-block; width: 25px; height: 18px; flex: 0 0 25px; }
.arrow-mark::before { position: absolute; top: 8px; left: 0; width: 21px; height: 2px; background: currentColor; content: ''; transition: width 0.25s var(--ease); }
.arrow-mark::after { position: absolute; top: 3px; right: 0; width: 10px; height: 10px; border-top: 2px solid currentColor; border-right: 2px solid currentColor; content: ''; transform: rotate(45deg); }
a:hover .arrow-mark::before, button:hover .arrow-mark::before { width: 25px; }
.hero__statement .button-link { margin-top: 24px; }
.hero__index { position: absolute; right: 20px; bottom: 84px; z-index: 4; display: flex; align-items: center; gap: 13px; color: var(--cyan); font-family: 'JetBrains Mono', monospace; font-size: 11px; writing-mode: vertical-rl; transform: rotate(180deg); }
.hero__index i { width: 1px; height: 60px; background: var(--cyan); }
.scroll-cue { position: absolute; bottom: 28px; left: 48px; z-index: 5; display: inline-flex; align-items: center; gap: 13px; color: var(--cyan); font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 0.07em; }
.scroll-cue__line { position: relative; display: inline-block; width: 40px; height: 1px; background: var(--cyan); }
.scroll-cue__line::after { position: absolute; top: -4px; right: -1px; width: 8px; height: 8px; border-right: 1px solid var(--cyan); border-bottom: 1px solid var(--cyan); content: ''; transform: rotate(45deg); }

/* Ticker */
.ticker { position: relative; z-index: 3; display: flex; align-items: center; height: 58px; overflow: hidden; color: var(--navy-ink); background: var(--yellow); }
.ticker__track { display: flex; align-items: center; gap: 24px; width: max-content; padding-left: 24px; animation: ticker-slide 28s linear infinite; white-space: nowrap; }
.ticker__track span { font-size: 13px; font-weight: 800; letter-spacing: 0.04em; }
.ticker-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--navy); }
@keyframes ticker-slide { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* Concept */
.section { position: relative; padding: 154px 0; }
.concept-section { overflow: hidden; background: var(--paper); }
.concept-layout { display: grid; grid-template-columns: 92px minmax(0, 1fr) minmax(280px, 0.75fr); gap: 62px; align-items: start; }
.section-rail { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; color: var(--navy); font-family: 'JetBrains Mono', monospace; }
.section-number { font-size: 17px; font-weight: 500; }
.section-rail__line { width: 1px; height: 95px; background: var(--navy); }
.section-rail__label { font-size: 10px; line-height: 1.45; letter-spacing: 0.07em; writing-mode: vertical-rl; transform: rotate(180deg); }
.concept-copy { max-width: 680px; }
.concept-copy h2, .section-heading h2, .visit-intro h2 { margin: 27px 0 0; font-family: 'Noto Sans TC', sans-serif; font-size: clamp(48px, 5vw, 76px); font-weight: 900; letter-spacing: -0.08em; line-height: 1.12; }
.concept-copy h2 span, .section-heading h2 span, .visit-intro h2 span { color: var(--navy); }
.concept-lead { margin: 40px 0 0; font-family: 'Noto Sans TC', sans-serif; font-size: 22px; font-weight: 700; line-height: 1.75; }
.concept-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; margin-top: 30px; }
.concept-columns p { margin: 0; color: #475270; font-family: 'Noto Sans TC', sans-serif; font-size: 14px; line-height: 2; }
.concept-copy .text-link { margin-top: 38px; color: var(--navy); border-bottom: 2px solid var(--navy); }
.concept-copy .text-link:hover, .concept-copy .text-link:focus-visible { color: var(--navy); gap: 27px; }
.concept-visual { position: relative; min-height: 490px; overflow: hidden; background: var(--blue); }
.concept-visual::before { position: absolute; top: 0; right: 0; width: 52px; height: 52px; background: var(--yellow); content: ''; }
.concept-visual::after { position: absolute; right: 0; bottom: 0; width: 45%; height: 18px; background: var(--navy); content: ''; }
.concept-visual__cross { position: absolute; width: 36px; height: 36px; }
.concept-visual__cross::before, .concept-visual__cross::after { position: absolute; top: 17px; left: 0; width: 36px; height: 2px; background: var(--navy); content: ''; }
.concept-visual__cross::after { transform: rotate(90deg); }
.concept-visual__cross--one { top: 45px; left: 36px; }
.concept-visual__cross--two { right: 52px; bottom: 62px; transform: scale(0.68); }
.orbit { position: absolute; display: block; width: 190px; height: 360px; border: 1px solid var(--navy); border-radius: 50%; transform: rotate(29deg); }
.orbit--one { top: 48px; right: 38px; }
.orbit--two { top: 48px; right: 126px; }
.orbit--three { top: 48px; right: 214px; }
.orbit-dot { position: absolute; display: block; width: 14px; height: 14px; border: 3px solid var(--navy); border-radius: 50%; background: var(--yellow); }
.orbit-dot--one { top: 109px; right: 100px; }
.orbit-dot--two { top: 257px; right: 214px; background: var(--pink); }
.orbit-dot--three { top: 186px; right: 33px; background: var(--green); }
.orbit-word { position: absolute; color: var(--navy); font-family: 'Noto Sans TC', sans-serif; font-size: 13px; font-weight: 800; }
.orbit-word--one { top: 145px; right: 170px; }
.orbit-word--two { top: 242px; right: 72px; }
.orbit-word--three { top: 310px; right: 183px; }
.concept-visual__caption { position: absolute; bottom: 38px; left: 36px; color: var(--navy); font-family: 'JetBrains Mono', monospace; font-size: 10px; line-height: 1.5; letter-spacing: 0.1em; }

/* Bands */
.bands-section { overflow: hidden; color: var(--white); background: var(--navy-deep); }
.bands-section__dots { position: absolute; inset: 0; opacity: 0.34; background-image: radial-gradient(var(--blue) 1px, transparent 1px); background-size: 20px 20px; mask-image: linear-gradient(90deg, transparent, black 40%, black 100%); }
.bands-section .page-width { position: relative; z-index: 1; }
.section-heading { display: flex; justify-content: space-between; gap: 50px; align-items: end; margin-bottom: 74px; }
.section-heading--dark h2 { color: var(--white); }
.section-heading--dark h2 span { color: var(--blue); }
.section-heading__note { max-width: 260px; margin: 0 0 5px; color: rgba(255, 255, 255, 0.68); font-family: 'Noto Sans TC', sans-serif; font-size: 14px; line-height: 1.9; }
.band-explorer { display: grid; grid-template-columns: minmax(330px, 0.72fr) minmax(0, 1fr); gap: 44px; align-items: stretch; }
.band-list { border-top: 1px solid var(--dark-line); }
.band-tab { display: grid; grid-template-columns: 40px 80px 1fr 25px; gap: 13px; align-items: center; width: 100%; min-height: 82px; padding: 12px 8px 12px 0; color: rgba(255, 255, 255, 0.56); border-bottom: 1px solid var(--dark-line); background: transparent; text-align: left; transition: color 0.25s ease, padding 0.25s var(--ease), background 0.25s ease; }
.band-tab:hover, .band-tab:focus-visible, .band-tab.is-active { color: var(--white); background: rgba(104, 210, 240, 0.12); }
.band-tab.is-active { padding-left: 14px; box-shadow: inset 5px 0 0 var(--blue); }
.band-tab__number { color: var(--blue); font-family: 'JetBrains Mono', monospace; font-size: 12px; }
.band-tab__name { font-family: 'Noto Sans TC', sans-serif; font-size: 19px; font-weight: 800; }
.band-tab__en { font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 0.02em; }
.band-tab .arrow-mark { opacity: 0; transition: opacity 0.25s ease, transform 0.25s var(--ease); }
.band-tab:hover .arrow-mark, .band-tab:focus-visible .arrow-mark, .band-tab.is-active .arrow-mark { opacity: 1; transform: translateX(2px); }
.band-detail { --detail-accent: var(--blue); position: relative; min-height: 492px; overflow: hidden; padding: 30px 40px 38px; color: var(--navy-ink); background: var(--detail-accent); }
.band-detail::before { position: absolute; right: -15%; bottom: -25%; width: 63%; aspect-ratio: 1; border: 1px solid rgba(25, 52, 155, 0.42); border-radius: 50%; content: ''; }
.band-detail::after { position: absolute; top: 52px; right: -8%; width: 38%; aspect-ratio: 1; border: 1px solid rgba(25, 52, 155, 0.38); border-radius: 50%; content: ''; }
.band-detail__topline { position: relative; z-index: 2; display: flex; justify-content: space-between; color: var(--navy); font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 0.07em; }
.band-detail__signal { display: flex; align-items: end; gap: 3px; width: 38px; height: 14px; }
.band-detail__signal i { display: block; width: 4px; background: var(--navy); }
.band-detail__signal i:nth-child(1) { height: 4px; }.band-detail__signal i:nth-child(2) { height: 8px; }.band-detail__signal i:nth-child(3) { height: 12px; }.band-detail__signal i:nth-child(4) { height: 7px; }.band-detail__signal i:nth-child(5) { height: 10px; }
.band-detail__graphic { position: absolute; top: 92px; right: 48px; z-index: 1; width: 190px; height: 184px; }
.band-detail__graphic span { position: absolute; top: 0; width: 58px; height: 178px; border: 7px solid var(--navy); border-radius: 50%; transform: skewY(-1deg); }
.band-detail__graphic span:nth-child(1) { left: 0; }.band-detail__graphic span:nth-child(2) { left: 58px; }.band-detail__graphic span:nth-child(3) { left: 116px; }
.band-detail__graphic i { position: absolute; top: 83px; left: 0; width: 174px; height: 8px; background: var(--navy); }
.band-detail__copy { position: relative; z-index: 2; max-width: 355px; margin-top: 140px; }
.band-detail__type { margin: 0 0 14px; color: var(--navy); font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 0.08em; }
.band-detail h3 { margin: 0 0 20px; font-family: 'Noto Sans TC', sans-serif; font-size: 45px; font-weight: 900; line-height: 1.08; }
.band-detail h3 em { font-size: 28px; font-style: normal; letter-spacing: -0.04em; }
.band-detail__copy > p:not(.band-detail__type) { margin: 0; color: rgba(16, 26, 69, 0.78); font-family: 'Noto Sans TC', sans-serif; font-size: 14px; line-height: 1.9; }
.band-detail__tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.band-detail__tags span { padding: 3px 8px; border: 1px solid rgba(16, 26, 69, 0.42); font-family: 'JetBrains Mono', monospace; font-size: 11px; }
.band-detail__corner { position: absolute; right: 37px; bottom: 29px; z-index: 2; color: var(--navy); font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 0.08em; }

/* Story */
.story-section { padding-bottom: 166px; background: var(--paper); }
.story-heading { margin-bottom: 56px; }
.story-heading .section-heading__note { color: var(--grey); }
.story-heading h2 span { color: var(--navy); }
.story-feature { display: flex; justify-content: space-between; align-items: end; min-height: 260px; margin-bottom: 78px; padding: 42px 52px 36px; overflow: hidden; color: var(--white); background: var(--navy); }
.story-feature::before { position: absolute; right: -6%; width: 370px; height: 370px; border: 1px solid rgba(154, 231, 247, 0.55); border-radius: 50%; content: ''; }
.story-feature::after { position: absolute; right: 13%; width: 160px; height: 160px; border: 1px solid rgba(154, 231, 247, 0.55); border-radius: 50%; content: ''; }
.story-feature__quote, .story-feature__meta { position: relative; z-index: 1; }
.story-feature__quote { margin: 0; font-family: 'Noto Sans TC', sans-serif; font-size: clamp(26px, 3vw, 43px); font-weight: 800; letter-spacing: -0.06em; line-height: 1.35; }
.story-feature__quote span { color: var(--blue); }
.story-feature__meta { margin: 0; color: var(--cyan); font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 0.08em; }
.story-grid { display: grid; grid-template-columns: 1.14fr 0.77fr 0.84fr; gap: 20px; align-items: start; }
.story-card { margin: 0; }
.story-card--wide { margin-top: 86px; }
.story-card--small { margin-top: 208px; }
.story-card__image { overflow: hidden; background: #d8d8d4; }
.story-card--wide .story-card__image { aspect-ratio: 1.35 / 1; }.story-card--tall .story-card__image { aspect-ratio: 0.8 / 1; }.story-card--small .story-card__image { aspect-ratio: 0.98 / 1; }
.story-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s var(--ease); }
.story-card--wide .story-card__image img { object-position: 56% center; }.story-card--tall .story-card__image img { object-position: 50% 58%; }.story-card--small .story-card__image img { object-position: 56% center; }
.story-card:hover .story-card__image img { transform: scale(1.04); }
.story-card figcaption { padding-top: 17px; }
.story-card figcaption span { display: block; color: var(--navy); font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 0.07em; }
.story-card figcaption strong { display: block; margin-top: 4px; font-family: 'Noto Sans TC', sans-serif; font-size: 21px; font-weight: 900; }
.story-card figcaption p { max-width: 275px; margin: 7px 0 0; color: var(--grey); font-family: 'Noto Sans TC', sans-serif; font-size: 14px; line-height: 1.8; }

/* Highlights */
.highlights-section { overflow: hidden; color: var(--navy-ink); background: var(--blue); }
.highlights-section::before { position: absolute; top: 0; left: 0; width: 19%; height: 18px; background: var(--navy); content: ''; }
.highlight-rings { position: absolute; right: -120px; bottom: -250px; width: 670px; height: 670px; opacity: 0.32; }
.highlight-rings i { position: absolute; inset: 0; border: 1px solid var(--navy); border-radius: 50%; }.highlight-rings i:nth-child(2) { inset: 78px; }.highlight-rings i:nth-child(3) { inset: 156px; }
.highlights-section .page-width { position: relative; z-index: 1; }
.highlights-heading { align-items: end; }
.highlights-heading h2 { color: var(--navy-ink); }
.highlights-heading h2 span { color: var(--navy); }
.highlights-heading .button-link { color: var(--navy); }
.highlights-heading .button-link:hover, .highlights-heading .button-link:focus-visible { color: var(--white); background: var(--navy); }
.highlight-grid { display: grid; grid-template-columns: 1.13fr 1fr 1fr; gap: 16px; }
.highlight-card { position: relative; display: flex; min-height: 430px; flex-direction: column; padding: 28px 28px 30px; border: 2px solid var(--navy); background: var(--paper); transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease); }
.highlight-card:hover { transform: translate(-4px, -6px); box-shadow: 6px 7px 0 var(--navy); }
.highlight-card--feature { color: var(--white); background: var(--navy); }.highlight-card--cyan { color: var(--navy-ink); background: var(--cyan); }.highlight-card--outline { color: var(--navy); background: transparent; }
.highlight-card__meta { display: flex; justify-content: space-between; font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 0.08em; }
.highlight-card__bar { display: block; width: 52px; height: 7px; margin-top: 42px; background: var(--yellow); }.highlight-card--cyan .highlight-card__bar { background: var(--navy); }.highlight-card--outline .highlight-card__bar { background: var(--pink); }
.highlight-card h3 { margin: auto 0 17px; font-family: 'Noto Sans TC', sans-serif; font-size: clamp(33px, 3.4vw, 53px); font-weight: 900; letter-spacing: -0.08em; line-height: 1.03; }.highlight-card h3 em { font-family: 'Inter', sans-serif; font-style: normal; letter-spacing: -0.09em; }
.highlight-card p { max-width: 290px; margin: 0; color: rgba(255, 255, 255, 0.72); font-family: 'Noto Sans TC', sans-serif; font-size: 14px; line-height: 1.85; }.highlight-card--cyan p, .highlight-card--outline p { color: rgba(16, 26, 69, 0.74); }
.highlight-card a { display: flex; align-items: center; justify-content: space-between; margin-top: 25px; padding-top: 15px; border-top: 1px solid currentColor; font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 0.04em; }.highlight-card a .arrow-mark { width: 22px; }.highlight-card--feature a { color: var(--cyan); }

/* Visit */
.visit-section { padding-top: 164px; padding-bottom: 174px; background: var(--paper); }
.visit-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(380px, 0.76fr); gap: 112px; align-items: center; }
.visit-intro .eyebrow { margin-bottom: 24px; }.visit-intro > p:not(.eyebrow) { max-width: 500px; margin: 34px 0 0; color: #475270; font-family: 'Noto Sans TC', sans-serif; font-size: 15px; line-height: 2; }
.countdown { display: flex; gap: 28px; margin-top: 44px; }.countdown div { display: grid; gap: 1px; }.countdown strong { color: var(--navy); font-family: 'Inter', sans-serif; font-size: 39px; letter-spacing: -0.09em; line-height: 1; }.countdown span { color: var(--grey); font-family: 'Noto Sans TC', sans-serif; font-size: 13px; }
.visit-card { position: relative; min-height: 520px; padding: 38px 42px 36px; overflow: hidden; color: var(--white); background: var(--navy); }.visit-card::before { position: absolute; top: -18%; right: -20%; width: 400px; height: 400px; border: 1px solid rgba(154, 231, 247, 0.5); border-radius: 50%; content: ''; }.visit-card::after { position: absolute; right: -7%; bottom: -23%; width: 290px; height: 290px; border: 1px solid rgba(154, 231, 247, 0.34); border-radius: 50%; content: ''; }
.visit-card__stamp { position: absolute; top: 33px; right: 35px; z-index: 2; color: var(--yellow); font-family: 'JetBrains Mono', monospace; font-size: 10px; line-height: 1.45; text-align: right; letter-spacing: 0.08em; }.visit-card__stamp strong { color: var(--cyan); font-weight: 400; }
.visit-card__line { position: relative; z-index: 1; width: 48px; height: 6px; margin-bottom: 72px; background: var(--blue); }.visit-card__date { position: relative; z-index: 1; display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px; font-family: 'Inter', sans-serif; line-height: 1; }.visit-card__date strong { font-size: 43px; letter-spacing: -0.08em; }.visit-card__date small { margin-right: 5px; color: var(--cyan); font-family: 'JetBrains Mono', monospace; font-size: 11px; }.visit-card__date b { color: var(--blue); font-size: 22px; font-weight: 400; }
.visit-card dl { position: relative; z-index: 1; display: grid; gap: 17px; margin: 70px 0 0; }.visit-card dl div { display: grid; grid-template-columns: 48px 1fr; gap: 22px; padding-top: 13px; border-top: 1px solid var(--dark-line); }.visit-card dt { color: var(--cyan); font-family: 'JetBrains Mono', monospace; font-size: 11px; }.visit-card dd { margin: 0; font-family: 'Noto Sans TC', sans-serif; font-size: 14px; line-height: 1.75; }
.visit-card__barcode { position: absolute; right: 40px; bottom: 36px; z-index: 1; display: flex; align-items: end; gap: 3px; height: 34px; }.visit-card__barcode i { display: block; width: 3px; height: 22px; background: var(--cyan); }.visit-card__barcode i:nth-child(2n) { height: 32px; }.visit-card__barcode i:nth-child(3n) { width: 6px; height: 17px; }.visit-card__mark { position: absolute; bottom: 28px; left: 39px; z-index: 2; display: flex; align-items: center; gap: 10px; color: var(--blue); font-family: 'Noto Sans TC', sans-serif; font-size: 13px; font-weight: 800; }.visit-card__mark .band-mark { transform: scale(0.57); transform-origin: left center; }

/* Footer */
.site-footer { padding: 76px 0 28px; color: var(--white); background: var(--navy-deep); }.footer-top { display: flex; align-items: end; justify-content: space-between; padding-bottom: 91px; }.footer-brand { display: flex; align-items: center; gap: 17px; }.footer-brand > div { display: grid; gap: 0; line-height: 1.1; }.footer-brand strong { font-size: 13px; letter-spacing: 0.08em; }.footer-brand div span { font-family: 'Noto Sans TC', sans-serif; font-size: 28px; font-weight: 800; letter-spacing: 0.2em; }.footer-slogan { color: var(--blue); font-size: 58px; font-weight: 800; letter-spacing: -0.09em; line-height: 0.86; text-align: right; }.footer-slogan span { color: var(--white); }.footer-bottom { display: flex; justify-content: space-between; gap: 22px; padding-top: 20px; border-top: 1px solid var(--dark-line); color: rgba(255, 255, 255, 0.58); font-family: 'JetBrains Mono', 'Noto Sans TC', monospace; font-size: 11px; letter-spacing: 0.04em; }
.back-to-top { position: fixed; right: 24px; bottom: 24px; z-index: 10; display: grid; width: 48px; height: 48px; place-items: center; color: var(--white); background: var(--navy); opacity: 0; pointer-events: none; transform: translateY(10px); transition: opacity 0.25s ease, transform 0.25s ease; }.back-to-top::before { width: 10px; height: 10px; border-top: 2px solid currentColor; border-left: 2px solid currentColor; content: ''; transform: translateY(3px) rotate(45deg); }.back-to-top::after { position: absolute; width: 2px; height: 17px; background: currentColor; content: ''; }.back-to-top.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.75s ease, transform 0.75s var(--ease); }.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  :root { --page: min(100% - 64px, 700px); }
  .site-header { padding: 17px 28px; }.desktop-nav, .language-link { display: none; }.menu-toggle { position: relative; display: grid; width: 48px; height: 48px; place-items: center; padding: 0; color: inherit; background: transparent; }.menu-toggle span { position: absolute; right: 2px; width: 26px; height: 2px; background: currentColor; transition: transform 0.25s ease, opacity 0.25s ease, top 0.25s ease; }.menu-toggle span:nth-child(1) { top: 15px; }.menu-toggle span:nth-child(2) { top: 23px; }.menu-toggle span:nth-child(3) { top: 31px; }.menu-toggle[aria-expanded='true'] span:nth-child(1) { top: 23px; transform: rotate(45deg); }.menu-toggle[aria-expanded='true'] span:nth-child(2) { opacity: 0; }.menu-toggle[aria-expanded='true'] span:nth-child(3) { top: 23px; transform: rotate(-45deg); }.mobile-nav { position: absolute; top: 100%; right: 0; left: 0; display: grid; max-height: 0; overflow: hidden; color: var(--white); background: rgba(25, 52, 155, 0.98); transition: max-height 0.4s var(--ease); }.mobile-nav.is-open { max-height: 360px; }.mobile-nav a { display: flex; justify-content: space-between; min-height: 60px; padding: 16px 28px; border-top: 1px solid rgba(255, 255, 255, 0.18); font-family: 'Noto Sans TC', sans-serif; font-size: 17px; font-weight: 800; }.mobile-nav a span { color: var(--cyan); font-family: 'JetBrains Mono', monospace; font-size: 11px; }
  .hero__art-wrap { width: 57%; }.hero__content { padding-top: 132px; padding-bottom: 72px; }.hero h1 { font-size: clamp(67px, 13vw, 120px); }.hero__bottom { grid-template-columns: 1fr 0.7fr; gap: 35px; }.hero__index { right: 14px; }.scroll-cue { left: 32px; }
  .section { padding: 112px 0; }.concept-layout { grid-template-columns: 60px minmax(0, 1fr); gap: 34px; }.concept-visual { grid-column: 2; min-height: 400px; max-width: 450px; }.band-explorer { grid-template-columns: 1fr; gap: 32px; }.band-detail { min-height: 500px; }.story-feature { min-height: 240px; }.story-grid { grid-template-columns: 1fr 1fr; }.story-card--wide { grid-column: span 2; margin-top: 0; }.story-card--small, .story-card--tall { margin-top: 22px; }.highlight-grid { grid-template-columns: 1fr 1fr; }.highlight-card--feature { grid-column: span 2; min-height: 350px; }.visit-layout { grid-template-columns: 1fr; gap: 68px; }.visit-card { max-width: 590px; }.footer-top { padding-bottom: 70px; }
}

@media (max-width: 620px) {
  :root { --page: calc(100% - 40px); --header-height: 72px; }
  .site-header { min-height: 72px; padding: 12px 20px; }.site-header.is-scrolled { min-height: 64px; }.brand-lockup { gap: 9px; }.brand-lockup__text strong { font-size: 9px; }.brand-lockup__text span { font-size: 14px; }.band-mark--small { transform: scale(0.82); transform-origin: left center; }
  .hero { min-height: 820px; }.hero__art-wrap { top: 0; width: 100%; height: 58%; opacity: 0.64; border-left: 0; }.hero__art-wrap::before { background: linear-gradient(180deg, rgba(25, 52, 155, 0.1) 0%, var(--navy) 92%); }.hero__art-label { right: 19px; bottom: 25px; font-size: 10px; }.hero__grid { background-size: 31px 31px; opacity: 0.23; mask-image: linear-gradient(180deg, black, transparent 74%); }.hero__content { padding-top: 104px; padding-bottom: 63px; }.hero__topline { display: grid; gap: 4px; }.hero__topline .eyebrow:last-child { display: none; }.hero__title-block { margin-top: 84px; }.hero__kicker { margin-bottom: 18px; font-size: 10px; }.hero h1 { font-size: clamp(54px, 15.5vw, 90px); line-height: 0.81; }.hero__zh { margin-top: 26px; font-size: clamp(40px, 12vw, 62px); }.hero__bottom { display: grid; grid-template-columns: 1fr; gap: 30px; margin-top: 56px; }.date-range { gap: 7px; }.date-range strong { font-size: 31px; }.date-range i { width: 21px; margin: 0 2px; }.hero__date-lockup > p { margin-top: 11px; font-size: 13px; }.hero__statement { max-width: 290px; }.hero__statement p { font-size: 14px; }.hero__statement p + p { font-size: 13px; }.hero__statement .button-link { margin-top: 20px; }.hero__index, .scroll-cue { display: none; }
  .ticker { height: 52px; }.ticker__track { gap: 18px; animation-duration: 23s; }.ticker__track span { font-size: 12px; }
  .section { padding: 88px 0; }.concept-layout { display: block; }.section-rail { display: flex; flex-direction: row; align-items: center; gap: 14px; margin-bottom: 34px; }.section-rail__line { width: 70px; height: 1px; }.section-rail__label { writing-mode: initial; transform: none; }.concept-copy h2, .section-heading h2, .visit-intro h2 { margin-top: 22px; font-size: 43px; }.concept-lead { margin-top: 27px; font-size: 18px; line-height: 1.75; }.concept-columns { grid-template-columns: 1fr; gap: 15px; margin-top: 23px; }.concept-copy .text-link { margin-top: 29px; }.concept-visual { min-height: 315px; margin-top: 58px; }.orbit { width: 145px; height: 260px; }.orbit--one { top: 34px; right: 18px; }.orbit--two { top: 34px; right: 86px; }.orbit--three { top: 34px; right: 154px; }.orbit-dot--one { top: 89px; right: 68px; }.orbit-dot--two { top: 202px; right: 155px; }.orbit-dot--three { top: 146px; right: 16px; }.orbit-word--one { top: 118px; right: 116px; }.orbit-word--two { top: 190px; right: 38px; }.orbit-word--three { top: 250px; right: 128px; }.concept-visual__caption { bottom: 22px; left: 22px; }.concept-visual::after { height: 12px; }
  .bands-section { padding-top: 95px; padding-bottom: 99px; }.section-heading { display: grid; gap: 25px; margin-bottom: 46px; }.section-heading__note { max-width: 310px; }.band-explorer { gap: 29px; }.band-tab { grid-template-columns: 32px 58px 1fr 24px; gap: 8px; min-height: 72px; }.band-tab__name { font-size: 16px; }.band-tab__en { font-size: 10px; }.band-detail { min-height: 465px; padding: 24px 25px 30px; }.band-detail__graphic { top: 70px; right: 23px; transform: scale(0.7); transform-origin: top right; }.band-detail__copy { margin-top: 133px; }.band-detail h3 { font-size: 37px; }.band-detail h3 em { font-size: 25px; }.band-detail__corner { right: 24px; bottom: 22px; }
  .story-section { padding-bottom: 100px; }.story-heading { margin-bottom: 40px; }.story-feature { display: grid; gap: 28px; min-height: 270px; margin-bottom: 48px; padding: 28px 25px; }.story-feature__quote { font-size: 25px; }.story-feature__meta { font-size: 10px; }.story-grid { grid-template-columns: 1fr; gap: 43px; }.story-card--wide { grid-column: auto; }.story-card--tall, .story-card--small { margin-top: 0; }.story-card--tall .story-card__image, .story-card--small .story-card__image { aspect-ratio: 1.15 / 1; }
  .highlights-section { padding: 95px 0 104px; }.highlight-grid { grid-template-columns: 1fr; gap: 14px; }.highlight-card--feature { grid-column: auto; min-height: 350px; }.highlight-card { min-height: 315px; padding: 24px 24px 26px; }.highlight-card__bar { margin-top: 31px; }.highlight-card h3 { font-size: 40px; }
  .visit-section { padding: 92px 0 105px; }.visit-layout { gap: 50px; }.visit-intro > p:not(.eyebrow) { margin-top: 26px; font-size: 14px; }.countdown { gap: 19px; margin-top: 34px; }.countdown strong { font-size: 30px; }.countdown span { font-size: 12px; }.visit-card { min-height: 480px; padding: 29px 25px 31px; }.visit-card__stamp { top: 27px; right: 23px; font-size: 9px; }.visit-card__line { margin-bottom: 57px; }.visit-card__date strong { font-size: 34px; }.visit-card dl { margin-top: 58px; }.visit-card dl div { grid-template-columns: 42px 1fr; gap: 17px; }.visit-card dd { font-size: 13px; }.visit-card__barcode { right: 25px; bottom: 27px; }.visit-card__mark { bottom: 18px; left: 24px; }
  .site-footer { padding-top: 60px; }.footer-top { display: grid; gap: 58px; padding-bottom: 59px; }.footer-brand div span { font-size: 24px; }.footer-slogan { font-size: 46px; text-align: left; }.footer-bottom { display: grid; gap: 8px; font-size: 10px; }.back-to-top { right: 18px; bottom: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; }
}
