
/* ==========================================================================
   Sanyuan Herbs — P002 Shop All (generated from content brief v6 2026-08-15)
   Design: Modern Chinese Apothecary × Botanical Editorial × Herbal Heritage
   Namespace: .syh-* / --syh-* global tokens; page-specific .syh-shop-*
   CSS architecture inside this standalone file (master prompt §36):
     1. syh-tokens      — design tokens (colors, radii, shadows, type, layout)
     2. syh-base        — scoped reset, type scale, layout helpers, buttons
     3. syh-components  — header, footer, breadcrumb, trust, FAQ, sources…
     4. syh-shop        — page-specific: hero, SKU grid, filters, dark band
     5. responsive      — 1100 / 840 / 620 breakpoints (site-wide standard)
   Max content width: 1350px
   ========================================================================== */

/* ---------- 1. syh-tokens ---------- */
html { scroll-behavior: smooth; }
body { margin: 0; background: #fbf9f2; }

.syh-site, .syh-site *, .syh-site *::before, .syh-site *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.syh-site {
  /* 10-step mugwort green scale */
  --syh-green-900: #1f3320;
  --syh-green-800: #2f4a24;
  --syh-green-700: #3d5a30;
  --syh-green-600: #4f7038;
  --syh-green-500: #5b8145;
  --syh-green-400: #7a9c5e;
  --syh-green-300: #8ba872;
  --syh-green-200: #b8cd9f;
  --syh-green-100: #d4e1c2;
  --syh-green-50:  #e8efe0;

  /* Deep forest base for utility / header / dark sections */
  --syh-forest: #1c3a2e;
  --syh-forest-deep: #142b22;

  /* Cinnabar seal accents */
  --syh-cinnabar: #b3432b;
  --syh-cinnabar-dark: #7e3428;
  --syh-amber: #c47b2a;

  /* Paper & ink */
  --syh-paper: #f7f4ea;
  --syh-cream: #fbf9f2;
  --syh-ink: #26332a;
  --syh-muted: #57624f;
  --syh-line: rgba(47, 74, 36, 0.18);
  --syh-line-strong: rgba(47, 74, 36, 0.34);

  /* Format card bases (shared family with P001 collection cards) */
  --syh-card-tea: #5a3d22;
  --syh-card-incense: #4e3860;
  --syh-card-soak: #2f5b64;
  --syh-card-gift: #6b4423;

  /* Radii & shadows */
  --syh-radius-sm: 6px;
  --syh-radius: 12px;
  --syh-radius-lg: 20px;
  --syh-radius-xl: 28px;
  --syh-shadow-1: 0 1px 2px rgba(31,42,27,.06), 0 2px 8px rgba(31,42,27,.04);
  --syh-shadow-2: 0 4px 14px rgba(31,42,27,.08), 0 1px 3px rgba(31,42,27,.06);
  --syh-shadow-3: 0 18px 50px rgba(31,42,27,.12), 0 4px 14px rgba(31,42,27,.08);

  /* Type */
  --syh-font-serif: 'Source Serif 4', 'Source Serif Pro', Georgia, 'Times New Roman', serif;
  --syh-font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

  /* Layout */
  --syh-pad: clamp(1.25rem, 4vw, 3rem);
  --syh-section-pad: clamp(4.5rem, 9vw, 8.25rem);

  font-family: var(--syh-font-sans);
  font-size: 16px;
  line-height: 1.65;
  color: var(--syh-ink);
  background:
    linear-gradient(180deg, var(--syh-green-50) 0%, var(--syh-paper) 34%, var(--syh-cream) 100%);
  -webkit-font-smoothing: antialiased;
  position: relative;
}

/* Rice-paper grain overlay (felt, not seen) */
.syh-site::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: .35;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.55 0 0 0 0 0.6 0 0 0 0 0.45 0 0 0 0.10 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  mix-blend-mode: multiply;
}

/* ---------- 2. syh-base ---------- */
.syh-site h1, .syh-site h2, .syh-site h3, .syh-site h4 {
  font-family: var(--syh-font-serif);
  font-weight: 600;
  color: var(--syh-green-900);
  text-wrap: balance;
}
.syh-site h1 {
  font-size: clamp(2.7rem, 5vw, 5.3rem);
  line-height: 1.06;
  letter-spacing: -.02em;
  margin-bottom: 1.3rem;
}
.syh-site h2 {
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 1.07;
  letter-spacing: -.02em;
  margin-bottom: 1.1rem;
}
.syh-site h3 {
  font-size: clamp(1.3rem, 2vw, 2rem);
  margin-bottom: .75rem;
}
.syh-site p { margin-bottom: 1rem; }
.syh-site p:last-child { margin-bottom: 0; }
.syh-site a { color: var(--syh-green-800); text-underline-offset: 3px; }
.syh-site a:hover { color: var(--syh-cinnabar-dark); }
.syh-site :focus-visible {
  outline: 3px solid var(--syh-green-500);
  outline-offset: 3px;
  border-radius: 2px;
}
.syh-site ul, .syh-site ol { list-style: none; }

.syh-site .syh-wrap {
  width: min(100% - 2.5rem, 1350px);
  margin-inline: auto;
}
.syh-site .syh-section { padding-block: var(--syh-section-pad); position: relative; }
.syh-site .syh-section--compact { padding-block: clamp(3.25rem, 6vw, 5.25rem); }
.syh-site section[id], .syh-site div[id], .syh-site aside[id] { scroll-margin-top: 6.5rem; }

.syh-site .syh-kicker {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  margin-bottom: 1.25rem;
  color: var(--syh-cinnabar-dark);
  font-size: .73rem;
  font-weight: 850;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.syh-site .syh-kicker::before {
  width: 2.25rem;
  height: 1px;
  content: "";
  background: currentColor;
}
.syh-site .syh-lead {
  font-size: clamp(1.05rem, 1.6vw, 1.3rem);
  line-height: 1.6;
  color: var(--syh-muted);
}
.syh-site .syh-section-head {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(18rem, .45fr);
  gap: 4rem;
  align-items: end;
  margin-bottom: clamp(2.4rem, 5vw, 4.5rem);
}
.syh-site .syh-section-head h2 { margin-bottom: 0; }
.syh-site .syh-section-head .syh-lead { margin-bottom: .35rem; }

/* Buttons — primary / ghost / light / outline-light */
.syh-site .syh-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  padding: 1rem 1.8rem;
  border: 1px solid var(--syh-green-800);
  border-radius: var(--syh-radius-sm);
  font-family: var(--syh-font-sans);
  font-size: .86rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, color .18s ease;
}
.syh-site .syh-btn--primary {
  background: var(--syh-green-800);
  color: #fff;
  box-shadow: var(--syh-shadow-2);
}
.syh-site .syh-btn--primary:hover {
  background: var(--syh-green-900);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: var(--syh-shadow-3);
}
.syh-site .syh-btn--ghost {
  background: transparent;
  color: var(--syh-green-900);
}
.syh-site .syh-btn--ghost:hover {
  background: rgba(47,74,36,.08);
  color: var(--syh-cinnabar-dark);
  transform: translateY(-2px);
}
.syh-site .syh-btn--light {
  background: #fff;
  border-color: #fff;
  color: var(--syh-green-900);
}
.syh-site .syh-btn--light:hover {
  background: var(--syh-green-50);
  transform: translateY(-2px);
}
.syh-site .syh-btn--outline-light {
  background: transparent;
  border-color: rgba(255,255,255,.5);
  color: #fff;
}
.syh-site .syh-btn--outline-light:hover {
  background: rgba(255,255,255,.12);
  color: #fff;
  transform: translateY(-2px);
}
.syh-site .syh-btn i, .syh-site .syh-btn svg { width: 1.05em; height: 1.05em; }

