/* 農拾日嚐 — 質感自然風 */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --cream: #f7f4ef;
  --paper: #faf8f5;
  --brown: #3d2b1f;
  --brown-soft: #6b5344;
  --sage: #5a6b4a;
  --sage-light: #8a9a78;
  --line: #ddd5c8;
  --white: #ffffff;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "PingFang TC", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  line-height: 1.85;
  color: var(--brown);
  background-color: var(--cream);
  font-size: 16px;
  letter-spacing: 0.02em;
  overflow-x: hidden;
}

a {
  color: var(--sage);
  text-decoration: none;
  transition: color 0.2s;
}

a:hover {
  color: var(--brown);
}

/* ── 導覽 ── */
header {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 100;
}

.nav {
  max-width: 1080px;
  margin: 0 auto;
  padding: 1rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--brown);
}

.logo:hover {
  opacity: 0.8;
}

.logo img {
  height: 44px;
  width: auto;
}

.logo-text {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.3;
}

.logo-text span {
  display: block;
  font-size: 0.62rem;
  font-weight: 400;
  letter-spacing: 0.22em;
  color: var(--brown-soft);
}

nav ul {
  list-style: none;
  display: flex;
  gap: 0.25rem 1.75rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

nav a {
  color: var(--brown-soft);
  font-size: 0.88rem;
  letter-spacing: 0.06em;
  font-weight: 400;
}

nav a:hover,
nav a.active {
  color: var(--brown);
}

nav a.active {
  border-bottom: 1px solid var(--sage);
  padding-bottom: 2px;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.4rem;
  border: 1px solid var(--line);
  background: var(--paper);
  cursor: pointer;
  flex-shrink: 0;
}

.nav-toggle-bar {
  display: block;
  width: 100%;
  height: 1.5px;
  background: var(--brown);
  transition: transform 0.2s, opacity 0.2s;
}

/* ── 主內容 ── */
main {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 2rem 4rem;
}

/* 首頁橫幅 — 置中、不超過原圖寬度，保持清晰 */
.hero-full {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto 3rem;
  padding: 0 2rem;
}

.hero-full img {
  width: 100%;
  height: auto;
  display: block;
}

/* 頁面標題區 */
.page-head {
  text-align: center;
  padding: 3.5rem 0 2.5rem;
  border-bottom: 1px solid var(--line);
  margin-bottom: 3rem;
}

.page-head h1 {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  color: var(--brown);
  margin-bottom: 0.75rem;
}

.page-head p {
  font-size: 0.92rem;
  color: var(--brown-soft);
  letter-spacing: 0.1em;
}

/* 首頁引言 */
.intro {
  max-width: 640px;
  margin: 0 auto 3.5rem;
  text-align: center;
}

.intro-brand {
  font-size: 1.35rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  color: var(--brown);
  margin-bottom: 0.75rem;
}

.intro .slogan {
  font-size: 1.05rem;
  letter-spacing: 0.14em;
  color: var(--brown);
  margin-bottom: 1.5rem;
}

.intro .slogan::before,
.intro .slogan::after {
  content: "—";
  margin: 0 0.75rem;
  color: var(--line);
}

.intro-body,
.intro p:not(.slogan):not(.values-line):not(.intro-brand) {
  color: var(--brown-soft);
  font-size: 1rem;
  line-height: 1.85;
}

.values-line {
  margin-top: 1.75rem;
  font-size: 0.875rem;
  letter-spacing: 0.12em;
  color: var(--sage);
}

/* 首頁 — 現在的嚴選 */
.home-featured {
  max-width: 640px;
  margin: 0 auto 3.5rem;
  padding-top: 0.5rem;
}

.home-featured-title {
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  color: var(--sage);
  text-align: center;
  margin-bottom: 1.5rem;
}

.home-featured-list {
  list-style: none;
  border-top: 1px solid var(--line);
}

.home-featured-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 1.35rem 0;
  border-bottom: 1px solid var(--line);
}

.home-featured-body h3 {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--brown);
  margin-bottom: 0.35rem;
}

.home-featured-body p {
  font-size: 0.9375rem;
  color: var(--brown-soft);
  letter-spacing: 0.04em;
  line-height: 1.6;
}

.home-featured-spec {
  font-size: 0.9375rem;
}

