* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body { background: #07080d; color: #f6f7fb; font-family: "Noto Sans TC", sans-serif; line-height: 1.7; overflow-x: hidden; }

a { color: inherit; text-decoration: none; }

img { display: block; max-width: 100%; }

header { align-items: center; backdrop-filter: blur(18px); background: rgba(7, 8, 13, 0.84); border-bottom: 1px solid rgba(255, 255, 255, 0.09); display: flex; justify-content: space-between; left: 0; padding: 22px 6%; position: fixed; right: 0; top: 0; z-index: 50; }
header .site-brand { align-items: center; display: flex; gap: 14px; }
header .site-mark { background: linear-gradient(135deg, #00d4ff, #8f3cff 52%, #ff2b75); border-radius: 18px; box-shadow: 0 0 34px rgba(0, 212, 255, 0.28); height: 44px; position: relative; width: 44px; }
header .site-mark::after { background: #07080d; border-radius: 12px; content: ""; height: 20px; left: 12px; position: absolute; top: 12px; width: 20px; }
header h1 { font-size: 22px; font-weight: 900; letter-spacing: 0.08em; }
header nav { align-items: center; display: flex; gap: 28px; }
header nav a { color: rgba(246, 247, 251, 0.76); font-size: 14px; font-weight: 700; letter-spacing: 0.08em; position: relative; transition: color 0.3s ease; }
header nav a::after { background: linear-gradient(90deg, #00d4ff, #ff2b75); bottom: -8px; content: ""; height: 2px; left: 0; position: absolute; transform: scaleX(0); transform-origin: left; transition: transform 0.3s ease; width: 100%; }
header nav a:hover { color: #ffffff; }
header nav a:hover::after { transform: scaleX(1); }
header .menu-link { border: 1px solid rgba(255, 255, 255, 0.18); border-radius: 999px; color: #ffffff; display: none; font-size: 13px; font-weight: 700; padding: 8px 16px; }

main { overflow: hidden; }

section { opacity: 0; transform: translateY(54px); transition: opacity 0.8s ease, transform 0.8s ease; }
section.is-active { opacity: 1; transform: translateY(0); }

#hero-section { align-items: center; background: radial-gradient( circle at 76% 22%, rgba(0, 212, 255, 0.2), transparent 30% ), radial-gradient( circle at 18% 62%, rgba(255, 43, 117, 0.16), transparent 28% ), linear-gradient(145deg, #07080d 0%, #10121b 58%, #090a10 100%); display: grid; gap: 40px; grid-template-columns: 1.05fr 0.95fr; min-height: 100vh; padding: 140px 6% 90px; position: relative; }
#hero-section::before { background-image: linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px); background-size: 58px 58px; content: ""; inset: 0; mask-image: linear-gradient(to bottom, black, transparent 86%); opacity: 0.5; position: absolute; }
#hero-section .hero-content { position: relative; z-index: 2; }
#hero-section .hero-kicker { color: #00d4ff; font-size: 14px; font-weight: 900; letter-spacing: 0.28em; margin-bottom: 18px; text-transform: uppercase; }
#hero-section .hero-title { font-size: clamp(44px, 7vw, 98px); font-weight: 900; letter-spacing: -0.05em; line-height: 0.96; margin-bottom: 28px; }
#hero-section .hero-title span { background: linear-gradient(90deg, #ffffff, #87eaff 42%, #ff7aad); background-clip: text; color: transparent; -webkit-background-clip: text; }
#hero-section .hero-text { color: rgba(246, 247, 251, 0.74); font-size: 18px; max-width: 620px; }
#hero-section .hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 16px; margin-top: 34px; }
#hero-section .hero-action { background: #ffffff; border-radius: 999px; color: #080912; font-size: 14px; font-weight: 900; letter-spacing: 0.08em; padding: 14px 24px; transition: transform 0.3s ease, box-shadow 0.3s ease; }
#hero-section .hero-action:hover { box-shadow: 0 18px 48px rgba(0, 212, 255, 0.24); transform: translateY(-4px); }
#hero-section .hero-action.is-outline { background: transparent; border: 1px solid rgba(255, 255, 255, 0.2); color: #ffffff; }
#hero-section .hero-media { align-items: center; display: flex; justify-content: center; min-height: 560px; position: relative; z-index: 2; }
#hero-section .hero-media::before { background: linear-gradient( 135deg, rgba(0, 212, 255, 0.22), rgba(255, 43, 117, 0.14) ); border: 1px solid rgba(255, 255, 255, 0.16); border-radius: 50%; content: ""; filter: blur(0.2px); height: 480px; position: absolute; width: 480px; }
#hero-section .hero-image { filter: drop-shadow(0 38px 58px rgba(0, 0, 0, 0.64)); max-height: 650px; object-fit: contain; position: relative; transform: rotate(-3deg); transition: transform 0.8s ease; z-index: 2; }
#hero-section.is-active .hero-image { transform: rotate(2deg) translateY(-8px); }

#identity-section { background: #0d0f17; display: grid; gap: 34px; grid-template-columns: 0.85fr 1.15fr; padding: 110px 6%; }
#identity-section .identity-left { border-left: 4px solid #00d4ff; padding-left: 28px; }
#identity-section .identity-subtitle { color: #ff5d94; font-size: 13px; font-weight: 900; letter-spacing: 0.24em; margin-bottom: 18px; text-transform: uppercase; }
#identity-section .identity-title { font-size: clamp(30px, 4vw, 58px); font-weight: 900; letter-spacing: -0.04em; line-height: 1.1; }
#identity-section .identity-right { color: rgba(246, 247, 251, 0.72); display: grid; gap: 22px; font-size: 17px; }
#identity-section .identity-grid { display: grid; gap: 16px; grid-template-columns: repeat(3, 1fr); margin-top: 12px; }
#identity-section .identity-item { background: linear-gradient( 180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035) ); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 24px; padding: 22px; transition: transform 0.35s ease, border-color 0.35s ease; }
#identity-section .identity-item:hover { border-color: rgba(0, 212, 255, 0.48); transform: translateY(-8px); }
#identity-section .identity-item strong { color: #ffffff; display: block; font-size: 26px; font-weight: 900; margin-bottom: 6px; }

#series-section { background: linear-gradient(180deg, #07080d, #10131d); padding: 110px 6%; }
#series-section .series-title { font-size: clamp(34px, 5vw, 68px); font-weight: 900; letter-spacing: -0.05em; margin-bottom: 18px; text-align: center; }
#series-section .series-text { color: rgba(246, 247, 251, 0.68); font-size: 17px; margin: 0 auto 52px; max-width: 720px; text-align: center; }
#series-section .series-grid { display: grid; gap: 22px; grid-template-columns: repeat(3, 1fr); }
#series-section .series-item { background: rgba(255, 255, 255, 0.055); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 30px; overflow: hidden; position: relative; transition: transform 0.35s ease, background 0.35s ease; }
#series-section .series-item:hover { background: rgba(255, 255, 255, 0.085); transform: translateY(-10px); }
#series-section .series-media { align-items: center; background: radial-gradient( circle at center, rgba(0, 212, 255, 0.14), rgba(255, 255, 255, 0.03) ); display: flex; height: 220px; justify-content: center; padding: 28px; }
#series-section .series-image { max-height: 160px; object-fit: contain; transition: transform 0.35s ease; width: 100%; }
#series-section .series-item:hover .series-image { transform: scale(1.08); }
#series-section .series-content { padding: 26px; }
#series-section .series-subtitle { color: #00d4ff; font-size: 12px; font-weight: 900; letter-spacing: 0.2em; margin-bottom: 10px; text-transform: uppercase; }
#series-section .series-name { font-size: 24px; font-weight: 900; margin-bottom: 12px; }
#series-section .series-description { color: rgba(246, 247, 251, 0.68); font-size: 15px; }

#craft-section { background: #f6f7fb; color: #10121b; display: grid; gap: 50px; grid-template-columns: 1fr 1fr; padding: 120px 6%; }
#craft-section .craft-media { align-items: center; background: linear-gradient(135deg, #10121b, #202436); border-radius: 42px; display: flex; justify-content: center; min-height: 430px; overflow: hidden; padding: 36px; position: relative; }
#craft-section .craft-media::after { background: radial-gradient( circle, rgba(0, 212, 255, 0.32), transparent 62% ); content: ""; height: 360px; position: absolute; right: -120px; top: -80px; width: 360px; }
#craft-section .craft-image { filter: drop-shadow(0 28px 44px rgba(0, 0, 0, 0.38)); position: relative; transform: translateX(-24px); transition: transform 0.8s ease; z-index: 2; }
#craft-section.is-active .craft-image { transform: translateX(0); }
#craft-section .craft-content { align-self: center; }
#craft-section .craft-subtitle { color: #8f3cff; font-size: 13px; font-weight: 900; letter-spacing: 0.24em; margin-bottom: 18px; text-transform: uppercase; }
#craft-section .craft-title { font-size: clamp(32px, 4vw, 56px); font-weight: 900; letter-spacing: -0.04em; line-height: 1.12; margin-bottom: 24px; }
#craft-section .craft-text { color: rgba(16, 18, 27, 0.7); font-size: 17px; margin-bottom: 28px; }
#craft-section .craft-list { display: grid; gap: 14px; }
#craft-section .craft-item { align-items: center; background: #ffffff; border-radius: 18px; box-shadow: 0 18px 40px rgba(16, 18, 27, 0.08); display: flex; gap: 14px; padding: 16px 18px; transition: transform 0.3s ease; }
#craft-section .craft-item:hover { transform: translateX(8px); }
#craft-section .craft-dot { background: linear-gradient(135deg, #00d4ff, #ff2b75); border-radius: 999px; flex: 0 0 10px; height: 10px; width: 10px; }

#selection-section { background: radial-gradient( circle at 20% 20%, rgba(143, 60, 255, 0.16), transparent 34% ), #080a10; padding: 110px 6%; }
#selection-section .selection-content { align-items: end; display: grid; gap: 28px; grid-template-columns: 1fr 0.8fr; margin-bottom: 44px; }
#selection-section .selection-subtitle { color: #00d4ff; font-size: 13px; font-weight: 900; letter-spacing: 0.24em; margin-bottom: 16px; text-transform: uppercase; }
#selection-section .selection-title { font-size: clamp(32px, 5vw, 64px); font-weight: 900; letter-spacing: -0.05em; line-height: 1.08; }
#selection-section .selection-text { color: rgba(246, 247, 251, 0.7); font-size: 17px; }
#selection-section .selection-grid { display: grid; gap: 18px; grid-template-columns: repeat(4, 1fr); }
#selection-section .selection-item { background: linear-gradient( 180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035) ); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 26px; min-height: 250px; padding: 26px; position: relative; overflow: hidden; transition: transform 0.35s ease, border-color 0.35s ease; }
#selection-section .selection-item::after { background: linear-gradient( 135deg, rgba(0, 212, 255, 0.2), rgba(255, 43, 117, 0.16) ); border-radius: 999px; bottom: -60px; content: ""; height: 140px; position: absolute; right: -60px; width: 140px; }
#selection-section .selection-item:hover { border-color: rgba(255, 43, 117, 0.48); transform: translateY(-8px); }
#selection-section .selection-number { color: rgba(255, 255, 255, 0.2); font-size: 42px; font-weight: 900; line-height: 1; margin-bottom: 34px; }
#selection-section .selection-name { font-size: 22px; font-weight: 900; margin-bottom: 12px; }
#selection-section .selection-description { color: rgba(246, 247, 251, 0.66); font-size: 15px; position: relative; z-index: 2; }

#lineup-section { background: #f6f7fb; color: #10121b; padding: 110px 6%; }
#lineup-section .lineup-title { font-size: clamp(32px, 5vw, 62px); font-weight: 900; letter-spacing: -0.05em; margin-bottom: 14px; }
#lineup-section .lineup-text { color: rgba(16, 18, 27, 0.66); font-size: 17px; margin-bottom: 42px; max-width: 720px; }
#lineup-section .lineup-list { display: grid; gap: 18px; }
#lineup-section .lineup-item { align-items: center; background: #ffffff; border-radius: 28px; box-shadow: 0 18px 46px rgba(16, 18, 27, 0.08); display: grid; gap: 22px; grid-template-columns: 0.2fr 0.75fr 1.4fr 0.55fr; padding: 22px 28px; transition: transform 0.35s ease, box-shadow 0.35s ease; }
#lineup-section .lineup-item:hover { box-shadow: 0 26px 60px rgba(16, 18, 27, 0.13); transform: translateX(10px); }
#lineup-section .lineup-number { color: #8f3cff; font-size: 26px; font-weight: 900; }
#lineup-section .lineup-name { font-size: 22px; font-weight: 900; }
#lineup-section .lineup-description { color: rgba(16, 18, 27, 0.64); font-size: 15px; }
#lineup-section .lineup-tag { background: #10121b; border-radius: 999px; color: #ffffff; font-size: 13px; font-weight: 900; justify-self: end; padding: 9px 16px; }

#cta-section { align-items: center; background: linear-gradient(135deg, #10121b, #07080d); display: grid; gap: 40px; grid-template-columns: 1fr 1fr; padding: 110px 6%; position: relative; }
#cta-section::before { background: radial-gradient( circle, rgba(0, 212, 255, 0.22), transparent 60% ); content: ""; height: 420px; left: -120px; position: absolute; top: 10%; width: 420px; }
#cta-section .cta-content { position: relative; z-index: 2; }
#cta-section .cta-subtitle { color: #ff5d94; font-size: 13px; font-weight: 900; letter-spacing: 0.24em; margin-bottom: 18px; text-transform: uppercase; }
#cta-section .cta-title { font-size: clamp(34px, 5vw, 70px); font-weight: 900; letter-spacing: -0.05em; line-height: 1.05; margin-bottom: 22px; }
#cta-section .cta-text { color: rgba(246, 247, 251, 0.72); font-size: 17px; max-width: 620px; }
#cta-section .cta-link { background: linear-gradient(90deg, #00d4ff, #8f3cff, #ff2b75); border-radius: 999px; display: inline-flex; font-size: 14px; font-weight: 900; letter-spacing: 0.08em; margin-top: 32px; padding: 15px 26px; transition: transform 0.3s ease, box-shadow 0.3s ease; }
#cta-section .cta-link:hover { box-shadow: 0 18px 48px rgba(255, 43, 117, 0.28); transform: translateY(-4px); }
#cta-section .cta-media { align-items: center; display: flex; justify-content: center; position: relative; z-index: 2; }
#cta-section .cta-image { filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.5)); transform: rotate(1deg); transition: transform 0.8s ease; aspect-ratio: 5 / 3; object-fit: cover; }
#cta-section.is-active .cta-image { transform: rotate(-2deg) translateY(-8px); }

footer { background: #05060a; border-top: 1px solid rgba(255, 255, 255, 0.08); color: rgba(246, 247, 251, 0.62); display: grid; gap: 24px; grid-template-columns: 1fr auto; padding: 36px 6%; }
footer .footer-title { color: #ffffff; font-size: 18px; font-weight: 900; letter-spacing: 0.08em; margin-bottom: 6px; }
footer .footer-text { font-size: 14px; }
footer .footer-nav { align-items: center; display: flex; gap: 20px; }
footer .footer-nav a { font-size: 14px; font-weight: 700; transition: color 0.3s ease; }
footer .footer-nav a:hover { color: #ffffff; }

@media (max-width: 1280px) {
	#hero-section .hero-title { font-size: clamp(42px, 6.4vw, 82px); }
	#series-section .series-grid { grid-template-columns: repeat(3, 1fr); }
	#selection-section .selection-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 960px) {
	header nav { display: none; }
	header .menu-link { display: inline-flex; }
	#hero-section { grid-template-columns: 1fr; padding-top: 128px; }
	#hero-section .hero-media { min-height: 420px; }
	#identity-section { grid-template-columns: 1fr; }
	#series-section .series-grid { grid-template-columns: 1fr 1fr; }
	#craft-section { grid-template-columns: 1fr; }
	#selection-section .selection-content { grid-template-columns: 1fr; }
	#lineup-section .lineup-item { grid-template-columns: 0.2fr 1fr; }
	#lineup-section .lineup-description { grid-column: 2; }
	#lineup-section .lineup-tag { grid-column: 2; justify-self: start; }
	#cta-section { grid-template-columns: 1fr; }
	footer { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
	header { padding: 18px 5%; }
	header h1 { font-size: 18px; }
	#hero-section { padding: 118px 5% 70px; }
	#hero-section .hero-text { font-size: 16px; }
	#hero-section .hero-media::before { height: 330px; width: 330px; }
	#identity-section { padding: 82px 5%; }
	#identity-section .identity-grid { grid-template-columns: 1fr; }
	#series-section { padding: 82px 5%; }
	#series-section .series-grid { grid-template-columns: 1fr; }
	#craft-section { padding: 82px 5%; }
	#selection-section { padding: 82px 5%; }
	#selection-section .selection-grid { grid-template-columns: 1fr; }
	#lineup-section { padding: 82px 5%; }
	#lineup-section .lineup-item { grid-template-columns: 1fr; }
	#lineup-section .lineup-description { grid-column: auto; }
	#lineup-section .lineup-tag { grid-column: auto; }
	#cta-section { padding: 82px 5%; }
	footer { padding: 30px 5%; }
	footer .footer-nav { flex-wrap: wrap; }
}
@media (max-width: 500px) {
	header .site-mark { border-radius: 14px; height: 36px; width: 36px; }
	header .site-mark::after { height: 16px; left: 10px; top: 10px; width: 16px; }
	header h1 { font-size: 16px; }
	header .menu-link { padding: 7px 12px; }
	#hero-section .hero-title { font-size: 42px; }
	#hero-section .hero-actions { align-items: stretch; flex-direction: column; }
	#hero-section .hero-action { text-align: center; }
	#hero-section .hero-media { min-height: 330px; }
	#hero-section .hero-image { max-height: 430px; }
	#identity-section .identity-title { font-size: 32px; }
	#series-section .series-media { height: 190px; }
	#craft-section .craft-media { border-radius: 28px; min-height: 300px; }
	#selection-section .selection-item { min-height: 220px; }
	#cta-section .cta-title { font-size: 38px; }
}
