/** Shopify CDN: Minification failed

Line 1496:3 Unexpected "15."

**/
/* ==========================================================================
   HALE DAVENPORT — Herb & Lemon Kit
   模板 4｜绿黄撞色｜草本香料海鲜店
   Herb blue #2b7bb5 · Cream #f6f8fb · Sunset orange #ff914d
   ========================================================================== */

:root {
  --sea-blue: #2B7BB5;
  --sea-blue-deep: #1F5E8E;
  --sea-blue-soft: #EAF0F6;
  --sea-cream: #F6F8FB;
  --sea-cream-deep: #EDF2F8;
  --sea-gold: #FF914D;
  --sea-gold-deep: #B54A1F;
  --sea-gold-soft: #FFE8D6;
  --sea-ink: #243B53;
  --sea-ink-soft: #505A64;
  --sea-line: rgba(46, 127, 184, 0.22);
  --sea-radius: 18px;
  --sea-radius-lg: 28px;
}

/* --------------------------------------------------------------------------
   1. Announcement bar — cream band, green hairline top, yellow hairline bottom
   -------------------------------------------------------------------------- */
#header-group .section-background:has(+ .announcement-bar),
#header-group .section-wrapper:has(> .announcement-bar) > .section-background {
  background: var(--sea-cream) !important;
}

#header-group .announcement-bar {
  background: var(--sea-cream) !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='170' height='40' viewBox='0 0 170 40'%3E%3Cg fill='none' stroke='%232B7BB5' stroke-width='1.2' opacity='0.34'%3E%3Cpath d='M20 26c8-8 20-8 28 0-8 8-20 8-28 0Z'/%3E%3Cpath d='M48 26l8-6v12l-8-6Z'/%3E%3Ccircle cx='29' cy='22' r='1.4' fill='%232B7BB5' stroke='none'/%3E%3Cpath d='M14 36c7-5 14-5 21 0'/%3E%3C/g%3E%3Cg fill='none' stroke='%23ff914d' stroke-width='1.2' opacity='0.55'%3E%3Ccircle cx='112' cy='20' r='8'/%3E%3Cpath d='M112 12v16M104 20h16'/%3E%3C/g%3E%3Cg fill='none' stroke='%232B7BB5' stroke-width='1.2' opacity='0.3'%3E%3Ccircle cx='150' cy='28' r='3'/%3E%3Ccircle cx='160' cy='18' r='2'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: 14px center;
  border-top: 2px solid var(--sea-blue);
  border-bottom: 2px solid var(--sea-gold);
  box-shadow: 0 3px 0 0 var(--sea-blue);
  position: relative;
  overflow: hidden;
}

/* left — short green arc */
#header-group .announcement-bar::before {
  content: '';
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 11px;
  border-top: 2px solid var(--sea-blue);
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  z-index: 2;
}

/* right — small yellow dash */
#header-group .announcement-bar::after {
  content: '';
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 3px;
  border-radius: 3px;
  background: var(--sea-gold);
  z-index: 2;
}

#header-group .announcement-bar__slider,
#header-group .announcement-bar__slides {
  position: relative;
  z-index: 3;
}

#header-group .announcement-bar em,
#header-group .announcement-bar strong {
  color: var(--sea-gold);
  font-style: normal;
  font-weight: 700;
  box-shadow: inset 0 -0.32em 0 rgba(255,145,77, 0.22);
  border-radius: 2px;
}

#header-group .announcement-bar,
#header-group .announcement-bar p,
#header-group .announcement-bar span {
  color: var(--sea-ink);
}

/* --------------------------------------------------------------------------
   2. Header / navigation — solid herb green, white type, yellow current mark
   -------------------------------------------------------------------------- */
#header-group .color-scheme-3,
#header-group .color-scheme-3 .section-background {
  background: var(--sea-blue) !important;
}

#header-group .header-section,
#header-group header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  position: relative;
}

#header-group header::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 0;
  border-bottom: 2px dashed var(--sea-gold);
  opacity: 0.75;
  pointer-events: none;
}

#header-group .menu-list__link {
  color: #ffffff;
  position: relative;
  transition: color 0.18s ease;
}

#header-group .menu-list__link:hover,
#header-group .menu-list__link:focus-visible {
  color: var(--sea-gold);
}

#header-group .menu-list__link-title {
  position: relative;
  padding-bottom: 6px;
}

#header-group .menu-list__link-title::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  border-radius: 2px;
  background: var(--sea-gold);
  transform: scaleX(0);
  transition: transform 0.2s ease;
}

#header-group .menu-list__link--active .menu-list__link-title::after,
#header-group .menu-list__link[aria-current='page'] .menu-list__link-title::after,
#header-group .menu-list__link:hover .menu-list__link-title::after {
  transform: scaleX(1);
}

#header-group .menu-list__link--active,
#header-group .menu-list__link[aria-current='page'] {
  color: var(--sea-gold);
}

/* header icons — white stroke, yellow on hover */
#header-group svg,
#header-group .header__icon,
#header-group button {
  color: #ffffff;
  transition: color 0.18s ease;
}

#header-group a:hover svg,
#header-group button:hover svg,
#header-group button:hover {
  color: var(--sea-gold);
}

#header-group .header-logo {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.0625rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
}

#header-group .header-logo:hover {
  color: var(--sea-gold);
}

/* 注意：这里原来写了 max-height:44px，会把后台设的 logo 高度（120px）硬压成 44px。
   现在完全交给主题自己的 --header-logo-image-height / -width，不再干预尺寸。 */
#header-group .header-logo img {
  max-height: none;
}

/* --------------------------------------------------------------------------
   3. Shared herb kit — line drawings
   -------------------------------------------------------------------------- */
.herb-art {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  opacity: 0.85;
}

.herb-art svg {
  display: block;
  width: 100%;
  height: 100%;
}

.herb-eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sea-blue);
  font-weight: 700;
  margin: 0 0 10px;
}

.herb-heading-badge {
  display: inline-block;
  background: var(--sea-blue);
  color: #ffffff;
  padding: 8px 26px 10px;
  border-radius: 6px;
  font-size: clamp(1.45rem, 2.6vw, 2.1rem);
  line-height: 1.2;
  letter-spacing: 0.01em;
  margin: 0;
}

.herb-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--sea-gold);
  color: #243b53;
  font-weight: 700;
  padding: 14px 34px;
  border-radius: 100px;
  border: 2px solid var(--sea-gold);
  text-decoration: none;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.herb-btn:hover {
  background: var(--sea-blue);
  border-color: var(--sea-blue);
  color: #ffffff;
}

/* --------------------------------------------------------------------------
   4. Hero — cream ground, green thick frame + yellow dashed inner ring
   -------------------------------------------------------------------------- */
.herb-hero {
  background: var(--sea-cream);
  padding: clamp(28px, 4vw, 56px) clamp(16px, 4vw, 48px) 0;
  position: relative;
  overflow: hidden;
}

.herb-hero__frame {
  max-width: 1200px;
  margin: 0 auto;
  border: 3px solid var(--sea-blue);
  border-radius: var(--sea-radius-lg);
  padding: clamp(8px, 1.4vw, 14px);
  background: rgba(255, 255, 255, 0.34);
  box-shadow: 0 20px 50px rgba(31, 94, 142, 0.14);
}

.herb-hero__inner {
  position: relative;
  border: 2px dashed var(--sea-gold);
  border-radius: 20px;
  padding: clamp(44px, 7vw, 96px) clamp(22px, 5vw, 72px);
  text-align: center;
  overflow: hidden;
  /* 首图白屑：中心（文字处）实、越靠边越透，照片四周尽量露出来 */
  background: radial-gradient(118% 86% at 50% 52%, rgba(255, 255, 255, 0.80), rgba(255, 255, 255, 0.30) 82%);
  backdrop-filter: blur(6px);
}

/* yellow vertical rules flanking the copy */
.herb-hero__inner::before,
.herb-hero__inner::after {
  content: '';
  position: absolute;
  top: 12%;
  bottom: 12%;
  width: 1px;
  background: linear-gradient(180deg, transparent, var(--sea-gold), transparent);
}

.herb-hero__inner::before {
  left: 26px;
}

.herb-hero__inner::after {
  right: 26px;
}

.herb-hero__title {
  font-size: clamp(2rem, 4.6vw, 3.6rem);
  line-height: 1.12;
  color: var(--sea-ink);
  margin: 0 0 18px;
  position: relative;
  z-index: 2;
}

.herb-hero__rule {
  display: block;
  width: 88px;
  height: 4px;
  border-radius: 4px;
  background: var(--sea-blue);
  margin: 0 auto 22px;
}

.herb-hero__sub {
  max-width: 620px;
  margin: 0 auto 32px;
  color: var(--sea-ink-soft);
  font-size: 1.0625rem;
  line-height: 1.7;
  position: relative;
  z-index: 2;
}

.herb-hero__cta {
  position: relative;
  z-index: 2;
}

.herb-hero__art--leaf-tl {
  top: -6px;
  left: -6px;
  width: 132px;
  height: 132px;
  transform: rotate(-8deg);
}

.herb-hero__art--lemon-tr {
  top: 14px;
  right: 18px;
  width: 96px;
  height: 96px;
}

.herb-hero__art--leaf-br {
  bottom: -10px;
  right: -10px;
  width: 148px;
  height: 148px;
  transform: rotate(160deg);
}

.herb-hero__art--lemon-bl {
  bottom: 22px;
  left: 22px;
  width: 78px;
  height: 78px;
}

.herb-hero__art--drop {
  top: 46%;
  right: 6%;
  width: 26px;
  height: 34px;
  opacity: 0.6;
}

.herb-hero__art--garlic {
  top: 132px;
  right: 46px;
  width: 54px;
  height: 54px;
  opacity: 0.55;
}

.herb-hero__wave {
  display: block;
  height: 14px;
  margin-top: 34px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='14' viewBox='0 0 44 14'%3E%3Cpath d='M0 7c5.5-7 11-7 16.5 0S27.5 14 33 7s11-7 16.5 0' fill='none' stroke='%23ff914d' stroke-width='1.6'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: center;
}

/* --------------------------------------------------------------------------
   5. Herb packs — 4 category cards, 01–04
   -------------------------------------------------------------------------- */
.herb-packs {
  background: var(--sea-cream);
  padding: clamp(48px, 6vw, 88px) clamp(16px, 4vw, 48px) clamp(46px, 5vw, 74px);
  text-align: center;
}

