/* Public product detail — shared hero shell + per-product modifiers */

.product-page {
  background-color: #fff;
}

/* —— Shared hero shell —— */
.product-hero {
  position: relative;
  z-index: 2;
  overflow: visible;
}

.product-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #f5f3ef;
}

.product-hero__bg {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.product-hero__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.56);
}

.product-hero__frame {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1920px;
  margin-inline: auto;
  overflow: visible;
}

.product-hero__content {
  position: relative;
  width: 100%;
  /* Figma product hero bg: 719 @ 1920 (719/1920 ≈ 37.45vw) */
  min-height: clamp(280px, 37.45vw, 719px);
  overflow: visible;
}

.product-content {
  position: relative;
  z-index: 1;
  width: 100%;
  background-color: #fff;
}

/* —— 배말린 composition (product-specific) —— */
.product-hero--dried-pear .product-hero__content {
  min-height: clamp(280px, 37.45vw, 719px);
}

.dried-pear-hero {
  position: relative;
  width: 100%;
  min-height: inherit;
  padding-top: clamp(100px, 8vw, 160px);
  padding-bottom: 0;
  box-sizing: border-box;
}

.dried-pear-hero__brand {
  position: relative;
  z-index: 6;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: clamp(12px, 1.5vw, 24px);
  max-width: min(42%, 528px);
}

.dried-pear-hero__logo {
  display: block;
  width: min(100%, 235px);
  height: auto;
}

