/** Shopify CDN: Minification failed

Line 120:0 Unexpected "}"
Line 763:0 Unexpected "/"
Line 2279:0 All "@import" rules must come first

**/
/* YUANCHA traceable-origin homepage sections */
:root {
  --yqh-bg: #fbf7ef;
  --yqh-cream: #fffaf2;
  --yqh-card: #ffffff;
  --yqh-soft: #f1e4d2;
  --yqh-text: #3a2418;
  --yqh-muted: #6f5c4d;
  --yqh-accent: #8f2f25;
  --yqh-accent-dark: #652219;
  --yqh-gold: #b8884d;
  --yqh-border: rgba(89, 56, 35, 0.18);
  --yqh-shadow: 0 22px 60px rgba(70, 40, 20, 0.10);
  --yqh-radius: 22px;
  --yqh-max: 1220px;
}

.yqh-section,
.yqh-section * { box-sizing: border-box; }

.yqh-section {
  color: var(--yqh-text);
  background: var(--yqh-bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.yqh-section img { max-width: 100%; display: block; }
.yqh-container { width: min(var(--yqh-max), calc(100% - 40px)); margin: 0 auto; }
.yqh-narrow { width: min(900px, calc(100% - 40px)); margin: 0 auto; }
.yqh-pad { padding: 72px 0; }
.yqh-pad-sm { padding: 48px 0; }
.yqh-center { text-align: center; }
.yqh-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--yqh-accent);
  font-weight: 750;
}
.yqh-kicker::before { content: ""; width: 18px; height: 1px; background: currentColor; display: inline-block; }
.yqh-heading {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.05;
  letter-spacing: -0.035em;
  font-weight: 700;
  color: var(--yqh-text);
}
.yqh-heading--xl { font-size: clamp(42px, 6.2vw, 82px); }
.yqh-sub {
  margin: 14px 0 0;
  color: var(--yqh-muted);
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: 1.65;
}
.yqh-btns { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.yqh-btn {
  appearance: none;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 750;
  font-size: 14px;
  border: 1px solid var(--yqh-accent);
  background: var(--yqh-accent);
  color: #fff;
  transition: transform .18s ease, filter .18s ease, background .18s ease;
}
.yqh-btn:hover { transform: translateY(-1px); filter: brightness(1.03); }
.yqh-btn--ghost { background: transparent; color: var(--yqh-accent); }
.yqh-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: center; }
.yqh-card {
  background: rgba(255,255,255,.70);
  border: 1px solid var(--yqh-border);
  border-radius: var(--yqh-radius);
  box-shadow: var(--yqh-shadow);
  overflow: hidden;
}
.yqh-placeholder {
  min-height: 260px;
  border-radius: var(--yqh-radius);
  background: linear-gradient(135deg, #ead8c0, #fff8ee);
  border: 1px dashed rgba(89,56,35,.28);
  color: rgba(58,36,24,.55);
  display: grid;
  place-items: center;
  padding: 24px;
  text-align: center;
  font-weight: 700;
}

/* Hero - full background image */
/* Hero - full image background, no gradient */
.yqh-hero--bg {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  background-color: #f8efe4;
  background-image: var(--yqh-hero-bg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
}

.yqh-hero--bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.58), transparent 28%),
    radial-gradient(circle at 72% 28%, rgba(255, 244, 222, 0.22), transparent 36%);
  pointer-events: none;
  z-index: 1;
}

.yqh-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.yqh-hero__content {
  position: relative;
  z-index: 2;
  width: min(1380px, calc(100% - 80px));
  margin: 0 auto;
  min-height: 720px;
  display: flex;
  align-items: center;
}

.yqh-hero__copy {
  width: min(590px, 100%);
  padding: 72px 0;
}

.yqh-hero--bg .yqh-kicker {
  color: var(--yqh-accent);
  margin-bottom: 18px;
}

.yqh-hero--bg .yqh-heading--xl {
  font-size: clamp(56px, 7.2vw, 112px);
  line-height: 0.96;
  letter-spacing: -0.055em;
  color: var(--yqh-text);
}

.yqh-hero--bg .yqh-sub {
  max-width: 560px;
  margin-top: 26px;
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.72;
  color: rgba(58, 36, 24, 0.72);
}

.yqh-hero--bg .yqh-btns {
  margin-top: 34px;
}

.yqh-hero--bg .yqh-btn {
  min-height: 54px;
  padding: 0 30px;
  border-radius: 8px;
  font-size: 16px;
}

.yqh-hero--bg .yqh-btn--ghost {
  background: rgba(255, 250, 242, 0.68);
  backdrop-filter: blur(6px);
}

.yqh-hero--bg .yqh-hero__badges {
  margin-top: 34px;
  max-width: 620px;
  gap: 16px 22px;
  font-size: 15px;
}

.yqh-hero--bg .yqh-hero__badges span::before {
  content: "✦";
  color: var(--yqh-accent);
}

/* Hide old right-side media container if theme still renders it */
.yqh-hero__media {
  display: none;
}

/* Trust strip */
.yqh-trust-strip { background: #fffaf2; border-top: 1px solid var(--yqh-border); border-bottom: 1px solid var(--yqh-border); }
.yqh-trust-strip__grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.yqh-trust-item { text-align: center; padding: 30px 8px; }
.yqh-icon-circle {
  width: 46px; height: 46px; border-radius: 50%;
  border: 1px solid var(--yqh-border); display: grid; place-items: center;
  margin: 0 auto 10px; font-size: 22px; color: var(--yqh-accent);
  background: rgba(255,255,255,.7);
}
.yqh-trust-item strong { display: block; font-size: 14px; }
.yqh-trust-item p { margin: 4px auto 0; color: var(--yqh-muted); font-size: 12px; line-height: 1.35; max-width: 130px; }

/* Product intro */
.yqh-product-intro .yqh-card { padding: 0; }
.yqh-product-intro__image img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; }
.yqh-product-intro__copy { padding: 42px; }
.yqh-feature-list { display: grid; gap: 18px; margin-top: 28px; }
.yqh-feature { display: grid; grid-template-columns: 46px 1fr; gap: 14px; align-items: start; }
.yqh-feature__icon { width: 42px; height: 42px; border-radius: 50%; background: rgba(143,47,37,.09); color: var(--yqh-accent); display: grid; place-items: center; }
.yqh-feature h3 { margin: 0 0 4px; font-size: 16px; }
.yqh-feature p { margin: 0; color: var(--yqh-muted); font-size: 14px; line-height: 1.55; }

