html { scroll-behavior: smooth; }

body { margin: 0; font-family: "Noto Sans TC", sans-serif; color: #202733; background: #f8f6f1; line-height: 1.7; overflow-x: hidden; }

a { color: inherit; text-decoration: none; }

img { width: 100%; display: block; }

header { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 18px 6%; background: rgba(248, 246, 241, 0.88); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(32, 39, 51, 0.08); }
header .header-brand { display: flex; align-items: center; gap: 14px; }
header .header-mark { width: 42px; height: 42px; border-radius: 16px; background: linear-gradient(135deg, #1f6f66, #d6a756); box-shadow: 0 12px 32px rgba(31, 111, 102, 0.22); }
header h1 { margin: 0; font-size: 21px; font-weight: 900; letter-spacing: 0.04em; color: #1d2a2f; }
header .header-nav { display: flex; align-items: center; gap: 28px; font-size: 15px; font-weight: 600; color: #3b4650; }
header .header-nav a { position: relative; padding: 6px 0; }
header .header-nav a::after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 2px; background: #1f6f66; transition: width 0.3s ease; }
header .header-nav a:hover::after { width: 100%; }
header .header-action { padding: 10px 18px; border-radius: 999px; background: #202733; color: #fff; font-size: 14px; font-weight: 700; box-shadow: 0 12px 28px rgba(32, 39, 51, 0.18); transition: transform 0.3s ease, background 0.3s ease; }
header .header-action:hover { transform: translateY(-3px); background: #1f6f66; }

#hero-section { position: relative; min-height: 760px; display: grid; grid-template-columns: 1.02fr 0.98fr; align-items: center; gap: 56px; padding: 78px 6% 96px; background: radial-gradient(circle at 12% 22%, rgba(214, 167, 86, 0.22), transparent 30%), linear-gradient(135deg, #f8f6f1 0%, #eef4ef 56%, #f7efe2 100%); overflow: hidden; }
#hero-section::before { content: ""; position: absolute; right: -160px; top: -180px; width: 520px; height: 520px; border-radius: 50%; background: rgba(31, 111, 102, 0.12); }
#hero-section::after { content: ""; position: absolute; left: 8%; bottom: 54px; width: 84%; height: 1px; background: linear-gradient(90deg, transparent, rgba(32, 39, 51, 0.18), transparent); }
#hero-section .hero-content { position: relative; z-index: 2; opacity: 0; transform: translateY(28px); transition: opacity 0.8s ease, transform 0.8s ease; }
#hero-section.is-active .hero-content { opacity: 1; transform: translateY(0); }
#hero-section .hero-kicker { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 22px; padding: 8px 16px; border-radius: 999px; background: rgba(255, 255, 255, 0.72); color: #1f6f66; font-size: 14px; font-weight: 800; box-shadow: 0 14px 36px rgba(31, 111, 102, 0.08); }
#hero-section .hero-kicker::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #d6a756; box-shadow: 0 0 0 7px rgba(214, 167, 86, 0.18); }
#hero-section .hero-title { margin: 0; font-size: 64px; line-height: 1.12; letter-spacing: -0.05em; color: #172126; font-weight: 900; }
#hero-section .hero-title span { color: #1f6f66; }
#hero-section .hero-text { max-width: 620px; margin: 24px 0 34px; color: #53606a; font-size: 18px; }
#hero-section .hero-link { display: inline-flex; align-items: center; gap: 12px; padding: 15px 24px; border-radius: 999px; background: #1f6f66; color: #fff; font-weight: 800; box-shadow: 0 18px 42px rgba(31, 111, 102, 0.24); transition: transform 0.3s ease, box-shadow 0.3s ease; }
#hero-section .hero-link:hover { transform: translateY(-4px); box-shadow: 0 24px 52px rgba(31, 111, 102, 0.3); }
#hero-section .hero-media { position: relative; z-index: 2; opacity: 0; transform: translateX(36px); transition: opacity 0.8s ease 0.15s, transform 0.8s ease 0.15s; }
#hero-section.is-active .hero-media { opacity: 1; transform: translateX(0); }
#hero-section .hero-figure { position: relative; margin: 0; border-radius: 44px; overflow: hidden; background: #fff; box-shadow: 0 34px 86px rgba(32, 39, 51, 0.2); }
#hero-section .hero-figure img { height: 620px; object-fit: cover; }
#hero-section .hero-card { position: absolute; left: -26px; bottom: 36px; width: 238px; padding: 22px; border-radius: 28px; background: rgba(255, 255, 255, 0.9); backdrop-filter: blur(18px); box-shadow: 0 24px 60px rgba(32, 39, 51, 0.18); }
#hero-section .hero-card-title { margin: 0 0 8px; font-size: 18px; font-weight: 900; color: #202733; }
#hero-section .hero-card-text { margin: 0; font-size: 14px; color: #5d6872; }

#feature-section { padding: 104px 6%; background: #fff; }
#feature-section .feature-top { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 56px; align-items: end; margin-bottom: 46px; opacity: 0; transform: translateY(26px); transition: opacity 0.7s ease, transform 0.7s ease; }
#feature-section.is-active .feature-top { opacity: 1; transform: translateY(0); }
#feature-section .feature-subtitle { margin: 0 0 12px; color: #d09a3f; font-weight: 900; letter-spacing: 0.12em; }
#feature-section .feature-title { margin: 0; font-size: 42px; line-height: 1.22; color: #172126; letter-spacing: -0.03em; }
#feature-section .feature-text { margin: 0; color: #596672; font-size: 17px; }
#feature-section .feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
#feature-section .feature-item { padding: 30px 26px; border-radius: 30px; background: #f8f6f1; border: 1px solid rgba(32, 39, 51, 0.08); opacity: 0; transform: translateY(32px); transition: opacity 0.65s ease, transform 0.65s ease, background 0.3s ease, box-shadow 0.3s ease; }
#feature-section.is-active .feature-item { opacity: 1; transform: translateY(0); }
#feature-section .feature-item:nth-child(2) { transition-delay: 0.08s; }
#feature-section .feature-item:nth-child(3) { transition-delay: 0.16s; }
#feature-section .feature-item:nth-child(4) { transition-delay: 0.24s; }
#feature-section .feature-item:hover { background: #fff; box-shadow: 0 24px 60px rgba(32, 39, 51, 0.1); }
#feature-section .feature-icon { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 22px; border-radius: 20px; background: #1f6f66; color: #fff; font-size: 24px; font-weight: 900; }
#feature-section .feature-item-title { margin: 0 0 10px; font-size: 21px; color: #202733; }
#feature-section .feature-item-text { margin: 0; color: #64717c; font-size: 15px; }

#comfort-section { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 64px; align-items: center; padding: 108px 6%; background: #f8f6f1; overflow: hidden; }
#comfort-section .comfort-media { position: relative; opacity: 0; transform: translateX(-34px); transition: opacity 0.75s ease, transform 0.75s ease; }
#comfort-section.is-active .comfort-media { opacity: 1; transform: translateX(0); }
#comfort-section .comfort-figure { margin: 0; border-radius: 38px; overflow: hidden; box-shadow: 0 28px 70px rgba(32, 39, 51, 0.18); }
#comfort-section .comfort-figure img { height: 600px; object-fit: cover; }
#comfort-section .comfort-badge { position: absolute; right: -28px; top: 36px; padding: 18px 22px; border-radius: 24px; background: #202733; color: #fff; box-shadow: 0 22px 52px rgba(32, 39, 51, 0.25); }
#comfort-section .comfort-badge strong { display: block; font-size: 28px; line-height: 1; }
#comfort-section .comfort-badge span { display: block; margin-top: 6px; font-size: 13px; color: rgba(255, 255, 255, 0.76); }
#comfort-section .comfort-content { opacity: 0; transform: translateY(28px); transition: opacity 0.75s ease 0.12s, transform 0.75s ease 0.12s; }
#comfort-section.is-active .comfort-content { opacity: 1; transform: translateY(0); }
#comfort-section .comfort-subtitle { margin: 0 0 12px; color: #1f6f66; font-weight: 900; letter-spacing: 0.12em; }
#comfort-section .comfort-title { margin: 0 0 22px; font-size: 44px; line-height: 1.24; color: #172126; letter-spacing: -0.03em; }
#comfort-section .comfort-text { margin: 0 0 28px; color: #596672; font-size: 17px; }
#comfort-section .comfort-list { display: grid; gap: 16px; }
#comfort-section .comfort-item { display: grid; grid-template-columns: 42px 1fr; gap: 16px; align-items: start; padding: 18px; border-radius: 24px; background: rgba(255, 255, 255, 0.76); border: 1px solid rgba(32, 39, 51, 0.08); }
#comfort-section .comfort-number { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 16px; background: rgba(31, 111, 102, 0.12); color: #1f6f66; font-weight: 900; }
#comfort-section .comfort-item-title { margin: 0 0 4px; color: #202733; font-size: 18px; }
#comfort-section .comfort-item-text { margin: 0; color: #66727d; font-size: 15px; }

#product-section { padding: 110px 6%; background: #172126; color: #fff; }
#product-section .product-head { display: flex; align-items: end; justify-content: space-between; gap: 36px; margin-bottom: 42px; opacity: 0; transform: translateY(26px); transition: opacity 0.7s ease, transform 0.7s ease; }
#product-section.is-active .product-head { opacity: 1; transform: translateY(0); }
#product-section .product-subtitle { margin: 0 0 12px; color: #d6a756; font-weight: 900; letter-spacing: 0.12em; }
#product-section .product-title { margin: 0; font-size: 42px; line-height: 1.22; letter-spacing: -0.03em; }
#product-section .product-text { max-width: 520px; margin: 0; color: rgba(255, 255, 255, 0.72); }
#product-section .product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
#product-section .product-item { overflow: hidden; border-radius: 34px; background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.1); opacity: 0; transform: translateY(36px); transition: opacity 0.68s ease, transform 0.68s ease, border 0.3s ease; }
#product-section.is-active .product-item { opacity: 1; transform: translateY(0); }
#product-section .product-item:nth-child(2) { transition-delay: 0.1s; }
#product-section .product-item:nth-child(3) { transition-delay: 0.2s; }
#product-section .product-item:hover { border-color: rgba(214, 167, 86, 0.55); }
#product-section .product-image { height: 320px; overflow: hidden; background: rgba(255, 255, 255, 0.06); }
#product-section .product-image img { height: 100%; object-fit: cover; transform: scale(1.04); transition: transform 0.45s ease; }
#product-section .product-item:hover .product-image img { transform: scale(1.11); }
#product-section .product-content { padding: 26px; }
#product-section .product-tag { display: inline-flex; margin-bottom: 14px; padding: 6px 12px; border-radius: 999px; background: rgba(214, 167, 86, 0.16); color: #f0c679; font-size: 13px; font-weight: 800; }
#product-section .product-name { margin: 0 0 10px; font-size: 22px; }
#product-section .product-desc { margin: 0 0 18px; color: rgba(255, 255, 255, 0.68); font-size: 15px; }
#product-section .product-link { display: inline-flex; color: #f0c679; font-weight: 800; }

#scenario-section { padding: 108px 6%; background: #fff; }
#scenario-section .scenario-head { text-align: center; max-width: 760px; margin: 0 auto 48px; opacity: 0; transform: translateY(26px); transition: opacity 0.7s ease, transform 0.7s ease; }
#scenario-section.is-active .scenario-head { opacity: 1; transform: translateY(0); }
#scenario-section .scenario-subtitle { margin: 0 0 10px; color: #d09a3f; font-weight: 900; letter-spacing: 0.12em; }
#scenario-section .scenario-title { margin: 0 0 18px; font-size: 42px; line-height: 1.24; color: #172126; letter-spacing: -0.03em; }
#scenario-section .scenario-text { margin: 0; color: #596672; font-size: 17px; }
#scenario-section .scenario-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 26px; }
#scenario-section .scenario-item { position: relative; min-height: 520px; overflow: hidden; border-radius: 36px; opacity: 0; transform: translateY(34px); transition: opacity 0.72s ease, transform 0.72s ease; }
#scenario-section.is-active .scenario-item { opacity: 1; transform: translateY(0); }
#scenario-section .scenario-item:nth-child(2) { transition-delay: 0.12s; }
#scenario-section .scenario-item img { height: 100%; object-fit: cover; filter: saturate(0.95); transition: transform 0.45s ease; }
#scenario-section .scenario-item:hover img { transform: scale(1.07); }
#scenario-section .scenario-content { position: absolute; left: 28px; right: 28px; bottom: 28px; padding: 26px; border-radius: 28px; background: rgba(255, 255, 255, 0.88); backdrop-filter: blur(18px); }
#scenario-section .scenario-name { margin: 0 0 8px; font-size: 24px; color: #172126; }
#scenario-section .scenario-desc { margin: 0; color: #5d6872; }

#guide-section { padding: 106px 6%; background: linear-gradient(135deg, #eef4ef, #f8f6f1); }
#guide-section .guide-shell { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 54px; align-items: center; }
#guide-section .guide-content { opacity: 0; transform: translateX(-28px); transition: opacity 0.72s ease, transform 0.72s ease; }
#guide-section.is-active .guide-content { opacity: 1; transform: translateX(0); }
#guide-section .guide-subtitle { margin: 0 0 12px; color: #1f6f66; font-weight: 900; letter-spacing: 0.12em; }
#guide-section .guide-title { margin: 0 0 20px; font-size: 42px; line-height: 1.22; color: #172126; letter-spacing: -0.03em; }
#guide-section .guide-text { margin: 0 0 28px; color: #596672; font-size: 17px; }
#guide-section .guide-link { display: inline-flex; align-items: center; gap: 10px; padding: 14px 22px; border-radius: 999px; background: #202733; color: #fff; font-weight: 800; transition: transform 0.3s ease, background 0.3s ease; }
#guide-section .guide-link:hover { transform: translateY(-4px); background: #1f6f66; }
#guide-section .guide-list { display: grid; gap: 18px; opacity: 0; transform: translateY(30px); transition: opacity 0.72s ease 0.12s, transform 0.72s ease 0.12s; }
#guide-section.is-active .guide-list { opacity: 1; transform: translateY(0); }
#guide-section .guide-item { display: grid; grid-template-columns: 120px 1fr; gap: 24px; align-items: center; padding: 20px; border-radius: 30px; background: rgba(255, 255, 255, 0.84); border: 1px solid rgba(32, 39, 51, 0.08); box-shadow: 0 18px 46px rgba(32, 39, 51, 0.07); }
#guide-section .guide-image { height: 108px; border-radius: 24px; overflow: hidden; }
#guide-section .guide-image img { height: 100%; object-fit: cover; }
#guide-section .guide-name { margin: 0 0 6px; color: #202733; font-size: 20px; }
#guide-section .guide-desc { margin: 0; color: #64717c; font-size: 15px; }

#cta-section { position: relative; padding: 118px 6%; background: #fff; overflow: hidden; }
#cta-section::before { content: ""; position: absolute; inset: 46px 6%; border-radius: 46px; background: linear-gradient(135deg, #1f6f66, #202733); }
#cta-section .cta-content { position: relative; z-index: 2; max-width: 790px; margin: 0 auto; text-align: center; color: #fff; opacity: 0; transform: translateY(30px); transition: opacity 0.75s ease, transform 0.75s ease; }
#cta-section.is-active .cta-content { opacity: 1; transform: translateY(0); }
#cta-section .cta-subtitle { margin: 0 0 12px; color: #f0c679; font-weight: 900; letter-spacing: 0.12em; }
#cta-section .cta-title { margin: 0 0 18px; font-size: 46px; line-height: 1.22; letter-spacing: -0.03em; }
#cta-section .cta-text { margin: 0 auto 30px; max-width: 650px; color: rgba(255, 255, 255, 0.76); font-size: 17px; }
#cta-section .cta-link { display: inline-flex; align-items: center; justify-content: center; padding: 15px 26px; border-radius: 999px; background: #fff; color: #1f6f66; font-weight: 900; box-shadow: 0 22px 50px rgba(0, 0, 0, 0.18); transition: transform 0.3s ease, color 0.3s ease; }
#cta-section .cta-link:hover { transform: translateY(-4px); color: #202733; }

footer { padding: 46px 6%; background: #172126; color: rgba(255, 255, 255, 0.72); }
footer .footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
footer .footer-brand { font-size: 20px; color: #fff; font-weight: 900; letter-spacing: 0.05em; }
footer .footer-nav { display: flex; gap: 22px; font-size: 14px; }
footer .footer-nav a { transition: color 0.3s ease; }
footer .footer-nav a:hover { color: #f0c679; }
footer .footer-text { margin: 8px 0 0; font-size: 13px; }

@keyframes float-soft {
	0% { transform: translateY(0); }
	50% { transform: translateY(-12px); }
	100% { transform: translateY(0); }
}

@media (max-width: 1280px) {
	#hero-section { min-height: 700px; gap: 42px; }
	#hero-section .hero-title { font-size: 56px; }
	#hero-section .hero-figure img { height: 560px; }
	#feature-section .feature-grid { grid-template-columns: repeat(2, 1fr); }
	#product-section .product-image { height: 280px; }
}

@media (max-width: 960px) {
	header { align-items: flex-start; flex-direction: column; gap: 14px; }
	header .header-nav { width: 100%; overflow-x: auto; gap: 20px; padding-bottom: 4px; }
	header .header-action { align-self: flex-start; }
	#hero-section { grid-template-columns: 1fr; padding-top: 60px; }
	#hero-section .hero-media { max-width: 720px; }
	#comfort-section { grid-template-columns: 1fr; }
	#product-section .product-head { display: grid; }
	#product-section .product-grid { grid-template-columns: 1fr; }
	#scenario-section .scenario-grid { grid-template-columns: 1fr; }
	#guide-section .guide-shell { grid-template-columns: 1fr; }
	footer .footer-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 768px) {
	header { padding: 16px 5%; }
	header h1 { font-size: 18px; }
	header .header-nav { font-size: 14px; }
	#hero-section { padding: 48px 5% 72px; }
	#hero-section .hero-title { font-size: 42px; }
	#hero-section .hero-text { font-size: 16px; }
	#hero-section .hero-figure { border-radius: 30px; }
	#hero-section .hero-figure img { height: 430px; }
	#hero-section .hero-card { position: static; width: auto; margin-top: 16px; }
	#feature-section { padding: 76px 5%; }
	#feature-section .feature-top { grid-template-columns: 1fr; gap: 18px; }
	#feature-section .feature-title { font-size: 34px; }
	#feature-section .feature-grid { grid-template-columns: 1fr; }
	#comfort-section { padding: 76px 5%; gap: 38px; }
	#comfort-section .comfort-title { font-size: 34px; }
	#comfort-section .comfort-figure img { height: 420px; }
	#comfort-section .comfort-badge { right: 16px; top: 16px; }
	#product-section { padding: 78px 5%; }
	#product-section .product-title { font-size: 34px; }
	#scenario-section { padding: 78px 5%; }
	#scenario-section .scenario-title { font-size: 34px; }
	#scenario-section .scenario-item { min-height: 430px; }
	#guide-section { padding: 78px 5%; }
	#guide-section .guide-title { font-size: 34px; }
	#guide-section .guide-item { grid-template-columns: 1fr; }
	#guide-section .guide-image { height: 220px; }
	#cta-section { padding: 86px 5%; }
	#cta-section::before { inset: 28px 5%; border-radius: 34px; }
	#cta-section .cta-title { font-size: 34px; }
	footer { padding: 38px 5%; }
	footer .footer-nav { flex-wrap: wrap; }
}

@media (max-width: 500px) {
	header .header-brand { gap: 10px; }
	header .header-mark { width: 36px; height: 36px; border-radius: 13px; }
	header .header-action { width: calc(100% - 36px); justify-content: center; text-align: center; }
	#hero-section .hero-title { font-size: 34px; }
	#hero-section .hero-link { width: calc(100% - 48px); justify-content: center; }
	#hero-section .hero-figure img { height: 340px; }
	#feature-section .feature-title { font-size: 30px; }
	#comfort-section .comfort-title { font-size: 30px; }
	#comfort-section .comfort-item { grid-template-columns: 1fr; }
	#product-section .product-title { font-size: 30px; }
	#product-section .product-image { height: 240px; }
	#scenario-section .scenario-title { font-size: 30px; }
	#scenario-section .scenario-content { left: 16px; right: 16px; bottom: 16px; padding: 20px; }
	#guide-section .guide-title { font-size: 30px; }
	#cta-section .cta-title { font-size: 30px; }
}