/* Skip link */
.syh-site .syh-skip-link {
  position: absolute;
  top: -100%;
  left: 1rem;
  z-index: 100;
  padding: .8rem 1.2rem;
  background: var(--syh-green-900);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  border-radius: 0 0 var(--syh-radius-sm) var(--syh-radius-sm);
}
.syh-site .syh-skip-link:focus { top: 0; color: #fff; }

/* ---------- 3. syh-components ---------- */

/* Preview banner + status chips (same device as P001) */
.syh-site .syh-preview {
  position: relative;
  z-index: 50;
  padding: .65rem var(--syh-pad);
  border-bottom: 1px solid rgba(255,255,255,.17);
  background: var(--syh-cinnabar-dark);
  color: #fff7ed;
  text-align: center;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .025em;
}
.syh-site .syh-preview strong { text-transform: uppercase; letter-spacing: .12em; }
.syh-site .syh-preview .syh-chip-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .45rem;
  margin-top: .4rem;
}
.syh-site .syh-chip {
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  padding: .15rem .55rem;
  border-radius: 4px;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.syh-site .syh-chip--verified { background: rgba(91,129,69,.28); color: #e8efe0; }
.syh-site .syh-chip--cond    { background: rgba(196,123,42,.3); color: #ffe9d2; }

/* Utility bar (CMP-01 — 40px forest strip) */
.syh-site .syh-utility {
  position: relative;
  z-index: 40;
  background: var(--syh-forest);
  color: #edf3e9;
  font-size: .78rem;
  letter-spacing: .025em;
}
.syh-site .syh-utility .syh-wrap {
  display: flex;
  min-height: 2.55rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.syh-site .syh-utility-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem;
}
.syh-site .syh-utility-item {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  white-space: nowrap;
}
.syh-site .syh-utility-item i, .syh-site .syh-utility-item svg {
  width: .95rem;
  height: .95rem;
  color: var(--syh-green-300);
}
.syh-site .syh-utility a { color: #edf3e9; }
.syh-site .syh-utility a:hover { color: #fff; }

/* Header (shared — sticky, blurred cream) */
.syh-site .syh-header {
  position: sticky;
  top: 0;
  z-index: 45;
  background: rgba(251,249,242,.9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--syh-line);
}
.syh-site .syh-header .syh-wrap {
  display: flex;
  min-height: 4.6rem;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.syh-site .syh-brand {
  display: inline-flex;
  align-items: center;
  gap: .8rem;
  text-decoration: none;
}
.syh-site .syh-brand:hover { color: inherit; }
.syh-site .syh-brand-seal {
  display: grid;
  place-items: center;
  width: 2.9rem;
  height: 2.9rem;
  border: 1.5px solid var(--syh-cinnabar-dark);
  border-radius: 50%;
  color: var(--syh-cinnabar-dark);
  font-family: var(--syh-font-serif);
  font-size: 1.45rem;
  font-weight: 600;
  transform: rotate(6deg);
  background: rgba(179,67,43,.05);
}
.syh-site .syh-brand-name {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}
.syh-site .syh-brand-name strong {
  font-family: var(--syh-font-serif);
  font-size: 1.28rem;
  font-weight: 700;
  color: var(--syh-green-900);
  letter-spacing: -.01em;
}
.syh-site .syh-brand-name span {
  font-size: .6rem;
  font-weight: 800;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--syh-muted);
}
.syh-site .syh-nav { display: flex; align-items: center; }
.syh-site .syh-nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .35rem;
}
.syh-site .syh-nav a {
  display: inline-block;
  padding: .55rem .85rem;
  border-radius: var(--syh-radius-sm);
  color: var(--syh-green-900);
  font-size: .86rem;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .18s ease, color .18s ease;
}
.syh-site .syh-nav a:hover { background: rgba(47,74,36,.08); color: var(--syh-cinnabar-dark); }
.syh-site .syh-nav a[aria-current="page"] {
  background: var(--syh-green-800);
  color: #fff;
}
.syh-site .syh-nav a[aria-current="page"]:hover { background: var(--syh-green-900); color: #fff; }
.syh-site .syh-header-actions {
  display: flex;
  align-items: center;
  gap: .3rem;
}
.syh-site .syh-icon-btn {
  display: grid;
  place-items: center;
  width: 2.6rem;
  height: 2.6rem;
  border: none;
  border-radius: 50%;
  background: transparent;
  color: var(--syh-green-900);
  cursor: pointer;
  transition: background-color .18s ease;
}
.syh-site .syh-icon-btn:hover { background: rgba(47,74,36,.1); color: var(--syh-cinnabar-dark); }
.syh-site .syh-icon-btn i, .syh-site .syh-icon-btn svg { width: 1.2rem; height: 1.2rem; }

/* Breadcrumb (CMP-01 — small, muted, unboxed) */
.syh-site .syh-breadcrumb {
  position: relative;
  z-index: 1;
  padding-block: 1.1rem;
}
.syh-site .syh-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .55rem;
  font-size: .8rem;
  font-weight: 600;
  color: var(--syh-muted);
}
.syh-site .syh-breadcrumb li { display: inline-flex; align-items: center; gap: .55rem; }
.syh-site .syh-breadcrumb li + li::before {
  content: "›";
  color: var(--syh-green-400);
  font-weight: 700;
}
.syh-site .syh-breadcrumb a { text-decoration: none; }
.syh-site .syh-breadcrumb a:hover { text-decoration: underline; }
.syh-site .syh-breadcrumb [aria-current="page"] {
  color: var(--syh-green-900);
}

/* Trust bar (CMP-04) */
.syh-site .syh-trust {
  border-block: 1px solid var(--syh-line);
  background: rgba(232,239,224,.55);
  position: relative;
  z-index: 1;
}
.syh-site .syh-trust .syh-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  padding-block: 1.6rem;
}
.syh-site .syh-trust-item {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.syh-site .syh-trust-item i, .syh-site .syh-trust-item svg {
  flex: none;
  width: 1.5rem;
  height: 1.5rem;
  color: var(--syh-green-700);
}
.syh-site .syh-trust-item strong {
  display: block;
  font-family: var(--syh-font-serif);
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--syh-green-900);
}
.syh-site .syh-trust-item span {
  font-size: .78rem;
  color: var(--syh-muted);
}

/* Short answer (CMP-03 — apothecary label card) */
.syh-site .syh-short { position: relative; z-index: 1; }
.syh-site .syh-short-card {
  position: relative;
  padding: clamp(2rem, 4.5vw, 3.8rem);
  border: 1px solid var(--syh-line-strong);
  border-radius: var(--syh-radius-xl);
  background: #fffdf6;
  box-shadow: var(--syh-shadow-3);
  overflow: hidden;
}
.syh-site .syh-short-card::before {
  content: "壹句話";
  position: absolute;
  top: 1.4rem;
  right: 1.6rem;
  padding: .35rem .7rem;
  border: 1px solid rgba(126,52,40,.3);
  border-radius: var(--syh-radius-sm);
  color: var(--syh-cinnabar-dark);
  font-family: var(--syh-font-serif);
  font-size: .82rem;
  letter-spacing: .2em;
  transform: rotate(3deg);
  background: rgba(179,67,43,.04);
}
.syh-site .syh-short-answer {
  max-width: 62ch;
  font-family: var(--syh-font-serif);
  font-size: clamp(1.3rem, 2.3vw, 1.95rem);
  line-height: 1.45;
  font-weight: 500;
  color: var(--syh-green-900);
}
.syh-site .syh-short-answer a { text-decoration: underline; }

/* Tier-2 disclaimer note (used under product grid + editorial aside) */
.syh-site .syh-note {
  display: flex;
  align-items: flex-start;
  gap: .65rem;
  max-width: 72ch;
  padding: 1rem 1.25rem;
  border-left: 3px solid var(--syh-cinnabar);
  background: rgba(179,67,43,.05);
  border-radius: 0 var(--syh-radius-sm) var(--syh-radius-sm) 0;
  font-size: .88rem;
  font-style: italic;
  color: var(--syh-ink);
}
.syh-site .syh-note i, .syh-site .syh-note svg {
  flex: none;
  width: 1rem;
  height: 1rem;
  margin-top: .22rem;
  color: var(--syh-cinnabar-dark);
}

/* FAQ (CMP-12 — native details/summary accordion) */
.syh-site .syh-faq-list { border-top: 1px solid var(--syh-line); }
.syh-site .syh-faq-list details { border-bottom: 1px solid var(--syh-line); }
.syh-site .syh-faq-list summary {
  display: grid;
  grid-template-columns: 2.7rem 1fr auto;
  gap: .8rem;
  align-items: center;
  min-height: 4.6rem;
  padding-block: .9rem;
  cursor: pointer;
  font-family: var(--syh-font-serif);
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  font-weight: 600;
  color: var(--syh-green-900);
  list-style: none;
}
.syh-site .syh-faq-list summary::-webkit-details-marker { display: none; }
.syh-site .syh-faq-list summary::after {
  content: "+";
  color: var(--syh-cinnabar);
  font-family: var(--syh-font-sans);
  font-size: 1.6rem;
  font-weight: 300;
  transition: transform .2s ease;
}
.syh-site .syh-faq-list details[open] summary::after { transform: rotate(45deg); }
.syh-site .syh-faq-list summary:hover { color: var(--syh-cinnabar-dark); }
.syh-site .syh-faq-number {
  color: var(--syh-cinnabar);
  font-family: var(--syh-font-sans);
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .1em;
}
.syh-site .syh-faq-answer {
  max-width: 67ch;
  padding: 0 2rem 1.5rem 3.5rem;
  color: var(--syh-muted);
}
.syh-site .syh-faq-answer a { font-weight: 600; }

/* Related standards (CMP-13) + sources (CMP-14) */
.syh-site .syh-related-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .9rem 2.5rem;
}
.syh-site .syh-related-list li {
  display: flex;
  align-items: baseline;
  gap: .7rem;
  padding: .8rem 0;
  border-bottom: 1px dashed var(--syh-line);
  font-size: .95rem;
}
.syh-site .syh-related-list li::before {
  content: "";
  flex: none;
  width: .4rem;
  height: .4rem;
  transform: rotate(45deg);
  background: var(--syh-green-600);
}
.syh-site .syh-related-list a { font-weight: 700; }
.syh-site .syh-related-list span { color: var(--syh-muted); font-size: .85rem; }
.syh-site .syh-sources {
  padding: clamp(2rem, 4vw, 3.2rem);
  border: 1px solid var(--syh-line);
  border-radius: var(--syh-radius-lg);
  background: rgba(232,239,224,.5);
  font-size: .88rem;
}
.syh-site .syh-sources h2 { font-size: clamp(1.3rem, 2.2vw, 1.8rem); margin-bottom: 1rem; }
.syh-site .syh-sources ol { padding-left: 1.4rem; display: grid; gap: .45rem; color: var(--syh-muted); list-style: decimal; }
.syh-site .syh-sources em { font-style: normal; color: var(--syh-ink); font-weight: 600; }
.syh-site .syh-update-record {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem 2rem;
  margin-top: 1.4rem;
  padding-top: 1.2rem;
  border-top: 1px dashed var(--syh-line-strong);
  font-size: .82rem;
  color: var(--syh-muted);
}
.syh-site .syh-update-record dt { font-weight: 800; color: var(--syh-green-900); }
.syh-site .syh-update-record dd { margin: 0; }

/* Footer (shared — newsletter strip + 4-col grid + disclaimer + legal) */
.syh-site .syh-footer {
  background:
    radial-gradient(900px 400px at 110% 0%, rgba(91,129,69,.25), transparent 55%),
    var(--syh-forest-deep);
  color: rgba(232,239,224,.85);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.syh-site .syh-footer::after {
  position: absolute;
  right: -10rem;
  bottom: -18rem;
  width: 40rem;
  aspect-ratio: 1;
  content: "";
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 50%;
  box-shadow:
    0 0 0 5rem rgba(255,255,255,.02),
    0 0 0 10rem rgba(255,255,255,.015);
  pointer-events: none;
}
.syh-site .syh-footer .syh-wrap { position: relative; z-index: 1; }

.syh-site .syh-newsletter {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
  padding-block: clamp(2.6rem, 5vw, 4.2rem);
  border-bottom: 1px solid rgba(255,255,255,.14);
}
.syh-site .syh-newsletter h2 {
  color: #fff;
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  margin-bottom: .6rem;
}
.syh-site .syh-newsletter p { color: rgba(232,239,224,.78); font-size: .95rem; max-width: 46ch; }
.syh-site .syh-newsletter-form { display: grid; gap: .85rem; }
.syh-site .syh-newsletter-form label { font-size: .8rem; font-weight: 700; color: #e8efe0; }
.syh-site .syh-newsletter-form input[type="email"] {
  width: 100%;
  padding: .95rem 1.1rem;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: var(--syh-radius-sm);
  background: rgba(255,255,255,.08);
  color: #fff;
  font-family: var(--syh-font-sans);
  font-size: .95rem;
}
.syh-site .syh-newsletter-form input[type="email"]::placeholder { color: rgba(232,239,224,.55); }
.syh-site .syh-newsletter-form input[type="email"]:focus-visible {
  outline: 3px solid var(--syh-green-400);
  outline-offset: 2px;
}
.syh-site .syh-consent {
  display: flex;
  align-items: flex-start;
  gap: .6rem;
  font-size: .82rem;
  color: rgba(232,239,224,.85);
}
.syh-site .syh-consent input[type="checkbox"] {
  width: 1.05rem;
  height: 1.05rem;
  margin-top: .2rem;
  accent-color: var(--syh-green-400);
}
.syh-site .syh-consent a, .syh-site .syh-footer a { color: #e8efe0; }
.syh-site .syh-consent a:hover, .syh-site .syh-footer a:hover { color: #fff; }
.syh-site .syh-form-note { font-size: .74rem; color: rgba(232,239,224,.6); }

.syh-site .syh-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, minmax(0, .8fr));
  gap: clamp(1.8rem, 3.5vw, 3rem);
  padding-block: clamp(2.4rem, 5vw, 4rem);
}
.syh-site .syh-footer-brand {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
}
.syh-site .syh-footer-seal {
  display: grid;
  place-items: center;
  width: 3.4rem;
  height: 3.4rem;
  border: 1.5px solid rgba(232,239,224,.55);
  border-radius: 50%;
  color: #e8efe0;
  font-family: var(--syh-font-serif);
  font-size: 1.6rem;
  transform: rotate(6deg);
}
.syh-site .syh-footer-brand strong {
  font-family: var(--syh-font-serif);
  font-size: 1.35rem;
  color: #fff;
}
.syh-site .syh-footer-brand p {
  font-size: .88rem;
  color: rgba(232,239,224,.75);
  max-width: 34ch;
}
.syh-site .syh-footer-col h3 {
  font-family: var(--syh-font-sans);
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--syh-green-300);
  margin-bottom: 1rem;
}
.syh-site .syh-footer-col ul { display: grid; gap: .55rem; }
.syh-site .syh-footer-col a {
  font-size: .9rem;
  text-decoration: none;
  color: rgba(232,239,224,.85);
}
.syh-site .syh-footer-col a:hover { color: #fff; text-decoration: underline; }

.syh-site .syh-footer-disclaimer {
  padding: clamp(1.4rem, 3vw, 2rem) 0;
  border-top: 1px solid rgba(255,255,255,.14);
  font-size: .8rem;
  line-height: 1.7;
  color: rgba(232,239,224,.66);
}
.syh-site .syh-footer-disclaimer strong {
  display: block;
  margin-bottom: .35rem;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(232,239,224,.8);
}
.syh-site .syh-footer-legal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: .8rem 2rem;
  padding-block: 1.4rem 2rem;
  border-top: 1px solid rgba(255,255,255,.14);
  font-size: .78rem;
  color: rgba(232,239,224,.6);
}
.syh-site .syh-footer-legal .syh-legal-entity { color: rgba(232,239,224,.85); }

/* Pending stamp & CMS token (placeholder visibility) */
.syh-site .syh-pending {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding: .28rem .55rem;
  border: 1px solid rgba(166,75,55,.35);
  border-radius: 999px;
  color: var(--syh-cinnabar-dark);
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  background: rgba(166,75,55,.04);
  white-space: nowrap;
}
.syh-site .syh-pending--light {
  border-color: rgba(255,217,207,.5);
  color: #ffd9cf;
  background: rgba(255,255,255,.06);
}
.syh-site .syh-token {
  display: inline-block;
  padding: .1rem .35rem;
  background: rgba(196,123,42,.12);
  border: 1px dashed rgba(196,123,42,.4);
  border-radius: 4px;
  font-family: Consolas, 'Courier New', monospace;
  font-size: .85em;
  color: var(--syh-amber);
  overflow-wrap: anywhere;
}
.syh-site .syh-token--light {
  background: rgba(196,123,42,.2);
  border-color: rgba(196,123,42,.55);
  color: #ffd9a8;
}

/* Scroll reveal */
.syh-site [data-reveal] {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .55s ease, transform .55s ease;
}
.syh-site [data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

/* ---------- 4. syh-shop (page-specific — no new design system) ---------- */

/* Hero (CMP-02 — collection split, circular art device) */
.syh-shop-hero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(2.75rem, 5.5vw, 5.25rem) clamp(3.25rem, 7vw, 6rem);
}
.syh-shop-hero::after {
  content: "";
  position: absolute;
  top: -14rem;
  left: -12rem;
  width: 40rem;
  aspect-ratio: 1;
  border: 1px solid rgba(86,122,84,.22);
  border-radius: 50%;
  pointer-events: none;
}
.syh-shop-hero .syh-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  position: relative;
  z-index: 1;
}
.syh-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  margin-bottom: 1.5rem;
  padding: .4rem .9rem;
  border: 1px solid var(--syh-line-strong);
  border-radius: 999px;
  background: rgba(255,253,247,.7);
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--syh-green-800);
}
.syh-hero-eyebrow::before {
  content: "";
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  background: var(--syh-cinnabar);
}
.syh-hero-sub {
  max-width: 46ch;
  font-family: var(--syh-font-serif);
  font-size: clamp(1.15rem, 1.9vw, 1.5rem);
  font-style: italic;
  line-height: 1.5;
  color: var(--syh-muted);
  margin-bottom: 1.5rem;
}
.syh-hero-points {
  display: grid;
  gap: .65rem;
  margin-bottom: 2rem;
}
.syh-hero-points li {
  display: flex;
  align-items: baseline;
  gap: .7rem;
  font-size: .98rem;
  font-weight: 600;
  color: var(--syh-green-900);
}
.syh-hero-points li::before {
  content: "";
  flex: none;
  width: .42rem;
  height: .42rem;
  margin-top: .1rem;
  transform: rotate(45deg);
  background: var(--syh-cinnabar);
}
.syh-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: .9rem;
  margin-bottom: 1.6rem;
}
.syh-hero-shipping {
  display: flex;
  align-items: flex-start;
  gap: .6rem;
  max-width: 52ch;
  font-size: .88rem;
  color: var(--syh-muted);
}
.syh-hero-shipping i, .syh-hero-shipping svg {
  flex: none;
  width: 1rem;
  height: 1rem;
  margin-top: .2rem;
  color: var(--syh-green-700);
}
.syh-hero-shipping a { font-weight: 700; }