.herb-packs__head {
  margin-bottom: 42px;
}

.herb-packs__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  max-width: 1180px;
  margin: 0 auto;
  text-align: left;
}

.herb-pack {
  position: relative;
  background: #ffffff;
  border-radius: var(--sea-radius);
  border-left: 5px solid var(--sea-blue);
  border-bottom: 2px solid rgba(255,145,77, 0.85);
  box-shadow: 0 6px 22px rgba(46, 127, 184, 0.07);
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.herb-pack:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(46, 127, 184, 0.16);
}

.herb-pack__media {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--sea-blue-soft);
}

.herb-pack__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

.herb-pack:hover .herb-pack__media img {
  transform: scale(1.06);
}

.herb-pack__media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(46, 127, 184, 0.14), transparent 45%, rgba(31, 94, 142, 0.24));
  pointer-events: none;
}

.herb-pack__body {
  position: relative;
  display: block;
  padding: 22px 24px 26px;
  flex: 1;
  overflow: hidden;
}

.herb-pack__num {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--sea-gold);
  color: #243b53;
  font-weight: 700;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(31, 94, 142, 0.18);
  z-index: 3;
}

.herb-pack__title {
  font-size: 1.25rem;
  margin: 0 0 10px;
  color: var(--sea-ink);
  position: relative;
  z-index: 2;
}

.herb-pack__rule {
  display: block;
  width: 42px;
  height: 3px;
  border-radius: 3px;
  background: var(--sea-blue);
  margin-bottom: 14px;
}

.herb-pack__sub {
  margin: 0;
  color: var(--sea-ink-soft);
  font-size: 0.9375rem;
  line-height: 1.65;
  position: relative;
  z-index: 2;
}

.herb-pack__body::after {
  content: '';
  position: absolute;
  right: 10px;
  bottom: 8px;
  width: 66px;
  height: 50px;
  opacity: 0.32;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 66 50'%3E%3Cg fill='none' stroke='%232B7BB5' stroke-width='1.5'%3E%3Cpath d='M8 26c10-10 25-10 35 0-10 10-25 10-35 0Z'/%3E%3Cpath d='M43 26l10-7v14l-10-7Z'/%3E%3Ccircle cx='18' cy='21' r='1.8' fill='%232B7BB5' stroke='none'/%3E%3C/g%3E%3Cpath d='M8 44c8-6 16-6 24 0' fill='none' stroke='%23ff914d' stroke-width='1.4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

/* --------------------------------------------------------------------------
   6. Product cards — white, green hairline, HERBAL sticker, yellow price
   -------------------------------------------------------------------------- */
.herb-products {
  background: var(--sea-cream);
  padding: clamp(48px, 6vw, 88px) clamp(16px, 4vw, 48px) clamp(44px, 5vw, 72px);
  position: relative;
}

.herb-products__head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 40px;
}

.herb-products__head h2 {
  margin: 0 0 12px;
  color: var(--sea-ink);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
}

.herb-products__head p {
  margin: 0 auto;
  color: var(--sea-ink-soft);
  max-width: 560px;
}

.herb-products__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  max-width: 1180px;
  margin: 0 auto;
}

.herb-card {
  position: relative;
  background: #ffffff;
  border: 1px solid var(--sea-line);
  border-radius: var(--sea-radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.herb-card:hover {
  transform: translateY(-4px);
  border-color: var(--sea-blue);
  box-shadow: 0 16px 34px rgba(46, 127, 184, 0.15);
}

.herb-card__media {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Cg fill='none' stroke='%232B7BB5' stroke-width='1' opacity='0.16'%3E%3Cpath d='M14 30V20'/%3E%3Cpath d='M14 24c-4 0-6.5-2.5-6.5-6.5 4 0 6.5 2.5 6.5 6.5Z'/%3E%3Cpath d='M14 27c4 0 6.5-2.5 6.5-6.5-4 0-6.5 2.5-6.5 6.5Z'/%3E%3Ccircle cx='45' cy='44' r='4'/%3E%3C/g%3E%3C/svg%3E")
    repeat,
    var(--sea-cream);
  overflow: hidden;
}

.herb-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  mix-blend-mode: multiply;
}

.herb-card__sticker {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--sea-gold);
  color: #243b53;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  padding: 5px 12px;
  border-radius: 100px;
  z-index: 3;
}

.herb-card__slash {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 30px;
  height: 4px;
  border-radius: 3px;
  background: var(--sea-blue);
  transform: rotate(-38deg);
  transform-origin: right center;
  z-index: 3;
}

.herb-card__body {
  padding: 20px 20px 22px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.herb-card__title {
  font-size: 1.0625rem;
  line-height: 1.35;
  margin: 0 0 10px;
  color: var(--sea-ink);
}

.herb-card__title a {
  color: inherit;
  text-decoration: none;
}

.herb-card__title a:hover {
  color: var(--sea-blue);
}

.herb-card__price {
  color: var(--sea-gold-deep);
  font-weight: 700;
  font-size: 1.125rem;
  margin: 0 0 14px;
}

.herb-card__price .herb-card__unit {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--sea-ink-soft);
  margin-left: 4px;
}

.herb-card__sep {
  display: block;
  height: 0;
  border-top: 2px solid rgba(255,145,77, 0.6);
  margin: 0 0 14px;
}

.herb-card__points {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
  color: var(--sea-ink-soft);
  font-size: 0.8125rem;
  line-height: 1.9;
}

.herb-card__points li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.herb-card__points li::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--sea-blue);
  flex: 0 0 auto;
}

.herb-card__cta {
  margin-top: auto;
}

.herb-card__cta .herb-btn {
  width: 100%;
  justify-content: center;
  padding: 11px 18px;
  font-size: 0.875rem;
}

.herb-products__foot {
  text-align: center;
  margin-top: 38px;
}

/* --------------------------------------------------------------------------
   7. Promise block — 4 borderless white modules
   -------------------------------------------------------------------------- */
.herb-promise {
  background: var(--sea-cream);
  padding: clamp(52px, 6vw, 92px) clamp(16px, 4vw, 48px) clamp(64px, 7vw, 108px);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.herb-promise__art {
  position: absolute;
  opacity: 0.22;
}

.herb-promise__art--l {
  left: 2%;
  bottom: 6%;
  width: 130px;
  height: 130px;
}

.herb-promise__art--r {
  right: 3%;
  top: 12%;
  width: 104px;
  height: 104px;
}

.herb-promise__head {
  position: relative;
  z-index: 2;
  margin-bottom: 54px;
}

.herb-promise__head h2 {
  margin: 0 0 14px;
  color: var(--sea-ink);
  font-size: clamp(1.5rem, 2.8vw, 2.2rem);
}

.herb-promise__headline {
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-top: 3px solid transparent;
}

.herb-promise__head::after {
  content: '';
  display: block;
  width: 96px;
  height: 3px;
  margin: 0 auto;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--sea-blue) 0 42%, var(--sea-gold) 42% 58%, var(--sea-blue) 58%);
}

.herb-promise__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  max-width: 1120px;
  margin: 0 auto;
  align-items: start;
}

/* 交错节奏 */
.herb-promise__item--2,
.herb-promise__item--4 {
  margin-top: 34px;
}

.herb-promise__item {
  position: relative;
  background: #ffffff;
  border: 1px solid var(--sea-line);
  border-radius: var(--sea-radius);
  padding: 80px 24px 30px;
  overflow: hidden;
  text-align: left;
  box-shadow: 0 8px 24px rgba(46, 127, 184, 0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.herb-promise__item:hover {
  transform: translateY(-5px);
  border-color: var(--sea-blue);
  box-shadow: 0 18px 38px rgba(46, 127, 184, 0.15);
}

/* 顶部色带 */
.herb-promise__item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--sea-blue);
}

.herb-promise__item--2::before,
.herb-promise__item--4::before {
  background: var(--sea-gold);
}

.herb-promise__badge {
  position: absolute;
  top: 20px;
  left: 22px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--sea-blue-soft);
  border: 1px solid rgba(46, 127, 184, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--sea-blue);
}

.herb-promise__item--2 .herb-promise__badge,
.herb-promise__item--4 .herb-promise__badge {
  background: var(--sea-gold-soft);
  border-color: rgba(255,145,77, 0.45);
  color: var(--sea-gold-deep);
}

.herb-promise__icon {
  display: block;
  width: 24px;
  height: 24px;
}

.herb-promise__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.herb-promise__idx {
  position: absolute;
  top: 26px;
  right: 22px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: rgba(46, 127, 184, 0.28);
}

.herb-promise__title {
  font-size: 1.0625rem;
  margin: 0 0 10px;
  color: var(--sea-ink);
}

.herb-promise__tick {
  display: block;
  width: 28px;
  height: 3px;
  border-radius: 3px;
  background: var(--sea-gold);
  margin: 0 0 14px;
}

.herb-promise__text {
  margin: 0;
  color: var(--sea-ink-soft);
  font-size: 0.875rem;
  line-height: 1.7;
}

.herb-promise__item::after {
  content: '';
  position: absolute;
  right: -16px;
  bottom: -12px;
  width: 104px;
  height: 78px;
  opacity: 0.22;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 104 78'%3E%3Cg fill='none' stroke='%232B7BB5' stroke-width='1.6'%3E%3Cpath d='M14 40c16-16 40-16 56 0-16 16-40 16-56 0Z'/%3E%3Cpath d='M70 40l16-11v22l-16-11Z'/%3E%3Ccircle cx='30' cy='33' r='2.4' fill='%232B7BB5' stroke='none'/%3E%3C/g%3E%3Cg fill='none' stroke='%23b54a1f' stroke-width='1.5'%3E%3Ccircle cx='24' cy='68' r='5'/%3E%3Ccircle cx='40' cy='72' r='3'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

/* --------------------------------------------------------------------------
   8. Footer — 藏青灰满铺，落日橘顶线，冰白发丝线收尾
   -------------------------------------------------------------------------- */
/* Email signup + footer + 版权条同属 .sea-footer-bg（包在 footer-group 外面）。
   用户提供实拍底图后填入 theme.liquid 的 background-image；未挂图时用
   藏青灰兜底，两种情况下文字都用浅色。 */
.sea-footer-bg {
  position: relative;
  background-color: var(--sea-blue); /* #2B7BB5 藏青灰兜底 */
}

footer.section-wrapper {
  position: relative;
  border-top: 8px solid var(--sea-gold);
  border-bottom: 0;
  overflow: visible;
}

footer.section-wrapper > * {
  position: relative;
  z-index: 2;
}

footer.section-wrapper,
footer.section-wrapper h1,
footer.section-wrapper h2,
footer.section-wrapper h3,
footer.section-wrapper h4,
footer.section-wrapper strong {
  color: #ffffff !important;
}

footer.section-wrapper p,
footer.section-wrapper span,
footer.section-wrapper li {
  color: #d7e0ea !important;
}

footer.section-wrapper a,
footer.section-wrapper .rte a {
  color: var(--sea-gold) !important;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 145, 77, 0.38);
  transition: color 0.18s ease, border-color 0.18s ease;
}

