﻿@charset "UTF-8";<style>

*{ box-sizing:border-box; }
.s-root{
  margin:0;
  font-family:"Noto Serif TC","Microsoft JhengHei",serif;
  color:var(--s-ink);
  background:var(--s-cream);
  -webkit-font-smoothing:antialiased;
  line-height:1.9;
}
.s-root h1,.s-root h2,.s-root h3,.s-root h4{
  font-family:"Noto Serif TC","Microsoft JhengHei",serif;
  font-weight:700; letter-spacing:.04em; margin:0;
}
.s-root a{ color:inherit; text-decoration:none; }
/* ===== Hero ===== */


 a { text-decoration: none !important; }

.st-hero{
  position:relative;
  background:linear-gradient(130deg, var(--s-leaf) 0%, #d7e9c6 40%, var(--s-cream) 100%);
  padding:68px 24px 96px;
  overflow:hidden;
}
.st-hero::before{
  content:"";
  position:absolute; left:-80px; top:-80px;
  width:340px; height:340px; border-radius:50%;
  background:radial-gradient(circle, rgba(234,147,137,0.22), transparent 70%);
}
.st-hero::after{
  content:"";
  position:absolute; right:-60px; bottom:-80px;
  width:320px; height:320px; border-radius:50%;
  background:radial-gradient(circle, rgba(186,216,160,0.38), transparent 70%);
}
.st-hero-inner{
  max-width:880px; margin:0 auto;
  position:relative; z-index:2; text-align:center;
}
.st-eyebrow{
  font-family:"Microsoft JhengHei",sans-serif;
  display:inline-block; padding:6px 20px; border-radius:999px;
  background:var(--s-white); color:var(--s-coral-deep);
  font-size:.85rem; font-weight:700; letter-spacing:.15em;
  box-shadow:var(--s-shadow); margin-bottom:24px;
}
.st-hero h1{
  font-size:clamp(1.9rem, 4.2vw, 2.8rem);
  color:var(--s-ink); margin-bottom:18px; line-height:1.4;
}
.st-hero h1 .st-accent{ color:var(--s-coral-deep); }
.st-hero-desc{
  font-family:"Microsoft JhengHei",sans-serif;
  font-size:1.05rem; color:var(--s-ink-soft);
  max-width:660px; margin:0 auto 32px;
}
.st-hero-tags{
  display:flex; flex-wrap:wrap; justify-content:center; gap:12px;
}
.st-hero-tag{
  display:inline-flex; align-items:center; gap:7px;
  background:var(--s-white); border:1.5px solid rgba(60,74,51,0.13);
  border-radius:999px; padding:9px 20px;
  font-family:"Microsoft JhengHei",sans-serif;
  font-size:.88rem; font-weight:700; color:var(--s-ink);
  box-shadow:var(--s-shadow);
}
.st-hero-tag .st-dot{
  width:9px; height:9px; border-radius:50%; background:var(--s-coral-deep); flex:0 0 auto;
}
/* ===== 共用 section ===== */
.st-section{
  max-width:1040px; margin:0 auto; padding:68px 24px;
}
.st-section + .st-section{ padding-top:0; }
.st-section-head{
  display:flex; align-items:baseline; gap:14px; margin-bottom:32px;
}
.st-section-tag{
  font-family:"Microsoft JhengHei",sans-serif;
  background:var(--s-coral); color:var(--s-white);
  font-size:.78rem; font-weight:700; letter-spacing:.1em;
  padding:5px 15px; border-radius:8px; white-space:nowrap;
}
.st-section h2{
  font-size:clamp(1.35rem,2.6vw,1.85rem);
  color:var(--s-ink);
  border-bottom:3px solid var(--s-leaf);
  padding-bottom:10px;
  flex:1;
}
/* ===== 三寶卡片 ===== */
.st-treasures-grid{
  display:grid; grid-template-columns:repeat(3,1fr); gap:26px;
}
.st-treasure-card{
  background:var(--s-white); border-radius:var(--s-radius);
  box-shadow:var(--s-shadow); overflow:hidden;
  display:flex; flex-direction:column;
  border-top:5px solid var(--s-coral);
  transition:transform .25s, box-shadow .25s;
}
.st-treasure-card:nth-child(2){ border-top-color:var(--s-leaf-deep); }
.st-treasure-card:nth-child(3){ border-top-color:var(--s-coral-deep); }
.st-treasure-card:hover{
  transform:translateY(-5px);
  box-shadow:0 16px 40px rgba(60,74,51,0.18);
}
.st-card-badge{
  font-family:"Microsoft JhengHei",sans-serif;
  font-size:.72rem; font-weight:700; letter-spacing:.12em;
  display:inline-block; padding:4px 13px; border-radius:999px;
  background:rgba(234,147,137,0.14); color:var(--s-coral-deep);
  margin-bottom:12px;
}
.st-treasure-card:nth-child(2) .st-card-badge{
  background:rgba(143,184,115,0.15); color:var(--s-leaf-deep);
}
.st-treasure-card:nth-child(3) .st-card-badge{
  background:rgba(217,116,104,0.12); color:var(--s-coral-deep);
}
.st-card-body{ padding:28px 26px; flex:1; }
.st-card-num{
  font-family:"Noto Serif TC",serif;
  font-size:2rem; font-weight:700; color:var(--s-leaf-deep);
  line-height:1; margin-bottom:8px; opacity:.55;
}
.st-card-body h3{
  font-size:1.25rem; color:var(--s-ink); margin-bottom:14px;
  display:flex; align-items:center; gap:10px; flex-wrap:wrap;
}
.st-card-body h3 span.st-sub{
  font-family:"Microsoft JhengHei",sans-serif;
  font-size:.82rem; color:var(--s-ink-soft); font-weight:400;
}
.st-card-body p{
  font-family:"Microsoft JhengHei",sans-serif;
  font-size:.93rem; color:var(--s-ink-soft); line-height:1.9; margin:0 0 14px;
}
.st-card-body p:last-child{ margin-bottom:0; }
/* ===== 梅子營養 section ===== */
.st-nutrition{
  background:var(--s-white);
  border-radius:var(--s-radius);
  box-shadow:var(--s-shadow);
  padding:40px 44px;
  margin-bottom:0;
}
.st-nutrition-intro{
  font-family:"Microsoft JhengHei",sans-serif;
  font-size:1rem; color:var(--s-ink-soft); line-height:1.95;
  margin:0 0 28px;
}
.st-nutri-grid{
  display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin-bottom:28px;
}
.st-nutri-card{
  background:var(--s-cream); border-radius:14px; padding:20px 18px;
  border-left:4px solid var(--s-leaf-deep);
}
.st-nutri-card:nth-child(2){ border-left-color:var(--s-coral); }
.st-nutri-card:nth-child(3){ border-left-color:var(--s-leaf-deep); }
.st-nutri-card h4{
  font-family:"Microsoft JhengHei",sans-serif;
  font-size:.9rem; font-weight:700; color:var(--s-coral-deep); margin-bottom:8px;
}
.st-nutri-card p{
  font-family:"Microsoft JhengHei",sans-serif;
  font-size:.86rem; color:var(--s-ink-soft); line-height:1.75; margin:0;
}
.st-nutri-highlight{
  background:linear-gradient(135deg, var(--s-leaf) 0%, #d0e8bb 100%);
  border-radius:14px; padding:22px 26px;
  display:flex; align-items:flex-start; gap:16px;
}
.st-nutri-highlight-icon{
  width:44px; height:44px; border-radius:50%; flex:0 0 auto;
  background:var(--s-white); display:flex; align-items:center; justify-content:center;
  font-size:1.3rem; box-shadow:0 4px 12px rgba(60,74,51,0.12);
}
.st-nutri-highlight p{
  font-family:"Microsoft JhengHei",sans-serif;
  font-size:.95rem; color:var(--s-ink); line-height:1.85; margin:0;
}
.st-nutri-highlight strong{ color:var(--s-coral-deep); }
/* ===== 有機酸 section ===== */
.st-acid-card{
  background:var(--s-white); border-radius:var(--s-radius);
  box-shadow:var(--s-shadow); padding:36px 40px;
}
.st-acid-intro{
  font-family:"Microsoft JhengHei",sans-serif;
  font-size:1rem; color:var(--s-ink-soft); line-height:1.95; margin:0 0 24px;
}
.st-acid-list{
  display:flex; flex-wrap:wrap; gap:12px; margin-bottom:22px;
}
.st-acid-chip{
  font-family:"Microsoft JhengHei",sans-serif;
  font-size:.88rem; font-weight:700;
  padding:8px 18px; border-radius:999px;
  background:rgba(234,147,137,0.13); color:var(--s-coral-deep);
  border:1.5px solid rgba(234,147,137,0.35);
}
.st-acid-note{
  background:linear-gradient(135deg, var(--s-coral) 0%, var(--s-coral-deep) 100%);
  color:var(--s-white); border-radius:14px; padding:20px 26px;
  font-family:"Microsoft JhengHei",sans-serif;
  font-size:.95rem; line-height:1.85;
}
.st-acid-note strong{ font-size:1rem; }
/* ===== 引言 quote ===== */
.st-quote{
  background:linear-gradient(135deg, var(--s-coral) 0%, var(--s-coral-deep) 100%);
  color:var(--s-white); border-radius:var(--s-radius);
  padding:36px 40px; text-align:center;
  font-size:1.1rem; font-weight:700; letter-spacing:.06em;
  box-shadow:var(--s-shadow); margin:0;
}
.st-quote span{
  display:block; font-family:"Microsoft JhengHei",sans-serif;
  font-weight:400; font-size:.86rem; margin-top:10px; opacity:.9;
}
/* ===== 購買 CTA ===== */
.st-cta{
  background:linear-gradient(120deg, var(--s-leaf) 0%, var(--s-cream) 55%, var(--s-coral) 100%);
}
.st-cta-inner{ max-width:1040px; margin:0 auto; padding:64px 24px; }
.st-cta-box{
  background:var(--s-white); border-radius:var(--s-radius);
  box-shadow:var(--s-shadow); padding:42px 40px;
  display:flex; flex-wrap:wrap; align-items:center;
  justify-content:space-between; gap:24px;
}
.st-cta-box h2{
  font-family:"Noto Serif TC",serif; font-size:1.55rem;
  margin:0 0 10px; color:var(--s-ink);
}
.st-cta-box p{
  font-family:"Microsoft JhengHei",sans-serif;
  margin:0; color:var(--s-ink-soft); font-size:.96rem;
  max-width:460px; line-height:1.8;
}
.st-cta-actions{ display:flex; flex-direction:column; gap:12px; align-items:flex-start; }
.st-cta-phone{
  font-size:1.55rem; font-weight:700; color:var(--s-coral-deep);
  font-family:"Noto Serif TC",serif; letter-spacing:.04em;
}
.st-btn{
  display:inline-flex; align-items:center; gap:8px;
  background:var(--s-coral-deep); color:var(--s-white);
  padding:13px 28px; border-radius:999px;
  font-family:"Microsoft JhengHei",sans-serif;
  font-weight:700; font-size:.93rem;
  text-decoration:none; transition:.25s;
}
.st-btn:hover{ background:var(--s-ink); }
/* ===== Responsive ===== */
@media (max-width: 900px){
  .st-treasures-grid{ grid-template-columns:1fr 1fr; }
  .st-nutri-grid{ grid-template-columns:1fr 1fr; }
}
@media (max-width: 640px){
  .st-treasures-grid{ grid-template-columns:1fr; }
  .st-nutri-grid{ grid-template-columns:1fr; }
  .st-nutrition{ padding:28px 22px; }
  .st-acid-card{ padding:26px 22px; }
  .st-cta-box{ flex-direction:column; align-items:flex-start; padding:30px 24px; }
  .st-hero{ padding:52px 18px 76px; }
  .st-quote{ padding:28px 22px; font-size:1rem; }
}