/* Hero circular art (shared motif language with P001) */
.syh-hero-art {
  position: relative;
  min-height: clamp(28rem, 38vw, 36rem);
}
.syh-art-circle {
  position: absolute;
  top: 2%;
  right: 3%;
  width: min(31rem, 88%);
  aspect-ratio: 1;
  border: 1px solid rgba(86,122,84,.33);
  border-radius: 50%;
  background: radial-gradient(circle at 37% 30%,
    rgba(255,255,255,.92),
    rgba(220,229,212,.66) 48%,
    rgba(168,185,155,.34));
  box-shadow:
    inset 0 0 0 1rem rgba(255,255,255,.2),
    var(--syh-shadow-3);
}
.syh-art-circle::before {
  position: absolute;
  inset: 9%;
  content: "";
  border: 1px dashed rgba(23,63,53,.18);
  border-radius: 50%;
}
.syh-art-circle::after {
  position: absolute;
  right: -5%;
  bottom: 8%;
  width: 28%;
  aspect-ratio: 1;
  content: "三";
  display: grid;
  place-items: center;
  border: 1px solid rgba(126,52,40,.35);
  border-radius: 50%;
  background: rgba(251,249,242,.85);
  color: rgba(126,52,40,.78);
  font-family: var(--syh-font-serif);
  font-size: clamp(2.7rem, 6vw, 4.8rem);
  transform: rotate(6deg);
}
.syh-art-svg {
  position: absolute;
  inset: 10% 7% 5% 5%;
  width: 88%;
  height: 84%;
  color: var(--syh-green-900);
}
.syh-art-note {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: .65rem;
  padding: .7rem .9rem;
  border: 1px solid var(--syh-line);
  border-radius: var(--syh-radius-sm);
  background: rgba(255,253,247,.88);
  box-shadow: 0 12px 35px rgba(23,63,53,.09);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--syh-green-900);
}
.syh-art-note::before {
  width: .55rem;
  height: .55rem;
  content: "";
  border-radius: 50%;
  background: var(--syh-cinnabar);
}
.syh-art-note--tea     { top: 9%; left: 0; }
.syh-art-note--incense { top: 0; right: 6%; }
.syh-art-note--soak    { bottom: 22%; right: -2%; }
.syh-art-note--gift    { bottom: 6%; left: 7%; }