footer.section-wrapper a:hover,
footer.section-wrapper a:focus-visible,
footer.section-wrapper .rte a:hover {
  color: #ffffff !important;
  border-bottom-color: #ffffff;
}

footer.section-wrapper input,
footer.section-wrapper .field__input {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.5);
  color: #ffffff;
}

footer.section-wrapper input::placeholder {
  color: rgba(255, 255, 255, 0.62);
}

/* bottom utilities strip —— 透明，让藏青灰底延续下来 */
.footer-utilities .section-background,
.footer-utilities .section {
  background: transparent !important;
  box-shadow: none !important;
}

.footer-utilities {
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

/* 注意：主题自带 `.utilities a { color: var(--color-foreground-muted) }`，
   权重与我这条相同但它在 body 里后加载 → 会赢。藏青灰底上 muted 前景会「看不见」，
   所以这里必须 !important。 */
.footer-utilities,
.footer-utilities a,
.footer-utilities span,
.footer-utilities p,
.footer-utilities small,
.footer-utilities .footer-utilities__text,
.footer-utilities .footer-utilities__group-copyright,
.utilities a,
.utilities .footer-utilities__text {
  color: rgba(255, 255, 255, 0.88) !important;
}

.footer-utilities a:hover,
.footer-utilities a:focus-visible,
.utilities a:hover {
  color: var(--sea-gold) !important;
}

/* --------------------------------------------------------------------------
   10. 模板自带板块调和 —— 统一圆角 / 边框 / 强调色
   （只改观感，不动模板原有结构与文案）
   -------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------
   Supply journey —— 重做：矮身「冷链时间轴」，圆形图标挂在点划线上
   -------------------------------------------------------------------------- */
.supply-journey .supply-journey {
  padding: clamp(3rem, 4.5vw, 4.5rem) 0 !important;
  background:
    radial-gradient(circle at 12% 8%, rgba(46, 127, 184, 0.14), transparent 30%),
    radial-gradient(circle at 88% 92%, rgba(255,145,77, 0.16), transparent 28%),
    var(--sea-cream) !important;
}

.supply-journey .supply-journey__header {
  display: block !important;
  text-align: center;
  margin-bottom: clamp(2.2rem, 3.5vw, 3rem) !important;
}

.supply-journey .supply-journey__eyebrow {
  justify-content: center;
}

.supply-journey .supply-journey__heading {
  max-width: none !important;
  margin: 0 auto 0.9rem !important;
  font-size: clamp(1.7rem, 3.2vw, 2.6rem) !important;
  letter-spacing: -0.03em !important;
}

.supply-journey .supply-journey__intro {
  max-width: 620px;
  margin: 0 auto !important;
}

/* 卡片：去盒子化，只留圆图标 + 文案 */
.supply-journey .journey-card {
  text-align: center;
  padding-top: 0 !important;
}

.supply-journey .journey-card__number {
  position: absolute !important;
  top: -2px !important;
  right: calc(50% - 56px) !important;
  z-index: 4;
  width: 30px !important;
  height: 30px !important;
  margin: 0 !important;
  border: 2px solid var(--sea-cream) !important;
  background: var(--sea-gold) !important;
  color: #243b53 !important;
  font-size: 0.6875rem !important;
  box-shadow: 0 4px 10px rgba(31, 94, 142, 0.16) !important;
}

.supply-journey .journey-card__body {
  height: auto !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.supply-journey .journey-card__visual {
  position: relative;
  width: 96px !important;
  height: 96px !important;
  min-height: 0 !important;
  margin: 0 auto 1.15rem !important;
  border-radius: 50%;
  background: #ffffff !important;
  border: 2px solid var(--sea-blue);
  box-shadow: 0 10px 24px rgba(46, 127, 184, 0.18), 0 0 0 8px rgba(255, 255, 255, 0.65);
  display: grid !important;
  place-items: center;
  color: var(--sea-blue) !important;
}

.supply-journey .journey-card__visual::before,
.supply-journey .journey-card__visual::after {
  display: none !important;
}

.supply-journey .journey-card__icon,
.supply-journey .journey-card__visual svg {
  width: 44px;
  height: 44px;
}

.supply-journey .journey-card__content {
  padding: 0 0.5rem !important;
}

.supply-journey .journey-card__label {
  color: var(--sea-blue) !important;
  font-size: 0.7rem !important;
}

.supply-journey .journey-card__title {
  margin: 0.35rem 0 0.5rem !important;
  font-size: 1.0625rem !important;
}

.supply-journey .journey-card__text {
  font-size: 0.875rem !important;
  line-height: 1.65 !important;
  color: var(--sea-ink-soft) !important;
}

/* 时间轴：圆心高度对齐 */
.supply-journey .supply-journey__steps::before {
  top: 3rem !important;
  left: 16.66% !important;
  right: 16.66% !important;
  height: 2px !important;
  background: repeating-linear-gradient(90deg, var(--sea-blue) 0 7px, transparent 7px 16px) !important;
  opacity: 0.55 !important;
  animation: none !important;
}

.supply-journey .journey-card:hover .journey-card__visual {
  border-color: var(--sea-gold-deep);
  box-shadow: 0 16px 32px rgba(255,145,77, 0.28), 0 0 0 8px rgba(255, 255, 255, 0.7);
}

.testi-card,
.cl-card,
.fp-card {
  border-radius: var(--sea-radius) !important;
}

.fp-card {
  border: 1px solid var(--sea-line);
  overflow: hidden;
  background: #ffffff !important;
}

.fp-card:hover {
  border-color: var(--sea-blue);
}

.fp-btn {
  border-radius: 100px !important;
}

.cl-img,
.cl-overlay {
  border-radius: var(--sea-radius) !important;
}

.cl-section .cl-item span,
.cl-section .cl-title {
  font-weight: 700;
}

.feature-icon-box {
  border-radius: 50% !important;
}

.indie-features-grid .feature-item {
  color: var(--sea-ink);
}

/* --------------------------------------------------------------------------
   11. 顾客评价 —— 压扁高度 + 换轻卡片（权重调小）
   -------------------------------------------------------------------------- */
[id*='testimonials_BQyL9n'] .premium-testimonials {
  padding: clamp(1.75rem, 2.6vw, 2.75rem) 0 !important;
}

/* ⚠️ 模板给卡片写死了 min-height:420px —— 这才是「评价太高」的真正原因，
   之前只改内边距是压不下去的 */
[id*='testimonials_BQyL9n'] .testi-card {
  min-height: 0 !important;
  padding: 1.3rem 1.45rem 1.2rem !important;
  border-radius: 16px !important;
  border: 1px solid var(--sea-line) !important;
  border-top: 3px solid var(--sea-blue) !important;
  background: #ffffff !important;
  box-shadow: 0 6px 18px rgba(46, 127, 184, 0.05) !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

[id*='testimonials_BQyL9n'] .testi-card:hover {
  transform: translateY(-4px);
  border-color: var(--sea-blue) !important;
  box-shadow: 0 14px 30px rgba(46, 127, 184, 0.14) !important;
}

[id*='testimonials_BQyL9n'] .testi-card__text {
  font-size: 0.9375rem !important;
  line-height: 1.6 !important;
  margin-bottom: 0.85rem !important;
}

[id*='testimonials_BQyL9n'] .testi-card__top {
  margin-bottom: 0.65rem !important;
}

[id*='testimonials_BQyL9n'] .premium-testimonials__eyebrow {
  margin-bottom: 0.6rem !important;
  padding: 0.38rem 0.8rem !important;
  font-size: 0.66rem !important;
  box-shadow: none !important;
}

[id*='testimonials_BQyL9n'] .premium-testimonials__heading {
  font-size: clamp(1.3rem, 2.1vw, 1.75rem) !important;
  max-width: none !important;
}

[id*='testimonials_BQyL9n'] .premium-testimonials__rule {
  margin-top: 0.7rem !important;
}

[id*='testimonials_BQyL9n'] .premium-testimonials__header {
  margin-bottom: 1.4rem !important;
}

[id*='testimonials_BQyL9n'] .testi-avatar-placeholder,
[id*='testimonials_BQyL9n'] .testi-author__avatar {
  background: var(--sea-blue-soft) !important;
  color: var(--sea-blue) !important;
}

/* --------------------------------------------------------------------------
   12. 集合展示 —— 换成 3 张等宽海报卡（模板原本是 2fr/1fr 的 bento，太丑）
   -------------------------------------------------------------------------- */
[id*='collection_list2_TG6ryd'] .cl-section {
  padding: clamp(2.5rem, 4vw, 3.5rem) 1.5rem !important;
  max-width: 1200px !important;
}

[id*='collection_list2_TG6ryd'] .cl-grid {
  gap: 20px !important;
}

@media screen and (min-width: 768px) {
  [id*='collection_list2_TG6ryd'] .cl-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    grid-template-rows: 1fr !important;
    height: 430px !important;
    overflow: visible !important;
  }

  [id*='collection_list2_TG6ryd'] .cl-item-1,
  [id*='collection_list2_TG6ryd'] .cl-item-2,
  [id*='collection_list2_TG6ryd'] .cl-item-3 {
    grid-column: auto !important;
    grid-row: auto !important;
  }
}

/* 卡片：只留发丝描边，不加任何带色阴影 */
[id*='collection_list2_TG6ryd'] .cl-item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(46, 127, 184, 0.12);
  box-shadow: none;
  transition: transform 0.25s ease, border-color 0.25s ease;
}

[id*='collection_list2_TG6ryd'] .cl-item:hover {
  transform: translateY(-5px);
  border-color: var(--sea-blue);
}

[id*='collection_list2_TG6ryd'] .cl-img {
  border-radius: 0;
  transition: transform 0.6s ease;
}

/* 遮罩改成中性深色，不再用带绿的渐变 */
[id*='collection_list2_TG6ryd'] .cl-overlay {
  border-radius: 0;
  padding: 1.5rem 1.6rem !important;
  background: linear-gradient(180deg, rgba(31, 94, 142, 0) 34%, rgba(17, 52, 80, 0.8)) !important;
  justify-content: flex-end;
}

[id*='collection_list2_TG6ryd'] .cl-overlay span {
  color: #ffffff !important;
  opacity: 0.82;
  font-weight: 700;
  margin-bottom: 0.35rem !important;
}

[id*='collection_list2_TG6ryd'] .cl-overlay h3 {
  font-size: 1.5rem !important;
  line-height: 1.2;
}

[id*='collection_list2_TG6ryd'] .cl-overlay h3::after {
  content: '';
  display: block;
  width: 34px;
  height: 3px;
  margin-top: 0.7rem;
  border-radius: 3px;
  background: var(--sea-gold);
}

/* --------------------------------------------------------------------------
   13. 板块纹理 —— 每段一层极淡的草本底纹
   -------------------------------------------------------------------------- */
/* 0 herb-hero → 极淡水波纹 */
.herb-hero {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E %3Cg fill='none' stroke='%23BFCBD6' stroke-width='1.1' opacity='0.6'%3E %3Cpath d='M8 4v10M3 9h10M5.5 6.5l5 5M10.5 6.5l-5 5'/%3E %3Cpath d='M30 22v9M25.5 26.5h9M28 24l4 4M32 24l-4 4'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 40px 40px;
}

/* 1 herb-packs → 鱼鳞纹 */
.herb-packs {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E %3Cg fill='none' stroke='%232B7BB5' stroke-width='1' opacity='0.13'%3E %3Cpath d='M0 16h32M16 0v32'/%3E%3Cpath d='M0 0l32 32M32 0L0 32'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 32px 32px;
}

/* 2 featured products → 海浪行 */
[id*='featured_products2_zdVKeh'] > section {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='44' viewBox='0 0 120 44'%3E %3Cg fill='none' stroke='%232B7BB5' stroke-width='1.3' opacity='0.15'%3E %3Cpath d='M0 12c15-11 30-11 45 0s30 11 45 0 30-11 45 0'/%3E %3Cpath d='M0 32c15-11 30-11 45 0s30 11 45 0 30-11 45 0'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 120px 44px;
}

/* 3 herb products → 气泡 */
.herb-products {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='15' viewBox='0 0 26 15'%3E %3Cg fill='none' stroke='%23BFCBD6' stroke-width='1.1' opacity='0.5'%3E %3Cpath d='M0 15a13 13 0 0 1 26 0'/%3E%3Cpath d='M-13 7.5a13 13 0 0 1 26 0'/%3E%3Cpath d='M13 7.5a13 13 0 0 1 26 0'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 26px 15px;
}

/* 4 collection showcase → 渔网菱格 */
[id*='collection_list2_TG6ryd'] > section {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='88' viewBox='0 0 88 88'%3E %3Cg fill='none' stroke='%232B7BB5' stroke-width='1.2' opacity='0.17'%3E %3Ccircle cx='18' cy='66' r='6'/%3E%3Ccircle cx='36' cy='44' r='4'/%3E%3Ccircle cx='22' cy='24' r='2.6'/%3E %3Ccircle cx='66' cy='68' r='5'/%3E%3Ccircle cx='70' cy='28' r='7'/%3E%3Ccircle cx='52' cy='12' r='2.2'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 88px 88px;
}

/* 5 brand story → 柠檬片 + 小鱼 */
[id*='brand_story_qjpxbh'] > section {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E %3Cg fill='none' stroke='%23B54A1F' stroke-width='1.1' opacity='0.15'%3E %3Cpath d='M4 2l8 9-5 7 9 8'/%3E%3Cpath d='M32 4l-4 10 7 6-3 9'/%3E%3Cpath d='M42 26l-6 8'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 48px 48px;
}

/* 6 featured products 2 → 竖向水流线 */
[id*='featured_products2_4QYepW'] > section {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34'%3E %3Cg fill='none' stroke='%23BFCBD6' stroke-width='1' opacity='0.5'%3E %3Cpath d='M8 3l5 5-5 5-5-5z'/%3E%3Cpath d='M25 18l4.5 4.5L25 27l-4.5-4.5z'/%3E%3C/g%3E %3Cg fill='%23FF914D' opacity='0.13'%3E%3Ccircle cx='27' cy='7' r='1.2'/%3E%3Ccircle cx='7' cy='27' r='1.2'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 34px 34px;
}

/* 7 testimonials → 海星点 */
[id*='testimonials_BQyL9n'] .premium-testimonials {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cg fill='%23FF914D' opacity='0.17'%3E %3Ccircle cx='5' cy='6' r='1.3'/%3E%3Ccircle cx='15' cy='3' r='1'/%3E%3Ccircle cx='21' cy='12' r='1.4'/%3E %3Ccircle cx='9' cy='16' r='1.2'/%3E%3Ccircle cx='18' cy='20' r='1'/%3E%3Ccircle cx='3' cy='19' r='1'/%3E%3C/g%3E%3C/svg%3E") !important;
  background-size: 24px 24px;
}

/* 8 herb promise → 小鱼 + 贝壳 */
.herb-promise {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36'%3E %3Cg fill='%2334506B' opacity='0.20'%3E %3Ccircle cx='6' cy='7' r='1.4'/%3E%3Ccircle cx='19' cy='4' r='1'/%3E%3Ccircle cx='30' cy='11' r='1.7'/%3E %3Ccircle cx='11' cy='21' r='1.2'/%3E%3Ccircle cx='25' cy='24' r='1.5'/%3E%3Ccircle cx='4' cy='31' r='1'/%3E %3Ccircle cx='33' cy='30' r='1.3'/%3E%3Ccircle cx='17' cy='33' r='1'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 36px 36px;
}

/* 9 features bar → 波浪细纹 */
[id*='features_bar_4MyUP7'] > section {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='17' viewBox='0 0 34 17'%3E %3Cg fill='none' stroke='%232B7BB5' stroke-width='1.1' opacity='0.17'%3E %3Cpath d='M0 17a17 17 0 0 1 34 0'/%3E%3Cpath d='M-17 8.5a17 17 0 0 1 34 0'/%3E%3Cpath d='M17 8.5a17 17 0 0 1 34 0'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 34px 17px;
}

/* --------------------------------------------------------------------------
   14. 板块之间的装潢分割线
   -------------------------------------------------------------------------- */
[id*='herb_hero_1'],
[id*='herb_packs_1'],
[id*='featured_products2_zdVKeh'],
[id*='supply_journey_R9k2Lm'],
[id*='herb_products_1'],
[id*='collection_list2_TG6ryd'],
[id*='hero_banner_bUidmi'],
[id*='brand_story_qjpxbh'],
[id*='featured_products2_4QYepW'],
[id*='testimonials_BQyL9n'],
[id*='herb_promise_1'],
[id*='features_bar_4MyUP7'] {
  position: relative;
}

[id*='herb_hero_1']::after,
[id*='herb_packs_1']::after,
[id*='featured_products2_zdVKeh']::after,
[id*='supply_journey_R9k2Lm']::after,
[id*='herb_products_1']::after,
[id*='collection_list2_TG6ryd']::after,
[id*='brand_story_qjpxbh']::after,
[id*='featured_products2_4QYepW']::after,
[id*='testimonials_BQyL9n']::after,
[id*='herb_promise_1']::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 6px;
  width: min(1180px, calc(100% - 48px));
  height: 10px;
  pointer-events: none;
  z-index: 4;
  background-repeat: repeat-x;
  background-position: center;
}

