:root {
  --green-900: #0f4f43;
  --green-800: #176856;
  --green-700: #1f8f75;
  --green-600: #3ebc98;
  --green-100: #dff7ed;
  --green-050: #f0fcf7;
  --surface: #fff;
  --paper: #fff;
  --line: #e4ebe7;
  --text: #1d2a25;
  --muted: #77817c;
  --gold: #c98d3b;
  --ink: #14211d;
  --jade: #e7f4ee;
  --seal: #a2493d;
  --gold-soft: #c5a15d;
  --radius: 8px;
  --bg: #e8f5ef;
  --shadow: 0 18px 45px rgba(31, 143, 117, 0.16);
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin: 0;
  overflow: hidden;
}

body {
  position: fixed;
  inset: 0;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif;
  color: var(--text);
  background: #edf5f0;
}

button {
  font: inherit;
  color: inherit;
  border: 0;
  background: transparent;
  cursor: pointer;
}

button:focus-visible {
  outline: 2px solid var(--green-600);
  outline-offset: 2px;
}

svg {
  width: 20px;
  height: 20px;
  stroke-width: 2.1;
}

.stage {
  min-height: max(100vh, 888px);
  display: grid;
  place-items: start center;
  padding: 22px;
}

@media (min-height: 888px) {
  .stage {
    place-items: center;
  }
}

@media (max-height: 887px) {
  .stage {
    min-height: 100vh;
    padding: 10px;
    overflow: hidden;
  }

  .phone {
    transform: scale(0.8);
    transform-origin: top center;
  }
}

.phone {
  position: relative;
  width: 390px;
  height: 844px;
  overflow: hidden;
  border: 1px solid rgba(18, 61, 50, 0.14);
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--shadow);
}

.viewport {
  height: 100%;
  overflow: hidden;
}

.page {
  display: none;
  height: 100%;
  overflow-y: auto;
  padding: 14px 14px 104px;
  scrollbar-width: none;
}

.page[data-page="home"] {
  padding-top: 0;
}

.page[data-page="member"] {
  padding-bottom: 180px;
}

.page::-webkit-scrollbar,
.detail-scroll::-webkit-scrollbar,
.category-list::-webkit-scrollbar,
.project-list::-webkit-scrollbar {
  display: none;
}

.page.active {
  display: block;
}

.home-hero {
  position: relative;
  isolation: isolate;
  min-height: 430px;
  margin: 0 -14px;
  padding: 118px 28px 30px;
  overflow: hidden;
  border-radius: 0 0 8px 8px;
  background: #afd0bf;
}

.home-hero::after {
  content: none;
}

.hero-copy,
.hero-offer {
  position: relative;
  z-index: 2;
}

.hero-ip-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: #afd0bf;
  pointer-events: none;
}

.hero-ip-video,
.hero-ip-poster {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.hero-ip-video {
  filter: saturate(0.96) brightness(1.02);
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--green-700);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

.home-hero h1 {
  margin: 0;
  color: var(--green-900);
  font-size: 52px;
  line-height: 0.98;
  letter-spacing: 0;
}

.hero-slogan {
  margin: 8px 0 0;
  color: var(--green-800);
  font-size: 27px;
  font-weight: 700;
}

.hero-proof {
  width: 156px;
  margin: 18px 0 0;
  color: var(--green-800);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
}

.hero-offer {
  position: absolute;
  right: 30px;
  top: 205px;
  display: grid;
  gap: 3px;
  width: 112px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.86);
  box-shadow: 0 8px 22px rgba(18, 61, 50, 0.12);
}

.hero-offer strong {
  color: var(--green-900);
  font-size: 14px;
}

.hero-offer span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
}

.quick-actions,
.shortcut-grid,
.feature-row,
.member-stats,
.benefit-list,
.package-list,
.mine-stats,
.order-card,
.mine-list,
.mall-grid {
  margin-top: 12px;
}

.muted {
  color: var(--muted);
  font-size: 12px;
}

.quick-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.big-action,
.shortcut-grid button,
.feature-row .recommend-card,
.home-banner,
.benefit-list article,
.package-list article,
.package-list button,
.mall-card,
.order-card,
.mine-list button,
.profile-card,
.mall-hero,
.project-card,
.detail-card,
.option-block,
.proof-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.big-action {
  min-height: 112px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 8px;
  padding: 15px 10px;
}

.big-action svg {
  width: 28px;
  height: 28px;
  color: var(--green-700);
}

.big-action span {
  font-size: 20px;
  font-weight: 900;
}

.big-action em {
  color: var(--muted);
  font-style: normal;
  font-size: 12px;
}

.shortcut-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.shortcut-grid button {
  min-height: 82px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 5px;
  padding: 10px 4px;
}

.shortcut-grid svg {
  color: var(--green-700);
}

.shortcut-grid span {
  font-size: 13px;
  font-weight: 800;
}

.shortcut-grid em {
  color: var(--muted);
  font-size: 10px;
  font-style: normal;
  white-space: nowrap;
}

.section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 17px 2px 10px;
}

.section-title.compact {
  margin-top: 0;
}

.section-title h2 {
  margin: 0;
  font-size: 18px;
}

.section-title button {
  color: var(--green-700);
  font-size: 12px;
  font-weight: 800;
}

.feature-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.feature-row .recommend-card {
  min-width: 0;
  min-height: 206px;
  overflow: hidden;
  text-align: left;
  transition: border-color 160ms var(--ease-out), box-shadow 160ms var(--ease-out), transform 160ms var(--ease-out);
}

.recommend-card-media {
  height: 78px;
  display: block;
  overflow: hidden;
  background: var(--green-050);
}

.recommend-card-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.recommend-card-media.is-product img {
  object-fit: cover;
  object-position: center 52%;
}

.recommend-card-body {
  min-height: 126px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 12px 13px 13px;
}

.tag {
  display: inline-flex;
  margin-bottom: 9px;
  padding: 4px 7px;
  border-radius: 6px;
  color: var(--green-700);
  background: var(--green-100);
  font-size: 11px;
  font-weight: 700;
}

.tag.warm {
  color: var(--green-800);
  background: var(--green-050);
}

.recommend-card-title {
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.recommend-card-desc {
  display: block;
  min-height: 34px;
  margin: 8px 0 12px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.feature-row strong {
  margin-top: auto;
  color: var(--gold);
  font-size: 21px;
  font-weight: 700;
}

.feature-row .recommend-card:active {
  transform: scale(0.97);
  border-color: #c8dcd3;
}

.home-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 12px;
  padding: 16px;
  color: #fff;
  border-color: transparent;
  background: var(--green-800);
}

.home-banner h3 {
  margin: 0 0 5px;
  font-size: 17px;
}

.home-banner p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  line-height: 1.45;
}

.home-banner svg {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
}

.order-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.mode-tabs {
  display: flex;
  gap: 4px;
}

.mode-tabs button {
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--muted);
  font-weight: 900;
}

.mode-tabs button.active {
  color: #fff;
  background: var(--green-700);
}

.search-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: #fff;
  font-size: 12px;
  font-weight: 800;
}

.search-pill svg {
  width: 16px;
  height: 16px;
}

.store-row {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
  padding: 10px 12px;
  border-radius: 8px;
  background: #fff;
  font-size: 13px;
  font-weight: 800;
}

.store-row svg {
  width: 17px;
  height: 17px;
  color: var(--green-700);
}

.store-row em {
  margin-left: auto;
  color: var(--muted);
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
}

.project-layout {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  height: 608px;
  min-height: 608px;
  margin: 0 -14px;
  border-top: 1px solid #edf0ec;
  background: #fff;
}

.category-list {
  overflow-y: auto;
  padding: 6px 0 126px;
  border-right: 1px solid #e7eee9;
  background: #f4f7f4;
}

.category-list button {
  position: relative;
  width: 100%;
  min-height: 68px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 3px;
  padding: 8px 3px;
  color: #63706a;
  text-align: center;
  font-size: 11px;
  line-height: 1.3;
  font-weight: 800;
}

.category-list button span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: var(--green-800);
  background: var(--green-100);
  font-size: 16px;
  font-weight: 900;
}

.category-list button em {
  font-style: normal;
}

.category-list button.active {
  color: var(--green-800);
  background: #fff;
}

.category-list button.active span {
  color: #fff;
  background: var(--green-700);
}

.category-list button.active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  bottom: 12px;
  width: 3px;
  border-radius: 0 4px 4px 0;
  background: var(--green-700);
}

.project-list {
  position: relative;
  overflow-y: auto;
  padding: 0 12px 132px;
  background: #fff;
}

.project-section {
  padding-top: 16px;
  scroll-margin-top: 10px;
}

.project-section + .project-section {
  margin: 6px -12px 0;
  padding: 16px 12px 0;
  border-top: 10px solid #f3f6f3;
}

.project-section:last-child {
  padding-bottom: 520px;
}

.project-group-title {
  margin: 0 2px 10px;
}

.project-group-title h2 {
  margin: 0;
  font-size: 18px;
  line-height: 1.25;
}

.project-group-title p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.project-card {
  position: relative;
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 11px;
  align-items: start;
  margin: 0;
  padding: 13px 2px;
  border-width: 0 0 1px;
  border-radius: 0;
  border-color: #edf0ed;
}

.project-card.is-included {
  margin: 0 0 10px;
  padding: 12px;
  border: 1px solid #dfece4;
  border-radius: 8px;
  background: #f7fbf8;
}

.project-photo {
  width: 78px;
  height: 78px;
  overflow: hidden;
  border-radius: 6px;
  background: #edf4ec;
}

.project-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-card.is-included .project-photo img {
  object-fit: contain;
  padding: 7px;
  background: #e9f7ef;
}

.project-info {
  min-width: 0;
  padding-right: 2px;
  text-align: left;
}

.project-info h3 {
  margin: 0 0 5px;
  display: -webkit-box;
  overflow: hidden;
  font-size: 15px;
  line-height: 1.35;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.project-info p {
  display: -webkit-box;
  min-height: 33px;
  margin: 0 0 8px;
  overflow: hidden;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.38;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.badges {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 5px;
}

.badges span {
  padding: 2px 5px;
  border-radius: 4px;
  color: var(--green-700);
  background: var(--green-100);
  font-size: 10px;
  font-weight: 900;
}

.project-price {
  display: flex;
  align-items: baseline;
  min-height: 25px;
  padding-right: 38px;
  color: var(--gold);
  font-size: 19px;
  font-weight: 900;
}

.project-price small {
  margin-right: 4px;
  color: var(--green-700);
  font-size: 10px;
  font-weight: 800;
}

.project-price del {
  margin-left: 4px;
  color: #b3b8b3;
  font-size: 11px;
  font-weight: 500;
}

.project-included-copy {
  margin-top: 8px;
  color: var(--green-800);
  font-size: 12px;
  font-weight: 800;
}

.add-btn {
  position: absolute;
  right: 2px;
  bottom: 13px;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #fff;
  background: var(--green-700);
  box-shadow: 0 5px 12px rgba(31, 143, 117, 0.2);
}

.add-btn svg {
  width: 18px;
  height: 18px;
}

.included-pill {
  position: absolute;
  right: 12px;
  bottom: 14px;
  padding: 4px 7px;
  border-radius: 4px;
  color: var(--green-800);
  background: #dff3e8;
  font-size: 10px;
  font-weight: 800;
}

.cart-bar {
  position: absolute;
  z-index: 35;
  left: 16px;
  right: 16px;
  bottom: 74px;
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  border-radius: 18px;
  color: #fff;
  background: #172b24;
  box-shadow: 0 10px 30px rgba(18, 61, 50, 0.28);
}

.cart-bar.show {
  display: flex;
}

.cart-bar span {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
}

.cart-bar strong {
  color: #fff;
  font-size: 20px;
}

.cart-bar button {
  min-width: 96px;
  padding: 10px 16px;
  border-radius: 999px;
  color: #fff;
  background: var(--green-600);
  font-weight: 900;
}

.member-buybar {
  position: absolute;
  z-index: 45;
  inset: auto 0 70px;
  min-height: 78px;
  display: none;
  grid-template-columns: 1fr 190px;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-top: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 -8px 24px rgba(18, 61, 50, 0.08);
}

.member-buybar.show {
  display: grid;
}

.member-buybar span {
  display: block;
  margin-bottom: 3px;
  color: var(--muted);
  font-size: 11px;
}

.member-buybar strong {
  color: var(--green-800);
  font-size: 23px;
}

.member-buybar button {
  height: 46px;
  border-radius: 999px;
  color: #fff;
  background: var(--green-700);
  font-weight: 900;
}

.tabbar {
  position: absolute;
  z-index: 40;
  inset: auto 0 0;
  height: 70px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  padding: 8px 8px 10px;
  border-top: 1px solid rgba(18, 61, 50, 0.1);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
}

.tabbar button {
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 4px;
  color: #7a8580;
  font-size: 11px;
  transition: color 130ms var(--ease-out), transform 130ms var(--ease-out);
}

.tabbar button:active {
  transform: scale(0.97);
}

.tabbar svg {
  width: 22px;
  height: 22px;
}

.tabbar button.active {
  color: var(--green-700);
  font-weight: 700;
}

.member-card {
  position: relative;
  overflow: hidden;
  min-height: 208px;
  padding: 30px 25px 22px;
  border-radius: 8px;
  color: #fff;
  background: #135746;
  box-shadow: 0 16px 28px rgba(13, 53, 45, 0.24);
}

.member-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08), transparent 38%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 22px);
}