/* Product grid (CMP-05) */
.syh-grid-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding: 1rem 1.25rem;
  border: 1px solid var(--syh-line);
  border-radius: var(--syh-radius);
  background: #fffdf6;
  box-shadow: var(--syh-shadow-1);
}
.syh-grid-toolbar-notice {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  font-size: .82rem;
  font-weight: 700;
  color: var(--syh-green-900);
}
.syh-grid-toolbar-notice i, .syh-grid-toolbar-notice svg {
  width: 1rem;
  height: 1rem;
  color: var(--syh-green-600);
}
.syh-grid-filters {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
}
.syh-grid-filters a {
  padding: .4rem .8rem;
  border: 1px solid var(--syh-line-strong);
  border-radius: 999px;
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--syh-green-800);
  text-decoration: none;
  transition: background-color .18s ease, color .18s ease;
}
.syh-grid-filters a:hover,
.syh-grid-filters a[aria-current="true"] {
  background: var(--syh-green-800);
  border-color: var(--syh-green-800);
  color: #fff;
}
.syh-grid-noindex-note {
  flex-basis: 100%;
  font-size: .74rem;
  color: var(--syh-muted);
}

.syh-shop-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
}
.syh-sku-card {
  display: flex;
  flex-direction: column;
  background: #fffdf6;
  border: 1px solid var(--syh-line);
  border-radius: var(--syh-radius);
  box-shadow: var(--syh-shadow-1);
  overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease;
}
.syh-sku-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--syh-shadow-3);
}
.syh-sku-media {
  display: grid;
  place-items: center;
  gap: .55rem;
  aspect-ratio: 1;
  padding: 1.25rem;
  border-bottom: 1px solid var(--syh-line);
  background:
    radial-gradient(circle at 30% 25%, rgba(255,255,255,.65), transparent 60%),
    linear-gradient(160deg, var(--syh-green-50), rgba(212,225,194,.55));
  color: var(--syh-green-700);
}
.syh-sku-media svg { width: 44%; height: auto; opacity: .8; }
.syh-sku-body {
  display: flex;
  flex-direction: column;
  gap: .5rem;
  padding: 1.1rem 1.15rem 1.25rem;
  flex: 1;
}
.syh-sku-format {
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--syh-cinnabar-dark);
}
.syh-sku-body h3 {
  font-size: 1.18rem;
  line-height: 1.25;
  margin-bottom: 0;
}
.syh-sku-desc {
  font-size: .85rem;
  color: var(--syh-muted);
  margin-bottom: 0;
}
.syh-sku-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: .5rem;
  margin-top: auto;
  padding-top: .75rem;
  border-top: 1px dashed var(--syh-line);
}
.syh-sku-price {
  font-family: var(--syh-font-serif);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--syh-green-900);
  margin-bottom: 0;
}
.syh-sku-stock {
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--syh-green-600);
  margin-bottom: 0;
}
.syh-sku-link {
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-decoration: none;
}
.syh-sku-link:hover { text-decoration: underline; }
.syh-sku-link i, .syh-sku-link svg {
  width: .9rem;
  height: .9rem;
  vertical-align: -.12rem;
}