/* 1 herb-hero → 暖黄波浪 */
[id*='herb_hero_1']::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='12' viewBox='0 0 120 12'%3E %3Cg fill='none' stroke='%232B7BB5' stroke-width='1.2' opacity='0.45'%3E%3Cpath d='M0 8c15-9 30-9 45 0s30 9 45 0 30-9 45 0'/%3E%3C/g%3E %3Cg fill='none' stroke='%23FF914D' stroke-width='1.2' opacity='0.7'%3E%3Ccircle cx='60' cy='3' r='1.8'/%3E%3Ccircle cx='108' cy='2.6' r='1.3'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 44px 10px;
}

/* 2 herb-packs → 小鱼列队 */
[id*='herb_packs_1']::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='46' height='10' viewBox='0 0 46 10'%3E %3Cg fill='none' stroke='%23FF914D' stroke-width='1.5' opacity='0.7'%3E%3Cpath d='M0 5h9M13 5h9M26 5h9M39 5h7'/%3E%3C/g%3E %3Cg fill='%23B54A1F' opacity='0.6'%3E%3Ccircle cx='11' cy='5' r='1.4'/%3E%3Ccircle cx='24' cy='5' r='1.4'/%3E%3Ccircle cx='37' cy='5' r='1.4'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 52px 14px;
}

/* 3 featured products → 鱼鳞带 */
[id*='featured_products2_zdVKeh']::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='10' viewBox='0 0 32 10'%3E %3Cg fill='none' stroke='%23BFCBD6' stroke-width='1.3' opacity='0.95'%3E%3Cpath d='M8 2v6M5 5h6'/%3E%3Cpath d='M24 2v6M21 5h6'/%3E%3C/g%3E %3Cg fill='none' stroke='%23FF914D' stroke-width='1.2' opacity='0.6'%3E%3Cpath d='M0 5h5M27 5h5'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 64px 10px;
}

/* 4 supply journey → 浪 + 气泡 */
[id*='supply_journey_R9k2Lm']::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='10' viewBox='0 0 30 10'%3E %3Cg fill='none' stroke='%232B7BB5' stroke-width='1.1' opacity='0.4'%3E%3Cpath d='M0 0l15 10L30 0'/%3E%3Cpath d='M0 10L15 0l15 10'/%3E%3C/g%3E %3Cg fill='%2334506B' opacity='0.35'%3E%3Ccircle cx='15' cy='5' r='1.1'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 72px 14px;
}