.home-featured-link {
  flex-shrink: 0;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  color: var(--sage);
  padding: 0.5rem 0.75rem;
  border: 1px solid var(--line);
  background: var(--paper);
  transition: border-color 0.2s, color 0.2s;
}

.home-featured-link:hover {
  border-color: var(--sage);
  color: var(--brown);
  text-decoration: none;
}

/* 內文區塊 */
.content-block {
  max-width: 720px;
  margin: 0 auto 3rem;
}

.content-block p {
  margin-bottom: 1.25rem;
  color: var(--brown-soft);
}

.content-block p:last-child {
  margin-bottom: 0;
}

.section-label {
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  color: var(--sage-light);
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.section-title {
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--brown);
  margin-bottom: 1.25rem;
}

.divider {
  border: none;
  border-top: 1px solid var(--line);
  margin: 3rem auto;
  max-width: 120px;
}

.quote {
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.14em;
  color: var(--brown);
  padding: 1.4rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin: 1.75rem 0;
}

.story-promise .section-title {
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  margin-bottom: 1.25rem;
}

/* 品牌故事 — 編輯式影像排版 */
.story-main .page-head {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

.story-main .quote {
  margin: 1.25rem 0 2.25rem;
}

.story-banner {
  max-width: 1000px;
  margin: 0 auto 1.25rem;
}

.story-banner img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center 72%;
  filter: saturate(0.9) brightness(0.98) sepia(0.04);
}

.philosophy-split {
  display: grid;
  grid-template-columns: 1fr 32%;
  gap: 2.5rem;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}

.philosophy-text .section-label {
  margin-bottom: 0.75rem;
}

.philosophy-text .section-title {
  margin-bottom: 1.5rem;
}

.philosophy-text p {
  color: var(--brown-soft);
  margin-bottom: 1.25rem;
}

.philosophy-text p:last-child {
  margin-bottom: 0;
}

.philosophy-photo {
  margin: 0 0 0 auto;
  max-width: 88%;
}

.philosophy-photo img {
  display: block;
  width: 100%;
  filter: saturate(0.9) brightness(0.98) sepia(0.04);
}

.story-main .content-block {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.story-main .divider {
  margin: 3rem auto;
}

.symbol-block {
  max-width: 1000px;
}

.symbol-split {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 3rem;
  align-items: start;
  margin-top: 0.5rem;
}

.symbol-logo {
  margin: 0;
  background: transparent;
}

.symbol-logo img {
  display: block;
  width: 100%;
  max-width: 192px;
  mix-blend-mode: multiply;
}

.symbol-text p {
  color: var(--brown-soft);
  margin-bottom: 1.25rem;
}

.symbol-text p:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .story-main .page-head {
    padding: 2rem 0 1.5rem;
    margin-bottom: 1.5rem;
  }

  .story-banner {
    margin-bottom: 1rem;
  }

  .story-banner img {
    height: 160px;
    object-position: center 68%;
  }

  .story-main .quote {
    margin: 0.85rem 0 1.35rem;
    padding: 1.1rem 0;
  }

  .philosophy-split {
    grid-template-columns: 1fr;
    gap: 1.35rem;
  }

  .philosophy-text p {
    font-size: 1rem;
    line-height: 1.85;
    margin-bottom: 1rem;
  }

  .philosophy-photo {
    max-width: 220px;
    margin: 0 auto;
  }

  .story-main .divider {
    margin: 2rem auto;
  }

  .symbol-split {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    text-align: center;
  }

  .symbol-text p {
    font-size: 1rem;
    line-height: 1.85;
    margin-bottom: 1rem;
  }

  .symbol-logo img {
    margin: 0 auto;
    max-width: 160px;
  }

  .story-promise p {
    font-size: 1rem;
    line-height: 1.85;
  }
}

/* 使命願景 */
.pillar-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.pillar {
  padding: 2rem;
  background: var(--paper);
  border: 1px solid var(--line);
}

.pillar h3 {
  font-size: 0.85rem;
  letter-spacing: 0.16em;
  color: var(--sage);
  margin-bottom: 1rem;
  font-weight: 500;
}

.pillar p {
  font-size: 0.92rem;
  color: var(--brown-soft);
  line-height: 1.9;
}

/* 品牌價值列表 */
.value-list {
  list-style: none;
  max-width: 720px;
  margin: 0 auto;
}