/* Format cards (CMP-06 — collection image-card family) */
.syh-format-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}
.syh-format-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 21rem;
  padding: 1.9rem;
  border-radius: var(--syh-radius-lg);
  border: 1px solid var(--syh-line);
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  box-shadow: var(--syh-shadow-2);
  transition: transform .22s ease, box-shadow .22s ease;
  isolation: isolate;
}
.syh-format-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--syh-shadow-3);
  color: #fff;
}
.syh-format-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(185deg,
    rgba(20,32,18,.18),
    rgba(13,22,12,.62) 62%,
    rgba(10,17,10,.82));
}
.syh-format-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(120% 90% at 78% 16%, rgba(255,255,255,.16), transparent 55%);
}
.syh-format-card--tea     { background: linear-gradient(165deg, #7a5430, var(--syh-card-tea)); }
.syh-format-card--incense { background: linear-gradient(165deg, #6b5290, var(--syh-card-incense)); }
.syh-format-card--soak    { background: linear-gradient(165deg, #40747e, var(--syh-card-soak)); }
.syh-format-card--gift    { background: linear-gradient(165deg, #8a5c31, var(--syh-card-gift)); }
.syh-format-art {
  position: absolute;
  top: 1.4rem;
  right: 1.5rem;
  width: 34%;
  color: rgba(255,255,255,.5);
}
.syh-format-art svg { width: 100%; height: auto; }
.syh-format-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  margin-bottom: .7rem;
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(255,255,255,.82);
}
.syh-format-eyebrow::before {
  content: "";
  width: 1.6rem;
  height: 1px;
  background: rgba(255,255,255,.55);
}
.syh-format-card h3 {
  color: #fff;
  font-size: clamp(1.6rem, 2.6vw, 2.2rem);
  margin-bottom: .55rem;
}
.syh-format-card p {
  max-width: 42ch;
  font-size: .92rem;
  line-height: 1.55;
  color: rgba(255,255,255,.85);
}
.syh-format-cta {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  margin-top: 1.1rem;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #fff;
}
.syh-format-cta i, .syh-format-cta svg { width: .95rem; height: .95rem; transition: transform .2s ease; }
.syh-format-card:hover .syh-format-cta i,
.syh-format-card:hover .syh-format-cta svg { transform: translateX(4px); }

/* Ingredient filter (CMP-07 — circular-motif ingredient cards) */
.syh-ingredient-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1.15rem;
  margin-top: clamp(1.75rem, 3.5vw, 2.75rem);
}
.syh-ingredient-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: .8rem;
  padding: 1.6rem 1rem 1.4rem;
  border: 1px solid var(--syh-line);
  border-radius: var(--syh-radius);
  background: #fffdf6;
  box-shadow: var(--syh-shadow-1);
  text-decoration: none;
  transition: transform .22s ease, box-shadow .22s ease;
}
.syh-ingredient-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--syh-shadow-2);
}
.syh-ingredient-frame {
  display: grid;
  place-items: center;
  width: 5.4rem;
  height: 5.4rem;
  border: 1px solid var(--syh-line-strong);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #fff, var(--syh-green-50) 75%);
  color: var(--syh-green-700);
}
.syh-ingredient-frame svg { width: 55%; height: auto; }
.syh-ingredient-card strong {
  font-family: var(--syh-font-serif);
  font-size: 1.05rem;
  color: var(--syh-green-900);
}
.syh-ingredient-card em {
  font-size: .78rem;
  font-style: italic;
  color: var(--syh-muted);
}

/* Concern dark band (CMP-08 — the page's single dark forest section) */
.syh-concern {
  background:
    radial-gradient(900px 460px at 88% -10%, rgba(91,129,69,.28), transparent 60%),
    var(--syh-forest-deep);
  color: rgba(232,239,224,.85);
  overflow: hidden;
}
.syh-concern .syh-wrap { position: relative; z-index: 1; }
.syh-concern .syh-kicker { color: var(--syh-green-300); }
.syh-concern h2 { color: #fff; }
.syh-concern .syh-lead { color: rgba(232,239,224,.78); }
.syh-concern-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}
.syh-concern-copy p { max-width: 56ch; }
.syh-concern-copy p a { color: #e8efe0; text-decoration: underline; }
.syh-concern-routines {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.syh-routine-card {
  display: flex;
  flex-direction: column;
  gap: .7rem;
  padding: 1.5rem 1.35rem;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: var(--syh-radius);
  background: rgba(255,255,255,.05);
}
.syh-routine-card i, .syh-routine-card svg {
  width: 1.4rem;
  height: 1.4rem;
  color: var(--syh-green-300);
}
.syh-routine-card strong {
  font-family: var(--syh-font-serif);
  font-size: 1.12rem;
  font-weight: 600;
  color: #fff;
}
.syh-routine-card span {
  font-size: .8rem;
  line-height: 1.55;
  color: rgba(232,239,224,.72);
}
.syh-concern-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-top: 1.9rem;
}
.syh-concern-cta .syh-concern-note {
  font-size: .76rem;
  color: rgba(232,239,224,.62);
  max-width: 30ch;
}

/* Compare table (CMP-09 — real table, cream paper) */
.syh-compare-wrap {
  border: 1px solid var(--syh-line);
  border-radius: var(--syh-radius-lg);
  background: #fffdf6;
  box-shadow: var(--syh-shadow-2);
  overflow-x: auto;
}
.syh-compare-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  font-size: .92rem;
}
.syh-compare-table caption {
  padding: 1.1rem 1.4rem;
  border-bottom: 1px solid var(--syh-line);
  caption-side: top;
  text-align: left;
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--syh-cinnabar-dark);
}
.syh-compare-table th, .syh-compare-table td {
  padding: .95rem 1.4rem;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--syh-line);
}
.syh-compare-table thead th {
  font-family: var(--syh-font-serif);
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--syh-green-900);
  background: var(--syh-green-50);
}
.syh-compare-table tbody th {
  font-family: var(--syh-font-sans);
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--syh-green-800);
  white-space: nowrap;
}
.syh-compare-table tbody td { color: var(--syh-muted); }
.syh-compare-table tbody tr:last-child th,
.syh-compare-table tbody tr:last-child td { border-bottom: none; }
.syh-compare-table tbody tr:hover th,
.syh-compare-table tbody tr:hover td { background: rgba(232,239,224,.35); }

