* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body { margin: 0; font-family: "Noto Sans TC", sans-serif; color: #122033; background: #f6f8fb; line-height: 1.7; }

a { color: inherit; text-decoration: none; }

img { display: block; width: 100%; height: auto; }

header { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 18px 6%; background: rgba(255, 255, 255, 0.88); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(18, 32, 51, 0.08); }
header .site-title { margin: 0; font-size: 24px; font-weight: 900; letter-spacing: 0.03em; color: #122033; }
header .site-title span { color: #d21f3c; }
header .header-nav { display: flex; align-items: center; gap: 24px; font-size: 15px; font-weight: 700; color: #47566b; }
header .header-nav a { position: relative; transition: color 0.3s ease; }
header .header-nav a:after { content: ""; position: absolute; left: 0; bottom: -6px; width: 0; height: 2px; background: #d21f3c; transition: width 0.3s ease; }
header .header-nav a:hover { color: #d21f3c; }
header .header-nav a:hover:after { width: 100%; }
header .header-action { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 0 20px; border-radius: 999px; background: #122033; color: #fff; font-weight: 700; box-shadow: 0 14px 32px rgba(18, 32, 51, 0.18); transition: transform 0.3s ease, background 0.3s ease; }
header .header-action:hover { transform: translateY(-2px); background: #d21f3c; }

#hero-section { position: relative; min-height: 720px; display: flex; align-items: center; padding: 90px 6%; overflow: hidden; background: radial-gradient( circle at 15% 20%, rgba(210, 31, 60, 0.24), transparent 32% ), linear-gradient(135deg, #07111f 0%, #13243b 52%, #07111f 100%); color: #fff; }
#hero-section:before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7, 17, 31, 0.92), rgba(7, 17, 31, 0.35)), url(../image/hero.webp) center/cover no-repeat; opacity: 0.76; }
#hero-section .hero-content { position: relative; z-index: 2; width: min(720px, 100%); transform: translateY(24px); opacity: 0; transition: opacity 0.8s ease, transform 0.8s ease; }
#hero-section.is-active .hero-content { transform: translateY(0); opacity: 1; }
#hero-section .hero-kicker { display: inline-flex; padding: 8px 14px; border: 1px solid rgba(255, 255, 255, 0.28); border-radius: 999px; background: rgba(255, 255, 255, 0.12); font-size: 14px; font-weight: 700; letter-spacing: 0.08em; }
#hero-section .hero-title { margin: 24px 0 18px; font-size: clamp(42px, 7vw, 86px); line-height: 1.05; font-weight: 900; letter-spacing: -0.05em; }
#hero-section .hero-text { max-width: 620px; margin: 0 0 34px; font-size: 19px; color: rgba(255, 255, 255, 0.82); }
#hero-section .hero-list { display: flex; flex-wrap: wrap; gap: 14px; margin: 0 0 38px; padding: 0; list-style: none; }
#hero-section .hero-list li { padding: 10px 16px; border-radius: 999px; background: rgba(255, 255, 255, 0.14); color: rgba(255, 255, 255, 0.9); font-weight: 700; }
#hero-section .hero-link { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 28px; border-radius: 999px; background: #d21f3c; color: #fff; font-weight: 900; box-shadow: 0 18px 46px rgba(210, 31, 60, 0.32); transition: transform 0.3s ease, box-shadow 0.3s ease; }
#hero-section .hero-link:hover { transform: translateY(-3px); box-shadow: 0 24px 58px rgba(210, 31, 60, 0.46); }

#intro-section { padding: 110px 6%; background: #fff; }
#intro-section .intro-grid { display: grid; grid-template-columns: 1fr 1.08fr; gap: 54px; align-items: center; }
#intro-section .intro-content { transform: translateX(-26px); opacity: 0; transition: opacity 0.75s ease, transform 0.75s ease; }
#intro-section.is-active .intro-content { transform: translateX(0); opacity: 1; }
#intro-section .intro-subtitle { margin: 0 0 14px; color: #d21f3c; font-size: 15px; font-weight: 900; letter-spacing: 0.12em; }
#intro-section .intro-title { margin: 0 0 22px; font-size: clamp(32px, 4vw, 54px); line-height: 1.18; color: #122033; font-weight: 900; letter-spacing: -0.03em; }
#intro-section .intro-text { margin: 0 0 28px; color: #526174; font-size: 17px; }
#intro-section .intro-list { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
#intro-section .intro-list li { padding: 16px 18px; border-radius: 18px; background: #f6f8fb; color: #26364a; font-weight: 700; border: 1px solid rgba(18, 32, 51, 0.07); }
#intro-section .intro-media { position: relative; transform: translateX(26px); opacity: 0; transition: opacity 0.75s ease 0.1s, transform 0.75s ease 0.1s; }
#intro-section.is-active .intro-media { transform: translateX(0); opacity: 1; }
#intro-section .intro-image { overflow: hidden; border-radius: 34px; box-shadow: 0 28px 70px rgba(18, 32, 51, 0.18); }
#intro-section .intro-image img { aspect-ratio: 4 / 3; object-fit: cover; transition: transform 0.8s ease; }
#intro-section .intro-media:hover img { transform: scale(1.05); }
#intro-section .intro-badge { position: absolute; right: -22px; bottom: 28px; max-width: 230px; padding: 20px; border-radius: 24px; background: #122033; color: #fff; box-shadow: 0 24px 54px rgba(18, 32, 51, 0.24); }
#intro-section .intro-badge strong { display: block; margin-bottom: 6px; font-size: 28px; color: #ffd166; }

#match-section { padding: 110px 6%; background: linear-gradient(180deg, #f6f8fb 0%, #eaf0f8 100%); }
#match-section .match-content { max-width: 760px; margin: 0 auto 48px; text-align: center; transform: translateY(24px); opacity: 0; transition: opacity 0.75s ease, transform 0.75s ease; }
#match-section.is-active .match-content { transform: translateY(0); opacity: 1; }
#match-section .match-subtitle { margin: 0 0 12px; color: #d21f3c; font-size: 15px; font-weight: 900; letter-spacing: 0.12em; }
#match-section .match-title { margin: 0 0 18px; font-size: clamp(30px, 4vw, 50px); line-height: 1.2; font-weight: 900; color: #122033; }
#match-section .match-text { margin: 0; color: #526174; font-size: 17px; }
#match-section .match-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
#match-section .match-item { position: relative; overflow: hidden; min-height: 430px; border-radius: 30px; background: #122033; box-shadow: 0 24px 58px rgba(18, 32, 51, 0.14); transform: translateY(34px); opacity: 0; transition: opacity 0.75s ease, transform 0.75s ease; }
#match-section.is-active .match-item { transform: translateY(0); opacity: 1; }
#match-section.is-active .match-item:nth-child(2) { transition-delay: 0.1s; }
#match-section.is-active .match-item:nth-child(3) { transition-delay: 0.2s; }
#match-section .match-image { height: 100%; }
#match-section .match-image img { height: 430px; object-fit: cover; opacity: 0.72; transition: transform 0.8s ease, opacity 0.8s ease; }
#match-section .match-item:hover img { transform: scale(1.06); opacity: 0.52; }
#match-section .match-item-content { position: absolute; inset: auto 0 0; padding: 34px; color: #fff; background: linear-gradient( 180deg, transparent 0%, rgba(7, 17, 31, 0.92) 70% ); }
#match-section .match-item-title { margin: 0 0 10px; font-size: 25px; line-height: 1.3; font-weight: 900; }
#match-section .match-item-text { margin: 0 0 18px; color: rgba(255, 255, 255, 0.78); }
#match-section .match-tag { display: inline-flex; padding: 8px 13px; border-radius: 999px; background: rgba(255, 255, 255, 0.14); font-weight: 700; font-size: 14px; }

#route-section { padding: 110px 6%; background: #fff; }
#route-section .route-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 54px; align-items: start; }
#route-section .route-left { position: sticky; top: 110px; transform: translateY(24px); opacity: 0; transition: opacity 0.75s ease, transform 0.75s ease; }
#route-section.is-active .route-left { transform: translateY(0); opacity: 1; }
#route-section .route-subtitle { margin: 0 0 12px; color: #d21f3c; font-size: 15px; font-weight: 900; letter-spacing: 0.12em; }
#route-section .route-title { margin: 0 0 18px; font-size: clamp(30px, 4vw, 50px); line-height: 1.2; font-weight: 900; color: #122033; }
#route-section .route-text { margin: 0 0 28px; color: #526174; font-size: 17px; }
#route-section .route-image { overflow: hidden; border-radius: 30px; box-shadow: 0 24px 58px rgba(18, 32, 51, 0.12); }
#route-section .route-image img { aspect-ratio: 16 / 11; object-fit: cover; }
#route-section .route-list { display: grid; gap: 18px; margin: 0; padding: 0; list-style: none; }
#route-section .route-item { display: grid; grid-template-columns: 84px 1fr; gap: 22px; padding: 26px; border: 1px solid rgba(18, 32, 51, 0.08); border-radius: 26px; background: #f9fbfe; transform: translateX(28px); opacity: 0; transition: opacity 0.75s ease, transform 0.75s ease, border-color 0.3s ease, box-shadow 0.3s ease; }
#route-section.is-active .route-item { transform: translateX(0); opacity: 1; }
#route-section.is-active .route-item:nth-child(2) { transition-delay: 0.1s; }
#route-section.is-active .route-item:nth-child(3) { transition-delay: 0.2s; }
#route-section.is-active .route-item:nth-child(4) { transition-delay: 0.3s; }
#route-section .route-item:hover { border-color: rgba(210, 31, 60, 0.32); box-shadow: 0 22px 46px rgba(18, 32, 51, 0.08); }
#route-section .route-number { display: inline-flex; align-items: center; justify-content: center; width: 64px; height: 64px; border-radius: 20px; background: #122033; color: #ffd166; font-weight: 900; font-size: 22px; }
#route-section .route-item-title { margin: 0 0 8px; font-size: 22px; color: #122033; font-weight: 900; }
#route-section .route-item-text { margin: 0; color: #526174; }

#feature-section { padding: 110px 6%; background: #07111f; color: #fff; overflow: hidden; }
#feature-section .feature-content { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; }
#feature-section .feature-left { transform: translateX(-28px); opacity: 0; transition: opacity 0.75s ease, transform 0.75s ease; }
#feature-section.is-active .feature-left { transform: translateX(0); opacity: 1; }
#feature-section .feature-subtitle { margin: 0 0 12px; color: #ffd166; font-size: 15px; font-weight: 900; letter-spacing: 0.12em; }
#feature-section .feature-title { margin: 0 0 18px; font-size: clamp(30px, 4vw, 50px); line-height: 1.2; font-weight: 900; }
#feature-section .feature-text { margin: 0 0 30px; color: rgba(255, 255, 255, 0.74); font-size: 17px; }
#feature-section .feature-link { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 26px; border-radius: 999px; background: #fff; color: #122033; font-weight: 900; transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease; }
#feature-section .feature-link:hover { transform: translateY(-3px); background: #d21f3c; color: #fff; }
#feature-section .feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
#feature-section .feature-item { padding: 28px; border-radius: 26px; background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.12); transform: translateY(28px); opacity: 0; transition: opacity 0.75s ease, transform 0.75s ease, background 0.3s ease; }
#feature-section.is-active .feature-item { transform: translateY(0); opacity: 1; }
#feature-section.is-active .feature-item:nth-child(2) { transition-delay: 0.1s; }
#feature-section.is-active .feature-item:nth-child(3) { transition-delay: 0.2s; }
#feature-section.is-active .feature-item:nth-child(4) { transition-delay: 0.3s; }
#feature-section .feature-item:hover { background: rgba(210, 31, 60, 0.22); }
#feature-section .feature-icon { display: inline-flex; align-items: center; justify-content: center; width: 52px; height: 52px; margin-bottom: 18px; border-radius: 18px; background: rgba(255, 209, 102, 0.15); color: #ffd166; font-weight: 900; font-size: 24px; }
#feature-section .feature-item-title { margin: 0 0 10px; font-size: 21px; font-weight: 900; }
#feature-section .feature-item-text { margin: 0; color: rgba(255, 255, 255, 0.72); }

#gallery-section { padding: 110px 6%; background: #fff; }
#gallery-section .gallery-content { max-width: 760px; margin: 0 auto 46px; text-align: center; transform: translateY(24px); opacity: 0; transition: opacity 0.75s ease, transform 0.75s ease; }
#gallery-section.is-active .gallery-content { transform: translateY(0); opacity: 1; }
#gallery-section .gallery-subtitle { margin: 0 0 12px; color: #d21f3c; font-size: 15px; font-weight: 900; letter-spacing: 0.12em; }
#gallery-section .gallery-title { margin: 0 0 18px; font-size: clamp(30px, 4vw, 50px); line-height: 1.2; font-weight: 900; color: #122033; }
#gallery-section .gallery-text { margin: 0; color: #526174; font-size: 17px; }
#gallery-section .gallery-grid { display: grid; grid-template-columns: 1.2fr 0.8fr 0.8fr; grid-auto-rows: 260px; gap: 18px; }
#gallery-section .gallery-item { position: relative; overflow: hidden; border-radius: 28px; background: #122033; transform: scale(0.96); opacity: 0; transition: opacity 0.75s ease, transform 0.75s ease; }
#gallery-section.is-active .gallery-item { transform: scale(1); opacity: 1; }
#gallery-section .gallery-item:first-child { grid-row: span 2; }
#gallery-section .gallery-item img { width: 100%; height: 100%; object-fit: cover; opacity: 0.86; transition: transform 0.8s ease, opacity 0.8s ease; }
#gallery-section .gallery-item:hover img { transform: scale(1.06); opacity: 0.62; }
#gallery-section .gallery-caption { position: absolute; left: 22px; right: 22px; bottom: 22px; color: #fff; font-weight: 900; font-size: 20px; text-shadow: 0 12px 26px rgba(0, 0, 0, 0.32); }

#cta-section { padding: 96px 6%; background: linear-gradient(135deg, #d21f3c 0%, #8d1428 100%); color: #fff; }
#cta-section .cta-content { display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: center; max-width: 1180px; margin: 0 auto; transform: translateY(24px); opacity: 0; transition: opacity 0.75s ease, transform 0.75s ease; }
#cta-section.is-active .cta-content { transform: translateY(0); opacity: 1; }
#cta-section .cta-subtitle { margin: 0 0 10px; color: rgba(255, 255, 255, 0.76); font-size: 15px; font-weight: 900; letter-spacing: 0.12em; }
#cta-section .cta-title { margin: 0 0 12px; font-size: clamp(30px, 4vw, 48px); line-height: 1.2; font-weight: 900; }
#cta-section .cta-text { margin: 0; color: rgba(255, 255, 255, 0.84); font-size: 17px; }
#cta-section .cta-link { display: inline-flex; align-items: center; justify-content: center; min-height: 56px; padding: 0 30px; border-radius: 999px; background: #fff; color: #122033; font-weight: 900; box-shadow: 0 20px 46px rgba(0, 0, 0, 0.18); transition: transform 0.3s ease, background 0.3s ease; }
#cta-section .cta-link:hover { transform: translateY(-3px); background: #ffd166; }

footer { padding: 46px 6%; background: #07111f; color: rgba(255, 255, 255, 0.72); }
footer .footer-content { display: flex; justify-content: space-between; gap: 28px; align-items: center; }
footer .footer-title { margin: 0 0 8px; color: #fff; font-size: 22px; font-weight: 900; }
footer .footer-text { margin: 0; font-size: 14px; }
footer .footer-nav { display: flex; gap: 18px; flex-wrap: wrap; font-size: 14px; font-weight: 700; }
footer .footer-nav a { transition: color 0.3s ease; }
footer .footer-nav a:hover { color: #ffd166; }

@media (max-width: 1280px) {
	#hero-section { min-height: 660px; }
	#match-section .match-grid { gap: 18px; }
	#gallery-section .gallery-grid { grid-auto-rows: 230px; }
}
@media (max-width: 960px) {
	header { flex-wrap: wrap; padding: 16px 5%; }
	header .header-nav { order: 3; width: 100%; justify-content: center; gap: 18px; }
	#hero-section { padding: 78px 5%; }
	#intro-section { padding: 86px 5%; }
	#intro-section .intro-grid { grid-template-columns: 1fr; }
	#intro-section .intro-badge { right: 18px; }
	#match-section { padding: 86px 5%; }
	#match-section .match-grid { grid-template-columns: 1fr; }
	#route-section { padding: 86px 5%; }
	#route-section .route-grid { grid-template-columns: 1fr; }
	#route-section .route-left { position: static; }
	#feature-section { padding: 86px 5%; }
	#feature-section .feature-content { grid-template-columns: 1fr; }
	#gallery-section { padding: 86px 5%; }
	#gallery-section .gallery-grid { grid-template-columns: 1fr 1fr; }
	#gallery-section .gallery-item:first-child { grid-column: span 2; grid-row: span 1; }
	#cta-section { padding: 78px 5%; }
	#cta-section .cta-content { grid-template-columns: 1fr; }
	footer { padding: 42px 5%; }
}
@media (max-width: 768px) {
	header .site-title { font-size: 21px; }
	header .header-action { width: 100%; }
	#hero-section { min-height: 620px; padding: 68px 5%; }
	#hero-section .hero-text { font-size: 17px; }
	#intro-section .intro-title { font-size: 34px; }
	#match-section .match-item { min-height: 380px; }
	#match-section .match-image img { height: 380px; }
	#route-section .route-item { grid-template-columns: 1fr; }
	#feature-section .feature-grid { grid-template-columns: 1fr; }
	#gallery-section .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 240px; }
	#gallery-section .gallery-item:first-child { grid-column: span 1; }
	footer .footer-content { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 500px) {
	header { position: relative; }
	header .header-nav { justify-content: flex-start; overflow-x: auto; padding-bottom: 4px; }
	#hero-section { min-height: auto; padding: 58px 5%; }
	#hero-section .hero-title { font-size: 42px; }
	#hero-section .hero-list { display: grid; }
	#intro-section { padding: 68px 5%; }
	#intro-section .intro-badge { position: static; max-width: none; margin-top: 16px; }
	#match-section { padding: 68px 5%; }
	#match-section .match-item-content { padding: 26px; }
	#route-section { padding: 68px 5%; }
	#route-section .route-item { padding: 22px; }
	#feature-section { padding: 68px 5%; }
	#gallery-section { padding: 68px 5%; }
	#cta-section { padding: 62px 5%; }
}