.dried-pear-hero__slogan {
  margin: 0 0 0.15em;
  color: #8dc63f;
  font-size: clamp(28px, 2vw, 38px);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.01em;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.dried-pear-hero__specs {
  position: absolute;
  top: clamp(100px, 8vw, 160px);
  right: 0;
  z-index: 6;
  display: grid;
  grid-template-columns: max-content 1fr;
  column-gap: 32px;
  row-gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: min(36%, 420px);
}

.dried-pear-hero__spec {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: 1 / -1;
  align-items: center;
}

.dried-pear-hero__spec-label {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 32px;
  padding: 0 14px;
  border-radius: 1000px;
  background-color: #f99c1b;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: -0.02em;
  text-align: center;
  white-space: nowrap;
  word-break: keep-all;
  box-sizing: border-box;
}

.dried-pear-hero__spec-value {
  flex: 1 1 auto;
  min-width: 0;
  color: #fff;
  font-size: clamp(15px, 0.94vw, 18px);
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: -0.02em;
  word-break: keep-all;
  overflow-wrap: break-word;
}

/* Hero bottom edge; ~40% of visual hangs into white */
.dried-pear-hero__visual,
.product-hero--dried-pear .dried-pear-hero__visual {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 5;
  display: block;
  width: min(86%, 1220px);
  margin: 0;
  padding: 0;
  pointer-events: none;
  transform: translate(-50%, 40%);
}

.dried-pear-hero__package {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  filter: drop-shadow(0 12px 28px rgba(0, 0, 0, 0.14))
    drop-shadow(0 28px 48px rgba(0, 0, 0, 0.08));
}

/* Subnav sits between hero and content — use sibling combinator */
.product-hero--dried-pear ~ .product-content {
  padding-top: clamp(72px, 10vw, 140px);
}

/* —— 통배생강청 composition (Figma 9337:1192) —— */
.product-hero--ginger-syrup .product-hero__content {
  min-height: clamp(280px, 37.45vw, 719px);
}

.ginger-syrup-hero {
  position: relative;
  width: 100%;
  min-height: inherit;
  padding-top: clamp(88px, 7vw, 133px);
  padding-bottom: 0;
  box-sizing: border-box;
}

/* Logo left + short desc right (space-between) */
.ginger-syrup-hero__row {
  position: relative;
  z-index: 6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: clamp(16px, 2.5vw, 48px);
  width: 100%;
}

.ginger-syrup-hero__logo {
  display: block;
  flex: 0 0 auto;
  width: min(100%, 212px);
  height: auto;
  mix-blend-mode: lighten;
}

.ginger-syrup-hero__logo_en {
display: block;
  flex: 0 0 auto;
  width: min(100%, 424px);
  height: auto;
  mix-blend-mode: lighten;
}

.ginger-syrup-hero__desc {
  flex: 0 1 402px;
  max-width: 402px;
  margin: 0;
  color: #fff;
  font-size: clamp(15px, 0.94vw, 18px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.02em;
  text-align: left;
  word-break: keep-all;
  overflow-wrap: break-word;
}

/* ~40% hang into white (Figma pack bottom past 719 bg) */
.ginger-syrup-hero__visual,
.product-hero--ginger-syrup .ginger-syrup-hero__visual {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 5;
  display: block;
  width: min(83%, 1588px);
  margin: 0;
  padding: 0;
  pointer-events: none;
  transform: translate(-50%, 40%);
}

.ginger-syrup-hero__package {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  filter: drop-shadow(5px 19px 44px rgba(0, 0, 0, 0.1))
    drop-shadow(21px 77px 80px rgba(0, 0, 0, 0.09));
}

.product-hero--ginger-syrup ~ .product-content {
  padding-top: clamp(80px, 11vw, 160px);
}

/* —— 컵과일 composition (Figma 9337:1720) —— */
.product-hero--cup-fruit .product-hero__content {
  min-height: clamp(280px, 37.45vw, 719px);
}

.cup-fruit-hero {
  position: relative;
  width: 100%;
  min-height: inherit;
  padding-top: clamp(100px, 9.5vw, 183px);
  padding-bottom: 0;
  box-sizing: border-box;
}

.cup-fruit-hero__row {
  position: relative;
  z-index: 6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: clamp(16px, 2.5vw, 48px);
  width: 100%;
}

.cup-fruit-hero__logo {
  display: block;
  flex: 0 0 auto;
  width: min(100%, 417px);
  height: auto;
}

.cup-fruit-hero__desc {
  flex: 0 1 420px;
  max-width: 420px;
  margin: 0;
  color: #fff;
  font-size: clamp(15px, 0.94vw, 18px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.02em;
  text-align: left;
  word-break: keep-all;
  overflow-wrap: break-word;
}

/* Pack hangs ~25% into white (Figma: pack bottom 869 vs bg 719) */
.cup-fruit-hero__visual,
.product-hero--cup-fruit .cup-fruit-hero__visual {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 5;
  display: block;
  width: min(42%, 600px);
  margin: 0;
  padding: 0;
  pointer-events: none;
  transform: translate(-50%, 25%);
}

.cup-fruit-hero__package {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  filter: drop-shadow(8px 13px 33px rgba(0, 0, 0, 0.1))
    drop-shadow(31px 52px 60px rgba(0, 0, 0, 0.09));
}

.product-hero--cup-fruit ~ .product-content {
  padding-top: clamp(72px, 10vw, 140px);
}

/* —— 볶음 참깨 composition (Figma 9337:2258) —— */
.product-hero--roasted-sesame .product-hero__content {
  min-height: clamp(280px, 37.45vw, 719px);
}

.roasted-sesame-hero {
  position: relative;
  width: 100%;
  min-height: inherit;
  padding-top: clamp(100px, 9.5vw, 183px);
  padding-bottom: 0;
  box-sizing: border-box;
}

.roasted-sesame-hero__row {
  position: relative;
  z-index: 6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: clamp(16px, 2.5vw, 48px);
  width: 100%;
}

.roasted-sesame-hero__logo {
  display: block;
  flex: 0 0 auto;
  width: min(100%, 211px);
  height: auto;
}

.roasted-sesame-hero__logo_en {
  display: block;
  flex: 0 0 auto;
  width: min(100%, 344px);
  height: auto;
}

.roasted-sesame-hero__desc {
  flex: 0 1 500px;
  max-width: 500px;
  margin: 0;
  color: #fff;
  font-size: clamp(15px, 0.94vw, 18px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.02em;
  text-align: left;
  word-break: keep-all;
  overflow-wrap: break-word;
}

/* Pack ~1263×742; hangs ~31% past bg 719 (Figma y:209 → bottom 951) */
.roasted-sesame-hero__visual,
.product-hero--roasted-sesame .roasted-sesame-hero__visual {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 5;
  display: block;
  width: min(62%, 1020px);
  margin: 0;
  padding: 0;
  pointer-events: none;
  transform: translate(-50%, 31%);
}

.roasted-sesame-hero__package {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  filter: drop-shadow(7px 12px 31px rgba(0, 0, 0, 0.1))
    drop-shadow(29px 48px 56px rgba(0, 0, 0, 0.09));
}

.product-hero--roasted-sesame ~ .product-content {
  padding-top: clamp(80px, 11vw, 160px);
}

/* —— 퓨레 composition (same hero layout; image assets) —— */
.product-hero--puree .product-hero__content {
  min-height: clamp(280px, 37.45vw, 719px);
}

.puree-hero {
  position: relative;
  width: 100%;
  min-height: inherit;
  padding-top: clamp(100px, 9.5vw, 183px);
  padding-bottom: 0;
  box-sizing: border-box;
}

.puree-hero__row {
  position: relative;
  z-index: 6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: clamp(16px, 2.5vw, 48px);
  width: 100%;
}

.puree-hero__logo {
  display: block;
  flex: 0 0 auto;
  width: min(100%, 280px);
  height: auto;
  mix-blend-mode: lighten;
}

.puree-hero__desc {
  display: block;
  flex: 0 1 380px;
  width: min(100%, 380px);
  max-width: 380px;
  height: auto;
  mix-blend-mode: lighten;
}

.puree-hero__visual,
.product-hero--puree .puree-hero__visual {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 5;
  display: block;
  width: min(58%, 960px);
  margin: 0;
  padding: 0;
  pointer-events: none;
  transform: translate(-50%, 28%);
}

.puree-hero__package {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.product-hero--puree ~ .product-content {
  padding-top: clamp(72px, 10vw, 150px);
}

/* —— Product intro (Figma 1:1217) —— */
.product-intro {
  padding: 0 clamp(20px, 6.25vw, 120px) clamp(80px, 8.75vw, 168px);
  box-sizing: border-box;
}

.product-intro__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(40px, 3.54vw, 68px);
  width: 100%;
  max-width: 1390px;
  margin-inline: auto;
}

.product-intro__copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(20px, 1.67vw, 32px);
  width: 100%;
  max-width: 920px;

}

.product-intro__title {
  margin: 0;
  color: #191919;
  font-size: clamp(22px, 1.67vw, 32px);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: -0.02em;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: break-word;
}


.product-intro__text {
  margin: 0;
  color: #535353;
  font-size: clamp(15px, 0.94vw, 18px);
  font-size: clamp(18px, 1.25vw, 24px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.02em;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: break-word;
  
}

.product-intro__store {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
}

.product-intro__store:hover {
  opacity: 0.85;
}

.product-intro__store img {
  display: block;
  width: clamp(119px, 8.23vw, 158px);
  height: auto;
}

.product-intro__store img.product-store-logo--en,
.cup-fruit-lineup__store img.product-store-logo--en,
.roasted-sesame-lineup__store img.product-store-logo--en,
.puree-lineup__store img.product-store-logo--en {
  width: auto;
  height: 32px;
  max-height: 32px;
}

/* —— Product lineup cards (컵과일 / 볶음 참깨 / 퓨레 — same layout) —— */
.cup-fruit-lineup,
.roasted-sesame-lineup,
.puree-lineup {
  padding: 20px clamp(20px, 6.25vw, 120px) clamp(80px, 8.75vw, 168px);
  box-sizing: border-box;
}

.preparing{
  margin: 0 auto 40px;

  display: flex;
  width: fit-content;

  align-items: center;
  justify-content: center;

  min-width: 200px;
  height: 64px;
  padding: 0 14px;

  border-radius: 1000px;
  background-color: #fff5e6;
  border: 2px solid #ff9d00;

  color: #ff9d00;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: -0.02em;
  text-align: center;
  white-space: nowrap;
  box-sizing: border-box;
  }

.cup-fruit-lineup {
  padding-top: 160px;
}

.cup-fruit-lineup__inner,
.roasted-sesame-lineup__inner,
.puree-lineup__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(40px, 3.54vw, 68px);
  width: 100%;
  max-width: 1290px;
  margin-inline: auto;
}

.cup-fruit-lineup__store,
.roasted-sesame-lineup__store,
.puree-lineup__store {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
}

.cup-fruit-lineup__store:hover,
.roasted-sesame-lineup__store:hover,
.puree-lineup__store:hover {
  opacity: 0.85;
}

.cup-fruit-lineup__store img,
.roasted-sesame-lineup__store img,
.puree-lineup__store img {
  display: block;
  width: clamp(119px, 8.23vw, 158px);
  height: auto;
}

.cup-fruit-lineup__grid,
.roasted-sesame-lineup__grid,
.puree-lineup__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  width: 100%;
  align-items: stretch;
}

.cup-fruit-lineup__card,
.roasted-sesame-lineup__card,
.puree-lineup__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  min-width: 0;
  height: 100%;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.cup-fruit-lineup__card:hover,
.roasted-sesame-lineup__card:hover,
.puree-lineup__card:hover {
  transform: translateY(-6px);
}

.cup-fruit-lineup__media,
.roasted-sesame-lineup__media,
.puree-lineup__media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 20px;
  background-color: #fff;
  box-sizing: border-box;
  transition: box-shadow 0.3s ease;
}

.cup-fruit-lineup__card:hover .cup-fruit-lineup__media,
.roasted-sesame-lineup__card:hover .roasted-sesame-lineup__media,
.puree-lineup__card:hover .puree-lineup__media {
  box-shadow: 0 12px 28px rgba(25, 25, 25, 0.06);
}

.cup-fruit-lineup__media img,
.roasted-sesame-lineup__media img,
.puree-lineup__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.35s ease;
}

