/* ============ Reset & Tokens ============ */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
  color: #1f2a24;
  background: #fbf8f2;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; padding: 0; margin: 0; }

:root {
  --jade-50:#eaf7ee;
  --jade-100:#cbe9d4;
  --jade-200:#94d3a8;
  --jade-300:#5dbc7e;
  --jade-400:#34a866;
  --jade-500:#1f8e51;
  --jade-600:#157240;
  --jade-700:#0f5832;
  --jade-800:#0a3f24;
  --jade-900:#062a18;
  --gold-400:#e7c98f;
  --gold-500:#d4af6a;
  --gold-600:#b58947;
  --cream:#fbf8f2;
  --ink:#1f2a24;
  --ink-2:#4a5751;
  --line:#e8e3d8;
  --shadow: 0 14px 40px rgba(15, 88, 50, .12);
  --shadow-lg: 0 24px 60px rgba(15, 88, 50, .18);
}

.container {
  width: min(1180px, 92vw);
  margin: 0 auto;
}

/* ============ Header ============ */
.site-header {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 50;
  padding: 14px 0;
  transition: background .3s, box-shadow .3s, padding .3s;
}
.site-header.scrolled {
  background: rgba(255, 253, 247, .92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 8px 24px rgba(15, 88, 50, .08);
  padding: 8px 0;
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
}
.brand {
  display: flex; align-items: center; gap: 12px;
  color: #fff;
  transition: color .3s;
}
.site-header.scrolled .brand { color: var(--jade-800); }
.brand-mark {
  width: 44px; height: 44px; border-radius: 50%;
  background: linear-gradient(135deg, var(--jade-400), var(--jade-700));
  color: #fff;
  font-family: "Noto Serif TC", serif;
  font-size: 22px; font-weight: 900;
  display: grid; place-items: center;
  box-shadow: 0 6px 16px rgba(15, 88, 50, .35), inset 0 0 0 2px rgba(255,255,255,.2);
}
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-cn { font-family: "Noto Serif TC", serif; font-weight: 700; font-size: 18px; letter-spacing: 4px; }
.brand-en { font-size: 10px; letter-spacing: 3px; opacity: .75; }
.site-nav { display: flex; gap: 30px; }
.site-nav a {
  color: rgba(255,255,255,.85);
  font-size: 15px;
  position: relative;
  padding: 6px 0;
  transition: color .25s;
}
.site-nav a::after {
  content:''; position: absolute; left: 0; right: 0; bottom: 0;
  height: 2px; background: var(--gold-500); transform: scaleX(0); transform-origin: center;
  transition: transform .25s;
}
.site-nav a:hover { color: #fff; }
.site-nav a:hover::after { transform: scaleX(1); }
.site-header.scrolled .site-nav a { color: var(--ink-2); }
.site-header.scrolled .site-nav a:hover { color: var(--jade-700); }

/* ============ Buttons ============ */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1px;
  cursor: pointer;
  border: 0;
  transition: transform .25s, box-shadow .25s, background .3s, color .3s;
  font-family: inherit;
}
.btn-sm { padding: 8px 18px; font-size: 13px; }
.btn-lg { padding: 18px 36px; font-size: 16px; }
.btn-primary {
  background: linear-gradient(135deg, var(--jade-500), var(--jade-700));
  color: #fff;
  box-shadow: 0 12px 30px rgba(15, 88, 50, .35);
}
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 18px 36px rgba(15, 88, 50, .45); }
.btn-outline {
  background: rgba(255,255,255,.08);
  color: #fff;
  border: 1.5px solid rgba(255,255,255,.6);
  backdrop-filter: blur(6px);
}
.btn-outline:hover { background: #fff; color: var(--jade-700); border-color: #fff; }
.btn-ghost {
  background: transparent; color: #fff;
  border: 1.5px solid rgba(255,255,255,.6);
}
.site-header.scrolled .btn-ghost { color: var(--jade-700); border-color: var(--jade-700); }
.btn-ghost:hover { background: var(--gold-500); color: #fff; border-color: var(--gold-500); }

.btn-pulse {
  position: relative; overflow: visible;
}
.btn-pulse::after {
  content:''; position: absolute; inset: 0; border-radius: inherit;
  box-shadow: 0 0 0 0 rgba(212, 175, 106, .65);
  animation: btnPulse 2.2s infinite;
}
@keyframes btnPulse {
  0% { box-shadow: 0 0 0 0 rgba(212, 175, 106, .55); }
  70% { box-shadow: 0 0 0 18px rgba(212, 175, 106, 0); }
  100% { box-shadow: 0 0 0 0 rgba(212, 175, 106, 0); }
}

/* ============ Hero ============ */
/* .hero {
  position: relative;
  min-height: 100vh;
  display: flex; align-items: center;
  color: #fff;
  overflow: hidden;
  isolation: isolate;
  background: var(--jade-900);
}
.hero-bg {
  position: absolute; inset: 0;
  z-index: -3;
  background-image: url('/imgs/banner.jpg');
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
  animation: heroZoom 16s ease-in-out infinite alternate;
  filter: saturate(1.12) contrast(1.05) brightness(.86);
}
@keyframes heroZoom { from { transform: scale(1.02); } to { transform: scale(1.1); } }
.hero-overlay {
  position: absolute; inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 20% 28%, rgba(231, 201, 143, .24), transparent 28%),
    radial-gradient(circle at 78% 18%, rgba(52, 168, 102, .2), transparent 32%),
    linear-gradient(90deg, rgba(6, 42, 24, .88) 0%, rgba(6, 42, 24, .62) 42%, rgba(6, 42, 24, .36) 100%),
    linear-gradient(180deg, rgba(6, 42, 24, .36) 0%, rgba(6, 42, 24, .74) 100%);
}
.hero::after {
  content:'';
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 220px;
  background: linear-gradient(180deg, transparent, #fbf8f2 98%);
  pointer-events: none;
}
.hero-particles { position: absolute; inset: 0; pointer-events: none; }
.hero-particles span {
  position: absolute; bottom: -40px;
  width: 6px; height: 6px; border-radius: 50%;
  background: rgba(255, 248, 220, .85);
  box-shadow: 0 0 18px rgba(231, 201, 143, .8);
  animation: rise 12s linear infinite;
}
.hero-particles span:nth-child(1){ left: 12%; animation-duration: 14s; }
.hero-particles span:nth-child(2){ left: 28%; animation-duration: 18s; animation-delay: -3s; width:4px; height:4px; }
.hero-particles span:nth-child(3){ left: 45%; animation-duration: 12s; animation-delay: -7s; }
.hero-particles span:nth-child(4){ left: 62%; animation-duration: 16s; animation-delay: -5s; width:5px; height:5px; }
.hero-particles span:nth-child(5){ left: 78%; animation-duration: 20s; animation-delay: -9s; }
.hero-particles span:nth-child(6){ left: 90%; animation-duration: 13s; animation-delay: -2s; width:3px; height:3px; }
@keyframes rise {
  0% { transform: translateY(0) scale(1); opacity: 0; }
  10% { opacity: .9; }
  100% { transform: translateY(-110vh) scale(.6); opacity: 0; }
}

.hero-content {
  position: relative; z-index: 2; padding: 150px 0 110px;
  max-width: 820px;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 9px 18px;
  border-radius: 999px;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.34);
  box-shadow: 0 12px 30px rgba(0,0,0,.12);
  font-size: 13px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  letter-spacing: 2px;
  margin-bottom: 28px;
  animation: fadeUp .9s .1s both;
}
.hero-badge .dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--jade-300);
  box-shadow: 0 0 12px var(--jade-300);
  animation: blink 1.6s infinite;
}
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:.35} }

.hero-title {
  font-family: "Noto Serif TC", serif;
  font-size: clamp(40px, 6.4vw, 84px);
  font-weight: 900;
  line-height: 1.04;
  margin: 0 0 22px;
  letter-spacing: .04em;
  text-shadow: 0 8px 30px rgba(0,0,0,.5);
}
.hero-title .line { display: block; animation: fadeUp 1s .2s both; }
.hero-title .line:nth-child(2) { animation-delay: .4s; }
.hero-title .gold {
  background: linear-gradient(135deg, #f6e6bb 0%, #e7c98f 35%, #c79a4f 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-sub {
  font-size: clamp(15px, 1.5vw, 18px);
  max-width: 640px;
  margin: 0 0 36px;
  color: rgba(255,255,255,.92);
  text-shadow: 0 3px 18px rgba(0,0,0,.38);
  animation: fadeUp 1s .5s both;
}
.hero-sub b { color: var(--gold-400); }

.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; animation: fadeUp 1s .7s both; }

.hero-stats {
  display: flex; gap: 40px; flex-wrap: wrap;
  margin-top: 56px;
  padding: 22px 26px;
  width: fit-content;
  max-width: 100%;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 24px;
  background: rgba(6, 42, 24, .28);
  box-shadow: 0 20px 55px rgba(0,0,0,.18);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  animation: fadeUp 1s .9s both;
}
.hero-stats li {
  display: flex;
  flex-direction: column;
  min-width: 94px;
}
.hero-stats b {
  font-family: "Noto Serif TC", serif;
  font-size: 28px; color: var(--gold-400); line-height: 1;
}
.hero-stats span { font-size: 13px; color: rgba(255,255,255,.75); margin-top: 6px; letter-spacing: 1px; }

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: translateY(0); }
}

.hero-scroll {
  position: absolute; left: 50%; bottom: 28px;
  transform: translateX(-50%);
  width: 24px; height: 38px; border: 1.5px solid rgba(255,255,255,.6);
  border-radius: 12px;
}
.hero-scroll span {
  display: block; width: 3px; height: 8px;
  background: #fff; margin: 6px auto 0; border-radius: 2px;
  animation: scrollDot 1.6s infinite;
}
@keyframes scrollDot {
  0% { opacity: 1; transform: translateY(0); }
  100% { opacity: 0; transform: translateY(16px); }
} */
/* ============ Hero ============ */
.hero {
  position: relative;
  padding-bottom: 56px;
  background: var(--cream);
}

.hero-visual {
  position: relative;
  height: clamp(320px, 56vh, 620px);
  overflow: hidden;
  border-radius: 0;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: url('/imgs/banner.jpg') no-repeat center 36%;
  background-size: cover;
  transform: scale(1.04);
  filter: saturate(1.08) brightness(.78) contrast(1.05);
  animation: heroZoom 16s ease-in-out infinite alternate;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 20%, rgba(231, 201, 143, .28), transparent 30%),
    linear-gradient(92deg, rgba(6, 42, 24, .88), rgba(6, 42, 24, .4)),
    linear-gradient(180deg, rgba(6, 42, 24, .2), rgba(6, 42, 24, .7));
}

.hero-content {
  position: relative;
  margin-top: 30px;
  max-width: min(980px, 92vw);
  padding: 18px 4px 0;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 0;
  border-radius: 999px;
  background: transparent;
  border: 0;
  color: var(--jade-700);
  font-size: 12px;
  letter-spacing: .12em;
  margin-bottom: 18px;
}

.hero-badge .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--jade-300);
  box-shadow: 0 0 0 0 rgba(93, 188, 126, .55);
  animation: badgePulse 1.8s infinite;
}

