* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body { margin: 0; font-family: "Noto Sans TC", sans-serif; color: #3c2c20; background: #fffaf3; line-height: 1.8; }

a { color: inherit; text-decoration: none; }

img { display: block; width: 100%; height: auto; }

.page-shell { overflow: hidden; }

.section-kicker { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 14px; color: #b66a23; font-size: 14px; font-weight: 700; letter-spacing: 0.14em; }
.section-kicker::before { content: ""; width: 28px; height: 1px; background: #d8a15c; }

.reveal-block { opacity: 0; transform: translateY(36px); transition: opacity 0.8s ease, transform 0.8s ease; }
.reveal-block.is-active { opacity: 1; transform: translateY(0); }

header { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 18px 6%; background: rgba(255, 250, 243, 0.9); border-bottom: 1px solid rgba(124, 79, 35, 0.12); backdrop-filter: blur(16px); }
header .header-brand { display: flex; align-items: center; gap: 12px; min-width: 210px; }
header .brand-mark { display: grid; place-items: center; width: 46px; height: 46px; color: #fff; font-size: 18px; font-weight: 900; border-radius: 50%; background: linear-gradient(135deg, #8c4b24, #d99a4f); box-shadow: 0 12px 26px rgba(140, 75, 36, 0.25); }
header h1 { margin: 0; font-size: 21px; font-weight: 900; letter-spacing: 0.04em; }
header .header-subtitle { display: block; margin-top: -4px; color: #90613c; font-size: 12px; font-weight: 500; letter-spacing: 0.12em; }
header nav { display: flex; align-items: center; justify-content: flex-end; gap: 24px; font-size: 14px; font-weight: 700; color: #5b3c26; }
header nav a { position: relative; padding: 8px 0; transition: color 0.3s ease; }
header nav a::after { content: ""; position: absolute; left: 0; bottom: 2px; width: 0; height: 2px; background: #c97b32; transition: width 0.3s ease; }
header nav a:hover { color: #b45f21; }
header nav a:hover::after { width: 100%; }

#hero-section { position: relative; min-height: 760px; display: grid; grid-template-columns: 1.05fr 0.95fr; align-items: center; gap: 48px; padding: 84px 6% 92px; background: radial-gradient(circle at top left, rgba(255, 219, 160, 0.7), transparent 34%), linear-gradient(135deg, #fff7e9 0%, #fff 56%, #f4dcc1 100%); }
#hero-section::before { content: ""; position: absolute; right: -90px; top: 120px; width: 360px; height: 360px; border-radius: 50%; background: rgba(204, 133, 54, 0.12); }
#hero-section .hero-content { position: relative; z-index: 1; max-width: 720px; }
#hero-section .hero-label { display: inline-flex; align-items: center; gap: 10px; padding: 9px 16px; margin-bottom: 22px; color: #7b431f; font-size: 14px; font-weight: 700; letter-spacing: 0.08em; border: 1px solid rgba(171, 100, 39, 0.24); border-radius: 999px; background: rgba(255, 255, 255, 0.62); box-shadow: 0 16px 40px rgba(116, 70, 31, 0.08); }
#hero-section .hero-title { margin: 0; font-size: clamp(38px, 5.3vw, 78px); font-weight: 900; line-height: 1.13; letter-spacing: -0.04em; color: #332014; }
#hero-section .hero-highlight { color: #bd681f; }
#hero-section .hero-text { max-width: 620px; margin: 26px 0 34px; color: #66462d; font-size: 18px; }
#hero-section .hero-action-list { display: flex; flex-wrap: wrap; gap: 14px; }
#hero-section .hero-action-item { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; font-weight: 800; border-radius: 999px; transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease; }
#hero-section .hero-action-item:first-child { color: #fff; background: #8f4d25; box-shadow: 0 18px 36px rgba(143, 77, 37, 0.26); }
#hero-section .hero-action-item:last-child { color: #6e421f; background: rgba(255, 255, 255, 0.72); border: 1px solid rgba(143, 77, 37, 0.18); }
#hero-section .hero-action-item:hover { transform: translateY(-4px); box-shadow: 0 22px 38px rgba(143, 77, 37, 0.2); }
#hero-section .hero-media { position: relative; z-index: 1; }
#hero-section .hero-image-card { position: relative; overflow: hidden; border-radius: 34px; box-shadow: 0 38px 90px rgba(105, 64, 30, 0.24); transform: rotate(2deg); transition: transform 0.8s ease; }
#hero-section .hero-image-card.is-active { transform: rotate(0deg); }
#hero-section .hero-image-card img { aspect-ratio: 4 / 5; object-fit: cover; }
#hero-section .hero-note { position: absolute; left: -30px; bottom: 34px; max-width: 250px; padding: 20px; border-radius: 24px; background: rgba(255, 255, 255, 0.86); box-shadow: 0 24px 54px rgba(70, 45, 24, 0.18); backdrop-filter: blur(12px); }
#hero-section .hero-note-title { margin: 0 0 4px; color: #8a4d27; font-size: 24px; font-weight: 900; }
#hero-section .hero-note-text { margin: 0; color: #60432d; font-size: 14px; }

#feature-section { padding: 96px 6%; background: #fffaf3; }
#feature-section .feature-heading { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 42px; align-items: end; margin-bottom: 42px; }
#feature-section .feature-title { margin: 0; font-size: clamp(30px, 4vw, 52px); line-height: 1.22; letter-spacing: -0.03em; }
#feature-section .feature-text { margin: 0; color: #705139; font-size: 17px; }
#feature-section .feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
#feature-section .feature-item { min-height: 240px; padding: 28px; border-radius: 28px; background: #fff; border: 1px solid rgba(146, 91, 45, 0.12); box-shadow: 0 22px 54px rgba(99, 61, 29, 0.08); transition: transform 0.45s ease, box-shadow 0.45s ease, background 0.45s ease; }
#feature-section .feature-item:hover { transform: translateY(-10px); background: #fff3df; box-shadow: 0 30px 70px rgba(99, 61, 29, 0.13); }
#feature-section .feature-number { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; margin-bottom: 28px; color: #fff; font-weight: 900; border-radius: 18px; background: linear-gradient(135deg, #8f4d25, #d89b52); }
#feature-section .feature-name { margin: 0 0 12px; font-size: 22px; font-weight: 900; }
#feature-section .feature-description { margin: 0; color: #705139; font-size: 15px; }

#media-section { padding: 104px 6%; background: linear-gradient(180deg, #2d1d15 0%, #442b1d 100%); color: #fff8ed; }
#media-section .section-kicker { color: #ffc276; }
#media-section .section-kicker::before { background: #ffc276; }
#media-section .media-top { display: flex; justify-content: space-between; align-items: flex-end; gap: 38px; margin-bottom: 42px; }
#media-section .media-title { max-width: 760px; margin: 0; font-size: clamp(30px, 4vw, 54px); line-height: 1.2; letter-spacing: -0.03em; }
#media-section .media-filter-list { display: flex; gap: 10px; flex-wrap: wrap; }
#media-section .media-filter-item { padding: 9px 15px; color: #ffe6c4; font-size: 14px; font-weight: 700; border: 1px solid rgba(255, 214, 159, 0.26); border-radius: 999px; background: rgba(255, 255, 255, 0.06); }
#media-section .media-grid { display: grid; grid-template-columns: 1.12fr 0.88fr; gap: 24px; }
#media-section .media-item { overflow: hidden; border: 1px solid rgba(255, 224, 185, 0.14); border-radius: 30px; background: rgba(255, 255, 255, 0.06); box-shadow: 0 24px 70px rgba(0, 0, 0, 0.2); transition: transform 0.45s ease, border-color 0.45s ease, background 0.45s ease; }
#media-section .media-item:hover { transform: translateY(-8px); border-color: rgba(255, 196, 119, 0.48); background: rgba(255, 255, 255, 0.1); }
#media-section .media-item:first-child { grid-row: span 2; }
#media-section .media-image img { aspect-ratio: 16 / 10; object-fit: cover; transition: transform 0.6s ease; }
#media-section .media-item:first-child .media-image img { aspect-ratio: 3 / 4; }
#media-section .media-item:hover .media-image img { transform: scale(1.06); }
#media-section .media-content { padding: 26px; }
#media-section .media-meta { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 14px; color: #ffc276; font-size: 13px; font-weight: 700; letter-spacing: 0.06em; }
#media-section .media-name { margin: 0 0 12px; font-size: 24px; line-height: 1.38; }
#media-section .media-text { margin: 0; color: #f1d7b9; font-size: 15px; }
#media-section .media-link { display: inline-flex; margin-top: 18px; color: #ffc276; font-weight: 800; }

#story-section { position: relative; display: grid; grid-template-columns: 0.92fr 1.08fr; gap: 54px; align-items: center; padding: 112px 6%; background: #fff4e4; }
#story-section .story-media { position: relative; }
#story-section .story-image-main { overflow: hidden; border-radius: 38px; box-shadow: 0 32px 80px rgba(117, 72, 34, 0.16); }
#story-section .story-image-main img { aspect-ratio: 4 / 5; object-fit: cover; }
#story-section .story-image-small { position: absolute; right: -34px; bottom: 42px; width: 46%; overflow: hidden; border: 10px solid #fff4e4; border-radius: 28px; box-shadow: 0 22px 54px rgba(74, 45, 24, 0.18); }
#story-section .story-image-small img { aspect-ratio: 1 / 1; object-fit: cover; }
#story-section .story-title { margin: 0; font-size: clamp(30px, 4.1vw, 56px); line-height: 1.18; letter-spacing: -0.03em; }
#story-section .story-text { margin: 24px 0; color: #68492e; font-size: 17px; }
#story-section .story-list { display: grid; gap: 16px; margin-top: 30px; }
#story-section .story-item { display: grid; grid-template-columns: 54px 1fr; gap: 18px; align-items: start; padding: 20px; border-radius: 24px; background: rgba(255, 255, 255, 0.62); border: 1px solid rgba(132, 76, 32, 0.1); transition: transform 0.4s ease, background 0.4s ease; }
#story-section .story-item:hover { transform: translateX(8px); background: #fff; }
#story-section .story-icon { display: grid; place-items: center; width: 54px; height: 54px; color: #fff; font-weight: 900; border-radius: 18px; background: #b86b2c; }
#story-section .story-name { margin: 0 0 4px; font-size: 19px; font-weight: 900; }
#story-section .story-description { margin: 0; color: #705139; font-size: 15px; }

#gift-section { padding: 104px 6%; background: #fffaf3; }
#gift-section .gift-header { max-width: 760px; margin-bottom: 42px; }
#gift-section .gift-title { margin: 0; font-size: clamp(30px, 4vw, 54px); line-height: 1.18; letter-spacing: -0.03em; }
#gift-section .gift-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 22px; }
#gift-section .gift-item { position: relative; overflow: hidden; min-height: 440px; display: flex; align-items: flex-end; padding: 28px; border-radius: 32px; background: #2d1d15; isolation: isolate; transition: transform 0.45s ease; }
#gift-section .gift-item:hover { transform: translateY(-10px); }
#gift-section .gift-item::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(45, 29, 21, 0.08), rgba(45, 29, 21, 0.82)); }
#gift-section .gift-image { position: absolute; inset: 0; z-index: -2; }
#gift-section .gift-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s ease; }
#gift-section .gift-item:hover .gift-image img { transform: scale(1.08); }
#gift-section .gift-tag { display: inline-flex; margin-bottom: 12px; padding: 7px 12px; color: #5b351e; font-size: 13px; font-weight: 900; border-radius: 999px; background: #ffd79a; }
#gift-section .gift-name { margin: 0 0 10px; color: #fff; font-size: 26px; line-height: 1.25; }
#gift-section .gift-text { margin: 0; color: #ffe9cf; font-size: 15px; }

#reputation-section { padding: 104px 6%; background: linear-gradient(135deg, #fff0d7, #ffffff); }
#reputation-section .reputation-layout { display: grid; grid-template-columns: 0.86fr 1.14fr; gap: 44px; align-items: center; }
#reputation-section .reputation-title { margin: 0; font-size: clamp(30px, 4vw, 54px); line-height: 1.18; letter-spacing: -0.03em; }
#reputation-section .reputation-text { margin: 24px 0 0; color: #705139; font-size: 17px; }
#reputation-section .reputation-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
#reputation-section .reputation-item { padding: 30px; border-radius: 30px; background: #fff; border: 1px solid rgba(134, 82, 37, 0.12); box-shadow: 0 24px 60px rgba(117, 72, 34, 0.09); transition: transform 0.45s ease, box-shadow 0.45s ease; }
#reputation-section .reputation-item:hover { transform: translateY(-8px); box-shadow: 0 30px 76px rgba(117, 72, 34, 0.14); }
#reputation-section .reputation-value { margin: 0 0 8px; color: #b86628; font-size: 42px; font-weight: 900; letter-spacing: -0.04em; }
#reputation-section .reputation-name { margin: 0; font-size: 18px; font-weight: 900; }
#reputation-section .reputation-description { margin: 10px 0 0; color: #74543b; font-size: 14px; }

#cta-section { position: relative; padding: 108px 6%; background: #2d1d15; color: #fff8ed; text-align: center; overflow: hidden; }
#cta-section::before { content: ""; position: absolute; left: 50%; top: -160px; width: 520px; height: 520px; transform: translateX(-50%); border-radius: 50%; background: radial-gradient(circle, rgba(255, 192, 109, 0.28), transparent 68%); }
#cta-section .cta-content { position: relative; z-index: 1; max-width: 850px; margin: 0 auto; }
#cta-section .cta-title { margin: 0; font-size: clamp(32px, 4.5vw, 62px); line-height: 1.18; letter-spacing: -0.03em; }
#cta-section .cta-text { max-width: 680px; margin: 24px auto 34px; color: #efd3b1; font-size: 17px; }
#cta-section .cta-list { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; }
#cta-section .cta-item { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; color: #3d2516; font-weight: 900; border-radius: 999px; background: #ffc276; transition: transform 0.3s ease, background 0.3s ease; }
#cta-section .cta-item:hover { transform: translateY(-4px); background: #ffe0ad; }

footer { padding: 38px 6%; color: #f8dfc0; background: #1f140f; }
footer .footer-layout { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
footer .footer-brand { font-size: 18px; font-weight: 900; letter-spacing: 0.05em; }
footer .footer-text { margin: 6px 0 0; color: #c8a987; font-size: 13px; }
footer .footer-nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; color: #f6d8b3; font-size: 14px; font-weight: 700; }

@media (max-width: 1280px) {
	#hero-section { min-height: 700px; gap: 38px; }
	#feature-section .feature-grid { grid-template-columns: repeat(2, 1fr); }
	#gift-section .gift-item { min-height: 400px; }
}

@media (max-width: 960px) {
	header { align-items: flex-start; flex-direction: column; gap: 12px; }
	header nav { width: 100%; justify-content: flex-start; overflow-x: auto; padding-bottom: 4px; }
	#hero-section { grid-template-columns: 1fr; padding-top: 64px; }
	#hero-section .hero-media { max-width: 620px; margin: 0 auto; }
	#feature-section .feature-heading { grid-template-columns: 1fr; gap: 18px; }
	#media-section .media-top { align-items: flex-start; flex-direction: column; }
	#media-section .media-grid { grid-template-columns: 1fr; }
	#media-section .media-item:first-child { grid-row: auto; }
	#story-section { grid-template-columns: 1fr; }
	#gift-section .gift-grid { grid-template-columns: 1fr; }
	#reputation-section .reputation-layout { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
	header { padding: 16px 5%; }
	header h1 { font-size: 19px; }
	header nav { gap: 18px; font-size: 13px; }
	#hero-section { padding: 54px 5% 72px; }
	#hero-section .hero-text { font-size: 16px; }
	#hero-section .hero-note { position: relative; left: auto; bottom: auto; max-width: none; margin-top: 18px; }
	#feature-section { padding: 74px 5%; }
	#feature-section .feature-grid { grid-template-columns: 1fr; }
	#media-section { padding: 78px 5%; }
	#story-section { padding: 78px 5%; }
	#story-section .story-image-small { right: 16px; width: 42%; border-width: 7px; }
	#gift-section { padding: 78px 5%; }
	#reputation-section { padding: 78px 5%; }
	#reputation-section .reputation-grid { grid-template-columns: 1fr; }
	#cta-section { padding: 82px 5%; }
	footer { padding: 32px 5%; }
	footer .footer-layout { align-items: flex-start; flex-direction: column; }
	footer .footer-nav { justify-content: flex-start; }
}

@media (max-width: 500px) {
	header .header-brand { min-width: 0; }
	header .brand-mark { width: 40px; height: 40px; font-size: 15px; }
	header h1 { font-size: 17px; }
	header .header-subtitle { font-size: 11px; }
	#hero-section .hero-title { font-size: 36px; }
	#hero-section .hero-action-list { flex-direction: column; }
	#hero-section .hero-action-item { width: 100%; }
	#feature-section .feature-item { min-height: auto; padding: 24px; }
	#media-section .media-content { padding: 22px; }
	#media-section .media-name { font-size: 20px; }
	#story-section .story-item { grid-template-columns: 1fr; }
	#story-section .story-image-small { position: relative; right: auto; bottom: auto; width: 72%; margin: -42px 0 0 auto; }
	#gift-section .gift-item { min-height: 360px; padding: 24px; }
	#reputation-section .reputation-value { font-size: 34px; }
	#cta-section .cta-list { flex-direction: column; }
	#cta-section .cta-item { width: 100%; }
}