.cup-fruit-lineup__card:hover .cup-fruit-lineup__media img,
.roasted-sesame-lineup__card:hover .roasted-sesame-lineup__media img,
.puree-lineup__card:hover .puree-lineup__media img {
  transform: scale(1.03);
}

.cup-fruit-lineup__body,
.roasted-sesame-lineup__body,
.puree-lineup__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 32px;
  width: 100%;
}

.cup-fruit-lineup__badge,
.roasted-sesame-lineup__badge,
.puree-lineup__badge {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  height: 32px;
  padding: 0 14px;
  border-radius: 1000px;
  background-color: #f99c1b;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: -0.02em;
  text-align: center;
  white-space: nowrap;
  box-sizing: border-box;
}

.cup-fruit-lineup__spec,
.roasted-sesame-lineup__spec,
.puree-lineup__desc,
.puree-lineup__weight {
  margin: 0;
  color: #535353;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.02em;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.puree-lineup__desc {
  max-width: 100%;
}

@media (prefers-reduced-motion: reduce) {
  .cup-fruit-lineup__card,
  .cup-fruit-lineup__media,
  .cup-fruit-lineup__media img,
  .roasted-sesame-lineup__card,
  .roasted-sesame-lineup__media,
  .roasted-sesame-lineup__media img,
  .puree-lineup__card,
  .puree-lineup__media,
  .puree-lineup__media img {
    transition: none;
  }

  .cup-fruit-lineup__card:hover,
  .roasted-sesame-lineup__card:hover,
  .puree-lineup__card:hover {
    transform: none;
  }

  .cup-fruit-lineup__card:hover .cup-fruit-lineup__media img,
  .roasted-sesame-lineup__card:hover .roasted-sesame-lineup__media img,
  .puree-lineup__card:hover .puree-lineup__media img {
    transform: none;
  }
}

/* —— Progressive text/spec scale (composition unchanged) —— */
@media (max-width: 1200px) {
  .dried-pear-hero__brand {
    gap: clamp(10px, 1.2vw, 18px);
    max-width: min(38%, 440px);
  }

  .dried-pear-hero__logo {
    width: min(100%, 200px);
  }

  .dried-pear-hero__slogan {
    font-size: clamp(24px, 1.8vw, 32px);
    line-height: 1.12;
  }

  .dried-pear-hero__specs {
    top: clamp(88px, 7.2vw, 140px);
    max-width: min(34%, 360px);
    row-gap: 16px;
    column-gap: 20px;
  }

  .dried-pear-hero__spec-label {
    height: 30px;
    padding: 0 12px;
    font-size: 16px;
  }

  .dried-pear-hero__spec-value {
    font-size: clamp(14px, 0.9vw, 16px);
  }
}

@media (max-width: 1023px) {
  .product-hero__content,
  .product-hero--dried-pear .product-hero__content {
    min-height: clamp(240px, 48vw, 520px);
  }

  .dried-pear-hero__visual,
  .product-hero--dried-pear .dried-pear-hero__visual {
    width: min(88%, 900px);
    bottom: 0;
    transform: translate(-50%, 40%);
  }

  .product-hero--dried-pear ~ .product-content {
    padding-top: clamp(56px, 12vw, 100px);
  }

  .product-hero--ginger-syrup .product-hero__content {
    min-height: clamp(240px, 48vw, 520px);
  }

  .ginger-syrup-hero__logo {
    width: min(100%, 180px);
  }

  .ginger-syrup-hero__desc {
    flex-basis: min(42%, 340px);
    max-width: min(42%, 340px);
    font-size: clamp(14px, 0.9vw, 16px);
  }

  .ginger-syrup-hero__visual,
  .product-hero--ginger-syrup .ginger-syrup-hero__visual {
    width: min(88%, 920px);
  }

  .product-hero--ginger-syrup ~ .product-content {
    padding-top: clamp(64px, 13vw, 120px);
  }

  .product-hero--cup-fruit .product-hero__content {
    min-height: clamp(240px, 48vw, 520px);
  }

  .cup-fruit-hero__logo {
    width: min(100%, 320px);
  }

  .cup-fruit-hero__desc {
    flex-basis: min(42%, 340px);
    max-width: min(42%, 340px);
    font-size: clamp(14px, 0.9vw, 16px);
  }

  .cup-fruit-hero__visual,
  .product-hero--cup-fruit .cup-fruit-hero__visual {
    width: min(48%, 460px);
  }

  .product-hero--cup-fruit ~ .product-content {
    padding-top: clamp(56px, 12vw, 110px);
  }

  .product-hero--roasted-sesame .product-hero__content {
    min-height: clamp(240px, 48vw, 520px);
  }

  .roasted-sesame-hero__logo {
    width: min(100%, 180px);
  }

  .roasted-sesame-hero__desc {
    flex-basis: min(48%, 400px);
    max-width: min(48%, 400px);
    font-size: clamp(14px, 0.9vw, 16px);
  }

  .roasted-sesame-hero__visual,
  .product-hero--roasted-sesame .roasted-sesame-hero__visual {
    width: min(68%, 740px);
  }

  .product-hero--roasted-sesame ~ .product-content {
    padding-top: clamp(64px, 13vw, 120px);
  }

  .product-hero--puree .product-hero__content {
    min-height: clamp(240px, 48vw, 520px);
  }

  .puree-hero__logo {
    width: min(100%, 220px);
  }

  .puree-hero__desc {
    flex-basis: min(42%, 320px);
    width: min(42%, 320px);
    max-width: min(42%, 320px);
  }

  .puree-hero__visual,
  .product-hero--puree .puree-hero__visual {
    width: min(68%, 780px);
  }

  .product-hero--puree ~ .product-content {
    padding-top: clamp(56px, 12vw, 110px);
  }

  .product-intro {
    padding: 0 24px clamp(64px, 10vw, 120px);
  }

  .product-intro__inner {
    gap: 48px;
  }

  .product-intro__copy {
    gap: 24px;
  }

  .cup-fruit-lineup,
  .roasted-sesame-lineup,
  .puree-lineup {
    padding: 20px 24px clamp(64px, 10vw, 120px);
  }

  .cup-fruit-lineup__inner,
  .roasted-sesame-lineup__inner,
  .puree-lineup__inner {
    gap: 48px;
  }
}