.hero-title {
  font-family: "Noto Serif TC", serif;
  font-size: clamp(36px, 5.5vw, 68px);
  font-weight: 900;
  line-height: 1.1;
  margin: 0 0 16px;
  color: var(--jade-900);
  letter-spacing: .04em;
}

.hero-title .gold {
  display: inline-block;
  margin-top: 6px;
  background: linear-gradient(135deg, #dcb878, #b58947);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-sub {
  font-size: clamp(15px, 1.45vw, 17px);
  line-height: 1.75;
  margin: 0 0 28px;
  color: var(--ink-2);
  max-width: 680px;
}

.hero-sub b {
  color: var(--jade-700);
}

.hero-cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.hero .btn-outline {
  color: var(--jade-700);
  border-color: rgba(15, 88, 50, .28);
  background: transparent;
}
.hero .btn-outline:hover {
  background: var(--jade-700);
  border-color: var(--jade-700);
  color: #fff;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid rgba(15, 88, 50, .14);
}

.hero-stats li {
  display: flex;
  flex-direction: column;
  padding-left: 14px;
  border-left: 1px solid rgba(15, 88, 50, .16);
}

.hero-stats li:first-child {
  border-left: 0;
  padding-left: 0;
}

.hero-stats b {
  font-family: "Noto Serif TC", serif;
  font-size: 28px;
  color: var(--jade-700);
  line-height: 1;
}

.hero-stats span {
  font-size: 12px;
  color: var(--ink-2);
  margin-top: 7px;
  letter-spacing: .08em;
}

@keyframes heroZoom {
  from { transform: scale(1.01); }
  to { transform: scale(1.1); }
}

@keyframes badgePulse {
  0% { box-shadow: 0 0 0 0 rgba(93, 188, 126, .55); }
  70% { box-shadow: 0 0 0 10px rgba(93, 188, 126, 0); }
  100% { box-shadow: 0 0 0 0 rgba(93, 188, 126, 0); }
}
/* ============ Sections ============ */
section.story, section.products, section.reviews { padding: 100px 0; }
section.promise, section.contact { padding: 110px 0; }

.section-head { margin-bottom: 56px; }
.section-head.center { text-align: center; }
.eyebrow {
  display: inline-block;
  font-size: 13px; letter-spacing: 6px;
  color: var(--jade-600);
  font-weight: 600;
  margin-bottom: 16px;
  position: relative;
}
.eyebrow.gold { color: var(--gold-500); }
.section-title {
  font-family: "Noto Serif TC", serif;
  font-weight: 900;
  font-size: clamp(28px, 3.4vw, 44px);
  margin: 0 0 18px;
  color: var(--jade-900);
  letter-spacing: 2px;
}
.section-title.light { color: #fff; }
.section-desc {
  color: var(--ink-2);
  font-size: 15px;
  max-width: 720px;
  margin: 0 auto;
}

/* ============ Story ============ */
.story { background: linear-gradient(180deg, #fbf8f2 0%, #f3ede0 100%); position: relative; }
.story::before {
  content:''; position: absolute; inset: 0; opacity: .35;
  background:
    radial-gradient(circle at 10% 20%, rgba(52, 168, 102, .12), transparent 40%),
    radial-gradient(circle at 90% 80%, rgba(212, 175, 106, .12), transparent 45%);
  pointer-events: none;
}
.story-grid {
  display: grid; gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  position: relative;
}
.story-card {
  background: #fff;
  padding: 36px 28px;
  border-radius: 18px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(15, 88, 50, .06);
  transition: transform .35s, box-shadow .35s;
}
.story-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.story-ico {
  width: 60px; height: 60px;
  border-radius: 16px;
  display: grid; place-items: center;
  background: linear-gradient(135deg, var(--jade-50), var(--jade-100));
  color: var(--jade-700);
  margin-bottom: 18px;
}
.story-card h3 {
  font-family: "Noto Serif TC", serif;
  font-size: 20px; margin: 0 0 10px;
  color: var(--jade-900);
}
.story-card p { color: var(--ink-2); font-size: 14.5px; margin: 0; }

/* ============ Products ============ */
.products { background: var(--cream); }
.product-grid {
  display: grid; gap: 28px;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.product-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform .35s, box-shadow .35s;
  display: flex; flex-direction: column;
  border: 1px solid rgba(15, 88, 50, .05);
}
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.product-img {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f1ece0;
}
.product-img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .8s ease;
}
.product-card:hover .product-img img { transform: scale(1.08); }
.product-tag {
  position: absolute; top: 14px; left: 14px;
  padding: 5px 12px; border-radius: 999px;
  background: linear-gradient(135deg, var(--gold-500), var(--gold-600));
  color: #fff;
  font-size: 11px;
  letter-spacing: 2px;
  font-weight: 600;
  box-shadow: 0 6px 14px rgba(181, 137, 71, .35);
}
.product-info { padding: 20px 22px 22px; flex: 1; display: flex; flex-direction: column; }
.product-name {
  font-family: "Noto Serif TC", serif;
  font-size: 17px; font-weight: 700;
  color: var(--jade-900);
  margin: 0 0 6px;
}
.product-desc {
  color: var(--ink-2);
  font-size: 13px;
  margin: 0 0 18px;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
  min-height: 36px;
}
.product-price-row { display: flex; align-items: flex-end; gap: 10px; margin-bottom: 14px; }
.product-price {
  font-family: "Noto Serif TC", serif;
  font-size: 22px; font-weight: 800;
  color: var(--jade-600);
}
.product-original {
  font-size: 13px;
  color: #a99;
  text-decoration: line-through;
}
.product-btn {
  margin-top: auto;
  padding: 11px 14px;
  border-radius: 10px;
  background: var(--jade-700);
  color: #fff;
  font-size: 13.5px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 1px;
  transition: background .25s, transform .2s;
}
.product-btn:hover { background: var(--jade-500); transform: translateY(-2px); }
.product-skeleton {
  aspect-ratio: 4 / 5;
  border-radius: 18px;
  background: linear-gradient(110deg, #efe9dc 30%, #f7f2e7 50%, #efe9dc 70%);
  background-size: 200% 100%;
  animation: shimmer 1.4s infinite;
}
@keyframes shimmer { from { background-position: -200% 0; } to { background-position: 200% 0; } }

.products-cta {
  margin-top: 56px;
  text-align: center;
  padding: 40px 24px;
  border-radius: 22px;
  background: linear-gradient(135deg, #f7f2e7 0%, #efe9dc 100%);
  border: 1px dashed var(--gold-500);
}
.products-cta p { margin: 0 0 18px; font-size: 15px; color: var(--ink); }
.products-cta b { color: var(--jade-600); }

/* ============ Promise ============ */
.promise {
  background:
    linear-gradient(135deg, rgba(6, 42, 24, .94), rgba(15, 88, 50, .88)),
    url('/imgs/banner.jpg') center / cover fixed;
  color: #fff;
  position: relative;
}
.promise-inner { display: grid; grid-template-columns: 1.1fr 1fr; gap: 60px; align-items: center; }
.promise-text p { color: rgba(255,255,255,.85); font-size: 15px; }
.promise-list { margin-top: 28px; display: grid; gap: 12px; }
.promise-list li {
  display: flex; align-items: center; gap: 10px;
  font-size: 15px; color: rgba(255,255,255,.92);
}
.promise-list svg { color: var(--gold-400); flex-shrink: 0; }

.promise-visual { display: flex; justify-content: center; }
.cert-card {
  width: 100%;
  max-width: 380px;
  background: linear-gradient(135deg, #fffdf6 0%, #f5edd9 100%);
  color: var(--ink);
  border-radius: 18px;
  padding: 32px 32px 28px;
  position: relative;
  box-shadow: 0 30px 60px rgba(0,0,0,.35);
  border: 2px solid var(--gold-500);
  transform: rotate(-2deg);
  transition: transform .4s;
}
.cert-card:hover { transform: rotate(0) scale(1.03); }
.cert-card::before, .cert-card::after {
  content: ''; position: absolute; width: 60px; height: 60px;
  border: 2px solid var(--gold-500);
  border-radius: 4px;
}
.cert-card::before { top: 10px; left: 10px; border-right: 0; border-bottom: 0; }
.cert-card::after { bottom: 10px; right: 10px; border-left: 0; border-top: 0; }
.cert-stamp {
  width: 64px; height: 64px;
  border: 2px solid var(--gold-600);
  border-radius: 50%;
  display: grid; place-items: center;
  color: var(--gold-600);
  margin: 0 auto 12px;
  background: rgba(212, 175, 106, .12);
}
.cert-title { text-align: center; font-family: "Noto Serif TC", serif; font-weight: 800; font-size: 22px; color: var(--jade-800); letter-spacing: 4px; }
.cert-no { text-align: center; font-size: 13px; color: var(--gold-600); margin-top: 4px; letter-spacing: 2px; }
.cert-line { height: 1px; background: linear-gradient(90deg, transparent, var(--gold-500), transparent); margin: 18px 0; }
.cert-rows { display: grid; gap: 8px; font-size: 14px; }
.cert-rows > div { display: flex; justify-content: space-between; }
.cert-rows span { color: var(--ink-2); }
.cert-rows b { color: var(--jade-800); }
.cert-rows .ok { color: var(--jade-500); }

/* ============ Reviews ============ */
.reviews { background: #fbf8f2; }
.review-grid {
  display: grid; gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
.review-card {
  background: #fff;
  border-radius: 18px;
  padding: 28px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(15, 88, 50, .06);
  position: relative;
}
.review-card::before {
  content: '"';
  position: absolute; top: 6px; right: 22px;
  font-family: "Noto Serif TC", serif;
  font-size: 96px; line-height: 1;
  color: var(--jade-100);
}
.stars { color: var(--gold-500); margin-bottom: 8px; letter-spacing: 2px; }
.review-card p { color: var(--ink); margin: 0 0 22px; font-size: 14.5px; }
.reviewer { display: flex; align-items: center; gap: 12px; }
.avatar {
  width: 42px; height: 42px; border-radius: 50%;
  display: grid; place-items: center;
  background: linear-gradient(135deg, var(--jade-200), var(--jade-500));
  color: #fff;
  font-family: "Noto Serif TC", serif;
  font-weight: 700;
}
.reviewer b { display: block; font-size: 14px; color: var(--jade-900); }
.reviewer i { display: block; font-style: normal; font-size: 12px; color: var(--ink-2); margin-top: 2px; }

/* ============ Contact ============ */
.contact {
  background:
    linear-gradient(135deg, rgba(6, 42, 24, .96), rgba(15, 88, 50, .9)),
    radial-gradient(circle at 20% 50%, rgba(231, 201, 143, .15), transparent 50%);
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.contact::before, .contact::after {
  content:''; position: absolute;
  width: 380px; height: 380px;
  border-radius: 50%;
  filter: blur(80px); opacity: .35;
}
.contact::before { background: var(--gold-500); top: -120px; left: -120px; }
.contact::after { background: var(--jade-300); bottom: -120px; right: -120px; }
.contact-inner { position: relative; z-index: 2; }
.contact-desc { color: rgba(255,255,255,.85); margin: 0 auto 40px; max-width: 600px; }
.contact-note { margin-top: 30px; font-size: 13px; color: rgba(255,255,255,.6); letter-spacing: 2px; }

.contact-buttons {
  display: flex; gap: 20px; flex-wrap: wrap; justify-content: center;
  max-width: 760px; margin: 0 auto;
}
.cta-btn {
  --c1: #06c755; --c2: #06b14a;
  flex: 1; min-width: 280px;
  position: relative;
  display: flex; align-items: center; gap: 16px;
  padding: 18px 24px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--c1), var(--c2));
  color: #fff;
  text-align: left;
  box-shadow: 0 14px 36px rgba(0,0,0,.25);
  overflow: hidden;
  transition: transform .3s, box-shadow .3s;
  font-family: inherit;
}
.cta-line { --c1: #06c755; --c2: #04a548; }
.cta-wa   { --c1: #25d366; --c2: #128c7e; }
.cta-btn:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 22px 46px rgba(0,0,0,.35);
}
.cta-btn .ring {
  position: absolute;
  width: 220px; height: 220px;
  border-radius: 50%;
  background: rgba(255,255,255,.12);
  top: -120px; right: -100px;
  animation: floatRing 6s ease-in-out infinite;
}
@keyframes floatRing {
  0%,100% { transform: scale(1); }
  50% { transform: scale(1.15); }
}
.cta-btn .ico {
  width: 60px; height: 60px;
  border-radius: 16px;
  background: rgba(255,255,255,.18);
  display: grid; place-items: center;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
.cta-btn .ico::before {
  content:''; position: absolute; inset: -4px;
  border-radius: inherit;
  border: 2px solid rgba(255,255,255,.35);
  animation: ringPulse 2.2s infinite;
}
@keyframes ringPulse {
  0% { transform: scale(1); opacity: .9; }
  100% { transform: scale(1.35); opacity: 0; }
}
.cta-btn .txt { display: flex; flex-direction: column; line-height: 1.2; z-index: 2; flex: 1; }
.cta-btn .txt b { font-size: 18px; letter-spacing: 1px; font-weight: 700; }
.cta-btn .txt i { font-style: normal; font-size: 13px; opacity: .9; margin-top: 4px; }
.cta-btn .arrow { font-size: 22px; opacity: .8; z-index: 2; transition: transform .25s; }
.cta-btn:hover .arrow { transform: translateX(4px); }

/* ============ Float CTA ============ */
.float-cta {
  position: fixed;
  right: 18px; bottom: 22px;
  z-index: 60;
  display: flex; flex-direction: column; gap: 14px;
}
.float-btn {
  width: 56px; height: 56px;
  border-radius: 50%;
  display: grid; place-items: center;
  color: #fff;
  box-shadow: 0 12px 28px rgba(0,0,0,.25);
  position: relative;
  transition: transform .25s;
}
.float-btn svg {
  display: block;
}
.float-btn:hover { transform: scale(1.1); }
.float-line { background: linear-gradient(135deg, #06c755, #04a548); }
.float-wa { background: linear-gradient(135deg, #25d366, #128c7e); }
.float-btn::before, .float-btn::after {
  content:''; position: absolute; inset: 0; border-radius: 50%;
  border: 2px solid currentColor;
  opacity: 0;
  animation: floatRipple 2s infinite;
}
.float-btn::after { animation-delay: 1s; }
@keyframes floatRipple {
  0% { transform: scale(1); opacity: .6; }
  100% { transform: scale(1.8); opacity: 0; }
}

/* ============ Footer ============ */
.site-footer {
  background: #0a3f24;
  color: rgba(255,255,255,.7);
  padding: 50px 0 30px;
}
.footer-inner {
  display: flex; justify-content: space-between; align-items: center; gap: 30px;
  flex-wrap: wrap;
}
.footer-brand { display: flex; align-items: center; gap: 16px; color: #fff; }
.footer-brand b { font-family: "Noto Serif TC", serif; font-size: 16px; letter-spacing: 4px; display: block; }
.footer-brand p { margin: 4px 0 0; font-size: 13px; color: rgba(255,255,255,.65); }
.footer-meta { font-size: 12.5px; color: rgba(255,255,255,.55); }

/* ============ Reveal Animation ============ */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .8s ease, transform .8s ease;
}
.reveal.in {
  opacity: 1;
  transform: translateY(0);
}

/* ============ Responsive ============ */
@media (max-width: 880px) {
  .site-nav { display: none; }
  .header-inner > .btn { padding: 6px 14px; font-size: 12px; }
  .hero-visual { height: clamp(280px, 44vh, 460px); }
  .hero-bg { background-position: 62% center; }
  .hero-overlay {
    background:
      radial-gradient(circle at 34% 18%, rgba(231, 201, 143, .2), transparent 28%),
      linear-gradient(180deg, rgba(6, 42, 24, .45) 0%, rgba(6, 42, 24, .78) 100%);
  }
  .hero-content { margin-top: 24px; padding: 12px 2px 0; }
  .hero-title { font-size: clamp(34px, 6vw, 52px); }
  .hero-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 18px; }
  .hero-stats li:nth-child(odd) {
    border-left: 0;
    padding-left: 0;
  }
  .hero-stats b { font-size: 22px; }
  .promise-inner { grid-template-columns: 1fr; gap: 50px; }
  .promise { background-attachment: scroll; }
  .footer-inner { flex-direction: column; text-align: center; }
}
@media (max-width: 520px) {
  .brand-en { display: none; }
  .hero-cta .btn { width: 100%; justify-content: center; }
  .hero-visual { height: 240px; border-radius: 0 0 8px 8px; }
  .hero-content { margin-top: 18px; padding: 4px 0 0; }
  .hero-badge { font-size: 11px; letter-spacing: .08em; }
  .hero-title { font-size: 32px; }
  .hero-sub { font-size: 14px; line-height: 1.7; }
  .hero-stats {
    width: 100%;
    gap: 10px;
    padding-top: 14px;
  }
  .hero-stats li {
    min-width: 0;
    padding: 0 0 0 10px;
  }
  .cta-btn { padding: 14px 18px; min-width: 100%; }
  .cta-btn .ico { width: 50px; height: 50px; }
  .cta-btn .txt b { font-size: 16px; }
  .float-cta { right: 12px; bottom: 16px; }
}