/* 5 herb products → 暖黄鱼骨线 */
[id*='herb_products_1']::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='12' viewBox='0 0 48 12'%3E %3Cg fill='none' stroke='%23BFCBD6' stroke-width='1.2' opacity='0.9'%3E %3Cpath d='M6 1l4 5-4 5-4-5z'/%3E%3Cpath d='M24 2.5l3.2 3.5L24 9.5 20.8 6z'/%3E%3Cpath d='M40 1l4 5-4 5-4-5z'/%3E%3C/g%3E %3Cg fill='none' stroke='%23FF914D' stroke-width='1.2' opacity='0.6'%3E%3Cpath d='M0 6h48'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 28px 10px;
}

/* 6 collection showcase → 贝壳列 */
[id*='collection_list2_TG6ryd']::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='10' viewBox='0 0 60 10'%3E %3Cg fill='none' stroke='%232B7BB5' stroke-width='1.2' opacity='0.42'%3E%3Cpath d='M0 3h60'/%3E%3C/g%3E %3Cg fill='none' stroke='%23FF914D' stroke-width='1.2' opacity='0.72'%3E%3Cpath d='M0 7h60'/%3E%3C/g%3E %3Cg fill='%23B54A1F' opacity='0.55'%3E%3Ccircle cx='30' cy='5' r='1.6'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 46px 12px;
}

/* 7 brand story → 气泡串 */
[id*='brand_story_qjpxbh']::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='14' viewBox='0 0 48 14'%3E %3Cg fill='none' stroke='%23FF914D' stroke-width='1.4' opacity='0.9'%3E%3Ccircle cx='10' cy='7' r='5'/%3E%3C/g%3E %3Cg fill='none' stroke='%23B54A1F' stroke-width='1.5' opacity='0.55'%3E%3Cpath d='M7.6 4.6l4.8 4.8M12.4 4.6l-4.8 4.8'/%3E%3C/g%3E %3Cg fill='none' stroke='%232B7BB5' stroke-width='1.2' opacity='0.4'%3E%3Cpath d='M20 3.5h28M20 10.5h28'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 54px 12px;
}

/* 8 featured products 2 → 双细线 */
[id*='featured_products2_4QYepW']::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='14' viewBox='0 0 56 14'%3E %3Cg fill='none' stroke='%232B7BB5' stroke-width='1.2' opacity='0.42'%3E %3Cpath d='M4 12c0-4 3-6 6-4.5C11 4 17 3.4 18.5 7.6c3-1.4 6 .8 6 3.4'/%3E%3C/g%3E %3Cg fill='none' stroke='%23FF914D' stroke-width='1.2' opacity='0.65'%3E %3Cpath d='M32 13c0-3 2.4-4.8 4.8-3.6C37.6 6.6 42 6.2 43.2 9.4c2.4-1.2 4.8.6 4.8 2.7'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 60px 10px;
}

/* 9 testimonials → 扇形花边 */
[id*='testimonials_BQyL9n']::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='10' viewBox='0 0 50 10'%3E %3Cg fill='none' stroke='%23B54A1F' stroke-width='1.2' opacity='0.55'%3E %3Cpath d='M0 7l7-4 6 5 6-5 7 4 6-4 6 5 6-5 6 4'/%3E%3C/g%3E %3Cg fill='%23FF914D' opacity='0.45'%3E%3Ccircle cx='13' cy='2' r='1.2'/%3E%3Ccircle cx='38' cy='2' r='1.2'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 24px 10px;
}

/* 10 herb promise → 绿+黄双拼（替换原来的 border） */
[id*='herb_promise_1']::after {
  bottom: 0;
  height: 3px;
  width: 100%;
  background-image: linear-gradient(90deg, var(--sea-blue) 0 50%, var(--sea-gold) 50% 100%);
  background-size: 100% 3px;
}

/* --------------------------------------------------------------------------
/* 11 cold chain → 深海波纹 */
.coldchain {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='52' viewBox='0 0 140 52'%3E %3Cg fill='none' stroke='%2334506B' stroke-width='1.4' opacity='0.22'%3E %3Cpath d='M0 14c17-13 35-13 52 0s35 13 52 0 35-13 52 0'/%3E %3Cpath d='M0 38c17-13 35-13 52 0s35 13 52 0 35-13 52 0'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 140px 52px;
}

/* 12 about catch → 水滴高光 */
.about-catch {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26'%3E %3Cg fill='none' stroke='%23BFCBD6' stroke-width='1.1' opacity='0.55'%3E %3Cpath d='M9 4c0 3 2.6 4.4 2.6 7A2.6 2.6 0 0 1 9 13.6 2.6 2.6 0 0 1 6.4 11C6.4 8.4 9 7 9 4Z'/%3E %3Cpath d='M20 15c0 2.2 1.9 3.3 1.9 5.2A1.9 1.9 0 0 1 20 22.2a1.9 1.9 0 0 1-1.9-2c0-1.9 1.9-3 1.9-5.2Z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 26px 26px;
}

/* 装潢线：新增两段 */
[id*='herb_coldchain_1']::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='68' height='14' viewBox='0 0 68 14'%3E %3Cg fill='none' stroke='%232B7BB5' stroke-width='1.3' opacity='0.5'%3E %3Cpath d='M0 14a9 9 0 0 1 18 0'/%3E%3Cpath d='M17 14a9 9 0 0 1 18 0'/%3E%3Cpath d='M34 14a9 9 0 0 1 18 0'/%3E%3Cpath d='M51 14a9 9 0 0 1 18 0'/%3E%3C/g%3E %3Cg fill='none' stroke='%23FF914D' stroke-width='1.2' opacity='0.85'%3E%3Ccircle cx='9' cy='3' r='2.2'/%3E%3Ccircle cx='60' cy='3' r='2.2'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 44px 10px;
}

[id*='herb_about_catch_1']::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='12' viewBox='0 0 56 12'%3E %3Cg fill='none' stroke='%232B7BB5' stroke-width='1.2' opacity='0.42'%3E %3Cpath d='M4 6c6-6 14-6 20 0-6 6-14 6-20 0Z'/%3E%3Cpath d='M24 6l5-4v8l-5-4Z'/%3E%3C/g%3E %3Cg fill='none' stroke='%23FF914D' stroke-width='1.2' opacity='0.65'%3E %3Cpath d='M34 6c4.5-4.5 10.5-4.5 15 0-4.5 4.5-10.5 4.5-15 0Z'/%3E%3Cpath d='M49 6l4-3v6l-4-3Z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 44px 10px;
}

   15. Cold Chain Banner —— 左标题 + 右三卡的宽幅品牌背书区
   -------------------------------------------------------------------------- */
.coldchain {
  position: relative;
  overflow: hidden;
  padding: clamp(3rem, 5vw, 5rem) clamp(16px, 4vw, 48px);
  background:
    radial-gradient(circle at 14% 18%, rgba(46, 127, 184, 0.14), transparent 30%),
    radial-gradient(circle at 88% 84%, rgba(255,145,77, 0.16), transparent 28%),
    var(--sea-cream);
}

.coldchain__tex {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='60' viewBox='0 0 140 60'%3E%3Cg fill='none' stroke='%232B7BB5' stroke-width='1.3' opacity='0.22'%3E%3Cpath d='M0 16c17.5-15 35-15 52.5 0s35 15 52.5 0 35-15 52.5 0'/%3E%3Cpath d='M0 44c17.5-15 35-15 52.5 0s35 15 52.5 0 35-15 52.5 0'/%3E%3C/g%3E%3Cg fill='none' stroke='%23ff914d' stroke-width='1.2' opacity='0.3'%3E%3Cpath d='M104 26v10M99 31h10'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 140px 60px;
}

.coldchain__inner {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.68fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}

/* 左侧品牌区 */
.coldchain__left {
  position: relative;
  padding: 1rem 0 3.4rem;
}

.coldchain__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0 0 0.85rem;
  color: var(--sea-blue-deep);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.coldchain__eyebrow::before {
  content: '';
  width: 30px;
  height: 2px;
  border-radius: 2px;
  background: var(--sea-gold);
}

.coldchain__heading {
  margin: 0 0 1.1rem;
  color: var(--sea-ink);
  font-size: clamp(1.7rem, 3.3vw, 2.7rem);
  line-height: 1.14;
  letter-spacing: -0.02em;
}

.coldchain__rule {
  display: block;
  width: 72px;
  height: 4px;
  border-radius: 4px;
  background: var(--sea-blue);
  margin: 0 0 1.2rem;
}

.coldchain__sub {
  margin: 0 0 1.8rem;
  max-width: 460px;
  color: var(--sea-ink-soft);
  font-size: 1rem;
  line-height: 1.75;
}

.coldchain__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--sea-blue);
  color: #ffffff;
  font-weight: 700;
  padding: 13px 30px;
  border-radius: 100px;
  border: 2px solid var(--sea-blue);
  text-decoration: none;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.coldchain__cta:hover {
  background: var(--sea-gold);
  border-color: var(--sea-gold);
  color: #243b53;
}

.coldchain__wave {
  position: absolute;
  left: 0;
  bottom: 0.6rem;
  width: min(320px, 100%);
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='52' height='14' viewBox='0 0 52 14'%3E%3Cpath d='M0 7c6.5-8 13-8 19.5 0S32.5 15 39 7s13-8 19.5 0' fill='none' stroke='%23ff914d' stroke-width='1.7'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-size: 52px 14px;
}

.coldchain__art {
  position: absolute;
  pointer-events: none;
  opacity: 0.5;
}

.coldchain__art svg {
  display: block;
  width: 100%;
  height: 100%;
}

.coldchain__art--fish {
  top: -2.2rem;
  right: 4%;
  width: 158px;
  height: 92px;
}

.coldchain__art--ice {
  right: 8%;
  bottom: 1.6rem;
  width: 84px;
  height: 84px;
  opacity: 0.42;
}

.coldchain__art--snow {
  top: 34%;
  left: -1.6rem;
  width: 46px;
  height: 46px;
  opacity: 0.45;
}