.member-card-head,
.member-card-mascot,
.member-card-no,
.member-card button {
  position: relative;
  z-index: 1;
}

.member-card-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.member-card h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 27px;
  letter-spacing: 0;
}

.member-card p {
  margin: 0;
  display: block;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  letter-spacing: 0;
}

.member-card-head span {
  margin-top: 4px;
  padding: 6px 10px;
  border-radius: 6px;
  color: #e7d78c;
  background: rgba(190, 184, 92, 0.22);
  font-size: 12px;
  font-weight: 900;
}

.member-card-mascot {
  position: absolute;
  right: 58px;
  bottom: -22px;
  width: 142px;
  opacity: 0.24;
  filter: saturate(0.7);
}

.member-card-no {
  margin-top: 58px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  letter-spacing: 0;
}

.member-card button {
  position: absolute;
  right: 22px;
  bottom: 22px;
  padding: 9px 15px;
  border-radius: 999px;
  color: var(--green-900);
  background: #d9ead0;
  font-weight: 900;
}

.member-stats,
.mine-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.member-stats div,
.mine-stats div {
  display: grid;
  justify-items: center;
  gap: 4px;
  padding: 14px 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.member-stats strong,
.mine-stats strong {
  color: var(--green-700);
  font-size: 21px;
}

.member-stats span,
.mine-stats span {
  color: var(--muted);
  font-size: 12px;
}

.value-card {
  display: grid;
  grid-template-columns: 1fr 104px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.value-card > div {
  padding: 18px;
}

.value-card span {
  color: var(--green-700);
  font-size: 12px;
  font-weight: 900;
}

.value-card h3 {
  margin: 10px 0 7px;
  font-size: 18px;
}

.value-card p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.value-card strong {
  display: grid;
  place-content: center;
  gap: 3px;
  padding: 12px;
  color: var(--green-700);
  background: var(--green-050);
  font-size: 28px;
}

.value-card em {
  font-size: 12px;
  font-style: normal;
}

.member-benefit-title {
  display: grid;
  grid-template-columns: 1fr auto auto 1fr;
  align-items: center;
  gap: 7px;
  margin: 14px 0 10px;
  color: var(--green-900);
}

.member-benefit-title > span {
  height: 1px;
  background: var(--line);
}

.member-benefit-title svg {
  width: 18px;
  height: 18px;
  color: var(--gold);
}

.member-benefit-title strong {
  font-size: 15px;
}

.member-benefit-ticket {
  display: grid;
  grid-template-columns: 112px 1fr;
  min-height: 126px;
  overflow: hidden;
  border: 1px solid #dbe9e2;
  border-radius: 8px;
  background: #fff;
}

.ticket-price {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 5px;
  border-right: 1px dashed #c9ddd3;
  background: var(--green-050);
}

.ticket-price span,
.ticket-price small {
  color: #526860;
  font-size: 11px;
}

.ticket-price strong {
  color: var(--green-900);
  font-size: 34px;
  line-height: 1;
}

.ticket-price strong em {
  margin-right: 2px;
  font-size: 14px;
  font-style: normal;
}

.ticket-copy {
  display: grid;
  align-content: center;
  gap: 7px;
  padding: 16px;
}

.ticket-copy > span {
  width: max-content;
  padding: 3px 7px;
  border-radius: 4px;
  color: #fff;
  background: var(--green-800);
  font-size: 10px;
  font-weight: 800;
}

.ticket-copy h3,
.ticket-copy p {
  margin: 0;
}

.ticket-copy h3 {
  font-size: 18px;
}

.ticket-copy p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.benefit-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin-top: 10px;
}

.benefit-list article {
  min-height: 100px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 7px;
  padding: 13px 8px;
  text-align: center;
}

.benefit-list svg {
  color: var(--gold);
}

.benefit-list h3,
.benefit-list p,
.package-list h3,
.package-list p {
  margin: 0;
}

.benefit-list h3,
.package-list h3 {
  font-size: 15px;
}

.benefit-list p,
.package-list p {
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
}

.member-campaign {
  position: relative;
  min-height: 116px;
  margin-top: 10px;
  overflow: hidden;
  padding: 18px;
  border: 1px solid rgba(31, 143, 117, 0.2);
  border-radius: 8px;
  background: var(--green-100);
}

.member-campaign div {
  position: relative;
  z-index: 1;
}

.member-campaign span {
  color: var(--green-700);
  font-size: 11px;
  font-weight: 800;
}

.member-campaign h3 {
  margin: 7px 0 5px;
  color: var(--green-900);
  font-size: 21px;
}

.member-campaign p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
}

.member-campaign img {
  position: absolute;
  right: 4px;
  bottom: -20px;
  width: 126px;
}

.package-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.package-list article,
.package-list button {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 128px;
  padding: 16px;
  text-align: left;
}

.package-list article.recommended,
.package-list button.recommended {
  border-color: var(--green-700);
  background: var(--green-050);
}

.package-list button.selected {
  box-shadow: inset 0 0 0 1px var(--green-700);
}

.package-list article > span,
.package-list button > span {
  position: absolute;
  top: -1px;
  right: -1px;
  padding: 5px 10px;
  border-radius: 0 8px 0 8px;
  color: #fff;
  background: #ff5b65;
  font-size: 12px;
  font-weight: 900;
}

.package-list strong {
  color: var(--gold);
  font-size: 25px;
}

.package-list strong em {
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
}

.member-agreement {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: 12px;
  color: var(--muted);
  font-size: 11px;
}

.member-agreement input {
  width: 16px;
  height: 16px;
  accent-color: var(--green-700);
}

.daily-deals {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  overflow-x: auto;
  padding-bottom: 2px;
  scrollbar-width: none;
}

.daily-deals::-webkit-scrollbar {
  display: none;
}

.daily-deals article {
  flex: 0 0 132px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.daily-deals img {
  display: block;
  width: 100%;
  height: 92px;
  object-fit: cover;
}

.daily-deals h3 {
  margin: 10px 10px 7px;
  font-size: 14px;
  line-height: 1.25;
}

.daily-deals strong {
  display: block;
  margin: 0 10px 12px;
  color: var(--green-700);
  font-size: 17px;
}

.daily-deals del {
  margin-left: 3px;
  color: #a7aaa5;
  font-size: 12px;
  font-weight: 500;
}

.mall-hero {
  display: flex;
  align-items: center;
  min-height: 154px;
  overflow: hidden;
  padding: 18px;
  background: linear-gradient(135deg, var(--surface), var(--green-100));
}

.mall-hero h2 {
  margin: 0 0 8px;
  font-size: 24px;
  line-height: 1.22;
}

.mall-hero span {
  color: var(--muted);
  font-size: 13px;
}

.mall-hero img {
  width: 118px;
  margin: 0 -14px -20px 8px;
}

.mall-tabs {
  display: flex;
  gap: 8px;
  margin: 14px 0 10px;
  overflow-x: auto;
}

.mall-tabs button {
  flex: 0 0 auto;
  padding: 8px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: #fff;
  font-size: 13px;
  font-weight: 800;
}

.mall-tabs button.active {
  color: #fff;
  border-color: var(--green-700);
  background: var(--green-700);
}

.mall-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.mall-card {
  overflow: hidden;
}

.mall-card .product-img {
  height: 112px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--green-050), #dfeee3);
}

.mall-card img {
  width: 96px;
  max-height: 110px;
  object-fit: contain;
}

.mall-card .product-copy {
  padding: 11px;
}

.mall-card h3 {
  min-height: 40px;
  margin: 0 0 5px;
  font-size: 14px;
  line-height: 1.35;
}

.mall-card p {
  min-height: 32px;
  margin: 0 0 9px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.45;
}

.mall-card footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mall-card strong {
  color: var(--gold);
  font-size: 18px;
}

.mall-card button {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--green-700);
}

.profile-card {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 18px;
  background: linear-gradient(135deg, #fff, #eff8f1);
}

.avatar {
  width: 68px;
  height: 68px;
  overflow: hidden;
  border-radius: 50%;
  background: #fff;
}

.avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-card p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.profile-card h2 {
  margin: 3px 0 10px;
  font-size: 20px;
}

.profile-card button {
  padding: 7px 12px;
  border-radius: 999px;
  color: #fff;
  background: var(--green-700);
  font-size: 12px;
  font-weight: 900;
}

.order-card {
  padding: 14px;
}

.order-icons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
}

.order-icons button {
  display: grid;
  justify-items: center;
  gap: 6px;
  color: var(--muted);
  font-size: 12px;
}

.order-icons svg {
  color: var(--green-700);
}

.mine-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.mine-list button {
  min-height: 92px;
  display: grid;
  grid-template-columns: 1fr;
  align-content: center;
  justify-items: center;
  gap: 7px;
  padding: 12px 8px;
  text-align: center;
}

.mine-list svg {
  width: 24px;
  height: 24px;
  color: var(--green-700);
}

.mine-list span {
  font-size: 14px;
  font-weight: 800;
}

.mine-list em {
  color: var(--muted);
  font-size: 11px;
  font-style: normal;
  line-height: 1.25;
}

.detail-view {
  position: absolute;
  inset: 0;
  z-index: 80;
  display: none;
  background: #fff;
}

.detail-view.open {
  display: block;
}

.detail-top {
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 2;
  height: 86px;
  display: grid;
  grid-template-columns: 42px 1fr 42px;
  align-items: end;
  padding: 0 12px 14px;
  background: rgba(255, 253, 247, 0.92);
  backdrop-filter: blur(14px);
}

.detail-top strong {
  text-align: center;
}

.detail-top button {
  display: grid;
  place-items: center;
}

.detail-scroll {
  height: calc(100% - 76px);
  overflow-y: auto;
  padding-bottom: 16px;
}

.detail-hero {
  height: 252px;
  overflow: hidden;
  background: #e9eee8;
}

.detail-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.detail-card,
.option-block,
.proof-panel {
  margin: 10px 14px;
  padding: 16px;
}

.detail-card {
  margin-top: -28px;
  position: relative;
  z-index: 1;
}

.service-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 10px 14px;
}

.service-facts div {
  min-height: 76px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 4px;
  padding: 10px 6px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  text-align: center;
}

.service-facts svg {
  width: 18px;
  height: 18px;
  color: var(--green-700);
}

.service-facts strong {
  font-size: 13px;
}

.service-facts span {
  color: var(--muted);
  font-size: 11px;
}

.detail-name {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.detail-name h2 {
  margin: 0 0 6px;
  font-size: 22px;
  line-height: 1.24;
}

.detail-name p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.detail-name button {
  color: var(--muted);
}

.price-line {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
}

.price-line strong {
  color: var(--green-700);
  font-size: 28px;
}

.price-line span {
  color: #adb2ad;
  text-decoration: line-through;
}

.price-line em {
  margin-left: auto;
  padding: 5px 8px;
  border-radius: 999px;
  color: var(--green-700);
  background: var(--green-100);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}

.option-block h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 13px;
  font-size: 16px;
}

.option-block h3::before {
  content: "";
  width: 4px;
  height: 17px;
  border-radius: 4px;
  background: var(--green-700);
}

.option-block h3 span {
  padding: 3px 6px;
  border-radius: 999px;
  color: var(--green-700);
  background: var(--green-100);
  font-size: 10px;
  text-transform: uppercase;
}

.option-grid {
  display: grid;
  gap: 10px;
}

.option-grid.single {
  grid-template-columns: repeat(2, 1fr);
}

.option-grid.three {
  grid-template-columns: repeat(3, 1fr);
}

.option-grid button {
  min-height: 48px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  font-weight: 900;
}

.option-grid button em {
  margin-left: 4px;
  color: var(--muted);
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
}

.option-grid button.selected {
  color: var(--green-700);
  border-color: rgba(36, 113, 87, 0.55);
  background: var(--green-050);
}

.detail-addon-list {
  display: grid;
  gap: 10px;
}

.detail-addon-row {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr) 80px;
  align-items: center;
  gap: 10px;
  min-height: 80px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.detail-addon-row > img {
  width: 62px;
  height: 62px;
  border-radius: 6px;
  object-fit: cover;
}

.detail-addon-row h4,
.detail-addon-row p {
  margin: 0;
}

.detail-addon-row h4 {
  font-size: 14px;
}

.detail-addon-row p {
  margin: 4px 0 6px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.35;
}

.detail-addon-row > div > strong {
  color: var(--green-700);
  font-size: 13px;
}

.addon-stepper {
  display: grid;
  grid-template-columns: 28px 20px 28px;
  align-items: center;
  justify-content: end;
}

.addon-stepper button {
  position: relative;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid var(--green-700);
  border-radius: 50%;
  color: var(--green-700);
  background: #fff;
}

.addon-stepper button::before {
  content: "";
  position: absolute;
  inset: -6px;
}

.addon-stepper button:disabled {
  color: #b9c0bc;
  border-color: #d9dedb;
}

.addon-stepper button:last-child {
  color: #fff;
  background: var(--green-700);
}

.addon-stepper svg {
  width: 15px;
  height: 15px;
}