/* Quality + shipping support sections (CMP-10 / CMP-11) */
.syh-support-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}
.syh-support-card {
  display: flex;
  flex-direction: column;
  gap: .9rem;
  padding: clamp(1.6rem, 3vw, 2.3rem);
  border: 1px solid var(--syh-line);
  border-radius: var(--syh-radius-lg);
  background: #fffdf6;
  box-shadow: var(--syh-shadow-1);
}
.syh-support-card > i, .syh-support-card > svg {
  width: 1.7rem;
  height: 1.7rem;
  color: var(--syh-green-700);
}
.syh-support-card h3 { margin-bottom: 0; }
.syh-support-card p { color: var(--syh-muted); font-size: .95rem; }
.syh-support-card p a { font-weight: 600; }
.syh-policy-list {
  display: grid;
  gap: .9rem;
}
.syh-policy-list li {
  display: flex;
  align-items: flex-start;
  gap: .8rem;
  font-size: .95rem;
}
.syh-policy-list li > i, .syh-policy-list li > svg {
  flex: none;
  width: 1.1rem;
  height: 1.1rem;
  margin-top: .2rem;
  color: var(--syh-green-600);
}
.syh-policy-list strong { color: var(--syh-green-900); }
.syh-support-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  margin-top: .4rem;
}