/* 右侧卖点卡 */
.coldchain__cards {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.coldchain__card {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  background: #ffffff;
  border: 1px solid rgba(46, 127, 184, 0.1);
  border-left: 4px solid var(--sea-blue);
  border-radius: var(--sea-radius);
  padding: 20px 24px;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.coldchain__card:hover {
  transform: translateX(6px);
  border-left-color: var(--sea-gold);
}

.coldchain__card-icon {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--sea-blue-soft);
  color: var(--sea-blue-deep);
}

.coldchain__card-icon svg {
  width: 28px;
  height: 28px;
}

.coldchain__card-body {
  position: relative;
  padding-right: 40px;
}

.coldchain__card-idx {
  position: absolute;
  top: 2px;
  right: 0;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: rgba(46, 127, 184, 0.26);
}

.coldchain__card-title {
  margin: 0 0 6px;
  font-size: 1.0625rem;
  color: var(--sea-ink);
}

.coldchain__card-text {
  margin: 0;
  color: var(--sea-ink-soft);
  font-size: 0.875rem;
  line-height: 1.65;
}

/* Cold Chain 段落分割：浪 + 雪花 */
[id*='herb_coldchain_1'] {
  position: relative;
}

[id*='herb_coldchain_1']::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 6px;
  width: min(1180px, calc(100% - 48px));
  height: 12px;
  pointer-events: none;
  z-index: 4;
  background-repeat: repeat-x;
  background-position: center;
  background-size: 62px 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='62' height='12' viewBox='0 0 62 12'%3E%3Cpath d='M0 8c7.75-9 15.5-9 23.25 0S38.75 17 46.5 8 62 0 69.75 8' fill='none' stroke='%232B7BB5' stroke-width='1.5' opacity='0.6'/%3E%3Cg fill='none' stroke='%23ff914d' stroke-width='1.4' opacity='0.85'%3E%3Cpath d='M54 2v6M51 5h6'/%3E%3C/g%3E%3C/svg%3E");
}

/* --------------------------------------------------------------------------
   16. About This Catch —— 单品详情页亮点板块（竖版）
   -------------------------------------------------------------------------- */
.about-catch {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  padding: clamp(3rem, 5.5vw, 5.5rem) clamp(16px, 4vw, 48px);
}

/* 左右低透明竖向海浪线，不覆盖文字 */
.about-catch__side {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  pointer-events: none;
  background-repeat: repeat-y;
  background-size: 30px 64px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='64' viewBox='0 0 30 64'%3E%3Cpath d='M15 0c-9 10.7-9 21.3 0 32s9 21.3 0 32' fill='none' stroke='%232B7BB5' stroke-width='1.7' opacity='0.3'/%3E%3Cpath d='M24 16c-5 5.3-5 10.7 0 16s5 10.7 0 16' fill='none' stroke='%23ff914d' stroke-width='1.4' opacity='0.35'/%3E%3C/svg%3E");
}

.about-catch__side--l {
  left: 0;
}

.about-catch__side--r {
  right: 0;
  transform: scaleX(-1);
}

.about-catch__inner {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}

/* 左：文字 */
.about-catch__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0 0 0.8rem;
  color: var(--sea-blue-deep);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.about-catch__eyebrow::before {
  content: '';
  width: 30px;
  height: 2px;
  border-radius: 2px;
  background: var(--sea-gold);
}

.about-catch__heading {
  margin: 0 0 1rem;
  color: var(--sea-ink);
  font-size: clamp(1.7rem, 3.1vw, 2.5rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.about-catch__rule {
  display: block;
  width: 68px;
  height: 4px;
  border-radius: 4px;
  background: var(--sea-blue);
  margin: 0 0 1.15rem;
}

.about-catch__intro {
  margin: 0 0 1.9rem;
  color: var(--sea-ink-soft);
  font-size: 1rem;
  line-height: 1.75;
  max-width: 480px;
}

.about-catch__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 18px;
}

.about-catch__item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding-bottom: 18px;
  border-bottom: 1px dashed rgba(46, 127, 184, 0.28);
}

.about-catch__item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.about-catch__bullet {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--sea-blue-soft);
  color: var(--sea-blue-deep);
}

.about-catch__bullet svg {
  width: 21px;
  height: 21px;
}

.about-catch__item-body {
  min-width: 0;
}

.about-catch__item-label {
  display: block;
  margin-bottom: 3px;
  color: var(--sea-ink);
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.about-catch__item-text {
  margin: 0;
  color: var(--sea-ink-soft);
  font-size: 0.875rem;
  line-height: 1.65;
}

/* 文字区底部：细海浪横线收尾 */
.about-catch__footwave {
  display: block;
  width: min(340px, 100%);
  height: 14px;
  margin-top: 1.9rem;
  background-repeat: repeat-x;
  background-size: 52px 14px;
  background-position: left center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='52' height='14' viewBox='0 0 52 14'%3E%3Cpath d='M0 7c6.5-8 13-8 19.5 0S32.5 15 39 7s13-8 19.5 0' fill='none' stroke='%232B7BB5' stroke-width='1.7' opacity='0.65'/%3E%3C/svg%3E");
}

/* 右：图片 */
.about-catch__media {
  position: relative;
  padding-bottom: 38px;
}

.about-catch__frame {
  display: block;
  border: 2px solid rgba(46, 127, 184, 0.5);
  border-radius: 30px;
  padding: 10px;
  background: #ffffff;
}

.about-catch__frame-inner {
  display: block;
  border: 2px dashed var(--sea-blue);
  border-radius: 22px;
  padding: 8px;
  overflow: hidden;
  background: var(--sea-blue-soft);
}

.about-catch__frame-inner img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 16px;
}

/* 图片底部海岸线剪影 */
.about-catch__coast {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 0;
  display: block;
  pointer-events: none;
}

.about-catch__coast svg {
  display: block;
  width: 100%;
  height: 64px;
}

/* --------------------------------------------------------------------------
   9. Responsive
   -------------------------------------------------------------------------- */
@media screen and (max-width: 989px) {
  .herb-packs__grid,
  .herb-products__grid,
  .herb-promise__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .herb-promise__item--2,
  .herb-promise__item--4 {
    margin-top: 0;
  }

  #header-group .announcement-bar::after {
    display: none;
  }

  .coldchain__inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 2rem;
  }

  .coldchain__left {
    padding-bottom: 2.4rem;
  }

  .coldchain__art--fish {
    top: -1.4rem;
    right: 0;
    width: 120px;
    height: 70px;
  }

  .coldchain__art--snow {
    display: none;
  }

  .about-catch__inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 2.4rem;
  }

  .about-catch__media {
    padding-bottom: 30px;
    max-width: 560px;
  }

  .about-catch__side {
    width: 18px;
    background-size: 18px 44px;
  }
}

@media screen and (max-width: 749px) {
  .herb-hero__inner::before,
  .herb-hero__inner::after {
    display: none;
  }

  .herb-hero__art--leaf-tl {
    width: 88px;
    height: 88px;
  }

  .herb-hero__art--leaf-br {
    width: 96px;
    height: 96px;
  }

  .herb-hero__art--garlic {
    display: none;
  }

  .herb-packs__grid,
  .herb-products__grid,
  .herb-promise__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .herb-promise__head::before,
  .herb-promise__head::after {
    width: 20px;
  }
}

/* --------------------------------------------------------------------------
   17. 海洋分类九宫格 —— 3×2 虚线框分类卡 + 角落线稿小图标 + 留白手绘小装饰
   -------------------------------------------------------------------------- */
.herb-cats {
  position: relative;
  background-color: var(--sea-cream);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36'%3E %3Cg fill='none' stroke='%232B7BB5' stroke-width='1' opacity='0.10'%3E %3Cpath d='M0 18h36M18 0v36'/%3E%3Cpath d='M0 0l36 36M36 0L0 36'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 36px 36px;
  padding: clamp(48px, 6vw, 88px) clamp(16px, 4vw, 48px) clamp(46px, 5vw, 74px);
  text-align: center;
}

.herb-cats__head {
  margin-bottom: 46px;
}

.herb-cats__heading {
  margin: 0 0 12px;
  color: var(--sea-ink);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
}

.herb-cats__sub {
  margin: 0 auto;
  max-width: 620px;
  color: var(--sea-ink-soft);
  font-size: 0.975rem;
  line-height: 1.7;
}

.herb-cats__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  max-width: 1180px;
  margin: 0 auto;
  text-align: left;
}

/* --- 卡片：白底圆角 + 缩进一圈的虚线框 --- */
/* --- 圆形分类卡：照片嵌在圆里，虚线环套在外面，线稿图标坐在环的左上 45° --- */
.herb-cat {
  position: relative;
  display: block;
  text-align: center;
  text-decoration: none;
  color: inherit;
}

/* 圆盘：正方形 + 圆，虚线环 / 照片 / 图标都挂在这一层上 */
.herb-cat__disc {
  position: relative;
  display: block;
  aspect-ratio: 1;
  transition: transform 0.25s ease;
}

.herb-cat:hover .herb-cat__disc {
  transform: translateY(-5px);
}

.herb-cat__frame {
  position: absolute;
  inset: 0;
  border: 2px dashed rgba(46, 127, 184, 0.42);
  border-radius: 50%;
  pointer-events: none;
  z-index: 2;
  transition: border-color 0.2s ease;
}

.herb-cat:hover .herb-cat__frame {
  border-color: var(--sea-gold);
}

.herb-cat__media {
  position: absolute;
  inset: 13px;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  background: var(--sea-blue-soft);
  box-shadow: 0 8px 24px rgba(46, 127, 184, 0.14);
}

.herb-cat__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.herb-cat:hover .herb-cat__media img {
  transform: scale(1.06);
}

.herb-cat__media::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(46, 127, 184, 0.08), transparent 50%, rgba(31, 94, 142, 0.16));
  pointer-events: none;
}

.herb-cat__media--empty {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='15' viewBox='0 0 26 15'%3E %3Cg fill='none' stroke='%232B7BB5' stroke-width='1.1' opacity='0.22'%3E %3Cpath d='M0 15a13 13 0 0 1 26 0'/%3E%3Cpath d='M13 7.5a13 13 0 0 1 26 0'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 26px 15px;
}

/* 图标坐在虚线环的左上 45° 处（半径 50% 的 135° 方向 = 14.65%） */
.herb-cat__icon {
  position: absolute;
  left: 14.65%;
  top: 14.65%;
  width: 38px;
  height: 38px;
  margin: -19px 0 0 -19px;
  border-radius: 50%;
  background: #ffffff;
  color: var(--sea-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 10px rgba(46, 127, 184, 0.18), 0 0 0 3px rgba(255, 255, 255, 0.9);
  z-index: 3;
  pointer-events: none;
  transition: color 0.2s ease;
}

.herb-cat__icon svg {
  width: 22px;
  height: 22px;
  display: block;
}

.herb-cat:hover .herb-cat__icon {
  color: var(--sea-blue);
}

.herb-cat__body {
  display: block;
  padding: 22px 8px 0;
}

.herb-cat__title {
  display: block;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--sea-ink);
  margin-bottom: 6px;
}