.addon-stepper span {
  text-align: center;
  font-size: 12px;
  font-weight: 800;
}

.project-detail-story {
  margin: 10px 14px 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.story-copy {
  padding: 20px 18px;
  color: #fff;
  background: var(--green-800);
}

.story-copy > span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
}

.story-copy h3 {
  margin: 8px 0;
  font-size: 20px;
}

.story-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  line-height: 1.6;
}

.story-brand {
  display: grid;
  grid-template-columns: 116px 1fr;
  align-items: center;
  min-height: 220px;
  padding: 18px 14px;
  background: var(--green-050);
}

.story-brand > img {
  width: 116px;
}

.story-brand ol {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: story-step;
}

.story-brand li {
  position: relative;
  padding-left: 30px;
  counter-increment: story-step;
}

.story-brand li::before {
  content: counter(story-step);
  position: absolute;
  left: 0;
  top: 0;
  display: grid;
  place-items: center;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  color: #fff;
  background: var(--green-700);
  font-size: 11px;
  font-weight: 900;
}

.story-brand strong,
.story-brand span {
  display: block;
}

.story-brand strong {
  font-size: 13px;
}

.story-brand span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.4;
}

.proof-panel {
  color: #fff;
  border-color: transparent;
  background: var(--green-700);
}

.proof-panel h3 {
  margin: 0 0 8px;
  font-size: 18px;
}

.proof-panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  line-height: 1.5;
}

.detail-buy {
  position: absolute;
  inset: auto 0 0;
  height: 76px;
  display: grid;
  grid-template-columns: 92px 1fr 1fr;
  align-items: center;
  gap: 8px;
  padding: 10px 14px 14px;
  border-top: 1px solid var(--line);
  background: #fff;
}

.detail-buy span {
  display: block;
  color: var(--muted);
  font-size: 10px;
}

.detail-buy strong {
  color: var(--green-700);
  font-size: 22px;
}

.detail-buy button {
  height: 42px;
  border-radius: 999px;
  color: #fff;
  background: var(--green-700);
  font-weight: 900;
}

.detail-buy button.ghost {
  color: var(--green-700);
  border: 1px solid var(--line);
  background: #fff;
}

.modal-mask {
  position: absolute;
  inset: 0;
  z-index: 100;
  display: none;
  place-items: end center;
  padding: 16px;
  background: rgba(18, 28, 24, 0.42);
}

.modal-mask.open {
  display: grid;
}

.mini-modal {
  position: relative;
  display: none;
  width: 100%;
  padding: 24px 18px 18px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.22);
}

.mini-modal.open {
  display: block;
}

.mini-modal h2 {
  margin: 0 0 8px;
  font-size: 22px;
}

.mini-modal p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.modal-close {
  position: absolute;
  right: 12px;
  top: 12px;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #f2f3ef;
}

.primary {
  width: 100%;
  height: 46px;
  border-radius: 999px;
  color: #fff;
  background: var(--green-700);
  font-weight: 900;
}

.toast {
  position: absolute;
  left: 50%;
  bottom: 132px;
  z-index: 120;
  transform: translate(-50%, 16px);
  opacity: 0;
  pointer-events: none;
  padding: 10px 16px;
  border-radius: 999px;
  color: #fff;
  background: rgba(18, 28, 24, 0.86);
  font-size: 13px;
  transition: 180ms ease;
}

.toast.show {
  transform: translate(-50%, 0);
  opacity: 1;
}

@media (max-width: 480px) {
  .stage {
    min-height: 100vh;
    padding: 0;
  }

  .phone {
    width: 100vw;
    height: 100vh;
    border: 0;
    border-radius: 0;
    transform: none;
  }

  .project-layout {
    height: calc(100vh - 156px);
  }
}

/* Project page: Direction A - modern retail efficiency */
.page[data-page="projects"] {
  position: relative;
  overflow: hidden;
  padding: 0 0 70px;
  background: #fff;
}

.project-toolbar {
  height: 106px;
  padding: 0 14px;
  border-bottom: 1px solid #e5ebe8;
  background: #fff;
}

.project-toolbar .store-row {
  min-height: 42px;
  display: grid;
  grid-template-columns: 20px auto 1fr 18px;
  gap: 7px;
  margin: 0;
  padding: 0 12px;
  border: 1px solid #e5ebe8;
  background: #f7faf8;
  transition: transform 140ms cubic-bezier(0.23, 1, 0.32, 1), border-color 140ms cubic-bezier(0.23, 1, 0.32, 1);
}

.project-toolbar .store-row:active {
  transform: scale(0.97);
  border-color: #8ecdb8;
}

.project-toolbar .store-row em {
  margin-left: 0;
}

.project-toolbar .order-head {
  height: 54px;
  margin: 0;
  align-items: flex-end;
}

.project-mode {
  align-items: flex-end;
  gap: 20px;
}

.project-mode button {
  position: relative;
  min-width: 44px;
  min-height: 42px;
  padding: 0 4px 12px;
  border-radius: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
  transition: transform 140ms cubic-bezier(0.23, 1, 0.32, 1), color 140ms cubic-bezier(0.23, 1, 0.32, 1);
}

.project-mode button:active {
  transform: scale(0.97);
}

.project-mode button.active {
  color: var(--green-900);
  background: transparent;
}

.project-mode button.active::after {
  content: "";
  position: absolute;
  right: 6px;
  bottom: 4px;
  left: 6px;
  height: 3px;
  border-radius: 3px;
  background: var(--green-700);
}

.project-price-cue {
  margin: 0 46px 13px auto;
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
}

.project-search {
  position: absolute;
  z-index: 8;
  top: 145px;
  right: 14px;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--green-900);
  transition: transform 140ms cubic-bezier(0.23, 1, 0.32, 1), background-color 140ms cubic-bezier(0.23, 1, 0.32, 1);
}

.project-search:active {
  transform: scale(0.97);
  background: var(--green-100);
}

.project-search svg {
  width: 18px;
  height: 18px;
}

.page[data-page="projects"] .project-layout {
  grid-template-columns: 68px minmax(0, 1fr);
  height: calc(100% - 106px);
  min-height: 0;
  margin: 0;
  border-top: 0;
}

.page[data-page="projects"] .category-list {
  padding: 0 0 110px;
  border-right-color: #e5ebe8;
  background: #f4f7f5;
}

.page[data-page="projects"] .category-list button {
  min-height: 64px;
  gap: 2px;
  padding: 6px 2px;
  color: #68756e;
  transition: transform 140ms cubic-bezier(0.23, 1, 0.32, 1), color 150ms cubic-bezier(0.23, 1, 0.32, 1), background-color 150ms cubic-bezier(0.23, 1, 0.32, 1);
}

.page[data-page="projects"] .category-list button:active {
  transform: scale(0.97);
}

.page[data-page="projects"] .category-list button span {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  color: var(--green-800);
  background: #e8f6ef;
  font-size: 18px;
  line-height: 1;
}

.page[data-page="projects"] .category-list button em {
  color: inherit;
  font-size: 9px;
  line-height: 1.25;
  font-weight: 700;
}

.page[data-page="projects"] .category-list button.active {
  color: var(--green-900);
  background: #fff;
}

.page[data-page="projects"] .category-list button.active span {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  color: #fff;
  background: #18b968;
  font-size: 15px;
}

.page[data-page="projects"] .category-list button.active::before {
  top: 12px;
  bottom: 12px;
  background: #18b968;
}

.page[data-page="projects"] .project-list {
  padding: 0 14px 112px;
}

.page[data-page="projects"] .project-section {
  padding-top: 14px;
}

.page[data-page="projects"] .project-section + .project-section {
  margin: 4px 0 0;
  padding: 14px 0 0;
  border-top: 1px solid #e5ebe8;
}

.page[data-page="projects"] .project-section:last-child {
  padding-bottom: 520px;
}

.page[data-page="projects"] .project-group-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0 0 8px;
}

.page[data-page="projects"] .project-group-title h2 {
  font-size: 17px;
}

.page[data-page="projects"] .project-group-title p {
  margin: 0;
  font-size: 10px;
}

.page[data-page="projects"] .project-card {
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 11px;
  min-height: 120px;
  padding: 12px 0;
  border-color: #e5ebe8;
}

.page[data-page="projects"] .project-photo {
  width: 84px;
  height: 96px;
  border-radius: 6px;
}

.page[data-page="projects"] .project-photo,
.page[data-page="projects"] .project-info {
  transition: transform 140ms cubic-bezier(0.23, 1, 0.32, 1);
}

.page[data-page="projects"] .project-photo:active,
.page[data-page="projects"] .project-info:active {
  transform: scale(0.97);
}

.page[data-page="projects"] .project-info {
  padding-right: 34px;
}

.project-title-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 6px;
}

.project-title-row > span {
  flex: none;
  color: var(--muted);
  font-size: 10px;
}

.page[data-page="projects"] .project-info h3 {
  margin: 0 0 4px;
  font-size: 15px;
}

.page[data-page="projects"] .project-info p {
  min-height: 31px;
  margin-bottom: 5px;
  font-size: 11px;
  line-height: 1.42;
}

.page[data-page="projects"] .badges {
  min-height: 19px;
  margin-bottom: 4px;
}

.page[data-page="projects"] .badges span {
  border-radius: 999px;
  font-size: 9px;
}

.page[data-page="projects"] .project-price {
  min-height: 23px;
  padding-right: 0;
  font-size: 20px;
}

.page[data-page="projects"] .project-price small {
  color: var(--gold);
  font-size: 9px;
}

.page[data-page="projects"] .project-price del {
  font-size: 9px;
}

.page[data-page="projects"] .add-btn {
  right: 0;
  bottom: 14px;
  width: 36px;
  height: 36px;
  background: var(--green-800);
  box-shadow: none;
  transition: transform 140ms cubic-bezier(0.23, 1, 0.32, 1), background-color 140ms cubic-bezier(0.23, 1, 0.32, 1);
}

.page[data-page="projects"] .add-btn:active {
  transform: scale(0.97);
  background: var(--green-900);
}

.page[data-page="projects"] .project-card.is-included {
  grid-template-columns: 72px minmax(0, 1fr);
  min-height: 104px;
  margin-bottom: 8px;
  padding: 10px;
  border-color: #dceae3;
  background: #f5faf7;
}

.page[data-page="projects"] .project-card.is-included .project-photo {
  width: 72px;
  height: 72px;
}

.phone[data-active-page="projects"] .cart-bar {
  z-index: 45;
  inset: auto 0 70px;
  min-height: 74px;
  padding: 10px 14px 14px;
  border-top: 1px solid #e5ebe8;
  border-radius: 0;
  color: var(--text);
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 -8px 24px rgba(18, 61, 50, 0.08);
  backdrop-filter: blur(16px);
}

.phone[data-active-page="projects"] .cart-bar > div {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 3px 8px;
}

.phone[data-active-page="projects"] .cart-bar span {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--muted);
  font-size: 10px;
}

.phone[data-active-page="projects"] .cart-bar span b {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #9ba7a1;
  font-size: 10px;
}

.phone[data-active-page="projects"] .cart-bar strong {
  grid-column: 2;
  color: var(--text);
  font-size: 18px;
}

.phone[data-active-page="projects"] .cart-bar button {
  min-width: 116px;
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0 16px;
  border-radius: 8px;
  color: #fff;
  background: var(--green-900);
  transition: transform 140ms cubic-bezier(0.23, 1, 0.32, 1), background-color 140ms cubic-bezier(0.23, 1, 0.32, 1);
}

.phone[data-active-page="projects"] .cart-bar button:active {
  transform: scale(0.97);
  background: #083f34;
}

.phone[data-active-page="projects"] .cart-bar button svg {
  width: 17px;
  height: 17px;
}