@media (max-width: 900px) {
  .dried-pear-hero {
    padding-top: clamp(88px, 9vw, 120px);
  }

  .dried-pear-hero__brand {
    gap: 8px;
    max-width: min(34%, 280px);
  }

  .dried-pear-hero__logo {
    width: min(100%, 160px);
  }

  .dried-pear-hero__slogan {
    font-size: clamp(18px, 2.4vw, 24px);
    line-height: 1.1;
    margin-bottom: 0.08em;
  }

  .dried-pear-hero__specs {
    top: clamp(72px, 8vw, 110px);
    max-width: min(40%, 280px);
    row-gap: 10px;
    column-gap: 10px;
  }

  .dried-pear-hero__spec-label {
    height: 26px;
    padding: 0 8px;
    font-size: 13px;
    line-height: 1.3;
  }

  .dried-pear-hero__spec-value {
    font-size: clamp(12px, 1.5vw, 14px);
    line-height: 1.35;
  }

  .ginger-syrup-hero {
    padding-top: clamp(80px, 9vw, 110px);
  }

  .ginger-syrup-hero__row {
    align-items: flex-start;
    gap: 12px;
  }

  .ginger-syrup-hero__logo {
    width: min(100%, 160px);
  }

  .ginger-syrup-hero__desc {
    flex-basis: min(48%, 280px);
    max-width: min(48%, 280px);
    font-size: clamp(13px, 1.6vw, 15px);
  }

  .cup-fruit-hero {
    padding-top: clamp(88px, 9vw, 120px);
  }

  .cup-fruit-hero__row {
    align-items: flex-start;
    gap: 12px;
  }

  .cup-fruit-hero__logo {
    width: min(100%, 280px);
  }

  .cup-fruit-hero__desc {
    flex-basis: min(48%, 280px);
    max-width: min(48%, 280px);
    font-size: clamp(13px, 1.6vw, 15px);
  }

  .roasted-sesame-hero {
    padding-top: clamp(88px, 9vw, 120px);
  }

  .roasted-sesame-hero__row {
    align-items: flex-start;
    gap: 12px;
  }

  .roasted-sesame-hero__logo {
    width: min(100%, 160px);
  }

  .roasted-sesame-hero__desc {
    flex-basis: min(52%, 320px);
    max-width: min(52%, 320px);
    font-size: clamp(13px, 1.6vw, 15px);
  }

  .puree-hero {
    padding-top: clamp(88px, 9vw, 120px);
  }

  .puree-hero__row {
    align-items: flex-start;
    gap: 12px;
  }

  .puree-hero__logo {
    width: min(100%, 190px);
  }

  .puree-hero__desc {
    flex-basis: min(48%, 260px);
    width: min(48%, 260px);
    max-width: min(48%, 260px);
  }

  .cup-fruit-lineup__grid,
  .roasted-sesame-lineup__grid,
  .puree-lineup__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .cup-fruit-lineup__badge,
  .roasted-sesame-lineup__badge,
  .puree-lineup__badge,
  .preparing {
    font-size: 16px;
  }

  .cup-fruit-lineup__spec,
  .roasted-sesame-lineup__spec,
  .puree-lineup__desc,
  .puree-lineup__weight {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  /* —— Shared mobile product hero: vertical stack —— */
  .product-hero__content {
    min-height: 400px;
  }

  .dried-pear-hero,
  .ginger-syrup-hero,
  .cup-fruit-hero,
  .roasted-sesame-hero,
  .puree-hero {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    min-height: inherit;
    padding-top: 88px;
    /* Tight safe zone: small gap above pack, no large empty band */
    padding-bottom: clamp(120px, 34vw, 160px);
    box-sizing: border-box;
  }

  .dried-pear-hero__brand,
  .dried-pear-hero__specs,
  .ginger-syrup-hero__row,
  .cup-fruit-hero__row,
  .roasted-sesame-hero__row,
  .puree-hero__row {
    position: relative;
    z-index: 6;
    width: 100%;
    max-width: 100%;
  }

  .ginger-syrup-hero__row,
  .cup-fruit-hero__row,
  .roasted-sesame-hero__row,
  .puree-hero__row {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .ginger-syrup-hero__desc,
  .cup-fruit-hero__desc,
  .roasted-sesame-hero__desc {
    flex: 0 1 auto;
    flex-basis: auto;
    width: 100%;
    max-width: min(100%, 340px);
    font-size: 15px;
    line-height: 1.55;
    word-break: keep-all;
    overflow-wrap: break-word;
  }

  .dried-pear-hero__visual,
  .ginger-syrup-hero__visual,
  .cup-fruit-hero__visual,
  .roasted-sesame-hero__visual,
  .puree-hero__visual,
  .product-hero--dried-pear .dried-pear-hero__visual,
  .product-hero--ginger-syrup .ginger-syrup-hero__visual,
  .product-hero--cup-fruit .cup-fruit-hero__visual,
  .product-hero--roasted-sesame .roasted-sesame-hero__visual,
  .product-hero--puree .puree-hero__visual {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 5;
    margin: 0;
    padding: 0;
    pointer-events: none;
  }

  /* —— product-hero--dried-pear —— */
  .product-hero--dried-pear .product-hero__content,
  .product-hero--dried-pear .dried-pear-hero {
    min-height: clamp(440px, 124vw, 520px);
  }

  .product-hero--dried-pear .dried-pear-hero {
    padding-top: 92px;
    padding-bottom: clamp(140px, 40vw, 180px);
  }

  .product-hero--dried-pear .dried-pear-hero__brand {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    max-width: min(100%, 240px);
  }

  .product-hero--dried-pear .dried-pear-hero__logo {
    width: min(100%, 148px);
  }

  .product-hero--dried-pear .dried-pear-hero__slogan {
    margin: 0;
    font-size: clamp(18px, 5vw, 22px);
    line-height: 1.2;
  }

  .product-hero--dried-pear .dried-pear-hero__specs {
    top: auto;
    right: auto;
    margin-top: 12px;
    max-width: min(100%, 320px);
    row-gap: 8px;
    column-gap: 10px;
  }

  .product-hero--dried-pear .dried-pear-hero__spec-label {
    height: 26px;
    padding: 0 10px;
    font-size: 13px;
    line-height: 1.3;
  }

  .product-hero--dried-pear .dried-pear-hero__spec-value {
    font-size: clamp(13px, 3.6vw, 14px);
    line-height: 1.4;
  }

  .product-hero--dried-pear .dried-pear-hero__visual {
    width: min(128%, 680px);
    transform: translate(-50%, 48%);
  }

  .product-hero--dried-pear ~ .product-content {
    padding-top: clamp(110px, 34vw, 165px);
  }

  /* —— product-hero--ginger-syrup —— */
  .product-hero--ginger-syrup .product-hero__content,
  .product-hero--ginger-syrup .ginger-syrup-hero {
    min-height: clamp(400px, 116vw, 480px);
  }

  .product-hero--ginger-syrup .ginger-syrup-hero {
    padding-top: 88px;
    padding-bottom: clamp(120px, 34vw, 155px);
  }

  .product-hero--ginger-syrup .ginger-syrup-hero__logo {
    width: min(100%, 140px);
  }

  .product-hero--ginger-syrup .ginger-syrup-hero__desc {
    max-width: min(100%, 300px);
  }

  .product-hero--ginger-syrup .ginger-syrup-hero__visual {
    width: min(112%, 580px);
    transform: translate(-50%, 46%);
  }

  .product-hero--ginger-syrup ~ .product-content {
    padding-top: clamp(100px, 32vw, 155px);
  }

  /* —— product-hero--cup-fruit —— */
  .product-hero--cup-fruit .product-hero__content,
  .product-hero--cup-fruit .cup-fruit-hero {
    min-height: clamp(390px, 112vw, 460px);
  }

  .product-hero--cup-fruit .cup-fruit-hero {
    padding-top: 88px;
    padding-bottom: clamp(110px, 32vw, 145px);
  }

  .product-hero--cup-fruit .cup-fruit-hero__logo {
    width: min(100%, 240px);
  }

  .product-hero--cup-fruit .cup-fruit-hero__desc {
    max-width: min(100%, 300px);
  }

  .product-hero--cup-fruit .cup-fruit-hero__visual {
    width: min(86%, 360px);
    transform: translate(-50%, 30%);
  }

  .product-hero--cup-fruit ~ .product-content {
    padding-top: clamp(80px, 28vw, 130px);
  }

  /* —— product-hero--roasted-sesame (sesame) —— */
  .product-hero--roasted-sesame .product-hero__content,
  .product-hero--roasted-sesame .roasted-sesame-hero {
    min-height: clamp(420px, 120vw, 500px);
  }

  .product-hero--roasted-sesame .roasted-sesame-hero {
    padding-top: 88px;
    padding-bottom: clamp(120px, 34vw, 155px);
  }

  .product-hero--roasted-sesame .roasted-sesame-hero__logo {
    width: min(100%, 148px);
  }

  .product-hero--roasted-sesame .roasted-sesame-hero__desc {
    max-width: min(100%, 320px);
  }

  .product-hero--roasted-sesame .roasted-sesame-hero__visual {
    width: min(104%, 520px);
    transform: translate(-50%, 40%);
  }

  .product-hero--roasted-sesame ~ .product-content {
    padding-top: clamp(100px, 32vw, 155px);
  }

  /* —— product-hero--puree —— */
  .product-hero--puree .product-hero__content,
  .product-hero--puree .puree-hero {
    min-height: clamp(400px, 116vw, 480px);
  }

  .product-hero--puree .puree-hero {
    padding-top: 88px;
    padding-bottom: clamp(115px, 33vw, 150px);
  }

  .product-hero--puree .puree-hero__logo {
    width: min(100%, 168px);
  }

  .product-hero--puree .puree-hero__desc {
    flex: 0 1 auto;
    flex-basis: auto;
    width: min(100%, 260px);
    max-width: min(100%, 260px);
  }

  .product-hero--puree .puree-hero__visual {
    width: min(102%, 520px);
    transform: translate(-50%, 36%);
  }

  .product-hero--puree ~ .product-content {
    padding-top: clamp(96px, 30vw, 150px);
  }

  .product-intro {
    padding: 0 20px 80px;
  }

  .product-intro__inner {
    gap: 36px;
  }

  .product-intro__copy {
    gap: 20px;
  }

  .product-intro__text {
    font-size: 15px;
  }

  .cup-fruit-lineup,
  .roasted-sesame-lineup,
  .puree-lineup {
    padding: 16px 20px 80px;
  }

  .cup-fruit-lineup__inner,
  .roasted-sesame-lineup__inner,
  .puree-lineup__inner {
    gap: 36px;
  }

  .cup-fruit-lineup__grid,
  .roasted-sesame-lineup__grid,
  .puree-lineup__grid {
    grid-template-columns: 1fr;
    gap: 28px;
    max-width: 420px;
    margin-inline: auto;
  }

  .cup-fruit-lineup__card,
  .roasted-sesame-lineup__card,
  .puree-lineup__card {
    gap: 20px;
  }

  .cup-fruit-lineup__body,
  .roasted-sesame-lineup__body,
  .puree-lineup__body {
    gap: 20px;
  }

  .cup-fruit-lineup__badge,
  .roasted-sesame-lineup__badge,
  .puree-lineup__badge,
  .preparing  {
    font-size: 16px;
  }

  .cup-fruit-lineup__spec,
  .roasted-sesame-lineup__spec,
  .puree-lineup__desc,
  .puree-lineup__weight {
    font-size: 15px;
  }
}

@media (max-width: 600px) {
  .dried-pear-hero,
  .ginger-syrup-hero,
  .cup-fruit-hero,
  .roasted-sesame-hero,
  .puree-hero {
    padding-top: 84px;
  }

  /* —— product-hero--dried-pear (narrow) —— */
  .product-hero--dried-pear .product-hero__content,
  .product-hero--dried-pear .dried-pear-hero {
    min-height: clamp(460px, 132vw, 540px);
  }

  .product-hero--dried-pear .dried-pear-hero {
    padding-bottom: clamp(150px, 44vw, 190px);
  }

  .product-hero--dried-pear .dried-pear-hero__brand {
    gap: 6px;
    max-width: min(100%, 220px);
  }

  .product-hero--dried-pear .dried-pear-hero__logo {
    width: min(100%, 132px);
  }

  .product-hero--dried-pear .dried-pear-hero__slogan {
    font-size: clamp(16px, 4.6vw, 20px);
    line-height: 1.15;
  }

  .product-hero--dried-pear .dried-pear-hero__specs {
    margin-top: 14px;
    max-width: min(100%, 100%);
    row-gap: 8px;
    column-gap: 8px;
  }

  .product-hero--dried-pear .dried-pear-hero__spec-label {
    height: 24px;
    padding: 0 8px;
    font-size: 12px;
    line-height: 1.2;
  }

  .product-hero--dried-pear .dried-pear-hero__spec-value {
    font-size: clamp(12px, 3.4vw, 13px);
    line-height: 1.35;
  }

  .product-hero--dried-pear .dried-pear-hero__visual {
    width: min(132%, 640px);
    transform: translate(-50%, 48%);
  }

  .product-hero--dried-pear ~ .product-content {
    padding-top: clamp(115px, 36vw, 170px);
  }

  /* —— product-hero--ginger-syrup (narrow) —— */
  .product-hero--ginger-syrup .product-hero__content,
  .product-hero--ginger-syrup .ginger-syrup-hero {
    min-height: clamp(420px, 124vw, 500px);
  }

  .product-hero--ginger-syrup .ginger-syrup-hero {
    padding-bottom: clamp(125px, 36vw, 160px);
  }

  .product-hero--ginger-syrup .ginger-syrup-hero__logo {
    width: min(100%, 124px);
  }

  .product-hero--ginger-syrup .ginger-syrup-hero__desc {
    max-width: min(100%, 280px);
    font-size: 14px;
    line-height: 1.55;
  }

  .product-hero--ginger-syrup .ginger-syrup-hero__visual {
    width: min(116%, 540px);
    transform: translate(-50%, 46%);
  }

  .product-hero--ginger-syrup ~ .product-content {
    padding-top: clamp(105px, 34vw, 160px);
  }

  /* —— product-hero--cup-fruit (narrow) —— */
  .product-hero--cup-fruit .product-hero__content,
  .product-hero--cup-fruit .cup-fruit-hero {
    min-height: clamp(400px, 120vw, 480px);
  }

  .product-hero--cup-fruit .cup-fruit-hero {
    padding-bottom: clamp(115px, 34vw, 150px);
  }

  .product-hero--cup-fruit .cup-fruit-hero__logo {
    width: min(100%, 210px);
  }

  .product-hero--cup-fruit .cup-fruit-hero__desc {
    max-width: min(100%, 280px);
    font-size: 14px;
    line-height: 1.55;
  }

  .product-hero--cup-fruit .cup-fruit-hero__visual {
    width: min(90%, 340px);
    transform: translate(-50%, 30%);
  }

  .product-hero--cup-fruit ~ .product-content {
    padding-top: clamp(84px, 30vw, 135px);
  }

  /* —— product-hero--roasted-sesame (narrow) —— */
  .product-hero--roasted-sesame .product-hero__content,
  .product-hero--roasted-sesame .roasted-sesame-hero {
    min-height: clamp(440px, 128vw, 520px);
  }

  .product-hero--roasted-sesame .roasted-sesame-hero {
    padding-bottom: clamp(125px, 36vw, 160px);
  }

  .product-hero--roasted-sesame .roasted-sesame-hero__logo {
    width: min(100%, 128px);
  }

  .product-hero--roasted-sesame .roasted-sesame-hero__desc {
    max-width: min(100%, 300px);
    font-size: 14px;
    line-height: 1.55;
  }

  .product-hero--roasted-sesame .roasted-sesame-hero__visual {
    width: min(108%, 480px);
    transform: translate(-50%, 40%);
  }

  .product-hero--roasted-sesame ~ .product-content {
    padding-top: clamp(105px, 34vw, 160px);
  }

  /* —— product-hero--puree (narrow) —— */
  .product-hero--puree .product-hero__content,
  .product-hero--puree .puree-hero {
    min-height: clamp(420px, 124vw, 500px);
  }

  .product-hero--puree .puree-hero {
    padding-bottom: clamp(120px, 35vw, 155px);
  }

  .product-hero--puree .puree-hero__logo {
    width: min(100%, 148px);
  }

  .product-hero--puree .puree-hero__desc {
    width: min(100%, 230px);
    max-width: min(100%, 230px);
  }

  .product-hero--puree .puree-hero__visual {
    width: min(106%, 480px);
    transform: translate(-50%, 36%);
  }

  .product-hero--puree ~ .product-content {
    padding-top: clamp(100px, 32vw, 155px);
  }
}

/* —— 배말린 benefits (Figma 1:1226) —— */
.dried-pear-benefits {
  width: 100%;
}

.dried-pear-benefits__layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  width: 100%;
}

.dried-pear-benefits__media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: start;
  width: 100%;
  height: clamp(400px, 52vw, 840px);
  min-height: clamp(400px, 52vw, 840px);
  overflow: hidden;
  background-color: #4a4a4a;
}