.value-list li {
  display: flex;
  gap: 1.5rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--line);
}

.value-list li:first-child {
  border-top: 1px solid var(--line);
}

.value-list .label {
  min-width: 3rem;
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  color: var(--sage);
  font-weight: 500;
}

.value-list .desc {
  font-size: 0.92rem;
  color: var(--brown-soft);
}

/* 嚴選 — 商品 */
.curated-main {
  padding-bottom: 5.5rem;
}

.curated-main .page-head {
  padding: 2.5rem 0 1.75rem;
  margin-bottom: 2rem;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 1.5rem;
  row-gap: 2rem;
  max-width: 1000px;
  margin: 0 auto;
}

.product-item {
  background: var(--paper);
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  height: 100%;
}

a.product-item--link {
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.25s ease;
}

a.product-item--link:hover {
  box-shadow: 0 4px 18px rgba(61, 43, 31, 0.07);
}

a.product-item--link:hover .product-photo img {
  transform: scale(1.02);
}

.product-photo {
  aspect-ratio: 4 / 3;
  background: var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brown-soft);
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  overflow: hidden;
  flex-shrink: 0;
}

.product-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.product-body {
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 200px;
}

.product-body h3 {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--brown);
  margin-bottom: 0.5rem;
}

.product-photo--contain {
  aspect-ratio: auto;
  min-height: 200px;
  padding: 0.75rem;
  background: var(--paper);
}

.product-photo--contain img {
  width: 100%;
  height: auto;
  max-height: 220px;
  object-fit: contain;
  transform: none;
}

a.product-item--link:hover .product-photo--contain img,
.product-item--split .product-item-main:hover .product-photo--contain img {
  transform: none;
}

.product-card-meta {
  margin-top: auto;
  font-size: 0.8125rem;
  letter-spacing: 0.06em;
  color: var(--sage);
  padding-top: 0.75rem;
  border-top: 1px solid var(--line);
}

.curated-more-links {
  text-align: center;
  margin-top: 2.5rem;
  font-size: 0.8125rem;
  letter-spacing: 0.06em;
  color: var(--brown-soft);
}

.curated-more-links a {
  color: var(--sage);
}

.curated-more-links a:hover {
  color: var(--brown);
}

.product-item--disabled .product-body {
  min-height: 160px;
}

body.nav-menu-open {
  overflow: hidden;
}

.logo {
  min-width: 0;
}

.logo-text {
  min-width: 0;
  overflow: hidden;
}

.product-body .desc {
  font-size: 0.88rem;
  color: var(--brown-soft);
  margin-bottom: 1.25rem;
  line-height: 1.8;
  flex: 1;
  min-height: 3.6em;
}

.spec-table--card {
  margin-top: auto;
}

.product-categories {
  margin-top: auto;
  font-size: 0.82rem;
  color: var(--sage);
  letter-spacing: 0.06em;
  border-top: 1px solid var(--line);
  padding-top: 0.75rem;
}

/* 嚴選首頁 — 卡片主區 + 底部獨立連結（避免巢狀 <a>） */
.product-item--split {
  transition: box-shadow 0.25s ease;
}

.product-item--split:hover {
  box-shadow: 0 4px 18px rgba(61, 43, 31, 0.07);
}

.product-item-main {
  display: flex;
  flex-direction: column;
  flex: 1;
  text-decoration: none;
  color: inherit;
  min-height: 0;
}

.product-item--split .product-item-main:hover .product-photo img {
  transform: scale(1.02);
}

.product-item--split .product-body {
  min-height: 180px;
}

.product-subnav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0.75rem 1rem 1.15rem;
  border-top: 1px solid var(--line);
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.product-subnav a {
  color: var(--sage);
  text-decoration: none;
  padding: 0.15rem 0.2rem;
  cursor: pointer;
  transition: color 0.2s;
}

