* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body { background: #0f1117; color: #f8f2ea; font-family: "Noto Sans TC", sans-serif; line-height: 1.75; overflow-x: hidden; }

a { color: inherit; text-decoration: none; }

img { display: block; max-width: 100%; }

header { align-items: center; background: rgba(15, 17, 23, 0.86); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(255, 255, 255, 0.08); display: flex; justify-content: space-between; left: 0; padding: 18px 6%; position: fixed; top: 0; width: 100%; z-index: 20; }
header .site-brand { align-items: center; display: flex; gap: 14px; }
header .brand-mark { align-items: center; background: linear-gradient(135deg, #b90f1d, #fbcc72); border-radius: 18px; box-shadow: 0 12px 30px rgba(185, 15, 29, 0.35); color: #111; display: flex; font-size: 18px; font-weight: 900; height: 46px; justify-content: center; letter-spacing: 1px; width: 46px; }
header h1 { color: #fff7ee; font-size: 20px; font-weight: 900; letter-spacing: 1px; line-height: 1.25; }
header .site-subtitle { color: #c6b7a8; display: block; font-size: 12px; font-weight: 500; letter-spacing: 2px; margin-top: 2px; text-transform: uppercase; }
header nav { align-items: center; display: flex; gap: 8px; }
header nav a { border-radius: 999px; color: #ddd0c3; font-size: 14px; font-weight: 700; padding: 9px 15px; transition: 0.3s ease; }
header nav a:hover { background: rgba(255, 255, 255, 0.08); color: #fff; }
header .nav-highlight { background: #b90f1d; color: #fff; }

main { overflow: hidden; }

#hero-section { background: radial-gradient( circle at 18% 22%, rgba(185, 15, 29, 0.35), transparent 34% ), radial-gradient( circle at 82% 30%, rgba(251, 204, 114, 0.18), transparent 30% ), linear-gradient(135deg, #12141c 0%, #1c1415 54%, #090a0e 100%); min-height: 100vh; padding: 150px 6% 92px; position: relative; }
#hero-section::before { background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px), linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px); background-size: 72px 72px; content: ""; inset: 0; opacity: 0.18; position: absolute; }
#hero-section .hero-grid { align-items: center; display: grid; gap: 56px; grid-template-columns: 1.05fr 0.95fr; margin: 0 auto; max-width: 1240px; position: relative; z-index: 1; }
#hero-section .hero-kicker { align-items: center; color: #fbcc72; display: flex; font-size: 14px; font-weight: 900; gap: 10px; letter-spacing: 3px; margin-bottom: 20px; text-transform: uppercase; }
#hero-section .hero-kicker::before { background: #b90f1d; border-radius: 999px; box-shadow: 0 0 18px rgba(185, 15, 29, 0.75); content: ""; height: 10px; width: 10px; }
#hero-section h2 { color: #fff; font-size: clamp(42px, 6vw, 86px); font-weight: 900; letter-spacing: -2px; line-height: 1.08; margin-bottom: 24px; }
#hero-section .hero-title-accent { background: linear-gradient(90deg, #ffffff, #fbcc72 48%, #c31525); -webkit-background-clip: text; color: transparent; display: block; }
#hero-section .hero-text { color: #d5c8bb; 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-link-primary { background: linear-gradient(135deg, #b90f1d, #e63545); border-radius: 999px; box-shadow: 0 18px 46px rgba(185, 15, 29, 0.32); color: #fff; font-weight: 900; padding: 15px 28px; transition: 0.35s ease; }
#hero-section .hero-link-primary:hover { box-shadow: 0 22px 56px rgba(185, 15, 29, 0.48); transform: translateY(-4px); }
#hero-section .hero-link-secondary { border: 1px solid rgba(255, 255, 255, 0.18); border-radius: 999px; color: #f2dfca; font-weight: 800; padding: 14px 24px; transition: 0.35s ease; }
#hero-section .hero-link-secondary:hover { background: rgba(255, 255, 255, 0.08); transform: translateY(-4px); }
#hero-section .hero-media { position: relative; }
#hero-section .hero-figure { background: linear-gradient( 145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.04) ); border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 38px; box-shadow: 0 30px 100px rgba(0, 0, 0, 0.35); overflow: hidden; padding: 16px; position: relative; transform: rotate(2deg); transition: 0.55s ease; }
#hero-section .hero-figure::after { background: linear-gradient( 135deg, rgba(251, 204, 114, 0.35), transparent 45%, rgba(185, 15, 29, 0.22) ); content: ""; inset: 16px; pointer-events: none; position: absolute; border-radius: 28px; }
#hero-section .hero-figure img { aspect-ratio: 4 / 4.8; border-radius: 28px; object-fit: cover; width: 100%; }
#hero-section .hero-media:hover .hero-figure { transform: rotate(0deg) translateY(-8px); }
#hero-section .hero-badge { background: rgba(10, 11, 15, 0.86); border: 1px solid rgba(255, 255, 255, 0.16); border-radius: 24px; bottom: 28px; box-shadow: 0 16px 44px rgba(0, 0, 0, 0.36); left: -26px; padding: 18px 20px; position: absolute; z-index: 2; }
#hero-section .hero-badge strong { color: #fbcc72; display: block; font-size: 26px; font-weight: 900; line-height: 1; }
#hero-section .hero-badge span { color: #d7c5b2; font-size: 13px; font-weight: 700; }

#feature-section { background: #f4efe8; color: #171717; padding: 104px 6%; position: relative; }
#feature-section .feature-content { margin: 0 auto 48px; max-width: 860px; text-align: center; }
#feature-section .feature-subtitle { color: #b90f1d; font-size: 14px; font-weight: 900; letter-spacing: 3px; margin-bottom: 12px; text-transform: uppercase; }
#feature-section h2 { color: #151515; font-size: clamp(30px, 4vw, 52px); font-weight: 900; line-height: 1.22; margin-bottom: 18px; }
#feature-section .feature-text { color: #5a524b; font-size: 17px; }
#feature-section .feature-grid { display: grid; gap: 22px; grid-template-columns: repeat(4, 1fr); margin: 0 auto; max-width: 1240px; }
#feature-section .feature-item { background: #fffaf4; border: 1px solid rgba(30, 30, 30, 0.08); border-radius: 30px; box-shadow: 0 18px 46px rgba(53, 39, 28, 0.08); overflow: hidden; padding: 28px; position: relative; transform: translateY(36px); opacity: 0; transition: 0.65s ease; }
#feature-section.is-active .feature-item { opacity: 1; transform: translateY(0); }
#feature-section.is-active .feature-item:nth-child(2) { transition-delay: 0.08s; }
#feature-section.is-active .feature-item:nth-child(3) { transition-delay: 0.16s; }
#feature-section.is-active .feature-item:nth-child(4) { transition-delay: 0.24s; }
#feature-section .feature-item::before { background: linear-gradient(135deg, #b90f1d, #fbcc72); content: ""; height: 5px; left: 28px; position: absolute; right: 28px; top: 0; }
#feature-section .feature-icon { align-items: center; background: #171717; border-radius: 18px; color: #fbcc72; display: flex; font-size: 22px; font-weight: 900; height: 54px; justify-content: center; margin-bottom: 22px; width: 54px; }
#feature-section h3 { color: #171717; font-size: 20px; font-weight: 900; margin-bottom: 10px; }
#feature-section .feature-item p { color: #6b6057; font-size: 15px; }

#craft-section { background: #15171e; color: #fff; padding: 112px 6%; position: relative; }
#craft-section .craft-grid { align-items: center; display: grid; gap: 58px; grid-template-columns: 0.9fr 1.1fr; margin: 0 auto; max-width: 1240px; }
#craft-section .craft-media { display: grid; gap: 18px; grid-template-columns: 1fr 0.78fr; }
#craft-section .craft-figure { border-radius: 34px; overflow: hidden; position: relative; transform: translateX(-38px); opacity: 0; transition: 0.7s ease; }
#craft-section .craft-figure:nth-child(2) { margin-top: 70px; transform: translateX(38px); }
#craft-section.is-active .craft-figure { opacity: 1; transform: translateX(0); }
#craft-section .craft-figure img { aspect-ratio: 3 / 4; height: 100%; object-fit: cover; width: 100%; }
#craft-section .craft-content { background: linear-gradient( 145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.03) ); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 38px; padding: 46px; position: relative; }
#craft-section .craft-content::before { background: #b90f1d; border-radius: 999px; content: ""; height: 120px; position: absolute; right: 34px; top: -36px; width: 120px; z-index: -1; }
#craft-section .craft-subtitle { color: #fbcc72; font-size: 14px; font-weight: 900; letter-spacing: 3px; margin-bottom: 12px; text-transform: uppercase; }
#craft-section h2 { font-size: clamp(30px, 4vw, 52px); font-weight: 900; line-height: 1.22; margin-bottom: 18px; }
#craft-section .craft-text { color: #d4c7ba; font-size: 17px; margin-bottom: 26px; }
#craft-section .craft-list { display: grid; gap: 14px; }
#craft-section .craft-item { align-items: flex-start; background: rgba(255, 255, 255, 0.06); border-radius: 18px; display: flex; gap: 14px; padding: 16px 18px; transition: 0.35s ease; }
#craft-section .craft-item:hover { background: rgba(255, 255, 255, 0.1); transform: translateX(6px); }
#craft-section .craft-dot { background: #fbcc72; border-radius: 999px; flex: 0 0 auto; height: 9px; margin-top: 11px; width: 9px; }
#craft-section .craft-item p { color: #eadcca; font-size: 15px; }

#style-section { background: linear-gradient(180deg, #f4efe8 0%, #fffaf4 100%); color: #171717; padding: 106px 6%; }
#style-section .style-content { align-items: end; display: flex; gap: 32px; justify-content: space-between; margin: 0 auto 42px; max-width: 1240px; }
#style-section .style-subtitle { color: #b90f1d; font-size: 14px; font-weight: 900; letter-spacing: 3px; margin-bottom: 12px; text-transform: uppercase; }
#style-section h2 { font-size: clamp(30px, 4vw, 50px); font-weight: 900; line-height: 1.22; max-width: 680px; }
#style-section .style-text { color: #6a5d52; max-width: 420px; }
#style-section .style-grid { display: grid; gap: 24px; grid-template-columns: repeat(2, 1fr); margin: 0 auto; max-width: 1240px; }
#style-section .style-item { background: #15171e; border-radius: 36px; color: #fff; min-height: 460px; overflow: hidden; position: relative; transform: scale(0.96); opacity: 0; transition: 0.65s ease; }
#style-section.is-active .style-item { opacity: 1; transform: scale(1); }
#style-section.is-active .style-item:nth-child(2) { transition-delay: 0.12s; }
#style-section .style-item img { height: 100%; inset: 0; object-fit: cover; opacity: 0.74; position: absolute; transition: 0.5s ease; width: 100%; }
#style-section .style-item:hover img { opacity: 0.48; transform: scale(1.06); }
#style-section .style-item::after { background: linear-gradient( 180deg, transparent 10%, rgba(0, 0, 0, 0.78) 100% ); content: ""; inset: 0; position: absolute; }
#style-section .style-panel { bottom: 0; left: 0; padding: 34px; position: absolute; right: 0; z-index: 1; }
#style-section .style-label { background: #b90f1d; border-radius: 999px; color: #fff; display: inline-block; font-size: 13px; font-weight: 900; margin-bottom: 14px; padding: 6px 14px; }
#style-section h3 { font-size: 30px; font-weight: 900; margin-bottom: 8px; }
#style-section .style-panel p { color: #e7d7c5; }

#spec-section { background: #0f1117; color: #fff; padding: 112px 6%; }
#spec-section .spec-grid { display: grid; gap: 48px; grid-template-columns: 0.92fr 1.08fr; margin: 0 auto; max-width: 1240px; }
#spec-section .spec-content { position: sticky; top: 118px; }
#spec-section .spec-subtitle { color: #fbcc72; font-size: 14px; font-weight: 900; letter-spacing: 3px; margin-bottom: 12px; text-transform: uppercase; }
#spec-section h2 { font-size: clamp(30px, 4vw, 52px); font-weight: 900; line-height: 1.2; margin-bottom: 18px; }
#spec-section .spec-text { color: #d7cabb; font-size: 17px; }
#spec-section .spec-list { display: grid; gap: 18px; }
#spec-section .spec-item { background: linear-gradient( 145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.03) ); border: 1px solid rgba(255, 255, 255, 0.11); border-radius: 28px; padding: 28px; transform: translateY(34px); opacity: 0; transition: 0.65s ease; }
#spec-section.is-active .spec-item { opacity: 1; transform: translateY(0); }
#spec-section.is-active .spec-item:nth-child(2) { transition-delay: 0.08s; }
#spec-section.is-active .spec-item:nth-child(3) { transition-delay: 0.16s; }
#spec-section h3 { color: #fbcc72; font-size: 22px; font-weight: 900; margin-bottom: 12px; }
#spec-section .spec-item p { color: #eadfce; }
#spec-section .tag-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }
#spec-section .tag-item { background: rgba(185, 15, 29, 0.28); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 999px; color: #fff; font-size: 14px; font-weight: 800; padding: 7px 13px; }

#fit-section { background: #f4efe8; color: #171717; padding: 104px 6%; }
#fit-section .fit-content { margin: 0 auto 40px; max-width: 860px; text-align: center; }
#fit-section .fit-subtitle { color: #b90f1d; font-size: 14px; font-weight: 900; letter-spacing: 3px; margin-bottom: 12px; text-transform: uppercase; }
#fit-section h2 { font-size: clamp(30px, 4vw, 50px); font-weight: 900; line-height: 1.22; margin-bottom: 16px; }
#fit-section .fit-text { color: #64594f; font-size: 17px; }
#fit-section .fit-grid { display: grid; gap: 14px; grid-template-columns: repeat(5, 1fr); margin: 0 auto; max-width: 1100px; }
#fit-section .fit-item { align-items: center; background: #fffaf4; border: 1px solid rgba(22, 22, 22, 0.08); border-radius: 22px; box-shadow: 0 14px 32px rgba(53, 39, 28, 0.07); color: #171717; display: flex; font-size: 17px; font-weight: 900; justify-content: center; min-height: 88px; overflow: hidden; position: relative; transform: translateY(30px); opacity: 0; transition: 0.55s ease; }
#fit-section .fit-item::before { background: linear-gradient( 135deg, rgba(185, 15, 29, 0.14), rgba(251, 204, 114, 0.22) ); content: ""; inset: 0; opacity: 0; position: absolute; transition: 0.35s ease; }
#fit-section .fit-item:hover::before { opacity: 1; }
#fit-section .fit-item span { position: relative; z-index: 1; }
#fit-section.is-active .fit-item { opacity: 1; transform: translateY(0); }
#fit-section.is-active .fit-item:nth-child(2) { transition-delay: 0.04s; }
#fit-section.is-active .fit-item:nth-child(3) { transition-delay: 0.08s; }
#fit-section.is-active .fit-item:nth-child(4) { transition-delay: 0.12s; }
#fit-section.is-active .fit-item:nth-child(5) { transition-delay: 0.16s; }
#fit-section.is-active .fit-item:nth-child(6) { transition-delay: 0.2s; }
#fit-section.is-active .fit-item:nth-child(7) { transition-delay: 0.24s; }
#fit-section.is-active .fit-item:nth-child(8) { transition-delay: 0.28s; }
#fit-section.is-active .fit-item:nth-child(9) { transition-delay: 0.32s; }
#fit-section.is-active .fit-item:nth-child(10) { transition-delay: 0.36s; }

#gallery-section { background: #15171e; color: #fff; padding: 112px 6%; }
#gallery-section .gallery-content { align-items: center; display: grid; gap: 40px; grid-template-columns: 0.85fr 1.15fr; margin: 0 auto; max-width: 1240px; }
#gallery-section .gallery-subtitle { color: #fbcc72; font-size: 14px; font-weight: 900; letter-spacing: 3px; margin-bottom: 12px; text-transform: uppercase; }
#gallery-section h2 { font-size: clamp(30px, 4vw, 52px); font-weight: 900; line-height: 1.22; margin-bottom: 18px; }
#gallery-section .gallery-text { color: #d5c7b8; font-size: 17px; margin-bottom: 28px; }
#gallery-section .gallery-link { border: 1px solid rgba(255, 255, 255, 0.16); border-radius: 999px; color: #fff; display: inline-flex; font-weight: 900; padding: 13px 22px; transition: 0.35s ease; }
#gallery-section .gallery-link:hover { background: #b90f1d; border-color: #b90f1d; transform: translateY(-4px); }
#gallery-section .gallery-grid { display: grid; gap: 18px; grid-template-columns: 1fr 1fr; }
#gallery-section .gallery-figure { border-radius: 30px; overflow: hidden; position: relative; transform: translateY(38px); opacity: 0; transition: 0.65s ease; }
#gallery-section .gallery-figure:nth-child(1) { grid-row: span 2; }
#gallery-section.is-active .gallery-figure { opacity: 1; transform: translateY(0); }
#gallery-section.is-active .gallery-figure:nth-child(2) { transition-delay: 0.1s; }
#gallery-section.is-active .gallery-figure:nth-child(3) { transition-delay: 0.2s; }
#gallery-section .gallery-figure img { height: 100%; min-height: 240px; object-fit: cover; transition: 0.5s ease; width: 100%; }
#gallery-section .gallery-figure:hover img { transform: scale(1.08); }

#cta-section { background: radial-gradient( circle at 50% 0%, rgba(185, 15, 29, 0.36), transparent 38% ), linear-gradient(135deg, #0b0c10, #181b24); color: #fff; padding: 104px 6%; text-align: center; }
#cta-section .cta-content { margin: 0 auto; max-width: 880px; }
#cta-section .cta-subtitle { color: #fbcc72; font-size: 14px; font-weight: 900; letter-spacing: 3px; margin-bottom: 12px; text-transform: uppercase; }
#cta-section h2 { font-size: clamp(32px, 5vw, 64px); font-weight: 900; line-height: 1.18; margin-bottom: 18px; }
#cta-section .cta-text { color: #ddcfc0; font-size: 18px; margin: 0 auto 32px; max-width: 680px; }
#cta-section .cta-link { background: linear-gradient(135deg, #fbcc72, #b90f1d); border-radius: 999px; box-shadow: 0 20px 54px rgba(185, 15, 29, 0.35); color: #111; display: inline-flex; font-weight: 900; padding: 16px 32px; transition: 0.35s ease; }
#cta-section .cta-link:hover { box-shadow: 0 26px 66px rgba(185, 15, 29, 0.52); transform: translateY(-5px); }

footer { background: #090a0e; border-top: 1px solid rgba(255, 255, 255, 0.08); color: #a99c90; padding: 32px 6%; }
footer .footer-content { align-items: center; display: flex; gap: 18px; justify-content: space-between; margin: 0 auto; max-width: 1240px; }
footer .footer-brand { color: #fff; font-size: 18px; font-weight: 900; letter-spacing: 1px; }
footer .footer-links { display: flex; flex-wrap: wrap; gap: 8px; }
footer .footer-links a { border-radius: 999px; color: #bdb0a4; font-size: 14px; font-weight: 700; padding: 8px 12px; transition: 0.3s ease; }
footer .footer-links a:hover { background: rgba(255, 255, 255, 0.08); color: #fff; }

@media (max-width: 1280px) {
	header { padding: 16px 5%; }
	#hero-section { padding: 142px 5% 86px; }
	#feature-section { padding: 96px 5%; }
	#craft-section { padding: 100px 5%; }
	#style-section { padding: 96px 5%; }
	#spec-section { padding: 100px 5%; }
	#fit-section { padding: 96px 5%; }
	#gallery-section { padding: 100px 5%; }
	#cta-section { padding: 96px 5%; }
	footer { padding: 30px 5%; }
}
@media (max-width: 960px) {
	header { align-items: flex-start; flex-direction: column; gap: 14px; }
	header nav { overflow-x: auto; padding-bottom: 2px; width: 100%; }
	header nav a { flex: 0 0 auto; }
	#hero-section { padding-top: 182px; }
	#hero-section .hero-grid { grid-template-columns: 1fr; }
	#hero-section .hero-badge { left: 20px; }
	#feature-section .feature-grid { grid-template-columns: repeat(2, 1fr); }
	#craft-section .craft-grid { grid-template-columns: 1fr; }
	#style-section .style-content { align-items: flex-start; flex-direction: column; }
	#spec-section .spec-grid { grid-template-columns: 1fr; }
	#spec-section .spec-content { position: static; }
	#fit-section .fit-grid { grid-template-columns: repeat(3, 1fr); }
	#gallery-section .gallery-content { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
	header h1 { font-size: 18px; }
	header .brand-mark { border-radius: 15px; height: 42px; width: 42px; }
	#hero-section { padding-bottom: 72px; }
	#hero-section h2 { letter-spacing: -1px; }
	#hero-section .hero-text { font-size: 16px; }
	#feature-section .feature-grid { grid-template-columns: 1fr; }
	#craft-section .craft-media { grid-template-columns: 1fr; }
	#craft-section .craft-figure:nth-child(2) { margin-top: 0; }
	#craft-section .craft-content { padding: 32px; }
	#style-section .style-grid { grid-template-columns: 1fr; }
	#style-section .style-item { min-height: 390px; }
	#fit-section .fit-grid { grid-template-columns: repeat(2, 1fr); }
	#gallery-section .gallery-grid { grid-template-columns: 1fr; }
	#gallery-section .gallery-figure:nth-child(1) { grid-row: auto; }
	footer .footer-content { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 500px) {
	header { padding: 14px 4%; }
	header nav a { font-size: 13px; padding: 8px 12px; }
	#hero-section { padding: 180px 4% 64px; }
	#hero-section .hero-actions { align-items: stretch; flex-direction: column; }
	#hero-section .hero-link-primary { text-align: center; }
	#hero-section .hero-link-secondary { text-align: center; }
	#hero-section .hero-badge { bottom: 18px; left: 16px; padding: 14px 16px; }
	#feature-section { padding: 78px 4%; }
	#craft-section { padding: 82px 4%; }
	#craft-section .craft-content { border-radius: 28px; padding: 26px; }
	#style-section { padding: 78px 4%; }
	#style-section .style-panel { padding: 26px; }
	#style-section h3 { font-size: 25px; }
	#spec-section { padding: 82px 4%; }
	#spec-section .spec-item { padding: 24px; }
	#fit-section { padding: 78px 4%; }
	#fit-section .fit-grid { grid-template-columns: 1fr; }
	#gallery-section { padding: 82px 4%; }
	#cta-section { padding: 82px 4%; }
	footer { padding: 28px 4%; }
}