/* ---------- 5. Responsive (site-wide breakpoints: 1100 / 840 / 620) ---------- */
@media (max-width: 1100px) {
  .syh-site .syh-shop-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .syh-site .syh-format-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .syh-site .syh-ingredient-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .syh-site .syh-footer-grid { grid-template-columns: 1fr 1fr; }
  .syh-site .syh-shop-hero .syh-wrap { grid-template-columns: 1fr; }
  .syh-site .syh-hero-art { min-height: clamp(24rem, 56vw, 32rem); max-width: 32rem; }
  .syh-site .syh-concern-grid { grid-template-columns: 1fr; }
}
@media (max-width: 840px) {
  .syh-site .syh-section-head { grid-template-columns: 1fr; gap: 1.35rem; }
  .syh-site .syh-trust .syh-wrap { grid-template-columns: repeat(2, 1fr); gap: 1.1rem; }
  .syh-site .syh-support-grid { grid-template-columns: 1fr; }
  .syh-site .syh-format-grid { grid-template-columns: 1fr; }
  .syh-site .syh-format-card { min-height: 17rem; }
  .syh-site .syh-ingredient-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .syh-site .syh-concern-routines { grid-template-columns: 1fr; }
  .syh-site .syh-related-list { grid-template-columns: 1fr; }
  .syh-site .syh-newsletter { grid-template-columns: 1fr; }
  .syh-site .syh-header .syh-wrap { flex-wrap: wrap; padding-block: .8rem; }
  .syh-site .syh-faq-list summary { grid-template-columns: 2.2rem 1fr auto; }
  .syh-site .syh-grid-toolbar { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 620px) {
  .syh-site .syh-shop-grid { grid-template-columns: 1fr; }
  .syh-site .syh-ingredient-grid { grid-template-columns: 1fr; }
  .syh-site .syh-trust .syh-wrap { grid-template-columns: 1fr; }
  .syh-site .syh-footer-grid { grid-template-columns: 1fr; }
  .syh-site .syh-faq-answer { padding-left: 2.8rem; }
  .syh-site .syh-compare-table { min-width: 540px; }
  .syh-site .syh-section { padding-block: clamp(3.25rem, 8vw, 5rem); }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .syh-site *, .syh-site *::before, .syh-site *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  .syh-site [data-reveal] { opacity: 1; transform: none; }
  html { scroll-behavior: auto; }
}
/* syh-nav-v2 */

/* ===== Nav + footer v2 — per《SEO关键词与网站架构规划 v4》sheet 7/8 (2026-08-22) ===== */

/* Hamburger (mobile only) */
.syh-site .syh-nav-toggle { display: none; align-items: center; gap: .45rem; padding: .55rem .9rem; border: 1px solid var(--syh-line-strong); border-radius: var(--syh-radius-sm); background: transparent; color: var(--syh-green-900); font-family: var(--syh-font-sans); font-size: .8rem; font-weight: 800; letter-spacing: .02em; cursor: pointer; }
.syh-site .syh-nav-toggle:hover { background: rgba(47,74,36,.08); }
.syh-site .syh-nav-toggle i, .syh-site .syh-nav-toggle svg { width: 1.1rem; height: 1.1rem; }

/* Top-level list + links */
.syh-site .syh-nav ul.syh-nav-list { display: flex; flex-wrap: nowrap; align-items: center; gap: .1rem; margin: 0; padding: 0; list-style: none; }
.syh-site .syh-nav ul.syh-nav-list > li { display: inline-flex; align-items: center; }
.syh-site .syh-nav ul.syh-nav-list > li.has-drop { position: relative; }
.syh-site .syh-nav ul.syh-nav-list a.syh-nav-link { display: inline-flex; align-items: center; gap: .3rem; padding: .55rem .72rem; border-radius: var(--syh-radius-sm); color: var(--syh-green-900); font-size: .86rem; font-weight: 700; text-decoration: none; background: transparent; }
.syh-site .syh-nav ul.syh-nav-list a.syh-nav-link:hover { background: rgba(47,74,36,.08); color: var(--syh-cinnabar-dark); }
.syh-site .syh-nav ul.syh-nav-list a.syh-nav-link .syh-chev { width: .8rem; height: .8rem; opacity: .55; transition: transform .18s ease; }
.syh-site .syh-nav ul.syh-nav-list > li.is-open a.syh-nav-link .syh-chev { transform: rotate(180deg); }

/* Caret buttons (mobile accordion only; injected by nav v2 JS) */
.syh-site .syh-nav .syh-nav-caret { display: none; place-items: center; width: 2.4rem; height: 2.4rem; margin-left: auto; padding: 0; border: none; border-radius: 50%; background: transparent; color: var(--syh-green-900); cursor: pointer; }
.syh-site .syh-nav .syh-nav-caret i, .syh-site .syh-nav .syh-nav-caret svg { width: 1.05rem; height: 1.05rem; transition: transform .18s ease; }
.syh-site .syh-nav ul.syh-nav-list > li.is-open .syh-nav-caret i,
.syh-site .syh-nav ul.syh-nav-list > li.is-open .syh-nav-caret svg { transform: rotate(180deg); }

/* Mega panels — wide panels anchor to the sticky header, drop panels to their item */
.syh-site .syh-header .syh-mega { position: absolute; top: 100%; z-index: 60; background: var(--syh-cream); border: 1px solid var(--syh-line); border-radius: 0 0 var(--syh-radius) var(--syh-radius); box-shadow: var(--syh-shadow-3); opacity: 0; visibility: hidden; transform: translateY(8px); transition: opacity .18s ease .14s, transform .18s ease .14s, visibility 0s linear .32s; }
.syh-site .syh-header .syh-mega--wide { left: 0; right: 0; border-left: none; border-right: none; border-radius: 0; }
.syh-site .syh-header .syh-mega--drop { left: 0; min-width: 15.5rem; padding: .55rem; }
.syh-site .syh-header li.has-drop--right .syh-mega--drop { left: auto; right: 0; }
.syh-site .syh-nav ul.syh-nav-list > li:hover .syh-mega,
.syh-site .syh-nav ul.syh-nav-list > li:focus-within .syh-mega,
.syh-site .syh-nav ul.syh-nav-list > li.is-open .syh-mega { opacity: 1; visibility: visible; transform: none; transition: opacity .16s ease .04s, transform .16s ease .04s, visibility 0s; }

.syh-site .syh-header .syh-mega .syh-wrap { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.3rem 2.4rem; padding-block: 1.5rem 1.7rem; }
.syh-site .syh-header .syh-mega--c3 .syh-wrap { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.syh-site .syh-header .syh-mega--drop .syh-wrap { display: block; padding-block: .35rem; }

.syh-site .syh-nav .syh-mega-col { min-width: 0; }
.syh-site .syh-nav .syh-mega-col h3 { margin: 0 0 .55rem; font-family: var(--syh-font-sans); font-size: .7rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; color: var(--syh-cinnabar-dark); }
.syh-site .syh-nav .syh-mega-col h3 a { display: inline; padding: 0; font-family: var(--syh-font-serif); font-size: 1.02rem; font-weight: 600; letter-spacing: 0; text-transform: none; color: var(--syh-green-900); }
.syh-site .syh-nav .syh-mega-col h3 a:hover { background: transparent; color: var(--syh-cinnabar-dark); text-decoration: underline; }
.syh-site .syh-nav .syh-mega ul { display: grid; gap: .42rem; margin: 0; padding: 0; list-style: none; }
.syh-site .syh-nav .syh-mega a { display: inline-block; padding: 0; color: var(--syh-muted); font-size: .88rem; font-weight: 500; text-decoration: none; background: transparent; }
.syh-site .syh-nav .syh-mega a:hover { background: transparent; color: var(--syh-cinnabar-dark); text-decoration: underline; }
.syh-site .syh-nav .syh-mega a[aria-current="page"] { color: var(--syh-cinnabar-dark); font-weight: 800; }
.syh-site .syh-nav .syh-mega a[aria-current="page"]:hover { background: transparent; }
.syh-site .syh-nav .syh-mega h3 a[aria-current="page"] { background: transparent; color: var(--syh-cinnabar-dark); font-weight: 700; text-decoration: underline; }
.syh-site .syh-nav .syh-mega h3 a[aria-current="page"]:hover { background: transparent; }
.syh-site .syh-nav .syh-mega .syh-mega-col--plain ul { gap: .62rem; }
.syh-site .syh-nav .syh-mega .syh-mega-col--plain a { color: var(--syh-green-900); font-size: .92rem; font-weight: 600; }
.syh-site .syh-nav .syh-mega .syh-mega-col--plain a.syh-mega-strong { font-weight: 800; color: var(--syh-green-800); }
.syh-site .syh-nav .syh-mega .syh-mega-col--drop a { display: block; padding: .5rem .8rem; border-radius: var(--syh-radius-sm); color: var(--syh-green-900); font-size: .9rem; font-weight: 600; }
.syh-site .syh-nav .syh-mega .syh-mega-col--drop a:hover { background: rgba(47,74,36,.08); text-decoration: none; }
.syh-site .syh-nav .syh-mega .syh-mega-col--drop a[aria-current="page"] { background: var(--syh-green-800); color: #fff; }
.syh-site .syh-nav .syh-mega .syh-mega-all { display: inline-flex; align-items: center; gap: .35rem; margin-top: .6rem; color: var(--syh-green-800); font-weight: 800; font-size: .86rem; }
.syh-site .syh-nav .syh-mega .syh-mega-all i, .syh-site .syh-nav .syh-mega .syh-mega-all svg { width: .9rem; height: .9rem; }
.syh-site .syh-nav .syh-mega .syh-mega-all[aria-current="page"] { color: var(--syh-cinnabar-dark); }

/* Menu item images — napiers-style icons/tiles via assets/menu/{slug}.svg (syh_menu_img(); 2026-08-22) */
.syh-site .syh-nav .syh-mega a.syh-mi { display: inline-flex; align-items: center; gap: .6rem; }
.syh-site .syh-nav .syh-mega a.syh-mi img { width: 1.95rem; height: 1.95rem; object-fit: contain; flex: 0 0 auto; transition: transform .18s ease; }
.syh-site .syh-nav .syh-mega a.syh-mi:hover img { transform: scale(1.14); }
.syh-site .syh-nav .syh-mega-col h3.syh-mi-head { display: flex; align-items: center; gap: .65rem; margin: 0 0 .55rem; }
.syh-site .syh-nav .syh-mega-col h3.syh-mi-head img { width: 2.7rem; height: 2.7rem; object-fit: contain; flex: 0 0 auto; padding: .16rem; border: 1px solid var(--syh-line); border-radius: var(--syh-radius-sm); background: var(--syh-green-50); transition: transform .18s ease, border-color .18s ease; }
.syh-site .syh-nav .syh-mega-col h3.syh-mi-head:hover img { transform: scale(1.07); border-color: var(--syh-green-200); }
.syh-site .syh-nav .syh-mega-col h3.syh-mi-head > span { font-family: var(--syh-font-serif); font-size: 1.02rem; font-weight: 600; letter-spacing: 0; text-transform: none; color: var(--syh-green-900); }
@media (max-width: 1100px) {
  .syh-site .syh-nav .syh-mega a.syh-mi img { width: 1.7rem; height: 1.7rem; }
  .syh-site .syh-nav .syh-mega-col h3.syh-mi-head img { width: 2.3rem; height: 2.3rem; }
}

/* Footer v2 — 5 nav columns + AI Assessment strip + legal links row */
.syh-site .syh-footer-grid { grid-template-columns: 1.3fr repeat(5, minmax(0, .78fr)); gap: clamp(1.6rem, 2.6vw, 2.6rem); }
.syh-site .syh-footer .syh-footer-assess { display: flex; flex-wrap: wrap; align-items: baseline; gap: .4rem 1.4rem; padding: 1.15rem 0 1.25rem; border-top: 1px solid rgba(255,255,255,.14); font-size: .8rem; }
.syh-site .syh-footer .syh-footer-assess strong { font-family: var(--syh-font-sans); font-size: .72rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; color: var(--syh-green-300); }
.syh-site .syh-footer .syh-footer-assess a { color: rgba(232,239,224,.85); }
.syh-site .syh-footer .syh-footer-assess a:hover { color: #fff; text-decoration: underline; }
.syh-site .syh-footer .syh-footer-legal-links { display: flex; flex-wrap: wrap; gap: .4rem 1.2rem; padding-top: 1.15rem; border-top: 1px solid rgba(255,255,255,.14); font-size: .78rem; }
.syh-site .syh-footer .syh-footer-legal-links a { color: rgba(232,239,224,.72); text-decoration: none; }
.syh-site .syh-footer .syh-footer-legal-links a:hover { color: #fff; text-decoration: underline; }
.syh-site .syh-footer .syh-footer-legal { border-top: none; padding-top: .55rem; }
.syh-site .syh-footer-col a[aria-current="page"] { color: #fff; font-weight: 700; }

@media (max-width: 1280px) {
  .syh-site .syh-header .syh-mega .syh-wrap { gap: 1.1rem 1.5rem; }
}
@media (max-width: 1100px) {
  .syh-site .syh-nav-toggle { display: inline-flex; }
  .syh-site .syh-header .syh-wrap { flex-wrap: nowrap; }
  .syh-site .syh-nav { display: none; }
  .syh-site .syh-header.nav-open .syh-nav { display: block; position: absolute; top: 100%; left: 0; right: 0; background: var(--syh-cream); border-bottom: 1px solid var(--syh-line); box-shadow: var(--syh-shadow-3); max-height: calc(100vh - 5.5rem); overflow-y: auto; }
  .syh-site .syh-nav ul.syh-nav-list { display: block; padding: .7rem 1.25rem 1.15rem; }
  .syh-site .syh-nav ul.syh-nav-list > li { display: flex; flex-wrap: wrap; align-items: center; }
  .syh-site .syh-nav ul.syh-nav-list > li + li { border-top: 1px solid rgba(47,74,36,.1); }
  .syh-site .syh-nav ul.syh-nav-list a.syh-nav-link { flex: 1 1 auto; justify-content: space-between; padding: .85rem .2rem; font-size: .95rem; }
  .syh-site .syh-nav ul.syh-nav-list a.syh-nav-link .syh-chev { display: none; }
  .syh-site .syh-nav .syh-nav-caret { display: grid; }
  .syh-site .syh-header .syh-mega { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: none; border-radius: 0; background: transparent; display: none; transition: none; }
  .syh-site .syh-nav ul.syh-nav-list > li.is-open .syh-mega { display: block; }
  .syh-site .syh-header .syh-mega .syh-wrap { display: block; width: auto; margin: 0; padding-block: .15rem .9rem; }
  .syh-site .syh-nav .syh-mega-col { padding: .3rem 0 .55rem; width: 100%; }
  .syh-site .syh-nav .syh-mega-col + .syh-mega-col { border-top: 1px dashed rgba(47,74,36,.14); }
  .syh-site .syh-nav .syh-mega-col--drop { padding: 0 0 .5rem; }
  .syh-site .syh-footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  .syh-site .syh-footer-grid { grid-template-columns: 1fr; }
  .syh-site .syh-footer .syh-footer-assess { gap: .35rem 1rem; }
  .syh-site .syh-footer .syh-footer-legal-links { gap: .35rem .9rem; }
}