/* Story */
.yqh-story__wrap { display: grid; grid-template-columns: .8fr 1.2fr; gap: 0; }
.yqh-story__copy { padding: 42px; }
.yqh-story__image img { width: 100%; height: 100%; min-height: 330px; object-fit: cover; }

/* Origin section - 4 equal cards */
.yqh-origin {
  background: #fbf8f3;
}

.yqh-origin-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  align-items: stretch;
  margin-top: 52px;
}

.yqh-origin-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 520px;
  padding: 24px;
  border: 1px solid rgba(76, 52, 37, 0.14);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 45px rgba(76, 52, 37, 0.08);
  overflow: hidden;
}

.yqh-origin-card--map {
  background: rgba(255, 255, 255, 0.82);
}

.yqh-origin-image {
  width: 100%;
  aspect-ratio: 1 / 0.82;
  border-radius: 22px;
  overflow: hidden;
  background: #efe3d3;
  border: 1px dashed rgba(76, 52, 37, 0.22);
  margin-bottom: 22px;
}

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

.yqh-placeholder {
  width: 100%;
  height: 100%;
  min-height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  text-align: center;
  color: rgba(76, 52, 37, 0.55);
  font-size: 16px;
  font-weight: 700;
  background: linear-gradient(135deg, #efe3d3, #fbf4ea);
}

.yqh-origin-card h3 {
  margin: 0 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 1.6vw, 30px);
  line-height: 1.08;
  color: #3d2a22;
}

.yqh-origin-card strong {
  display: block;
  margin-bottom: 14px;
  color: #96382f;
  font-size: 16px;
  font-weight: 800;
}

.yqh-origin-card p {
  margin: 0;
  color: rgba(61, 42, 34, 0.72);
  font-size: 17px;
  line-height: 1.55;
}

/* Tablet */
@media (max-width: 1100px) {
  .yqh-origin-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .yqh-origin-card {
    min-height: 480px;
  }
}

/* Mobile */
@media (max-width: 680px) {
  .yqh-origin-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }

  .yqh-origin-card {
    min-height: auto;
    padding: 20px;
    border-radius: 22px;
  }

  .yqh-origin-image {
    aspect-ratio: 1.25 / 0.82;
    border-radius: 18px;
  }

  .yqh-origin-card h3 {
    font-size: 24px;
  }

  .yqh-origin-card p {
    font-size: 15px;
  }
}

/* Tablet */
@media (max-width: 1100px) {
  .yqh-origin-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .yqh-origin-card {
    min-height: 480px;
  }
}

/* Mobile */
@media (max-width: 680px) {
  .yqh-origin-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }

  .yqh-origin-card {
    min-height: auto;
    padding: 20px;
    border-radius: 22px;
  }

  .yqh-origin-image {
    aspect-ratio: 1.25 / 0.82;
    border-radius: 18px;
  }

  .yqh-origin-card h3 {
    font-size: 24px;
  }

  .yqh-origin-card p {
    font-size: 15px;
  }
}

/* Ingredients */
.yqh-card-grid { display: grid; gap: 16px; margin-top: 34px; }
.yqh-card-grid--5 { grid-template-columns: repeat(5, 1fr); }
.yqh-card-grid--4 { grid-template-columns: repeat(4, 1fr); }
.yqh-small-card { background: rgba(255,255,255,.74); border: 1px solid var(--yqh-border); border-radius: 16px; padding: 14px; }
.yqh-small-card__img { height: 140px; border-radius: 12px; overflow: hidden; background: var(--yqh-soft); margin-bottom: 12px; }
.yqh-small-card__img img { width: 100%; height: 100%; object-fit: cover; }
.yqh-small-card h3 { margin: 0 0 5px; font-size: 16px; }
.yqh-small-card p { margin: 0; color: var(--yqh-muted); font-size: 13px; line-height: 1.45; }

/* Process */
.yqh-process__grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; margin-top: 36px; align-items: start; }
.yqh-process-step { text-align: center; position: relative; padding: 0 10px; }
.yqh-process-step:not(:last-child)::after { content: "鈥�"; position: absolute; right: -8px; top: 32px; color: var(--yqh-gold); font-size: 30px; }
.yqh-process-num { width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--yqh-gold); color: var(--yqh-gold); display: grid; place-items: center; margin: 0 auto 12px; font-weight: 800; background: #fffaf2; }
.yqh-process-icon { font-size: 30px; color: var(--yqh-accent); margin-bottom: 10px; }
.yqh-process-step h3 { margin: 0 0 6px; font-size: 15px; }
.yqh-process-step p { margin: 0; color: var(--yqh-muted); font-size: 12px; line-height: 1.45; }

/* Batch */
.yqh-batch__wrap { display: grid; grid-template-columns: .8fr 1.2fr .8fr; gap: 20px; align-items: center; padding: 30px; }
.yqh-batch__qr { display: grid; grid-template-columns: 120px 1fr; gap: 18px; align-items: center; background: #fff; border: 1px solid var(--yqh-border); border-radius: 18px; padding: 16px; }
.yqh-qr { width: 120px; height: 120px; background: #fff; border: 1px solid var(--yqh-border); display: grid; place-items: center; font-size: 11px; color: var(--yqh-muted); }
.yqh-batch-table { background: #fff; border: 1px solid var(--yqh-border); border-radius: 18px; overflow: hidden; }
.yqh-batch-row { display: grid; grid-template-columns: 130px 1fr; gap: 12px; padding: 13px 16px; border-bottom: 1px solid var(--yqh-border); font-size: 14px; }
.yqh-batch-row:last-child { border-bottom: 0; }
.yqh-batch-row strong { color: var(--yqh-text); }
.yqh-batch-row span { color: var(--yqh-muted); }
.yqh-batch__image img { width: 100%; border-radius: 16px; object-fit: cover; min-height: 170px; }

/* Moments */
.yqh-moment-card { padding: 12px; }
.yqh-moment-card .yqh-small-card__img { height: 170px; }

/* Reviews section - 4 cards per row */
.yqh-review-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 52px;
}

.yqh-review-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
  padding: 22px;
  border: 1px solid rgba(76, 52, 37, 0.14);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 34px rgba(76, 52, 37, 0.07);
}

.yqh-review-image {
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 18px;
  background: #efe3d3;
  margin-bottom: 18px;
}

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

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

.yqh-stars {
  color: #b77a1f;
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 14px;
}

.yqh-review-text {
  margin: 0 0 20px;
  color: rgba(61, 42, 34, 0.72);
  font-size: 15px;
  line-height: 1.55;
  font-style: italic;
}

.yqh-review-author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
}

.yqh-review-author img,
.yqh-review-avatar {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: #efe3d3;
  flex: 0 0 42px;
  object-fit: cover;
}