.herb-cat__sub {
  display: block;
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--sea-ink-soft);
  margin: 0 auto 14px;
  max-width: 300px;
}

.herb-cat__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--sea-gold);
  transition: color 0.2s ease;
}

.herb-cat__cta i {
  display: block;
  width: 22px;
  height: 8px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 8'%3E%3Cg fill='none' stroke='%23FF914D' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M0 4h19'/%3E%3Cpath d='M15.6 1 19 4l-3.4 3'/%3E%3C/g%3E%3C/svg%3E");
  transition: transform 0.2s ease;
}

.herb-cat:hover .herb-cat__cta {
  color: var(--sea-blue);
}

.herb-cat:hover .herb-cat__cta i {
  transform: translateX(4px);
}

/* --- 点睛：撒在留白处的手绘小气泡 / 小星星 / 小波浪线 --- */
.herb-cats__doodle {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.6;
}

.herb-cats__doodle--bubbles {
  width: 34px;
  height: 34px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34 34'%3E%3Cg fill='none' stroke='%232B7BB5' stroke-width='1.4'%3E%3Ccircle cx='10' cy='24' r='4.5'/%3E%3Ccircle cx='21.5' cy='14' r='3'/%3E%3Ccircle cx='28' cy='27' r='2.2'/%3E%3C/g%3E%3C/svg%3E");
}

.herb-cats__doodle--star {
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 1.5c1.2 5.4 4.9 9.1 10.3 10.3-5.4 1.2-9.1 4.9-10.3 10.3C10.8 16.7 7.1 13 1.7 11.8 7.1 10.6 10.8 6.9 12 1.5Z' fill='none' stroke='%23FF914D' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.herb-cats__doodle--wave {
  width: 74px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 74 16'%3E%3Cpath d='M1 11c6-5.4 12-5.4 18 0s12 5.4 18 0 12-5.4 18 0 12 5.4 18 0' fill='none' stroke='%232B7BB5' stroke-width='1.4' stroke-linecap='round'/%3E%3C/svg%3E");
}

/* 卡片之间竖缝与横缝的十字交叉处（3 列布局时约在 32.9% / 65.9%） */
.herb-cats__doodle--gap-a {
  left: calc(32.9% - 17px);
  top: calc(50% - 17px);
}

.herb-cats__doodle--gap-b {
  left: calc(65.9% - 11px);
  top: calc(50% - 11px);
}

/* 栅格两侧的外留白 */
.herb-cats__doodle--outer-l {
  left: -48px;
  top: 32%;
}

.herb-cats__doodle--outer-r {
  right: -46px;
  bottom: 24%;
}

/* 栅格下方留白 */
.herb-cats__doodle--under {
  left: 11%;
  bottom: -32px;
}

/* --------------------------------------------------------------------------
   18. 今日到港 —— 左渔船右锚 + 横向滚动产品轨 + 手绘吊牌别针
   -------------------------------------------------------------------------- */
.herb-catch {
  position: relative;
  background-color: var(--sea-cream-deep);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='44' viewBox='0 0 120 44'%3E %3Cg fill='none' stroke='%232B7BB5' stroke-width='1.3' opacity='0.13'%3E %3Cpath d='M0 12c15-11 30-11 45 0s30 11 45 0 30-11 45 0'/%3E %3Cpath d='M0 32c15-11 30-11 45 0s30 11 45 0 30-11 45 0'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 120px 44px;
  padding: clamp(48px, 6vw, 84px) 0 clamp(44px, 5vw, 72px);
  overflow: hidden;
}

.herb-catch__head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 3vw, 34px);
  padding: 0 clamp(16px, 4vw, 48px);
  text-align: center;
  margin-bottom: 30px;
}

.herb-catch__titles {
  max-width: 640px;
}

.herb-catch__heading {
  margin: 0 0 10px;
  color: var(--sea-ink);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
}

.herb-catch__sub {
  margin: 0;
  color: var(--sea-ink-soft);
  font-size: 0.975rem;
  line-height: 1.7;
}

.herb-catch__art {
  display: block;
  flex: 0 0 auto;
  color: var(--sea-blue);
  opacity: 0.55;
}

.herb-catch__art svg {
  display: block;
  width: 100%;
  height: 100%;
}

.herb-catch__art--boat {
  width: clamp(58px, 7vw, 86px);
  height: clamp(42px, 5vw, 62px);
}

.herb-catch__art--anchor {
  width: clamp(38px, 4.6vw, 54px);
  height: clamp(44px, 5.4vw, 62px);
}

.herb-catch__wrap {
  position: relative;
}

.herb-catch__rail {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  padding: 30px clamp(16px, 4vw, 48px) 20px;
  /* 关键：snap 要对齐到「内缩后的 snapport」，否则首屏会被自动推到 scrollLeft=48 把左内边距吃掉 */
  scroll-padding-inline: clamp(16px, 4vw, 48px);
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(46, 127, 184, 0.26) transparent;
}

.herb-catch__rail::-webkit-scrollbar {
  height: 6px;
}

.herb-catch__rail::-webkit-scrollbar-track {
  background: transparent;
}

.herb-catch__rail::-webkit-scrollbar-thumb {
  background: rgba(46, 127, 184, 0.26);
  border-radius: 99px;
}

.herb-catch__card {
  position: relative;
  flex: 0 0 268px;
  scroll-snap-align: start;
  background: #ffffff;
  border-radius: var(--sea-radius);
  border-bottom: 2px solid rgba(255,145,77, 0.85);
  box-shadow: 0 6px 20px rgba(46, 127, 184, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.herb-catch__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(46, 127, 184, 0.15);
}

/* --- 吊牌：别针固定，轻微倾斜 --- */
.herb-catch__tag {
  position: absolute;
  top: -13px;
  left: 18px;
  z-index: 4;
  transform: rotate(-5deg);
  transform-origin: left center;
  display: inline-block;
  background: var(--sea-gold);
  color: #243b53;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1;
  padding: 8px 13px 8px 26px;
  border-radius: 4px 11px 11px 4px;
  box-shadow: 0 4px 10px rgba(31, 94, 142, 0.22);
  white-space: nowrap;
}

.herb-catch__tag::after {
  content: '';
  position: absolute;
  inset: 3px 5px 3px 19px;
  border: 1px dashed rgba(46, 127, 184, 0.42);
  border-radius: 3px 8px 8px 3px;
  pointer-events: none;
}

.herb-catch__pin {
  position: absolute;
  left: 10px;
  top: 50%;
  width: 9px;
  height: 9px;
  margin-top: -4.5px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid var(--sea-blue);
  z-index: 2;
}

.herb-catch__pin::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 100%;
  width: 1.6px;
  height: 10px;
  margin-left: -0.8px;
  border-radius: 2px;
  background: var(--sea-blue);
  transform: rotate(22deg);
  transform-origin: bottom center;
}

.herb-catch__media {
  display: block;
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: var(--sea-radius) var(--sea-radius) 0 0;
  background: var(--sea-blue-soft);
}

.herb-catch__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

.herb-catch__card:hover .herb-catch__media img {
  transform: scale(1.05);
}

.herb-catch__body {
  padding: 18px 20px 22px;
}

.herb-catch__title {
  margin: 0 0 8px;
  font-size: 1rem;
  line-height: 1.4;
  color: var(--sea-ink);
}

.herb-catch__title a {
  color: inherit;
  text-decoration: none;
}

.herb-catch__title a:hover {
  color: var(--sea-gold-deep);
}

.herb-catch__price {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--sea-gold-deep);
}

.herb-catch__unit {
  font-size: 0.75rem;
  font-weight: 400;
  color: var(--sea-ink-soft);
  margin-left: 2px;
}

/* --- 桌面左右箭头（只在可滚动时出现） --- */
.herb-catch__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid var(--sea-blue);
  background: #ffffff;
  color: var(--sea-blue);
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 5;
  box-shadow: 0 6px 16px rgba(46, 127, 184, 0.16);
  transition: background 0.18s ease, color 0.18s ease, opacity 0.18s ease;
}

.herb-catch.is-scrollable .herb-catch__nav {
  display: flex;
}

.herb-catch__nav--prev {
  left: clamp(4px, 1.4vw, 16px);
}

.herb-catch__nav--next {
  right: clamp(4px, 1.4vw, 16px);
}

.herb-catch__nav::before {
  content: '';
  width: 11px;
  height: 11px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  display: block;
}

.herb-catch__nav--prev::before {
  transform: rotate(-135deg);
  margin-left: 3px;
}

.herb-catch__nav--next::before {
  transform: rotate(45deg);
  margin-right: 3px;
}

.herb-catch__nav:hover {
  background: var(--sea-blue);
  color: #ffffff;
}

.herb-catch.is-at-start .herb-catch__nav--prev,
.herb-catch.is-at-end .herb-catch__nav--next {
  opacity: 0;
  pointer-events: none;
}

.herb-catch__foot {
  text-align: center;
  padding: 4px clamp(16px, 4vw, 48px) 0;
}

/* --- 响应式 --- */
@media screen and (max-width: 1279px) {
  .herb-cats__doodle--outer-l,
  .herb-cats__doodle--outer-r {
    display: none;
  }
}

@media screen and (max-width: 989px) {
  .herb-cats__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .herb-cats__doodle--gap-a,
  .herb-cats__doodle--gap-b {
    display: none;
  }

  .herb-catch__card {
    flex: 0 0 240px;
  }

  .herb-catch__nav {
    display: none !important;
  }
}