.product-subnav a:hover,
.product-subnav a:focus-visible {
  color: var(--brown);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.product-subnav-sep {
  color: var(--sage-light);
  user-select: none;
  pointer-events: none;
  padding: 0 0.1rem;
}

.product-subnav--status {
  justify-content: center;
  color: var(--sage);
  cursor: default;
  margin: 0;
}

.product-item--disabled {
  cursor: default;
}

.product-item--disabled:hover {
  box-shadow: none;
}

.product-item--disabled .product-item-main {
  cursor: default;
}

.product-item--disabled .product-item-main:hover .product-photo img {
  transform: none;
}

.category-tags {
  text-align: center;
  font-size: 0.85rem;
  color: var(--sage);
  letter-spacing: 0.08em;
  margin-bottom: 2rem;
}

/* 嚴選 — 分類頁（四頁共用結構） */
.category-page {
  padding-bottom: 5rem;
}

.category-hero {
  max-width: 1000px;
  margin: 0 auto 3.25rem;
}

.category-hero img {
  display: block;
  width: 100%;
  height: auto;
  filter: saturate(0.9) brightness(0.98) sepia(0.04);
}

.category-hero-text {
  text-align: center;
  padding: 2rem 0 0;
}

.category-hero-text h1 {
  font-size: 1.35rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  color: var(--brown);
  margin-bottom: 0.75rem;
}

.category-hero-text p {
  font-size: 0.92rem;
  color: var(--brown-soft);
  letter-spacing: 0.06em;
  line-height: 1.9;
  max-width: 520px;
  margin: 0 auto;
}

.category-items {
  margin-bottom: 3.5rem;
}

.category-items-message {
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
  padding: 1.5rem 0 0.5rem;
}

.category-items-message p {
  font-size: 0.95rem;
  color: var(--brown-soft);
  line-height: 2;
  letter-spacing: 0.04em;
}

.category-items-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 1.5rem;
  row-gap: 2rem;
  max-width: 900px;
  margin: 0 auto;
}

.category-items-grid:has(> :only-child) {
  grid-template-columns: minmax(0, 300px);
  justify-content: center;
}

.category-items-grid:has(> :nth-child(2):last-child) {
  grid-template-columns: repeat(2, minmax(0, 280px));
  justify-content: center;
}

.category-item {
  background: var(--paper);
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  height: 100%;
}

a.category-item--link {
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.25s ease;
}

a.category-item--link:hover {
  box-shadow: 0 4px 18px rgba(61, 43, 31, 0.07);
}

a.category-item--link:hover .category-item-photo img {
  transform: scale(1.02);
}

.category-item-photo {
  aspect-ratio: 4 / 3;
  background: var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brown-soft);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  overflow: hidden;
  flex-shrink: 0;
}

.category-item-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.category-item-photo--full {
  aspect-ratio: auto;
}

.category-item-photo--full img {
  width: 100%;
  height: auto;
  object-fit: unset;
}

.category-item-body {
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.category-item-body h3 {
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--brown);
  margin-bottom: 0.5rem;
}

.category-item-intro {
  font-size: 0.85rem;
  color: var(--brown-soft);
  line-height: 1.75;
  flex: 1;
  margin-bottom: 0.75rem;
}

.category-item-meta {
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  color: var(--sage);
  margin-bottom: 0.75rem;
}

.category-item-more {
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  color: var(--sage);
  margin-top: auto;
}

a.category-item--link:hover .category-item-more {
  color: var(--brown);
}

.category-philosophy {
  max-width: 600px;
  margin: 0 auto 3rem;
  text-align: center;
  padding: 2.75rem 0 0;
  border-top: 1px solid var(--line);
}

.category-philosophy .section-label {
  margin-bottom: 1rem;
}

.category-philosophy p {
  font-size: 0.9rem;
  color: var(--brown-soft);
  line-height: 2;
  letter-spacing: 0.04em;
}

.category-back {
  text-align: center;
  margin-top: 1rem;
  font-size: 0.85rem;
  letter-spacing: 0.06em;
}

.category-back a {
  color: var(--brown-soft);
}

.category-back a:hover {
  color: var(--brown);
}

.category-page--coming-soon .page-head {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}

.category-page--coming-soon .category-items-message {
  padding-top: 0;
  margin-bottom: 2rem;
}

.category-page--coming-soon .category-back {
  margin-top: 0;
}

/* 農作狀態（分類卡片沿用） */
.crop-status {
  display: inline-block;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  color: var(--sage);
}

.crop-status--seasonal { color: var(--sage); }
.crop-status--growing { color: var(--sage-light); }
.crop-status--limited { color: var(--brown-soft); }
.crop-status--closed { color: var(--sage-light); }
.crop-status--harvest { color: var(--sage); }