.yqh-review-author strong {
  display: block;
  color: #3d2a22;
  font-size: 15px;
  font-weight: 800;
}

.yqh-review-author small {
  display: block;
  margin-top: 2px;
  color: rgba(61, 42, 34, 0.72);
  font-size: 13px;
  font-weight: 700;
}

@media (max-width: 1180px) {
  .yqh-review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .yqh-review-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }

  .yqh-review-card {
    padding: 18px;
    border-radius: 20px;
  }

  .yqh-review-text {
    font-size: 15px;
  }
}

/* FAQ */
.yqh-faq__wrap { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; align-items: stretch; }
.yqh-faq-list { display: grid; gap: 10px; }
.yqh-faq-item { background: #fff; border: 1px solid var(--yqh-border); border-radius: 10px; padding: 0 18px; }
.yqh-faq-item summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; gap: 20px; padding: 16px 0; font-weight: 750; }
.yqh-faq-item summary::-webkit-details-marker { display: none; }
.yqh-faq-item summary::after { content: "+"; color: var(--yqh-accent); font-size: 20px; }
.yqh-faq-item[open] summary::after { content: "鈭�"; }
.yqh-faq-item p { margin: 0; padding: 0 0 16px; color: var(--yqh-muted); font-size: 14px; line-height: 1.55; }
.yqh-faq__image img { width: 100%; height: 100%; object-fit: cover; border-radius: var(--yqh-radius); min-height: 340px; }

