/** Shopify CDN: Minification failed

Line 2590:1 Expected "}" to go with "{"

**/
:root {
  --yq-bg: #fbf9f6;
  --yq-surface: #ffffff;
  --yq-surface-soft: #f5f0e8;
  --yq-text: #3f2f24;
  --yq-muted: #75675d;
  --yq-gold: #c5a059;
  --yq-brown: #8b6848;
  --yq-green: #60784d;
  --yq-border: rgba(122, 103, 87, .22);
  --yq-shadow: 0 18px 42px rgba(74,55,40,.10);
}
.yq-section,
.yq-section * { box-sizing: border-box; }
.yq-section {
  background: var(--yq-bg);
  color: var(--yq-text);
  font-family: var(--font-body-family, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif);
  line-height: 1.55;
  padding: var(--yq-pad, 72px) 18px;
}
.yq-section img { max-width: 100%; display: block; }
.yq-container { width: min(1180px, 100%); margin: 0 auto; }
.yq-center { text-align: center; }
.yq-eyebrow { display:inline-flex; align-items:center; gap:8px; padding:7px 13px; border:1px solid rgba(197,160,89,.35); color:var(--yq-brown); background:rgba(197,160,89,.12); border-radius:999px; font-size:12px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; margin-bottom:16px; }
.yq-h1,.yq-h2,.yq-h3 { margin:0; line-height:1.08; color:var(--yq-text); letter-spacing:-.03em; }
.yq-h1 { font-size: clamp(40px, 6vw, 74px); }
.yq-h2 { font-size: clamp(30px, 4vw, 52px); }
.yq-h3 { font-size: 22px; }
.yq-subtitle { font-size: clamp(16px, 1.6vw, 19px); color:var(--yq-muted); margin:16px 0 0; }
.yq-center .yq-subtitle { max-width:760px; margin-left:auto; margin-right:auto; }
.yq-btn { appearance:none; border:0; cursor:pointer; min-height:52px; padding:0 28px; display:inline-flex; align-items:center; justify-content:center; border-radius:999px; text-decoration:none; background:var(--yq-gold); color:#fff; font-weight:900; letter-spacing:.03em; box-shadow:0 14px 30px rgba(197,160,89,.26); transition:.18s ease; }
.yq-btn:hover { transform:translateY(-2px); filter:brightness(1.04); }
.yq-btn--dark { background:var(--yq-text); box-shadow:0 14px 30px rgba(74,55,40,.22); }
.yq-card { background:var(--yq-surface); border:1px solid var(--yq-border); border-radius:26px; box-shadow:var(--yq-shadow); overflow:hidden; }
.yq-placeholder { min-height:260px; border:1px dashed var(--yq-border); border-radius:22px; background:linear-gradient(135deg,#eee4d7,#fffaf2); display:flex; align-items:center; justify-content:center; color:var(--yq-muted); font-weight:800; padding:20px; text-align:center; }
.yq-grid-2 { display:grid; grid-template-columns:1fr 1fr; gap:48px; align-items:center; }
.yq-grid-3 { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.yq-grid-4 { display:grid; grid-template-columns:repeat(4,1fr); gap:22px; }
.yq-padded { padding:26px; }
.yq-bullets { list-style:none; padding:0; margin:22px 0; display:grid; gap:12px; }
.yq-bullets li { display:flex; gap:10px; align-items:flex-start; color:var(--yq-text); }
.yq-bullets li:before { content:"鉁�"; color:var(--yq-gold); font-weight:900; margin-top:1px; }
.yq-stars { color:var(--yq-gold); letter-spacing:1px; font-weight:900; }
.yq-media { width:100%; border-radius:24px; overflow:hidden; background:var(--yq-surface-soft); border:1px solid var(--yq-border); }
.yq-media img { width:100%; height:100%; object-fit:cover; }
.yq-table-wrap { overflow-x:auto; border:1px solid var(--yq-border); border-radius:24px; box-shadow:var(--yq-shadow); background:#fff; }
.yq-table { width:100%; border-collapse:collapse; min-width:720px; }
.yq-table th,.yq-table td { padding:18px; border-bottom:1px solid var(--yq-border); vertical-align:top; text-align:left; }
.yq-table th { background:#f1e5d2; font-weight:900; }
.yq-table tr:last-child td { border-bottom:0; }
.yq-highlight { color:var(--yq-brown); font-weight:900; }
@media (max-width: 860px) {
  .yq-section { padding:52px 16px; }
  .yq-grid-2,.yq-grid-3,.yq-grid-4 { grid-template-columns:1fr; gap:24px; }
  .yq-h1 { font-size:38px; }
  .yq-h2 { font-size:31px; }
}
/* YQ Landing dual story section */
.yql-dual-story {
  background: #fbf6ee;
  padding: 72px 0;
}

.yql-container {
  width: min(1320px, calc(100% - 72px));
  margin: 0 auto;
}

.yql-dual-story .yql-container {
  display: grid;
  gap: 72px;
}

.yql-story-row {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 64px;
  align-items: center;
}

.yql-story-row--image-left {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
}

.yql-story-copy {
  max-width: 640px;
}

.yql-story-row--image-left .yql-story-copy {
  justify-self: end;
}

.yql-kicker {
  margin-bottom: 18px;
  color: #96382f;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.yql-heading {
  margin: 0 0 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5vw, 78px);
  line-height: 0.98;
  letter-spacing: -0.045em;
  color: #3d2a22;
}

.yql-story-text {
  color: rgba(61, 42, 34, 0.72);
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.7;
}

.yql-story-text p {
  margin: 0 0 18px;
}

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

.yql-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  margin-top: 34px;
  padding: 0 30px;
  border-radius: 999px;
  background: #3d2a22;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 800;
}

.yql-story-media {
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 34px;
  background: #efe3d3;
  border: 1px solid rgba(76, 52, 37, 0.12);
  box-shadow: 0 22px 60px rgba(76, 52, 37, 0.12);
}

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

.yql-story-placeholder {
  width: 100%;
  height: 100%;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 34px;
  text-align: center;
  color: rgba(76, 52, 37, 0.55);
  font-size: 18px;
  font-weight: 800;
  background: linear-gradient(135deg, #efe3d3, #fbf4ea);
  border: 1px dashed rgba(76, 52, 37, 0.24);
}

@media (max-width: 980px) {
  .yql-container {
    width: min(100% - 36px, 720px);
  }

  .yql-dual-story .yql-container {
    gap: 52px;
  }

  .yql-story-row,
  .yql-story-row--image-left {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .yql-story-row--image-left .yql-story-media {
    order: 2;
  }

  .yql-story-row--image-left .yql-story-copy {
    order: 1;
    justify-self: start;
  }

  .yql-story-copy {
    max-width: 100%;
  }

  .yql-story-media {
    max-width: 620px;
    margin: 0 auto;
  }
}

@media (max-width: 680px) {
  .yql-dual-story {
    padding: 52px 0;
  }

  .yql-dual-story .yql-container {
    gap: 44px;
  }

  .yql-story-row,
  .yql-story-row--image-left {
    gap: 26px;
  }

  .yql-heading {
    margin-bottom: 18px;
    font-size: clamp(36px, 12vw, 54px);
  }

  .yql-story-text {
    font-size: 15px;
    line-height: 1.62;
  }

  .yql-btn {
    min-height: 48px;
    margin-top: 24px;
    padding: 0 24px;
    font-size: 14px;
  }

  .yql-story-media {
    border-radius: 24px;
  }

  .yql-story-placeholder {
    min-height: 420px;
    font-size: 15px;
  }
}
/* YQ Landing quality compare section */
.yql-quality-compare {
  background: #fbf6ee;
  padding: 78px 0;
}

.yql-quality-compare__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 64px;
  align-items: center;
}

.yql-quality-compare__copy {
  max-width: 650px;
}

.yql-quality-compare__heading {
  margin-bottom: 22px;
}

.yql-quality-compare__intro {
  color: rgba(61, 42, 34, 0.74);
  font-size: 17px;
  line-height: 1.65;
}

.yql-quality-compare__intro p {
  margin: 0 0 14px;
}

.yql-quality-compare__problem {
  margin-top: 18px;
  color: #3d2a22;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 700;
}

.yql-quality-compare__problem p {
  margin: 0;
}

.yql-quality-bars {
  margin-top: 24px;
  border: 1.5px solid #96382f;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  overflow: hidden;
  box-shadow: 0 16px 42px rgba(76, 52, 37, 0.08);
}

.yql-quality-bar-row {
  display: grid;
  grid-template-columns: minmax(130px, 1fr) minmax(110px, 0.9fr) minmax(110px, 0.72fr);
  gap: 18px;
  align-items: center;
  padding: 17px 20px;
  border-bottom: 1px solid rgba(76, 52, 37, 0.12);
}

.yql-quality-bar-row:last-child {
  border-bottom: 0;
}

.yql-quality-bar-row__label {
  color: rgba(61, 42, 34, 0.74);
  font-size: 15px;
  line-height: 1.35;
}

.yql-quality-bar-row__meter {
  height: 10px;
  border-radius: 999px;
  background: rgba(150, 56, 47, 0.12);
  border: 1px solid rgba(150, 56, 47, 0.72);
  overflow: hidden;
}

.yql-quality-bar-row__meter span {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: #96382f;
}

.yql-quality-bar-row__value {
  color: #3d2a22;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 800;
  text-align: right;
}

.yql-quality-compare__highlight {
  margin-top: 22px;
  color: #96382f;
  font-size: 17px;
  line-height: 1.55;
  font-weight: 800;
}

.yql-quality-compare__highlight p {
  margin: 0;
}

.yql-quality-compare__note {
  margin-top: 20px;
  color: rgba(61, 42, 34, 0.68);
  font-size: 15px;
  line-height: 1.62;
}

.yql-quality-compare__note p {
  margin: 0;
}

.yql-quality-compare__visual {
  position: relative;
  min-height: 520px;
  border-radius: 34px;
  overflow: hidden;
  background:
    radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.78), rgba(239, 227, 211, 0.48) 58%, rgba(239, 227, 211, 0.18));
  border: 1px solid rgba(76, 52, 37, 0.12);
  box-shadow: 0 24px 70px rgba(76, 52, 37, 0.12);
}

.yql-quality-compare__visual img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  display: block;
  object-fit: cover;
}

.yql-quality-compare__placeholder {
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 34px;
  text-align: center;
  color: rgba(76, 52, 37, 0.55);
  font-size: 18px;
  font-weight: 800;
  background: linear-gradient(135deg, #efe3d3, #fbf4ea);
  border: 1px dashed rgba(76, 52, 37, 0.24);
}

.yql-quality-label {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  min-height: 34px;
  padding: 0 16px;
  border-radius: 999px;
  background: #96382f;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.04em;
  box-shadow: 0 10px 24px rgba(76, 52, 37, 0.18);
}

.yql-quality-label--us {
  left: 8%;
  top: 13%;
}

.yql-quality-label--them {
  right: 8%;
  bottom: 13%;
  background: #3d2a22;
}

@media (max-width: 980px) {
  .yql-quality-compare__grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .yql-quality-compare__copy {
    max-width: 100%;
  }

  .yql-quality-compare__visual {
    min-height: 440px;
  }

  .yql-quality-compare__visual img,
  .yql-quality-compare__placeholder {
    min-height: 440px;
  }
}

@media (max-width: 680px) {
  .yql-quality-compare {
    padding: 56px 0;
  }

  .yql-quality-compare__grid {
    gap: 32px;
  }

  .yql-quality-bar-row {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 16px;
  }

  .yql-quality-bar-row__value {
    text-align: left;
  }

  .yql-quality-compare__visual {
    min-height: 360px;
    border-radius: 24px;
  }

  .yql-quality-compare__visual img,
  .yql-quality-compare__placeholder {
    min-height: 360px;
  }

  .yql-quality-label {
    min-width: 54px;
    min-height: 30px;
    font-size: 13px;
  }
}
/* YQ Landing VS compare section */
.yql-vs-compare {
  background: #fbf6ee;
  padding: 78px 0;
}

.yql-vs-head {
  text-align: center;
  max-width: 980px;
  margin: 0 auto 46px;
}

.yql-vs-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 28px;
  margin-bottom: 22px;
  border-radius: 999px;
  border: 1px solid rgba(150, 56, 47, 0.26);
  background: rgba(255, 255, 255, 0.62);
  color: #8d6243;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.yql-vs-heading {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5.8vw, 82px);
  line-height: 0.98;
  letter-spacing: -0.045em;
  color: #3d2a22;
}

.yql-vs-subheading {
  margin: 24px auto 0;
  max-width: 760px;
  color: rgba(61, 42, 34, 0.70);
  font-size: 18px;
  line-height: 1.65;
}

.yql-vs-subheading p {
  margin: 0;
}

.yql-vs-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1180px;
  margin: 0 auto;
  border-radius: 34px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 24px 70px rgba(76, 52, 37, 0.12);
  border: 1px solid rgba(76, 52, 37, 0.12);
}

.yql-vs-side {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.yql-vs-side--us {
  background: #8d6243;
  color: #fff;
}

.yql-vs-side--them {
  background: #eee5d8;
  color: #3d2a22;
}

.yql-vs-image {
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #efe3d3;
}

.yql-vs-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.yql-vs-placeholder {
  width: 100%;
  height: 100%;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  text-align: center;
  color: rgba(76, 52, 37, 0.55);
  font-size: 18px;
  font-weight: 800;
  background: linear-gradient(135deg, #efe3d3, #fbf4ea);
  border: 1px dashed rgba(76, 52, 37, 0.24);
}

.yql-vs-content {
  padding: 34px 42px 40px;
}

.yql-vs-content h3 {
  margin: 0 0 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1;
  letter-spacing: -0.035em;
}

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

.yql-vs-list li {
  position: relative;
  padding-left: 44px;
  font-size: 18px;
  line-height: 1.42;
  font-weight: 700;
}

.yql-vs-list li::after {
  content: "";
  display: block;
  width: calc(100% - 44px);
  margin-top: 14px;
  border-bottom: 1px dashed currentColor;
  opacity: 0.5;
}

.yql-vs-list li:last-child::after {
  display: none;
}

.yql-vs-list--check li::before,
.yql-vs-list--cross li::before {
  position: absolute;
  left: 0;
  top: 1px;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 900;
}

.yql-vs-list--check li::before {
  content: "✓";
  background: #fbf6ee;
  color: #8d6243;
}

.yql-vs-list--cross li::before {
  content: "×";
  background: #96382f;
  color: #fff;
}

.yql-vs-badge {
  position: absolute;
  left: 50%;
  top: 56%;
  z-index: 3;
  transform: translate(-50%, -50%);
  width: 118px;
  height: 118px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fbf6ee;
  color: #8d6243;
  border: 1px solid rgba(141, 98, 67, 0.22);
  box-shadow: 0 14px 38px rgba(76, 52, 37, 0.16);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 44px;
  font-weight: 900;
  letter-spacing: -0.08em;
}

.yql-vs-badge::after {
  content: "";
  position: absolute;
  inset: 24px;
  border-right: 3px solid #96382f;
  transform: rotate(18deg);
  opacity: 0.85;
}

.yql-vs-note {
  max-width: 880px;
  margin: 34px auto 0;
  text-align: center;
  color: rgba(61, 42, 34, 0.72);
  font-size: 18px;
  line-height: 1.62;
}

.yql-vs-note p {
  margin: 0;
}

@media (max-width: 980px) {
  .yql-vs-card {
    grid-template-columns: 1fr;
    max-width: 680px;
  }

  .yql-vs-badge {
    top: 50%;
  }

  .yql-vs-content {
    padding: 30px 28px 36px;
  }
}

@media (max-width: 680px) {
  .yql-vs-compare {
    padding: 56px 0;
  }

  .yql-vs-head {
    margin-bottom: 34px;
  }

  .yql-vs-heading {
    font-size: clamp(36px, 12vw, 56px);
  }

  .yql-vs-subheading {
    font-size: 15px;
    line-height: 1.58;
  }

  .yql-vs-card {
    border-radius: 24px;
  }

  .yql-vs-image {
    aspect-ratio: 4 / 3;
  }

  .yql-vs-content {
    padding: 26px 20px 32px;
  }

  .yql-vs-content h3 {
    font-size: 30px;
  }

  .yql-vs-list {
    gap: 15px;
  }

  .yql-vs-list li {
    padding-left: 38px;
    font-size: 15px;
  }

  .yql-vs-list--check li::before,
  .yql-vs-list--cross li::before {
    width: 24px;
    height: 24px;
    font-size: 14px;
  }

  .yql-vs-badge {
    width: 88px;
    height: 88px;
    font-size: 34px;
  }

  .yql-vs-badge::after {
    inset: 18px;
  }

  .yql-vs-note {
    font-size: 15px;
    line-height: 1.58;
  }
}
/* =========================================================
   GLOBAL TYPOGRAPHY SYSTEM
   For YQ Home + YQ Landing
   Put this at the VERY BOTTOM of yq-home.css and yq-landing.css
========================================================= */

:root {
  --yq-font-heading: Georgia, "Times New Roman", serif;
  --yq-font-body: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;

  --yq-color-heading: #3d2a22;
  --yq-color-body: rgba(61, 42, 34, 0.74);
  --yq-color-muted: rgba(61, 42, 34, 0.62);
  --yq-color-accent: #96382f;
  --yq-color-gold: #d9b565;

  --yq-h1-size: clamp(48px, 5.2vw, 76px);
  --yq-h2-size: clamp(38px, 4.2vw, 58px);
  --yq-h3-size: clamp(24px, 2.2vw, 34px);
  --yq-body-size: 17px;
  --yq-small-size: 14px;
  --yq-line-body: 1.62;
}

/* 全站基础字体 */
.yqh-section,
.yql-section,
.yqh-section *,
.yql-section * {
  font-family: var(--yq-font-body);
}

/* 所有主标题统一 */
.yqh-heading,
.yql-heading,
.yqh-heading--xl,
.yqh-heading--lg,
.yql-heading--xl,
.yql-heading--lg,
.yqh-standard__heading,
.yqh-promises__heading,
.yqh-newsletter__copy h2,
.yqh-founder-signature h3,
.yqh-footer-brand h3,
.yql-vs-heading,
.yql-quality-compare__heading,
.yqh-story-copy .yqh-heading--lg,
.yql-story-copy .yql-heading {
  font-family: var(--yq-font-heading) !important;
  color: var(--yq-color-heading) !important;
  font-weight: 700 !important;
  letter-spacing: -0.035em !important;
  line-height: 1.05 !important;
}

/* 首屏大标题，不要过大 */
.yqh-heading--xl,
.yql-heading--xl,
.yqh-hero--bg .yqh-heading--xl {
  font-size: var(--yq-h1-size) !important;
  line-height: 1.02 !important;
}

/* 模块标题统一 */
.yqh-heading--lg,
.yql-heading--lg,
.yqh-standard__heading,
.yqh-promises__heading,
.yqh-newsletter__copy h2,
.yql-vs-heading,
.yql-quality-compare__heading,
.yqh-story-copy .yqh-heading--lg,
.yql-story-copy .yql-heading {
  font-size: var(--yq-h2-size) !important;
  line-height: 1.06 !important;
}

/* 深色背景模块标题保持米白色 */
.yqh-standard .yqh-standard__heading,
.yqh-promises .yqh-promises__heading,
.yqh-footer-newsletter .yqh-newsletter__copy h2,
.yqh-footer-newsletter .yqh-footer-brand h3 {
  color: #fff8ed !important;
}

/* 卡片标题 / 小标题 */
.yqh-origin-card h3,
.yqh-ingredient-card h3,
.yqh-review-card h3,
.yql-vs-content h3,
.yqh-promises__item h3,
.yqh-founder-signature h3,
.yql-quality-bar-row__value {
  font-family: var(--yq-font-heading) !important;
  font-size: var(--yq-h3-size) !important;
  line-height: 1.12 !important;
  letter-spacing: -0.02em !important;
  color: var(--yq-color-heading) !important;
}

/* 深色背景里的卡片标题 */
.yqh-promises__item h3 {
  color: #fff8ed !important;
}

/* 正文统一 */
.yqh-sub,
.yql-sub,
.yqh-story-text,
.yql-story-text,
.yqh-founder-body,
.yqh-newsletter__text,
.yqh-footer-brand__text,
.yql-vs-subheading,
.yql-vs-note,
.yql-quality-compare__intro,
.yql-quality-compare__note,
.yqh-origin-card p,
.yqh-ingredient-card p,
.yqh-review-text,
.yqh-standard__subheading,
.yqh-standard__number p,
.yqh-standard__check p,
.yqh-promises__item p {
  font-family: var(--yq-font-body) !important;
  font-size: var(--yq-body-size) !important;
  line-height: var(--yq-line-body) !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}

/* 浅色背景正文颜色 */
.yqh-sub,
.yql-sub,
.yqh-story-text,
.yql-story-text,
.yqh-founder-body,
.yql-vs-subheading,
.yql-vs-note,
.yql-quality-compare__intro,
.yql-quality-compare__note,
.yqh-origin-card p,
.yqh-ingredient-card p,
.yqh-review-text {
  color: var(--yq-color-body) !important;
}

/* 深色背景正文颜色 */
.yqh-standard__subheading,
.yqh-standard__number p,
.yqh-standard__check p,
.yqh-promises__item p,
.yqh-newsletter__text,
.yqh-footer-brand__text,
.yqh-footer-col a {
  color: rgba(255, 248, 237, 0.78) !important;
}

/* kicker / eyebrow 小标题统一 */
.yqh-kicker,
.yql-kicker,
.yqh-standard__kicker,
.yqh-promises__kicker,
.yqh-founder-kicker,
.yql-vs-kicker,
.yql-quality-compare .yql-kicker {
  font-family: var(--yq-font-body) !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
}

/* 按钮统一 */
.yqh-btn,
.yql-btn,
.yqh-newsletter__form button,
.yqh-hero--bg .yqh-btn {
  font-family: var(--yq-font-body) !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  letter-spacing: 0.01em !important;
  min-height: 50px !important;
}

/* 数据数字统一：不要太夸张 */
.yqh-standard__number strong,
.yql-quality-bar-row__value,
.yqh-founder-year strong {
  font-family: var(--yq-font-heading) !important;
  font-weight: 700 !important;
  letter-spacing: -0.03em !important;
}

/* 首页标准背书区数字大小 */
.yqh-standard__number strong {
  font-size: clamp(46px, 4.8vw, 64px) !important;
}

/* 创始人年份 */
.yqh-founder-year strong {
  font-size: clamp(34px, 3.4vw, 48px) !important;
}

/* Footer 链接不要过大 */
.yqh-footer-col a {
  font-size: 16px !important;
  line-height: 1.45 !important;
}

/* 移动端统一缩小 */
@media (max-width: 680px) {
  :root {
    --yq-h1-size: clamp(38px, 11vw, 52px);
    --yq-h2-size: clamp(32px, 9.5vw, 44px);
    --yq-h3-size: 24px;
    --yq-body-size: 15px;
    --yq-small-size: 13px;
  }

  .yqh-heading--xl,
  .yql-heading--xl,
  .yqh-hero--bg .yqh-heading--xl {
    font-size: var(--yq-h1-size) !important;
  }

  .yqh-heading--lg,
  .yql-heading--lg,
  .yqh-standard__heading,
  .yqh-promises__heading,
  .yqh-newsletter__copy h2,
  .yql-vs-heading,
  .yql-quality-compare__heading,
  .yqh-story-copy .yqh-heading--lg,
  .yql-story-copy .yql-heading {
    font-size: var(--yq-h2-size) !important;
  }

  .yqh-kicker,
  .yql-kicker,
  .yqh-standard__kicker,
  .yqh-promises__kicker,
  .yqh-founder-kicker,
  .yql-vs-kicker {
    font-size: 11px !important;
    letter-spacing: 0.15em !important;
  }

  .yqh-btn,
  .yql-btn,
  .yqh-newsletter__form button {
    font-size: 14px !important;
    min-height: 46px !important;
  }
}
/* =========================================================
   YQ GLOBAL TYPOGRAPHY SIZE OVERRIDE
   统一主页 + 落地页标题/正文字号
   放在 yq-home.css 和 yq-landing.css 最底部
========================================================= */

:root {
  --yq-title-xl: clamp(38px, 4vw, 58px);
  --yq-title-lg: clamp(30px, 3vw, 44px);
  --yq-title-md: clamp(22px, 2vw, 30px);
  --yq-body: 16px;
  --yq-body-sm: 14px;
  --yq-kicker: 12px;
}

/* 主页 + 落地页所有大标题统一压小 */
.yqh-section h1,
.yqh-section h2,
.yqh-section .yqh-heading,
.yqh-section .yqh-heading--xl,
.yqh-section .yqh-heading--lg,
.yqh-standard__heading,
.yqh-promises__heading,
.yqh-newsletter__copy h2,
.yqh-founder-signature h3,
.yqh-footer-brand h3,
.yql-section h1,
.yql-section h2,
.yql-section .yql-heading,
.yql-section .yql-heading--xl,
.yql-section .yql-heading--lg,
.yql-vs-heading,
.yql-quality-compare__heading,
.yq-standard-heading,
.yq-promise-title,
.yq-source-heading {
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: var(--yq-title-lg) !important;
  line-height: 1.12 !important;
  letter-spacing: -0.035em !important;
  font-weight: 700 !important;
}

/* 只给真正的首屏标题稍微大一点，但不夸张 */
.yqh-hero h1,
.yqh-hero .yqh-heading--xl,
.yql-hero h1,
.yql-hero .yql-heading--xl,
.yqh-hero--bg .yqh-heading--xl {
  font-size: var(--yq-title-xl) !important;
  line-height: 1.08 !important;
}

/* 卡片标题 / 小标题 */
.yqh-section h3,
.yql-section h3,
.yqh-origin-card h3,
.yqh-ingredient-card h3,
.yqh-review-card h3,
.yql-vs-content h3,
.yqh-promises__item h3,
.yq-standard-number strong,
.yq-source-card h3,
.yq-promise-card-title {
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: var(--yq-title-md) !important;
  line-height: 1.18 !important;
  letter-spacing: -0.02em !important;
  font-weight: 700 !important;
}

/* 数字类不要太大 */
.yqh-standard__number strong,
.yq-standard-number strong,
.yqh-founder-year strong {
  font-size: clamp(34px, 3.4vw, 48px) !important;
  line-height: 1 !important;
}

/* 正文统一 */
.yqh-section p,
.yql-section p,
.yqh-sub,
.yql-sub,
.yqh-story-text,
.yql-story-text,
.yqh-founder-body,
.yqh-newsletter__text,
.yqh-footer-brand__text,
.yql-vs-subheading,
.yql-vs-note,
.yql-quality-compare__intro,
.yql-quality-compare__note,
.yq-standard-subheading,
.yq-standard-number p,
.yq-standard-check p,
.yq-promise-card-text,
.yq-source-subheading,
.yq-source-card p,
.yq-source-bottom-text {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  font-size: var(--yq-body) !important;
  line-height: 1.62 !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}

/* 小标签 / eyebrow / kicker 统一 */
.yqh-kicker,
.yql-kicker,
.yqh-standard__kicker,
.yqh-promises__kicker,
.yqh-founder-kicker,
.yql-vs-kicker,
.yq-standard-kicker,
.yq-promise-kicker,
.yq-source-kicker {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  font-size: var(--yq-kicker) !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
}

/* 按钮统一 */
.yqh-btn,
.yql-btn,
.yqh-newsletter__form button,
.yq-promise-pill {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  letter-spacing: 0.01em !important;
}

/* 移动端继续压小 */
@media (max-width: 680px) {
  :root {
    --yq-title-xl: clamp(34px, 9vw, 46px);
    --yq-title-lg: clamp(28px, 8vw, 38px);
    --yq-title-md: 22px;
    --yq-body: 14px;
    --yq-body-sm: 13px;
    --yq-kicker: 11px;
  }

  .yqh-section h1,
  .yqh-section h2,
  .yqh-section .yqh-heading,
  .yqh-section .yqh-heading--xl,
  .yqh-section .yqh-heading--lg,
  .yql-section h1,
  .yql-section h2,
  .yql-section .yql-heading,
  .yql-section .yql-heading--xl,
  .yql-section .yql-heading--lg,
  .yq-standard-heading,
  .yq-promise-title,
  .yq-source-heading {
    line-height: 1.14 !important;
  }
}
/* =========================================================
   FIX: Reduce hero / first purchase section title size
   解决首屏购买区标题过大
========================================================= */

/* 首页/落地页首屏标题强制压小 */
.yqh-hero h1,
.yqh-hero h2,
.yqh-hero .yqh-heading,
.yqh-hero .yqh-heading--xl,
.yqh-hero .yqh-hero-title,
.yqh-buy-hero h1,
.yqh-buy-hero h2,
.yqh-buy-hero .yqh-heading,
.yq-hero h1,
.yq-hero h2,
.yq-hero .yq-heading,
.yq-hero-title,
.yq-buy-hero h1,
.yq-buy-hero h2,
.yq-buy-hero .yq-heading,
.yql-hero h1,
.yql-hero h2,
.yql-hero .yql-heading,
.yql-hero .yql-heading--xl,
.yql-buy-hero h1,
.yql-buy-hero h2,
.yql-buy-hero .yql-heading {
  font-size: clamp(34px, 3.4vw, 48px) !important;
  line-height: 1.12 !important;
  letter-spacing: -0.035em !important;
  max-width: 720px !important;
}

/* 如果标题没有专门 class，就用首屏 section 兜底压住 */
.shopify-section:first-of-type h1,
.shopify-section:first-of-type h2 {
  font-size: clamp(34px, 3.4vw, 48px) !important;
  line-height: 1.12 !important;
  letter-spacing: -0.035em !important;
}

/* 首屏正文也稍微克制一点 */
.yqh-hero p,
.yqh-buy-hero p,
.yq-hero p,
.yq-buy-hero p,
.yql-hero p,
.yql-buy-hero p {
  font-size: 16px !important;
  line-height: 1.6 !important;
  max-width: 680px !important;
}

/* 手机端 */
@media (max-width: 680px) {
  .yqh-hero h1,
  .yqh-hero h2,
  .yqh-hero .yqh-heading,
  .yqh-hero .yqh-heading--xl,
  .yqh-buy-hero h1,
  .yqh-buy-hero h2,
  .yq-hero h1,
  .yq-hero h2,
  .yq-buy-hero h1,
  .yq-buy-hero h2,
  .yql-hero h1,
  .yql-hero h2,
  .yql-hero .yql-heading,
  .yql-hero .yql-heading--xl,
  .yql-buy-hero h1,
  .yql-buy-hero h2,
  .shopify-section:first-of-type h1,
  .shopify-section:first-of-type h2 {
    font-size: clamp(30px, 8vw, 40px) !important;
    line-height: 1.14 !important;
  }
}
/* =========================================================
   FIX: Compare data row right text size
   修复对比数据行右侧说明文字过大
========================================================= */

.yql-quality-bar-row__label,
.yql-quality-bar-row__value,
.yq-quality-bar-row__label,
.yq-quality-bar-row__value,
.yql-compare-row__label,
.yql-compare-row__value,
.yq-compare-row__label,
.yq-compare-row__value {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  font-size: 15px !important;
  line-height: 1.45 !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  color: rgba(61, 42, 34, 0.74) !important;
  text-align: left !important;
  white-space: normal !important;
  word-break: normal !important;
}

/* 右侧说明可以稍微加粗，但不能变成大标题 */
.yql-quality-bar-row__value,
.yq-quality-bar-row__value,
.yql-compare-row__value,
.yq-compare-row__value {
  font-size: 15px !important;
  line-height: 1.45 !important;
  font-weight: 600 !important;
  color: #3d2a22 !important;
}

/* 修复整行布局，避免右侧被挤成一列 */
.yql-quality-bar-row,
.yq-quality-bar-row,
.yql-compare-row,
.yq-compare-row {
  grid-template-columns: minmax(130px, 0.9fr) minmax(120px, 0.8fr) minmax(180px, 1.2fr) !important;
  align-items: center !important;
  gap: 18px !important;
}

/* 进度条保持正常 */
.yql-quality-bar-row__meter,
.yq-quality-bar-row__meter,
.yql-compare-row__meter,
.yq-compare-row__meter {
  width: 100% !important;
  min-width: 100px !important;
}

/* 手机端依然上下排列 */
@media (max-width: 680px) {
  .yql-quality-bar-row,
  .yq-quality-bar-row,
  .yql-compare-row,
  .yq-compare-row {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .yql-quality-bar-row__label,
  .yql-quality-bar-row__value,
  .yq-quality-bar-row__label,
  .yq-quality-bar-row__value,
  .yql-compare-row__label,
  .yql-compare-row__value,
  .yq-compare-row__label,
  .yq-compare-row__value {
    font-size: 14px !important;
    line-height: 1.45 !important;
  }
}
/* =========================================================
   FIX: Quality compare table text clipping
   修复左侧对比数据卡片右侧文案被边框遮挡
========================================================= */

/* 让左侧内容区稍微更宽，右侧图片不要挤压表格 */
.yql-quality-compare__grid,
.yq-quality-compare__grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr) !important;
  gap: 46px !important;
}

/* 左侧文案区域允许更宽 */
.yql-quality-compare__copy,
.yq-quality-compare__copy {
  max-width: 760px !important;
  min-width: 0 !important;
}

/* 表格外框不要强行裁掉文字 */
.yql-quality-bars,
.yq-quality-bars {
  overflow: visible !important;
}

/* 每一行重新分配三列宽度：名称 / 进度条 / 说明 */
.yql-quality-bar-row,
.yq-quality-bar-row {
  display: grid !important;
  grid-template-columns: minmax(130px, 0.85fr) minmax(130px, 0.75fr) minmax(220px, 1.45fr) !important;
  gap: 18px !important;
  align-items: center !important;
  padding: 18px 22px !important;
}

/* 三列都允许正常换行，不要溢出 */
.yql-quality-bar-row__label,
.yql-quality-bar-row__meter,
.yql-quality-bar-row__value,
.yq-quality-bar-row__label,
.yq-quality-bar-row__meter,
.yq-quality-bar-row__value {
  min-width: 0 !important;
  max-width: 100% !important;
}

/* 左侧名称和右侧说明统一成普通正文大小 */
.yql-quality-bar-row__label,
.yql-quality-bar-row__value,
.yq-quality-bar-row__label,
.yq-quality-bar-row__value {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  letter-spacing: 0 !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
}

/* 左侧名称 */
.yql-quality-bar-row__label,
.yq-quality-bar-row__label {
  font-weight: 500 !important;
  color: rgba(61, 42, 34, 0.70) !important;
}

/* 右侧说明：可以略微加粗，但不能变成标题 */
.yql-quality-bar-row__value,
.yq-quality-bar-row__value {
  font-weight: 600 !important;
  color: #3d2a22 !important;
  text-align: left !important;
}

/* 进度条保持正常 */
.yql-quality-bar-row__meter,
.yq-quality-bar-row__meter {
  width: 100% !important;
}

/* 右侧图片卡片稍微收一点，给左侧文字让空间 */
.yql-quality-compare__visual,
.yq-quality-compare__visual {
  min-height: 500px !important;
}

/* 平板以下改成上下布局 */
@media (max-width: 980px) {
  .yql-quality-compare__grid,
  .yq-quality-compare__grid {
    grid-template-columns: 1fr !important;
  }

  .yql-quality-compare__copy,
  .yq-quality-compare__copy {
    max-width: 100% !important;
  }
}

/* 手机端每行变成纵向，避免挤压 */
@media (max-width: 680px) {
  .yql-quality-bar-row,
  .yq-quality-bar-row {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    padding: 16px !important;
  }

  .yql-quality-bar-row__label,
  .yql-quality-bar-row__value,
  .yq-quality-bar-row__label,
  .yq-quality-bar-row__value {
    font-size: 14px !important;
    line-height: 1.45 !important;
  }
}
/* =========================================================
   FIX: Brewing steps IMAGE AREA ratio 3:4 only
   只修改三步冲泡模块的图片区域比例，不改整张卡片比例
========================================================= */

/* 图片外层容器：只控制图片区域为 3:4*/
.yqh-brew-card__media,
.yqh-brew-card__image,
.yqh-step-card__media,
.yqh-step-card__image,
.yqh-steps-card__media,
.yqh-steps-card__image,
.yq-brew-card__media,
.yq-brew-card__image,
.yq-step-card__media,
.yq-step-card__image,
.yq-steps-card__media,
.yq-steps-card__image,
.yql-brew-card__media,
.yql-brew-card__image,
.yql-step-card__media,
.yql-step-card__image,
.yql-steps-card__media,
.yql-steps-card__image {
  width: 100% !important;
  aspect-ratio: 3 / 4 !important;
  height: auto !important;
  overflow: hidden !important;
  border-radius: inherit;
}

/* 图片本身铺满这个 3:4 区域，裁切但不变形 */
.yqh-brew-card__media img,
.yqh-brew-card__image img,
.yqh-step-card__media img,
.yqh-step-card__image img,
.yqh-steps-card__media img,
.yqh-steps-card__image img,
.yq-brew-card__media img,
.yq-brew-card__image img,
.yq-step-card__media img,
.yq-step-card__image img,
.yq-steps-card__media img,
.yq-steps-card__image img,
.yql-brew-card__media img,
.yql-brew-card__image img,
.yql-step-card__media img,
.yql-step-card__image img,
.yql-steps-card__media img,
.yql-steps-card__image img {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover !important;
}

/* 下方文字区域保持正常，不跟着变成 3:4 */
.yqh-brew-card__content,
.yqh-step-card__content,
.yqh-steps-card__content,
.yq-brew-card__content,
.yq-step-card__content,
.yq-steps-card__content,
.yql-brew-card__content,
.yql-step-card__content,
.yql-steps-card__content {
  aspect-ratio: auto !important;
  height: auto !important;
}
/* =========================================================
   YQ Landing Global Bullet Icon Fix
   把落地页卖点前面的乱码/旧图标统一改成金色菱形
========================================================= */

/* 常见 bullet 列表 */
.yq-bullets,
.yql-bullets,
.yq-hero .yq-bullets,
.yq-section .yq-bullets,
.yql-section .yql-bullets {
  list-style: none !important;
  padding-left: 0 !important;
}

/* 每一条卖点：用网格对齐菱形和文字 */
.yq-bullets li,
.yql-bullets li,
.yq-hero .yq-bullets li,
.yq-section .yq-bullets li,
.yql-section .yql-bullets li {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 18px 1fr !important;
  column-gap: 14px !important;
  align-items: start !important;
  list-style: none !important;
  padding-left: 0 !important;
}

/* 强制覆盖原来的乱码图标 */
.yq-bullets li::before,
.yql-bullets li::before,
.yq-hero .yq-bullets li::before,
.yq-section .yq-bullets li::before,
.yql-section .yql-bullets li::before {
  content: "◆" !important;
  display: inline-block !important;
  width: 18px !important;
  height: auto !important;
  margin: 0 !important;
  color: #c9a35f !important;
  font-size: 12px !important;
  line-height: 1.8 !important;
  font-family: Georgia, "Times New Roman", serif !important;
  transform: scaleX(0.82) rotate(45deg) !important;
  background: none !important;
  border: none !important;
}

/* 如果旧图标里还有第二层伪元素，也一起清掉 */
.yq-bullets li::after,
.yql-bullets li::after,
.yq-hero .yq-bullets li::after,
.yq-section .yq-bullets li::after,
.yql-section .yql-bullets li::after {
  content: none !important;
  display: none !important;
}
/* =========================================================
   YQ Global Typography Override V2
   主页 + 落地页统一字体与字号
   更强覆盖版：压住 section 内部样式
========================================================= */

:root {
  --yq-font-main: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  --yq-font-heading: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;

  --yq-text: #2f221d;
  --yq-muted: rgba(47, 34, 29, 0.74);
  --yq-deep-red: #7f081c;
  --yq-gold: #c9a35f;
}

/* 全局字体 */
html body,
html body * {
  font-family: var(--yq-font-main) !important;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* 主标题：全部改成粗体无衬线 */
.yq-section h1,
.yq-section h2,
.yq-section h3,
.yql-section h1,
.yql-section h2,
.yql-section h3,
.yq-h1,
.yq-h2,
.yq-h3,
.yql-heading,
.yq-standard-heading,
.yq-founder-quote,
.yq-faq-split__heading,
.yq-hero__right h1,
.yq-hero h1,
.yq-hero .yq-h1,
.yq-founder-time-copy strong,
.yq-review-summary strong,
.yq-stat strong,
.yq-standard-number strong {
  font-family: var(--yq-font-heading) !important;
  color: var(--yq-text) !important;
  font-style: normal !important;
  font-weight: 850 !important;
  letter-spacing: -0.04em !important;
}

/* 首屏大标题 */
.yq-h1,
.yq-hero h1,
.yq-hero__right h1,
.yq-hero .yq-h1,
[id*="yq-buy"] h1,
[id*="yq-hero"] h1 {
  font-size: clamp(36px, 4.2vw, 56px) !important;
  line-height: 1.08 !important;
  font-weight: 850 !important;
  letter-spacing: -0.045em !important;
}

/* 普通分区标题 */
.yq-h2,
.yql-heading,
.yq-section h2,
.yql-section h2,
.yq-standard-heading,
.yq-founder-quote,
.yq-faq-split__heading,
[id*="yq-"] h2,
[class*="yq-"] h2,
[class*="yql-"] h2 {
  font-size: clamp(32px, 3.2vw, 44px) !important;
  line-height: 1.12 !important;
  font-weight: 850 !important;
  letter-spacing: -0.04em !important;
}

/* 小标题 / 卡片标题 */
.yq-h3,
.yq-card h3,
.yq-section h3,
.yql-section h3,
.yq-trust__item strong,
.yq-founder-time-copy strong,
.yq-brew__step h3,
.yq-ingredient h3,
.yq-review strong,
.yq-routine__content h3,
.yq-plan strong,
[class*="yq-"] h3,
[class*="yql-"] h3 {
  font-family: var(--yq-font-heading) !important;
  font-size: clamp(20px, 1.55vw, 25px) !important;
  line-height: 1.22 !important;
  font-weight: 820 !important;
  letter-spacing: -0.025em !important;
  color: var(--yq-text) !important;
}

/* 正文：整体加大一点 */
.yq-section p,
.yql-section p,
.yq-section li,
.yql-section li,
.yq-section small,
.yql-section small,
.yq-subtitle,
.yql-story-text,
.yq-founder-body,
.yq-standard-subheading,
.yq-card p,
.yq-review p,
.yq-ingredient p,
.yq-brew__step p,
.yq-routine__content p,
.yq-trust__item small,
.yq-faq__answer,
.yq-faq__answer p,
.yq-faq-join__text,
.yq-faq-join__text p,
.yq-buybox__note,
.yq-plan small,
.yq-hero__mini-review p,
.yq-hero__details div,
.yql-quality-compare__intro,
.yql-quality-compare__intro p,
.yql-quality-compare__problem,
.yql-quality-compare__problem p,
.yql-quality-compare__highlight,
.yql-quality-compare__highlight p,
.yql-quality-compare__note,
.yql-quality-compare__note p,
.yq-founder-video__caption,
.yq-founder-video__caption p,
[class*="yq-"] p,
[class*="yql-"] p {
  font-family: var(--yq-font-main) !important;
  color: var(--yq-muted) !important;
  font-size: clamp(17px, 1.42vw, 21px) !important;
  line-height: 1.58 !important;
  font-weight: 500 !important;
  letter-spacing: -0.012em !important;
}

/* 首屏正文再稍微大一点 */
.yq-hero .yq-subtitle,
.yq-hero__right .yq-subtitle,
.yq-hero__right p,
[id*="yq-buy"] .yq-subtitle,
[id*="yq-buy"] p {
  font-size: clamp(19px, 1.55vw, 23px) !important;
  line-height: 1.52 !important;
  font-weight: 500 !important;
}

/* FAQ 问题标题 */
.yq-faq__item summary,
.yq-faq__item summary span,
.yq-hero__details summary,
details summary {
  font-family: var(--yq-font-main) !important;
  color: var(--yq-text) !important;
  font-size: clamp(18px, 1.45vw, 22px) !important;
  line-height: 1.28 !important;
  font-weight: 820 !important;
  letter-spacing: -0.02em !important;
}

/* 小标签 / eyebrow / kicker */
.yq-eyebrow,
.yql-kicker,
.yq-founder-kicker,
.yq-hero__rating,
.yq-brand-marquee__item,
.yq-founder-tag,
.yq-faq-join__eyebrow,
.yql-quality-label,
[class*="kicker"],
[class*="eyebrow"] {
  font-family: var(--yq-font-main) !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  font-weight: 850 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

/* 数字模块 */
.yq-stat strong,
.yq-standard-number strong,
.yq-review-summary strong,
.yq-founder-time-copy strong {
  font-family: var(--yq-font-heading) !important;
  font-size: clamp(40px, 4vw, 58px) !important;
  line-height: 1 !important;
  font-weight: 850 !important;
  letter-spacing: -0.04em !important;
}

/* 时间线年份单独控制，避免太大 */
.yq-founder-time-copy strong {
  font-size: clamp(24px, 2vw, 30px) !important;
  letter-spacing: 0.08em !important;
  color: #a45749 !important;
}

/* 按钮 */
.yq-btn,
.yql-btn,
button,
.yq-buybox__button,
.yq-faq-join__field button,
.shopify-payment-button__button,
input[type="submit"] {
  font-family: var(--yq-font-main) !important;
  font-size: 17px !important;
  line-height: 1.1 !important;
  font-weight: 900 !important;
  letter-spacing: 0.01em !important;
  text-transform: uppercase !important;
}

/* 输入框 */
input,
textarea,
select {
  font-family: var(--yq-font-main) !important;
  font-size: 16px !important;
}

/* Header 菜单 */
.header,
.site-header,
.header *,
.site-header *,
.header__menu-item,
.header__heading,
.header__icon,
nav,
nav *,
.menu-drawer,
.menu-drawer * {
  font-family: var(--yq-font-main) !important;
}

/* 对比条 / 表格 / VS 区 */
.yql-quality-bar-row__label,
.yql-quality-bar-row__value,
.yq-vs-compare,
.yq-vs-compare *,
.yql-quality-compare,
.yql-quality-compare *,
.yq-comparison,
.yq-comparison * {
  font-family: var(--yq-font-main) !important;
}

.yql-quality-bar-row__label,
.yql-quality-bar-row__value {
  font-size: 16px !important;
  line-height: 1.35 !important;
  font-weight: 750 !important;
}

/* VS 对比区标题 */
.yq-vs-compare strong,
.yq-vs-compare__title,
.yq-vs-compare h3 {
  font-size: clamp(20px, 1.7vw, 26px) !important;
  line-height: 1.18 !important;
  font-weight: 850 !important;
}

/* 桌面端限制，防止标题又变超大 */
@media (min-width: 1024px) {
  .yq-h1,
  .yq-hero h1,
  .yq-hero__right h1,
  .yq-hero .yq-h1,
  [id*="yq-buy"] h1 {
    max-width: 780px;
    font-size: 56px !important;
  }

  .yq-h2,
  .yql-heading,
  .yq-section h2,
  .yql-section h2,
  .yq-standard-heading,
  .yq-founder-quote,
  .yq-faq-split__heading,
  [id*="yq-"] h2 {
    font-size: 44px !important;
  }

  .yq-section p,
  .yql-section p,
  .yq-subtitle,
  .yq-card p,
  .yq-founder-body,
  .yq-standard-subheading,
  [class*="yq-"] p,
  [class*="yql-"] p {
    font-size: 20px !important;
  }
}

/* 平板端 */
@media (max-width: 980px) {
  .yq-h1,
  .yq-hero h1,
  .yq-hero__right h1,
  .yq-hero .yq-h1 {
    font-size: clamp(36px, 7vw, 48px) !important;
  }

  .yq-h2,
  .yql-heading,
  .yq-section h2,
  .yql-section h2,
  .yq-standard-heading,
  .yq-founder-quote,
  .yq-faq-split__heading {
    font-size: clamp(32px, 6vw, 42px) !important;
  }

  .yq-section p,
  .yql-section p,
  .yq-subtitle,
  .yq-card p,
  [class*="yq-"] p,
  [class*="yql-"] p {
    font-size: 17px !important;
    line-height: 1.58 !important;
  }
}

/* 手机端 */
@media (max-width: 680px) {
  .yq-h1,
  .yq-hero h1,
  .yq-hero__right h1,
  .yq-hero .yq-h1 {
    font-size: 36px !important;
    line-height: 1.08 !important;
  }

  .yq-h2,
  .yql-heading,
  .yq-section h2,
  .yql-section h2,
  .yq-standard-heading,
  .yq-founder-quote,
  .yq-faq-split__heading {
    font-size: 32px !important;
    line-height: 1.12 !important;
  }

  .yq-h3,
  .yq-card h3,
  .yq-section h3,
  .yql-section h3 {
    font-size: 21px !important;
  }

  .yq-section p,
  .yql-section p,
  .yq-hero .yq-subtitle,
  .yq-hero__right .yq-subtitle,
  .yq-subtitle,
  .yq-card p,
  [class*="yq-"] p,
  [class*="yql-"] p {
    font-size: 16px !important;
    line-height: 1.58 !important;
  }

  .yq-btn,
  button,
  .yq-buybox__button,
  .yql-btn {
    font-size: 15px !important;
  }
}
/* =========================================================
   YQ MOBILE GLOBAL FIX
   修复手机端：右侧空白、横向溢出、两栏错位、卡片撑宽、支付图标溢出
   直接放到 yq-landing.css / yq-home.css 最底部
========================================================= */

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden !important;
}

body {
  position: relative;
}

/* 所有 section 不允许撑出屏幕 */
.shopify-section,
.main-content,
.yq-section,
.yql-section,
.yqh-section,
section[class*="yq"],
div[class*="yq"] {
  max-width: 100%;
  box-sizing: border-box;
}

/* 图片/视频/iframe 不允许撑出屏幕 */
img,
video,
iframe,
model-viewer,
svg {
  max-width: 100%;
}

/* =========================
   手机端统一修复
========================= */
@media (max-width: 768px) {

  html,
  body {
    overflow-x: hidden !important;
  }

  /* 清掉之前为了电脑端全屏写的 100vw / 负边距 */
  .yqh-hero,
  .yq-hero,
  .yq-soft-cta,
  .yq-standard-ref-section,
  .yq-standard-image-section,
  .yql-section,
  .yq-section {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    overflow-x: hidden !important;
  }

  /* 所有常用容器手机端收回屏幕内 */
  .yq-container,
  .yql-container,
  .yqh-container,
  .yq-hero__grid,
  .yq-grid-2,
  .yq-grid-3,
  .yq-grid-4,
  .yql-quality-compare__grid,
  .yql-story-row,
  .yq-soft-cta__inner,
  .yq-faq-split__wrap,
  .yq-standard-ref__shell,
  .yq-standard-image__wrap,
  .yq-home-standard__outer,
  .yq-home-standard__stats,
  .yq-standard-ref__stats,
  .yq-standard-image__stats,
  .yq-ingredient__grid,
  .yq-social__grid,
  .yq-reviews__grid,
  .yq-trust__grid,
  .yq-stats__grid {
    width: calc(100% - 32px) !important;
    max-width: calc(100% - 32px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }

  /* 两栏、三栏、四栏板块手机端全部改单栏 */
  .yq-hero__grid,
  .yq-grid-2,
  .yq-grid-3,
  .yq-grid-4,
  .yql-quality-compare__grid,
  .yql-story-row,
  .yq-soft-cta__inner,
  .yq-faq-split__wrap,
  .yq-ingredient__grid,
  .yq-social__grid,
  .yq-reviews__grid,
  .yq-trust__grid,
  .yq-stats__grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  /* 所有文案区域不要撑宽 */
  .yqh-hero__content,
  .yqh-hero__copy,
  .yq-hero__left,
  .yq-hero__right,
  .yq-soft-cta__copy,
  .yq-faq-split__content,
  .yql-story-copy,
  .yql-quality-compare__copy,
  .yq-standard-ref__copy,
  .yq-standard-image__copy {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  /* 大标题手机端别撑爆屏幕 */
  .yq-h1,
  .yq-h2,
  .yq-h3,
  .yqh-heading,
  .yqh-heading--xl,
  .yql-heading,
  .yq-soft-cta__heading,
  .yq-standard-ref__heading,
  .yq-standard-image__heading {
    max-width: 100% !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
  }

  /* 手机端字体尺寸统一压一下，避免标题超宽 */
  .yqh-heading--xl,
  .yq-h1 {
    font-size: clamp(42px, 12vw, 58px) !important;
    line-height: 1.02 !important;
  }

  .yq-h2,
  .yql-heading,
  .yq-soft-cta__heading,
  .yq-standard-ref__heading,
  .yq-standard-image__heading {
    font-size: clamp(34px, 10vw, 50px) !important;
    line-height: 1.08 !important;
  }

  /* 图片类区域手机端正常显示 */
  .yq-media,
  .yq-faq-split__media,
  .yq-soft-cta__media-wrap,
  .yq-soft-cta__media,
  .yql-story-media,
  .yql-quality-compare__visual,
  .yq-hero__product-media,
  .yq-product-media-slider {
    width: 100% !important;
    max-width: 100% !important;
    min-height: auto !important;
    box-sizing: border-box !important;
  }

  .yq-faq-split__media img,
  .yq-soft-cta__media img,
  .yql-story-media img,
  .yql-quality-compare__visual img,
  .yq-media img,
  .yq-product-media-slider img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    object-fit: cover !important;
  }

  /* 首屏购买区：左右栏手机端重新排 */
  .yq-hero__left,
  .yq-hero__right {
    min-width: 0 !important;
  }

  .yq-buybox {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .yq-plan {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  /* 支付图标手机端允许横向滑动，但不能撑开页面 */
  .yq-hero-checkout,
  .yq-hero-checkout__payments {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    justify-content: flex-start !important;
    -webkit-overflow-scrolling: touch;
  }

  .yq-hero-checkout__payments::-webkit-scrollbar {
    display: none;
  }

  .yq-payment-icon {
    flex: 0 0 auto !important;
  }

  /* FAQ 邮箱框手机端 */
  .yq-faq-join,
  .yq-faq-join__form,
  .yq-faq-join__field {
    width: 100% !important;
    max-width: 100% !important;
  }

  .yq-faq-join__field {
    display: grid !important;
    grid-template-columns: 1fr !important;
    border-radius: 22px !important;
  }

  .yq-faq-join__field input,
  .yq-faq-join__field button,
  .yq-faq-join__button-link {
    width: 100% !important;
    max-width: 100% !important;
  }

  /* CTA 按钮手机端别撑宽 */
  .yq-btn,
  .yqh-btn,
  .yq-soft-cta__button,
  .yq-faq-join__button-link {
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  /* 二次购买 CTA 手机端 */
  .yq-soft-cta__inner {
    grid-template-columns: 1fr !important;
  }

  .yq-soft-cta__media-wrap {
    padding: 24px !important;
    border-radius: 26px !important;
  }

  .yq-soft-cta__button {
    width: 100% !important;
    min-width: 0 !important;
  }

  .yq-soft-cta__trust {
    justify-content: center !important;
    text-align: center !important;
  }

  .yq-soft-cta__trust span {
    white-space: normal !important;
  }

  .yq-soft-cta__trust span::after {
    display: none !important;
  }

  /* 标准背书区/数据卡片手机端 */
  .yq-standard-ref__stats,
  .yq-standard-image__stats,
  .yq-home-standard__stats {
    grid-template-columns: 1fr !important;
    overflow: visible !important;
  }

  .yq-standard-ref__card,
  .yq-standard-image__card,
  .yq-home-standard__stat,
  .yq-stat {
    width: 100% !important;
    max-width: 100% !important;
  }

  /* 防止任何内部 wrap / inner / shell / grid 继续撑宽 */
  [class*="__inner"],
  [class*="__wrap"],
  [class*="__shell"],
  [class*="__grid"] {
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
}

/* =========================
   超小屏再收紧一点
========================= */
@media (max-width: 480px) {
  .yq-container,
  .yql-container,
  .yqh-container,
  .yq-hero__grid,
  .yq-soft-cta__inner,
  .yq-faq-split__wrap,
  .yq-standard-ref__shell,
  .yq-standard-image__wrap {
    width: calc(100% - 24px) !important;
    max-width: calc(100% - 24px) !important;
  }

  .yqh-heading--xl,
  .yq-h1 {
    font-size: clamp(38px, 12vw, 52px) !important;
  }

  .yq-h2,
  .yql-heading,
  .yq-soft-cta__heading,
  .yq-standard-ref__heading,
  .yq-standard-image__heading {
    font-size: clamp(32px, 10vw, 46px) !important;
  }

  .yq-subtitle,
  .yqh-sub,
  .yql-story-text,
  .yq-soft-cta__text,
  .yq-standard-ref__text,
  .yq-standard-image__text {
    font-size: 17px !important;
    line-height: 1.55 !important;
  }
}
/* =========================================================
   YQ MOBILE FIX - Compare Section + Trust Section
   修复手机端：对比板块过长、VS错位、信任卡片空白感
========================================================= */

@media (max-width: 768px) {

  /* =========================================================
   YQ LANDING MOBILE FIX
   修复：对比板块 + Built for everyday confidence 手机端
========================================================= */

@media (max-width: 768px) {

  /* ---------- 对比板块：Why choose TeaVerse / VS ---------- */

  .yql-quality-compare,
  .yq-quality-compare,
  .yq-compare-section,
  .yql-section.yql-quality-compare {
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow: hidden !important;
  }

  .yql-quality-compare .yql-container,
  .yq-quality-compare .yq-container,
  .yq-compare-section .yq-container {
    width: calc(100% - 32px) !important;
    max-width: calc(100% - 32px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .yql-quality-compare__grid,
  .yq-quality-compare__grid,
  .yq-compare__grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }

  .yql-quality-compare__copy,
  .yq-quality-compare__copy,
  .yq-compare__copy {
    width: 100% !important;
    max-width: 100% !important;
  }

  .yql-quality-compare__heading,
  .yq-quality-compare__heading,
  .yq-compare__heading {
    font-size: clamp(40px, 11vw, 56px) !important;
    line-height: 1.05 !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
  }

  .yql-quality-compare__intro,
  .yql-quality-compare__problem,
  .yql-quality-compare__highlight,
  .yql-quality-compare__note,
  .yq-quality-compare__intro,
  .yq-quality-compare__problem,
  .yq-quality-compare__highlight,
  .yq-quality-compare__note {
    font-size: 19px !important;
    line-height: 1.55 !important;
  }

  .yql-quality-compare__visual,
  .yq-quality-compare__visual,
  .yq-compare__visual {
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 24px !important;
    overflow: hidden !important;
    margin: 0 auto !important;
  }

  .yql-quality-compare__visual img,
  .yq-quality-compare__visual img,
  .yq-compare__visual img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    object-fit: cover !important;
    object-position: center !important;
  }

  .yql-quality-label,
  .yq-quality-label {
    font-size: 12px !important;
    padding: 8px 12px !important;
  }

  .yql-quality-bars,
  .yq-quality-bars {
    gap: 14px !important;
    margin-top: 24px !important;
  }

  .yql-quality-bar-row,
  .yq-quality-bar-row {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    padding: 16px !important;
    border-radius: 16px !important;
    background: rgba(255,255,255,0.62) !important;
  }

  .yql-quality-bar-row__label,
  .yq-quality-bar-row__label {
    font-size: 18px !important;
    line-height: 1.3 !important;
  }

  .yql-quality-bar-row__value,
  .yq-quality-bar-row__value {
    font-size: 15px !important;
    opacity: 0.78 !important;
  }

  /* ---------- 传统 VS 对比表板块 ---------- */

  .yq-compare-table,
  .yq-vs-table,
  .yq-quality-vs,
  .yq-quality-compare__table {
    width: calc(100% - 32px) !important;
    max-width: calc(100% - 32px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    border-radius: 28px !important;
    overflow: hidden !important;
  }

  .yq-compare-table__side,
  .yq-vs-table__side,
  .yq-quality-vs__side,
  .yq-quality-compare__side {
    width: 100% !important;
    padding: 34px 24px !important;
  }

  .yq-compare-table__side h3,
  .yq-vs-table__side h3,
  .yq-quality-vs__side h3,
  .yq-quality-compare__side h3 {
    font-size: 34px !important;
    line-height: 1.1 !important;
    margin-bottom: 24px !important;
  }

  .yq-vs-badge,
  .yq-quality-vs__badge,
  .yq-quality-compare__vs {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    margin: -16px auto -16px !important;
    width: 86px !important;
    height: 86px !important;
    font-size: 34px !important;
    z-index: 5 !important;
  }

  /* ---------- Built for everyday confidence 信任图标板块 ---------- */

  #yq-trust-,
  .yq-trust,
  .yq-trust__grid,
  .yq-confidence,
  .yq-confidence__grid {
    overflow: hidden !important;
  }

  .yq-trust__grid,
  .yq-confidence__grid {
    width: calc(100% - 32px) !important;
    max-width: calc(100% - 32px) !important;
    margin: 30px auto 0 !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  .yq-trust__item,
  .yq-confidence__item {
    width: 100% !important;
    min-height: auto !important;
    height: auto !important;
    padding: 28px 22px !important;
    border-radius: 24px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
  }

  .yq-trust__item span,
  .yq-confidence__item span {
    display: block !important;
    font-size: 38px !important;
    line-height: 1 !important;
    margin-bottom: 14px !important;
  }

  .yq-trust__item img,
  .yq-confidence__item img {
    width: 58px !important;
    height: 58px !important;
    object-fit: contain !important;
    display: block !important;
    margin: 0 auto 14px !important;
  }

  .yq-trust__item strong,
  .yq-confidence__item strong {
    display: block !important;
    margin: 0 0 8px !important;
    font-size: 25px !important;
    line-height: 1.18 !important;
    font-weight: 700 !important;
    color: #3d2a22 !important;
  }

  .yq-trust__item small,
  .yq-confidence__item small {
    display: block !important;
    margin: 0 !important;
    font-size: 19px !important;
    line-height: 1.45 !important;
    color: rgba(61, 42, 34, 0.68) !important;
  }

  .yq-trust .yq-h2,
  .yq-confidence .yq-h2,
  #yq-trust- .yq-h2 {
    font-size: clamp(38px, 10vw, 52px) !important;
    line-height: 1.05 !important;
    margin-bottom: 22px !important;
  }
}