.crop-detail-main .crop-detail-photo {
  aspect-ratio: 16 / 9;
  max-width: 720px;
  margin: 0 auto 1.5rem;
  background: var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brown-soft);
  font-size: 0.82rem;
  overflow: hidden;
}

.crop-detail-main .crop-detail-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.crop-detail-main .crop-detail-photo.crop-detail-photo--full {
  aspect-ratio: auto;
  max-width: 900px;
  overflow: visible;
  background: transparent;
}

.crop-detail-main .crop-detail-photo.crop-detail-photo--full img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

.crop-detail-meta {
  text-align: center;
  margin-bottom: 2rem;
}

.crop-detail-sections {
  max-width: 640px;
  margin: 0 auto;
}

.crop-detail-sections section {
  margin-bottom: 1.75rem;
  padding-bottom: 1.75rem;
  border-bottom: 1px solid var(--line);
}

.crop-detail-sections section:last-child {
  border-bottom: none;
}

.crop-detail-sections h2 {
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  color: var(--sage);
  margin-bottom: 0.5rem;
  font-weight: 500;
}

.crop-detail-sections p {
  font-size: 0.9rem;
  color: var(--brown-soft);
  line-height: 1.8;
}

@media (max-width: 1023px) and (min-width: 769px) {
  .category-items-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 640px;
  }

  .category-items-grid:has(> :nth-child(2):last-child) {
    grid-template-columns: repeat(2, minmax(0, 280px));
    justify-content: center;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 640px;
  }
}