/* Bottom CTA */
.yqh-bottom-cta { background: var(--yqh-bg); padding-bottom: 24px; }
.yqh-bottom-cta__wrap { min-height: 320px; position: relative; overflow: hidden; border-radius: var(--yqh-radius); color: #fff; display: grid; align-items: center; padding: 50px; background: linear-gradient(90deg, rgba(58,36,24,.90), rgba(58,36,24,.45)); }
.yqh-bottom-cta__wrap img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.yqh-bottom-cta__wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(58,36,24,.86), rgba(58,36,24,.22)); z-index: 1; }
.yqh-bottom-cta__content { position: relative; z-index: 2; max-width: 650px; }
.yqh-bottom-cta .yqh-heading,
.yqh-bottom-cta .yqh-sub { color: #fff; }
.yqh-bottom-cta .yqh-btn { background: #fff; color: var(--yqh-accent-dark); border-color: #fff; }
.yqh-footer-trust { margin-top: 16px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; border-top: 1px solid var(--yqh-border); border-bottom: 1px solid var(--yqh-border); background: var(--yqh-border); }
.yqh-footer-trust div { background: #fffaf2; padding: 16px; text-align: center; color: var(--yqh-muted); font-size: 13px; }

@media (max-width: 1024px) {
  .yqh-hero__inner, .yqh-grid-2, .yqh-story__wrap, .yqh-origin__grid, .yqh-faq__wrap, .yqh-batch__wrap { grid-template-columns: 1fr; }
  .yqh-hero__media { border-radius: var(--yqh-radius); min-height: auto; }
  .yqh-hero__media img { min-height: 420px; }
  .yqh-trust-strip__grid { grid-template-columns: repeat(3, 1fr); }
  .yqh-card-grid--5 { grid-template-columns: repeat(3, 1fr); }
  .yqh-card-grid--4, .yqh-review-grid, .yqh-origin__cards { grid-template-columns: repeat(2, 1fr); }
  .yqh-process__grid { grid-template-columns: repeat(3, 1fr); gap: 28px 10px; }
  .yqh-process-step:nth-child(3)::after, .yqh-process-step:nth-child(5)::after { display: none; }
}

@media (max-width: 680px) {
  .yqh-container, .yqh-narrow, .yqh-hero__inner { width: min(100% - 28px, var(--yqh-max)); }
  .yqh-pad { padding: 50px 0; }
  .yqh-hero__inner { min-height: 0; padding: 38px 0; gap: 26px; }
  .yqh-hero__copy { padding-left: 0; }
  .yqh-hero__media img { min-height: 330px; }
  .yqh-btns { flex-direction: column; }
  .yqh-btn { width: 100%; }
  .yqh-trust-strip__grid, .yqh-card-grid--5, .yqh-card-grid--4, .yqh-review-grid, .yqh-origin__cards, .yqh-process__grid, .yqh-footer-trust { grid-template-columns: 1fr; }
  .yqh-product-intro__copy, .yqh-story__copy, .yqh-batch__wrap, .yqh-bottom-cta__wrap { padding: 26px; }
  .yqh-process-step::after { display: none !important; }
  .yqh-batch__qr { grid-template-columns: 1fr; }
  .yqh-qr { margin: 0 auto; }
}
/* Ingredients section - make images 1:1 */
.yqh-ingredient-image,
.yqh-ingredients-image,
.yqh-ingredient-card__image,
.yqh-ingredient-card .yqh-image,
.yqh-ingredient-card figure {
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  overflow: hidden;
  border-radius: 18px;
}

.yqh-ingredient-image img,
.yqh-ingredients-image img,
.yqh-ingredient-card__image img,
.yqh-ingredient-card .yqh-image img,
.yqh-ingredient-card figure img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* Placeholder also keep 1:1 */
.yqh-ingredient-image .yqh-placeholder,
.yqh-ingredients-image .yqh-placeholder,
.yqh-ingredient-card__image .yqh-placeholder,
.yqh-ingredient-card .yqh-image .yqh-placeholder,
.yqh-ingredient-card figure .yqh-placeholder {
  width: 100%;
  height: 100%;
  min-height: 0;
  aspect-ratio: 1 / 1;
}
/* Brand video section */
.yqh-brand-video {
  background: #fbf8f3;
}

.yqh-brand-video__grid {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 56px;
  align-items: center;
}

.yqh-brand-video__copy {
  max-width: 560px;
}

.yqh-brand-video__text {
  margin-top: 22px;
}

.yqh-brand-video__points {
  display: grid;
  gap: 16px;
  margin-top: 34px;
}

.yqh-brand-video__point {
  padding: 18px 20px;
  border: 1px solid rgba(76, 52, 37, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 30px rgba(76, 52, 37, 0.06);
}

.yqh-brand-video__point strong {
  display: block;
  margin-bottom: 5px;
  color: #3d2a22;
  font-size: 17px;
  font-weight: 800;
}

.yqh-brand-video__point span {
  display: block;
  color: rgba(61, 42, 34, 0.68);
  font-size: 15px;
  line-height: 1.55;
}

.yqh-brand-video__media {
  position: relative;
  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);
  aspect-ratio: 16 / 9;
}

.yqh-brand-video__media video,
.yqh-brand-video__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.yqh-brand-video__iframe {
  width: 100%;
  height: 100%;
}

.yqh-brand-video__iframe iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.yqh-brand-video__placeholder {
  width: 100%;
  height: 100%;
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  text-align: center;
  color: rgba(76, 52, 37, 0.55);
  font-size: 18px;
  font-weight: 800;
  background: linear-gradient(135deg, #efe3d3, #fbf4ea);
}

@media (max-width: 980px) {
  .yqh-brand-video__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .yqh-brand-video__copy {
    max-width: 100%;
    text-align: center;
  }

  .yqh-brand-video__points {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 680px) {
  .yqh-brand-video__media {
    border-radius: 24px;
    aspect-ratio: 4 / 5;
  }

  .yqh-brand-video__placeholder {
    min-height: 420px;
  }

  .yqh-brand-video__point {
    text-align: left;
  }
}
/
/* YQ Home standard dark section */
.yqh-standard {
  background:
    radial-gradient(circle at 18% 12%, rgba(218, 178, 102, 0.12), transparent 28%),
    linear-gradient(135deg, #21170f 0%, #2b1f16 55%, #1b130d 100%);
  color: #f8efe4;
  padding: 86px 0 82px;
}

.yqh-standard__head {
  max-width: 760px;
  margin-bottom: 68px;
}

.yqh-standard__kicker {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
  color: #d9b565;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.yqh-standard__kicker::before {
  content: "";
  width: 34px;
  height: 1px;
  background: rgba(217, 181, 101, 0.72);
}

.yqh-standard__heading {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(46px, 6vw, 82px);
  line-height: 0.98;
  letter-spacing: -0.045em;
  color: #fff8ed;
}

.yqh-standard__subheading {
  max-width: 720px;
  margin-top: 26px;
  color: rgba(255, 248, 237, 0.82);
  font-size: clamp(17px, 1.4vw, 22px);
  line-height: 1.55;
}

.yqh-standard__subheading p {
  margin: 0;
}

.yqh-standard__numbers {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px;
  margin-bottom: 62px;
}

.yqh-standard__number {
  border-top: 1px solid rgba(255, 248, 237, 0.18);
  padding-top: 28px;
}

.yqh-standard__number strong {
  display: block;
  margin-bottom: 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(54px, 5.5vw, 76px);
  line-height: 0.9;
  color: #d9b565;
  letter-spacing: -0.045em;
}

.yqh-standard__number p {
  margin: 0;
  color: rgba(255, 248, 237, 0.82);
  font-size: 18px;
  line-height: 1.45;
}

.yqh-standard__checks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 46px;
}

.yqh-standard__check {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 16px;
  align-items: start;
}

.yqh-standard__check span {
  color: #d9b565;
  font-size: 24px;
  line-height: 1.2;
}

.yqh-standard__check p {
  margin: 0;
  color: rgba(255, 248, 237, 0.88);
  font-size: 20px;
  line-height: 1.5;
}

@media (max-width: 980px) {
  .yqh-standard {
    padding: 70px 0;
  }

  .yqh-standard__head {
    margin-bottom: 48px;
  }

  .yqh-standard__numbers {
    grid-template-columns: repeat(2, 1fr);
    gap: 34px 28px;
  }

  .yqh-standard__checks {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (max-width: 680px) {
  .yqh-standard {
    padding: 56px 0;
  }

  .yqh-standard__kicker {
    font-size: 12px;
    letter-spacing: 0.16em;
  }

  .yqh-standard__kicker::before {
    width: 24px;
  }

  .yqh-standard__heading {
    font-size: clamp(38px, 12vw, 56px);
  }

  .yqh-standard__subheading {
    font-size: 15px;
    line-height: 1.6;
  }

  .yqh-standard__numbers {
    grid-template-columns: 1fr;
    gap: 26px;
    margin-bottom: 42px;
  }

  .yqh-standard__number {
    padding-top: 22px;
  }

  .yqh-standard__number strong {
    font-size: 56px;
    margin-bottom: 10px;
  }

  .yqh-standard__number p {
    font-size: 16px;
  }

  .yqh-standard__check {
    grid-template-columns: 24px 1fr;
    gap: 12px;
  }

  .yqh-standard__check p {
    font-size: 16px;
    line-height: 1.55;
  }
}
/* YQ Home founder story section */
.yqh-founder-story {
  background:
    radial-gradient(circle at 22% 16%, rgba(217, 181, 101, 0.12), transparent 32%),
    linear-gradient(180deg, #fbf6ee 0%, #f5eadb 100%);
  padding: 86px 0;
}

.yqh-founder-video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 34px;
  background: #efe3d3;
  border: 1px solid rgba(76, 52, 37, 0.12);
  box-shadow: 0 24px 70px rgba(76, 52, 37, 0.12);
}

.yqh-founder-video video,
.yqh-founder-video img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.yqh-founder-video__iframe {
  width: 100%;
  height: 100%;
}

.yqh-founder-video__iframe iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.yqh-founder-video__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);
}

.yqh-founder-copy {
  max-width: 980px;
  margin: 58px auto 0;
  color: #3d2a22;
}

.yqh-founder-kicker {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
  color: #96382f;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.yqh-founder-kicker::before {
  content: "";
  width: 34px;
  height: 1px;
  background: rgba(150, 56, 47, 0.72);
}

.yqh-founder-quote {
  max-width: 920px;
  margin-bottom: 30px;
  font-family: Georgia, "Times New Roman", serif;
  color: rgba(61, 42, 34, 0.76);
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.32;
  font-style: italic;
}

.yqh-founder-quote p {
  margin: 0;
}

.yqh-founder-body {
  max-width: 880px;
  color: rgba(61, 42, 34, 0.72);
  font-size: clamp(17px, 1.35vw, 22px);
  line-height: 1.68;
}

.yqh-founder-body p {
  margin: 0 0 24px;
}

.yqh-founder-body p:last-child {
  margin-bottom: 0;
}

.yqh-founder-body strong {
  color: #3d2a22;
  font-weight: 900;
}

.yqh-founder-signature {
  margin-top: 42px;
}

.yqh-founder-signature h3 {
  margin: 0 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  color: #3d2a22;
  font-size: clamp(28px, 2.6vw, 40px);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.yqh-founder-signature p {
  margin: 0;
  color: rgba(61, 42, 34, 0.68);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.yqh-founder-timeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px;
  margin-top: 58px;
  padding-top: 42px;
  border-top: 1px solid rgba(76, 52, 37, 0.16);
}

.yqh-founder-year strong {
  display: block;
  margin-bottom: 14px;
  font-family: Georgia, "Times New Roman", serif;
  color: #96382f;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.yqh-founder-year span {
  display: block;
  color: rgba(61, 42, 34, 0.72);
  font-size: 17px;
  line-height: 1.5;
}

@media (max-width: 980px) {
  .yqh-founder-story {
    padding: 70px 0;
  }

  .yqh-founder-copy {
    margin-top: 44px;
  }

  .yqh-founder-timeline {
    gap: 28px;
  }
}

@media (max-width: 680px) {
  .yqh-founder-story {
    padding: 56px 0;
  }

  .yqh-founder-video {
    border-radius: 24px;
  }

  .yqh-founder-video__placeholder {
    min-height: 260px;
    font-size: 15px;
  }

  .yqh-founder-copy {
    margin-top: 34px;
  }

  .yqh-founder-kicker {
    font-size: 12px;
    letter-spacing: 0.16em;
  }

  .yqh-founder-kicker::before {
    width: 24px;
  }

  .yqh-founder-quote {
    font-size: 22px;
    line-height: 1.35;
  }

  .yqh-founder-body {
    font-size: 15px;
    line-height: 1.62;
  }

  .yqh-founder-signature {
    margin-top: 32px;
  }

  .yqh-founder-timeline {
    grid-template-columns: 1fr;
    gap: 26px;
    margin-top: 40px;
    padding-top: 32px;
  }

  .yqh-founder-year strong {
    font-size: 42px;
    margin-bottom: 8px;
  }

  .yqh-founder-year span {
    font-size: 15px;
  }
}
/* YQ Home promises section */
.yqh-promises {
  background:
    radial-gradient(circle at 20% 16%, rgba(217, 181, 101, 0.14), transparent 30%),
    linear-gradient(135deg, #2a1d14 0%, #3d2a22 52%, #241810 100%);
  color: #fff8ed;
  padding: 86px 0 78px;
}

.yqh-promises__head {
  margin-bottom: 68px;
}

.yqh-promises__kicker {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 26px;
  color: #d9b565;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.yqh-promises__kicker::before {
  content: "";
  width: 34px;
  height: 1px;
  background: rgba(217, 181, 101, 0.72);
}

.yqh-promises__heading {
  margin: 0;
  max-width: 980px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(46px, 6.4vw, 88px);
  line-height: 0.98;
  letter-spacing: -0.05em;
  color: #fff8ed;
}

.yqh-promises__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px;
  margin-bottom: 70px;
}

.yqh-promises__item {
  max-width: 420px;
}

.yqh-promises__icon {
  width: 70px;
  height: 70px;
  margin-bottom: 28px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 248, 237, 0.09);
  color: #d9b565;
  font-size: 30px;
  font-weight: 900;
  border: 1px solid rgba(217, 181, 101, 0.18);
}

.yqh-promises__item h3 {
  margin: 0 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  color: #fff8ed;
  font-size: clamp(26px, 2.4vw, 38px);
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.yqh-promises__item p {
  margin: 0;
  color: rgba(255, 248, 237, 0.82);
  font-size: 18px;
  line-height: 1.55;
}

.yqh-promises__checkout {
  display: flex;
  align-items: center;
  gap: 28px;
  padding-top: 42px;
  border-top: 1px solid rgba(255, 248, 237, 0.18);
}

.yqh-promises__checkout-label {
  color: rgba(255, 248, 237, 0.72);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  white-space: nowrap;
}

.yqh-promises__payments {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.yqh-promises__payment {
  min-width: 78px;
  height: 38px;
  padding: 0 16px;
  border-radius: 7px;
  background: #fff8ed;
  color: #3d2a22;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.yqh-promises__payment img {
  max-width: 100%;
  max-height: 24px;
  object-fit: contain;
  display: block;
}

@media (max-width: 980px) {
  .yqh-promises {
    padding: 72px 0;
  }

  .yqh-promises__grid {
    gap: 34px;
  }

  .yqh-promises__checkout {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 760px) {
  .yqh-promises {
    padding: 58px 0;
  }

  .yqh-promises__head {
    margin-bottom: 44px;
  }

  .yqh-promises__kicker {
    font-size: 12px;
    letter-spacing: 0.16em;
  }

  .yqh-promises__kicker::before {
    width: 24px;
  }

  .yqh-promises__heading {
    font-size: clamp(38px, 12vw, 58px);
  }

  .yqh-promises__grid {
    grid-template-columns: 1fr;
    gap: 38px;
    margin-bottom: 48px;
  }

  .yqh-promises__icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    border-radius: 16px;
    font-size: 26px;
  }

  .yqh-promises__item h3 {
    font-size: 28px;
  }

  .yqh-promises__item p {
    font-size: 16px;
    line-height: 1.55;
  }

  .yqh-promises__checkout {
    gap: 18px;
    padding-top: 32px;
  }

  .yqh-promises__payments {
    gap: 10px;
  }

  .yqh-promises__payment {
    min-width: 70px;
    height: 36px;
    padding: 0 12px;
    font-size: 11px;
  }
}
/* YQ Home newsletter footer */
.yqh-footer-newsletter {
  background:
    radial-gradient(circle at 12% 12%, rgba(217, 181, 101, 0.12), transparent 30%),
    linear-gradient(135deg, #21170f 0%, #2a1d14 55%, #17100b 100%);
  color: #fff8ed;
  padding: 78px 0 0;
}

.yqh-newsletter {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 72px;
  align-items: center;
  padding-bottom: 86px;
}

.yqh-newsletter__copy h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(46px, 5.8vw, 78px);
  line-height: 0.98;
  letter-spacing: -0.05em;
  color: #fff8ed;
}

.yqh-newsletter__text {
  max-width: 660px;
  margin-top: 28px;
  color: rgba(255, 248, 237, 0.82);
  font-size: clamp(17px, 1.5vw, 22px);
  line-height: 1.55;
}

.yqh-newsletter__text p {
  margin: 0;
}

.yqh-newsletter__form-wrap {
  width: 100%;
}

.yqh-newsletter__form {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 86px;
  padding: 10px 12px 10px 34px;
  border-radius: 999px;
  background: rgba(255, 248, 237, 0.08);
  border: 1px solid rgba(255, 248, 237, 0.18);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
}

.yqh-newsletter__form input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #fff8ed;
  font-size: 18px;
}

.yqh-newsletter__form input::placeholder {
  color: rgba(255, 248, 237, 0.46);
}

.yqh-newsletter__form button {
  min-height: 66px;
  padding: 0 42px;
  border: 0;
  border-radius: 999px;
  background: #d9a33a;
  color: #2a1d14;
  font-size: 17px;
  font-weight: 900;
  cursor: pointer;
  white-space: nowrap;
}

.yqh-newsletter__form button:hover {
  filter: brightness(1.05);
}

.yqh-newsletter__note {
  margin: 20px 0 0;
  color: rgba(255, 248, 237, 0.48);
  font-size: 14px;
  font-weight: 700;
}

.yqh-newsletter__message {
  grid-column: 1 / -1;
  margin: 6px 0 0;
  color: #d9b565;
  font-size: 14px;
  font-weight: 700;
}

.yqh-newsletter__message--error {
  color: #f1b1a7;
}

.yqh-footer-main {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.9fr);
  gap: 92px;
  padding: 78px 0 76px;
  border-top: 1px solid rgba(255, 248, 237, 0.08);
  background: rgba(0, 0, 0, 0.16);
  margin-left: calc((100vw - 100%) / -2);
  margin-right: calc((100vw - 100%) / -2);
  padding-left: calc((100vw - min(1320px, calc(100vw - 72px))) / 2);
  padding-right: calc((100vw - min(1320px, calc(100vw - 72px))) / 2);
}

.yqh-footer-brand h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 3.4vw, 52px);
  line-height: 1;
  letter-spacing: -0.04em;
  color: #fff8ed;
}

.yqh-footer-brand__text {
  max-width: 410px;
  margin-top: 24px;
  color: rgba(255, 248, 237, 0.78);
  font-size: 17px;
  line-height: 1.7;
}

.yqh-footer-brand__text p {
  margin: 0;
}

.yqh-footer-socials {
  display: flex;
  gap: 14px;
  margin-top: 34px;
}

.yqh-footer-socials a {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  border: 1px solid rgba(255, 248, 237, 0.18);
  color: #fff8ed;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 18px;
  font-weight: 800;
  background: rgba(255, 248, 237, 0.04);
}

.yqh-footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 72px;
}

.yqh-footer-col h4 {
  margin: 0 0 30px;
  color: #fff8ed;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.yqh-footer-col a {
  display: block;
  margin-bottom: 20px;
  color: rgba(255, 248, 237, 0.74);
  text-decoration: none;
  font-size: 17px;
  line-height: 1.35;
}

.yqh-footer-col a:hover {
  color: #d9b565;
}

@media (max-width: 980px) {
  .yqh-newsletter {
    grid-template-columns: 1fr;
    gap: 42px;
    padding-bottom: 68px;
  }

  .yqh-footer-main {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .yqh-footer-links {
    gap: 42px;
  }
}

@media (max-width: 680px) {
  .yqh-footer-newsletter {
    padding-top: 58px;
  }

  .yqh-newsletter {
    gap: 34px;
    padding-bottom: 58px;
  }

  .yqh-newsletter__copy h2 {
    font-size: clamp(38px, 12vw, 56px);
  }

  .yqh-newsletter__text {
    font-size: 15px;
    line-height: 1.6;
  }

  .yqh-newsletter__form {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 18px;
    border-radius: 28px;
  }

  .yqh-newsletter__form input {
    min-height: 46px;
    font-size: 16px;
  }

  .yqh-newsletter__form button {
    width: 100%;
    min-height: 52px;
    padding: 0 24px;
    font-size: 15px;
  }

  .yqh-newsletter__note {
    font-size: 13px;
  }

  .yqh-footer-main {
    padding-top: 54px;
    padding-bottom: 56px;
    padding-left: 18px;
    padding-right: 18px;
    gap: 44px;
  }

  .yqh-footer-links {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .yqh-footer-col h4 {
    margin-bottom: 18px;
  }

  .yqh-footer-col a {
    margin-bottom: 14px;
    font-size: 16px;
  }

  .yqh-footer-socials a {
    width: 44px;
    height: 44px;
  }
}
/* FIX: YQ Home standard section visible dark background */
.shopify-section .yqh-standard,
.yqh-standard {
  background:
    radial-gradient(circle at 18% 12%, rgba(218, 178, 102, 0.14), transparent 30%),
    linear-gradient(135deg, #21170f 0%, #2b1f16 55%, #1b130d 100%) !important;
  color: #f8efe4 !important;
  padding: 86px 0 82px !important;
  min-height: auto !important;
}

.shopify-section .yqh-standard .yqh-container,
.yqh-standard .yqh-container {
  width: min(1320px, calc(100% - 72px)) !important;
  margin: 0 auto !important;
}

.yqh-standard__head {
  display: block !important;
  max-width: 760px !important;
  margin: 0 0 68px !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.yqh-standard__kicker {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 14px !important;
  margin-bottom: 24px !important;
  color: #d9b565 !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.yqh-standard__kicker::before {
  content: "" !important;
  width: 34px !important;
  height: 1px !important;
  background: rgba(217, 181, 101, 0.72) !important;
}

.yqh-standard__heading {
  display: block !important;
  margin: 0 !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(46px, 6vw, 82px) !important;
  line-height: 0.98 !important;
  letter-spacing: -0.045em !important;
  color: #fff8ed !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.yqh-standard__subheading {
  display: block !important;
  max-width: 720px !important;
  margin-top: 26px !important;
  color: rgba(255, 248, 237, 0.82) !important;
  font-size: clamp(17px, 1.4vw, 22px) !important;
  line-height: 1.55 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.yqh-standard__subheading p {
  margin: 0 !important;
  color: rgba(255, 248, 237, 0.82) !important;
}

.yqh-standard__numbers {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 34px !important;
  margin-bottom: 62px !important;
}

.yqh-standard__number {
  display: block !important;
  border-top: 1px solid rgba(255, 248, 237, 0.18) !important;
  padding-top: 28px !important;
}

.yqh-standard__number strong {
  display: block !important;
  margin-bottom: 16px !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(54px, 5.5vw, 76px) !important;
  line-height: 0.9 !important;
  color: #d9b565 !important;
  letter-spacing: -0.045em !important;
}

.yqh-standard__number p {
  display: block !important;
  margin: 0 !important;
  color: rgba(255, 248, 237, 0.82) !important;
  font-size: 18px !important;
  line-height: 1.45 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.yqh-standard__checks {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 46px !important;
}

.yqh-standard__check {
  display: grid !important;
  grid-template-columns: 28px 1fr !important;
  gap: 16px !important;
  align-items: start !important;
}

.yqh-standard__check span {
  color: #d9b565 !important;
  font-size: 24px !important;
  line-height: 1.2 !important;
}

.yqh-standard__check p {
  display: block !important;
  margin: 0 !important;
  color: rgba(255, 248, 237, 0.88) !important;
  font-size: 20px !important;
  line-height: 1.5 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

@media (max-width: 980px) {
  .yqh-standard {
    padding: 70px 0 !important;
  }

  .yqh-standard__numbers {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 34px 28px !important;
  }

  .yqh-standard__checks {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }
}

@media (max-width: 680px) {
  .yqh-standard {
    padding: 56px 0 !important;
  }

  .yqh-standard .yqh-container {
    width: min(100% - 36px, 720px) !important;
  }

  .yqh-standard__head {
    margin-bottom: 42px !important;
  }

  .yqh-standard__heading {
    font-size: clamp(38px, 12vw, 56px) !important;
  }

  .yqh-standard__subheading {
    font-size: 15px !important;
    line-height: 1.6 !important;
  }

  .yqh-standard__numbers {
    grid-template-columns: 1fr !important;
    gap: 26px !important;
    margin-bottom: 42px !important;
  }

  .yqh-standard__number strong {
    font-size: 56px !important;
    margin-bottom: 10px !important;
  }

  .yqh-standard__number p {
    font-size: 16px !important;
  }

  .yqh-standard__check p {
    font-size: 16px !important;
  }
}
/* =========================================================
   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;
  }
}
/* =========================================================
   YQ Global Font Override
   全站字体统一：Cormorant Garamond
   覆盖首页 + 落地页所有板块 / 标题 / 正文 / 按钮 / 菜单 / 表单
========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&display=swap');

:root {
  --yq-font-main: "Cormorant Garamond", Georgia, "Times New Roman", serif !important;
  --yq-font-heading: "Cormorant Garamond", Georgia, "Times New Roman", serif !important;
}

/* 最强全局覆盖：页面所有文字 */
html,
body,
body *,
.shopify-section,
.shopify-section *,
.yq-section,
.yq-section *,
.yql-section,
.yql-section *,
[class*="yq-"],
[class*="yq-"] *,
[class*="yql-"],
[class*="yql-"] * {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif !important;
}

/* Header / 菜单 / Logo周围文字 */
.header,
.header *,
.site-header,
.site-header *,
.header-wrapper,
.header-wrapper *,
.header__menu-item,
.header__menu-item *,
.header__heading,
.header__heading *,
.header__icons,
.header__icons *,
.menu-drawer,
.menu-drawer *,
nav,
nav *,
nav a,
.list-menu,
.list-menu *,
.localization-form,
.localization-form * {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif !important;
}

/* 所有标题 */
h1,
h2,
h3,
h4,
h5,
h6,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5,
.yq-h1,
.yq-h2,
.yq-h3,
.yql-heading,
.yq-standard-heading,
.yq-founder-quote,
.yq-faq-split__heading,
.yq-soft-cta__heading,
.yq-hero h1,
.yq-hero__right h1,
.yq-section h1,
.yq-section h2,
.yq-section h3,
.yql-section h1,
.yql-section h2,
.yql-section h3,
[class*="heading"],
[class*="title"] {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif !important;
  font-weight: 700 !important;
  letter-spacing: -0.035em !important;
}

/* 正文 / 描述 / 说明 */
p,
span,
small,
li,
a,
div,
label,
summary,
details,
blockquote,
figcaption,
.rte,
.rte *,
.yq-subtitle,
.yq-card p,
.yq-section p,
.yql-section p,
.yql-story-text,
.yq-founder-body,
.yq-standard-subheading,
.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-soft-cta__text,
.yq-soft-cta__text p,
.yq-buybox__note,
.yq-plan small,
.yq-hero__mini-review p,
.yq-hero__details div,
.yql-quality-compare__intro,
.yql-quality-compare__problem,
.yql-quality-compare__highlight,
.yql-quality-compare__note,
.yq-founder-video__caption {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif !important;
}

/* 按钮 / 表单 / 输入框 */
button,
input,
textarea,
select,
option,
.button,
.shopify-payment-button__button,
.product-form__submit,
.yq-btn,
.yql-btn,
.yq-buybox__button,
.yq-soft-cta__button,
.yq-faq-join__field button,
input[type="submit"],
input[type="button"] {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif !important;
}

/* FAQ 问题标题 */
details summary,
details summary *,
.yq-faq__item summary,
.yq-faq__item summary span,
.yq-hero__details summary {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif !important;
  font-weight: 700 !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,
.yq-soft-cta__eyebrow,
[class*="eyebrow"],
[class*="kicker"] {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
}

/* 数字模块 */
.yq-stat strong,
.yq-standard-number strong,
.yq-review-summary strong,
.yq-founder-time-copy strong,
[class*="number"],
[class*="stat"] strong {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif !important;
  font-weight: 700 !important;
}

/* 产品卡 / 价格 / 购买区域 */
.price,
.price *,
.product__title,
.product__title *,
.product-form,
.product-form *,
.product__info-container,
.product__info-container *,
.card,
.card *,
.card__heading,
.card__heading *,
.yq-buybox,
.yq-buybox *,
.yq-plan,
.yq-plan * {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif !important;
}

/* Footer */
.footer,
.footer *,
.footer-block,
.footer-block *,
.footer__content-top,
.footer__content-bottom,
.footer a,
.footer p {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif !important;
}

/* 防止部分 section 内联字体重新覆盖 */
[style*="font-family"] {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif !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) {

  /* =========================
     1. 对比板块手机端修复
     适配：Why choose TeaVerse? / 原料对比 / VS板块
  ========================= */

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

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

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

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

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

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

  /* 如果对比图是上下两张图，手机端限制图片高度，避免无限拉长 */
  .yq-quality-compare__visual picture,
  .yql-quality-compare__visual picture,
  .yq-compare__visual picture {
    display: block !important;
    width: 100% !important;
  }

  /* VS圆标手机端不要压到内容中间 */
  .yq-quality-compare__vs,
  .yql-quality-compare__vs,
  .yq-compare__vs,
  .yq-vs-badge {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    transform: none !important;
    margin: -18px auto -18px !important;
    z-index: 5 !important;
    width: 86px !important;
    height: 86px !important;
    font-size: 34px !important;
  }

  /* 左右对比内容手机端上下排列 */
  .yq-quality-compare__columns,
  .yql-quality-compare__columns,
  .yq-compare__columns,
  .yq-compare-table {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    border-radius: 28px !important;
    overflow: hidden !important;
  }

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

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

  .yq-quality-compare__item,
  .yql-quality-compare__item,
  .yq-compare__item,
  .yq-compare-table__item {
    display: grid !important;
    grid-template-columns: 46px 1fr !important;
    gap: 16px !important;
    align-items: start !important;
    padding: 16px 0 !important;
  }

  .yq-quality-compare__item span,
  .yql-quality-compare__item span,
  .yq-compare__item span,
  .yq-compare-table__item span {
    font-size: 21px !important;
    line-height: 1.35 !important;
  }

  /* 防止对比板块下面说明文字变得太淡太靠下 */
  .yq-quality-compare__note,
  .yql-quality-compare__note,
  .yq-compare__note {
    margin-top: 26px !important;
    font-size: 18px !important;
    line-height: 1.55 !important;
    opacity: 1 !important;
  }


  /* =========================
     2. 信任图标板块手机端修复
     适配：Built for everyday confidence.
  ========================= */

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

  .yq-trust__item,
  .yql-trust__item,
  .yq-confidence__item,
  .yq-icon-card,
  .yq-benefit-icon-card {
    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 img,
  .yql-trust__item img,
  .yq-confidence__item img,
  .yq-icon-card img,
  .yq-benefit-icon-card img {
    width: 54px !important;
    height: 54px !important;
    object-fit: contain !important;
    margin: 0 auto 16px !important;
    display: block !important;
  }

  .yq-trust__item span,
  .yql-trust__item span,
  .yq-confidence__item span,
  .yq-icon-card span,
  .yq-benefit-icon-card span {
    display: block !important;
    font-size: 40px !important;
    line-height: 1 !important;
    margin-bottom: 16px !important;
  }

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

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

  /* 标题区域手机端别太空 */
  .yq-trust .yq-center,
  .yq-confidence .yq-center,
  .yq-icon-section .yq-center {
    margin-bottom: 28px !important;
  }

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


/* =========================
   超小屏继续收紧
========================= */
@media (max-width: 480px) {

  .yq-quality-compare .yq-container,
  .yql-quality-compare .yql-container,
  .yq-compare .yq-container,
  .yq-quality-compare-section .yq-container,
  .yq-trust__grid,
  .yql-trust__grid,
  .yq-confidence__grid,
  .yq-icon-grid,
  .yq-benefit-icon-grid {
    width: calc(100% - 24px) !important;
    max-width: calc(100% - 24px) !important;
  }

  .yq-quality-compare__side,
  .yql-quality-compare__side,
  .yq-compare__side,
  .yq-compare-table__side {
    padding: 30px 20px !important;
  }

  .yq-quality-compare__item,
  .yql-quality-compare__item,
  .yq-compare__item,
  .yq-compare-table__item {
    grid-template-columns: 42px 1fr !important;
    gap: 14px !important;
  }

  .yq-quality-compare__item span,
  .yql-quality-compare__item span,
  .yq-compare__item span,
  .yq-compare-table__item span {
    font-size: 19px !important;
  }

  .yq-trust__item,
  .yql-trust__item,
  .yq-confidence__item,
  .yq-icon-card,
  .yq-benefit-icon-card {
    padding: 26px 20px !important;
  }
}
/* =========================================================
   YQ HOME MOBILE HERO FIX
   修复首页首屏手机端：文字溢出、图片压字、按钮过宽、标签错位
========================================================= */

@media (max-width: 768px) {

  .yqh-hero,
  [id^="yqh-hero-"] {
    width: 100% !important;
    max-width: 100% !important;
    min-height: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    overflow: hidden !important;
    background-size: cover !important;
    background-position: center bottom !important;
  }

  .yqh-hero__overlay {
    background:
      linear-gradient(
        180deg,
        rgba(255, 248, 237, 0.96) 0%,
        rgba(255, 248, 237, 0.90) 28%,
        rgba(255, 248, 237, 0.72) 50%,
        rgba(255, 248, 237, 0.38) 76%,
        rgba(255, 248, 237, 0.10) 100%
      ) !important;
  }

  .yqh-hero__content {
    width: calc(100% - 32px) !important;
    max-width: calc(100% - 32px) !important;
    min-height: 720px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 70px 0 54px !important;
    display: flex !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
  }

  .yqh-hero__copy {
    width: 100% !important;
    max-width: 100% !important;
    text-align: left !important;
  }

  .yqh-kicker {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin-bottom: 22px !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    letter-spacing: 0.16em !important;
    white-space: normal !important;
  }

  .yqh-kicker::before {
    flex: 0 0 42px !important;
    width: 42px !important;
  }

  .yqh-heading,
  .yqh-heading--xl {
    width: 100% !important;
    max-width: 100% !important;
    font-size: clamp(42px, 12vw, 58px) !important;
    line-height: 1.02 !important;
    letter-spacing: -0.045em !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
    margin: 0 !important;
  }

  .yqh-sub {
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 24px !important;
    font-size: 19px !important;
    line-height: 1.55 !important;
  }

  .yqh-sub p {
    margin: 0 !important;
  }

  .yqh-btns {
    width: 100% !important;
    margin-top: 28px !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .yqh-btn {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 58px !important;
    border-radius: 12px !important;
    padding: 0 22px !important;
    font-size: 18px !important;
    text-align: center !important;
  }

  .yqh-hero__badges {
    width: 100% !important;
    margin-top: 28px !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    font-size: 18px !important;
    line-height: 1.4 !important;
  }

  .yqh-hero__badges span {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
  }
}

@media (max-width: 480px) {
  .yqh-hero__content {
    width: calc(100% - 28px) !important;
    max-width: calc(100% - 28px) !important;
    min-height: 690px !important;
    padding-top: 58px !important;
  }

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

  .yqh-sub {
    font-size: 18px !important;
  }
}
/* =========================================================
   YQ HOME STANDARD STATS MOBILE FIX
   修复茶园图下方 18 / 6 / 30 / 4 卡片手机端露半截
========================================================= */

@media (max-width: 768px) {
  .yq-standard-ref__shell,
  .yq-standard-image__wrap {
    width: calc(100% - 32px) !important;
    max-width: calc(100% - 32px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    overflow: hidden !important;
  }

  .yq-standard-ref__stats,
  .yq-standard-image__stats {
    width: 100% !important;
    max-width: 100% !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    overflow: visible !important;
    padding: 28px 20px 36px !important;
  }

  .yq-standard-ref__card,
  .yq-standard-image__card {
    width: 100% !important;
    max-width: 100% !important;
    min-height: auto !important;
    padding: 30px 26px !important;
    border-radius: 24px !important;
  }

  .yq-standard-ref__card strong,
  .yq-standard-image__card strong {
    font-size: 56px !important;
    margin-bottom: 18px !important;
  }

  .yq-standard-ref__card p,
  .yq-standard-image__card p {
    font-size: 21px !important;
    line-height: 1.42 !important;
  }
}