.dried-pear-benefits__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.dried-pear-benefits__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(163, 100, 13, 0.66);
}

.dried-pear-benefits__question {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 24px;
  color: #fff;
  font-size: clamp(28px, 2.5vw, 48px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.01em;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.dried-pear-benefits__panel {
  display: flex;
  flex-direction: column;
  align-self: start;
  width: 100%;
  height: auto;
  min-height: clamp(400px, 52vw, 840px);
  background-color: #fbf8f4;
}

.dried-pear-benefits__item {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #e0dbd3;
  background-color: #f5f1ea;
}

.dried-pear-benefits__item:last-child {
  border-bottom: 0;
}

.dried-pear-benefits__item.is-open {
  flex: 1 1 auto;
  justify-content: space-between;
  background-color: #fbf8f4;
}

.dried-pear-benefits__heading {
  margin: 0;
}

.dried-pear-benefits__trigger {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.04vw, 20px);
  width: 100%;
  min-height: clamp(72px, 6.25vw, 120px);
  padding: clamp(16px, 2vw, 24px) clamp(20px, 6.25vw, 120px);
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.dried-pear-benefits__num {
  flex: 0 0 auto;
  color: #f99c1b;
  font-size: clamp(20px, 1.25vw, 24px);
  font-weight: 800;
  line-height: 1.5;
}

.dried-pear-benefits__title {
  color: #191919;
  font-size: clamp(18px, 1.25vw, 24px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.01em;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.dried-pear-benefits__item.is-open .dried-pear-benefits__num,
.dried-pear-benefits__item.is-open .dried-pear-benefits__title {
  font-size: clamp(24px, 2.08vw, 40px);
}

.dried-pear-benefits__item.is-open .dried-pear-benefits__num {
  font-weight: 800;
  line-height: 1.5;
}

.dried-pear-benefits__item.is-open .dried-pear-benefits__trigger {
  justify-content: center;
  text-align: center;
  padding-top: clamp(28px, 4vw, 48px);
  padding-bottom: clamp(16px, 2vw, 24px);
}

.dried-pear-benefits__item.is-open .dried-pear-benefits__title {
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.dried-pear-benefits__collapse {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition:
    grid-template-rows 0.35s ease,
    opacity 0.28s ease;
}

.dried-pear-benefits__collapse.is-expanded {
  grid-template-rows: 1fr;
  opacity: 1;
}

.dried-pear-benefits__item.is-open .dried-pear-benefits__collapse.is-expanded {
  flex: 1 1 auto;
  display: grid;
  grid-template-rows: 1fr;
  min-height: 0;
}

.dried-pear-benefits__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 2.5vw, 48px);
  overflow: hidden;
  min-height: 0;
  height: 100%;
  margin-inline: auto;
  /* padding: 0 clamp(20px, 6.25vw, 120px) clamp(28px, 4vw, 48px); */
  box-sizing: border-box;
  text-align: center;
}

.dried-pear-benefits__icon {
  display: block;
  flex: 0 0 auto;
  width: clamp(64px, 5vw, 96px);
  height: clamp(64px, 5vw, 96px);
  margin-inline: auto;
  object-fit: contain;
}

.dried-pear-benefits__body p {
  margin: 0 auto;
  width: 100%;
  max-width: 720px;
  color: #535353;
  font-size: clamp(16px, 1.15vw, 22px);
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: break-word;
}

@media (max-width: 1023px) {
  .dried-pear-benefits__layout {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .dried-pear-benefits__media {
    height: clamp(240px, 58vw, 420px);
    min-height: clamp(240px, 58vw, 420px);
  }

  .dried-pear-benefits__panel {
    min-height: 0;
  }

  .dried-pear-benefits__question {
    font-size: clamp(24px, 5vw, 36px);
  }

  .dried-pear-benefits__item.is-open {
    flex: 0 0 auto;
  }

  .dried-pear-benefits__trigger {
    padding-inline: 24px;
  }

  .dried-pear-benefits__body {
    padding-inline: 24px;
  }
}

@media (max-width: 767px) {
  .dried-pear-benefits__trigger {
    min-height: 72px;
    padding: 18px 20px;
  }

  .dried-pear-benefits__item.is-open .dried-pear-benefits__trigger {
    padding: 24px 20px 12px;
  }

  .dried-pear-benefits__body {
    padding: 0 20px 28px;
  }
}

/* —— 배말린 highlight (Figma 1:1464) —— */
.dried-pear-highlight {
  padding: clamp(80px, 8.75vw, 168px) clamp(20px, 6.25vw, 120px);
  box-sizing: border-box;
}

.dried-pear-highlight__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(48px, 5.21vw, 100px);
  width: 100%;
  max-width: 1680px;
  margin-inline: auto;
}

.dried-pear-highlight__heading {
  margin: 0;
  max-width: 1200px;
  color: #191919;
  font-size: clamp(22px, 2.08vw, 40px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.02em;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.dried-pear-highlight__accent {
  color: #f99c1b;
}

.dried-pear-highlight__grid {
  display: grid;
  grid-template-columns: minmax(0, 777fr) minmax(0, 803fr);
  align-items: center;
  gap: clamp(40px, 5.21vw, 100px);
  width: 100%;
}

.dried-pear-highlight__visual {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 777px;
  aspect-ratio: 777 / 600;
  margin-inline: auto;
}

.dried-pear-highlight__stage {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  border-radius: 24px;
  background-color: #f5f0e8;
}

.dried-pear-highlight__main {
  position: absolute;
  left: 23.04%;
  top: 3.33%;
  z-index: 1;
  width: 53.92%;
  height: auto;
  pointer-events: none;
}

.dried-pear-highlight__fried {
  position: absolute;
  left: 57.79%;
  top: 66%;
  z-index: 3;
  width: calc(67.63% / 1.5);
  height: auto;
  pointer-events: none;
}

.dried-pear-highlight__badge {
  position: absolute;
  left: 14.93%;
  top: 6%;
  z-index: 4;
  width: 27.2%;
  height: auto;
  pointer-events: none;
}

.dried-pear-highlight__content {
  display: flex;
  flex-direction: column;
  gap: clamp(36px, 3.54vw, 68px);
  min-width: 0;
}

.dried-pear-highlight__intro {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 1.61vw, 31px);
}

.dried-pear-highlight__brand {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: clamp(10px, 1vw, 18px);
}

.dried-pear-highlight__logos {
  display: flex;
  align-items: flex-end;
  gap: 4px;
}

.dried-pear-highlight__logos img {
  display: block;
  width: auto;
  height: clamp(36px, 2.76vw, 53px);
}

.dried-pear-highlight__slogan {
  margin: 0 0 0.1em;
  color: #8dc63f;
  font-size: clamp(20px, 1.46vw, 28px);
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1.15;
  word-break: keep-all;
}

.dried-pear-highlight__promise {
  margin: 0;
  color: #191919;
  font-size: clamp(18px, 1.25vw, 24px);
  font-weight: 600;
  line-height: 1.5;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.dried-pear-highlight__list {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #535353;
  font-size: clamp(15px, 0.94vw, 18px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.02em;
}

.dried-pear-highlight__list li {
  position: relative;
  padding-left: 1.1em;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.dried-pear-highlight__list li::before {
  content: "-";
  position: absolute;
  left: 0;
}

.dried-pear-highlight__features {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(12px, 1.5vw, 20px);
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 689px;
}

.dried-pear-highlight__feature {
  flex: 0 1 calc(25% - 15px);
  min-width: 100px;
  max-width: 161px;
}

.dried-pear-highlight__feature img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.25s ease;
}

.dried-pear-highlight__feature:hover img {
  transform: scale(1.04);
}

@media (max-width: 1023px) {
  .dried-pear-highlight__grid {
    grid-template-columns: 1fr;
  }

  .dried-pear-highlight__visual {
    max-width: 640px;
  }

  .dried-pear-highlight__features {
    max-width: none;
    justify-content: flex-start;
  }

  .dried-pear-highlight__feature {
    flex: 0 1 calc(50% - 10px);
    max-width: 140px;
  }
}

@media (max-width: 767px) {
  .dried-pear-highlight {
    padding: 64px 20px;
  }

  .dried-pear-highlight__inner {
    gap: 40px;
  }

  .dried-pear-highlight__heading {
    font-size: 22px;
  }

  .dried-pear-highlight__features {
    justify-content: center;
  }

  .dried-pear-highlight__feature {
    flex: 0 1 calc(50% - 8px);
    min-width: 0;
    max-width: 120px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dried-pear-highlight__feature img {
    transition: none;
  }
}

/* —— 통배생강청 reasons cards (Figma 9480:1651) —— */
.ginger-reasons {
  padding: clamp(80px, 6.25vw, 120px) clamp(20px, 6.25vw, 120px);
  background-color: #fef8ee;
  box-sizing: border-box;
}

.ginger-reasons__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(40px, 3.59vw, 69px);
  width: 100%;
  max-width: 1290px;
  margin-inline: auto;
}

.ginger-reasons__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 29px;
  width: 100%;
  max-width: 720px;
  text-align: center;
}

.ginger-reasons__title {
  margin: 0;
  color: #594a30;
  font-size: clamp(22px, 1.67vw, 32px);
  font-weight: 600;
  line-height: 1.5;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.ginger-reasons__accent {
  color: #f99c1b;
  font-weight: 600;
}

.ginger-reasons__color {
  color: #f99c1b;
}

.ginger-reasons__desc {
  margin: 0;
  color: #535353;
  font-size: clamp(15px, 0.94vw, 18px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.02em;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.ginger-reasons__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  justify-content: center;
  gap: 30px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ginger-reasons__card {
  display: flex;
  justify-content: center;
  min-width: 0;
}

.ginger-reasons__image {
  display: block;
  width: 100%;
  max-width: 300px;
  height: auto;
}

/* —— 통배생강청 HACCP facility (Figma 9487:2744) —— */
.ginger-haccp {
  padding: clamp(80px, 6.25vw, 120px) clamp(20px, 6.25vw, 120px);
  background-color: #fff;
  box-sizing: border-box;
}

.ginger-haccp__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(48px, 4.17vw, 80px);
  width: 100%;
  max-width: 1500px;
  margin-inline: auto;
}

.ginger-haccp__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 29px;
  width: 100%;
  max-width: 920px;
  text-align: center;
}

.ginger-haccp__title {
  margin: 0;
  color: #594a30;
  font-size: clamp(22px, 1.67vw, 32px);
  font-weight: 600;
  line-height: 1.5;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.ginger-haccp__desc {
  margin: 0;
  color: #535353;
  font-size: clamp(15px, 0.94vw, 18px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.02em;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.ginger-haccp__media {
  width: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
}

.ginger-haccp__image {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 1023px) {
  .ginger-reasons__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ginger-haccp__desc br {
    display: none;
  }
}

@media (max-width: 767px) {
  .ginger-reasons {
    padding: 64px 20px;
  }

  .ginger-reasons__inner {
    gap: 36px;
  }

  .ginger-reasons__header {
    gap: 16px;
    max-width: none;
  }

  .ginger-reasons__title {
    font-size: 22px;
  }

  .ginger-reasons__desc {
    font-size: 15px;
  }

  .ginger-reasons__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }

  .ginger-haccp {
    padding: 64px 20px;
  }

  .ginger-haccp__inner {
    gap: 36px;
  }

  .ginger-haccp__header {
    gap: 16px;
  }

  .ginger-haccp__title {
    font-size: 22px;
  }

  .ginger-haccp__desc {
    font-size: 15px;
  }

  .ginger-haccp__media {
    border-radius: 16px;
  }
}

/* —— 통배생강청 honey features (Figma 9337:1250) —— */
.ginger-honey {
  padding: clamp(80px, 8.75vw, 168px) clamp(20px, 6.25vw, 120px);
  background-color: #f5f3ef;
  box-sizing: border-box;
}

.ginger-honey__inner {
  display: flex;
  flex-direction: column;
  gap: clamp(48px, 5.21vw, 100px);
  width: 100%;
  max-width: 1680px;
  margin-inline: auto;
}

.ginger-honey__top {
  display: grid;
  grid-template-columns: minmax(0, 777fr) minmax(0, 803fr);
  align-items: center;
  gap: clamp(40px, 5.21vw, 100px);
}

.ginger-honey__media {
  position: relative;
  width: 100%;
  max-width: 777px;
  aspect-ratio: 777 / 576;
  margin-inline: auto;
  overflow: hidden;
  border-radius: 24px;
  background-color: #fff;
}

.ginger-honey__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.35s ease;
}

.ginger-honey__media:hover .ginger-honey__image {
  transform: scale(1.03);
}

.ginger-honey__content {
  display: flex;
  flex-direction: column;
  gap: clamp(36px, 3.54vw, 68px);
  min-width: 0;
}

.ginger-honey__intro {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 1.56vw, 30px);
}

.ginger-honey__title {
  margin: 0;
  color: #191919;
  font-size: clamp(28px, 2.08vw, 40px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.02em;
  word-break: keep-all;
}

.ginger-honey__desc {
  margin: 0;
  color: #535353;
  font-size: clamp(15px, 0.94vw, 18px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.02em;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.ginger-honey__table-wrap {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
  border-radius: 12px;
}

.ginger-honey__table {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 520px;
  border-radius: 12px;
  overflow: hidden;
}

.ginger-honey__tr {
  display: grid;
  grid-template-columns: minmax(120px, 246px) minmax(0, 1fr);
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #f3f3f3;
}

.ginger-honey__tr:last-child {
  border-bottom: 0;
}

.ginger-honey__tr--head {
  background-color: #f99c1b;
  border-bottom: 0;
}

.ginger-honey__th,
.ginger-honey__td {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 8px;
  box-sizing: border-box;
  text-align: center;
  letter-spacing: -0.02em;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.ginger-honey__th {
  color: #fff;
  font-size: clamp(14px, 0.83vw, 16px);
  font-weight: 600;
  line-height: 1.4;
}

.ginger-honey__th:first-child,
.ginger-honey__td:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.24);
}

.ginger-honey__tr:not(.ginger-honey__tr--head) .ginger-honey__td:first-child {
  border-right-color: #f3f3f3;
}

.ginger-honey__td {
  color: #535353;
  font-size: clamp(13px, 0.78vw, 15px);
  font-weight: 400;
  line-height: 1.4;
}

.ginger-honey__tr:not(.ginger-honey__tr--head) .ginger-honey__td:last-child {
  justify-content: flex-start;
  text-align: left;
}

.ginger-honey__card {
  display: flex;
  align-items: stretch;
  gap: clamp(20px, 2.29vw, 44px);
  padding: clamp(24px, 2.08vw, 40px);
  border-radius: 24px;
  background-color: #fff;
  box-sizing: border-box;
  transition: box-shadow 0.25s ease;
}

.ginger-honey__card:hover {
  box-shadow: 0 12px 28px rgba(25, 25, 25, 0.06);
}

.ginger-honey__icon {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  width: 120px;
  min-height: 100px;
  height: auto;
  border-radius: 12px;
  background-color: rgba(249, 156, 27, 0.24);
}

.ginger-honey__icon img {
  display: block;
  width: 80px;
  height: auto;
  max-height: 70%;
  object-fit: contain;
}

.ginger-honey__card-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: clamp(16px, 1.56vw, 30px);
  min-width: 0;
}

.ginger-honey__card-title {
  margin: 0;
  color: #191919;
  font-size: clamp(22px, 1.46vw, 28px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.02em;
  word-break: keep-all;
}

.ginger-honey__card-desc {
  margin: 0;
  color: #535353;
  font-size: clamp(15px, 0.94vw, 18px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.02em;
  word-break: keep-all;
  overflow-wrap: break-word;
}

@media (max-width: 1023px) {
  .ginger-honey__top {
    grid-template-columns: 1fr;
  }

  .ginger-honey__media {
    max-width: 640px;
  }

  .ginger-honey__tr {
    grid-template-columns: minmax(110px, 38%) minmax(0, 1fr);
  }
}

@media (max-width: 767px) {
  .ginger-honey {
    padding: 64px 20px;
  }

  .ginger-honey__inner {
    gap: 40px;
  }

  .ginger-honey__title {
    font-size: 28px;
  }

  /* Keep 2-column table; scroll horizontally instead of stacking */
  .ginger-honey__tr {
    grid-template-columns: minmax(140px, 200px) minmax(280px, 1fr);
  }

  .ginger-honey__card {
    flex-direction: column;
    align-items: stretch;
  }

  .ginger-honey__icon {
    width: 100%;
    min-height: 100px;
    height: 100px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ginger-honey__image,
  .ginger-honey__card {
    transition: none;
  }
}



