* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body { margin: 0; font-family: "Noto Sans TC", sans-serif; color: #3b2b1f; background: #fffaf1; line-height: 1.7; overflow-x: hidden; }

a { color: inherit; text-decoration: none; }

img { display: block; width: 100%; height: auto; }

header { position: fixed; top: 0; left: 0; width: 100%; z-index: 50; background: rgba(255, 250, 241, 0.9); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(116, 74, 35, 0.12); transition: box-shadow 0.3s ease, background 0.3s ease; }
header.is-active { background: rgba(255, 250, 241, 0.98); box-shadow: 0 14px 36px rgba(80, 48, 20, 0.1); }
header .header-inner { max-width: 1180px; margin: 0 auto; padding: 18px 5%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
header h1 { margin: 0; font-size: 24px; letter-spacing: 0.08em; font-weight: 900; color: #6b3f16; }
header .header-nav { display: flex; align-items: center; gap: 22px; font-size: 15px; color: #5f4631; font-weight: 600; }
header .header-nav a { position: relative; padding: 4px 0; }
header .header-nav a::after { content: ""; position: absolute; left: 0; bottom: -2px; width: 0; height: 2px; background: #c88b2f; transition: width 0.28s ease; }
header .header-nav a:hover::after { width: 100%; }
header .header-action { display: inline-flex; align-items: center; justify-content: center; padding: 10px 18px; border-radius: 999px; background: #7b481a; color: #fff; font-weight: 800; box-shadow: 0 10px 24px rgba(123, 72, 26, 0.22); transition: transform 0.25s ease, background 0.25s ease; }
header .header-action:hover { transform: translateY(-2px); background: #9b5b20; }

main { padding-top: 76px; }

.reveal-item { opacity: 0; transform: translateY(36px); transition: opacity 0.72s ease, transform 0.72s ease; }
.reveal-item.is-active { opacity: 1; transform: translateY(0); }

#hero-section { position: relative; min-height: 760px; padding: 96px 5% 84px; overflow: hidden; background: radial-gradient(circle at 18% 22%, rgba(255, 219, 126, 0.54), transparent 32%), linear-gradient(135deg, #fff5df 0%, #fffaf1 48%, #f7dfae 100%); }
#hero-section::before { content: ""; position: absolute; inset: auto -120px -180px auto; width: 520px; height: 520px; border-radius: 50%; background: rgba(184, 116, 38, 0.16); filter: blur(4px); }
#hero-section::after { content: ""; position: absolute; top: 110px; right: 8%; width: 120px; height: 120px; border-radius: 32px; background: rgba(255, 255, 255, 0.45); transform: rotate(18deg); }
#hero-section .hero-grid { position: relative; max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: 1fr 0.92fr; align-items: center; gap: 58px; z-index: 1; }
#hero-section .hero-kicker { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; padding: 8px 16px; border-radius: 999px; background: rgba(123, 72, 26, 0.1); color: #7b481a; font-weight: 800; letter-spacing: 0.08em; }
#hero-section .hero-title { margin: 0 0 22px; font-size: 64px; line-height: 1.12; letter-spacing: -0.03em; font-weight: 900; color: #3c2515; }
#hero-section .hero-title span { color: #b67820; }
#hero-section .hero-text { max-width: 620px; margin: 0 0 32px; font-size: 19px; color: #6b5643; }
#hero-section .hero-action { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
#hero-section .hero-action a { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 24px; border-radius: 999px; font-weight: 800; transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease; }
#hero-section .hero-action-primary { background: #7b481a; color: #fff; box-shadow: 0 14px 32px rgba(123, 72, 26, 0.24); }
#hero-section .hero-action-secondary { background: rgba(255, 255, 255, 0.62); color: #6b3f16; border: 1px solid rgba(123, 72, 26, 0.18); }
#hero-section .hero-action a:hover { transform: translateY(-3px); box-shadow: 0 18px 36px rgba(123, 72, 26, 0.18); }
#hero-section .hero-media { position: relative; min-height: 520px; }
#hero-section .hero-image { position: absolute; right: 0; top: 18px; width: 86%; overflow: hidden; border-radius: 44px; box-shadow: 0 26px 70px rgba(81, 47, 18, 0.2); transform: rotate(2deg); }
#hero-section .hero-image img { height: 540px; object-fit: cover; }
#hero-section .hero-card { position: absolute; left: 0; bottom: 42px; width: 250px; padding: 24px; border-radius: 28px; background: rgba(255, 255, 255, 0.86); box-shadow: 0 18px 42px rgba(95, 55, 18, 0.15); backdrop-filter: blur(12px); }
#hero-section .hero-card-title { margin: 0 0 8px; font-size: 32px; line-height: 1; font-weight: 900; color: #a16219; }
#hero-section .hero-card-text { margin: 0; color: #6b5643; font-weight: 600; }
#hero-section .hero-badge { position: absolute; top: 0; left: 16px; width: 110px; height: 110px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: #c88b2f; color: #fff; font-weight: 900; text-align: center; box-shadow: 0 16px 36px rgba(200, 139, 47, 0.32); animation: float-badge 3.8s ease-in-out infinite; z-index: 2; }

#season-section { padding: 100px 5%; background: #fffaf1; }
#season-section .season-content { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: 0.76fr 1fr; gap: 46px; align-items: start; }
#season-section .season-left { position: sticky; top: 112px; padding: 34px; border-radius: 34px; background: #3d2a1e; color: #fff; overflow: hidden; }
#season-section .season-left::after { content: ""; position: absolute; right: -80px; bottom: -100px; width: 230px; height: 230px; border-radius: 50%; background: rgba(255, 205, 110, 0.24); }
#season-section .season-subtitle { margin: 0 0 14px; color: #ffd784; font-weight: 800; letter-spacing: 0.12em; }
#season-section h2 { margin: 0 0 18px; font-size: 42px; line-height: 1.18; letter-spacing: -0.02em; }
#season-section .season-text { margin: 0; color: rgba(255, 255, 255, 0.78); }
#season-section .season-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; align-items: stretch; }
#season-section .season-item { position: relative; min-height: 260px; padding: 28px; border-radius: 30px; overflow: hidden; background: linear-gradient(135deg, #ffffff 0%, #fff4dc 100%); box-shadow: 0 14px 40px rgba(95, 55, 18, 0.08); transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; justify-content: space-between; }
#season-section .season-item:hover { transform: translateY(-6px); box-shadow: 0 20px 48px rgba(95, 55, 18, 0.13); }
#season-section .season-item img { position: relative; right: auto; bottom: auto; width: 100%; height: 160px; margin-top: 24px; object-fit: cover; border-radius: 22px; opacity: 1; }
#season-section .season-item-title { position: relative; margin: 0 0 10px; font-size: 24px; font-weight: 900; color: #6b3f16; z-index: 1; }
#season-section .season-item-text { position: relative; max-width: 100%; margin: 0; color: #6b5643; z-index: 1; }

#gift-section { padding: 108px 5%; background: linear-gradient(180deg, #fffaf1 0%, #fff2d4 100%); }
#gift-section .gift-content { max-width: 1180px; margin: 0 auto; }
#gift-section .gift-title { max-width: 760px; margin: 0 auto 16px; text-align: center; font-size: 44px; line-height: 1.22; color: #3c2515; }
#gift-section .gift-subtitle { max-width: 760px; margin: 0 auto 48px; text-align: center; font-size: 18px; color: #6b5643; }
#gift-section .gift-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
#gift-section .gift-item { overflow: hidden; border-radius: 34px; background: rgba(255, 255, 255, 0.78); border: 1px solid rgba(123, 72, 26, 0.1); box-shadow: 0 16px 42px rgba(95, 55, 18, 0.08); transition: transform 0.3s ease, box-shadow 0.3s ease; }
#gift-section .gift-item:hover { transform: translateY(-8px); box-shadow: 0 26px 54px rgba(95, 55, 18, 0.15); }
#gift-section .gift-image { margin: 0; height: 240px; overflow: hidden; }
#gift-section .gift-image img { height: 100%; object-fit: cover; transition: transform 0.6s ease; }
#gift-section .gift-item:hover .gift-image img { transform: scale(1.08); }
#gift-section .gift-info { padding: 26px; }
#gift-section .gift-tag { display: inline-flex; margin-bottom: 12px; padding: 5px 12px; border-radius: 999px; background: #f4dfb5; color: #7b481a; font-size: 13px; font-weight: 800; }
#gift-section .gift-item-title { margin: 0 0 10px; font-size: 23px; color: #3c2515; }
#gift-section .gift-item-text { margin: 0 0 18px; color: #6b5643; }
#gift-section .gift-list { margin: 0; padding: 0; list-style: none; display: grid; gap: 8px; color: #5f4631; font-weight: 600; }
#gift-section .gift-list li { position: relative; padding-left: 20px; }
#gift-section .gift-list li::before { content: ""; position: absolute; left: 0; top: 12px; width: 7px; height: 7px; border-radius: 50%; background: #c88b2f; }

#advantage-section { padding: 112px 5%; background: #3d2a1e; color: #fff; overflow: hidden; }
#advantage-section .advantage-content { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 56px; align-items: center; }
#advantage-section .advantage-media { position: relative; }
#advantage-section .advantage-image { overflow: hidden; margin: 0; border-radius: 42px; box-shadow: 0 26px 70px rgba(0, 0, 0, 0.28); }
#advantage-section .advantage-image img { height: 560px; object-fit: cover; }
#advantage-section .advantage-note { position: absolute; right: -18px; bottom: 34px; width: 245px; padding: 24px; border-radius: 28px; background: #fffaf1; color: #3c2515; box-shadow: 0 18px 46px rgba(0, 0, 0, 0.2); }
#advantage-section .advantage-note-title { margin: 0 0 6px; font-size: 24px; font-weight: 900; color: #a16219; }
#advantage-section .advantage-note-text { margin: 0; color: #6b5643; }
#advantage-section h2 { margin: 0 0 18px; font-size: 44px; line-height: 1.2; }
#advantage-section .advantage-subtitle { margin: 0 0 34px; color: rgba(255, 255, 255, 0.76); font-size: 18px; }
#advantage-section .advantage-list { display: grid; gap: 16px; }
#advantage-section .advantage-item { display: grid; grid-template-columns: 54px 1fr; gap: 18px; align-items: start; padding: 22px; border-radius: 26px; background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.12); transition: transform 0.28s ease, background 0.28s ease; }
#advantage-section .advantage-item:hover { transform: translateX(8px); background: rgba(255, 255, 255, 0.12); }
#advantage-section .advantage-icon { width: 54px; height: 54px; display: flex; align-items: center; justify-content: center; border-radius: 18px; background: #c88b2f; font-size: 24px; }
#advantage-section .advantage-title { margin: 0 0 6px; font-size: 21px; color: #ffe6ad; }
#advantage-section .advantage-text { margin: 0; color: rgba(255, 255, 255, 0.74); }

#process-section { padding: 108px 5%; background: #fffaf1; }
#process-section .process-content { max-width: 1180px; margin: 0 auto; }
#process-section .process-title { margin: 0 0 12px; text-align: center; font-size: 44px; color: #3c2515; }
#process-section .process-subtitle { max-width: 720px; margin: 0 auto 48px; text-align: center; color: #6b5643; font-size: 18px; }
#process-section .process-list { position: relative; display: grid; gap: 18px; }
#process-section .process-list::before { content: ""; position: absolute; left: 44px; top: 30px; bottom: 30px; width: 2px; background: linear-gradient(180deg, #c88b2f, rgba(200, 139, 47, 0)); }
#process-section .process-item { position: relative; display: grid; grid-template-columns: 88px 1fr 280px; gap: 24px; align-items: center; padding: 22px; border-radius: 30px; background: #fff; box-shadow: 0 12px 32px rgba(95, 55, 18, 0.07); }
#process-section .process-number { position: relative; z-index: 1; width: 88px; height: 88px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: #7b481a; color: #fff; font-size: 28px; font-weight: 900; box-shadow: 0 14px 30px rgba(123, 72, 26, 0.22); }
#process-section .process-item-title { margin: 0 0 8px; font-size: 24px; color: #3c2515; }
#process-section .process-text { margin: 0; color: #6b5643; }
#process-section .process-image { height: 150px; overflow: hidden; border-radius: 24px; }
#process-section .process-image img { height: 100%; object-fit: cover; }

#selection-section { padding: 112px 5%; background: linear-gradient(135deg, #f8e8c4 0%, #fffaf1 48%, #f6d996 100%); }
#selection-section .selection-content { max-width: 1180px; margin: 0 auto; }
#selection-section .selection-header { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 40px; }
#selection-section h2 { max-width: 560px; margin: 0; font-size: 44px; line-height: 1.22; color: #3c2515; }
#selection-section .selection-text { max-width: 430px; margin: 0; color: #6b5643; }
#selection-section .selection-grid { display: grid; grid-template-columns: 1.2fr 0.8fr 0.8fr; gap: 20px; }
#selection-section .selection-item { position: relative; min-height: 330px; overflow: hidden; border-radius: 36px; background: #fff; box-shadow: 0 18px 46px rgba(95, 55, 18, 0.1); }
#selection-section .selection-item:first-child { grid-row: span 2; }
#selection-section .selection-item img { position: absolute; inset: 0; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
#selection-section .selection-item:hover img { transform: scale(1.08); }
#selection-section .selection-overlay { position: absolute; inset: auto 0 0; padding: 26px; background: linear-gradient(180deg, transparent 0%, rgba(28, 18, 10, 0.82) 100%); color: #fff; }
#selection-section .selection-item-title { margin: 0 0 8px; font-size: 24px; }
#selection-section .selection-item-text { margin: 0; color: rgba(255, 255, 255, 0.8); }

#faq-section { padding: 108px 5%; background: #fffaf1; }
#faq-section .faq-content { max-width: 960px; margin: 0 auto; }
#faq-section h2 { margin: 0 0 14px; text-align: center; font-size: 44px; color: #3c2515; }
#faq-section .faq-subtitle { margin: 0 auto 42px; text-align: center; color: #6b5643; font-size: 18px; }
#faq-section .faq-list { display: grid; gap: 14px; }
#faq-section .faq-item { overflow: hidden; border-radius: 24px; background: #fff; border: 1px solid rgba(123, 72, 26, 0.1); box-shadow: 0 10px 26px rgba(95, 55, 18, 0.06); }
#faq-section .faq-title { width: 100%; min-height: 74px; margin: 0; padding: 20px 24px; display: flex; align-items: center; justify-content: space-between; gap: 18px; font-size: 20px; line-height: 1.45; cursor: pointer; color: #3c2515; user-select: none; }
#faq-section .faq-title::after { display: none; content: none; }
#faq-section .faq-icon { flex: 0 0 34px; width: 34px; height: 34px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: #f4dfb5; transition: transform 0.25s ease, background 0.25s ease; }
#faq-section .faq-icon::before { content: ""; width: 10px; height: 10px; margin-top: -4px; border-right: 2px solid #7b481a; border-bottom: 2px solid #7b481a; transform: rotate(45deg); transition: border-color 0.25s ease; }
#faq-section .faq-item.is-open .faq-icon { background: #7b481a; transform: rotate(180deg); }
#faq-section .faq-item.is-open .faq-icon::before { border-color: #fff; }
#faq-section .faq-text { max-height: 0; margin: 0; padding: 0 24px; color: #6b5643; overflow: hidden; opacity: 0; transition: max-height 0.35s ease, padding 0.35s ease, opacity 0.25s ease; }
#faq-section .faq-item.is-open .faq-text { max-height: 240px; padding: 0 24px 24px; opacity: 1; }


#cta-section { padding: 96px 5%; background: #7b481a; color: #fff; }
#cta-section .cta-content { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: center; }
#cta-section h2 { margin: 0 0 12px; font-size: 42px; line-height: 1.22; }
#cta-section .cta-text { max-width: 680px; margin: 0; color: rgba(255, 255, 255, 0.78); font-size: 18px; }
#cta-section .cta-action { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 28px; border-radius: 999px; background: #fffaf1; color: #7b481a; font-weight: 900; box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18); transition: transform 0.25s ease, box-shadow 0.25s ease; }
#cta-section .cta-action:hover { transform: translateY(-3px); box-shadow: 0 22px 42px rgba(0, 0, 0, 0.22); }

footer { padding: 54px 5%; background: #2b1d15; color: rgba(255, 255, 255, 0.72); }
footer .footer-content { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; }
footer .footer-title { margin: 0 0 8px; font-size: 22px; font-weight: 900; color: #ffe6ad; letter-spacing: 0.08em; }
footer .footer-text { margin: 0; }
footer .footer-nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 16px; font-weight: 700; }
footer .footer-nav a { transition: color 0.25s ease; }
footer .footer-nav a:hover { color: #ffe6ad; }

@keyframes float-badge {
	0% { transform: translateY(0) rotate(-8deg); }
	50% { transform: translateY(-14px) rotate(-4deg); }
	100% { transform: translateY(0) rotate(-8deg); }
}

@media (max-width: 1280px) {
	#hero-section .hero-title { font-size: 58px; }
	#hero-section .hero-grid { gap: 40px; }
	#selection-section .selection-grid { grid-template-columns: 1fr 1fr; }
	#selection-section .selection-item:first-child { grid-row: span 1; }
}
@media (max-width: 960px) {
	header .header-nav { display: none; }
	#hero-section { min-height: auto; padding: 82px 5% 72px; }
	#hero-section .hero-grid { grid-template-columns: 1fr; }
	#hero-section .hero-media { min-height: 500px; }
	#season-section .season-content { grid-template-columns: 1fr; }
	#season-section .season-left { position: relative; top: auto; }
	#gift-section .gift-grid { grid-template-columns: 1fr 1fr; }
	#advantage-section .advantage-content { grid-template-columns: 1fr; }
	#process-section .process-item { grid-template-columns: 88px 1fr; }
	#process-section .process-image { grid-column: 2; }
	#selection-section .selection-header { display: grid; }
	#cta-section .cta-content { grid-template-columns: 1fr; }
	footer .footer-content { grid-template-columns: 1fr; }
	footer .footer-nav { justify-content: flex-start; }
}
@media (max-width: 768px) {
	header .header-inner { padding: 14px 5%; }
	header h1 { font-size: 20px; }
	header .header-action { padding: 8px 14px; font-size: 14px; }
	main { padding-top: 62px; }
	#hero-section .hero-title { font-size: 44px; }
	#hero-section .hero-text { font-size: 17px; }
	#hero-section .hero-media { min-height: 420px; }
	#hero-section .hero-image { width: 92%; }
	#hero-section .hero-image img { height: 420px; }
	#hero-section .hero-card { width: 220px; bottom: 16px; }
	#season-section h2 { font-size: 34px; }
    #season-section .season-grid { grid-template-columns: 1fr; }
    #season-section .season-item { min-height: auto; }
    #season-section .season-item img { height: 190px; }
	#gift-section .gift-title { font-size: 34px; }
	#gift-section .gift-grid { grid-template-columns: 1fr; }
	#advantage-section h2 { font-size: 34px; }
	#advantage-section .advantage-image img { height: 420px; }
	#advantage-section .advantage-note { position: relative; right: auto; bottom: auto; width: 100%; margin-top: 16px; }
	#process-section .process-title { font-size: 34px; }
	#process-section .process-list::before { display: none; }
	#process-section .process-item { grid-template-columns: 1fr; }
	#process-section .process-number { width: 70px; height: 70px; }
	#process-section .process-image { grid-column: auto; }
	#selection-section h2 { font-size: 34px; }
	#selection-section .selection-grid { grid-template-columns: 1fr; }
	#faq-section h2 { font-size: 34px; }
	#cta-section h2 { font-size: 34px; }
}
@media (max-width: 500px) {
	#hero-section { padding: 58px 5% 56px; }
	#hero-section .hero-title { font-size: 36px; }
	#hero-section .hero-action { align-items: stretch; flex-direction: column; }
	#hero-section .hero-action a { width: 100%; }
	#hero-section .hero-badge { width: 92px; height: 92px; font-size: 14px; }
	#hero-section .hero-card { position: relative; left: auto; bottom: auto; width: 100%; margin-top: 16px; }
	#hero-section .hero-media { min-height: auto; }
	#hero-section .hero-image { position: relative; width: 100%; top: auto; transform: rotate(0); }
	#hero-section .hero-image img { height: 330px; }
	#season-section { padding: 72px 5%; }
	#season-section .season-left { padding: 26px; }
	#season-section .season-item { padding: 24px; }
	#season-section .season-item img { height: 170px; margin-top: 18px; }
	#season-section .season-item-text { max-width: 100%; }
	#gift-section { padding: 76px 5%; }
	#advantage-section { padding: 76px 5%; }
	#advantage-section .advantage-item { grid-template-columns: 1fr; }
	#process-section { padding: 76px 5%; }
	#selection-section { padding: 76px 5%; }
	#selection-section .selection-item { min-height: 280px; }
	#faq-section { padding: 76px 5%; }
	#faq-section .faq-title { padding: 18px 20px; gap: 14px; font-size: 18px; }
	#faq-section .faq-icon { flex-basis: 32px; width: 32px; height: 32px; }
	#faq-section .faq-text { padding: 0 20px; }
	#faq-section .faq-item.is-open .faq-text { padding: 0 20px 22px; }
	#cta-section { padding: 72px 5%; }
}