@media (max-width: 768px) {
  .product-grid {
    grid-template-columns: 1fr;
    max-width: 100%;
    gap: 1.75rem;
  }

  .category-items-grid {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .category-items-grid:has(> :nth-child(2):last-child) {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .curated-main {
    padding-left: 0;
    padding-right: 0;
  }

  .product-grid {
    max-width: 100%;
  }
}

.spec-table {
  width: 100%;
  font-size: 0.82rem;
  border-collapse: collapse;
}

.spec-table tr {
  border-top: 1px solid var(--line);
}

.spec-table td {
  padding: 0.5rem 0;
  color: var(--brown-soft);
}

.spec-table td:first-child {
  width: 5rem;
  color: var(--sage);
  letter-spacing: 0.06em;
}

/* 購買／聯絡 */
.purchase-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  max-width: 720px;
  margin: 0 auto;
}

.purchase-card {
  padding: 2.5rem 2rem;
  background: var(--paper);
  border: 1px solid var(--line);
  text-align: center;
}

.purchase-card h3 {
  font-size: 0.9rem;
  letter-spacing: 0.16em;
  color: var(--brown);
  margin-bottom: 0.75rem;
  font-weight: 500;
}

.purchase-card p {
  font-size: 0.88rem;
  color: var(--brown-soft);
  margin-bottom: 1.5rem;
  line-height: 1.8;
}

.btn {
  display: inline-block;
  padding: 0.75rem 2rem;
  border: 1px solid var(--brown);
  color: var(--brown);
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  transition: background 0.2s, color 0.2s;
}

.btn:hover {
  background: var(--brown);
  color: var(--paper);
  text-decoration: none;
}

.btn-line {
  border-color: #06c755;
  color: #06c755;
}

.btn-line:hover {
  background: #06c755;
  color: var(--white);
}

.btn-shopee {
  border-color: #ee4d2d;
  color: #ee4d2d;
}

.btn-shopee:hover {
  background: #ee4d2d;
  color: var(--white);
}

.contact-note {
  max-width: 560px;
  margin: 3rem auto 0;
  text-align: center;
  font-size: 0.85rem;
  color: var(--brown-soft);
  line-height: 1.9;
}

/* 頁尾 */
footer {
  border-top: 1px solid var(--line);
  padding: 2.5rem 2rem;
  text-align: center;
  background: var(--paper);
}

footer .brand {
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  color: var(--brown);
  margin-bottom: 0.5rem;
}

footer .footer-tagline {
  font-size: 0.8125rem;
  letter-spacing: 0.12em;
  color: var(--brown-soft);
  margin-bottom: 0.5rem;
}

footer .footer-meta {
  font-size: 0.78rem;
  color: var(--brown-soft);
  letter-spacing: 0.06em;
  line-height: 1.85;
  margin-bottom: 0.65rem;
}

footer .footer-socials {
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  margin-bottom: 0.5rem;
}

footer .footer-socials-sep {
  color: var(--line);
}

footer .footer-copy {
  font-size: 0.75rem;
  color: var(--brown-soft);
  letter-spacing: 0.06em;
}

footer p {
  font-size: 0.78rem;
  color: var(--brown-soft);
  letter-spacing: 0.06em;
}

footer a {
  color: var(--brown-soft);
}

footer a:hover {
  color: var(--brown);
}

/* 響應式 — 手機 Header */
@media (max-width: 768px) {
  .nav {
    padding: 0.65rem 1.25rem;
    flex-wrap: nowrap;
  }

  .logo img {
    height: 36px;
  }

  .logo-text {
    font-size: 0.92rem;
  }

  .logo-text span {
    font-size: 0.55rem;
  }

  .nav-toggle {
    display: flex;
    min-width: 44px;
    min-height: 44px;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    display: none;
  }

  header .nav {
    position: relative;
  }

  .nav-open .site-nav {
    display: block;
  }

  .site-nav ul {
    flex-direction: column;
    gap: 0;
    padding: 0.5rem 0 0.75rem;
  }

  .site-nav li {
    border-top: 1px solid var(--line);
  }

  .site-nav a {
    display: block;
    padding: 0.85rem 1.25rem;
    font-size: 0.9375rem;
  }

  .site-nav a.active {
    border-bottom: none;
    padding-bottom: 0.85rem;
    background: rgba(90, 107, 74, 0.06);
  }

  .nav-open .nav-toggle-bar:nth-child(1) {
    transform: translateY(6.5px) rotate(45deg);
  }

  .nav-open .nav-toggle-bar:nth-child(2) {
    opacity: 0;
  }

  .nav-open .nav-toggle-bar:nth-child(3) {
    transform: translateY(-6.5px) rotate(-45deg);
  }

  main {
    padding: 0 1.25rem 2.25rem;
  }

  .hero-full {
    padding: 0 0.5rem;
    margin-bottom: 1.5rem;
  }

  .intro {
    margin-bottom: 2rem;
    text-align: left;
  }

  .home-featured {
    margin-bottom: 2rem;
  }

  .divider {
    margin: 2rem auto;
  }

  .content-block {
    margin-bottom: 2rem;
  }

  .curated-main {
    padding-bottom: 4rem;
  }

  .curated-main .page-head {
    padding: 2rem 0 1.35rem;
    margin-bottom: 1.5rem;
  }

  .product-grid {
    gap: 1.35rem;
  }

  .curated-more-links {
    margin-top: 1.75rem;
  }

  .category-hero {
    margin-bottom: 2.25rem;
  }

  .category-items {
    margin-bottom: 2.5rem;
  }

  .category-philosophy {
    padding-top: 2rem;
    margin-bottom: 2rem;
  }

  footer {
    padding: 1.75rem 1.25rem;
  }

  footer .footer-tagline,
  footer .footer-meta,
  footer .footer-socials {
    font-size: 0.8125rem;
  }

  .page-head {
    padding: 2rem 0 1.5rem;
  }

  .intro .slogan::before,
  .intro .slogan::after {
    display: none;
  }

  .intro .slogan {
    text-align: center;
  }

  .intro-brand {
    text-align: center;
  }

  .values-line {
    text-align: center;
  }

  .home-featured-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.85rem;
  }

  .home-featured-link {
    align-self: flex-start;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }

  .category-item-intro {
    font-size: 1rem;
    line-height: 1.75;
  }

  .category-item-more {
    font-size: 0.875rem;
  }

  .page-head {
    padding: 2rem 0 1.5rem;
  }

  .page-head h1 {
    font-size: 1.25rem;
  }

  .page-head p {
    font-size: 0.9375rem;
    line-height: 1.85;
  }
}

@media (max-width: 480px) {
  body {
    font-size: 16px;
    line-height: 1.8;
  }

  .content-block p,
  .category-hero-text p {
    font-size: 1rem;
    line-height: 1.85;
  }
}

@media (max-width: 360px) {
  .nav {
    padding: 0.6rem 1rem;
  }

  .logo-text {
    font-size: 0.85rem;
  }
}