@media (prefers-reduced-motion: reduce) {
  .page[data-page="projects"] *,
  .phone[data-active-page="projects"] .cart-bar * {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* Detail purchase page: continuous configurator */
.detail-view {
  background: #fff;
}

.detail-top {
  height: 78px;
  align-items: end;
  padding: 0 12px 12px;
  background: #fff;
}

.detail-top button,
.detail-name button {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transition: transform 140ms cubic-bezier(0.23, 1, 0.32, 1), background-color 140ms cubic-bezier(0.23, 1, 0.32, 1);
}

.detail-top button:active,
.detail-name button:active {
  transform: scale(0.97);
  background: var(--green-100);
}

.detail-scroll {
  height: calc(100% - 124px);
  padding-bottom: 0;
  background: #fff;
}

.detail-hero {
  height: 226px;
  background: #edf3ef;
}

.detail-hero img {
  object-position: center;
}

.detail-content-sheet {
  position: relative;
  z-index: 1;
  margin-top: -24px;
  padding: 0 0 24px;
  border-radius: 20px 20px 0 0;
  background: #fff;
}

.detail-view .detail-card {
  margin: 0;
  padding: 22px 18px 14px;
  border: 0;
  border-radius: 20px 20px 0 0;
  background: transparent;
}

.detail-name {
  align-items: flex-start;
}

.detail-name > div {
  min-width: 0;
}

.detail-name h2 {
  margin: 0;
  font-size: 23px;
  line-height: 1.25;
  letter-spacing: 0;
}

.detail-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}

.detail-meta-row span {
  padding: 4px 7px;
  border-radius: 4px;
  color: var(--green-800);
  background: var(--green-100);
  font-size: 10px;
  font-weight: 800;
}

.detail-name p {
  display: -webkit-box;
  margin-top: 9px;
  overflow: hidden;
  font-size: 12px;
  line-height: 1.55;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.detail-name button {
  flex: none;
  display: grid;
  place-items: center;
  color: var(--muted);
}

.detail-view .price-line {
  margin-top: 13px;
}

.detail-view .price-line strong {
  color: var(--gold);
  font-size: 29px;
}

.detail-view .price-line span {
  color: #a7b0ab;
  font-size: 11px;
}

.detail-view .price-line em {
  color: var(--green-800);
  background: #eff8f4;
  font-size: 10px;
}

.detail-view .service-facts {
  gap: 0;
  margin: 0 18px;
  padding: 10px 0;
  border-top: 1px solid #e5ebe8;
  border-bottom: 1px solid #e5ebe8;
}

.detail-view .service-facts div {
  min-height: 54px;
  gap: 2px;
  padding: 5px 8px;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.detail-view .service-facts div + div {
  border-left: 1px solid #e5ebe8;
}

.detail-view .service-facts svg {
  width: 16px;
  height: 16px;
}

.detail-view .service-facts strong {
  font-size: 12px;
}

.detail-view .service-facts span {
  font-size: 9px;
}

.detail-view .option-block {
  margin: 0 18px;
  padding: 18px 0;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #e5ebe8;
  background: transparent;
}

.detail-view .option-block h3 {
  margin-bottom: 12px;
  font-size: 15px;
}

.detail-view .option-block h3::before {
  width: 3px;
  height: 15px;
  background: var(--green-800);
}

.detail-view .option-block h3 span {
  color: var(--green-800);
  background: #eff8f4;
}

.detail-view .option-grid {
  gap: 8px;
}

.detail-view .option-grid button {
  min-height: 48px;
  padding: 8px 10px;
  border-color: #dfe7e3;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 800;
  transition: transform 140ms cubic-bezier(0.23, 1, 0.32, 1), border-color 150ms cubic-bezier(0.23, 1, 0.32, 1), background-color 150ms cubic-bezier(0.23, 1, 0.32, 1), color 150ms cubic-bezier(0.23, 1, 0.32, 1);
}

.detail-view .option-grid button:active {
  transform: scale(0.97);
}

.detail-view .option-grid button.selected {
  color: var(--green-900);
  border-color: var(--green-700);
  background: var(--green-050);
  box-shadow: inset 0 0 0 1px rgba(31, 143, 117, 0.1);
}

.detail-view .option-grid button em {
  display: block;
  margin: 3px 0 0;
  font-size: 10px;
}

.detail-view .detail-addon-list {
  gap: 8px;
}

.detail-view .detail-addon-row {
  grid-template-columns: 52px minmax(0, 1fr) 78px;
  min-height: 70px;
  gap: 9px;
  padding: 8px;
  border-color: #dfe7e3;
  border-radius: 7px;
}

.detail-view .detail-addon-row > img {
  width: 52px;
  height: 52px;
}

.detail-view .detail-addon-row h4 {
  font-size: 13px;
}

.detail-view .detail-addon-row p {
  margin: 3px 0 4px;
  line-height: 1.3;
}

.detail-view .project-detail-story {
  margin: 18px 18px 0;
}

.detail-buy {
  height: 124px;
  display: block;
  padding: 8px 14px 12px;
  border-top-color: #dfe7e3;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 -8px 24px rgba(18, 61, 50, 0.08);
  backdrop-filter: blur(16px);
}

.detail-selection-bar {
  min-height: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.detail-total-wrap {
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.detail-total-wrap span {
  color: var(--muted);
  font-size: 10px;
}

.detail-total-wrap strong {
  color: var(--gold);
  font-size: 22px;
}

.detail-quantity-stepper {
  display: grid;
  grid-template-columns: 32px 28px 32px;
  align-items: center;
  justify-items: center;
}

.detail-quantity-stepper button {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 1px solid var(--green-700);
  border-radius: 50%;
  color: var(--green-800);
  background: #fff;
  transition: transform 140ms cubic-bezier(0.23, 1, 0.32, 1), background-color 140ms cubic-bezier(0.23, 1, 0.32, 1);
}

.detail-quantity-stepper button:active {
  transform: scale(0.97);
  background: var(--green-100);
}

.detail-quantity-stepper button:disabled {
  color: #aeb7b2;
  border-color: #dce3df;
}

.detail-quantity-stepper svg {
  width: 15px;
  height: 15px;
}

.detail-quantity-stepper > span {
  color: var(--text);
  font-size: 14px;
  font-weight: 800;
}

.detail-selection-summary {
  height: 18px;
  margin: 0;
  overflow: hidden;
  color: var(--muted);
  font-size: 10px;
  line-height: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.detail-buy-actions {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 8px;
  margin-top: 5px;
}

.detail-buy-actions button {
  height: 44px;
  border-radius: 999px;
  color: #fff;
  background: var(--green-800);
  font-weight: 900;
  transition: transform 140ms cubic-bezier(0.23, 1, 0.32, 1), background-color 140ms cubic-bezier(0.23, 1, 0.32, 1);
}

.detail-buy-actions button:active {
  transform: scale(0.97);
  background: var(--green-900);
}

.detail-buy-actions button.ghost {
  color: var(--green-800);
  border: 1px solid var(--green-700);
  background: #fff;
}

@media (prefers-reduced-motion: reduce) {
  .detail-view * {
    transition-duration: 0.01ms !important;
  }
}

/* Detail page fidelity pass: large banner, whitespace and section cards */
.detail-view {
  background: #f5f7f6;
}

.detail-top {
  height: 86px;
  padding-bottom: 14px;
}

.detail-scroll {
  background: #f5f7f6;
}

.detail-hero {
  height: 330px;
}

.detail-hero img {
  object-position: center;
}

.detail-content-sheet {
  margin-top: -14px;
  padding: 0 0 22px;
  border-radius: 18px 18px 0 0;
  background: #f5f7f6;
}

.detail-view .detail-card {
  margin: 0 14px 10px;
  padding: 20px 18px 18px;
  border: 1px solid #e7ece9;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(27, 74, 58, 0.05);
}

.detail-view .service-facts {
  display: none;
}

.detail-view .option-block {
  margin: 10px 14px;
  padding: 18px;
  border: 1px solid #e7ece9;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(27, 74, 58, 0.035);
}

.detail-view .option-block h3 {
  margin-bottom: 16px;
}

.detail-view .option-grid {
  gap: 10px;
}

.detail-view .option-grid button {
  min-height: 50px;
  border-radius: 8px;
}

.detail-view .detail-addon-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.detail-addon-tile {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  padding: 10px;
  border: 1px solid #dfe7e3;
  border-radius: 8px;
  background: #fff;
  text-align: left;
  transition: transform 140ms cubic-bezier(0.23, 1, 0.32, 1), border-color 150ms cubic-bezier(0.23, 1, 0.32, 1), background-color 150ms cubic-bezier(0.23, 1, 0.32, 1);
}

.detail-addon-tile:active {
  transform: scale(0.97);
}

.detail-addon-tile > span {
  min-width: 0;
}

.detail-addon-tile strong,
.detail-addon-tile small {
  display: block;
}

.detail-addon-tile strong {
  font-size: 12px;
}

.detail-addon-tile small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 9px;
}

.detail-addon-tile em {
  flex: none;
  color: #9aa5a0;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

.detail-addon-tile.selected {
  border-color: var(--green-700);
  background: var(--green-050);
  box-shadow: inset 0 0 0 1px rgba(31, 143, 117, 0.1);
}

.detail-addon-tile.selected em {
  color: var(--green-800);
}

.detail-view .project-detail-story {
  margin: 10px 14px 0;
  border: 0;
  border-radius: 14px;
  background: #fff;
}

.detail-view .story-copy {
  padding: 22px 18px;
  text-align: center;
  background: var(--green-800);
}

.detail-view .story-copy h3 {
  margin: 0;
  font-size: 21px;
  letter-spacing: 0;
}

.detail-view .story-copy p {
  margin: 7px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 11px;
}

.story-image {
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center 30%;
}

.story-description {
  padding: 18px;
  color: #53615a;
  font-size: 12px;
  line-height: 1.75;
}

@media (prefers-reduced-motion: reduce) {
  .detail-addon-tile {
    transition-duration: 0.01ms !important;
  }
}

/* Home: condensed service panel and opportunity entry points */
.home-service-panel {
  position: relative;
  z-index: 3;
  margin-top: -48px;
  overflow: hidden;
  border: 1px solid #e7eeea;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 79, 67, 0.08);
}

.home-service-panel .quick-actions {
  margin: 0 16px;
  gap: 0;
  border-top: 0;
}

.home-service-panel .big-action {
  min-height: 96px;
  gap: 6px;
  padding: 14px 8px 13px;
  border: 0;
  border-radius: 0;
  background: #fff;
  transition: background-color 160ms var(--ease-out), transform 160ms var(--ease-out);
}

.home-service-panel .big-action + .big-action {
  border-left: 1px solid var(--line);
}

.home-service-panel .big-action svg {
  width: 25px;
  height: 25px;
}

.home-service-panel .big-action span {
  font-size: 18px;
  font-weight: 700;
}

.home-service-panel .shortcut-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0 16px;
  border-top: 1px solid var(--line);
}

.home-service-panel .shortcut-grid button {
  min-width: 0;
  min-height: 78px;
  padding: 12px 3px 13px;
  border: 0;
  border-radius: 0;
  background: #fff;
  transition: background-color 160ms var(--ease-out), transform 160ms var(--ease-out);
}

.home-service-panel .shortcut-grid svg {
  color: #397564;
}

.home-service-panel .shortcut-grid span {
  font-weight: 700;
}

.home-service-panel .shortcut-grid button + button {
  border-left: 1px solid var(--line);
}

.home-service-panel .big-action:active,
.home-service-panel .shortcut-grid button:active {
  transform: scale(0.97);
  background: var(--green-050);
}

.home-opportunities {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.home-opportunity-card {
  min-width: 0;
  min-height: 116px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 8px;
  padding: 15px 13px;
  overflow: hidden;
  border: 1px solid #dfe9e4;
  border-radius: 8px;
  background: #fff;
  text-align: left;
  transition: border-color 160ms ease-out, box-shadow 160ms ease-out, transform 160ms ease-out;
}

.home-opportunity-card:active {
  transform: scale(0.97);
}

.home-opportunity-copy {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.home-opportunity-copy em {
  color: var(--green-700);
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
}

.home-opportunity-copy strong {
  font-size: 16px;
  line-height: 1.25;
}

.home-opportunity-copy small {
  color: var(--muted);
  font-size: 10px;
  line-height: 1.4;
  white-space: nowrap;
}

.home-opportunity-icon {
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 6px;
  color: var(--green-800);
  background: var(--green-100);
}

.home-opportunity-icon svg {
  width: 20px;
  height: 20px;
}

@media (hover: hover) and (pointer: fine) {
  .home-service-panel .big-action:hover,
  .home-service-panel .shortcut-grid button:hover {
    background: var(--green-050);
  }

  .home-opportunity-card:hover {
    border-color: #bdd9cd;
    box-shadow: 0 8px 20px rgba(23, 104, 86, 0.08);
  }

  .feature-row .recommend-card:hover {
    border-color: #c8dcd3;
    box-shadow: 0 8px 20px rgba(15, 79, 67, 0.07);
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-service-panel .big-action,
  .home-service-panel .shortcut-grid button,
  .home-opportunity-card,
  .feature-row .recommend-card,
  .tabbar button {
    transition-duration: 0.01ms !important;
  }
}

/* A system: home, member, mall and mine */
.page[data-page="home"] .home-hero {
  min-height: 400px;
  padding: 108px 24px 24px;
}

.page[data-page="home"] .home-hero h1 {
  font-size: 44px;
}

.page[data-page="home"] .hero-slogan {
  font-size: 23px;
}

.page[data-page="home"] .feature-row strong {
  color: var(--gold);
}

.page[data-page="home"] .hero-proof {
  margin-top: 12px;
  font-size: 13px;
}

.page[data-page="home"] .home-service-panel {
  margin-top: -36px;
}

.home-store-row {
  width: 100%;
  min-height: 52px;
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr) 16px;
  align-items: center;
  gap: 10px;
  padding: 9px 16px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  transition: background-color 150ms ease-out, transform 150ms ease-out;
}

.home-store-row:active {
  transform: scale(0.97);
  background: var(--green-050);
}

.home-store-row > svg:first-child {
  color: var(--green-700);
}

.home-store-row > svg:last-child {
  width: 16px;
  height: 16px;
  color: #9aa59f;
}

.home-store-row span {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.home-store-row strong {
  font-size: 13px;
}

.home-store-row small {
  color: var(--muted);
  font-size: 10px;
}

.page[data-page="home"] .home-service-panel .big-action {
  min-height: 84px;
}

.page[data-page="home"] .home-service-panel .shortcut-grid button {
  min-height: 68px;
}

.page[data-page="member"],
.page[data-page="mall"],
.page[data-page="mine"] {
  background: #fff;
}

.page[data-page="member"] .member-card {
  min-height: 154px;
  padding: 18px;
  border: 0;
  border-radius: 8px;
  background: var(--green-800);
  box-shadow: none;
}

.page[data-page="member"] .member-card::before {
  display: none;
}

.page[data-page="member"] .member-card-mascot {
  right: 10px;
  bottom: -12px;
  width: 112px;
  opacity: 0.2;
}

.page[data-page="member"] .member-card h2 {
  font-size: 23px;
}

.page[data-page="member"] .member-card button {
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
}

.page[data-page="member"] .member-stats,
.page[data-page="mine"] .mine-stats {
  gap: 0;
  margin-top: 10px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.page[data-page="member"] .member-stats div,
.page[data-page="mine"] .mine-stats div {
  min-height: 58px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.page[data-page="member"] .member-stats div + div,
.page[data-page="mine"] .mine-stats div + div {
  border-left: 1px solid var(--line);
}

.member-section-head {
  margin: 16px 2px 8px;
}

.member-section-head span {
  color: var(--green-800);
  font-size: 12px;
  font-weight: 800;
}

.page[data-page="member"] .member-benefit-ticket {
  min-height: 102px;
  grid-template-columns: 92px minmax(0, 1fr);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
}

.page[data-page="member"] .ticket-price {
  background: var(--green-050);
}

.page[data-page="member"] .benefit-list {
  gap: 0;
  margin-top: 10px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.page[data-page="member"] .benefit-list article {
  min-height: 66px;
  padding: 11px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.page[data-page="member"] .benefit-list article:nth-child(odd) {
  border-right: 1px solid var(--line);
}

.page[data-page="member"] .benefit-list article:nth-child(-n + 2) {
  border-bottom: 1px solid var(--line);
}

.page[data-page="member"] .daily-deals article,
.page[data-page="member"] .package-list button {
  box-shadow: none;
}

.page[data-page="member"] .package-list button {
  min-height: 74px;
}

.page[data-page="mall"] .mall-hero {
  min-height: 126px;
  padding: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--green-050);
}

.page[data-page="mall"] .mall-hero h2 {
  max-width: 190px;
  font-size: 20px;
  line-height: 1.25;
}

.page[data-page="mall"] .mall-hero img {
  right: 4px;
  bottom: -8px;
  width: 126px;
  height: 126px;
  object-fit: cover;
  border-radius: 8px;
}

.page[data-page="mall"] .mall-tabs {
  gap: 24px;
  margin: 12px 0 0;
  padding: 0 2px;
  border-bottom: 1px solid var(--line);
}

.page[data-page="mall"] .mall-tabs button {
  position: relative;
  min-height: 42px;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: var(--muted);
  background: transparent;
}

.page[data-page="mall"] .mall-tabs button.active {
  color: var(--green-900);
  background: transparent;
}

.page[data-page="mall"] .mall-tabs button.active::after {
  content: "";
  position: absolute;
  right: 2px;
  bottom: -1px;
  left: 2px;
  height: 2px;
  background: var(--green-700);
}

.mall-service-note {
  min-height: 38px;
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--green-800);
  font-size: 11px;
  font-weight: 700;
}

.mall-service-note svg {
  width: 16px;
  height: 16px;
}

.page[data-page="mall"] .mall-grid {
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: 0;
  border-top: 1px solid var(--line);
}

.page[data-page="mall"] .mall-card {
  min-height: 126px;
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  padding: 11px 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: #fff;
}

.page[data-page="mall"] .mall-card .product-img {
  width: 104px;
  height: 104px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--green-050);
}

.page[data-page="mall"] .mall-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page[data-page="mall"] .mall-card .product-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 2px 0 0 12px;
}

.page[data-page="mall"] .mall-card h3 {
  margin: 0 0 4px;
  font-size: 15px;
}

.mall-spec {
  align-self: flex-start;
  padding: 3px 6px;
  border-radius: 4px;
  color: var(--green-800);
  background: var(--green-050);
  font-size: 9px;
  font-weight: 800;
}

.page[data-page="mall"] .mall-card p {
  display: -webkit-box;
  margin: 7px 0 5px;
  overflow: hidden;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.page[data-page="mall"] .mall-card footer {
  margin-top: auto;
}

.page[data-page="mall"] .mall-card button,
.page[data-page="mine"] button,
.page[data-page="member"] button {
  transition: transform 150ms ease-out, background-color 150ms ease-out, border-color 150ms ease-out;
}

.page[data-page="mall"] .mall-card button:active,
.page[data-page="mine"] button:active,
.page[data-page="member"] button:active {
  transform: scale(0.97);
}

.page[data-page="mine"] .profile-card {
  min-height: 106px;
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--green-050);
  box-shadow: none;
}

.page[data-page="mine"] .profile-card .avatar {
  width: 58px;
  height: 58px;
}

.page[data-page="mine"] .profile-card h2 {
  font-size: 18px;
}

.page[data-page="mine"] .order-card {
  padding: 14px;
  border: 1px solid var(--line);
  box-shadow: none;
}

.page[data-page="mine"] .mine-list {
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 12px;
}

.mine-group {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.mine-group h2 {
  margin: 0;
  padding: 13px 14px 8px;
  font-size: 14px;
}

.page[data-page="mine"] .mine-group button {
  width: 100%;
  min-height: 52px;
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr) auto 16px;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  border: 0;
  border-radius: 0;
  background: #fff;
  text-align: left;
}

.page[data-page="mine"] .mine-group button + button {
  border-top: 1px solid var(--line);
}

.page[data-page="mine"] .mine-group button > svg:first-child {
  color: var(--green-700);
}

.page[data-page="mine"] .mine-group button > svg:last-child {
  width: 15px;
  height: 15px;
  color: #a2aca7;
}

.page[data-page="mine"] .mine-group button span {
  font-size: 13px;
  font-weight: 700;
}

.page[data-page="mine"] .mine-group button em {
  color: var(--muted);
  font-size: 10px;
  font-style: normal;
  white-space: nowrap;
}

@media (hover: hover) and (pointer: fine) {
  .home-store-row:hover,
  .page[data-page="mine"] .mine-group button:hover {
    background: var(--green-050);
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-store-row,
  .page[data-page="member"] button,
  .page[data-page="mall"] button,
  .page[data-page="mine"] button {
    transition-duration: 0.01ms !important;
  }
}

/* Modern Eastern v2: shared brand signature and five-page refinement */
.brand-seal {
  width: 28px;
  height: 32px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid color-mix(in srgb, var(--seal) 82%, #fff);
  border-radius: 3px;
  color: var(--seal) !important;
  background: rgba(255, 255, 255, 0.9);
  font-family: "STKaiti", "KaiTi", serif;
  font-size: 11px !important;
  font-weight: 700;
  line-height: 1.02;
  text-align: center;
}

.brand-seal-home {
  position: absolute;
  z-index: 5;
  right: 24px;
  bottom: 62px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(8px);
}

.project-brand-line {
  min-height: 62px;
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 42px 10px 0;
  padding: 8px 2px 9px;
  border-bottom: 1px solid var(--line);
}

.project-brand-line p {
  min-width: 0;
  display: grid;
  gap: 3px;
  margin: 0;
}

.project-brand-line strong {
  color: var(--ink);
  font-size: 14px;
}

.project-brand-line small {
  color: var(--muted);
  font-size: 10px;
}

.page[data-page="projects"] .project-toolbar {
  margin-top: 0;
}

.page[data-page="projects"] .category-list {
  width: 68px;
  background: #fff;
}

.page[data-page="projects"] .project-layout {
  grid-template-columns: 68px minmax(0, 1fr);
}

.page[data-page="projects"] .category-list button {
  min-height: 62px;
  gap: 2px;
  color: #7a8680;
}

.page[data-page="projects"] .category-list button span {
  width: auto;
  height: auto;
  border-radius: 0;
  color: #67766f;
  background: transparent;
  font-family: "STKaiti", "KaiTi", serif;
  font-size: 18px;
}

.page[data-page="projects"] .category-list button.active {
  color: var(--green-900);
  background: var(--jade);
}

.page[data-page="projects"] .category-list button.active span {
  color: var(--green-900);
  background: transparent;
}

.page[data-page="projects"] .category-list button.active::before {
  top: 18px;
  bottom: 18px;
  width: 2px;
  border-radius: 0;
  background: var(--green-800);
}

.member-monogram,
.mine-member-monogram {
  position: absolute;
  z-index: 0;
  right: 14px;
  bottom: -35px;
  color: rgba(255, 255, 255, 0.075);
  font-family: "STKaiti", "KaiTi", serif;
  font-size: 150px;
  line-height: 1;
  pointer-events: none;
}

.page[data-page="member"] .member-card {
  min-height: 174px;
  padding: 22px;
  background: var(--green-900);
}

.page[data-page="member"] .member-card::after,
.mine-member-pass::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(100deg, rgba(255, 255, 255, 0.07), transparent 45%);
  pointer-events: none;
}

.page[data-page="member"] .member-card-head,
.page[data-page="member"] .member-card-no {
  position: relative;
  z-index: 2;
}

.page[data-page="member"] .member-card-head span {
  color: #ead8a9;
  background: rgba(197, 161, 93, 0.14);
}

.page[data-page="member"] .member-card button {
  position: absolute;
  z-index: 2;
  right: 22px;
  bottom: 22px;
  border-radius: 6px;
  background: #fff;
}

.page[data-page="member"] .member-stats {
  margin-top: 12px;
}

.page[data-page="member"] .member-stats strong,
.page[data-page="member"] .daily-deals strong {
  color: var(--gold-soft);
}

.page[data-page="mall"] .mall-hero {
  position: relative;
  min-height: 142px;
  padding: 20px;
  background: var(--jade);
}

.page[data-page="mall"] .mall-hero > div {
  position: relative;
  z-index: 2;
}

.page[data-page="mall"] .mall-hero .brand-seal {
  position: absolute;
  z-index: 3;
  right: 112px;
  bottom: 16px;
}

.page[data-page="mall"] .mall-hero img {
  position: absolute;
  right: 0;
  bottom: -4px;
  width: 132px;
  height: 132px;
  object-fit: contain;
}

.page[data-page="mine"] {
  padding-top: 100px;
}

.mine-identity {
  min-height: 96px;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 28px;
  align-items: center;
  gap: 13px;
  padding: 4px 2px 16px;
  border-bottom: 1px solid var(--line);
}

.mine-identity .avatar {
  width: 58px;
  height: 58px;
  border: 1px solid #d8e6df;
  background: var(--jade);
}

.mine-identity-copy {
  min-width: 0;
}

.mine-identity-copy p {
  margin: 0 0 2px;
  color: var(--muted);
  font-size: 11px;
}

.mine-identity-copy h2 {
  margin: 0;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.35;
}

.mine-identity-copy button {
  margin-top: 7px;
  padding: 5px 9px;
  border-radius: 5px;
  color: var(--green-800);
  background: var(--jade);
  font-size: 10px;
  font-weight: 800;
}

.mine-member-pass {
  position: relative;
  min-height: 144px;
  overflow: hidden;
  margin-top: 14px;
  padding: 20px;
  border-radius: var(--radius);
  color: #fff;
  background: var(--green-900);
}

.mine-member-pass > small,
.mine-member-pass > h2,
.mine-assets {
  position: relative;
  z-index: 2;
}

.mine-member-pass > small {
  color: rgba(255, 255, 255, 0.66);
  font-size: 10px;
  font-weight: 700;
}

.mine-member-pass > h2 {
  margin: 7px 0 18px;
  color: #fff;
  font-family: "STKaiti", "KaiTi", serif;
  font-size: 22px;
  font-weight: 500;
}

.mine-member-monogram {
  right: 7px;
  bottom: -42px;
  font-size: 132px;
}

.mine-assets {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.mine-assets span {
  display: grid;
  gap: 2px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 9px;
}

.mine-assets span + span {
  padding-left: 14px;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.mine-assets strong {
  color: #ead8a9;
  font-size: 17px;
}

.mine-service-panel,
.mine-tools {
  margin-top: 14px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.mine-section-head {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px;
}

.mine-section-head h2 {
  margin: 0;
  color: var(--ink);
  font-size: 14px;
}

.mine-section-head button {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  color: var(--muted);
  font-size: 10px;
}

.mine-section-head button svg {
  width: 14px;
  height: 14px;
}

.mine-service-panel .order-icons {
  gap: 0;
  border-top: 1px solid var(--line);
}

.mine-service-panel .order-icons button {
  min-height: 74px;
  align-content: center;
  color: #56645e;
}

.mine-service-panel .order-icons svg {
  width: 21px;
  height: 21px;
  color: var(--green-700);
}

.mine-tool-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}

.page[data-page="mine"] .mine-tool-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mine-tool-grid button {
  min-width: 0;
  min-height: 76px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 7px;
  padding: 8px 3px;
  color: #4f5d57;
  font-size: 10px;
  text-align: center;
}

.mine-tool-grid button svg {
  width: 20px;
  height: 20px;
  padding: 5px;
  overflow: visible;
  border-radius: 5px;
  color: var(--green-800);
  background: var(--jade);
  box-sizing: content-box;
}

.mine-tool-grid button span {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mine-promise {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 14px;
  padding: 0 14px;
  border-radius: var(--radius);
  color: var(--green-900);
  background: var(--jade);
}

.mine-promise strong {
  font-size: 11px;
}

.mine-promise span {
  color: #60746b;
  font-size: 9px;
}

@media (hover: hover) and (pointer: fine) {
  .mine-tool-grid button:hover,
  .mine-service-panel .order-icons button:hover {
    background: var(--green-050);
  }
}

/* Home editorial v3: brand-led, conversion-first, modern eastern */
.page[data-page="home"] {
  padding: 0 14px 104px;
  background: #fff;
}

.home-hero-editorial {
  position: relative;
  min-height: 404px;
  margin: 0 -14px;
  overflow: hidden;
  background: #dcebd3;
}

.home-hero-editorial::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: rgba(15, 79, 67, 0.12);
}

.hero-copy-editorial {
  position: relative;
  z-index: 3;
  width: 188px;
  padding: 126px 0 32px 24px;
}

.hero-copy-editorial h1 {
  margin: 0;
  color: var(--green-900);
  font-family: inherit;
  font-size: 44px;
  font-weight: 760;
  line-height: 1.02;
}

.hero-copy-editorial h1 span {
  display: block;
}

.hero-copy-editorial .hero-slogan {
  margin: 14px 0 0;
  color: #1d5f50;
  font-family: inherit;
  font-size: 18px;
  font-weight: 650;
}

.hero-copy-editorial .hero-proof {
  width: auto;
  margin: 15px 0 0;
  color: rgba(15, 79, 67, 0.78);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.65;
}

.hero-ip-image {
  position: absolute;
  z-index: 2;
  right: -12px;
  bottom: -6px;
  width: 218px;
  height: auto;
  display: block;
  pointer-events: none;
  user-select: none;
}

.home-action-dock {
  position: relative;
  z-index: 6;
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid #e2e8e5;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(20, 37, 31, 0.05);
}

.home-primary-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 12px;
}

.home-primary-action {
  min-width: 0;
  min-height: 76px;
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-content: center;
  align-items: center;
  column-gap: 9px;
  padding: 12px;
  border: 1px solid #dce7e1;
  border-radius: 7px;
  color: var(--green-900);
  background: #fff;
  text-align: left;
  transition: transform 150ms var(--ease-out), background-color 150ms var(--ease-out);
}

.home-primary-action.is-primary {
  border-color: var(--green-900);
  color: #fff;
  background: var(--green-900);
}

.home-primary-action svg {
  grid-row: 1 / 3;
  width: 20px;
  height: 20px;
}

.home-primary-action span {
  min-width: 0;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
}

.home-primary-action em {
  min-width: 0;
  margin-top: 4px;
  overflow: hidden;
  color: var(--muted);
  font-size: 9px;
  font-style: normal;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-primary-action.is-primary em {
  color: rgba(255, 255, 255, 0.68);
}

.home-primary-action:active,
.home-utility-row button:active,
.editorial-feature .recommend-card:active {
  transform: scale(0.97);
}

.home-utility-row {
  min-height: 47px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 12px 2px;
  border-top: 1px solid var(--line);
}

.home-utility-row button {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #52635c;
  font-size: 11px;
  transition: transform 150ms var(--ease-out), color 150ms var(--ease-out);
}

.home-utility-row button + button {
  border-left: 1px solid var(--line);
}

.home-utility-row svg {
  width: 15px;
  height: 15px;
  color: var(--green-700);
}

.editorial-section-title {
  align-items: flex-end;
  margin: 30px 1px 12px;
}

.editorial-section-title > div {
  display: grid;
  gap: 3px;
}

.editorial-section-title > div > span {
  color: var(--green-700);
  font-size: 8px;
  font-weight: 800;
}

.editorial-section-title h2 {
  font-family: inherit;
  font-size: 20px;
  font-weight: 750;
  line-height: 1.15;
}

.editorial-feature {
  display: grid;
  border-top: 1px solid var(--ink);
}

.editorial-feature .recommend-card {
  min-width: 0;
  min-height: 0;
  display: grid;
  grid-template-columns: 44% minmax(0, 1fr);
  overflow: hidden;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: #fff;
  text-align: left;
  transition: transform 150ms var(--ease-out), background-color 150ms var(--ease-out);
}

.editorial-feature .recommend-card:first-child {
  min-height: 154px;
}

.editorial-feature .recommend-card:last-child {
  min-height: 104px;
  grid-template-columns: 104px minmax(0, 1fr);
}

.editorial-feature .recommend-card-media {
  width: 100%;
  height: 100%;
  min-height: 104px;
  background: var(--green-050);
}

.editorial-feature .recommend-card:first-child .recommend-card-media {
  min-height: 154px;
}

.editorial-feature .recommend-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.editorial-feature .recommend-card-body {
  min-height: 0;
  padding: 14px 14px 13px;
}

.editorial-feature .tag {
  margin: 0 0 8px;
  padding: 0;
  border-radius: 0;
  color: var(--green-700);
  background: transparent;
  font-size: 9px;
}

.editorial-feature .recommend-card-title {
  color: var(--ink);
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

.editorial-feature .recommend-card-desc {
  min-height: 0;
  margin: 6px 0 9px;
  color: var(--muted);
  font-size: 10px;
}

.editorial-feature strong {
  margin-top: auto;
  color: var(--gold);
  font-size: 18px;
}

.editorial-feature .recommend-card:last-child .recommend-card-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto auto auto;
  column-gap: 10px;
}

.editorial-feature .recommend-card:last-child .tag,
.editorial-feature .recommend-card:last-child .recommend-card-title,
.editorial-feature .recommend-card:last-child .recommend-card-desc {
  grid-column: 1;
}

.editorial-feature .recommend-card:last-child strong {
  grid-column: 2;
  grid-row: 1 / 4;
  align-self: center;
}

.home-trust-note {
  margin: 18px 0 0;
  padding: 15px 2px;
  border: 0;
  border-top: 1px solid var(--green-900);
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  color: var(--green-900);
  background: #fff;
}

.home-trust-note h3 {
  font-family: inherit;
}

.home-trust-note p {
  color: var(--muted);
}

.home-trust-note svg {
  width: 26px;
  height: 26px;
  color: var(--green-700);
}

.page[data-page="home"] .home-opportunities {
  gap: 0;
  margin-top: 18px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.page[data-page="home"] .home-opportunity-card {
  min-height: 96px;
  padding: 14px 10px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.page[data-page="home"] .home-opportunity-card + .home-opportunity-card {
  border-left: 1px solid var(--line);
}

.page[data-page="home"] .home-opportunity-icon {
  width: 30px;
  height: 30px;
  border-radius: 4px;
  background: #dcebd3;
}

@media (min-width: 410px) and (max-width: 480px) {
  .home-hero-editorial {
    min-height: 420px;
  }

  .hero-copy-editorial {
    padding-top: 134px;
    padding-left: 28px;
  }

  .hero-ip-image {
    right: 0;
    width: 232px;
  }

}

/* Home reference commerce v6: immersive brand visual + compact conversion dock */
.page[data-page="home"] {
  padding: 0 14px 104px;
  background: #fff;
}

.home-hero-editorial {
  min-height: 472px;
  margin: 0 -14px;
  background: #a9cb94;
}

.home-hero-editorial::after {
  background: rgba(15, 79, 67, 0.1);
}

.hero-copy-editorial {
  z-index: 4;
  width: 230px;
  padding: 106px 0 0 22px;
}

.hero-copy-editorial .hero-service-note {
  margin: 0 0 8px;
  color: rgba(15, 79, 67, 0.68);
  font-size: 8px;
  font-weight: 700;
  line-height: 1.4;
}

.hero-copy-editorial h1 {
  color: #124f42;
  font-size: 32px;
  font-weight: 760;
  line-height: 1.08;
}

.hero-ip-image {
  z-index: 2;
  right: 19px;
  bottom: 42px;
  width: 292px;
  max-height: 322px;
  object-fit: contain;
  object-position: bottom center;
}

.hero-caption {
  position: absolute;
  z-index: 4;
  right: 22px;
  bottom: 18px;
  left: 22px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  color: #fff;
}

.hero-caption strong {
  font-size: 18px;
  font-weight: 760;
}

.hero-caption span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 9px;
  font-weight: 650;
}

.home-action-dock {
  margin-top: 12px;
  overflow: hidden;
  border: 1px solid #d8e3d2;
  border-radius: 8px;
  background: #f2f7ed;
  box-shadow: none;
}

.home-benefit-strip {
  min-height: 39px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 9px 5px 12px;
  border-bottom: 1px solid #d8e3d2;
  color: #637864;
  background: #e4efd9;
}

.home-benefit-strip > span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 650;
}

.home-benefit-strip svg {
  width: 14px;
  height: 14px;
  color: #b1842d;
}

.home-benefit-strip button {
  min-width: 66px;
  min-height: 28px;
  padding: 0 13px;
  border-radius: 999px;
  color: #fff;
  background: #b88a2b;
  font-size: 11px;
  font-weight: 750;
}

.home-primary-actions {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  padding: 0;
}

.home-primary-action,
.home-primary-action.is-primary {
  position: relative;
  min-height: 94px;
  grid-template-columns: 32px minmax(0, 1fr);
  grid-template-rows: 1fr;
  column-gap: 9px;
  padding: 17px 12px;
  border: 0;
  border-radius: 0;
  color: #17251f;
  background: #f6f9f2;
  box-shadow: none;
}

.home-primary-action + .home-primary-action {
  border-left: 1px solid #d8e3d2;
}

.home-primary-action .home-action-icon,
.home-primary-action.is-primary .home-action-icon {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  color: #356e55;
  background: #e3efdc;
}

.home-primary-action .home-action-copy strong,
.home-primary-action.is-primary .home-action-copy strong {
  color: #17251f;
  font-size: 20px;
  font-weight: 780;
}

.home-primary-action .home-action-copy em,
.home-primary-action.is-primary .home-action-copy em {
  color: #7c8781;
  font-size: 9px;
}

.home-action-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 3px 5px;
  border-radius: 4px;
  color: #fff;
  background: #176856;
  font-size: 8px;
  font-weight: 800;
}

.home-utility-row {
  min-height: 48px;
  gap: 8px;
  margin: 12px 0 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.home-utility-row button {
  min-width: 0;
  gap: 5px;
  border: 1px solid #dbe5df;
  border-radius: 7px;
  color: #3e5048;
  background: #f6f9f4;
  font-size: 10px;
  font-weight: 650;
}

.home-utility-row button + button {
  border-left: 1px solid #dbe5df;
}

.home-utility-row svg {
  width: 14px;
  height: 14px;
  color: #527760;
}

.editorial-section-title {
  margin-top: 28px;
}

@media (min-width: 410px) and (max-width: 480px) {
  .home-hero-editorial {
    min-height: 486px;
  }

  .hero-copy-editorial {
    padding-top: 112px;
    padding-left: 26px;
  }

  .hero-ip-image {
    right: 30px;
    width: 306px;
    max-height: 336px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-primary-action,
  .home-utility-row button,
  .editorial-feature .recommend-card {
    transition-duration: 0.01ms !important;
  }
}

/* Home calm commerce v5: compact brand scene, clear actions, fewer containers */
.page[data-page="home"] {
  padding: 0 18px 104px;
}

.home-hero-editorial {
  min-height: 322px;
  margin: 0 -18px;
  background: #e1efdc;
}

.hero-copy-editorial {
  width: 184px;
  padding: 122px 0 34px 24px;
}

.hero-copy-editorial .hero-service-note {
  margin: 0 0 12px;
  color: rgba(15, 79, 67, 0.72);
  font-size: 10px;
  font-weight: 650;
  line-height: 1.4;
}

.hero-copy-editorial h1 {
  font-size: 32px;
  font-weight: 740;
  line-height: 1.08;
}

.hero-copy-editorial .hero-slogan {
  margin-top: 14px;
  font-size: 16px;
  font-weight: 650;
}

.hero-copy-editorial .hero-proof {
  display: none;
}

.hero-ip-image {
  right: -2px;
  bottom: 8px;
  width: 170px;
}

.home-action-dock {
  margin-top: 26px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.home-primary-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  padding: 0;
}

.home-primary-action {
  min-height: 58px;
  grid-template-columns: 36px minmax(0, 1fr) 18px;
  grid-template-rows: 1fr;
  column-gap: 12px;
  padding: 10px 14px;
  border-color: #dbe5df;
  border-radius: 8px;
}

.home-primary-action.is-primary {
  min-height: 68px;
  border-color: var(--green-900);
  box-shadow: 0 8px 18px rgba(15, 79, 67, 0.12);
}

.home-primary-action .home-action-icon {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: var(--green-800);
  background: var(--green-050);
}

.home-primary-action.is-primary .home-action-icon {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.home-primary-action .home-action-icon svg {
  width: 18px;
  height: 18px;
}

.home-primary-action .home-action-copy {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.home-primary-action .home-action-copy strong {
  font-size: 15px;
  font-weight: 750;
  line-height: 1.2;
}

.home-primary-action .home-action-copy em {
  margin: 0;
  color: var(--muted);
  font-size: 10px;
  font-style: normal;
  line-height: 1.25;
}

.home-primary-action.is-primary .home-action-copy em {
  color: rgba(255, 255, 255, 0.68);
}

.home-primary-action .home-action-arrow {
  grid-row: auto;
  width: 17px;
  height: 17px;
  color: #8b9892;
}

.home-primary-action.is-primary .home-action-arrow {
  color: rgba(255, 255, 255, 0.84);
}

.home-utility-row {
  min-height: 58px;
  margin: 12px 0 0;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: #f5f9f6;
}

.home-utility-row button {
  gap: 6px;
  color: #53635c;
  font-size: 11px;
}

.home-utility-row button + button {
  border-left-color: #e0e9e4;
}

.editorial-section-title {
  margin: 36px 0 14px;
}

.editorial-section-title > div {
  gap: 4px;
}

.editorial-section-title > div > span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 500;
}

.editorial-section-title h2 {
  font-size: 19px;
  font-weight: 750;
}

.editorial-section-title > button {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--green-700);
  font-size: 11px;
  font-weight: 650;
}

.editorial-section-title > button svg {
  width: 13px;
  height: 13px;
}

.editorial-feature {
  gap: 10px;
  border-top: 0;
}

.editorial-feature .recommend-card,
.editorial-feature .recommend-card:first-child,
.editorial-feature .recommend-card:last-child {
  min-height: 108px;
  grid-template-columns: 108px minmax(0, 1fr);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.editorial-feature .recommend-card-media,
.editorial-feature .recommend-card:first-child .recommend-card-media {
  min-height: 106px;
  overflow: hidden;
  background: #f5f9f6;
}

.editorial-feature .recommend-card-media img {
  object-position: center 52%;
}

.editorial-feature .recommend-card:first-child .recommend-card-media img {
  object-fit: contain;
}

.editorial-feature .recommend-card-body,
.editorial-feature .recommend-card:last-child .recommend-card-body {
  min-width: 0;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 12px 13px;
}

.editorial-feature .tag {
  margin-bottom: 5px;
  font-size: 9px;
  font-weight: 700;
}

.editorial-feature .recommend-card-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.editorial-feature .recommend-card-desc {
  margin: 4px 0 0;
  font-size: 9px;
}

.editorial-feature .recommend-card-price {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}

.editorial-feature .recommend-card-price strong,
.editorial-feature .recommend-card:last-child .recommend-card-price strong {
  color: var(--gold);
  font-size: 16px;
}

.editorial-feature .recommend-card-price svg {
  width: 14px;
  height: 14px;
  color: #9aa49f;
}

.home-trust-note {
  margin-top: 28px;
  padding: 16px 2px;
}

.page[data-page="home"] .home-opportunities {
  margin-top: 24px;
}

.page[data-page="home"] .home-opportunity-card {
  min-height: 90px;
}

@media (min-width: 410px) and (max-width: 480px) {
  .home-hero-editorial {
    min-height: 334px;
  }

  .hero-copy-editorial {
    padding-top: 128px;
    padding-left: 28px;
  }

  .hero-ip-image {
    right: 4px;
    width: 180px;
  }
}

/* V6 final cascade lock */
.page[data-page="home"] { padding: 0 14px 104px; background: #fff; }
.home-hero-editorial { min-height: 472px; margin: 0 -14px; background: #a9cb94; }
.hero-copy-editorial { z-index: 4; width: 230px; padding: 106px 0 0 22px; }
.hero-copy-editorial .hero-service-note { margin: 0 0 8px; color: rgba(15, 79, 67, 0.68); font-size: 8px; font-weight: 700; }
.hero-copy-editorial h1 { color: #124f42; font-size: 32px; font-weight: 760; line-height: 1.08; }
.hero-ip-image { z-index: 2; right: 28px; bottom: 54px; width: 278px; max-height: 292px; object-fit: contain; object-position: bottom center; }
.hero-caption { position: absolute; z-index: 4; right: 22px; bottom: 18px; left: 22px; display: flex; align-items: flex-end; justify-content: space-between; color: #fff; }
.hero-caption strong { font-size: 18px; font-weight: 760; }
.hero-caption span { color: rgba(255, 255, 255, 0.82); font-size: 9px; font-weight: 650; }
.home-action-dock { margin-top: 12px; overflow: hidden; border: 1px solid #d8e3d2; border-radius: 8px; background: #f2f7ed; box-shadow: none; }
.home-benefit-strip { min-height: 39px; display: flex; align-items: center; justify-content: space-between; padding: 5px 9px 5px 12px; border-bottom: 1px solid #d8e3d2; color: #637864; background: #e4efd9; }
.home-benefit-strip > span { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 650; }
.home-benefit-strip svg { width: 14px; height: 14px; color: #b1842d; }
.home-benefit-strip button { min-width: 66px; min-height: 28px; padding: 0 13px; border-radius: 999px; color: #fff; background: #b88a2b; font-size: 11px; font-weight: 750; }
.home-primary-actions { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; padding: 0; }
.home-primary-action, .home-primary-action.is-primary { position: relative; min-height: 94px; grid-template-columns: 32px minmax(0, 1fr); grid-template-rows: 1fr; column-gap: 9px; padding: 17px 12px; border: 0; border-radius: 0; color: #17251f; background: #f6f9f2; box-shadow: none; }
.home-primary-action + .home-primary-action { border-left: 1px solid #d8e3d2; }
.home-primary-action .home-action-icon, .home-primary-action.is-primary .home-action-icon { width: 32px; height: 32px; border-radius: 6px; color: #356e55; background: #e3efdc; }
.home-primary-action .home-action-copy strong, .home-primary-action.is-primary .home-action-copy strong { color: #17251f; font-size: 20px; font-weight: 780; }
.home-primary-action .home-action-copy em, .home-primary-action.is-primary .home-action-copy em { color: #7c8781; font-size: 9px; }
.home-action-badge { position: absolute; top: 8px; right: 8px; padding: 3px 5px; border-radius: 4px; color: #fff; background: #176856; font-size: 8px; font-weight: 800; }
.home-utility-row { min-height: 48px; gap: 8px; margin: 12px 0 0; overflow: visible; border: 0; border-radius: 0; background: transparent; }
.home-utility-row button { gap: 5px; border: 1px solid #dbe5df; border-radius: 7px; color: #3e5048; background: #f6f9f4; font-size: 10px; font-weight: 650; }
.home-utility-row button + button { border-left: 1px solid #dbe5df; }
.home-utility-row svg { width: 14px; height: 14px; color: #527760; }
.editorial-section-title { margin-top: 28px; }
@media (min-width: 410px) and (max-width: 480px) {
  .home-hero-editorial { min-height: 486px; }
  .hero-copy-editorial { padding-top: 112px; padding-left: 26px; }
  .hero-ip-image { right: 38px; width: 292px; max-height: 306px; }
}

/* V7 visual refinement: cleaner hierarchy and white content surfaces */
.home-hero-editorial { background: #b3d1a2; }
.hero-copy-editorial { padding-top: 128px; }
.home-action-dock { border-color: #dfe7e2; background: #fff; }
.home-benefit-strip { border-bottom-color: #dfe7e2; color: #52665b; background: #eef6ea; }
.home-benefit-strip button {
  border-radius: 6px;
  background: #a97924;
  transition: transform 140ms var(--ease-out), background-color 140ms var(--ease-out);
}
.home-primary-action,
.home-primary-action.is-primary { background: #fff; }
.home-primary-action + .home-primary-action { border-left-color: #dfe7e2; }
.home-primary-action .home-action-icon,
.home-primary-action.is-primary .home-action-icon { color: #2f6a50; background: #edf5ea; }
.home-primary-action .home-action-copy em,
.home-primary-action.is-primary .home-action-copy em { color: #6f7c75; font-size: 10px; }
.home-utility-row button {
  border-color: #dfe7e2;
  color: #35463e;
  background: #fff;
  transition: transform 140ms var(--ease-out), border-color 140ms var(--ease-out), background-color 140ms var(--ease-out);
}
.home-utility-row button + button { border-left-color: #dfe7e2; }
.home-benefit-strip button:active,
.home-primary-action:active,
.home-utility-row button:active { transform: scale(0.97); }

@media (min-width: 410px) and (max-width: 480px) {
  .hero-copy-editorial { padding-top: 134px; }
}

@media (prefers-reduced-motion: reduce) {
  .home-benefit-strip button,
  .home-primary-action,
  .home-utility-row button { transition-duration: 0.01ms; }
}

/* V8 hierarchy: stronger shortcuts and a coordinated lower content band */
.hero-copy-editorial { width: 154px; padding-top: 104px; }
.hero-copy-editorial h1 { display: grid; gap: 3px; line-height: 1; }
.hero-copy-editorial h1 span { white-space: nowrap; }
.hero-copy-editorial h1 span:first-child {
  color: rgba(18, 79, 66, 0.84);
  font-size: 22px;
  font-weight: 650;
}
.hero-copy-editorial h1 span:last-child {
  color: #0f4f43;
  font-size: 32px;
  font-weight: 820;
}
.hero-ip-image { right: 0; bottom: 30px; }
.hero-caption { display: none; }

.home-utility-row { min-height: 74px; gap: 8px; margin-top: 14px; }
.home-utility-row button {
  min-height: 74px;
  flex-direction: column;
  gap: 6px;
  padding: 8px 5px;
  border-color: #d9e4dc;
  font-size: 11px;
  font-weight: 700;
}
.home-utility-row svg {
  box-sizing: content-box;
  width: 17px;
  height: 17px;
  padding: 6px;
  border-radius: 6px;
  color: #2f6a50;
  background: #edf5ea;
}
.home-utility-row button:nth-child(2) svg {
  color: #8b681f;
  background: #f6f0df;
}
.home-utility-row button:nth-child(3) svg {
  color: #9a514b;
  background: #f7ebe8;
}
.home-utility-row button:nth-child(2):active { background: #fcfaf4; }
.home-utility-row button:nth-child(3):active { background: #fdf8f7; }

.home-content-band {
  margin: 22px -14px -104px;
  padding: 24px 14px 128px;
  border-top: 1px solid #dce7df;
  background: #f3f8f1;
}
.home-content-band .editorial-section-title { margin-top: 0; }
.home-content-band .editorial-section-title h2 { color: #123f35; }
.home-content-band .editorial-section-title button { color: #176856; }
.home-content-band .recommend-card { border-color: #d9e4dc; background: #fff; }
.home-content-band .home-trust-note { background: transparent; }
.home-content-band .home-opportunities {
  overflow: hidden;
  border: 1px solid #d9e4dc;
  border-radius: 8px;
  background: #fff;
}

@media (min-width: 410px) and (max-width: 480px) {
  .hero-copy-editorial { width: 180px; padding-top: 112px; }
  .hero-copy-editorial h1 span:first-child { font-size: 24px; }
  .hero-copy-editorial h1 span:last-child { font-size: 34px; }
  .hero-ip-image { right: 18px; bottom: 30px; }
}

/* V10 final: vertical hero lockup, coupon center and herbal story */
.hero-copy-editorial {
  z-index: 3;
  width: 112px;
  padding: 98px 0 0 22px;
}
.hero-copy-editorial h1 {
  height: 218px;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  gap: 12px;
  margin: 0;
  line-height: 1;
}
.hero-copy-editorial h1 .hero-title-method,
.hero-copy-editorial h1 .hero-title-result {
  width: auto;
  display: block;
  writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
  letter-spacing: 0;
}
.hero-copy-editorial h1 .hero-title-method {
  order: 2;
  padding-top: 18px;
  color: rgba(15, 79, 67, 0.78);
  font-size: 20px;
  font-weight: 650;
}
.hero-copy-editorial h1 .hero-title-result {
  order: 1;
  color: #0f4f43;
  font-size: 29px;
  font-weight: 820;
}
.hero-ip-image { right: -4px; bottom: 28px; width: 276px; max-height: 302px; object-fit: contain; object-position: right bottom; }

.member-coupon-head { margin-top: 28px; margin-bottom: 12px; }
.member-coupon-list { display: grid; gap: 10px; margin: 0 14px 28px; }
.member-coupon {
  min-width: 0;
  min-height: 92px;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border: 1px solid #dfe7e2;
  border-radius: 8px;
  background: #fff;
}
.member-coupon.is-newcomer { border-color: #d8dfc2; background: #fbfcf8; }
.member-coupon-value { display: flex; align-items: baseline; justify-content: center; color: #176856; }
.member-coupon-value span { font-size: 14px; font-weight: 750; }
.member-coupon-value strong { font-size: 34px; line-height: 1; }
.member-coupon-copy { min-width: 0; display: flex; flex-direction: column; gap: 4px; }
.member-coupon-copy em { color: #a97924; font-size: 10px; font-style: normal; font-weight: 750; }
.member-coupon-copy h3 { margin: 0; color: #183b32; font-size: 15px; }
.member-coupon-copy p { overflow: hidden; margin: 0; color: #7a8580; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.member-coupon button { min-width: 52px; height: 30px; border-radius: 6px; color: #fff; background: #176856; font-size: 11px; font-weight: 750; }
.member-coupon.is-claimed { opacity: 0.64; }
.member-coupon.is-claimed button { color: #68746e; background: #e7ece9; }

.phone[data-active-page="herbs"] .tabbar { display: none; }
.page.herbs-page { padding: 0 0 38px; overflow-x: hidden; background: #fff; }
.subpage-back {
  position: absolute;
  z-index: 8;
  top: 14px;
  left: 14px;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 8px;
  color: #143f35;
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(10px);
}
.subpage-back svg { width: 18px; height: 18px; }
.herbs-hero {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  padding: 118px 24px 28px;
  background: #b3d1a2;
}
.herbs-hero-copy { position: relative; z-index: 2; width: 58%; }
.herbs-hero-copy > span { color: rgba(15,79,67,.74); font-size: 11px; font-weight: 750; }
.herbs-hero-copy h2 { margin: 14px 0 16px; color: #103f36; font-size: 31px; line-height: 1.18; letter-spacing: 0; }
.herbs-hero-copy h2 strong { color: #fff; font-weight: 850; }
.herbs-hero-copy p { margin: 0; color: #31594d; font-size: 12px; line-height: 1.75; }
.herbs-hero > img { position: absolute; right: -38px; bottom: -14px; width: 245px; height: 250px; object-fit: cover; object-position: center; border-radius: 8px 0 0 0; }
.herbs-section { padding: 32px 14px 0; }
.herbs-section-head > span { color: #a97924; font-size: 10px; font-weight: 750; }
.herbs-section-head h2 { margin: 7px 0 0; color: #173c33; font-size: 22px; letter-spacing: 0; }
.herbs-section-head p { margin: 10px 0 0; color: #6b7771; font-size: 12px; line-height: 1.65; }
.herbs-process { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1px; margin-top: 18px; overflow: hidden; border: 1px solid #e0e8e3; border-radius: 8px; background: #e0e8e3; }
.herbs-process article { min-height: 110px; display: flex; flex-direction: column; padding: 17px; background: #fff; }
.herbs-process em { color: #a97924; font-size: 10px; font-style: normal; }
.herbs-process strong { margin-top: auto; color: #183e34; font-size: 15px; }
.herbs-process span { margin-top: 5px; color: #78837e; font-size: 10px; }
.herbs-ingredients-section { margin-top: 32px; padding-bottom: 32px; background: #f2f8ef; }
.herbs-ingredients { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 18px; }
.herbs-ingredients span { min-height: 44px; display: grid; place-items: center; border: 1px solid #d8e5d6; border-radius: 6px; color: #36584d; background: #fff; font-size: 12px; font-weight: 700; }
.herbs-tea-section { display: grid; grid-template-columns: 42% 1fr; margin: 32px 14px 0; overflow: hidden; border: 1px solid #dfe7e2; border-radius: 8px; background: #fff; }
.herbs-tea-section img { width: 100%; height: 100%; min-height: 170px; object-fit: cover; }
.herbs-tea-section div { display: flex; justify-content: center; flex-direction: column; padding: 18px; }
.herbs-tea-section span { color: #a97924; font-size: 10px; font-weight: 750; }
.herbs-tea-section h2 { margin: 7px 0 9px; color: #173c33; font-size: 18px; letter-spacing: 0; }
.herbs-tea-section p { margin: 0; color: #6b7771; font-size: 10px; line-height: 1.65; }
.herbs-service-note { display: grid; grid-template-columns: 28px 1fr; gap: 11px; margin: 18px 14px 0; padding: 16px; border-radius: 8px; color: #36574d; background: #eef6ea; }
.herbs-service-note svg { width: 20px; height: 20px; }
.herbs-service-note div { display: flex; flex-direction: column; gap: 5px; }
.herbs-service-note strong { font-size: 12px; }
.herbs-service-note span { color: #718078; font-size: 10px; line-height: 1.55; }

@media (min-width: 410px) and (max-width: 480px) {
  .hero-copy-editorial { width: 126px; padding-top: 106px; padding-left: 26px; }
  .hero-copy-editorial h1 { height: 230px; gap: 14px; }
  .hero-copy-editorial h1 .hero-title-method { font-size: 21px; }
  .hero-copy-editorial h1 .hero-title-result { font-size: 31px; }
  .hero-ip-image { right: 14px; width: 292px; }
}

/* V11: left IP + stacked brush headline, commerce-style herbal detail */
.hero-copy-editorial {
  position: absolute;
  z-index: 4;
  top: 0;
  right: 18px;
  left: auto;
  width: 156px;
  padding: 116px 0 0;
}
.hero-copy-editorial h1 {
  height: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 9px;
  margin: 0;
  font-family: "FZShuTi", "STKaiti", "KaiTi", serif;
  font-weight: 400;
  line-height: 1;
}
.hero-copy-editorial h1 .hero-title-method,
.hero-copy-editorial h1 .hero-title-result {
  width: auto;
  display: block;
  writing-mode: horizontal-tb;
  text-orientation: mixed;
  white-space: nowrap;
  font-weight: 400;
}
.hero-copy-editorial h1 .hero-title-method {
  order: 1;
  padding: 0;
  color: rgba(15, 79, 67, 0.84);
  font-size: 31px;
}
.hero-copy-editorial h1 .hero-title-result {
  order: 2;
  color: #0b463b;
  font-size: 38px;
}
.hero-ip-image {
  z-index: 2;
  right: auto;
  bottom: 38px;
  left: -20px;
  width: 270px;
  max-height: 314px;
  object-fit: contain;
  object-position: left bottom;
}

.herbs-hero {
  min-height: 0;
  padding: 0;
  background: #fff;
}
.herbs-hero-media {
  position: relative;
  height: 318px;
  overflow: hidden;
  background: #edf5ea;
}
.herbs-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.herbs-hero-media span {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 7px 9px;
  border-radius: 4px;
  color: #173f35;
  background: rgba(255, 255, 255, 0.92);
  font-size: 9px;
  font-weight: 750;
  backdrop-filter: blur(8px);
}
.herbs-hero-copy {
  width: auto;
  padding: 28px 22px 30px;
}
.herbs-hero-copy > span { color: #a97924; font-size: 10px; }
.herbs-hero-copy h2 { margin: 9px 0 12px; color: #173f35; font-size: 31px; line-height: 1.15; }
.herbs-hero-copy h2 strong { color: #176856; }
.herbs-hero-copy p { max-width: 328px; color: #65736c; font-size: 12px; line-height: 1.72; }

.herbs-proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 14px;
  overflow: hidden;
  border: 1px solid #dce7df;
  border-radius: 7px;
  background: #fff;
}
.herbs-proof-strip div {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}
.herbs-proof-strip div + div { border-left: 1px solid #dce7df; }
.herbs-proof-strip strong { color: #176856; font-size: 18px; }
.herbs-proof-strip span { color: #78847e; font-size: 9px; }

.herbs-ingredients-section {
  margin-top: 40px;
  padding: 38px 14px 42px;
  border-top: 1px solid #e3ebe6;
  border-bottom: 1px solid #e3ebe6;
  background: #fff;
}
.herbs-ingredient-photo {
  margin: 20px 0 0;
  overflow: hidden;
  border: 1px solid #dfe7e2;
  border-radius: 7px;
  background: #fff;
}
.herbs-ingredient-photo img {
  width: 100%;
  height: 222px;
  display: block;
  object-fit: cover;
  object-position: center;
}
.herbs-ingredient-photo figcaption {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 13px 14px 14px;
}
.herbs-ingredient-photo strong { color: #173f35; font-size: 13px; }
.herbs-ingredient-photo span { color: #7a8580; font-size: 9px; line-height: 1.55; }
.herbs-ingredients { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 5px; margin-top: 12px; }
.herbs-ingredients span {
  min-height: 30px;
  border-color: #e1e9e4;
  border-radius: 4px;
  color: #496158;
  background: #f4f8f3;
  font-size: 9px;
}

.herbs-process-section { padding-top: 40px; }
.herbs-process-story {
  margin-top: 20px;
  overflow: hidden;
  border: 1px solid #dfe7e2;
  border-radius: 7px;
  background: #fff;
}
.herbs-process-story > img {
  width: 100%;
  height: 218px;
  display: block;
  object-fit: contain;
  background: #f3f7ef;
}
.herbs-process {
  margin-top: 0;
  border: 0;
  border-top: 1px solid #e0e8e3;
  border-radius: 0;
}
.herbs-process article { min-height: 105px; padding: 15px; }
.herbs-tea-section { margin-top: 40px; }
.herbs-tea-section img { object-position: center; }

@media (min-width: 410px) and (max-width: 480px) {
  .hero-copy-editorial { right: 22px; width: 166px; padding-top: 120px; }
  .hero-copy-editorial h1 .hero-title-method { font-size: 33px; }
  .hero-copy-editorial h1 .hero-title-result { font-size: 40px; }
  .hero-ip-image { left: -10px; width: 292px; }
  .herbs-hero-media { height: 338px; }
  .herbs-ingredient-photo img { height: 240px; }
}

/* V12: two-slide banner, vertical brush copy on the left and IP on the right */
.home-hero-carousel {
  position: relative;
  min-height: 472px;
  margin: 0 -14px;
  overflow: hidden;
  background: #b3d1a2;
}
.home-hero-track {
  display: flex;
  transition: transform 420ms var(--ease-in-out);
  will-change: transform;
}
.home-hero-slide {
  position: relative;
  min-width: 100%;
  min-height: 472px;
  flex: 0 0 100%;
  margin: 0;
  border: 0;
  border-radius: 0;
}
.home-hero-editorial .hero-copy-editorial {
  top: 0;
  right: auto;
  left: 22px;
  width: 112px;
  padding: 98px 0 0;
}
.home-hero-editorial .hero-copy-editorial h1 {
  height: 218px;
  align-items: flex-start;
  flex-direction: row;
  gap: 12px;
}
.home-hero-editorial .hero-copy-editorial h1 .hero-title-method,
.home-hero-editorial .hero-copy-editorial h1 .hero-title-result {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-family: "FZShuTi", "STKaiti", "KaiTi", serif;
}
.home-hero-editorial .hero-copy-editorial h1 .hero-title-method {
  order: 2;
  padding-top: 18px;
  font-size: 25px;
}
.home-hero-editorial .hero-copy-editorial h1 .hero-title-result {
  order: 1;
  font-size: 34px;
}
.home-hero-editorial .hero-ip-image {
  right: -20px;
  bottom: 30px;
  left: auto;
  width: 276px;
  max-height: 304px;
  object-position: right bottom;
}
.home-hero-tea {
  display: block;
  overflow: hidden;
  padding: 0;
  text-align: left;
  background: #eaf3e5;
}
.home-hero-tea > img {
  position: absolute;
  right: -12px;
  bottom: 30px;
  width: 250px;
  height: 318px;
  object-fit: cover;
  object-position: center;
  border-radius: 8px 0 0 8px;
}
.hero-tea-copy {
  position: absolute;
  z-index: 2;
  top: 126px;
  left: 24px;
  width: 142px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.hero-tea-copy em { color: #a97924; font-size: 11px; font-style: normal; font-weight: 750; }
.hero-tea-copy strong { margin-top: 10px; color: #0f4f43; font-size: 25px; line-height: 1.18; }
.hero-tea-copy small { margin-top: 12px; color: #61746a; font-size: 10px; }
.home-hero-pagination {
  position: absolute;
  z-index: 8;
  right: 0;
  bottom: 14px;
  left: 0;
  display: flex;
  justify-content: center;
  gap: 7px;
}
.home-hero-pagination button {
  width: 6px;
  height: 6px;
  padding: 0;
  border-radius: 50%;
  background: rgba(15, 79, 67, 0.28);
  transition: width 180ms var(--ease-out), border-radius 180ms var(--ease-out), background-color 180ms var(--ease-out);
}
.home-hero-pagination button.is-active { width: 18px; border-radius: 999px; background: #0f4f43; }

@media (min-width: 410px) and (max-width: 480px) {
  .home-hero-carousel,
  .home-hero-slide { min-height: 486px; }
  .home-hero-editorial .hero-copy-editorial { left: 26px; width: 126px; padding-top: 106px; }
  .home-hero-editorial .hero-copy-editorial h1 { height: 230px; gap: 14px; }
  .home-hero-editorial .hero-copy-editorial h1 .hero-title-method { font-size: 27px; }
  .home-hero-editorial .hero-copy-editorial h1 .hero-title-result { font-size: 36px; }
  .home-hero-editorial .hero-ip-image { right: -10px; width: 292px; }
  .home-hero-tea > img { right: 2px; width: 270px; height: 334px; }
  .hero-tea-copy { left: 28px; width: 150px; }
}

@media (prefers-reduced-motion: reduce) {
  .home-hero-track,
  .home-hero-pagination button { transition-duration: 0.01ms; }
}

/* V13: elevate the service promise into a clear brand trust band */
.home-content-band .home-trust-note {
  margin-top: 28px;
  padding: 18px 16px;
  border: 1px solid #0c4439;
  border-radius: 8px;
  color: #ffffff;
  background: #0f4f43;
  box-shadow: 0 8px 18px rgba(15, 79, 67, 0.12);
}
.home-content-band .home-trust-note h3 {
  margin-bottom: 7px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
}
.home-content-band .home-trust-note p {
  max-width: 286px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 11px;
  line-height: 1.6;
}
.home-content-band .home-trust-note svg {
  box-sizing: content-box;
  width: 25px;
  height: 25px;
  padding: 8px;
  border-radius: 6px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
}