@media screen and (max-width: 749px) {
  .herb-cats {
    padding-left: 14px;
    padding-right: 14px;
  }

  .herb-cats__grid {
    gap: 14px;
  }

  .herb-cat__media {
    inset: 9px;
  }

  .herb-cat__icon {
    width: 30px;
    height: 30px;
    margin: -15px 0 0 -15px;
  }

  .herb-cat__icon svg {
    width: 17px;
    height: 17px;
  }

  .herb-cat__body {
    padding: 15px 2px 0;
  }

  .herb-cat__title {
    font-size: 1rem;
  }

  .herb-cat__sub {
    font-size: 0.8125rem;
    margin-bottom: 10px;
  }

  .herb-cat__cta {
    font-size: 0.6875rem;
    letter-spacing: 0.04em;
  }

  .herb-catch__head {
    gap: 12px;
  }

  .herb-catch__art--boat {
    width: 46px;
    height: 34px;
  }

  .herb-catch__art--anchor {
    width: 30px;
    height: 36px;
  }

  .herb-catch__sub {
    font-size: 0.875rem;
  }

  .herb-catch__card {
    flex: 0 0 72%;
  }

  .herb-catch__tag {
    font-size: 0.625rem;
    left: 14px;
    padding: 7px 11px 7px 24px;
  }
}

/* --------------------------------------------------------------------------
   19. 海的馈赠 —— 装饰画廊窄条带（淡青剪影 + 流动水波纹 + 两端海岸线）
   -------------------------------------------------------------------------- */
.herb-gallery {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  /* 底色透明 —— 让 .sea-footer-bg 的页脚背景图透出来，不遮盖 */
  background-color: transparent;
  border-top: 1px solid rgba(46, 127, 184, 0.16);
  padding: 26px clamp(16px, 4vw, 48px);
}

/* 两层水波纹，速度不同做出纵深。用 background-position 位移保证无缝循环，
   不要用 transform —— 那样在视口宽度不是波纹周期整数倍时会跳。 */
.herb-gallery__ripple {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-repeat: repeat;
}

.herb-gallery__ripple--slow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='120' viewBox='0 0 180 120'%3E%3Cg fill='none' stroke='%239ED2EC' stroke-width='1.6' stroke-linecap='round'%3E%3Cpath d='M0 34c15-11 30-11 45 0s30 11 45 0 30-11 45 0 30 11 45 0' opacity='.55'/%3E%3Cpath d='M0 72c15-11 30-11 45 0s30 11 45 0 30-11 45 0 30 11 45 0' opacity='.38'/%3E%3Cpath d='M0 108c15-11 30-11 45 0s30 11 45 0 30-11 45 0 30 11 45 0' opacity='.22'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 180px 120px;
  animation: herb-gallery-drift-slow 34s linear infinite;
}

.herb-gallery__ripple--fast {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='86' viewBox='0 0 120 86'%3E%3Cg fill='none' stroke='%23A9D9EF' stroke-width='1.4' stroke-linecap='round'%3E%3Cpath d='M0 28c10-7 20-7 30 0s20 7 30 0 20-7 30 0 20 7 30 0' opacity='.5'/%3E%3Cpath d='M0 62c10-7 20-7 30 0s20 7 30 0 20-7 30 0 20 7 30 0' opacity='.32'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 120px 86px;
  animation: herb-gallery-drift-fast 21s linear infinite;
}

@keyframes herb-gallery-drift-slow {
  from { background-position: 0 0; }
  to { background-position: -180px 0; }
}

@keyframes herb-gallery-drift-fast {
  from { background-position: 0 0; }
  to { background-position: -120px 0; }
}

/* 两端海岸线收尾 */
.herb-gallery__coast {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 96px;
  color: #9ED2EC;
  opacity: 0.85;
  z-index: 1;
  pointer-events: none;
}

.herb-gallery__coast svg {
  display: block;
  width: 100%;
  height: 100%;
}

.herb-gallery__coast--left {
  left: clamp(6px, 2vw, 26px);
}

.herb-gallery__coast--right {
  right: clamp(6px, 2vw, 26px);
}

/* 一排剪影 */
.herb-gallery__row {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 4.5vw, 60px);
  max-width: 1180px;
  min-height: 62px;
  margin: 0 auto;
  padding: 0 clamp(48px, 6vw, 78px);
}

.herb-gallery__item {
  display: block;
  flex: 0 0 auto;
  color: #8FCBE8;
  opacity: 0.92;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.herb-gallery__item svg {
  display: block;
  width: auto;
}

/* 按各自长宽比配高度，让一排剪影视觉分量接近 */
.herb-gallery__item--fish svg { height: 34px; }
.herb-gallery__item--scallop svg { height: 54px; }
.herb-gallery__item--lobster svg { height: 46px; }
.herb-gallery__item--starfish svg { height: 50px; }

/* 轻微错落，避免一条死板的直线 */
.herb-gallery__item:nth-child(odd) { transform: translateY(-6px); }
.herb-gallery__item:nth-child(3n) { transform: translateY(5px); }

@media (prefers-reduced-motion: reduce) {
  .herb-gallery__ripple--slow,
  .herb-gallery__ripple--fast {
    animation: none;
  }
}

@media screen and (max-width: 989px) {
  .herb-gallery__item:nth-child(n + 7) {
    display: none;
  }
}

@media screen and (max-width: 749px) {
  .herb-gallery {
    padding: 18px 12px;
  }

  .herb-gallery__row {
    gap: 16px;
    min-height: 48px;
    padding: 0 38px;
  }

  .herb-gallery__item--fish svg { height: 26px; }
  .herb-gallery__item--scallop svg { height: 42px; }
  .herb-gallery__item--lobster svg { height: 36px; }
  .herb-gallery__item--starfish svg { height: 39px; }

  .herb-gallery__item:nth-child(n + 6) {
    display: none;
  }

  .herb-gallery__coast {
    width: 30px;
    height: 68px;
  }
}

/* --------------------------------------------------------------------------
   20. 冷链第 4 张卡 —— 手绘竖版温度计（海水蓝渐变液柱 / 微光 / 气泡 / 悬停说明）
   -------------------------------------------------------------------------- */
.coldchain__card--therm {
  display: block;
  position: relative;
  padding: 20px 24px;
}

/* 这张卡不跟着别的卡做横向位移，免得和温度计的竖向构图打架 */
.coldchain__card--therm:hover {
  transform: none;
  border-left-color: var(--sea-gold);
}

.therm {
  position: relative;
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  outline: none;
}

.therm__dial {
  display: block;
}

.therm__dial svg {
  display: block;
  width: 100%;
  height: auto;
}

.therm__body {
  display: block;
}

/* 温度区间标注 */
.therm__zones {
  display: block;
  margin-bottom: 12px;
}

.therm__zone {
  display: flex;
  align-items: baseline;
  gap: 9px;
  padding: 5px 0;
  border-bottom: 1px dashed rgba(46, 127, 184, 0.22);
}

.therm__zone:last-child {
  border-bottom: 0;
}

.therm__zone b {
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--sea-blue-deep);
  min-width: 64px;
}

.therm__zone--frozen b {
  color: var(--sea-blue);
}

.therm__zone i {
  font-style: normal;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8A97A3;
}

.therm__cap {
  display: block;
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--sea-ink-soft);
}

/* 底部海浪小装饰脚 */
.therm__wave {
  display: block;
  height: 10px;
  margin-top: 14px;
  opacity: 0.75;
  background-repeat: repeat-x;
  background-position: left center;
  background-size: 52px 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='52' height='10' viewBox='0 0 52 10'%3E%3Cg fill='none' stroke='%232B7BB5' stroke-width='1.4' stroke-linecap='round' opacity='.5'%3E%3Cpath d='M0 7c4.3-4 8.7-4 13 0s8.7 4 13 0 8.7-4 13 0 8.7 4 13 0'/%3E%3C/g%3E%3C/svg%3E");
}

/* 液柱微光：极缓慢自下而上扫过 */
.therm__shine {
  animation: therm-shine 11s ease-in-out infinite;
}

@keyframes therm-shine {
  0%   { transform: translateY(152px); opacity: 0; }
  12%  { opacity: 0.85; }
  88%  { opacity: 0.85; }
  100% { transform: translateY(-48px); opacity: 0; }
}

/* 液柱里的气泡 */
.therm__bub {
  animation: therm-bub 9s linear infinite;
}

.therm__bub--2 { animation-duration: 11.5s; animation-delay: -3.5s; }
.therm__bub--3 { animation-duration: 13s; animation-delay: -7s; }

@keyframes therm-bub {
  0%   { transform: translateY(0); opacity: 0; }
  18%  { opacity: 0.55; }
  80%  { opacity: 0.45; }
  100% { transform: translateY(-122px); opacity: 0; }
}

/* 悬停：液柱轻微闪烁（微光加速 + 整体呼吸） */
.therm:hover .therm__shine,
.therm:focus-visible .therm__shine {
  animation-duration: 3.2s;
  filter: brightness(1.35);
}

.therm:hover .therm__bub,
.therm:focus-visible .therm__bub {
  animation-duration: 3.8s;
}

.therm:hover .therm__dial svg g[clip-path],
.therm:focus-visible .therm__dial svg g[clip-path] {
  animation: therm-glow 1.9s ease-in-out infinite;
}

@keyframes therm-glow {
  0%, 100% { opacity: 0.94; }
  50%      { opacity: 1; }
}

/* 悬停/聚焦弹出的储存温度说明 */
.therm__tip {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 50%;
  z-index: 5;
  padding: 15px 18px;
  border-radius: 12px;
  background: #123A5C;
  color: #D8E8F4;
  font-size: 0.8125rem;
  line-height: 1.55;
  box-shadow: 0 14px 32px rgba(17, 52, 80, 0.3);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-50%) scale(0.97);
  transition: opacity 0.24s ease, transform 0.24s ease, visibility 0.24s;
}

.therm:hover .therm__tip,
.therm:focus-visible .therm__tip {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) scale(1);
}

.therm__tip b {
  display: block;
  margin-bottom: 2px;
  color: #9FD8F2;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.therm__tip b + span + b {
  margin-top: 10px;
}

.therm__tip span {
  display: block;
}

.therm__tip span + b {
  margin-top: 10px;
}

@media (prefers-reduced-motion: reduce) {
  .therm__shine,
  .therm__bub,
  .therm:hover .therm__dial svg g[clip-path] {
    animation: none;
  }

  .therm__shine {
    opacity: 0;
  }
}

@media screen and (max-width: 749px) {
  .coldchain__card--therm {
    padding: 16px 18px;
  }

  .therm {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 16px;
  }

  .therm__zone b {
    font-size: 0.875rem;
    min-width: 56px;
  }

  .therm__zone i {
    font-size: 0.6875rem;
  }

  .therm__cap {
    font-size: 0.8125rem;
  }
}
